#btn-hero {
}

#pricing-table {
  margin-bottom: 70px;
}

#header {
  /*background-color: #cbcae1;*/
  background-image: url("../../assets/img/hero-blank-background.png");
  background-repeat: no-repeat;
  background-position: top;
  min-height: 455px;
  background-size: cover;
  margin-bottom: 100px;
}

#header-test {
  /*background-color: #cbcae1;*/
  background-image: url("../../assets/img/hero-blank-background.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  #header {
    margin-bottom: -80px;
  }
}

body {
  padding-top: 60px;
}

.hero-txt span {
  font-weight: 700;
}

.bg-teal {
    background-color: #7ac4d3;
}

.bg-purple {
    background-color: #3d3d5;
}

.bg-gray-1 {
    background-color: #f3f3f9;
}

.bg-gray-2 {
    background-color: #ebecf5;
}

.bg-gray-3 {
    background-color: #e0e1ee;
}

.bg-gray-4 {
    background-color: #fafafa;
}

.afs-left-container {
    width: 100%;
}

.text-teal {
    color: #88bcd0;
}

.btn-teal {
    border-radius: 30px;
    background-color: #88bcd0;
    padding: 15px 30px;
    color: #ffffff;
    font-size: 23px;
    font-family: 'Comfortaa';
    font-weight: 700;
    transition: 1s;
    transform: scale(1.0);
}

.btn-teal:hover {
    color: #ffffff;
    transition: .4s;
    transform: scale(1.1);
}


.btn-purple {
    border-radius: 30px;
    background-color: #5d62a7;
    padding: 15px 30px;
    color: #ffffff;
    font-size: 23px;
    font-family: 'Comfortaa';
    font-weight: 700;
    transition: 1s;
    transform: scale(1.0);
}



.btn-purple:hover {
    color: #ffffff;
    transition: .4s;
    transform: scale(1.1);
}

.btn-outline {
    border-radius: 30px;
    background-color: #ffffff;
    border: 1px solid #5d62a7;
    padding: 15px 30px;
    color: #5d62a7;
    font-size: 23px;
    font-family: 'Comfortaa';
    font-weight: 700;
    transition: 1s;
    transform: scale(1.0);
}

.btn-outline:hover {
    color: #5d62a7;
    transition: .4s;
    transform: scale(1.1);
}


.font-primary {
  font-family: 'Comfortaa';
  font-weight: 300;
}

.afs-card {
    font-family: 'Comfortaa';
    font-weight: 700;
    background-color: #7ac4d3;
    border-radius: 30px;
    padding: 20px;
    display: inline-block;
}

.asf-title {
    font-family: 'Comfortaa';
    font-weight: 700;
    font-size: 36px;
    color: #5e60ab;
}

.asf-subtitle {
    font-family: 'Comfortaa';
    font-weight: 300;
    font-size: 24px;
    color: #5e60ab;
}

.asf-title--teal {
    font-family: 'Comfortaa';
    font-weight: 700;
    font-size: 36px;
    color: #88bcd0;
}

.asf-subtitle--teal {
    font-family: 'Comfortaa';
    font-weight: 300;
    font-size: 24px;
    color: #88bcd0;
}

.asf-title--right {
    font-family: 'Comfortaa';
    font-weight: 700;
    font-size: 25px;
    color: #605d6e;
}

.asf-subtitle--right {
    font-family: 'Comfortaa';
    font-weight: 300;
    font-size: 18px;
    color: #605d6e;
}

.hero-sub {
  padding: 10px;
  color: #3d3d54;
  font-family: 'Comfortaa';
  font-weight: 300;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 60px;
}

.hero-txt {
  padding: 10px;
  color: #3d3d54;
  font-family: 'Comfortaa';
  font-weight: 300;
  font-size: 53px;
  line-height: 73px;
  margin-top: 75px;
}

#btn-hero {
  background-color: #645faa;
  border-radius: 20px;
  padding: 12px 30px;
  border: none;
  margin-top: 10px;
}

#btn-hero-green {
  background-color: #7ac4d3;
  border-radius: 20px;
  padding: 12px 30px;
  border: none;
  margin-top: 10px;
}

#btn-hero-white {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 12px 30px;
  border: none;
  color: #7ac4d3;
}

#btn-hero-white:hover {
  background-color: #7ac4d3;
  border-radius: 20px;
  padding: 12px 30px;
  border: none;
  color: #ffffff;
}

#btn-hero-green:hover {
  background-color: #7b9ed3;
  border-radius: 20px;
  padding: 12px 30px;
  border: none;
}

#btn-hero:hover {
  background-color: #7b9ed3;
}

#btn-line-green {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 5px 20px 5px 20px;
  border: 1px solid #a5d9cd;
  color: #a5d9cd;
  margin-left: 23px;
  font-size: 12px;
  display: inline-flex;
  font-family: 'Comfortaa';
  font-weight: 500;
  transition: .5s;
}

@media (min-width: 768px) {
  #btn-line-green {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  #btn-line-green {
    margin-left: 0px;
  }
}

#btn-line-green:hover {
  background-color: #a5d9cd;
  color: #ffffff;
  transition: .5s;
}

