body {
  background-image: url("../images/body_bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  color: #2e2e2e;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400; }
  @media (min-width: 1200px) and (max-width: 1439px) {
    body {
      font-size: 16px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body {
      font-size: 14px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body {
      font-size: 12px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    body {
      font-size: 15px; } }
  @media (max-width: 575px) {
    body {
      background-size: 140%;
      background-position: top center;
      font-size: 12px; } }
  body.home {
    background-size: auto 780px;
    background-position: top center; }
    @media (min-width: 1200px) and (max-width: 1439px) {
      body.home {
        background-size: auto 645px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      body.home {
        background-size: auto 560px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.home {
        background-size: auto 473px; } }
    @media (min-width: 576px) and (max-width: 767px) {
      body.home {
        background-size: auto 399px; } }
    @media (max-width: 575px) {
      body.home {
        background-size: auto 354px; } }
    @media (max-width: 375px) {
      body.home {
        background-size: auto 325px; } }

@media (min-width: 1440px) {
  .container {
    max-width: 1336px; } }

.navbar .container, .header .container .row .col, .content .container .header_wrapper .col, .content .container .proposed .col, .content .container .list_items .items_wrapper .list_item .item_wrapper {
  padding-left: 110px;
  padding-right: 80px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .navbar .container, .header .container .row .col, .content .container .header_wrapper .col, .content .container .proposed .col, .content .container .list_items .items_wrapper .list_item .item_wrapper {
      padding-left: 90px;
      padding-right: 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .navbar .container, .header .container .row .col, .content .container .header_wrapper .col, .content .container .proposed .col, .content .container .list_items .items_wrapper .list_item .item_wrapper {
      padding-left: 60px;
      padding-right: 35px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .navbar .container, .header .container .row .col, .content .container .header_wrapper .col, .content .container .proposed .col, .content .container .list_items .items_wrapper .list_item .item_wrapper {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 575px) {
    .navbar .container, .header .container .row .col, .content .container .header_wrapper .col, .content .container .proposed .col, .content .container .list_items .items_wrapper .list_item .item_wrapper {
      padding-left: 25px;
      padding-right: 25px; } }

.content .report_container_video, .content .report_container_items, .header .container .row .col.logo_wrapper.home, .header .container .row .header_desc_wrapper, .home_content .container {
  padding-left: 110px;
  padding-right: 110px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .content .report_container_video, .content .report_container_items, .header .container .row .col.logo_wrapper.home, .header .container .row .header_desc_wrapper, .home_content .container {
      padding-left: 90px;
      padding-right: 90px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .content .report_container_video, .content .report_container_items, .header .container .row .col.logo_wrapper.home, .header .container .row .header_desc_wrapper, .home_content .container {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .content .report_container_video, .content .report_container_items, .header .container .row .col.logo_wrapper.home, .header .container .row .header_desc_wrapper, .home_content .container {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 575px) {
    .content .report_container_video, .content .report_container_items, .header .container .row .col.logo_wrapper.home, .header .container .row .header_desc_wrapper, .home_content .container {
      padding-left: 25px;
      padding-right: 25px; } }

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
.navbar {
  background-color: rgba(48, 26, 9, 0.8);
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991px) {
    .navbar .container {
      position: relative; } }
  @media (max-width: 575px) {
    .navbar .container {
      padding-left: 0;
      padding-right: 0; } }
  .navbar .container .navbar-brand {
    width: 220px;
    height: 64px;
    background-image: url("../images/logo_menu.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 0; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .navbar .container .navbar-brand {
        width: 180px;
        height: 54px; } }
    @media (max-width: 575px) {
      .navbar .container .navbar-brand {
        width: 130px;
        height: 54px; } }
  .navbar .container .navbar-toggler {
    font-size: 1.1rem;
    outline: none; }
    .navbar .container .navbar-toggler .navbar-toggler-icon {
      background-image: url("../images/hamburger.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .navbar .container .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 5px; }
    @media (max-width: 991px) {
      .navbar .container .navbar-collapse {
        position: absolute;
        top: 64px;
        right: 0;
        background-color: #f8ae00;
        padding-top: 5px;
        z-index: 9999; } }
  @media (max-width: 991px) and (max-width: 991px) {
    .navbar .container .navbar-collapse {
      top: 67px; } }
  @media (max-width: 991px) and (max-width: 575px) {
    .navbar .container .navbar-collapse {
      top: 56px; } }

    .navbar .container .navbar-collapse:before {
      content: "";
      position: absolute;
      top: 0;
      right: 50px;
      display: block;
      width: 24px;
      height: 20px;
      background-image: url("../images/triangle.svg");
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: contain;
      margin-top: -20px; }
      @media (min-width: 992px) {
        .navbar .container .navbar-collapse:before {
          content: none; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .navbar .container .navbar-collapse:before {
          right: 64px; } }
      @media (max-width: 575px) {
        .navbar .container .navbar-collapse:before {
          right: 16px;
          width: 20px; } }
    @media (max-width: 991px) {
      .navbar .container .navbar-collapse .navbar-nav {
        padding-top: 10px;
        padding-bottom: 10px; } }
    @media (max-width: 991px) {
      .navbar .container .navbar-collapse .navbar-nav .nav-item {
        padding-left: 20px;
        padding-right: 20px; } }
    .navbar .container .navbar-collapse .navbar-nav .nav-item .nav-link {
      color: #f8ae00;
      font-family: "Arial", sans-serif;
      font-size: 16px;
      font-weight: 700; }
      @media (min-width: 1200px) and (max-width: 1439px) {
        .navbar .container .navbar-collapse .navbar-nav .nav-item .nav-link {
          font-size: 14px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .navbar .container .navbar-collapse .navbar-nav .nav-item .nav-link {
          font-size: 12px; } }
      @media (max-width: 991px) {
        .navbar .container .navbar-collapse .navbar-nav .nav-item .nav-link {
          color: #301a09;
          padding-top: 0.25rem;
          padding-bottom: 0.25rem; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .navbar .container .navbar-collapse .navbar-nav .nav-item .nav-link {
          font-size: 14px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .navbar .container .navbar-collapse .navbar-nav .nav-item .nav-link {
          font-size: 12px; } }
      @media (max-width: 575px) {
        .navbar .container .navbar-collapse .navbar-nav .nav-item .nav-link {
          font-size: 12px; } }
      .navbar .container .navbar-collapse .navbar-nav .nav-item .nav-link:after {
        content: none; }
      @media (max-width: 991px) {
        .navbar .container .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle {
          text-transform: uppercase;
          opacity: 0.7; } }
    .navbar .container .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
      background-color: #f8ae00;
      padding-top: 0.8rem;
      padding-right: 0px;
      padding-left: 0px;
      padding-bottom: 0.5rem;
      border: none;
      border-radius: 0; }
      @media (max-width: 991px) {
        .navbar .container .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
          display: block;
          padding-top: 0;
          padding-bottom: 0; } }
      .navbar .container .navbar-collapse .navbar-nav .nav-item .dropdown-menu:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        height: 8px;
        background-image: url("../images/triangle.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-top: -8px; }
        @media (max-width: 991px) {
          .navbar .container .navbar-collapse .navbar-nav .nav-item .dropdown-menu:before {
            content: none; } }
      .navbar .container .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
        font-family: "Arial", sans-serif;
        color: #301a09;
        font-size: 16px;
        font-weight: 700;
        padding-left: 15px;
        padding-right: 15px; }
        @media (min-width: 1200px) and (max-width: 1439px) {
          .navbar .container .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
            font-size: 14px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .navbar .container .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
            font-size: 12px;
            padding-left: 10px;
            padding-right: 10px; } }
        @media (max-width: 991px) {
          .navbar .container .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
            padding-left: 0;
            padding-right: 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .navbar .container .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
            font-size: 14px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .navbar .container .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
            font-size: 12px; } }
        @media (max-width: 575px) {
          .navbar .container .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
            font-size: 12px; } }
        .navbar .container .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .navbar .container .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
          background-color: #f8ae00; }

.header {
  padding-top: 40px; }
  @media (min-width: 576px) and (max-width: 767px) {
    .header {
      padding-top: 25px; } }
  @media (max-width: 575px) {
    .header {
      padding-top: 15px; } }
  .header .container .row .col .logo {
    height: 106px;
    background-image: url("../images/logo.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; }
    @media (min-width: 576px) and (max-width: 767px) {
      .header .container .row .col .logo {
        height: 80px; } }
    @media (max-width: 575px) {
      .header .container .row .col .logo {
        height: 65px; } }
  .header .container .row .header_desc_wrapper {
    padding-top: 15px; }
    .header .container .row .header_desc_wrapper .title {
      color: #fff; }
      .header .container .row .header_desc_wrapper .title span {
        display: block; }
        .header .container .row .header_desc_wrapper .title span.above_title {
          font-size: 43px;
          font-weight: 400; }
          @media (min-width: 1200px) and (max-width: 1439px) {
            .header .container .row .header_desc_wrapper .title span.above_title {
              font-size: 27px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .header .container .row .header_desc_wrapper .title span.above_title {
              font-size: 22px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .header .container .row .header_desc_wrapper .title span.above_title {
              font-size: 18px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            .header .container .row .header_desc_wrapper .title span.above_title {
              font-size: 16px; } }
          @media (max-width: 575px) {
            .header .container .row .header_desc_wrapper .title span.above_title {
              font-size: 14px; } }
          @media (max-width: 340px) {
            .header .container .row .header_desc_wrapper .title span.above_title {
              font-size: 13px; } }
        .header .container .row .header_desc_wrapper .title span.common_title {
          font-size: 80px;
          font-weight: 800;
          text-transform: uppercase; }
          @media (min-width: 1200px) and (max-width: 1439px) {
            .header .container .row .header_desc_wrapper .title span.common_title {
              font-size: 50px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .header .container .row .header_desc_wrapper .title span.common_title {
              font-size: 41px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .header .container .row .header_desc_wrapper .title span.common_title {
              font-size: 32px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            .header .container .row .header_desc_wrapper .title span.common_title {
              font-size: 28px; } }
          @media (max-width: 575px) {
            .header .container .row .header_desc_wrapper .title span.common_title {
              font-size: 25px; } }
          @media (max-width: 340px) {
            .header .container .row .header_desc_wrapper .title span.common_title {
              font-size: 22px; } }
        .header .container .row .header_desc_wrapper .title span.sub_title {
          font-size: 46px;
          font-weight: 800; }
          @media (min-width: 1200px) and (max-width: 1439px) {
            .header .container .row .header_desc_wrapper .title span.sub_title {
              font-size: 29px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .header .container .row .header_desc_wrapper .title span.sub_title {
              font-size: 24px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .header .container .row .header_desc_wrapper .title span.sub_title {
              font-size: 19px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            .header .container .row .header_desc_wrapper .title span.sub_title {
              font-size: 17px; } }
          @media (max-width: 575px) {
            .header .container .row .header_desc_wrapper .title span.sub_title {
              font-size: 15px; } }
          @media (max-width: 340px) {
            .header .container .row .header_desc_wrapper .title span.sub_title {
              font-size: 14px; } }
    .header .container .row .header_desc_wrapper .title_desc_wrapper {
      padding-top: 15px; }
      @media (max-width: 575px) {
        .header .container .row .header_desc_wrapper .title_desc_wrapper {
          padding-top: 10px; } }
      .header .container .row .header_desc_wrapper .title_desc_wrapper p {
        color: #531209; }
        .header .container .row .header_desc_wrapper .title_desc_wrapper p span {
          display: block;
          font-size: 18px; }
          @media (min-width: 1200px) and (max-width: 1439px) {
            .header .container .row .header_desc_wrapper .title_desc_wrapper p span {
              font-size: 16px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .header .container .row .header_desc_wrapper .title_desc_wrapper p span {
              font-size: 14px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .header .container .row .header_desc_wrapper .title_desc_wrapper p span {
              font-size: 11px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            .header .container .row .header_desc_wrapper .title_desc_wrapper p span {
              font-size: 13px; } }
          @media (max-width: 575px) {
            .header .container .row .header_desc_wrapper .title_desc_wrapper p span {
              font-size: 12px; } }
          .header .container .row .header_desc_wrapper .title_desc_wrapper p span strong {
            font-size: 29px;
            font-weight: 700;
            text-transform: uppercase; }
            @media (min-width: 1200px) and (max-width: 1439px) {
              .header .container .row .header_desc_wrapper .title_desc_wrapper p span strong {
                font-size: 22px; } }
            @media (min-width: 992px) and (max-width: 1199px) {
              .header .container .row .header_desc_wrapper .title_desc_wrapper p span strong {
                font-size: 16px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .header .container .row .header_desc_wrapper .title_desc_wrapper p span strong {
                font-size: 13px; } }
            @media (min-width: 576px) and (max-width: 767px) {
              .header .container .row .header_desc_wrapper .title_desc_wrapper p span strong {
                font-size: 15px; } }
            @media (max-width: 575px) {
              .header .container .row .header_desc_wrapper .title_desc_wrapper p span strong {
                font-size: 13px; } }

.home_content {
  padding-top: 140px; }
  @media (min-width: 1200px) and (max-width: 1439px) {
    .home_content {
      padding-top: 90px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .home_content {
      padding-top: 80px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .home_content {
      padding-top: 60px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .home_content {
      padding-top: 50px; } }
  @media (max-width: 575px) {
    .home_content {
      padding-top: 35px; } }
  .home_content .container .row .content_item {
    margin-bottom: 35px; }
    @media (max-width: 575px) {
      .home_content .container .row .content_item {
        margin-bottom: 25px; } }
    .home_content .container .row .content_item .item_wrapper {
      display: block;
      min-height: 280px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto 100%;
      color: #fff;
      text-decoration: none;
      padding-top: 30px;
      padding-left: 35px;
      border-radius: 6px;
      -webkit-box-shadow: 0px 16px 58px 4px rgba(35, 57, 32, 0.45);
              box-shadow: 0px 16px 58px 4px rgba(35, 57, 32, 0.45); }
      @media (min-width: 1200px) and (max-width: 1439px) {
        .home_content .container .row .content_item .item_wrapper {
          padding-top: 20px;
          min-height: 210px;
          background-size: auto 115%; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .home_content .container .row .content_item .item_wrapper {
          padding-top: 20px;
          min-height: 170px;
          background-size: auto 115%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .home_content .container .row .content_item .item_wrapper {
          min-height: 155px;
          background-size: auto 115%;
          padding-top: 20px;
          padding-left: 25px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .home_content .container .row .content_item .item_wrapper {
          min-height: 150px;
          background-position: center top;
          background-size: auto 152%;
          padding-top: 15px;
          padding-left: 25px; } }
      @media (max-width: 575px) {
        .home_content .container .row .content_item .item_wrapper {
          min-height: 160px;
          background-position: right top;
          background-size: auto 120%;
          padding-top: 15px;
          padding-left: 20px;
          -webkit-box-shadow: 0px 7px 23px 2px rgba(38, 60, 75, 0.42);
                  box-shadow: 0px 7px 23px 2px rgba(38, 60, 75, 0.42); } }
      @media (max-width: 575px) {
        .home_content .container .row .content_item .item_wrapper.advice, .home_content .container .row .content_item .item_wrapper.articles, .home_content .container .row .content_item .item_wrapper.report, .home_content .container .row .content_item .item_wrapper.film {
          background-size: 100% auto; } }
      @media (max-width: 575px) {
        .home_content .container .row .content_item .item_wrapper.advice, .home_content .container .row .content_item .item_wrapper.articles, .home_content .container .row .content_item .item_wrapper.report, .home_content .container .row .content_item .item_wrapper.film {
          background-size: 120% auto; } }
      .home_content .container .row .content_item .item_wrapper.test {
        background-image: url("../images/home_test.svg");
        -webkit-box-shadow: none;
                box-shadow: none; }
        @media (max-width: 575px) {
          .home_content .container .row .content_item .item_wrapper.test {
            background-position: 60% top;
            background-size: auto 100%; } }
        .home_content .container .row .content_item .item_wrapper.test .item_desc {
          max-width: 100%; }
          @media (max-width: 575px) {
            .home_content .container .row .content_item .item_wrapper.test .item_desc {
              max-width: 60%; } }
      .home_content .container .row .content_item .item_wrapper.advice {
        background-image: url("../images/home_advice.svg"); }
      .home_content .container .row .content_item .item_wrapper.articles {
        background-image: url("../images/home_articles.svg"); }
      .home_content .container .row .content_item .item_wrapper.report {
        background-image: url("../images/home_report.svg"); }
      .home_content .container .row .content_item .item_wrapper.film {
        background-image: url("../images/home_film.svg"); }
      .home_content .container .row .content_item .item_wrapper:hover .title.test:after, .home_content .container .row .content_item .item_wrapper:focus .title.test:after {
        right: 0; }
      .home_content .container .row .content_item .item_wrapper .title {
        font-size: 32px;
        font-weight: 800;
        margin-bottom: 20px; }
        @media (min-width: 1200px) and (max-width: 1439px) {
          .home_content .container .row .content_item .item_wrapper .title {
            font-size: 22px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .home_content .container .row .content_item .item_wrapper .title {
            font-size: 18px;
            margin-bottom: 15px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .home_content .container .row .content_item .item_wrapper .title {
            font-size: 13px;
            margin-bottom: 12px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .home_content .container .row .content_item .item_wrapper .title {
            font-size: 13px;
            margin-bottom: 12px; } }
        @media (max-width: 575px) {
          .home_content .container .row .content_item .item_wrapper .title {
            font-size: 14px;
            margin-bottom: 12px; } }
        .home_content .container .row .content_item .item_wrapper .title.test {
          position: relative;
          display: inline-block;
          color: #ffd030;
          font-size: 53px;
          padding-right: 75px;
          margin-bottom: 10px; }
          @media (min-width: 1200px) and (max-width: 1439px) {
            .home_content .container .row .content_item .item_wrapper .title.test {
              font-size: 34px;
              padding-right: 55px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .home_content .container .row .content_item .item_wrapper .title.test {
              font-size: 27px;
              padding-right: 40px;
              margin-bottom: 8px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .home_content .container .row .content_item .item_wrapper .title.test {
              font-size: 22px;
              padding-right: 35px;
              margin-bottom: 8px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            .home_content .container .row .content_item .item_wrapper .title.test {
              font-size: 22px;
              padding-right: 35px;
              margin-bottom: 8px; } }
          @media (max-width: 575px) {
            .home_content .container .row .content_item .item_wrapper .title.test {
              font-size: 22px;
              padding-right: 35px;
              margin-bottom: 8px; } }
          .home_content .container .row .content_item .item_wrapper .title.test:after {
            content: "";
            display: block;
            width: 70px;
            position: absolute;
            top: 0;
            right: 7px;
            bottom: 0;
            background-image: url("../images/test_arrow.svg");
            background-repeat: no-repeat;
            background-position: right center;
            background-size: 75%;
            -webkit-transition: right 0.2s;
            transition: right 0.2s; }
            @media (min-width: 1200px) and (max-width: 1439px) {
              .home_content .container .row .content_item .item_wrapper .title.test:after {
                right: 5px;
                background-size: 50%; } }
            @media (min-width: 992px) and (max-width: 1199px) {
              .home_content .container .row .content_item .item_wrapper .title.test:after {
                right: 5px;
                background-size: 38%; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .home_content .container .row .content_item .item_wrapper .title.test:after {
                right: 4px;
                background-size: 32%; } }
            @media (min-width: 576px) and (max-width: 767px) {
              .home_content .container .row .content_item .item_wrapper .title.test:after {
                right: 4px;
                background-size: 32%; } }
            @media (max-width: 575px) {
              .home_content .container .row .content_item .item_wrapper .title.test:after {
                right: 4px;
                background-size: 32%; } }
      .home_content .container .row .content_item .item_wrapper .item_desc {
        font-size: 19px;
        font-weight: 600; }
        @media (min-width: 1200px) and (max-width: 1439px) {
          .home_content .container .row .content_item .item_wrapper .item_desc {
            font-size: 14px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .home_content .container .row .content_item .item_wrapper .item_desc {
            font-size: 12px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .home_content .container .row .content_item .item_wrapper .item_desc {
            font-size: 11px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .home_content .container .row .content_item .item_wrapper .item_desc {
            font-size: 11px; } }
        @media (max-width: 575px) {
          .home_content .container .row .content_item .item_wrapper .item_desc {
            font-size: 12px; } }
        @media (max-width: 340px) {
          .home_content .container .row .content_item .item_wrapper .item_desc {
            font-size: 10px; } }
      .home_content .container .row .content_item .item_wrapper .counter {
        position: relative;
        left: -50px;
        display: inline-block;
        background: -webkit-gradient(linear, left top, right top, from(#562d20), to(#c77100));
        background: linear-gradient(to right, #562d20 0%, #c77100 100%);
        padding-top: 10px;
        padding-left: 55px;
        padding-right: 40px;
        padding-bottom: 14px;
        margin-bottom: 15px;
        border-radius: 12px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .home_content .container .row .content_item .item_wrapper .counter {
            padding-top: 8px;
            padding-right: 25px;
            padding-bottom: 11px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .home_content .container .row .content_item .item_wrapper .counter {
            left: -40px;
            padding-left: 40px;
            padding-right: 25px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .home_content .container .row .content_item .item_wrapper .counter {
            left: -40px;
            padding-left: 40px;
            padding-right: 25px; } }
        @media (max-width: 575px) {
          .home_content .container .row .content_item .item_wrapper .counter {
            left: -40px;
            padding-left: 40px;
            padding-right: 25px; } }
        @media (max-width: 340px) {
          .home_content .container .row .content_item .item_wrapper .counter {
            padding-right: 15px; } }
        .home_content .container .row .content_item .item_wrapper .counter .counter_wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          line-height: 1; }
          .home_content .container .row .content_item .item_wrapper .counter .counter_wrapper .quantity {
            display: inline-block;
            color: #ffd030;
            font-size: 38px;
            font-weight: 700; }
            @media (min-width: 1200px) and (max-width: 1439px) {
              .home_content .container .row .content_item .item_wrapper .counter .counter_wrapper .quantity {
                font-size: 24px; } }
            @media (min-width: 992px) and (max-width: 1199px) {
              .home_content .container .row .content_item .item_wrapper .counter .counter_wrapper .quantity {
                font-size: 20px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .home_content .container .row .content_item .item_wrapper .counter .counter_wrapper .quantity {
                font-size: 15px; } }
            @media (min-width: 576px) and (max-width: 767px) {
              .home_content .container .row .content_item .item_wrapper .counter .counter_wrapper .quantity {
                font-size: 15px; } }
            @media (max-width: 575px) {
              .home_content .container .row .content_item .item_wrapper .counter .counter_wrapper .quantity {
                font-size: 15px; } }
            @media (max-width: 340px) {
              .home_content .container .row .content_item .item_wrapper .counter .counter_wrapper .quantity {
                font-size: 12px; } }
          .home_content .container .row .content_item .item_wrapper .counter .counter_wrapper .text {
            display: inline-block;
            padding-left: 25px;
            font-size: 13px; }
            @media (min-width: 992px) and (max-width: 1199px) {
              .home_content .container .row .content_item .item_wrapper .counter .counter_wrapper .text {
                font-size: 12px;
                padding-left: 18px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .home_content .container .row .content_item .item_wrapper .counter .counter_wrapper .text {
                font-size: 11px;
                padding-left: 15px; } }
            @media (min-width: 576px) and (max-width: 767px) {
              .home_content .container .row .content_item .item_wrapper .counter .counter_wrapper .text {
                font-size: 11px;
                padding-left: 15px; } }
            @media (max-width: 575px) {
              .home_content .container .row .content_item .item_wrapper .counter .counter_wrapper .text {
                font-size: 10px;
                padding-left: 15px; } }
            @media (max-width: 340px) {
              .home_content .container .row .content_item .item_wrapper .counter .counter_wrapper .text {
                font-size: 9px;
                padding-left: 12px; } }

.content {
  margin-top: 70px; }
  @media (min-width: 576px) and (max-width: 767px) {
    .content {
      margin-top: 60px; } }
  @media (max-width: 575px) {
    .content {
      margin-top: 45px; } }
  .content .container {
    position: relative;
    background-color: #ebebeb;
    padding-top: 70px;
    border-radius: 25px; }
    @media (max-width: 991px) {
      .content .container {
        border-radius: 12px; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .content .container {
        padding-top: 50px; } }
    @media (max-width: 575px) {
      .content .container {
        padding-top: 45px; } }
    .content .container.report_container_header {
      background-color: #f9f9f9;
      border-bottom-left-radius: 0 !important;
      border-bottom-right-radius: 0 !important; }
    .content .container.report_container_content {
      background-color: #f9f9f9;
      border-top-left-radius: 0 !important;
      border-top-right-radius: 0 !important; }
    .content .container .back_link {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      background-color: #ffc621;
      color: #46170d;
      font-size: 26px;
      font-weight: 700;
      text-decoration: none;
      padding-top: 17px;
      padding-left: 100px;
      padding-right: 35px;
      padding-bottom: 17px;
      margin-top: -36px;
      border-radius: 18px;
      -webkit-transition: left 0.2s;
      transition: left 0.2s; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .content .container .back_link {
          font-size: 24px;
          padding-top: 15px;
          padding-left: 90px;
          padding-right: 30px;
          padding-bottom: 15px;
          margin-top: -33px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .content .container .back_link {
          font-size: 16px;
          padding-top: 12px;
          padding-left: 65px;
          padding-right: 25px;
          padding-bottom: 12px;
          margin-top: -24px;
          border-radius: 12px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .content .container .back_link {
          font-size: 16px;
          padding-top: 12px;
          padding-left: 65px;
          padding-right: 25px;
          padding-bottom: 12px;
          margin-top: -24px;
          border-radius: 12px; } }
      @media (max-width: 575px) {
        .content .container .back_link {
          font-size: 16px;
          padding-top: 10px;
          padding-left: 50px;
          padding-right: 20px;
          padding-bottom: 10px;
          margin-top: -24px;
          border-radius: 12px; } }
      .content .container .back_link:before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 30px;
        background-image: url("../images/polygon_left.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-top: -10px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .content .container .back_link:before {
            width: 18px;
            height: 18px;
            margin-top: -9px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .content .container .back_link:before {
            width: 14px;
            height: 14px;
            left: 20px;
            margin-top: -7px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .content .container .back_link:before {
            width: 12px;
            height: 12px;
            left: 20px;
            margin-top: -6px; } }
        @media (max-width: 575px) {
          .content .container .back_link:before {
            width: 12px;
            height: 12px;
            left: 20px;
            margin-top: -6px; } }
      .content .container .back_link:hover:before, .content .container .back_link:focus:before {
        left: 27px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .content .container .back_link:hover:before, .content .container .back_link:focus:before {
            left: 17px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .content .container .back_link:hover:before, .content .container .back_link:focus:before {
            left: 17px; } }
        @media (max-width: 575px) {
          .content .container .back_link:hover:before, .content .container .back_link:focus:before {
            left: 17px; } }
    .content .container .header_wrapper .col .title {
      font-size: 43px;
      font-weight: 700; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .content .container .header_wrapper .col .title {
          font-size: 36px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .content .container .header_wrapper .col .title {
          font-size: 24px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .content .container .header_wrapper .col .title {
          font-size: 28px; } }
      @media (max-width: 575px) {
        .content .container .header_wrapper .col .title {
          font-size: 28px; } }
    .content .container .header_wrapper .col p {
      font-size: 24px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .content .container .header_wrapper .col p {
          font-size: 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .content .container .header_wrapper .col p {
          font-size: 14px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .content .container .header_wrapper .col p {
          font-size: 16px; } }
      @media (max-width: 575px) {
        .content .container .header_wrapper .col p {
          font-size: 16px; } }
      .content .container .header_wrapper .col p.report_text {
        font-weight: 600; }
        @media (min-width: 1200px) and (max-width: 1439px) {
          .content .container .header_wrapper .col p.report_text br {
            display: none; } }
        @media (max-width: 767px) {
          .content .container .header_wrapper .col p.report_text br {
            display: none; } }
    .content .container .header_wrapper .col .download_link_wrapper {
      text-align: right;
      margin-top: 15px;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .content .container .header_wrapper .col .download_link_wrapper {
          text-align: center; } }
      .content .container .header_wrapper .col .download_link_wrapper .download_link {
        overflow: hidden;
        position: relative;
        display: inline-block;
        background-color: #ffc621;
        color: #46170d;
        font-size: 26px;
        font-weight: 700;
        padding-top: 24px;
        padding-left: 130px;
        padding-right: 130px;
        padding-bottom: 24px;
        margin-bottom: 40px;
        -webkit-box-shadow: 0px 18px 44px 0px rgba(68, 11, 0, 0.15);
                box-shadow: 0px 18px 44px 0px rgba(68, 11, 0, 0.15);
        border-radius: 18px;
        -webkit-transition: -webkit-box-shadow 0.2s;
        transition: -webkit-box-shadow 0.2s;
        transition: box-shadow 0.2s;
        transition: box-shadow 0.2s, -webkit-box-shadow 0.2s; }
        @media (min-width: 1200px) and (max-width: 1439px) {
          .content .container .header_wrapper .col .download_link_wrapper .download_link {
            font-size: 24px;
            padding-top: 20px;
            padding-left: 120px;
            padding-right: 120px;
            padding-bottom: 20px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .content .container .header_wrapper .col .download_link_wrapper .download_link {
            font-size: 22px;
            padding-top: 18px;
            padding-left: 100px;
            padding-right: 100px;
            padding-bottom: 18px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .content .container .header_wrapper .col .download_link_wrapper .download_link {
            font-size: 20px;
            padding-top: 15px;
            padding-left: 80px;
            padding-right: 80px;
            padding-bottom: 15px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .content .container .header_wrapper .col .download_link_wrapper .download_link {
            font-size: 18px;
            padding-top: 15px;
            padding-left: 65px;
            padding-right: 65px;
            padding-bottom: 15px;
            border-radius: 12px; } }
        @media (max-width: 575px) {
          .content .container .header_wrapper .col .download_link_wrapper .download_link {
            font-size: 16px;
            padding-top: 12px;
            padding-left: 60px;
            padding-right: 60px;
            padding-bottom: 12px;
            border-radius: 10px; } }
        @media (max-width: 340px) {
          .content .container .header_wrapper .col .download_link_wrapper .download_link {
            font-size: 14px; } }
        .content .container .header_wrapper .col .download_link_wrapper .download_link:hover, .content .container .header_wrapper .col .download_link_wrapper .download_link:focus {
          text-decoration: none;
          -webkit-box-shadow: 0px 18px 44px 0px rgba(68, 11, 0, 0.22);
                  box-shadow: 0px 18px 44px 0px rgba(68, 11, 0, 0.22); }
        .content .container .header_wrapper .col .download_link_wrapper .download_link:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          display: block;
          width: 78px;
          background-color: #eeb100;
          background-image: url("../images/download_icon.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 40%; }
          @media (min-width: 1200px) and (max-width: 1439px) {
            .content .container .header_wrapper .col .download_link_wrapper .download_link:before {
              width: 72px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .content .container .header_wrapper .col .download_link_wrapper .download_link:before {
              width: 65px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .content .container .header_wrapper .col .download_link_wrapper .download_link:before {
              width: 55px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            .content .container .header_wrapper .col .download_link_wrapper .download_link:before {
              width: 50px; } }
          @media (max-width: 575px) {
            .content .container .header_wrapper .col .download_link_wrapper .download_link:before {
              width: 45px; } }
    .content .container .proposed .col .title {
      position: relative;
      left: -10px;
      display: inline-block;
      font-size: 24px;
      background-color: #ffc621;
      padding-top: 8px;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 8px;
      margin-bottom: 0; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .content .container .proposed .col .title {
          font-size: 22px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .content .container .proposed .col .title {
          font-size: 16px;
          padding-top: 5px;
          padding-left: 8px;
          padding-right: 8px;
          padding-bottom: 5px;
          left: -8px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .content .container .proposed .col .title {
          font-size: 16px; } }
      @media (max-width: 575px) {
        .content .container .proposed .col .title {
          font-size: 16px;
          padding-top: 5px;
          padding-left: 8px;
          padding-right: 8px;
          padding-bottom: 5px;
          left: -8px; } }
    .content .container .list_items .items_wrapper .list_item {
      padding-top: 30px;
      padding-bottom: 30px; }
      .content .container .list_items .items_wrapper .list_item:last-child {
        margin-bottom: 40px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .content .container .list_items .items_wrapper .list_item:last-child {
            margin-bottom: 25px; } }
        @media (max-width: 575px) {
          .content .container .list_items .items_wrapper .list_item:last-child {
            margin-bottom: 20px; } }
        .content .container .list_items .items_wrapper .list_item:last-child .item_wrapper .item_inner_wrapper:after {
          content: none; }
      .content .container .list_items .items_wrapper .list_item.propose {
        background-color: #ffc621; }
        .content .container .list_items .items_wrapper .list_item.propose .item_wrapper .item_inner_wrapper:after {
          background-color: #ffd96b; }
      .content .container .list_items .items_wrapper .list_item.propose_last .item_wrapper .item_inner_wrapper:after {
        content: none; }
      .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper {
        position: relative; }
        .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper:after {
          content: "";
          display: block;
          height: 2px;
          position: absolute;
          left: 15px;
          right: 15px;
          bottom: -30px;
          background-color: #b9b9b9; }
          @media (max-width: 575px) {
            .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper:after {
              height: 1px; } }
        @media (max-width: 767px) {
          .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_image {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            max-width: 100%; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_image {
            margin-bottom: 25px; } }
        @media (max-width: 575px) {
          .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_image {
            margin-bottom: 15px; } }
        .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_image .image_wrapper {
          overflow: hidden;
          border-radius: 6px; }
          @media (max-width: 991px) {
            .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_image .image_wrapper {
              border-radius: 4px; } }
          .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_image .image_wrapper .image {
            width: 100%; }
        .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_desc {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-line-pack: justify;
              align-content: space-between; }
          @media (min-width: 1200px) {
            .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_desc .desc_wrapper {
              padding-right: 18%; } }
          .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_desc .desc_wrapper .title {
            font-size: 26px;
            font-weight: 800; }
            @media (min-width: 992px) and (max-width: 1199px) {
              .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_desc .desc_wrapper .title {
                font-size: 22px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_desc .desc_wrapper .title {
                font-size: 18px; } }
            @media (min-width: 576px) and (max-width: 767px) {
              .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_desc .desc_wrapper .title {
                font-size: 20px; } }
            @media (max-width: 575px) {
              .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_desc .desc_wrapper .title {
                font-size: 20px; } }
            .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_desc .desc_wrapper .title .title_link {
              color: #46170d;
              text-decoration: none;
              -webkit-transition: color 0.2s;
              transition: color 0.2s; }
              .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_desc .desc_wrapper .title .title_link:hover, .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_desc .desc_wrapper .title .title_link:focus {
                color: #59413c; }
          .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_desc .link_wrapper .link {
            position: relative;
            bottom: -5px;
            display: inline-block;
            color: #46170d;
            font-weight: 700;
            padding-right: 40px;
            text-decoration: none; }
            @media (min-width: 992px) and (max-width: 1199px) {
              .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_desc .link_wrapper .link {
                bottom: -3px;
                padding-right: 35px; } }
            @media (max-width: 991px) {
              .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_desc .link_wrapper .link {
                bottom: 0;
                padding-right: 25px; } }
            @media (min-width: 576px) and (max-width: 767px) {
              .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_desc .link_wrapper .link {
                font-size: 15px;
                padding-right: 40px; } }
            @media (max-width: 575px) {
              .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_desc .link_wrapper .link {
                font-size: 14px;
                padding-right: 33px; } }
            .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_desc .link_wrapper .link:hover, .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_desc .link_wrapper .link:focus {
              color: #46170d; }
              .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_desc .link_wrapper .link:hover:after, .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_desc .link_wrapper .link:focus:after {
                right: 0; }
            .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_desc .link_wrapper .link:after {
              content: "";
              position: absolute;
              top: 50%;
              right: 3px;
              display: block;
              width: 30px;
              height: 18px;
              background-image: url("../images/link_arrow.svg");
              background-repeat: no-repeat;
              background-position: right center;
              background-size: contain;
              margin-top: -9px;
              -webkit-transition: right 0.2s;
              transition: right 0.2s; }
              @media (min-width: 992px) and (max-width: 1199px) {
                .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_desc .link_wrapper .link:after {
                  height: 14px;
                  margin-top: -7px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_desc .link_wrapper .link:after {
                  height: 10px;
                  margin-top: -5px; } }
              @media (max-width: 575px) {
                .content .container .list_items .items_wrapper .list_item .item_wrapper .item_inner_wrapper .list_desc .link_wrapper .link:after {
                  height: 14px;
                  margin-top: -7px; } }
    .content .container .detail_content .detail_block_image {
      background-image: url("../images/question.svg");
      background-repeat: no-repeat;
      background-size: contain;
      min-height: 340px; }
      @media (max-width: 991px) {
        .content .container .detail_content .detail_block_image {
          background-position: center; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .content .container .detail_content .detail_block_image {
          min-height: 200px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .content .container .detail_content .detail_block_image {
          min-height: 150px; } }
      @media (max-width: 575px) {
        .content .container .detail_content .detail_block_image {
          min-height: 120px; } }
    .content .container .detail_content .detail_desc {
      font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 20px;
      padding-right: 90px;
      margin-bottom: 50px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .content .container .detail_content .detail_desc {
          padding-right: 70px;
          margin-bottom: 30px; } }
      @media (max-width: 991px) {
        .content .container .detail_content .detail_desc {
          margin-left: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .content .container .detail_content .detail_desc {
          font-size: 16px;
          padding-left: 50px;
          padding-right: 50px;
          margin-bottom: 30px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .content .container .detail_content .detail_desc {
          font-size: 16px;
          padding-left: 30px;
          padding-right: 30px;
          margin-bottom: 30px; } }
      @media (max-width: 575px) {
        .content .container .detail_content .detail_desc {
          font-size: 15px;
          padding-left: 25px;
          padding-right: 25px;
          margin-bottom: 25px; } }
      .content .container .detail_content .detail_desc h1,
      .content .container .detail_content .detail_desc h2,
      .content .container .detail_content .detail_desc .title {
        font-family: "Open Sans", sans-serif;
        font-size: 38px;
        font-weight: 700;
        margin-bottom: 80px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .content .container .detail_content .detail_desc h1,
          .content .container .detail_content .detail_desc h2,
          .content .container .detail_content .detail_desc .title {
            font-size: 28px;
            margin-bottom: 60px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .content .container .detail_content .detail_desc h1,
          .content .container .detail_content .detail_desc h2,
          .content .container .detail_content .detail_desc .title {
            font-size: 28px;
            margin-bottom: 40px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .content .container .detail_content .detail_desc h1,
          .content .container .detail_content .detail_desc h2,
          .content .container .detail_content .detail_desc .title {
            font-size: 22px;
            margin-bottom: 40px; } }
        @media (max-width: 575px) {
          .content .container .detail_content .detail_desc h1,
          .content .container .detail_content .detail_desc h2,
          .content .container .detail_content .detail_desc .title {
            font-size: 20px;
            margin-bottom: 30px; } }
      .content .container .detail_content .detail_desc .subtitle {
        font-family: "Open Sans", sans-serif;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 50px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .content .container .detail_content .detail_desc .subtitle {
            font-size: 24px;
            margin-bottom: 40px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .content .container .detail_content .detail_desc .subtitle {
            font-size: 18px;
            margin-bottom: 30px; } }
        @media (max-width: 575px) {
          .content .container .detail_content .detail_desc .subtitle {
            font-size: 18px;
            margin-bottom: 30px; } }
      .content .container .detail_content .detail_desc table {
        margin-top: 30px;
        margin-bottom: 30px;
        width: 100%;
        border: 0px solid #ddd;
        border-radius: 18px;
        border-collapse: collapse;
        overflow: hidden; }
        @media (max-width: 1199px) {
          .content .container .detail_content .detail_desc table {
            border-radius: 12px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .content .container .detail_content .detail_desc table {
            margin-bottom: 25px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .content .container .detail_content .detail_desc table {
            margin-bottom: 20px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .content .container .detail_content .detail_desc table {
            margin-bottom: 20px; } }
        @media (max-width: 575px) {
          .content .container .detail_content .detail_desc table {
            margin-bottom: 15px; } }
        .content .container .detail_content .detail_desc table tr {
          background-color: #efefef; }
          .content .container .detail_content .detail_desc table tr:nth-of-type(2n) {
            background-color: #dedede; }
          .content .container .detail_content .detail_desc table tr.detail_table_header {
            background-color: #ffc621;
            font-weight: 700; }
        .content .container .detail_content .detail_desc table td {
          text-align: center;
          padding: 10px; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .content .container .detail_content .detail_desc table td {
              margin-bottom: 25px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .content .container .detail_content .detail_desc table td {
              margin-bottom: 20px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            .content .container .detail_content .detail_desc table td {
              margin-bottom: 20px; } }
          @media (max-width: 575px) {
            .content .container .detail_content .detail_desc table td {
              margin-bottom: 15px; } }
          .content .container .detail_content .detail_desc table td:nth-of-type(2n) {
            min-width: 25%; }
      .content .container .detail_content .detail_desc img {
        width: calc(100% + 65px);
        margin-left: -65px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .content .container .detail_content .detail_desc img {
            width: calc(100% + 45px);
            margin-left: -45px; } }
        @media (max-width: 991px) {
          .content .container .detail_content .detail_desc img {
            width: 100%;
            margin-left: 0; } }
      .content .container .detail_content .detail_desc .image_desc {
        width: calc(100% + 65px);
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 15px;
        font-weight: 300;
        margin-top: 10px;
        margin-left: -65px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .content .container .detail_content .detail_desc .image_desc {
            font-size: 12px;
            width: calc(100% + 45px);
            margin-left: -45px; } }
        @media (max-width: 991px) {
          .content .container .detail_content .detail_desc .image_desc {
            width: 100%;
            margin-left: 0; } }
        @media (max-width: 575px) {
          .content .container .detail_content .detail_desc .image_desc {
            font-size: 11px; } }
      .content .container .detail_content .detail_desc p {
        margin-bottom: 30px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .content .container .detail_content .detail_desc p {
            margin-bottom: 25px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .content .container .detail_content .detail_desc p {
            margin-bottom: 20px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .content .container .detail_content .detail_desc p {
            margin-bottom: 20px; } }
        @media (max-width: 575px) {
          .content .container .detail_content .detail_desc p {
            margin-bottom: 15px; } }
    .content .container .detail_content .literature_wrapper {
      background-color: #dedede;
      padding-top: 40px;
      padding-left: 100px;
      padding-right: 100px;
      padding-bottom: 10px;
      border-bottom-left-radius: 25px;
      border-bottom-right-radius: 25px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .content .container .detail_content .literature_wrapper {
          padding-top: 30px;
          padding-left: 80px;
          padding-right: 80px; } }
      @media (max-width: 991px) {
        .content .container .detail_content .literature_wrapper {
          border-bottom-left-radius: 12px;
          border-bottom-right-radius: 12px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .content .container .detail_content .literature_wrapper {
          padding-left: 50px;
          padding-right: 50px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .content .container .detail_content .literature_wrapper {
          padding-left: 30px;
          padding-right: 30px; } }
      @media (max-width: 575px) {
        .content .container .detail_content .literature_wrapper {
          padding-top: 25px;
          padding-left: 25px;
          padding-right: 25px; } }
      .content .container .detail_content .literature_wrapper .title {
        font-size: 24px;
        font-weight: 700; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .content .container .detail_content .literature_wrapper .title {
            font-size: 22px; } }
      .content .container .detail_content .literature_wrapper ul {
        counter-reset: number;
        list-style-type: none;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 300;
        padding-left: 0; }
        .content .container .detail_content .literature_wrapper ul li {
          position: relative;
          padding-left: 5px;
          padding-bottom: 30px; }
          @media (min-width: 576px) and (max-width: 767px) {
            .content .container .detail_content .literature_wrapper ul li {
              padding-bottom: 20px; } }
          @media (max-width: 575px) {
            .content .container .detail_content .literature_wrapper ul li {
              padding-bottom: 15px; } }
          .content .container .detail_content .literature_wrapper ul li:before {
            content: "";
            position: absolute;
            top: 3px;
            left: 0;
            counter-increment: number;
            content: counter(number);
            font-size: 9px; }
            @media (min-width: 576px) and (max-width: 767px) {
              .content .container .detail_content .literature_wrapper ul li:before {
                font-size: 8px; } }
            @media (max-width: 575px) {
              .content .container .detail_content .literature_wrapper ul li:before {
                font-size: 7px; } }
  .content .report_container_video {
    background-color: #f9f9f9;
    padding-top: 0 !important;
    padding-bottom: 70px;
    border-radius: 0 !important; }
    .content .report_container_video .row .col #videoPlayer {
      width: 100%;
      height: 640px;
      outline: none;
      -webkit-box-shadow: 0px 0px 18px 2px rgba(15, 7, 8, 0.17);
              box-shadow: 0px 0px 18px 2px rgba(15, 7, 8, 0.17); }
      @media (min-width: 1200px) and (max-width: 1599px) {
        .content .report_container_video .row .col #videoPlayer {
          height: 535px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .content .report_container_video .row .col #videoPlayer {
          height: 420px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .content .report_container_video .row .col #videoPlayer {
          height: 350px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .content .report_container_video .row .col #videoPlayer {
          height: 260px; } }
      @media (max-width: 575px) {
        .content .report_container_video .row .col #videoPlayer {
          height: 190px; } }
      .content .report_container_video .row .col #videoPlayer .vjs-poster {
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        outline: none; }
      .content .report_container_video .row .col #videoPlayer .vjs-big-play-button {
        display: none; }
      .content .report_container_video .row .col #videoPlayer .vjs-tech,
      .content .report_container_video .row .col #videoPlayer #videoPlayer_html5_api {
        outline: none; }
    .content .report_container_video .row .col .video_desc {
      text-align: center;
      font-size: 31px;
      text-align: center;
      line-height: 1.2;
      margin-top: 50px; }
      @media (min-width: 1200px) and (max-width: 1439px) {
        .content .report_container_video .row .col .video_desc {
          font-size: 26px;
          margin-top: 35px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .content .report_container_video .row .col .video_desc {
          font-size: 20px;
          margin-top: 25px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .content .report_container_video .row .col .video_desc {
          font-size: 18px;
          margin-top: 20px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .content .report_container_video .row .col .video_desc {
          font-size: 16px;
          margin-top: 20px; } }
      @media (max-width: 575px) {
        .content .report_container_video .row .col .video_desc {
          font-size: 14px;
          margin-top: 20px; } }
      .content .report_container_video .row .col .video_desc strong {
        color: #fdb300;
        font-size: 43px; }
        @media (min-width: 1200px) and (max-width: 1439px) {
          .content .report_container_video .row .col .video_desc strong {
            font-size: 36px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .content .report_container_video .row .col .video_desc strong {
            font-size: 25px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .content .report_container_video .row .col .video_desc strong {
            font-size: 22px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .content .report_container_video .row .col .video_desc strong {
            font-size: 20px; } }
        @media (max-width: 575px) {
          .content .report_container_video .row .col .video_desc strong {
            font-size: 18px; } }
  .content .report_container_items {
    overflow: hidden;
    padding-top: 70px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important; }
    .content .report_container_items .report_items_header .header_wrapper {
      font-size: 31px;
      text-align: center; }
      @media (min-width: 1200px) and (max-width: 1439px) {
        .content .report_container_items .report_items_header .header_wrapper {
          font-size: 26px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .content .report_container_items .report_items_header .header_wrapper {
          font-size: 18px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .content .report_container_items .report_items_header .header_wrapper {
          font-size: 16px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .content .report_container_items .report_items_header .header_wrapper {
          font-size: 16px; } }
      @media (max-width: 575px) {
        .content .report_container_items .report_items_header .header_wrapper {
          font-size: 14px; } }
      .content .report_container_items .report_items_header .header_wrapper strong {
        color: #fdb300; }
      @media (max-width: 767px) {
        .content .report_container_items .report_items_header .header_wrapper br {
          display: none; } }
    .content .report_container_items .statistics_item_wrapper {
      position: relative;
      margin-bottom: 50px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .content .report_container_items .statistics_item_wrapper {
          margin-bottom: 20px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .content .report_container_items .statistics_item_wrapper {
          margin-left: 20px;
          margin-right: 20px;
          margin-bottom: 20px; } }
      @media (max-width: 575px) {
        .content .report_container_items .statistics_item_wrapper {
          margin-left: 15px;
          margin-right: 15px;
          margin-bottom: 5px; } }
      .content .report_container_items .statistics_item_wrapper.middle:after {
        width: 659px;
        height: 5px;
        top: 243px;
        left: -120px;
        border-left: none;
        border-bottom: 3px solid #dedede; }
        @media (min-width: 1200px) and (max-width: 1439px) {
          .content .report_container_items .statistics_item_wrapper.middle:after {
            width: 659px;
            top: 169px;
            left: -95px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .content .report_container_items .statistics_item_wrapper.middle:after {
            width: 659px;
            top: 169px;
            left: -66px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .content .report_container_items .statistics_item_wrapper.middle:after {
            width: 350px;
            top: 127px;
            left: -70px;
            border-radius: 0;
            border-width: 1px; } }
      .content .report_container_items .statistics_item_wrapper:before, .content .report_container_items .statistics_item_wrapper:after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 25px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .content .report_container_items .statistics_item_wrapper:before, .content .report_container_items .statistics_item_wrapper:after {
            border-radius: 12px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .content .report_container_items .statistics_item_wrapper:before, .content .report_container_items .statistics_item_wrapper:after {
            border-radius: 24px; } }
        @media (max-width: 575px) {
          .content .report_container_items .statistics_item_wrapper:before, .content .report_container_items .statistics_item_wrapper:after {
            border-radius: 16px; } }
      .content .report_container_items .statistics_item_wrapper:before {
        width: 300px;
        height: 200px;
        top: 245px;
        right: 26.6%;
        border-top: 3px solid #dedede;
        border-right: 3px solid #dedede; }
        @media (min-width: 1200px) and (max-width: 1439px) {
          .content .report_container_items .statistics_item_wrapper:before {
            top: 172px;
            right: 26.4%;
            border-width: 2px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .content .report_container_items .statistics_item_wrapper:before {
            top: 172px;
            right: 26.8%;
            border-width: 2px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .content .report_container_items .statistics_item_wrapper:before {
            height: 150px;
            top: 130px;
            right: 27.1%;
            border-width: 1px; } }
        @media (max-width: 767px) {
          .content .report_container_items .statistics_item_wrapper:before {
            content: none; } }
      .content .report_container_items .statistics_item_wrapper:after {
        width: 500px;
        height: 200px;
        top: 435px;
        left: 73.2%;
        border-left: 3px solid #dedede;
        border-bottom: 3px solid #dedede;
        border-bottom-right-radius: 0; }
        @media (min-width: 1200px) and (max-width: 1439px) {
          .content .report_container_items .statistics_item_wrapper:after {
            width: 359px;
            top: 265px;
            left: 73.3%;
            border-width: 2px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .content .report_container_items .statistics_item_wrapper:after {
            width: 300px;
            top: 330px;
            left: 73.1%;
            border-width: 2px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .content .report_container_items .statistics_item_wrapper:after {
            width: 232px;
            height: 150px;
            top: 239px;
            left: 72.9%;
            border-width: 1px; } }
        @media (max-width: 767px) {
          .content .report_container_items .statistics_item_wrapper:after {
            content: none; } }
      .content .report_container_items .statistics_item_wrapper .statistics_item_title_wrapper {
        margin-bottom: -30px; }
        @media (min-width: 1200px) and (max-width: 1439px) {
          .content .report_container_items .statistics_item_wrapper .statistics_item_title_wrapper {
            margin-bottom: -40px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .content .report_container_items .statistics_item_wrapper .statistics_item_title_wrapper {
            margin-bottom: -40px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .content .report_container_items .statistics_item_wrapper .statistics_item_title_wrapper {
            margin-bottom: -40px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .content .report_container_items .statistics_item_wrapper .statistics_item_title_wrapper {
            margin-bottom: -50px; } }
        @media (max-width: 575px) {
          .content .report_container_items .statistics_item_wrapper .statistics_item_title_wrapper {
            margin-bottom: -50px; } }
        .content .report_container_items .statistics_item_wrapper .statistics_item_title_wrapper .statistics_item_title {
          color: #fdb300;
          font-size: 36px;
          font-weight: 700;
          text-align: center; }
          @media (min-width: 1200px) and (max-width: 1439px) {
            .content .report_container_items .statistics_item_wrapper .statistics_item_title_wrapper .statistics_item_title {
              font-size: 28px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .content .report_container_items .statistics_item_wrapper .statistics_item_title_wrapper .statistics_item_title {
              font-size: 28px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .content .report_container_items .statistics_item_wrapper .statistics_item_title_wrapper .statistics_item_title {
              font-size: 20px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            .content .report_container_items .statistics_item_wrapper .statistics_item_title_wrapper .statistics_item_title {
              font-size: 20px; } }
          @media (max-width: 575px) {
            .content .report_container_items .statistics_item_wrapper .statistics_item_title_wrapper .statistics_item_title {
              font-size: 16px; } }
          @media (min-width: 768px) {
            .content .report_container_items .statistics_item_wrapper .statistics_item_title_wrapper .statistics_item_title br {
              display: none; } }
      .content .report_container_items .statistics_item_wrapper .statistics_item_person {
        position: relative;
        padding-left: 0; }
        .content .report_container_items .statistics_item_wrapper .statistics_item_person.left {
          right: -12px; }
          @media (min-width: 1200px) and (max-width: 1439px) {
            .content .report_container_items .statistics_item_wrapper .statistics_item_person.left {
              right: -8px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .content .report_container_items .statistics_item_wrapper .statistics_item_person.left {
              right: -8px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .content .report_container_items .statistics_item_wrapper .statistics_item_person.left {
              right: -6px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            .content .report_container_items .statistics_item_wrapper .statistics_item_person.left {
              right: 50px; } }
          @media (max-width: 575px) {
            .content .report_container_items .statistics_item_wrapper .statistics_item_person.left {
              right: 30px; } }
        .content .report_container_items .statistics_item_wrapper .statistics_item_person.right {
          left: -12px;
          margin-top: 200px; }
          @media (min-width: 1200px) and (max-width: 1439px) {
            .content .report_container_items .statistics_item_wrapper .statistics_item_person.right {
              left: -7px;
              margin-top: 140px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .content .report_container_items .statistics_item_wrapper .statistics_item_person.right {
              left: -7px;
              margin-top: 140px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .content .report_container_items .statistics_item_wrapper .statistics_item_person.right {
              left: -6px;
              margin-top: 105px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            .content .report_container_items .statistics_item_wrapper .statistics_item_person.right {
              left: 50px;
              margin-top: -80px; } }
          @media (max-width: 575px) {
            .content .report_container_items .statistics_item_wrapper .statistics_item_person.right {
              left: 30px;
              padding-left: 15px;
              margin-top: -50px; } }
        .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row {
          position: relative; }
          .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row.left {
            margin-left: 0; }
          .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row.right {
            margin-right: 0; }
          .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image {
            overflow: hidden;
            position: relative;
            padding-top: 70px; }
            @media (min-width: 1200px) and (max-width: 1439px) {
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image {
                padding-top: 70px; } }
            @media (min-width: 992px) and (max-width: 1199px) {
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image {
                padding-top: 70px; } }
            @media (min-width: 768px) {
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image {
                z-index: 100; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image {
                padding-top: 50px; } }
            @media (min-width: 576px) and (max-width: 767px) {
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image {
                padding-top: 80px; } }
            @media (max-width: 575px) {
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image {
                padding-top: 60px; } }
            .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.left {
              padding-left: 0;
              padding-right: 0;
              border-bottom-left-radius: 25px; }
              @media (min-width: 768px) and (max-width: 991px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.left {
                  border-bottom-left-radius: 12px; } }
              @media (min-width: 576px) and (max-width: 767px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.left {
                  border-bottom-left-radius: 24px; } }
              @media (max-width: 575px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.left {
                  border-bottom-left-radius: 16px; } }
            .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.right {
              padding-left: 0;
              padding-right: 0;
              border-bottom-right-radius: 25px; }
              @media (min-width: 768px) and (max-width: 991px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.right {
                  border-bottom-right-radius: 12px; } }
              @media (min-width: 576px) and (max-width: 767px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.right {
                  border-bottom-right-radius: 24px; } }
              @media (max-width: 575px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.right {
                  border-bottom-right-radius: 16px; } }
            .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image:before {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0; }
            .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.photo_1:before {
              /*
               * Set a counter and get the length of the image path.
               */
              /*
               * Loop ver the image path and figure out the
               * position of the dot where the extension begins.
               */
              /*
               * If we were able to figure out where the extension is,
               * slice the path into a base and an extension. Use that to
               * calculate urls for different density environments. Set
               * values for different environments.
               */
              /*
               * Set a base background for 1x environments.
               */
              background: url("../images/photos/photo_1.png") top center no-repeat;
              background-size: cover;
              /*
               * Create an @2x-ish media query.
               */
              /*
               * Create media queries for all environments that the user has
               * provided images for.
               */
              /*
               * If anything went wrong trying to separate the file from its
               * extension, set a background value without doing anything to it.
               */ }
              @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.photo_1:before {
                  background: url("../images/photos/photo_1@2x.png") top center no-repeat;
                  background-size: cover; } }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.photo_1:before {
                  background: url("../images/photos/photo_1@2x.png") top center no-repeat;
                  background-size: cover; } }
            .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.photo_2:before {
              /*
               * Set a counter and get the length of the image path.
               */
              /*
               * Loop ver the image path and figure out the
               * position of the dot where the extension begins.
               */
              /*
               * If we were able to figure out where the extension is,
               * slice the path into a base and an extension. Use that to
               * calculate urls for different density environments. Set
               * values for different environments.
               */
              /*
               * Set a base background for 1x environments.
               */
              background: url("../images/photos/photo_2.png") top center no-repeat;
              background-size: cover;
              /*
               * Create an @2x-ish media query.
               */
              /*
               * Create media queries for all environments that the user has
               * provided images for.
               */
              /*
               * If anything went wrong trying to separate the file from its
               * extension, set a background value without doing anything to it.
               */ }
              @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.photo_2:before {
                  background: url("../images/photos/photo_2@2x.png") top center no-repeat;
                  background-size: cover; } }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.photo_2:before {
                  background: url("../images/photos/photo_2@2x.png") top center no-repeat;
                  background-size: cover; } }
            .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.photo_3:before {
              /*
               * Set a counter and get the length of the image path.
               */
              /*
               * Loop ver the image path and figure out the
               * position of the dot where the extension begins.
               */
              /*
               * If we were able to figure out where the extension is,
               * slice the path into a base and an extension. Use that to
               * calculate urls for different density environments. Set
               * values for different environments.
               */
              /*
               * Set a base background for 1x environments.
               */
              background: url("../images/photos/photo_3.png") top center no-repeat;
              background-size: cover;
              /*
               * Create an @2x-ish media query.
               */
              /*
               * Create media queries for all environments that the user has
               * provided images for.
               */
              /*
               * If anything went wrong trying to separate the file from its
               * extension, set a background value without doing anything to it.
               */ }
              @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.photo_3:before {
                  background: url("../images/photos/photo_3@2x.png") top center no-repeat;
                  background-size: cover; } }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.photo_3:before {
                  background: url("../images/photos/photo_3@2x.png") top center no-repeat;
                  background-size: cover; } }
            .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.photo_4:before {
              /*
               * Set a counter and get the length of the image path.
               */
              /*
               * Loop ver the image path and figure out the
               * position of the dot where the extension begins.
               */
              /*
               * If we were able to figure out where the extension is,
               * slice the path into a base and an extension. Use that to
               * calculate urls for different density environments. Set
               * values for different environments.
               */
              /*
               * Set a base background for 1x environments.
               */
              background: url("../images/photos/photo_4.png") top center no-repeat;
              background-size: cover;
              /*
               * Create an @2x-ish media query.
               */
              /*
               * Create media queries for all environments that the user has
               * provided images for.
               */
              /*
               * If anything went wrong trying to separate the file from its
               * extension, set a background value without doing anything to it.
               */ }
              @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.photo_4:before {
                  background: url("../images/photos/photo_4@2x.png") top center no-repeat;
                  background-size: cover; } }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.photo_4:before {
                  background: url("../images/photos/photo_4@2x.png") top center no-repeat;
                  background-size: cover; } }
            .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.photo_5:before {
              /*
               * Set a counter and get the length of the image path.
               */
              /*
               * Loop ver the image path and figure out the
               * position of the dot where the extension begins.
               */
              /*
               * If we were able to figure out where the extension is,
               * slice the path into a base and an extension. Use that to
               * calculate urls for different density environments. Set
               * values for different environments.
               */
              /*
               * Set a base background for 1x environments.
               */
              background: url("../images/photos/photo_5.png") top center no-repeat;
              background-size: cover;
              /*
               * Create an @2x-ish media query.
               */
              /*
               * Create media queries for all environments that the user has
               * provided images for.
               */
              /*
               * If anything went wrong trying to separate the file from its
               * extension, set a background value without doing anything to it.
               */ }
              @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.photo_5:before {
                  background: url("../images/photos/photo_5@2x.png") top center no-repeat;
                  background-size: cover; } }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.photo_5:before {
                  background: url("../images/photos/photo_5@2x.png") top center no-repeat;
                  background-size: cover; } }
              @media (max-width: 375px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.photo_5:before {
                  background-position-x: -75px; } }
            .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.photo_6:before {
              /*
               * Set a counter and get the length of the image path.
               */
              /*
               * Loop ver the image path and figure out the
               * position of the dot where the extension begins.
               */
              /*
               * If we were able to figure out where the extension is,
               * slice the path into a base and an extension. Use that to
               * calculate urls for different density environments. Set
               * values for different environments.
               */
              /*
               * Set a base background for 1x environments.
               */
              background: url("../images/photos/photo_6.png") top center no-repeat;
              background-size: cover;
              /*
               * Create an @2x-ish media query.
               */
              /*
               * Create media queries for all environments that the user has
               * provided images for.
               */
              /*
               * If anything went wrong trying to separate the file from its
               * extension, set a background value without doing anything to it.
               */ }
              @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.photo_6:before {
                  background: url("../images/photos/photo_6@2x.png") top center no-repeat;
                  background-size: cover; } }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image.photo_6:before {
                  background: url("../images/photos/photo_6@2x.png") top center no-repeat;
                  background-size: cover; } }
            .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper {
              overflow: hidden; }
              @media (min-width: 992px) and (max-width: 1199px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper {
                  padding-top: 70px; } }
              @media (min-width: 768px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper {
                  z-index: 100; } }
              @media (min-width: 768px) and (max-width: 991px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper {
                  padding-top: 50px; } }
              @media (min-width: 576px) and (max-width: 767px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper {
                  padding-top: 80px; } }
              @media (max-width: 575px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper {
                  padding-top: 60px; } }
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper.left {
                background-color: #e77321;
                padding-left: 0;
                padding-right: 0;
                border-top-left-radius: 25px;
                border-bottom-left-radius: 25px; }
                @media (min-width: 768px) and (max-width: 991px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper.left {
                    border-top-left-radius: 12px;
                    border-bottom-left-radius: 12px; } }
                @media (min-width: 576px) and (max-width: 767px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper.left {
                    border-top-left-radius: 24px;
                    border-bottom-left-radius: 24px; } }
                @media (max-width: 575px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper.left {
                    border-top-left-radius: 16px;
                    border-bottom-left-radius: 16px; } }
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper.right {
                background-color: #ffc621;
                padding-left: 0;
                padding-right: 0;
                border-top-right-radius: 25px;
                border-bottom-right-radius: 25px; }
                @media (min-width: 768px) and (max-width: 991px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper.right {
                    border-top-right-radius: 12px;
                    border-bottom-right-radius: 12px; } }
                @media (min-width: 576px) and (max-width: 767px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper.right {
                    border-top-right-radius: 24px;
                    border-bottom-right-radius: 24px; } }
                @media (max-width: 575px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper.right {
                    border-top-right-radius: 16px;
                    border-bottom-right-radius: 16px; } }
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper .statistics_item_image_bg {
                position: relative;
                height: 300px; }
                @media (min-width: 1200px) and (max-width: 1439px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper .statistics_item_image_bg {
                    height: 220px; } }
                @media (min-width: 992px) and (max-width: 1199px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper .statistics_item_image_bg {
                    height: 220px; } }
                @media (min-width: 768px) and (max-width: 991px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper .statistics_item_image_bg {
                    height: 160px; } }
                @media (min-width: 576px) and (max-width: 767px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper .statistics_item_image_bg {
                    height: 220px; } }
                @media (max-width: 575px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper .statistics_item_image_bg {
                    height: 152px; } }
                @media (max-width: 340px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper .statistics_item_image_bg {
                    height: 130px; } }
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper .statistics_item_image_bg.left {
                  background-color: #e77321;
                  border-top-left-radius: 25px; }
                  @media (min-width: 768px) and (max-width: 991px) {
                    .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper .statistics_item_image_bg.left {
                      border-top-left-radius: 12px; } }
                  @media (min-width: 576px) and (max-width: 767px) {
                    .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper .statistics_item_image_bg.left {
                      border-top-left-radius: 24px; } }
                  @media (max-width: 575px) {
                    .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper .statistics_item_image_bg.left {
                      border-top-left-radius: 16px; } }
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper .statistics_item_image_bg.right {
                  background-color: #ffc621;
                  border-top-right-radius: 25px; }
                  @media (min-width: 768px) and (max-width: 991px) {
                    .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper .statistics_item_image_bg.right {
                      border-top-right-radius: 12px; } }
                  @media (min-width: 576px) and (max-width: 767px) {
                    .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper .statistics_item_image_bg.right {
                      border-top-right-radius: 24px; } }
                  @media (max-width: 575px) {
                    .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_col_image .statistics_item_image_bg_wrapper .statistics_item_image_bg.right {
                      border-top-right-radius: 16px; } }
          .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            margin-top: 70px; }
            @media (min-width: 1200px) and (max-width: 1439px) {
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent {
                margin-top: 70px; } }
            @media (min-width: 992px) and (max-width: 1199px) {
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent {
                margin-top: 70px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent {
                margin-top: 50px; } }
            @media (min-width: 768px) {
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent {
                z-index: 100; } }
            @media (max-width: 767px) {
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent {
                position: relative; } }
            @media (min-width: 576px) and (max-width: 767px) {
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent {
                margin-top: 80px; } }
            @media (max-width: 575px) {
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent {
                margin-top: 60px; } }
            .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent.left {
              background-color: #eeb100;
              border-top-left-radius: 25px;
              border-bottom-left-radius: 25px; }
              @media (min-width: 768px) and (max-width: 991px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent.left {
                  border-top-left-radius: 12px;
                  border-bottom-left-radius: 12px; } }
              @media (min-width: 576px) and (max-width: 767px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent.left {
                  border-top-left-radius: 24px;
                  border-bottom-left-radius: 24px; } }
              @media (max-width: 575px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent.left {
                  border-top-left-radius: 16px;
                  border-bottom-left-radius: 16px; } }
              @media (min-width: 576px) and (max-width: 767px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent.left:before {
                  left: -35px;
                  width: 35px; } }
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent.left:after {
                content: none; }
            .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent.right {
              background-color: #d14804;
              border-top-right-radius: 25px;
              border-bottom-right-radius: 25px; }
              @media (min-width: 768px) and (max-width: 991px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent.right {
                  border-top-right-radius: 12px;
                  border-bottom-right-radius: 12px; } }
              @media (min-width: 576px) and (max-width: 767px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent.right {
                  border-top-right-radius: 24px;
                  border-bottom-right-radius: 24px; } }
              @media (max-width: 575px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent.right {
                  border-top-right-radius: 16px;
                  border-bottom-right-radius: 16px; } }
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent.right:before {
                content: none; }
            .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent:before, .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent:after {
              content: none;
              position: absolute;
              display: block;
              width: 45px;
              height: 300px; }
              @media (max-width: 767px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent:before, .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent:after {
                  content: ""; } }
              @media (max-width: 575px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent:before, .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent:after {
                  width: 25px; } }
            .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent:before {
              height: 110px;
              left: -45px;
              bottom: 50%;
              border-left: 3px solid #dedede;
              border-bottom: 3px solid #dedede;
              border-bottom-left-radius: 24px;
              z-index: 10; }
              @media (max-width: 575px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent:before {
                  height: 75px;
                  left: -25px;
                  border-left: 2px solid #dedede;
                  border-bottom: 2px solid #dedede;
                  border-bottom-left-radius: 16px; } }
              @media (max-width: 340px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent:before {
                  height: 65px; } }
            .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent:after {
              top: 50%;
              right: -45px;
              border-top: 3px solid #dedede;
              border-right: 3px solid #dedede;
              border-top-right-radius: 24px; }
              @media (max-width: 575px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent:after {
                  right: -25px;
                  border-top: 2px solid #dedede;
                  border-right: 2px solid #dedede;
                  border-top-right-radius: 16px; } }
            .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent .statistics_item_person_percent_wrapper {
              color: #fff;
              line-height: 1; }
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent .statistics_item_person_percent_wrapper .statistics_item_person_percent_amount {
                display: block;
                font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
                font-weight: 700;
                font-size: 104px; }
                @media (min-width: 1200px) and (max-width: 1439px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent .statistics_item_person_percent_wrapper .statistics_item_person_percent_amount {
                    font-size: 78px; } }
                @media (min-width: 992px) and (max-width: 1199px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent .statistics_item_person_percent_wrapper .statistics_item_person_percent_amount {
                    font-size: 78px; } }
                @media (min-width: 768px) and (max-width: 991px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent .statistics_item_person_percent_wrapper .statistics_item_person_percent_amount {
                    font-size: 54px; } }
                @media (min-width: 576px) and (max-width: 767px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent .statistics_item_person_percent_wrapper .statistics_item_person_percent_amount {
                    font-size: 54px; } }
                @media (max-width: 575px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent .statistics_item_person_percent_wrapper .statistics_item_person_percent_amount {
                    font-size: 48px; } }
                @media (max-width: 340px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent .statistics_item_person_percent_wrapper .statistics_item_person_percent_amount {
                    font-size: 44px; } }
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent .statistics_item_person_percent_wrapper .statistics_item_person_percent_desc {
                display: block;
                font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
                font-size: 35px;
                font-weight: 300; }
                @media (min-width: 1200px) and (max-width: 1439px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent .statistics_item_person_percent_wrapper .statistics_item_person_percent_desc {
                    font-size: 22px; } }
                @media (min-width: 992px) and (max-width: 1199px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent .statistics_item_person_percent_wrapper .statistics_item_person_percent_desc {
                    font-size: 22px; } }
                @media (min-width: 768px) and (max-width: 991px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent .statistics_item_person_percent_wrapper .statistics_item_person_percent_desc {
                    font-size: 18px; } }
                @media (min-width: 576px) and (max-width: 767px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent .statistics_item_person_percent_wrapper .statistics_item_person_percent_desc {
                    font-size: 18px; } }
                @media (max-width: 575px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent .statistics_item_person_percent_wrapper .statistics_item_person_percent_desc {
                    font-size: 16px; } }
                @media (max-width: 340px) {
                  .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent .statistics_item_person_percent_wrapper .statistics_item_person_percent_desc {
                    font-size: 14px; } }
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent .statistics_item_person_percent_wrapper .statistics_item_person_percent_desc small {
                  font-size: 26px;
                  font-weight: 300; }
                  @media (min-width: 1200px) and (max-width: 1439px) {
                    .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent .statistics_item_person_percent_wrapper .statistics_item_person_percent_desc small {
                      font-size: 17px; } }
                  @media (min-width: 992px) and (max-width: 1199px) {
                    .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent .statistics_item_person_percent_wrapper .statistics_item_person_percent_desc small {
                      font-size: 17px; } }
                  @media (min-width: 768px) and (max-width: 991px) {
                    .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent .statistics_item_person_percent_wrapper .statistics_item_person_percent_desc small {
                      font-size: 15px; } }
                  @media (min-width: 576px) and (max-width: 767px) {
                    .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent .statistics_item_person_percent_wrapper .statistics_item_person_percent_desc small {
                      font-size: 15px; } }
                  @media (max-width: 575px) {
                    .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent .statistics_item_person_percent_wrapper .statistics_item_person_percent_desc small {
                      font-size: 14px; } }
                  @media (max-width: 340px) {
                    .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_percent .statistics_item_person_percent_wrapper .statistics_item_person_percent_desc small {
                      font-size: 12px; } }
          .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc {
            position: relative;
            padding-top: 25px;
            padding-left: 60px;
            padding-right: 60px; }
            @media (min-width: 1200px) and (max-width: 1439px) {
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc {
                padding-top: 20px;
                padding-left: 35px;
                padding-right: 35px; } }
            @media (min-width: 992px) and (max-width: 1199px) {
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc {
                padding-top: 20px;
                padding-left: 35px;
                padding-right: 35px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc {
                padding-top: 15px;
                padding-left: 30px;
                padding-right: 30px; } }
            @media (min-width: 576px) and (max-width: 767px) {
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc {
                padding-top: 15px;
                padding-left: 30px;
                padding-right: 15%; } }
            @media (max-width: 575px) {
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc {
                padding-top: 15px;
                padding-left: 30px;
                padding-right: 25px; } }
            @media (max-width: 575px) {
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc.left {
                padding-right: 20%; } }
            .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc:before {
              content: "";
              display: block;
              width: 120px;
              height: 120px;
              position: absolute;
              top: -70px;
              left: -5px;
              background-image: url("../images/ellipse.svg");
              background-repeat: no-repeat;
              background-position: center;
              background-size: contain;
              z-index: 100; }
              @media (min-width: 1200px) and (max-width: 1439px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc:before {
                  width: 90px;
                  height: 90px;
                  top: -53px;
                  left: -12px; } }
              @media (min-width: 992px) and (max-width: 1199px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc:before {
                  width: 90px;
                  height: 90px;
                  top: -53px;
                  left: -12px; } }
              @media (min-width: 768px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc:before {
                  z-index: 100; } }
              @media (min-width: 768px) and (max-width: 991px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc:before {
                  width: 66px;
                  height: 66px;
                  top: -38px;
                  left: -6px; } }
              @media (min-width: 576px) and (max-width: 767px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc:before {
                  width: 66px;
                  height: 66px;
                  top: -38px;
                  left: -6px; } }
              @media (max-width: 575px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc:before {
                  width: 66px;
                  height: 66px;
                  top: -38px;
                  left: -4px; } }
            .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc .statistics_item_person_desc_title {
              font-size: 28px;
              font-weight: 300; }
              @media (min-width: 1200px) and (max-width: 1439px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc .statistics_item_person_desc_title {
                  font-size: 18px; } }
              @media (min-width: 992px) and (max-width: 1199px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc .statistics_item_person_desc_title {
                  font-size: 18px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc .statistics_item_person_desc_title {
                  font-size: 15px; } }
              @media (min-width: 576px) and (max-width: 767px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc .statistics_item_person_desc_title {
                  font-size: 15px; } }
              @media (max-width: 575px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc .statistics_item_person_desc_title {
                  font-size: 14px; } }
              .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc .statistics_item_person_desc_title strong {
                font-weight: 700; }
            .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc .statistics_item_person_desc {
              font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
              font-size: 20px;
              font-weight: 300; }
              @media (min-width: 1200px) and (max-width: 1439px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc .statistics_item_person_desc {
                  font-size: 15px; } }
              @media (min-width: 992px) and (max-width: 1199px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc .statistics_item_person_desc {
                  font-size: 15px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc .statistics_item_person_desc {
                  font-size: 12px; } }
              @media (min-width: 576px) and (max-width: 767px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc .statistics_item_person_desc {
                  font-size: 12px; } }
              @media (max-width: 575px) {
                .content .report_container_items .statistics_item_wrapper .statistics_item_person .statistics_item_row .statistics_item_person_col_desc .statistics_item_person_desc {
                  font-size: 11px; } }
    .content .report_container_items .report_causes .causes_image {
      background-image: url("../images/question.svg");
      background-repeat: no-repeat;
      background-position: top center;
      background-size: contain; }
      @media (min-width: 768px) and (max-width: 991px) {
        .content .report_container_items .report_causes .causes_image {
          height: 230px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .content .report_container_items .report_causes .causes_image {
          height: 180px; } }
      @media (max-width: 575px) {
        .content .report_container_items .report_causes .causes_image {
          height: 140px; } }
    .content .report_container_items .report_causes .causes_desc {
      font-size: 21px;
      font-weight: 300; }
      @media (min-width: 1200px) and (max-width: 1439px) {
        .content .report_container_items .report_causes .causes_desc {
          font-size: 14px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .content .report_container_items .report_causes .causes_desc {
          font-size: 14px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .content .report_container_items .report_causes .causes_desc {
          font-size: 13px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .content .report_container_items .report_causes .causes_desc {
          font-size: 13px; } }
      @media (max-width: 575px) {
        .content .report_container_items .report_causes .causes_desc {
          font-size: 13px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .content .report_container_items .report_causes .causes_desc p {
          margin-bottom: 10px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .content .report_container_items .report_causes .causes_desc p {
          margin-bottom: 30px; } }
      @media (max-width: 575px) {
        .content .report_container_items .report_causes .causes_desc p {
          margin-bottom: 20px; } }
      .content .report_container_items .report_causes .causes_desc p strong {
        color: #fdb300;
        font-weight: 700; }
      .content .report_container_items .report_causes .causes_desc p.titleList {
        margin-bottom: 5px; }
        @media (min-width: 1200px) and (max-width: 1439px) {
          .content .report_container_items .report_causes .causes_desc p.titleList {
            margin-bottom: 4px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .content .report_container_items .report_causes .causes_desc p.titleList {
            margin-bottom: 4px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .content .report_container_items .report_causes .causes_desc p.titleList {
            margin-bottom: 4px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .content .report_container_items .report_causes .causes_desc p.titleList {
            margin-bottom: 15px; } }
        @media (max-width: 575px) {
          .content .report_container_items .report_causes .causes_desc p.titleList {
            margin-bottom: 10px; } }
      .content .report_container_items .report_causes .causes_desc p.list {
        font-weight: 700;
        margin-bottom: 0; }
      .content .report_container_items .report_causes .causes_desc .row .top_desc .title {
        color: #e1461a;
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 20px; }
        @media (min-width: 1200px) and (max-width: 1439px) {
          .content .report_container_items .report_causes .causes_desc .row .top_desc .title {
            font-size: 17px;
            margin-bottom: 20px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .content .report_container_items .report_causes .causes_desc .row .top_desc .title {
            font-size: 17px; } }
        @media (max-width: 991px) {
          .content .report_container_items .report_causes .causes_desc .row .top_desc .title {
            text-align: center; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .content .report_container_items .report_causes .causes_desc .row .top_desc .title {
            font-size: 16px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .content .report_container_items .report_causes .causes_desc .row .top_desc .title {
            font-size: 20px;
            margin-bottom: 30px; } }
        @media (max-width: 575px) {
          .content .report_container_items .report_causes .causes_desc .row .top_desc .title {
            font-size: 16px;
            margin-bottom: 15px; } }
        @media (max-width: 575px) {
          .content .report_container_items .report_causes .causes_desc .row .top_desc .title {
            font-size: 15px; } }
      .content .report_container_items .report_causes .causes_desc .row .right_desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-line-pack: justify;
            align-content: space-between; }
        .content .report_container_items .report_causes .causes_desc .row .right_desc .link_wrapper {
          width: 100%; }
          @media (max-width: 991px) {
            .content .report_container_items .report_causes .causes_desc .row .right_desc .link_wrapper {
              text-align: center; } }
          .content .report_container_items .report_causes .causes_desc .row .right_desc .link_wrapper .link_next {
            display: inline-block;
            width: 100%;
            background-color: #ffc621;
            color: #46170d;
            font-size: 26px;
            font-weight: 700;
            text-align: center;
            text-decoration: none;
            border-radius: 18px;
            padding-top: 15px;
            padding-left: 30px;
            padding-right: 30px;
            padding-bottom: 15px;
            -webkit-box-shadow: 0px 18px 44px 0px rgba(183, 76, 0, 0.21);
                    box-shadow: 0px 18px 44px 0px rgba(183, 76, 0, 0.21);
            -webkit-transition: -webkit-box-shadow 0.2s;
            transition: -webkit-box-shadow 0.2s;
            transition: box-shadow 0.2s;
            transition: box-shadow 0.2s, -webkit-box-shadow 0.2s; }
            @media (min-width: 1200px) and (max-width: 1439px) {
              .content .report_container_items .report_causes .causes_desc .row .right_desc .link_wrapper .link_next {
                font-size: 24px; } }
            @media (min-width: 992px) and (max-width: 1199px) {
              .content .report_container_items .report_causes .causes_desc .row .right_desc .link_wrapper .link_next {
                font-size: 18px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .content .report_container_items .report_causes .causes_desc .row .right_desc .link_wrapper .link_next {
                width: 200px;
                font-size: 16px;
                padding-top: 12px;
                padding-left: 20px;
                padding-right: 20px;
                padding-bottom: 12px; } }
            @media (min-width: 576px) and (max-width: 767px) {
              .content .report_container_items .report_causes .causes_desc .row .right_desc .link_wrapper .link_next {
                width: 200px;
                font-size: 16px;
                padding-top: 12px;
                padding-left: 20px;
                padding-right: 20px;
                padding-bottom: 12px; } }
            @media (max-width: 575px) {
              .content .report_container_items .report_causes .causes_desc .row .right_desc .link_wrapper .link_next {
                width: 180px;
                font-size: 14px;
                padding-top: 12px;
                padding-left: 20px;
                padding-right: 20px;
                padding-bottom: 10px; } }
            @media (max-width: 375px) {
              .content .report_container_items .report_causes .causes_desc .row .right_desc .link_wrapper .link_next {
                font-size: 14px; } }
            .content .report_container_items .report_causes .causes_desc .row .right_desc .link_wrapper .link_next:hover, .content .report_container_items .report_causes .causes_desc .row .right_desc .link_wrapper .link_next:focus {
              -webkit-box-shadow: 0px 18px 44px 0px rgba(183, 76, 0, 0.28);
                      box-shadow: 0px 18px 44px 0px rgba(183, 76, 0, 0.28); }
    .content .report_container_items .run_test {
      margin-top: 150px;
      margin-bottom: 80px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .content .report_container_items .run_test {
          margin-top: 120px;
          margin-bottom: 65px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .content .report_container_items .run_test {
          margin-top: 100px;
          margin-bottom: 50px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .content .report_container_items .run_test {
          margin-top: 80px;
          margin-bottom: 40px; } }
      @media (max-width: 575px) {
        .content .report_container_items .run_test {
          margin-top: 65px;
          margin-bottom: 35px; } }
      .content .report_container_items .run_test .test_desc {
        background-color: #eeb100;
        padding-top: 50px;
        padding-left: 100px;
        padding-right: 20px;
        padding-bottom: 50px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .content .report_container_items .run_test .test_desc {
            padding-top: 40px;
            padding-left: 80px;
            padding-right: 20px;
            padding-bottom: 40px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .content .report_container_items .run_test .test_desc {
            padding-top: 30px;
            padding-left: 60px;
            padding-right: 15px;
            padding-bottom: 30px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .content .report_container_items .run_test .test_desc {
            padding-top: 35px;
            padding-left: 40px;
            padding-right: 40px;
            padding-bottom: 35px;
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px; } }
        @media (max-width: 575px) {
          .content .report_container_items .run_test .test_desc {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            padding-top: 35px;
            padding-left: 30px;
            padding-right: 30px;
            padding-bottom: 35px;
            border-top-left-radius: 0;
            border-bottom-left-radius: 12px;
            border-bottom-right-radius: 12px; } }
        .content .report_container_items .run_test .test_desc .title {
          color: #fff;
          font-size: 80px;
          font-weight: 700; }
          @media (min-width: 1200px) and (max-width: 1439px) {
            .content .report_container_items .run_test .test_desc .title {
              font-size: 70px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .content .report_container_items .run_test .test_desc .title {
              font-size: 60px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .content .report_container_items .run_test .test_desc .title {
              font-size: 50px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            .content .report_container_items .run_test .test_desc .title {
              font-size: 30px; } }
          @media (max-width: 575px) {
            .content .report_container_items .run_test .test_desc .title {
              font-size: 30px;
              text-align: center; } }
        .content .report_container_items .run_test .test_desc p {
          font-size: 21px; }
          @media (min-width: 1200px) and (max-width: 1439px) {
            .content .report_container_items .run_test .test_desc p {
              font-size: 19px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .content .report_container_items .run_test .test_desc p {
              font-size: 17px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .content .report_container_items .run_test .test_desc p {
              font-size: 15px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            .content .report_container_items .run_test .test_desc p {
              font-size: 13px; } }
          @media (max-width: 575px) {
            .content .report_container_items .run_test .test_desc p {
              font-size: 13px; } }
          .content .report_container_items .run_test .test_desc p.sub_desc {
            color: #fff;
            font-size: 26px;
            font-weight: 700; }
            @media (min-width: 1200px) and (max-width: 1439px) {
              .content .report_container_items .run_test .test_desc p.sub_desc {
                font-size: 22px; } }
            @media (min-width: 992px) and (max-width: 1199px) {
              .content .report_container_items .run_test .test_desc p.sub_desc {
                font-size: 18px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .content .report_container_items .run_test .test_desc p.sub_desc {
                font-size: 16px; } }
            @media (min-width: 576px) and (max-width: 767px) {
              .content .report_container_items .run_test .test_desc p.sub_desc {
                font-size: 14px; } }
            @media (max-width: 575px) {
              .content .report_container_items .run_test .test_desc p.sub_desc {
                font-size: 14px; } }
      .content .report_container_items .run_test .test_image {
        background-color: #ffc621;
        background-image: url("../images/run_test.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px; }
        @media (min-width: 576px) and (max-width: 767px) {
          .content .report_container_items .run_test .test_image {
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px; } }
        @media (max-width: 575px) {
          .content .report_container_items .run_test .test_image {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            height: 160px;
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
            border-bottom-right-radius: 0; } }

.pagination_list {
  margin-top: 35px; }
  .pagination_list .container .row {
    margin-left: -30px;
    margin-right: -30px; }
    @media (max-width: 575px) {
      .pagination_list .container .row {
        margin-left: 5px;
        margin-right: 5px; } }
    @media (max-width: 767px) {
      .pagination_list .container .row .pagination_item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .pagination_list .container .row .pagination_item {
        margin-bottom: 30px; } }
    @media (max-width: 575px) {
      .pagination_list .container .row .pagination_item {
        margin-bottom: 30px; } }
    .pagination_list .container .row .pagination_item .item_wrapper {
      position: relative; }
      .pagination_list .container .row .pagination_item .item_wrapper:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: transparent;
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, rgba(51, 35, 33, 0.8)));
        background: linear-gradient(to bottom, transparent 0%, rgba(51, 35, 33, 0.8) 80%);
        border-radius: 25px; }
        @media (max-width: 991px) {
          .pagination_list .container .row .pagination_item .item_wrapper:before {
            border-radius: 12px; } }
      .pagination_list .container .row .pagination_item .item_wrapper .image {
        width: 100%;
        border-radius: 25px; }
        @media (max-width: 991px) {
          .pagination_list .container .row .pagination_item .item_wrapper .image {
            border-radius: 12px; } }
      .pagination_list .container .row .pagination_item .item_wrapper .title {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 60px;
        color: #fff;
        font-size: 28px;
        font-weight: 800;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 0; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .pagination_list .container .row .pagination_item .item_wrapper .title {
            font-size: 20px; } }
        @media (max-width: 991px) {
          .pagination_list .container .row .pagination_item .item_wrapper .title {
            padding-left: 15px;
            padding-right: 15px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .pagination_list .container .row .pagination_item .item_wrapper .title {
            font-size: 14px;
            bottom: 40px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .pagination_list .container .row .pagination_item .item_wrapper .title {
            font-size: 20px;
            padding-left: 30px;
            padding-right: 30px; } }
        @media (max-width: 575px) {
          .pagination_list .container .row .pagination_item .item_wrapper .title {
            bottom: 30px;
            font-size: 14px; } }
      .pagination_list .container .row .pagination_item .item_wrapper .link {
        position: absolute;
        left: 0;
        bottom: -36px;
        display: inline-block;
        background-color: #ffc621;
        color: #46170d;
        font-size: 26px;
        font-weight: 700;
        text-decoration: none;
        padding-top: 17px;
        padding-left: 100px;
        padding-right: 35px;
        padding-bottom: 17px;
        margin-top: -36px;
        border-radius: 18px;
        -webkit-transition: left 0.2s;
        transition: left 0.2s; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .pagination_list .container .row .pagination_item .item_wrapper .link {
            font-size: 24px;
            padding-top: 15px;
            padding-left: 90px;
            padding-right: 30px;
            padding-bottom: 15px;
            margin-top: -33px; } }
        @media (max-width: 991px) {
          .pagination_list .container .row .pagination_item .item_wrapper .link {
            border-radius: 9px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .pagination_list .container .row .pagination_item .item_wrapper .link {
            bottom: -22px;
            font-size: 18px;
            padding-top: 8px;
            padding-left: 70px;
            padding-right: 20px;
            padding-bottom: 8px;
            margin-top: -22px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .pagination_list .container .row .pagination_item .item_wrapper .link {
            bottom: -22px;
            font-size: 18px;
            padding-top: 8px;
            padding-left: 70px;
            padding-right: 20px;
            padding-bottom: 8px;
            margin-top: -22px; } }
        @media (max-width: 575px) {
          .pagination_list .container .row .pagination_item .item_wrapper .link {
            bottom: -16px;
            font-size: 14px;
            padding-top: 6px;
            padding-left: 55px;
            padding-right: 15px;
            padding-bottom: 6px;
            margin-top: -16px; } }
        .pagination_list .container .row .pagination_item .item_wrapper .link:hover:before, .pagination_list .container .row .pagination_item .item_wrapper .link:focus:before {
          left: 19px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .pagination_list .container .row .pagination_item .item_wrapper .link:hover:before, .pagination_list .container .row .pagination_item .item_wrapper .link:focus:before {
              left: 15px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            .pagination_list .container .row .pagination_item .item_wrapper .link:hover:before, .pagination_list .container .row .pagination_item .item_wrapper .link:focus:before {
              left: 15px; } }
          @media (max-width: 575px) {
            .pagination_list .container .row .pagination_item .item_wrapper .link:hover:before, .pagination_list .container .row .pagination_item .item_wrapper .link:focus:before {
              left: 10px; } }
        .pagination_list .container .row .pagination_item .item_wrapper .link:hover.next:before, .pagination_list .container .row .pagination_item .item_wrapper .link:focus.next:before {
          right: 19px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .pagination_list .container .row .pagination_item .item_wrapper .link:hover.next:before, .pagination_list .container .row .pagination_item .item_wrapper .link:focus.next:before {
              right: 15px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            .pagination_list .container .row .pagination_item .item_wrapper .link:hover.next:before, .pagination_list .container .row .pagination_item .item_wrapper .link:focus.next:before {
              right: 15px; } }
          @media (max-width: 575px) {
            .pagination_list .container .row .pagination_item .item_wrapper .link:hover.next:before, .pagination_list .container .row .pagination_item .item_wrapper .link:focus.next:before {
              right: 10px; } }
        .pagination_list .container .row .pagination_item .item_wrapper .link:before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          position: absolute;
          top: 50%;
          left: 22px;
          background-image: url("../images/polygon_left.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          margin-top: -10px;
          z-index: 30; }
          @media (min-width: 768px) and (max-width: 991px) {
            .pagination_list .container .row .pagination_item .item_wrapper .link:before {
              width: 14px;
              height: 14px;
              left: 18px;
              margin-top: -7px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            .pagination_list .container .row .pagination_item .item_wrapper .link:before {
              width: 14px;
              height: 14px;
              left: 18px;
              margin-top: -7px; } }
          @media (max-width: 575px) {
            .pagination_list .container .row .pagination_item .item_wrapper .link:before {
              width: 12px;
              height: 12px;
              left: 13px;
              margin-top: -6px; } }
        .pagination_list .container .row .pagination_item .item_wrapper .link:after {
          content: "";
          display: block;
          width: 70px;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          background-color: #eeb100;
          border-top-left-radius: 18px;
          border-bottom-left-radius: 18px;
          z-index: 20; }
          @media (max-width: 991px) {
            .pagination_list .container .row .pagination_item .item_wrapper .link:after {
              border-top-left-radius: 9px;
              border-bottom-left-radius: 9px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .pagination_list .container .row .pagination_item .item_wrapper .link:after {
              width: 50px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            .pagination_list .container .row .pagination_item .item_wrapper .link:after {
              width: 50px; } }
          @media (max-width: 575px) {
            .pagination_list .container .row .pagination_item .item_wrapper .link:after {
              width: 40px; } }
        .pagination_list .container .row .pagination_item .item_wrapper .link.next {
          left: initial;
          right: 0;
          padding-left: 35px;
          padding-right: 100px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .pagination_list .container .row .pagination_item .item_wrapper .link.next {
              padding-left: 20px;
              padding-right: 70px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            .pagination_list .container .row .pagination_item .item_wrapper .link.next {
              padding-left: 20px;
              padding-right: 70px; } }
          @media (max-width: 575px) {
            .pagination_list .container .row .pagination_item .item_wrapper .link.next {
              padding-left: 15px;
              padding-right: 55px; } }
          .pagination_list .container .row .pagination_item .item_wrapper .link.next:before {
            left: initial;
            right: 22px;
            background-image: url("../images/polygon_right.svg"); }
            @media (min-width: 768px) and (max-width: 991px) {
              .pagination_list .container .row .pagination_item .item_wrapper .link.next:before {
                right: 18px; } }
            @media (max-width: 575px) {
              .pagination_list .container .row .pagination_item .item_wrapper .link.next:before {
                right: 13px; } }
          .pagination_list .container .row .pagination_item .item_wrapper .link.next:after {
            left: initial;
            right: 0;
            background-color: #eeb100;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            border-top-right-radius: 18px;
            border-bottom-right-radius: 18px; }
            @media (max-width: 991px) {
              .pagination_list .container .row .pagination_item .item_wrapper .link.next:after {
                border-top-right-radius: 9px;
                border-bottom-right-radius: 9px; } }

.footer {
  color: #000;
  margin-top: 220px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer {
      margin-top: 180px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer {
      margin-top: 130px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .footer {
      margin-top: 90px; } }
  @media (max-width: 575px) {
    .footer {
      margin-top: 50px; } }
  .footer.home {
    margin-top: 120px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .footer.home {
        margin-top: 100px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer.home {
        margin-top: 70px; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .footer.home {
        margin-top: 50px; } }
    @media (max-width: 575px) {
      .footer.home {
        margin-top: 35px; } }
  .footer .container {
    padding-left: 40px;
    padding-right: 40px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer .container {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .footer .container {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 575px) {
      .footer .container {
        padding-left: 25px;
        padding-right: 25px; } }
  .footer .desc_wrapper {
    font-size: 14px;
    padding-bottom: 65px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .footer .desc_wrapper {
        font-size: 13px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer .desc_wrapper {
        font-size: 12px; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .footer .desc_wrapper {
        font-size: 12px;
        padding-bottom: 50px; } }
    @media (max-width: 575px) {
      .footer .desc_wrapper {
        font-size: 11px;
        padding-bottom: 30px; } }
    .footer .desc_wrapper .container .row .col ul {
      list-style-type: none;
      padding-left: 0; }
    .footer .desc_wrapper .container .row .col p.light {
      font-weight: 300; }
  .footer .menu_wrapper {
    background-color: #f8eee1;
    padding-top: 45px;
    padding-bottom: 90px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .footer .menu_wrapper {
        padding-top: 40px;
        padding-bottom: 75px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer .menu_wrapper {
        padding-top: 30px;
        padding-bottom: 50px; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .footer .menu_wrapper {
        padding-top: 30px;
        padding-bottom: 50px; } }
    @media (max-width: 575px) {
      .footer .menu_wrapper {
        padding-top: 30px;
        padding-bottom: 40px; } }
    .footer .menu_wrapper .container .row .copyright {
      color: #000;
      font-weight: 700;
      text-align: left; }
      @media (max-width: 767px) {
        .footer .menu_wrapper .container .row .copyright {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          text-align: center;
          padding-top: 15px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .footer .menu_wrapper .container .row .copyright {
          font-size: 13px; } }
      @media (max-width: 575px) {
        .footer .menu_wrapper .container .row .copyright {
          font-size: 9px; } }
      @media (max-width: 375px) {
        .footer .menu_wrapper .container .row .copyright {
          font-size: 8px; } }
      @media (max-width: 767px) {
        .footer .menu_wrapper .container .row .copyright br {
          display: none; } }
    .footer .menu_wrapper .container .row .menu {
      text-align: right; }
      @media (max-width: 767px) {
        .footer .menu_wrapper .container .row .menu {
          text-align: center;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
      .footer .menu_wrapper .container .row .menu .menu_list {
        display: inline-block;
        padding-left: 0;
        margin-bottom: 0; }
        @media (max-width: 340px) {
          .footer .menu_wrapper .container .row .menu .menu_list {
            font-size: 11px; } }
        .footer .menu_wrapper .container .row .menu .menu_list li {
          display: inline-block;
          position: relative;
          list-style-type: none;
          padding-left: 10px;
          padding-right: 10px; }
          .footer .menu_wrapper .container .row .menu .menu_list li:before {
            content: "";
            position: absolute;
            top: 3px;
            left: 0;
            bottom: 3px;
            display: block;
            width: 1px;
            background-color: #000; }
          .footer .menu_wrapper .container .row .menu .menu_list li:first-child {
            padding-left: 0; }
            .footer .menu_wrapper .container .row .menu .menu_list li:first-child:before {
              content: none; }
          .footer .menu_wrapper .container .row .menu .menu_list li:last-child {
            padding-right: 0; }
          .footer .menu_wrapper .container .row .menu .menu_list li .link {
            color: #000; }

/*# sourceMappingURL=styles.css.map */

@media (max-width: 575px) {
  .st-sticky-share-buttons .st-btn {height:32px !important; padding:4px !important;}
}