@charset "UTF-8";
/* E.g.
@include breakpoint($medium-2) {
	width: 30%;
}
*/
/*
  Font face declaration 
*/
@font-face {
  font-family: oraclesans-regular;
  src: url("../fonts/OracleSans_W_Rg.woff2") format("woff2"), url("../fonts/OracleSans_W_Rg.woff") format("woff"); }

@font-face {
  font-family: oraclesans-semibold;
  src: url("../fonts/OracleSans_W_SBd.woff2") format("woff2"), url("../fonts/OracleSans_W_SBd.woff") format("woff"); }

@font-face {
  font-family: oraclesans-bold;
  src: url("../fonts/OracleSans_W_Bd.woff2") format("woff2"), url("../fonts/OracleSans_W_Bd.woff") format("woff"); }

@font-face {
  font-family: oraclesans-light;
  src: url("../fonts/OracleSans-Light.woff2") format("woff2"), url("../fonts/OracleSans-Light.woff") format("woff"); }

@font-face {
  font-family: georgia;
  src: url("../fonts/Georgia.woff2") format("woff2"), url("../fonts/Georgia.woff") format("woff"); }

@font-face {
  font-family: georgia-bold;
  src: url("../fonts/Georgia_Bold.woff2") format("woff2"), url("../fonts/Georgia_Bold.woff") format("woff"); }

@font-face {
  font-family: MyriadPro-Regular, Myriad Pro;
  src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"); }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none;
  padding-left: 3rem;
  margin: 4rem 0 0 0;
  position: relative;
  display: block; }
  @media (min-width: 992px) {
    blockquote, q {
      margin: 8rem 0 0 0; } }
  blockquote h2, q h2 {
    color: #312d2a;
    font-size: 2rem; }
    @media (min-width: 992px) {
      blockquote h2, q h2 {
        font-size: 2.5rem;
        line-height: 1.3;
        margin: 0 0 5rem 0; } }
  blockquote h3, q h3 {
    color: #94AFAF;
    font-family: "oraclesans-semibold", Helvetica, sans-serif;
    font-weight: bold; }

blockquote:before, blockquote:after {
  content: "“";
  position: absolute;
  left: 0;
  top: 1.5rem;
  width: 5rem;
  height: 5rem;
  color: #312d2a;
  font-family: "georgia", Helvetica, sans-serif;
  font-size: 6rem; }
  @media (min-width: 992px) {
    blockquote:before, blockquote:after {
      top: 2rem; } }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 62.5%;
  background-color: #ffffff;
  margin: 0;
  padding: 0; }

body {
  font-family: "oraclesans-regular", Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #312d2a;
  margin: 0;
  padding: 0; }

.widow {
  white-space: nowrap; }

sup {
  font-size: 10px;
  cursor: pointer; }
  sup a,
  sup a:link,
  sup a:visited {
    color: #312d2a;
    font-size: 9px; }

ul li {
  list-style-type: none; }

.wrapper {
  max-width: 1018px;
  width: 100%;
  margin: 0 auto;
  clear: both;
  position: relative;
  padding: 0 2rem; }
  @media (min-width: 768px) {
    .wrapper {
      width: 90%;
      padding: 0; } }
  .wrapper .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0; }
    @media (min-width: 768px) {
      .wrapper .container {
        width: 90%;
        padding: 0 15px; } }

ul li {
  font-size: 1.6rem;
  line-height: 2.3rem; }
  @media (min-width: 992px) {
    ul li {
      font-size: 1.8rem;
      line-height: 2.4rem; } }

ul.listed-area li {
  font-size: 1.6rem;
  line-height: 2.3rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "oraclesans-regular", Helvetica, sans-serif;
  margin: 0 0 1rem 0; }
  @media (min-width: 992px) {
    ul.listed-area li {
      font-size: 1.8rem;
      line-height: 2.4rem;
      margin: 0 0 2rem 0; } }
  ul.listed-area li:before {
    content: "•";
    font-size: 2.5rem;
    padding-right: 2rem; }
  ul.listed-area li:last-child {
    margin: 0 0 2rem 0; }
    @media (min-width: 992px) {
      ul.listed-area li:last-child {
        margin: 0 0 4rem 0; } }
  ul.listed-area li strong {
    display: contents; }

strong {
  font-family: "oraclesans-bold", Helvetica, sans-serif;
  font-weight: normal; }

a {
  text-decoration: none;
  outline: none; }
  a:hover, a:active, a:visited {
    text-decoration: none;
    outline: none; }

