@charset "utf-8";

.animated{animation-duration:1s;-webkit-animation-duration:1s; -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated2{animation-duration:2s;-webkit-animation-duration:2s; -webkit-animation-fill-mode: both;
  animation-fill-mode: both; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;
}
.animated3{animation-duration:3s;-webkit-animation-duration:3s; -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated4{animation-duration:10s;-webkit-animation-duration:10s; -webkit-animation-fill-mode: both;
  animation-fill-mode: both; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;
}

.delay5s {
  animation-delay:.5s;-webkit-animation-delay:.5s;
}

.delay10s {
  animation-delay:1s;-webkit-animation-delay:1s;
}

.delay20s {
  animation-delay:2s;-webkit-animation-delay:2s;
}

@keyframes fade_eff{
0%{opacity:0; transform:translateY(-150px);-webkit-transform:translateY(-150px);}
100%{opacity:1; transform:translateY(0);-webkit-transform:translateY(0);}
}

@-webkit-keyframes fade_eff{
0%{opacity:0; transform:translateY(-150px);-webkit-transform:translateY(-150px);}
100%{opacity:1; transform:translateY(0);-webkit-transform:translateY(0);}
}
.fade_eff{animation-name:fade_eff;-webkit-animation-name:fade_eff;}


@keyframes fade_eff2{
  0%{opacity:0;}
  60%{opacity:.8;}
  100%{opacity:1;}
}

@-webkit-keyframes fade_eff2{
  0%{opacity:0;}
  60%{opacity:.8;}
  100%{opacity:1;}
}
.fade_eff2{animation-name:fade_eff2;-webkit-animation-name:fade_eff2;}


@keyframes drop_eff{
0%{opacity:0;transform:translateY(250px);-webkit-transform:translateY(250px);}
80%{transform:translateY(-10px);-webkit-transform:translateY(-10px);}
100%{opacity:1;transform:translateY(0);-webkit-transform:translateY(0);}
}

@-webkit-keyframes drop_eff{
0%{opacity:0;transform:translateY(250px);-webkit-transform:translateY(250px);}
80%{transform:translateY(-10px);-webkit-transform:translateY(-10px);}
100%{opacity:1;transform:translateY(0);-webkit-transform:translateY(0);}
}
.drop_eff{animation-name:drop_eff;-webkit-animation-name:drop_eff;}


@keyframes drop_eff2{
0%{opacity:0;transform:translateY(-250px);-webkit-transform:translateY(-250px);}
80%{transform:translateY(20px);-webkit-transform:translateY(20px);}
100%{opacity:1;transform:translateY(0);-webkit-transform:translateY(0);}
}

@-webkit-keyframes drop_eff2{
0%{opacity:0;transform:translateY(-250px);-webkit-transform:translateY(-250px);}
80%{transform:translateY(20px);-webkit-transform:translateY(20px);}
100%{opacity:1;transform:translateY(0);-webkit-transform:translateY(0);}
}
.drop_eff2{animation-name:drop_eff2;-webkit-animation-name:drop_eff2;}


@keyframes drop_eff3{
  0%{opacity:0;transform:translateY(100px);-webkit-transform:translateY(100px);}
  80%{transform:translateY(-10px);-webkit-transform:translateY(-10px);}
  100%{opacity:1;transform:translateY(0);-webkit-transform:translateY(0);}
}

@-webkit-keyframes drop_eff3{
  0%{opacity:0;transform:translateY(100px);-webkit-transform:translateY(100px);}
  80%{transform:translateY(-10px);-webkit-transform:translateY(-10px);}
  100%{opacity:1;transform:translateY(0);-webkit-transform:translateY(0);}
}
.drop_eff3{animation-name:drop_eff3;-webkit-animation-name:drop_eff3;}

@keyframes drop_eff3R{
  0%{opacity:0;transform:translateY(-100px);-webkit-transform:translateY(-100px);}
  80%{transform:translateY(10px);-webkit-transform:translateY(10px);}
  100%{opacity:1;transform:translateY(0);-webkit-transform:translateY(0);}
}

@-webkit-keyframes drop_eff3R{
  0%{opacity:0;transform:translateY(-100px);-webkit-transform:translateY(-100px);}
  80%{transform:translateY(10px);-webkit-transform:translateY(10px);}
  100%{opacity:1;transform:translateY(0);-webkit-transform:translateY(0);}
}
.drop_eff3R{animation-name:drop_eff3R;-webkit-animation-name:drop_eff3R;}


@-webkit-keyframes shake_eff {
0%, 100%{-webkit-transform:translateY(0); transform:translateY(0);}
10%, 30%, 50%, 70%, 90%{-webkit-transform: translateY(-3px);transform: translateY(-3px);}
20%, 40%, 60%, 80%{-webkit-transform: translateY(3px);transform: translateY(3px);}
}

@keyframes shake_eff {
  0%, 100%{-webkit-transform:translateY(0); transform:translateY(0);}
  10%, 30%, 50%, 70%, 90%{-webkit-transform: translateY(-3px);transform: translateY(-3px);}
  20%, 40%, 60%, 80%{-webkit-transform: translateY(3px);transform: translateY(3px);}
}
.shake_eff{-webkit-animation-name: shake_eff;animation-name: shake_eff;}


@-webkit-keyframes shake_eff2 {
  0%, 100%{-webkit-transform:translateX(0); transform:translateX(0);}
  10%, 30%, 50%, 70%, 90%{-webkit-transform: translateX(-1px);transform: translateX(-1px);}
  20%, 40%, 60%, 80%{-webkit-transform: translateY(1px);transform: translateY(1px);}
}

@keyframes shake_eff2 {
  0%, 100%{-webkit-transform:translateX(0); transform:translateX(0);}
  10%, 30%, 50%, 70%, 90%{-webkit-transform: translateX(-1px);transform: translateX(-1px);}
  20%, 40%, 60%, 80%{-webkit-transform: translateX(1px);transform: translateX(1px);}
}
.shake_eff2{-webkit-animation-name: shake_eff2;animation-name: shake_eff2;}


@keyframes move_eff3{
  0%, 100%{transform:translate(0, 0);-webkit-transform:translate(0, 0);}
  25%{transform:translate(-10px, 0px);-webkit-transform:translate(-10px, 0px);}
  50%{transform:translate(-10px, 10px);-webkit-transform:translate(-10px, 10px);}
  75%{transform:translate(0, 10px);-webkit-transform:translate(0, 10px);}
}

@-webkit-keyframes move_eff3{
  0%, 100%{transform:translate(0, 0);-webkit-transform:translate(0, 0);}
  25%{transform:translate(-10px, 0px);-webkit-transform:translate(-10px, 0px);}
  50%{transform:translate(-10px, 10px);-webkit-transform:translate(-10px, 10px);}
  75%{transform:translate(0, 10px);-webkit-transform:translate(0, 10px);}
}
.move_eff3{animation-name:move_eff3;-webkit-animation-name:move_eff3;}
*/
.banner {
  background: transparent linear-gradient(180deg, #290A38 0%, #452966 100%) 0% 0% no-repeat padding-box
}

.banner .relative-container {
  position: relative;
  padding: 12rem 0;
  pointer-events: none
}

.banner .home-banner-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0
}

.banner .container .col-md-6 h1 {
  padding-bottom: 1rem;
  line-height: 64px
}

.banner .container .col-md-6 p {
  max-width: 340px;
  padding-bottom: 1rem
}

.banner .container .col-md-6 .banner-cta a {
  pointer-events: auto
}

.banner .banner-slide {
  position: absolute;
  right: 0;
  bottom: 0%;
  z-index: 0;
  width: 50%;
  max-height: 840px;
  max-width: 732px
}

@media (min-width: 767.98px) and (max-width: 1119.98px) {
  .banner .btn {
    padding: 0.5rem 1.25rem;
    font-size: 0.95rem;
    margin-bottom: 1rem
  }
}

@media (max-width: 991.98px) {
  .banner .relative-container {
    padding: 9rem 0
  }

  .banner .container .col-md-6 h1,
  .banner .container .col-md-6 p {
    padding-bottom: 0.75rem
  }
}

@media (max-width: 767.98px) {
  .banner .relative-container {
    padding: 8.5rem 0 calc(100vw * 0.425)
  }

  .banner .inner-container {
    max-width: 425px;
    margin: 0 auto
  }

  .banner .inner-container .container .col-md-6 h1 {
    line-height: 50px
  }

  .banner .inner-container .container .col-md-6 h1,
  .banner .inner-container .container .col-md-6 p {
    padding-bottom: 1.15rem;
    max-width: inherit
  }

  .banner .inner-container .container .col-md-6 .banner-cta {
    padding-bottom: 3rem;
    margin: 0 auto
  }

  .banner .banner-slide {
    left: 50%;
    transform: translateX(-50%)
  }
}

@media (max-width: 575.98px) {
  .banner .relative-container {
    padding: 7.5rem 0 calc(100vw * 0.825)
  }

  .banner .inner-container .container .col-md-6 h1 {
    line-height: 40px
  }

  .banner .inner-container .container .col-md-6 h1,
  .banner .inner-container .container .col-md-6 p {
    padding-bottom: 1.25rem;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto
  }

  .banner .banner-slide {
    width: 100%
  }
}

.home-banner {
  padding: 14rem 0rem 11.5rem;
  position: relative;
  background: #0072F5
}

.home-banner .col-lg-6 {
  max-width: 550px
}

.home-banner .col-lg-6 .banner-heading {
  font-weight: 800;
  font-size: 3.35rem;
  letter-spacing: 1px;
  padding-bottom: 0;
  line-height: 1.4;
  color: #fff
}

.home-banner .col-lg-6 .banner-sub-heading {
  padding: 0.8rem 0rem 2rem;
  font-size: 1.15rem;
  color: #fff
}

.home-banner .col-lg-6 .tag-line {
  padding-top: 0.75rem;
  font-size: 1.05rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px
}

.home-banner .col-lg-6 .cmn-btn {
  background: transparent;
  color: #fff;
  border: 1px solid #fff
}

.home-banner .col-lg-6 .cmn-btn:hover {
  background: #fff;
  color: #0072F5
}

.home-banner .banner-img {
  position: absolute;
  right: 0;
  top: 0%;
  z-index: 0;
  width: 50%;
  max-height: 840px;
  max-width: 732px
}

@media (max-width: 1200px) {
  .home-banner {
    padding: 12rem 0rem 8.5rem
  }

  .home-banner .col-lg-6 .banner-heading {
    font-size: 3rem
  }

  .home-banner .col-lg-6 .banner-sub-heading {
    font-size: 1.1rem
  }

  .home-banner .col-lg-6 .tag-line {
    font-size: 1rem
  }
}

@media (max-width: 992px) {
  .home-banner .col-lg-6 {
    max-width: 680px
  }

  .home-banner .col-lg-6 .banner-heading {
    font-size: 2.5rem
  }

  .home-banner .col-lg-6 .banner-sub-heading {
    font-size: 1rem
  }

  .home-banner .col-lg-6 .tag-line {
    font-size: 0.95rem
  }

  .home-banner .banner-img {
    width: 75.5%;
    opacity: 0.35
  }
}

@media (max-width: 768px) {
  .home-banner {
    padding: 8rem 0rem 0.5rem
  }

  .home-banner .container {
    margin-bottom: -60%;
    position: relative;
    z-index: 1
  }

  .home-banner .col-lg-6 {
    max-width: 340px;
    margin: 0 auto
  }

  .home-banner .col-lg-6 .banner-heading {
    font-size: 2.25rem
  }

  .home-banner .col-lg-6 .banner-sub-heading {
    display: none
  }

  .home-banner .col-lg-6 .tag-line {
    font-size: 0.95rem;
    padding-bottom: 2rem;
    padding-top: 1.25rem
  }

  .home-banner .col-lg-6 .cmn-btn {
    padding: 0.7rem 3rem
  }

  .home-banner .banner-img {
    position: relative;
    width: 100%;
    opacity: 1;
    min-width: auto;
    max-height: inherit
  }
}

@media (max-width: 562px) {
  .home-banner {
    padding: 5rem 0rem 0.5rem
  }

  .home-banner .container {
    margin-bottom: -68%
  }

  .home-banner .col-lg-6 {
    max-width: 300px
  }

  .home-banner .col-lg-6 .banner-heading {
    font-size: 2.25rem
  }

  .home-banner .col-lg-6 .tag-line {
    font-size: 0.875rem;
    padding-bottom: 1.65rem;
    padding-top: 1rem
  }

  .home-banner .col-lg-6 .cmn-btn {
    font-size: .75rem
  }
}

.banner-btm-strip {
  padding: 3rem 0;
  background: linear-gradient(135deg, #F2EBE3 16%, #FAF5F2 16% 50%, #FAF5F2 50% 80%, #F2EBE3 80%)
}

.banner-btm-strip .col-md-2 h4 {
  line-height: 40px
}

.banner-btm-strip .explore-list {
  flex-wrap: nowrap;
  padding: 0.5rem 0;
  overflow-x: auto
}

.banner-btm-strip .explore-list .explore-list-item {
  position: relative;
  padding: .5rem 0
}

.banner-btm-strip .explore-list .explore-list-item p {
  margin-bottom: .5rem
}

.banner-btm-strip .explore-list .explore-list-item a {
  font-weight: 600;
  font-size: 1.025rem
}

.banner-btm-strip .explore-list .explore-list-item .border-line {
  width: 1px;
  height: 100%;
  background: #B066FF;
  position: absolute;
  top: 0;
  right: 10%;
  transform: translateX(-10%)
}

.banner-btm-strip .explore-list .explore-list-item .border-line::before,
.banner-btm-strip .explore-list .explore-list-item .border-line::after {
  content: '';
  width: 8.5px;
  height: 8.5px;
  background: #B066FF;
  border-radius: 50%;
  position: absolute
}

.banner-btm-strip .explore-list .explore-list-item .border-line::before {
  left: -3.5px;
  top: -5px
}

.banner-btm-strip .explore-list .explore-list-item .border-line::after {
  left: -3.5px;
  bottom: -5px
}

@media (max-width: 991.98px) {
  .banner-btm-strip .container-row {
    justify-content: space-between
  }
}

@media (max-width: 767.98px) {
  .banner-btm-strip .explore-list .explore-list-item {
    padding-right: 1rem;
    margin-right: 1rem
  }

  .banner-btm-strip .explore-list .explore-list-item .border-line {
    right: 4%
  }
}

@media (max-width: 575.98px) {
  .banner-btm-strip .explore-list .explore-list-item {
    padding-right: 1rem;
    margin-right: 1rem
  }

  .banner-btm-strip .explore-list .explore-list-item .border-line {
    right: 4%
  }
}

.stats .stats-wrap h2 {
  max-width: 530px;
  line-height: 47px;
  font-weight: 700;
  padding-bottom: 1rem;
  position: relative
}

.stats .stats-wrap h2::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  max-width: 300px;
  top: -1.5rem;
  left: 0;
  background: linear-gradient(90deg, #14b4ef 0%, #14b4ef 25%, #00d273 25%, #00d273 50%, #b066ff 50%, #b066ff 75%, #ff6429 75%, #ff6429 100%)
}

.stats .stats-wrap p {
  max-width: 550px;
  line-height: 29px;
  padding-bottom: 1rem
}

.stats .stats-box-wrap {
  padding: 2rem 2rem;
  background: linear-gradient(140deg, #290A38 30%, #452966 30% 50%, #452865 50% 65%, #2a0135 65%);
  max-width: 425px;
  margin: 0 auto;
  position: relative
}

.stats .stats-box-wrap .strip-left-pattern {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: -1px
}

.stats .stats-box-wrap .strip-left-right {
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px
}

.stats .stats-box-wrap .stat-box {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  position: relative;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem
}

.stats .stats-box-wrap .stat-box h3 {
  font-size: 1.85rem;
  font-weight: bold;
  padding-bottom: 0.5rem
}

.stats .stats-box-wrap .border-line-btm {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: -50%;
  transform: translateX(-50%)
}

.stats .stats-box-wrap .border-line-btm::before,
.stats .stats-box-wrap .border-line-btm::after {
  content: '';
  width: 8.5px;
  height: 8.5px;
  border-radius: 50%;
  position: absolute
}

.stats .stats-box-wrap .border-line-btm::before {
  left: -3.5px;
  bottom: -4px
}

.stats .stats-box-wrap .border-line-btm::after {
  right: -3.5px;
  bottom: -4px
}

.stats .stats-box-wrap .border-line-btm-purple {
  background: #B066FF
}

.stats .stats-box-wrap .border-line-btm-purple::before,
.stats .stats-box-wrap .border-line-btm-purple::after {
  background: #B066FF
}

.stats .stats-box-wrap .border-line-btm-orange {
  background: #ED6D3D
}

.stats .stats-box-wrap .border-line-btm-orange::before,
.stats .stats-box-wrap .border-line-btm-orange::after {
  background: #ED6D3D
}

.stats .stats-box-wrap .border-line-btm-blue {
  background: #54B2EB
}

.stats .stats-box-wrap .border-line-btm-blue::before,
.stats .stats-box-wrap .border-line-btm-blue::after {
  background: #54B2EB
}

.stats .stats-box-wrap .border-line-btm-green {
  background: #5FCF7C
}

.stats .stats-box-wrap .border-line-btm-green::before,
.stats .stats-box-wrap .border-line-btm-green::after {
  background: #5FCF7C
}

@media (max-width: 767.98px) {
  .stats {
    padding-top: 5rem
  }

  .stats .stats-wrap {
    text-align: center
  }

  .stats .stats-wrap h2 {
    max-width: 425px;
    margin: 0 auto;
    padding-bottom: 1.5rem;
    line-height: 34px
  }

  .stats .stats-wrap h2::before {
    left: 50%;
    transform: translateX(-50%)
  }

  .stats .stats-wrap p {
    max-width: 425px;
    margin: 0 auto;
    padding-bottom: 1.5rem;
    line-height: 24px
  }

  .stats .stats-wrap .btn-block {
    margin: 0 auto
  }

  .stats .stats-box-wrap {
    max-width: 425px;
    margin: 3rem auto 0;
    padding: 3rem 2rem
  }

  .stats .stats-box-wrap .strip-left-pattern img,
  .stats .stats-box-wrap .strip-left-right img {
    max-width: 40px
  }

  .stats .stats-box-wrap .stat-box {
    width: 85%
  }
}

@media (max-width: 575.98px) {
  .stats .stats-wrap h2 {
    max-width: 310px;
    padding-bottom: 1.25rem
  }

  .stats .stats-wrap p {
    max-width: 310px;
    padding-bottom: 1.25rem
  }

  .stats .stats-box-wrap {
    max-width: 310px
  }
}

.clientele-sec .clientele-row .slick-slide {
  float: right
}

.clientele-sec .clientele-row .clientele-col {
  max-width: 205px
}

.clientele-sec .clientele-row .clientele-col .client-block {
  max-width: 100%;
  aspect-ratio: 1/1;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center
}

.clientele-sec .clientele-row .clientele-col .client-block img {
  max-height: calc(100% - 3.5rem);
  object-fit: cover
}

.clientele-sec .clientele-row .clientele-col:nth-child(odd) .client-block:first-child {
  background-color: #FAF5F2
}

.clientele-sec .clientele-row .clientele-col:nth-child(odd) .client-block:last-child {
  background-color: white
}

.clientele-sec .clientele-row .clientele-col:nth-child(even) .client-block:first-child {
  background-color: white
}

.clientele-sec .clientele-row .clientele-col:nth-child(even) .client-block:last-child {
  background-color: #FAF5F2
}

@media (max-width: 991.98px) {
  .clientele-sec .clientele-row .clientele-col .client-block {
    padding: 1.5rem
  }

  .clientele-sec .clientele-row .clientele-col .client-block img {
    max-height: calc(100% - 3rem)
  }
}

@media (max-width: 767.98px) {
  .clientele-sec .clientele-row .clientele-col .client-block {
    padding: 1.5rem
  }

  .clientele-sec .clientele-row .clientele-col .client-block img {
    max-height: calc(100% - 3rem)
  }
}

@media (max-width: 575.98px) {
  .clientele-sec .clientele-row .clientele-col .client-block {
    padding: 1.125rem
  }

  .clientele-sec .clientele-row .clientele-col .client-block img {
    max-height: calc(100% - 2.25rem)
  }
}

@media (max-width: 374.98px) {
  .clientele-sec .clientele-row .clientele-col .client-block {
    padding: 0.75rem
  }

  .clientele-sec .clientele-row .clientele-col .client-block img {
    max-height: calc(100% - 1.5rem)
  }
}

.cta-sec {
  background-image: url(/assets/img/home/cta-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5.75rem;
  padding-bottom: 5.75rem
}

.cta-sec .content-block h2 {
  line-height: 1.5
}

@media (max-width: 767.98px) {
  .cta-sec {
    background-image: url(/assets/img/home/mbl-cta-bg.svg);
    position: relative
  }

  .cta-sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #14b4ef 0%, #14b4ef 25%, #00d273 25%, #00d273 50%, #b066ff 50%, #b066ff 75%, #ff6429 75%, #ff6429 100%)
  }
}

.with-locus {
  background: transparent linear-gradient(180deg, #290A38 0%, #2A0B39 24%, #452966 100%) 0% 0% no-repeat padding-box
}

.with-locus .nav-tabs {
  width: fit-content;
  margin: 0 auto 3.5rem;
  border: 1px solid #b067ff;
  --notchSize: 9px;
  background: #b067ff;
  clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, 0 0%, 100% 0, 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, 0 100%, 0% 0)
}

.with-locus .nav-tabs .nav-item .nav-link {
  padding: 0.75rem 2rem;
  margin-bottom: 0px;
  --notchSize: 9px;
  background: #2b0c3a;
  clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, 0 0%, 100% 0, 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, 0 100%, 0% 0)
}

.with-locus .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background-color: #B066FF;
  border-color: #B066FF
}

.with-locus .nav-tabs .nav-item .nav-link:hover,
.with-locus .nav-tabs .nav-item .nav-link:focus {
  border-color: transparent
}

@media (max-width: 575.98px) {
  .with-locus .title h2 {
    max-width: 295px
  }

  .with-locus .nav-tabs .nav-item .nav-link {
    font-size: 10px;
    padding: 0.5rem 1.5rem
  }
}

.explore-products #accordionExample {
  box-shadow: 0px 3px 40px #AFAFAF26
}

.explore-products #accordionExample .accordion-item {
  border: 0;
  border-bottom: 1px solid #AFAFAF26
}

