::-moz-selection {
  /* Code for Firefox */
  background-color: #9072A0;
  color: #fff;
}

::selection {
  background-color: #9072A0;
  color: #fff;
}

.bold {
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 0.02rem;
}

.yellow-bg {
  background-color: #FFF4E3;
}

html,
body {
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  overflow-x: hidden;
  font-size: 13px;
}

p {
  margin-bottom: 2rem;
}

audio {
  width: 100% !important;
}

.page-link {
  color: #331E4B;
}

.page-item.active .page-link {
  background-color: #331E4B;
  border-color: #331E4B;
}

.btn.btn-dp-yt {
  background-color: #331E4B;
  color: #FACF7C;
}

.btn.btn-dp-yt:hover {
  background-color: #FACF7C;
  color: #331E4B;
}

.feature-list .feature-list-item {
  padding-right: 15px;
}

.tiny-title {
  color: #331E4B;
}

.side-section {
  border: 1px solid #EFEFEF;
}

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

.dot {
  height: 20px;
  width: 20px;
  background-color: #331E4B;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}

.dot-border {
  border-bottom: 1px solid #E2E2E2;
  z-index: 2;
}

#mc_embed_signup {
  padding: 1.2rem;
}

#mc_embed_signup #mergeRow-gdpr .form-check-label .form-text {
  margin-top: 0;
}

#mc_embed_signup .response {
  color: #331E4B;
}

#product-drop {
  border: 0;
  background: unset;
}

#product-drop:active,
#product-drop:focus {
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#product-drop:hover {
  color: rgba(0, 0, 0, 0.7);
}

.link-drop:hover {
  background: #e8e7e7 !important;
}

.solutions {
  position: relative;
}

.solutions .solution-option {
  border: 1px solid #331E4B;
  position: relative;
  z-index: 1;
  background: #ffffff;
}

.solutions .solution-bg {
  height: 140px;
  background-color: #331E4B;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.dropdown-menu.show {
  border: none;
  display: inline-block;
}

.dropdown-menu.show li .engine:after {
  content: url("/img/icons/crown.svg");
}

.badge-primary {
  background-color: #331E4B;
}

.social-links {
  position: relative;
  width: 100%;
  z-index: 2;
}

.social-links .social-links-list {
  width: 100%;
  margin: 2rem auto;
  background: #ffffff;
  border: 1px solid #EFEFEF;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.social-links .social-links-list li {
  list-style: none;
  margin: 1rem 0;
}

.social-links .social-links-list li i {
  font-size: 1.3rem;
}

.recomm-list {
  text-transform: capitalize;
  padding-left: 0;
  text-decoration: underline;
  list-style: none;
  letter-spacing: 0.5px;
}

.recomm-list li {
  padding: 0.2rem 0;
}

@media (min-width: 769px) {
  .dropdown-menu.show {
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 250px;
  }
}

.alert-danger p {
  margin: 0;
}

.sp-pre {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("/img/loading-spinner.gif") center no-repeat #fff;
}

.container.no-jumbotron {
  padding-top: 5rem;
}

.main-banner .btn-cta.btn-primary:hover,
.main-banner .btn-cta.btn-primary:focus,
.main-banner .btn-cta.btn-primary:active {
  background-color: #331E4B;
  color: #FACF7C;
}

.row {
  padding: 1rem 0;
}

.btn {
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 0.02rem;
  background-color: #FACF7C;
  color: #331E4B;
  padding: 15px 50px;
  border: none;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
  background-color: #dddddd;
  color: #222222;
}

.btn.btn-secondary {
  border: 1px solid #FACF7C;
  background-color: transparent;
  color: #FACF7C;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary:active:focus {
  background-color: #dddddd;
  color: #222222;
}

.no-gutters-on-col {
  padding-right: 0;
  padding-left: 0;
}

.btns-for {
  margin-top: 20px;
}

.fu-icon {
  width: 80px;
  margin-bottom: 1rem;
}

a {
  color: #331E4B;
}

a:hover {
  color: #9072A0;
  text-decoration: none;
}

a.underline {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  line-height: 1.4;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.6rem;
}