label {
  font-family: "oraclesans-light", Helvetica, sans-serif;
  color: #312d2a; }

h1,
h2,
h3,
h4 {
  font-family: "oraclesans-regular", Helvetica, sans-serif;
  color: #312d2a;
  font-weight: normal;
  margin-bottom: 2rem; }

h1 {
  font-family: "georgia", Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 3rem; }
  @media (min-width: 576px) {
    h1 {
      font-size: 4rem; } }
  h1 span {
    font-size: 4.8rem;
    line-height: 1.2;
    font-weight: normal;
    display: block; }

h2 {
  font-family: "georgia", Helvetica, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 0 0 3rem 0; }
  @media (min-width: 992px) {
    h2 {
      font-size: 3.5rem; } }

h3 {
  font-family: "oraclesans-regular", Helvetica, sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 0 0 3rem 0; }
  @media (min-width: 992px) {
    h3 {
      font-size: 2.6rem;
      line-height: 1.3;
      margin: 0 0 4.5rem 0; } }

h4 {
  font-family: "oraclesans-light", Helvetica, sans-serif;
  font-size: 2.5rem;
  line-height: 1.3; }

p {
  font-family: "oraclesans-regular", Helvetica, sans-serif;
  color: #312d2a;
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin: 0 0 3rem 0; }
  @media (min-width: 992px) {
    p {
      font-size: 1.8rem;
      line-height: 2.4rem; } }
  p:last-child {
    margin: 0; }
    @media (min-width: 992px) {
      p:last-child {
        margin: 0 0 3rem 0; } }
  p.em-text {
    color: #AE562C;
    font-family: "oraclesans-regular", Helvetica, sans-serif;
    font-size: 2.2rem;
    line-height: 3rem;
    font-style: italic;
    margin: 2rem 0; }
    @media (min-width: 768px) {
      p.em-text {
        margin: 0 0 3rem 0; } }
    p.em-text strong {
      font-family: "oraclesans-bold", Helvetica, sans-serif; }

section {
  padding: 4rem 0;
  position: relative;
  background-color: #ffffff; }
  @media (min-width: 992px) {
    section {
      padding: 9rem 0; } }

.btn-cta {
  font-family: oraclesans-semibold;
  color: #ffffff !important;
  background-color: #AE562C;
  border: 2px solid #AE562C;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 1.2rem 2.4rem 1.2rem;
  text-align: center;
  border-radius: 3em;
  text-decoration: none;
  position: relative;
  display: inline-block; }
  .btn-cta:hover {
    background-color: #ffffff;
    border: 2px solid #AE562C;
    color: #AE562C !important; }

.clear {
  clear: both; }

.orange-button {
  background-color: #AE562C;
  color: #ffffff;
  padding: 1rem 4rem;
  margin: 2rem 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #AE562C; }
  .orange-button:visited, .orange-button:link {
    color: #ffffff;
    outline: 0 !important; }
  .orange-button:hover {
    color: #312d2a;
    background-color: #facd62;
    border: 2px solid #facd62; }

img {
  width: 65%;
  margin: 1em auto 0 auto;
  position: relative;
  display: block; }
  @media (min-width: 768px) {
    img {
      width: 100%;
      margin: 1em 0 0 0; } }
  @media (min-width: 992px) {
    img {
      width: 100%;
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    img {
      width: 100%; } }
  @media (min-width: 1200px) {
    img {
      width: auto; } }
  @media (min-width: 992px) {
    img.reverse-margin {
      margin: -4rem 0 0 auto; } }
  @media (min-width: 992px) {
    img.reverse-right-margin {
      margin: 0 0 0 -2rem; } }

@media (min-width: 992px) {
  .top-space {
    margin-top: 2rem; } }

.carousel {
  margin: 5rem 0; }
  .carousel .carousel-inner {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 3rem 2rem; }
    @media (min-width: 576px) {
      .carousel .carousel-inner {
        padding: 4rem; } }
    @media (min-width: 992px) {
      .carousel .carousel-inner {
        padding: 6rem 4rem; } }
    .carousel .carousel-inner .carousel-item .item-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 992px) {
        .carousel .carousel-inner .carousel-item .item-wrap {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
    .carousel .carousel-inner .carousel-item .left-num {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-bottom: 2rem; }
      @media (min-width: 992px) {
        .carousel .carousel-inner .carousel-item .left-num {
          width: 55%;
          padding-right: 5rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          float: left;
          margin-bottom: 0; } }
      .carousel .carousel-inner .carousel-item .left-num p {
        font-size: 2rem; }
      .carousel .carousel-inner .carousel-item .left-num strong {
        font-size: 2.5rem;
        vertical-align: top;
        display: block;
        margin-bottom: 2rem;
        font-weight: normal;
        font-family: "oraclesans-regular", Helvetica, sans-serif; }
      .carousel .carousel-inner .carousel-item .left-num .num {
        font-size: 5rem;
        font-family: "georgia", Helvetica, sans-serif;
        line-height: 0.4;
        margin-right: 1rem;
        margin-bottom: 0;
        -webkit-transform: translateY(0) scale(0.84, 1);
        -ms-transform: translateY(0) scale(0.84, 1);
        transform: translateY(0) scale(0.84, 1); }
        @media (min-width: 576px) {
          .carousel .carousel-inner .carousel-item .left-num .num {
            font-size: 10rem;
            margin-right: 2rem; } }
        @media (min-width: 640px) {
          .carousel .carousel-inner .carousel-item .left-num .num {
            font-size: 12rem; } }
        @media (min-width: 992px) {
          .carousel .carousel-inner .carousel-item .left-num .num {
            font-size: 22rem;
            line-height: 0;
            -webkit-transform: translateY(-6rem) scale(0.84, 1);
            -ms-transform: translateY(-6rem) scale(0.84, 1);
            transform: translateY(-6rem) scale(0.84, 1); } }
        @media (min-width: 1200px) {
          .carousel .carousel-inner .carousel-item .left-num .num {
            font-size: 32rem; } }
    @media (min-width: 576px) {
      .carousel .carousel-inner .carousel-item .right-pie {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        float: left; } }
    @media (min-width: 992px) {
      .carousel .carousel-inner .carousel-item .right-pie {
        padding-left: 5rem;
        width: 50%;
        border-left: 2px solid #e6ac58; } }
    .carousel .carousel-inner .carousel-item .right-pie .pie {
      width: 200px;
      height: 200px;
      display: block;
      position: relative;
      margin: 0 auto; }
      @media (min-width: 576px) {
        .carousel .carousel-inner .carousel-item .right-pie .pie {
          min-width: 200px;
          margin: 0 2rem 0 0;
          display: inline-block; } }
      @media (min-width: 992px) {
        .carousel .carousel-inner .carousel-item .right-pie .pie {
          width: 250px;
          height: 250px; } }
      .carousel .carousel-inner .carousel-item .right-pie .pie .number {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        left: 0;
        width: 100%;
        text-align: center;
        font-weight: bold;
        color: #312d2a;
        font-family: "georgia", Helvetica, sans-serif;
        font-size: 5rem;
        font-weight: normal;
        line-height: 0.8; }
        @media (min-width: 992px) {
          .carousel .carousel-inner .carousel-item .right-pie .pie .number {
            font-size: 8rem; } }
        @media (min-width: 1200px) {
          .carousel .carousel-inner .carousel-item .right-pie .pie .number {
            top: 54%; } }
        .carousel .carousel-inner .carousel-item .right-pie .pie .number sub {
          font-weight: bold;
          font-size: 60%; }
        .carousel .carousel-inner .carousel-item .right-pie .pie .number span {
          position: relative;
          bottom: -8px; }
          @media (min-width: 992px) {
            .carousel .carousel-inner .carousel-item .right-pie .pie .number span {
              bottom: -14px; } }
      .carousel .carousel-inner .carousel-item .right-pie .pie #progress_animate1,
      .carousel .carousel-inner .carousel-item .right-pie .pie #progress_animate2,
      .carousel .carousel-inner .carousel-item .right-pie .pie #progress_animate3,
      .carousel .carousel-inner .carousel-item .right-pie .pie #progress_animate4 {
        stroke-linecap: round; }
    .carousel .carousel-inner .carousel-item .right-pie .para-wrap {
      display: inline-block;
      margin-bottom: 0;
      text-align: center; }
      @media (min-width: 576px) {
        .carousel .carousel-inner .carousel-item .right-pie .para-wrap {
          text-align: left; } }
      @media (min-width: 992px) {
        .carousel .carousel-inner .carousel-item .right-pie .para-wrap {
          width: 40%; } }
      .carousel .carousel-inner .carousel-item .right-pie .para-wrap p {
        font-family: "oraclesans-regular", Helvetica, sans-serif; }
    .carousel .carousel-inner .carousel-item .right-pie .icon {
      width: 60px;
      height: 50px;
      background: url("../images/robot.svg") no-repeat;
      margin: 0 auto 1rem auto; }
      @media (min-width: 576px) {
        .carousel .carousel-inner .carousel-item .right-pie .icon {
          margin: 0 0 1rem 0; } }
    .carousel .carousel-inner .carousel-item.item-1 .num {
      color: #e6ac58;
      -webkit-transform: translateY(0) scale(1, 1);
      -ms-transform: translateY(0) scale(1, 1);
      transform: translateY(0) scale(1, 1); }
      @media (min-width: 992px) {
        .carousel .carousel-inner .carousel-item.item-1 .num {
          line-height: 0;
          -webkit-transform: translateY(-3.5rem) scale(1, 1);
          -ms-transform: translateY(-3.5rem) scale(1, 1);
          transform: translateY(-3.5rem) scale(1, 1); } }
    .carousel .carousel-inner .carousel-item.item-2 .left-num .num {
      color: #aaa; }
      @media (min-width: 992px) {
        .carousel .carousel-inner .carousel-item.item-2 .left-num .num {
          line-height: 0;
          -webkit-transform: translateY(-4rem) scale(0.84, 1);
          -ms-transform: translateY(-4rem) scale(0.84, 1);
          transform: translateY(-4rem) scale(0.84, 1); } }
    .carousel .carousel-inner .carousel-item.item-2 .right-pie {
      border-color: #aaa; }
    .carousel .carousel-inner .carousel-item.item-3 .left-num .num {
      color: #94AFAF; }
      @media (min-width: 992px) {
        .carousel .carousel-inner .carousel-item.item-3 .left-num .num {
          font-size: 26.4rem; } }
    .carousel .carousel-inner .carousel-item.item-3 .right-pie {
      border-color: #94AFAF; }
    .carousel .carousel-inner .carousel-item.item-4 .left-num .num {
      color: #dd6000; }
      @media (min-width: 992px) {
        .carousel .carousel-inner .carousel-item.item-4 .left-num .num {
          font-size: 26.4rem; } }
    .carousel .carousel-inner .carousel-item.item-4 .right-pie {
      border-color: #dd6000; }
      .carousel .carousel-inner .carousel-item.item-4 .right-pie .number font {
        font-size: 110%; }
  .carousel .carousel-wrap {
    bottom: -40px;
    width: 220px;
    margin: 0 auto; }
  .carousel .carousel-indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .carousel .carousel-indicators li {
      background-color: #403c38;
      border: none;
      height: 6px;
      background-clip: inherit;
      opacity: 1;
      width: 25px;
      margin-right: 5px;
      margin-left: 5px; }
      .carousel .carousel-indicators li.active {
        border: 2px solid #403c38;
        background-color: transparent; }
  .carousel .carousel-control-next,
  .carousel .carousel-control-prev {
    outline: 0 !important;
    width: auto; }
  @media (min-width: 992px) {
    .carousel .carousel-control-next {
      right: 0; } }
  .carousel .carousel-control-next .carousel-control-next-icon {
    background: url(../images/slider-arrow-right.svg) no-repeat;
    background-position: center; }
  @media (min-width: 992px) {
    .carousel .carousel-control-prev {
      left: 0; } }
  .carousel .carousel-control-prev .carousel-control-prev-icon {
    background: url(../images/slider-arrow-right.svg) no-repeat;
    background-position: center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

@media (min-width: 992px) {
  .divide-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.divide-flex .sub-title h3 {
  font-size: 4rem;
  font-family: "georgia", Helvetica, sans-serif;
  color: #41817e; }
  @media (min-width: 992px) {
    .divide-flex .sub-title h3 {
      font-size: 5.2rem;
      text-align: right;
      border-right: 2px solid #e6ac58;
      padding-right: 6rem; } }
  .divide-flex .sub-title h3 br {
    display: none; }
    @media (min-width: 992px) {
      .divide-flex .sub-title h3 br {
        display: block; } }

.divide-flex .bottom-para {
  width: 100%; }
  @media (min-width: 992px) {
    .divide-flex .bottom-para {
      padding-left: 5rem;
      width: 68%; } }
  .divide-flex .bottom-para p {
    font-size: 2rem;
    font-family: "oraclesans-light", Helvetica, sans-serif;
    line-height: 1.3; }
    @media (min-width: 992px) {
      .divide-flex .bottom-para p {
        font-size: 3rem; } }

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%; }

nav {
  min-height: 55px; }
  @media (min-width: 576px) {
    nav {
      min-height: 60px; } }

@media (max-width: 767px) {
  .sticky-wrapper {
    display: none; } }

#vchart-1 .cls-1 {
  isolation: isolate; }

#vchart-1 .cls-17,
#vchart-1 .cls-2 {
  fill: none;
  stroke: #d9d9d6;
  stroke-miterlimit: 10; }

#vchart-1 .cls-2 {
  stroke-width: 0.5px; }

#vchart-1 .cls-3 {
  fill: #c74634; }

#vchart-1 .cls-4 {
  opacity: 0.1;
  mix-blend-mode: multiply; }

#vchart-1 .cls-12,
#vchart-1 .cls-15,
#vchart-1 .cls-5 {
  font-size: 12px;
  fill: #312d2a; }

#vchart-1 .cls-12,
#vchart-1 .cls-15,
#vchart-1 .cls-18,
#vchart-1 .cls-5 {
  font-family: OracleSans-UltraLight, OracleSans UltraLight;
  font-weight: 100; }

#vchart-1 .cls-6 {
  letter-spacing: 0.01em; }

#vchart-1 .cls-7 {
  letter-spacing: -0.01em; }

#vchart-1 .cls-8 {
  letter-spacing: 0em; }

#vchart-1 .cls-9 {
  letter-spacing: -0.03em; }

#vchart-1 .cls-10 {
  letter-spacing: -0.01em; }

#vchart-1 .cls-11 {
  letter-spacing: -0.01em; }

#vchart-1 .cls-12 {
  letter-spacing: 0.01em; }

#vchart-1 .cls-13 {
  letter-spacing: 0em; }

#vchart-1 .cls-14 {
  letter-spacing: -0.01em; }

#vchart-1 .cls-15 {
  letter-spacing: -0.03em; }

#vchart-1 .cls-16 {
  letter-spacing: 0em; }

