/* responsive */
/* line 14, ze-seo-city-public.scss */
#zsc-seo-shortcode {
  background: #000;
  padding: 2rem;
}
/* line 20, ze-seo-city-public.scss */
#zsc-seo-shortcode .zsc-shortcode-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: normal;
}
/* line 29, ze-seo-city-public.scss */
#zsc-seo-shortcode .zsc-seo-list {
  display: none;
  color: white;
}
/* line 32, ze-seo-city-public.scss */
#zsc-seo-shortcode .zsc-seo-list.visible {
  display: block;
  margin-top: 2rem;
}
/* line 38, ze-seo-city-public.scss */
#zsc-seo-shortcode .zsc-seo-item .zsc-seo-heading {
  margin-bottom: 0.5rem;
  font-weight: bold;
}
/* line 42, ze-seo-city-public.scss */
#zsc-seo-shortcode .zsc-seo-item .zsc-seo-links {
  margin-bottom: 0;
  padding-left: 0.5rem;
  list-style: none;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
/* line 49, ze-seo-city-public.scss */
#zsc-seo-shortcode .zsc-seo-item .zsc-seo-links.open {
  max-height: 1000px;
}
/* line 52, ze-seo-city-public.scss */
#zsc-seo-shortcode .zsc-seo-item .zsc-seo-links > li {
  margin-bottom: 0.5rem;
}

/* line 59, ze-seo-city-public.scss */
#zsc-content-page {
  overflow: hidden;
}
/* line 61, ze-seo-city-public.scss */
#zsc-content-page .zsc-section-inner {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  max-width: 1140px;
}

/* line 70, ze-seo-city-public.scss */
#zsc-footer-page .zsc-footer-inner {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  max-width: 1140px;
}

/* line 78, ze-seo-city-public.scss */
.zsc-section-content {
  margin-bottom: 4em;
}

/* line 82, ze-seo-city-public.scss */
.zsc-colored {
  color: #cc0000;
}

/* line 86, ze-seo-city-public.scss */
.zsc-heading {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
/* line 89, ze-seo-city-public.scss */
.zsc-heading h1 {
  margin-bottom: 2rem;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  text-transform: inherit;
}
@media screen and (min-width: 768px) {
  /* line 89, ze-seo-city-public.scss */
  .zsc-heading h1 {
    font-size: 4rem;
  }
}
/* line 100, ze-seo-city-public.scss */
.zsc-heading p {
  margin-bottom: 0;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  /* line 100, ze-seo-city-public.scss */
  .zsc-heading p {
    font-size: 4rem;
  }
}

/* line 114, ze-seo-city-public.scss */
#rcvl img {
  margin: 2rem auto 0;
  max-width: 300px;
}

@media screen and (min-width: 1200px) {
  /* line 121, ze-seo-city-public.scss */
  #zsc-video-wrapper .zsc-section-inner {
    position: relative;
  }
  /* line 124, ze-seo-city-public.scss */
  #zsc-video-wrapper .zsc-section-inner::before {
    content: '';
    display: block;
    position: absolute;
    top: -5em;
    right: -10em;
    width: 250px;
    height: 250px;
    background-color: red;
    opacity: 0.4;
    border-radius: 100rem;
    z-index: -1;
  }
  /* line 137, ze-seo-city-public.scss */
  #zsc-video-wrapper .zsc-section-inner::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: -8em;
    width: 180px;
    height: 180px;
    background-color: red;
    opacity: 0.4;
    border-radius: 100rem;
    z-index: -1;
  }
}
/* line 152, ze-seo-city-public.scss */
#zsc-video-wrapper video {
  width: 100%;
  max-width: 100%;
}

/* line 159, ze-seo-city-public.scss */
#zsc-counter-wrapper h2 {
  letter-spacing: 2px;
  text-align: center;
}

