.main {
  background-image: none; }

section.banner {
  position: relative;
  overflow: hidden; }
  section.banner .bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: hard-light, hard-light, normal, multiply;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  section.banner .intro-wrapper {
    padding: 242px 0 120px;
    color: #FFFFFF; }
    @media (max-width: 991px) {
      section.banner .intro-wrapper {
        padding: 120px 0 22px; } }
    section.banner .intro-wrapper .text-wrapper {
      margin-bottom: 12px; }
      @media (max-width: 991px) {
        section.banner .intro-wrapper .text-wrapper {
          margin-bottom: 0; } }
    section.banner .intro-wrapper .section {
      font-size: 28px;
      font-weight: 500;
      line-height: 110%; }
      @media (max-width: 991px) {
        section.banner .intro-wrapper .section {
          font-size: 16px; } }
    section.banner .intro-wrapper h1 {
      font-size: 68px;
      font-weight: 300; }
      :lang(en) section.banner .intro-wrapper h1 {
        font-size: 58px; }
      @media (max-width: 991px) {
        section.banner .intro-wrapper h1 {
          font-size: 40px; }
          :lang(en) section.banner .intro-wrapper h1 {
            font-size: 32px; } }
section.content {
  padding: 100px 0; }
  @media (max-width: 991px) {
    section.content {
      padding: 80px 0; } }
  section.content p + p {
    margin-top: 28px; }
section.tips .tips-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 32px;
          column-gap: 32px;
  row-gap: 64px;
  margin-top: 60px; }
  @media (max-width: 991px) {
    section.tips .tips-list {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 32px; } }
  @media (max-width: 575px) {
    section.tips .tips-list {
      grid-template-columns: 1fr; } }
section.resources {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58.6%, rgba(239, 239, 239, 0.8)), color-stop(89.47%, rgba(239, 239, 239, 0.52813)), color-stop(106.91%, rgba(239, 239, 239, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), url("../img/bg/tips-bg.png"), #FFFFFF;
  background: linear-gradient(180deg, rgba(239, 239, 239, 0.8) 58.6%, rgba(239, 239, 239, 0.52813) 89.47%, rgba(239, 239, 239, 0) 106.91%), linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("../img/bg/tips-bg.png"), #FFFFFF;
  background-blend-mode: color-dodge, normal, normal, normal;
  background-repeat: no-repeat;
  background-size: cover;
  color: #666666; }
  section.resources .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 991px) {
      section.resources .wrapper {
        grid-template-columns: 1fr; } }
    section.resources .wrapper > div {
      padding: 94px 60px; }
      section.resources .wrapper > div:nth-child(2) {
        background: rgba(255, 255, 255, 0.4);
        -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px); }
      section.resources .wrapper > div:nth-child(3) {
        background: rgba(255, 255, 255, 0.6);
        -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px); }
      section.resources .wrapper > div h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 150%;
        color: #2E2E2E;
        margin-bottom: 12px; }
      @media (max-width: 991px) {
        section.resources .wrapper > div {
          padding: 60px 24px; } }
    section.resources .wrapper .links {
      margin-top: 60px; }
      @media (max-width: 991px) {
        section.resources .wrapper .links {
          margin-top: 36px; } }
      section.resources .wrapper .links li {
        font-size: 18px;
        font-weight: 300;
        line-height: 150%;
        color: #2E2E2E; }
        section.resources .wrapper .links li + li {
          padding-top: 32px;
          border-top: 1px solid #C6C6C6;
          margin-top: 32px; }
          @media (max-width: 991px) {
            section.resources .wrapper .links li + li {
              padding-top: 20px;
              margin-top: 20px; } }
        section.resources .wrapper .links li > a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          section.resources .wrapper .links li > a:after {
            content: "";
            display: inline-block;
            background-size: contain;
            background-image: url("../img/icon/up-right2.svg");
            background-repeat: no-repeat;
            width: 40px;
            height: 40px; }
          section.resources .wrapper .links li > a:after {
            -webkit-transition: -webkit-transform .2s ease;
            transition: -webkit-transform .2s ease;
            transition: transform .2s ease;
            transition: transform .2s ease, -webkit-transform .2s ease; }
          section.resources .wrapper .links li > a:hover:after {
            -webkit-transform: translateX(8px);
                    transform: translateX(8px); }
  section.resources .container2 {
    position: relative; }
    section.resources .container2:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 100%;
      width: 50vw;
      background: rgba(255, 255, 255, 0.6);
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px); }
      @media (max-width: 991px) {
        section.resources .container2:after {
          display: none; } }
section.contact-us .tabs-container.sty2 .tab-nav a {
  max-width: 240px; }