#vchart-1 .cls-18 {
  font-size: 9px; }

#vchart-1 text {
  font-family: "oraclesans-light", Helvetica, sans-serif !important;
  line-height: 2.6rem;
  color: #312d2a;
  font-size: 12px !important; }

#vchart-1 tspan {
  border: 1px solid red !important; }

#hbarcharts1 .st0 {
  fill: #41817E; }

#hbarcharts1 .st1 {
  opacity: 0.1; }

#hbarcharts1 .st2 {
  fill: #FFFFFF; }

#hbarcharts1 .st3 {
  fill: #312D2A; }

#hbarcharts1 .st4 {
  fill: none;
  stroke: #D9D9D6;
  stroke-miterlimit: 10; }

#hbarchart-sec2 .cls-1 {
  isolation: isolate; }

#hbarchart-sec2 .cls-2 {
  fill: #c74634; }

#hbarchart-sec2 .cls-3 {
  opacity: 0.1;
  mix-blend-mode: multiply; }

#hbarchart-sec2 .cls-4 {
  fill: #fff; }

#hbarchart-sec2 .cls-10,
#hbarchart-sec2 .cls-35,
#hbarchart-sec2 .cls-5 {
  font-size: 9px;
  fill: #312d2a;
  font-family: OracleSans-Light, OracleSans Light;
  font-weight: 300; }

#hbarchart-sec2 .cls-6 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-7 {
  letter-spacing: 0.01em; }

#hbarchart-sec2 .cls-8 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-9 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-10 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-11 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-12 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-13 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-14 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-15 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-16 {
  letter-spacing: 0.01em; }

#hbarchart-sec2 .cls-17 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-18 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-19 {
  letter-spacing: 0.01em; }

#hbarchart-sec2 .cls-20 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-21 {
  letter-spacing: 0.01em; }

#hbarchart-sec2 .cls-22 {
  letter-spacing: 0.01em; }

