body#tinymce.wp-editor {
  color: #777;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}
body#tinymce.wp-editor p {
  margin: 0 0 25px;
}
body#tinymce.wp-editor a {
  color: #4dd9c9;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
body#tinymce.wp-editor a:visited {
  color: #4dd9c9;
}
body#tinymce.wp-editor a:hover, body#tinymce.wp-editor a:focus, body#tinymce.wp-editor a:active {
  color: #4dd9c9;
}
body#tinymce.wp-editor a:focus {
  outline: thin dotted;
}
body#tinymce.wp-editor a:hover, body#tinymce.wp-editor a:active {
  outline: 0;
}
body#tinymce.wp-editor h1, body#tinymce.wp-editor h2, body#tinymce.wp-editor h3, body#tinymce.wp-editor h4, body#tinymce.wp-editor h5, body#tinymce.wp-editor h6 {
  color: #37474f;
  clear: both;
  margin: 0 0 30px;
  font-weight: 400;
  line-height: 1.1;
}
body#tinymce.wp-editor h1 a, body#tinymce.wp-editor h2 a, body#tinymce.wp-editor h3 a, body#tinymce.wp-editor h4 a, body#tinymce.wp-editor h5 a, body#tinymce.wp-editor h6 a {
  color: #37474f;
  text-decoration: none;
}
body#tinymce.wp-editor h1 a:active, body#tinymce.wp-editor h1 a:visited, body#tinymce.wp-editor h2 a:active, body#tinymce.wp-editor h2 a:visited, body#tinymce.wp-editor h3 a:active, body#tinymce.wp-editor h3 a:visited, body#tinymce.wp-editor h4 a:active, body#tinymce.wp-editor h4 a:visited, body#tinymce.wp-editor h5 a:active, body#tinymce.wp-editor h5 a:visited, body#tinymce.wp-editor h6 a:active, body#tinymce.wp-editor h6 a:visited {
  color: #37474f;
}
body#tinymce.wp-editor h1 a:hover, body#tinymce.wp-editor h1 a:focus, body#tinymce.wp-editor h2 a:hover, body#tinymce.wp-editor h2 a:focus, body#tinymce.wp-editor h3 a:hover, body#tinymce.wp-editor h3 a:focus, body#tinymce.wp-editor h4 a:hover, body#tinymce.wp-editor h4 a:focus, body#tinymce.wp-editor h5 a:hover, body#tinymce.wp-editor h5 a:focus, body#tinymce.wp-editor h6 a:hover, body#tinymce.wp-editor h6 a:focus {
  color: #4dd9c9;
}
body#tinymce.wp-editor h1 {
  font-size: 66px;
  font-weight: 600;
  text-transform: lowercase;
}
body#tinymce.wp-editor h2 {
  font-size: 48px;
  font-weight: 600;
}
body#tinymce.wp-editor h3 {
  font-size: 32px;
}
body#tinymce.wp-editor h4 {
  font-size: 20px;
  margin: 0 0 15px;
}
body#tinymce.wp-editor h5 {
  font-size: 16px;
  margin: 0 0 10px;
}
body#tinymce.wp-editor h6 {
  font-size: 13px;
  margin: 0 0 10px;
}
body#tinymce.wp-editor blockquote,
body#tinymce.wp-editor q {
  margin: 50px 0 50px 50px;
  position: relative;
}
body#tinymce.wp-editor blockquote:before,
body#tinymce.wp-editor q:before {
  font-size: 30px !important;
  line-height: 1;
  font-weight: 400;
  display: block;
  content: '"';
  position: absolute;
  left: -45px;
  top: -5px;
  color: #4dd9c9;
}
body#tinymce.wp-editor blockquote:after,
body#tinymce.wp-editor q:after {
  content: "";
}
body#tinymce.wp-editor hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 25px auto;
}
body#tinymce.wp-editor img {
  display: block;
  height: auto;
  max-width: 100%;
}
body#tinymce.wp-editor img.wp-more-tag {
  height: 16px;
}
body#tinymce.wp-editor figure {
  margin: 10px 0;
}
body#tinymce.wp-editor ul, body#tinymce.wp-editor ol {
  margin: 0 0 25px;
  padding: 0 0 0 25px;
}
body#tinymce.wp-editor ul.comment-list, body#tinymce.wp-editor ol.comment-list {
  list-style: none;
  padding: 0;
}
body#tinymce.wp-editor ul.comment-list .comment-body, body#tinymce.wp-editor ol.comment-list .comment-body {
  margin-bottom: 5px;
}
body#tinymce.wp-editor ul {
  list-style: disc;
}
body#tinymce.wp-editor ol {
  list-style: decimal;
}
body#tinymce.wp-editor li {
  margin-bottom: 5px;
}
body#tinymce.wp-editor li > ul,
body#tinymce.wp-editor li > ol {
  margin-bottom: 0;
  margin-left: 15px;
}
body#tinymce.wp-editor dt {
  font-weight: 600;
}
body#tinymce.wp-editor dd {
  margin: 0 15px 25px;
}
body#tinymce.wp-editor table {
  margin: 0 0 25px;
  width: 100%;
}
body#tinymce.wp-editor dfn, body#tinymce.wp-editor cite, body#tinymce.wp-editor em, body#tinymce.wp-editor i {
  font-style: italic;
}
body#tinymce.wp-editor address {
  margin: 0 0 25px;
}
body#tinymce.wp-editor pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 25px;
  max-width: 100%;
  overflow: auto;
  padding: 15px;
}
body#tinymce.wp-editor code, body#tinymce.wp-editor kbd, body#tinymce.wp-editor tt, body#tinymce.wp-editor var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 12px;
  line-height: 1.6;
}
body#tinymce.wp-editor abbr, body#tinymce.wp-editor acronym {
  border-bottom: 1px dotted #888;
  cursor: help;
}
body#tinymce.wp-editor mark, body#tinymce.wp-editor ins {
  background: #fff9c0;
  text-decoration: none;
}
body#tinymce.wp-editor big {
  font-size: 125%;
}
body#tinymce.wp-editor b, body#tinymce.wp-editor strong {
  font-weight: 600;
}