.bg-d-purple {
  background-color: #331E4B;
  color: #ffffff;
}

.bg-l-grey {
  background-color: #EFEFEF;
}

.bg-t-purple {
  background-color: rgba(51, 30, 75, 0.56);
}

.text-white {
  color: #ffffff;
}

.text-d-purple {
  color: #331E4B;
}

.cta-link {
  color: #9072A0;
}

.cta-link:hover {
  color: #331E4B;
}

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

.platform-logos .icon-wrapper {
  text-align: center;
  width: 50%;
  padding: 2rem 0;
}

.platform-logos .icon-wrapper img {
  width: 50%;
  height: auto;
}

.modal-header {
  border: none;
}

#requestDemoForm .btn {
  background-color: #331E4B;
  color: white;
}

#requestDemoForm .btn:hover {
  background-color: #9072A0;
}

.learnmore-form {
  padding: 3rem 0;
}

.learnmore-form .form-group input {
  height: 3rem;
  text-indent: 1em;
}

.testimonial {
  position: relative;
  padding: 180px 0;
  color: #ffffff;
}

.testimonial .bg-web {
  position: absolute;
  opacity: 0.5;
  left: 0;
  bottom: 0;
  width: 40%;
}

.testimonial .t-avatar-outer-wrapper {
  padding: 3rem 0;
}

.testimonial .t-avatar-outer-wrapper .t-avatar-wrapper {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.testimonial .t-avatar-outer-wrapper .t-avatar-wrapper:nth-child(2),
.testimonial .t-avatar-outer-wrapper .t-avatar-wrapper:nth-child(3) {
  margin-left: 1rem;
}

.testimonial .t-avatar-outer-wrapper .t-avatar-wrapper img.rounded-circle {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 54px;
  left: 8px;
  top: 8px;
}

.testimonial .t-lower-third {
  display: inline-block;
  color: #FACF7C;
}

.testimonial .t-lower-third p {
  margin: 0;
}

.testimonial .testimonial-wrapper {
  position: relative;
}

footer {
  padding: 40px 0;
  font-size: 0.9rem;
}

footer .fab {
  font-size: 1.3rem;
}

footer .footer-menu {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}

footer .footer-menu .menu-link {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}

footer .footer-menu .menu-link.popup {
  cursor: pointer;
}

footer .footer-menu .menu-link:hover,
footer .footer-menu .menu-link:focus {
  color: #9072A0;
}

footer .footer-menu .copyright {
  padding: 10px 0;
}

.blog {
  position: relative;
  z-index: 2;
}

.blog .inner-wrapper {
  background-color: #ffffff;
  padding: 2rem;
  position: relative;
  top: -7rem;
}

.blog .inner-wrapper img {
  max-width: 100%;
  height: auto;
}

.blog .author {
  background-color: #EFEFEF;
  padding: 3rem;
}

.blog .home-link {
  position: relative;
  top: -10rem;
}

.blog .home-link a {
  color: #ffffff;
}

.blog-banner {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  filter: blur(4px);
  -webkit-filter: blur(4px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-index .category {
  font-weight: 700;
  color: #331E4B;
}

.blog-index .post {
  margin: 1rem 0;
}

.blog-index .post .non-first {
  border: 1px solid #EFEFEF;
  height: 100%;
}

.blog-index .post .info {
  padding: 2rem;
}

.blog-index .cover-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-index .cover-img.non-first {
  height: 260px;
}

.home-what-we-do {
  padding: 5rem 0;
}

.home-what-we-do .fv-icon {
  height: 100px;
  margin-bottom: 2rem;
}

.key-steps-wrapper {
  position: relative;
}

.key-steps-wrapper .bg-web {
  position: absolute;
  top: -250px;
  right: -70%;
  opacity: 0.5;
}

.key-steps-wrapper .key-steps .key-step-title {
  color: #331E4B;
}

.key-steps-wrapper .key-steps .img-fluid {
  max-height: 600px;
}

.key-steps-wrapper .sample-posts img {
  position: absolute;
  overflow: hidden;
}

.key-steps-wrapper .sample-posts img.top {
  right: 0;
  top: 0;
  -webkit-box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.25);
          box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.25);
}

.key-steps-wrapper .sample-posts img.second {
  right: 50%;
  top: 25%;
  -webkit-box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.54);
          box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.54);
}