/* line 165, ze-seo-city-public.scss */
.zsc-counter-grid {
  display: grid;
  -webkit-box-align: center;
          align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 2rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (min-width: 768px) {
  /* line 165, ze-seo-city-public.scss */
  .zsc-counter-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* line 176, ze-seo-city-public.scss */
.zsc-counter-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: auto;
  max-width: 200px;
  height: 100%;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  /* line 176, ze-seo-city-public.scss */
  .zsc-counter-item {
    max-width: 100%;
  }
}
/* line 187, ze-seo-city-public.scss */
.zsc-counter-item .zsc-counter-value,
.zsc-counter-item .zsc-counter-prefixe {
  font-size: 48px;
  font-weight: bold;
  color: #cc0000;
}
/* line 193, ze-seo-city-public.scss */
.zsc-counter-item .zsc-counter-label {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  /* line 193, ze-seo-city-public.scss */
  .zsc-counter-item .zsc-counter-label {
    font-size: 20px;
  }
}

/* line 217, ze-seo-city-public.scss */
.zsc-features-container .zsc-feature-item {
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  /* line 222, ze-seo-city-public.scss */
  .zsc-features-container .zsc-feature-item.feature-item-flex.reverse .zsc-feature-inner .zsc-feature-illustration {
    -webkit-box-ordinal-group: 3;
            order: 2;
    margin-top: 2em;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 222, ze-seo-city-public.scss */
  .zsc-features-container .zsc-feature-item.feature-item-flex.reverse .zsc-feature-inner .zsc-feature-illustration {
    margin-top: 0;
    margin-right: auto;
    width: calc(50% - 4em);
  }
}
/* line 236, ze-seo-city-public.scss */
.zsc-features-container .zsc-feature-item.feature-item-flex .zsc-feature-inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  /* line 240, ze-seo-city-public.scss */
  .zsc-features-container .zsc-feature-item.feature-item-flex .zsc-feature-inner .zsc-feature-description {
    width: 50%;
  }
}
/* line 245, ze-seo-city-public.scss */
.zsc-features-container .zsc-feature-item.feature-item-flex .zsc-feature-inner .zsc-feature-description + .zsc-feature-illustration {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  /* line 245, ze-seo-city-public.scss */
  .zsc-features-container .zsc-feature-item.feature-item-flex .zsc-feature-inner .zsc-feature-description + .zsc-feature-illustration {
    margin-top: 0;
    margin-left: auto;
    width: calc(50% - 4em);
  }
}
/* line 255, ze-seo-city-public.scss */
.zsc-features-container .zsc-feature-item h2 {
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  /* line 255, ze-seo-city-public.scss */
  .zsc-features-container .zsc-feature-item h2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  /* line 263, ze-seo-city-public.scss */
  .zsc-features-container .zsc-feature-item ul,
  .zsc-features-container .zsc-feature-item li,
  .zsc-features-container .zsc-feature-item p {
    text-align: justify;
  }
}
/* line 270, ze-seo-city-public.scss */
.zsc-features-container .zsc-feature-item ul {
  margin-left: 0;
}
/* line 273, ze-seo-city-public.scss */
.zsc-features-container .zsc-feature-item .zsc-contact-button {
  margin-top: 1rem;
}

/* line 280, ze-seo-city-public.scss */
.zsc-feature-description p, .zsc-feature-description ul, .zsc-feature-description li {
  text-align: justify;
}

/*.zsc-contact-button{
    display: inline-block;
    padding: 2rem;
    background-color: $primary;
    color: $blanc;
    font-weight: bold;
    border-radius: 2rem;
    text-decoration: none;
    text-transform: uppercase;
}*/
/* line 296, ze-seo-city-public.scss */
.zsc-features-separator {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 4em;
  padding: 2rem;
  background-color: #2B2B2B;
  min-height: 200px;
}
/* line 304, ze-seo-city-public.scss */
.zsc-features-separator div {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
/* line 308, ze-seo-city-public.scss */
.zsc-features-separator div h2 {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}

/* line 316, ze-seo-city-public.scss */
.zsc-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 4rem;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  /* line 316, ze-seo-city-public.scss */
  .zsc-cards-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* line 327, ze-seo-city-public.scss */
.zsc-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  padding: 2rem;
  min-height: 40rem;
  border-radius: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1200px) {
  /* line 327, ze-seo-city-public.scss */
  .zsc-card {
    -webkit-box-pack: center;
            justify-content: center;
    min-height: 50rem;
  }
}
/* line 341, ze-seo-city-public.scss */
.zsc-card:hover, .zsc-card:focus {
  background-color: #2B2B2B;
}
/* line 344, ze-seo-city-public.scss */
.zsc-card:hover .zsc-card-icon, .zsc-card:focus .zsc-card-icon {
  background-color: #cc0000;
}
/* line 347, ze-seo-city-public.scss */
.zsc-card:hover .zsc-card-content *, .zsc-card:focus .zsc-card-content * {
  color: #fff;
}
/* line 351, ze-seo-city-public.scss */
.zsc-card .zsc-card-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 2em;
  padding: 0;
  height: 150px;
  width: 150px;
  background: #000;
  border-radius: 10rem;
}
@media screen and (min-width: 1200px) {
  /* line 351, ze-seo-city-public.scss */
  .zsc-card .zsc-card-icon {
    margin-top: 0;
    margin-bottom: 4em;
  }
}
/* line 365, ze-seo-city-public.scss */
.zsc-card .zsc-card-icon img {
  display: block;
  margin: auto;
  max-width: 60%;
}
/* line 371, ze-seo-city-public.scss */
.zsc-card .zsc-card-content {
  margin-top: auto;
  margin-bottom: 2em;
}
@media screen and (min-width: 1200px) {
  /* line 371, ze-seo-city-public.scss */
  .zsc-card .zsc-card-content {
    margin-bottom: 0;
    margin-top: 0;
  }
}
/* line 378, ze-seo-city-public.scss */
.zsc-card .zsc-card-content * {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 20px;
  text-align: center !important;
}