@media (max-width: 991px) {
  body#tinymce.wp-editor h1 {
    font-size: 60px;
  }
  body#tinymce.wp-editor h2 {
    font-size: 40px;
  }
  body#tinymce.wp-editor h3 {
    font-size: 30px;
  }
  body#tinymce.wp-editor blockquote,
  body#tinymce.wp-editor q {
    margin: 40px 0 40px 40px;
  }
  body#tinymce.wp-editor blockquote:before,
  body#tinymce.wp-editor q:before {
    font-size: 25px !important;
    left: -35px;
    top: -5px;
  }
}
@media (max-width: 767px) {
  body#tinymce.wp-editor {
    line-height: 1.6;
  }
  body#tinymce.wp-editor p {
    margin: 0 0 20px;
  }
  body#tinymce.wp-editor h1, body#tinymce.wp-editor h2, body#tinymce.wp-editor h3, body#tinymce.wp-editor h4, body#tinymce.wp-editor h5, body#tinymce.wp-editor h6 {
    margin: 0 0 20px;
  }
  body#tinymce.wp-editor h1 {
    font-size: 40px;
  }
  body#tinymce.wp-editor h2 {
    font-size: 30px;
  }
  body#tinymce.wp-editor h3 {
    font-size: 20px;
  }
  body#tinymce.wp-editor blockquote,
  body#tinymce.wp-editor q {
    margin: 20px 0 20px 20px;
  }
  body#tinymce.wp-editor blockquote:before,
  body#tinymce.wp-editor q:before {
    font-size: 15px !important;
    left: -18px;
    top: 0;
  }
  body#tinymce.wp-editor hr {
    margin: 20px auto;
  }
  body#tinymce.wp-editor ul, body#tinymce.wp-editor ol {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
  }
  body#tinymce.wp-editor li > ul,
  body#tinymce.wp-editor li > ol {
    margin-bottom: 0;
    margin-left: 10px;
  }
  body#tinymce.wp-editor dd {
    margin: 0 10px 20px;
  }
  body#tinymce.wp-editor table {
    margin: 0 0 20px;
  }
  body#tinymce.wp-editor address {
    margin: 0 0 20px;
  }
  body#tinymce.wp-editor pre {
    margin-bottom: 20px;
    padding: 10px;
  }
}
/* RTL support */
body#tinymce.wp-editor.rtl {
  color: #777;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}
body#tinymce.wp-editor.rtl p {
  margin: 0 0 25px;
}
body#tinymce.wp-editor.rtl a {
  color: #4dd9c9;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