.explore-products #accordionExample .accordion-item .accordion-header .accordion-button {
  padding: 3rem 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #290A38;
  font-weight: 700;
  box-shadow: none
}

.explore-products #accordionExample .accordion-item .accordion-header .accordion-button:focus {
  z-index: 0
}

.explore-products #accordionExample .accordion-item .accordion-header .accordion-button::after {
  display: none
}

.explore-products #accordionExample .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  padding-bottom: 0rem;
  border-color: #14B5F0;
  border-left: 6px solid #14B5F0
}

.explore-products #accordionExample .accordion-item .accordion-collapse {
  border-color: #14B5F0;
  border-left: 6px solid #14B5F0
}

.explore-products #accordionExample .accordion-item .accordion-body {
  padding: 1rem 1.25rem;
  background: #EDFAFF
}

.explore-products #accordionExample .accordion-item .accordion-body a {
  color: #14b4ef
}

@media (max-width: 767.98px) {
  .explore-products .mbl-product-slider .product-slide {
    text-align: center
  }

  .explore-products .mbl-product-slider .product-slide .img-block {
    max-width: 425px;
    margin: 0 auto
  }

  .explore-products .mbl-product-slider .product-slide .content-block {
    max-width: 425px;
    margin: 1.625rem auto 2rem;
    background-color: white;
    box-shadow: 0px 3px 40px #AFAFAF26;
    padding: 1.75rem 1.5rem
  }

  .explore-products .mbl-product-slider .product-slide .content-block h3 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.45
  }
}

