/* line 1, stdin */

* {
  font-size: 100%;
  font-family: Poppins, serif !important;
}

/* line 6, stdin */

.main-container a {
  color: #325fff !important;
  text-decoration: none !important;
}

/* line 12, stdin */

p {
  line-height: 1.4 !important;
}

/* line 16, stdin */

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 20, stdin */

.example-hover:hover {
  -webkit-box-shadow: 1px 0 5px 10px #f5eeff;
          box-shadow: 1px 0 5px 10px #f5eeff;
  cursor: pointer;
}

/* line 25, stdin */

.example-hover a {
  height: 100%;
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
}

/* line 34, stdin */

.btn-default {
  border: none;
  border-radius: 8px;
  background-color: #d2c3e6;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #000000;
}

/* line 42, stdin */

.btn-default:hover {
  background-color: #e2efff;
  -webkit-box-shadow: 0 6px 16px #d2c3e6;
          box-shadow: 0 6px 16px #d2c3e6;
  -webkit-transform: translateY(-6%);
       -o-transform: translateY(-6%);
          transform: translateY(-6%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 49, stdin */

.text-muted {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}

/* line 54, stdin */

.main-container {
  padding: 0 16px;
}

/* line 58, stdin */

.desktop__only {
  display: none;
}

/* line 61, stdin */

.mobile__only {
  display: block;
}

/* line 66, stdin */

#case-study-header h1 {
  margin-top: 73px;
  margin-bottom: 50px;
  font-size: 28px;
}

/* line 71, stdin */

#case-study-header #case-study-logo {
  width: 119.8px;
}

/* line 74, stdin */

#case-study-header .company-card__icons {
  margin-top: 29px;
}

/* line 76, stdin */

#case-study-header .company-card__icons .company-card__icons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 80, stdin */

#case-study-header .company-card__icons .company-card__icons-container:first-child {
  margin-bottom: 8px;
}

/* line 83, stdin */

#case-study-header .company-card__icons .company-card__icons-container span {
  margin-left: 12px;
}

/* line 87, stdin */

#case-study-header .company-card__description {
  margin-top: 28px;
  margin-bottom: 51px;
  width: 288px;
  font-size: 14px;
  line-height: 1.4;
}

/* line 94, stdin */

#case-study-header .company-card__quote {
  width: 288px;
  border-radius: 8px;
  padding: 24px 0;
  background-color: #fbfbfc;
}

/* line 99, stdin */

#case-study-header .company-card__quote img {
  padding: 0 24px;
}

/* line 102, stdin */

#case-study-header .company-card__quote p {
  margin-top: 14px;
  padding: 0 24px;
  font-size: 12px;
}

/* line 107, stdin */

#case-study-header .company-card__quote span {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 600;
  padding: 0 24px;
}

/* line 115, stdin */

#case-study-deliveries {
  margin-bottom: 40px;
}

/* line 117, stdin */

#case-study-deliveries .case-study-delivery__container {
  margin-top: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 121, stdin */

#case-study-deliveries .case-study-delivery__container .case-study-delivery__block:nth-child(1n) {
  margin-right: 8px;
}

/* line 124, stdin */

#case-study-deliveries .case-study-delivery__container .case-study-delivery__block {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top: 4px solid #d2c3e6;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 135px;
  height: 140px;
  padding: 0 0 16px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}

/* line 137, stdin */

#case-study-deliveries .case-study-delivery__container .case-study-delivery__block h4 {
  font-weight: 600;
  margin: 0 0 0 16px;
  font-size: 32px;
}

/* line 142, stdin */

#case-study-deliveries .case-study-delivery__container .case-study-delivery__block h5 {
  margin: 0 0 0 16px;
  font-size: 12px;
  font-weight: normal;
}

/* line 150, stdin */

#case-study-deliveries .case-study-delivery__summary {
  width: 288px;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.66;
}

/* line 158, stdin */

.case-study-challenge {
  width: 288px;
  background-color: #fbfbfc;
  margin-bottom: 47px;
}

/* line 162, stdin */

.case-study-challenge h4 {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 16px 16px;
  padding-top: 32px;
}

/* line 168, stdin */

.case-study-challenge p {
  padding: 16px 41px 48px 16px;
  font-size: 14px;
  line-height: 1.66;
}

/* line 174, stdin */

#case-study-objectives {
  margin-bottom: 54px;
}

/* line 176, stdin */

#case-study-objectives h4 {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 16px;
}

/* line 182, stdin */

#case-study-objectives .objectives-items .objective-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  width: 260px;
}

