.advantage-card {
  padding: 20px 0;
}
@media (max-width: 575.98px) {
  .advantage-card {
    padding: 20px 0 10px;
  }
}
.advantage-card--header {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .advantage-card--header {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .advantage-card--header {
    display: flex;
  }
}
.advantage-card--lowtime {
  font-size: 1.25rem;
  color: #ED5D5E;
  display: inline-block;
  margin-right: 15px;
  font-weight: 400;
  line-height: 32px;
}
.advantage-card--icon-right {
  width: 100%;
  max-width: 21px;
  margin-right: 10px;
}
.advantage-card--time {
  color: #62C107;
  font-weight: 700;
  font-size: 1.6875rem;
  display: inline-block;
  line-height: 32px;
}
@media (max-width: 991.98px) {
  .advantage-card--time {
    font-size: 1.5625rem;
  }
}
@media (max-width: 767.98px) {
  .advantage-card--time {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .advantage-card--time {
    font-size: 1.4375rem;
  }
}
.advantage-card--text {
  font-weight: 400;
  color: #104B64;
}

.hero-product {
  background-color: #00324f;
}
.hero-product-blink {
  padding: 240px 0 240px;
}
@media (max-width: 991.98px) {
  .hero-product-blink {
    padding: 200px 0 200px;
  }
}
@media (max-width: 767.98px) {
  .hero-product-blink {
    padding: 150px 0 150px;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

.hero-art-unit-predictor {
  background-image: url(../img/art-unit-predictor-home-bg.png);
}

.hero-examiner-stats {
  background-image: url(../img/examiner-stats-home-bg.png);
}

.hero-patentplex {
  background-image: url(../img/patentplex-home-bg.png);
}

.hero-proofreading {
  background-image: url(../img/proofreading-home-bg.png);
}

.card-info {
  padding-left: 12px;
}
@media (max-width: 767.98px) {
  .card-info {
    margin-bottom: 30px;
  }
}
.card-info-img {
  margin-bottom: 10px;
}
.card-info-img img {
  width: 100%;
  max-width: 52px;
}
.card-info-title {
  position: relative;
  margin-bottom: 10px;
}
.card-info-title::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 17px;
  background-color: #8143CF;
  position: absolute;
  left: -12px;
  top: 3px;
}
.card-info-text {
  line-height: 24px;
  color: #104B64;
  margin: 0;
}

.card-media {
  width: 100%;
  border: 1px solid #C9DBE2;
  border-radius: 10px;
  padding: 35px 40px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 991.98px) {
  .card-media {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .card-media {
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .card-media {
    padding: 15px 15px;
  }
}
.card-media-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.card-media-icon {
  width: 100%;
  max-width: 48px;
  margin-right: 20px;
}
.card-media-title {
  color: #009FE3;
  margin: 0;
}
.card-media-text {
  color: #104B64;
  margin: 0;
}
.card-media--first-step {
  width: 170px;
  height: 150px;
  background-color: transparent;
  border-bottom-left-radius: 10px;
  border-bottom-color: #8143CF;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-left-color: #8143CF;
  border-left-style: solid;
  border-left-width: 2px;
  position: absolute;
  bottom: -100px;
  left: 50%;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .card-media--first-step {
    border-bottom: none;
    bottom: -45px;
    border-radius: 0;
  }
}
.card-media--first-step::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 8px solid #8143CF;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: -4px;
  bottom: -7px;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .card-media--first-step::before {
    right: auto;
    left: -5px;
    transform: rotate(90deg);
  }
}
.card-media.second-step {
  margin-top: 250px;
}
@media (max-width: 991.98px) {
  .card-media.second-step {
    margin-top: 300px;
  }
}
@media (max-width: 767.98px) {
  .card-media.second-step {
    margin-top: 0px;
  }
}
.card-media--second-step {
  width: 170px;
  height: 150px;
  background-color: transparent;
  border-top-left-radius: 10px;
  border-top-color: #8143CF;
  border-top-style: solid;
  border-top-width: 2px;
  border-left-color: #8143CF;
  border-left-style: solid;
  border-left-width: 2px;
  position: absolute;
  top: -100px;
  left: 50%;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .card-media--second-step {
    top: auto;
    bottom: -100px;
    left: auto;
    right: 50%;
    border: none;
    border-bottom-right-radius: 10px;
    border-bottom-color: #8143CF;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-color: #8143CF;
    border-right-style: solid;
    border-right-width: 2px;
  }
}
@media (max-width: 767.98px) {
  .card-media--second-step {
    border-bottom: none;
    bottom: -45px;
    border-radius: 0;
  }
}
.card-media--second-step::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 8px solid #8143CF;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: -4px;
  top: -7px;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .card-media--second-step::before {
    transform: rotate(180deg);
    top: auto;
    right: auto;
    left: -4px;
    bottom: -7px;
  }
}
@media (max-width: 767.98px) {
  .card-media--second-step::before {
    left: auto;
    right: -5px;
    transform: rotate(90deg);
  }
}

@media (min-width: 992px) {
  .card-lg-h-100 {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .card-md-h-100 {
    height: 100%;
  }
}

.card-review {
  padding: 40px 15px;
  background-color: #fff;
  box-shadow: 5px 10px 30px 3px rgba(16, 75, 100, 0.1);
  border-radius: 10px;
  margin: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .card-review {
    padding: 30px 15px;
  }
}
.card-review-icon {
  width: 100%;
  max-width: 50px;
  margin-bottom: 30px;
}
.card-review-text {
  color: #104B64;
  line-height: 24px;
  margin-bottom: 30px;
}
.card-review-author {
  margin-top: auto;
  padding-left: 50px;
  position: relative;
}
.card-review-author--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 40px;
  border-radius: 50%;
}
.card-review-author--title {
  color: #009FE3;
  margin-bottom: 5px;
  text-align: left;
  font-weight: 500;
}
.card-review-author--subtitle {
  font-weight: 700;
  color: rgba(16, 75, 100, 0.5);
  margin: 0;
  text-align: left;
  font-size: 0.625rem;
  letter-spacing: 1px;
}

.card-sm {
  width: 100%;
  max-width: 550px;
  margin-bottom: 25px;
}
.card-sm-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.card-sm-icon {
  width: 100%;
  max-width: 15px;
  margin-right: 10px;
}
.card-sm-title {
  margin: 0;
}
.card-sm-text {
  color: #104B64;
  margin: 0;
}

.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-title {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 800;
  line-height: 80px;
}
@media (max-width: 991.98px) {
  .hero-title {
    line-height: inherit;
  }
}
@media (max-width: 575.98px) {
  .hero-title {
    font-weight: 700;
  }
}
.hero-title br {
  display: none;
}
.hero-subtitle {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 27px;
}

.hero-home {
  background-image: url(../img/home-bg.jpg);
}
.hero-home .customer-logos img {
  height: 30px;
  margin: 0 30px;
  user-select: none;
}
.hero-home-blink {
  padding: 190px 0px 50px;
}
@media (max-width: 575.98px) {
  .hero-home-blink {
    height: auto;
  }
  .hero-home-blink .container {
    width: 100%;
    max-width: 100%;
  }
}
.hero-home-content {
  margin-bottom: 120px;
}
.hero-home-cardbox {
  display: flex;
  justify-content: space-around;
  margin: 0 0 24px 0;
}
@media (max-width: 991.98px) {
  .hero-home-cardbox {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .hero-home-cardbox {
    display: none;
  }
}
.hero-home-card {
  padding: 20px;
  display: flex;
  max-width: 220px;
  min-width: 210px;
  align-items: center;
  justify-content: center;
  border: 1px solid #C9DBE2;
  border-radius: 10px;
  background-color: transparent;
  margin-bottom: 20px;
}
.hero-home-card--img {
  width: 100%;
  max-width: 56px;
  margin-right: 10px;
}
.hero-home-card--title {
  color: #fff;
  margin: 0;
  line-height: 28px;
  text-align: left;
}
.hero-home-card:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.hero-home-card:hover .section-home-card--img {
  transform: scale(1.05);
}

.hero-lander {
  padding: 150px 0 100px 0;
}

.btn {
  padding: 0.75rem 1.5rem;
  min-width: 180px;
}

.section {
  padding: 100px 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .section {
    padding: 80px 0;
  }
}
.section-subtitle {
  color: #8143CF;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
.section-title {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .section-title {
    margin-bottom: 50px;
  }
}

.subsection-blue-bg {
  background-color: rgb(244, 250, 252);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.subsection-blue-bg .container {
  position: relative;
  z-index: 3;
}
.subsection-blue-bg::before {
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
.subsection-blue-bg::after {
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
}
.subsection-blue-bg.no-after {
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .subsection-blue-bg.no-after {
    padding-bottom: 0px;
  }
}
.subsection-blue-bg.no-after::after {
  display: none;
}

@media (max-width: 2560px) {
  .subsection-blue-bg::before {
    border-top: 230px solid #fff;
    border-left: 2560px solid transparent;
  }
  .subsection-blue-bg::after {
    border-bottom: 230px solid #fff;
    border-right: 2560px solid transparent;
  }
}
@media (max-width: 1920px) {
  .subsection-blue-bg::before {
    border-top: 150px solid #fff;
    border-left: 1920px solid transparent;
  }
  .subsection-blue-bg::after {
    border-bottom: 150px solid #fff;
    border-right: 1920px solid transparent;
  }
}
@media (max-width: 1440px) {
  .subsection-blue-bg::before {
    border-left: 1440px solid transparent;
  }
  .subsection-blue-bg::after {
    border-right: 1440px solid transparent;
  }
}
@media (max-width: 1024px) {
  .subsection-blue-bg::before {
    border-top: 120px solid #fff;
    border-left: 1024px solid transparent;
  }
  .subsection-blue-bg::after {
    border-bottom: 120px solid #fff;
    border-right: 1024px solid transparent;
  }
}
@media (max-width: 575px) {
  .subsection-blue-bg::before {
    border-top: 80px solid #fff;
    border-left: 575px solid transparent;
  }
  .subsection-blue-bg::after {
    border-bottom: 80px solid #fff;
    border-right: 575px solid transparent;
  }
}
.info-section {
  position: relative;
  z-index: 4;
  padding: 0;
}
.info-section-padding {
  padding: 30px 0;
}
@media (max-width: 767.98px) {
  .info-section-padding {
    padding: 20px 0;
  }
}
.info-section-textbox {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media (max-width: 767.98px) {
  .info-section-textbox {
    margin-bottom: 50px;
    height: auto;
  }
}
.info-section-title {
  color: #009FE3;
  padding-left: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-left: 2px solid #8143CF;
  margin-bottom: 10px;
  line-height: 14px;
}
@media (max-width: 575.98px) {
  .info-section-title {
    line-height: 20px;
  }
}
.info-section-text {
  margin-bottom: 30px;
  line-height: 24px;
  color: #104B64;
}
@media (max-width: 767.98px) {
  .info-section-image {
    margin-bottom: 10px;
  }
}
.info-section-image img {
  width: 100%;
  max-width: 691px;
}

.section-dark-blue-bg {
  background-color: #00324f;
}
.section-dark-blue-bg h2, .section-dark-blue-bg h3 {
  color: white;
}
.section-dark-blue-bg {
  padding: 160px 0 160px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .section-dark-blue-bg {
    padding: 180px 0 100px;
  }
}
.section-dark-blue-bg .container {
  position: relative;
  z-index: 3;
}
.section-dark-blue-bg::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 2560px) {
  .section-dark-blue-bg::before {
    border-top: 230px solid #fff;
    border-left: 2560px solid transparent;
  }
  .section-dark-blue-bg.before-blue::before {
    border-top: 230px solid rgb(244, 250, 252);
  }
}
@media (max-width: 1920px) {
  .section-dark-blue-bg::before {
    border-top: 150px solid #fff;
    border-left: 1920px solid transparent;
  }
  .section-dark-blue-bg.before-blue::before {
    border-top: 150px solid rgb(244, 250, 252);
  }
}
@media (max-width: 1440px) {
  .section-dark-blue-bg::before {
    border-left: 1440px solid transparent;
  }
}
@media (max-width: 1024px) {
  .section-dark-blue-bg::before {
    border-top: 120px solid #fff;
    border-left: 1024px solid transparent;
  }
  .section-dark-blue-bg.before-blue::before {
    border-top: 120px solid rgb(244, 250, 252);
  }
}
.section-top-white-angle {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .section-top-white-angle {
    padding: 80px 0;
  }
}
.section-top-white-angle::before {
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  width: 0;
  height: 0;
}

@media (max-width: 2560px) {
  .section-top-white-angle::before {
    top: -230px;
    border-bottom: 230px solid #fff;
    border-right: 2560px solid transparent;
  }
}
@media (max-width: 1920px) {
  .section-top-white-angle::before {
    top: -150px;
    border-bottom: 150px solid #fff;
    border-right: 1920px solid transparent;
  }
}
@media (max-width: 1440px) {
  .section-top-white-angle::before {
    border-right: 1440px solid transparent;
  }
}
@media (max-width: 1024px) {
  .section-top-white-angle::before {
    top: -120px;
    border-bottom: 120px solid #fff;
    border-right: 1024px solid transparent;
  }
}
.gradient-bg {
  background: rgba(255, 255, 255, 0.15);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(199, 229, 241, 0.15) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(199, 229, 241, 0.15) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(199, 229, 241, 0.15) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(199, 229, 241, 0.15) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(199, 229, 241, 0.15) 100%);
}
.gradient-bg::before {
  display: none;
}
@media (max-width: 767.98px) {
  .gradient-bg {
    padding-bottom: 100px;
  }
}

.section-reviews-text-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}

.reviews-text-bg-img {
  width: 100%;
  max-width: 982px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.reviews-text-bg-img-2 {
  max-width: 799px;
  bottom: 100px;
}

.percent-card {
  padding: 20px 0;
}
.percent-card--number {
  color: #009FE3;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 40px;
  margin-bottom: 10px;
}
.percent-card--text {
  font-weight: 400;
  color: #104B64;
}
.percent-card img {
  max-width: 20px;
}

.main {
  position: relative;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 0.4em;
  text-align: left;
}

h1 {
  font-size: 3.125rem;
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 2.875rem;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: 2.375rem;
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 1.625rem;
  }
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

.text-secondary {
  color: #104B64 !important;
}

.text-light-grey {
  color: #C9DBE2 !important;
}

::selection {
  background-color: #8143CF;
  color: #fff;
}

p,
address,
ol,
ul,
dl,
blockquote {
  margin-bottom: 1em;
}

/*# sourceMappingURL=marketing-pages.css.map */