#hbarchart-sec2 .cls-23 {
  letter-spacing: 0.01em; }

#hbarchart-sec2 .cls-24 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-25 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-26 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-27 {
  letter-spacing: 0.01em; }

#hbarchart-sec2 .cls-28 {
  letter-spacing: -0.02em; }

#hbarchart-sec2 .cls-29 {
  letter-spacing: -0.01em; }

#hbarchart-sec2 .cls-30 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-31 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-32 {
  letter-spacing: 0.01em; }

#hbarchart-sec2 .cls-33 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-34 {
  letter-spacing: -0.01em; }

#hbarchart-sec2 .cls-35 {
  letter-spacing: -0.02em; }

#hbarchart-sec2 .cls-36 {
  letter-spacing: -0.01em; }

#hbarchart-sec2 .cls-37 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-38 {
  fill: none;
  stroke: #d9d9d6;
  stroke-miterlimit: 10; }

#hbarchart3-1 .cls-1 {
  isolation: isolate; }

#hbarchart3-1 .cls-2 {
  fill: #759c6c; }

#hbarchart3-1 .cls-3 {
  opacity: 0.1;
  mix-blend-mode: multiply; }

#hbarchart3-1 .cls-4 {
  font-size: 10px;
  fill: #fff;
  font-family: OracleSans-Bold, OracleSans Bold;
  font-weight: 700; }

#hbarchart3-1 .cls-5 {
  font-size: 9px;
  font-family: OracleSans-regular, OracleSans Light;
  font-weight: 300; }

#hbarchart3-1 .cls-43,
#hbarchart3-1 .cls-5 {
  fill: #312d2a; }

#hbarchart3-1 .cls-6 {
  letter-spacing: -0.01em; }

#hbarchart3-1 .cls-7 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-8 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-9 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-10 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-11 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-12 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-13 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-14 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-15 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-16 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-17 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-18 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-19 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-20 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-21 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-22 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-23 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-24 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-25 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-26 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-27 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-28 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-29 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-30 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-31 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-32 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-33 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-34 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-35 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-36 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-37 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-38 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-39 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-40 {
  letter-spacing: -0.01em; }

#hbarchart3-1 .cls-41 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-42 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-44 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-45 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-46 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-47 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-48 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-49 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-50 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-51 {
  letter-spacing: 0.03em; }

#hbarchart3-1 .cls-52 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-53 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-54 {
  letter-spacing: -0.01em; }

#hbarchart3-1 .cls-55 {
  fill: none;
  stroke: #d9d9d6;
  stroke-miterlimit: 10;
  stroke-width: 0.87px; }

#hbarchart3-1 text {
  font-weight: 700; }

#hbarchart3-2 .cls-1 {
  isolation: isolate; }

#hbarchart3-2 .cls-2 {
  fill: #94afaf; }

#hbarchart3-2 .cls-3 {
  opacity: 0.1;
  mix-blend-mode: multiply; }

#hbarchart3-2 .cls-4 {
  font-size: 10px;
  fill: #fff;
  font-family: OracleSans-Bold, OracleSans Bold;
  font-weight: 700; }

#hbarchart3-2 .cls-20,
#hbarchart3-2 .cls-5 {
  font-size: 9px;
  font-family: OracleSans-Light, OracleSans Light;
  font-weight: 300; }

#hbarchart3-2 .cls-20,
#hbarchart3-2 .cls-26,
#hbarchart3-2 .cls-5 {
  fill: #312d2a; }

#hbarchart3-2 .cls-6 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-7 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-8 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-9 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-10 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-11 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-12 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-13 {
  letter-spacing: -0.01em; }

#hbarchart3-2 .cls-14 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-15 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-16 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-17 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-18 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-19 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-20 {
  letter-spacing: -0.01em; }

#hbarchart3-2 .cls-21 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-22 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-23 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-24 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-25 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-27 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-28 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-29 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-30 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-31 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-32 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-33 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-34 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-35 {
  letter-spacing: 0.03em; }

#hbarchart3-2 .cls-36 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-37 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-38 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-39 {
  letter-spacing: -0.01em; }

#hbarchart3-2 .cls-40 {
  letter-spacing: -0.01em; }

#hbarchart3-2 .cls-41 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-42 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-43 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-44 {
  letter-spacing: 0.02em; }

#hbarchart3-2 .cls-45 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-46 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-47 {
  letter-spacing: -0.01em; }

#hbarchart3-2 .cls-48 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-49 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-50 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-51 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-52 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-53 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-54 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-55 {
  letter-spacing: 0.03em; }

#hbarchart3-2 .cls-56 {
  letter-spacing: -0.04em; }

#hbarchart3-2 .cls-57 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-58 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-59 {
  letter-spacing: 0.03em; }

#hbarchart3-2 .cls-60 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-61 {
  fill: none;
  stroke: #d9d9d6;
  stroke-miterlimit: 10;
  stroke-width: 0.87px; }

#hbarchart3-2 text {
  font-weight: 700 !important; }

#hbarchart4-1 .st0 {
  fill: #E6AC58; }

#hbarchart4-1 .st1 {
  opacity: 0.05; }

#hbarchart4-1 .st2 {
  fill: #FFFFFF; }

#hbarchart4-1 .st3 {
  fill: #312D2A; }

#hbarchart4-1 .st4 {
  fill: none;
  stroke: #D9D9D6;
  stroke-width: 0.8724;
  stroke-miterlimit: 10; }

#hbarchart4-2 .st0 {
  fill: #AE562C; }

#hbarchart4-2 .st1 {
  opacity: 0.05; }

#hbarchart4-2 .st2 {
  fill: #FFFFFF; }

#hbarchart4-2 .st3 {
  fill: #312D2A; }

#hbarchart4-2 .st4 {
  fill: none;
  stroke: #D9D9D6;
  stroke-width: 0.8724;
  stroke-miterlimit: 10; }

#hbarchart4-3 .cls-1 {
  isolation: isolate; }

#hbarchart4-3 .cls-2 {
  fill: #ae562c; }

#hbarchart4-3 .cls-3 {
  opacity: 0.1; }

#hbarchart4-3 .cls-3,
#hbarchart4-3 .cls-5 {
  mix-blend-mode: multiply; }

#hbarchart4-3 .cls-4 {
  fill: #e5dbbe; }

#hbarchart4-3 .cls-5 {
  opacity: 0.05; }

#hbarchart4-3 .cls-6 {
  fill: #e6ac58; }

#hbarchart4-3 .cls-42,
#hbarchart4-3 .cls-43,
#hbarchart4-3 .cls-7 {
  font-size: 10px;
  font-family: OracleSans-Bold, OracleSans Bold;
  font-weight: 700; }

#hbarchart4-3 .cls-7 {
  fill: #fff; }

#hbarchart4-3 .cls-13,
#hbarchart4-3 .cls-37,
#hbarchart4-3 .cls-8 {
  font-size: 9px;
  fill: #312d2a;
  font-family: OracleSans-Light, OracleSans Light;
  font-weight: 300; }

#hbarchart4-3 .cls-9 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-10 {
  letter-spacing: 0.01em; }