body#tinymce.wp-editor.rtl a:visited {
  color: #4dd9c9;
}
body#tinymce.wp-editor.rtl a:hover, body#tinymce.wp-editor.rtl a:focus, body#tinymce.wp-editor.rtl a:active {
  color: #4dd9c9;
}
body#tinymce.wp-editor.rtl a:focus {
  outline: thin dotted;
}
body#tinymce.wp-editor.rtl a:hover, body#tinymce.wp-editor.rtl a:active {
  outline: 0;
}
body#tinymce.wp-editor.rtl h1, body#tinymce.wp-editor.rtl h2, body#tinymce.wp-editor.rtl h3, body#tinymce.wp-editor.rtl h4, body#tinymce.wp-editor.rtl h5, body#tinymce.wp-editor.rtl h6 {
  color: #37474f;
  clear: both;
  margin: 0 0 30px;
  font-weight: 400;
  line-height: 1.1;
}
body#tinymce.wp-editor.rtl h1 a, body#tinymce.wp-editor.rtl h2 a, body#tinymce.wp-editor.rtl h3 a, body#tinymce.wp-editor.rtl h4 a, body#tinymce.wp-editor.rtl h5 a, body#tinymce.wp-editor.rtl h6 a {
  color: #37474f;
  text-decoration: none;
}
body#tinymce.wp-editor.rtl h1 a:active, body#tinymce.wp-editor.rtl h1 a:visited, body#tinymce.wp-editor.rtl h2 a:active, body#tinymce.wp-editor.rtl h2 a:visited, body#tinymce.wp-editor.rtl h3 a:active, body#tinymce.wp-editor.rtl h3 a:visited, body#tinymce.wp-editor.rtl h4 a:active, body#tinymce.wp-editor.rtl h4 a:visited, body#tinymce.wp-editor.rtl h5 a:active, body#tinymce.wp-editor.rtl h5 a:visited, body#tinymce.wp-editor.rtl h6 a:active, body#tinymce.wp-editor.rtl h6 a:visited {
  color: #37474f;
}
body#tinymce.wp-editor.rtl h1 a:hover, body#tinymce.wp-editor.rtl h1 a:focus, body#tinymce.wp-editor.rtl h2 a:hover, body#tinymce.wp-editor.rtl h2 a:focus, body#tinymce.wp-editor.rtl h3 a:hover, body#tinymce.wp-editor.rtl h3 a:focus, body#tinymce.wp-editor.rtl h4 a:hover, body#tinymce.wp-editor.rtl h4 a:focus, body#tinymce.wp-editor.rtl h5 a:hover, body#tinymce.wp-editor.rtl h5 a:focus, body#tinymce.wp-editor.rtl h6 a:hover, body#tinymce.wp-editor.rtl h6 a:focus {
  color: #4dd9c9;
}
body#tinymce.wp-editor.rtl h1 {
  font-size: 66px;
  font-weight: 600;
  text-transform: lowercase;
}
body#tinymce.wp-editor.rtl h2 {
  font-size: 48px;
  font-weight: 600;
}
body#tinymce.wp-editor.rtl h3 {
  font-size: 32px;
}
body#tinymce.wp-editor.rtl h4 {
  font-size: 20px;
  margin: 0 0 15px;
}
body#tinymce.wp-editor.rtl h5 {
  font-size: 16px;
  margin: 0 0 10px;
}
body#tinymce.wp-editor.rtl h6 {
  font-size: 13px;
  margin: 0 0 10px;
}
body#tinymce.wp-editor.rtl blockquote,
body#tinymce.wp-editor.rtl q {
  margin: 50px 50px 50px 0;
  position: relative;
}
body#tinymce.wp-editor.rtl blockquote:before,
body#tinymce.wp-editor.rtl q:before {
  font-size: 30px !important;
  line-height: 1;
  font-weight: 400;
  display: block;
  content: '"';
  position: absolute;
  right: -45px;
  top: -5px;
  color: #4dd9c9;
}
body#tinymce.wp-editor.rtl blockquote:after,
body#tinymce.wp-editor.rtl q:after {
  content: "";
}
body#tinymce.wp-editor.rtl hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 25px auto;
}
body#tinymce.wp-editor.rtl img {
  display: block;
  height: auto;
  max-width: 100%;
}
body#tinymce.wp-editor.rtl figure {
  margin: 10px 0;
}
body#tinymce.wp-editor.rtl ul, body#tinymce.wp-editor.rtl ol {
  margin: 0 0 25px;
  padding: 0 25px 0 0;
}
body#tinymce.wp-editor.rtl ul.comment-list, body#tinymce.wp-editor.rtl ol.comment-list {
  list-style: none;
  padding: 0;
}
body#tinymce.wp-editor.rtl ul.comment-list .comment-body, body#tinymce.wp-editor.rtl ol.comment-list .comment-body {
  margin-bottom: 5px;
}
body#tinymce.wp-editor.rtl ul {
  list-style: disc;
}
body#tinymce.wp-editor.rtl ol {
  list-style: decimal;
}
body#tinymce.wp-editor.rtl li {
  margin-bottom: 5px;
}
body#tinymce.wp-editor.rtl li > ul,
body#tinymce.wp-editor.rtl li > ol {
  margin-bottom: 0;
  margin-right: 15px;
}
body#tinymce.wp-editor.rtl dt {
  font-weight: 600;
}
body#tinymce.wp-editor.rtl dd {
  margin: 0 15px 25px;
}
body#tinymce.wp-editor.rtl table {
  margin: 0 0 25px;
  width: 100%;
}
body#tinymce.wp-editor.rtl dfn, body#tinymce.wp-editor.rtl cite, body#tinymce.wp-editor.rtl em, body#tinymce.wp-editor.rtl i {
  font-style: italic;
}
body#tinymce.wp-editor.rtl address {
  margin: 0 0 25px;
}
body#tinymce.wp-editor.rtl pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 25px;
  max-width: 100%;
  overflow: auto;
  padding: 15px;
}
body#tinymce.wp-editor.rtl code, body#tinymce.wp-editor.rtl kbd, body#tinymce.wp-editor.rtl tt, body#tinymce.wp-editor.rtl var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 12px;
  line-height: 1.6;
}
body#tinymce.wp-editor.rtl abbr, body#tinymce.wp-editor.rtl acronym {
  border-bottom: 1px dotted #888;
  cursor: help;
}
body#tinymce.wp-editor.rtl mark, body#tinymce.wp-editor.rtl ins {
  background: #fff9c0;
  text-decoration: none;
}
body#tinymce.wp-editor.rtl big {
  font-size: 125%;
}
body#tinymce.wp-editor.rtl b, body#tinymce.wp-editor.rtl strong {
  font-weight: 600;
}

