@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJuktqUYLkn8BJ.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
  padding: 0;
  margin: 0;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --black: #0B0B0B;
  --blue: #4F46E5;
  --purple: #C2BFFF;
  --purple-light: #ECECFF;
  --gray: #161C2D;
  --white: #ffffff;
  scroll-behavior: smooth;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--black);
  scroll-behavior: smooth;
}

@media (max-width: 767.99px) {
  body {
    font-size: 18px;
  }
}

a {
  text-decoration: none;
  color: var(--white);
  margin: 0;
  padding: 0;
}

a:hover {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--blue);
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 45px;
}

@media (max-width: 767.99px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 40px;
}

@media (max-width: 767.99px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 30px;
}

@media (max-width: 767.99px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 25px;
}

@media (max-width: 767.99px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--black);
  margin: 0;
  padding: 0;
}

@media (max-width: 767.99px) {
  p {
    font-size: 18px;
  }
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

@media (max-width: 767.99px) {
  figure img {
    width: 100%;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 767.99px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}

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

@media (max-width: 767.99px) {
  .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ispd {
  padding: 80px 0;
}

@media (max-width: 767.99px) {
  .ispd {
    padding: 40px 0;
  }
}

.heading-gutter {
  text-align: center;
}

.heading-gutter.eno h1,
.heading-gutter.eno h2,
.heading-gutter.eno h3,
.heading-gutter.eno h4,
.heading-gutter.eno h5,
.heading-gutter.eno p,
.heading-gutter.eno .top-text,
.home-head.eno figure,
.home-head.eno .number-item,
.marketing-team.eno .marketing-marquee,
.marketing-team.eno .testimonials-item,
.experience-zimmer.eno .tab-container,
.experience-zimmer.eno .btns,
.zimmer-experience.eno .experience-box,
.zimmer-cs-image.eno figure,
.zimmer-cs-image.eno .btns,
.pricing.eno .price-item,
.zimmer-form.eno figure,
.zimmer-form.eno .form-gutter,
.footer-top.eno figure,
.footer-top.eno p,
.footer-bottom.eno p,
.footer-bottom.eno ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.68s ease-in-out;
  transition: all 0.68s ease-in-out;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.heading-gutter.eno.addon h1,
.heading-gutter.eno.addon h2,
.heading-gutter.eno.addon h3,
.heading-gutter.eno.addon h4,
.heading-gutter.eno.addon h5,
.heading-gutter.eno.addon p,
.heading-gutter.eno.addon .top-text,
.home-head.eno.addon figure,
.home-head.eno.addon .number-item,
.marketing-team.eno.addon .marketing-marquee,
.marketing-team.eno.addon .testimonials-item,
.experience-zimmer.eno.addon .tab-container,
.experience-zimmer.eno.addon .btns,
.zimmer-experience.eno.addon .experience-box,
.zimmer-cs-image.eno.addon figure,
.zimmer-cs-image.eno.addon .btns,
.pricing.eno.addon .price-item,
.zimmer-form.eno.addon figure,
.zimmer-form.eno.addon .form-gutter,
.footer-top.eno.addon figure,
.footer-top.eno.addon p,
.footer-bottom.eno.addon p,
.footer-bottom.eno.addon ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}

.footer-top.eno figure,
.footer-bottom.eno p {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.footer-top.eno p,
.footer-bottom.eno ul {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.home-head.eno figure {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.heading-gutter.eno.addon h1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.heading-gutter.eno.addon .top-text {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.home-head.eno.addon .number-item:first-child {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.home-head.eno.addon .number-item:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.home-head.eno.addon .number-item:last-child {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.home-head.eno.addon figure {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.marketing-team.eno.addon .marketing-marquee {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.marketing-team.eno.addon .testimonials-item {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.experience-zimmer.eno.addon .tab-container {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.experience-zimmer.eno.addon .btns {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.zimmer-experience.eno.addon .experience-left .experience-box:first-child {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.zimmer-experience.eno.addon .experience-left .experience-box:last-child {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.zimmer-experience.eno.addon .experience-right .inner .experience-box:first-child {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.zimmer-experience.eno.addon .experience-right .inner .experience-box:last-child {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.zimmer-experience.eno.addon .experience-right .experience-box {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.zimmer-cs-image.eno.addon figure {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.zimmer-cs-image.eno.addon .btns {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.pricing.eno.addon .price-item:first-child {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.pricing.eno.addon .price-item:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.pricing.eno.addon .price-item:last-child {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.zimmer-form.eno.addon figure {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.zimmer-form.eno.addon .form-gutter {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.svg,
.marketing-team .testimonials-item:before,
.marketing-team .testimonials-item:after,
.experience-zimmer .tab-buttons .tab-button:before,
.experience-zimmer .tab-buttons .tab-button:after {
  background: url("../img/sprites.svg?v=2") no-repeat;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.form-gutter {
  margin: 40px 0 0;
}

@media (max-width: 767.99px) {
  .form-gutter {
    margin: 30px 0 0;
  }
}

.form-gutter .form-control {
  height: 58px;
}

.form-gutter .wpcf7-response-output {
  font-size: 16px;
  text-align: center;
}

.form-gutter .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}

.form-gutter .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 258px;
  font-weight: 600;
  margin: 0 auto 6px;
  text-transform: uppercase;
}

.form-gutter .wpcf7-not-valid-tip {
  font-size: 14px;
  text-align: left;
  margin: -10px 0 12px 0;
}

.form-gutter input,
.form-gutter select,
.form-gutter textarea {
  width: 100%;
  padding: 18px 20px;
  margin-bottom: 15px;
  border-radius: 30px;
  border: 1px solid var(--purple);
  background-color: var(--purple-light);
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #a8a4fc;
}

@media (max-width: 767.99px) {
  .form-gutter input,
  .form-gutter select,
  .form-gutter textarea {
    padding: 12px 15px;
    margin-bottom: 10px;
  }
}

.form-gutter select {
  background: url(../img/sprites.svg) no-repeat;
  background-color: var(--purple-light);
  background-position: right -117px top -294px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (max-width: 767.99px) {
  .form-gutter select {
    background-position: right -117px top -300px;
  }
}

.form-gutter input::-webkit-input-placeholder,
.form-gutter textarea::-webkit-input-placeholder {
  color: #a8a4fc;
}

.form-gutter input:-ms-input-placeholder,
.form-gutter textarea:-ms-input-placeholder {
  color: #a8a4fc;
}

.form-gutter input::-ms-input-placeholder,
.form-gutter textarea::-ms-input-placeholder {
  color: #a8a4fc;
}

.form-gutter input::placeholder,
.form-gutter textarea::placeholder {
  color: #a8a4fc;
}

.form-gutter .form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-gutter .form-flex input {
  width: 48%;
}

.form-gutter .btns {
  margin-top: 15px;
}

@media (max-width: 767.99px) {
  .form-gutter .btns {
    margin-top: 0;
  }
}

.form-gutter .btns .btn {
  cursor: pointer;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  min-width: 240px;
  height: 56px;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 25px;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  border: 1px solid transparent;
}

@media (max-width: 767.99px) {
  .btn {
    min-width: 225px;
    height: 46px;
    font-size: 18px;
  }
}

.btn.primary {
  background-color: var(--blue);
  border-color: var(--purple);
  color: var(--white);
}

.btn.primary:hover {
  color: var(--white);
  background: var(--black);
}

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.nav-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background: url("../img/sprites.svg?v=2") no-repeat;
  background-position: -127px -258px;
  cursor: pointer;
  pointer-events: all;
}

.nav-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.counter-carousel {
  position: relative;
}

.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

.modal .modal-content {
  width: 600px;
  padding: 7px 7px 0;
  margin: 0 auto;
  background: var(--purple-light);
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767.99px) {
  .modal .modal-content {
    width: 300px;
  }
}

.modal .modal-content .close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 16px;
  height: 16px;
  background: url(../img/sprites.svg?v=2) no-repeat;
  background-position: -139px -390px;
  cursor: pointer;
}

@media (max-width: 767.99px) {
  .modal .modal-content .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.modal .modal-content .inner .info {
  max-width: 350px;
  padding: 20px 77px 20px 65px;
}

@media (max-width: 767.99px) {
  .modal .modal-content .inner .info {
    max-width: 100%;
    padding: 20px;
  }
}

.modal .modal-content .inner .info h5 {
  margin-bottom: 15px;
}

.modal .modal-content .inner .info p {
  font-size: 12px;
}

@media (max-width: 767.99px) {
  .modal .modal-content .inner figure {
    margin-bottom: 15px;
  }
}

.wpcf7-response-output {
  display: none;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(347.5%, #5046E6));
  background: linear-gradient(180deg, #000000 0%, #5046E6 347.5%);
  padding: 15px 0;
  z-index: 99;
}

@media (max-width: 767.99px) {
  header figure {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

@media (max-width: 767.99px) {
  header .right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.99px) {
  header .right ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header .right ul li {
  margin: 0 15px;
}

@media (max-width: 767.99px) {
  header .right ul li {
    margin: 0 10px;
  }
}

header .right ul li a {
  position: relative;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 767.99px) {
  header .right ul li a {
    font-size: 18px;
  }
}

header .right ul li a::after {
  position: absolute;
  left: 50%;
  right: 50%;
  height: 3px;
  bottom: -5px;
  content: "";
  background-color: var(--purple);
  -webkit-transition: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

header .right ul li a:hover {
  color: var(--purple);
}

header .right ul li a:hover::after {
  left: 0;
  right: 0;
}

header .btn {
  min-width: 170px;
  height: 48px;
  margin-left: 15px;
}

@media (max-width: 767.99px) {
  header .btn {
    margin-left: 0;
    margin-top: 10px;
  }
}

.top-strip {
  position: fixed;
  width: 100%;
  top: 100px;
  z-index: 99;
}

@media (max-width: 767.99px) {
  .top-strip {
    top: 170px;
  }
}

.top-strip .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#C2BFFF));
  background: linear-gradient(90deg, #FFFFFF 0%, #C2BFFF 100%);
  border: 1px solid var(--white);
  border-radius: 50px;
  padding: 0 8px 0 30px;
  height: 44px;
}

@media (max-width: 767.99px) {
  .top-strip .inner {
    padding: 0 8px 0 15px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.top-strip .inner a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--black);
}

@media (max-width: 767.99px) {
  .top-strip .inner a {
    font-size: 15px;
  }
}

.top-strip .close {
  cursor: pointer;
  font-size: 28px;
  border: 2px solid #000;
  width: 30px;
  height: 30px;
  min-width: 30px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
}

.home-head {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.81%, #0B0B0B), to(#5046E6));
  background: linear-gradient(180deg, #0B0B0B 29.81%, #5046E6 100%);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(80, 70, 229, 0.2);
          box-shadow: 0px 4px 20px 0px rgba(80, 70, 229, 0.2);
  padding: 50px 0;
}

@media (max-width: 767.99px) {
  .home-head {
    padding: 50px 0 30px;
  }
}

.home-head .content-box {
  max-width: 50%;
}

@media (max-width: 767.99px) {
  .home-head .content-box {
    max-width: 100%;
  }
}

.home-head .content-box .heading-gutter {
  text-align: left;
}

.home-head .content-box .heading-gutter .top-text {
  font-size: 25px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 30px;
}

@media (max-width: 767.99px) {
  .home-head .content-box .heading-gutter .top-text {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.home-head .content-box .heading-gutter h1 {
  color: var(--white);
  margin-bottom: 10px;
}

.home-head .content-box .heading-gutter p {
  color: var(--white);
  max-width: 70%;
  margin-bottom: 35px;
}

@media (max-width: 767.99px) {
  .home-head .content-box .heading-gutter p {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.home-head figure {
  max-width: 600px;
}

@media (max-width: 767.99px) {
  .home-head figure {
    margin: 30px 0 10px;
  }
}

.home-head .number-item {
  width: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 70, 230, 0.3)), to(rgba(11, 11, 11, 0.3)));
  background: linear-gradient(180deg, rgba(80, 70, 230, 0.3) 0%, rgba(11, 11, 11, 0.3) 100%);
  border: 2px solid #857FFF;
  border-radius: 30px;
  text-align: center;
  padding: 30px 0 25px;
  margin-top: 50px;
}

@media (max-width: 767.99px) {
  .home-head .number-item {
    width: 100%;
    padding: 20px 0 25px;
    margin-top: 20px;
  }
}

.home-head .number-item .number {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
}

@media (max-width: 767.99px) {
  .home-head .number-item .number {
    font-size: 42px;
  }
}

.home-head .number-item p {
  color: var(--white);
}

@media (max-width: 767.99px) {
  .marketing-team .heading-gutter {
    padding: 0 15px;
  }
}

.marketing-team .heading-gutter h2 {
  font-size: 30px;
}

@media (max-width: 767.99px) {
  .marketing-team .heading-gutter h2 {
    font-size: 26px;
  }
}

.marketing-team .marketing-marquee {
  overflow: hidden;
  position: relative;
  padding: 30px 0 50px;
}

@media (max-width: 767.99px) {
  .marketing-team .marketing-marquee {
    padding: 10px 0 20px;
  }
}

.marketing-team .marketing-marquee .marquee-wrapper {
  position: relative;
  width: 100%;
  height: 100px;
}

.marketing-team .marketing-marquee .marquee-wrapper .marketing-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.marketing-team .marketing-marquee .marquee-wrapper .marketing-logos figure {
  padding: 0 50px;
}

.marketing-team .marketing-marquee .marquee-wrapper .marketing-logos figure img {
  max-width: unset;
}

@media (max-width: 767.99px) {
  .marketing-team .marketing-marquee .marquee-wrapper .marketing-logos figure {
    padding: 0 20px;
  }
  .marketing-team .marketing-marquee .marquee-wrapper .marketing-logos figure img {
    width: 100px;
  }
}

.marketing-team .testimonials-item {
  position: relative;
  border-radius: 35px;
  padding: 75px 150px;
  text-align: center;
  border: 1px solid #4F46E5;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(193, 191, 255, 0.5);
          box-shadow: 0px 0px 35px 0px rgba(193, 191, 255, 0.5);
}

@media (max-width: 767.99px) {
  .marketing-team .testimonials-item {
    padding: 75px 50px 75px;
  }
}

.marketing-team .testimonials-item:before, .marketing-team .testimonials-item:after {
  content: '';
  width: 82px;
  height: 67px;
  position: absolute;
  background-position: -207px -2px;
}

.marketing-team .testimonials-item:before {
  top: 38px;
  left: 38px;
}

@media (max-width: 767.99px) {
  .marketing-team .testimonials-item:before {
    left: 15px;
    top: 8px;
    scale: 0.75;
  }
}

.marketing-team .testimonials-item:after {
  right: 38px;
  bottom: 38px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 767.99px) {
  .marketing-team .testimonials-item:after {
    right: 15px;
    bottom: 8px;
    scale: 0.75;
  }
}

.marketing-team .testimonials-item figure {
  margin-bottom: 20px;
}

.marketing-team .testimonials-item p {
  font-weight: 500;
}

.marketing-team .testimonials-item p.team-text {
  color: var(--blue);
  margin-top: 25px;
}

.experience-zimmer {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-13.86%, #4F46E5), color-stop(144.44%, #0B0B0B));
  background: linear-gradient(180deg, #4F46E5 -13.86%, #0B0B0B 144.44%);
  -webkit-box-shadow: 0px 4px 20px 0px #C2BFFF;
          box-shadow: 0px 4px 20px 0px #C2BFFF;
}

.experience-zimmer .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 80px;
}

@media (max-width: 767.99px) {
  .experience-zimmer .tab-buttons {
    padding-left: 40px;
  }
}

.experience-zimmer .tab-buttons .tab-button {
  position: relative;
  background-color: var(--white);
  border: none;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #A9A9A9;
  padding: 18px 50px;
  margin: 10px 4px;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.experience-zimmer .tab-buttons .tab-button:before, .experience-zimmer .tab-buttons .tab-button:after {
  content: '';
  width: 35px;
  height: 19px;
  opacity: 0;
  position: absolute;
  background-position: -227px -81px;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.experience-zimmer .tab-buttons .tab-button:before {
  bottom: 0;
  left: -18px;
}

.experience-zimmer .tab-buttons .tab-button:after {
  bottom: -1px;
  right: -18px;
  width: 18px;
  -webkit-transform: rotate(93deg);
          transform: rotate(93deg);
}

@media (max-width: 767.99px) {
  .experience-zimmer .tab-buttons .tab-button {
    width: 120px;
    font-size: 16px;
    padding: 7px 20px;
    margin: 5px 2px;
    text-wrap: wrap;
  }
}

.experience-zimmer .tab-buttons .tab-button.active {
  border-radius: 20px 20px 0 0;
  font-size: 25px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: -1px;
}

@media (max-width: 767.99px) {
  .experience-zimmer .tab-buttons .tab-button.active {
    font-size: 18px;
  }
}

.experience-zimmer .tab-buttons .tab-button.active:before, .experience-zimmer .tab-buttons .tab-button.active:after {
  opacity: 1;
}

.experience-zimmer .tab-content {
  display: none;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
  background-color: var(--white);
  border-radius: 35px;
  padding: 20px;
  text-align: center;
}

.experience-zimmer .tab-content.active {
  display: block;
}

.experience-zimmer .btns {
  margin-top: 30px;
}

@media (max-width: 767.99px) {
  .experience-zimmer .btns {
    margin-top: 20px;
  }
}

.zimmer-experience .heading-gutter h2 {
  margin-bottom: 20px;
}

.zimmer-experience .heading-gutter p {
  margin-bottom: 20px;
}

.zimmer-experience .experience-box {
  display: inline-block;
  background-color: var(--purple-light);
  border-radius: 35px;
  padding: 25px 35px 35px;
  margin: 15px;
}

@media (max-width: 767.99px) {
  .zimmer-experience .experience-box {
    margin: 10px 0;
  }
}

.zimmer-experience .experience-box h3 {
  font-weight: 500;
  margin-bottom: 15px;
}

.zimmer-experience .experience-left .experience-box {
  width: 400px;
}

@media (max-width: 767.99px) {
  .zimmer-experience .experience-left .experience-box {
    width: 100%;
  }
}

.zimmer-experience .experience-right .inner .experience-box {
  height: 250px;
}

@media (max-width: 767.99px) {
  .zimmer-experience .experience-right .inner .experience-box {
    height: auto;
  }
}

.zimmer-experience .experience-right .experience-box {
  width: 96%;
}

@media (max-width: 767.99px) {
  .zimmer-experience .experience-right .experience-box {
    width: 100%;
  }
}

.zimmer-case-study {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-17.74%, #0B0B0B), to(#4F46E5));
  background: linear-gradient(180deg, #0B0B0B -17.74%, #4F46E5 100%);
}

.zimmer-case-study .heading-gutter h2 {
  font-size: 30px;
  font-weight: 500;
  color: var(--white);
}

@media (max-width: 767.99px) {
  .zimmer-case-study .heading-gutter h2 {
    font-size: 24px;
  }
}

.zimmer-case-study .heading-gutter h2 span {
  color: var(--purple);
}

.zimmer-case-study .zimmer-cs-image {
  text-align: center;
}

.zimmer-case-study .zimmer-cs-image figure {
  margin: 30px 0;
}

@media (max-width: 767.99px) {
  .zimmer-case-study .zimmer-cs-image figure {
    margin: 30px 0 20px;
  }
}

.pricing .heading-gutter h2 {
  margin-bottom: 30px;
}

@media (max-width: 767.99px) {
  .pricing .heading-gutter h2 {
    margin-bottom: 15px;
  }
}

.pricing .price-item {
  background-color: var(--purple-light);
  border: 1px solid var(--white);
  border-radius: 32px;
  padding: 40px 50px;
}

@media (max-width: 767.99px) {
  .pricing .price-item {
    width: 100%;
    padding: 30px 40px;
    margin: 10px 0;
  }
}

.pricing .price-item h5 {
  font-weight: 600;
  color: var(--black);
  margin-bottom: 30px;
}

@media (max-width: 767.99px) {
  .pricing .price-item h5 {
    margin-bottom: 25px;
  }
}

.pricing .price-item p {
  font-size: 15px;
  font-weight: 300;
  color: var(--blue);
  margin-bottom: 15px;
}

.pricing .price-item .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.pricing .price-item .price .price-text {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--black);
  margin-right: 15px;
}

.pricing .price-item .price .price-text span {
  color: var(--blue);
}

.pricing .price-item .price .price-text-s {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--black);
}

.pricing .price-item .price .price-text-s span {
  display: block;
  color: var(--blue);
}

.pricing .price-item ul {
  display: inline-block;
  margin: 20px 0 30px;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

@media (max-width: 767.99px) {
  .pricing .price-item ul {
    margin: 20px 0;
  }
}

.pricing .price-item ul li {
  position: relative;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--black);
  padding-left: 30px;
  margin-bottom: 15px;
}

.pricing .price-item ul li::before {
  position: absolute;
  content: '';
  top: 1px;
  left: 0;
  background: url(../img/sprites.svg?v=2) no-repeat;
  background-position: -139px -363px;
  width: 17px;
  height: 17px;
}

.pricing .nav-arrow {
  background-position: -127px -222px;
}

.zimmer-form.ispd {
  padding-top: 0;
}

.zimmer-form .experience-conversations {
  width: 500px;
}

.zimmer-form .experience-conversations .heading-gutter h2 {
  text-align: left;
}

.zimmer-form .form-bg {
  text-align: center;
  max-width: 640px;
}

@media (max-width: 767.99px) {
  .zimmer-form .form-bg {
    margin-top: 30px;
  }
}

.zimmer-form .form-bg p {
  font-weight: 500;
  color: var(--blue);
}

.zimmer-form .form-bg .form {
  background-color: var(--white);
  border: 1px solid var(--blue);
  -webkit-box-shadow: 0px 0px 35px 0px rgba(193, 191, 255, 0.5);
          box-shadow: 0px 0px 35px 0px rgba(193, 191, 255, 0.5);
  border-radius: 35px;
  padding: 50px 40px;
  padding-bottom: 12px;
  margin-bottom: 40px;
}

@media (max-width: 767.99px) {
  .zimmer-form .form-bg .form {
    padding: 30px 15px;
    margin-bottom: 20px;
  }
}

.zimmer-form .form-bg .form .heading-gutter h4 {
  font-weight: 500;
  color: var(--black);
  margin-bottom: 10px;
}

.zimmer-form .form-bg .form .heading-gutter p {
  font-weight: 300;
  color: var(--black);
  max-width: 350px;
  margin: 0 auto;
}

.cs-head {
  padding: 80px 0;
  position: relative;
}

@media (max-width: 767.99px) {
  .cs-head {
    padding: 70px 0;
    text-align: center;
    height: 80vh;
  }
}

.cs-head.type1 {
  background: url("../img/beer-brand-banner.webp") no-repeat center/cover;
}

@media (max-width: 767.99px) {
  .cs-head.type1 {
    background: url("../img/beer-brand-banner-m.webp") no-repeat 0 0/cover;
  }
}

.cs-head.type2 {
  background: url("../img/audi-banner.webp") no-repeat center/cover;
}

@media (max-width: 767.99px) {
  .cs-head.type2 {
    background: url("../img/audi-banner-m.webp") no-repeat 0 0/cover;
  }
}

.cs-head .cnts {
  max-width: 700px;
  color: var(--white);
}

.cs-head .cnts.type1 {
  max-width: 860px;
}

.cs-head .cnts .heading {
  color: var(--white);
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 38px;
}

@media (min-width: 768px) {
  .cs-head .cnts .heading {
    font-size: 52px;
  }
}

@media (max-width: 767.99px) {
  .cs-head .cnts .heading {
    font-size: 28px;
    margin-bottom: 16px;
  }
}

.cs-head .cnts .heading span {
  color: var(--purple);
}

.cs-head .cnts h1 {
  display: inline;
  color: inherit;
  margin: 0;
  line-height: inherit;
  font-size: inherit !important;
  font-weight: inherit !important;
}

@media (max-width: 767.99px) {
  .cs-head .cnts br {
    display: none;
  }
}

.cs-head .cnts .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767.99px) {
  .cs-head .cnts .data {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cs-head .cnts .data .info {
  height: 54px;
  width: 300px;
  font-size: 18px;
  padding: 0 21px;
  font-weight: 700;
  margin: 0 12px 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #ffffff80;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(137, 137, 137, 0.2)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(137, 137, 137, 0.2) 100%);
}

.cs-head .cnts .data .info.dark {
  color: var(--black);
}

.cs-head .cnts .heading,
.cs-head .cnts .data {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.cs-head.active .cnts .heading {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.cs-head.active .cnts .data {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.counter-gutter {
  padding: 60px 0;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.54%, #0b0b0b), color-stop(165.77%, #5046e6));
  background: linear-gradient(360deg, #0b0b0b 9.54%, #5046e6 165.77%);
  position: relative;
}

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

.counter-gutter .top i.circle {
  width: 90px;
  height: 90px;
  display: inline-block;
  border-radius: 100%;
  background: #4f46e5;
}

@media (max-width: 767.99px) {
  .counter-gutter .top i.circle {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.counter-gutter .top i.svg {
  width: 72px;
  height: 72px;
  margin-left: -80px;
  position: relative;
}

.counter-gutter .top i.svg.icon1 {
  background-position: -2px -77px;
}

.counter-gutter .top i.svg.icon2 {
  background-position: -1px -2px;
}

.counter-gutter .top i.svg.icon3 {
  background-position: -4px -153px;
}

.counter-gutter .top i.svg.icon4 {
  background-position: -5px -225px;
}

.counter-gutter .top i.svg.icon5 {
  background-position: 3px -344px;
}

.counter-gutter .top i.svg.icon6 {
  background-position: -2px -415px;
}

.counter-gutter .top i.svg.icon7 {
  background-position: 5px -480px;
}

.counter-gutter .bottom {
  color: var(--white);
  font-size: 18px;
}

.counter-gutter .bottom .number {
  display: block;
  font-size: 60px;
  font-weight: 800;
}

@media (max-width: 767.99px) {
  .counter-gutter .bottom .number {
    font-size: 40px;
  }
}

.counter-gutter .bottom p {
  margin-bottom: 0;
  color: var(--white);
}

.content-gutter {
  text-align: center;
}

@media (max-width: 767.99px) {
  .content-gutter {
    text-align: left;
  }
}

.content-gutter h3 {
  color: var(--blue);
  margin-bottom: 12px;
  text-align: center;
}

@media (max-width: 767.99px) {
  .content-gutter h3 {
    text-align: left;
  }
}

.content-gutter .box {
  padding: 40px 50px;
}

@media (max-width: 767.99px) {
  .content-gutter .box {
    padding: 20px 10px;
  }
}

.content-gutter .data {
  margin-bottom: 32px;
}

@media (max-width: 767.99px) {
  .content-gutter .data {
    margin-bottom: 22px;
  }
}

.content-gutter .data ul li {
  color: var(--black);
  margin: 0 0 18px 24px;
}

.primary-box {
  padding: 45px 0px 45px 50px;
  border-radius: 20px;
  background-color: var(--purple-light);
  border: 1px solid var(--blue);
  text-align: left;
}

.primary-box.second {
  padding: 45px 50px;
}

@media (max-width: 767.99px) {
  .primary-box.second {
    padding: 20px 15px;
  }
}

.primary-box.second .data {
  max-width: 650px;
}

@media (max-width: 767.99px) {
  .primary-box {
    padding: 20px 15px;
  }
}

.primary-box .data {
  max-width: 750px;
  padding-right: 50px;
}

@media (max-width: 767.99px) {
  .primary-box .data {
    padding-right: 0;
  }
}

.primary-box .data h3 {
  text-align: left;
}

.primary-box .data p {
  margin-bottom: 18px;
}

.awards.ispd {
  padding-top: 0;
}

.awards .awards-bg {
  position: relative;
}

.awards .awards-bg figure {
  height: 215px;
}

@media (max-width: 767.99px) {
  .awards .awards-bg figure {
    height: 70px;
  }
}

.awards .awards-bg figure img {
  height: 100%;
}

.awards .awards-bg .awards-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 50px;
}

@media (max-width: 767.99px) {
  .awards .awards-bg .awards-info {
    padding-left: 15px;
  }
}

.awards .awards-bg .awards-info h3 {
  color: var(--white);
}

@media (max-width: 767.99px) {
  .awards .awards-bg .awards-info h3 {
    font-size: 12px;
  }
}

.awards .awards-bg .awards-info ul {
  padding: 10px 0 0 20px;
  list-style: disc;
}

@media (max-width: 767.99px) {
  .awards .awards-bg .awards-info ul {
    max-width: 200px;
    padding: 3px 0 0 15px;
  }
}

.awards .awards-bg .awards-info ul li {
  font-size: 25px;
  font-weight: 600;
  color: var(--white);
}

@media (max-width: 767.99px) {
  .awards .awards-bg .awards-info ul li {
    font-size: 10px;
  }
}

.cs-form.ispd {
  padding-top: 0;
}

.cs-form .form {
  background-color: var(--white);
  border: 1px solid var(--blue);
  -webkit-box-shadow: 0px 0px 35px 0px rgba(193, 191, 255, 0.5);
          box-shadow: 0px 0px 35px 0px rgba(193, 191, 255, 0.5);
  border-radius: 35px;
  padding: 50px 80px;
}

@media (max-width: 767.99px) {
  .cs-form .form {
    padding: 30px 15px;
    margin-bottom: 20px;
  }
}

.cs-form .form .heading-gutter h3 {
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 10px;
}

.cs-form .form .heading-gutter p {
  color: var(--black);
  margin: 0 auto;
}

.wp-head {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.81%, #0B0B0B), to(#5046E6));
  background: linear-gradient(180deg, #0B0B0B 29.81%, #5046E6 100%);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(80, 70, 229, 0.2);
          box-shadow: 0px 4px 20px 0px rgba(80, 70, 229, 0.2);
  padding: 50px 0;
}

@media (max-width: 767.99px) {
  .wp-head {
    padding: 30px 0;
  }
}

.wp-head .content-box {
  max-width: 50%;
}

@media (max-width: 767.99px) {
  .wp-head .content-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 10px;
  }
}

@media (max-width: 767.99px) {
  .wp-head .content-box {
    max-width: 100%;
  }
}

.wp-head .content-box .heading-gutter {
  text-align: left;
}

@media (max-width: 767.99px) {
  .wp-head .content-box .heading-gutter {
    text-align: center;
  }
}

.wp-head .content-box .heading-gutter .top-text {
  font-size: 25px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 10px;
}

@media (max-width: 767.99px) {
  .wp-head .content-box .heading-gutter .top-text {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.wp-head .content-box .heading-gutter h1 {
  color: var(--white);
  margin-bottom: 40px;
}

.wp-head figure {
  max-width: 600px;
}

@media (max-width: 767.99px) {
  .wp-head figure {
    margin: 15px 0 40px;
  }
}

.wp-content-gutter .wp-content-box {
  background-color: var(--purple-light);
  border-radius: 35px;
  padding: 50px;
}

@media (max-width: 767.99px) {
  .wp-content-gutter .wp-content-box {
    padding: 30px 15px;
  }
}

.wp-content-gutter .wp-content-box .inner .wp-content {
  max-width: 600px;
  padding-right: 50px;
}

@media (max-width: 767.99px) {
  .wp-content-gutter .wp-content-box .inner .wp-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
  }
}

.wp-content-gutter .wp-content-box .inner figure {
  margin-bottom: 30px;
}

.wp-content-gutter .wp-content-box .wp-content p {
  margin-bottom: 20px;
}

.wp-content-gutter .wp-content-box .wp-content ul {
  list-style-type: disc;
  padding-left: 30px;
  margin-bottom: 30px;
}

.wp-content-gutter .wp-content-box .wp-content ul li {
  font-size: 20px;
  margin-bottom: 5px;
}

@media (max-width: 767.99px) {
  .wp-content-gutter .wp-content-box .wp-content ul li {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.wp-form.ispd {
  padding-top: 0;
}

.wp-form .form {
  background-color: var(--white);
  border: 1px solid var(--blue);
  -webkit-box-shadow: 0px 0px 35px 0px rgba(193, 191, 255, 0.5);
          box-shadow: 0px 0px 35px 0px rgba(193, 191, 255, 0.5);
  border-radius: 35px;
  padding: 50px 80px;
}

@media (max-width: 767.99px) {
  .wp-form .form {
    padding: 30px 15px;
    margin-bottom: 20px;
  }
}

.wp-form .form .heading-gutter h3 {
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 10px;
}

.wp-form .form .heading-gutter p {
  font-weight: 300;
  color: var(--black);
  margin: 0 auto;
}

footer {
  background-color: var(--black);
}

@media (max-width: 767.99px) {
  footer .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

footer hr {
  width: 90%;
  margin: 0 auto;
  border-color: var(--purple);
}

footer .footer-top {
  padding: 50px 0;
}

@media (max-width: 767.99px) {
  footer .footer-top {
    padding: 30px 0;
  }
}

footer .footer-top figure {
  width: 220px;
  margin: 0 0 10px;
}

footer .footer-top p {
  max-width: 620px;
  color: var(--white);
}

@media (max-width: 767.99px) {
  footer .footer-top p {
    max-width: 100%;
  }
}

footer .footer-bottom {
  padding: 50px 0;
}

@media (max-width: 767.99px) {
  footer .footer-bottom {
    padding: 30px 0;
  }
}

footer .footer-bottom p {
  color: var(--white);
}

@media (max-width: 767.99px) {
  footer .footer-bottom p span {
    display: block;
    margin-bottom: 5px;
  }
}

footer .footer-bottom p a {
  text-decoration: underline;
}

footer .footer-bottom p a:hover {
  text-decoration: none;
}

footer .footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.99px) {
  footer .footer-bottom ul {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}

footer .footer-bottom ul li {
  margin-left: 20px;
}

@media (max-width: 767.99px) {
  footer .footer-bottom ul li {
    margin-left: 0;
  }
}

footer .footer-bottom ul li a {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

footer .footer-bottom ul li .linkedin {
  background-position: -227px -288px;
}
/*# sourceMappingURL=app.css.map */