@media screen and (max-width: 1407px) {
  #key-takeaway object {
    max-height: 278px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .swiper-prev, .swiper-next {
    font-size: .75rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
  .desktop-h-250 {
    height: 250px !important;
  }

  .desktop-m-0 {
    margin: 0 !important;
  }

  .desktop-p-0 {
    padding: 0 !important;
  }

  .desktop-px-2 {
    padding: .75rem !important;
  }

  .desktop-w-75 {
    width: 75% !important;
  }

  .desktop-w-80 {
    width: 80% !important;
  }

  .desktop-w-100 {
    width: 100% !important;
  }

  .swiper-pagination-bullet {
    font-size: .65rem;
  }
}

@media screen and (max-width: 991px) {
  .mobile-display {
    display: block;
  }

  .desktop-display {
    display: none;
  }

  .mobile-text-center {
    text-align: center !important;
  }

  .mobile-reverse-columns {
    flex-direction: column-reverse;
    display: flex;
  }

  .mobile-m-0 {
    margin: 0 !important;
  }

  .mobile-mb-6 {
    margin-bottom: 3rem;
  }

  .mobile-mr-0 {
    margin-right: 0 !important;
  }

  .mobile-mt-0 {
    margin-top: 0 !important;
  }

  .mobile-my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .mobile-p-0 {
    padding: 0 !important;
  }

  .mobile-pt-20 {
    padding-top: 20px !important;
  }

  .mobile-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mobile-w-100 {
    width: 100% !important;
  }

  .mobile-w-80 {
    width: 80% !important;
  }

  .profile-charts {
    border-radius: 0;
    padding: 0;
  }

  .mobile-profile-charts {
    align-items: center;
    padding: 0 .75rem;
    display: flex;
  }

  .mobile-profile-charts .chart-container {
    width: 100px !important;
  }

  .mobile-profile-charts .chart-container .chart-doughnut {
    max-width: none;
    width: 100px !important;
  }

  .mobile-profile-charts p {
    text-align: left;
  }

  #scroll-top {
    bottom: 20px;
    left: 40px;
  }

  .zoomable-chart {
    position: relative;
  }

  .zoomable-chart:after {
    content: "";
    width: 20px;
    height: 15px;
    z-index: -1;
    background-image: url("feather-zoom-in.3e8af197.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 2px;
    right: 10px;
  }

  .zoomable-chart canvas {
    -o-transition: all .3s ease;
    transition: all .3s;
  }

  .zoomable-chart canvas.onclick {
    transform: scale(1.1) !important;
  }

  .mobile-no-minheight {
    min-height: unset;
  }

  #key-takeaway object {
    max-height: unset;
  }

  .mobile-height-auto {
    height: auto;
  }

  .slider-container {
    flex-direction: column;
  }

  .slider-content-left, .slider-content-right {
    width: 100%;
  }

  .placeholder-key-takeaway-1 {
    min-height: 242px !important;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .swiper-pagination-bullet {
    text-align: center !important;
  }

  #object-key-takeaway-1 {
    position: unset;
    top: unset;
    left: unset;
  }

  .title.is-1 {
    font-size: 48px !important;
    line-height: 48px !important;
  }

  .title.is-2 {
    font-size: 38px !important;
    line-height: 48px !important;
  }

  .title.is-3 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .title.is-4 {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .title.is-5 {
    font-size: 20px !important;
    line-height: 26px !important;
  }

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

  .navbar-menu a {
    padding-left: 0;
    padding-right: 0;
  }

  .timeline:after, .timeline-container:after, .timeline-container-cleanbar:before {
    display: none;
  }

  .timeline-content {
    flex-direction: column;
  }

  .timeline-content-left, .timeline-content-right {
    width: 100%;
    padding: 20px 0;
  }

  .mobile-timeline-order-1 {
    order: 1;
  }

  .mobile-timeline-order-2 {
    order: 2;
  }

  .timeline-center {
    padding: 2rem 1rem;
  }

  .timeline-center h5 {
    padding-left: 0;
    padding-right: 0;
  }

  .timeline-center-content, .column-center-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-align-self-start {
    align-self: flex-start !important;
  }

  .navbar.is-fixed-top {
    width: 100vw;
  }

  .navbar-burger span {
    z-index: 999;
  }

  .navbar-burger span:nth-child(1) {
    top: calc(50% - 6px) !important;
  }

  .navbar-burger span:nth-child(2) {
    top: calc(50% - 1px) !important;
  }

  .navbar-burger span:nth-child(3) {
    top: calc(50% + 4px) !important;
  }

  .table {
    height: 400px !important;
  }

  table.is-responsive {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
  }

  table.is-responsive td:empty:before {
    content: " ";
  }

  table.is-responsive th, table.is-responsive td {
    vertical-align: top;
    height: 50px;
    margin: 0;
  }

  table.is-responsive th {
    text-align: left;
  }

  table.is-responsive thead {
    float: left;
    border-right: 2px solid #dbdbdb;
    display: block;
  }

  table.is-responsive thead tr {
    padding: 0 10px 0 0;
    display: block;
  }

  table.is-responsive thead tr th:before {
    content: " ";
  }

  table.is-responsive thead td, table.is-responsive thead th {
    border-width: 0 0 1px;
  }

  table.is-responsive tbody {
    width: auto;
    white-space: nowrap;
    display: block;
    position: relative;
    overflow-x: auto;
  }

  table.is-responsive tbody tr {
    vertical-align: top;
    display: inline-block;
  }

  table.is-responsive th {
    text-align: right;
    display: block;
  }

  table.is-responsive td {
    min-height: 1.25em;
    display: block;
  }

  table.is-responsive th:last-child, table.is-responsive td:last-child {
    border-bottom-width: 0;
  }

  table.is-responsive tr:last-child td:not(:last-child) {
    border: 0 solid #dbdbdb;
    border-bottom-width: 1px;
  }

  table.is-responsive.is-bordered td, table.is-responsive.is-bordered th {
    border-width: 1px;
  }

  table.is-responsive.is-bordered tr td:last-child, table.is-responsive.is-bordered tr th:last-child {
    border-bottom-width: 1px;
  }

  table.is-responsive.is-bordered tr:last-child td, table.is-responsive.is-bordered tr:last-child th {
    border-width: 1px;
  }

  table .body-heading {
    writing-mode: tb;
    font-size: .75rem;
    height: 400px !important;
    width: 20px !important;
  }
}

/*# sourceMappingURL=index.7c7e70a9.css.map */
