.m-0 {
  margin: 0 !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

@media (min-width: 576px) {
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-5 {
    padding: 3rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-5 {
    padding: 3rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 70px;
  color: var(--bs-primary);
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.blc {
  font-size: 70px;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

.ad-container {
  width: 100%;
  height: 100%;
}

.ad-container-320 {
  width: 320px;
  height: 100px;
  margin-left: 25px;
  margin-top: 25px;
  /*border: 2px solid;*/
}

.ad-section {
  /*height: 800px;*/
  /*width: 500px;*/
  /*margin-bottom: 60px;*/
}

.ad-container-250 {
  width: 300px;
  height: 234px;
  margin-left: 25px;
  margin-top: 25px;
  /*border: 2px solid;*/
  margin-bottom: 25px;
}

.ad-title {
  margin-left: 25px;
}

.watermark {
  position: absolute;
  font-weight: bold;
  opacity: 0.6; z-index=9999;
  bottom: 2px;
  right: 0px;
  background-color: black;
  color: white;
  padding-bottom: 0.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 8px;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 70px;
  color: var(--bs-primary);
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.blc {
  font-size: 70px;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

@media (min-width: 992px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.btn {
  color: #ffffff !important;
}

.btn:hover {
  color: var(--bs-white);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

@media (min-width: 300px) {
  .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
  }
}

@media (min-width: 992px) {
  .btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #fff;
    --bs-btn-bg: var (--bs-primary);
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-primary);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
}

.btn-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: #5f80f1;
  --bs-btn-border-color: #5f80f1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #7793f3;
  --bs-btn-hover-border-color: #6f8df2;
  --bs-btn-focus-shadow-rgb: 81, 109, 205;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #7f99f4;
  --bs-btn-active-border-color: #6f8df2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #5f80f1;
  --bs-btn-disabled-border-color: #5f80f1;
}

@media (min-width: 300px) {
  .hero-section {
    height: 80vh;
    background: url("/assets/img/UI-reports-graphs-2.jpg") center / cover no-repeat;
  }
}

@media (min-width: 992px) {
  .hero-section {
    height: 100vh;
    background: url("/assets/img/UI-reports-graphs-2.jpg") center / cover no-repeat;
  }
}

.hero-column {
  height: 100vh;
  max-width: 60%;
  padding-right: 0px;
  overflow: visible;
  margin-right: 0px;
}

.hero-span {
  color: var(--bs-primary);
}

@media (min-width: 300px) {
  .animated-heading {
    display: none;
  }
}

@media (min-width: 992px) {
  .animated-heading {
    display: unset;
  }
}

@media (min-width: 300px) {
  .hero-heading.display-6 {
    color: rgb(100,101,102);
    font-size: calc(.8rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
  }
}

@media (min-width: 992px) {
  .hero-heading.display-6 {
    color: rgb(100,101,102);
    font-size: calc(1rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (min-width: 300px) {
  .hero-content {
    margin-left: 25px;
    margin-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .hero-content {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}

@media (min-width: 300px) {
  .mobile-banner {
    color: var(--bs-primary);
    font-size: calc(.5rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (min-width: 992px) {
  .mobile-banner {
    display: none;
  }
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

@media (min-width: 300px) {
  p {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 300px) {
  #advertiser-cta {
    height: 300px;
  }
}

@media (min-width: 768px) {
  #advertiser-cta {
    height: 400px;
  }
}

@media (min-width: 300px) {
  #features-label {
    min-width: 330px;
  }
}

@media (min-width: 576px) {
  #features-label {
    min-width: 0px;
  }
}

@media (min-width: 300px) {
  #filters {
    margin-top: 0px;
  }
}

@media (min-width: 300px) {
  #format-options {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  #format-options {
    padding-bottom: 0px;
  }
}

@media (min-width: 300px) {
  #computer {
    display: none;
  }
}

@media (min-width: 768px) {
  #computer {
    display: block;
  }
}

@media (min-width: 300px) {
  #form-parent {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  #form-parent {
    margin-top: 0px;
  }
}

@media (min-width: 300px) {
  #computer-screen-left {
    display: none;
  }
}

@media (min-width: 768px) {
  #computer-screen-left {
    display: block;
  }
}

@media (min-width: 300px) {
  #bullets {
    margin-top: 40px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  #bullets {
    margin-top: 0px;
    text-align: left;
  }
}

@media (min-width: 300px) {
  #consult-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (min-width: 768px) {
  #consult-content {
    flex-direction: row;
    text-align: left;
  }
}

@media (min-width: 300px) {
  #fraud {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  #fraud {
    margin-top: 0px;
  }
}

@media (min-width: 300px) {
  #video {
    display: none;
  }
}

@media (min-width: 992px) {
  #video {
    display: block;
  }
}

@media (min-width: 300px) {
  #consult-btn {
    text-align: center;
  }
}