/* line 186, stdin */

#case-study-objectives .objectives-items .objective-item .icon {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  color: #d2c3e6;
}

/* line 192, stdin */

#case-study-objectives .objectives-items .objective-item .text {
  width: 260px;
}

/* line 198, stdin */

#examples {
  background-color: #fbfbfc;
  padding-right: 17px;
  padding-left: 18px;
  padding-bottom: 40px;
}

/* line 203, stdin */

#examples h5 {
  padding-top: 40px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

/* line 209, stdin */

#examples h2 {
  font-size: 24px;
  font-weight: 800;
}

/* line 214, stdin */

#examples .case-study-examples .case-study-example__article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 24px 40px;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 16px;
  border: solid 1px #f0f0f0;
}

/* line 223, stdin */

#examples .case-study-examples .case-study-example__article img {
  width: 231px;
  margin-bottom: 31px;
}

/* line 228, stdin */

#examples .case-study-examples .case-study-example__reddit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 24px 40px;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 16px;
  border: solid 1px #f0f0f0;
}

/* line 239, stdin */

#examples .case-study-examples .case-study-example__reddit > span {
  margin-top: 16px;
  margin-bottom: 12px;
  width: 238px;
  text-align: center;
}

/* line 245, stdin */

#examples .case-study-examples .case-study-example__reddit img {
  width: 33px;
  height: 33px;
}

/* line 249, stdin */

#examples .case-study-examples .case-study-example__reddit .reddit-interactions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 252, stdin */

#examples .case-study-examples .case-study-example__reddit .reddit-interactions div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 256, stdin */

#examples .case-study-examples .case-study-example__reddit .reddit-interactions div:first-child {
  margin-right: 16px;
}

/* line 258, stdin */

#examples .case-study-examples .case-study-example__reddit .reddit-interactions div:first-child img {
  width: 16px;
  height: 16px;
}

/* line 263, stdin */

#examples .case-study-examples .case-study-example__reddit .reddit-interactions span {
  font-size: 12px;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.5);
}

/* line 268, stdin */

#examples .case-study-examples .case-study-example__reddit .reddit-interactions img {
  width: 20px;
  height: 20px;
}

/* line 274, stdin */

#examples .case-study-examples .case-study-example__influencer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 16px 0;
  padding: 24px 16px 32px;
  border-radius: 8px;
  border: solid 1px #f0f0f0;
  background-color: #ffffff;
}

/* line 282, stdin */

#examples .case-study-examples .case-study-example__influencer img {
  margin-bottom: 12px;
}

/* line 285, stdin */

#examples .case-study-examples .case-study-example__influencer .text-muted {
  margin-bottom: 8px;
}

/* line 292, stdin */

#case-study-cards {
  margin-top: 40px;
  padding-bottom: 28px;
}

/* line 295, stdin */

#case-study-cards img {
  margin: 8px 0 8px 20px;
  width: 147px;
}

/* line 299, stdin */

#case-study-cards h2 {
  margin: 0 58px 16px 16px;
  font-size: 24px;
  font-weight: 800;
}

/* line 304, stdin */

#case-study-cards .case-study-cards__card {
  border-radius: 8px;
  border: solid 1px #f0f0f0;
  margin: 32px 16px 0;
  padding-bottom: 53px;
}

/* line 309, stdin */

#case-study-cards .case-study-cards__card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 312, stdin */

#case-study-cards .case-study-cards__card a .btn-default {
  width: 100% !important;
  min-height: 40px;
}

/* line 317, stdin */

#case-study-cards .case-study-cards__card .featured-image {
  border-bottom: solid 1px #f0f0f0;
}

/* line 320, stdin */

#case-study-cards .case-study-cards__card .featured-content {
  padding: 0 24px;
}

/* line 326, stdin */

.coverage-book-btn {
  text-align: center;
}

/* line 330, stdin */

.coverage-book-btn .btn-default {
  font-size: 1.6rem;
  padding: 0.8rem 1.6rem;
}