.key-steps-wrapper .sample-posts img.third {
  right: -250%;
  top: -350px;
  -webkit-box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.75);
          box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.75);
}

.key-steps-wrapper .sample-posts img.fourth {
  right: -350%;
  top: -550px;
  -webkit-box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.62);
          box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.62);
}

.key-steps-wrapper .sample-metrics .profile {
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 2;
  top: 50px;
}

.key-steps-wrapper .sample-metrics .metrics {
  border: 3px solid #331E4B;
  padding: 40px;
  position: relative;
  z-index: 1;
  margin-bottom: 5rem;
}

.key-steps-wrapper .sample-metrics .metrics .kpi-type {
  margin: 20px 0;
  text-align: center;
}

.key-steps-wrapper .sample-metrics .metrics .kpi-type i {
  margin-right: 5px;
}

.key-steps-wrapper .sample-metrics .metrics .number {
  font-size: 2rem;
  font-family: 'Philosopher', sans-serif;
  color: #331E4B;
  margin-bottom: 5px;
}

.nav-alpha {
  background-color: #ffffff;
}

.nav-alpha .navbar-toggler {
  border: none;
}

.nav-main {
  color: #331E4B;
}

.nav-main li {
  margin: 0 0.5rem;
}

.menu-btn-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.menu-btn-list .nav-link.nav-cta {
  font-size: 0.8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: #331E4B;
  color: #FFF4E3;
}

.menu-btn-list .nav-link.nav-cta:hover {
  background-color: #FACF7C;
  color: #331E4B;
}

.youtube-video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 1;
}

.youtube-video-container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link-out {
  color: white;
}

.link-out:active,
.link-out:hover,
.link-out:focus {
  text-decoration: none;
  color: #FACF7C;
}

.case-study-figure {
  color: #9072A0;
}

.case-study-figure .number {
  font-size: 3rem;
  font-weight: 700;
}

.clients-logos img {
  margin: 2rem 0;
}

.clients-testimonials {
  margin-bottom: 5rem;
}

.clients-testimonials h2 {
  font-size: 1.4rem;
  color: #9072A0;
  margin: 2rem 0;
}

.clients-testimonials .lower-third {
  padding: 1rem;
  background-color: #331E4B;
  color: #ffffff;
  width: 100%;
  position: relative;
}

.clients-testimonials .lower-third p {
  margin: 0;
  text-align: right;
}

.clients-testimonials .fu-icon {
  position: absolute;
  z-index: 1;
}

.clients-testimonials .client-intro {
  border: 1px solid #9072A0;
  padding: 2rem;
}

.clients-testimonials .row {
  padding: 4rem 0;
}

.jumbotron {
  border-radius: 0;
  background-size: cover;
  background-position: 65%;
  color: #ffffff;
  padding-top: 55px;
  margin-bottom: 0;
}

.jumbotron.home {
  background-color: white;
  color: #181818;
}

.jumbotron.home .btn-cta {
  background-color: #331E4B;
  color: #FACF7C;
}

.jumbotron.home .btn-cta:hover,
.jumbotron.home .btn-cta:focus,
.jumbotron.home .btn-cta:active {
  background-color: #FACF7C;
  color: #331E4B;
}

.jumbotron.home .banner-pic img {
  width: 100%;
}

.jumbotron.about {
  background-image: url("/img/about_banner.jpg");
}

.jumbotron.contact {
  background-image: url("/img/about_banner.jpg");
}

.jumbotron.engine {
  background-image: url("/img/product/bg_process.png");
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: center 101%;
  background-color: #FFF4E3;
  color: #331E4B;
}

.jumbotron.shoplook {
  background-image: url("/img/banner_frame_w.jpg");
}