@media (min-width: 576px) {
  #consult-btn {
    text-align: left;
  }
}

@media (min-width: 300px) {
  #see-for {
    text-align: center;
  }
}

@media (min-width: 576px) {
  #see-for {
    text-align: left;
  }
}

@media (min-width: 576px) {
  #video-link {
    align-items: start;
  }
}

@media (min-width: 300px) {
  #video-link {
    align-items: center;
  }
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #000000a6;
}

.bg-white-300 {
  background: rgba(255, 255, 255, 0.3) !important;
}

.rounded-bottom-left {
  border-radius: 0;
  border-bottom-left-radius: .25rem!important;
}

.rounded-bottom-right {
  border-radius: 0;
  border-bottom-right-radius: .25rem!important;
}

@media (min-width: 300px) {
  #desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  #desktop {
    display: block;
  }
}

@media (min-width: 768px) {
  #mobile {
    display: none;
  }
}

.user-numbers {
  font-size: 13px;
  color: var(--bs-green);
  margin-left: 5px;
}

.feature-list {
  padding: 20px;
  background: rgba(100,101,102,0.03);
  border-radius: 5px;
  border-width: 1px;
  border-style: none;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 12px;
}

.price-item {
  font-size: 16px;
  font-weight: bold;
  color: #646566;
}

.feature-list-title {
  font-size: 15px;
  font-weight: bold;
  color: #646566;
}

.tick {
  color: var(--cc-btn-primary-bg);
}

.bolt-on {
  color: rgb(95,128,241);
}

.cross {
  color: var(--bs-red);
}

.user-heading {
  font-size: 12px;
}

.feature-tooltip {
  font-size: 15px;
  margin-left: 3px;
  height: 13px;
}

.btn {
  color: #ffffff !important;
}

.btn:hover {
  color: var(--bs-white);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.more-details {
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
}

#stickytop {
  margin-bottom: 25px;
  background: var(--cc-bg);
  margin-top: 25px;
}

.top-card {
  border-radius: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.bottom-card {
  border-top-width: 0px;
  border-radius: 0px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.price-list {
  font-size: 12px;
  background: rgba(100,101,102,0.03);
}

.top-card-body {
  padding: 20px;
}

@media (min-width: 768px) {
  .top-card-body {
    padding: 0px;
    padding-left: 0px;
  }
}

.configure-background {
  background: rgba(100,101,102,0.03);
  border-radius: 6px;
  padding-left: 1rem;
  padding-top: 1rem;
  border-width: 3px;
  border-style: solid;
  border-color: var(--bs-primary);
}

.cost-background {
  background: rgba(100,101,102,0.03);
  border-radius: 6px;
  padding-left: 1rem;
  padding-top: 1rem;
}

.product-features {
  background: rgba(100,101,102,0.03);
  border-radius: 6px;
  padding: 3px;
}

@media (min-width: 300px) {
  .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
  }
}

.back-link {
  color: #646566;
  font-size: 12px;
}

@media (min-width: 992px) {
  .btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #fff;
    --bs-btn-bg: var (--bs-primary);
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-primary);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
}

.btn-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: #5f80f1;
  --bs-btn-border-color: #5f80f1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #7793f3;
  --bs-btn-hover-border-color: #6f8df2;
  --bs-btn-focus-shadow-rgb: 81, 109, 205;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #7f99f4;
  --bs-btn-active-border-color: #6f8df2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #5f80f1;
  --bs-btn-disabled-border-color: #5f80f1;
}

.bolton-icon {
  font-size: 40px;
  color: var(--bs-primary);
  background: #ffffff;
}

.bolton-options {
  font-size: 40px;
  color: var(--bs-primary);
  background: rgba(100,101,102,0.03);
}

@media (min-width: 300px) {
  #config-icon {
    display: none;
  }
}

@media (min-width: 992px) {
  #config-icon {
    display: block;
  }
}

