@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"); }

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; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

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-light", Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #312d2a;
  margin: 0;
  padding: 0; }

.widow {
  white-space: nowrap; }

sup {
  font-size: 12px; }
  sup a,
  sup a:link,
  sup a:visited {
    color: #312d2a;
    font-size: 12px; }

ul li {
  list-style-type: none; }

.wrapper {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  clear: both;
  position: relative; }
  .wrapper .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0; }
    @media (min-width: 768px) {
      .wrapper .container {
        width: 90%;
        padding: 0 15px; } }

p {
  font-family: "oraclesans-light", Helvetica, sans-serif;
  color: #312d2a;
  font-size: 2rem;
  line-height: 2.6rem;
  margin-bottom: 2rem; }

strong {
  font-family: "oraclesans-semibold", 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";
  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: 6rem;
    font-weight: normal;
    display: block; }

h2 {
  font-size: 4rem;
  line-height: 4.8rem; }

h4 {
  font-family: "oraclesans-light", Helvetica, sans-serif;
  font-size: 2.5rem;
  line-height: 1.3; }

section {
  overflow: hidden; }

.clear {
  clear: both; }

.orange-button {
  padding: 1.2rem 3rem;
  color: #ffffff;
  background-color: #ae562c;
  border-radius: 0.8rem;
  margin-top: 2rem;
  display: inline-block; }
  .orange-button:visited, .orange-button:link {
    color: #ffffff;
    outline: 0 !important; }
  .orange-button:hover {
    background-color: #dd6000; }

.carousel {
  margin: 5rem 0; }

.para strong{
	font-size: 2.5rem;
vertical-align: top;
display: block;
margin-bottom: 2rem;
font-weight: normal;
font-family: "oraclesans-regular", Helvetica, sans-serif;
}
.mychart-wrap
{
	position: relative;
	width: 200px;
}

.pie-chart  .mychart-wrap .pie p {
    font-size: 5.9rem;
}
.pie-chart  .mychart-wrap .pie p{
position: absolute;
top: 55%;
transform: translateY(-100%);
left: 0;
text-align: center;
color: #312d2a;
font-size: 7rem;
font-family: "georgia";
margin: 0;
width: 100%;
}
.myimage img
{
	width: 70px;
	height: 70px;
}
.myimage h4
{
	font-size: 2.1rem;
	font-weight: bold;
}
.read-btn
{
	background: #c94734;
padding: 10px 25px;
color: #ffffff !important;
border-radius: 50px;
font-size: 18px;
}
.link-box
{
padding-right: 15px;}
.link-box a{
	color: #124ea6 !important;
	font-size: 13px;
}
.spanbold{
	font-weight:  bold;
}
.aboutesg{
	background-color: #f3f3f3;
}

  .carousel .carousel-inner {
    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: flex;
      flex-direction: column; }
      @media (min-width: 992px) {
        .carousel .carousel-inner .carousel-item .item-wrap {
          flex-direction: row;
          align-items: center; } }
    .carousel .carousel-inner .carousel-item .left-num {
      display: flex;
      align-items: flex-start;
      margin-bottom: 2rem; }
      @media (min-width: 992px) {
		  .mychart-wrap{
			  width: 230px;
		  }
        .carousel .carousel-inner .carousel-item .left-num {
          width: 100%;
          padding-right: 5rem;
          display: flex;
          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";
        line-height: 0.4;
        margin-right: 1rem;
        margin-bottom: 0;
        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;
            transform: translateY(-6rem) scale(0.84, 1); } }
        @media (min-width: 1200px) {
          .carousel .carousel-inner .carousel-item .left-num .num {
            font-size: 25rem; } }
    @media (min-width: 576px) {
      .carousel .carousel-inner .carousel-item .right-pie {
        display: flex;
        align-items: center;
        float: left; } }
    @media (min-width: 992px) {
		.myimage h4
{
	font-size: 2.5rem;
	font-weight: normal;
}
		
		
		.myimage img
{
	width: 140px;
	height: 140px;
}
      .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%;
        transform: translateY(-100%);
        left: 0;
        width: 100%;
        text-align: center;
        font-weight: bold;
        color: #312d2a;
        font-family: "georgia";
        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; }
			.link-box{
				background: #f3f3f3;
				padding: 20px;
				border-radius: 5px;
			}
			.link-box a {
  color: #312d2a !important;
    font-size: 17px;
				text-decoration: underline;
}
}
        @media (min-width: 1200px) {
          .carousel .carousel-inner .carousel-item .right-pie .pie .number {
            top: 58%; } }
        .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;
      transform: translateY(0) scale(1, 1); }
      @media (min-width: 992px) {
        .carousel .carousel-inner .carousel-item.item-1 .num {
          line-height: 0;
          transform: translateY(-3.5rem) scale(1, 1); } }
    .carousel .carousel-inner .carousel-item.item-2 .left-num .num {
      color: #a9bebc; }
      @media (min-width: 992px) {
        .carousel .carousel-inner .carousel-item.item-2 .left-num .num {
          line-height: 0;
          transform: translateY(-4rem) scale(0.84, 1); } }
    .carousel .carousel-inner .carousel-item.item-2 .right-pie {
      border-color: #a9bebc; }
    .carousel .carousel-inner .carousel-item.item-3 .left-num .num {
      color: #8bae81; }
      @media (min-width: 992px) {
        .carousel .carousel-inner .carousel-item.item-3 .left-num .num {
          font-size: 25rem; } }
    .carousel .carousel-inner .carousel-item.item-3 .right-pie {
      border-color: #8bae81; }
    .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: 25rem; } }
    .carousel .carousel-inner .carousel-item.item-4 .right-pie {
      border-color: #dd6000; }



.carousel .carousel-inner .carousel-item.item-5 .left-num .num {
      color: #15686b; }
      @media (min-width: 992px) {
        .carousel .carousel-inner .carousel-item.item-5 .left-num .num {
          font-size: 25rem; } }
    .carousel .carousel-inner .carousel-item.item-5 .right-pie {
      border-color: #15686b; }


.carousel .carousel-inner .carousel-item.item-6 .left-num .num {
      color: #dfa04a; }
      @media (min-width: 992px) {
        .carousel .carousel-inner .carousel-item.item-6 .left-num .num {
          font-size: 25rem; } }
    .carousel .carousel-inner .carousel-item.item-6 .right-pie {
      border-color: #dfa04a; }



      .carousel .carousel-inner .carousel-item.item-4 .right-pie .number font {
        font-size: 110%; }
  .carousel .carousel-wrap {
    bottom: -40px;
    width: 250px;
    margin: 0 auto; }
  .carousel .carousel-indicators {
    display: flex;
    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;
    transform: rotate(180deg); }

@media (min-width: 992px) {
  .divide-flex {
    display: flex;
    justify-content: space-between;
    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; } }

#section1A,
#section2A,
#section3A,
#section4A {
  padding: 5rem 0;
  position: relative; }
  @media (min-width: 992px) {
    #section1A,
    #section2A,
    #section3A,
    #section4A {
      padding: 10rem 0; } }
  #section1A:before,
  #section2A:before,
  #section3A:before,
  #section4A:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/shadow-slice.png") repeat-x;
    background-position: top;
    height: 44px;
    width: 100%; }
  #section1A h1,
  #section2A h1,
  #section3A h1,
  #section4A h1 {
    margin-bottom: 5rem; }
  #section1A .sub-title,
  #section2A .sub-title,
  #section3A .sub-title,
  #section4A .sub-title {
    font-size: 2rem;
    font-family: "oraclesans-bold", Helvetica, sans-serif; }
  #section1A .shadow-box,
  #section2A .shadow-box,
  #section3A .shadow-box,
  #section4A .shadow-box {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    background-color: #ffffff; }
    @media (min-width: 576px) {
      #section1A .shadow-box,
      #section2A .shadow-box,
      #section3A .shadow-box,
      #section4A .shadow-box {
        padding: 4rem; } }
    #section1A .shadow-box h3,
    #section2A .shadow-box h3,
    #section3A .shadow-box h3,
    #section4A .shadow-box h3 {
      font-size: 2rem;
      font-family: "oraclesans-bold", Helvetica, sans-serif;
      margin-bottom: 3rem; }

