/* Responsive Size */
/**/
/* Misc */
/* BREAKPOINTS */
.hero-banner, .hero-banner--v2 {
  position: relative;
}
.hero-banner--v2 {
  background: #DFEEEE url("../images/hero-banner/hero-patten.svg") repeat-x center center;
}
.hero-banner__callout-wrapper__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1309px) {
  .hero-banner__callout-wrapper__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .hero-banner__callout-wrapper__inner {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0;
  }
}
.hero-banner__callout {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background-color: #DFEEEE;
  color: #222222;
  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;
}
.hero-banner__callout h1 {
  line-height: 3.2222222222rem;
}
.hero-banner__callout p {
  font-size: 1rem;
}
@media (max-width: 1309px) {
  .hero-banner__callout {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .hero-banner__callout h1 {
    line-height: 2.7777777778rem;
  }
}
@media (max-width: 767px) {
  .hero-banner__callout {
    padding: 0 0.75rem;
  }
  .hero-banner__callout h1 {
    font-size: 2rem;
    line-height: 2.2222222222rem;
  }
  .hero-banner__callout .get-contact-btn {
    display: block;
    max-width: 287px;
    margin: 0 auto;
  }
}
@media (max-width: 573px) {
  .hero-banner__callout h1, .hero-banner__callout p {
    text-align: left;
  }
}
.hero-banner__placeholder {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  min-height: 668px;
}
@media (max-width: 991px) {
  .hero-banner__placeholder {
    min-height: auto;
  }
}
.hero-banner__placeholder-image {
  width: 100%;
  visibility: hidden;
}
@media (max-width: 1309px) {
  .hero-banner__placeholder-image {
    visibility: visible;
  }
}
.hero-banner__image-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1309px) {
  .hero-banner__image-wrapper {
    width: 100%;
    display: none;
  }
}
.hero-banner__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.get-contact-btn {
  vertical-align: middle;
  border: 0;
  line-height: 50px;
  height: 50px;
  color: #222222;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  cursor: default;
  white-space: nowrap;
  padding: 0 25px;
  position: relative;
  min-width: 190px;
  max-width: 100%;
  font-size: 0.8888888889rem;
  z-index: 0;
  background: none;
  text-decoration: none;
  cursor: pointer;
}
.get-contact-btn:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 2px;
  z-index: -1;
  border: 1px solid #222222;
  color: #222222;
}
.get-contact-btn:hover {
  color: #FFFFFF;
}
.get-contact-btn:hover:before {
  border-color: #fff;
  background: #e4022b;
}

.blog-item {
  text-align: left;
  background: #fff;
  border: 1px solid #E0DFD1;
}
.blog-item__img {
  font-size: 0;
}
.blog-item__img img {
  width: 100%;
}
.blog-item__content {
  padding: 25px;
}
@media (max-width: 991px) {
  .blog-item__content {
    padding: 15px;
  }
}
.blog-item__title {
  color: #324259;
  font-size: 1.3333333333rem;
  line-height: 1.1666666667;
  margin: 0;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.1666666667;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 0 !important;
}
.blog-item__title:after {
  content: "";
  text-align: right;
  bottom: 0;
  right: 0;
  width: 25%;
  display: block;
  position: absolute;
  height: 1.35em;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(75%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0) 75%);
  background: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0) 75%);
}
@supports (-webkit-line-clamp: 1) {
  .blog-item__title:after {
    display: none !important;
  }
}
.blog-item__title {
  -webkit-line-clamp: 3 !important;
  line-clamp: 3 !important;
  height: calc(1em * 1.1666666667 * 3 - 2px) !important;
}
.blog-item__title a {
  color: #324259;
}
.blog-item__title a:hover {
  color: #e31e2e;
}
.blog-item__desc {
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.5555555556;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 0 !important;
}
.blog-item__desc:after {
  content: "";
  text-align: right;
  bottom: 0;
  right: 0;
  width: 25%;
  display: block;
  position: absolute;
  height: 1.35em;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(75%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0) 75%);
  background: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0) 75%);
}
@supports (-webkit-line-clamp: 1) {
  .blog-item__desc:after {
    display: none !important;
  }
}
.blog-item__desc {
  -webkit-line-clamp: 3 !important;
  line-clamp: 3 !important;
  height: calc(1em * 1.5555555556 * 3 - 2px) !important;
}
.blog-item__date {
  color: rgba(34, 34, 34, 0.6);
  display: inline-block;
  font-size: 0.8333333333rem;
  margin-right: 7px;
}
.blog-item__category {
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.8333333333rem;
}
.blog-item__category a {
  color: #222;
}