@media (max-width: 575.98px) {
  .explore-products .mbl-product-slider .product-slide .img-block {
    max-width: 280px
  }

  .explore-products .mbl-product-slider .product-slide .content-block {
    max-width: 300px;
    margin: 1.625rem auto
  }
}

.what-we-do .title p {
  max-width: 700px
}

@media (min-width: 992px) {
  .what-we-do .title {
    padding-bottom: 1.5rem
  }
}

@media (min-width: 768px) {
  .what-we-do .title {
    padding-bottom: 1rem
  }
}

.what-we-do .what-we-do-box {
  display: flex;
  background: #fff;
  padding: 1.75rem 2rem;
  align-items: center;
  gap: 35px;
  margin-bottom: 3rem;
  max-width: 550px
}

.what-we-do .what-we-do-box .shadow-warp {
  filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.1));
  max-width: 110px;
  max-height: 110px
}

.what-we-do .what-we-do-box .shadow-warp .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 6.875rem;
  --notchSize: 20px;
  aspect-ratio: 1/1
}

.what-we-do .what-we-do-box .shadow-warp .icon-wrap img {
  min-height: 100%;
  max-height: 100%
}

.what-we-do .what-we-do-box .content-wrap h5 {
  font-weight: 600;
  padding-bottom: 0.5rem
}

