@media only screen and (min-width: 420px) {
  body {
    font-size: 16px;
    font-size: calc(0.179vw + 15.25px);
  }
  .top-announcement__text {
    font-size: 14px;
    font-size: calc(0.357vw + 12.5px);
  }
  .hero__intro-heading {
    font-size: 32px;
    font-size: calc(4.286vw + 14px);
  }
  .hero__intro-copy {
    font-size: 16px;
    font-size: calc(0.714vw + 13px);
  }
  .hero__breadcrumb {
    font-size: 13px;
    font-size: calc(0.179vw + 12.25px);
  }
  .hero__breadcrumb span {
    font-size: 14px;
    font-size: calc(0.089vw + 13.625px);
  }
  .stats__heading {
    font-size: 23px;
    font-size: calc(1.696vw + 15.875px);
  }
  .stats__text {
    display: block;
    max-width: 30em;
  }
  .tile__stat {
    /*font-size: 23px;
      font-size: calc(2.054vw + 14.375px);*/
    font-size: 18px;
    font-size: calc(0.893vw + 14.25px);
  }
  .tile__answer .tile__text {
    font-size: 16px;
    font-size: calc(0.357vw + 14.5px);
  }
  .tile__source {
    font-size: 11px;
    font-size: calc(0.357vw + 9.5px);
  }
  .m-tile__question {
    font-size: 16px;
    font-size: calc(0.714vw + 13px);
  }
  .m-tile__stat {
    font-size: 28px;
    font-size: calc(3.036vw + 15.25px);
  }
  .m-tile__text {
    font-size: 11px;
    font-size: calc(0.357vw + 9.5px);
  }
  .solution__text {
    font-size: 18px;
  }
  .how__heading {
    font-size: 23px;
    font-size: calc(2.054vw + 14.375px);
  }
  .how__text {
    min-height: 160px;
  }
  .industries__label {
    font-size: 11px;
    font-size: calc(0.357vw + 9.5px);
  }
  .industries__heading {
    font-size: 23px;
    font-size: calc(2.054vw + 14.375px);
  }
  .logos__label {
    font-size: 11px;
    font-size: calc(0.357vw + 9.5px);
  }
  .related-cards {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .related-cards__title {
    font-size: 14px;
    font-size: calc(0.089vw + 13.625px);
  }
  .video-card__kicker {
    font-size: 13px;
    font-size: calc(0.179vw + 12.25px);
  }
  .video-card__copy {
    font-size: 16px;
    font-size: calc(0.714vw + 13px);
  }
  .about-hero__heading {
    font-size: 32px;
    font-size: calc(4.286vw + 14px);
  }
  .about-hero__copy {
    font-size: 16px;
    font-size: calc(0.714vw + 13px);
  }
  .about-hero__breadcrumb {
    font-size: 13px;
    font-size: calc(0.179vw + 12.25px);
  }
}
@media only screen and (min-width: 720px) {
  .top-announcement__text {
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1.5;
  }
  .top-announcement__box {
    width: 70px;
  }
  .d-header__sub-nav-container-no-card {
    right: 70px;
  }
  .hero {
    padding-top: 0;
    padding-bottom: 120px;
  }
  .hero__image {
    flex: none;
    align-self: stretch;
    width: 50%;
    right: -12.5%;
    z-index: 2;
    margin-top: 120px;
    margin-left: -12.5%;
  }
  .hero__image-wrap {
    width: 100%;
    height: 28vw;
    max-height: 60vh;
    background-position: 50%;
  }
  .hero__content {
    flex: none;
    align-self: stretch;
    width: 62.5%;
    margin-left: 0;
    z-index: 0;
    margin-top: 0;
    margin-bottom: -120px;
    padding: 105px 12.5% 105px 20.83333%;
  }
  .hero__intro-kicker {
    font-size: 18px;
    font-size: calc(0.893vw + 14.25px);
  }
  .hero__breadcrumb {
    right: 11.5%;
    bottom: 200px;
    white-space: nowrap;
    -webkit-transform: rotate(90deg) translateX(100%);
    transform: rotate(90deg) translateX(100%);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    color: #fff;
  }
  .about-hero {
    padding-top: 120px;
  }
  .about-hero__content {
    flex: none;
    align-self: stretch;
    width: 70.83333%;
    margin-left: 29.16667%;
    order: 0;
    margin-top: 0;
    padding: 105px 16.66667% 105px 12.5%;
  }
  .about-hero__breadcrumb {
    top: 38%;
    right: 11.5%;
    bottom: auto;
    white-space: nowrap;
    -webkit-transform: rotate(90deg) translateX(100%);
    transform: rotate(90deg) translateX(100%);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  .stats {
    padding-top: 8%;
    padding-bottom: 0;
  }
  .stats__intro {
    flex: none;
    align-self: stretch;
    width: 58.33333%;
    margin-left: 4.16667%;
    margin-right: 4.16667%;
  }
  .stats__tile {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex: none;
    align-self: stretch;
    width: 33.33333%;
    align-content: stretch;
    padding-top: 33.33333%;
    position: relative;
  }
  .stats__tile:nth-child(2) .tile {
    background-color: #088573;
  }
  .stats__tile:nth-child(3) .tile {
    background-color: #282124;
  }
  .stats__tile:nth-child(4) .tile {
    background-color: #088573;
  }
  .stats__tile:nth-child(5) .tile {
    background-color: #282124;
  }
  .stats__tile:nth-child(6) .tile {
    background-color: #088573;
  }
  .stats__tile:nth-child(7) .tile {
    background-color: #282124;
  }
  .tile:hover .tile__answer {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out 0.2s, -webkit-transform 0.9s ease-in-out 0.2s;
    transition: opacity 0.4s ease-in-out 0.2s, -webkit-transform 0.9s ease-in-out 0.2s;
    transition: transform 0.9s ease-in-out 0.2s, opacity 0.4s ease-in-out 0.2s;
    transition: transform 0.9s ease-in-out 0.2s, opacity 0.4s ease-in-out 0.2s, -webkit-transform 0.9s ease-in-out 0.2s;
  }
  .tile:hover .tile__answer .tile__content {
    position: relative;
    z-index: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.75s, -webkit-transform 0.65s;
    transition: opacity 0.75s, -webkit-transform 0.65s;
    transition: opacity 0.75s, transform 0.65s;
    transition: opacity 0.75s, transform 0.65s, -webkit-transform 0.65s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .tile:hover .tile__question-content {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
  }
  .tile:hover .tile__question p {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  .tile__question {
    display: flex;
    padding: 12.5%;
    color: #fff;
  }
  .tile__question p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
  }
  .tile__label {
    font-size: 14px;
    font-size: calc(0.357vw + 12px);
  }
  .tile__text {
    font-size: 18px;
    font-size: calc(0.714vw + 16px);
  }
  .tile__answer {
    padding: 12.5%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70% 50%;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    color: #333;
  }
  .m-tiles {
    display: none;
  }
  .solution {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .solution__content {
    margin: 0 auto;
    padding-bottom: 0;
    border-bottom: 0;
    flex: none;
    align-self: stretch;
    width: 83.33333%;
  }
  .solution__label {
    font-size: 15px;
    font-family: Roboto Mono, monospace;
    display: block;
  }
  .solution__how {
    margin: 0 auto;
    flex: none;
    align-self: stretch;
    width: 83.33333%;
  }
  .how {
    padding-top: 8%;
  }
  .how__imagery {
    flex: none;
    align-self: stretch;
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    height: auto;
  }
  .how__animation {
    margin-left: -18.75%;
    margin-right: -6.25%;
  }
  .how__content {
    flex: none;
    align-self: stretch;
    width: 55%;
    margin-left: 5%;
    display: grid;
    grid-template-rows: auto auto 1fr [buttons] auto;
    padding: 5% 0 0;
  }
  .how__text {
    min-height: 190px;
  }
  .industries__image {
    flex: none;
    align-self: stretch;
    width: 41.66667%;
  }
  .industries__image .industries__button {
    display: flex;
    margin-left: auto;
    width: 100%;
    max-width: 100%;
  }
  .industries__half {
    flex: none;
    align-self: stretch;
    width: 58.33333%;
  }
  .industries__accent {
    flex: none;
    align-self: stretch;
    width: 28.57143%;
    margin-left: 71.42857%;
    display: block;
  }
  .industries__content {
    flex: none;
    align-self: stretch;
    width: 71.42857%;
    margin-left: 14.28571%;
    padding-bottom: 14.28571%;
  }
  .m-industries__accent {
    display: none;
  }
  .button {
    padding: 0 40px;
    height: 80px;
    line-height: 80px;
  }
  .button_compact {
    padding: 0;
    width: 70px;
    height: 70px;
  }
  .logos {
    padding-top: 8%;
    padding-bottom: 0;
  }
  .logos__label {
    font-size: 15px;
    flex: none;
    align-self: stretch;
    width: 37.5%;
    margin-left: 8.33333%;
    margin-right: 4.16667%;
  }
  .related-cards__container {
    flex: none;
    align-self: stretch;
    width: 83.33333%;
  }
  .related-cards__title {
    margin-left: 8.33333%;
  }
  .related-cards__content {
    padding-left: 4.16667%;
    padding-right: 4.16667%;
  }
  .related-cards__col {
    width: 45.45455%;
    padding-right: 4.54545%;
  }
  .video-card__padding {
    padding: 11.11111%;
  }
  .footer {
    padding-top: 6%;
    padding-bottom: 0;
  }
  .footer__logo {
    flex: none;
    align-self: stretch;
    width: 91.66667%;
    margin-left: 8.33333%;
  }
  .footer__links {
    flex: none;
    align-self: stretch;
    width: 41.66667%;
    margin-left: 8.33333%;
  }
  .footer__newsletter {
    flex: none;
    align-self: stretch;
    width: 83.33333%;
    margin-left: 8.33333%;
  }
  .footer__secondary {
    flex: none;
    align-self: stretch;
    width: 83.33333%;
    margin-left: 8.33333%;
  }
  .newsletter__form div {
    display: flex;
  }
  .newsletter__input {
    height: 50px;
  }
  .newsletter__button {
    padding: 0;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 960px) {
  .d-header {
    display: flex;
  }
  .d-header__logo {
    flex: none;
    align-self: stretch;
    width: 20.83333%;
    margin-left: 8.33333%;
    margin-right: 4.16667%;
  }
  .d-header__nav {
    flex: none;
    align-self: stretch;
    width: 58.33333%;
    margin-right: 8.33333%;
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
  }
  .d-header__groups {
    padding: 3em 1em 3em 2em;
    flex: 0 0 24%;
  }
  .d-header__cards-container {
    flex: 4 1;
    max-width: 76%;
  }
  .footer__logo {
    flex: none;
    align-self: stretch;
    width: 25%;
    margin-left: 8.33333%;
    margin-right: 4.16667%;
  }
  .footer__logo-svg {
    width: 200px;
  }
  .footer__links {
    flex: none;
    align-self: stretch;
    width: 12.5%;
    margin-right: 4.16667%;
    margin-left: 0;
  }
  .footer__link {
    font-weight: 500;
  }
  .footer__newsletter {
    flex: none;
    align-self: stretch;
    width: 20.83333%;
    margin-left: 0;
    margin-right: 8.33333%;
  }
  .footer__secondary {
    flex: none;
    align-self: stretch;
    width: 54.16667%;
    margin-left: 37.5%;
    margin-right: 8.33333%;
    padding-top: 50px;
    margin-top: 0;
    border-top: 0;
  }
  .footer__copyright {
    flex-direction: row;
    width: auto;
  }
  .newsletter__heading {
    font-weight: 500;
  }
  .m-header__button {
    margin-right: 8.33333%;
  }
  .m-header__logo {
    flex: none;
    align-self: stretch;
    width: 20.83333%;
    margin-left: 8.33333%;
    margin-right: 4.16667%;
  }
  .m-header__menu-logo {
    margin-left: 8.33333%;
  }
  .m-header__nav {
    margin-left: 8.33333%;
  }
  .m-header__social {
    margin-left: 8.33333%;
  }
  .m-header {
    display: none;
  }
  .m-header__button {
    display: none;
  }
}
@media only screen and (min-width: 1080px) {
  .top-announcement__text {
    padding-right: 0;
  }
  .about-hero__content {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .about-hero__heading {
    font-size: 80px;
  }
  .solution__content {
    flex: none;
    align-self: stretch;
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
  .solution__how {
    flex: none;
    align-self: stretch;
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
  .how__imagery {
    flex: none;
    align-self: stretch;
    width: 50%;
  }
  .how__content {
    flex: none;
    align-self: stretch;
    width: 38.88889%;
    margin-left: 11.11111%;
    padding: 11.11111% 0 0;
  }
  .industries__image {
    flex: none;
    align-self: stretch;
    width: 50%;
  }
  .industries__image .industries__button {
    width: 50%;
    max-width: 50%;
  }
  .industries__half {
    flex: none;
    align-self: stretch;
    width: 50%;
  }
  .industries__accent {
    flex: none;
    align-self: stretch;
    width: 33.33333%;
    margin-left: 66.66667%;
  }
  .industries__content {
    flex: none;
    align-self: stretch;
    width: 66.66667%;
    margin-left: 16.66667%;
    padding-bottom: 8%;
  }
  .related-cards__container {
    flex: none;
    align-self: stretch;
    width: 83.33333%;
    margin: 0 auto;
    max-width: 1400px;
  }
  .related-cards__title {
    margin-left: 0;
  }
  .related-cards__content {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
  .related-cards__col {
    flex: none;
    align-self: stretch;
    width: 30%;
    padding-right: 0;
  }
  .video-card__padding {
    padding: 16.66667%;
  }
}
@media only screen and (min-width: 1200px) {
  .d-header__groups {
    padding: 3em 1em 3em 3em;
    flex: 0 0 24%;
  }
  .d-header__cards-container {
    flex: 4 1;
    max-width: 76%;
  }
  .d-header__card {
    margin: 45px 30px 30px;
    flex: 1 0 320px;
  }
  .stats__intro {
    flex: none;
    align-self: stretch;
    width: 41.66667%;
    margin-right: 4.16667%;
    margin-left: 4.16667%;
  }
  .stats__tile {
    flex: none;
    align-self: stretch;
    width: 25%;
    padding-top: 25%;
  }
  .stats__tile:nth-child(2) .tile {
    background-color: #088573;
  }
  .stats__tile:nth-child(3) .tile {
    background-color: #282124;
  }
  .stats__tile:nth-child(4) .tile {
    background-color: #282124;
  }
  .stats__tile:nth-child(5) .tile {
    background-color: #088573;
  }
  .stats__tile:nth-child(6) .tile {
    background-color: #282124;
  }
  .stats__tile:nth-child(7) .tile {
    background-color: #088573;
  }
  .tile__question {
    padding: 16.66667%;
  }
  .tile__question {
    padding: 16.66667%;
  }
}
@media only screen and (min-width: 1540px) {
  body {
    font-size: 18px;
  }
  .d-header__sub-nav-container {
    min-width: 1440px;
    max-width: 1440px;
  }
  .top-announcement__text {
    font-size: 18px;
  }
  .hero__intro-kicker {
    font-size: 28px;
  }
  .hero__breadcrumb {
    font-size: 15px;
  }
  .hero__breadcrumb span {
    font-size: 15px;
  }
  .about-hero__heading {
    font-size: 80px;
  }
  .about-hero__copy {
    font-size: 24px;
  }
  .about-hero__breadcrumb {
    font-size: 15px;
  }
  .stats {
    padding-top: 200px;
    padding-bottom: 0;
  }
  .stats__intro {
    flex: none;
    align-self: stretch;
    width: 37.5%;
    margin-left: 8.33333%;
  }
  .stats__label {
    font-size: 15px;
  }
  .stats__heading {
    font-size: 42px;
  }
  .tile__label {
    font-size: 20px;
  }
  .tile__text {
    font-size: 28px;
  }
  .tile__stat {
    font-size: 46px;
  }
  .tile__source {
    font-size: 15px;
  }
  .solution {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .solution__text {
    font-size: 28px;
  }
  .how {
    padding-top: 200px;
  }
  .how__animation {
    margin-left: -22.22222%;
    margin-right: -11.11111%;
  }
  .how__heading {
    font-size: 46px;
  }
  .how__text {
    min-height: 210px;
  }
  .industries__label {
    font-size: 15px;
  }
  .industries__heading {
    font-size: 46px;
  }
  .logos {
    padding-top: 200px;
    padding-bottom: 0;
  }
  .logos__label {
    font-size: 15px;
  }
  .related-cards {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .related-cards__title {
    font-size: 15px;
  }
  .video-card__kicker {
    font-size: 15px;
  }
  .video-card__copy {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .tile__stat {
    font-size: 62px;
  }
  .how__animation {
    margin-right: -22.22222%;
  }
  .how__content {
    flex: none;
    align-self: stretch;
    width: 33.33333%;
    margin-left: 16.66667%;
  }
  .logos__label {
    flex: none;
    align-self: stretch;
    width: 33.33333%;
    margin-left: 12.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
/*# sourceMappingURL=media.css.map */
.product__row.dis-bclock {
  display: flex;
}

.product__row.dis-bclock .product__content_r {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.product__row.dis-bclock .product__image_l {
  margin-left: auto;
  margin-right: auto;
}