.primary-heading {
  color: #ffffff;
  font-weight: bold;
  background: var(--bs-primary);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  /*border-radius: 6px;*/
  font-size: 20px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.costs-content {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 300px) {
  .config-links {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }
}

@media (min-width: 992px) {
  .config-links {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: end;
  }
}

.bolton-items {
  background: rgba(100,101,102,0.03);
  border-radius: 6px;
  padding-top: 1rem;
  margin-right: 1.25rem;
}

.radius-unset {
  border-radius: unset;
}

body {
  font-size: 15px;
  font-family: 'Poppins';
}

.user-container {
  padding-left: 1.25rem;
  padding-top: 0.5rem;
}

.column-border {
  border: 0.8px solid rgb(222,226,230);
  border-radius: 6px;
}

.lead {
  font-weight: 300;
  padding: 0px;
  margin-bottom: 0px;
  border-style: none;
  border-radius: 6px;
}

.lead-container {
  background: rgba(100,101,102,0.03);
  border-style: none;
  border-radius: 6px;
  padding: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 300px) {
  .lead {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .lead {
    font-size: 1.25rem;
    text-align: left;
  }
}

@media (min-width: 300px) {
  .intro-section {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .intro-section {
    text-align: left;
  }
}

@media (min-width: 300px) {
  .feature-container {
    display: none;
  }
}

@media (min-width: 992px) {
  .feature-container {
    display: block;
  }
}

@media (min-width: 768px) {
  .product-container, .user-numbers, .product-list-item {
    font-size: 11px;
  }
}

@media (min-width: 992px) {
  .product-container, .user-numbers, .product-list-item {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .number-remove {
    display: none;
  }
}

.price {
  font-weight: bold;
  font-size: 19px;
}

@media (min-width: 768px) {
  .price {
    font-weight: bold;
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .price {
    font-size: 19px;
  }
}

@media (min-width: 992px) {
  .number-remove {
    display: inline;
  }
}

@media (min-width: 300px) {
  #infinite {
    display: none;
  }
}

@media (min-width: 768px) {
  #infinite {
    display: inline;
  }
}

#infinite {
  font-size: 15px;
  color: var(--bs-green);
  padding-left: 1px;
}

@media (min-width: 992px) {
  #infinite {
    display: none;
  }
}

@media (min-width: 768px) {
  .stars {
    display: none;
  }
}

@media (min-width: 992px) {
  .stars {
    display: block;
  }
}

.plan-heading {
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 7px;
}

.break {
  display: none;
}

@media (min-width: 1200px) {
  .break {
    display: inline;
  }
}

@media (min-width: 1400px) {
  .break {
    display: none;
  }
}

@media (min-width: 300px) {
  .hero-section {
    height: 80vh;
    background: url("/assets/img/UI-reports-graphs-2.jpg") center / cover no-repeat;
  }
}

@media (min-width: 992px) {
  .hero-section {
    height: 100vh;
    background: url("/assets/img/UI-reports-graphs-2.jpg") center / cover no-repeat;
  }
}

.hero-column {
  height: 100vh;
  max-width: 60%;
  padding-right: 0px;
  overflow: visible;
  margin-right: 0px;
}

.hero-span {
  color: var(--bs-primary);
}

.section-main {
  border-top: 5px solid var(--bs-primary) ;
}

.features-right-col {
  background: rgba(100,101,102,0.03);
  clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 98%, 0 100%, 15% 84%, 15% 18%);
}

@media (min-width: 300px) {
  .animated-heading {
    display: none;
  }
}

@media (min-width: 992px) {
  .animated-heading {
    display: unset;
  }
}

@media (min-width: 300px) {
  .hero-heading.display-6 {
    color: rgb(100,101,102);
    font-size: calc(.8rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
  }
}

@media (min-width: 992px) {
  .hero-heading.display-6 {
    color: rgb(100,101,102);
    font-size: calc(1rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (min-width: 300px) {
  .hero-content {
    margin-left: 25px;
    margin-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .hero-content {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}

@media (min-width: 300px) {
  .mobile-banner {
    color: var(--bs-primary);
    font-size: calc(.5rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (min-width: 992px) {
  .mobile-banner {
    display: none;
  }
}

.trial-heading {
  color: var(--bs-primary);
  font-weight: bold;
}

.trial-section {
  background: rgba(100,101,102,0.03);
  border-top: 4px solid var(--bs-primary) ;
  border-bottom: 4px none var(--bs-primary) ;
}

.column-content-1 {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: var(--bs-primary);
  height: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
  align-items: center;
}

.column-content-2 {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  height: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hexagon-container {
  display: grid;
}

.column-content-1, .column-content-2 {
  grid-column: 1;
  grid-row: 1;
}

body {
  --background-gray: rgba(100,101,102,0.03);
}

@media (min-width: 300px) {
  .hero-heading.hero-sub-head {
    display: none;
  }
}

@media (min-width: 992px) {
  .hero-heading.hero-sub-head {
    display: unset;
  }
}

.watermark {
  position: absolute;
  opacity: 0.6;
  top: 0px;
  right: 0px;
  background-color: black;
  padding-bottom: 0.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  height: 12px;
}

div.watermark a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 8px;
}

