.productname {
  font-size: 36px;
  font-family: Exo, sans-serif;
  text-align: center;
  margin-bottom: 2px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 1px #000;
}
.title {
  margin-top: 2px;
  display: inline-block;
  font-size: 32px;
  margin-bottom: 0;
  padding: 4px 15px;
}
.subtitle {
  margin-top: 2px;
  display: inline-block;
  font-size: 22px;
  margin-bottom: 10px;
  padding: 4px;
  color: #ccc;
}
.tagline {
  font-size: 42px;
  margin-top: 2px;
  display: inline-block;
  margin-bottom: 0;
  padding: 4px 15px;
  line-height: 1.2;
}
.subtitle a {
  color: #fff !important;
}
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #000;
  font-size: 11px;
  text-align: right;
  color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 transparent;
  overflow: hidden;
}
.product-title,
h1.product-title {
  font-size: 18px;
  box-shadow: 0;
  text-shadow: none !important;
  color: #2196f3;
  margin: 20px 0;
  padding: 0;
  font-weight: 400;
}
.header-bold {
  font-size: 42px;
  font-weight: 700;
}
.header-normal {
  font-size: 42px;
  font-weight: 300;
}
.download .header-bold {
  font-size: 34px;
  font-weight: 700;
}
.download .header-normal {
  font-size: 34px;
  font-weight: 300;
}
.white-text-shadow {
  text-shadow: 0 0 1px #000;
}
.product-message {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
}
.product-name-sm {
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  padding-left: 5px;
  color: #fff;
}
.container {
  max-width: 1280px;
}
html {
  position: relative;
  min-height: 100%;
}
a,
body,
div,
html,
li,
p,
span,
td,
ul {
  font-family: Exo, "Open Sans", sans-serif !important;
}
body,
html,
main {
  background: #eee;
  color: #333;
}
html {
  scroll-behavior: smooth;
}
body {
  padding-top: 60px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
a,
a:visited,
a:active {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
}
img {
  vertical-align: middle;
  border-style: none;
}

.im-blog-content-wrapper a:not(.btn) {
  text-decoration: none;
  color: var(--color-link);
}

.im-blog-content-wrapper a:not(.btn):hover {
  text-decoration: none;
  color: var(--color-link-hover);
}

.mystyle {
  background: #fff !important;
  box-shadow: 0 0 3px 0 #333;
  transition: all 0.5s;
}
.navbar {
  background: #151515;
  box-shadow: 0 0 0 0 transparent;
  font-family: Exo, sans-serif !important;
  font-weight: 400;
  border: 0;
}
.im-lh-md {
  line-height: 1.6;
}
.im-lh-lg {
  line-height: 1.8;
}
.mm-action-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "action" "main";
}
.mm-main-area {
  grid-area: main;
}
.mm-action-area {
  grid-area: action;
  background: linear-gradient(5deg, #151515, #333, #232323);
  color: #fff;
  padding: 8px 10px 8px 10px;
  max-height: 60px;
  min-height: 60px;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 300;
}
.mm-cards-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
}
.navbar a {
  font-family: Exo, sans-serif !important;
  font-weight: 400;
  font-size: 16px;
}
.mm-navbar {
  background-position: cover;
  background-attachment: fixed;
  background-size: 100% auto;
}
nav:after {
  content: "";
  display: none;
  height: 1px;
  background: linear-gradient(
    90deg,
    #000,
    #000,
    #4caf50,
    purple,
    red,
    orange,
    #2196f3,
    #000,
    #000
  );
  position: absolute;
  top: 63px;
  z-index: 99999;
  width: 100%;
  left: 0;
}
.navbar-expand-lg .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}
.btn,
.btn-primary {
  border-radius: 30px;
  font-size: 16px;
  border: 0;
}
.container a:not(.btn),
.container a:not(.btn-sm) {
  text-decoration: none;
}
#footer-widget .container a,
.container a.btn-sm,
.container a.btn-lg {
  text-decoration: none;
}
.container .wp-block-post-title a {
  text-decoration: none;
}
.container .wp-block-post-title a:hover {
  text-decoration: underline;
}
.im-btn-icon {
  margin-left: 10px;
  position: relative;
  top: 1px;
  left: 3px;
  transition: left 0.3s;
}
.im-btn-animated {
  transition:
    background-position 0.3s,
    box-shadow 0.3s,
    padding-right 0.3s;
  background-size: 200% auto;
  box-shadow: 0 5px 12px -10px rgba(0, 0, 0, 0.8);
  border: none;
}
.im-btn-animated:hover {
  text-decoration: none;
  background-position: 120% 0;
  box-shadow: 0 5px 16px -10px rgba(0, 0, 0, 0.9);
  padding-right: 25px;
}
.im-btn-animated:hover .im-btn-icon {
  left: 13px;
}
.im-btn-static {
  transition:
    background-position 0.3s,
    background-image 0.3s;
  background-size: 200% auto;
  box-shadow: 0 5px 12px -10px rgba(0, 0, 0, 0.8);
}
.im-btn-static:hover {
  text-decoration: none;
  background-position: 120% 0;
  box-shadow: 0 5px 14px -8px rgba(0, 0, 0, 0.9);
}
.im-btn-primary,
.im-btn-primary:visited,
.im-btn-primary:active {
  border: 1px solid transparent;
  background-image: linear-gradient(
    to right,
    #0062cc 0%,
    #007bff 51%,
    #0062cc 100%
  );
  color: rgba(255, 255, 255, 0.95);
}
.im-btn-primary:hover {
  color: rgba(255, 255, 255, 1);
}
.im-btn-secondary,
.im-btn-secondary:visited,
.im-btn-secondary:active {
  border: 1px solid transparent;
  background-image: linear-gradient(
    to right,
    #333333 0%,
    #000 50%,
    #333333 100%
  );
  color: rgba(255, 255, 255, 0.95);
}
.im-btn-secondary:hover {
  color: rgba(255, 255, 255, 1);
}
.im-btn-tertiary,
.im-btn-tertiary:visited,
.im-btn-tertiary:active {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to right, #fff 0%, #f2f2f2 50%, #fff 100%);
  color: #222;
}
.im-btn-tertiary:hover {
  color: #222;
}
.im-btn-lg {
  border-radius: 30px;
  padding: 7px 15px 7px 15px;
  margin-left: 0;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  cursor: pointer;
  line-height: 25px;
  font-size: 1rem;
}
.im-btn-md {
  border-radius: 30px;
  padding: 4px 15px 4px 15px;
  margin-left: 0;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 400;
  cursor: pointer;
  line-height: 19px;
}
.btn-secondary {
  background: #444 !important;
}
.btn-secondary:hover {
  background: #2d2d2d !important;
}
.btn-tertiary,
.btn-tertiary:visited,
.btn-tertiary:active {
  background: #fff !important;
  color: #222;
  border: 1px solid #666 !important;
}
.btn-tertiary:hover {
  background: #0069d9 !important;
  color: #fff;
  border: 1px solid transparent !important;
}
.btn-xs {
  padding: 1px 7px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 50px;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Open Sans", Exo, Arial !important;
  text-decoration: none !important;
}
.btn-lg {
  padding: 7px 15px 6px 15px !important;
}
.mm-logo {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 4px;
}
.mm-product-logo {
  width: 80px;
  height: 80px;
  margin: 10px auto 10px auto;
  text-align: center;
}
.download .mm-product-logo {
  width: 48px;
  height: 48px;
}
.im-download-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.download .im-download-items {
  grid-template-columns: 1fr;
  grid-gap: 3px;
}
.im-download-item {
  margin-top: 20px;
}
.mm-header {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.offcanvas-collapse {
  top: 62px;
}
.im-nav-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.im-nav-link,
.im-nav-link:visited,
.im-nav-link:active {
  color: #fff;
}
.nav-link:focus {
  color: #fff;
}
.nav-link:hover {
  color: #fff;
}
.nav-link {
  font-size: 14px;
  padding: 0;
}
.im-box {
  padding: 30px 10px;
  background: rgba(255, 255, 255, 0.5);
  margin: 5px;
  border-radius: 10px;
  box-shadow: 0 0 5px -3px #999;
  color: #444;
  text-align: center;
}
.download .im-box {
  padding: 20px 10px 8px 10px;
}
.im-box:hover {
  background: rgba(255, 255, 255, 0.8);
}
.im-box-col {
  background: #fff;
  color: #000;
  padding: 6px 16px;
  font-family: "Open Sans", Exo, Arial;
}
.im-box-col-wrapper > div:nth-child(3n + 1) {
  text-align: left;
  padding-left: 35px;
}
.im-box-col-wrapper > div {
  background: rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid rgba(255, 255, 255, 0.95);
}
.im-grid-header {
  font-weight: 700;
  font-size: 20px;
  padding-top: 10px !important;
  padding-bottom: 8px !important;
  background: #fff !important;
  padding-left: 16px !important;
  font-family: Exo, "Open Sans", Arial !important;
  margin-bottom: 1px;
}
.im-grid-sub-header {
  font-weight: 700;
  font-size: 16px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  box-shadow: 0 2px 8px -4px #ccc;
  z-index: 0;
  margin-top: 0;
  padding-left: 16px !important;
  font-family: "Open Sans", Exo, Arial;
  background: #fff !important;
}
.im-grid-price {
  background: #fff;
  padding: 20px !important;
  text-align: center !important;
  border-radius: 5px;
}
.im-box-col-wrapper {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  grid-column-gap: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
  margin: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px -3px #999;
}
.im-box-col-wrapper div:nth-child(6n + 1),
.im-box-col-wrapper div:nth-child(6n + 2),
.im-box-col-wrapper div:nth-child(6n + 3) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.95);
}
.im-br-tl {
  border-top-left-radius: 5px;
}
.im-br-tr {
  border-top-right-radius: 5px;
}
.im-br-bl {
  border-bottom-left-radius: 5px;
}
.im-br-br {
  border-bottom-right-radius: 5px;
}
.im-box-wrapper {
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
  margin: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px -3px #999;
  color: #444;
  text-align: center;
}
.im-box-row {
  display: flex;
  flex-direction: row;
  padding: 20px;
  background: rgba(255, 255, 255, 1);
  margin: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px -3px #999;
  color: #444;
  text-align: left;
}
.im-box-row > div {
  display: inline-block;
}
.im-box-caption {
  font-size: 22px;
  padding: 8px 2px;
  padding-top: 16px;
}
.im-box-detail {
  font-size: 14px;
  text-align: left;
  padding: 10px 20px 10px 10px;
}
.im-align-left {
  text-align: left;
}
.im-box-a {
  display: block;
  color: auto;
}
.im-platforms {
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0 0;
  display: grid;
  justify-content: center;
  grid-column-gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.im-platforms li {
  font-size: 30px;
  color: #444;
  display: inline-block;
  margin: 0;
  white-space: nowrap;
  padding: 10px !important;
  font-weight: 300;
}
.mm-bg-01 {
  background:
    url(https://images.datensen.com/bg-homepage.svg) bottom right,
    #eee;
  background-size: cover;
  text-align: center;
  padding: 60px 20px 80px 20px;
  color: #fff;
}
.mm-bg-20 {
  background:
    url(https://images.datensen.com/bg-homepage.svg) top left,
    #101010;
  background-size: cover;
  text-align: center;
  padding: 60px 20px 80px 20px;
  color: #fff;
}
.mm-bg-01 h1 {
  color: #fff;
  font-weight: 300;
}
.mm-bg-01 h2 {
  color: #fff;
}
.im-title {
  color: #000;
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 40px;
}
.mm-bg-02 {
  background: #eee;
  background-size: cover, cover;
  text-align: center;
  color: #333;
  padding: 20px 20px 80px 20px;
}
.mm-bg-03 {
  background:
    url(https://images.datensen.com/slice20.svg) bottom right,
    #eee;
  background-size: cover;
  text-align: center;
  padding: 30px 20px 30px 20px;
  color: #222;
}
.mm-bg-04 {
  background:
    url(https://images.datensen.com/slice21.svg) bottom right,
    #eee;
  background-size: cover;
  text-align: center;
  padding: 70px 20px 75px 20px;
  color: #222;
}
.mm-bg-05 {
  background:
    url(https://images.datensen.com/slice22.svg) 0 0,
    url(https://images.datensen.com/slice5.svg) 0 0,
    linear-gradient(20deg, purple, red, orange, #2196f3, #00f);
  background-size: cover, cover;
  text-align: center;
  padding: 80px 20px 75px 20px;
  color: #fff;
}
.mm-bg-06 {
  background:
    url(https://images.datensen.com/slice22.svg) top center,
    #fff;
  background-size: cover;
  text-align: center;
  padding: 60px 20px 60px 20px;
  color: #222;
}
.mm-bg-07 {
  background:
    url(https://images.datensen.com/slice2.svg) bottom right,
    #151515;
  background-size: cover;
  text-align: center;
  padding: 60px 20px 60px 20px;
  color: #ddd;
}
.mm-bg-08 {
  background: #151515;
  text-align: center;
  padding: 60px 20px 60px 20px;
  color: #ddd;
}
.mm-bg-09 {
  background:
    url(https://images.datensen.com/slice22.svg) 0 0,
    linear-gradient(20deg, purple, red, orange, #2196f3, #00f);
  background-size: cover;
  text-align: center;
  padding: 80px 20px 75px 20px;
  color: #fff;
}
.mm-bg-10 {
  background:
    url(https://images.datensen.com/slice7.svg) 0 0,
    url(https://images.datensen.com/slice23.svg) 100% 99%,
    linear-gradient(20deg, purple, red, orange, #2196f3, #00f);
  background-size: auto, auto, auto;
  background-size: cover, cover;
  text-align: center;
  padding: 80px 20px 75px 20px;
  color: #fff;
}
.download {
  text-align: center;
  padding: 20px 20px 25px 20px;
  color: #222;
}
.download .im-dwn-hide {
  display: none;
}
.im-left-padding {
  padding-left: 50px !important;
}
.im-right-padding {
  padding-right: 50px !important;
}
.mm-bg-light-1,
.mm-bg-light-2 {
  padding: 40px;
}
.mm-box-shadow {
  box-shadow: 0 0 15px -10px #000;
  border-radius: 10px;
}
.mm-bg-light-1 {
  color: #ddd;
  font-weight: 300;
}
.mm-bg-light-1 {
  background: url(https://images.datensen.com/slice2.svg) #151515;
  background-size: cover;
  color: #eee;
}
.mm-bg-light-2 {
  background: url(https://images.datensen.com/slice1.svg) #151515;
  background-size: cover;
  color: #eee;
}
.mm-bg-light-3 {
  background:
    url(https://images.datensen.com/slice4.svg) 0 -1px,
    url(https://images.datensen.com/slice5.svg) bottom left,
    linear-gradient(20deg, purple, red, orange, #2196f3, #00f);
  background-size: cover, cover;
  text-align: center;
  padding: 120px 20px 100px 20px;
  color: #333;
}
.mm-bg-light-4 {
  background:
    url(https://images.datensen.com/slice5.svg) bottom left,
    url(https://images.datensen.com/slice6.svg) 0 -1px,
    linear-gradient(355deg, #174e16, #174e16, green, #4caf50);
  background-size: cover, cover;
  text-align: center;
  padding: 120px 20px 100px 20px;
  color: #fff;
  font-size: 13px;
}
.mm-bg-light-5 {
  background:
    url(https://images.datensen.com/slice5.svg) bottom left,
    url(https://images.datensen.com/slice7.svg) bottom left,
    linear-gradient(
      30deg,
      #00f,
      #2196f3,
      purple,
      red,
      orange,
      #4caf50,
      #2196f3,
      #00f
    );
  background-position-y: 90%, 10%;
  background-size: cover;
  text-align: center;
  padding: 22px 20px 130px 20px;
  color: #333;
}
.mm-bg-light-10 {
  background:
    url(https://images.datensen.com/slice5.svg) bottom left,
    url(https://images.datensen.com/slice7.svg) bottom left,
    linear-gradient(
      30deg,
      #00f,
      #2196f3,
      purple,
      red,
      orange,
      #4caf50,
      #2196f3,
      #00f
    );
  background-position-y: 99%, 20%;
  background-size: cover;
  text-align: center;
  padding: 82px 20px 60px 20px;
  color: #333;
}
.mm-bg-light-5 .col-md-12,
.mm-bg-light-5 .col-md-6 {
  padding-top: 50px;
}
.mm-bg-light-5 p {
  padding-top: 20px;
  display: inline-block;
  color: #000;
}
.mm-bg-light-6 {
  background:
    url(https://images.datensen.com/slice7.svg) bottom left,
    url(https://images.datensen.com/slice5.svg) bottom left,
    linear-gradient(30deg, purple, red, orange, #4caf50, #2196f3, #00f);
  background-position-y: 95%;
  background-size: cover;
  text-align: center;
  padding: 82px 20px 100px 20px;
  color: #333;
}
.mm-bg-light-7 {
  background: #151515;
  background-position-y: 95%;
  background-size: cover;
  text-align: center;
  padding: 82px 20px 100px 20px;
  color: #333;
}
.mm-bg-light-8 {
  color: #eee;
  background: 0 0;
  padding: 50px 0;
}
.mm-bg-light-5 h2 {
  color: #000;
  font-size: 42px;
  text-shadow: 0 0 15px #fff;
  font-weight: 700;
}
.mm-bg-light-3 h1,
.mm-bg-light-4 h1 {
  font-family: Exo, sans-serif;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 0 0 2px #333;
}
.mm-bg-light-10 h1,
.mm-bg-light-3 h1,
.mm-bg-light-5 h1,
.mm-bg-light-7 h1 {
  color: #111;
  text-shadow: 0 0 15px #fff;
}
.mm-sm {
  font-size: 14px;
}
main h1 {
  font-size: 42px;
  font-family: Exo, sans-serif;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 0 0 1px #000;
  font-weight: 700;
}
main h2 {
  font-size: 36px;
  font-weight: 300;
}
.bg-light {
  background: 0 0 !important;
}
.mm-icon-box {
  background: #2196f3;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin: auto;
  text-align: center;
  padding: 20px;
  display: flex;
  margin-top: 10px;
  margin-bottom: 15px;
  box-shadow: 0 0 7px -3px #333;
}
.mm-icon-box i {
  align-self: center;
  margin: auto;
}
.mm-svg-box {
  max-width: 360px;
  margin: auto;
}
.mm-color-blue {
  font-family: Exo, sans-serif !important;
  font-weight: 800;
  color: #2196f3;
}
.mm-social {
  display: flex;
  align-items: center;
  min-height: 50px;
  margin-top: 4px;
}
.mm-social a {
  padding: 6px;
  background: #333;
  margin: 0 10px 5px 0;
  border-radius: 4px;
}
.mm-social a img {
  width: 18px;
  height: 18px;
}
.mm-social a:hover {
  padding: 6px;
  background: #006fe7;
}
.mm-sidemenu ul {
  border-radius: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .offcanvas-collapse {
    padding-top: 15px;
  }
  .tagline {
    font-size: 32px;
    margin-top: 2px;
    display: inline-block;
    margin-bottom: 0;
    padding: 4px 10px;
    line-height: 1.2;
  }
  .im-box-col-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
  .im-box-col-wrapper > div.im-grid-header {
    display: none;
  }
  .im-box-col-wrapper > div {
    font-size: 14px;
  }
  .im-box-col-wrapper > div:nth-child(3n + 2),
  .im-box-col-wrapper > div:nth-child(3n + 3) {
    text-align: left;
  }
  .im-box-col-wrapper > div:nth-child(3n + 3)::before {
    content: "PROFESSIONAL ";
    width: 150px;
    position: relative;
    color: #333;
    font-size: 14px;
    display: inline-block;
    padding-left: 30px;
  }
  .im-box-col-wrapper > div:nth-child(3n + 2)::before {
    content: "BASIC ";
    width: 150px;
    position: relative;
    color: #333;
    font-size: 14px;
    display: inline-block;
    padding-left: 30px;
  }
  .im-box-col-wrapper > div.im-grid-sub-header {
    margin-top: 2px;
  }
  .im-box-col-wrapper > div.im-grid-sub-header:nth-child(3n + 2),
  .im-box-col-wrapper > div.im-grid-sub-header:nth-child(3n + 3) {
    visibility: hidden;
    height: 0;
    max-height: 1px;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
  }
  .im-box-col {
    text-align: left;
    padding-left: 10px !important;
  }
  .offcanvas-collapse {
    background: #333;
  }
  .carousel-item h1 {
    font-size: 26px;
  }
  .btn-primary,
  .btn-secondary,
  .btn-tertiary,
  .im-text {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .mm-icon-box {
    background: #2196f3;
    border-radius: 100px;
    width: 64px;
    height: 64px;
    margin: auto;
    text-align: center;
    padding: 10px;
    display: flex;
    margin-top: 10px;
    box-shadow: 0 0 7px -3px #333;
  }
  .im-icon-60 {
    font-size: 32px;
  }
  .mm-bg-light-1,
  .mm-bg-light-2,
  .mm-bg-light-3 {
    padding: 30px 10px;
  }
  main h1 {
    font-size: 24px;
    margin-top: 10px;
  }
  .mm-bg-light-3 {
    padding: 40px 10px 70px 10px;
  }
  .im-sm-none {
    display: none;
  }
  .im-download-items {
    grid-template-columns: 1fr;
    grid-gap: 3px;
  }
  .im-btn-lg {
    border-radius: 30px;
    padding: 3px 12px 3px 12px;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    cursor: pointer;
    font-size: smaller;
  }
  .im-btn-md {
    border-radius: 30px;
    padding: 2px 8px 2px 8px;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 400;
    cursor: pointer;
    font-size: smaller;
  }
  .im-btn-minwidth {
    min-width: 120px;
    width: 100%;
    text-align: center;
  }
  .im-detail h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Exo, sans-serif !important;
  font-weight: 300;
}
h3 {
  color: #000;
  text-shadow: 0 0 10px #fff;
}
.mm-docs {
  background: #eee;
  color: #333;
}
.mm-docs .footer {
  margin-top: 50px;
  color: #666;
  background: 0 0;
}
.mm-docs-child-pages {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 20px;
}
.mm-docs-child-pages ul {
  padding-left: 0;
}
.mm-docs-child-pages-ul {
  list-style-type: none;
  padding-left: 0;
}
.mm-docs-child-pages-ul li {
  list-style-type: none;
}
.mm-docs-child-pages-ul a {
  text-decoration: none;
}
.mm-docs h1,
.mm-docs h2,
.mm-docs h3 {
  color: #000;
  text-shadow: 0 0 1px #ccc;
}
.mm-docs h3 {
  color: #000;
  font-size: 25px;
  text-shadow: none;
  font-weight: 400;
  margin-top: 30px;
}
.mm-docs h1 {
  margin-top: 20px;
  font-size: 32px;
  text-align: left;
  font-weight: 300;
}
.mm-docs h2 {
  margin-top: 50px;
  font-size: 30px;
  text-align: left;
  font-weight: 300;
}
.mm-docs img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 #000;
  margin: 10px 0;
}
.mm-company-name {
  font-family: Exo, sans-serif !important;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  padding-top: 3px;
}
.col-md-5,
.col-md-7 {
  align-self: center;
  text-align: left;
}
.mm-carousel-icon {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #fff;
}
.mm-carousel-icon i {
  color: #fff !important;
}
.mm-center {
  text-align: center;
}
.footer {
  text-align: center;
  height: auto;
  padding: 10px 5px;
  line-height: 16px;
}
.mm-sidemenu a {
  color: #fff;
}
.mm-sidemenu .nav-item {
  margin-right: 0;
}
.mm-sidemenu .nav-link {
  padding: 0;
}
.dropdown-menu {
  top: 100%;
  right: 0;
  z-index: 1000;
  left: auto;
  float: right;
  min-width: 250px;
  padding: 8px;
  margin: 10px 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #313131;
  background-clip: padding-box;
  box-shadow: 0 0 10px 0 #000;
  border-radius: 0.25rem;
  box-shadow: 0 0 30px 0 #000;
  border: 0;
  padding: 10px 10px;
  transform-origin: 100% 0;
  transform: scale(0, 0);
  animation: growIn 0.3s forwards;
}
.dropdown-menu .nav-item,
.mm-sidemenu .nav-item {
  padding: 0 0 0 10px;
  font-size: 14px;
  position: relative;
}
.dropdown-menu .nav-item:after,
.mm-sidemenu .nav-item:after {
  content: " ";
  height: 9px;
  width: 9px;
  border-radius: 100px;
  position: absolute;
  left: -10px;
  top: 10px;
  display: block;
  background: 0 0;
  margin-top: 0;
}
.dropdown-menu .nav-item:hover:after,
.mm-sidemenu .nav-item.active:after,
.mm-sidemenu .nav-item:hover:after,
.mm-sidemenu li.sactive:before {
  content: " ";
  height: 9px;
  width: 9px;
  border-radius: 100px;
  position: relative;
  left: 0;
  top: 15px;
  display: block;
  background: #999;
  margin-top: 0;
  animation: growIn 0.5s forwards;
}
.mm-sidemenu a,
.mm-sidemenu li {
  position: relative;
}
.mm-sidemenu a {
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
  text-decoration: none;
}
.dropdown-menu .nav-item.active:after,
.mm-sidemenu .nav-item.active:after,
.mm-sidemenu a.active:before {
  content: " ";
  height: 100%;
  width: 4px;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin-top: 0;
  background: #000;
  animation: none;
  z-index: 1;
}
.dropdown-toggle::after {
  margin-left: 12px;
}
@media screen and (max-width: 500px) {
  .mm-docs-child-pages-box {
    display: block;
  }
  .nav-item {
    padding: 5px 0 5px 10px;
    font-size: 14px;
    position: relative;
  }
  .dropdown-menu {
    transform-origin: 0 0;
  }
  .nav-item:after {
    content: " ";
    height: 9px;
    width: 9px;
    border-radius: 100px;
    position: absolute;
    left: -10px;
    top: 10px;
    display: block;
    background: 0 0;
    margin-top: 0;
  }
  .nav-item.active:after,
  .nav-item:hover:after {
    content: " ";
    height: 9px;
    width: 9px;
    border-radius: 100px;
    position: absolute;
    left: -10px;
    top: 10px;
    display: block;
    background: #999;
    margin-top: 0;
    animation: growIn 0.5s forwards;
  }
  .nav-item.active:after {
    background: #2196f3;
    animation: none;
  }
}
a {
  outline: 0;
}
@media screen and (min-width: 2500px) {
  .mm-bg-light-1 {
    background: #151515;
  }
  .mm-bg-light-2 {
    background: #151515;
  }
  .mm-bg-light-3 {
    background: linear-gradient(20deg, purple, red, orange, #2196f3, #00f);
  }
  .mm-bg-light-4 {
    background:
      url(https://images.datensen.com/slice5.svg) bottom left,
      url(https://images.datensen.com/slice6.svg) 0 -1px,
      linear-gradient(355deg, #174e16, #174e16, green, #4caf50);
  }
  .mm-bg-light-5 {
    background: linear-gradient(
      30deg,
      #00f,
      #2196f3,
      purple,
      red,
      orange,
      #4caf50,
      #2196f3,
      #00f
    );
  }
  .mm-bg-light-10 {
    background: linear-gradient(
      30deg,
      #00f,
      #2196f3,
      purple,
      red,
      orange,
      #4caf50,
      #2196f3,
      #00f
    );
  }
  .mm-bg-light-6 {
    background: linear-gradient(
      30deg,
      purple,
      red,
      orange,
      #4caf50,
      #2196f3,
      #00f
    );
  }
}
.im-layout-docs {
  display: grid;
  grid-template-rows: 1fr;
}
.im-layout-content {
  display: grid;
  grid-template-columns: 320px 1fr;
  grid-auto-flow: column;
}
.im-layout-full-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
}
.im-layout-sidebar {
  background: #f7f7f7;
  max-width: 320px;
  height: 100%;
  position: fixed;
  width: 320px;
  padding-bottom: 50px;
  overflow: auto;
}
.im-layout-right {
  background: #f4f4f4 !important;
  grid-column: 2;
  margin: auto;
}
.im-layout-right .footer,
.im-docs .footer {
  background: #f4f4f4;
  color: #333;
  max-width: 1280px;
  padding-bottom: 30px;
}
.im-layout-right .footer a,
.im-docs .footer a {
  color: #007bff !important;
}
.im-docs {
  padding: 0;
  margin-bottom: 0;
}
.im-layout-footer-current-page {
  background: #333;
  padding: 4px 8px;
  color: #ddd;
  font-size: 10px;
  text-align: right;
}
.trustarc-banner-content {
  background: #000 !important;
}
#teconsent {
  display: none !important;
}
.mm-sidemenu {
  padding-bottom: 50px !important;
}
.mm-sidemenu li {
  display: block;
}
.mm-sidemenu a:hover {
  background: #222;
  display: block;
}
.im-layout-right .row {
  margin-right: 0;
  margin-left: 0;
}
main.mm-docs {
  position: relative;
  padding: 10px 20px 10px 20px;
}
.mm-docs .container {
  max-width: 1000px;
  margin-left: 0;
}
.mm-docs-child-pages-box {
  display: block;
}
.mm-sidemenu .active {
  background: #333;
  width: 100%;
  display: inline-block;
}
.im-sidebar-header {
  padding: 9px 10px 9px 10px;
  color: #333;
  font-size: 14px;
  z-index: 0;
}
.im-sidebar-header::after {
  content: "Documentation";
  display: block;
  padding-top: 16px;
  background: linear-gradient(
    60deg,
    #00f,
    #2196f3,
    purple,
    red,
    orange,
    #4caf50,
    #2196f3,
    #00f
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.im-weight-normal {
  font-weight: 300;
}
.im-weight-bold {
  font-weight: 800;
}
.im-license-type {
  font-size: 22px;
  color: #000;
  text-shadow: 0 0 1px #ccc;
  font-weight: 300;
}
.im-license-type-row {
  font-size: 16px;
  color: #000;
  text-shadow: 0 0 1px #ccc;
  font-weight: 300;
}
.im-product-item {
  display: flex;
  flex-grow: 1;
}
.im-product-icon {
  width: 40px;
  height: 40px;
  margin-right: 14px;
}
.im-product-item h2 {
  display: inline-block;
  font-size: 34px;
}
.im-product-price-wrapper {
  display: grid !important;
  grid-template-columns: 50% 50%;
  flex-grow: 0;
  text-align: center;
}
.im-product-price {
  margin-left: auto;
  text-align: center;
  padding: 0 20px;
}
.im-product-price-wrapper > div {
  padding: 10px 10px;
  min-width: 200px;
}
.im-product-price-wrapper > div:nth-child(2) {
  border-left: 1px dotted #ccc;
  padding-right: 0;
}
.hint-hover {
  position: relative;
  cursor: default;
}
.hint-hover .im-hint {
  display: none;
}
.hint-hover:hover .im-hint {
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  width: 300px;
  background: #222;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  z-index: 999;
  font-family: "Open Sans", Exo, Arial !important;
  text-transform: none;
  font-size: 14px;
  box-shadow: 0 2px 5px 0 #333;
}
.im-price {
  font-size: 42px;
  color: #000;
  text-shadow: 0 0 1px #999;
  position: relative;
  padding-left: 10px;
}
.im-price-renew {
  font-weight: 300;
  font-size: 36px;
}
.im-price-old {
  font-size: 32px;
  position: relative;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
.im-price-old::after {
  content: "";
  background: url(https://images.datensen.com/cross.svg) right bottom no-repeat;
  position: absolute;
  height: 48px;
  width: 126px;
  right: 0;
  top: -2px;
  left: 0;
  right: 0;
  margin: auto;
}
.im-price-save {
  font-size: 32px;
}
.comparison-wrapper .im-price {
  padding-left: 0;
}
.im-pricebox-product-name {
  color: #000;
  text-shadow: 0 0 1px #999;
}
.im-currency {
  font-size: 24px;
  font-weight: 300;
  display: inline-block;
  margin-right: 6px;
  color: #666;
  font-family: "Open Sans", Exo, Arial !important;
}
.im-divider {
  margin-top: 40px;
  margin-bottom: 50px;
}
.mm-docs img {
  height: 100%;
  max-width: 100%;
}
div::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
div::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 0;
}
div::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 0;
}
div::-webkit-scrollbar-corner {
  background: #585858;
}
div {
  scrollbar-color: #ccc #eee;
}
@media screen and (max-width: 739px) {
  .im-docs {
    padding-top: 40px;
  }
  .mm-docs-child-pages-box {
    display: block;
  }
  .im-layout-sidebar {
    display: block;
  }
  .im-layout-content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    grid-auto-flow: rows;
    padding-top: 50px;
  }
  .im-layout-sidebar {
    overflow: initial;
    background: #f7f7f7;
    grid-column: 1;
    position: unset;
    width: 100%;
    max-width: unset;
  }
  .im-left-padding {
    padding-left: 15px !important;
  }
  .im-right-padding {
    padding-right: 15px !important;
  }
  .mm-bg-02 {
    padding-bottom: 20px;
  }
  .mm-bg-04,
  .mm-bg-05 {
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .header-bold {
    font-size: 34px;
  }
  .header-bold .im-weight-normal {
    display: block;
  }
  .breadcrumb {
    display: none;
  }
  .hint-hover:hover .im-hint {
    width: 200px;
    text-align: left;
  }
}
.strike {
  position: relative;
  margin-right: 15px;
  color: rgba(255, 255, 255, 1);
}
#humanverif {
  visibility: hidden;
  display: none;
}
.formsimcms {
  width: 100%;
  margin: auto;
  text-align: left;
}
.formsimcms .contentTextarea {
  height: 150px;
}
label {
  font-size: 14px;
}
.comparison-table {
  display: grid;
  grid-template-columns: 1fr 150px 150px 150px 150px;
  grid-column-gap: 2px;
}
.comparison-table div {
  background: #fff;
  color: #000;
  padding: 4px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comparison-table-category-header {
  border: 1px solid #00f;
  text-align: left;
  justify-content: left;
}
.comparison-table div.comparison-table-category {
  border: 1px solid red;
  font-size: 16px;
  text-align: left;
  justify-content: left;
}
.comparison-table div {
  background: rgba(255, 255, 255, 0.7);
  color: rgb(0, 0, 0, 0.8);
}
.comparison-table div:nth-child(5n-4) {
  text-align: left;
  justify-content: left;
}
.comparison-table div:nth-child(5n-1) {
  background: #fff;
  color: #000;
  border-left: 1px solid red;
  border-right: 1px solid red;
}
.comparison-table div:nth-child(5n-1):hover {
  box-shadow: 0 0 5px 0 #000;
}
.comparison-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.comparison-wrapper a {
  display: block;
}
.comparison-icon {
  margin-top: 15px;
}
.comparison-icon img {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
}
.comparison-product {
  font-weight: 700;
  padding: 10px;
  font-size: 18px;
  position: sticky;
  top: 100px;
  background: #fff;
  box-shadow: 0 0 20px -10px #666;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.comparison-item {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.9);
  margin: 10px;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.comparison-item:hover {
  box-shadow: 0 0 30px -15px #333;
  transform: scale(1.05);
}
.comparison-item-recommended:after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: -6px;
  right: -7px;
  background: url(https://images.datensen.com/popular.svg) top right no-repeat;
}
.item-action-30:after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: -14px;
  right: -10px;
  background: url(https://images.datensen.com/datensen-30-percent-off.png) top
    right no-repeat;
  background-size: 80px 80px;
}
.item-action-20:after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: -14px;
  right: -10px;
  background: url(https://images.datensen.com/datensen-20-percent-off.png) top
    right no-repeat;
  background-size: 80px 80px;
}
.item-action-25:after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: -14px;
  right: -10px;
  background: url(https://images.datensen.com/datensen-25-percent-off.png) top
    right no-repeat;
  background-size: 80px 80px;
}
.comparison-category {
  background: #fff;
  font-size: 15px;
  font-weight: 300;
  padding: 10px 2px 2px 2px;
}
.comparison-tags {
  background: linear-gradient(white, #fff, rgba(255, 255, 255, 0));
  padding: 1px 10px 10px 10px;
  font-size: 13px;
  font-weight: 700;
}
.comparison-button {
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 20px -10px #666;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: auto;
}
.comparison-note {
  font-weight: 300;
  padding-left: 15px;
  padding-right: 15px;
}
.im-box-compare,
.im-box-compare:hover {
  background:
    url(https://images.datensen.com/slice22.svg) 0 0,
    linear-gradient(20deg, purple, red, orange, #2196f3, #00f);
  background-size: cover;
}
.pro:after {
  content: "";
  width: 40px;
  height: 16px;
  display: block;
  background: url(https://images.datensen.com/pro.svg) top right no-repeat;
  margin: auto;
}
@media screen and (max-width: 739px) {
  .im-box-row {
    flex-direction: column;
    text-align: center;
  }
  .im-product-item {
    display: flex;
  }
  .im-product-icon {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
  }
  .im-product-item h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
  }
  .im-product-price {
    margin-left: auto;
    text-align: center;
    margin: auto;
  }
  .hint-hover {
    display: block !important;
    max-width: 200px;
    margin: 0 auto 3px auto !important;
  }
  .im-product-price-wrapper {
    display: flex !important;
    flex-direction: column;
    text-align: center;
  }
  .im-product-price-wrapper > div {
    border-left: 0;
  }
  .im-price {
    margin-top: 20px;
    font-size: 34px;
    text-align: center;
  }
  .comparison-wrapper {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
  }
  .im-product-price {
    margin-left: auto;
    text-align: right;
    padding-right: 0;
    padding-left: 0;
  }
  .im-license-type-row {
    font-size: 14px;
  }
  .hint-hover {
    width: 220px;
    max-width: 220px;
  }
}
.mm-testimonial {
  color: #333;
  padding: 20px;
  box-shadow: 0 0 20px -16px #999;
  border-radius: 5px;
  margin-top: 20px;
  background: #fff;
}
.mm-testimonial p {
  margin: 0;
  padding: 0;
}
p.mm-author-name {
  padding-top: 10px;
  font-style: italic;
  font-weight: 700;
  color: #666;
  padding-left: 30px;
  text-align: right;
}
p.mm-author-title {
  color: #666;
  font-style: italic;
  font-weight: 300;
  padding-left: 30px;
  text-align: right;
}
img {
}
#footer-widget {
  text-align: left;
  padding: 60px 0;
  font-family: Exo, "Open Sans", sans-serif !important;
  font-size: 14px;
}
#footer-widget .widget,
#footer-widget p {
  padding-bottom: 0;
  margin-bottom: 0;
}
#footer-widget h3 {
  font-size: 20px;
  color: #999;
  font-weight: 400;
  text-shadow: none;
  margin-top: 24px;
  margin-bottom: 15px;
}
#footer-widget .footer-group {
  font-weight: 400;
  font-size: 16px;
  margin-top: 18px;
  margin-bottom: 10px;
}
#footer-widget .product {
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
}
#footer-widget .product strong {
  font-weight: normal;
}
#footer-widget a {
  color: #999;
}
#footer-widget a .product {
  color: #333;
}

 #footer-widget.mm-bg-07 a .product {
  color: #fff;
}
#footer-widget a:hover {
  color: #0069d9;
}
#footer-widget .row {
  max-width: 1220px;
  margin: auto;
}
#footer-links .container a {
  text-decoration: none;
}
#footer-links {
  background: #080808 !important;
  text-align: left;
  padding: 60px 0 60px 0;
  color: #999;
  font-family: Exo, "Open Sans", sans-serif !important;
  font-size: 14px;
}
#footer-links .widget,
#footer-links p {
  padding-bottom: 0;
  margin-bottom: 0;
}
#footer-links h3 {
  font-size: 20px;
  color: #999;
  font-weight: 400;
  text-shadow: none;
  margin-top: 24px;
  margin-bottom: 15px;
}
#footer-links .footer-group {
  font-weight: 400;
  color: #999;
  font-size: 14px;
  margin-top: 18px;
  margin-bottom: 10px;
}
#footer-links a {
  color: #666;
}
#footer-links a:hover {
  color: #0069d9;
}
#footer-links .row {
  max-width: 1220px;
  margin: auto;
}
.survey.label {
  font-size: 16px;
}
.survey label.label-q {
  font-size: 16px;
  font-weight: 700;
}
.survey fieldset {
  padding-left: 20px;
}
.im-license-perpetual {
  background: #4caf50;
  color: #fff;
  padding: 2px 8px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 10px;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Open Sans", Exo, Arial !important;
}
.im-license-upgrades {
  background: #d45cc0;
  color: #fff;
  padding: 2px 8px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 10px;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Open Sans", Exo, Arial !important;
}
.im-license-volume-discounts {
  background: #666;
  color: #fff;
  padding: 2px 8px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 10px;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Open Sans", Exo, Arial !important;
}
.im-license-compare {
  background: #fff;
  color: #fff;
  padding: 2px 8px;
  margin-left: 10px;
  display: inline-block;
  border-radius: 50px;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Open Sans", Exo, Arial !important;
}
.im-inline-block {
  display: inline-block;
}
.im-hidden {
  display: none;
}
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: left, visibility;
  }
  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
  }
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.nav-underline .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #6c757d;
}
.nav-underline .nav-link:hover {
  color: #007bff;
}
.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}
.bg-purple {
  background-color: #6f42c1;
}
.lh-100 {
  line-height: 1;
}
.lh-125 {
  line-height: 1.25;
}
.lh-150 {
  line-height: 1.5;
}
.im-detail {
  margin: 0 auto;
  position: relative;
  width: 100%;
  margin-bottom: 4px;
}
.im-detail h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}
.im-detail summary {
  background: linear-gradient(#f5f5f5, #f9f9f9);
  color: #333;
  width: max-content;
  font-size: 20px;
  display: block;
  width: auto;
  padding: 16px 40px 15px 18px;
  position: relative;
  border-radius: 8px;
}
.im-detail[open] > summary {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.im-detail summary::-webkit-details-marker {
  display: none;
}
.im-detail > summary i {
  position: absolute;
  left: calc(100% - 40px);
  top: 18px;
  width: 20px;
  height: 20px;
  display: block;
  transition: 0.3s;
}
.im-detail[open] > summary i {
  transform: rotate(90deg);
  transition: 0.3s;
}
.im-detail > div,
.im-detail > p {
  background: white;
  color: #333;
  width: auto;
  font-size: 16px;
  padding: 15px 20px 5px 20px;
  transform-origin: top center;
  transform: scale(1, 0);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.im-detail[open] > div,
.im-detail[open] > p {
  transition: 0.3s;
  transform: scale(1, 1);
}
.entry-content details:last-of-type {
  margin-bottom: 20px;
}
sup {
  top: -0.8em;
  position: relative;
  font-size: 60%;
  line-height: 0;
  vertical-align: baseline;
}
@keyframes growIn {
  0% {
    scale: 100% 100%;
  }
  40% {
    scale: 100% 100%;
  }
  50% {
    scale: 110% 110%;
  }
  60% {
    scale: 100% 100%;
  }
  100% {
    scale: 100% 100%;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(1, 1);
  }
  70% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.im-logo-toggler {
  display: none;
}
.im-large-menu {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 60px;
  background-image: linear-gradient(
    34deg,
    #333333 0%,
    #232323 15%,
    #232323 50%,
    #232323 80%,
    #333333 100%
  );
  box-shadow: 0 0 18px 4px #000;
  left: 0;
  right: 0;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px solid #151515;
  border-right: 1px solid #151515;
  border-bottom: 1px solid #151515;
  overflow: hidden;
  border-radius: 20px;
}
video {
  border-radius: 10px;
}
.im-menu-desc {
  color: #c1c1c1;
  display: none;
}
.im-large-menu-desc {
  color: #c1c1c1;
  font-size: smaller;
  position: relative;
  top: 4px;
}
.im-large-menu-caption-p-md {
  padding-left: 15px;
}
.im-large-menu-desc-icon {
  left: 34px;
}
.im-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  background: #151515;
  height: 60px;
  box-shadow: rgb(0, 0, 0) 0 0 5px 0;
  z-index: 1;
}
.im-navbar-home:hover {
  text-decoration: none;
}
#im-main-navigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.im-nav-group {
  display: flex;
  flex-basis: auto;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.im-nav-item::after {
  content: " ";
  height: 2px;
  width: 0;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 0;
  transition: width 0.3s;
  margin-left: auto;
  margin-right: auto;
  top: -15px;
  position: relative;
}
.im-nav-item.active::after {
  content: " ";
  height: 2px;
  width: calc(100% - 30px);
  display: block;
  background: #2196f3;
  margin-left: auto;
  margin-right: auto;
  top: -15px;
  position: relative;
}
.im-nav-item:hover::after {
  width: calc(100% - 30px);
  transition: width 0.3s;
}
.im-nav-link {
  font-family: Exo, sans-serif !important;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  height: 100%;
  display: inline-block;
  align-content: center;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 5px;
  position: relative;
}
.im-nav-link:hover {
  text-decoration: none;
  color: #fff;
}
.im-arrow-up {
  display: none;
}
.selected .im-arrow-up {
  display: inline-block;
  width: 15px;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #232323;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999999;
}
.im-navbar-toggler {
  display: none;
}
.im-logo-toggler {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background: #151515;
  z-index: 2;
}
.im-logo-toggler a {
  text-decoration: none;
}
.im-navbar-home {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  align-items: center;
  padding-left: 20px;
  display: flex;
  z-index: 3;
  text-decoration: none;
}
.im-nav-link i {
  display: none;
}
code {
  color: black;
}
.im-testimonial-wrapper {
  display: grid;
  grid-template-columns: auto;
}
.im-testimonial {
  text-align: left;
  padding: 15px 10px;
}
.im-testimonial span {
  border-radius: 4px;
  font-weight: 700;
}
.im-testimonial-avatar {
  display: inline-flex;
  background: #007bff;
  color: white;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  text-align: center;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  font-size: larger;
  padding-top: 3px;
}
.im-testimonial-date {
  color: #ddd;
  text-align: left;
  padding: 0 10px;
  font-size: 12px;
  font-style: italic;
}
.im-testimonial-name {
  display: inline-block;
  font-weight: 700;
  position: relative;
  left: 5px;
  top: 3px;
}
@media screen and (max-width: 1250px) {
  .im-large-menu {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .im-large-menu-area {
    text-align: left;
    color: #ddd;
    display: grid;
    grid-template-columns: 1fr;
  }
  .im-large-side {
    display: none;
  }
}
@media screen and (max-width: 1040px) {
  body {
    
  }
  .im-navbar {
    position: absolute;
  }
  .im-collapsible-nav {
    display: none;
  }
  .im-collapsible-nav.open {
    display: inline-block;
  }
  .im-nav-group {
    display: block;
    position: absolute;
    top: 60px;
    justify-content: initial;
    width: 100%;
    height: max-content;
    background: #232323;
    padding-top: 10px;
    padding-bottom: 20px;
    overflow: auto;
  }
  .im-nav-group::after {
    content: "";
    height: 4px;
    background: linear-gradient(90deg, #4caf50, purple, red, orange, #2196f3);
    position: absolute;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    left: 0;
  }
  .im-nav-item {
    width: 100%;
    height: auto;
  }
  .im-large-main ul li a {
    padding: 4px 0 4px 4px;
    background: transparent;
  }
  .im-logo-toggler {
    display: block;
  }
  .im-navbar-toggler {
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 15px;
    right: 25px;
    display: block;
    outline: none;
    cursor: pointer;
  }
  .im-navbar-toggler:focus,
  .im-navbar-toggler:active {
    outline: none;
  }
  .im-nav-link {
    padding: 6px 15px;
  }
  .im-nav-link:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  .im-nav-link i {
    display: inline-block;
    margin-right: 5px;
    transition: all 0.3s;
    color: #ddd;
  }
  .im-nav-link.selected i {
    transform: rotate(90deg);
  }
  .im-navbar-toggler-icon-open,
  .im-navbar-toggler-icon-close {
    color: #ccc;
    font-size: 32px;
  }
  i.im-navbar-toggler-icon-open {
    display: block;
  }
  i.im-navbar-toggler-icon-close {
    display: none;
  }
  .opened i.im-navbar-toggler-icon-open {
    display: none;
  }
  .opened i.im-navbar-toggler-icon-close {
    display: block;
  }
  .im-hide-sm,
  .im-large-menu-separator,
  .im-large-menu-caption,
  .im-large-menu-area::after,
  .im-large-menu-desc,
  .selected .im-arrow-up,
  .im-arrow-up,
  .im-nav-item::after,
  .im-nav-item:hover::after {
    display: none;
  }
  .im-sm-show {
    display: inline-block;
  }
  .im-nav-item.active::after {
    display: none;
  }
  .im-layout-content {
    margin-top: 10px;
  }
  .im-layout-docs .im-layout-content {
    padding-top: 5px !important;
  }
}
.mm-spacer-50 {
  height: 50px;
  display: block;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.m-0 {
  margin: 0 !important;
}
.form-group {
  margin-bottom: 1rem;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
textarea {
  overflow: auto;
  resize: vertical;
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  p {
    margin-bottom: 0.5em;
  }
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
figure {
  margin: 0 0 1em;
}
.schema-faq-section {
  text-align: left;
  font-size: 24px;
  max-width: 800px;
  margin: auto;
  height: 100%;
}
.schema-faq-question {
  padding-top: 20px;
  padding-bottom: 5px;
  display: inline-block;
  font-weight: normal;
}
.schema-faq-question strong {
  font-weight: normal;
}
.schema-faq-answer {
  text-align: left;
  font-size: 16px;
  max-width: 800px;
}
.main-schema-questions .wp-block-yoast-faq-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
.main-schema-questions .wp-block-yoast-faq-block .schema-faq-section {
}
.im-no-shadow,
.im-no-shadow img {
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .main-schema-questions .wp-block-yoast-faq-block {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.post-published-date {
  font-size: small;
  color: #495057;
  display: block;
}
.post-author {
  display: block;
  font-size: small;
  padding-bottom: 6px;
  border-bottom: thin solid #ddd;
}
.post-promotion {
  background: linear-gradient(90deg, #4caf50, purple, red, orange, #2196f3);
  color: white;
  border-radius: 63px;
  margin: 15px 0 25px 0;
  padding: 2px;
}
.im-promo {
  background: rgba(255, 255, 255, 1);
  border-radius: 43px;
  padding: 6px 6px 6px 30px;
  width: 100%;
  color: black;
  display: grid;
  grid-template-columns: 1fr auto;
}
.im-promo div {
  align-self: center;
}
@media (max-width: 768px) {
  .post-promotion {
    display: none;
  }
}
.schema-how-to-step-name,
.schema-how-to-step::marker {
  font-size: 20px;
  margin-bottom: 6px;
  display: inline-block;
}
.product-data-modeling-software {
  margin-bottom: 20px;
  margin-top: 12px;
  display: block;
}
.product-data-modeling-software a {
  border-radius: 5px;
  display: block;
}
