@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */
body {
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
section {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic;
}

img {
  border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden;
}

img {
  max-width: 100%;
}

.font-weight-sbd {
  font-weight: 600;
}

.text-center {
  text-align: center;
}

.visible-sm {
  display: none;
}

@media (max-width: 812px) {
  .visible-sm {
    display: block;
  }
}

body {
  font-family: "Oracle Sans", sans-serif;
  line-height: 1.2;
  font-size: 1rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 1.8rem;
}

h6:last-child {
  margin-bottom: 0;
}

h5 {
  margin-top: 0;
  margin-bottom: 1.8rem;
}

h5:last-child {
  margin-bottom: 0;
}

h4 {
  margin-top: 0;
  margin-bottom: 1.8rem;
}

h4:last-child {
  margin-bottom: 0;
}

h3 {
  margin-top: 0;
  margin-bottom: 1.8rem;
}

h3:last-child {
  margin-bottom: 0;
}

h2 {
  margin-top: 0;
  margin-bottom: 1.8rem;
}

h2:last-child {
  margin-bottom: 0;
}

h1 {
  margin-top: 0;
  margin-bottom: 1.8rem;
}

h1:last-child {
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

p:not(:last-child) {
  margin-bottom: 2rem;
}

h1,
.h1 {
  font-size: 3.75rem;
  font-family: "Georgia", serif;
  font-weight: normal;
}

@media (max-width: 812px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 2.5rem;
}

h1,
h2 {
  font-weight: normal;
}

h3 {
  font-size: 1.75rem;
  font-weight: 600;
}

.text-xxl {
  font-size: 8.125rem;
}

.text-xl {
  font-size: 5rem;
}

@media (max-width: 812px) {
  .text-xl {
    font-size: 3.75rem;
  }
}

.text-lg {
  font-size: 2.125rem;
}

@media (max-width: 812px) {
  .text-lg {
    font-size: 2.125rem;
  }
}

@media (max-width: 640px) {
  .text-lg {
    font-size: 2.125rem;
  }
}

.text-md {
  font-size: 1.875rem;
}

.text-lead {
  font-size: 1.625rem;
}

.serif {
  font-family: 'Georgia', serif;
}

.sans-serif {
  font-family: 'Oracle Sans', sans-serif;
}

body,
html {
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  color: #312D2A;
  background-color: #fcfbfa;
  scroll-behavior: smooth;
}

.wrapper {
  padding-top: 80px;
  background-color: #312D2A;
}

.container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.btn {
  border-radius: 2.25rem;
  padding: 1.25rem 2.5rem;
  font-size: 1.125rem;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: inline-block;
  border-radius: 0.3125rem;
  font-weight: 600;
}

@media (max-width: 812px) {
  .btn {
    padding: 1.1rem 1.5rem;
  }
}

.btn.btn-light {
  background-color: #ffffff;
  color: #312D2A;
}

.btn.btn-dark {
  background-color: #312D2A;
  color: #ffffff;
}

li:not(:last-child) {
  margin-bottom: 0.3rem;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -1rem;
  margin-right: -1rem;
}

.columns.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  padding: 0 1rem;
}

.column.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (max-width: 812px) {
  .column.col-1 {
    width: 100%;
  }
}

.column.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (max-width: 812px) {
  .column.col-2 {
    width: 100%;
  }
}

.column.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (max-width: 812px) {
  .column.col-3 {
    width: 100%;
  }
}

.column.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (max-width: 812px) {
  .column.col-4 {
    width: 100%;
  }
}

.column.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (max-width: 812px) {
  .column.col-5 {
    width: 100%;
  }
}

.column.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (max-width: 812px) {
  .column.col-6 {
    width: 100%;
  }
}

.column.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (max-width: 812px) {
  .column.col-7 {
    width: 100%;
  }
}

.column.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (max-width: 812px) {
  .column.col-8 {
    width: 100%;
  }
}

.column.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (max-width: 812px) {
  .column.col-9 {
    width: 100%;
  }
}

.column.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (max-width: 812px) {
  .column.col-10 {
    width: 100%;
  }
}

.column.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (max-width: 812px) {
  .column.col-11 {
    width: 100%;
  }
}

.column.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (max-width: 812px) {
  .column.col-12 {
    width: 100%;
  }
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: none;
  width: auto;
}

.main-navigation {
  background-color: #312D2A;
  color: #ffffff;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  overflow: hidden;
}

.main-navigation.hide:not(.isOpen) {
  opacity: 0;
}

.main-navigation #menu-trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 1rem;
}