@media (min-width: 992px) {
  #section1b:before,
  #section2b:before,
  #section3b:before,
  #section5d:before,
  #section6a:before {
    content: '';
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0; } }

@media (min-width: 992px) {
  #section1b .right-flex,
  #section2b .right-flex,
  #section3b .right-flex,
  #section5d .right-flex,
  #section6a .right-flex {
    justify-content: flex-start;
    display: flex;
    padding-left: 35%;
	width: 115%;} }

@media (min-width: 1700px) {
  #section1b .right-flex,
  #section2b .right-flex,
  #section3b .right-flex,
  #section5d .right-flex,
  #section6a .right-flex {
    justify-content: flex-start;
    padding-left: 350px;
	width: 130%;} }

#section1b .right-flex .para-wrap,
#section2b .right-flex .para-wrap,
#section3b .right-flex .para-wrap,
#section5d .right-flex .para-wrap,
#section6a .right-flex .para-wrap {
  width: 100%; }
  @media (min-width: 1200px) {
    #section1b .right-flex .para-wrap,
    #section2b .right-flex .para-wrap,
    #section3b .right-flex .para-wrap,
    #section5d .right-flex .para-wrap,
    #section6a .right-flex .para-wrap {
      width: 80%; } }
  @media (min-width: 1700px) {
    #section1b .right-flex .para-wrap,
    #section2b .right-flex .para-wrap,
    #section3b .right-flex .para-wrap,
    #section5d .right-flex .para-wrap,
    #section6a .right-flex .para-wrap {
      width: 71%; } }

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 2.5rem;
  z-index: 1000;
  width: 100%; }

nav {
  min-height: 60px; }

#section5 .chart-box .percentage-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  #section5 .chart-box .percentage-wrap .position-1,
  #section5 .chart-box .percentage-wrap .position-2,
  #section5 .chart-box .percentage-wrap .position-3,
  #section5 .chart-box .percentage-wrap .position-4,
  #section5 .chart-box .percentage-wrap .position-5,
  #section5 .chart-box .percentage-wrap .position-6,
  #section5 .chart-box .percentage-wrap .position-7,
  #section5 .chart-box .percentage-wrap .position-8,
  #section5 .chart-box .percentage-wrap .position-9 {
    position: absolute; }
    #section5 .chart-box .percentage-wrap .position-1 svg,
    #section5 .chart-box .percentage-wrap .position-2 svg,
    #section5 .chart-box .percentage-wrap .position-3 svg,
    #section5 .chart-box .percentage-wrap .position-4 svg,
    #section5 .chart-box .percentage-wrap .position-5 svg,
    #section5 .chart-box .percentage-wrap .position-6 svg,
    #section5 .chart-box .percentage-wrap .position-7 svg,
    #section5 .chart-box .percentage-wrap .position-8 svg,
    #section5 .chart-box .percentage-wrap .position-9 svg {
      position: absolute;
      height: auto; }
    #section5 .chart-box .percentage-wrap .position-1 span,
    #section5 .chart-box .percentage-wrap .position-2 span,
    #section5 .chart-box .percentage-wrap .position-3 span,
    #section5 .chart-box .percentage-wrap .position-4 span,
    #section5 .chart-box .percentage-wrap .position-5 span,
    #section5 .chart-box .percentage-wrap .position-6 span,
    #section5 .chart-box .percentage-wrap .position-7 span,
    #section5 .chart-box .percentage-wrap .position-8 span,
    #section5 .chart-box .percentage-wrap .position-9 span {
      font-size: 2rem;
      color: #e6ac58;
      font-family: "oraclesans-bold", Helvetica, sans-serif; }
  #section5 .chart-box .percentage-wrap .position-1 {
    padding-left: 5rem;
    right: -5%;
    top: 1%; }
    #section5 .chart-box .percentage-wrap .position-1 svg {
      left: 0;
      width: 5rem;
      top: 11px; }
    #section5 .chart-box .percentage-wrap .position-1 span {
      color: #c74634; }
  #section5 .chart-box .percentage-wrap .position-2 {
    padding-bottom: 2rem;
    right: -12%;
    bottom: 12%;
    padding-left: 5rem;
    overflow: hidden; }
    #section5 .chart-box .percentage-wrap .position-2 svg {
      right: 16px;
      width: 9rem;
      bottom: 0;
      height: auto; }
    #section5 .chart-box .percentage-wrap .position-2 span {
      color: #94afaf; }
  #section5 .chart-box .percentage-wrap .position-3 {
    padding-right: 4rem;
    left: -25%;
    bottom: 43%; }
    #section5 .chart-box .percentage-wrap .position-3 svg {
      right: 0;
      width: 4rem;
      bottom: 4px; }
    #section5 .chart-box .percentage-wrap .position-3 span {
      color: #e6ac58; }
  #section5 .chart-box .percentage-wrap .position-4 {
    padding-right: 8rem;
    left: 2%;
    top: -5px; }
    @media (min-width: 576px) {
      #section5 .chart-box .percentage-wrap .position-4 {
        top: 0; } }
    #section5 .chart-box .percentage-wrap .position-4 svg {
      right: 0;
      width: 8rem;
      bottom: 1px; }
    #section5 .chart-box .percentage-wrap .position-4 span {
      color: #6e9366; }
  #section5 .chart-box .percentage-wrap .position-5 {
    padding-right: 4rem;
    left: -20%;
    top: 20%; }
    #section5 .chart-box .percentage-wrap .position-5 svg {
      right: 0;
      width: 4rem;
      bottom: 4px; }
    #section5 .chart-box .percentage-wrap .position-5 span {
      color: #c74634; }
  #section5 .chart-box .percentage-wrap .position-6 {
    padding-bottom: 2rem;
    right: -25%;
    top: 32%;
    padding-left: 4rem;
    overflow: hidden; }
    #section5 .chart-box .percentage-wrap .position-6 svg {
      right: 22px;
      width: 8rem;
      bottom: 0;
      height: auto; }
    #section5 .chart-box .percentage-wrap .position-6 span {
      color: #94afaf; }
  #section5 .chart-box .percentage-wrap .position-7 {
    padding-left: 5rem;
    right: -8%;
    top: 7%; }
    #section5 .chart-box .percentage-wrap .position-7 svg {
      left: 0;
      width: 5rem;
      top: 11px; }
    #section5 .chart-box .percentage-wrap .position-7 span {
      color: #c74634; }
  #section5 .chart-box .percentage-wrap .position-8 {
    padding-bottom: 2.5rem;
    right: -17%;
    bottom: 22%;
    padding-left: 4rem;
    overflow: hidden; }
    #section5 .chart-box .percentage-wrap .position-8 svg {
      right: 16px;
      width: 9rem;
      bottom: 0;
      height: auto; }
    #section5 .chart-box .percentage-wrap .position-8 span {
      color: #6e9366; }
  #section5 .chart-box .percentage-wrap .position-9 {
    padding-right: 4rem;
    left: -25%;
    top: 34%;
    overflow: hidden; }
    #section5 .chart-box .percentage-wrap .position-9 svg {
      right: -36px;
      width: 8rem;
      bottom: 12px; }
    #section5 .chart-box .percentage-wrap .position-9 span {
      color: #dea654; }

