.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.row > div {
  padding-left: 15px;
  padding-right: 15px;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-1 {
  width: 8.3333333333%;
}

.btn-custom {
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: #0753c6;
  display: inline-block;
}
.btn-custom:hover, .btn-custom:focus {
  background: #114bba;
  color: #fff;
}

.dashboard-page, .admin-page {
  margin: 0;
  overflow: hidden;
}
.dashboard-page a, .admin-page a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dashboard-page *, .admin-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dashboard-page .link, .admin-page .link {
  font-weight: 500;
  text-decoration: none;
}
.dashboard-page p, .admin-page p {
  margin: 0 0 20px;
}
.dashboard-page h1, .dashboard-page h2, .dashboard-page h3, .dashboard-page h4, .dashboard-page h5, .dashboard-page h6, .admin-page h1, .admin-page h2, .admin-page h3, .admin-page h4, .admin-page h5, .admin-page h6 {
  margin: 0 0 20px;
  line-height: normal;
  font-weight: 500;
  color: #000;
}
.dashboard-page h2, .admin-page h2 {
  font-size: 30px;
  margin: 0;
}
.dashboard-page h4, .admin-page h4 {
  font-size: 20px;
}
.dashboard-page h5, .admin-page h5 {
  font-size: 18px;
}
.dashboard-page h6, .admin-page h6 {
  font-size: 16px;
}

.full-width {
  width: 100% !important;
}

.cta__section h2 {
  font-family: "Lobster", serif;
}

.modal-content {
  text-align: center;
  position: relative;
}
.modal-content .success-msg, .modal-content .loader-block {
  width: 500px;
}

.modal-bg {
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
}

.loader-block img {
  width: 50px;
  margin-bottom: 20px;
}

.selection-block {
  max-width: 100%;
  width: 660px;
}
.selection-block .box {
  position: relative;
  border: 0;
  border-radius: 20px;
  overflow: hidden;
}
.selection-block .box .editease-img {
  height: 220px;
  background: #E8E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
.selection-block .box .editease-title p {
  font-size: 16px;
  font-weight: 600;
  color: #4D4D4D;
  margin: 0;
  padding: 23px 20px 23px 60px;
  text-align: left;
}
.selection-block .box input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  z-index: 1;
  border-radius: 0;
  border: 0;
}
.selection-block .box input:checked + label {
  background: #0753c6;
  border-color: #0753c6;
}
.selection-block .box input:checked + label + .box-border {
  border-color: #0753c6;
}
.selection-block .box input:checked + label::before {
  opacity: 1;
  visibility: visible;
}
.selection-block .box label {
  left: 20px;
  bottom: 22px;
  margin: auto;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 2px solid #c1c1c1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
}
.selection-block .box label::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  width: 10px;
  margin: auto;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.selection-block .box-border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  border: 2px solid #e8e8e8;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.modal-content h3 {
  width: 100%;
  font-size: 15px;
  line-height: normal;
  margin: 0px 0 15px;
  color: #606060;
  text-align: left;
  font-weight: normal;
  width: 100%;
}
.modal-content h4 {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6em;
  margin: 20px 0;
  color: #000;
}
.modal-content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.modal-content .col-6 {
  width: 50%;
  padding: 0 10px;
}
.modal-content .col-6 img {
  max-width: 100%;
}
.modal-content .col-6 a {
  text-decoration: none;
  display: block;
}
.modal-content .col-6 > p {
  margin: 15px 0 0;
  font-size: 13px;
  line-height: 1.4em;
  color: #606060;
  text-align: left;
}

.close-modal, #close-modal-setup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}