.what-we-do .what-we-do-box .content-wrap p a {
  color: #14b4ef
}

.what-we-do:last-child .what-we-do-box {
  margin-bottom: 0
}

@media (max-width: 991.98px) {
  .what-we-do .icon-wrap img {
    min-height: 95px;
    max-height: 95px
  }
}

@media (max-width: 991.98px) {
  .what-we-do .what-we-do-box {
    align-items: start;
    gap: 1.75rem
  }

  .what-we-do .what-we-do-box .shadow-warp .icon-wrap {
    padding: 1.125rem;
    width: 5.5rem;
    --notchSize: 18px
  }

  .what-we-do .what-we-do-box .shadow-warp .icon-wrap img {
    min-height: 100%;
    max-height: 100%
  }
}

@media (max-width: 767.98px) {
  .what-we-do .what-we-do-box .shadow-warp .icon-wrap {
    padding: 1.125rem;
    width: 6.75rem;
    aspect-ratio: 1/1;
    --notchSize: 16px
  }

  .what-we-do .what-we-do-box .shadow-warp .icon-wrap img {
    min-height: 100%;
    max-height: 100%
  }
}

@media (max-width: 575.98px) {
  .what-we-do .what-we-do-box {
    max-width: 320px;
    margin: 0 auto 2rem;
    padding: 20px;
    gap: 20px
  }

  .what-we-do .what-we-do-box .shadow-warp .icon-wrap {
    width: 4.25rem;
    padding: 0.75rem;
    --notchSize: 14px
  }

  .what-we-do .what-we-do-box .shadow-warp .icon-wrap img {
    min-height: 100%;
    max-height: 100%
  }
}