#section2c .percentage-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  #section2c .percentage-wrap .position-1,
  #section2c .percentage-wrap .position-2 {
    position: absolute; }
    #section2c .percentage-wrap .position-1 svg,
    #section2c .percentage-wrap .position-2 svg {
      position: absolute;
      height: auto; }
    #section2c .percentage-wrap .position-1 span,
    #section2c .percentage-wrap .position-2 span {
      font-size: 2rem;
      color: #e6ac58;
      font-family: "oraclesans-bold", Helvetica, sans-serif; }
  #section2c .percentage-wrap .position-1 {
    padding-left: 3rem;
    right: -11%;
    top: 16%; }
    @media (min-width: 576px) {
      #section2c .percentage-wrap .position-1 {
        padding-left: 6rem; } }
    #section2c .percentage-wrap .position-1 svg {
      left: 0;
      width: 3rem;
      top: 11px; }
      @media (min-width: 576px) {
        #section2c .percentage-wrap .position-1 svg {
          width: 5rem; } }
    #section2c .percentage-wrap .position-1 span {
      color: #c74634; }
  #section2c .percentage-wrap .position-2 {
    padding-right: 2rem;
    left: -14%;
    top: 34%; }
    @media (min-width: 576px) {
      #section2c .percentage-wrap .position-2 {
        padding-right: 5rem;
        left: -17%; } }
    #section2c .percentage-wrap .position-2 svg {
      right: 3px;
      width: 2rem;
      bottom: 9px;
      height: 100%; }
      @media (min-width: 576px) {
        #section2c .percentage-wrap .position-2 svg {
          width: 4rem; } }
    #section2c .percentage-wrap .position-2 span {
      color: #dca553; }