#btn-line-blue {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 5px 20px 5px 20px;
  border: 1px solid #7ac4d3;
  color: #7ac4d3;
  margin-left: 23px;
  font-size: 12px;
  display: inline-flex;
  font-family: 'Comfortaa';
  font-weight: 500;
}

#btn-line-blue:hover {
  background-color: #a5d9cd;
  color: #ffffff;
  transition: .5s;
}

.header-txt h1 {
  color: #7ac4d3;
  font-size: 39px;
  font-family: 'Comfortaa';
  margin-bottom: 15px;
  line-height: 57px;
  font-weight: 300;
}

.header-txt h2 {
  color: #4a5582;
  font-size: 22px;
  font-family: 'Comfortaa';
  margin-bottom: 15px;
  line-height: 33px;
  font-weight: 300;
  padding: 0px 35px 0px 35px;
  margin-bottom: 0px;
  text-align: left;
}

@media (min-width: 576px) {
  .header-txt h2 {
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    padding: 0px 40px 0px 30px;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .header-txt h2 {
    color: #4a5582;
    font-size: 24px;
    font-family: 'Comfortaa';
    margin-bottom: 15px;
    line-height: 37px;
    font-weight: 300;
    padding: 0px 40px 0px 60px;
    margin-bottom: 0px;
    text-align: left;
  }
}

@media (max-width: 576px) {
  .header-txt h1 {
    line-height: 40px;
    font-weight: 300;
    font-size: 30px;
  }
}

.header-txt p {
  color: #3d3d54;
  font-size: 18px;
  font-family: 'Comfortaa';
  margin-bottom: 15px;
  padding: 0px 20px;
  line-height: 30px;
  font-weight: 300;
}

@media (min-width: 576px) {
  .header-txt p {
    color: #3d3d54;
    font-size: 18px;
    font-family: 'Comfortaa';
    margin-bottom: 15px;
    padding: 0px 20px;
    line-height: 30px;
    font-weight: 300;
  }
}

.header-txt {
  margin: 50px 0px 0px 0px;
}

#icon-set {
  padding: 10px 25px 20px 25px;
  margin: 15px 0px;
}

#icon-set img {
  max-width: 140px;
}

#icon-set h4 {
  font-family: 'Comfortaa';
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: #3d3d54;
  margin: 25px 0px 0px 0px;
}

#icon-set a {
  font-family: 'Comfortaa';
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: #3d3d54;
  margin: 25px 0px 0px 0px;
  text-decoration: none;
}

#icon-set a:hover {
  color: #7ac4d3;
}

#icon-set p {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #3d3d54;
  margin: 15px 0px 0px 0px;
  padding: 0px 15px;
}

#mod-right {
  padding: 20px;
}

#mod-right h2 {
  font-family: 'Comfortaa';
  font-size: 27px;
  color: #7ac4d3;
  font-weight: 300;
  line-height: 42px;
}

#mod-right p {
  font-family: 'Comfortaa';
  font-size: 16px;
  color: #3d3d54;
  font-weight: 300;
  line-height: 28px;
  margin: 20px 0px 0px 0px;
}

#mod-image img {
  width: 80%;
}

#mod-button {
  margin: 30px 0px 0px 0px;
}

@media (max-width: 768px) {
  #mod-right {
    margin: 30px 0px 30px 0px;
  }
}

#mod-wrapper {
  margin: 120px 0px;
}

@media (max-width: 768px) {
  #mod-wrapper {
    margin: 35px 0px;
  }
}

.logo-wrapper img {
  max-width: 200px;
}

.logo-wrapper {
  text-align: center;
}

#logo-container {
  margin: 30px 0px 10px 0px;
}

#logo-container-bottom {
  margin: 0px 0px 30px 0px;
}

#logos {
  margin: 30px 0px 60px 0px;
}

.contact-txt {
}

#contact-wrapper {
  padding: 20px 20px 0px 20px;
  background-color: #f5f5f6;
}

.spacer {
  background-color: #f5f5f6;
  height: 70px;
}

.spacer-half {
  background-color: #f5f5f6;
  height: 45px;
  border-radius: 30px;
}

.spacer-form {
  background-color: #f5f5f6;
  height: 15px;
  border-radius: 30px;
}

.spacer-white {
  background-color: #ffffff;
  height: 70px;
}

#footer img {
  max-width: 300px;
}

#footer {
  background-color: #3d3d54;
  padding: 30px;
}

#footer p {
  color: #ffffff;
  margin-top: 50px;
  font-family: 'Comfortaa';
  font-weight: 300;
  line-height: 24px;
  font-size: 13px;
}

.hero-right {
  margin-bottom: -42px;
}

@media (min-width: 576px) {
  .hero-right {
    margin-bottom: -52px;
  }
}

.hero-right img {
  max-width: 105%;
}

@media (min-width: 768px) {
  .hero-right img {
    display: none;
  }
}

@media (min-width: 992px) {
  .hero-right img {
    display: initial;
    max-width: 104%;
  }
}

.hero-left {
  padding: 20px 20px 20px 20px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .hero-left {
    padding: 20px 20px 50px 20px;
  }
}

@media (min-width: 992px) {
  .hero-left {
    padding: 20px 20px 20px 20px;
  }
}