.across-industry {
  background: transparent linear-gradient(180deg, #290A38 0%, #2A0B39 24%, #452966 100%) 0% 0% no-repeat padding-box
}

.across-industry .title h2 {
  max-width: 700px;
  color: #fff
}

@media (min-width: 922px) {
  .across-industry .title {
    padding-bottom: 2.5rem
  }
}

.across-industry .across-indus-slider .icon-wrap {
  padding: 2.5rem 2rem
}

.across-industry .across-indus-slider .icon-wrap a.title-link {
  color: white
}

.across-industry .across-indus-slider .icon-wrap a.title-link:hover {
  text-decoration: underline
}

.across-industry .across-indus-slider .icon-wrap img {
  max-height: 100px;
  min-height: 100px
}

.across-industry .across-indus-slider .icon-wrap p {
  color: #fff
}

.across-industry .across-indus-slider .icon-wrap p.fs-5 {
  padding-top: 1.5rem;
  font-weight: 600
}

.across-industry .across-indus-slider .icon-wrap p:last-child {
  padding-top: .5rem;
  max-width: 250px;
  margin: 0 auto
}

.across-industry .across-indus-slider .slick-slide {
  transition: all 0.4s ease-in-out;
  margin: 1.25rem 0
}

.across-industry .across-indus-slider .slick-center,
.across-industry .across-indus-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
  box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.1)
}