#section2c .manager-chart {
  z-index: 1;
  position: relative; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../scss/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../scss/fonts/slick.eot");
  src: url("../scss/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../scss/fonts/slick.woff") format("woff"), url("../scss/fonts/slick.ttf") format("truetype"), url("../scss/fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

#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.jpg?v=1) no-repeat 0 0;
  background-position: right;
  background-size: cover;
  overflow: hidden;
  position: relative; }
  header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
    @media (min-width: 992px) {
      header:before {
        display: none; } }
  header .head-wrap {
    padding: 10rem 0 5rem 0;
    z-index: 5;
    position: relative; }
    @media (min-width: 768px) {
      header .head-wrap {
        padding: 10rem 0; } }
    @media (min-width: 992px) {
      header .head-wrap {
        padding: 13rem 0; } }
    @media (min-width: 992px) {
      header .head-wrap:after {
        content: '';
        position: absolute;
        right: -48px;
        bottom: 0;
        width: 40px;
        height: 40px;
        background: url(../images/logo.svg) no-repeat;
        background-position: bottom right;
        background-size: auto 100%; } }
  header .wrapper {
    position: initial; }
    header .wrapper:before {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #2c5967; }
      @media (min-width: 992px) {
        header .wrapper:before {
          width: 70%; } }
      @media (min-width: 1200px) {
        header .wrapper:before {
          width: 54%; } }
    header .wrapper .logo-wrap {
      background-color: rgba(0, 0, 0, 0.6);
      padding: 15px;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 2; }
      @media (min-width: 768px) {
        header .wrapper .logo-wrap {
          background-color: transparent;
          position: initial;
          margin: 0 -15px; } }
      header .wrapper .logo-wrap .logo {
        display: inline-block; }
        @media (min-width: 768px) {
          header .wrapper .logo-wrap .logo {
            position: absolute;
            top: 0;
            padding: 4rem 0; } }
        header .wrapper .logo-wrap .logo img {
          width: 110px; }
          @media (min-width: 768px) {
            header .wrapper .logo-wrap .logo img {
              width: 180px; } }
      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;
        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: #312d2a; }
    header .wrapper h1,
    header .wrapper h4 {
      color: #ffffff;
      font-family: "oraclesans-light", Helvetica, sans-serif;
      font-size: 2.5rem;
      line-height: 1.3; }
    header .wrapper h1 {
      width: 100%;
      font-family: "oraclesans-bold", Helvetica, sans-serif;
      font-weight: bold;
      letter-spacing: 2px;
      font-size: 4rem; }
      @media (min-width: 992px) {
        header .wrapper h1 {
          width: 70%;
          font-size: 4.5rem; } }
      @media (min-width: 1200px) {
        header .wrapper h1 {
          width: 50%; } }
      header .wrapper h1 br {
        display: none; }
        @media (min-width: 992px) {
          header .wrapper h1 br {
            display: block; } }
      header .wrapper h1 span {
        letter-spacing: normal;
        font-size: 2.8rem;
        font-weight: normal;
        line-height: 1.3;
        margin-top: 2rem;
        color: #f9dab1;
        font-family: "georgia"; }
        @media (min-width: 992px) {
          header .wrapper h1 span {
            font-size: 4.8rem; } }
    header .wrapper h4 {
      width: 90%;
      padding-top: 2rem; }
      @media (min-width: 992px) {
        header .wrapper h4 {
          width: 40%; } }
    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: 80px;
  width: 100%;
  left: 0; }
  @media (min-width: 768px) {
    nav {
      display: block; } }
  @media (min-width: 768px) {
    nav {
      display: block !important;
      position: relative;
      top: auto; } }
  @media (min-width: 768px) {
    nav ul {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; } }
  nav ul li {
    background-color: #4e4845;
    border-radius: 0;
    border-bottom: 1px solid #333;
    text-align: center; }
    @media (min-width: 768px) {
      nav ul li {
        border: 0;
        border-radius: 0.8rem;
        -webkit-border-radius: 0.8rem;
        -moz-border-radius: 0.8rem; } }
    nav ul li a,
    nav ul li label,
    nav ul li a:link,
    nav ul li a:visited {
      padding: 1.2rem 3rem;
      color: #ffffff;
      display: block;
      outline: 0 !important; }
      @media (min-width: 768px) {
        nav ul li a,
        nav ul li label,
        nav ul li a:link,
        nav ul li a:visited {
          margin: .5rem 0; } }
      nav ul li a:label,
      nav ul li label:label,
      nav ul li a:link:label,
      nav ul li a:visited:label {
        padding: .8rem 3rem; }
    nav ul li a span {
      display: inline-block; }
      @media (min-width: 768px) {
        nav ul li a span {
          display: none; } }
    nav ul li.selected {
      background-color: #ae562c; }
    nav ul li ul li a,
    nav ul li ul li a:link,
    nav ul li ul li a:visited {
      color: #ffffff; }
      @media (min-width: 768px) {
        nav ul li ul li a,
        nav ul li ul li a:link,
        nav ul li ul li a:visited {
          border-right: 1px solid #5f5956; } }
    nav ul li ul li:first-child {
      
      margin-left: 0; }
      @media (min-width: 768px) {
        nav ul li ul li:first-child {
          /*border-radius: 0.8rem 0 0 0.8rem;
          -webkit-border-radius: 0.8rem 0 0 0.8rem;
          -moz-border-radius: 0.8rem 0 0 0.8rem;*/ } }
    nav ul li ul li:last-child {
      border: 0; }
      nav ul li ul li:last-child a {
        border-right: 0; }
    nav ul li ul li.finding {
      display: none; }
      @media (min-width: 768px) {
        nav ul li ul li.finding {
          display: inline-block; } }
      nav ul li ul li.finding:hover {
        background-color: #3e3836; }
    nav ul li ul li:hover {
      background-color: #ae562c; }
    nav ul li:last-child:hover {
     /* background-color: #ae562c;*/ }
  @media (min-width: 768px) {
    nav ul.main-nav > li {
      margin: 0 5px; } }
  nav ul.main-nav > li:first-child:hover {
   /* background-color: #ae562c; */}
  nav .wrapper {
    width: 100%;
    position: fixed;
    top: 56px;
    z-index: 10; }
    @media (min-width: 768px) {
      nav .wrapper {
        margin-top: -2.5rem;
        margin-bottom: -2rem;
        position: relative;
        top: auto; } }

a:link,
a:visited {
  color: inherit; }

#intro-quotes {
  padding: 4rem 0;
  text-align: center;
  background: url("../images/shadow-slice.png") repeat-x;
  background-position: top; }
  @media (min-width: 768px) {
    #intro-quotes {
      padding: 16rem 0 10rem 0; } }
  #intro-quotes p {
    font-size: 2.5rem;
    font-family: "georgia";
    line-height: 1.2;
    margin: 0 auto;
    color: #312d2a;
    position: relative; }
    @media (min-width: 768px) {
      #intro-quotes p {
        font-size: 3.3rem;
        width: 80%; } }
    #intro-quotes p:before, #intro-quotes p:after {
      font-family: "georgia";
      font-size: 40rem;
      color: #312d2a;
      position: absolute;
      opacity: 0.05;
      display: none; }
      @media (min-width: 640px) {
        #intro-quotes p:before, #intro-quotes p:after {
          display: block; } }
    #intro-quotes p:before {
      content: '\201C';
      left: -5%;
      line-height: 20rem; }
    #intro-quotes p:after {
      content: '\201D';
      right: -5%;
      line-height: 25rem; }
  #intro-quotes h4 {
    font-size: 2rem;
    margin: 2rem 0 0 0;
    font-family: "oraclesans-semibold", Helvetica, sans-serif; }
    @media (min-width: 768px) {
      #intro-quotes h4 {
        font-size: 2.5rem; } }

/* Intro: section 2 */
#intro-section-1 {
  padding: 4rem 0;
  background: url(../images/intro-banner-2-1.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative; }

#intro-section-1 h1
{
	color: #ffffff;
}
  @media (min-width: 992px) {
    #intro-section-1 {
      padding: 8rem 0; } }
  @media (min-width: 992px) {
   /* #intro-section-1:before {
      content: '';
      position: absolute;
      width: 40%;
      height: 100%;
      right: 0;
      top: 0;
      background: url("../images/intro-section-1.jpg") no-repeat;
      background-size: cover;
      background-position: bottom left; }*/ }
  #intro-section-1 .wrapper p {
    color: #ffffff; }

#section4 {
  padding: 5rem 0;
  background: url("../images/orange-bg.png") repeat-x #ae562c;
  position: relative; }
  @media (min-width: 768px) {
    #section4 {
      padding: 9rem 0; } }
  @media (min-width: 992px) {
    #section4:before {
      content: '';
      position: absolute;
      width: 30%;
      height: 100%;
      left: 0;
      top: 0;
      background: url("../images/sec3-bg.png") no-repeat;
      background-size: cover;
      background-position: left; } }
  @media (min-width: 992px) {
    #section4 .flex-full {
      justify-content: flex-start;
      display: flex;
      padding-left: 35%; } }
  @media (min-width: 1700px) {
    #section4 .flex-full {
      justify-content: flex-start;
      padding-left: 350px; } }
  #section4 .flex-full .orange-sec {
    width: 100%;
    color: #ffffff; }
    @media (min-width: 1200px) {
      #section4 .flex-full .orange-sec {
        width: 80%; } }
    @media (min-width: 1700px) {
      #section4 .flex-full .orange-sec {
        width: 71%; } }
  #section4 h1,
  #section4 p {
    color: #ffffff; }