.hero-left h1 {
  font-family: 'Comfortaa';
  font-weight: 300;
  color: #3d3d54;
  line-height: 1.4;
  font-size: 300%;
}

@media (max-width: 576px) {
  .hero-left h1 {
    line-height: 1.4;
    font-size: 230%;
  }
}

.hero-left p {
  font-family: 'Comfortaa';
  font-weight: 300;
  color: #3d3d54;
  line-height: 1.6;
  font-size: 110%;
}

.hero-left span {
  font-weight: 700;
}

#cf {
  height: auto;
  width: 100%;
  margin: 0px 0px 170px 0px;
}

#cf img {
  position: absolute;
  left: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity .5s ease-in-out;
  right: 0;
  margin: auto;
}

#cf img.top:hover {
  opacity: 0;
}

#dropdown-custom {
  background-color: red;
}

#dropdown-custom btn btn-primary dropdown-toggle {
  background-color: #ffffff;
}

.btn-new {
  background-color: #2A3F54 !important;
  box-shadow: none !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .5em;
  background: #efefef;
  border: none;
  border-radius: 3px;
  padding: 1em 2em 1em 1em;
  font-size: 1em;
}

.select-container {
  position: relative;
}

.select-container:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}

.select-container:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 1em;
  right: 1em;
  border-top: 8px solid #7ac4d3;
  opacity: .7;
}

select::-ms-expand {
  display: none;
}

#main {
  margin-top: 75px;
}

@media (max-width: 576px) {
  #main {
    margin-top: 20px;
  }
}

#navcol-1 {
  border: none;
}

.navbar-light .navbar-toggler {
  border: none;
}

.navbar-light .navbar-nav .nav-link {
  color: #3d3d54;
  font-family: 'Comfortaa';
  font-weight: 300;
  font-size: 15px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #7ac4d3;
}

.navbar-light .navbar-toggler-icon {
  color: red;
}

#gradient-bar {
  background: rgb(221,221,236);
  background: -moz-linear-gradient(90deg, rgba(221,221,236,1) 0%, rgba(220,238,237,1) 35%, rgba(197,220,228,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(221,221,236,1) 0%, rgba(220,238,237,1) 35%, rgba(197,220,228,1) 100%);
  background: linear-gradient(90deg, rgba(221,221,236,1) 0%, rgba(220,238,237,1) 35%, rgba(197,220,228,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ddddec",endColorstr="#c5dce4",GradientType=1);
  height: 25px;
}

#section-header {
  padding: 30px 20px;
  margin-top: 30px;
}

#section-header-icon {
  padding: 0px 0px 0px 13px;
  margin-top: 40px;
}

#section-header-icon img {
  height: 55px;
}

#section-header-txt {
  padding: 20px 20px;
  margin-bottom: 60px;
}

@media (max-width: 576px) {
  #section-header-txt {
    padding: 20px 20px;
    margin-bottom: 36px;
  }
}

#section-header-txt button {
  padding: 10px 25px;
  margin-top: 21px;
  border-radius: 33px;
}

#section-header-txt h1 {
  font-family: 'Comfortaa';
  font-weight: 300;
  color: #4a5582;
  line-height: 1.4;
  font-size: 186%;
}

@media (max-width: 576px) {
  #section-header-txt h1 {
    line-height: 1.6;
    font-size: 130%;
  }
}

#section-main-content {
  background-color: #f5f6f8;
  padding: 70px 20px 20px 20px;
  text-align: center;
  margin: 0px 0px 0px 0px;
}

#section-main-content h5 {
  color: #afacb6;
  font-family: 'Comfortaa';
  font-weight: 300;
  text-transform: uppercase;
  font-size: 21px;
  padding: 10px 0px 20px 0px;
}

#section-main-content h1 {
  color: #7ac4d3;
  font-family: 'Comfortaa';
  font-weight: 300;
  font-size: 39px;
  padding: 0px 0px 15px 0px;
}

#section-main-content h2 {
  color: #888493;
  font-family: 'Comfortaa';
  font-weight: 300;
  font-size: 32px;
  padding: 0px 25px 40px 25px;
  line-height: 39px;
  margin: auto;
  width: 100%;
}

#section-main-content h3 {
  color: #888493;
  font-family: 'Comfortaa';
  font-weight: 300;
  font-size: 24px;
  padding: 0px 0px 0px 0px;
  line-height: 34px;
  margin: auto;
  width: 100%;
}

@media (min-width: 576px) {
  #section-main-content h3 {
    color: #888493;
    font-family: 'Comfortaa';
    font-weight: 300;
    font-size: 32px;
    padding: 0px 0px 0px 0px;
    line-height: 39px;
    margin: auto;
    width: 100%;
  }
}

#section-header-round-execution {
  background-image: url(../../assets/img/header-bck-execution.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-color: #f5f6f8;
  border-bottom-left-radius: 50% 15%;
  border-bottom-right-radius: 50% 15%;
}

#section-header-round {
  background-image: url(../../assets/img/header-bck-execution.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-color: #f5f6f8;
  border-bottom-left-radius: 50% 15%;
  border-bottom-right-radius: 50% 15%;
}

