.mejs-container {
  direction: ltr;
  border-radius: 12px;
  overflow: hidden;
}

.text-blue-info {
  color: var(--c-blue-500);
}

.text-blue-info::before {
  content: "\e919";
  font-family: var(--ff-icon);
  vertical-align: middle;
  margin-left: 1rem;
}

.text-tick::before {
  content: "\e926";
  font-family: var(--ff-icon);
  vertical-align: middle;
  margin-left: 0.8rem;
  font-size: 1.2rem;
}

.sw--auto.cols--gallery .swiper-slide {
  width: 17rem;
}

.editor-content em {
  font-style: italic;
}

.editor-content code,
.editor-content pre {
  display: block;
  overflow-x: auto;
  direction: ltr;
  text-align: left;
  background: #1e1e1e;
  color: var(--c-white);
  border-radius: var(--br-20);
  padding: 1rem 2.4rem;
  white-space: pre;
  font-size: var(--fs-14);
  font-family: monospace;
  box-shadow: 0 19px 24px 0px #0000001a;
  line-height: 1.8;
}

code {
  direction: ltr;
  width: 100%;
  text-align: left;
  display: block;
}

/* .editor-content *:not([class*="mejs"], button):first-child {
  margin-top: 0;
} */
/* .editor-content :is(h1, h2, h3, h4, h5, h6):first-child {
  padding-top: 0;
} */
/* .editor-content *:not([class*="mejs"], button):last-child {
  margin-bottom: 0;
} */

.editor-content img:not(.img_gallery, .bg-cta-m) {
  max-width: 100%;
  border-radius: 8px;
  background: var(--c-neutral-200);
}

.section--editor #websima-cta-content:only-child {
  margin-top: 0;
  margin-bottom: 0;
}

.sw-gallery .swiper-slide {
  height: auto;
}

.gallery_item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.gallery_item+p {
  text-align: center;
  margin-top: 1.4rem;
  font-size: var(--fs-15);
  font-weight: bold;
  color: var(--c-neutral-900);
}

.gallery_item a:after {
  opacity: 0;
  content: "\e92c";
  font-family: var(--ff-icon);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: var(--t-ease);
  z-index: 1;
  position: absolute;
  color: var(--c-white);
  font-size: 2.5rem;
  line-height: 1;
  text-decoration: initial;
}

.gallery_item a:before {
  opacity: 0;
  content: "";
  position: absolute;
  height: 100%;
  background: #0000001c;
  opacity: 0;
  left: 0;
  right: 0;
  transition: var(--t-ease);
  z-index: 1;
  border-radius: 8px;
}

.sw--gallery {
  /* padding: 2rem 0; */
}

.sw--gallery:not(.swiper-initialized) .swiper-slide {
  flex-shrink: unset;
  margin-left: 22px;
  width: 144px;
  flex: 0 0 144px;
}

.gallery_item:hover a:after {
  opacity: 1;
}

.gallery_item:hover a::before {
  opacity: 0.6;
}

.grid-cols.cols--gallery .swiper-wrapper {
  grid-auto-columns: min(16rem, 100%);
}

/* .gallery_item:hover img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
} */
.gl--box {
  margin: 2rem 0 4rem !important;
}

/* .gallery_item:hover .caption {
  border: 1px solid var(--c-primary-light1);
  color: var(--c-primary-light1);
} */
.sw-gallery {
  /* margin-top: 3.2rem; */
  /* margin-bottom: 3.2rem; */
}

.alignleft {
  float: left;
  margin: 0 3rem 3rem 0;
}

.alignright {
  float: right;
  margin-left: 3rem;
}

.aligncenter {
  text-align: center;
  display: block;
  margin-inline: auto;
  margin-bottom: 2rem;
}

.blockquote {
  position: relative;
}

.editor-content li :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 0;
  display: inline;
  line-height: 1.5;
}

.editor-content {
  line-height: 2.2;
}

img.alignnone {
  margin: auto;
}

.editor-content :is(h3, h4, h5, h6) {
  line-height: 2;
  font-weight: bold;
  color: var(--c-neutral-900);
  text-align: right;
}

.editor-content :is(h1, h2) {
  line-height: 1.8;
  font-weight: bold;
  color: var(--c-neutral-900);
  text-align: right !important;
}

/* .editor-content ul > li > :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 0;
  padding: 0;
} */
.editor-content h1 {
  font-size: var(--fs-26);
  color: var(--c-primary);
}

.editor-content h2 {
  font-size: var(--fs-24);
}

.editor-content h3 {
  font-size: var(--fs-22);
}

.editor-content h4 {
  font-size: var(--fs-20);
}

.editor-content h5 {
  font-size: var(--fs-18);
}

.editor-content h6 {
  font-size: var(--fs-16);
}

.editor-content ul,
.editor-content ol {
  /* margin-bottom: 1rem; */
  /* margin-top: 2rem; */
}

.editor-content ul:not(.acf-checkbox-list, .acf-radio-list, .acf-bl) li {
  margin-bottom: 2rem;
  list-style: disc;
  list-style-position: inside;
  text-indent: -2rem;
  padding-right: 2rem;
}

.editor-content ul li::marker {
  color: var(--c-primary-600);
  line-height: 1;
}

.comment-single li::marker {
  content: none;
}

.editor-content .wp-caption-text {
  text-align: center;
}

.editor-content .wp-caption {
  width: auto !important;
}

.editor-content a:not(.btn, .acf-icon) {
  color: var(--c-primary-500);
  font-weight: bold;
}

.editor-content a:not(.btn):hover {
  color: var(--c-primary-400);
}

.editor-content strong {
  color: var(--c-neutral-900);
  font-weight: bold;
}

