/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/* Lato Hairline (200) */
@font-face {
  font-family: 'Lato';
  src: url('//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/Tech%20Systems%20Studio%20Pro/css/fonts/Lato-Light.woff2') format('woff2'),
       url('//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/Tech%20Systems%20Studio%20Pro/css/fonts/Lato-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Lato Regular (400) */
@font-face {
  font-family: 'Lato';
  src: url('//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/Tech%20Systems%20Studio%20Pro/css/fonts/Lato-Regular.woff2') format('woff2'),
       url('//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/Tech%20Systems%20Studio%20Pro/css/fonts/Lato-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Lato Medium */
@font-face {
  font-family: 'Lato';
  src: url('//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/Tech%20Systems%20Studio%20Pro/css/fonts/Lato-Medium.woff2') format('woff2'),
       url('//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/Tech%20Systems%20Studio%20Pro/css/fonts/Lato-Medium.woff') format('woff');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

/* Lato Semibold */
@font-face {
  font-family: 'Lato';
  src: url('//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/Tech%20Systems%20Studio%20Pro/css/fonts/Lato-Semibold.woff2') format('woff2'),
    url('//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/Tech%20Systems%20Studio%20Pro/css/fonts/Lato-Semibold.woff') format('woff');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

/* Lato Bold (700) */
@font-face {
  font-family: 'Lato';
  src: url('//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/Tech%20Systems%20Studio%20Pro/css/fonts/Lato-Bold.woff2') format('woff2'),
       url('//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/Tech%20Systems%20Studio%20Pro/css/fonts/Lato-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/Tech%20Systems%20Studio%20Pro/css/fonts/Lato-Heavy.woff2') format('woff2'),
       url('//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/Tech%20Systems%20Studio%20Pro/css/fonts/Lato-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: var(--primary_font);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 1.125rem;
}

p, .paragraph {
  font-size: 1.125rem ;
  font-weight: 400;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--primary_font);
  font-weight: 700;
  line-height: 1.2;
}

.btn-light.icon-right .la-angle-right{
  width: 30px;
  background: #7483e0;
  height: 30px;
  line-height: 30px;
  border-radius: 35px;
  color: #fff;
  font-size: 1.25rem;
  margin-left: 15px;
}


.button-arrow a {color:#5D38DF; font-weight:700; }
.button-arrow a:after {position:absolute; content:''; margin-top:11px;background-image:url(https://resource.disprz.com/hubfs/Thank%20You%20Page/ArrowBendRightDown.svg);content: ''; width: 20px;height: 20px;background-repeat: no-repeat;background-size: contain;background-position: center;display: inline-block;vertical-align: middle;margin-left: 9px;-webkit-transition: all 400ms ease;-moz-transition: all 400ms ease;-o-transition: all 400ms ease;-ms-transition: all 400ms ease;transition: all 400ms ease;}
.button-arrow a:hover:after { margin-left: 14px;}

.button-arrow-straight a {color:#5D38DF; font-weight:700; }
.button-arrow-straight a:after {position:absolute; content:''; margin-top:5px;background-image:url(https://resource.disprz.com/hubfs/Blog-Development/right-arrow.svg);content: ''; width: 20px;height: 20px;background-repeat: no-repeat;background-size: contain;background-position: center;display: inline-block;vertical-align: middle;margin-left: 9px;-webkit-transition: all 400ms ease;-moz-transition: all 400ms ease;-o-transition: all 400ms ease;-ms-transition: all 400ms ease;transition: all 400ms ease;}
.button-arrow-straight a:hover:after { margin-left: 14px;}

.button-arrow-down a {color:#5D38DF; font-weight:700; }
.button-arrow-down a:after {position:absolute; content:''; margin-top:5px;background-image:url(https://resource.disprz.com/hubfs/Blog-Development/Arrow-down.svg);content: ''; width: 20px;height: 20px;background-repeat: no-repeat;background-size: contain;background-position: center;display: inline-block;vertical-align: middle;margin-left: 9px;-webkit-transition: all 400ms ease;-moz-transition: all 400ms ease;-o-transition: all 400ms ease;-ms-transition: all 400ms ease;transition: all 400ms ease;}
.button-arrow-down a:hover:after { margin-left: 14px;}
.copy-button a{display:inline-block; padding:8px 45px;border-radius: 51.271px;border: 1.025px solid var(--d-bright-purple, #5D38DF);color: var(--d-bright-purple, #5D38DF);text-align: center;font-size: 10.254px;font-style: normal;font-weight: 600;line-height: normal;}
.copy-button a:hover{ background:#5D38DF; color:#FFF; border-color:#5D38DF;box-shadow:none;}
.intro-form-style-2 form .hs-button, .button-gradient {background: var(--dark);color: white;padding: 10px 20px; border: none; border-radius: 35px;font-size: 16px;cursor: pointer;}
.intro-form-style-2 form .hs-button:hover, .button-gradient:hover {background: var(--primary); color: #fff;}

body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #20a5ff;
  color: #fff;
}

::selection {
  background: #20a5ff;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
  height: auto;
  max-width: 100%;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}
a:focus,
button:focus,
select:focus {
  outline: 0;
}

a:hover {
  color: #008dec;
}
.slick-slide {outline: 0;}
section, .section {padding-top: 60px;padding-bottom: 60px;} 
.section-sm {padding-top: 60px;padding-bottom: 60px;}
.section-lg {padding-top: 80px;padding-bottom: 80px;}
section .section-title {text-align: center; margin-bottom: 2rem;}
section .section-title .slim-title {font-weight:700;margin: 0 auto;line-height: 1.4;  margin: 0 0 1.5rem;}
section .section-title p {font-size: 1.5rem;}
section .section-title h4 {color: #fff;font-size: 1.2rem;font-weight: 400; line-height: 1.4; margin: 0 0 1.5rem;}
section .section-title .slim-title strong{font-weight:700;}
.intro-one { position: relative;}
.intro-one .intro-content h1 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 2.8rem;
    font-size: clamp(1.8rem, -1.5rem + 8vw, 2.8rem);
    line-height: 1.2;
}

.intro-form-style-2 {
   position:relative; padding:60px 0 60px 0;
    background: rgb(177,128,243);
    background: -moz-linear-gradient(90deg, rgba(177,128,243,1) 0%, rgba(104,129,231,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(177,128,243,1) 0%, rgba(104,129,231,1) 100%);
    background: linear-gradient(90deg, rgba(177,128,243,1) 0%, rgba(104,129,231,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b180f3",endColorstr="#6881e7",GradientType=1);
}
.intro-one .intro-content .intro-title {font-weight:400;}
.intro-one .intro-content .intro-title strong{font-weight:700;}



 .intro-form-style-2, .competitor-rewards, .min__width {
  margin-top:1rem;
   margin-bottom:2rem;}
@media (min-width: 1200px) {
 .intro-form-style-2, .competitor-rewards, .min__width {
  margin-top:1rem;
  margin-bottom:2rem;
  margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
  border-radius: 10px;}
   .intro-form-style-2{  margin-top:6rem;}
}
.intro-form-style-2 .form_wrap {padding-top: 20px;}
.intro-form-style-2 .intro-content h1 {font-size: clamp(1.5rem, -1.5rem + 8vw, 2rem);}
.intro-form-style-2 .intro-content h4 {font-size: 1.5rem; margin-bottom: 1.5rem;}
.intro-form-style-2 .intro-content p{font-size: 1.35rem;margin-bottom: 1.5rem;}
.intro-form-style-2 .img-container {margin-top: 30px; text-align: center;}
.arrow--list1 {padding:0;}
.list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}
.arrow-list1 {
  font-weight: 400;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
  vertical-align: middle;
  position:relative;
}
.arrow-list1:last-child {
    margin-bottom: 0
}
.arrow-list1:before {
  content: "\f11d";
  font-family: LineAwesome,sans-serif;
  margin-right: 10px;
  position: absolute;
  left: 0;
  font-size: 1.4rem;
}


.intro-form-style-2 .form_wrap h3{font-size:1.5rem;}
.intro-form-style-2 .form_wrap .hs_submit .actions {text-align:center; margin-top:2rem}
.gradient-overlay {position: relative;}
.content_above {z-index: 2;position: relative;}
.gradient-overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(104,129,231);
  background: -moz-linear-gradient(90deg, rgba(104,129,231,1) 0%, rgba(177,128,243,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(104,129,231,1) 0%, rgba(177,128,243,1) 100%);
  background: linear-gradient(90deg, rgba(104,129,231,1) 0%, rgba(177,128,243,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6881e7",endColorstr="#b180f3",GradientType=1);
  z-index: 1
}

/* lms guide styles */
.intro-form-style-2 .form_wrap{
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    padding-bottom: 0px;
}
.intro-form-style-2 .intro-content .spl-card {border-radius: 10px;}
.intro-form-style-2 .intro-content .spl-card h2{ font-size:2rem; font-weight: 600;}
.intro-form-style-2 .intro-content .spl-card h2 span {font-weight: 800;
    background: #6881e7;
    background: linear-gradient(90deg, #6881e7 0, #b380f3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.intro-form-style-2 .intro-content h1, 
.intro-form-style-2 .intro-content p, 
.intro-form-style-2 .intro-content h4, 
.intro-form-style-2 .intro-content ul li{color:#ffffff}
.content-block-2-columns, .sigle-cta-wrapper {background-color: #FAF9FF;}
.question-container, .answer-container {margin-bottom:2rem;margin-left: 2rem;}
.question-container .question {
  position: relative;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
.question-container .question::before {
  content: 'Q) ';
  position: absolute;
  left: -30px;
  font-weight: 700;
} 
.answer-container .answer {
  position: relative;
  font-size:1.25rem;
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
.answer-container .answer::before {
  content: 'A) ';
  position: absolute;
  left: -30px;
  top: 0;
  font-weight: 700;
}
@media (max-width: 575px) {
  section, .section {padding-top: 40px;padding-bottom: 40px;} 
  section, .section, .section-lg {padding-top: 40px;padding-bottom: 40px;}
  .intro-form-style-2 {padding: 30px 0 40px 0;}
  .intro-form-style-2 {position:relative; padding:60px 0 60px 0;}
  .intro-form-style-2  .img-container {position: relative;right: 0;}
  .intro-form-style-2 .intro-content h4 {font-size: 1.3rem;}
  .question-container .question{font-size: 1.35em;}

}
.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: block ; 
  width: 100% !important;
  padding: .675rem 1rem;
  font-size: 1rem;
  height: 48px;
  line-height: 1.5;
  color: var(--dark);
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #bfc6d4;
  -webkit-border-radius: .2rem;
  border-radius: .4rem;
  box-shadow: none;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

form textarea:focus, 
form select:focus , 
form input[type="text"]:focus, 
form input[type="password"]:focus, 
form input[type="datetime"]:focus, 
form input[type="datetime-local"]:focus, 
form input[type="date"]:focus, 
form input[type="month"]:focus, 
form input[type="time"]:focus, 
form input[type="week"]:focus, 
form input[type="number"]:focus, 
form input[type="email"]:focus, 
form input[type="url"]:focus, 
form input[type="search"]:focus, 
form input[type="tel"]:focus, 
form input[type="color"]:focus {
  color: #495057;
  background-color: #fff;
  border-color: var(--primary);
  outline: 0;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}
form select {max-width: 100% !important; width: 100% !important;}
form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
  line-height:1;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display input {margin-top:5px;}
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size:.825rem;
}

/* Validation */

.hs-form-required {
  color: #de1919;
}

.hs-input.invalid.error {
  border-color: #de1919;
}

.hs-error-msg {
  color: #de1919;
  margin-top: 0.35rem;
}

.submitted-message {background:#ffffff; padding:1rem; text-align:center; font-size:1.25rem; border-radius: 6px; font-size: 1.25rem; border-radius: 6px;color: #024c27;font-weight: 600;}
/* Submit button */


form .inputs-list input, form .inputs-list span{line-height:1;}
.overlay {
  position: relative;
}
.overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}
.outline-0 {
  outline: 0 !important;
}
.d-unset {
  display: unset !important;
}
.page-title {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.translate-y-150 {
  transform: translateY(150px);
}
@media (max-width: 575px) {
  .translate-y-150 {
    transform: translateY(0);
  }
}

.left-right-animation {
  animation: left_right 3s ease-in infinite alternate-reverse;
}

@-webkit-keyframes left_right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}

@keyframes left_right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
.up-down-animation {
  animation: up_down 3s ease-in infinite alternate-reverse;
}

@-webkit-keyframes up_down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

@keyframes up_down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.zindex-1 {
  z-index: 1;
}

.navbar-light .navbar-nav .nav-link {
  color: #091337;
}

.navigation {
  transition: 0.3s ease;
}

.navbar {
  transition: 0.3s ease;
}
@media (max-width: 991px) {
  .navbar-collapse {
    padding-bottom: 20px;
  }
}

.nav-bg {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 141, 236, 0.1);
}
.nav-bg .navbar {
  padding: 10px 0;
}

.nav-item {
  padding: 20px 10px;
}
@media (max-width: 991px) {
  .nav-item {
    padding: 0;
  }
}

.hero-section {
  padding-top: 250px;
  padding-bottom: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  margin-bottom: 300px;
}

.banner-image {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
}

.hero-bg-1 {
  position: absolute;
  left: 30px;
  top: 200px;
}
@media (max-width: 767px) {
  .hero-bg-1 {
    display: none;
  }
}
.hero-bg-2 {
  position: absolute;
  top: 50%;
  left: 20%;
}
@media (max-width: 767px) {
  .hero-bg-2 {
    display: none;
  }
}
.hero-bg-3 {
  position: absolute;
  bottom: 0%;
  left: 10%;
}
@media (max-width: 767px) {
  .hero-bg-3 {
    display: none;
  }
}
.hero-bg-4 {
  top: 210px;
  right: 40%;
  position: absolute;
}
@media (max-width: 767px) {
  .hero-bg-4 {
    display: none;
  }
}
.hero-bg-5 {
  position: absolute;
  top: 250px;
  right: 17%;
}
@media (max-width: 767px) {
  .hero-bg-5 {
    display: none;
  }
}
.hero-bg-6 {
  position: absolute;
  right: 10%;
  bottom: 20%;
}
@media (max-width: 767px) {
  .hero-bg-6 {
    display: none;
  }
}
.hero-bg-7 {
  position: absolute;
  left: 20%;
  bottom: -17%;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-bg-7 {
    display: none;
  }
}
.hero-bg-8 {
  position: absolute;
  bottom: -30%;
  right: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-bg-8 {
    display: none;
  }
}
.hero-bg-9 {
  position: absolute;
  right: 20%;
  bottom: -10%;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-bg-9 {
    display: none;
  }
}

.feature {
  position: relative;
}
.feature-item h4 {
  line-height: 1;
}
.feature-item p {
  line-height: 25px;
}
.feature-item:hover .feature-icon {
  box-shadow: 0px 18px 43px 0px rgba(0, 141, 236, 0.21);
}
.feature-bg-1 {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
@media (max-width: 767px) {
  .feature-bg-1 {
    display: none;
  }
}
.feature-bg-2 {
  position: absolute;
  right: 0;
  bottom: 10%;
  z-index: -1;
}
@media (max-width: 767px) {
  .feature-bg-2 {
    display: none;
  }
}
.feature-icon {
  display: inline-block;
  height: 90px;
  width: 90px;
  border-radius: 5px;
  color: #fff;
  font-size: 45px;
  line-height: 90px;
  background: #008dec;
  box-shadow: 0px 18px 25px 0px rgba(0, 141, 236, 0.1);
  text-align: center;
  transition: 0.2s ease;
}
.rewards-module .reward-gallery {display: flex;margin-top: 1.5rem;margin-bottom: 0 !important;flex-direction: row;flex-wrap: wrap;align-items: center;
  justify-content: center;margin-right: auto !important;margin-left: auto !important;  gap: 1rem; max-width:900px;}
.rewards-module .reward-gallery .w-180{    max-width: 180px;margin: 0 auto;}
.seo {
  position: relative;
  overflow: visible;
}
.seo-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1200px) {
  .seo-bg {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .seo-bg {
    max-width: 400px;
  }
}
.seo-bg-shape-1 {
  position: absolute;
  left: 25%;
  top: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .seo-bg-shape-1 {
    display: none;
  }
}
.seo-bg-shape-2 {
  position: absolute;
  right: 2%;
  top: 40%;
  z-index: -1;
}
@media (max-width: 767px) {
  .seo-bg-shape-2 {
    display: none;
  }
}
.seo-bg-shape-3 {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .seo-bg-shape-3 {
    display: none;
  }
}

.service {
  position: relative;
  overflow: visible;
}
.service-list li {
  margin-bottom: 30px;
  color: #4d546f;
}
.service-list li i {
  margin-right: 20px;
  color: #4d546f;
}
.service-bg {
  position: absolute;
  right: 0;
  top: -10%;
  z-index: -1;
}
@media (max-width: 1200px) {
  .service-bg {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .service-bg {
    max-width: 400px;
    top: 0;
  }
}
.service-bg-shape-1 {
  position: absolute;
  left: 0;
  top: 150px;
  z-index: -1;
}
@media (max-width: 767px) {
  .service-bg-shape-1 {
    display: none;
  }
}
.service-bg-shape-2 {
  position: absolute;
  left: 40%;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .service-bg-shape-2 {
    display: none;
  }
}
.clients-logo-area .logo-details{background: var(--light);}
.rewards-module .grid-single p a{font-size: 1rem;color: var(--primary);}
.rewards-module .gartner-block {position: relative; max-width: 300px;margin: 0 auto; display: flex;flex-direction: column;text-align: center;justify-content: center;align-items: center; font-size: 1rem;}
.rewards-module .gartner-block img{max-width:200px;}
.rewards-module .gartner-block.separator_left::after {content: '';position: absolute;right: -18px; height: 110px; width: 2px; background-color:#bbbbbb; }
.rewards-module .gartner-block.separator_right::after {content: '';position: absolute;left: -18px; height: 110px; width: 2px; background-color:#bbbbbb; }
@media (max-width:574px) {.rewards-module .gartner-block {margin-bottom:20px;}
  .rewards-module .reward-block {margin:25px 0}
.rewards-module .gartner-block.separator_left::after {content: ''; position: absolute; bottom: -20px;right: 0;height: 2px;width: 100%;background-color: #bbbbbb;top: inherit;}
  .rewards-module .gartner-block.separator_right::after {content: '';position: absolute;right: 0;height: 2px;width: 100%; background-color:#bbbbbb; top: -15px;  left: inherit; }
}

.testimonial {
}
.testimonial-slide {
  padding: 40px 20px;
}
.testimonial_box {height:100%; 
  background-color: #ffffff;
  padding: 1.5rem 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-align: center;
box-shadow: 5px 5px 20px rgb(227 229 231 / 59%);
}
.testimonial_box-text {
  padding: 10px 0;
}
.testimonial_box-img img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #e5e5e5;
}
.testimonial-slider button {
  width: 3.06667rem;
  height: 3.06667rem;
  -webkit-border-radius: 50%;
  background: rgb(93 56 223 / 20%);
  border-radius: 50%;
  font-size: 1.2rem;
  color: #fff;
  border: 0 none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.testimonial-slider button:hover, .testimonial-slider button:focus {
  outline: 0;
      background: var(--primary);
}
.testimonial-slider span svg {width: 25px; margin-top: -4px;}
.testimonial-slider .prevArrow  {
  margin-left: -4rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.testimonial-slider .nextArrow {
  margin-right: -4rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.testimonial-slider.nav-circle--light button {
  width: 2.66667rem;
  height: 2.66667rem;
  background: #fff;
  color: #9192a3;
  -webkit-box-shadow: 0 5px 30px rgba(41, 41, 59, .1);
  box-shadow: 0 5px 30px rgba(41, 41, 59, .1)
}
.testimonial-slider .slick-track{ display: flex !important;}
.testimonial-slider .slick-slide{height: inherit !important;}
@media (max-width: 767px) {

  .testimonial-slider .prevArrow  {
    margin-left: -4rem;
    position: absolute;
    left: 50%;
    top: inherit;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: -45px;
}
.testimonial-slider .nextArrow {
  margin-right: -4rem;
  position: absolute;
  right: 50%;
  top: inherit;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

}
.team {
  overflow: visible;
  position: relative;
}
.team-slider {
  overflow: hidden;
  padding-bottom: 100px;
}
.team-slider .slick-list {
  overflow: visible;
}
.team-slider .slick-arrow {
  border: 0;
  background: transparent;
  color: #008dec;
  position: absolute;
  bottom: 0;
  z-index: 1;
  font-size: 25px;
}
.team-slider .slick-arrow.slick-disabled {
  color: #86ceff;
}
.team-slider .prevArrow {
  left: 10px;
}
.team-slider .nextArrow {
  left: 50px;
}
.team-member {
  padding: 30px 45px;
  background: #fff;
  box-shadow: 0px 23px 43px 0px rgba(172, 189, 199, 0.49);
  margin: 0 20px;
}
@media (max-width: 1200px) {
  .team-member {
    padding: 30px;
  }
}
.team-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.team-bg-shape-1 {
  position: absolute;
  top: 100px;
  left: 20px;
  z-index: -1;
}
@media (max-width: 767px) {
  .team-bg-shape-1 {
    display: none;
  }
}
.team-bg-shape-2 {
  position: absolute;
  top: 100px;
  right: -5px;
  z-index: -1;
}
@media (max-width: 767px) {
  .team-bg-shape-2 {
    display: none;
  }
}
.team-bg-shape-3 {
  position: absolute;
  bottom: 20%;
  right: 40%;
  z-index: -1;
}
@media (max-width: 767px) {
  .team-bg-shape-3 {
    display: none;
  }
}
.team-bg-shape-4 {
  position: absolute;
  bottom: 20%;
  right: 180px;
  z-index: -1;
}
@media (max-width: 767px) {
  .team-bg-shape-4 {
    display: none;
  }
}
.glossary-module {padding:80px 0; background-image: url(https://disprz.ai/hubfs/mesh-gradient.webp);  position: relative; overflow:hidden; background-size: cover;background-repeat: no-repeat; }
.glossary-module::before,
.glossary-module::after {
  content: '';
  position: absolute;
  top: 0;
  width: 1000px; /* Adjust the width as needed */
  height: 100%;
  pointer-events: none; /* Ensure that the pseudo-elements do not interfere with user interaction */
  background-size: cover; /* Ensure the background image covers the pseudo-element */
  background-repeat: no-repeat; /* Ensure the background image does not repeat */
} 
.glossary-module::before {
  left: 0;
  background-image: url(); 
} 
.glossary-module::after {
  right: 0;
  background-image: url(); /* Path to the right shade image */
}
section .intro_header .intro_title {font-size: 1.825rem;font-weight: 700;line-height: 1.2; margin-bottom:1rem;}
section .intro_header .intro-description{font-size: 1.5rem;font-weight: 500; line-height: 1.2;}
.glossary-module  .glossary-search {margin: 3rem 0;display: flex; justify-content: center;}
.glossary-module  .glossary-search .form-control{width: 50%; border-radius: 35px;padding: 15px 25px;}
.glossary-module .glossary-terms-container {background: #fff;padding: 30px;border-radius: 10px;box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;margin: 2rem 0;}
.glossary-module .glossary-terms-container .alphabet-terms, .glossary-module .glossary-terms-container .synonym-terms {display: flex;flex-wrap: wrap; justify-content: space-around; padding: 0 0 2.5rem 0;}
.glossary-module .glossary-terms-container .alphabet-terms .btn-link,
.glossary-module .glossary-terms-container .synonym-terms .btn-link
{background: transparent; border: 0; outline:0; color: #888888;font-size: 1.125rem;font-weight: 700;}
.glossary-module .glossary-terms-container .synonym-terms .btn-link{color: var(--dark);}
.glossary-module .glossary-terms-container .alphabet-terms .btn-link:hover,
.glossary-module .glossary-terms-container .synonym-terms .btn-link:hover{color: var(--primary);text-decoration: none;}
.glossary-module #glossary-container {padding:0 15px;} 
.glossary-module .glossary-individual-page  .related-term {display:none;}
.glossary-module .glossary-individual-page .internal-content .term-heading,
.glossary-module .glossary-individual-page .internal-content h1, 
.glossary-module .glossary-individual-page .internal-content h2,
.glossary-module .glossary-individual-page .internal-content h3{font-size:1.5rem; margin-bottom:1rem; font-weight:700}
.glossary-module .glossary-term h5{font-size: 1.8rem;} 
.glossary-module .glossary-term li{margin-bottom:0.8rem;}
.glossary-module .glossary-individual-page .internal-content a.mesh-gradient {
  display: inline-block;
  color:#212529;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  padding: 6px 15px;
  border-radius: 5px;
  background: linear-gradient(40deg, #c7b7ff, #93edff);
  background-size: 100% 100%; 
  transition: color 0.5s ease; 
}
.glossary-module .glossary-individual-page .internal-content a.mesh-gradient:hover {background: linear-gradient(135deg, #93edff, #c7b7ff); }
.glossary-module .glossary-individual-page .related-resources ol, .faq-module .faq-individual-page .related-resources ol{list-style-type: auto; padding-left:15px;}
.glossary-module .glossary-individual-page .related-resources ol li, .faq-module .faq-individual-page .related-resources ol li{padding-left:8px}

.faq-module .faq-individual-page .internal-content h1, 
.faq-module .faq-individual-page .internal-content h2,
.faq-module .faq-individual-page .internal-content h3 {font-size:1.5rem; margin-bottom:1rem; font-weight:700}
.faq-module .intro_header{margin:0 auto; margin-bottom:60px;}
.faq-module .faq-terms-container{border:3px solid #6881E7; border-radius:10px; padding:1.5rem;}
.faq-module .faq-search {margin: 3rem 0;display: flex;justify-content: center;}
.faq-module .faq-search .form-control {width: 70%; border-radius: 35px; padding: 12px 25px;border: 2px solid #6881E7;}
.faq-module .faq-question {border-bottom: 1px solid #B3B3B3;display: block; padding: 12px 0; position:relative;}
.faq-module .faq-question:last-child{border-bottom: 0px solid #B3B3B3;}
.faq-module .faq-question a{color: var(--dark);}
.faq-module .faq-question a:hover{color: var(--primary);}
.faq-module .faq-question a:after {content: "\f11d";font-family: LineAwesome, sans-serif;margin-right: 10px;position: absolute; right: 0;font-size: 1.4rem;}
.faq-module .faq-buttons {display: flex; flex-wrap: wrap; justify-content: space-around; padding: 1rem 0 1rem 0;}
.faq-module .faq-buttons .btn-link{background: transparent; border: 0; outline:0; color: var(--dark);font-size: 1.5rem;font-weight: 700;}
.faq-module .faq-buttons .btn-link:hover{color: var(--primary);text-decoration: none;}
.faq-module .intro_header {position: relative;}
.faq-module .image-container {position: relative;width: 100%;}
.faq-module .image-container picture img {width: 100%;display: block;}
.faq-module .internal-content .ratings{
  display: flex;
  padding: .8rem 1.5rem;
  background: var(--dark);
  color: #fff;
  width: max-content;
  border-radius: 10px;
  gap: 25px;
  margin-top: 1.5rem;
}
/* Style for second (overlay) image */
.faq-module .overlay-image { position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.faq-module .overlay-image img { width: 100%;}
/* Show the second image with transition */
.faq-module .overlay-image.visible {opacity: 1;transform: scale(1.05);}
.faq-module .first-image {transition: opacity 0.5s ease-in-out;}
.faq-module .first-image.hidden {opacity: 0;}
.faq-module .fag-slick-slider {
  text-align: center;
  font-size: 2em;
  padding: 20px 0;
  margin: 0 auto;
  max-width: 1000px;
}

/* Arrow customization */
.faq-module .fag-slick-slider .slick-prev, .faq-module .fag-slick-slider .slick-next {
  font-size: 24px;
  color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: none;
  border: none;
  cursor: pointer;
}

/* Position the previous arrow on the left side */
.faq-module .fag-slick-slider .slick-prev {
  left: -50px; /* Adjust this value as needed */
}

/* Position the next arrow on the right side */
.faq-module .fag-slick-slider .slick-next {
  right: -50px; /* Adjust this value as needed */
}

.card-two {
  border: 0 none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align:center;
  height:100%;
}
.card-two .card-body {padding: 1.5rem;}
.card-two .card-body .step {
  display: flex;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  background: linear-gradient(90deg, #6881E7, #B380F3);
  width: 100px;
  padding: 15px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  border-radius: 10px;
}
.card-two .card-body h6 {
  margin: 1rem 0;
  color: #202428
}
.card-two .card-body p {
  margin-bottom: 0rem;
  font-size: 1.25rem;
  line-height: 1.2
}
@media (max-width: 767px) {.card-two {margin-bottom:1.5rem}}



.icon-box span {
  font-size: 2.66667rem;
  margin-bottom: 1.33333rem;
  display: inline-block;
  line-height: 1
}
.icon-box h6 {
  margin-bottom: 1rem
}
.icon-box p {
  margin: 0
}
.icon-box-one, .icon-box-two {
  margin-bottom: 1.5rem
}
.icon-box-three {
  margin-bottom: 2rem;
  background: #fff;
  -webkit-border-radius: .3rem;
  border-radius: .3rem;
  -webkit-box-shadow: 0 5px 10px rgba(105, 106, 119, .05);
  box-shadow: 0 5px 10px rgba(105, 106, 119, .05);
  padding: 2rem;
  position: relative
}
.icon-box-three:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: var(--purple)
  left: 0;
  bottom: 0;
  margin: 0;
  visibility: hidden;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}
.icon-box-three:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible
}
.icon-box-three h6 {
  margin-bottom: 1.13333rem
}
.icon-box-three p {
  margin-bottom: 0
}
.icon-rounded-lg {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 5.33333rem;
  height: 5.33333rem;
  background: var(--purple)
  font-size: 2.4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 2rem
}
.icon-box-four {
  margin-bottom: 1.5rem;
  position:relative;
}
@media (min-width: 962px) {
.icon-box-four .box-icon {position:relative;}


/* Hide the last line */
.col-md-2:last-child .icon-box-four .box-icon::after {
    display: none;
  }
}
.icon-box-four .box-icon{}
 .question-mark {
  display: inline-block;
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: linear-gradient(90deg, #6881e7 0, #b380f3); 
  padding: 3px; 
  box-shadow: 0px 4px 23px rgba(160, 128, 240, 0.5);
  margin-bottom: 1.5rem;
  z-index: 0;
}
.question-mark::after {
  content: '';
  position: absolute;
  width: calc(100% + 30px);
  height: 2px; 
  background-image: linear-gradient(90deg, #6881e7 0, #b380f3);
  bottom: 0;
  left: 50%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}
.box-icon-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: white; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box-four .box-icon img {
  width:65px;
} 
.icon-box-four .box-content h6 {
  margin: 0 0 0.7rem 0;
  color: #202428;
  font-size: 1.125rem;
}
.icon-box-four .box-content p {
  margin: 0;margin-bottom:0 !important;
}
.icon-box-four:hover .icon-rounded-sm {
  background: #06b590
}
.icon-rounded-sm, .icon-square-sm {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 4rem;
  height: 4rem;
  background: var(--purple)
  font-size: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.icon-rounded-sm {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 1.33333rem
}
.icon-square-sm {
  -webkit-border-radius: 4px;
  border-radius: 4px
}
.icon-box-five {
  padding: 2.66rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.icon-box-five .icon-rounded-sm {
  background: #06b590
}
.icon-box-five h6 {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-bottom: 1.13333rem;
  color: #202428
}
.icon-box-five p {
  margin-bottom: 2.33rem
}
.icon-box-five:hover {
  background: #fff;
  -webkit-box-shadow: 0 5px 30px rgba(105, 106, 119, .1);
  box-shadow: 0 5px 30px rgba(105, 106, 119, .1);
}
.icon-box-five:hover .icon-rounded-sm {
  background: var(--purple)
}
.icon-box-five:hover h5 {
  color: var(--purple)
}
.icon-box-five:hover .btn:hover {
  background: var(--purple)
  border-color: var(--purple)
}
.icon-box-four h6 {
  color: #202428
}
.icon-box-four .icon-square-sm {
  margin-bottom: 2.33rem
}
.icon-box-four:hover .icon-square-sm {
  background: #06b590
}
.icon-box-eight {
  margin-bottom: 3.33333rem
}
.icon-box-eight h6 {
  margin: 0 0 1.13333rem 0;
  color: #202428
}
.icon-box-eight .icon-square-sm {
  background: 0 0;
  border: 1px solid #06b590;
  color: #06b590;
  margin-bottom: 2.33rem
}
.icon-box-eight p {
  margin-bottom: 0
}
.icon-box-eight:hover .icon-square-sm {
  background: #06b590;
  border-color: #06b590;
  color: #fff
}
.icon-box-nine {
  margin-bottom: 2rem;
  background: #fff;
  -webkit-border-radius: .3rem;
  border-radius: .3rem;
  -webkit-box-shadow: 0 5px 10px rgba(105, 106, 119, .05);
  box-shadow: 0 5px 10px rgba(105, 106, 119, .05);
  padding: 2rem 1.5rem
}
.icon-box-nine .icon-rounded-sm {
  background: 0 0;
  border: 1px solid rgba(6, 181, 144, .2);
  color: #06b590
}
.icon-box-nine h6, .icon-box-nine h4 {
  margin: 0
}
.icon-box-nine p {
  margin: 1rem 0 0 0
}
.icon-box-nine:hover .icon-rounded-sm {
  background: #06b590;
  border-color: #06b590;
  color: #fff
}
.icon-box-img {
  border: 1px solid #e4e8ed;
  padding: 3rem 2rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-bottom: 2rem
}
.icon-box-img .svg {
  width: 5.33333rem;
  margin-bottom: 1.33rem
}
.icon-box-img h6 {
  margin-bottom: 1.13333rem
}
.icon-box-img p {
  margin-bottom: 0
}
.icon-box-img h6, .icon-box-img p {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.icon-box-img:hover {
  -webkit-box-shadow: 0 5px 10px rgba(105, 106, 119, .05);
  box-shadow: 0 5px 10px rgba(105, 106, 119, .05)
}
.icon-box-img2 {
  margin-bottom: 5.33rem
}
.icon-box-img2 .box-icon {
  margin-right: 2rem
}
.icon-box-img2 .box-icon .svg {
  width: 4.66667rem
}
.icon-box-img2 .box-content h6 {
  margin: 0 0 1.13333rem 0
}
.icon-box-img2 .box-content p {
  margin: 0
}
.icon-box-rtl {
  margin-bottom: 4rem
}
.icon-box-rtl .box-icon {
  margin-left: 2rem
}
.icon-box-rtl h5 {
  margin-bottom: 1.13333rem
}
.icon-box-rtl:hover .icon-square-sm {
  background: #06b590
}
.icon-box-13 {
  margin-bottom: 2rem;
  padding: 3.33333rem;
  border: 1px solid #e4e8ed
}
.icon-box-13 > span {
  font-size: 3.2rem
}
.icon-box-fourteen {
  margin-bottom: 2rem
}
.icon-box-fourteen .icon-rounded {
  font-size: 2.4rem;
  width: 4.66667rem;
  height: 4.66667rem;
  -webkit-border-radius: 1.6rem;
  border-radius: 1.6rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.icon-box-fourteen:hover .icon-rounded {
  background: var(--purple) !important
}
.icon-box-15 {
  border: 1px solid #e4e8ed;
  padding: 3.33333rem 1.86667rem;
  background: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-bottom: 2rem
}
.icon-box-15 img {
  margin-bottom: 2.66667rem
}
.icon-box-15 h6 {
  color: #202428;
  margin-bottom: 1.33333rem
}
.icon-box-15:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 10px 30px rgba(105, 106, 119, .15);
  box-shadow: 0 10px 30px rgba(105, 106, 119, .15);
  margin-top: -5px;
  margin-bottom: 5px
}


.post--card-seven .post--card4 {
  border-radius: 12px;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform, box-shadow;
  width:100%;
}
.post--card-seven .post--card4:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.post--card-seven .post--card4 figure {
  overflow: hidden;
  margin: 0;
}
.post--card-seven .post--card4 img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
  will-change: transform;
}
.post--card-seven .post--card4:hover img {
  transform: scale(1.05);
}


.content--block2 .icon-box .img-icon{width: 60px; margin-bottom: 1.5rem;}

@media (min-width: 962px) {
.post--card-seven .post--card4 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
}
.competitor-cards {background: #F6F6F6; padding: 0 40px; padding-top: 0 !important; }
.competitor-rewards, .content-key-block {
  background: white; 
  border-radius: 10px; 
  position: relative;
  background: linear-gradient(90deg, #6881E7, #B380F3);
  padding: 2px;
  box-sizing: border-box; 
}
.content-key-block .image-wrapper {
  height: 100%;
  background: #f8f9fa;
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 15px;
}
.competitor-rewards > *, .content-key-block > * {
  background: white;
  border-radius: 10px; 
  padding: 0 40px; 
}
.competitor-rewards .section-title h2, 
.content-key-block .section-title h2, 
.competitor-cards .section-title h2
{display: inline-block; background: #DEDEDE; padding: 6px 5rem; margin: 0;font-size: 1.6rem; border-bottom-left-radius: 24px;border-bottom-right-radius: 24px}
.buyer-guides .clients-logo-area{padding-top:20px;}
.buyer-guides .clients-logo-area .section-title h2{font-size: 1.6rem;text-align: center;}

.buyer-guides .clients-logo-area .section-title {
    text-align: center; /* Center-aligns the heading text */
}
.buyer-guides .clients-logo-area .section-title h2::after {
    content: "";
    display: block;
    max-width: 100%;
    height: 8px; 
    background-image: url(//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/line.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px auto 0; 
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .buyer-guides .clients-logo-area .section-title h2::after {
        width: 70px;
        height: 7px; 
    }
  .competitor-cards{margin-top: 3rem;}
  .competitor-rewards .section-title h2, .content-key-block .section-title h2, .competitor-cards .section-title h2{padding: 6px 1rem;}
}
@media (max-width: 480px) {
    .buyer-guides .clients-logo-area .section-title h2::after {
        width: 50px; 
        height: 5px; 
    }
}

.content-key-block .section-title {margin-bottom: 8rem;}
.keys-content-wrapper {
  padding: 20px;
}
.keys-content-wrapper .question-mark{
  position: absolute;
  top: -88px;
  left: 2px;
  z-index: 1;
}
.keys-content-wrapper .question-mark img{width:30px;}
.keys-content-wrapper .keys-content {
  list-style: none; 
  counter-reset: keys-counter;
  padding-left: 0;
}

.keys-content-wrapper .keys-content .keys {
  position: relative;
  margin-bottom: 20px;
  padding-left: 80px; 
  font-size: 18px;
  display: flex;
  align-items: center;
  line-height: 24px;
  font-weight:600;
}

.keys-content-wrapper .keys-content .keys:before {
  content: counter(keys-counter);
  counter-increment: keys-counter;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); 
  width: 45px;
  height: 80px;
  background: linear-gradient(0deg, #6881E7, #B380F3); 
  color: white;
  font-size: 24px;
  line-height: 80px;
  text-align: center;
}
.keys-content-wrapper .keys-content .keys:last-child:before {
  border-radius: 0 0 30px 30px; 
}
.keys-content-wrapper .keys-content .keys:after {
  left: 50px;
  border: 12px solid transparent;
  border-left-color: #B380F3;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
@media (max-width: 767px) {
  .keys-content-wrapper .keys-content .keys {
    position: relative;
    margin-bottom: 17px;
    padding-left: 80px;
    font-size: 14px;
    line-height:20px;
    display: flex;
    align-items: center;
  }
  .content-key-block > * {
    background: white;
    border-radius: 10px;
    padding: 24px;
}
}
.cta-wrapper {
    padding: 3.86667rem 0 1.33333rem;
}
.cta-wrapper .btn-dark.arrow-icon{
  position:relative;
  display: inline-flex;
  align-items: center;
  padding: .8rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.cta-wrapper .btn-dark.arrow-icon:after {
    content: "\f182";
    font-family: LineAwesome, sans-serif;
   font-size: 3rem;
   margin-left: 18px;
   line-height: 1;
   font-weight: 500;
} 
.cta--three .cta-content h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1.5rem
}
.cta--three .cta-content h4 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height:1.4;
  margin: 0 0 1.5rem
}
.cta--three .bg_img {background: rgb(104, 129, 231);
    background: -moz-linear-gradient(90deg, rgba(104, 129, 231, 1) 0%, rgba(177, 128, 243, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(104, 129, 231, 1) 0%, rgba(177, 128, 243, 1) 100%);
    background: linear-gradient(90deg, rgba(104, 129, 231, 1) 0%, rgba(177, 128, 243, 1) 100%);background-position: top left;border-radius: 10px; padding:3.5rem 1.5rem 5rem 1.5rem; margin:0 15px}
.cta--three .review_wrapper {background:var(--white); max-width: 800px;margin: 0 auto;padding: 30px;margin-top: -44px;margin-bottom: 60px; 
  text-align:center;box-shadow: 0px 5px 30px 0px rgba(214, 215, 216, 0.57);border-radius: 7px 7px 7px 7px;}
.cta--three .review_wrapper .review-card img{ width:170px; }
.cta--four .cta-content h1 {
  color: #fff;
  font-weight: 600
}
.static-pages-template{ position: relative;}
.static-pages-template.page_177535129512:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/gena1-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; /* Ensures the background stays behind the content */
}
.intro-video-module {
  position: relative; 
  overflow: hidden; 
  padding:120px 0;
}

.intro-video-style-one:before {
    content: "";
    position: absolute;
    top: -50px;
    right: -467px;
    width: 45%;
    height: 300px;
    background-image: url(//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/abstract-lines.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; /* Ensures the background stays behind the content */
}



.v_tabs_style_2{ padding-top:0 !important;}
.v_tabs_style_2 .section-header {
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 5rem;
}
.v_tabs_style_2 .section-header h2{font-size:1.875rem;}
.v_tabs_style_2 .nav-tabs, .vartical-tabs-module .nav-tabs {display: none;}
.vartical-tabs-module .vartical-tabs-container .v__tab__pane ul{list-style-type: disc;}
.vartical-tabs-module .vartical-tabs-container .v__tab__pane ul li {margin-bottom: 1rem; font-size:1.25rem}
  .vartical-tabs-module .vartical-tabs-container .v__tab__pane p{font-size:1.25rem; font-weight:600;}
.vartical-tabs-module .video-testimonial-wrapper .hs-video-widget{border-radius: 10px;overflow: hidden;-webkit-box-shadow: 0 5px 30px rgba(105, 106, 119, .1);
    box-shadow: 0 5px 30px rgba(105, 106, 119, .1);}
.vartical-tabs-module .testimonial-wrapper .name {font-weight:700 !important;}

.v_tabs_style_2 .tab-content .v__card-img{text-align: center; padding:1.5rem}
.v_tabs_style_2 .tab-content .card-body {
  background: linear-gradient(270deg, #6881E7, #B380F3);
  padding:1.5rem;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.v_tabs_style_2 .tab-content .card-body p{color:var(--white);}
.v_tabs_style_2 .tab-content .card-body p:last-child{margin-bottom:0;}
@media (min-width: 768px) {
 .vartical-tabs-container{display: flex;}
.vartical-tabs-module .nav-tabs {
  flex: 0 0 25%; 
  display: flex;
  flex-direction: column;
   position: relative;
}
.vartical-tabs-module .nav-tabs .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
   position: relative;
}
  
.vartical-tabs-module .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; 
  padding: 0; 
}

.vartical-tabs-module .nav-tabs .nav-link img {
  max-width: 100%; 
  max-height: 100%;
  object-fit: contain;
}

.vartical-tabs-module .tab-content {
  flex: 1; 
  padding: 2.5rem;
  background-color: #EEF2FF; 
  position: relative;
}
.vartical-tabs-module .nav-tabs .nav-link.active::before {
  content: "";
  position: absolute;
  right: 0px; /* Position the arrow to the right of the tab */
  top: 50%;
  transform: translateY(-50%); /* Center the arrow vertically */
  width: 0;
  height: 0;
  border-width: 25px;
  border-style: solid;
  border-color: transparent #eef2ff transparent transparent; /* Arrow color */
}

  .vartical-tabs-module .vartical-tabs-container .nav-tabs .nav-link {
    white-space: nowrap;
    border-radius: 0;
    background-color: #fff;border: 1px solid #e4e8ed;
  }
  .vartical-tabs-module .vartical-tabs-container .v__tab__pane {
    border: none;
  } 
  .vartical-tabs-module .vartical-tabs-container .v__tab__pane h3{margin-bottom:1rem;}
  .vartical-tabs-module .vartical-tabs-container .v__tab__pane p{font-size:1.25rem; font-weight:600;}
  .vartical-tabs-module .vartical-tabs-container .v__tab__pane .v__m__card, 
  .v_tabs_style_2 .vartical-tabs-container .v__tab__pane .v__m__card{ display: none; }

  .v_tabs_style_2 .vartical-tabs-container .v__tab__pane .collapse,
  .vartical-tabs-module .vartical-tabs-container .v__tab__pane .collapse {
    display: block;
  }
 .v_tabs_style_2 .vartical-tabs-container .v__tab__pane .collapse {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0px 20px rgb(0 0 0 / 10%);
    box-shadow: 0 0px 20px rgb(0 0 0 / 10%);
  }
  .v_tabs_style_2 .nav-tabs{
    flex: 0 0 33%; 
    display: flex;
    flex-direction: column;
    position: relative;
    border: 0;
  }
  .v_tabs_style_2 .tab-content {
    flex: 1; 
    position: relative;
  }
  .v_tabs_style_2 .vartical-tabs-container{display: flex; gap:4rem;}
  .v_tabs_style_2 .nav-tabs .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom:1.5rem; 
  }  
  .v_tabs_style_2 .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; 
    font-size:1.25rem;
    font-weight:600;
    color:var(--dark);
    background-color: #fff;
    border-radius: 10px;
    border:2px solid #6881E7;
    -webkit-box-shadow: 0 0px 20px rgb(0 0 0 / 10%);
    box-shadow: 0 0px 20px rgb(0 0 0 / 10%);
  }
  .v_tabs_style_2 .nav-tabs .nav-link.active {
    background-color: #6881E7;
    border:2px solid #6881E7;
    color: #ffffff;
}
}

@media (max-width: 767px) {
 .v_tabs_style_2 .tab-content > .tab-pane, .vartical-tabs-module .tab-content > .tab-pane { display: block !important;opacity: 1;}
 .vartical-tabs-module .tab-content .v__m__card {border: 1px solid #e4e8ed;background: #f8f9fa;padding: 1.5rem;} 
  
  .v_tabs_style_2 .tab-content .v__m__card {
    padding: 1.5rem;
    background-color: #fff;
    border: 2px solid #6881e7;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  }
  
  .vartical-tabs-module .tab-content .v__m__card img{width:100px;}
  .vartical-tabs-module .tab-content .card-body {padding: 1.5rem; border: 1px solid #e4e8ed;}
  .v__m__card a {
  position: relative;
  display: block;
  padding-right: 25px; /* Space for the arrow */
}

.v__m__card a::after {
  content: "\f110";
  font-family: LineAwesome,sans-serif;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  font-size: 2rem;
  color: var(--primary);
}

.v__m__card a[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg); /* Rotate arrow up when expanded */
}
  .intro-video-module {
  position: relative; /* Ensure the pseudo-element is positioned relative to this container */
  overflow: hidden; /* Optional: Prevents the background from spilling out */
  padding:60px 0;
}
  .intro-video-style-two .video-container{margin-top:2rem;}
}



.cards-module.cards-style-4 .section-header{
  max-width: 70%;
    margin: 0 auto;
    margin-bottom: 3rem;
}
.cards-module.cards-style-4 .section-header h2 {font-size: 2rem; margin-bottom:1rem}
.page_177930314802 .cards-module.cards-style-4 {background:#6881E71A;}

.content-block .section-title {  position:relative;}

@media (min-width: 768px) {
  .right_arrow:after {
    content: "";
    position: absolute;
    bottom: -45px;
    right: 130px;
    width: 45px;
    height: 86px;
    background-image: url(//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/right-vector-arrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
  }
    .left_arrow:after {
    content: "";
    position: absolute;
    bottom: -45px;
    left: 225px;
    width: 45px;
    height: 86px;
    background-image: url(//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/left-vector-arrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
.content-block .section-feature-boxes .content__block__2 {margin:5rem 0 0 0}
.content-block .section-feature-boxes .section-img{
  background:#ffffff;
  display: flex;
  justify-content: center;
  align-items:center;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  position: relative;
    z-index: 1;
}
.content-block .section-feature-boxes .metrics-boxes {background:#6881E71A; display: flex;align-items: center;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;z-index: 0;
    position: relative; padding:1rem;}
.content-block .section-feature-boxes .metrics-card h6{font-size:2.375rem}
.content-block .section-feature-boxes .metrics-card p{font-size:1.363rem;}
.content-block.style-3-cta-module {background-color: #6881E7;}
.cards-module.cards-style-4 .section-header p{font-size: 1.25rem;}
.cards-module.cards-style-4 .card-style-twelve .icon-box-three {
  margin-bottom: 1.5rem;
  background: #fff;
  -webkit-border-radius: .8rem;
  border-radius: .8rem;
  -webkit-box-shadow: 0 0px 20px rgb(185 144 244 / 24%);
  box-shadow: 0 0px 20px rgb(185 144 244 / 24%);
  padding: 2rem;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 4px solid #6881E7;
} 
.cards-module.cards-style-4 .card-style-twelve .icon-box-three:hover {
    -webkit-box-shadow: 0 0px 30px rgb(185 144 244 / 24%);
    box-shadow: 0 0px 30px rgb(185 144 244 / 24%);
    transform: translateY(-0.5em);
}
.cards-module.cards-style-4 .card-style-twelve .icon-box-three img{width: 4.33333rem; margin-bottom: 1.33rem; height:80px; }
.cards-module.cards-style-4 .card-style-twelve .icon-box-three h6, .cards-module.cards-style-4 .card-style-twelve .icon-box-three h3 {margin-bottom: 1.13333rem}
.cards-module.cards-style-4 .card-style-twelve .icon-box-three h3 {font-size: clamp(1rem, -1.5rem + 8vw, 1.25rem);}
.cards-module.cards-style-4 .card-style-twelve .icon-box-three p { margin-bottom: 0}
.badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 6px;
  border: 1px solid transparent;
  min-width: 10px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 99999px;
  background: #5d38df;
}
.cards-module .card-style-twelve .icon-box-three .badge{  position: absolute;right: 10px;top: 10px;}
.cards-style-5 {
  border-top: 4px solid #B080F3;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.cards-style-5 .section-header, .cards-style-6 .section-header {margin-bottom: 4rem;}
.cards-style-5 .section-header h2{font-size: 1.563rem;}
.cards-style-5 .post--card {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: 0 0px 20px rgb(185 144 244 / 24%);
  box-shadow: 0 0px 20px rgb(185 144 244 / 24%);
  margin-bottom: 2rem
}
.cards-style-5 .post--card figure{margin:0;}
.cards-style-5 .post--card .card-body h6 {
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
}
.cards-style-5 .post--card .card-body h6 a {
    color: #202428;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.cards-style-5 .post--card .card-body h6 a:hover {
    color: #413aa4
}
.cards-style-5 .post--card .card-body .btn-link{font-size:1rem;text-decoration: none; color:var(--primary) }
.cards-style-5 .post--card .card-body .post-meta {
    margin-bottom: 1rem;
      padding:0;
}
.cards-style-5 .post--card .card-body .post-meta li {
  color: #9192a3;
  font-size:1rem;
  position:relative;
}
.cards-style-5 .post--card .card-body .post-meta li:first-child:after {
  content: "•";
  font-size: 1rem;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 10px;
  color: var(--primary);
}
.cards-style-5 .post--card .card-body .post-meta li:last-child {
    margin-right: 0
}
.cards-style-5 .post--card .card-body p {
    margin-bottom: 1rem;
}
.cards-style-5 .card--rounded {
    -webkit-border-radius: .53333rem;
    border-radius: .53333rem
}
.cards-style-5 .post--card4 {
    border: 0 none;
    margin-bottom: 2rem
}
.cards-style-5 .post--card4:hover {
    border: 0 none
}


.page_177930314802 .content-block--15 .section-title h2, .clients-logo-area .section-title h2{text-align: center;}

.clients-logo-area .section-title {
  text-align: center;
  max-width:800px;
  margin:0 auto;
}
.page_177930314802 .clients-logo-area .section-title {max-width:800px; margin-bottom: 2rem;}
.page_177930314802 .clients-logo-area .section-title p{font-size: 2rem;}

.page_177930314802 .clients-logo-area .slick-track{display: flex; align-items:center;margin-bottom:2rem;}
.page_177930314802 .clients-logo-area .slick-track .slick-slide img {
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    max-width: 100%;
    max-height: 70px;
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
}

.list_style_1 .section-header {max-width: 70%;margin: 0 auto;margin-bottom: 5rem;position:relative;}

.list_style_1 .section-header h2{
  background: #6881e7;
    background: linear-gradient(90deg, #6881e7, #b080f3);
    -webkit-background-clip: text;
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    -webkit-text-fill-color: transparent;
    position:relative;
}
.intro-video-style-one .intro-header:after, .list_style_1 .section-header:after {
  content: "";
  position: absolute;
  top: -45px;
  right: 130px;
  width: 50px;
  height: 46px;
  background-image: url(//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/stars.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; 
}

.list_style_1  ul{max-width: 1000px; margin: 0 auto;padding:0}
.list_style_1 .checklist {margin-bottom: 1.66667rem;}
.list_style_1 .checklist span{margin-left: 1.5rem;
  background: var(--white);
  font-size:1.375rem;
  font-weight:700;
  padding: .825rem 1.5rem;
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0px 2px 0px 0px rgb(176 128 243);
  width: 100%;
    flex: 1;
}
.list_style_1 .checklist:before {
    content: "";
    display: inline-block;
    background-image: url('//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/Tick.svg'); /* Replace with the correct path */
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;  
    height: 60px;
    margin-right: 8px;
    vertical-align: middle; 
}


.checklist {
  position:relative;
    margin-bottom: .66667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.checklist:last-child {
    margin-bottom: 0
}

.checklist span {
    font-size: 1rem;
    font-weight: 700;
    margin-right: .93rem
}

@media (max-width: 767px) {
.list_style_1 .checklist {margin-bottom: 1.66667rem;}
.list_style_1 .checklist span{margin-left: 1rem; font-size:1rem;}
.list_style_1 .checklist:before { width: 40px; height: 40px;}
  .list_style_1 .section-header h2{font-size: 2.5rem;}
  
  
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .clients-logo-area .section-title h2::after {
        width: 70px;
        height: 7px; 
    }
}
@media (max-width: 480px) {
    .clients-logo-area .section-title h2::after {
        width: 50px; 
        height: 5px; 
    }
  .list_style_1 .section-header:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -20px;
  }
}

.newsletter {
  position: relative;
}
.newsletter-form {
  height: 85px;
  width: 100%;
  padding: 0 40px;
  border: 0;
  background: #fff;
  box-shadow: 0px 35px 46px 0px rgba(172, 189, 199, 0.28);
  border-radius: 5px;
}
.newsletter-form:focus {
  outline: 0;
  box-shadow: 0;
}
.newsletter-btn {
  position: absolute;
  height: 100%;
  background: #8986ff;
  top: 0;
  right: 0;
  border-radius: 0 5px 5px 0;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .newsletter-btn {
    padding-left: 5px;
    padding-right: 5px;
  }
  .cta--three .review_wrapper {margin-top: 30px; margin-bottom:0;}
}
.newsletter-bg-shape {
  position: absolute;
  top: 0;
  right: 10%;
  z-index: -1;
}
@media (max-width: 767px) {
  .newsletter-bg-shape {
    display: none;
  }
}

footer {
    background: #f3f2f3!important
}

.footer-header {
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem
}

footer .footer-links h4 {
    color: #5d38df;
    font-size: 1rem;
    padding: 10px 0;
    position: relative
}

footer .footer-links .footer-inline-column .footer-vertical-menu li {
    font-size: 1rem;
    margin: 1rem 0
}

footer .footer-links .footer-inline-column .footer-vertical-menu li a {
    color: var(--dark);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

footer .footer-links .footer-inline-column .footer-vertical-menu li a:hover {
    color: #0270e0;
    padding-left: 5px
}

footer .footer__bottom {
    background: #f9f9f9;
    padding: 1rem 0
}

footer .footer__bottom .footer__bottom-content {
    align-items: center;
    display: flex;
    justify-content: space-between
}

footer .footer__bottom .footer__bottom-content p {
    font-size: .8rem;
    margin-bottom: 0
}

.social-links ul li a {
    color: rgba(32,36,40,.5);
    display: block;
    line-height: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social-links ul li {
    align-items: center;
    background: var(--primary);
    border-radius: 35px;
    display: flex;
    height: 30px;
    justify-content: center;
    margin-left: .3rem;
    overflow: hidden;
    width: 30px
}

.social-links ul li a svg {
    width: 15px;
    fill: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social-links ul li:nth-child(2) a svg {
    width: 20px
}

.social-links ul li:nth-child(3) a svg {
    width: 10px
}

.social-links ul li a svg:hover {
    fill: #aeaeae
}

@media (max-width: 639px) {
    footer .footer-links ul li.footer-inline-column {
        position:relative
    }

    footer .footer-links ul li.first_depth>h4:before {
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        content: "";
        cursor: pointer;
        height: 10px;
        margin-top: -5px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        transition: transform .3s;
        width: 10px
    }

    footer .footer-links ul li.first_depth.on>h4:before {
        transform: translateY(-50%) rotate(-135deg)
    }

    footer .footer-links ul li.first_depth>h4:after {
        border-bottom: 1px solid hsla(0,4%,66%,.5);
        content: "";
        display: block;
        padding-top: 8px;
        width: 100%
    }

    footer .footer-links ul.second_depth {
        display: none;
        height: 0
    }

    footer .footer-links li.first_depth.on ul.second_depth {
        display: block;
        height: auto
    }
}


.client-logo-slider img {
  transition: 0.2s ease;
}
.client-logo-slider a:hover img {
  transform: scale(1.2);
}

/* service page */
.service-bg-image {
  background-size: containe;
  background-repeat: no-repeat;
  background-position: center 400px;
}

.service-bg-1 {
  position: absolute;
  left: 50px;
  top: 10%;
  z-index: -1;
}
@media (max-width: 767px) {
  .service-bg-1 {
    display: none;
  }
}
.service-bg-2 {
  position: absolute;
  right: 50px;
  top: 10%;
  z-index: -1;
}
@media (max-width: 767px) {
  .service-bg-2 {
    display: none;
  }
}
.service-bg-3 {
  position: absolute;
  right: 50px;
  top: 50%;
  z-index: -1;
}
@media (max-width: 767px) {
  .service-bg-3 {
    display: none;
  }
}
.service-bg-4 {
  position: absolute;
  left: 50px;
  bottom: 30%;
  z-index: -1;
}
@media (max-width: 767px) {
  .service-bg-4 {
    display: none;
  }
}
.service-bg-5 {
  position: absolute;
  left: 10%;
  bottom: 5%;
  z-index: -1;
}
@media (max-width: 767px) {
  .service-bg-5 {
    display: none;
  }
}

.about {
  position: relative;
  overflow: visible;
}
.about-video {
  position: relative;
}
.about-video .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-bg-1 {
  position: absolute;
  left: 30%;
  top: 10%;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-bg-1 {
    display: none;
  }
}
.about-bg-2 {
  position: absolute;
  top: 30%;
  right: 40px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-bg-2 {
    display: none;
  }
}
.about-bg-3 {
  position: absolute;
  bottom: 20%;
  left: 30px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-bg-3 {
    display: none;
  }
}
.about-bg-4 {
  position: absolute;
  top: 20%;
  left: 40px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-bg-4 {
    display: none;
  }
}
.about-bg-5 {
  position: absolute;
  bottom: 10%;
  right: 40px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-bg-5 {
    display: none;
  }
}
.about-bg-6 {
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-bg-6 {
    display: none;
  }
}

.play-btn {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  color: #fff;
  line-height: 70px;
  font-size: 20px;
  text-align: center;
  background: #7aff91;
  display: inline-block;
  transition: 0.2s ease;
  box-shadow: 0px 23px 43px 0px rgba(94, 254, 198, 0.3);
}
.play-btn:hover {
  color: #fff;
  font-size: 30px;
}

.product {
  position: relative;
  overflow: visible;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.about-bg {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -1;
}

.round-icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.round-icon.green {
  background: #e0fef4;
  color: #00f7a7;
}
.round-icon.blue {
  background: #e0f1ff;
  color: #008cff;
}
.round-icon.orange {
  background: #fff1e0;
  color: #ff8b00;
}
.hs-form .hs-form-field label{display: inline;margin: 0;}
.hs_cos_wrapper.form-title {display:none;}
.event-details-wrapper .event-sidebar ul.inputs-list .hs-form-booleancheckbox label{ display: inline-flex;}
.event-details-wrapper .event-sidebar ul.inputs-list .hs-form-booleancheckbox label span{margin-left:5px;}
.form-content-block .content-gradient {color:#fff;}
.form-content-block .content-gradient h1{color: #fff; font-size: 1.6rem;font-style: normal;margin-bottom: 0.5rem;font-weight: 700;line-height: 1.4;}
.form-content-block .content-gradient .box-icon .icon-rounded-sm {margin-bottom: 0;width: 50px;height: 50px;border-radius: 50%;background-color: #fff;
    display: flex;align-items: center;justify-content: center;}
.form-content-block .content-gradient .box-content h6{color:#ffffff; margin:0;}
.form-content-block .content-gradient .box-icon img { height: 25px;width: 25px;}
.form-content-block .form_wrap .form-text h3{ margin-bottom:1rem; font-size: 1.7rem; font-weight: 800; line-height: 1.2;}

.hs-content-id-183006776595 .plan-25-time-line-module .time-line-wrapper .timeline .event:before,
.hs-content-id-183006776595 .plan-25-time-line-module .time-line-wrapper .timeline .event span{display:none;}

.hs-content-id-182838492432 .plan-25-time-line-module .time-line-wrapper .timeline .event:before,
.hs-content-id-182838492432 .plan-25-time-line-module .time-line-wrapper .timeline .event span{display:none;}

.hs-content-id-182838369832 .plan-25-time-line-module .time-line-wrapper .timeline .event:before,
.hs-content-id-182838369832 .plan-25-time-line-module .time-line-wrapper .timeline .event span{display:none;}

.hs-content-id-182832460614 .plan-25-time-line-module .time-line-wrapper .timeline .event:before,
.hs-content-id-182832460614 .plan-25-time-line-module .time-line-wrapper .timeline .event span{display:none;}

.hs-content-id-182838218808 .plan-25-time-line-module .time-line-wrapper .timeline .event:before,
.hs-content-id-182838218808 .plan-25-time-line-module .time-line-wrapper .timeline .event span{display:none;}

.hs-content-id-183006776595 .plan-25-time-line-module .time-line-wrapper .timeline .event:before,
.hs-content-id-183006776595 .plan-25-time-line-module .time-line-wrapper .timeline .event span{display:none;}

.hs-content-id-183006776595 .plan25-feature-boxes,
.hs-content-id-182838492432 .plan25-feature-boxes, 
.hs-content-id-182838369832 .plan25-feature-boxes,
.hs-content-id-182832460614 .plan25-feature-boxes,
.hs-content-id-182838218808 .plan25-feature-boxes{display:none;} 
.hs-content-id-183006776595 .plan-25-speakers-module{display:none;}



.video-wrapper {
  position: relative;
  max-width: 90%;

}
.video-player {
    width: 100%;
    height: auto;
    display: block;
    border: none;
    object-fit: cover;
}
.video-player.rounded-edges{border-radius:15px;}
  .curve-divider {
    position: absolute; 
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  .curve-divider.top { bottom: -1px; /* fix small gaps */}
  .curve-divider svg {
    display: block;
    width: 100%;
    height: auto;
  }