@media (min-width: 750px) {
  /* line 337, stdin */

  .desktop__only {
    display: block;
  }

  /* line 340, stdin */

  .mobile__only {
    display: none;
  }

  /* line 344, stdin */

  #case-study-header #case-study-logo {
    width: 146px !important;
  }

  /* line 348, stdin */

  #case-study-header .case-study__deliveries-desktop {
    display: block;
  }

  /* line 352, stdin */

  .coverage-book-btn {
    margin-top: 28px;
  }

  /* line 355, stdin */

  h1 {
    margin-top: 73px !important;
    margin-bottom: 12px !important;
    font-size: 36px !important;
    font-weight: 800;
  }

  /* line 361, stdin */

  .case-study-delivery__block {
    width: 155px !important;
    height: 155px !important;
  }

  /* line 365, stdin */

  .company-card__description {
    width: 500px !important;
  }

  /* line 368, stdin */

  .company-card__quote {
    width: 500px !important;
    padding-bottom: 40px !important;
    margin-bottom: 20px !important;
  }

  /* line 373, stdin */

  .case-study-challenge {
    width: 500px;
  }

  /* line 376, stdin */

  #case-study-objectives {
    width: 500px;
    padding-left: 16px !important;
    padding-top: 32px !important;
    padding-bottom: 40px !important;
    background-color: #fbfbfc;
  }

  /* line 382, stdin */

  #case-study-objectives .objective-item {
    width: 500px !important;
  }

  /* line 385, stdin */

  #case-study-objectives .objective-item .text {
    width: 400px !important;
  }

  /* line 389, stdin */

  #examples {
    padding-left: 68px !important;
  }

  /* line 392, stdin */

  .case-study-delivery__summary {
    margin-top: 28px;
  }

  /* line 395, stdin */

  .case-study-example__article,
  .case-study-example__reddit,
  .case-study-example__influencer {
    width: 500px !important;
  }

  /* line 400, stdin */

  .case-study-example__reddit {
    margin-bottom: 48px !important;
  }

  /* line 404, stdin */

  .case-study-example__influencer .text-muted {
    font-size: 14px !important;
  }

  /* line 408, stdin */

  .case-study-cards__desktop-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 411, stdin */

  .case-study-cards__desktop-container .case-study-cards__card {
    width: 350px;
  }
}

@media (min-width: 1440px) {
  /* line 418, stdin */

  .coverage-book-btn {
    margin-top: 28px;
    margin-bottom: 169px;
  }

  /* line 422, stdin */

  .main-container {
    padding-left: 169px !important;
  }

  /* line 425, stdin */

  .desktop-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 429, stdin */

  #case-study-header h1 {
    margin-top: 73px;
    margin-bottom: 12px;
    font-size: 48px;
    font-weight: 800;
  }

  /* line 436, stdin */

  .case-study-delivery__block {
    width: 190px !important;
    height: 190px !important;
  }

  /* line 439, stdin */

  .case-study-delivery__block h4 {
    font-size: 47.7px !important;
  }

  /* line 442, stdin */

  .case-study-delivery__block h5 {
    font-size: 15.3px !important;
  }

  /* line 446, stdin */

  .company-card {
    position: absolute;
    right: 85px;
    top: 150px;
    width: 343px !important;
    margin-bottom: 40px !important;
    margin-left: 40px !important;
    border-radius: 8px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
  }

  /* line 450, stdin */

  .company-card #case-study-logo {
    width: 188px !important;
    margin-left: 40px !important;
    margin-top: 40px !important;
  }

  /* line 461, stdin */

  .company-card .company-card__icons {
    margin-left: 40px;
  }

  /* line 464, stdin */

  .company-card .company-card__description {
    padding-left: 40px;
    width: 281px !important;
  }

  /* line 468, stdin */

  .company-card .company-card__quote {
    width: 343px !important;
    margin-bottom: 0 !important;
  }

  /* line 473, stdin */

  .case-study-challenge {
    width: 800px !important;
  }

  /* line 476, stdin */

  #case-study-objectives {
    width: 800px;
    padding-left: 16px !important;
    padding-top: 32px !important;
    padding-bottom: 40px !important;
    background-color: #fbfbfc;
  }

  /* line 482, stdin */

  #case-study-objectives .objective-item {
    width: 800px !important;
  }

  /* line 485, stdin */

  #case-study-objectives .objective-item .text {
    width: 650px !important;
  }

  /* line 489, stdin */

  #examples {
    padding-left: 169px !important;
  }

  /* line 492, stdin */

  .case-study-example__article,
  .case-study-example__reddit {
    margin-right: 40px !important;
  }

  /* line 495, stdin */

  .case-study-example__reddit {
    width: 315px !important;
    padding-bottom: 24px !important;
  }

  /* line 499, stdin */

  .case-study-example__influencer {
    margin-right: 40px !important;
  }

  /* line 502, stdin */

  #case-study-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1850px) {
  /* line 510, stdin */

  .company-card {
    position: absolute;
    right: 350px;
    top: 150px;
  }
}


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