#hbarchart4-3 .cls-11 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-12 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-13 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-14 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-15 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-16 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-17 {
  letter-spacing: -0.02em; }

#hbarchart4-3 .cls-18 {
  letter-spacing: 0.01em; }

#hbarchart4-3 .cls-19 {
  letter-spacing: 0.01em; }

#hbarchart4-3 .cls-20 {
  letter-spacing: 0.01em; }

#hbarchart4-3 .cls-21 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-22 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-23 {
  letter-spacing: -0.01em; }

#hbarchart4-3 .cls-24 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-25 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-26 {
  letter-spacing: 0.01em; }

#hbarchart4-3 .cls-27 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-28 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-29 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-30 {
  letter-spacing: 0.01em; }

#hbarchart4-3 .cls-31 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-32 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-33 {
  letter-spacing: 0.01em; }

#hbarchart4-3 .cls-34 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-35 {
  letter-spacing: -0.01em; }

#hbarchart4-3 .cls-36 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-37 {
  letter-spacing: -0.02em; }

#hbarchart4-3 .cls-38 {
  letter-spacing: -0.01em; }

#hbarchart4-3 .cls-39 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-40 {
  letter-spacing: 0.01em; }

#hbarchart4-3 .cls-41 {
  fill: none;
  stroke: #d9d9d6;
  stroke-miterlimit: 10; }

#hbarchart4-3 .cls-42 {
  fill: #8b8580; }

#hbarchart4-3 .cls-43 {
  fill: #c74634; }

#hbarchart4-3 text {
  font-weight: 700 !important; }

#charts1 .st0 {
  fill: #759C6C; }

#charts1 .st1 {
  opacity: 0.1; }

#charts1 .st2 {
  fill: #FFFFFF; }

#charts1 .st3 {
  fill: #312D2A; }

#charts1 .st4 {
  fill: none;
  stroke: #D9D9D6;
  stroke-width: 0.8724;
  stroke-miterlimit: 10; }

#charts2 .st0 {
  fill: #94AFAF; }

#charts2 .st1 {
  opacity: 0.1; }

#charts2 .st2 {
  fill: #FFFFFF; }

#charts2 .st3 {
  fill: #312D2A; }

#charts2 .st4 {
  fill: none;
  stroke: #D9D9D6;
  stroke-width: 0.8724;
  stroke-miterlimit: 10; }

