[data-v-61dd7a3d] .v-list-item .v-list-item__title {
  font-family: 'Poppins';
}
.header[data-v-61dd7a3d] {
  background-color: #ffffff;
  position: fixed;
  z-index: 5;
  left: 0;
  right: 0;
  padding: 4px 0;
  height: 77px;
}
.header .header-container[data-v-61dd7a3d] {
    margin: 0 128px 0 58px;
}
.header .header-container img.davi-jg-logo[data-v-61dd7a3d] {
      cursor: pointer;
}
.header .header-container .header-links[data-v-61dd7a3d] {
      float: right;
}
.header .header-container .header-links .header-link[data-v-61dd7a3d] {
        display: inline-block;
        margin: 13px 40px 0 0;
        cursor: pointer;
        font-family: 'Poppins';
}
.header .header-container .header-links .header-link[data-v-61dd7a3d]:last-child {
          margin-right: 0;
}
.header .header-container .header-links .contact-us[data-v-61dd7a3d] {
        background-color: #ff3d2e;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        padding: 8px 15px 8px 16px;
        border-radius: 99px;
        line-height: 1.5;
        letter-spacing: 0.6px;
        font-family: 'Poppins' !important;
}
.header .header-container .burger-container[data-v-61dd7a3d] {
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      float: right;
}
.header .header-container .burger-container .mobile-right[data-v-61dd7a3d] {
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: transparent;
        padding: 10px 0;
        border-radius: 50%;
}
.header .header-container .burger-container .mobile-right .icon[data-v-61dd7a3d] {
          color: black;
          cursor: pointer;
          margin-top: 1rem;
}
.header .header-container .burger-container .mobile-right #nav-icon[data-v-61dd7a3d] {
          width: 20px;
          height: 20px;
          position: relative;
          transform: rotate(0deg);
          transition: .5s ease-in-out;
          cursor: pointer;
          display: block;
}
.header .header-container .burger-container .mobile-right #nav-icon.open span[data-v-61dd7a3d]:nth-child(1), .header .header-container .burger-container .mobile-right #nav-icon.open span[data-v-61dd7a3d]:nth-child(6) {
            transform: rotate(45deg);
}
.header .header-container .burger-container .mobile-right #nav-icon.open span[data-v-61dd7a3d]:nth-child(2), .header .header-container .burger-container .mobile-right #nav-icon.open span[data-v-61dd7a3d]:nth-child(5) {
            transform: rotate(-45deg);
}
.header .header-container .burger-container .mobile-right #nav-icon.open span[data-v-61dd7a3d]:nth-child(1) {
            left: 2px;
            top: 6px;
}
.header .header-container .burger-container .mobile-right #nav-icon.open span[data-v-61dd7a3d]:nth-child(2) {
            left: calc(50% - 2px);
            top: 6px;
}
.header .header-container .burger-container .mobile-right #nav-icon.open span[data-v-61dd7a3d]:nth-child(3) {
            left: -20%;
            opacity: 0;
            top: 11px;
}
.header .header-container .burger-container .mobile-right #nav-icon.open span[data-v-61dd7a3d]:nth-child(4) {
            left: 80%;
            opacity: 0;
            top: 11px;
}
.header .header-container .burger-container .mobile-right #nav-icon.open span[data-v-61dd7a3d]:nth-child(5) {
            left: 2px;
            top: 12px;
}
.header .header-container .burger-container .mobile-right #nav-icon.open span[data-v-61dd7a3d]:nth-child(6) {
            left: calc(50% - 2px);
            top: 12px;
}
.header .header-container .burger-container .mobile-right #nav-icon span[data-v-61dd7a3d] {
            display: block;
            position: absolute;
            height: 2px;
            width: 50%;
            background: #d3531a;
            opacity: 1;
            transform: rotate(0deg);
            transition: .25s ease-in-out;
            background: black;
}
.header .header-container .burger-container .mobile-right #nav-icon span[data-v-61dd7a3d]:nth-child(even) {
              left: 50%;
              border-radius: 0 9px 9px 0;
}
.header .header-container .burger-container .mobile-right #nav-icon span[data-v-61dd7a3d]:nth-child(odd) {
              left: 0px;
              border-radius: 9px 0 0 9px;
}
.header .header-container .burger-container .mobile-right #nav-icon span[data-v-61dd7a3d]:nth-child(1), .header .header-container .burger-container .mobile-right #nav-icon span[data-v-61dd7a3d]:nth-child(2) {
              top: 3px;
}
.header .header-container .burger-container .mobile-right #nav-icon span[data-v-61dd7a3d]:nth-child(3), .header .header-container .burger-container .mobile-right #nav-icon span[data-v-61dd7a3d]:nth-child(4) {
              top: 9px;
}
.header .header-container .burger-container .mobile-right #nav-icon span[data-v-61dd7a3d]:nth-child(5), .header .header-container .burger-container .mobile-right #nav-icon span[data-v-61dd7a3d]:nth-child(6) {
              top: 15px;
}
@media (max-width: 1280px) {
.header .header-container .header-links .header-link[data-v-61dd7a3d] {
    margin: 13px 20px 0 0;
}
}
@media (max-width: 1110px) {
.header .header-container[data-v-61dd7a3d] {
    margin: 0 30px 0 30px;
}
.header .header-container img.davi-jg-logo[data-v-61dd7a3d] {
      max-width: 200px;
}
.header .header-container .header-links .header-link[data-v-61dd7a3d] {
      margin: 13px 20px 0 0;
}
}
@media (max-width: 991px) {
.header .header-container .header-links .header-link[data-v-61dd7a3d] {
    margin: 13px 20px 0 0;
}
}
@media (max-width: 960px) {
.header .header-container[data-v-61dd7a3d] {
    margin: 0 30px 0 30px;
}
.header .header-container img.davi-jg-logo[data-v-61dd7a3d] {
      max-width: 200px;
}
.header .header-container .header-links .header-link[data-v-61dd7a3d] {
      margin: 0 20px 0 0;
}
}
@media (max-width: 768px) {
.header[data-v-61dd7a3d] {
    height: 64px;
}
.header .header-container[data-v-61dd7a3d] {
      margin: 0 12px;
}
.header .header-container img.davi-jg-logo[data-v-61dd7a3d] {
        max-width: 200px;
}
.header .header-container .header-links .header-link[data-v-61dd7a3d] {
        margin: 0 20px 0 0;
}
}
@media (max-width: 580px) {
.header .header-container[data-v-61dd7a3d] {
    margin: 0;
}
.header .header-container img.davi-jg-logo[data-v-61dd7a3d] {
      margin-top: 6px;
      max-width: 200px;
}
}

.footer[data-v-40ab164b] {
  z-index: 1;
  background: #fff;
  position: relative;
  font-family: 'Poppins';
}
.footer .footer-colors[data-v-40ab164b] {
    position: absolute;
    top: -5px;
    width: 100%;
}
.footer .footer-colors div[data-v-40ab164b] {
      width: 25%;
      display: inline-block;
      content: '';
      height: 10px;
}
.footer .footer-colors div[data-v-40ab164b]:nth-child(1) {
        background-color: #00c2d1;
}
.footer .footer-colors div[data-v-40ab164b]:nth-child(2) {
        background-color: #a1d100;
}
.footer .footer-colors div[data-v-40ab164b]:nth-child(3) {
        background-color: #9c298c;
}
.footer .footer-colors div[data-v-40ab164b]:nth-child(4) {
        background-color: #ff3d2e;
}
.footer .links-container[data-v-40ab164b] {
    margin: 80px 128px 0 58px;
}
.footer .links-container .link-list[data-v-40ab164b] {
      display: inline-grid;
      margin-right: 80px;
}
.footer .links-container .link-list:nth-child(1) .title[data-v-40ab164b] {
        color: #00c2d1;
}
.footer .links-container .link-list:nth-child(2) .title[data-v-40ab164b] {
        color: #a1d100;
}
.footer .links-container .link-list:nth-child(3) .title[data-v-40ab164b] {
        color: #9c298c;
}
.footer .links-container .link-list[data-v-40ab164b]:nth-child(4) {
        margin-right: 0;
}
.footer .links-container .link-list:nth-child(4) .title[data-v-40ab164b] {
          color: #ff3d2e;
}
.footer .links-container .link-list:nth-child(4) .send-email-form[data-v-40ab164b] {
          position: relative;
}
.footer .links-container .link-list:nth-child(4) .send-email-form input[data-v-40ab164b] {
            padding: 0 25px 0 16px;
            border-radius: 99px;
            border: solid 1px #c2c2c2;
            background-color: #ffffff;
            width: 198px;
            height: 47px;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
}
.footer .links-container .link-list:nth-child(4) .send-email-form input[data-v-40ab164b]:focus {
              outline: none;
}
.footer .links-container .link-list:nth-child(4) .send-email-form .send-email[data-v-40ab164b] {
            background-color: #ff3d2e;
            text-transform: capitalize;
            font-size: 16px;
            font-weight: bold;
            letter-spacing: 0.8px;
            padding: 12px 16px 11px 24px;
            border-radius: 99px;
            width: 161px;
            height: 47px;
            margin-left: -25px;
            margin-bottom: 2px;
}
.footer .links-container .link-list:nth-child(4) .send-email-form i.v-icon[data-v-40ab164b] {
            font-size: 16px;
}
.footer .links-container .link-list:nth-child(4) .social-media[data-v-40ab164b] {
          margin-top: 16px;
}
.footer .links-container .link-list:nth-child(4) .social-media .v-icon[data-v-40ab164b] {
            font-size: 32px;
            margin-right: 8px;
            cursor: pointer;
}
.footer .links-container .link-list:nth-child(4) .social-media .v-icon[data-v-40ab164b]:nth-child(1) {
              color: #1877f2;
}
.footer .links-container .link-list:nth-child(4) .social-media .v-icon[data-v-40ab164b]:nth-child(2) {
              color: #1da1f2;
}
.footer .links-container .link-list:nth-child(4) .social-media .v-icon[data-v-40ab164b]:nth-child(3) {
              color: white;
              font-size: 18px;
              background-color: #e4405f;
              height: 27px;
              width: 27px;
              border-radius: 99px;
              margin-right: 0;
}
.footer .links-container .link-list .title[data-v-40ab164b] {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.46;
        margin-bottom: 24px;
        font-family: 'Poppins' !important;
}
.footer .links-container .link-list .footer-link[data-v-40ab164b], .footer .links-container .link-list a.footer-link[data-v-40ab164b] {
        font-size: 16px;
        text-decoration: underline;
        margin-bottom: 16px;
        cursor: pointer;
        color: #1e1e1e;
}
.footer .copy-right[data-v-40ab164b] {
    margin-top: 114px;
    text-align: center;
    background-color: #1e1e1e;
    color: #ffff;
    font-size: 16px;
    padding: 32px 0;
}
@media (max-width: 960px) {
.footer .links-container[data-v-40ab164b] {
    margin: 80px 100px 0 30px;
}
}
@media (max-width: 768px) {
.footer .copy-right[data-v-40ab164b] {
    margin-top: 86px;
}
.footer .links-container[data-v-40ab164b] {
    margin: 24px 12px 0;
}
.footer .links-container .link-list[data-v-40ab164b]:nth-child(1) {
      margin-right: 125px;
}
.footer .links-container .link-list[data-v-40ab164b]:nth-child(2) {
      margin-right: 98px;
}
.footer .links-container .link-list[data-v-40ab164b]:nth-child(3) {
      margin-right: 0;
}
.footer .links-container .link-list[data-v-40ab164b]:nth-child(4) {
      margin: 60px auto 0;
      display: block;
      max-width: 390px;
}
}
@media (max-width: 580px) {
.footer .links-container[data-v-40ab164b] {
    margin: 80px 0 0;
}
}
@media (max-width: 480px) {
.footer .copy-right[data-v-40ab164b] {
    margin-top: 40px;
}
.footer .links-container[data-v-40ab164b] {
    margin: 24px 0 0;
}
}
@media (max-width: 320px) {
.footer .links-container .link-list:nth-child(4) .send-email-form input[data-v-40ab164b] {
    width: 160px;
}
}