@media (max-width: 768px) {
  #section-header-round-execution {
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
  }
}

@media (max-width: 768px) {
  #section-header-round {
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
  }
}

#section-hero-image-exec {
  background-image: url(../../assets/img/hero-texture.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top;
  text-align: center;
}

#section-hero-image img {
  width: 100%;
  margin-top: -110px;
  max-width: 700px;
}

#section-hero-image-exec img {
  width: 100%;
  margin-top: -96px;
  max-width: 650px;
}

#section-hero-image-data img {
  width: 100%;
  margin-top: -33px;
  max-width: 700px;
}

#section-hero-image-creative img {
  width: 100%;
  margin-top: -107px;
  max-width: 700px;
}

#section-hero-image-sales img {
  width: 95%;
  margin-top: -55px;
  max-width: 700px;
}

@media (min-width: 768px) {
  #section-hero-image-sales img {
    width: 90%;
    margin-top: -99px;
    max-width: 700px;
  }
}

@media (max-width: 576px) {
  #section-hero-image img {
    margin-top: -65px;
  }
}

@media (max-width: 576px) {
  #section-hero-image-exec img {
    margin-top: -65px !important;
  }
}

@media (max-width: 576px) {
  #section-hero-image-data img {
    margin-top: -37px !important;
  }
}

@media (max-width: 576px) {
  #section-hero-image-creative img {
    margin-top: -68px;
  }
}

.timline-container {
  display: inline-flex;
  justify-content: space-around;
  width: 100%;
  position: relative;
  z-index: 2;
}

.timline-container:before {
  position: absolute;
  border-bottom: 1px #d9d9d9 solid;
  height: 100%;
  width: 80%;
  transform: translateY(-50%);
  content: '';
  z-index: -1;
}

.timline-container img {
  max-width: 60px;
}

@media (max-width: 300px) {
  .timline-container img {
  }
}

.timeline-item {
  width: 70px;
}

.timeline-link {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  transition: .5s;
}

.timeline-link img {
  max-width: 50px;
}

@media (min-width: 576px) {
  .timeline-link img {
    max-width: 48px;
  }
}

.timeline-link:hover {
  transform: scale(1.2);
  transition: .5s;
}

.timeline-left {
  border-right: 2px solid #cccccc;
}

.timeline-left img {
  max-width: 225px;
}

#section-callout {
  background-color: #3d3d54;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 0px;
  margin: 50px 0px 0px 0px;
}

#section-faq {
  background-color: #3d3d54;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 0px 120px 0px;
}

@media (max-width: 576px) {
  #section-callout {
    padding: 50px 0px;
  }
}

@media (max-width: 576px) {
  #section-faq {
    padding: 50px 0px;
  }
}

#section-callout h5 {
  font-family: 'Comfortaa';
  font-weight: 300;
  text-transform: uppercase;
  color: #afacb6;
  font-size: 1em;
  line-height: 23px;
}

#section-callout h1 {
  font-family: 'Comfortaa';
  font-weight: 300;
  color: #7ac4d3;
  line-height: 48px;
  padding: 10px 20px 0px 20px;
  font-size: 200%;
}

@media (max-width: 576px) {
  #section-callout h1 {
    font-family: 'Comfortaa';
    font-weight: 300;
    color: #7ac4d3;
    line-height: 48px;
    padding: 10px 20px 0px 20px;
    font-size: 29px;
  }
}

#section-data-map {
  background: #3f80a4;
  background: -webkit-linear-gradient(top, #3f80a4 0%,#69b3bd 100%);
  background: linear-gradient(to bottom, #3f80a4 0%,#69b3bd 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 60px 0px;
  margin: 0px 0px 50px 0px;
}

#section-data-map h1 {
  font-family: 'Comfortaa';
  font-weight: 300;
  color: #ffffff;
  line-height: 48px;
  padding: 10px 20px 0px 20px;
  font-size: 200%;
}

#section-data-map p {
  font-family: 'Comfortaa';
  font-weight: 300;
  color: #ffffff;
  line-height: 30px;
  padding: 20px 20px 0px 20px;
  font-size: 16px;
  text-align: left;
}

@media (max-width: 768px) {
  #section-data-map p {
    text-align: center;
    padding: 20px 10px 0px 10px;
  }
}

#section-data-map h3 {
  font-family: 'Comfortaa';
  font-weight: 300;
  color: #ffffff;
  line-height: 31px;
  padding: 10px 20px 0px 20px;
  font-size: 152%;
}

#section-data-map h5 {
  font-family: 'Comfortaa';
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1em;
  line-height: 23px;
}

.split-left-blue {
  background-color: #4a5582;
  padding: 60px 0px;
  text-align: center;
  color: #7ac4d3;
  font-family: 'Comfortaa';
  font-weight: 300;
  padding: 50px 0px;
}

.split-left-blue h2 {
  padding: 0px 30px;
  height: 300px;
}