.faq {
  margin: 90px 0 120px;
  color: #222;
}
@media (max-width: 767px) {
  .faq {
    margin: 60px 0 90px;
  }
}
.faq__content {
  margin: auto;
  margin-top: 40px;
  max-width: 770px;
}
.faq__content .accordion__item {
  margin-bottom: -1px;
  border: 0;
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
}
.faq__content .accordion__item__btn {
  font-size: 1.1111111111rem;
  padding-left: 0;
}
.faq__content .accordion__item__btn__status {
  position: absolute;
  right: 0;
  width: 18px;
  height: 18px;
  top: 22px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq__content .accordion__item__btn__status:before, .faq__content .accordion__item__btn__status:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #C4C4C4;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.faq__content .accordion__item__btn__status:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq__content .accordion__item__content {
  font-size: 1rem;
  line-height: 1.5555555556;
  color: #222;
}
.faq__content .accordion__item__content ul {
  list-style: none;
  padding: 0;
}
.faq__content .accordion__item__content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 9px;
}
.faq__content .accordion__item__content ul li:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 8px;
  background: url("../images/icons/bullet.svg") center no-repeat;
  background-size: contain;
}
.faq__content .accordion__item.opened .accordion__item__btn__status {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq__content .accordion__item.opened .accordion__item__btn__status:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.faq__content .accordion__item.opened .accordion__item__btn__status:after {
  background: #e31e2e;
}

.contact {
  background: #F0EFE7;
  padding-top: 80px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.contact .section-title {
  text-align: center;
  margin-top: 0;
}
.contact .section-desc {
  margin-top: 18px;
}
.contact__desc {
  text-align: center;
  font-size: 1.1111111111rem;
  line-height: 1.6;
  max-width: 844px;
  padding: 0 15px;
  margin: 10px auto 10px;
}
.contact__form {
  max-width: 770px;
  margin: 45px auto 0;
}
.contact__form__grid__cell {
  margin-bottom: 25px;
}
.contact__form__note {
  text-align: center;
  margin-top: 45px;
  font-size: 0.8333333333rem;
  line-height: 1.6;
}
.contact__form__note a {
  text-decoration: underline !important;
  color: #222;
}
.contact__form__note a:hover {
  color: #e31e2e;
}
.contact__form__submit {
  text-align: center;
  margin-top: 30px;
}
.contact__form__submit .button {
  min-width: 187px;
}
.contact__form .wpcf7-not-valid-tip {
  position: absolute;
  min-width: 350px;
  bottom: -3px;
}
.contact__form .wpcf7 form.invalid .wpcf7-response-output, .contact__form .wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}
.contact__form .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  padding: 0;
  margin-left: 0;
}

.digital-consultancy-and-professional-services-intro-page .contact {
  margin-top: -10px;
}

.whitepapers-page .section-title {
  margin-top: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: #324259;
  letter-spacing: -0.4px;
}
@media (max-width: 767px) {
  .whitepapers-page .section-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.whitepapers-page .slick-dots li.slick-active button:before {
  color: #e31e2e;
}
.whitepapers-page .slick-dots li button:before {
  color: #A9BBD0;
  opacity: 1;
  font-size: 8px;
}
.whitepapers-page .contact {
  margin: 0;
  background: #F0EFE7;
}
.whitepapers-page .contact .section-title {
  font-size: 40px;
  line-height: 52px;
}
@media (max-width: 767px) {
  .whitepapers-page .contact .section-title {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }
  .whitepapers-page .contact .contact__desc {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding: 0;
  }
}

.wp-value-props {
  padding: 96px 0;
}
@media (max-width: 767px) {
  .wp-value-props {
    padding: 60px 0;
  }
}
.wp-value-props .section-title {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .wp-value-props .section-title {
    margin-bottom: 40px;
  }
}
.wp-value-props__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 991px) {
  .wp-value-props__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .wp-value-props__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wp-value-props__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  border-top: 6px solid #e31e2e;
}
@media (max-width: 991px) {
  .wp-value-props__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .wp-value-props__card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.wp-value-props__card__inner {
  padding: 30px;
  text-align: center;
  border: 1px solid #EAEEF4;
  border-top: 0;
  height: 100%;
}
.wp-value-props__card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
}
.wp-value-props__card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wp-value-props__card__title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  color: #324259;
  margin: 0 0 12px;
}
.wp-value-props__card__desc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #324259;
  margin: 0;
}