.privacy-policy[data-v-92a58be0] {
  margin-top: 200px;
  font-family: 'Poppins';
  font-size: 20px;
}
.privacy-policy .npc-seal[data-v-92a58be0] {
    max-width: 350px;
    margin: 0 auto;
    display: block;
}
.privacy-policy .headings.text-center[data-v-92a58be0] {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.09;
    margin-bottom: 40px;
}
.privacy-policy ol[data-v-92a58be0] {
    margin-left: 20px;
}
.privacy-policy ol li[data-v-92a58be0] {
      margin-bottom: 20px;
}
.privacy-policy ol li[data-v-92a58be0]:last-child {
        margin-bottom: 0;
}
.privacy-policy .underlined[data-v-92a58be0] {
    text-decoration: underline;
}
.privacy-policy h5[data-v-92a58be0] {
    font-size: 30px;
    text-decoration: underline;
    margin-top: 40px;
    margin-bottom: 20px;
}
@media (max-width: 580px) {
.privacy-policy[data-v-92a58be0] {
    margin-top: 100px;
}
.privacy-policy .headings.text-center[data-v-92a58be0] {
      font-size: 26px;
}
}
@media (max-width: 580px) {
.privacy-policy .headings.text-center[data-v-92a58be0] {
    font-size: 21px;
}
}

.page[data-v-452ad882] {
  background: #f5f7fc;
  padding: 250px 0;
  font-family: 'Poppins';
}
.page .content[data-v-452ad882] {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    font-size: 20px;
    padding: 0 25px;
}
.page .content h1[data-v-452ad882] {
      font-weight: 700;
}
@media (max-width: 580px) {
.page[data-v-452ad882] {
    padding: 100px 0;
}
}

.header[data-v-1815dc08] {
  background-image: url(../img/research-header.png);
  height: 100%;
  max-height: 523px;
  background-size: 100% 100%;
  margin-top: 78px;
  position: relative;
}
.header .triangle[data-v-1815dc08] {
    width: 640.9px;
    height: 523px;
    position: relative;
    overflow: hidden;
}
.header .triangle[data-v-1815dc08]::before {
      content: '';
      height: 523px;
      width: 500px;
      background: #a1d100;
      display: block;
      position: absolute;
      margin: auto;
      left: 80px;
      top: 0;
      bottom: 0;
      transform: rotate(45deg);
      border-radius: 130px;
}
.header .triangle[data-v-1815dc08]::after {
      content: '';
      height: 150%;
      width: 300px;
      background: #a1d100;
      display: block;
      position: absolute;
      margin: auto;
      left: 0;
      top: 0;
      bottom: 0;
}
.header .title[data-v-1815dc08] {
    position: absolute;
    left: 70px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 372px;
    height: 183px;
    font-size: 77px !important;
    font-weight: 700;
    line-height: 0.97;
    text-align: left;
    color: #1e1e1e;
    font-family: 'Poppins' !important;
}
.mobile-view-only[data-v-1815dc08] {
  display: none;
}
.page-container[data-v-1815dc08] {
  background: #f5f7fc;
}
.page-container .content[data-v-1815dc08] {
    margin: -79px 43px 0;
    padding: 40px 52px 40px 37px;
    background-color: #fff;
    border-top: 5px solid #00c2d1;
    position: relative;
}
.sub-content[data-v-1815dc08] {
  font-size: 19px;
  font-family: 'Poppins';
  line-height: 1.5;
  color: #1e1e1e;
  margin-bottom: 40px;
}
.v-card[data-v-1815dc08] {
  border-radius: 12px;
  border: none;
  cursor: pointer;
  background-size: 100% 100%;
  height: 100%;
}
.v-card .v-image .report-tag[data-v-1815dc08] {
    display: inline;
    padding: 4px 10px;
    border-radius: 4px;
    background-color: #ff3d2e;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Poppins';
    margin-right: 10px;
}
.v-card .v-image .categories[data-v-1815dc08] {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 16px;
}
.v-card .v-card__title[data-v-1815dc08] {
    background: rgba(255, 255, 255, 0.9);
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 16px;
    color: #000;
    line-height: 1.56;
    letter-spacing: 0.8px;
    padding: 16px 16px 0 16px;
    word-break: normal;
}
.v-card .v-card__text[data-v-1815dc08] {
    background: rgba(255, 255, 255, 0.9);
    font-family: 'Poppins';
    line-height: 1.5;
    color: #1e1e1e;
    font-size: 14px;
    padding: 0 16px 16px 16px;
    height: 100%;
}
@media (max-width: 580px) {
.header[data-v-1815dc08] {
    max-height: 280px;
}
.header .title[data-v-1815dc08] {
      height: 140px;
      font-size: 40px !important;
      text-align: center;
      left: 0;
      right: 0;
      color: white;
}
.header .triangle[data-v-1815dc08]::before, .header .triangle[data-v-1815dc08]::after {
      display: none;
}
.mobile-view-only[data-v-1815dc08] {
    display: block;
    margin-bottom: 20px;
}
.mobile-view-only .col-12[data-v-1815dc08] {
      padding: 0;
}
.mobile-view-only .col-12 .v-card .v-image[data-v-1815dc08] {
        border-radius: 0;
}
.mobile-view-only .col-12 .v-card .v-image[data-v-1815dc08] .v-image__image--cover {
          background-size: 100% 100%;
}
.mobile-view-only .col-12 .v-card .description-container[data-v-1815dc08] {
        padding: 0 10px;
}
.mobile-view-only .col-12 .v-card .description-container .v-card__title[data-v-1815dc08] {
          background: rgba(255, 255, 255, 0.9);
          font-family: 'Poppins';
          font-weight: bold;
          font-size: 16px;
          color: #000;
          line-height: 1.56;
          letter-spacing: 0.8px;
          padding: 16px 16px 0 16px;
          word-break: normal;
}
.mobile-view-only .col-12 .v-card .description-container .v-card__text[data-v-1815dc08] {
          background: rgba(255, 255, 255, 0.9);
          font-family: 'Poppins';
          line-height: 1.5;
          color: #1e1e1e;
          font-size: 14px;
          padding: 0 16px 16px 16px;
}
.desktop-view-only[data-v-1815dc08] {
    display: none;
}
.page-container .content[data-v-1815dc08] {
    margin: -79px 0 0;
    padding: 25px;
}
.page-container .content .sub-content[data-v-1815dc08] {
      font-size: 16px;
      margin-bottom: 20px;
}
}