@media (max-width: 991px) {
  body#tinymce.wp-editor.rtl h1 {
    font-size: 60px;
  }
  body#tinymce.wp-editor.rtl h2 {
    font-size: 40px;
  }
  body#tinymce.wp-editor.rtl h3 {
    font-size: 30px;
  }
  body#tinymce.wp-editor.rtl blockquote,
  body#tinymce.wp-editor.rtl q {
    margin: 40px 40px 40px 0;
  }
  body#tinymce.wp-editor.rtl blockquote:before,
  body#tinymce.wp-editor.rtl q:before {
    font-size: 25px !important;
    right: -35px;
    top: -5px;
  }
}
@media (max-width: 767px) {
  body#tinymce.wp-editor.rtl {
    line-height: 1.6;
  }
  body#tinymce.wp-editor.rtl p {
    margin: 0 0 20px;
  }
  body#tinymce.wp-editor.rtl h1, body#tinymce.wp-editor.rtl h2, body#tinymce.wp-editor.rtl h3, body#tinymce.wp-editor.rtl h4, body#tinymce.wp-editor.rtl h5, body#tinymce.wp-editor.rtl h6 {
    margin: 0 0 20px;
  }
  body#tinymce.wp-editor.rtl h1 {
    font-size: 40px;
  }
  body#tinymce.wp-editor.rtl h2 {
    font-size: 30px;
  }
  body#tinymce.wp-editor.rtl h3 {
    font-size: 20px;
  }
  body#tinymce.wp-editor.rtl blockquote,
  body#tinymce.wp-editor.rtl q {
    margin: 20px 20px 20px 0;
  }
  body#tinymce.wp-editor.rtl blockquote:before,
  body#tinymce.wp-editor.rtl q:before {
    font-size: 15px !important;
    right: -18px;
    top: 0;
  }
  body#tinymce.wp-editor.rtl hr {
    margin: 20px auto;
  }
  body#tinymce.wp-editor.rtl ul, body#tinymce.wp-editor.rtl ol {
    margin: 0 0 20px;
    padding: 0 20px 0 0;
  }
  body#tinymce.wp-editor.rtl li > ul,
  body#tinymce.wp-editor.rtl li > ol {
    margin-bottom: 0;
    margin-right: 10px;
  }
  body#tinymce.wp-editor.rtl dd {
    margin: 0 10px 20px;
  }
  body#tinymce.wp-editor.rtl table {
    margin: 0 0 20px;
  }
  body#tinymce.wp-editor.rtl address {
    margin: 0 0 20px;
  }
  body#tinymce.wp-editor.rtl pre {
    margin-bottom: 20px;
    padding: 10px;
  }
}
/*# sourceMappingURL=editor-style.css.map */