header {
  background: url(../images/hero-banner-phone.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative; }
  @media (min-width: 640px) {
    header {
      background: url(../images/hero-banner-mobile.jpg) no-repeat;
      background-position: 0% 12px; } }
  @media (min-width: 768px) {
    header {
      background: url(../images/hero-banner.jpg) no-repeat;
      background-size: cover;
      background-position: 50% 0; } }
  @media (min-width: 992px) {
    header {
      background-position: 100% 0; } }
  @media (min-width: 992px) {
    header {
      background-position: 50% 75%; } }
  @media (min-width: 1700px) {
    header {
      background-position: 100% 35%; } }
  header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    @media (min-width: 992px) {
      header:before {
        display: none; } }
  header .head-wrap {
    padding: 8rem 0 4rem 0;
    z-index: 5;
    position: relative; }
    @media (min-width: 576px) {
      header .head-wrap {
        padding: 12rem 0 8rem 0; } }
    @media (min-width: 768px) {
      header .head-wrap {
        padding: 5rem 0; } }
    @media (min-width: 992px) {
      header .head-wrap {
        padding: 9rem 0; } }
    header .head-wrap:after {
      content: '';
      position: fixed;
      top: 0;
      left: 2rem;
      width: 5.6rem;
      height: 5.6rem;
      background: url(../images/logo.svg) no-repeat;
      background-position: bottom right;
      background-size: auto 100%;
      z-index: 100;
      display: none; }
      @media (min-width: 768px) {
        header .head-wrap:after {
          position: absolute;
          left: 0; } }
      @media (min-width: 992px) {
        header .head-wrap:after {
          width: 6rem;
          height: 6rem; } }
    header .head-wrap .logo-section .row {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      header .head-wrap .logo-section .row div.argyle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
    header .head-wrap .oracle-logo {
      background: url(../images/oracle-logo.svg) no-repeat;
      background-size: contain;
      width: 9rem;
      height: 2rem;
      display: block;
      margin: 0 0 1em 0; }
      @media (min-width: 768px) {
        header .head-wrap .oracle-logo {
          width: 13rem;
          height: 2rem;
          margin: 0 0 2em 0; } }
      @media (min-width: 992px) {
        header .head-wrap .oracle-logo {
          width: 17.5rem;
          height: 2.3rem;
          margin: 0 0 3em 0; } }
    header .head-wrap .argyle-logo {
      background: url(../images/argyle-logo.jpg) no-repeat;
      background-size: contain;
      width: 5rem;
      height: 2rem;
      display: block;
      margin: 0 0 1rem 0; }
      @media (min-width: 768px) {
        header .head-wrap .argyle-logo {
          width: 7rem;
          height: 2rem;
          margin: 0 0 2rem 0; } }
      @media (min-width: 992px) {
        header .head-wrap .argyle-logo {
          width: 9rem;
          height: 2.5rem;
          margin: 0 0 3rem 0; } }
  header .wrapper {
    position: initial; }
    header .wrapper .logo-wrap {
      background-color: #312d2a;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 2;
      height: 5.6rem; }
      @media (min-width: 768px) {
        header .wrapper .logo-wrap {
          background-color: transparent;
          margin: 0 -15px; } }
      @media (min-width: 992px) {
        header .wrapper .logo-wrap {
          position: initial;
          height: 0; } }
      header .wrapper .logo-wrap .logo {
        display: inline-block;
        opacity: 0;
        width: 5.6rem;
        height: 5.6rem;
        position: absolute;
        top: 0;
        left: 2.6rem;
        z-index: 101; }
        @media (min-width: 992px) {
          header .wrapper .logo-wrap .logo {
            width: 6rem;
            height: 6rem;
            left: 0; } }
        header .wrapper .logo-wrap .logo img {
          width: 100%; }
      header .wrapper .logo-wrap .hamburger {
        background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17 17.001v2h-16v-2zm6-6v2h-22v-2zm-6-6.001v2.001h-16v-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
        width: 40px;
        height: 40px;
        background-size: 80%;
        background-position: 50%;
        text-indent: -9999px;
        display: block;
        position: absolute;
        right: 5%;
        top: 8px;
        border-radius: 5px;
        cursor: pointer;
        -webkit-transition: background-color 0.2s linear;
        -o-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear; }
        @media (min-width: 768px) {
          header .wrapper .logo-wrap .hamburger {
            display: none; } }
        header .wrapper .logo-wrap .hamburger.active {
          background-color: #3A3631; }
    header .wrapper h1,
    header .wrapper h4 {
      color: #312d2a;
      font-size: 2.5rem;
      line-height: 1.2; }
    header .wrapper h1 {
      width: 100%;
      margin: 0;
      position: relative;
      padding: 0 0 2rem 0; }
      @media (min-width: 992px) {
        header .wrapper h1 {
          width: 70%;
          font-size: 5rem;
          padding: 0 0 2.6rem 0; } }
      header .wrapper h1 br {
        display: none; }
        @media (min-width: 768px) {
          header .wrapper h1 br {
            display: block; } }
      header .wrapper h1 span {
        font-size: 2.7rem;
        font-weight: normal;
        font-family: "georgia", Helvetica, sans-serif; }
        @media (min-width: 768px) {
          header .wrapper h1 span {
            font-size: 3.3rem; } }
        @media (min-width: 992px) {
          header .wrapper h1 span {
            font-size: 5rem; } }
        header .wrapper h1 span:after {
          position: absolute;
          content: "";
          width: 4rem;
          height: 0.4rem;
          left: 0;
          bottom: 0;
          background-color: #AE562C; }
    header .wrapper h4 {
      width: 75%;
      padding-top: 2rem;
      font-family: "oraclesans-light", Helvetica, sans-serif;
      font-size: 1.8rem;
      margin: 0; }
      @media (min-width: 768px) {
        header .wrapper h4 {
          width: 90%;
          font-size: 2rem;
          margin: 0 0 1rem 0; } }
      @media (min-width: 992px) {
        header .wrapper h4 {
          padding-top: 2.5rem;
          font-size: 3rem; } }
    header .wrapper:after {
      background: url(../images/shadow-slice.png) repeat-x 0 0;
      content: '';
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 4.4rem;
      bottom: -6.4rem; }

nav {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  background-color: #312d2a; }
  @media (min-width: 576px) {
    nav {
      top: 80px;
      display: block; } }
  @media (min-width: 768px) {
    nav {
      display: block !important;
      position: relative;
      top: auto; } }
  @media (min-width: 768px) {
    nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 100%; } }
  nav ul li {
    text-align: center;
    border-radius: 0;
    border-bottom: 1px solid #aaa; }
    @media (min-width: 768px) {
      nav ul li {
        width: calc(100% / 7);
        border-bottom: none; } }
    @media (min-width: 992px) {
      nav ul li {
        font-size: 2rem;
        line-height: 2.6rem; } }
    nav ul li:hover {
      background-color: #AE562C;
      border: 1px solid #AE562C; }
      nav ul li:hover a {
        color: #ffffff; }
    nav ul li a,
    nav ul li label,
    nav ul li a:link,
    nav ul li a:visited {
      padding: 1.2rem 1rem;
      color: #ffffff;
      display: block;
      outline: 0 !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (min-width: 768px) {
        nav ul li a,
        nav ul li label,
        nav ul li a:link,
        nav ul li a:visited {
          margin: 2rem 0;
          padding: 0 1.1rem; } }
  @media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    nav ul li a,
    nav ul li label,
    nav ul li a:link,
    nav ul li a:visited {
      padding: 0 2rem 0.5rem 2rem; } }
      @media (min-width: 768px) {
          @supports (display: -ms-grid) {
            nav ul li a,
            nav ul li label,
            nav ul li a:link,
            nav ul li a:visited {
              padding: 0 2rem 0.5rem 2rem; } } }
      @media (min-width: 992px) {
        nav ul li a,
        nav ul li label,
        nav ul li a:link,
        nav ul li a:visited {
          padding: 0.1rem 2rem; } }
      nav ul li a:label,
      nav ul li label:label,
      nav ul li a:link:label,
      nav ul li a:visited:label {
        padding: .8rem 2rem; }
    nav ul li a {
      font-family: "oraclesans-regular", Helvetica, sans-serif;
      font-size: 2rem;
      line-height: 2.3rem; }
      @media (min-width: 768px) {
        nav ul li a {
          font-size: 1.5rem;
          line-height: 3rem; } }
      @media (min-width: 992px) {
        nav ul li a {
          font-family: "oraclesans-semibold", Helvetica, sans-serif;
          font-size: 1.8rem;
          line-height: 3rem;
          border-right: 1px solid rgba(255, 255, 255, 0.25); } }
      nav ul li a span {
        display: inline-block; }
        @media (min-width: 768px) {
          nav ul li a span {
            display: none; } }
      nav ul li a.downloadpdf {
        width: 100%;
        height: 100%;
        background-position: 50% 50% !important; }
        @media (min-width: 768px) {
          nav ul li a.downloadpdf {
            text-indent: -99999px;
            background: url("../images/download-icon.svg") no-repeat; } }
      @media (min-width: 992px) {
        nav ul li a.first-child {
          border-left: 1px solid rgba(255, 255, 255, 0.25); } }
      nav ul li a.last-child {
        border-right: 0; }
    nav ul li.selected {
      background-color: #AE562C; }
      @media (min-width: 768px) {
        nav ul li.selected {
          border: 1px solid #AE562C;
          margin-left: -1px; } }
      nav ul li.selected a {
        font-family: "oraclesans-semibold", Helvetica, sans-serif;
        position: relative;
        border: 0; }
      nav ul li.selected:hover a {
        background-color: #AE562C;
        color: #ffffff; }
  nav ul.main-nav > li:hover {
    background-color: #AE562C;
    border: 1px solid #AE562C; }
    nav ul.main-nav > li:hover a {
      color: #ffffff; }
  nav .wrapper {
    width: 100%;
    position: fixed;
    top: 56px;
    z-index: 10;
    background-color: #312d2a; }
    @media (min-width: 768px) {
      nav .wrapper {
        position: relative;
        top: 0; } }

a:link,
a:visited {
  color: inherit; }

.highlited {
  color: #facd62 !important;
  font-family: "oraclesans-bold", Helvetica, sans-serif; }

br.lg-br {
  display: none; }
  @media (min-width: 480px) {
    br.lg-br {
      display: block; } }

br.sm-br {
  display: block; }
  @media (min-width: 320px) {
    br.sm-br {
      display: none; } }

.top-shadow {
  background: url("../images/shadow-slice.png") repeat-x;
  background-position: top; }

a.content-cta {
  color: #4A8684;
  text-decoration: underline; }
  a.content-cta:hover {
    text-decoration: none;
    outline: none; }

#bottomcta {
  padding: 3rem 0;
  background-image: url(../images/footer-bg.jpg);
  background-color: #fcfbfa;
  background-size: cover;
  background-repeat: repeat-x; }
  @media (min-width: 992px) {
    #bottomcta {
      padding: 5rem 0; } }
  #bottomcta.intro-bottomcta div.right-btn:last-child {
    margin: 0; }
  #bottomcta .row {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media (min-width: 768px) {
      #bottomcta .row {
        width: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    #bottomcta .row div:last-child {
      margin: 1.6rem 0 0 0; }
      @media (min-width: 768px) {
        #bottomcta .row div:last-child {
          margin: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
    #bottomcta .row div.right-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 992px) {
        #bottomcta .row div.right-btn {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
    @media (min-width: 768px) {
      #bottomcta .row div.left-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  #bottomcta .btn-cta {
    padding: 1.2rem 2.8rem 1.2rem;
    display: inline-block; }
    @media (min-width: 992px) {
      #bottomcta .btn-cta {
        padding: 1.2rem 2.5rem 1.2rem; } }

@media (min-width: 992px) {
  #section-image-right.part-4-sec1 {
    padding: 9rem 0 5rem 0; } }

@media (min-width: 992px) {
  #section-image-right.part-4-sec1 p {
    padding: 0 1.5rem 0 0; } }

/* Intro: section 2 */
#section-image-right-1 .wrapper .btn-cta.inner,
#section-image-right-2 .wrapper .btn-cta.inner {
  background-color: #AE562C;
  color: #ffffff !important;
  padding: 1rem 4rem;
  margin: 2rem 0 0 0; }

#section-image-right-1 a.cta-copy,
#section-image-right-2 a.cta-copy {
  color: #41807E;
  text-decoration: underline; }

@media (min-width: 768px) {
  #section-image-right-1.intro-sec4,
  #section-image-right-2.intro-sec4 {
    padding: 3rem 0; } }

@media (min-width: 992px) {
  #section-image-right-1.intro-sec4,
  #section-image-right-2.intro-sec4 {
    padding: 5.5rem 0 3rem 0; } }

#conclusion-section-image-right-1 a {
  color: #ffffff;
  text-decoration: underline; }

#section-image-left {
  padding: 5rem 0;
  background: url("../images/intro-section2-bg.jpg");
  background-color: #fcfbfa;
  background-size: 62%;
  background-position: 100% 100%;
  position: relative;
  background-size: cover;
  text-align: left;
  padding-top: 30rem; }
  @media (min-width: 640px) {
    #section-image-left {
      padding-top: 45rem; } }
  @media (min-width: 768px) {
    #section-image-left {
      padding: 3rem 0; } }
  @media (min-width: 992px) {
    #section-image-left {
      background-size: contain;
      background-repeat: repeat;
      padding: 6rem 0; } }
  #section-image-left .bg-area {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/intro-section2-image.jpg") no-repeat;
    background-size: cover;
    background-position: left;
    width: 100%;
    height: 25rem; }
    @media (min-width: 640px) {
      #section-image-left .bg-area {
        height: 40rem; } }
    @media (min-width: 768px) {
      #section-image-left .bg-area {
        width: 48%;
        height: 100%;
        background-position: 50%; } }
    @media (min-width: 992px) {
      #section-image-left .bg-area {
        width: 44%; } }
    @media (min-width: 1700px) {
      #section-image-left .bg-area {
        background-position: 100% 25%; } }
  @media (min-width: 768px) {
    #section-image-left .flex-full {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 43%; } }
  @media (min-width: 1700px) {
    #section-image-left .flex-full {
      padding-left: 45%; } }
  #section-image-left .flex-full .orange-sec {
    width: 100%;
    color: #ffffff; }
    @media (min-width: 1200px) {
      #section-image-left .flex-full .orange-sec {
        width: 80%; } }
    @media (min-width: 1700px) {
      #section-image-left .flex-full .orange-sec {
        width: 71%; } }
  #section-image-left .black-sec .content-text h4 {
    font-family: "oraclesans-bold", Helvetica, sans-serif;
    font-size: 2rem; }
  #section-image-left h3 {
    color: #ffffff;
    margin: 0 0 3rem 0; }
    @media (min-width: 768px) {
      #section-image-left h3 {
        margin: 0 0 3rem 6rem; } }
    @media (min-width: 1700px) {
      #section-image-left h3 {
        margin: 0 0 3rem 4rem; } }
  #section-image-left p {
    color: #ffffff;
    margin-bottom: 4rem;
    font-family: "oraclesans-light", Helvetica, sans-serif;
    margin: 0; }
    @media (min-width: 768px) {
      #section-image-left p {
        margin: 0 0 3rem 6rem; } }
    @media (min-width: 1700px) {
      #section-image-left p {
        margin: 0 0 3rem 4rem; } }