.split-right-img {
  background-image: url(../../assets/img/img-hero-1.png);
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.box-purple {
  position: relative;
  background-color: #4a5582;
  height: 500px;
}

.box-creative {
  position: relative;
  background-color: #ffffff;
  height: 480px;
}

@media (min-width: 576px) {
  .box-creative {
    height: 410px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .box-creative {
    position: relative;
    background-color: #ffffff;
    height: 600px;
    width: 100%;
  }
}

.box-creative img {
  width: 200px;
  text-align: center;
  margin: auto;
  display: block;
  margin: auto;
  padding-bottom: 20px;
}

@media (max-width: 576px) {
  .box-purple {
    height: 350px;
  }
}

@media (min-width: 1200px) {
  .box-purple {
    position: relative;
    background-color: #4a5582;
    height: 600px;
    width: 100%;
  }
}

.box-purple-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 0px 25px;
  width: 100%;
}

.box-creative-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  padding: 20px 25px;
  width: 100%;
}

.box-creative-content-rowhouse {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  padding: 20px 25px;
  width: 100%;
}

.box-creative-content img {
  width: 180px;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .box-creative-content img {
    width: 170px;
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) {
  .box-creative-content-rowhouse img {
    width: 170px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .box-creative-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    padding: 0px 95px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .box-creative-content-rowhouse {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    padding: 0px 95px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .box-creative-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    padding: 0px 20px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .box-creative-content-rowhouse {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    padding: 0px 20px;
    width: 100%;
  }
}

.box-purple h2 {
  font-family: 'Comfortaa';
  font-weight: 300;
  color: #7ac4d3;
  line-height: 42px;
  padding: 0px 25px;
}

.box-creative h2 {
  font-family: 'Comfortaa';
  font-weight: 300;
  color: #777384;
  line-height: 25px;
  padding: 0px 25px;
  font-size: 100%;
}

@media (min-width: 768px) {
  .box-creative h2 {
    padding: 0px 7px;
  }
}

@media (max-width: 768px) {
  .box-creative h2 {
    padding: 0px 0px;
  }
}

.box-creative p {
  font-family: 'Comfortaa';
  font-weight: 300;
  color: #777384;
  line-height: 27px;
  padding: 0px 25px;
  font-size: 15px;
}

.box-img img {
  max-height: 700px;
  display: initial;
}

.box-img-data {
  background-image: url("../../assets/img/img-hero-1.png");
  background-size: cover;
  height: 100%;
}

.timeline-left-container {
  position: relative;
  height: 200px;
}

@media (min-width: 768px) {
  .timeline-left-container {
    position: relative;
    height: 300px;
  }
}

.timeline-left-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 0px 25px;
  width: 100%;
}

.timeline-left-content h3 {
  font-family: 'Comfortaa';
  font-size: 30px;
}

.timeline-right img {
  max-width: 300px;
}

#section-top-execution {
  text-align: center;
  padding: 15px 25px;
  margin-top: 30px;
}

#section-top-campaign {
  text-align: center;
  padding: 15px 25px;
  margin-top: 30px;
}

#section-top-execution h2 {
  font-family: 'Comfortaa';
  font-weight: 400;
  line-height: 43px;
  font-size: 32px;
  padding: 0px 20px;
}

#section-top-campaign h2 {
  font-family: 'Comfortaa';
  font-weight: 400;
  line-height: 43px;
  font-size: 32px;
  padding: 0px 20px;
}

#section-top-execution p {
  font-family: 'Comfortaa';
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  color: #888493;
  margin-top: 30px;
  padding: 0px 10px;
}

#section-top-campaign p {
  font-family: 'Comfortaa';
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  color: #888493;
  margin-top: 30px;
  padding: 0px 10px;
}

.underline-orange {
  border-bottom: 1px solid #fcbb76;
  width: 75px;
  text-align: center;
  margin: 0 auto;
  padding-top: 15px;
}

.underline-orange-exec {
  border-bottom: 1px solid #fcbb76;
  width: 210px;
  text-align: center;
  margin: 0 auto;
  padding-top: 15px;
}

.underline-green {
  border-bottom: 1px solid #a5d9cd;
  width: 75px;
  text-align: center;
  margin: 0 auto;
  padding-top: 15px;
}

.underline-green-exec {
  border-bottom: 1px solid #a5d9cd;
  width: 210px;
  text-align: center;
  margin: 0 auto;
  padding-top: 15px;
}

.underline-purple {
  border-bottom: 1px solid #645faa;
  width: 75px;
  text-align: center;
  margin: 0 auto;
  padding-top: 15px;
}

.underline-purple-exec {
  border-bottom: 1px solid #645faa;
  width: 210px;
  text-align: center;
  margin: 0 auto;
  padding-top: 15px;
}

.box-creative-content ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  list-style: none;
  padding: 0px 0px 0px 18px;
  font-family: 'Comfortaa';
  font-weight: 300;
  font-size: 9px;
  list-style-position: outside;
  list-style: none;
  margin-left: 0;
  padding-left: 1.7em;
  text-indent: -2.5em;
}

.box-creative-content-rowhouse ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  list-style: none;
  padding: 0px 0px 0px 18px;
  font-family: 'Comfortaa';
  font-weight: 300;
  font-size: 9px;
  list-style-position: outside;
  list-style: none;
  margin-left: 0;
  padding-left: 1.7em;
  text-indent: -2.5em;
}