#section5 {
  padding: 5rem 0;
  background: url("../images/survey-bg.png") no-repeat;
  background-position: center bottom;
  background-size: 100%; }
  @media (min-width: 768px) {
    #section5 {
      padding: 10rem 0; } }
  #section5 .country,
  #section5 .group,
  #section5 .gender,
  #section5 .role {
    margin-bottom: 4rem; }
  #section5 .charts {
    margin-top: 6rem; }
    #section5 .charts .row {
      justify-content: space-between; }
      @media (min-width: 992px) {
        #section5 .charts .row .country,
        #section5 .charts .row .group,
        #section5 .charts .row .gender,
        #section5 .charts .row .role {
          max-width: 49%; } }
  #section5 .chart-box {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 4rem;
    height: 100%;
    background-color: #ffffff; }
    #section5 .chart-box h3 {
      font-family: "oraclesans-bold", Helvetica, sans-serif;
      font-size: 2rem; }
      @media (min-width: 576px) {
        #section5 .chart-box h3 {
          font-size: 2.5rem; } }
    #section5 .chart-box .chart-1,
    #section5 .chart-box .chart-2,
    #section5 .chart-box .chart-3 {
      width: 220px;
      text-align: center;
      margin: 0 auto;
      position: relative; }
      @media (min-width: 640px) {
        #section5 .chart-box .chart-1,
        #section5 .chart-box .chart-2,
        #section5 .chart-box .chart-3 {
          width: 250px; } }
      #section5 .chart-box .chart-1 svg,
      #section5 .chart-box .chart-2 svg,
      #section5 .chart-box .chart-3 svg {
        height: 100%;
        width: 100%;
        position: relative;
        z-index: 1; }
    #section5 .chart-box .stats {
      display: flex;
      width: 100%;
      flex-wrap: wrap; }
      #section5 .chart-box .stats .coloumns {
        width: 50%;
        margin-top: 2rem;
        position: relative;
        font-size: 1.2rem;
        padding: 0 1rem 0 3rem; }
        @media (min-width: 576px) {
          #section5 .chart-box .stats .coloumns {
            font-size: 1.5rem; } }
        @media (min-width: 640px) {
          #section5 .chart-box .stats .coloumns {
            padding: 0 0 0 4rem; } }
        @media (min-width: 1200px) {
          #section5 .chart-box .stats .coloumns {
            font-size: 2rem; } }
        #section5 .chart-box .stats .coloumns:before {
          content: '';
          position: absolute;
          left: 0;
          top: 2px;
          width: 20px;
          height: 20px;
          background-color: #c64634; }
        #section5 .chart-box .stats .coloumns.col1:before {
          background-color: #a14f29; }
        #section5 .chart-box .stats .coloumns.col2:before {
          background-color: #8da7a7; }
        #section5 .chart-box .stats .coloumns.col3:before {
          background-color: #dea654; }
        #section5 .chart-box .stats .coloumns.col4:before {
          background-color: #6e9366; }
        #section5 .chart-box .stats .coloumns.col5:before {
          background-color: #c64634; }
  #section5 #anime1,
  #section5 #anime2,
  #section5 #anime3,
  #section5 #anime4,
  #section5 #anime5,
  #section5 #anime6,
  #section5 #anime7,
  #section5 #anime8,
  #section5 #anime9 {
    stroke-linecap: round; }

#section1A {
  background: url("../images/section1a.png") no-repeat;
  background-position: bottom right;
  background-size: 30%; }
  #section1A .sub-title {
    color: #5eb1a4; }

#section1b {
  padding: 6rem 0;
  background: url("../images/section1b.png") no-repeat;
  background-size: cover;
  position: relative; }
  @media (min-width: 992px) {
    #section1b {
      padding: 9rem 0; } }
  #section1b:before {
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/section1b-banner.png") no-repeat;
    background-size: cover;
    background-position: right; }

#section1c {
  padding: 5rem 0; }
  @media (min-width: 992px) {
    #section1c {
      padding: 9rem 0 13rem 0; } }
  @media (min-width: 992px) {
    #section1c h1 {
      margin-bottom: 6rem; } }
  #section1c .mob-row .col-lg-4 {
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
      #section1c .mob-row .col-lg-4 {
        margin-bottom: 0; } }
  #section1c .color-box {
    padding: 4rem 4rem 3rem 4rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    height: 100%;
    position: relative; }
    @media (min-width: 992px) {
      #section1c .color-box {
        transform: scale(0.95);
        transition: all 0.4s ease; } }
    #section1c .color-box:before {
      background: rgba(0, 0, 0, 0.4);
      width: 100%;
      height: 100%;
      position: absolute;
      content: '';
      opacity: 0;
      left: 0;
      top: 0;
      transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms cubic-bezier(0, 0, 0.2, 1); }
    #section1c .color-box .hidden-h3 {
      display: none; }
      @media (min-width: 992px) {
        #section1c .color-box .hidden-h3 {
          font-size: 3rem;
          font-family: "oraclesans-bold", Helvetica, sans-serif;
          color: #ffffff;
          visibility: hidden;
          margin-bottom: 2rem;
          line-height: 1.2;
          display: block; } }
    #section1c .color-box h3 {
      font-size: 3rem;
      font-family: "oraclesans-bold", Helvetica, sans-serif;
      color: #ffffff;
      z-index: 1; }
      @media (min-width: 992px) {
        #section1c .color-box h3 {
          position: absolute;
          top: 75%;
          transition: all 0.5s ease; } }
    #section1c .color-box p {
      margin-top: 3rem;
      color: #ffffff;
      z-index: 1;
      position: relative; }
      @media (min-width: 992px) {
        #section1c .color-box p {
          visibility: hidden;
          transform: translateY(60%);
          transition: all 0.2s ease; } }
    #section1c .color-box.geo {
      background: url("../images/geo.png") no-repeat;
      background-size: cover; }
    #section1c .color-box.age {
      background: url("../images/age-bg.png") no-repeat;
      background-size: cover; }
    #section1c .color-box.gender {
      background: url("../images/gender-bg.png") no-repeat;
      background-size: cover; }
    #section1c .color-box:hover {
      transform: scale(1);
      transition: all 0.4s ease; }
      @media (min-width: 992px) {
        #section1c .color-box:hover:before {
          background: rgba(0, 0, 0, 0.4);
          opacity: 1;
          transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), background-color 250ms cubic-bezier(0, 0, 0.2, 1); } }
      #section1c .color-box:hover p {
        visibility: visible;
        transform: translateY(0);
        transition: all 0.6s ease; }
      #section1c .color-box:hover h3 {
        position: relative;
        top: 0;
        transition: all 0.5s ease; }
      #section1c .color-box:hover .hidden-h3 {
        display: none; }

#section1d {
  padding: 5rem 0;
  background: url("../images/section1d-bg.png") no-repeat;
  background-size: cover; }
  @media (min-width: 992px) {
    #section1d {
      padding: 10rem 0; } }

.page2 .sub-title h3 {
  color: #c74634; }

.page4 .sub-title h3 {
  color: #2c5967; }

#section2 {
  padding: 5rem 0; }
  @media (min-width: 992px) {
    #section2 {
      padding: 10rem 0; } }