.wp-featured {
  padding: 96px 0;
  background: #F9F9F4;
}
@media (max-width: 767px) {
  .wp-featured {
    padding: 60px 0;
  }
}
.wp-featured .section-title {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .wp-featured .section-title {
    margin-bottom: 40px;
  }
}
.wp-featured__carousel .slick-list {
  margin: 0 -15px;
}
.wp-featured__carousel .slick-slide {
  padding: 0 15px;
  height: auto !important;
}
.wp-featured__carousel .slick-slide > div {
  height: 100%;
}
.wp-featured__carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.wp-featured__carousel + .slick-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 30px;
}
.wp-featured__carousel + .slick-nav .slick-dots {
  position: static;
  width: auto;
  margin: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.wp-featured__carousel + .slick-nav .slick-arrow {
  position: static;
  width: 14px;
  height: 27px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.wp-featured__carousel + .slick-nav .slick-arrow:before {
  content: none;
}
.wp-featured__carousel + .slick-nav .slick-arrow svg {
  width: 100%;
  height: 100%;
}
.wp-featured__carousel + .slick-nav .slick-arrow svg path {
  fill: #324259;
}
.wp-featured__carousel + .slick-nav .slick-arrow:hover svg path {
  fill: #e31e2e;
}
@media (max-width: 767px) {
  .wp-featured__carousel + .slick-nav .slick-arrow {
    display: none !important;
  }
}
.wp-featured__carousel + .slick-nav .slick-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.wp-featured__carousel + .slick-nav .slick-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.wp-featured__item {
  height: 100%;
}
.wp-featured__card {
  background: #fff;
  border: 1px solid #D1DAE6;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-featured__card__img {
  font-size: 0;
  overflow: hidden;
}
.wp-featured__card__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 900/506;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-featured__card__content {
  padding: 30px;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wp-featured__card__title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  color: #324259;
  margin: 0 0 16px;
  text-align: center;
}
.wp-featured__card__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #324259;
  margin: 0 0 8px;
}
.wp-featured__card__desc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #324259;
  margin: 0 0 16px;
}
.wp-featured__card__tags {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.wp-featured__card__tags li {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #324259;
  list-style: none;
  margin: 0;
  padding-left: 20px;
  background: url("../images/scalable-subscription-model/fram-arrow-right.svg") no-repeat left 3px;
}
.wp-featured__card__action {
  text-align: center;
  margin-top: auto;
}
.wp-featured__card__btn {
  display: inline-block;
  height: 50px;
  line-height: 48px;
  padding: 0 32px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #e31e2e;
  border: 1px solid #e31e2e;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.wp-featured__card__btn:hover {
  background: #e31e2e;
  color: #fff;
}

.wp-audience {
  padding: 96px 0;
  background: #DFEEEE;
}
@media (max-width: 767px) {
  .wp-audience {
    padding: 60px 0;
  }
}
.wp-audience .section-title {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .wp-audience .section-title {
    margin-bottom: 40px;
  }
}
.wp-audience__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 991px) {
  .wp-audience__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .wp-audience__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wp-audience__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 1px solid #EAEEF4;
  padding: 32px 24px;
}
@media (max-width: 991px) {
  .wp-audience__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 12px);
            flex: 0 0 calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .wp-audience__card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.wp-audience__card__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: middle;
}
.wp-audience__card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wp-audience__card__title {
  display: inline-block;
  vertical-align: middle;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  color: #324259;
  margin: 0 0 0 8px;
}
.wp-audience__card__desc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #324259;
  margin: 8px 0 0;
}

.wp-insights {
  padding: 96px 0;
}
@media (max-width: 767px) {
  .wp-insights {
    padding: 60px 0;
  }
}
.wp-insights .section-title {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .wp-insights .section-title {
    margin-bottom: 30px;
  }
}
.wp-insights__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  .wp-insights__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .wp-insights__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wp-insights__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991px) {
  .wp-insights__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .wp-insights__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.wp-insights__item .blog-item {
  height: 100%;
}
.wp-insights__view-all {
  margin-top: 50px;
  text-align: center;
}

.wp-cta-banner {
  padding: 96px 0;
  background: #e31e2e;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wp-cta-banner {
    padding: 60px 0;
  }
}
.wp-cta-banner__content {
  position: relative;
  z-index: 1;
  max-width: 960px;
}
.wp-cta-banner__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: #fff;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .wp-cta-banner__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.wp-cta-banner__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin: 0 0 12px;
}
.wp-cta-banner__desc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  .wp-cta-banner__desc {
    margin-bottom: 24px;
  }
}
.wp-cta-banner__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .wp-cta-banner__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.wp-cta-banner__btn {
  display: inline-block;
  height: 50px;
  line-height: 48px;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 2px;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.wp-cta-banner__btn--primary {
  background: #fff;
  color: #e31e2e;
}
.wp-cta-banner__btn--primary:hover {
  background: transparent;
  color: #fff;
}
.wp-cta-banner__btn--secondary {
  background: transparent;
  color: #fff;
}
.wp-cta-banner__btn--secondary:hover {
  background: #fff;
  color: #e31e2e;
}
/*# sourceMappingURL=whitepapers.css.map */