.selection-submit {
  text-align: right;
  padding: 20px 0 0;
}
.selection-submit .btn-outline {
  margin-right: 10px;
}
.selection-submit input {
  width: 100px;
  border: 0;
  background: #0753c6;
  color: #fff;
  padding: 12px 10px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.selection-submit input:hover {
  background: #023075;
}

.btn-outline {
  display: inline-block;
  border: 1px solid #DADADA;
  color: #4D4D4D;
  padding: 12px 10px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: none;
  min-width: 90px;
  text-align: center;
  text-decoration: none;
  line-height: normal;
}
.btn-outline:hover {
  background: #0753c6;
  color: #fff;
  border-color: #0753c6;
}

.dashboard-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dashboard-page .extend-web-sidebar h4 {
  padding-left: 0;
  padding-right: 0;
}
.dashboard-page .extend-web-sidebar ul.plugin-list-ul {
  background: none;
  border: 0;
}
.dashboard-page .extend-web-sidebar ul.plugin-list-ul li:hover {
  background: none;
}
.dashboard__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
.dashboard__header .notice {
  display: none;
}
.dashboard__lh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard__logo h1 {
  font-weight: bold;
  font-size: 34px;
  padding: 0 20px 0 0;
  margin: 0;
}
.dashboard__logo h1 svg {
  width: 180px;
  height: auto;
  margin-left: 2px;
}
.dashboard__tabs ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard__tabs ul li {
  padding: 0 32px 0 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  font-weight: bold;
}
.dashboard__tabs ul li > a {
  text-decoration: none;
  padding: 15px 5px;
  display: block;
  position: relative;
}
.dashboard__tabs ul li > a::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 2px;
  background: #135e96;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.dashboard__tabs ul li.active > a::before {
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}
.dashboard__tab_content-main {
  padding: 80px 0;
}

.dash-cta * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dash-cta .row {
  margin-left: -8px;
  margin-right: -8px;
}
.dash-cta .row > div {
  padding-left: 8px;
  padding-right: 8px;
}
.dash-cta .callback-logo {
  width: 80px;
}
.dash-cta .callback-logo img {
  width: 100%;
}
.dash-cta .callback-text {
  width: calc(100% - 80px);
}
.dash-cta .callback-text p {
  margin: 0 0 12px;
}
.dash-cta .callback-text p strong {
  color: #000;
  font-size: 14px;
}
.dash-cta .callback-text p strong span {
  color: #0f4cbb;
}

.notice p:last-child {
  margin: 0;
}

.welcome-about__block > .row > div {
  margin-bottom: 40px;
}
.welcome-about__block > .row > div > span {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
}
.welcome-about__block > .row .dash-cta {
  border: 1px solid #bdbdbd;
  padding: 20px;
  border-radius: 8px;
  width: 500px;
  float: right;
}
.welcome-about__block > .row .dash-cta .callback-text p {
  font-size: 13px;
}
.welcome-about__block > .row .dash-cta .callback-text p:last-child {
  margin: 0;
}
.welcome-about__block h2 {
  font-size: 34px;
  line-height: normal;
  margin: 0 0 20px;
}
.welcome-about__block p {
  font-size: 16px;
  margin: 0 0 20px;
}
.welcome-about__block .welcome-about__btns {
  display: inline-block;
}
.welcome-about__block .welcome-about__btns .btn-custom {
  margin-right: 10px;
}
.welcome-about__video {
  position: relative;
  height: 0;
  padding: 0 0 49%;
  width: 85%;
  float: right;
}
.welcome-about__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.quick-extend > .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quick-extend h4 {
  line-height: normal;
  margin: 0 0 10px;
  font-size: 20px;
}

