@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 {
  background: #f2f2f2;
  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;
  position: relative;
}
.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: #1c1c2a;
  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: 300px;
}

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

.components-base-control__field .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;
}

.areoi-notice {
  background: #2e085e;
  border: none;
  border-left: 5px solid #ff7676;
  padding: 20px;
  border-radius: 0;
}
@media only screen and (min-width: 600px) {
  .areoi-notice {
    display: flex;
    align-items: center;
  }
}
.areoi-notice h3 {
  color: #ff7676;
  margin: 0 0 5px 0;
}
.areoi-notice p {
  color: #fff;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 600px) {
  .areoi-notice p {
    margin: 0;
  }
}
.areoi-notice .notice-dismiss:before {
  color: #ff7676;
}
.areoi-notice .areoi-notice-col {
  margin-right: 40px;
  flex-grow: 1;
}
.areoi-notice .areoi-notice-col-content {
  flex-grow: 1;
}
.areoi-notice .areoi-notice-col-content .areoi-notice-col-content-inner {
  max-width: 800px;
}
.areoi-notice .areoi-button {
  background: #ff7676;
}
.areoi-notice .areoi-notice-cta {
  display: flex;
  align-items: center;
  margin-right: 0px;
}
.areoi-notice .areoi-notice-cta button {
  margin: 0 10px;
}
.areoi-notice .areoi-notice-cta form button {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

body .block-editor-block-list__layout.is-root-container .areoi-header-container,
body .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .areoi-header-container,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .areoi-header-container,
.editor-styles-wrapper .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .areoi-header-container {
  position: relative !important;
}
body .areoi-lightspeed-block:after,
.editor-styles-wrapper .areoi-lightspeed-block:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
body .areoi-link-control .block-editor-link-control,
.editor-styles-wrapper .areoi-link-control .block-editor-link-control {
  min-width: 1px;
}
body .areoi-link-control .block-editor-link-control__search-item,
body .areoi-link-control .block-editor-link-control__tools,
.editor-styles-wrapper .areoi-link-control .block-editor-link-control__search-item,
.editor-styles-wrapper .areoi-link-control .block-editor-link-control__tools {
  padding: 16px 0;
}
body .areoi-link-control .components-base-control,
.editor-styles-wrapper .areoi-link-control .components-base-control {
  margin: 0 0 24px 0;
}
body .areoi-link-control .block-editor-link-control__search-results,
.editor-styles-wrapper .areoi-link-control .block-editor-link-control__search-results {
  padding: 0;
}
body .areoi-link-control .block-editor-link-control__search-results button,
.editor-styles-wrapper .areoi-link-control .block-editor-link-control__search-results button {
  padding: 16px;
}
body .areoi-panel-row .components-base-control,
.editor-styles-wrapper .areoi-panel-row .components-base-control {
  width: 100% !important;
}
body .areoi-panel-row .components-base-control .rich-text,
.editor-styles-wrapper .areoi-panel-row .components-base-control .rich-text {
  min-height: 35px;
  border: 1px solid #8c8f94;
  line-height: normal;
  margin: 0;
  padding: 8px;
  border-radius: 3px;
}
body .areoi-panel-row .components-base-control .rich-text:focus,
.editor-styles-wrapper .areoi-panel-row .components-base-control .rich-text:focus {
  border-color: #2271b1;
  color: #0a4b78;
  box-shadow: 0 0 0 1px #2271b1;
}
body .components-panel__row label,
body .areoi-link-control label,
.editor-styles-wrapper .components-panel__row label,
.editor-styles-wrapper .areoi-link-control label {
  margin-bottom: 8px !important;
  display: block;
}
body .responsive-tab-panel,
.editor-styles-wrapper .responsive-tab-panel {
  border-top: 1px solid #e0e0e0;
}
body .responsive-tab-panel .components-tab-panel__tabs-item,
.editor-styles-wrapper .responsive-tab-panel .components-tab-panel__tabs-item {
  padding: 3px 12px;
  flex: 1;
  text-align: center;
}
body .responsive-tab-panel .components-tab-panel__tabs-item.active-tab,
.editor-styles-wrapper .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);
}
body .areoi-components-button-img,
.editor-styles-wrapper .areoi-components-button-img {
  height: auto;
  margin-bottom: 8px;
}
body .areoi-post-list,
body .areoi-icon-list,
.editor-styles-wrapper .areoi-post-list,
.editor-styles-wrapper .areoi-icon-list {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #757575;
  border-radius: 3px;
  padding: 6px 8px;
}
body .areoi-icon-list-item,
.editor-styles-wrapper .areoi-icon-list-item {
  min-height: 40px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 10px 10px 50px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
}
body .areoi-icon-list-item.selected,
.editor-styles-wrapper .areoi-icon-list-item.selected {
  background: #007cba;
  color: #fff;
  border-color: #007cba;
}
body .areoi-icon-list-item.highlighted,
.editor-styles-wrapper .areoi-icon-list-item.highlighted {
  background-color: #fff;
  border-color: #007cba;
  color: #007cba;
  cursor: default;
}
body .areoi-icon-base-control,
.editor-styles-wrapper .areoi-icon-base-control {
  margin-bottom: 10px !important;
}
body .areoi-icon-list-item i,
.editor-styles-wrapper .areoi-icon-list-item i {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  font-size: 24px;
}
body .areoi-panel-row,
.editor-styles-wrapper .areoi-panel-row {
  display: block;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #ddd;
}
body .areoi-panel-row:last-of-type,
.editor-styles-wrapper .areoi-panel-row:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
body .areoi-panel-row .components-color-picker__body,
.editor-styles-wrapper .areoi-panel-row .components-color-picker__body {
  padding-left: 0;
  padding-right: 0;
}
body .areoi-panel-row .components-base-control,
body .areoi-panel-row .components-base-control:last-child,
.editor-styles-wrapper .areoi-panel-row .components-base-control,
.editor-styles-wrapper .areoi-panel-row .components-base-control:last-child {
  margin-bottom: 0;
}
body .areoi-panel-row .areoi-panel-row__label,
.editor-styles-wrapper .areoi-panel-row .areoi-panel-row__label {
  font-weight: 600;
}
body .areoi-panel-row table,
.editor-styles-wrapper .areoi-panel-row table {
  width: 100%;
}
body .areoi-panel-row table td,
.editor-styles-wrapper .areoi-panel-row table td {
  padding: 0;
  margin: 0;
}
body .areoi-panel-row.areoi-panel-row-no-border,
.editor-styles-wrapper .areoi-panel-row.areoi-panel-row-no-border {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
body .areoi-panel-row-color .components-dropdown,
body .areoi-panel-row-color .components-circular-option-picker__custom-clear-wrapper,
.editor-styles-wrapper .areoi-panel-row-color .components-dropdown,
.editor-styles-wrapper .areoi-panel-row-color .components-circular-option-picker__custom-clear-wrapper {
  display: none;
}
body .areoi-panel-row-color .components-color-picker,
body .areoi-panel-row-color .react-colorful,
.editor-styles-wrapper .areoi-panel-row-color .components-color-picker,
.editor-styles-wrapper .areoi-panel-row-color .react-colorful {
  width: 100% !important;
}
body .areoi-panel-row-color .react-colorful,
.editor-styles-wrapper .areoi-panel-row-color .react-colorful {
  padding: 10px 10px 0 10px;
}
body .areoi-panel-row-color .react-colorful__saturation,
.editor-styles-wrapper .areoi-panel-row-color .react-colorful__saturation {
  height: 150px !important;
}
body .areoi-panel-row-color .areoi-color-picker,
.editor-styles-wrapper .areoi-panel-row-color .areoi-color-picker {
  border: 1px solid #ddd;
}
body .areoi-panel-row-color .components-circular-option-picker,
.editor-styles-wrapper .areoi-panel-row-color .components-circular-option-picker {
  border-top: 1px solid #ddd;
  padding: 10px;
  margin-top: 0;
}
body .areoi-panel-body,
.editor-styles-wrapper .areoi-panel-body {
  padding: 0 16px;
}
body .areoi-device-specific,
.editor-styles-wrapper .areoi-device-specific {
  background: #f2f2f2;
  padding: 20px;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}
body .responsive-tab-panel .components-tab-panel__tabs-item.areoi-tab-highlight,
.editor-styles-wrapper .responsive-tab-panel .components-tab-panel__tabs-item.areoi-tab-highlight {
  background-color: rgba(66, 230, 149, 0.1);
}
body .responsive-tab-panel .components-tab-panel__tabs-item.active-tab.areoi-tab-highlight,
.editor-styles-wrapper .responsive-tab-panel .components-tab-panel__tabs-item.active-tab.areoi-tab-highlight {
  box-shadow: inset 0 var(--wp-admin-border-width-focus) #42e695;
}
body .block-editor-block-list__layout.is-root-container,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container {
  /*.wp-block:not([class*='container']) {
      max-width: 100%;
  }
  .wp-block[data-align="wide"]:not([class*='container']) {
      max-width: 100%;
  }*/
}
body .block-editor-block-list__layout.is-root-container .wp-block.container-fluid,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .wp-block.container-fluid {
  max-width: 100%;
}
body .block-editor-block-list__layout.is-root-container .wp-block[data-align=full]:not([class*=container]),
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .wp-block[data-align=full]:not([class*=container]) {
  max-width: none;
}
body .block-editor-block-list__layout.is-root-container .wp-block-areoi-banner,
body .block-editor-block-list__layout.is-root-container .wp-block-areoi-banner-item,
body .block-editor-block-list__layout.is-root-container .wp-block-areoi-content-with-media,
body .block-editor-block-list__layout.is-root-container .wp-block-areoi-strip,
body .block-editor-block-list__layout.is-root-container .wp-block-areoi-row,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .wp-block-areoi-banner,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .wp-block-areoi-banner-item,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .wp-block-areoi-content-with-media,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .wp-block-areoi-strip,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .wp-block-areoi-row {
  max-width: none;
}
body .block-editor-block-list__layout.is-root-container .wp-block.strip,
body .block-editor-block-list__layout.is-root-container .wp-block.wp-block-areoi-container,
body .block-editor-block-list__layout.is-root-container .wp-block.row,
body .block-editor-block-list__layout.is-root-container .wp-block.col,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .wp-block.strip,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .wp-block.wp-block-areoi-container,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .wp-block.row,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .wp-block.col {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
body .block-editor-block-list__layout.is-root-container .background,
body .block-editor-block-list__layout.is-root-container .areoi-background,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .background,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .areoi-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
body .block-editor-block-list__layout.is-root-container .background .container-fluid,
body .block-editor-block-list__layout.is-root-container .background .row,
body .block-editor-block-list__layout.is-root-container .background .col,
body .block-editor-block-list__layout.is-root-container .areoi-background .container-fluid,
body .block-editor-block-list__layout.is-root-container .areoi-background .row,
body .block-editor-block-list__layout.is-root-container .areoi-background .col,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .background .container-fluid,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .background .row,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .background .col,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .areoi-background .container-fluid,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .areoi-background .row,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .areoi-background .col {
  height: 100%;
}
body .block-editor-block-list__layout.is-root-container .background .col,
body .block-editor-block-list__layout.is-root-container .areoi-background .col,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .background .col,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .areoi-background .col {
  overflow: hidden;
}
body .block-editor-block-list__layout.is-root-container .background img, body .block-editor-block-list__layout.is-root-container .background video,
body .block-editor-block-list__layout.is-root-container .areoi-background img,
body .block-editor-block-list__layout.is-root-container .areoi-background video,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .background img,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .background video,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .areoi-background img,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .areoi-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%);
}
body .block-editor-block-list__layout.is-root-container .background__image,
body .block-editor-block-list__layout.is-root-container .areoi-background__image,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .background__image,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .areoi-background__image {
  background-size: cover;
  background-position: center;
}
body .block-editor-block-list__layout.is-root-container .background__image, body .block-editor-block-list__layout.is-root-container .background__color, body .block-editor-block-list__layout.is-root-container .background__overlay,
body .block-editor-block-list__layout.is-root-container .areoi-background__image,
body .block-editor-block-list__layout.is-root-container .areoi-background__color,
body .block-editor-block-list__layout.is-root-container .areoi-background__overlay,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .background__image,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .background__color,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .background__overlay,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .areoi-background__image,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .areoi-background__color,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .areoi-background__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body .block-editor-block-list__layout.is-root-container .strip > .block-editor-inner-blocks,
body .block-editor-block-list__layout.is-root-container .container > .block-editor-inner-blocks,
body .block-editor-block-list__layout.is-root-container .row > .block-editor-inner-blocks,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .strip > .block-editor-inner-blocks,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .container > .block-editor-inner-blocks,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .row > .block-editor-inner-blocks {
  width: 100%;
  height: 100%;
}
body .block-editor-block-list__layout.is-root-container .strip > .block-editor-inner-blocks > .block-editor-block-list__layout,
body .block-editor-block-list__layout.is-root-container .container > .block-editor-inner-blocks > .block-editor-block-list__layout,
body .block-editor-block-list__layout.is-root-container .row > .block-editor-inner-blocks > .block-editor-block-list__layout,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .strip > .block-editor-inner-blocks > .block-editor-block-list__layout,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .container > .block-editor-inner-blocks > .block-editor-block-list__layout,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .row > .block-editor-inner-blocks > .block-editor-block-list__layout {
  width: 100%;
  height: 100%;
}
body .areoi-preview,
.editor-styles-wrapper .areoi-preview {
  height: 360px;
  background-color: red;
}
body .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,
body .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,
body .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,
body .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,
.editor-styles-wrapper .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,
.editor-styles-wrapper .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,
.editor-styles-wrapper .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,
.editor-styles-wrapper .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;
}
body .row.is-selected,
body .row.has-child-selected,
.editor-styles-wrapper .row.is-selected,
.editor-styles-wrapper .row.has-child-selected {
  padding-bottom: 50px !important;
}
body .row.is-selected > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender,
body .row.has-child-selected > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender,
.editor-styles-wrapper .row.is-selected > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender,
.editor-styles-wrapper .row.has-child-selected > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender {
  position: absolute;
  bottom: -45px;
}
body .strip.is-selected,
body .strip.has-child-selected,
body .container.is-selected,
body .container.has-child-selected,
.editor-styles-wrapper .strip.is-selected,
.editor-styles-wrapper .strip.has-child-selected,
.editor-styles-wrapper .container.is-selected,
.editor-styles-wrapper .container.has-child-selected {
  padding-bottom: 50px !important;
}
body .areoi-gallery-container,
.editor-styles-wrapper .areoi-gallery-container {
  width: 100%;
}
body .areoi-gallery,
.editor-styles-wrapper .areoi-gallery {
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
}
body .areoi-gallery .areoi-gallery-item,
.editor-styles-wrapper .areoi-gallery .areoi-gallery-item {
  display: flex;
  align-items: center;
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
body .areoi-gallery .areoi-gallery-item:last-of-type,
.editor-styles-wrapper .areoi-gallery .areoi-gallery-item:last-of-type {
  border-bottom: none;
}
body .areoi-gallery .areoi-gallery-item p,
.editor-styles-wrapper .areoi-gallery .areoi-gallery-item p {
  margin-bottom: 0;
}
body .areoi-gallery .areoi-gallery-item .areoi-gallery-item-media,
.editor-styles-wrapper .areoi-gallery .areoi-gallery-item .areoi-gallery-item-media {
  width: 50px;
  height: 50px;
  margin: 0 8px 0 0;
}
body .areoi-gallery .areoi-gallery-item .areoi-gallery-item-media img, body .areoi-gallery .areoi-gallery-item .areoi-gallery-item-media video,
.editor-styles-wrapper .areoi-gallery .areoi-gallery-item .areoi-gallery-item-media img,
.editor-styles-wrapper .areoi-gallery .areoi-gallery-item .areoi-gallery-item-media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body .areoi-gallery .areoi-gallery-item .areoi-galery-item-label,
.editor-styles-wrapper .areoi-gallery .areoi-gallery-item .areoi-galery-item-label {
  flex-grow: 1;
}
body .areoi-gallery .areoi-gallery-item .areoi-galery-item-label a,
.editor-styles-wrapper .areoi-gallery .areoi-gallery-item .areoi-galery-item-label a {
  margin-right: 20px;
}
body .areoi-gallery .areoi-gallery-item .areoi-galery-item-label a.areoi-remove-link,
.editor-styles-wrapper .areoi-gallery .areoi-gallery-item .areoi-galery-item-label a.areoi-remove-link {
  color: red;
}
body .areoi-gallery .areoi-gallery-item .areoi-galery-item-arrows,
.editor-styles-wrapper .areoi-gallery .areoi-gallery-item .areoi-galery-item-arrows {
  margin-left: 8px;
}
body .areoi-gallery .areoi-gallery-item .areoi-galery-item-arrows button,
.editor-styles-wrapper .areoi-gallery .areoi-gallery-item .areoi-galery-item-arrows button {
  background: #fff;
  border: 1px solid #ddd;
  width: 26px;
  height: 26px;
  padding: 0;
  display: block;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
}
body .areoi-gallery .areoi-gallery-item .areoi-galery-item-arrows button:last-of-type,
.editor-styles-wrapper .areoi-gallery .areoi-gallery-item .areoi-galery-item-arrows button:last-of-type {
  border-radius: 0 0 3px 3px;
  border-top: none;
}
body .areoi-gallery-items,
.editor-styles-wrapper .areoi-gallery-items {
  border: none;
}
body .areoi-gallery-items .areoi-gallery-item,
.editor-styles-wrapper .areoi-gallery-items .areoi-gallery-item {
  border: none;
  border-top: 1px solid #ddd;
}
body .wp-block-widget-area .components-panel__body-title,
.editor-styles-wrapper .wp-block-widget-area .components-panel__body-title {
  font-size: inherit !important;
}

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