#content-area {
  background: url("../images/full-width-bg.jpg") center center/cover; }
  @media (min-width: 768px) {
    #content-area {
      padding: 3rem 0; } }
  @media (min-width: 992px) {
    #content-area {
      padding: 5.5rem 0; } }
  #content-area p {
    margin: 0 0 3rem 0; }
    #content-area p:last-child {
      margin: 0; }
      @media (min-width: 992px) {
        #content-area p:last-child {
          margin: 0 0 3rem 0; } }

#part-1 .diagram-1 {
  display: inline-block; }
  #part-1 .diagram-1 svg {
    width: 100%; }
    @media (min-width: 992px) {
      #part-1 .diagram-1 svg {
        width: auto; } }
    #part-1 .diagram-1 svg .path {
      stroke-dasharray: 12;
      stroke-dashoffset: 100;
      -webkit-animation: dash 5s ease-in-out alternate;
      animation: dash 5s ease-in-out alternate; }

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 100; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash {
  from {
    stroke-dashoffset: 100; }
  to {
    stroke-dashoffset: 0; } }

#part-2 #content-area {
  background: url("../images/part2-section2-bg.jpg") center center/cover; }
  @media (min-width: 768px) {
    #part-2 #content-area {
      padding: 3rem 0; } }
  @media (min-width: 992px) {
    #part-2 #content-area {
      padding: 5.5rem 0; } }
  #part-2 #content-area h3, #part-2 #content-area p {
    color: #ffffff;
    margin: 0 0 3rem 0; }
  #part-2 #content-area .arrow-section {
    margin: 5rem 0 0 0; }
    #part-2 #content-area .arrow-section div.box {
      position: relative;
      padding: 5rem 2rem;
      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-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 768px) {
        #part-2 #content-area .arrow-section div.box {
          padding: 0 4rem;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
      #part-2 #content-area .arrow-section div.box:after {
        content: "";
        background: url("../images/white-arrow.png") center center/contain no-repeat;
        width: 32px;
        height: 64px;
        display: block;
        position: absolute;
        top: calc(100% - 45px);
        left: calc(50% - 16px);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
        @media (min-width: 768px) {
          #part-2 #content-area .arrow-section div.box:after {
            width: 17px;
            height: 32px;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            top: calc(15% - 32px);
            right: 0;
            left: auto;
            margin-left: 1rem; } }
        @media (min-width: 992px) {
          #part-2 #content-area .arrow-section div.box:after {
            width: 32px;
            height: 64px;
            padding: 0 5rem 0 0; } }
      #part-2 #content-area .arrow-section div.box:last-child:after {
        display: none; }
      #part-2 #content-area .arrow-section div.box:first-child {
        padding: 0 2rem 5rem 2rem; }
        @media (min-width: 768px) {
          #part-2 #content-area .arrow-section div.box:first-child {
            padding: 0 2rem 0 0; } }
        @media (min-width: 992px) {
          #part-2 #content-area .arrow-section div.box:first-child {
            padding: 0 5rem 0 0; } }
      #part-2 #content-area .arrow-section div.box:last-child {
        padding: 5rem 2rem 0 2rem; }
        @media (min-width: 768px) {
          #part-2 #content-area .arrow-section div.box:last-child {
            padding: 0 0 0 2rem; } }
        @media (min-width: 992px) {
          #part-2 #content-area .arrow-section div.box:last-child {
            padding: 0 0 0 5rem; } }
      #part-2 #content-area .arrow-section div.box .top {
        height: auto; }
        @media (min-width: 768px) {
          #part-2 #content-area .arrow-section div.box .top {
            height: 120px; } }
        @media (min-width: 768px) {
          #part-2 #content-area .arrow-section div.box .top img {
            width: 85%; } }
        @media (min-width: 992px) {
          #part-2 #content-area .arrow-section div.box .top img {
            width: 100%; } }
      #part-2 #content-area .arrow-section div.box ul.bullet-list li {
        color: #ffffff;
        font-size: 1.4rem;
        line-height: 2.4rem;
        font-family: "oraclesans-regular", Helvetica, sans-serif;
        margin: 0 0 1rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        #part-2 #content-area .arrow-section div.box ul.bullet-list li:before {
          content: "";
          background: url("../images/bullet-img.svg") center center/contain no-repeat;
          width: 26px;
          height: 26px;
          display: inline-block;
          margin: 0 1rem 0 0; }
      #part-2 #content-area .arrow-section div.box ul.bullet-list.type-2 li:before {
        content: "";
        background: url("../images/bullet-img-2.svg") center center/contain no-repeat;
        width: 16px;
        height: 34px;
        display: inline-block;
        margin: 0 1rem 0 0; }
      #part-2 #content-area .arrow-section div.box h4 {
        color: #ffffff;
        font-family: "oraclesans-semibold", Helvetica, sans-serif;
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin: 3rem 0 1rem 0;
        text-align: center; }
        @media (min-width: 768px) {
          #part-2 #content-area .arrow-section div.box h4 {
            text-align: left; } }
      #part-2 #content-area .arrow-section div.box p {
        font-size: 1.8rem;
        line-height: 2.4rem;
        font-family: "oraclesans-regular", Helvetica, sans-serif;
        text-align: center; }
        @media (min-width: 768px) {
          #part-2 #content-area .arrow-section div.box p {
            text-align: left; } }