/* line 388, ze-seo-city-public.scss */
#zsc-seo-feature > h2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 392, ze-seo-city-public.scss */
  #zsc-seo-feature > p {
    text-align: center;
  }
}
/* line 396, ze-seo-city-public.scss */
#zsc-seo-feature .zsc-cards-wrapper {
  margin-top: 2em;
  margin-bottom: 2em;
}

/* line 402, ze-seo-city-public.scss */
#zsc-consulting-feature {
  position: relative;
  padding: 2rem;
  border-radius: 20px;
  background-color: #2B2B2B;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 402, ze-seo-city-public.scss */
  #zsc-consulting-feature {
    padding: 4rem;
  }
}
@media screen and (min-width: 768px) {
  /* line 411, ze-seo-city-public.scss */
  #zsc-consulting-feature .zsc-feature-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
}
/* line 418, ze-seo-city-public.scss */
#zsc-consulting-feature h2 {
  color: #fff;
}
/* line 421, ze-seo-city-public.scss */
#zsc-consulting-feature p {
  color: #fff;
  text-align: center;
}
/* line 424, ze-seo-city-public.scss */
#zsc-consulting-feature p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  /* line 429, ze-seo-city-public.scss */
  #zsc-consulting-feature .zsc-circle {
    position: absolute;
    background-color: #cc0000;
    border-radius: 100rem;
    opacity: 0.4;
    z-index: -1;
  }
}

@media screen and (min-width: 1200px) {
  /* line 440, ze-seo-city-public.scss */
  #zcs-consulting-circle-1 {
    top: -8rem;
    left: -8rem;
    width: 200px;
    height: 200px;
  }

  /* line 447, ze-seo-city-public.scss */
  #zcs-consulting-circle-2 {
    top: 4rem;
    right: -10rem;
    width: 125px;
    height: 125px;
  }

  /* line 454, ze-seo-city-public.scss */
  #zcs-consulting-circle-3 {
    bottom: -8rem;
    left: 14rem;
    width: 80px;
    height: 80px;
  }

  /* line 461, ze-seo-city-public.scss */
  #zcs-consulting-circle-4 {
    bottom: -8rem;
    right: -8rem;
    width: 200px;
    height: 200px;
  }
}
/* line 469, ze-seo-city-public.scss */
#zsc-city-links {
  text-align: center;
}