.jumbotron.influencer {
  background: url("/img/bg_influencer.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 30%;
}

.jumbotron.clients {
  background-color: #F7F7F7;
}

.jumbotron.terms {
  background-color: #331E4B;
}

.jumbotron.policy {
  background-color: #331E4B;
}

.jumbotron.no-jumbotron {
  display: none;
}

.jumbotron.sa {
  background-color: #F2E0FC;
}

.jumbotron.about .bg-t-purple {
  padding: 3.5rem 1rem;
  position: relative;
}

.jumbotron .banner-container {
  height: 100%;
}

.jumbotron .clients-banner {
  color: #181818;
}

.jumbotron .clients-banner .fu-icon {
  width: 15%;
  margin-right: 1rem;
}

.jumbotron .clients-banner .lower-third p {
  margin: 0;
  font-weight: 700;
}

.jumbotron .sa-banner {
  color: #331E4B;
}

.jumbotron .engine-banner .web-bg-banner {
  position: absolute;
  left: 0;
  right: 0;
  top: 15rem;
  width: 100%;
}

.jumbotron .engine-banner .upside,
.jumbotron .engine-banner .downside {
  position: absolute;
  width: 45%;
}

.jumbotron .engine-banner .upside {
  z-index: 2;
  left: 11%;
  top: 12%;
}

.jumbotron .engine-banner .downside {
  z-index: 1;
  right: 11%;
}

.jumbotron .engine-banner .icons-with-mockup .mockup {
  margin-top: 35%;
  position: relative;
  z-index: 3;
}

.jumbotron .engine-banner .icons-with-mockup .icon-list {
  padding-left: 0;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  text-align: center;
  top: 33%;
}

.jumbotron .engine-banner .icons-with-mockup .icon-list li {
  display: inline-block;
  width: 10%;
}

.jumbotron .engine-banner .icons-with-mockup .icon-list li img {
  width: 100%;
}

.jumbotron .engine-banner .icons-with-mockup .icon-list li:nth-child(2) {
  margin: 0 0.1rem;
}

.product-process {
  color: #FFF4E3;
}

.product-process .process-container {
  position: relative;
}

.product-process .process-container .process-text {
  font-weight: 700;
}

.product-process .process-container .bg-d-purple {
  z-index: 2;
  position: relative;
  color: inherit;
}

.leanrmore-wrapper .row {
  padding: 3rem 0;
}

.engine-content {
  position: relative;
}

.engine-content .solid-social-icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0;
}

.engine-content .solid-social-icons img {
  position: relative;
  width: 10%;
}

.engine-content .solid-social-icons img.ig {
  top: 0;
}

.engine-content .solid-social-icons img.youtube {
  top: -2.5rem;
}

.engine-content .solid-social-icons img.twitter {
  top: 0;
}

.engine-content .img-curate,
.engine-content .img-measure {
  width: 100%;
  position: relative;
}

.engine-content .divider {
  width: 33%;
  height: 1px;
  display: inline-block;
  border-bottom: 10px solid #FACF7C;
}

.engine-content .shoppable .shoppable-window {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.engine-content .shoppable .youtube-shop {
  position: relative;
  z-index: 3;
  width: 80%;
  margin-top: 3rem;
}

.engine-content .shoppable .ig-shop {
  position: relative;
  z-index: 2;
  width: 80%;
  margin-left: 3rem;
}

.team .name {
  margin-top: 2rem;
  margin-bottom: 0;
}

.team hr {
  border: none;
  height: 7px;
  color: #331E4B;
  background-color: #331E4B;
}

.team .title {
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 0.02rem;
  color: #333333;
}

.team .desc {
  font-size: 12px;
  line-height: 18px;
}

.believe {
  background-image: url("/img/web.svg");
  background-repeat: no-repeat;
  padding: 5rem 0;
}

.believe .inner-wrapper {
  background: #f8fafc;
  -webkit-box-shadow: 0px 3px 6px rgba(125, 125, 125, 0.1);
          box-shadow: 0px 3px 6px rgba(125, 125, 125, 0.1);
}

.believe .inner-wrapper h2 {
  position: relative;
}

.believe a {
  color: #9072A0;
  text-decoration: underline;
}

.impact-metrics .kpi-type {
  margin: 30px 0;
}

.impact-metrics .kpi-type .number {
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 0.02rem;
  font-size: 5rem;
  line-height: 1.3;
  color: #331E4B;
  border-bottom: 10px solid #FACF7C;
}

.impact-metrics .kpi-type .name {
  font-size: 1.3rem;
  margin-top: 1rem;
  display: inline-block;
}

@media (min-width: 768px) {
  .product-process .process-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6rem;
    border-top: 1px solid white;
    z-index: 1;
  }

  .key-steps-wrapper .row {
    padding: 20px 0;
  }

  .nav-alpha {
    background-color: rgba(255, 255, 255, 0.85);
  }

  .believe .inner-wrapper {
    padding: 3rem 5rem;
  }

  .believe .inner-wrapper h2 {
    left: -7rem;
  }

  .engine-content .shoppable .youtube-shop {
    width: 80%;
    margin-top: 6rem;
    margin-left: 3rem;
  }

  .engine-content .shoppable .ig-shop {
    width: 80%;
    margin-left: 8rem;
    margin-top: 1rem;
  }

  .menu-btn-list .nav-link.nav-cta {
    font-size: 1rem;
    margin-left: 0.5rem;
  }
}