#part-3 #section-image {
  background: url(../images/part3-sec2-img.jpg) center/cover no-repeat;
  min-height: 435px; }

@media (min-width: 768px) {
  #part-3 #table-area {
    padding: 3rem 0; } }

@media (min-width: 992px) {
  #part-3 #table-area {
    padding: 5.5rem 0; } }

#part-3 #table-area .wrapper .diagram-area .grey-section {
  background-color: #aaa;
  margin: 0 0 4rem 0; }
  @media (min-width: 768px) {
    #part-3 #table-area .wrapper .diagram-area .grey-section {
      padding: 3rem 3.5rem; } }
  @media (min-width: 992px) {
    #part-3 #table-area .wrapper .diagram-area .grey-section {
      padding: 4rem 5rem; } }
  #part-3 #table-area .wrapper .diagram-area .grey-section img {
    margin: 0; }
  #part-3 #table-area .wrapper .diagram-area .grey-section #menu2 {
    display: none; }

#part-3 #table-area .wrapper .diagram-area #toggle {
  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;
  margin: 0 0 2rem 0; }
  #part-3 #table-area .wrapper .diagram-area #toggle p {
    text-align: center;
    margin: 0; }
    #part-3 #table-area .wrapper .diagram-area #toggle p.inactive {
      opacity: 0.5; }
  #part-3 #table-area .wrapper .diagram-area #toggle .toggle-btn {
    width: 80px;
    height: 40px;
    margin: 0 2rem;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    background-color: #AE562C;
    cursor: pointer;
    -webkit-transition: background-color .40s ease-in-out;
    -o-transition: background-color .40s ease-in-out;
    transition: background-color .40s ease-in-out; }
    #part-3 #table-area .wrapper .diagram-area #toggle .toggle-btn .round-btn {
      width: 30px;
      height: 30px;
      background-color: #fff;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      left: 45px;
      top: 50%;
      margin-top: -15px;
      -webkit-transition: all .30s ease-in-out;
      -o-transition: all .30s ease-in-out;
      transition: all .30s ease-in-out; }
    #part-3 #table-area .wrapper .diagram-area #toggle .toggle-btn.active {
      background-color: #AE562C; }
      #part-3 #table-area .wrapper .diagram-area #toggle .toggle-btn.active .round-btn {
        left: 5px; }
    #part-3 #table-area .wrapper .diagram-area #toggle .toggle-btn .cb-value {
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 9;
      cursor: pointer; }

@media (min-width: 768px) {
  #part-3 #table-area .wrapper .table-list {
    padding: 2rem 3.5rem 0 3.5rem; } }

@media (min-width: 992px) {
  #part-3 #table-area .wrapper .table-list {
    padding: 4rem 5rem 0 5rem; } }

#part-4 #content-area {
  background: url("../images/part4-section2-bg.jpg") center center/cover; }
  @media (min-width: 768px) {
    #part-4 #content-area {
      padding: 3rem 0; } }
  @media (min-width: 992px) {
    #part-4 #content-area {
      padding: 5.5rem 0; } }
  #part-4 #content-area .listed-area li {
    color: #ffffff; }
  #part-4 #content-area p {
    margin: 0 0 3rem 0; }

section#footnotes {
  padding: 0 0 4rem 0; }
  section#footnotes ol {
    border-top: 1px solid #8B8580;
    padding: 2rem 0 0 0; }
    @media (min-width: 992px) {
      section#footnotes ol {
        padding: 4rem 0 0 0; } }
    section#footnotes ol li {
      font-family: "oraclesans-light", Helvetica, sans-serif;
      font-size: 1.2rem;
      line-height: 1.4rem;
      margin: 0 0 1.6rem 0;
      width: 100%; }
      section#footnotes ol li a {
        color: #41817e;
        text-decoration: underline; }
        section#footnotes ol li a:hover {
          text-decoration: none; }
      section#footnotes ol li span {
        font-size: 1rem; }
        section#footnotes ol li span a {
          color: #312d2a;
          text-decoration: none; }
          section#footnotes ol li span a:hover {
            text-decoration: none; }

.ie-11 header .logo-wrap {
  height: 8.5rem; }

.ie-11 #section1A .shadow-box #hbarcharts1 {
  height: 375px; }

.ie-11 #vchart-1 {
  height: 390px; }

.ie-11 #section5 .chart-box .chart-1 #age-chart,
.ie-11 #section5 .chart-box .chart-1 #gender-chart,
.ie-11 #section5 .chart-box .chart-1 #role-chart,
.ie-11 #section5 .chart-box .chart-2 #age-chart,
.ie-11 #section5 .chart-box .chart-2 #gender-chart,
.ie-11 #section5 .chart-box .chart-2 #role-chart,
.ie-11 #section5 .chart-box .chart-3 #age-chart,
.ie-11 #section5 .chart-box .chart-3 #gender-chart,
.ie-11 #section5 .chart-box .chart-3 #role-chart {
  height: 250px;
  width: 250px; }

.ie-11 .manager-chart {
  height: 220px; }

.ie-11 #hbarchart-sec2 {
  height: 520px; }

.ie-11 #charts1 {
  height: 340px; }

.ie-11 #charts2 {
  height: 320px; }

.ie-11 #hbarchart4-1,
.ie-11 #hbarchart4-2 {
  height: 300px; }

.ie-11 #hbarchart4-3 {
  height: 460px; }

.sticky-wrapper {
  height: auto !important; }