.sidebar-bullets ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  list-style: none;
  padding: 0px 0px 0px 18px;
  font-family: 'Comfortaa';
  font-weight: 700;
  font-size: 14px;
  list-style-position: outside;
  list-style: none;
  margin-left: 0;
  padding-left: 1.7em;
  text-indent: -2.5em;
}

@media (min-width: 576px) {
  .sidebar-bullets ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 768px) {
  .box-creative-content ul {
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
}

@media (min-width: 768px) {
  .box-creative-content-rowhouse ul {
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
}

@media (min-width: 768px) {
  .sidebar-bullets ul {
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
}

.box-creative-content li:before {
  content: '● ';
  font-size: 8px;
  padding: 0px 2px 0px 10px;
  line-height: 26px;
}

.box-creative-content-rowhouse li:before {
  content: '● ';
  font-size: 8px;
  padding: 0px 2px 0px 10px;
  line-height: 26px;
}

.sidebar-bullets li:before {
  content: '● ';
  font-size: 8px;
  padding: 10px 2px 0px 10px;
  line-height: 29px;
}

.box-creative-content li {
  font-family: 'Comfortaa';
  font-size: 13px;
  line-height: 17px;
  color: #777384;
}

.box-creative-content-rowhouse li {
  font-family: 'Comfortaa';
  font-size: 13px;
  line-height: 17px;
  color: #777384;
}

.sidebar-bullets li {
  font-family: 'Comfortaa';
  font-size: 14px;
  line-height: 17px;
  color: #777384;
}

.button-line-green {
  display: inline-flex;
  width: 100px;
  padding: 5px 25px 5px 25px;
  border: 1px solid red;
  border-radius: 20px;
  text-align: center;
}

.exec-icon {
  text-align: center;
  width: 100%;
}

.exec-icon img {
  width: 65px;
  height: auto;
  margin: 0px;
  padding: 0px;
}

.exec-icon p {
  font-family: 'Comfortaa';
  font-weight: 300;
  line-height: 18px !important;
  margin: 0px 0px 0px 0px !important;
  font-size: 12px !important;
}

.subtext {
  font-family: 'Comfortaa';
  font-size: 16px;
  color: #afacb6;
  line-height: 31px;
  font-weight: 300;
  padding: 0px 15px;
}

.sidebar-wrapper {
  display: none;
}

@media (min-width: 992px) {
  .sidebar-wrapper {
    display: initial;
  }
}

@media (min-width: 992px) {
  .sidebar-contain {
    display: initial;
    padding: 50px 0px 20px 20px;
  }
}

.sidebar-wrapper a {
  color: #3d3d54;
  font-family: 'Comfortaa';
  font-weight: 300;
  line-height: 47px;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  margin: 5px 0px;
  transition: .5s;
  border-radius: 20px;
  cursor: pointer;
}

.sidebar-wrapper a:hover {
  background-color: #645faa;
  padding: 10px 15px;
  color: #ffffff !important;
  transition: .5s;
  border-radius: 20px;
}

.sidebar-content-wrapper {
  padding: 20px !important;
  text-align: center;
  height: 100%;
  min-height: 600px;
  margin-top: 100px;
}

.sidebar-content-wrapper img {
}

@media (min-width: 768px) {
  .sidebar-content-wrapper {
    padding: 50px !important;
    text-align: center;
    height: 100%;
    margin-top: 70px;
  }
}

@media (min-width: 992px) {
  .sidebar-content-wrapper {
    padding: 50px !important;
    text-align: center;
    height: 100%;
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .sidebar-content-wrapper {
    padding: 80px 30px 80px 30px;
    text-align: center;
    overflow: visible;
  }
}

.sidebar-content h1 {
  font-family: 'Comfortaa';
  font-size: 34px;
  font-weight: 600;
  line-height: 47px;
  color: #645faa;
}

.sidebar-content p {
  font-family: 'Comfortaa';
  font-size: 15px;
  font-weight: 300;
  line-height: 31px;
  color: #636467;
  padding-top: 7px;
}

.sidebar-subheader h6 {
  font-family: 'Comfortaa';
  font-size: 16px;
  font-weight: 900;
  line-height: 33px;
  color: #636467;
  padding-top: 7px;
}

.sidebar-subheader p {
  font-family: 'Comfortaa';
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #636467;
  padding-top: 0px;
}

#shadow-box {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 992px) {
  #shadow-box {
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: -10px 0px 10px -13px black;
  }
}

.sidebar-menu {
  display: initial;
  /*margin: 50px;*/
}

@media (min-width: 992px) {
  .sidebar-menu {
    display: none;
  }
}

#home-data {
  background-image: url(../../assets/img/data-texture.png);
  width: 100%;
  padding: 50px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

#home-exec {
  background-color: #4a5582;
  width: 100%;
  padding: 50px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

#home-sales {
  background-image: url(../../assets/img/home-background-sales.png);
  width: 100%;
  padding: 80px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

#home-data img {
  max-width: 400px;
  text-align: center;
  height: auto;
}

@media (min-width: 992px) {
  #home-data img {
    width: 100%;
    text-align: center;
    max-width: none;
  }
}

#home-data img {
  width: 100%;
  text-align: center;
}

