@import url(https://use.typekit.net/ssh8ajx.css);
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
.section-power {
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 112px;
  background: linear-gradient(to bottom, rgba(28, 128, 196, 0.15) 0%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b31c80c4", endColorstr="#007db9e8", GradientType=0);
}
@media only screen and (min-width: 768px) {
  .section-power {
    padding-top: calc(56px + 20 * (100vw - 768px) / 672);
    padding-bottom: calc(56px + 20 * (100vw - 768px) / 672);
  }
}
@media only screen and (min-width: 1440px) {
  .section-power {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
@media only screen and (min-width: 576px) {
  .section-power {
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .section-power {
    padding-bottom: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .section-power {
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-power {
    padding-bottom: 500px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-power {
    padding-bottom: 600px;
  }
}
.section-power .speckled-paint {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 576px) {
  .section-power .speckled-paint {
    bottom: -80px;
  }
}
@media only screen and (min-width: 768px) {
  .section-power .speckled-paint {
    bottom: -80px;
  }
}
@media only screen and (min-width: 992px) {
  .section-power .speckled-paint {
    bottom: -120px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-power .speckled-paint {
    bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-power .speckled-paint {
    bottom: -120px;
  }
}
.section-power .row {
  max-width: 1350px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .section-power .row .content {
    padding-top: 55px;
  }
}
@media only screen and (min-width: 1536px) {
  .section-power .row .content {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-power .row .content {
    padding-top: 70px;
  }
}
.section-power .cta {
  padding-top: 30px;
}
@media only screen and (min-width: 375px) {
  .section-power .cta {
    padding-top: calc(30px + 12 * (100vw - 375px) / 1065);
  }
}
@media only screen and (min-width: 1440px) {
  .section-power .cta {
    padding-top: 42px;
  }
}

.media-contact__wrap {
  position: relative;
  padding-top: 80px;
}
.media-contact__wrap .dots-image {
  position: absolute;
  top: 8px;
  z-index: -1;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .media-contact__wrap .dots-image {
    top: -130px;
  }
}
@media only screen and (min-width: 992px) {
  .media-contact__wrap .dots-image {
    top: -140px;
  }
}
@media only screen and (min-width: 1200px) {
  .media-contact__wrap .dots-image {
    top: -170px;
  }
}
@media only screen and (min-width: 1440px) {
  .media-contact__wrap .dots-image {
    top: -180px;
  }
}
@media only screen and (min-width: 1600px) {
  .media-contact__wrap .dots-image {
    top: -230px;
  }
}
.media-contact__wrap .dots-image img {
  width: 100%;
}
.media-contact .top-curve {
  width: 100%;
}
.media-contact .wrap {
  background: rgb(65, 47, 131);
  background: linear-gradient(260deg, rgb(65, 47, 131) 0%, rgb(113, 70, 154) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#412f83", endColorstr="#71469a", GradientType=1);
  padding-top: 50px;
  padding-bottom: 150px;
  margin-bottom: -100px;
}
@media only screen and (min-width: 768px) {
  .media-contact .wrap {
    margin-bottom: -200px;
    padding-bottom: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .media-contact .wrap {
    margin-bottom: -280px;
    padding-bottom: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .media-contact .wrap {
    margin-bottom: -320px;
    padding-bottom: 350px;
  }
}
@media only screen and (min-width: 1600px) {
  .media-contact .wrap {
    padding-bottom: 400px;
    margin-bottom: -350px;
  }
}
@media only screen and (min-width: 1800px) {
  .media-contact .wrap {
    padding-bottom: 610px;
    margin-bottom: -485px;
  }
}
@media only screen and (min-width: 2550px) {
  .media-contact .wrap {
    padding-bottom: 680px;
    margin-bottom: -540px;
  }
}
.media-contact .info {
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .media-contact .info .text {
    line-height: 1.9;
  }
}
.media-contact .info .text p {
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (min-width: 576px) {
  .media-contact .info .text p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .media-contact .info .text p {
    font-size: 24px;
    line-height: 33px;
  }
}
.media-contact .info .text span {
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
}
@media only screen and (min-width: 576px) {
  .media-contact .info .text span {
    font-size: 26px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .media-contact .info .text span {
    font-size: 35px;
    line-height: 33px;
  }
}
.media-contact .info a {
  text-decoration: underline;
}
.media-contact .info a:hover {
  text-decoration: underline;
  color: #FCB515;
}

.page-id-339 .media-contact .wrap {
  padding-bottom: 200px;
}
@media only screen and (min-width: 768px) {
  .page-id-339 .media-contact .wrap {
    padding-bottom: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .page-id-339 .media-contact .wrap {
    padding-bottom: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-id-339 .media-contact .wrap {
    padding-bottom: 400px;
  }
}
@media only screen and (min-width: 1600px) {
  .page-id-339 .media-contact .wrap {
    padding-bottom: 500px;
  }
}
@media only screen and (min-width: 1800px) {
  .page-id-339 .media-contact .wrap {
    padding-bottom: 610px;
    margin-bottom: -485px;
  }
}
@media only screen and (min-width: 2550px) {
  .page-id-339 .media-contact .wrap {
    padding-bottom: 680px;
    margin-bottom: -540px;
  }
}
.page-id-339 .media-contact .wrap .info {
  text-align: left !important;
  max-width: 1300px;
}
.page-id-339 .media-contact .wrap .info h2 {
  color: #ffffff;
}
.page-id-339 .media-contact .wrap .info h2 span {
  font-size: inherit;
  line-height: inherit;
}

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