@media (min-width: 813px) {
  .main-navigation #menu-trigger {
    display: none;
  }
}

.main-navigation .columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-navigation .col-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}

@media (max-width: 812px) {
  .main-navigation .col-logo {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 2.25rem;
    padding-left: 3.25rem;
  }
}

.main-navigation .col-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}

@media (max-width: 812px) {
  .main-navigation .col-menu {
    height: 100%;
  }
}

.main-navigation .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media (max-width: 812px) {
  .main-navigation .main-menu {
    display: block;
    width: 100%;
    padding-bottom: 1.2rem;
  }
}

.main-navigation .main-menu li {
  padding: 1rem 2rem;
  margin-bottom: 0;
}

@media (max-width: 812px) {
  .main-navigation .main-menu li {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

.main-navigation .main-menu li a {
  font-size: 1.125rem;
  line-height: 100%;
  text-decoration: none;
  color: #ffffff;
}

.main-navigation .main-menu li a:hover, .main-navigation .main-menu li a:focus {
  text-decoration: underline;
}

@media (max-width: 812px) {
  .main-navigation.isOpen {
    height: 100%;
  }
}

.main-header {
  position: relative;
  background-image: url("../images/header-lg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top -4vw;
}

@media (max-width: 640px) {
  .main-header {
    background-image: url("../images/header-mobile.jpg");
    background-position: top center;
    min-height: calc(100vh - 80px);
  }
}

.main-header.section {
  padding-bottom: 5.938vw;
  padding-top: 5.938vw;
}

@media (max-width: 640px) {
  .main-header.section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.main-header__title {
  color: #ffffff;
}

.main-header__title:after {
  content: '';
  width: 58px;
  height: 7px;
  display: block;
  background: #FACD62;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
}

.main-header__lead {
  margin-top: 3.25rem;
  font-size: 1.625rem;
  font-family: 'Georgia', serif;
  color: #ffffff;
}

@media (max-width: 812px) {
  .main-header__lead {
    font-size: 1.5625rem;
  }
}

.main-header__highlighted {
  max-width: 50%;
  background-color: rgba(49, 45, 42, 0.23);
  color: #ffffff;
  padding: 1.875rem 2.75rem 2.125rem;
  -webkit-transform: translateX(-2.75rem);
          transform: translateX(-2.75rem);
  border-radius: 0.3125rem;
  margin: 2.8125rem 0;
}

@media (max-width: 1024px) {
  .main-header__highlighted {
    max-width: 75%;
  }
}

@media (max-width: 640px) {
  .main-header__highlighted {
    display: none;
  }
}

@media (max-width: 812px) {
  .main-header .btn {
    max-width: 14rem;
    text-align: left;
  }
}

.section {
  padding: 6rem 1.25rem;
}

@media (max-width: 812px) {
  .section {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .section br {
    display: none;
  }
}

.section.has-shadow {
  position: relative;
}

.section.has-shadow:after {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.has-dark-bg {
  color: #ffffff;
}

.section-light {
  background-color: white;
}

.section-intro {
  background-image: url(../images/dark_texture_resized.jpg);
  background-size: cover;
  background-color: #312D2A;
}

.section-intro .section__title {
  font-weight: bold;
}

@media (max-width: 812px) {
  .section-intro .section__title {
    font-size: 1.875rem;
  }
}

.stats {
  position: relative;
  background-image: url("../images/brown_abstract.jpg");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.reasons {
  margin-top: 4.125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 812px) {
  .reasons {
    margin-top: 3.75rem;
  }
}

.reasons .reason {
  margin-bottom: 5rem;
}

@media (min-width: 812px) {
  .reasons .reason:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

@media (max-width: 812px) {
  .reasons .reason:last-child {
    margin-bottom: 0;
  }
}

.reasons .reason__title {
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 1.875rem;
}

.reasons .reason__large {
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.download {
  padding: 6rem 0 0;
}

.download .text-xxl {
  margin-bottom: 2.5rem;
}

@media (min-width: 641px) and (max-width: 1280px) {
  .download .text-xxl {
    font-size: 9.5vw;
  }
}

@media (max-width: 812px) {
  .download .text-xxl {
    margin-bottom: 1.75rem;
    font-size: 8vw;
  }
}

.download p:not(:last-child) {
  margin-bottom: 2.5rem;
}

.featured-case-study {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (max-width: 812px) {
  .featured-case-study {
    padding: 0;
  }
  .featured-case-study > .container {
    padding: 0;
  }
}

.featured-case-study .featured-article {
  background-image: url(../images/OCPC-Industry-Automotive-IS09AT4DN.jpg);
  background-size: cover;
  background-position: top center;
}

@media (max-width: 812px) {
  .featured-case-study .featured-article {
    background-image: none;
  }
}

.featured-case-study .featured-article__content {
  width: 100%;
  max-width: 45%;
  height: 100%;
  padding: 3rem 3.75rem 3rem 5rem;
  background-color: rgba(46, 104, 108, 0.9);
  color: #ffffff;
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 1180px) {
  .featured-case-study .featured-article__content {
    padding: 3.5rem 2rem;
  }
}

@media (max-width: 812px) {
  .featured-case-study .featured-article__content {
    max-width: 100%;
    padding: 3.5rem 2rem;
    background-color: #2E686C;
  }
}

.featured-case-study .featured-article__content h3 {
  font-size: 1.625rem;
}

.featured-case-study .featured-article__numbers {
  margin-top: 5rem;
}

@media (max-width: 1180px) {
  .featured-case-study .featured-article__numbers .article {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.featured-case-study .featured-article__numbers .article__number {
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.featured-case-study .featured-article__image {
  display: none;
}

@media (max-width: 812px) {
  .featured-case-study .featured-article__image {
    display: block;
  }
}

.featured-case-study .featured-article__image img {
  display: block;
  width: 100%;
  height: auto;
}

.featured-case-study .featured-article__cta {
  margin-top: 3rem;
}

.section-video {
  background-color: #2C5967;
  color: #ffffff;
}

@media (max-width: 812px) {
  .section-video {
    padding-top: 4.875rem;
    padding-bottom: 7.25rem;
  }
}

.section-video .columns {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section-video .section__title {
  position: relative;
}

.section-video .section__title:after {
  content: '';
  width: 58px;
  height: 7px;
  display: block;
  background-color: #FACD62;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
}

.section-video .section__title + p {
  margin-top: 3rem;
}

.section-video .media-col {
  margin-left: auto;
}

@media (max-width: 812px) {
  .section-video .media-col {
    margin-top: 2rem;
  }
}

.section-video .media-col .video {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.section-video .media-col .video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.section-video .media-col #play {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 7.625rem;
  height: 7.625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  text-indent: -1000vw;
  background-image: url("../images/play.svg");
  background-position: center;
  background-size: 100%;
  cursor: pointer;
}

.section-video .media-col #play:hover, .section-video .media-col #play:focus {
  outline: none;
}

.section-text-media {
  background-image: url("../images/light_texture.png");
  background-size: cover;
  background-position: center;
}

@media (max-width: 812px) {
  .section-text-media {
    padding: 4rem 0 0;
  }
}

.section-text-media .section__title {
  position: relative;
  font-weight: normal;
}

@media (max-width: 812px) {
  .section-text-media .section__title {
    font-size: 40px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.section-text-media .section__title:after {
  content: '';
  width: 58px;
  height: 7px;
  display: block;
  background-color: #FACD62;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
}

.section-text-media .columns {
  margin-top: 3.5rem;
}

.section-text-media .columns .shape {
  -webkit-transform: translateX(-12.5%);
          transform: translateX(-12.5%);
}

@media (max-width: 812px) {
  .section-text-media .columns .shape {
    display: none;
  }
}

.section-text-media .section__highlighted {
  background-color: #312D2A;
  color: #ffffff;
  border-radius: 0.625rem;
  padding: 3.25rem 4.875rem;
}

@media (max-width: 812px) {
  .section-text-media .section__highlighted {
    border-radius: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.section-text-media .visible-sm {
  width: 100%;
}

.section-text-media .visible-sm img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 812px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.stats {
  background-image: url(../images/dark_texture_resized.jpg);
  background-size: cover;
  background-color: #312D2A;
  padding: 4rem 1rem 6.75rem;
}

.stats.has-dark-bg {
  background-image: url(../images/dark_texture.png);
}

@media (max-width: 812px) {
  .stats {
    padding: 5.5rem 2rem 10rem;
    background-size: auto;
  }
}

.stats .section__title {
  position: relative;
  font-weight: normal;
}

.stats .section__title:after {
  content: '';
  width: 58px;
  height: 7px;
  display: block;
  background-color: #FACD62;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
}

.stats .columns {
  margin-top: 4.5rem;
}

.stats .stat:last-child .stat__info {
  margin-bottom: 0;
}

.stats .stat__number {
  font-weight: bold;
  line-height: 100%;
}

@media (max-width: 812px) {
  .stats .stat__number {
    margin-bottom: 1.5rem;
  }
}

.stats .stat__info {
  padding-right: 13vw;
}

@media (max-width: 812px) {
  .stats .stat__info {
    margin-bottom: 3.25rem;
  }
}

@media (max-width: 812px) {
  .icon-stats {
    padding-top: 4.5rem;
  }
}

.icon-stats .section__title {
  position: relative;
}

.icon-stats .section__title:after {
  content: '';
  width: 58px;
  height: 7px;
  display: block;
  background-color: #FACD62;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
}

.icon-stats__intro {
  margin-top: 4.75rem;
  margin-bottom: 3rem;
  max-width: 40%;
  padding: 0;
}

@media (max-width: 812px) {
  .icon-stats__intro {
    max-width: 100%;
  }
}

@media (max-width: 812px) {
  .icon-stats .stats-list {
    margin-top: 4rem;
  }
}

@media (max-width: 812px) {
  .icon-stats .stat:not(:last-child) {
    margin-bottom: 4.5rem;
  }
}

.icon-stats .stat__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1.5rem;
}

.icon-stats .stat__icon .text-xl {
  font-weight: bold;
  line-height: 100%;
}

@media (max-width: 812px) {
  .icon-stats .stat__icon .text-xl {
    font-size: 5rem;
  }
}

.icon-stats .stat__icon .stat__icon--icon {
  margin-left: 1rem;
}

.icon-stats .stat__icon .stat__icon--icon img {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

.section-latest {
  background-color: #312D2A;
  background-image: url("../images/dark_abstract.jpg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  color: #ffffff;
}

@media (max-width: 812px) {
  .section-latest {
    background-image: url(../images/dark_bg_mobile.jpg);
    background-size: cover;
    background-position: top left;
  }
}

.section-latest .section__title:after {
  content: '';
  width: 58px;
  height: 7px;
  display: block;
  background-color: #facd62;
  -webkit-transform: translateY(1.25rem);
  transform: translateY(1.25rem);
}

.section-latest .quote {
  margin: 6.25rem 0;
  padding-left: 3.725rem;
  padding-right: 25%;
  position: relative;
}

@media (max-width: 812px) {
  .section-latest .quote {
    margin: 7.75rem 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.section-latest .quote:before {
  content: '“';
  font-family: 'Georgia', sans-serif;
  font-size: 6.25rem;
  line-height: 100%;
  color: #DBA465;
  position: absolute;
  top: 0%;
  left: 0;
}

@media (max-width: 812px) {
  .section-latest .quote:before {
    top: -3.25rem;
  }
}

.section-latest .quote__text {
  line-height: 1.3;
  margin-bottom: 1.25rem;
}

.section-latest .quote__author {
  font-weight: bold;
}

@media (max-width: 812px) {
  .section-latest .quote__author {
    max-width: 75%;
  }
}

.section-webinar {
  background-color: #f1efed;
  padding-top: 7.25rem;
  padding-bottom: 7.25rem;
}

.section-webinar .section__title {
  position: relative;
}

.section-webinar .section__title:after {
  content: '';
  width: 58px;
  height: 7px;
  display: block;
  background-color: #FACD62;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
}

.section-webinar .content__title {
  margin-top: 3rem;
  font-weight: normal;
}

@media (max-width: 812px) {
  .section-webinar .content__title {
    font-size: 2.5rem;
  }
}

.section-webinar .col-text {
  padding-right: 7%;
}

@media (max-width: 812px) {
  .section-webinar .col-text {
    margin-bottom: 2.1875rem;
  }
}

.section-webinar .col-text ul {
  list-style: initial;
  padding-left: 1rem;
  margin-bottom: 3.5rem;
}

.webinar-cta {
  background-color: #759C6C;
  color: #ffffff;
  padding: 2.625rem 0;
}

@media (max-width: 812px) {
  .webinar-cta {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

@media (max-width: 812px) {
  .webinar-cta .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.webinar-cta .widget-title {
  font-size: 1.625rem;
  text-align: center;
}

@media (max-width: 812px) {
  .webinar-cta .widget-title {
    margin-bottom: 1.25rem;
    text-align: left;
  }
}

@media (max-width: 812px) {
  .webinar-cta p {
    margin-bottom: 2rem;
  }
}

@media (max-width: 812px) {
  .webinar-cta .btn {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 16px;
  }
}

@media (max-width: 812px) {
  .solutions {
    padding-bottom: 4rem;
  }
}

.solutions .section__title {
  position: relative;
}

.solutions .section__title:after {
  content: '';
  width: 58px;
  height: 7px;
  display: block;
  background-color: #FACD62;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
}

.solutions .section__lead {
  margin-top: 4.5rem;
  margin-bottom: 3.375rem;
}

@media (max-width: 812px) {
  .solutions .section__lead {
    margin-bottom: 4.375rem;
  }
}

.solutions .solutions-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 813px) {
  .solutions .solution {
    max-width: 31%;
  }
}

@media (max-width: 812px) {
  .solutions .solution:not(:last-child) {
    margin-bottom: 5rem;
  }
}

.solutions .solution img {
  width: 100%;
  display: block;
  margin-bottom: 1.75rem;
}

.solutions .solution h3 {
  font-size: 1.625rem;
}

.solutions .solution ul {
  list-style: initial;
  padding-left: 1rem;
}

.solutions .solution ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.blog-articles {
  background-color: #312D2A;
  color: #ffffff;
}

@media (max-width: 812px) {
  .blog-articles {
    padding-top: 3.25rem;
  }
}

.blog-articles .section__title {
  position: relative;
  font-weight: normal;
  font-size: 2.5rem;
}

.blog-articles .section__title:after {
  content: '';
  width: 58px;
  height: 7px;
  display: block;
  background-color: #FACD62;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
}

.blog-articles .articles {
  margin-top: 4.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.blog-articles .blog-article {
  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: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (min-width: 813px) {
  .blog-articles .blog-article {
    max-width: 31%;
  }
}

@media (max-width: 812px) {
  .blog-articles .blog-article:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.blog-articles .blog-article img {
  width: 100%;
  display: block;
  margin-bottom: 1.75rem;
}

.blog-articles .blog-article h3 {
  font-size: 1.625rem;
}

.blog-articles .blog-article__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 812px) {
  .blog-articles .blog-article .btn {
    min-width: 11rem;
  }
}

@font-face {
  font-family: 'Georgia';
  src: url("../fonts/Georgia.eot");
  src: local("../fonts/Georgia"), url("../fonts/Georgia.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia.woff2") format("woff2"), url("../fonts/Georgia.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oracle Sans';
  src: url("../fonts/oraclesans_rg-webfont.woff2") format("woff2"), url("../fonts/oraclesans_rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oracle Sans';
  src: url("../fonts/oraclesans_bd-webfont.woff2") format("woff2"), url("../fonts/oraclesans_bd-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oracle Sans';
  src: url("../fonts/oraclesans_sbd-webfont.woff2") format("woff2"), url("../fonts/oraclesans_sbd-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*# sourceMappingURL=main.css.map */