.page[data-v-09c9a50e] {
  background: #f5f7fc;
  padding-top: 77px;
  font-family: 'Poppins';
}
.page .banner-image[data-v-09c9a50e] .v-image__image--cover {
    background-size: 100% 100%;
}
.page .alert-notif[data-v-09c9a50e] {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
}
.page .page-container .content[data-v-09c9a50e] {
    margin: -79px 43px 0;
    padding: 40px 52px 40px 37px;
    background-color: #fff;
    border-top: 5px solid #00c2d1;
    position: relative;
}
.page .page-container .content .centered-report[data-v-09c9a50e] {
      margin: 0 auto;
}
.page .page-container .content .report-title[data-v-09c9a50e] {
      font-size: 44px;
      line-height: 1.48;
      letter-spacing: 2.2px;
      color: #1e1e1e;
      font-weight: bold;
      margin-bottom: 16px;
}
.page .page-container .content .report-short-description[data-v-09c9a50e] {
      font-size: 24px;
      line-height: 1.46;
      color: #1e1e1e;
      margin-bottom: 24px;
}
.page .page-container .content .report-content[data-v-09c9a50e] {
      margin-top: 24px;
      font-size: 24px;
      line-height: 1.46;
      color: #1e1e1e;
      max-width: 720px;
      position: relative;
}
.page .page-container .content .button-container[data-v-09c9a50e] {
      position: relative;
      max-width: 720px;
      text-align: center;
      margin-top: 20px;
}
.page .page-container .content .button-container .tab-button[data-v-09c9a50e] {
        padding: 12px 16px 11px 24px;
        border-radius: 99px;
        background-color: #ff3d2e !important;
        font-size: 16px;
        line-height: 1.56;
        letter-spacing: 0.8px;
        text-transform: none;
        font-weight: bold;
        height: 47px;
        margin-top: 40px;
        color: #fff !important;
        margin: auto;
}
.page .page-container .content .related-articles[data-v-09c9a50e] {
      max-width: 282px;
      width: 100%;
}
.page .page-container .content .related-articles .contentz[data-v-09c9a50e] {
        border-radius: 12px;
        background-size: 100% 100%;
}
.page .page-container .content .related-articles .title-with-arrow[data-v-09c9a50e] {
        color: #1e1e1e;
        font-family: 'Poppins';
        font-size: 24px;
        font-weight: bold;
}
.page .page-container .content .related-articles .title-with-arrow[data-v-09c9a50e]::before {
          content: '';
          display: inline-block;
          max-width: 61px;
          width: 100%;
          margin-bottom: 5px;
          margin-right: 16px;
          border-bottom: 8px solid black;
}
.page .page-container .content .related-articles .v-image[data-v-09c9a50e] {
        margin: 24px 0 16px;
        border-radius: 12px;
        cursor: pointer;
}
.page .page-container .content .related-articles .v-image .report-tag[data-v-09c9a50e] {
          display: inline;
          padding: 4px 10px;
          border-radius: 4px;
          background-color: #ff3d2e;
          font-size: 14px;
          font-weight: bold;
          font-family: 'Poppins';
          margin-right: 10px;
}
.page .page-container .content .related-articles .v-image .categories[data-v-09c9a50e] {
          position: absolute;
          top: 0;
          width: 100%;
          padding: 16px;
}
.page .page-container .content .related-articles .v-card__title[data-v-09c9a50e] {
        background: rgba(255, 255, 255, 0.9);
        font-family: 'Poppins';
        font-weight: bold;
        font-size: 16px;
        color: #000;
        line-height: 1.56;
        letter-spacing: 0.8px;
        padding: 16px 16px 0 16px;
        word-break: normal;
}
.page .page-container .content .related-articles .v-card__text[data-v-09c9a50e] {
        background: rgba(255, 255, 255, 0.9);
        font-family: 'Poppins';
        line-height: 1.5;
        color: #1e1e1e;
        font-size: 14px;
        padding: 0 16px 16px 16px;
}
@media (max-width: 580px) {
.page .page-container .content[data-v-09c9a50e] {
    margin: 0;
}
.page .page-container .content .report-title[data-v-09c9a50e] {
      font-size: 20px;
      letter-spacing: 1.2px;
}
.page .page-container .content .report-short-description[data-v-09c9a50e] {
      font-size: 18px;
}
.page .page-container .content .report-content[data-v-09c9a50e] {
      font-size: 18px;
}
.page .page-container .content .related-articles[data-v-09c9a50e] {
      max-width: 100%;
      margin-top: 30px;
}
}

.news[data-v-a41d480e] {
  position: relative;
  min-height: 768px;
  background-color: #fff;
  font-family: 'Poppins';
  max-width: 1920px;
  margin: 0 auto;
}
.news .content[data-v-a41d480e] {
    z-index: 1;
    position: relative;
}
.news .content .container .section-container[data-v-a41d480e] {
      margin: 0 58px;
      font-size: 20px;
      line-height: 1.5;
}
.news .content .container .section-container img.big-image[data-v-a41d480e] {
        position: absolute;
        top: 0;
        z-index: -1;
        width: 94%;
        left: 0;
        right: 0;
        margin: 0 auto;
}
.news .content .container .section-container .map-container[data-v-a41d480e] {
        max-width: 715px;
}
.news .content .container .section-container .title[data-v-a41d480e] {
        margin-top: 80px;
        font-size: 44px !important;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 60px;
        font-family: 'Poppins-Bold' !important;
}
.news .content .container .section-container .title[data-v-a41d480e]::before {
          content: '';
          width: 122px;
          height: 8px;
          margin: 0 16px 12px 0;
          background-color: #1e1e1e;
          display: inline-block;
}
.news .content .container .section-container .news-card[data-v-a41d480e] {
        background-color: #fff;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
        border-radius: 15px;
        position: relative;
}
.news .content .container .section-container .news-card img.news-svg-1[data-v-a41d480e] {
          position: absolute;
          right: -50px;
          top: 34%;
}
.news .content .container .section-container .news-card img.news-svg-2[data-v-a41d480e] {
          position: absolute;
          bottom: -25px;
          left: -35px;
}
.news .content .container .section-container .news-card .news-list-container[data-v-a41d480e] {
          padding: 36px 24px 36px 36px;
          background: #fff;
          border-top-left-radius: 25px;
          border-bottom-left-radius: 25px;
}
.news .content .container .section-container .news-card .news-list-container .news-container[data-v-a41d480e] {
            margin-bottom: 36px;
            min-height: 140px;
            cursor: pointer;
            display: inline-block;
            max-width: 582px;
            width: 100%;
}
.news .content .container .section-container .news-card .news-list-container .news-container[data-v-a41d480e]:nth-child(4) {
              margin-bottom: 98px !important;
}
.news .content .container .section-container .news-card .news-list-container .news-container img[data-v-a41d480e] {
              max-width: 140px;
              width: 100%;
              border-radius: 12px;
              float: left;
              margin-right: 16px;
}
.news .content .container .section-container .news-card .news-list-container .news-container .content[data-v-a41d480e] {
              width: 100%;
}
.news .content .container .section-container .news-card .news-list-container .news-container .content .meta[data-v-a41d480e] {
                font-size: 24px;
                font-family: 'Poppins-Semibold';
                color: #ff3d2e;
                line-height: 1.46;
}
.news .content .container .section-container .news-card .news-list-container .news-container .content .date[data-v-a41d480e] {
                line-height: 2.14;
                font-size: 14px;
                font-family: 'Poppins-Light';
                margin-bottom: 20px;
}
.news .content .container .section-container .news-card .news-list-container .news-container .content .description[data-v-a41d480e] {
                font-size: 16px;
                line-height: 1.88;
                height: 53px;
                padding-left: 155px;
}
.news .content .container .section-container .news-card .news-big[data-v-a41d480e] {
          border-top-right-radius: 25px;
          border-bottom-right-radius: 25px;
          background-size: contain;
          background-repeat: no-repeat;
          padding: 40px;
          background-position: center center;
          background-color: #fff;
}
.news .content .container .section-container .news-card .news-big.hidden-news-mobile[data-v-a41d480e] {
            border-top-left-radius: 25px;
            border-bottom-left-radius: 25px;
            margin-bottom: 36px;
            padding: 25px;
            background-position: center center;
            background-size: cover;
}
.news .content .container .section-container .news-card .news-big.hidden-news-mobile .content .meta[data-v-a41d480e] {
              font-size: 24px;
              line-height: 1.46;
}
.news .content .container .section-container .news-card .news-big.hidden-news-mobile .content .date[data-v-a41d480e] {
              margin-bottom: 25px;
}
.news .content .container .section-container .news-card .news-big.hidden-news-mobile .content .description[data-v-a41d480e] {
              font-size: 16px;
              line-height: 1.88;
}
.news .content .container .section-container .news-card .news-big .content[data-v-a41d480e] {
            display: flex;
            justify-content: center;
            flex-direction: column;
            height: 100%;
}
.news .content .container .section-container .news-card .news-big .content .meta[data-v-a41d480e] {
              font-size: 44px;
              font-family: 'Poppins-Semibold';
              line-height: 1.48;
              color: #fafafa;
}
.news .content .container .section-container .news-card .news-big .content .date[data-v-a41d480e] {
              line-height: 2.14;
              font-size: 14px;
              font-family: 'Poppins-Light';
              margin-bottom: 40px;
              color: #fcfcfc;
}
.news .content .container .section-container .news-card .news-big .content .description[data-v-a41d480e] {
              font-size: 20px;
              line-height: 1.5;
              color: #fcfcfc;
              width: 100%;
              margin-bottom: 24px;
}
.news .content .container .section-container .news-card .news-big .content .v-btn[data-v-a41d480e] {
              width: 100%;
              max-width: 165px;
              color: #fff;
              border-width: 2px;
              font-family: 'Poppins-Bold';
              text-transform: capitalize;
              line-height: 1.56;
              letter-spacing: 0.8px;
              font-size: 16px;
              height: 47px;
}
@media (max-width: 960px) {
.news .content .container .section-container[data-v-a41d480e] {
    margin: 0 58px;
}
}
@media (max-width: 768px) {
.news[data-v-a41d480e]::before {
    display: none;
}
.news .content .container .section-container[data-v-a41d480e] {
    margin: 0 12px;
}
.news .content .container .section-container .news-card .news-list-container[data-v-a41d480e] {
      padding: 10px;
}
.news .content .container .section-container .title[data-v-a41d480e] {
      margin-top: 40px;
}
.news .content .container .section-container .map-container[data-v-a41d480e] {
      max-width: 768px;
}
}
@media (max-width: 580px) {
.news .content .container .section-container[data-v-a41d480e] {
    margin: 0;
}
}
@media (max-width: 480px) {
.news[data-v-a41d480e] {
    min-height: auto;
}
.news .content .container .section-container .title[data-v-a41d480e] {
      font-size: 36px;
}
.news .content .container .section-container .title[data-v-a41d480e]::before {
        width: 60px;
}
.news .content .container .section-container .map-container[data-v-a41d480e] {
      display: none;
}
}

.tnc[data-v-46f2d33e] {
  margin-top: 200px;
  font-family: 'Poppins';
  font-size: 20px;
}
.tnc .headings.text-center[data-v-46f2d33e] {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.09;
    margin-bottom: 40px;
}
.tnc .justify[data-v-46f2d33e] {
    text-align: justify;
}
.tnc .header-indention[data-v-46f2d33e] {
    margin-right: 15px;
}
.tnc .subject-indention[data-v-46f2d33e] {
    margin-right: 21px;
}
.tnc .table-cont[data-v-46f2d33e] {
    display: table;
    margin-bottom: 16px;
}
.tnc .table-cont.bold .table-cell-cont[data-v-46f2d33e] {
      font-weight: bold;
}
.tnc .table-cont .table-cell-cont[data-v-46f2d33e] {
      display: table-cell;
}
.tnc .table-cont .table-cell-cont[data-v-46f2d33e]:first-child {
        width: 40px;
}
.tnc .table-cont .table-cell-cont[data-v-46f2d33e]:last-child {
        text-align: justify;
}
@media (max-width: 580px) {
.tnc[data-v-46f2d33e] {
    margin-top: 100px;
}
.tnc .headings.text-center[data-v-46f2d33e] {
      font-size: 26px;
}
}
@media (max-width: 580px) {
.tnc .headings.text-center[data-v-46f2d33e] {
    font-size: 21px;
}
}