@media (min-width: 992px) {
  html,
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  .social-links {
    position: absolute;
    width: auto;
    z-index: 2;
    top: 3rem;
    left: -4rem;
  }

  .social-links.sticky {
    position: fixed;
    top: 155px;
    left: 0;
    -webkit-transition: left 2s;
    transition: left 2s;
  }

  .social-links .social-links-list {
    text-align: center;
    width: auto;
    margin: 0;
    background: #ffffff;
    border: 1px solid #EFEFEF;
    padding: 1.5rem;
    display: block;
  }

  .social-links .social-links-list li {
    list-style: none;
    margin: 1rem 0;
  }

  .social-links .social-links-list li i {
    font-size: 1.3rem;
  }

  .key-steps-wrapper .row {
    padding: 60px 0;
  }

  .btns-for .btn-block {
    display: inline-block;
    margin-top: 0;
  }

  .btns-for .btn-block.btn-secondary {
    margin-left: 20px;
  }

  .blog .inner-wrapper {
    top: -10rem;
  }

  .blog-banner {
    height: 450px;
  }

  .clients-testimonials h2 {
    margin-top: 0;
  }

  .clients-testimonials .video-left .lower-third p {
    text-align: right;
  }

  .clients-testimonials .video-left .client-intro {
    padding: 2rem 2rem 4rem 3rem;
    margin-left: -3rem;
  }

  .clients-testimonials .video-left .lower-third {
    right: 15px;
  }

  .clients-testimonials .video-left .fu-icon {
    left: -1rem;
  }

  .clients-testimonials .video-right .lower-third p {
    text-align: left;
  }

  .clients-testimonials .video-right .client-intro {
    padding: 2rem 3rem 4rem 2rem;
    margin-right: -3rem;
  }

  .clients-testimonials .video-right .lower-left {
    left: 15px;
  }

  .clients-testimonials .video-right .fu-icon {
    right: -5rem;
  }

  .clients-testimonials .lower-third {
    width: 90%;
    position: absolute;
    bottom: -3rem;
  }

  .jumbotron.about .bg-t-purple {
    padding: 3.5rem;
  }

  .jumbotron .banner-container {
    height: auto;
    min-height: 600px;
  }

  .engine-content .row {
    padding: 5rem 0;
  }

  .engine-content .solid-social-icons {
    width: 130%;
    text-align: center;
    display: block;
  }

  .engine-content .solid-social-icons img.ig {
    width: 10%;
  }

  .engine-content .solid-social-icons img.youtube {
    width: 8%;
    margin: 0 4rem;
  }

  .engine-content .solid-social-icons img.twitter {
    width: 6%;
  }

  .engine-content .img-curate,
  .engine-content .img-measure {
    width: 130%;
  }

  .engine-content .img-measure {
    position: absolute;
    right: 0;
  }

  .engine-content .platform-logos .icon-wrapper {
    width: 25%;
  }

  .engine-content .platform-logos .icon-wrapper img {
    width: 70%;
    height: auto;
  }

  .engine-content .platform-logos .icon-wrapper img.api {
    width: 50%;
  }

  .engine-content .platform-logos .icon-wrapper img.wp {
    width: 40%;
  }

  .engine-content .platform-logos .icon-wrapper img.shopify {
    width: 90%;
  }

  .engine-content .shoppable .shoppable-window {
    width: 130%;
    right: -25rem;
    left: auto;
    top: 0;
  }

  .engine-content .shoppable .youtube-shop {
    margin-top: 6rem;
    margin-left: 6rem;
  }

  .engine-content .shoppable .ig-shop {
    margin-left: 0;
    margin-top: 1rem;
  }

  .key-steps-wrapper .sample-metrics .profile {
    position: absolute;
    top: 90px;
    max-width: 80%;
  }

  .key-steps-wrapper .sample-metrics .metrics {
    padding-right: 10px;
  }

  .key-steps-wrapper .sample-metrics .metrics .number {
    font-size: 1.6rem;
  }

  .key-steps-wrapper .sample-metrics .metrics .kpi-name {
    font-size: 0.8rem;
  }

  footer {
    padding: 10px 0;
    overflow: hidden;
  }

  footer .social-icons {
    float: left;
    margin-top: 30px;
  }

  footer .social-icons .fab {
    font-size: 1rem;
  }

  footer .footer-menu {
    float: right;
  }

  footer .footer-menu li {
    display: inline-block;
  }

  footer .footer-menu .menu-link {
    padding: 0  10px;
    border: none;
  }

  footer .footer-menu .menu-link:hover,
  footer .footer-menu .menu-link:focus {
    color: #9072A0;
  }

  footer .footer-menu .copyright {
    padding: 0 0 0 10px;
  }
}