.across-industry .across-indus-slider .slick-prev,
.across-industry .across-indus-slider .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent
}

.across-industry .across-indus-slider .slick-prev {
  left: 0
}

.across-industry .across-indus-slider .slick-next {
  right: 0
}

@media (max-width: 1199.98px) {
  .across-industry .across-indus-slider .icon-wrap img {
    max-height: 95px
  }
}

@media (max-width: 767.98px) {
  .across-industry .across-indus-slider {
    max-width: 90%;
    margin: 0 auto
  }

  .across-industry .across-indus-slider .icon-wrap p {
    padding-top: 1.15rem
  }

  .across-industry .across-indus-slider .icon-wrap img {
    max-height: 85px
  }

  .across-industry .across-indus-slider .slick-prev,
  .across-industry .across-indus-slider .slick-next {
    width: 20px;
    height: 20px
  }
}

@media (max-width: 575.98px) {
  .across-industry .across-indus-slider .slick-slide {
    transition: all 0.4s ease-in-out;
    margin: 1rem
  }

  .across-industry .across-indus-slider .slick-current {
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.1)
  }

  .across-industry .across-indus-slider .icon-wrap p {
    padding-top: 1.05rem
  }

  .across-industry .across-indus-slider .icon-wrap img {
    max-height: 75px
  }

  .across-industry .across-indus-slider .slick-prev {
    left: -20px
  }

  .across-industry .across-indus-slider .slick-next {
    right: -20px
  }
}

.customer-stories .review-sec {
  padding-top: 4.5rem
}

.customer-stories .review-sec .col-md-4 {
  padding-bottom: 1.5rem
}

.customer-stories .review-sec .col-md-4 .notched-box {
  padding: 2rem 0
}

.customer-stories .review-sec .col-md-4 .notched-box img {
  max-height: 85px;
  min-height: 80px
}

.customer-stories .review-sec .col-md-4 .notched-box .cta-wrap {
  padding-top: 0.5rem
}

@media (max-width: 991.98px) {
  .customer-stories .review-sec .col-md-4 {
    padding-bottom: 3rem
  }

  .customer-stories .review-sec .col-md-4 .notched-box {
    padding: 1.5rem 1.75rem
  }

  .customer-stories .review-sec .col-md-4 .notched-box .cta-wrap {
    padding-top: 0.35rem
  }

  .customer-stories .review-sec .col-md-4 .notched-box img {
    max-height: 65px;
    min-height: 60px
  }
}

@media (max-width: 767.98px) {
  .customer-stories .review-sec .col-md-4 {
    padding-bottom: 2.5rem
  }

  .customer-stories .review-sec .col-md-4 .shadow-wrap {
    max-width: 310px
  }

  .customer-stories .review-sec .col-md-4 .shadow-wrap .review-wrap {
    padding: 3rem 1.5rem
  }

  .customer-stories .review-sec .col-md-4 .shadow-wrap .review-wrap .cta-wrap {
    padding-top: 0.25rem
  }

  .customer-stories .review-sec .col-md-4 .shadow-wrap .review-wrap img {
    max-height: 55px;
    min-height: 75px
  }
}

@media (max-width: 575.98px) {
  .customer-stories .review-sec .col-md-4 {
    padding-bottom: 2.5rem
  }
}

.customer-stories .shadow-wrap {
  filter: drop-shadow(0px 4px 21px rgba(0, 0, 0, 0.1));
  max-width: 320px
}

.customer-stories .video-wrap {
  position: relative
}

.customer-stories .video-wrap .shadow-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%)
}

.customer-stories .video-wrap .shadow-wrap .notched-box {
  padding: 2.5rem 2.25rem;
  border-top: 9px solid #b066ff
}

@media (max-width: 1199.98px) {
  .customer-stories .video-wrap .shadow-wrap {
    top: 36%;
    transform: translate(0, -36%)
  }

  .customer-stories .video-wrap .shadow-wrap .notched-box {
    padding: 2rem 2.15rem
  }

  .customer-stories .video-wrap .shadow-wrap .notched-box a {
    font-size: 0.925rem
  }
}

@media (max-width: 991.98px) {
  .customer-stories .video-wrap .shadow-wrap {
    top: 26%;
    transform: translate(0, -26%);
    max-width: 280px
  }

  .customer-stories .video-wrap .shadow-wrap .notched-box {
    padding: 1.5rem 1.75rem
  }

  .customer-stories .video-wrap .shadow-wrap .notched-box a {
    font-size: 0.9rem
  }
}