.editor-content blockquote {
  padding: 3.5rem min(6rem, 4vw);
  background: var(--c-primary-50);
  position: relative;
  display: block;
  margin: 3rem 0 !important;
  isolation: isolate;
  border-radius: 1.6rem;
  font-weight: bold;
  color: var(--c-neutral-900);
  text-align: center;
}

.editor-content ol {
  list-style: none;
  margin-left: 0;
  padding: 0;
}

.editor-content ol li {
  counter-increment: item;
  position: relative;
  margin-bottom: 1rem;
  text-indent: -2rem;
  padding-right: 2rem;
}

.editor-content ol li:before {
  content: counter(item) ".";
  /* color: var(--c-primary); */
  font-weight: bold;
  padding-left: 1rem;
  font-size: 2.2rem;
  line-height: 1;
  /* font-family: var(--ff-en); */
  color: var(--c-primary-500);
}

hr {
  border: 1px solid #ccc;
}

.editor-content>*+* {
  margin-top: 1.5rem;
  clear: both;
}

.gallery_item img {
  transition: all var(--t-ease);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 1/1;
}

.editor-content .wp-video {
  display: block;
  border-radius: 8px;
  margin-inline: auto;
  max-width: 100% !important;
  overflow: hidden;
}

.editor-content .wp-video video {
  width: min(85rem, 100%);
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
}

.editor-content table:not(.acf-table) th,
.editor-content table:not(.acf-table) td {
  white-space: nowrap;
  border-bottom: none;
  padding: 1rem 1.5rem;
  font-size: inherit;
  line-height: 2;
  vertical-align: middle;
}

.editor-content table:not(.acf-table) tr:first-child th {
  white-space: nowrap;
  padding: 1rem 2rem;
  background: var(--c-primary-500);
  color: var(--c-neutral-0);
}

.editor-content table:not(.acf-table) :is(tbody, thead) {
  display: table;
  width: 100%;
}

.dataTables_wrapper {
  overflow-x: auto;
}

.dataTables_length {
  display: none;
}

.dataTables_filter {
  display: none;
}

.dataTables_info {
  display: none;
}

.dataTables_paginate,
.paging_simple {
  display: none;
}

.editor-content .tablepress {
  --head-active-bg-color: var(--color-secondary-shade);
  --head-active-text-color: var(--head-text-color);
  --head-bg-color: var(--c-secondary-400);
}

.editor-content table:not(.acf-table) {
  border-collapse: collapse;
  display: block;
  border-radius: 8px;
  width: 100%;
  overflow-x: auto;
  display: block;
  -webkit-overflow-scrolling: auto;
  border-bottom: 0;
  background: #fff;
}

.editor-content table:not(.acf-table) tr {
  border-bottom: 1px solid var(--c-neutral-100);
}

.editor-content table:not(.acf-table) tr:last-child {
  border-bottom: unset;
}

/* .editor-content table:not(.acf-table) tr,
.editor-content table:not(.acf-table) td,
.editor-content table:not(.acf-table) th {
  text-align: center;
} */
.editor-content table:not(.acf-table) th {
  font-weight: bold;
  color: var(--c-neutral-900);
}

/* width */
.editor-content table:not(.acf-table):not(.acf-table)::-webkit-scrollbar {
  height: 4px !important;
  width: 3px !important;
}

/* Track */
.editor-content table:not(.acf-table)::-webkit-scrollbar-track {
  background: #eae8e4 !important;
  height: 4px !important;
}

/* Handle */
.editor-content table:not(.acf-table)::-webkit-scrollbar-thumb {
  background: rgb(123, 123, 123) !important;
  height: 4px !important;
}

/* Handle on hover */
.editor-content table:not(.acf-table)::-webkit-scrollbar-thumb:hover {
  background: var(--c-primary-600) !important;
}

/* width */
.editor-content table::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

/* Track */
.editor-content table::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 3px #cfcfcf; */
  border-radius: 0 0 4px 4px;
  background-color: #ececec;
}

/* Handle */
.editor-content table::-webkit-scrollbar-thumb {
  background: #aca9a9;
  border-radius: 0 0 4px 4px;
}

/* Handle on hover */
.editor-content table::-webkit-scrollbar-thumb:hover {
  background: var(--c-primary-600);
}

.editor-content table {
  scrollbar-color: var(--c-primary-600);
  scrollbar-width: thin;
  height: auto !important;
  border: 1px solid var(--c-neutral-100) !important;
}

/**************************/
/* BELOW 768px */
/**************************/
@media (max-width: 48em) {
  .af-form.acf-form>.acf-fields {
    grid-template-columns: 1fr;
  }
}

/**************************/
/* BELOW 576px */
/**************************/
@media (min-width: 36em) {}

/**************************/
/* ABOVE 768px */
/**************************/
@media (min-width: 48em) {}

/**************************/
/* ABOVE 992px */
/**************************/
@media (min-width: 62em) {
  /* .page-template-home-template .editor-content blockquote {
    margin-inline: 15rem !important;
  } */
}

/**************************/
/* ABOVE 1200px */
/**************************/
@media (min-width: 75em) {}

/**************************/
/* BELOW 1200px */
/**************************/
@media (max-width: 75em) {}

/**************************/
/* BELOW 992px */
/**************************/
@media (max-width: 62em) {}

/**************************/
/* BELOW 768px */
/**************************/
@media (max-width: 50em) {

  .alignleft,
  .alignright {
    float: none;
    margin-inline: auto;
    margin-bottom: 2rem;
  }

  .main-text {
    font-size: var(--fs-16);
  }
}

/**************************/
/* BELOW 576px */
/**************************/
@media (max-width: 35.99em) {}