#section2A {
  background: url("../images/section2a.png") no-repeat;
  background-position: bottom right;
  background-size: 25%; }
  #section2A .sub-title {
    color: #dd6000; }
  #section2A .top-title br {
    display: none; }
    @media (min-width: 768px) {
      #section2A .top-title br {
        display: block; } }
  #section2A .charts-center {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 5rem;
    background-color: #ffffff;
    margin-top: 5rem; }
    @media (min-width: 768px) {
      #section2A .charts-center {
        display: flex;
        justify-content: space-around; } }
    #section2A .charts-center .chart-wrap {
      text-align: center;
      width: 100%; }
      @media (min-width: 768px) {
        #section2A .charts-center .chart-wrap {
          width: 30%; } }
      @media (min-width: 992px) {
        #section2A .charts-center .chart-wrap {
          width: 22%; } }
      #section2A .charts-center .chart-wrap h4 {
        font-size: 2rem;
        font-family: "oraclesans-light", Helvetica, sans-serif; }
      #section2A .charts-center .chart-wrap .pie {
        position: relative;
        margin: 0 auto;
        max-width: 250px; }
        @media (min-width: 992px) {
          #section2A .charts-center .chart-wrap .pie {
            margin-bottom: 2rem;
            max-width: inherit; } }
        #section2A .charts-center .chart-wrap .pie p {
          position: absolute;
          top: 55%;
          transform: translateY(-100%);
          left: 0;
          width: 100%;
          text-align: center;
          color: #312d2a;
          font-size: 4rem;
          font-family: "georgia";
          margin: 0; }
          @media (min-width: 768px) {
            #section2A .charts-center .chart-wrap .pie p {
              font-size: 4rem; } }
          @media (min-width: 992px) {
            #section2A .charts-center .chart-wrap .pie p {
              font-size: 5.9rem; } }
          #section2A .charts-center .chart-wrap .pie p sub {
            font-weight: bold; }
        #section2A .charts-center .chart-wrap .pie #progress1,
        #section2A .charts-center .chart-wrap .pie #progress2,
        #section2A .charts-center .chart-wrap .pie #progress3 {
          stroke-linecap: round; }

#section2b {
  padding: 5rem 0;
  background: url("../images/section2b-bg.png") no-repeat #312d2a;
  background-size: cover;
  position: relative; }
  @media (min-width: 992px) {
    #section2b {
      padding: 10rem 0; } }
  #section2b:before {
    left: 0;
    background: url("../images/section2-b.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 30%; }
  #section2b p {
    color: #ffffff; }

#section2c {
  padding: 5rem 0; }
  @media (min-width: 992px) {
    #section2c {
      padding: 10rem 0; } }
  #section2c .shadow-box {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    background-color: #ffffff; }
    @media (min-width: 576px) {
      #section2c .shadow-box {
        padding: 5rem; } }
    @media (min-width: 992px) {
      #section2c .shadow-box {
        margin-top: 5rem; } }
    #section2c .shadow-box h3 {
      font-size: 2.5rem;
      font-family: "oraclesans-bold", Helvetica, sans-serif; }
  @media (min-width: 992px) {
    #section2c .flex-divide {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  #section2c .flex-divide .robo-chart {
    width: 100%; }
    @media (min-width: 992px) {
      #section2c .flex-divide .robo-chart {
        width: 50%;
        padding-right: 5rem;
        border-right: 2px solid #e6ac58; } }
    #section2c .flex-divide .robo-chart .pie {
      position: relative;
      width: 250px;
      margin: 0 auto; }
      @media (min-width: 576px) {
        #section2c .flex-divide .robo-chart .pie {
          width: 300px; } }
      @media (min-width: 1200px) {
        #section2c .flex-divide .robo-chart .pie {
          width: 340px; } }
      #section2c .flex-divide .robo-chart .pie .robot {
        position: absolute;
        top: 55%;
        transform: translateY(-100%);
        left: 0;
        width: 100%;
        text-align: center;
        height: 50px;
        background: url("../images/robot.svg") no-repeat;
        background-position: center; }
      #section2c .flex-divide .robo-chart .pie #pie1 {
        stroke-linecap: round; }
    #section2c .flex-divide .robo-chart .stats {
      display: flex;
      width: 100%;
      justify-content: center; }
      #section2c .flex-divide .robo-chart .stats .coloumns {
        margin-top: 2rem;
        padding: 0 4rem;
        position: relative; }
        #section2c .flex-divide .robo-chart .stats .coloumns:before {
          content: '';
          position: absolute;
          left: 0;
          top: 2px;
          width: 20px;
          height: 20px;
          background-color: #c64634; }
        #section2c .flex-divide .robo-chart .stats .coloumns.col1:before {
          background-color: #dca553; }
        #section2c .flex-divide .robo-chart .stats .coloumns.col2 {
          padding-right: 0; }
          #section2c .flex-divide .robo-chart .stats .coloumns.col2:before {
            background-color: #c74634; }
  #section2c .flex-divide .diagram {
    width: 100%; }
    @media (min-width: 992px) {
      #section2c .flex-divide .diagram {
        width: 50%;
        padding-left: 5rem; } }
    #section2c .flex-divide .diagram svg {
      width: 100%; }

#section3A {
  padding: 5rem 0;
  background: url("../images/section3a.png") repeat-x;
  background-position: bottom center;
  background-size: 75% auto; }
  @media (min-width: 992px) {
    #section3A {
      padding: 8rem 0; } }
  #section3A .sub-title {
    color: #8bae81; }
  #section3A .top-title br {
    display: none; }
    @media (min-width: 992px) {
      #section3A .top-title br {
        display: block; } }
  #section3A .shadow-box {
    margin-top: 2rem; }
    @media (min-width: 768px) {
      #section3A .shadow-box {
        margin-top: 0; } }
  #section3A .charts-center {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-around;
    padding: 5rem;
    background-color: #ffffff;
    margin-top: 5rem; }
    #section3A .charts-center .chart-wrap {
      text-align: center;
      width: 22%; }
      #section3A .charts-center .chart-wrap h4 {
        font-size: 2rem;
        font-family: "oraclesans-light", Helvetica, sans-serif; }
      #section3A .charts-center .chart-wrap .pie {
        position: relative;
        margin-bottom: 2rem; }
        #section3A .charts-center .chart-wrap .pie span {
          position: absolute;
          top: 55%;
          transform: translateY(-100%);
          left: 0;
          width: 100%;
          text-align: center;
          font-weight: bold;
          color: #312d2a;
          font-size: 5rem;
          font-family: "georgia"; }
        #section3A .charts-center .chart-wrap .pie #progress1,
        #section3A .charts-center .chart-wrap .pie #progress2,
        #section3A .charts-center .chart-wrap .pie #progress3 {
          stroke-linecap: round; }