@media (max-width: 575.98px) {
  .customer-stories .video-wrap .shadow-wrap .notched-box {
    padding: 1.5rem
  }

  .customer-stories .video-wrap .shadow-wrap .notched-box a {
    font-size: 0.85rem
  }
}

@media (max-width: 767.98px) {
  .customer-stories .video-wrap {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    max-width: 425px;
    margin: 0 auto
  }

  .customer-stories .video-wrap .shadow-wrap {
    position: relative;
    top: -40px;
    transform: inherit;
    max-width: 87%
  }
}

@media (max-width: 575.98px) {
  .customer-stories .video-wrap {
    padding-top: 0rem;
    padding-bottom: 2rem;
    max-width: 310px
  }

  .customer-stories .video-wrap .shadow-wrap {
    position: relative;
    top: -40px;
    transform: inherit;
    max-width: 87%
  }
}

@media (max-width: 575.98px) {
  .customer-stories .center-cta {
    padding-top: 2rem
  }
}

.customer-stories .casestudy-sec {
  padding-top: 4.5rem
}

.customer-stories .casestudy-sec .resource-card {
  border: 0;
  box-shadow: 0px 3px 40px #AFAFAF26
}

.customer-stories .casestudy-sec .resource-card .card-header {
  background-color: white;
  border: 0;
  padding: 2.5rem 2.5rem 0.5rem
}

.customer-stories .casestudy-sec .resource-card .card-header span {
  text-transform: uppercase
}

.customer-stories .casestudy-sec .resource-card .card-body {
  padding: 1rem 2.5rem
}

.customer-stories .casestudy-sec .resource-card .card-body .card-title {
  font-weight: 600;
  line-height: 1.65
}

.customer-stories .casestudy-sec .resource-card .card-footer {
  background-color: white;
  border: 0;
  padding: 0.5rem 2.5rem 2.5rem
}

.customer-stories .casestudy-sec .resource-card .card-footer a.card-link {
  color: #14B5F0;
  font-weight: 600;
  line-height: 1.5
}

.customer-stories .casestudy-sec .resource-card .card-footer a.card-link::after {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.20007 0.699951L7.60007 4.1001H4.20007L0.800049 0.699951H4.20007Z' fill='%2314B4EF' /%3E%3Cpath d='M4.20007 4.1001L0.800049 7.5H4.20007L7.60007 4.1001H4.20007Z' fill='%2314B4EF' /%3E%3C/svg%3E");
  width: 10px;
  height: 10px;
  padding-left: 0.25rem
}

.customer-stories .casestudy-sec .resource-card .card-footer a.card-link:hover::after {
  animation: slide1 1s ease-in-out infinite
}

@keyframes slide1 {

  0%,
  100% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(6px, 0)
  }
}

@media (max-width: 767.98px) {
  .customer-stories .casestudy-sec .resource-card {
    max-width: 425px;
    margin: 0 auto 2rem
  }
}

@media (max-width: 575.98px) {
  .customer-stories .casestudy-sec .resource-card {
    max-width: 312px;
    margin: 0 auto 2rem
  }
}

.customer-stories .new-resource {
  background-color: white;
  box-shadow: 0px 3px 40px #afafaf29;
  margin-top: 4rem;
  margin-bottom: 4rem
}

.customer-stories .new-resource .content-block {
  padding: 3rem
}

.customer-stories .new-resource .content-block p {
  position: relative;
  padding-bottom: 2rem;
  font-weight: 600
}

.customer-stories .new-resource .content-block p::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 2.5px;
  max-width: 125px;
  bottom: 1.5rem;
  left: 0%;
  background: linear-gradient(90deg, #14b4ef 0%, #14b4ef 25%, #00d273 25%, #00d273 50%, #b066ff 50%, #b066ff 75%, #ff6429 75%, #ff6429 100%)
}

.customer-stories .new-resource .content-block h2 {
  font-weight: 700;
  padding-bottom: 2rem;
  line-height: 44px
}

@media (max-width: 991.98px) {
  .customer-stories .new-resource .content-block {
    padding: 2.5rem 0 2.5rem 2.5rem
  }

  .customer-stories .new-resource .content-block h2 {
    font-size: 1.4rem;
    line-height: 1.45
  }
}

@media (max-width: 767.98px) {
  .customer-stories .new-resource {
    max-width: 425px;
    margin: 3rem auto;
    text-align: center
  }

  .customer-stories .new-resource .content-block {
    padding: 3rem 2rem
  }

  .customer-stories .new-resource .content-block p::after {
    left: 50%;
    transform: translateX(-50%)
  }

  .customer-stories .new-resource .content-block h2 {
    line-height: 34px
  }
}

@media (max-width: 575.98px) {
  .customer-stories .new-resource {
    max-width: 310px
  }
}

.customer-stories .featured-sec {
  background-color: #FAF5F2;
  padding: 5rem 2.5rem;
  position: relative;
  margin: 0 auto
}

.customer-stories .featured-sec .featured-badge {
  position: absolute;
  color: white;
  background-color: #FF6329;
  text-align: center;
  max-width: max-content;
  padding: 0.625rem 5rem;
  top: 0;
  clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%)
}

.customer-stories .featured-sec .featured-badge span {
  font-size: 0.75rem;
  text-transform: uppercase
}

.customer-stories .featured-sec .featured-wrap .featured-col {
  display: flex;
  align-items: center
}

.customer-stories .featured-sec .featured-wrap .featured-col .img-block {
  flex-basis: 40%;
  max-width: 85%;
  margin: 0 auto
}