#home-creative {
  background-image: url(../../assets/img/home-creative-background.png);
  width: 100%;
  padding: 120px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

#home-creative h1 {
  text-align: center;
  font-family: 'Comfortaa';
  font-weight: 300;
  font-size: 39px;
  padding: 20px 25px 0px 25px;
  color: #ffffff;
  text-shadow: 0px 0px 7px rgba(0,0,0,0.32);
}

#home-creative p {
  text-align: center;
  font-family: 'Comfortaa';
  font-weight: 300;
  font-size: 17px;
  padding: 10px 15px 10px 15px;
  color: #ffffff;
  line-height: 30px;
  text-shadow: 0px 0px 7px rgba(0,0,0,0.32);
}

#home-data h4 {
  text-align: center;
  font-family: 'Comfortaa';
  font-weight: 300;
  font-size: 21px;
  padding: 20px 15px 10px 15px;
  color: #afacb6;
}

#home-sales h4 {
  text-align: center;
  font-family: 'Comfortaa';
  font-weight: 300;
  font-size: 21px;
  padding: 20px 15px 10px 15px;
  color: #afacb6;
}

#home-exec h4 {
  text-align: center;
  font-family: 'Comfortaa';
  font-weight: 300;
  font-size: 21px;
  padding: 20px 15px 0px 15px;
  color: #afacb6;
}

#home-exec p {
  text-align: center;
  font-family: 'Comfortaa';
  font-weight: 300;
  font-size: 17px;
  padding: 35px 25px 0px 25px;
  color: #ffffff;
  line-height: 32px;
}

#home-data h1 {
  text-align: center;
  font-family: 'Comfortaa';
  font-weight: 300;
  font-size: 39px;
  padding: 20px 25px;
  color: #7ac4d3;
}

#home-sales h1 {
  text-align: center;
  font-family: 'Comfortaa';
  font-weight: 300;
  font-size: 39px;
  padding: 20px 25px;
  color: #7ac4d3;
}

#home-exec h1 {
  text-align: center;
  font-family: 'Comfortaa';
  font-weight: 300;
  font-size: 39px;
  padding: 20px 25px;
  color: #7ac4d3;
}

.home-data-wrapper {
  position: initial;
  top: 0;
  transform: none;
  padding: 30px 0px;
}

@media (min-width: 992px) {
  .home-data-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
  flex-grow: 1;
}

#sales-process {
  background-color: #f5f5f6;
  padding: 50px 0px;
  text-align: center;
}

#sales-process h1 {
  color: #645faa;
  font-size: 33px;
  font-family: 'Comfortaa';
  margin-bottom: 15px;
  line-height: 57px;
  font-weight: 300;
}

@media (min-width: 768px) {
  #sales-process h1 {
    font-size: 38px;
    line-height: 57px;
  }
}

#sales-process p {
  color: #3d3d54;
  font-size: 16px;
  font-family: 'Comfortaa';
  margin-bottom: 15px;
  line-height: 30px;
  font-weight: 300;
  padding: 0px 20px;
}

.card-header:first-child {
  text-align: left;
  background-color: #3d3d54;
  border-bottom: 1px solid #7ac4d3;
  border-top: none;
  border-left: none;
  border-right: none;
}

.card {
  background-color: #3d3d54;
  border-bottom: 1px solid #7ac4d3;
  border-top: none;
  border-left: none;
  border-right: none;
}

.mb-0 a {
  color: #7ac4d3;
  font-family: 'Comfortaa';
  font-weight: 300;
  font-size: 18px;
}

.card-text:last-child {
  text-align: left;
  color: #ffffff;
  font-family: 'Comfortaa';
  font-weight: 300;
  line-height: 34px;
}

.sales-phone-image {
  max-width: 550px;
}

.modal-close {
  background-color: #ffffff;
  font-family: 'Comfortaa';
  font-size: 14px;
  line-height: 23px;
  border: none;
}

.success {
    opacity: 0 !important;
}


.success-on {
    opacity: 1 !important;
}



.modal-close:hover {
  background-color: #ffffff;
  text-decoration: underline;
}

.modal-body {
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
  border: none;
}

.modal-footer {
  border: none;
  padding: 7px;
}

.modal-backdrop {
    background-color: #88bcd0 !important;
    opacity: .9  !important;
}

article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: auto;
  position: relative;
}

