/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Mixins
# Variable
# Typography
# Normalize
# Base
# Buttons
# Header
# Footer

/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 16px; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5D6586;
  font-family: proxima-nova, sans-serif, Arial, Helvetica !important;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.6;
  margin: 0;
  text-rendering: optimizeLegibility; }

button,
input,
select,
optgroup,
textarea {
  color: #5D6586;
  font-family: proxima-nova, sans-serif, Arial, Helvetica;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

h1, h2, h3, h4, h5, h6 {
  color: #2C3454;
  font-family: proxima-nova, sans-serif, Arial, Helvetica;
  font-weight: 700; }

a:hover {
  text-decoration: none !important; }

b, strong {
  font-weight: bold; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/** 
 * Center the text
 */
.text-center {
  text-align: center; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Custome Base CSS */
.site-content {
  background-color: #F7F8FA; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center; }

.flex-vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.flex-hcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center; }

.widget_media_image img {
  width: auto; }

.mobile-show, .tablet-show, .hide-desktop {
  display: none !important; }

.auto-height {
  height: auto !important;
  padding-top: 80px; }
  @media only screen and (max-width: 576px) {
    .auto-height {
      padding-top: 30px; } }

@media (max-width: 576px) {
  .mobile-hide {
    display: none !important; }

  .mobile-show, .hide-desktop {
    display: block !important; } }
@media only screen and (max-width: 991px) {
  .tablet-hide {
    display: none !important; }

  .tablet-show, .hide-desktop {
    display: block !important; } }
@media only screen and (max-width: 991px) {
  .switch-block > div:first-child {
    order: 2; } }

@media only screen and (max-width: 576px) {
  .section-content-wrap {
    text-align: center; } }

.section-title {
  color: #211F28;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 104%;
  /* 62.4px */
  letter-spacing: -1.32px; }
  @media only screen and (max-width: 576px) {
    .section-title {
      font-size: 30px;
      text-align: center;
      line-height: normal; } }

.section-excerpt {
  color: #5E6583;
  font-size: 20px; }
  @media only screen and (max-width: 768px) {
    .section-excerpt {
      font-size: 18px; } }

.section-title-small {
  color: #2C3454;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px; }
  @media only screen and (max-width: 576px) {
    .section-title-small {
      font-size: 24px;
      margin-bottom: 20px;
      text-align: center; } }

.section-content {
  font-size: 20px;
  color: #5E6583; }
  @media only screen and (max-width: 576px) {
    .section-content {
      font-size: 18px;
      text-align: center; } }

@media only screen and (max-width: 768px) {
  .section-image, .section-img {
    margin-top: 20px; } }

.section-link {
  color: #2F89FC;
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-top: 30px; }
  @media only screen and (max-width: 576px) {
    .section-link {
      font-size: 18px;
      text-align: center; } }

.section-tag {
  display: inline-block;
  color: #2A3466;
  font-size: 16px;
  font-weight: 600;
  background-color: #FFCA50;
  padding: 10px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-right: 15px; }
  .section-tag:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 576px) {
    .section-tag {
      font-size: 14px;
      padding: 8px 12px; } }

.section-padding {
  padding: 75px 0; }
  @media only screen and (max-width: 768px) {
    .section-padding {
      padding: 40px 0; } }

.section-padding-small {
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    .section-padding-small {
      padding: 30px 0; } }

.section-margin {
  margin-top: 50px; }
  @media only screen and (max-width: 576px) {
    .section-margin {
      margin-top: 20px; } }

.section-bg-yellow {
  background-color: #FFCA50; }

.section-bg-blue {
  background-color: #122D7E; }

.margintop {
  margin-top: 40px; }

.margintop80 {
  margin-top: 80px; }

.nopadding {
  padding: 0 !important; }

ol, ul {
  padding-left: 0; }

.v-space {
  clear: both;
  height: 50px; }

@media (max-width: 991px) {
  .hidden-xs {
    display: none; }

  ol, ul {
    margin-left: 0; } }
.v-header {
  height: 100vh;
  display: flex;
  align-items: center; }

.top-banner h1 {
  color: #2C3454;
  font-size: 48px;
  font-weight: 700;
  margin: 10px 0 40px;
  line-height: 60px; }
  @media only screen and (max-width: 576px) {
    .top-banner h1 {
      font-size: 30px;
      text-align: center;
      line-height: normal; } }
.top-banner .title-tag {
  background-color: #091E5C;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 20px; }
  @media only screen and (max-width: 576px) {
    .top-banner .title-tag {
      font-size: 14px;
      padding: 8px 12px; } }

.card-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 30px; }
  @media only screen and (max-width: 991px) {
    .card-wrapper {
      flex-direction: column; } }
  .card-wrapper .card {
    background: #FFFFFF;
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 45px 45px -20px rgba(25, 45, 100, 0.15);
    -moz-box-shadow: 0 45px 45px -20px rgba(25, 45, 100, 0.15);
    -ms-box-shadow: 0 45px 45px -20px rgba(25, 45, 100, 0.15);
    box-shadow: 0 45px 45px -20px rgba(25, 45, 100, 0.15);
    margin: 0 15px 80px;
    border: none;
    display: block; }
    .card-wrapper .card:first-child .title-color {
      color: #425FB9; }
    .card-wrapper .card:nth-child(2) .title-color {
      color: #384E99; }
    .card-wrapper .card-title {
      font-size: 20px;
      color: #2C3454;
      font-weight: 600; }
      @media only screen and (max-width: 991px) {
        .card-wrapper .card-title {
          font-size: 18px; } }
    .card-wrapper .card-content {
      color: #6C6F8D;
      font-size: 18px;
      margin-bottom: 0; }
    .card-wrapper .card-img {
      max-width: 60px;
      margin: 0 auto 25px !important;
      display: block; }
      @media only screen and (max-width: 991px) {
        .card-wrapper .card-img {
          margin-bottom: 20px; } }
    @media only screen and (max-width: 991px) {
      .card-wrapper .card {
        flex: 100%;
        text-align: center;
        -webkit-box-shadow: 0 25px 30px -15px rgba(25, 45, 100, 0.15);
        -moz-box-shadow: 0 25px 30px -15px rgba(25, 45, 100, 0.15);
        -ms-box-shadow: 0 25px 30px -15px rgba(25, 45, 100, 0.15);
        box-shadow: 0 25px 30px -15px rgba(25, 45, 100, 0.15);
        margin: 0 15px 35px; } }
  .card-wrapper-2 .card {
    flex: 0 0 48.5%;
    padding: 30px 55px 25px 55px; }
  .card-wrapper-3 .card {
    flex: 0 0 31.5%;
    padding: 30px 60px 25px 60px; }
    @media only screen and (max-width: 576px) {
      .card-wrapper-3 .card {
        padding: 30px; } }
  .card-wrapper-4 .card {
    flex: 0 0 23%;
    padding: 30px 20px; }
  .card-wrapper-5 .card {
    flex: 0 0 18%;
    padding: 30px 20px; }
  .card-wrapper-dark .card {
    background: #122D7E;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .card-wrapper-dark .card-title {
      color: #FFFFFF;
      font-weight: 600; }
    .card-wrapper-dark .card p {
      color: #B3BFE3; }
    .card-wrapper-dark .card-img {
      max-width: 120px;
      margin: 30px auto 35px; }
  .card-wrapper-connect .card {
    min-height: 325px; }
    @media only screen and (max-width: 768px) {
      .card-wrapper-connect .card {
        min-height: auto; } }
    .card-wrapper-connect .card-title {
      background-color: #FFCA50;
      -webkit-border-radius: 80px;
      -moz-border-radius: 80px;
      -ms-border-radius: 80px;
      border-radius: 80px;
      font-size: 30px;
      padding: 8px 30px;
      margin-bottom: 30px;
      display: inline-block;
      position: relative;
      z-index: 1; }
      @media only screen and (max-width: 576px) {
        .card-wrapper-connect .card-title {
          font-size: 22px; } }
    .card-wrapper-connect .card-img {
      height: 40px; }
    .card-wrapper-connect .card::before {
      content: '....................................';
      color: #9EA9CE;
      width: 200px;
      height: 1px;
      top: 115px;
      left: -50px;
      position: absolute; }
      @media only screen and (max-width: 576px) {
        .card-wrapper-connect .card::before {
          content: none; } }
    .card-wrapper-connect .card::after {
      content: '....................................';
      color: #9EA9CE;
      width: 200px;
      height: 1px;
      top: 115px;
      right: -50px;
      position: absolute; }
      @media only screen and (max-width: 576px) {
        .card-wrapper-connect .card::after {
          content: none; } }
    .card-wrapper-connect .card:first-child::before {
      content: none; }
    .card-wrapper-connect .card:last-child::after {
      content: none; }
  .card-wrapper-connect.no-line .card::before {
    content: none; }
  .card-wrapper-connect.no-line .card::after {
    content: none; }

html {
  scroll-behavior: smooth; }

.box-shadow {
  -webkit-box-shadow: 0 60px 60px -20px rgba(25, 45, 100, 0.15);
  -moz-box-shadow: 0 60px 60px -20px rgba(25, 45, 100, 0.15);
  -ms-box-shadow: 0 60px 60px -20px rgba(25, 45, 100, 0.15);
  box-shadow: 0 60px 60px -20px rgba(25, 45, 100, 0.15); }

.shadow-none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important; }

@media (min-width: 992px) {
  .col-md-offset-1 {
    margin-left: 8.33333333%; } }
/* Slick slider custom CSS */
.slick-track {
  display: flex !important; }
  .slick-track .slick-slide {
    height: auto;
    flex: auto; }
    .slick-track .slick-slide img {
      margin: 0 auto; }

.slick-dots {
  display: inline-block;
  text-align: center;
  width: 100%; }
  @media (min-width: 991px) {
    .slick-dots {
      display: none; } }
  .slick-dots li {
    display: inline-block;
    margin: 0 12px; }
    .slick-dots li button {
      background: transparent;
      border: 1px solid #92AFD5;
      border-radius: 50%;
      width: 10px;
      height: 10px;
      padding: 0;
      font-size: 0; }
    .slick-dots li.slick-active button {
      background: #2C3454;
      border: 1px solid #2C3454; }

/* Latest resource section starts */
.resources {
  background-color: #122D7E;
  margin: 50px 0 100px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .resources {
      flex-direction: column;
      text-align: center;
      margin-bottom: 50px; } }
  .resources-image {
    flex: 0 0 40%;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .resources-image {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px; } }
    .resources-image img {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      width: 100%; }
  .resources-content {
    padding: 20px 60px; }
    @media only screen and (max-width: 768px) {
      .resources-content {
        padding: 30px; } }
    .resources-content span {
      color: #2C3454;
      background-color: #FFD065;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      border-radius: 25px;
      padding: 5px 20px;
      font-weight: 500;
      font-size: 16px; }
    .resources-content h3 {
      color: #FFFFFF;
      font-size: 30px;
      font-weight: 700;
      margin: 30px 0 0; }
      @media only screen and (max-width: 576px) {
        .resources-content h3 {
          font-size: 24px; } }
    .resources-content a {
      background: #F7F8FA;
      color: #122D7E !important;
      font-weight: 600;
      padding: 10px 20px;
      margin-top: 30px;
      font-size: 20px;
      font-weight: 500; }
      .resources-content a:hover {
        box-shadow: none;
        background-color: #0097fe !important;
        color: #FFFFFF !important; }
      @media only screen and (max-width: 768px) {
        .resources-content a {
          font-size: 18px; } }
  .resources-blog {
    max-width: 90%;
    margin: 0 auto;
    padding: 10px 0; }
    @media only screen and (max-width: 768px) {
      .resources-blog {
        max-width: 100%; } }
    .resources-blog h3 {
      margin: 10px 0; }
    .resources-blog span {
      color: #FFF;
      text-transform: uppercase;
      margin-bottom: 0;
      letter-spacing: 3px;
      font-size: 14px;
      font-weight: 700;
      background: none;
      padding: 0; }
      @media only screen and (max-width: 768px) {
        .resources-blog span {
          font-size: 12px; } }
    .resources-blog p {
      color: #FFFFFF;
      font-size: 18px;
      margin-bottom: 0; }
      @media only screen and (max-width: 768px) {
        .resources-blog p {
          font-size: 16px; } }
    .resources-blog a {
      color: #2c3454 !important;
      margin-top: 20px;
      font-size: 18px; }
      .resources-blog a:hover, .resources-blog a:focus {
        background-color: #F7F8FA !important;
        color: #122D7E !important; }

/* Latest resource section ends */
body header {
  background: #F3F3F7 !important; }

body .page-header.fixed {
  background: #fff !important; }




.section-stories {
  padding: 140px 0; }
  .section-stories .section-title {
    margin: 0 0 72px; }
  .section-stories .client-cardWrap {
    gap: 30px; }
    @media screen and (max-width: 767px) {
      .section-stories .client-cardWrap {
        flex-direction: column; } }
    .section-stories .client-cardWrap .client-cardCol {
      box-shadow: 0px 0px 10px 0px #00000005;
      border-radius: 24px;
      padding: 28px 32px 24px 32px;
      height: 320px;
      width: 540px;
      overflow: hidden;
      position: relative; }
      @media screen and (max-width: 767px) {
        .section-stories .client-cardWrap .client-cardCol {
          width: 100%;
          height: 340px; } }
      .section-stories .client-cardWrap .client-cardCol p {
        font-size: 22px;
        font-weight: 500;
        line-height: 27px;
        letter-spacing: 0.005em;
        text-align: left;
        width: 345px;
        margin: 0; }
      .section-stories .client-cardWrap .client-cardCol img {
        height: 40px;
        width: auto; }
    .section-stories .client-cardWrap .client-cardCol1 {
      background: linear-gradient(0deg, #FDF2F3, #FDF2F3); }
      .section-stories .client-cardWrap .client-cardCol1 p {
        color: #A94750; }
      .section-stories .client-cardWrap .client-cardCol1:after {
        content: "";
        position: absolute;
        background: url(https://www.hyperstart.com/wp-content/uploads/2024/02/khatabook-motif.png);
        width: 555px;
        height: 291px;
        top: 45px;
        left: 173px;
        background-size: contain; }
        @media screen and (max-width: 767px) {
          .section-stories .client-cardWrap .client-cardCol1:after {
            width: 393px;
            height: 206px;
            bottom: 49px;
            top: unset;
            left: unset;
            right: 0;
            background-repeat: no-repeat;
            background-position: right center;
            bottom: 49px; } }
  .section-stories .client-cardCol2 {
    background: linear-gradient(0deg, #FEF1E0, #FEF1E0); }
    .section-stories .client-cardCol2 p {
      color: #B5741F; }

.customers-loveHV {
  /* Default slide */
  /* Active center slide (You can change anything here for cenetr slide)*/ }
  .customers-loveHV .center-slider .slick-slide {
    background-color: #b32532;
    color: #FFF;
    height: 200px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out; }
  .customers-loveHV .center-slider .slick-slide,
  .customers-loveHV .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out; }
  .customers-loveHV .center-slider .slick-center,
  .customers-loveHV .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);
    background-color: #000000; }
  .customers-loveHV .center-slider .slick-current.slick-active {
    transform: scale(1.1);
    background-color: #000000; }
  .customers-loveHV .slick-next, .customers-loveHV .slick-prev {
    z-index: 5; }
  .customers-loveHV .slick-next {
    right: 15px; }
  .customers-loveHV .slick-prev {
    left: 15px; }
  .customers-loveHV .slick-next:before, .customers-loveHV .slick-prev:before {
    color: #000;
    font-size: 26px; }

.slick-slide > div {
  border-right: 1px solid #00000033;
  width: auto !important;
  padding: 0 38px; }

.slick-initialized .slick-slide {
  width: auto !important;
  display: flex !important; }

.slickLogo {
  text-align: center;
  max-height: 40px;
  display: flex;
  align-items: center;
  width: auto !important; }

.slick-track .slick-slide img {
  /* max-width: 100%; */
  max-width: unset !important;
  width: auto;
  height: 40px; }

.clients-logos > div {
  padding: 20px 0;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .clients-logos > div {
      padding: 12px 0; } }

.col-md-12 {
  padding: 0 !important; }

body .section-chaos.benefits .star-points:before {
  background: url(https://www.hyperstart.com/wp-content/uploads/2024/02/Frame-1000005920.png) !important;
  background-size: 100% !important; }

@media screen and (max-width: 767px) {
  body section .section-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.01em;
    margin-bottom: 40px !important; } }

@media screen and (max-width: 767px) {
  .star-points {
    font-size: 15px !important;
    margin-bottom: 12px; } }

@media screen and (max-width: 767px) {
  .section-chaos .chaos-col img {
    height: 48px; } }

@media screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; } }

/*# sourceMappingURL=features.css.map */