section.contact-us .part {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.01);
          box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.01);
  padding: 40px 32px; }
  section.contact-us .part:not(:last-child) {
    margin-bottom: 40px; }
  section.contact-us .part .details {
    padding: 0 12px; }
  section.contact-us .part .divider {
    margin: 40px 0;
    height: 1px;
    width: 100%;
    background-color: #DDDDDD; }
section.contact-us h3 {
  color: #D00007;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 32px; }
section.contact-us table th {
  font-weight: 600;
  min-width: 80px; }
section.contact-us table td, section.contact-us table th {
  padding: 12px;
  text-align: left; }
  section.contact-us table td:first-child, section.contact-us table th:first-child {
    padding-left: 0; }
  section.contact-us table td:last-child, section.contact-us table th:last-child {
    padding-right: 0; }
section.contact-us table tr:first-child td, section.contact-us table tr:first-child th {
  padding-top: 0; }
section.contact-us table tr:last-child td, section.contact-us table tr:last-child th {
  padding-bottom: 0; }
section.contact-us table tr:not(:last-child) {
  margin-bottom: 8px; }
section.contact-us p {
  color: #666666; }
section.source .wrapper {
  padding: 24px 32px 12px;
  background-color: #AFB1B220; }
section.source .title {
  font-weight: 600;
  margin-bottom: 12px; }
section.source .rows .source-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 12px; }
  @media (max-width: 991px) {
    section.source .rows .source-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 4px; } }
  section.source .rows .source-row > div {
    width: 80%; }
    section.source .rows .source-row > div:first-child {
      color: #666666;
      font-size: 16px;
      font-weight: 600;
      line-height: 155%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 20%;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      section.source .rows .source-row > div:first-child:before {
        content: "";
        display: inline-block;
        background-size: contain;
        background-image: url("../img/icon/link.svg");
        background-repeat: no-repeat;
        width: 24px;
        height: 24px; }
      section.source .rows .source-row > div:first-child:before {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 4px; }
    @media (max-width: 991px) {
      section.source .rows .source-row > div {
        width: 100%; }
        section.source .rows .source-row > div:first-child {
          width: 100%; } }
    section.source .rows .source-row > div a {
      text-decoration: underline;
      overflow-wrap: break-word; }

.part-title {
  font-size: 28px;
  padding-bottom: 32px;
  margin-bottom: 40px;
  position: relative;
  color: #2E2E2E; }
  .part-title:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background-color: #D00007;
    position: absolute;
    bottom: 0;
    left: 0; }

h1.part-title {
  font-size: 40px;
  margin-bottom: 60px; }

.part-subtitle {
  color: #D00007;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px; }

.part:not(:last-child) {
  margin-bottom: 80px; }

.breadcrumb {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 1px;
  position: relative;
  z-index: 1; }
  .breadcrumb ul li {
    display: inline-block;
    color: #666666; }
    .breadcrumb ul li:not(:last-child) {
      margin-right: 12px; }
      .breadcrumb ul li:not(:last-child):after {
        content: "/";
        margin-left: 12px; }
    .breadcrumb ul li:last-child {
      color: #D00007; }
  @media (max-width: 991px) {
    .breadcrumb {
      padding: 10px 0;
      font-size: 13px; } }

.deco#deco-banner-1 {
  top: 144px;
  left: 0;
  opacity: 0.6;
  z-index: 1; }
  .deco#deco-banner-1:before {
    background-color: #BBA495; }
.deco#deco-banner-2 {
  top: 224px;
  right: 0;
  opacity: 0.3;
  z-index: 1; }
  .deco#deco-banner-2:before {
    background-color: #FF6D87;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s; }
.deco#deco-breadcrumb-1 {
  top: 0;
  right: 268px;
  z-index: -1; }
  .deco#deco-breadcrumb-1:before {
    background-color: #EEEBE9;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }
.deco#deco-1 {
  top: 883px;
  left: 0;
  opacity: 0.3; }
  .deco#deco-1:before {
    background-color: #D9D9D9; }
.deco#deco-2 {
  top: 1545px;
  right: 136px;
  opacity: 0.3; }
  .deco#deco-2:before {
    background-color: #F3D5D5; }
.deco#deco-3 {
  top: 1641px;
  right: 40px;
  opacity: 0.3; }
  .deco#deco-3:before {
    background-color: #EEEBE9;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
.deco#deco-4 {
  top: 2232px;
  left: 48px;
  opacity: 0.4; }
  .deco#deco-4:before {
    background-color: #FFFFFF; }
.deco#deco-5 {
  top: 2328px;
  left: 48px;
  opacity: 0.3; }
  .deco#deco-5:before {
    background-color: #F3EBE7;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
.deco#deco-banner-1 {
  mix-blend-mode: overlay; }
@media (max-width: 991px) {
  .deco#deco-banner-1, .deco#deco-banner-2 {
    display: none; }
  .deco#deco-breadcrumb-1 {
    right: 12px; }
  .deco#deco-2 {
    top: -80px;
    right: 60px; }
  .deco#deco-3 {
    top: -20px; } }

html:has(section.tips) section.disclaimer {
  padding: 100px 0; }
  @media (max-width: 991px) {
    html:has(section.tips) section.disclaimer {
      padding: 80px 0; } }

/*# sourceMappingURL=inner.css.map */