@media (min-width: 1200px) {
  html,
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.2rem;
  }

  .jumbotron {
    padding-bottom: 0;
    min-height: 600px;
  }

  .testimonial .t-avatar-outer-wrapper {
    padding: 3rem 0;
  }

  .testimonial .t-avatar-outer-wrapper .t-avatar-wrapper:nth-child(2) {
    margin: 0;
    left: 3em;
    top: 6rem;
  }

  .testimonial .t-avatar-outer-wrapper .t-avatar-wrapper:nth-child(3) {
    margin: 0;
    left: 10em;
    top: 1rem;
  }

  .engine-content .img-curate,
  .engine-content .img-measure {
    width: 140%;
  }

  .engine-content .img-curate {
    position: relative;
    left: 7rem;
  }

  .engine-content .solid-social-icons {
    width: 100%;
    display: block;
    position: absolute;
  }

  .engine-content .solid-social-icons img {
    position: absolute;
    width: auto;
  }

  .engine-content .solid-social-icons img.ig {
    width: 12%;
    top: 0;
    left: 3rem;
  }

  .engine-content .solid-social-icons img.youtube {
    width: 10%;
    top: 10rem;
    left: 0;
    margin: 0;
  }

  .engine-content .solid-social-icons img.twitter {
    top: 18rem;
    left: 5rem;
  }

  .key-steps-wrapper .sample-metrics .profile {
    max-width: 100%;
    top: 30px;
    left: -30px;
  }

  .key-steps-wrapper .sample-metrics .metrics .number {
    font-size: 2rem;
  }

  .key-steps-wrapper .sample-metrics .metrics .kpi-name {
    font-size: 1rem;
  }

  .clients-testimonials .lower-third {
    width: 75%;
  }

  .clients-testimonials .video-left .fu-icon {
    left: 3rem;
  }

  .clients-testimonials .video-right .fu-icon {
    right: -2rem;
  }
}

@media (min-width: 1400px) {
  h1 {
    font-size: 2.2rem;
  }

  .blog .inner-wrapper {
    padding: 5rem;
  }

  .container {
    max-width: 1320px;
  }

  .clients-testimonials h2 {
    font-size: 2rem;
  }

  .clients-testimonials .client-intro p {
    font-size: 0.9rem;
  }

  .clients-testimonials .row {
    padding: 7rem 0;
  }

  .key-steps-wrapper .sample-metrics .profile {
    left: 20px;
  }
}


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