#section3b {
  padding: 5rem 0;
  background: url("../images/section3b-bg.png") no-repeat #312d2a;
  background-size: cover;
  position: relative; }
  @media (min-width: 992px) {
    #section3b {
      padding: 10rem 0; } }
  #section3b:before {
    left: 0;
    background: url("../images/section3-b.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 30%; }
  #section3b p {
    color: #ffffff; }

#section3c {
  padding: 5rem 0;
  background: url("../images/section-bottom-bg.png") repeat-x;
  background-position: bottom center;
  background-size: 70%; }
  @media (min-width: 992px) {
    #section3c {
      padding: 10rem 0; } }
  #section3c .shadow-box {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    background-color: #ffffff;
    margin-top: 5rem; }
    @media (min-width: 992px) {
      #section3c .shadow-box {
        padding: 5rem; } }
    #section3c .shadow-box h3 {
      font-size: 2.5rem;
      font-style: italic;
      text-align: center; }
  #section3c .charts-center {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      #section3c .charts-center {
        justify-content: space-around; } }
    @media (min-width: 992px) {
      #section3c .charts-center {
        width: 80%; } }
    #section3c .charts-center .chart-wrap {
      text-align: center;
      width: 45%; }
      @media (min-width: 768px) {
        #section3c .charts-center .chart-wrap {
          width: 26%;
          margin: 3rem auto; } }
      @media (min-width: 992px) {
        #section3c .charts-center .chart-wrap {
          margin: 3rem auto; } }
      #section3c .charts-center .chart-wrap h4 {
        font-size: 1.5rem;
        font-family: "oraclesans-light", Helvetica, sans-serif; }
        @media (min-width: 992px) {
          #section3c .charts-center .chart-wrap h4 {
            font-size: 2rem; } }
      #section3c .charts-center .chart-wrap .pie {
        position: relative; }
        @media (min-width: 768px) {
          #section3c .charts-center .chart-wrap .pie {
            margin-bottom: 2rem; } }
        #section3c .charts-center .chart-wrap .pie p {
          position: absolute;
          top: 55%;
          transform: translateY(-100%);
          left: 0;
          width: 100%;
          text-align: center;
          font-weight: normal;
          color: #312d2a;
          font-size: 2rem;
          font-family: "oraclesans-bold", Helvetica, sans-serif;
          margin: 0; }
          @media (min-width: 768px) {
            #section3c .charts-center .chart-wrap .pie p {
              font-size: 4rem; } }
          @media (min-width: 992px) {
            #section3c .charts-center .chart-wrap .pie p {
              font-size: 4.8rem; } }
          #section3c .charts-center .chart-wrap .pie p sub {
            font-weight: bold;
            bottom: 0; }
        #section3c .charts-center .chart-wrap .pie #percentage1,
        #section3c .charts-center .chart-wrap .pie #percentage2,
        #section3c .charts-center .chart-wrap .pie #percentage3,
        #section3c .charts-center .chart-wrap .pie #percentage4,
        #section3c .charts-center .chart-wrap .pie #percentage5,
        #section3c .charts-center .chart-wrap .pie #percentage6 {
          stroke-linecap: round; }

#section4A {
  padding: 5rem 0; }
  @media (min-width: 992px) {
    #section4A {
      padding: 8rem 0;
      background: url("../images/section4a.png") no-repeat;
      background-position: 100% 100px;
      background-size: 35% auto; } }
  #section4A .sub-title {
    color: #fac457; }
  #section4A .shadow-box {
    margin-top: 2rem; }
    @media (min-width: 992px) {
      #section4A .shadow-box {
        margin-top: 0; } }
  #section4A .charts-center {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-around;
    padding: 5rem;
    background-color: #ffffff;
    margin-top: 5rem; }
    #section4A .charts-center .chart-wrap {
      text-align: center;
      width: 22%; }
      #section4A .charts-center .chart-wrap h4 {
        font-size: 2rem;
        font-family: "oraclesans-light", Helvetica, sans-serif; }
      #section4A .charts-center .chart-wrap .pie {
        position: relative;
        margin-bottom: 2rem; }
        #section4A .charts-center .chart-wrap .pie span {
          position: absolute;
          top: 55%;
          transform: translateY(-100%);
          left: 0;
          width: 100%;
          text-align: center;
          font-weight: bold;
          color: #312d2a;
          font-size: 5rem;
          font-family: "georgia"; }
        #section4A .charts-center .chart-wrap .pie #progress1,
        #section4A .charts-center .chart-wrap .pie #progress2,
        #section4A .charts-center .chart-wrap .pie #progress3 {
          stroke-linecap: round; }

#section4b {
  padding: 2rem 0 8rem 0; }
  #section4b .slider .slick-arrow {
    display: none !important; }
  #section4b .slider .slick-list {
    padding: 0 !important; }
  #section4b .slick-slide {
    width: 100%; }
    #section4b .slick-slide .items {
      display: flex !important;
      align-items: stretch;
      justify-content: space-between; }
      #section4b .slick-slide .items.item1 .img-wrap {
        width: 45%; }
        #section4b .slick-slide .items.item1 .img-wrap img {
          width: 100%; }
      #section4b .slick-slide .items.item2 .img-wrap {
        width: 45%; }
        #section4b .slick-slide .items.item2 .img-wrap img {
          width: 90%; }
    #section4b .slick-slide .greybox {
      padding: 3rem;
      background-color: #312d2a;
      width: 100%;
      border-radius: 10px; }
      @media (min-width: 992px) {
        #section4b .slick-slide .greybox {
          width: 50%; } }
      #section4b .slick-slide .greybox p {
        color: #ffffff;
        font-size: 1.6rem;
        line-height: 1.4; }
        @media (min-width: 576px) {
          #section4b .slick-slide .greybox p {
            font-size: 2rem;
            line-height: 2.6rem; } }
      #section4b .slick-slide .greybox h3 {
        color: #ffffff;
        font-family: "oraclesans-bold", Helvetica, sans-serif;
        font-size: 3rem; }
      #section4b .slick-slide .greybox h4 {
        color: #fac457;
        font-family: "oraclesans-regular", Helvetica, sans-serif;
        font-size: 2rem; }
    #section4b .slick-slide .img-wrap {
      display: none; }
      @media (min-width: 992px) {
        #section4b .slick-slide .img-wrap {
          display: flex;
          align-items: center; } }
  #section4b .slick-dots {
    bottom: -90px;
    height: 50px; }
    #section4b .slick-dots li {
      width: 30%;
      height: 25px;
      margin: 0 2rem 0 0; }
      @media (min-width: 992px) {
        #section4b .slick-dots li {
          width: 200px; } }
      #section4b .slick-dots li button {
        width: 100%;
        background: none;
        border: none;
        height: 100%; }
        #section4b .slick-dots li button:before {
          content: '';
          font-size: 2rem;
          width: 100%;
          font-family: "oraclesans-regular", Helvetica, sans-serif;
          padding-top: 2rem; }
        #section4b .slick-dots li button:after {
          content: '';
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          height: 5px;
          background-color: #312d2a; }
      #section4b .slick-dots li:first-child button:before {
        content: 'Security'; }
      #section4b .slick-dots li:nth-child(2n) button:before {
        content: 'Privacy'; }
      #section4b .slick-dots li:nth-child(3n) button:before {
        content: 'Complexity'; }
      #section4b .slick-dots li.slick-active button:before {
        color: #e6ac58; }
      #section4b .slick-dots li.slick-active button:after {
        background-color: #e6ac58; }

