:root {
  --color-2: #0176c3;
  --color: #014d99;
  --font-family: "Noto Sans TC", sans-serif;
  --color-4: white;
  --color-3: black;
  --white: white;
  --字體顏色: #004e9c;
  --字體顏色／灰: #595959;
  --black: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block {
  background-color: var(--color-2);
}

._01 {
  background-color: var(--color-2);
  justify-content: flex-start;
  align-items: center;
  height: 56px;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

._02 {
  background-color: var(--color);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 48px;
  display: flex;
}

.text-block, .text-block-2 {
  font-family: var(--font-family);
  color: var(--color-4);
  font-size: 24px;
  line-height: 28px;
}

.text-block-3 {
  color: var(--color-4);
}

.header-word {
  font-family: var(--font-family);
  color: var(--color-4);
  text-align: left;
  letter-spacing: 8px;
  text-indent: 0;
  overflow-wrap: normal;
  font-size: 24px;
  font-style: normal;
  line-height: 28px;
  text-decoration: none;
}

.image {
  width: 100%;
}

.section {
  background-image: url('../images/Clip-path-group.png');
  background-position: 0 0;
  background-size: cover;
}

.section-2 {
  background-image: url('../images/Group-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: auto;
  max-width: none;
  height: 430px;
}

.main-word {
  color: var(--color-3);
  letter-spacing: 0;
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 32px;
  line-height: 36px;
  display: flex;
}

.image-2 {
  width: 100%;
}

.button {
  background-color: var(--color);
  color: var(--color-4);
  letter-spacing: 4px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-family: Noto Sans TC, sans-serif;
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  position: relative;
  top: -472px;
  left: 130px;
  right: 0;
}

.s-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-image: url('../images/資產-1-4.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 498px;
  padding: 32px 48px;
  display: flex;
}

.s-3._20 {
  background-image: url('../images/Frame-17.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  height: 900px;
}

.s-3._20.totel {
  background-image: url('../images/資產-1-5.png');
  height: 600px;
}

.heading {
  color: var(--字體顏色);
  letter-spacing: 4px;
  flex-flow: column;
  font-family: Noto Sans TC, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.heading._6 {
  width: 100%;
  margin-bottom: 40px;
}

.paragraph {
  font-family: var(--font-family);
  color: var(--字體顏色／灰);
  letter-spacing: 6px;
  text-indent: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  display: flex;
}

.paragraph._0001 {
  letter-spacing: 3px;
  width: 40%;
  font-size: 20px;
}

.paragraph._0001._012 {
  width: 100%;
}

.paragraph._00002 {
  color: var(--color-3);
}

.flex-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
}

.flex-block._09 {
  justify-content: center;
  align-items: flex-start;
  width: 60%;
}

.flex-block._11 {
  width: 60%;
}

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 2.75fr 1fr 2.75fr;
  width: 90%;
}

.section-4 {
  background-color: #eaf5ff;
  background-image: url('../images/資產-13.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 498px;
  padding: 32px 48px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url('../images/圖３.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  padding: 60px 48px;
  display: flex;
}

.div-block-2.totel {
  background-image: url('../images/資產-1-1.png');
}

.image-3, .image-4, .image-5, .image-6, .image-7 {
  width: 80px;
  height: 80px;
}

.tag-word {
  font-family: var(--font-family);
  color: var(--字體顏色／灰);
  letter-spacing: 2px;
  font-size: 24px;
  line-height: 26px;
}

.tag-word._07 {
  width: 220px;
  font-size: 24px;
  line-height: 28px;
}

.tag-word._010 {
  font-size: 24px;
  line-height: 26px;
}

.section-5 {
  display: flex;
}

.flex-block-2 {
  width: 10%;
}

.s2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
  height: 498px;
  padding: 32px 48px;
  display: flex;
}

.section-6 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  font-family: var(--font-family);
  background-image: url('../images/背景２.png');
  background-position: 50%;
  background-size: cover;
  height: 600px;
  padding: 32px 48px;
  display: flex;
}

.section-6._6-2 {
  background-image: url('../images/底圖.png');
  justify-content: center;
  align-items: flex-start;
  height: 600px;
}

.section-6._6-2._6-6 {
  background-image: url('../images/Group-10.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 600px;
}

.section-6._6-8 {
  background-image: url('../images/圖６.png');
  background-position: 50%;
  background-size: cover;
  height: 700px;
}

.section-6._66 {
  justify-content: flex-start;
  align-items: flex-start;
}

.grid-2 {
  grid-template: "Area"
                 "."
                 "."
                 / 1fr;
  width: 8.98181%;
}

.image-8, .image-9, .image-10 {
  width: 120px;
}

.section-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-7.banner {
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-top: 0;
  padding-left: 32px;
  padding-right: 32px;
}

.image-11 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.section-8 {
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 32px 48px;
  display: flex;
}

.section-8._6-6 {
  justify-content: flex-start;
  align-items: center;
  height: 600px;
}

.flex-block-3 {
  flex-flow: column;
}

.image-12 {
  width: 120px;
}

.text-block-4 {
  font-family: var(--font-family);
  color: var(--字體顏色／灰);
  letter-spacing: 4px;
  font-size: 24px;
  line-height: 28px;
}

.text-block-4._011 {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 36px;
}

.flex-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
}

.flex-block-5, .flex-block-6 {
  justify-content: center;
  align-items: flex-start;
}

.guid-01 {
  grid-template-columns: .5fr 1fr;
  width: 60%;
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.image-13, .image-14, .image-15 {
  width: 150px;
}

.section-9 {
  background-image: url('../images/_Path_.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 32px 48px;
  display: flex;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-16, .image-17, .image-18 {
  width: 180px;
}

.section-10 {
  background-color: var(--color-4);
}

.image-19 {
  padding: 32px 48px;
}

.text-block-5 {
  font-family: var(--font-family);
  color: #fff;
  height: 200px;
  padding: 32px 48px;
  font-size: 20px;
}

.text-block-6 {
  font-family: var(--font-family);
  color: var(--color-4);
  text-align: center;
  margin-bottom: 2px;
  font-size: 20px;
  line-height: 24px;
}

.text-block-7 {
  font-family: var(--font-family);
  color: var(--color-4);
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.button-2 {
  border: 1px solid var(--white);
  background-color: var(--字體顏色);
  font-family: var(--font-family);
  color: var(--color-4);
  text-align: center;
  letter-spacing: 2px;
  border-radius: 4px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 28px;
}

._03 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  height: auto;
  display: flex;
}

._03._005 {
  width: 100%;
}

._04 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  padding: 32px 24px;
}

.image-20 {
  max-width: none;
}

.flex-block-7 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-8, .flex-block-9, .flex-block-10 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.flex-block-11 {
  position: absolute;
  left: 99px;
}

.button-3 {
  background-color: var(--color);
}

.button-4 {
  background-color: var(--color);
  font-family: var(--font-family);
  color: var(--white);
  letter-spacing: 2px;
  border-radius: 4px;
}

.flex-block-12 {
  position: relative;
  left: 250px;
}

.image-21 {
  width: auto;
}

.heading-2 {
  font-family: var(--font-family);
  letter-spacing: 2px;
  mix-blend-mode: normal;
}

.heading-3 {
  letter-spacing: 2px;
}

.div-block-3 {
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-24 {
  width: 100%;
}

.flex-block-16 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.link-block-3, .link-block-4 {
  text-decoration: none;
}

.code-embed {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .button {
    top: 392px;
    left: 199px;
  }

  .s-3 {
    background-image: url('../images/001.png');
    background-repeat: no-repeat;
    justify-content: flex-end;
    align-items: center;
    max-width: none;
    height: auto;
    min-height: 600px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .s-3._20 {
    background-color: var(--white);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: 900px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .s-3._20.totel {
    background-position: 50%;
    background-size: cover;
    height: auto;
    min-height: 800px;
    max-height: 0;
  }

  .paragraph {
    text-indent: 0;
    justify-content: flex-start;
    align-items: center;
    line-height: 36px;
  }

  .paragraph._0001 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 40%;
  }

  .flex-block._09 {
    justify-content: center;
    align-items: flex-start;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 2.75fr 2.75fr 2.5fr 3.75fr;
    grid-auto-rows: 1fr;
    width: 50%;
  }

  .section-4 {
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    height: auto;
    min-height: 600px;
    padding: 100px;
  }

  .div-block-2 {
    width: 100%;
    height: auto;
    min-height: 800px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-2.totel {
    height: auto;
    min-height: 800px;
  }

  .tag-word._07 {
    width: 220px;
  }

  .tag-word._010 {
    line-height: 28px;
  }

  .s2 {
    background-color: var(--color-4);
    width: 100%;
    height: auto;
    max-height: 600px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-6 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-6._6-2 {
    height: 600px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-6._6-2._6-6 {
    background-color: #e3eff9;
    height: auto;
    min-height: 600px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-6._6-8 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    height: auto;
    min-height: 700px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .section-6._6-10 {
    height: auto;
    min-height: 600px;
  }

  .section-6._66 {
    height: auto;
    min-height: 800px;
  }

  .section-7.banner {
    background-color: var(--color-4);
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .image-11 {
    height: auto;
  }

  .section-8 {
    min-height: 800px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-8._6-6 {
    background-color: var(--color-4);
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .guid-01 {
    grid-template-columns: .25fr 1fr;
  }

  .image-13, .image-14, .image-15 {
    width: 200px;
  }

  .section-10 {
    justify-content: center;
    align-items: center;
    padding: 32px 48px;
    display: flex;
  }

  ._03 {
    width: 100%;
  }

  ._04 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
  }

  .flex-block-8, .flex-block-9, .flex-block-10 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .heading-3 {
    font-family: var(--font-family);
    font-weight: 500;
  }

  .body {
    background-color: #ebf5ff;
  }

  .section-11 {
    position: static;
  }

  .div-block-3 {
    position: fixed;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-24 {
    width: 100%;
  }

  .flex-block-16 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .button {
    top: 182px;
    left: 89px;
  }

  .s-3 {
    height: 300px;
  }

  .s-3._20 {
    width: 100%;
    height: 550px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading {
    font-size: 24px;
  }

  .heading._6 {
    margin-bottom: 20px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph._0001 {
    width: 40%;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph._00002 {
    font-weight: 400;
  }

  .section-4 {
    justify-content: flex-start;
    align-items: flex-start;
    height: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: 480px;
    padding: 24px 32px;
  }

  .image-3, .image-4, .image-5, .image-6, .image-7 {
    width: 60px;
    height: 60px;
  }

  .tag-word._07 {
    width: 180px;
    font-size: 16px;
    line-height: 20px;
  }

  .tag-word._010 {
    font-size: 18px;
    line-height: 22px;
  }

  .s2 {
    height: 300px;
  }

  .section-6._6-2._6-6 {
    height: 550px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-6._6-8 {
    height: 500px;
  }

  .section-6._66 {
    height: auto;
  }

  .section-7.banner {
    height: auto;
    padding-top: 32px;
  }

  .section-8._6-6 {
    height: auto;
  }

  .text-block-4._011 {
    font-size: 24px;
    line-height: 28px;
  }

  .text-block-6, .text-block-7 {
    font-size: 18px;
    line-height: 22px;
  }

  ._04 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-top: 0;
    padding-right: 0;
  }

  .flex-block-8 {
    flex-flow: row;
  }

  .image-21 {
    width: 55%;
  }

  .image-23 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .header-word {
    font-size: 20px;
    line-height: 26px;
  }

  .button {
    font-size: 16px;
    line-height: 20px;
    top: 141px;
    left: 69px;
  }

  .s-3 {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 32px;
    padding-right: 32px;
  }

  .s-3._20 {
    background-position: 0%;
    justify-content: flex-end;
    align-items: center;
    height: 450px;
    padding: 24px;
  }

  .s-3._20.totel {
    height: 440px;
  }

  .heading {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph._0001 {
    width: 45%;
  }

  .paragraph._00002 {
    font-size: 16px;
    line-height: 20px;
  }

  .flex-block {
    width: 100%;
  }

  .flex-block._09 {
    justify-content: center;
    align-items: flex-start;
    width: 60%;
  }

  .flex-block._11 {
    width: 70%;
  }

  .section-4 {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 32px;
  }

  .div-block-2 {
    height: 550px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-2.totel {
    background-color: #eaf5ff;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 480px;
  }

  .s2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    height: 300px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-6 {
    flex-flow: column;
    height: 750px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-6._6-2 {
    height: 440px;
  }

  .section-6._6-2._6-6 {
    background-position: 75%;
    height: 450px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-6._6-8 {
    height: 300px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-6._66 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-image: url('../images/底圖.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: row;
    height: 400px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-7.banner {
    height: auto;
    padding-top: 32px;
  }

  .section-8 {
    height: 440px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-8._6-6 {
    height: 300px;
    padding-left: 24px;
    padding-right: 4px;
  }

  .guid-01 {
    width: 100%;
  }

  .grid-3 {
    grid-template-rows: auto;
  }

  ._04 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .flex-block-8, .flex-block-9 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .flex-block-10 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
  }

  .flex-block-11 {
    left: 52px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .flex-block-13, .flex-block-14 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .image-22 {
    width: 100%;
  }

  .flex-block-16 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (max-width: 479px) {
  .header-word {
    font-size: 16px;
    line-height: 20px;
  }

  .button {
    letter-spacing: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 18px;
    top: 87px;
    left: 41px;
  }

  .s-3 {
    background-image: url('../images/資產-1-4.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 24px 16px;
  }

  .s-3._20 {
    background-position: 100% 100%;
    background-size: contain;
    background-attachment: scroll;
    justify-content: center;
    align-items: flex-start;
    height: 500px;
    margin-bottom: 24px;
    padding: 24px 16px;
  }

  .s-3._20.totel {
    background-position: 50%;
    background-size: cover;
    justify-content: flex-end;
    align-items: center;
    height: 300px;
  }

  .heading {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .heading._6 {
    width: 65%;
    margin-bottom: 0;
  }

  .paragraph {
    letter-spacing: 3px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    display: flex;
  }

  .paragraph._0001 {
    width: 100%;
  }

  .flex-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
  }

  .flex-block._09 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: 55%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .flex-block._11 {
    width: 55%;
    padding-right: 20px;
  }

  .flex-block._0033 {
    width: 60%;
  }

  .section-4 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 24px 16px;
  }

  .div-block-2 {
    background-color: #ebf5ff;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 120px 16px 24px;
  }

  .div-block-2.totel {
    background-color: #eaf5ff;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 280px;
    padding: 24px 16px;
  }

  .image-3, .image-4, .image-5, .image-6, .image-7 {
    width: 24px;
    height: 24px;
  }

  .tag-word._010 {
    font-size: 16px;
    line-height: 20px;
  }

  .s2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    height: auto;
    padding: 24px 16px;
  }

  .section-6 {
    flex-flow: column;
    width: 100%;
    height: 700px;
    padding: 24px 16px;
  }

  .section-6._6-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: 400px;
    padding: 24px 16px;
  }

  .section-6._6-2._6-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #e9f3fe;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 130px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-6._6-8 {
    height: 200px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-6._6-10 {
    background-position: 100%;
    height: auto;
  }

  .section-6._66 {
    height: auto;
  }

  .section-7.banner {
    height: auto;
    padding-top: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-11 {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-8 {
    height: auto;
    padding: 24px 16px;
  }

  .section-8._6-6 {
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-4._011 {
    font-size: 20px;
    line-height: 24px;
  }

  .guid-01 {
    width: 100%;
    height: auto;
  }

  .grid-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-13, .image-14, .image-15 {
    width: 100px;
    height: 90px;
  }

  .section-9 {
    padding: 24px 16px;
  }

  .image-19 {
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-6, .text-block-7 {
    font-size: 12px;
    line-height: 20px;
  }

  .button-2 {
    font-size: 16px;
    line-height: 20px;
  }

  ._04 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .flex-block-8, .flex-block-9, .flex-block-10 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
  }

  .flex-block-11 {
    top: 125.5px;
    left: 18px;
  }

  .button-4 {
    padding: 4px 10px;
    font-size: 12px;
  }

  .image-21 {
    width: 100%;
  }

  .heading-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-3 {
    font-family: var(--font-family);
    color: var(--color-3);
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .flex-block-13, .flex-block-14 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .div-block-3 {
    width: 100%;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .image-22 {
    width: 100%;
  }

  .link-block, .link-block-2 {
    position: fixed;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .flex-block-15 {
    height: 80%;
  }
}

#w-node-_578c35d5-327f-f4b3-c4fb-b6dff27c1777-e32c549b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_578c35d5-327f-f4b3-c4fb-b6dff27c1778-e32c549b, #w-node-_96390b08-17e3-651c-8eb3-f107d9dbc9a4-e32c549b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_578c35d5-327f-f4b3-c4fb-b6dff27c177e-e32c549b, #w-node-_3f233a88-53c3-8b3c-46b4-fa90aad5acea-e32c549b, #w-node-_578c35d5-327f-f4b3-c4fb-b6dff27c1784-e32c549b {
  align-self: center;
  justify-self: start;
}

#w-node-b1a03371-40fb-0cdd-9bd5-a9bf66caa07f-e32c549b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