.quick-setting {
  width: 66%;
}
.quick-setting__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}
.quick-setting__title h4 {
  margin: 0;
}
.quick-setting ul {
  padding: 0;
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.quick-setting ul li {
  padding: 10px;
  margin: 0;
  list-style: none;
  width: 33.33%;
  font-weight: 500;
}
.quick-setting ul li.disable h5, .quick-setting ul li.disable span {
  opacity: 0.5;
}
.quick-setting ul li.disable > a {
  border-color: #ddd;
}
.quick-setting ul li a {
  text-decoration: none;
  padding: 15px;
  display: block;
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.quick-setting ul li a h5 {
  margin: 0 0 10px;
}
.quick-setting ul li a:hover {
  -webkit-box-shadow: 0 0 10px rgba(7, 83, 198, 0.2196078431);
          box-shadow: 0 0 10px rgba(7, 83, 198, 0.2196078431);
  border-color: #5494f6;
}
.quick-setting ul li a span {
  font-size: 16px;
  color: #9ba9b4;
}
.quick-setting ul li a label {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #0753c6;
  border-radius: 5px;
  padding: 3px 7px;
  font-size: 12px;
  color: #ffffff;
  line-height: normal;
}

.extend-web-sidebar {
  width: 32%;
}
.extend-web-sidebar > div {
  margin-bottom: 30px;
}
.extend-web-sidebar .extend-web-plugins h4 {
  margin: 0;
}
.extend-web-sidebar h4 {
  padding: 0 10px 15px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
}
.extend-web-sidebar ul.plugins-list-title {
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  border-bottom: 0;
  background: #fff;
}
.extend-web-sidebar ul.plugins-list-title li {
  list-style: none;
  margin: 0;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.extend-web-sidebar ul.plugins-list-title li h6 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}
.extend-web-sidebar ul.plugins-list-title li h6:nth-child(1) {
  padding: 0px;
}
.extend-web-sidebar ul.plugin-list-ul {
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  border-bottom: 0;
  background: #fff;
}
.extend-web-sidebar ul.plugin-list-ul li {
  list-style: none;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px 10px;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.extend-web-sidebar ul.plugin-list-ul li:hover {
  background: #f0f6fc;
}
.extend-web-sidebar ul.plugin-list-ul li .plugins-text {
  padding: 0 0 0 10px;
  width: calc(100% - 40px);
}
.extend-web-sidebar ul.plugin-list-ul li .plugins-icon {
  width: 40px;
}
.extend-web-sidebar ul.plugin-list-ul li .plugins-icon svg, .extend-web-sidebar ul.plugin-list-ul li .plugins-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.extend-web-sidebar ul.plugin-list-ul li .plugins-title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}
.extend-web-sidebar ul.plugin-list-ul li h6 {
  margin: 0 0 3px;
}
.extend-web-sidebar ul.plugin-list-ul li p {
  margin: 0;
  color: #9ba9b4;
}
.extend-web-sidebar ul.star-reting {
  padding: 0;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.extend-web-sidebar ul.star-reting li {
  padding: 0 10px 0 0;
  margin: 0;
  list-style: none;
}
.extend-web-sidebar ul.star-reting li svg {
  width: 20px;
  height: 20px;
  display: block;
}
.extend-web-sidebar .client-reviews {
  margin-bottom: 30px;
}
.extend-web-sidebar .client-reviews__block {
  padding: 20px;
  border-radius: 10px;
  background: #e7e7e7;
  margin-bottom: 20px;
}
.extend-web-sidebar .client-reviews__block label {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 3px;
  display: block;
}
.extend-web-sidebar .client-reviews__block span {
  color: #959595;
}
.extend-web-sidebar .client-reviews__block p {
  font-size: 15px;
}
.extend-web-sidebar .client-reviews__block p:last-child {
  margin-bottom: 0;
}
.extend-web-sidebar .client-reviews__text {
  margin: 0 0 15px;
}

.rate-us__block {
  margin-bottom: 20px;
  border: 1px solid #bdbdbd;
  padding: 20px;
  border-radius: 8px;
}
.rate-us__block h5 {
  margin: 0 0 10px;
}
.rate-us__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
}
.rate-us__stars .star-reting {
  margin: 0 !important;
}
.rate-us__stars span {
  color: #b5b5b5;
  font-size: 13px;
  font-weight: 300;
}

.free-vs-pro__main table {
  width: 100%;
}
.free-vs-pro__main table tr:nth-child(1) th {
  font-size: 18px;
}
.free-vs-pro__main table th {
  font-weight: bold;
  color: #000;
}
.free-vs-pro__main table th, .free-vs-pro__main table td {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  height: 48px;
}
.free-vs-pro__main table th:nth-child(1), .free-vs-pro__main table td:nth-child(1) {
  text-align: left;
}
.free-vs-pro__main table th:nth-child(2), .free-vs-pro__main table th:nth-child(3), .free-vs-pro__main table td:nth-child(2), .free-vs-pro__main table td:nth-child(3) {
  width: 20%;
}
.free-vs-pro__head {
  background: #0753c6;
  color: #fff !important;
}
.free-vs-pro__head th {
  color: #fff !important;
}
.free-vs-pro__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 20px;
}

.free-vs-pro__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.free-vs-pro__row > div {
  padding: 0 10px;
}
.free-vs-pro__row > div span {
  background: #ddd;
  width: 100%;
  display: block;
  padding: 10px;
}
.free-vs-pro__title-col {
  width: 40%;
}
.free-vs-pro__free-pro {
  width: 30%;
}

.support-page {
  padding: 20px 0;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  margin-bottom: 40px;
}
.header h1 {
  font-size: 2.5em;
  color: #0753c6;
}

.section {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.section h2 {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #333;
}

.documentation__section .grid-item {
  position: relative;
}
.documentation__section .grid-item::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  border-right: 5px solid;
  border-bottom: 5px solid;
  border-color: #0753c6;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.documentation__section .grid-item:last-child::before {
  display: none;
}
.documentation__section .grid-item a {
  padding: 15px;
  background-color: #f3f7fc;
  border-radius: 8px;
  text-decoration: none;
  display: block;
  height: 100%;
}
.documentation__section .grid-item a:hover {
  background-color: #ddecff;
}
.documentation__section .grid-item h3 {
  font-size: 1.2em;
  margin: 10px 0;
}
.documentation__section .grid-item p {
  margin: 0 0 10px;
  color: #686868;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.cta {
  margin-top: 20px;
}
.cta a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #0753c6;
  border-radius: 5px;
  text-decoration: none;
}
.cta a:hover {
  background-color: #005bb5;
}