.pricing-wrapper ul {
  display: flex;
  top: 0px;
  z-index: 10;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.pricing-wrapper li {
  list-style: none;
  flex: 1;
}

.pricing-wrapper li:last-child {
  border-right: 1px solid #DDD;
}

.pricing-button button {
  width: 100%;
  border: 2px solid #fff;
  border-right: 0;
  border-top: 0;
  padding: 10px;
  background: #FFF;
  font-size: 14px;
  font-weight: 900;
  height: 60px;
  color: #636467;
  font-family: 'Comfortaa';
  background-image: url(../../assets/img/side-shadow.png);
  background-repeat: repeat-y;
  background-position: left;
  background-size: contain;
}

.pricing-wrapper li.active button {
  background: #F5F5F5;
  color: #000;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  background-color: #f5f5f6;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.pricing-top {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  background-color: #f5f5f6;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

th {
  background: #F5F5F5;
  display: none;
}

td, th {
  height: 53px;
  font-family: 'Comfortaa';
  font-weight: 300;
  color: #636467;
}

td, th {
  border: 2px solid #fff;
  padding: 20px 20px;
  empty-cells: show;
}

td, th {
  text-align: left;
}

td + td, th + th {
  text-align: center;
  display: none;
}

td.default {
  display: table-cell;
}

.bg-budget {
  background-color: #edf4f1;
  background-image: url(../../assets/img/side-shadow.png);
  background-repeat: repeat-y;
  background-position: left;
  background-size: contain;
}

.bg-budget-total {
  background-color: #afd7cd;
  color: #fff;
  font-weight: 700;
}

.bg-suggested {
  background-color: #e9f2f4;
  background-image: url(../../assets/img/side-shadow.png);
  background-repeat: repeat-y;
  background-position: left;
  background-size: contain;
}

.bg-suggested-total {
  background-color: #8bc2d1;
  color: #ffffff;
  font-weight: 700;
}

.bg-growth {
  background-color: #eef0f8;
  background-image: url(../../assets/img/side-shadow.png);
  background-repeat: repeat-y;
  background-position: left;
  background-size: contain;
}

.bg-growth-bottom {
  background-color: #eef0f8;
  background-image: url(../../assets/img/side-shadow.png);
  background-repeat: repeat-y;
  background-position: left;
  background-size: contain;
  border-bottom-right-radius: 15px;
}

.bg-growth-bottom-total {
  background-color: #829ecf;
  color: #fff;
  font-weight: 700;
  border-bottom-right-radius: 15px;
}

.hide {
  border: 0;
  background: none;
}

@media (min-width: 640px) {
  .pricing-wrapper ul {
    display: none;
  }
}

@media (min-width: 640px) {
  td, th {
    display: table-cell !important;
  }
}

@media (min-width: 640px) {
  td, th {
    width: 330px;
  }
}

@media (min-width: 640px) {
  td + td, th + th {
    width: auto;
  }
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0;
}

.pricing-headine {
  background-color: #3d3d54;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .pricing-headine {
    background-color: #3d3d54;
    width: 90%;
    margin: 0 auto;
  }
}

.pricing-headine h2 {
  color: #ffffff;
  text-align: center;
  font-family: 'Comfortaa';
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  padding: 17px;
  margin: 0px;
}

.pricing-single {
  text-align: right;
  padding: 20px 30px 20px 20px;
}

.pricing-line {
  border-bottom: 3px solid #7ac4d3;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
}

.dis-blank {
  background-color: #ffffff;
}

.pricing-dis {
  font-family: 'Comfortaa';
  font-weight: 300;
  color: #636467;
  padding: 20px;
  font-size: 12px;
  margin-top: 35px;
}

@media (min-width: 1200px) {
  .pricing-dis {
    width: 90%;
  }
}

.pricing-dis li {
  line-height: 20px;
  padding: 7px 0px;
}

.sep {
  background: #F5F5F5;
  font-weight: bold;
}

#section-data-explode {
  background-color: #4c557f;
  padding: 40px 0px 0px 0px;
}

#section-data-explode h1 {
  color: #7ac4d3;
  text-align: center;
  font-family: 'Comfortaa';
  font-size: 32px;
  padding: 30px 20px 20px 20px;
  line-height: 45px;
}

#section-data-explode p {
  color: #ffffff;
  text-align: center;
  font-family: 'Comfortaa';
  font-size: 16px;
  padding: 0px 20px 20px 20px;
  line-height: 29px;
  font-weight: 300;
}

@media (min-width: 576px) {
  .carosel-top {
    min-height: 200px;
    max-height: 190px;
  }
}

.explode-lg {
  display: none;
}

.explode-sm img {
  max-width: 320px;
  display: initial;
}

@media (min-width: 768px) {
  .explode-lg {
    display: initial;
  }
}

@media (min-width: 768px) {
  .explode-sm {
    display: none;
  }
}

#accordion-1 {
  padding: 0px 40px;
}

#btn-line-blue {
}

.card-text:last-child {
  line-height: 29px;
  font-weight: 300;
}

.carosel-wrapper {
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  z-index: 2;
  max-height: 330px;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.promo-wrapper {
  padding: 20px;
}

.promo-wrapper img {
  max-width: 344px;
}

.promo-wrapper p {
  font-family: 'Comfortaa';
  font-weight: 400;
  font-size: 16px;
  color: #4a5582;
  line-height: 27px;
  padding-top: 30px;
}

.promo-icon {
  display: inline-flex;
  padding-right: 25px;
  height: 74px;
  width: 197px;
}

.promo-icon img {
  max-width: 75px;
  margin-right: 10px;
  height: 73px;
}

.promo-icon p {
  padding-top: 10px;
  padding-bottom: 0px;
  width: 80px;
}

#promo {
  padding: 30px 0px 120px 0px;
}

@media (min-width: 576px) {
  #promo {
    padding: 50px 0px 120px 0px;
  }
}

#code {
  border: 2px solid #7ac4d3;
}

.form-check {
  padding-left: 0px !important;
}