.section-1[data-v-020138e7] {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Poppins-Regular';
}
.section-1 .content[data-v-020138e7] {
    height: 860px;
    z-index: 2;
    position: relative;
}
.section-1 .content .section-container[data-v-020138e7] {
      position: relative;
      margin: 0 128px 0 58px;
}
.section-1 .content .section-container .head-liner[data-v-020138e7] {
        font-size: 5.5rem;
        font-weight: bold;
        line-height: 1.09;
        max-width: 615px;
        height: 180px;
        margin-top: 216px;
        font-family: 'Poppins-Bold';
}
.section-1 .content .section-container p[data-v-020138e7] {
        max-width: 469px;
        font-size: 20px;
        line-height: 1.5;
}
.section-1 .content .section-container p.data-driven[data-v-020138e7] {
          font-family: 'Poppins-Bold';
          margin-bottom: 26px;
}
.section-1 .content .section-container p.first-paragraph[data-v-020138e7] {
          margin-bottom: 26px;
}
.section-1 .big-logo[data-v-020138e7] {
    z-index: 2;
    position: absolute;
    right: -120px;
    top: -22px;
}
.section-1 .big-logo img[data-v-020138e7] {
      width: 100%;
      height: 860px;
      max-width: 767px;
}
@media (max-width: 960px) {
.section-1 .big-logo[data-v-020138e7] {
    right: -100px;
    top: -50px;
    max-width: 700px;
}
.section-1 .content .section-container[data-v-020138e7] {
    margin: 0 100px 0 30px;
}
}
@media (max-width: 768px) {
.section-1[data-v-020138e7] {
    min-height: 1024px;
}
.section-1 .big-logo[data-v-020138e7] {
      right: -150px;
      top: 32px;
}
.section-1 .big-logo img[data-v-020138e7] {
        height: 584px;
}
.section-1 .content .section-container[data-v-020138e7] {
      margin: 0 12px;
}
.section-1 .content .section-container .head-liner[data-v-020138e7] {
        margin-top: 525px;
}
}
@media (max-width: 580px) {
.section-1 .big-logo[data-v-020138e7] {
    right: -150px;
    top: 32px;
}
.section-1 .big-logo img[data-v-020138e7] {
      height: 584px;
}
.section-1 .content .section-container[data-v-020138e7] {
    margin: 0;
}
.section-1 .content .section-container .head-liner[data-v-020138e7] {
      font-size: 4.5rem;
}
}
@media (max-width: 480px) {
.section-1[data-v-020138e7] {
    min-height: auto;
    margin-bottom: 50px;
    font-family: 'Poppins';
}
.section-1 .big-logo[data-v-020138e7] {
      right: -116px;
      top: 26px;
}
.section-1 .big-logo img[data-v-020138e7] {
        height: 443.7px;
}
.section-1 .content[data-v-020138e7] {
      height: auto;
}
.section-1 .content .section-container[data-v-020138e7] {
        margin: 0;
}
.section-1 .content .section-container .head-liner[data-v-020138e7] {
          margin-top: 385px;
          font-size: 40px;
          line-height: 1.1;
          height: auto;
          margin-bottom: 6px;
}
.section-1 .content .section-container p[data-v-020138e7] {
          font-size: 16px;
}
}