.faq-item {
  margin-bottom: 10px;
  background: #f3f7fd;
  border-radius: 4px;
}
.faq-item:last-child {
  margin: 0;
}
.faq-item:hover {
  background-color: #ddecff;
}
.faq-item.active h3::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 0;
}
.faq-item h3 {
  font-size: 1.2em;
  cursor: pointer;
  color: #000;
  margin: 0;
  padding: 15px;
  position: relative;
}
.faq-item h3::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #0753c6;
  top: -4px;
  bottom: 0;
  margin: auto;
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq-item p {
  margin: 10px 0 0;
}
.faq-item__content {
  display: none;
  padding: 0 15px 15px;
  margin-top: -5px;
}

.contact-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.contact-form button {
  padding: 10px 20px;
  color: #fff;
  background-color: #0753c6;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.contact-form button:hover {
  background-color: #005bb5;
}

.plugin-page .wrap h1.wp-heading-inline {
  font-weight: normal;
  margin-bottom: 10px;
}

.import-page__cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 100px 0;
}
.import-page__cover .loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.8);
}
.import-page__cover .green-icon {
  margin: 20px 0;
  text-align: center;
}
.import-page__cover .green-icon img {
  display: inline-block;
  vertical-align: top;
}
.import-page__cover h1 {
  margin-bottom: 30px;
  padding: 0;
}
.import-page__cover .import-logo {
  margin-bottom: 30px;
}
.import-page__cover .import-logo img {
  display: inline-block;
  vertical-align: top;
}
.import-page__cover #import-result {
  max-width: 400px;
  width: 100%;
  margin-bottom: 30px;
}
.import-page__cover #import-result p {
  margin: 0;
}
.import-page__cover .button.button-primary {
  width: 150px;
  height: 40px;
}
.import-page__inner {
  padding: 50px;
  border: 1px solid #ddd;
  border-radius: 30px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 781px) {
  .import-page__inner {
    padding: 30px;
  }
}

