body {
  color: #7DBEB9;
  margin: 0;
  font-family: "SF Display", sans-serif; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  padding: 0 16px; }

a {
  color: inherit; }

.link {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: 1px solid #7DBEB9;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .link:hover {
    border-bottom: 1px solid transparent; }

.btn {
  display: inline-block;
  border-radius: 10px;
  background: #fff;
  color: #7DBEB9;
  padding: 11px 10px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.25;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .btn:hover {
    color: #fff;
    background: #366c68; }

.title {
  padding-left: 30px;
  position: relative; }
  .title img {
    position: absolute;
    left: 7px;
    top: 5px; }
  .title h2 {
    display: inline;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase; }

header {
  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;
  padding: 20px 0 10px; }
  header img {
    max-width: 250px;
    margin-bottom: 9px; }
  header p {
    margin: 0;
    color: #000;
    opacity: 0.55;
    font-size: 12px; }
  header.header-details {
    padding: 13px 0 13px;
    -webkit-box-shadow: 0px 0.4px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0.4px 0px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 48px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1; }
    header.header-details h1 {
      font-size: 17px;
      font-style: italic;
      font-weight: 600;
      line-height: 1.18;
      text-transform: uppercase;
      margin: 0; }
    header.header-details img {
      position: absolute;
      left: 6px;
      margin: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    header.header-details + main {
      margin-top: 94px; }

.graphic-slider {
  margin-top: 29px; }
  .graphic-slider__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px; }
    .graphic-slider__header .title {
      width: 50%;
      margin-top: 4px; }
    .graphic-slider__header .link-wrapper {
      width: 50%;
      text-align: right; }
  .graphic-slider__wrapper {
    padding-left: 6px; }
  .graphic-slider .graphic-slide {
    width: 304px;
    padding: 10px 4px; }
    .graphic-slider .graphic-slide:first-of-type {
      padding-left: 10px; }
    .graphic-slider .graphic-slide__inner {
      border-radius: 12px;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
      .graphic-slider .graphic-slide__inner--large {
        overflow: hidden;
        height: 113px; }
    .graphic-slider .graphic-slide__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 6px 26px 0 16px;
      text-transform: uppercase; }
      .graphic-slider .graphic-slide__top h3 {
        width: 50%;
        margin: 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.4; }
      .graphic-slider .graphic-slide__top span {
        width: 50%;
        line-height: 1.4;
        font-weight: 700;
        font-size: 14px;
        text-align: right; }
    .graphic-slider .graphic-slide__bottom--large {
      padding-left: 18px;
      margin-right: -19px;
      margin-top: 20px; }
    .graphic-slider .graphic-slide--small {
      width: 150px; }
      .graphic-slider .graphic-slide--small .graphic-slide__top {
        margin-bottom: 8px; }
        .graphic-slider .graphic-slide--small .graphic-slide__top h3 {
          width: 100%; }
      .graphic-slider .graphic-slide--small .graphic-slide__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 17px; }
        .graphic-slider .graphic-slide--small .graphic-slide__bottom .img-wrapper {
          height: 54px;
          width: 43px;
          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;
          position: relative; }
          .graphic-slider .graphic-slide--small .graphic-slide__bottom .img-wrapper span {
            width: 20px;
            height: 20px;
            position: absolute;
            top: 0;
            right: 0;
            background: #93C299;
            border-radius: 50%;
            font-size: 14px;
            line-height: 20px;
            text-align: center;
            display: block;
            font-weight: 700;
            color: #fff; }
            .graphic-slider .graphic-slide--small .graphic-slide__bottom .img-wrapper span img {
              display: inline-block; }
        .graphic-slider .graphic-slide--small .graphic-slide__bottom h4 {
          font-size: 14px;
          font-weight: 700;
          margin: 0; }

.cta {
  margin-top: 31px; }
  .cta__wrapper {
    border-radius: 12px;
    background: -webkit-gradient(linear, right top, left top, from(#7DBEB9), to(#93C299));
    background: -webkit-linear-gradient(right, #7DBEB9 0%, #93C299 100%);
    background: -o-linear-gradient(right, #7DBEB9 0%, #93C299 100%);
    background: linear-gradient(270deg, #7DBEB9 0%, #93C299 100%);
    color: #fff;
    padding: 16px;
    position: relative; }
    .cta__wrapper:before {
      position: absolute;
      content: '';
      background-image: url("/img/messages.svg");
      width: 127px;
      height: 99px;
      top: 0px;
      left: 51px; }
  .cta__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 6px;
    position: relative;
    z-index: 1; }
    .cta__top .title {
      width: 50%;
      padding-left: 27px; }
      .cta__top .title img {
        top: 0;
        left: 0; }
      .cta__top .title h2 {
        font-weight: 400; }
  .cta__text {
    width: 50%;
    text-align: right; }
    .cta__text span {
      display: block; }
      .cta__text span:first-of-type {
        text-transform: uppercase;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 10px; }
      .cta__text span:last-of-type {
        font-weight: 700;
        font-size: 20px; }
  .cta .btn {
    width: 100%;
    position: relative;
    z-index: 1; }

.small-chart-wrapper {
  position: relative; }
  .small-chart-wrapper__maxline {
    position: absolute;
    display: block;
    width: calc(100% - 60px);
    height: 2px;
    left: 43px;
    top: 9px;
    background-image: url("../img/line-dotted.svg"); }

.graphic {
  margin-bottom: 34px; }
  .graphic .title {
    padding-left: 0; }
  .graphic h2 {
    font-weight: 700;
    margin-bottom: 25px; }
  .graphic h3 {
    text-transform: uppercase;
    font-size: 16px;
    color: #1E272E;
    font-weight: 700;
    margin-bottom: 14px; }
  .graphic__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .graphic__info {
    background: #e3f1f0;
    padding: 10px 0 14px;
    margin-bottom: 38px; }
    .graphic__info .title {
      padding-left: 27px;
      margin-bottom: 14px; }
      .graphic__info .title h2 {
        font-weight: 500; }
      .graphic__info .title img {
        top: 0;
        left: 0; }
    .graphic__info--simple {
      padding: 14px 0; }
  .graphic__row {
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .graphic__row h4 {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.4;
      margin: 0; }
    .graphic__row span {
      font-size: 28px;
      font-weight: 700; }
    .graphic__row--simple {
      margin: 0; }
      .graphic__row--simple .title {
        margin: 0; }
  .graphic .graphic-chart {
    padding-left: 16px; }
  .graphic .chart-wrapper {
    position: relative; }
    .graphic .chart-wrapper__current {
      position: absolute;
      bottom: 38px;
      left: 58px;
      height: calc(100% - 35px); }
      .graphic .chart-wrapper__current h5 {
        position: absolute;
        background-image: url("../img/heute-bg.png");
        width: 55px;
        height: 22px;
        background-repeat: no-repeat;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        padding: 2px 10px;
        margin: 0;
        top: -22px;
        left: -51px; }
      .graphic .chart-wrapper__current span {
        height: 100%;
        width: 2px;
        background: #454545;
        display: block; }
    .graphic .chart-wrapper__maxline {
      position: absolute;
      display: block;
      width: calc(100% - 73px);
      height: 2px;
      left: 59px;
      bottom: 37px;
      background-image: url("../img/line-dotted.svg"); }
    .graphic .chart-wrapper#chart-wrapper-2 .chart-wrapper__current {
      bottom: 45px; }