.customer-stories .featured-sec .featured-wrap .featured-col .dotted-line {
  margin: 0 4rem;
  background-color: #B066FF;
  position: relative;
  width: 1.15px;
  height: 100%
}

.customer-stories .featured-sec .featured-wrap .featured-col .dotted-line::before,
.customer-stories .featured-sec .featured-wrap .featured-col .dotted-line::after {
  content: "";
  position: absolute;
  background-color: #B066FF;
  border-radius: 50%;
  width: 8.5px;
  height: 8.5px
}

.customer-stories .featured-sec .featured-wrap .featured-col .dotted-line::before {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%)
}

.customer-stories .featured-sec .featured-wrap .featured-col .dotted-line::after {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%)
}

.customer-stories .featured-sec .featured-wrap .featured-col .content-block {
  flex-basis: 60%
}

.customer-stories .featured-sec .featured-wrap .featured-col .content-block h2 {
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 1.5rem
}

@media (max-width: 1199.98px) {
  .customer-stories .featured-sec {
    padding: 4rem 2rem
  }

  .customer-stories .featured-sec .featured-wrap .featured-col .dotted-line {
    margin: 0 3rem
  }
}

@media (max-width: 767.98px) {
  .customer-stories .featured-sec {
    max-width: 425px;
    padding: 4rem 2.5rem 2rem
  }

  .customer-stories .featured-sec .featured-badge {
    left: 50%;
    padding: 0.5rem 4rem;
    transform: translateX(-50%)
  }

  .customer-stories .featured-sec .featured-wrap {
    text-align: center
  }

  .customer-stories .featured-sec .featured-wrap .featured-col {
    display: block
  }

  .customer-stories .featured-sec .featured-wrap .featured-col .img-block {
    max-width: 85%;
    margin: 0 auto;
    padding: 1.5rem 0 2.5rem
  }

  .customer-stories .featured-sec .featured-wrap .featured-col .dotted-line {
    width: 90%;
    height: 1px;
    margin: 0 auto
  }

  .customer-stories .featured-sec .featured-wrap .featured-col .dotted-line::before,
  .customer-stories .featured-sec .featured-wrap .featured-col .dotted-line::after {
    top: 50%;
    transform: translateY(-50%)
  }

  .customer-stories .featured-sec .featured-wrap .featured-col .dotted-line::before {
    left: 0
  }

  .customer-stories .featured-sec .featured-wrap .featured-col .dotted-line::after {
    right: 0;
    left: auto
  }

  .customer-stories .featured-sec .featured-wrap .featured-col .content-block {
    padding: 2.5rem 0 1.5rem
  }

  .customer-stories .featured-sec .featured-wrap .featured-col .content-block p {
    margin-bottom: 2rem
  }

  .customer-stories .featured-sec .featured-wrap .featured-col .content-block h2 {
    margin-bottom: 2rem
  }

  .customer-stories .featured-sec .featured-wrap .featured-col .content-block .btn-block {
    margin: 0 auto
  }
}

@media (max-width: 575.98px) {
  .customer-stories .featured-sec {
    max-width: 310px;
    padding: 4rem 2rem 2rem
  }
}

.customer-stories .news-slider {
  padding-top: 3rem;
  max-width: 1115px;
  margin: 0 auto
}

.customer-stories .news-slider .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1.5rem
}

.customer-stories .news-slider .img-wrap a {
  display: flex
}

.customer-stories .news-slider .img-wrap a img {
  max-height: 40px
}

.enterprise-ready-sec .what-we-do-box {
  align-items: center
}

.enterprise-ready-sec .what-we-do-box .content-wrap h5 {
  padding: 0;
  margin: 0;
  line-height: 1.45;
  max-width: 90%
}

@media (max-width: 991.98px) {
  .enterprise-ready-sec .what-we-do-box .content-wrap h5 {
    max-width: 100%
  }
}

@media (max-width: 767.98px) {
  .enterprise-ready-sec .what-we-do-box .content-wrap h5 {
    max-width: 90%
  }
}

@media (max-width: 575.98px) {
  .enterprise-ready-sec .what-we-do-box .content-wrap h5 {
    font-size: 1rem
  }
}

.slick-dots {
  position: absolute;
  bottom: -15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li.slick-active button::before {
  color: #14B5F0
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent
}

.slick-dots li button::before {
  font-family: 'slick';
  font-size: 25.7px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  color: #F2EBE3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.slide-modal {
  position: fixed;
  bottom: 0;
  left: -480px;
  z-index: 1030;
  transform: translate3d(0%, 0, 0);
  transition: opacity 0.3s linear, left 0.3s ease-out
}

.slide-modal .content-block {
  max-width: 480px
}

@media (max-width: 991.98px) {
  .slide-modal {
    left: -340px
  }

  .slide-modal .content-block {
    max-width: 340px
  }
}

.slide-modal.show {
  left: 0
}

.title h2 {
  position: relative;
  margin-top: 2.5rem
}

.title h2::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  max-width: 300px;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: #14b4ef;
  background: linear-gradient(90deg, #14b4ef 0%, #14b4ef 25%, #00d273 25%, #00d273 50%, #b066ff 50%, #b066ff 75%, #ff6429 75%, #ff6429 100%)
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0)
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0)
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
  opacity: 0
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp
}

#centerPopupModal .btn-center-popup {
  position: absolute;
  bottom: 30px;
  right: 30px
}

@media (min-width: 376px) {
  #centerPopupModal .btn-center-popup {
    bottom: 40px;
    right: 40px
  }
}

@media (min-width: 426px) {
  #centerPopupModal .btn-center-popup {
    bottom: 50px;
    right: 50px
  }
}