.wp-block-image.is-style-box-shadow img {
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.wp-block-image.is-style-polaroid-frame {
  display: inline-block;
  padding: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.wp-block-image.is-style-zoom-on-hover {
  overflow: hidden;
}
.wp-block-image.is-style-zoom-on-hover img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.wp-block-image.is-style-zoom-on-hover:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.wp-block-group.is-style-group-shadow {
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}

.wp-block-columns.is-style-columns-shadow .wp-block-column {
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.wp-block-columns.is-style-lift-hover .wp-block-column {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.wp-block-columns.is-style-lift-hover .wp-block-column:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.wp-block-columns.is-style-hover-flip .wp-block-column {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.wp-block-columns.is-style-hover-flip .wp-block-column:hover {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.wp-block-columns.is-style-hover-flip .wp-block-column > div {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.wp-block-columns.is-style-diagonal-cut .wp-block-column {
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
  -webkit-transition: clip-path 0.4s ease;
  transition: clip-path 0.4s ease;
}
.wp-block-columns.is-style-diagonal-cut .wp-block-column:hover {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.wp-block-columns.is-style-card-shadow-lift .wp-block-column {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.wp-block-columns.is-style-card-shadow-lift .wp-block-column:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.wp-block-columns.is-style-staggered .wp-block-column:nth-child(odd) {
  padding-top: 1.25rem !important;
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-staggered .wp-block-column:nth-child(odd) {
    padding-top: 0rem !important;
  }
}
.wp-block-columns.is-style-tilt .wp-block-column {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.wp-block-columns.is-style-tilt .wp-block-column:hover {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.wp-block-columns.is-style-glow .wp-block-column {
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}
.wp-block-columns.is-style-glow .wp-block-column:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.wp-block-columns.is-style-diagonal-slice .wp-block-column {
  -webkit-transform: skewY(-3deg);
          transform: skewY(-3deg);
}
.wp-block-columns.is-style-floating .wp-block-column {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.wp-block-columns.is-style-floating .wp-block-column:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.wp-block-columns.is-style-split-borders .wp-block-column:not(:last-child) {
  border-right: 1px solid #ddd;
}

.wp-block-table thead {
  border: 0;
}
.wp-block-table.is-style-hover-effect tbody tr:hover {
  background-color: #efefef;
}
.wp-block-table.is-style-bordered table, .wp-block-table.is-style-bordered td, .wp-block-table.is-style-bordered th {
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
}
.wp-block-table.is-style-bordered table tbody tr:hover, .wp-block-table.is-style-bordered td tbody tr:hover, .wp-block-table.is-style-bordered th tbody tr:hover {
  background-color: #efefef;
}
.wp-block-table.is-style-padded td, .wp-block-table.is-style-padded th {
  padding: 0.75rem;
}
.wp-block-table.is-style-full-width {
  width: 100%;
  max-width: 100%;
}
.wp-block-table.is-style-alternate-header th {
  background-color: #333333;
  color: #fff;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d5d5d5;
}
.wp-block-table.is-style-alternate-header tr, .wp-block-table.is-style-alternate-header td {
  border: 1px solid #d5d5d5;
  padding: 0.5rem 0.75rem;
}
.wp-block-table.is-style-shadow-effect {
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.wp-block-table.is-style-no-border, .wp-block-table.is-style-no-border td, .wp-block-table.is-style-no-border th {
  border: none;
  border-collapse: collapse;
}
.wp-block-table.is-style-stripes th {
  background-color: #333333;
  color: #fff;
}

.wp-block-cover.is-style-blurred-background .wp-block-cover__image-background {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.wp-block-cover.is-style-hover-effect .wp-block-cover__image-background {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.wp-block-cover.is-style-hover-effect:hover .wp-block-cover__image-background {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.wp-block-latest-posts__list.is-style-list-dividers li {
  border-bottom: 1px solid #6c6e79;
  padding-bottom: 2.5rem;
}
.wp-block-latest-posts__list.is-style-list-dividers li .wp-block-latest-posts__featured-image {
  bottom: 2.5rem;
}
.wp-block-latest-posts.is-grid.is-style-list-dividers li {
  border-bottom: 1px solid #6c6e79;
  padding-bottom: 0.75rem;
}
.wp-block-latest-posts.is-grid.is-style-card-style li {
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  border-radius: 0.75rem;
}
.wp-block-latest-posts.is-grid.is-style-card-style li .wp-block-latest-posts__post-excerpt {
  margin-bottom: 0;
}
.wp-block-latest-posts.is-grid.is-style-overlay-text li {
  position: relative;
  overflow: hidden;
  padding: 6rem 2rem 2rem;
  color: #ffffff;
}
.wp-block-latest-posts.is-grid.is-style-overlay-text li .wp-block-latest-posts__featured-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: auto;
  background-color: #000000;
  margin: 0;
}
.wp-block-latest-posts.is-grid.is-style-overlay-text li .wp-block-latest-posts__featured-image img {
  opacity: 0.4;
}
.wp-block-latest-posts.is-grid.is-style-overlay-text li .wp-block-latest-posts__post-title,
.wp-block-latest-posts.is-grid.is-style-overlay-text li .wp-block-latest-posts__post-author,
.wp-block-latest-posts.is-grid.is-style-overlay-text li .wp-block-latest-posts__post-date,
.wp-block-latest-posts.is-grid.is-style-overlay-text li .wp-block-latest-posts__post-excerpt {
  color: #ffffff;
  z-index: 1;
  position: relative;
}
.wp-block-latest-posts.is-grid.is-style-overlay-text li .wp-block-latest-posts__post-title a,
.wp-block-latest-posts.is-grid.is-style-overlay-text li .wp-block-latest-posts__post-author a,
.wp-block-latest-posts.is-grid.is-style-overlay-text li .wp-block-latest-posts__post-date a,
.wp-block-latest-posts.is-grid.is-style-overlay-text li .wp-block-latest-posts__post-excerpt a {
  color: #ffffff;
}
.wp-block-latest-posts.is-grid.is-style-overlay-text li .wp-block-latest-posts__post-title {
  margin: 0 0 0.375rem;
}
.wp-block-latest-posts.is-grid.is-style-overlay-text li .wp-block-latest-posts__post-excerpt {
  font-size: 0.875rem;
  margin: 0.938rem 0 0.375rem;
}
.wp-block-latest-posts.is-grid.is-style-hover-expand li {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.wp-block-latest-posts.is-grid.is-style-hover-expand li:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.wp-block-latest-posts.is-style-image-zoom-in li .wp-block-latest-posts__featured-image {
  overflow: hidden;
}
.wp-block-latest-posts.is-style-image-zoom-in li .wp-block-latest-posts__featured-image img {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.wp-block-latest-posts.is-style-image-zoom-in li:hover .wp-block-latest-posts__featured-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wp-block-latest-posts.is-style-no-radius li .wp-block-latest-posts__featured-image {
  border-radius: 0;
}

.wp-block-query.is-style-no-radius .wp-block-post-template .wp-block-post .wp-block-post-featured-image img {
  border-radius: 0 !important;
}
.wp-block-query.is-style-card-style .wp-block-post-template.is-layout-grid {
  gap: 1.875rem;
}
.wp-block-query.is-style-card-style .wp-block-post-template.is-layout-grid .wp-block-post {
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  border-radius: 0.75rem;
}
.wp-block-query.is-style-card-style .wp-block-post-template.is-layout-grid .wp-block-post > .wp-block-group {
  padding: 0 !important;
}
.wp-block-query.is-style-overlay-text .wp-block-post-template.is-layout-grid {
  gap: 1.875rem;
}
.wp-block-query.is-style-overlay-text .wp-block-post-template.is-layout-grid .wp-block-post {
  position: relative;
  overflow: hidden;
  padding: 6rem 1.25rem 2rem;
  border-radius: 8px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.wp-block-query.is-style-overlay-text .wp-block-post-template.is-layout-grid .wp-block-post > .wp-block-group {
  padding: 0 !important;
}
.wp-block-query.is-style-overlay-text .wp-block-post-template.is-layout-grid .wp-block-post .wp-block-post-featured-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: auto !important;
  background-color: #000000;
  margin: 0;
}
.wp-block-query.is-style-overlay-text .wp-block-post-template.is-layout-grid .wp-block-post .wp-block-post-featured-image a {
  height: 100% !important;
}
.wp-block-query.is-style-overlay-text .wp-block-post-template.is-layout-grid .wp-block-post .wp-block-post-featured-image img {
  opacity: 0.4;
  height: 100% !important;
}
.wp-block-query.is-style-overlay-text .wp-block-post-template.is-layout-grid .wp-block-post .wp-block-post-title,
.wp-block-query.is-style-overlay-text .wp-block-post-template.is-layout-grid .wp-block-post .wp-block-post-excerpt,
.wp-block-query.is-style-overlay-text .wp-block-post-template.is-layout-grid .wp-block-post .wp-block-post-author-name,
.wp-block-query.is-style-overlay-text .wp-block-post-template.is-layout-grid .wp-block-post .wp-block-post-date {
  color: #ffffff !important;
  position: relative;
  z-index: 1;
}
.wp-block-query.is-style-overlay-text .wp-block-post-template.is-layout-grid .wp-block-post .wp-block-post-title a,
.wp-block-query.is-style-overlay-text .wp-block-post-template.is-layout-grid .wp-block-post .wp-block-post-excerpt a,
.wp-block-query.is-style-overlay-text .wp-block-post-template.is-layout-grid .wp-block-post .wp-block-post-author-name a,
.wp-block-query.is-style-overlay-text .wp-block-post-template.is-layout-grid .wp-block-post .wp-block-post-date a {
  color: #ffffff !important;
}
.wp-block-query.is-style-overlay-text .wp-block-post-template.is-layout-grid .wp-block-post .wp-block-group {
  z-index: 1;
}
.wp-block-query.is-style-overlay-text .wp-block-post-template.is-layout-grid .wp-block-post .wp-block-group p {
  color: #ffffff !important;
}
.wp-block-query.is-style-overlay-text .wp-block-post-template.is-layout-grid .wp-block-post .wp-block-separator {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  z-index: 1;
  position: relative;
}
.wp-block-query.is-style-hover-expand .wp-block-post-template.is-layout-grid .wp-block-post {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.wp-block-query.is-style-hover-expand .wp-block-post-template.is-layout-grid .wp-block-post:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.wp-block-query.is-style-image-zoom-in .wp-block-post-template .wp-block-post .wp-block-post-featured-image {
  overflow: hidden;
  border-radius: 8px;
}
.wp-block-query.is-style-image-zoom-in .wp-block-post-template .wp-block-post .wp-block-post-featured-image img {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.wp-block-query.is-style-image-zoom-in .wp-block-post-template .wp-block-post:hover .wp-block-post-featured-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.wp-block-media-text.is-style-side-by-side-card {
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background: #fff;
}
.wp-block-media-text.is-style-side-by-side-card .wp-block-media-text__content {
  padding: 3rem;
}
.wp-block-media-text.is-style-side-by-side-card .wp-block-media-text__media {
  height: 100%;
}
.wp-block-media-text.is-style-side-by-side-card .wp-block-media-text__media img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-media-text.is-style-overlay-text {
  position: relative;
}
@media (max-width: 781px) {
  .wp-block-media-text.is-style-overlay-text {
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  }
}
.wp-block-media-text.is-style-overlay-text .wp-block-media-text__content {
  background: #ffffff;
  padding: 2rem;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  margin: 4rem 0;
  margin-left: -10%;
  position: relative;
}
@media (max-width: 781px) {
  .wp-block-media-text.is-style-overlay-text .wp-block-media-text__content {
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.wp-block-media-text.is-style-overlay-text .wp-block-media-text__media {
  height: 100%;
}
.wp-block-media-text.is-style-overlay-text .wp-block-media-text__media img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-media-text.is-style-overlay-text.has-media-on-the-right .wp-block-media-text__content {
  margin-left: 0;
  margin-right: -10%;
}
@media (max-width: 781px) {
  .wp-block-media-text.is-style-overlay-text.has-media-on-the-right .wp-block-media-text__content {
    margin: 0;
  }
}
.wp-block-media-text.is-style-border-radius .wp-block-media-text__media img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.wp-block-media-text.is-style-bordered {
  border: 2px solid #d5d5d5;
  padding: 10px;
}
@media (max-width: 781px) {
  .wp-block-media-text.is-style-bordered {
    padding: 1rem;
  }
}
@media (max-width: 781px) {
  .wp-block-media-text.is-style-bordered .wp-block-media-text__content {
    padding: 2rem 0 !important;
  }
}
.wp-block-media-text.is-style-image-frame .wp-block-media-text__media img {
  border: 4px solid #d5d5d5;
  padding: 4px;
  border-radius: 8px;
  background: #fff;
}