.section-2[data-v-1a68e9cd] {
  position: relative;
  min-height: 768px;
  font-family: 'Poppins';
  max-width: 1920px;
  margin: -75px auto 0;
}
.section-2 .section-container[data-v-1a68e9cd] {
    margin: 0 0 0 58px;
    font-size: 20px;
    line-height: 1.5;
}
.section-2 .section-container[data-v-1a68e9cd] .slick-slide img.big-image {
      display: initial;
}
.section-2 .section-container[data-v-1a68e9cd] .slick-dots {
      bottom: 80px;
}
.section-2 .section-container .container[data-v-1a68e9cd] {
      margin-bottom: 180px;
      padding: 12px 0;
}
.section-2 .section-container .container:nth-child(2) .row .col-12:first-child .sub-title[data-v-1a68e9cd], .section-2 .section-container .container:nth-child(3) .row .col-12:first-child .sub-title[data-v-1a68e9cd] {
        margin-top: 205px;
}
.section-2 .section-container .container[data-v-1a68e9cd]:nth-child(3) {
        margin-bottom: 250px;
}
.section-2 .section-container .container .row .col-12:first-child .title[data-v-1a68e9cd] {
        font-size: 44px !important;
        line-height: 1;
        font-weight: bold;
        margin-top: 30px;
        font-family: 'Poppins-Bold' !important;
}
.section-2 .section-container .container .row .col-12:first-child .title[data-v-1a68e9cd]::before {
          content: '';
          width: 122px;
          height: 8px;
          margin: 0 16px 12px 0;
          background-color: #1e1e1e;
          display: inline-block;
}
.section-2 .section-container .container .row .col-12:first-child .sub-title[data-v-1a68e9cd] {
        margin-top: 169px;
        font-family: 'Poppins-Bold';
        margin-bottom: 36px;
}
.section-2 .section-container .container .row .col-12:first-child .description[data-v-1a68e9cd] {
        max-width: 548px;
}
.section-2 .section-container .container .row .col-12[data-v-1a68e9cd]:last-child {
        position: relative;
        text-align: right;
}
.section-2 .section-container .container .row .col-12:last-child .big-image[data-v-1a68e9cd] {
          max-width: 654px;
          z-index: 1;
          position: relative;
}
.section-2 .section-container .container .row .col-12:last-child .floating-a[data-v-1a68e9cd] {
          width: 32px;
          height: 33px;
          position: absolute;
          right: 538px;
          top: 152px;
          z-index: 2;
}
.section-2 .section-container .container .row .col-12:last-child .floating-b[data-v-1a68e9cd] {
          width: 48.6px;
          height: 97.1px;
          position: absolute;
          top: 117px;
          right: 412px;
          z-index: 2;
}
.section-2 .section-container .container .row .col-12:last-child .floating-c[data-v-1a68e9cd] {
          width: 110.8px;
          height: 51.3px;
          position: absolute;
          bottom: -28px;
          right: 436px;
          z-index: 2;
}
.section-2 .section-container .container .row .col-12:last-child .floating-d[data-v-1a68e9cd] {
          width: 269.8px;
          height: 269.8px;
          position: absolute;
          bottom: -80px;
          right: 0;
          z-index: 0;
}
.section-2 .section-container .container .row .col-12:last-child .floating-e[data-v-1a68e9cd] {
          width: 47.2px;
          height: 47.2px;
          position: absolute;
          right: 567px;
          bottom: 128px;
          z-index: 0;
}
@media (max-width: 960px) {
.section-2 .section-container[data-v-1a68e9cd] {
    margin: 0 0 0 30px;
}
}
@media (max-width: 768px) {
.section-2 .section-container[data-v-1a68e9cd] {
    margin: 0 0 0 12px;
}
.section-2 .section-container .container[data-v-1a68e9cd] {
      margin-bottom: 130px;
}
.section-2 .section-container .container:nth-child(1) .row .col-12:first-child .sub-title[data-v-1a68e9cd] {
        margin-top: 37px;
}
.section-2 .section-container .container:nth-child(2) .row .col-12:first-child .sub-title[data-v-1a68e9cd], .section-2 .section-container .container:nth-child(3) .row .col-12:first-child .sub-title[data-v-1a68e9cd] {
        margin-top: 0;
}
.section-2 .section-container .container[data-v-1a68e9cd]:nth-child(3) {
        margin-bottom: 130px;
}
.section-2 .section-container .container .row .col-12:first-child .title[data-v-1a68e9cd] {
        margin-top: 120px;
}
.section-2 .section-container .container .row .col-12[data-v-1a68e9cd]:last-child {
        text-align: right;
}
.section-2 .section-container .container .row .col-12:last-child .big-image[data-v-1a68e9cd] {
          margin-right: -2rem;
          max-width: 556px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-a[data-v-1a68e9cd] {
          width: 24px;
          height: 25px;
          right: 432px;
          top: 134px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-b[data-v-1a68e9cd] {
          width: 36.7px;
          height: 73.4px;
          right: 323px;
          top: 109px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-c[data-v-1a68e9cd] {
          width: 83.7px;
          height: 38.8px;
          bottom: -20px;
          right: 340px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-d[data-v-1a68e9cd] {
          bottom: -75px;
          right: -25px;
          width: 203.8px;
          height: 203.8px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-e[data-v-1a68e9cd] {
          width: 38.2px;
          height: 38.2px;
          right: 460px;
          bottom: 105px;
}
}
@media (max-width: 580px) {
.section-2 .tablet-view[data-v-1a68e9cd] {
    margin-top: 70px;
    margin-bottom: 70px;
}
.section-2 .section-container[data-v-1a68e9cd] {
    margin: 0 0 0 12px;
}
.section-2 .section-container[data-v-1a68e9cd] .slick-dots {
      bottom: 0px;
}
}
@media (max-width: 551px) {
.section-2 .section-container .container .row .col-12:last-child .floating-a[data-v-1a68e9cd] {
    width: 24px;
    height: 25px;
    right: calc(100% - 96px);
    top: 134px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-b[data-v-1a68e9cd] {
    width: 36.7px;
    height: 73.4px;
    right: calc(100% - 206px);
    top: 109px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-c[data-v-1a68e9cd] {
    width: 83.7px;
    height: 38.8px;
    bottom: -20px;
    right: calc(100% - 188px);
}
.section-2 .section-container .container .row .col-12:last-child .floating-d[data-v-1a68e9cd] {
    bottom: -75px;
    right: calc(100% - 553px);
    width: 203.8px;
    height: 203.8px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-e[data-v-1a68e9cd] {
    width: 38.2px;
    height: 38.2px;
    right: calc(100% - 68px);
    bottom: 105px;
}
}
@media (max-width: 480px) {
.section-2[data-v-1a68e9cd] {
    min-height: auto;
}
.section-2 .section-container .container[data-v-1a68e9cd] {
      margin-bottom: 50px;
}
.section-2 .section-container .container[data-v-1a68e9cd]:nth-child(3) {
        margin-bottom: 80px;
}
.section-2 .section-container .container .row .col-12:first-child .title[data-v-1a68e9cd] {
        font-size: 36px !important;
}
.section-2 .section-container .container .row .col-12:first-child .title[data-v-1a68e9cd]::before {
          width: 60px;
}
.section-2 .section-container .container .row .col-12:first-child .sub-title[data-v-1a68e9cd], .section-2 .section-container .container .row .col-12:first-child .description[data-v-1a68e9cd] {
        font-size: 16px;
}
.section-2 .section-container .container .row .col-12:first-child .sub-title[data-v-1a68e9cd] {
        margin-top: 16px;
        margin-bottom: 16px;
}
.section-2 .section-container .container .row .col-12:last-child .big-image[data-v-1a68e9cd] {
        margin-right: -1rem;
        max-width: 229.4px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-a[data-v-1a68e9cd] {
        width: 10.1px;
        height: 10.7px;
        right: 176px;
        top: 53px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-b[data-v-1a68e9cd] {
        width: 15.1px;
        height: 30.3px;
        right: 132px;
        top: 44px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-c[data-v-1a68e9cd] {
        width: 34.5px;
        height: 16px;
        bottom: -8px;
        right: 140px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-d[data-v-1a68e9cd] {
        bottom: -30px;
        right: -12px;
        width: 84.1px;
        height: 84.1px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-e[data-v-1a68e9cd] {
        width: 17.2px;
        height: 16.2px;
        right: 182px;
        bottom: 48px;
}
}

.section-2[data-v-4f3037c1] {
  position: relative;
  min-height: 768px;
  font-family: 'Poppins';
  max-width: 1920px;
  margin: -75px auto 0;
}
.section-2 .section-container[data-v-4f3037c1] {
    margin: 0 0 0 58px;
    font-size: 20px;
    line-height: 1.5;
}
.section-2 .section-container[data-v-4f3037c1] .slick-slide img.big-image {
      display: initial;
}
.section-2 .section-container[data-v-4f3037c1] .slick-dots {
      bottom: 80px;
}
.section-2 .section-container .container[data-v-4f3037c1] {
      margin-bottom: 100px;
      padding: 12px 0;
}
.section-2 .section-container .container:nth-child(2) .row .col-12:first-child .sub-title[data-v-4f3037c1], .section-2 .section-container .container:nth-child(3) .row .col-12:first-child .sub-title[data-v-4f3037c1] {
        margin-top: 205px;
}
.section-2 .section-container .container[data-v-4f3037c1]:nth-child(3) {
        margin-bottom: 250px;
}
.section-2 .section-container .container .row .col-12:first-child .title[data-v-4f3037c1] {
        font-size: 44px !important;
        line-height: 1;
        font-weight: bold;
        margin-top: 30px;
        font-family: 'Poppins-Bold' !important;
}
.section-2 .section-container .container .row .col-12:first-child .title[data-v-4f3037c1]::before {
          content: '';
          width: 122px;
          height: 8px;
          margin: 0 16px 12px 0;
          background-color: #1e1e1e;
          display: inline-block;
}
.section-2 .section-container .container .row .col-12:first-child .sub-title[data-v-4f3037c1] {
        margin-top: 169px;
        font-family: 'Poppins-Bold';
        margin-bottom: 36px;
}
.section-2 .section-container .container .row .col-12:first-child .description[data-v-4f3037c1] {
        margin-top: 169px;
        max-width: 699px;
}
.section-2 .section-container .container .row .col-12:first-child .tab-button[data-v-4f3037c1] {
        padding: 12px 16px 11px 24px;
        border-radius: 99px;
        background-color: #ff3d2e !important;
        font-size: 16px;
        line-height: 1.56;
        letter-spacing: 0.8px;
        text-transform: none;
        font-weight: bold;
        height: 47px;
        margin-top: 40px;
        color: #fff !important;
}
.section-2 .section-container .container .row .col-12:first-child .v-icon[data-v-4f3037c1] {
        color: #fff;
}
.section-2 .section-container .container .row .col-12[data-v-4f3037c1]:last-child {
        position: relative;
        text-align: right;
}
.section-2 .section-container .container .row .col-12:last-child .big-image[data-v-4f3037c1] {
          max-width: 579px;
          z-index: 1;
          position: relative;
}
.section-2 .section-container .container .row .col-12:last-child .floating-a[data-v-4f3037c1] {
          width: 32px;
          height: 33px;
          position: absolute;
          right: 538px;
          top: 152px;
          z-index: 2;
}
.section-2 .section-container .container .row .col-12:last-child .floating-b[data-v-4f3037c1] {
          width: 48.6px;
          height: 97.1px;
          position: absolute;
          top: 117px;
          right: 412px;
          z-index: 2;
}
.section-2 .section-container .container .row .col-12:last-child .floating-c[data-v-4f3037c1] {
          width: 110.8px;
          height: 51.3px;
          position: absolute;
          bottom: -28px;
          right: 436px;
          z-index: 2;
}
.section-2 .section-container .container .row .col-12:last-child .floating-d[data-v-4f3037c1] {
          width: 269.8px;
          height: 269.8px;
          position: absolute;
          bottom: -80px;
          right: 0;
          z-index: 0;
}
.section-2 .section-container .container .row .col-12:last-child .floating-e[data-v-4f3037c1] {
          width: 47.2px;
          height: 47.2px;
          position: absolute;
          right: 567px;
          bottom: 128px;
          z-index: 0;
}
@media (max-width: 960px) {
.section-2 .section-container[data-v-4f3037c1] {
    margin: 0 0 0 30px;
}
#research .section-container .description[data-v-4f3037c1] {
    margin-top: 60px;
}
}
@media (max-width: 768px) {
.section-2 .section-container[data-v-4f3037c1] {
    margin: 0 0 0 12px;
}
.section-2 .section-container .container[data-v-4f3037c1] {
      margin-bottom: 130px;
}
.section-2 .section-container .container:nth-child(1) .row .col-12:first-child .sub-title[data-v-4f3037c1] {
        margin-top: 37px;
}
.section-2 .section-container .container:nth-child(2) .row .col-12:first-child .sub-title[data-v-4f3037c1], .section-2 .section-container .container:nth-child(3) .row .col-12:first-child .sub-title[data-v-4f3037c1] {
        margin-top: 0;
}
.section-2 .section-container .container[data-v-4f3037c1]:nth-child(3) {
        margin-bottom: 130px;
}
.section-2 .section-container .container .row .col-12:first-child .title[data-v-4f3037c1] {
        margin-top: 120px;
}
.section-2 .section-container .container .row .col-12[data-v-4f3037c1]:last-child {
        text-align: right;
}
.section-2 .section-container .container .row .col-12:last-child .big-image[data-v-4f3037c1] {
          margin-right: -2rem;
          max-width: 556px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-a[data-v-4f3037c1] {
          width: 24px;
          height: 25px;
          right: 432px;
          top: 134px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-b[data-v-4f3037c1] {
          width: 36.7px;
          height: 73.4px;
          right: 323px;
          top: 109px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-c[data-v-4f3037c1] {
          width: 83.7px;
          height: 38.8px;
          bottom: -20px;
          right: 340px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-d[data-v-4f3037c1] {
          bottom: -75px;
          right: -25px;
          width: 203.8px;
          height: 203.8px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-e[data-v-4f3037c1] {
          width: 38.2px;
          height: 38.2px;
          right: 460px;
          bottom: 105px;
}
}
@media (max-width: 580px) {
.section-2 .tablet-view[data-v-4f3037c1] {
    margin-top: 70px;
    margin-bottom: 70px;
}
.section-2 .section-container[data-v-4f3037c1] {
    margin: 0 0 0 12px;
}
.section-2 .section-container[data-v-4f3037c1] .slick-dots {
      bottom: 0px;
}
}
@media (max-width: 551px) {
.section-2 .section-container .container .row .col-12:last-child .floating-a[data-v-4f3037c1] {
    width: 24px;
    height: 25px;
    right: calc(100% - 96px);
    top: 134px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-b[data-v-4f3037c1] {
    width: 36.7px;
    height: 73.4px;
    right: calc(100% - 206px);
    top: 109px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-c[data-v-4f3037c1] {
    width: 83.7px;
    height: 38.8px;
    bottom: -20px;
    right: calc(100% - 188px);
}
.section-2 .section-container .container .row .col-12:last-child .floating-d[data-v-4f3037c1] {
    bottom: -75px;
    right: calc(100% - 553px);
    width: 203.8px;
    height: 203.8px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-e[data-v-4f3037c1] {
    width: 38.2px;
    height: 38.2px;
    right: calc(100% - 68px);
    bottom: 105px;
}
}
@media (max-width: 480px) {
.section-2[data-v-4f3037c1] {
    min-height: auto;
}
.section-2 .section-container .container[data-v-4f3037c1] {
      margin-bottom: 50px;
}
.section-2 .section-container .container[data-v-4f3037c1]:nth-child(3) {
        margin-bottom: 80px;
}
.section-2 .section-container .container .row .col-12:first-child .title[data-v-4f3037c1] {
        font-size: 36px !important;
}
.section-2 .section-container .container .row .col-12:first-child .title[data-v-4f3037c1]::before {
          width: 60px;
}
.section-2 .section-container .container .row .col-12:first-child .sub-title[data-v-4f3037c1], .section-2 .section-container .container .row .col-12:first-child .description[data-v-4f3037c1] {
        font-size: 16px;
}
.section-2 .section-container .container .row .col-12:first-child .sub-title[data-v-4f3037c1] {
        margin-top: 16px;
        margin-bottom: 16px;
}
.section-2 .section-container .container .row .col-12:last-child .big-image[data-v-4f3037c1] {
        margin-right: -1rem;
        max-width: 229.4px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-a[data-v-4f3037c1] {
        width: 10.1px;
        height: 10.7px;
        right: 176px;
        top: 53px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-b[data-v-4f3037c1] {
        width: 15.1px;
        height: 30.3px;
        right: 132px;
        top: 44px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-c[data-v-4f3037c1] {
        width: 34.5px;
        height: 16px;
        bottom: -8px;
        right: 140px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-d[data-v-4f3037c1] {
        bottom: -30px;
        right: -12px;
        width: 84.1px;
        height: 84.1px;
}
.section-2 .section-container .container .row .col-12:last-child .floating-e[data-v-4f3037c1] {
        width: 17.2px;
        height: 16.2px;
        right: 182px;
        bottom: 48px;
}
}

.section-3[data-v-0921bddf] {
  position: relative;
  min-height: 768px;
  font-family: 'Poppins';
  max-width: 1920px;
  margin: 85px auto 0;
}
.section-3 ul.tab-list.tablet-only[data-v-0921bddf] {
    width: 100%;
    list-style-type: none;
    padding-left: 0;
    text-align: center;
    margin: 24px auto 40px;
    display: none;
}
.section-3 ul.tab-list.tablet-only li[data-v-0921bddf] {
      width: 36px;
      height: 36px;
      margin-right: 25px;
      padding: 5px 0 6px;
      border: solid 2px transparent;
      font-size: 15px;
      line-height: 1.53;
      border-radius: 99px;
      cursor: pointer;
      display: inline-block;
}
.section-3 ul.tab-list.tablet-only li[data-v-0921bddf]:hover {
        color: #ff3d2e;
}
.section-3 ul.tab-list.tablet-only li.active[data-v-0921bddf] {
        border: solid 2px #ff3d2e;
        color: #ff3d2e;
}
.section-3 ul.tab-list.tablet-only li[data-v-0921bddf]:last-child {
        margin-right: 0;
}
.section-3 .tablet-view .title[data-v-0921bddf] {
    font-size: 44px !important;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 50px;
    display: none;
    font-family: 'Poppins-Bold' !important;
}
.section-3 .tablet-view .title[data-v-0921bddf]::before {
      content: '';
      width: 122px;
      height: 8px;
      margin: 0 16px 12px 0;
      background-color: #1e1e1e;
      display: inline-block;
}
.section-3 .tablet-view .floating-a[data-v-0921bddf] {
    width: 92.9px;
    height: 185.8px;
    position: absolute;
    right: 428.8px;
    z-index: 0;
    top: -8px;
}
.section-3 .tablet-view .floating-b[data-v-0921bddf] {
    position: absolute;
    right: 50px;
    top: 123px;
}
.section-3 .tablet-view .floating-c[data-v-0921bddf] {
    width: 54px;
    height: 54px;
    position: absolute;
    right: 524px;
    z-index: 0;
    top: 214px;
}
.section-3 .tablet-view .floating-d[data-v-0921bddf] {
    width: 62.8px;
    height: 62.8px;
    position: absolute;
    right: 106.3px;
    z-index: 0;
    top: 252px;
}
.section-3 .tablet-view .floating-e[data-v-0921bddf] {
    width: 327.9px;
    height: 327.9px;
    position: absolute;
    right: 250px;
    z-index: 0;
    top: 268px;
}
.section-3 .tablet-view .big-image[data-v-0921bddf] {
    position: absolute;
    right: 113px;
    top: -64px;
    z-index: 1;
}
.section-3 .tablet-view .big-image.carousel[data-v-0921bddf] {
      display: none;
}
.section-3 .tablet-view .big-image .sec-4-d[data-v-0921bddf] {
      top: 80px;
      display: block;
      height: 420px;
      width: 41vw;
      position: relative;
}
.section-3 .tablet-view .big-image .sec-4-d img[data-v-0921bddf]:first-child {
        position: absolute;
        right: 235px;
        top: 10px;
        max-width: 320px;
}
.section-3 .tablet-view .big-image .sec-4-d img[data-v-0921bddf]:last-child {
        position: absolute;
        right: 20px;
        top: 230px;
        max-width: 320px;
}
.section-3 .tablet-view .big-image img[data-v-0921bddf] {
      width: 100%;
      max-width: 360px;
}
.section-3 .tablet-view .big-image img.sec-4-a[data-v-0921bddf] {
        max-width: 580px;
        margin-top: 145px;
}
.section-3 .tablet-view .big-image img.sec-4-b[data-v-0921bddf] {
        max-width: 574px;
        margin-top: 145px;
}
.section-3 .tablet-view .big-image img.sec-4-c[data-v-0921bddf] {
        max-width: 467.7px;
        margin-top: 145px;
}
.section-3 .content[data-v-0921bddf] {
    z-index: 2;
    position: relative;
}
.section-3 .content .container .section-container[data-v-0921bddf] {
      margin: 0 128px 0 58px;
      font-size: 20px;
      line-height: 1.5;
}
.section-3 .content .container .section-container .title[data-v-0921bddf] {
        font-size: 44px !important;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 40px;
}
.section-3 .content .container .section-container .title[data-v-0921bddf]::before {
          content: '';
          width: 122px;
          height: 8px;
          margin: 0 16px 12px 0;
          background-color: #1e1e1e;
          display: inline-block;
}
.section-3 .content .container .section-container ul.tab-list[data-v-0921bddf] {
        max-width: 138px;
        width: 100%;
        list-style-type: none;
        padding-left: 0;
        text-align: center;
        float: left;
}
.section-3 .content .container .section-container ul.tab-list li[data-v-0921bddf] {
          width: 36px;
          height: 36px;
          margin: 0 0 25px;
          padding: 5px 0 6px;
          border: solid 2px transparent;
          font-size: 15px;
          line-height: 1.53;
          border-radius: 99px;
          cursor: pointer;
}
.section-3 .content .container .section-container ul.tab-list li[data-v-0921bddf]:hover {
            color: #ff3d2e;
}
.section-3 .content .container .section-container ul.tab-list li.active[data-v-0921bddf] {
            border: solid 2px #ff3d2e;
            color: #ff3d2e;
}
.section-3 .content .container .section-container .tab-panel[data-v-0921bddf] {
        float: left;
        max-width: 550px;
        width: 100%;
}
.section-3 .content .container .section-container .tab-panel:last-child .tab-content[data-v-0921bddf] {
          max-width: 470px;
}
.section-3 .content .container .section-container .tab-panel .sub-title[data-v-0921bddf] {
          font-size: 24px;
          font-weight: 300;
          line-height: 1.46;
          margin-bottom: 12px;
          height: 35px;
}
.section-3 .content .container .section-container .tab-panel .program[data-v-0921bddf] {
          font-size: 34px;
          margin-bottom: 36px;
          font-weight: 600;
          line-height: 1.5;
          color: #ff3d2e;
}
.section-3 .content .container .section-container .tab-panel .tab-content[data-v-0921bddf] {
          margin-bottom: 40px;
          max-width: 701px;
}
.section-3 .content .container .section-container .tab-panel .v-btn.tab-button[data-v-0921bddf] {
          padding: 12px 16px 11px 24px;
          border-radius: 99px;
          background-color: #ff3d2e;
          font-size: 16px;
          line-height: 1.56;
          letter-spacing: 0.8px;
          text-transform: none;
          font-weight: bold;
          height: 47px;
}
@media (max-width: 1192px) {
.section-3 .content .container .section-container .tab-panel[data-v-0921bddf] {
    max-width: 300px;
}
}
@media (max-width: 970px) {
.section-3 .content .container .section-container[data-v-0921bddf] {
    margin: 0 100px 0 30px;
}
.section-3 .content .container .section-container .tab-panel[data-v-0921bddf] {
      max-width: 341px;
}
.section-3 .content .container .section-container ul.tab-list[data-v-0921bddf] {
      max-width: 60px;
}
}
@media (max-width: 1290px) {
.section-3 .content .container .section-container .tab-panel .tab-content[data-v-0921bddf] {
    max-width: 475px;
}
.section-3 .tablet-view .big-image img.sec-4-a[data-v-0921bddf] {
    max-width: 450px;
}
.section-3 .tablet-view .big-image img.sec-4-b[data-v-0921bddf] {
    max-width: 480px;
}
.section-3 .tablet-view .big-image img.sec-4-c[data-v-0921bddf] {
    max-width: 375.7px;
}
.section-3 .tablet-view .big-image .sec-4-d img[data-v-0921bddf]:first-child {
    right: 190px;
    max-width: 250px;
}
.section-3 .tablet-view .big-image .sec-4-d img[data-v-0921bddf]:last-child {
    max-width: 250px;
}
}
@media (max-width: 920px) {
.section-3[data-v-0921bddf] {
    min-height: 1300px;
}
.section-3 ul.tab-list.tablet-only[data-v-0921bddf] {
      display: block;
}
.section-3 .tablet-view[data-v-0921bddf] {
      position: relative;
      margin: 0 24px;
      min-height: 840px;
}
.section-3 .tablet-view ul.tab-list[data-v-0921bddf] {
        margin: 24px auto 0;
        padding: 0;
}
.section-3 .tablet-view ul.tab-list li[data-v-0921bddf] {
          display: inline-block;
}
.section-3 .tablet-view .title[data-v-0921bddf] {
        display: block;
}
.section-3 .tablet-view .big-image[data-v-0921bddf] {
        left: 0;
        right: 0;
        top: 95px;
}
.section-3 .tablet-view .big-image.computer-tablet-only[data-v-0921bddf] {
          display: none;
}
.section-3 .tablet-view .big-image.carousel[data-v-0921bddf] {
          display: block;
}
.section-3 .tablet-view .big-image img[data-v-0921bddf] {
          display: block !important;
          margin: 0 auto;
}
.section-3 .tablet-view .floating-a[data-v-0921bddf] {
        right: 0;
        left: 141px;
        top: 165px;
}
.section-3 .tablet-view .floating-b[data-v-0921bddf] {
        right: 96.5px;
        top: 290px;
}
.section-3 .tablet-view .floating-c[data-v-0921bddf] {
        right: 0;
        left: 95.1px;
        top: 351px;
}
.section-3 .tablet-view .floating-d[data-v-0921bddf] {
        right: 152.3px;
        top: 388px;
}
.section-3 .tablet-view .floating-e[data-v-0921bddf] {
        right: 0;
        left: 70px;
        top: 405px;
}
.section-3 .content .container .section-container[data-v-0921bddf] {
      margin: 0 12px;
}
.section-3 .content .container .section-container .tab-panel[data-v-0921bddf] {
        max-width: none;
}
.section-3 .content .container .section-container .tab-panel .sub-title[data-v-0921bddf] {
          margin-bottom: 0;
}
.section-3 .content .container .section-container .tab-panel .program[data-v-0921bddf] {
          margin-bottom: 12px;
}
.section-3 .content .container .section-container .tab-panel .tab-content[data-v-0921bddf] {
          margin-bottom: 12px;
}
.section-3 .content .container .section-container .title[data-v-0921bddf] {
        display: none;
}
.section-3 .content .container .section-container ul.tab-list[data-v-0921bddf] {
        display: none;
}
}
@media (max-width: 580px) {
.section-3[data-v-0921bddf] {
    min-height: 1400px;
}
.section-3 .content .container .section-container[data-v-0921bddf] {
      margin: 0;
}
}
@media (max-width: 480px) {
.section-3[data-v-0921bddf] {
    min-height: 1024px;
}
.section-3 .tablet-view[data-v-0921bddf] {
      min-height: 507px;
}
.section-3 .tablet-view .title[data-v-0921bddf] {
        font-size: 36px !important;
        margin-bottom: 0;
}
.section-3 .tablet-view .title[data-v-0921bddf]::before {
          width: 60px;
}
.section-3 .tablet-view .big-image[data-v-0921bddf] {
        top: 75px;
}
.section-3 .tablet-view .big-image img[data-v-0921bddf] {
          max-width: 217.2px;
          margin: 0 auto;
          display: block !important;
}
.section-3 .tablet-view .floating-a[data-v-0921bddf] {
        left: -225px;
        right: 0;
        width: 56.1px;
        height: 112.1px;
        top: 115px;
        margin: 0 auto;
}
.section-3 .tablet-view .floating-b[data-v-0921bddf] {
        width: 22.3px;
        height: 22.3px;
        right: -281px;
        top: 188px;
        left: 0;
        margin: 0 auto;
}
.section-3 .tablet-view .floating-c[data-v-0921bddf] {
        width: 32.6px;
        height: 32.6px;
        left: -305px;
        right: 0;
        top: 244px;
        margin: 0 auto;
}
.section-3 .tablet-view .floating-d[data-v-0921bddf] {
        left: 0;
        right: -190px;
        margin: 0 auto;
        width: 37.9px;
        height: 37.9px;
        top: 265px;
}
.section-3 .tablet-view .floating-e[data-v-0921bddf] {
        margin: 0 auto;
        left: -140px;
        right: 0;
        width: 197.8px;
        height: 197.8px;
        top: 277px;
}
.section-3 ul.tab-list.tablet-only[data-v-0921bddf] {
      margin: 24px auto;
}
.section-3 .content .container .section-container .tab-panel .sub-title[data-v-0921bddf] {
      font-size: 20px;
      line-height: 1.5;
      margin-bottom: 0;
}
.section-3 .content .container .section-container .tab-panel .program[data-v-0921bddf] {
      font-size: 26px;
      margin-bottom: 24px;
}
.section-3 .content .container .section-container .tab-panel .tab-content[data-v-0921bddf] {
      font-size: 16px;
      line-height: 1.56;
}
}

.section-4[data-v-29e6c216] {
  position: relative;
  min-height: 768px;
  font-family: 'Poppins';
  max-width: 1920px;
  margin: 0 auto;
}
.section-4 .big-image[data-v-29e6c216] {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.section-4 .big-image img[data-v-29e6c216] {
      max-width: 580px;
      width: 100%;
}
.section-4 .content[data-v-29e6c216] {
    z-index: 1;
    position: relative;
}
.section-4 .content .container .section-container1[data-v-29e6c216] {
      font-size: 20px;
      line-height: 1.5;
      margin: 0 58px;
}
.section-4 .content .container .section-container1 .description[data-v-29e6c216] {
        max-width: 468px;
        margin-bottom: 40px;
        line-height: 1.9;
}
.section-4 .content .container .section-container[data-v-29e6c216] {
      margin: 0 128px 0 58px;
      font-size: 20px;
      line-height: 1.5;
}
.section-4 .content .container .section-container .icon-list img[data-v-29e6c216] {
        margin-right: 32px;
}
.section-4 .content .container .section-container .icon-list img[data-v-29e6c216]:nth-child(1), .section-4 .content .container .section-container .icon-list img[data-v-29e6c216]:nth-child(3), .section-4 .content .container .section-container .icon-list img[data-v-29e6c216]:nth-child(5) {
          padding-top: 10px;
}
.section-4 .content .container .section-container .icon-list img[data-v-29e6c216]:nth-child(2), .section-4 .content .container .section-container .icon-list img[data-v-29e6c216]:nth-child(4) {
          padding-bottom: 10px;
}
.section-4 .content .container .section-container .icon-list img[data-v-29e6c216]:last-child {
          margin-right: 0;
}
.section-4 .content .container .section-container .title[data-v-29e6c216] {
        font-size: 44px !important;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 50px;
        font-family: 'Poppins-Bold' !important;
}
.section-4 .content .container .section-container .title[data-v-29e6c216]::before {
          content: '';
          width: 122px;
          height: 8px;
          margin: 0 16px 12px 0;
          background-color: #1e1e1e;
          display: inline-block;
}
.section-4 .content .container .section-container .v-btn.tab-button[data-v-29e6c216] {
        padding: 12px 16px 11px 24px;
        border-radius: 99px;
        background-color: #ff3d2e;
        font-size: 16px;
        line-height: 1.56;
        letter-spacing: 0.8px;
        text-transform: none;
        font-weight: bold;
        height: 47px;
        margin-bottom: 84px;
}
.section-4 .content .theme--light.v-tabs .v-tab[data-v-29e6c216]:hover::before {
      opacity: 0;
}
.section-4 .content .v-tabs[data-v-29e6c216] {
      border-bottom: 1px solid rgba(44, 62, 80, 0.1);
      margin: 0 0 70px 70px;
}
.section-4 .content .v-tabs .v-tab[data-v-29e6c216] {
        max-width: 570px;
        font-size: 32px;
        font-weight: 600;
        line-height: 1.5;
        text-transform: none;
        padding: 0;
        margin-right: 48px;
        color: #e8e8e8;
        padding-bottom: 26px;
        height: 56px;
        letter-spacing: normal;
}
.section-4 .content .v-tabs .v-tab.v-tab--active[data-v-29e6c216] {
          color: #ff3d2e;
}
.section-4 .content .v-tabs .v-tab[data-v-29e6c216]:last-child {
          margin-right: 20px;
}
.section-4 .content .v-tabs[data-v-29e6c216] .v-tabs-slider-wrapper {
        height: 4px !important;
}
.section-4 .content .v-tabs[data-v-29e6c216] .v-tabs-slider-wrapper .v-tabs-slider {
          background-color: #ff3d2e;
}
.section-4 .content .v-tabs[data-v-29e6c216] .v-tabs-bar {
        height: 60px;
}
@media (max-width: 960px) {
.section-4 .content .container .section-container[data-v-29e6c216] {
    margin: 0 100px 0 30px;
}
.section-4 .content .container .section-container1 .big-image[data-v-29e6c216] {
    position: static;
}
.section-4 .content .container .section-container1 .big-image img[data-v-29e6c216] {
      max-width: 580.1px;
      margin: 0 auto;
      display: block;
}
.section-4 .content .container .section-container1 .description[data-v-29e6c216] {
    max-width: none;
}
.section-4 .content[data-v-29e6c216] .v-slide-group__wrapper {
    margin-right: 20px;
}
.section-4 .content .v-tabs[data-v-29e6c216] {
    margin: 0 0 70px 30px;
}
.section-4 .content .v-tabs .v-tab[data-v-29e6c216] {
      font-size: 23px;
}
}
@media (max-width: 768px) {
.section-4 .content .big-image[data-v-29e6c216] {
    position: static;
}
.section-4 .content .big-image img[data-v-29e6c216] {
      max-width: 580.1px;
      margin: 0 auto;
      display: block;
}
.section-4 .content .container .section-container[data-v-29e6c216] {
    margin: 0 12px;
}
.section-4 .content .container .section-container .description[data-v-29e6c216] {
      max-width: 679px;
      margin-top: -18px;
}
.section-4 .content .v-tabs[data-v-29e6c216] {
    margin: 0 0 70px 24px;
}
.section-4 .content .v-tabs[data-v-29e6c216] .v-item-group .v-slide-group__prev {
      display: none !important;
}
.section-4 .content .v-tabs .v-tab[data-v-29e6c216] {
      font-size: 24px;
      margin-right: 24px;
}
}
@media (max-width: 580px) {
.section-4 .big-image[data-v-29e6c216] {
    margin: 0 12px 12px;
}
.section-4 .content .container .section-container[data-v-29e6c216] {
    margin: 0;
}
.section-4 .content .v-tabs[data-v-29e6c216] {
    margin: 0 0 70px 12px;
}
.section-4 .content .v-tabs .v-tab[data-v-29e6c216] {
      font-size: 21px;
}
}
@media (max-width: 480px) {
.section-4[data-v-29e6c216] {
    margin-top: 0;
    min-height: auto;
}
.section-4 .big-image[data-v-29e6c216] {
      display: none;
}
.section-4 .content .container .section-container .title[data-v-29e6c216] {
      font-size: 36px !important;
      line-height: 3.06;
      margin-bottom: 0;
}
.section-4 .content .container .section-container .title[data-v-29e6c216]::before {
        width: 60px;
}
.section-4 .content .container .section-container .description[data-v-29e6c216] {
      font-size: 16px;
      line-height: 1.56;
      margin-bottom: 12px;
}
.section-4 .content .container .section-container .v-btn.tab-button[data-v-29e6c216] {
      margin-bottom: 49px;
}
.section-4 .content .container .section-container .icon-list img[data-v-29e6c216] {
      height: 40px;
      width: 40px;
}
.section-4 .content .v-tabs[data-v-29e6c216] {
      margin: 0 0 14px 12px;
}
.section-4 .content .v-tabs .v-tab[data-v-29e6c216] {
        font-size: 16px;
        padding-bottom: 0;
        margin-right: 12px;
}
}

.section-5[data-v-a2b63afe] {
  position: relative;
  min-height: 400px;
  z-index: 1;
  background: #fff;
  margin-top: 160px;
  font-family: 'Poppins';
  max-width: 1920px;
  margin: 220px auto 0;
}
.section-5 .float-a[data-v-a2b63afe] {
    position: absolute;
    right: -30px;
    bottom: 120px;
    bottom: -68px;
    z-index: 2;
}
.section-5 .float-b[data-v-a2b63afe] {
    position: absolute;
    right: 277.1px;
    top: -21.3px;
    z-index: 1;
}
.section-5 .float-c[data-v-a2b63afe] {
    position: absolute;
    right: 1038px;
    bottom: 71px;
    z-index: 2;
}
.section-5 .float-d[data-v-a2b63afe] {
    position: absolute;
    right: 124px;
    top: -134px;
    z-index: 1;
}
.section-5 .big-image[data-v-a2b63afe] {
    position: absolute;
    right: 0;
    top: -95px;
    z-index: 2;
}
.section-5 .big-image img[data-v-a2b63afe] {
      max-width: 1094px;
      width: 100%;
}
.section-5 .content[data-v-a2b63afe] {
    z-index: 2;
    position: relative;
}
.section-5 .content .section-container[data-v-a2b63afe] {
      font-size: 20px;
      line-height: 1.5;
}
.section-5 .content .section-container .banner-container[data-v-a2b63afe] {
        position: relative;
        color: #fff;
        max-width: 1051px;
        width: 100%;
        height: auto;
        padding: 64.8px 70px 60.2px 70px;
        background-image: url(../img/section-5-banner.svg);
        background-size: cover;
        font-size: 19px;
}
.section-5 .content .section-container .banner-container .description[data-v-a2b63afe] {
          font-weight: 600;
          max-width: 616px;
          width: 100%;
          float: left;
          margin-right: 40px;
}
.section-5 .content .section-container .banner-container .v-btn[data-v-a2b63afe] {
          width: 184px;
          height: 47px;
          padding: 12px 24px 11px;
          border-radius: 99px;
          background-color: #ffffff;
          font-size: 16px;
          font-weight: bold;
          text-transform: none;
          line-height: 1.56;
          letter-spacing: 0.8px;
          color: #ff3d2e;
}
@media (max-width: 768px) {
.section-5[data-v-a2b63afe] {
    min-height: 660px;
    margin-top: 50px;
}
.section-5 .big-image[data-v-a2b63afe] {
      bottom: 83px;
      top: auto;
}
.section-5 .big-image img[data-v-a2b63afe] {
        width: 711.5px;
}
.section-5 .float-a[data-v-a2b63afe] {
      right: -57px;
      bottom: 59px;
}
.section-5 .float-b[data-v-a2b63afe] {
      top: auto;
      bottom: 197.6px;
      left: 126.8px;
      right: 0;
}
.section-5 .float-c[data-v-a2b63afe] {
      right: 0;
      left: 35.2px;
      bottom: 112px;
}
.section-5 .float-d[data-v-a2b63afe] {
      display: none;
}
.section-5 .content .section-container .banner-container[data-v-a2b63afe] {
      padding: 64px 24px;
}
.section-5 .content .section-container .banner-container .description[data-v-a2b63afe] {
        margin-bottom: 22px;
}
}
@media (max-width: 580px) {
.section-5[data-v-a2b63afe] {
    margin-top: 67px;
    min-height: auto;
}
.section-5 .float-a[data-v-a2b63afe], .section-5 .float-b[data-v-a2b63afe], .section-5 .float-c[data-v-a2b63afe], .section-5 .float-d[data-v-a2b63afe], .section-5 .big-image[data-v-a2b63afe] {
      display: none;
}
.section-5 .content .section-container .banner-container[data-v-a2b63afe] {
      padding: 16px 16px 24px 16px;
}
}

.section-6[data-v-63c4ad3a] {
  position: relative;
  min-height: 768px;
  background-color: #f2f2f2;
  font-family: 'Poppins';
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.section-6[data-v-63c4ad3a]:before {
    content: '';
    height: 1150px;
    width: 1600px;
    background: #F8F8F8;
    display: block;
    position: absolute;
    margin: auto;
    right: 490px;
    top: 0;
    bottom: 0;
    transform: rotate(45deg);
    border-radius: 80px;
}
.section-6 .content[data-v-63c4ad3a] {
    z-index: 1;
    position: relative;
}
.section-6 .content .container .section-container[data-v-63c4ad3a] {
      margin: 0 128px 0 58px;
      font-size: 20px;
      line-height: 1.5;
}
.section-6 .content .container .section-container .map-container[data-v-63c4ad3a] {
        max-width: 715px;
}
.section-6 .content .container .section-container .title[data-v-63c4ad3a] {
        margin-top: 242.6px;
        font-size: 44px !important;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 50px;
        font-family: 'Poppins-Bold' !important;
}
.section-6 .content .container .section-container .title[data-v-63c4ad3a]::before {
          content: '';
          width: 122px;
          height: 8px;
          margin: 0 16px 12px 0;
          background-color: #1e1e1e;
          display: inline-block;
}
.section-6 .content .container .section-container .row.no-gutters .col-12[data-v-63c4ad3a] {
        font-size: 15px;
        line-height: 1.88;
}
.section-6 .content .container .section-container .row.no-gutters .col-12 div[data-v-63c4ad3a] {
          margin-bottom: 16px;
}
.section-6 .content .container .section-container .row.no-gutters .col-12 div span a[data-v-63c4ad3a] {
            color: #1e1e1e;
}
.section-6 .content .container .section-container .row.no-gutters .col-12 div img[data-v-63c4ad3a] {
            margin-right: 24px;
}
.section-6 .content .container .section-container .row.no-gutters .col-12 div:nth-child(3) img[data-v-63c4ad3a] {
            float: left;
            margin: 10px 24px 10px 0;
}
.section-6 .content .container .section-container .row.no-gutters .col-12:last-child div[data-v-63c4ad3a]:last-child {
          margin-left: 20px;
}
@media (max-width: 960px) {
.section-6 .content .container .section-container[data-v-63c4ad3a] {
    margin: 0 100px 0 30px;
}
}
@media (max-width: 768px) {
.section-6[data-v-63c4ad3a]::before {
    display: none;
}
.section-6 .content .container .section-container[data-v-63c4ad3a] {
    margin: 0 12px;
}
.section-6 .content .container .section-container .title[data-v-63c4ad3a] {
      margin-top: 40px;
}
.section-6 .content .container .section-container .map-container[data-v-63c4ad3a] {
      max-width: 768px;
}
.section-6 .content .container .section-container .map-container iframe[data-v-63c4ad3a] {
        margin: 40px 0 30px !important;
}
}
@media (max-width: 600px) {
.section-6 .content .container .section-container[data-v-63c4ad3a] {
    margin: 0;
}
.section-6 .content .container .section-container .row.no-gutters[data-v-63c4ad3a]:last-child {
      margin-top: 0;
}
.section-6 .content .container .section-container .row.no-gutters .col-12:last-child div[data-v-63c4ad3a]:last-child {
      margin-left: 0;
}
}
@media (max-width: 480px) {
.section-6[data-v-63c4ad3a] {
    min-height: auto;
}
.section-6 .content .container .section-container .title[data-v-63c4ad3a] {
      font-size: 36px;
}
.section-6 .content .container .section-container .title[data-v-63c4ad3a]::before {
        width: 60px;
}
.section-6 .content .container .section-container .map-container[data-v-63c4ad3a] {
      display: none;
}
}

.lozy-loading-page[data-v-12d94528] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.lozy-loading-page .spinner[data-v-12d94528] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

[data-v-3715e216] .v-list-item__content {
  font-family: 'Poppins';
}
.dialog-form[data-v-3715e216] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 5;
  top: 0;
  font-family: 'Poppins';
}
.dialog-form .v-card[data-v-3715e216] {
    max-height: 82vh;
    overflow: auto;
}
.dialog-form[data-v-3715e216] .v-text-field.v-text-field--enclosed .v-text-field__details {
    padding-top: 0;
    margin-bottom: -25px;
}
.dialog-form[data-v-3715e216] .v-text-field--outlined fieldset {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
.dialog-form .v-card[data-v-3715e216] {
    max-width: 606px;
    width: 100%;
    margin: auto;
    border-radius: 12px;
    border: solid 1px #707070;
    padding: 12px;
    position: relative;
    top: 51px;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
}
.dialog-form .v-card label[data-v-3715e216] {
      color: #1e1e1e;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.29px;
      margin-bottom: 4px;
      display: block;
}
.dialog-form .v-card .form-input[data-v-3715e216] {
      padding: 12px;
      border-radius: 4px;
      border: solid 1px #e2e2e2;
      font-size: 18px;
      width: 100%;
      display: block;
}
.dialog-form .v-card .form-note[data-v-3715e216] {
      text-align: left;
      margin-top: 12px;
      margin-bottom: 24px;
      color: #1e1e1e;
      font-size: 12px;
      line-height: 1.5;
}
.dialog-form .v-card .form-note[data-v-3715e216] .v-label {
        font-size: 12px;
}
.dialog-form .v-card .form-note .announcement[data-v-3715e216] .v-input {
        max-width: 90px;
        display: inline-block;
        margin-right: 20px;
}
.dialog-form .v-card .form-note .announcement[data-v-3715e216] .v-input:last-child {
          max-width: 115px;
}
.dialog-form .v-card .btn-container[data-v-3715e216] {
      text-align: center;
}
.dialog-form .v-card .btn-container .tab-button[data-v-3715e216] {
        padding: 12px 16px 11px 24px;
        border-radius: 99px;
        background-color: #ff3d2e !important;
        font-size: 16px;
        line-height: 1.56;
        letter-spacing: 0.8px;
        text-transform: none;
        font-weight: bold;
        height: 47px;
        color: #fff !important;
}
.dialog-form .v-card .btn-container .tab-button[data-v-3715e216]:disabled {
          background-color: rgba(255, 61, 46, 0.6) !important;
}
.dialog-form .v-card .form-title[data-v-3715e216] {
      font-size: 24px;
      line-height: 1.46;
      letter-spacing: 1.2px;
      color: #1e1e1e;
}
.dialog-form .v-card .form-title span[data-v-3715e216] {
        font-weight: bold;
}
.dialog-form .v-card .close-icon[data-v-3715e216] {
      position: absolute;
      right: 24px;
      top: 24px;
      cursor: pointer;
      z-index: 1;
}
@media (max-width: 580px) {
.form-note .announcement[data-v-3715e216] .v-input {
    max-width: 100px !important;
    width: 100%;
}
}

.pagination .pagination-number[data-v-0e959352] {
  display: inline-block;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.8px;
  color: #131313;
  margin: 0 10px;
  font-family: 'Poppins-Bold';
}