#section4c {
  padding: 5rem 0;
  background: url("../images/section4c-bg.png") repeat-x;
  background-position: bottom center;
  background-size: auto 70%; }
  @media (min-width: 992px) {
    #section4c {
      padding: 10rem 0; } }
  #section4c .shadow-box {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    background-color: #ffffff; }
    @media (min-width: 576px) {
      #section4c .shadow-box {
        margin-top: 5rem;
        padding: 5rem; } }
  @media (min-width: 992px) {
    #section4c .flex-divide {
      display: flex;
      justify-content: space-between; } }
  #section4c .flex-divide .robo-chart {
    width: 100%; }
    @media (min-width: 992px) {
      #section4c .flex-divide .robo-chart {
        width: 50%;
        padding-right: 5rem;
        border-right: 2px solid #e6ac58; } }
    #section4c .flex-divide .robo-chart h3 {
      font-size: 3rem;
      font-family: "oraclesans-bold", Helvetica, sans-serif; }
    #section4c .flex-divide .robo-chart h4 {
      font-size: 2rem;
      color: #ae562c;
      font-family: "oraclesans-regular", Helvetica, sans-serif; }
  #section4c .flex-divide .diagram {
    width: 100%; }
    @media (min-width: 992px) {
      #section4c .flex-divide .diagram {
        width: 45%; } }
    #section4c .flex-divide .diagram svg {
      width: 100%; }
    #section4c .flex-divide .diagram h3 {
      font-size: 2rem;
      font-family: "oraclesans-bold", Helvetica, sans-serif; }

#section5A {
  padding: 5rem 0;
  position: relative; }
  @media (min-width: 992px) {
    #section5A {
      padding: 5rem 0 3rem; } }
  #section5A:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/shadow-slice.png") repeat-x;
    background-position: top;
    height: 44px;
    width: 100%; }

#section5d {
  padding: 5rem 0;
  background: url("../images/section5d-bg.png") no-repeat;
  background-size: cover;
  position: relative; }
  @media (min-width: 992px) {
    #section5d {
      padding: 10rem 0; } }
  #section5d:before {
    left: 0;
    background: url("../images/section5d-img.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 30%; }
  #section5d .right-flex ul li {
    list-style-type: disc;
    margin-left: 2rem; }

#section5e {
  padding: 5rem 0; }
  @media (min-width: 992px) {
    #section5e {
      padding: 10rem 0; } }
  #section5e h1 {
    margin-bottom: 5rem; }
  #section5e h3 {
    font-size: 2rem;
    font-family: "oraclesans-bold", Helvetica, sans-serif;
    margin-bottom: 0; }
  #section5e .asterix-note {
    font-style: italic;
    font-size: 1.3rem; }
  #section5e .shadow-box {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    background-color: #ffffff; }
    @media (min-width: 576px) {
      #section5e .shadow-box {
        padding: 5rem; } }
  #section5e .stats {
    display: flex;
    width: 100%;
    justify-content: center; }
    #section5e .stats .coloumns {
      margin-top: 2rem;
      padding: 0 4rem;
      position: relative;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        #section5e .stats .coloumns {
          font-size: 2rem; } }
      #section5e .stats .coloumns:before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        width: 20px;
        height: 20px;
        background-color: #c64634; }
      #section5e .stats .coloumns.col1:before {
        background-color: #dca553; }
      #section5e .stats .coloumns.col2:before {
        background-color: #c74634; }
      #section5e .stats .coloumns.col3 {
        padding-right: 0; }
        #section5e .stats .coloumns.col3:before {
          background-color: #E3D9BC; }

#section6a {
  padding: 5rem 0;
  background-color: #e4d2a3;
  position: relative; }
  @media (min-width: 992px) {
    #section6a {
      padding: 10rem 0;
      background: url("../images/section6a-bg.png") no-repeat;
      background-size: cover;
      background-position: center; } }
  @media (min-width: 992px) {
    #section6a .right-flex {
      justify-content: flex-end; } }
  #section6a .right-flex .para-wrap {
    width: 100%; }
    @media (min-width: 992px) {
      #section6a .right-flex .para-wrap {
        width: 70%; } }
    @media (min-width: 1200px) {
      #section6a .right-flex .para-wrap {
        width: 60%; } }
    #section6a .right-flex .para-wrap h1,
    #section6a .right-flex .para-wrap p {
      color: #2c5967; }

#info-sec {
  padding: 3rem 0 0rem;
background: #f3f3f3; }
  #info-sec h3 {
    color: #1d9f90;
    font-size: 2rem; }
  @media (min-width: 992px) {
    #info-sec .flex-cont {
      display: flex;
      justify-content: space-between;
		flex-direction: row-reverse;
      /*align-items: flex-end;*/ } }
  #info-sec .left-flex {
    width: 100%; }
    @media (min-width: 992px) {
      #info-sec .left-flex {
        width: 50%; } }
    #info-sec .left-flex p {
      font-size: 1.6rem;
      font-family: "oraclesans-light", Helvetica, sans-serif; }
      #info-sec .left-flex p strong {
        font-family: "oraclesans-semibold", Helvetica, sans-serif; }
      #info-sec .left-flex p:last-child {
        margin-bottom: 0; }
  #info-sec .right-flex {
    width: 100%; }
    @media (min-width: 992px) {
      #info-sec .right-flex {
        width: 40%; } }
    #info-sec .right-flex p {
      font-family: "oraclesans-light", Helvetica, sans-serif;
      font-size: 2rem; }
    #info-sec .right-flex span {
      font-size: 1.2rem;
      font-family: "oraclesans-light", Helvetica, sans-serif; }

.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 #section2A .charts-center .chart-wrap .pie svg,
.ie-11 #section3c .charts-center .chart-wrap .pie svg {
  height: 220px; }

.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; }

@media screen and (min-width: 990px) and (max-width: 1300px) and (max-height: 700px) {
  header .head-wrap {
    padding: 8rem 0; }
  header .wrapper h1 {
    width: 55%;
    font-size: 4.8rem; }
    header .wrapper h1 span {
      font-size: 4.3rem; }
  header .wrapper h4 {
    padding-top: 0rem;
    margin-bottom: 0; }
  header .wrapper h1,
  header .wrapper h4 {
    line-height: 1.1; } }
