:root {
  --white: white;
  --cblue: #1c3c57;
  --dark-grey: #33383f;
  --light-grey: #99a4af;
  --grey: #626a72;
  --gradient-red: #ff010126;
  --back-grey: #f5f6f7;
  --gradient-blue: #7aa7ff52;
  --dim-grey: #495158;
  --silver: #e7ecf0;
  --soft-grey: #cbd5df;
  --gradient-pink: #ef98cf40;
}

.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;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--white);
  color: var(--cblue);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.25em;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4em;
}

h4 {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
}

h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

h6 {
  color: var(--light-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  opacity: .9;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--grey);
  text-decoration: none;
  transition: color .2s;
}

ul {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 20px;
}

li {
  opacity: .9;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--grey);
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

em {
  letter-spacing: -.5px;
  font-style: italic;
}

blockquote {
  border-left: 5px solid var(--gradient-red);
  color: var(--dark-grey);
  margin-bottom: 16px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4em;
}

figcaption {
  text-align: center;
  margin-top: 12px;
}

.page-wrapper-hire {
  color: #1c4b72;
  background-color: #0000;
  background-image: radial-gradient(circle at 0 20%, #7aa7ff40, #0000 42%, #fff), radial-gradient(circle at 50% 0, #ef98cf33, #0000 57%);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 60vh;
  display: flex;
  position: relative;
}

.page-wrapper-hire.light-grey {
  background-color: var(--back-grey);
}

.main_container {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.main_container.light-grey {
  background-color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 0;
  position: relative;
}

.main_container.small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.main_container.light-color-gradient {
  background-color: var(--back-grey);
  background-image: url('../images/image0602_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 450px;
  padding-top: 59px;
  padding-bottom: 200px;
  position: relative;
}

.main_container.daek-page-header {
  background-color: var(--cblue);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), #0000 47%), radial-gradient(circle farthest-corner at 30% 150%, var(--gradient-blue), #0000 58%);
  color: var(--white);
  padding-top: 96px;
  padding-bottom: 32px;
}

.main_container.black-gradient {
  background-color: var(--cblue);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), #0000 47%), radial-gradient(circle farthest-corner at 40% 130%, #7aa7ff69, #0000 58%);
  color: var(--white);
}

.main_container.light-page-header {
  background-color: var(--back-grey);
  background-image: radial-gradient(circle at 0%, #ff010121, #0000 41%), radial-gradient(circle at 30% 150%, #7aa7ff3d, #0000 54%);
  padding-top: 96px;
  padding-bottom: 32px;
}

.button {
  background-color: var(--cblue);
  color: var(--white);
  text-align: center;
  border-radius: 9px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: box-shadow .2s, transform .2s, border-color .2s, color .2s, background-color .2s;
  box-shadow: 0 2px #2020200d;
}

.button:hover {
  background-color: var(--dark-grey);
}

.button:active {
  background-color: var(--grey);
  transform: translate(0, 2px);
  box-shadow: 0 0 #20202000;
}

.button.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.button.outline {
  background-color: var(--white);
  box-shadow: inset 0 0 0 1px var(--dim-grey);
  color: var(--cblue);
}

.button.outline:hover {
  background-color: var(--silver);
}

.button.outline:active {
  background-color: var(--dim-grey);
  color: var(--white);
}

.button.light {
  background-color: var(--back-grey);
  box-shadow: none;
  color: var(--grey);
}

.button.light:hover {
  background-color: var(--silver);
  color: var(--grey);
}

.button.light:active {
  background-color: var(--soft-grey);
  color: var(--dark-grey);
}

.button.light.mobile-hidden {
  box-shadow: inset 0 0 0 1px var(--silver);
}

.button.disabled {
  background-color: var(--back-grey);
  box-shadow: none;
  opacity: .7;
  color: var(--soft-grey);
}

.button.disabled:active {
  transform: none;
}

.button.subscribe {
  margin-bottom: 0;
  margin-left: -24px;
  padding-left: 22px;
  padding-right: 22px;
}

.button.dark {
  background-color: var(--dim-grey);
}

.button.dark:hover {
  background-color: var(--dark-grey);
}

.button.dark:active {
  background-color: var(--light-grey);
}

.button.white {
  background-color: var(--white);
  color: var(--cblue);
  font-weight: 500;
}

.button.white:hover {
  background-color: var(--silver);
}

.button.white:active {
  background-color: var(--soft-grey);
}

.spacer {
  background-color: var(--silver);
  height: 48px;
}

.spacer._64 {
  background-color: #0000;
  width: 64px;
  height: 64px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.spacer._128 {
  background-color: #0000;
  width: 128px;
  height: 128px;
}

.spacer._80 {
  background-color: #0000;
  width: 80px;
  height: 80px;
}

.spacer._96 {
  background-color: #5eb2f400;
  width: 96px;
  height: 96px;
}

.spacer._32 {
  background-color: #0000;
  height: 32px;
}

.spacer._16 {
  background-color: #0000;
  flex: none;
  width: 16px;
  height: 16px;
}

.text-box {
  max-width: 650px;
  position: relative;
}

.text-box.center-align {
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.text-box._550px {
  max-width: 550px;
}

.text-box._500px {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
  display: block;
}

.text-box.centered {
  margin-left: auto;
  margin-right: auto;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

._12-columns.align-top {
  align-items: flex-start;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  min-height: 30px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.color-block {
  background-color: var(--cblue);
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

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

.color-block.light-grey {
  background-color: var(--light-grey);
}

.color-block.dark-grey {
  background-color: var(--dark-grey);
}

.color-block.back-grey {
  border: 1px solid var(--silver);
  background-color: var(--back-grey);
}

.color-block.soft-grey {
  background-color: var(--soft-grey);
}

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

.color-block.white {
  border: 1px solid var(--silver);
  background-color: #fff;
}

.color-block.soft-red {
  border: 1px solid var(--silver);
  background-color: var(--gradient-red);
}

.color-block.soft-blue {
  border: 1px solid var(--silver);
  background-color: var(--gradient-blue);
}

.color-block.soft-pink {
  border: 1px solid var(--silver);
  background-color: var(--gradient-pink);
}

.white {
  color: #fff;
  font-weight: 300;
}

.column-styleguide {
  background-color: var(--silver);
  border-radius: 2px;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-10 {
  width: 83.33%;
}

.column.desk-12 {
  width: 100%;
}

.column.desk-11 {
  width: 91.66%;
}

.column.desk-6 {
  width: 50%;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-1 {
  flex: 0 auto;
  width: 8.33%;
}

.column.desk-4 {
  width: 33.33%;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-3 {
  flex: none;
  width: 25%;
}

.column.desk-2 {
  width: 16.66%;
}

.column.desk-7 {
  width: 58.3333%;
}

.column.desk-8 {
  width: 66.6667%;
}

.ds-block {
  margin-bottom: 32px;
  font-size: 18px;
}

.horizontal-line {
  background-color: var(--silver);
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.rich-text {
  text-align: left;
}

.rich-text img {
  border-radius: 5px;
}

.rich-text h4, .rich-text h3 {
  margin-top: 24px;
}

.nav-content {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  flex-flow: row;
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  margin-left: 20px;
  display: flex;
  position: relative;
  right: auto;
}

.nav-cta-button-container {
  align-items: center;
  display: flex;
}

.menu-button.w--open {
  color: #096ad033;
  background-color: #fff;
}

.nav-bar {
  z-index: 200;
  border-bottom: 1px solid var(--back-grey);
  background-color: var(--white);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.logo-div {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.nav-logo {
  transition: opacity .2s;
}

.nav-logo:hover {
  opacity: .75;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-link {
  color: #3283c9;
  cursor: pointer;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s ease-in-out;
  display: block;
}

.footer-link:hover {
  opacity: 1;
  color: var(--cblue);
}

.footer-link.w--current {
  opacity: 1;
  color: #3283c9;
}

.footer-link.w--current:lang(en) {
  color: #072d63;
  font-family: Noto Sans TC, sans-serif;
  font-weight: 600;
}

.footer-links-container {
  flex-direction: column;
  display: flex;
}

.footer {
  background-color: var(--back-grey);
  border: 1px #b22b2b;
  border-radius: 0;
  width: 100%;
  max-width: none;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: static;
  overflow: visible;
}

.icon {
  color: #fff;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  font-size: 24px;
}

.icon.large {
  width: 128px;
  height: 128px;
}

.search-banner {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  padding-right: 4px;
  font-size: 14px;
  line-height: 1.4em;
  display: flex;
}

.nav-dropdown {
  color: var(--dark-grey);
  border-radius: 5px;
  margin-left: 6px;
  margin-right: 2px;
  padding: 5px 22px 5px 8px;
  font-weight: 500;
  line-height: 26px;
  transition: color .2s;
  position: relative;
}

.nav-dropdown:hover {
  opacity: 1;
  color: #1b9cca;
}

.nav-dropdown.w--current {
  color: #096ad0;
  font-weight: 700;
  transition-property: none;
}

.paragraph.small {
  opacity: .75;
  color: var(--grey);
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.4em;
}

.paragraph.large {
  font-size: 20px;
  line-height: 1.5em;
}

.paragraph.medium {
  font-size: 18px;
}

.paragraph.small {
  opacity: .75;
  font-size: 14px;
  line-height: 1.4em;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-menu {
  text-align: right;
  margin-right: 6px;
}

.ds-menu-brand {
  width: 160px;
  margin-bottom: 50px;
  margin-left: 30px;
}

.ds-menu {
  width: 100%;
}

.ds-menu-link {
  color: var(--silver);
  border-left: 4px solid #0000;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
}

.ds-menu-link:hover {
  color: var(--soft-grey);
}

.ds-menu-link.w--current {
  background-color: var(--dark-grey);
  color: var(--white);
  padding-right: 0;
  font-weight: 500;
}

.ds-nav {
  background-color: var(--cblue);
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--gradient-red), #0000 43%);
  width: 240px;
  padding-top: 40px;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: auto;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #197dff;
}

.form-error {
  background-color: var(--silver);
  color: var(--cblue);
  border-radius: 6px;
  padding: 16px;
  font-size: 14px;
  line-height: 18px;
}

.form {
  margin-bottom: 0;
}

.checkbox-field {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 16px;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.check-box {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  background-color: #197dff;
  background-position: 50%;
  background-size: 16px;
  border-color: #197dff;
}

.ds-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
  position: relative;
}

.form-success {
  background-color: var(--silver);
  color: var(--dark-grey);
  border-radius: 8px;
  width: 100%;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.form-success.dark {
  background-color: var(--dim-grey);
  color: var(--white);
}

.ds-section {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 48px 60px;
  position: relative;
}

.ds-section.header {
  background-color: var(--back-grey);
  color: var(--cblue);
}

.ds-title {
  color: var(--dark-grey);
  margin-bottom: 8px;
}

.ds-section-header {
  margin-bottom: 50px;
}

.text-field {
  border: 1px solid var(--silver);
  background-color: var(--back-grey);
  border-radius: 9px;
  min-width: 120px;
  height: 44px;
  margin-bottom: 16px;
  padding: 19px 12px;
  font-size: 15px;
  line-height: 1.4em;
  transition: border-color .2s;
}

.text-field:focus {
  border-color: var(--dark-grey);
}

.text-field::placeholder {
  color: var(--soft-grey);
}

.text-field.no-margin {
  margin-bottom: 0;
}

.ebook-box {
  color: var(--cblue);
  text-align: left;
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
}

.ebook-box:hover {
  transform: translate(0, -3px);
}

.ebook-thumbnail {
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}

.text-area {
  border: 1px solid var(--silver);
  background-color: var(--back-grey);
  border-radius: 6px;
  min-height: 120px;
  margin-bottom: 16px;
  padding: 16px;
  font-size: 15px;
  box-shadow: 0 0 10px #00000003;
}

.text-area::placeholder {
  color: var(--soft-grey);
}

.tabs-menu {
  justify-content: center;
  width: 100%;
  margin-bottom: 48px;
  display: flex;
}

.vertical-tab {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.tab-link {
  border-bottom: 2px solid var(--silver);
  opacity: .5;
  color: var(--grey);
  text-align: center;
  background-color: #0000;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 18px;
}

.tab-link:hover {
  border-bottom-color: var(--soft-grey);
  color: var(--grey);
}

.tab-link.w--current {
  opacity: 1;
  color: #197dff;
  background-color: #0000;
  border-bottom-color: #197dff;
  font-weight: 600;
}

.ds-description {
  color: var(--grey);
  max-width: 400px;
}

.small-button {
  background-color: var(--cblue);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  flex: none;
  margin-bottom: 16px;
  padding: 5px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .2s, border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 1px #0000000f;
}

.small-button:hover {
  background-color: var(--dark-grey);
  color: #fff;
}

.small-button:active {
  background-color: var(--dim-grey);
  transform: translate(0, 1px);
  box-shadow: 0 0 #0000000f;
}

.small-button.light {
  background-color: var(--back-grey);
  box-shadow: none;
  color: var(--grey);
  margin-right: 0;
}

.small-button.light:hover {
  background-color: var(--silver);
}

.small-button.light:active {
  background-color: var(--soft-grey);
  color: var(--dark-grey);
}

.small-button.dark {
  background-color: var(--dim-grey);
  box-shadow: none;
  margin-right: 0;
}

.small-button.dark:hover {
  background-color: var(--dark-grey);
}

.small-button.dark:active {
  background-color: var(--cblue);
}

.nav-container {
  opacity: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 50px;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.error-2 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.nav-link {
  color: #1294da;
  text-align: right;
  cursor: pointer;
  background-color: #0000;
  margin-left: 4px;
  margin-right: 4px;
  padding: 6px 8px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s, transform .2s, color .2s;
}

.nav-link:hover {
  color: var(--cblue);
}

.nav-link:active {
  color: #3283c9;
}

.nav-link.w--current {
  color: #4d82cd;
}

.nav-link.w--current:active {
  text-decoration: none;
}

.nav-link.w--current:lang(en) {
  color: #072d63;
  font-family: Noto Sans TC, sans-serif;
  font-weight: 600;
}

.nav-link.cta-button {
  background-color: var(--cblue);
  box-shadow: 0 2px 0 0 var(--back-grey);
  color: var(--white);
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  transition: box-shadow .2s, background-color .2s, transform .2s, color .2s;
}

.nav-link.cta-button:hover {
  background-color: var(--dark-grey);
}

.nav-link.cta-button:active {
  background-color: var(--grey);
  box-shadow: 0 0 0 0 var(--silver);
  transform: translate(0, 1px);
}

.form-dropdown {
  border: 1px solid var(--silver);
  background-color: var(--back-grey);
  color: var(--light-grey);
  border-radius: 6px;
  width: 100%;
  height: 44px;
  margin-bottom: 16px;
  padding: 8px 12px;
  font-size: 15px;
  position: relative;
}

.form-dropdown:focus {
  color: #37474e;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.field-block {
  z-index: 1;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.error {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.footer-header {
  color: var(--light-grey);
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.footer-container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px 20px;
  display: block;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.ds-module {
  background-color: var(--silver);
  border-radius: 2px;
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

._1-2-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

._2-1-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.heading {
  font-weight: 600;
  display: block;
}

.heading.home {
  color: #fff;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  font-size: 46px;
  line-height: 1.25em;
  position: relative;
}

.heading.home.small-margin {
  margin-bottom: 6px;
}

.heading.h2 {
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 1.3em;
}

.heading.se_top {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 1.4em;
}

.heading.se_top.no-margin {
  margin-bottom: 0;
}

.heading.h4 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.45em;
}

.heading.h5 {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.heading.h6 {
  color: var(--grey);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
}

.heading.large-h1 {
  margin-bottom: 16px;
  font-size: 64px;
  line-height: 1.15em;
}

.error-3 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.licenses-grid {
  grid-column-gap: 96px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.utility-page-wrap {
  background-color: var(--cblue);
  color: var(--white);
  background-image: radial-gradient(circle at 50% 0, #ef98cf33, #0000 57%), radial-gradient(circle at 0 20%, #7aa7ff40, #0000 42%);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 90vh;
  min-height: auto;
  max-height: 100%;
  padding: 20px;
  display: flex;
}

.utility-page-wrap.center-align {
  background-image: radial-gradient(circle farthest-corner at 50% -20%, #ef98cf33, #0000 61%), radial-gradient(circle farthest-corner at 0% 20%, var(--gradient-blue), #0000 42%);
  text-align: center;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 380px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.visible-spacer {
  background-color: var(--silver);
  border-radius: 2px;
  margin-bottom: 24px;
  display: inline-block;
}

.email-form {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 450px;
  display: flex;
}

.email-form.center-align {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.section-top {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

._3-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._4-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.email-subscribe {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.search {
  align-items: flex-start;
  margin-bottom: 0;
}

.terms-card {
  z-index: 2;
  background-color: #fff;
  border-radius: 12px;
  max-width: 800px;
  margin-top: -180px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 64px 48px;
  position: relative;
  box-shadow: 0 3px 12px #0000000f;
}

.popular-posts-grid {
  grid-column-gap: 80px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.container-2 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.hidden {
  display: none;
}

.search-bar {
  border: 1px solid var(--back-grey);
  background-color: var(--back-grey);
  color: var(--cblue);
  background-image: url('../images/MagnifyingGlass-Grey.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 6px;
  width: 280px;
  height: 36px;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 32px;
  font-size: 15px;
  font-weight: 400;
  transition: border-color .2s;
}

.search-bar:hover, .search-bar:focus {
  border-color: var(--soft-grey);
}

.search-bar::placeholder {
  color: var(--light-grey);
}

.search-section {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.card-text-link {
  color: var(--cblue);
  text-align: left;
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
}

.card-text-link:hover {
  color: var(--dark-grey);
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.form-card {
  background-color: var(--white);
  color: var(--cblue);
  text-align: left;
  border-radius: 12px;
  padding: 40px;
}

.title-tag {
  color: var(--light-grey);
  margin-bottom: 12px;
  font-weight: 500;
}

.cta-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--silver);
  border-bottom: 1px solid var(--silver);
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.error-4 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.grey-text-link {
  border-bottom: 1px solid var(--soft-grey);
  color: var(--grey);
}

.grey-text-link:hover {
  border-bottom-color: var(--light-grey);
  color: var(--dark-grey);
}

.banner-section {
  z-index: 200;
  background-color: var(--white);
  background-image: radial-gradient(circle at 25% -20%, #7aa7ff26, #fff0 52%), radial-gradient(circle at 100% 0, #ff010114, #fff0 25%);
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.banner-container {
  flex: 1;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  display: flex;
}

.banner-link {
  color: var(--light-grey);
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.3em;
  text-decoration: none;
  display: inline;
}

.banner-link:hover {
  color: var(--cblue);
}

.hero-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr;
  align-items: center;
  width: 100%;
  position: relative;
  top: 40px;
}

.hero-illustration {
  mix-blend-mode: multiply;
  margin-left: auto;
  margin-right: auto;
}

.large-3-grid {
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.footer-logo-block {
  flex-direction: column;
  align-items: flex-start;
  max-width: 650px;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.ebook-header-block {
  max-width: 650px;
  height: 50px;
  position: relative;
}

.ebook-page-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 400px;
}

.ebook-cover {
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px #0000000d;
}

.ebook-mobile-block {
  max-width: 650px;
  height: 50px;
  display: none;
  position: relative;
}

.full-page-wrapper {
  background-color: var(--cblue);
  background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--gradient-blue), transparent 44%), radial-gradient(circle farthest-corner at 0% 100%, var(--gradient-red), transparent 32%);
  color: var(--white);
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 24px 12px;
}

.form-page-logo {
  width: 190px;
}

.form-card-header {
  text-align: center;
  margin-bottom: 32px;
}

.admin-form-card {
  background-color: var(--white);
  color: var(--cblue);
  border-radius: 12px;
  width: 100%;
  max-width: 380px;
  padding: 40px;
}

.admin-form-card.center-align {
  text-align: center;
}

.form-card-footer {
  grid-column-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
}

.below-card-link {
  color: var(--light-grey);
  margin-top: 24px;
  font-size: 14px;
  display: inline-block;
}

.below-card-link:hover {
  color: var(--soft-grey);
}

.checkbox-label {
  flex: 1;
  font-size: 14px;
  display: inline-block;
}

.white-text-link {
  border-bottom: 1px solid var(--grey);
  color: var(--white);
  transition: border-color .2s, color .2s;
}

.white-text-link:hover {
  border-bottom-color: var(--soft-grey);
  color: var(--soft-grey);
}

.field-label {
  color: #202020;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.field-label.no-margin {
  margin-bottom: 0;
}

.account-header {
  border-style: none none solid;
  border-bottom-color: #e7ecf0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.account-info-wrapper {
  margin-top: 24px;
}

.account-card {
  background-color: var(--white);
  color: var(--cblue);
  border-radius: 12px;
  width: 100%;
  max-width: 380px;
  padding: 24px 32px;
}

.account-page-wrapper {
  background-color: var(--silver);
  color: var(--white);
  background-image: radial-gradient(circle at 50% 0, #ef98cf33, #0000 57%), radial-gradient(circle at 0 20%, #7aa7ff40, #0000 42%);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 90vh;
  min-height: 650px;
  max-height: 100%;
  padding: 20px;
  display: flex;
}

.form-2-grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.verification-box {
  text-align: center;
}

.form-page-logo-link {
  margin-bottom: 32px;
  transition: opacity .2s, color .2s;
}

.form-page-logo-link:hover {
  opacity: .9;
}

.grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.image {
  max-width: 100%;
  margin-top: 0;
}

.grid-2 {
  grid-template-areas: ". Area";
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-areas: "Area";
  width: 500px;
  font-size: 25px;
  font-weight: 400;
  position: relative;
  top: 40px;
}

.image-2 {
  float: none;
  text-align: center;
}

.image-3 {
  border-radius: 0;
}

.container-3 {
  text-align: center;
  margin-top: -45px;
  padding-top: 0;
}

.heading-2 {
  text-align: center;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 10px;
  display: block;
}

.column-2 {
  text-align: center;
  mix-blend-mode: darken;
  object-fit: fill;
  border: 1px solid #181717;
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  left: auto;
  box-shadow: 0 2px 5px #0003;
}

.image-4 {
  border-radius: 0;
  flex: 1;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 5px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  display: flex;
  overflow: visible;
}

.columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: relative;
  left: 15px;
  right: 15px;
}

.column-3, .column-4 {
  border: 1px solid #000;
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
}

.image-5 {
  vertical-align: baseline;
  display: block;
  overflow: clip;
}

.image-6 {
  display: block;
}

.column-5 {
  border: 1px solid #000;
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
}

.grid-4 {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
}

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

.displaygrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr) minmax(280px, 1fr) minmax(280px, 1fr);
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-left: 0;
  display: grid;
  overflow: auto;
}

.card1 {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #06103c;
  background-image: linear-gradient(135deg, #4e4376, #2b5876);
  border: 1px solid #000;
  border-radius: 5px;
  flex-flow: column;
  width: 280px;
  height: 320px;
  padding-left: 0;
  display: flex;
}

.heading-3 {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 26px;
}

.paragraph-3 {
  color: var(--white);
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.div-block-2 {
  padding-top: 20px;
}

.heading-4 {
  text-align: center;
  font-size: 26px;
}

.grid-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(370px, .25fr) minmax(370px, .25fr) minmax(370px, .25fr);
  place-items: stretch center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-block-3 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border: 1px solid var(--dark-grey);
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 150px;
  display: flex;
  position: relative;
  top: auto;
}

.text-block {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: auto;
  left: 125px;
  right: 15px;
}

.image-8 {
  position: absolute;
  inset: auto auto auto 15px;
}

.section-2 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-4 {
  width: 280px;
  height: 160px;
  display: block;
}

.div-block-5 {
  padding-top: 5px;
  display: flex;
}

.section-3 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.grid-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.image-9 {
  object-fit: fill;
  width: 150px;
  height: 50px;
}

.se_link_div {
  text-align: left;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 70px;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  text-align: center;
  flex: 0 auto;
  align-self: center;
}

.text-span {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.qa_link_div, .mt_link_div {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 70px;
  display: flex;
}

.image-10 {
  width: 45%;
  max-width: 100%;
  height: auto;
}

.text-block-3, .text-block-4, .text-block-5 {
  font-size: 15px;
}

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

.div-block-9 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid #ca5555;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 180px;
  height: 400px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: static;
  inset: 15% auto auto 2%;
}

.grid-9 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  height: 500px;
}

.link-block {
  flex-flow: column;
  width: auto;
  height: auto;
  display: block;
}

.link-se {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dark-grey);
  text-align: left;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 180px;
  height: 50px;
  min-height: 50px;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 20px;
  display: flex;
}

.text-block-6 {
  color: var(--cblue);
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-s7 {
  opacity: 1;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 140px;
  height: 40px;
  min-height: 40px;
  margin-top: 5px;
  margin-left: 40px;
  padding-top: 0;
  padding-left: 0;
  font-weight: 400;
  transition-property: none;
  display: flex;
}

.link-s7:lang(en) {
  background-color: #ebebeb;
  font-weight: 400;
}

.text-span-2 {
  color: var(--cblue);
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 420px;
  min-width: 420px;
  height: 350px;
  min-height: 350px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: static;
  inset: 18% 140px auto 19%;
  overflow: hidden;
}

.image-11 {
  box-sizing: content-box;
  text-align: left;
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  display: block;
  overflow: hidden;
}

.div-block-11 {
  width: 540px;
  height: 220px;
  margin-left: 20px;
  margin-right: 40px;
  position: fixed;
  inset: 23% 0% 0% auto;
}

.paragraph-4 {
  opacity: 100;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  line-height: 2em;
}

.body {
  background-color: var(--white);
  color: #1c3c57;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #626a72;
  cursor: pointer;
  background-color: #0000;
  margin-left: 4px;
  margin-right: 4px;
  padding: 6px 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s, transform .2s, color .2s;
}

.nav-link-2:hover {
  color: #1d1d1d;
}

.nav-link-2:active {
  color: #626a72;
}

.nav-link-2.w--current {
  color: #1d1d1d;
}

.heading-5 {
  width: auto;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  display: block;
}

.paragraph-5 {
  width: auto;
  margin-bottom: 0;
  font-size: 18px;
  display: block;
}

.paragraph-6 {
  font-size: 26px;
}

.div-block-12 {
  text-align: center;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 300px;
  text-decoration: none;
  display: flex;
  position: static;
}

.div-block-13 {
  flex-flow: column;
  width: 100%;
  margin-top: 20px;
  display: block;
}

.div-block-14 {
  flex-flow: wrap;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-15 {
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  display: flex;
}

.heading-6 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  margin-bottom: 40px;
  display: grid;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 200px;
  height: 100%;
  display: grid;
}

.div-block-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #114e15;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 10px;
  grid-template-rows: auto 1fr auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 610px;
  height: auto;
  font-size: 14px;
  display: grid;
  box-shadow: 0 3px 12px #00000014;
}

.div-block-19 {
  border: 0 #000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-left: 0;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
  position: static;
}

.paragraph-7 {
  border: 1px #000;
}

.paragraph-8 {
  opacity: 100;
  color: #1c1d1c;
  border: 1px #000;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.div-block-20 {
  background-color: #e3f8f8;
  background-image: linear-gradient(143deg, #7474bf, #348ac7);
  border: 1px #000;
  border-radius: 10px 10px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.div-block-21 {
  border: 0 #000;
  width: 90%;
  height: auto;
}

.div-block-22 {
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 0;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1.5px dotted #9c9b9b;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  display: flex;
}

.paragraph-9 {
  opacity: 100;
  color: #096163;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  display: block;
}

.div-block-24 {
  border: 1px #000;
  border-bottom: 1.5px dotted #9c9b9b;
  padding-bottom: 5px;
  display: flex;
}

.paragraph-10 {
  opacity: 1;
  color: #1c1d1c;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.div-block-25 {
  align-self: center;
  width: 90%;
}

.div-block-26 {
  text-align: center;
  align-self: center;
  width: 20%;
  padding-left: 5px;
}

.bold-text {
  opacity: 1;
  color: #1c1d1c;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
  display: block;
}

.bold-text-2 {
  color: #1c1d1c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: block;
}

.paragraph-11, .paragraph-12 {
  opacity: 100;
  color: #1c1d1c;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.div-block-27 {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1.5px dotted #9c9b9b;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.paragraph-13 {
  color: var(--dark-grey);
}

.paragraph-14 {
  opacity: 100;
  color: #1c1d1c;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.div-block-28 {
  text-align: center;
  align-self: center;
  width: 20%;
  padding-left: 5px;
}

.div-block-29 {
  align-self: center;
  width: 90%;
}

.paragraph-15 {
  opacity: 100;
  color: #1c1d1c;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.div-block-30 {
  border: 1px #000;
  display: flex;
}

.paragraph-16 {
  color: #114e15;
  margin-bottom: 0;
  font-size: 14px;
}

.div-block-31 {
  text-align: center;
  align-self: center;
  width: 18%;
  padding-left: 5px;
}

.paragraph-17 {
  margin-bottom: 0;
}

.div-block-32 {
  width: 95%;
}

.div-block-33 {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1.5px dotted #9c9b9b;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-34 {
  text-align: center;
  width: 20%;
  padding-left: 5px;
}

.div-block-35 {
  width: 90%;
}

.paragraph-18 {
  opacity: 20;
  color: #1c1d1c;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.paragraph-19 {
  opacity: 100;
  color: #1c1d1c;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.div-block-36 {
  border: 1px #000;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.paragraph-20 {
  opacity: 79;
  color: #1c1d1c;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.paragraph-21 {
  opacity: 100;
  color: #1c1d1c;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.div-block-37 {
  width: 90%;
}

.div-block-38 {
  text-align: center;
  width: 20%;
  padding-left: 5px;
}

.div-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 540px;
  height: 220px;
  margin-left: 20px;
  margin-right: 40px;
  display: block;
  position: fixed;
  inset: 23% 0% 0% auto;
}

.paragraph-22 {
  line-height: 2em;
}

.tabs {
  flex-flow: row;
  display: flex;
}

.tabs-menu-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 500px;
  display: flex;
}

.tabs-content {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1000px;
  height: 500px;
  display: flex;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: block;
}

.grid-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-size: 14px;
}

.div-block-40 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: minmax(0, .25fr) minmax(33px, .25fr) auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: auto;
  margin-top: 10px;
  margin-right: 20px;
  padding-top: 0;
  display: grid;
  position: static;
  box-shadow: 0 3px 12px #00000014;
}

.div-block-41 {
  display: flex;
}

.div-block-42 {
  background-color: #0000;
  border-bottom: 1.5px dotted #9c9b9b;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.paragraph-23 {
  font-size: 14px;
}

.paragraph-24 {
  opacity: 48;
  color: #1c1d1c;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.div-block-43 {
  text-align: center;
  background-color: #e3f3ff00;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-left: 5px;
  font-size: 14px;
  display: flex;
}

.paragraph-25 {
  opacity: 1;
  color: #1c1d1c;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.div-block-44 {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-26 {
  opacity: 1;
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph-27 {
  opacity: 1;
  color: #1c1d1c;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.div-block-45 {
  text-align: center;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  padding-left: 5px;
  display: block;
}

.div-block-46 {
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: 100%;
  margin-right: 5px;
  display: flex;
}

.div-block-47 {
  background-color: #0000;
  width: 75%;
  height: auto;
  margin-right: 5px;
}

.div-block-48 {
  background-color: #eee7ff;
  background-image: linear-gradient(143deg, #7474bf, #348ac7);
  border-radius: 10px 10px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-28 {
  color: #000;
  vertical-align: baseline;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-weight: 700;
  display: block;
}

.div-block-50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-51 {
  display: flex;
}

.paragraph-29, .paragraph-30 {
  font-size: 14px;
}

.div-block-52 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #554906;
  border: 1px solid #cacaca;
  border-radius: 10px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding-top: 0;
  display: grid;
  box-shadow: 0 3px 12px #00000014;
}

.paragraph-31 {
  opacity: 100;
  color: #811b07;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-53 {
  background-color: #0000;
  border-bottom: 1.5px dotted #9c9b9b;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.paragraph-32 {
  opacity: 100;
  color: #1c1d1c;
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.paragraph-33 {
  opacity: 25;
  color: #1c1d1c;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.div-block-54 {
  background-color: #0000;
  border-bottom: 1.5px dotted #9c9b9b;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.paragraph-34 {
  opacity: 100;
  color: #1c1d1c;
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.paragraph-35 {
  opacity: 1;
  color: #1c1d1c;
  margin-bottom: 0;
  font-size: 14px;
}

.div-block-55 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-7 {
  color: #1e3190;
}

.div-block-56 {
  background-color: #0000;
  border-bottom: 1.5px dotted #9c9b9b;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.paragraph-36 {
  opacity: 100;
  color: #1c1d1c;
  text-align: center;
  width: auto;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.paragraph-37 {
  opacity: 44;
  color: #1c1d1c;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.div-block-57 {
  background-color: #0000;
  border-bottom: 1.5px dotted #9c9b9b;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.paragraph-38 {
  opacity: 83;
  color: #1c1d1c;
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.paragraph-39 {
  opacity: 1;
  color: #1c1d1c;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.div-block-58 {
  background-color: #0000;
  border-bottom: 1.5px dotted #9c9b9b;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.paragraph-40 {
  opacity: 89;
  color: #1c1d1c;
  text-align: center;
  width: auto;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.paragraph-41 {
  opacity: 78;
  color: #1c1d1c;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.div-block-59 {
  background-color: #0000;
  display: flex;
}

.paragraph-42, .paragraph-43 {
  margin-bottom: 0;
  font-size: 14px;
}

.div-block-60 {
  background-color: #0000;
  border-radius: 0 0 10px 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.paragraph-44 {
  opacity: 85;
  color: #1c1d1c;
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph-45 {
  opacity: 61;
  color: #1c1d1c;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.bold-text-8 {
  color: #fff;
  font-size: 16px;
}

.div-block-61, .div-block-62 {
  width: 30%;
  padding-left: 5px;
}

.div-block-63, .div-block-64, .div-block-65 {
  width: 30%;
}

.div-block-66 {
  justify-content: center;
  align-items: center;
  width: 18%;
  display: flex;
}

.div-block-67 {
  text-align: center;
  width: 30%;
}

.bold-text-9 {
  color: #1c1d1c;
}

.bold-text-10 {
  color: #fff;
}

.div-block-68, .div-block-69 {
  width: 280px;
  height: 160px;
}

.div-block-70, .div-block-71 {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.div-block-72, .div-block-73, .div-block-74, .div-block-76 {
  width: 70%;
}

.link-block-2 {
  margin-bottom: 0;
}

.div-block-77 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-image: linear-gradient(143deg, #7474bf, #348ac7);
  border: 1px #000;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  box-shadow: 0 3px 9px #0006;
}

.heading-7 {
  font-size: 30px;
}

.heading-8 {
  opacity: 1;
  color: var(--white);
  margin-bottom: 0;
  font-size: 20px;
}

.index_img_plc {
  width: 100%;
  max-width: none;
  max-height: none;
  overflow: visible;
}

.div-block-78 {
  width: 100%;
  height: auto;
  overflow: visible;
}

.div-block-79 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin: 0 5px 10px;
  font-size: 15px;
  display: block;
  position: static;
}

.div-block-80 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.paragraph-46 {
  opacity: 100;
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
}

.div-block-81 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-image: linear-gradient(143deg, #7474bf, #348ac7);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  box-shadow: 0 3px 9px #0006;
}

.heading-9 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
}

.div-block-82 {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  padding-top: 0;
  display: flex;
}

.paragraph-47 {
  opacity: 100;
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
}

.div-block-83 {
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-84, .index_img_hmi {
  width: 100%;
}

.heading-10 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 20px;
}

.div-block-85 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-image: linear-gradient(143deg, #7474bf, #348ac7);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  box-shadow: 0 3px 9px #0006;
}

.div-block-86 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.paragraph-48 {
  color: var(--white);
}

.paragraph-49 {
  opacity: 1;
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
}

.div-block-87 {
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.index_img_sw {
  width: 100%;
}

.div-block-88 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-image: linear-gradient(143deg, #7474bf, #348ac7);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  box-shadow: 0 3px 9px #0006;
}

.heading-11 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 20px;
}

.paragraph-50 {
  color: var(--white);
}

.paragraph-51 {
  color: var(--white);
  font-size: 14px;
}

.paragraph-52 {
  opacity: 100;
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
}

.div-block-89 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 0;
  display: flex;
}

.div-block-90 {
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.index_img_in, .div-block-91 {
  width: 100%;
}

.column-6 {
  background-color: var(--light-grey);
}

.column-7 {
  background-color: #f0b2b2;
}

.div-block-92 {
  color: #83abcc;
}

.div-block-93 {
  flex-flow: column;
  display: flex;
}

.grid-11 {
  grid-column-gap: 20px;
  grid-template-rows: 384px;
  grid-template-columns: 220px 420px 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin: 60px 20px 0;
}

.div-block-94 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
}

.div-block-95 {
  border-radius: 10px;
  width: 420px;
  height: 360px;
  overflow: visible;
}

.div-block-96 {
  width: auto;
  margin-left: 10px;
}

.div-block-97 {
  flex-flow: column;
  flex: 1;
  display: block;
}

.container-5 {
  margin-top: 40px;
}

.heading-12, .paragraph-53 {
  text-align: center;
}

.bold-text-11 {
  color: #0b4d6b;
  font-family: Noto Sans TC, sans-serif;
}

.div-block-98 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-99 {
  width: 40px;
  height: 40px;
}

.text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12 {
  color: #0b4d6b;
  background-color: #cee1f1;
  border: 1px solid #f4faff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.text-block-13, .text-block-14 {
  color: #0b4d6b;
  background-color: #cee1f1;
  border: 1px solid #f4faff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.text-block-15, .text-block-16, .text-block-17 {
  color: #0b4d6b;
  background-color: #cee1f1;
  border: 1px solid #f4faff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.text-block-18 {
  color: #0b4d6b;
  background-color: #cee1f1;
  border: 1px solid #f4faff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.text-block-19 {
  color: #0b4d6b;
  background-color: #cee1f1;
  border: 1px solid #f4faff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.text-block-20 {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 40px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.text-block-21 {
  color: #0b4d6b;
  background-color: #cee1f1;
  border: 1px solid #f4faff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.div-block-100 {
  width: 100px;
  height: 40px;
}

.text-block-22, .text-block-23 {
  color: #0b4d6b;
  background-color: #cee1f1;
  border: 1px solid #f4faff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.tab-link-tab-1 {
  padding-right: 40px;
}

.tab-link-tab-1.w--current {
  margin-right: 0;
}

.div-block-101 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 40px;
  display: flex;
}

.image-16 {
  border-radius: 0;
  width: 365px;
  max-width: none;
  height: 324px;
  margin-top: 0;
  margin-right: 0;
  padding-right: 0;
  display: inline-block;
  box-shadow: 0 3px 12px #00000014;
}

.image-17 {
  width: 421px;
  height: 300px;
  box-shadow: 0 3px 12px #00000017;
}

.image-18 {
  width: 384px;
  height: 288px;
}

.image-19 {
  width: 400px;
  height: 356px;
  box-shadow: 0 3px 12px #00000014;
}

.image-20 {
  width: 333px;
  height: 472px;
  box-shadow: 0 3px 12px #00000014;
}

.div-block-102 {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-right: 0;
  padding-right: 10px;
  display: flex;
}

.paragraph-54 {
  color: #000;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.paragraph-55 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Noto Sans TC, sans-serif;
  display: flex;
}

.heading-13 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.bold-text-12 {
  color: #000;
}

.div-block-103 {
  text-align: center;
  background-color: #ec5252;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 30px;
  margin-left: 10px;
  line-height: 25px;
  display: flex;
}

.div-block-104 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-56 {
  color: #0c3d64;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.div-block-105 {
  flex-flow: column;
  display: flex;
}

.image-21 {
  margin-bottom: 5px;
}

.link {
  color: #197fcf;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
  text-decoration: underline;
}

.div-block-106 {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  height: 350px;
  margin-top: 10px;
  box-shadow: 0 3px 12px #00000014;
}

.paragraph-57 {
  color: #464849;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
}

.image-22 {
  box-shadow: 0 3px 12px #00000014;
}

.div-block-109 {
  background-color: #dddddc;
  background-image: linear-gradient(143deg, #7474bf, #348ac7);
  border-radius: 10px 10px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.bold-text-13 {
  text-align: center;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.bold-text-14 {
  font-weight: 400;
}

.bold-text-15 {
  color: #1c1d1c;
}

.bold-text-16 {
  font-family: Noto Sans TC, sans-serif;
}

.bold-text-17 {
  color: #1c1d1c;
  font-family: Noto Sans TC, sans-serif;
}

.bold-text-18 {
  font-family: Noto Sans TC, sans-serif;
}

.bold-text-19 {
  color: #fff;
}

.bold-text-20, .bold-text-21 {
  color: #1c1d1c;
  font-family: Noto Sans TC, sans-serif;
}

.business-div1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #ececec;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  display: flex;
  box-shadow: 0 2px 8px 2px #00000017;
}

.div1-1 {
  border: 1px #000;
  flex: 0 auto;
  width: 100px;
  height: 100px;
  margin-right: 5px;
}

.div1-2 {
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 5px;
  font-size: 14px;
  display: flex;
}

.image-23 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.paragraph-58 {
  opacity: 100;
  text-align: left;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.business-div2 {
  border: 1px solid #ececec;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 120px;
  display: flex;
  box-shadow: 0 2px 8px 2px #00000017;
}

.div2-1 {
  width: 100px;
  height: 100px;
  margin-left: 15px;
}

.index_png02 {
  width: 100%;
  height: 100%;
}

.paragraph-59 {
  opacity: 10;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 15px;
}

.div2-2 {
  justify-content: center;
  align-items: center;
  width: 60%;
  margin: 5px;
  display: flex;
}

.div-1-3 {
  width: 100px;
  height: 100px;
  margin-left: 10px;
}

.index_png01 {
  width: 100%;
  height: 100%;
}

.business-div3 {
  border: 1px solid #ececec;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 0 2px 8px 2px #00000017;
}

.div3-1 {
  width: 100px;
  height: 100px;
  margin-left: 10px;
}

.div3-2 {
  justify-content: center;
  align-items: center;
  width: 60%;
  margin: 5px 5px 5px 0;
  display: flex;
}

.paragraph-60 {
  opacity: 99;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 15px;
}

.business-div4 {
  border: 1px solid #ececec;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 120px;
  display: flex;
  box-shadow: 0 2px 8px 2px #00000017;
}

.div4-1 {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: 10px;
  padding: 0;
  display: block;
}

.div4-2 {
  justify-content: center;
  align-items: center;
  width: 65%;
  margin: 5px;
  display: flex;
}

.paragraph-61 {
  opacity: 81;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
}

.business-div5 {
  border: 1px solid #ececec;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 120px;
  display: flex;
  box-shadow: 0 2px 8px 2px #00000017;
}

.div5-1 {
  width: 100px;
  height: 100px;
  margin-left: 15px;
  display: block;
}

.div5-2 {
  justify-content: center;
  align-items: center;
  width: 60%;
  margin: 5px;
  display: flex;
}

.paragraph-62 {
  opacity: 1;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 15px;
}

.index_png04 {
  width: 100%;
  height: 100%;
}

.business-div6 {
  border: 1px solid #ececec;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 8px 2px #00000017;
}

.div6-1 {
  width: 100px;
  height: 100px;
  margin-left: 10px;
}

.div6-2 {
  width: 65%;
  margin: 5px;
}

.index_png06 {
  width: 100%;
  height: 100%;
}

.paragraph-63 {
  opacity: 85;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 15px;
}

.index_png05 {
  margin-left: 0;
}

.paragraph-64 {
  opacity: 93;
  color: #000203;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 24px;
}

.bold-text-22 {
  font-size: 28px;
}

.pro_container {
  margin-left: 40px;
  margin-right: 40px;
}

.main_container2 {
  margin-top: 40px;
}

.slogan_div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 100px;
  display: block;
  position: static;
  left: 0;
}

.link-se_plc {
  background-color: #ebebeb;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  display: flex;
}

.links7400 {
  color: #1173d5;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  margin-top: 5px;
  margin-left: 40px;
  display: flex;
}

.links7400:hover {
  color: #186bbd;
}

.links7400:lang(en) {
  background-color: #fff;
  font-family: Noto Sans TC, sans-serif;
  font-weight: 600;
}

.div_400img {
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  width: 450px;
  height: auto;
  margin-top: 10px;
  margin-left: 10px;
  box-shadow: 0 2px 10px 2px #00000026;
}

.product_img_400 {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.tabs-menu-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 210px;
  height: 350px;
  margin-right: 40px;
  padding-top: 0;
  display: flex;
}

.tabs-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-pane-tab-1 {
  text-align: left;
  position: static;
}

.tabs-content-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.pro_div {
  margin-top: 40px;
  margin-bottom: 40px;
}

.tab-link-s7_400 {
  background-color: #f3f3f3;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  margin-bottom: 10px;
  font-family: Noto Sans TC, sans-serif;
}

.tab-link-s7_400.w--current {
  background-color: #e2e2e2;
  border-radius: 8px;
  font-family: Noto Sans TC, sans-serif;
  font-weight: 600;
}

.tab-link-s7_1200 {
  background-color: #f3f3f3;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  margin-bottom: 10px;
  font-family: Noto Sans TC, sans-serif;
}

.tab-link-s7_1200.w--current {
  background-color: #e2e2e2;
  font-weight: 600;
}

.tab-link-s7_1500 {
  background-color: #f3f3f3;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  margin-bottom: 10px;
  font-family: Noto Sans TC, sans-serif;
  font-weight: 400;
}

.tab-link-s7_1500.w--current {
  background-color: #e2e2e2;
  font-weight: 600;
}

.tab-link-tab-4 {
  background-color: #f3f3f3;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  margin-bottom: 10px;
  font-family: Noto Sans TC, sans-serif;
}

.tab-link-tab-4.w--current {
  background-color: #e2e2e2;
  font-family: Noto Sans TC, sans-serif;
  font-weight: 600;
}

.tab-link-se_sw {
  background-color: #f3f3f3;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  margin-bottom: 10px;
  font-family: Noto Sans TC, sans-serif;
}

.tab-link-se_sw.w--current {
  background-color: #e2e2e2;
  font-weight: 600;
}

.tab-link-se_iv {
  background-color: #f3f3f3;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  font-family: Noto Sans TC, sans-serif;
}

.tab-link-se_iv.w--current {
  background-color: #e2e2e2;
  font-family: Noto Sans TC, sans-serif;
  font-weight: 600;
}

.div_400_detail {
  width: 840px;
  margin-top: 10px;
  padding-top: 0;
}

.paragraph-65 {
  font-family: Noto Sans TC, sans-serif;
  line-height: 1.8em;
}

.div-block-113 {
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  width: 450px;
  margin-top: 10px;
  margin-left: 10px;
  box-shadow: 0 2px 12px 2px #00000026;
}

.div_1200_detail {
  width: 840px;
  margin-top: 10px;
}

.product_img_1200 {
  border-radius: 10px;
}

.text-span-3 {
  color: #29b2a9;
  font-size: 15px;
  text-decoration: underline;
}

.tab-link-s7_300 {
  background-color: #f3f3f3;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  margin-bottom: 10px;
  font-family: Noto Sans TC, sans-serif;
}

.tab-link-s7_300.w--current {
  background-color: #e2e2e2;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  font-weight: 700;
}

.text-block-24 {
  color: #0b4d6b;
  background-color: #cee1f1;
  border: 1px solid #f4faff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.div_300img {
  border-radius: 10px;
  width: 450px;
  margin-top: 10px;
  margin-left: 10px;
  box-shadow: 0 2px 10px 2px #00000026;
}

.paragraph-66 {
  font-family: Noto Sans TC, sans-serif;
  line-height: 1.8em;
}

.div_300_detail {
  width: 840px;
  margin-top: 10px;
}

.product_img_300 {
  border-radius: 8px;
}

.bold-text-23 {
  color: #29b2a9;
  font-size: 15px;
  text-decoration: underline;
}

.paragraph-67 {
  font-family: Noto Sans TC, sans-serif;
}

.bold-text-24 {
  color: #29b2a9;
  font-size: 15px;
  text-decoration: underline;
}

.div_1500img {
  border-radius: 10px;
  width: 450px;
  margin-top: 10px;
  margin-left: 10px;
  box-shadow: 0 2px 12px #00000026;
}

.div_1500_detail {
  width: 840px;
  margin-top: 10px;
}

.product_img_1500 {
  border-radius: 10px;
}

.paragraph-68 {
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
}

.bold-text-25 {
  color: #29b2a9;
  font-size: 15px;
  text-decoration: underline;
}

.div-block-119 {
  width: 840px;
  margin-top: 10px;
}

.text-block-25 {
  font-weight: 400;
}

.div-block-120 {
  border-radius: 10px;
  width: 450px;
  margin-top: 10px;
  margin-left: 10px;
  box-shadow: 0 2px 12px 2px #00000026;
}

.image-33 {
  border-radius: 10px;
}

.bold-text-26 {
  color: #29b2a9;
  font-size: 15px;
  text-decoration: underline;
}

.tab-link-se_hmi {
  background-color: #f3f3f3;
  border-radius: 8px;
  margin-bottom: 10px;
}

.tab-link-se_hmi.w--current {
  background-color: #e2e2e2;
  margin-bottom: 10px;
  font-family: Noto Sans TC, sans-serif;
  font-weight: 600;
}

.div_hmi_img {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 3px #1c3c57;
  width: 450px;
  margin-top: 10px;
  margin-left: 10px;
  box-shadow: 0 2px 12px 2px #00000026;
}

.product_img_hmi {
  border-radius: 10px;
}

.div_hmi_detail {
  width: 840px;
  margin-top: 10px;
}

.link-2 {
  color: #29b2a9;
  font-size: 15px;
  text-decoration: underline;
}

.text-block-26 {
  font-family: Noto Sans TC, sans-serif;
}

.div_sw_detail {
  width: 840px;
  margin-top: 10px;
  font-family: Noto Sans TC, sans-serif;
}

.div_sw_img {
  border-radius: 10px;
  width: 450px;
  margin-top: 10px;
  margin-left: 10px;
  box-shadow: 0 2px 12px 2px #00000026;
}

.product_img_sw {
  border-radius: 10px;
}

.bold-text-27 {
  color: #29b2a9;
  font-size: 15px;
  text-decoration: underline;
}

.div_in_detail {
  width: 840px;
  margin-top: 10px;
}

.div_in_img {
  border-radius: 10px;
  width: 450px;
  margin-top: 10px;
  margin-left: 10px;
  box-shadow: 0 2px 12px 2px #00000026;
}

.product_img_in {
  border-radius: 10px;
}

.bold-text-28 {
  color: #29b2a9;
  font-size: 15px;
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .main_container {
    width: 100%;
  }

  .main_container.light-color-gradient {
    background-image: url('../images/image0602_1.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .container {
    width: auto;
  }

  .heading.home {
    top: 0;
  }

  .banner-container {
    max-width: 1140px;
  }

  .hero-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-auto-flow: row;
    place-items: center stretch;
  }

  .displaygrid {
    grid-column-gap: 23px;
    grid-row-gap: 16px;
    grid-auto-columns: 1fr;
    width: auto;
    margin-bottom: 0;
  }

  .paragraph-4 {
    font-family: Noto Sans TC, sans-serif;
    font-size: 14px;
  }

  .div-block-52 {
    width: 610px;
  }

  .div-block-77 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: linear-gradient(143deg, #7474bf, #348ac7);
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: 10px;
    margin-left: 10px;
    box-shadow: 0 3px 9px #0006;
  }

  .div-block-79 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-80 {
    margin-bottom: 5px;
  }

  .div-block-81 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: linear-gradient(#7474bf, #348ac7);
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
    box-shadow: 0 3px 9px #0006;
  }

  .heading-9 {
    color: var(--white);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 20px;
    display: block;
  }

  .div-block-82 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0;
    display: flex;
  }

  .paragraph-47 {
    opacity: 100;
    color: var(--white);
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
  }

  .div-block-83 {
    text-align: center;
    height: auto;
    margin: 5px;
  }

  .div-block-85 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: linear-gradient(143deg, #7474bf, #348ac7);
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .div-block-86 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-87 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-88 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .div-block-89 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0;
  }

  .div-block-90 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-101 {
    flex-flow: wrap;
    max-width: 1350px;
  }

  .div-block-102 {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
  }

  .paragraph-54 {
    font-size: 15px;
  }

  .paragraph-55 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-13 {
    color: #fff;
    font-size: 18px;
  }

  .div-block-103 {
    background-color: #ec5252;
    margin-left: 10px;
    margin-right: 0;
  }

  .div-block-104 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .main_container.light-grey {
    margin-top: 40px;
  }

  .main_container.light-color-gradient {
    background-image: url('../images/image0602_1.jpg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: scroll;
  }

  .footer-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading.home {
    color: var(--white);
  }

  .footer-grid {
    justify-items: center;
    max-width: 1500px;
  }

  .footer-logo-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .displaygrid {
    grid-template-columns: minmax(250px, 1fr) minmax(250px, 1fr) minmax(250px, 1fr) minmax(250px, 1fr);
    margin-left: 60px;
    margin-right: 60px;
  }

  .grid-6 {
    grid-template-columns: minmax(470px, .25fr) minmax(470px, .25fr) minmax(470px, .25fr);
    width: 100%;
    max-width: 1450px;
  }

  .section-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .se_link_div, .qa_link_div {
    margin-right: 40px;
  }

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

  .div-block-18 {
    width: 700px;
  }

  .div-block-19 {
    justify-content: space-between;
    align-items: flex-end;
    margin-left: 220px;
    padding-left: 0;
  }

  .div-block-22, .div-block-26, .div-block-28, .div-block-34, .div-block-38 {
    width: 30%;
  }

  .div-block-40 {
    place-items: stretch stretch;
    width: 700px;
  }

  .div-block-52 {
    width: 700px;
  }

  .paragraph-47 {
    text-align: left;
  }

  .business-div1 {
    width: auto;
  }

  .div1-2 {
    width: 75%;
  }

  .business-div4 {
    width: 100%;
  }

  .div4-2 {
    width: 75%;
  }

  .business-div6 {
    justify-content: flex-start;
    align-items: center;
  }

  .div6-1 {
    margin-left: 10px;
  }

  .div6-2 {
    width: 75%;
  }

  .slogan_div {
    width: 100%;
    max-width: 1500px;
  }

  .div_400img {
    width: 500px;
  }

  .tabs-2 {
    margin-top: 0;
  }

  .pro_div {
    margin-top: 100px;
  }

  .div_1500img {
    margin-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .page-wrapper-hire {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 80vh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .main_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .main_container.light-color-gradient {
    background-image: url('../images/image0602_1.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    padding-bottom: 150px;
  }

  .button {
    position: relative;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .column {
    width: 50%;
  }

  .column.desk-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .ds-block {
    margin-bottom: 40px;
  }

  .menu-icon {
    color: #096ad0;
  }

  .nav-content {
    justify-content: flex-end;
    margin-left: 16px;
  }

  .menu-button.w--open {
    color: #096ad0;
    background-color: #0000;
  }

  .nav-bar {
    flex-flow: row;
    margin-bottom: 0;
  }

  .logo-div {
    flex: 0 auto;
  }

  .nav-logo {
    flex: 1;
  }

  .footer-link {
    color: #248ee4;
    padding-right: 5px;
  }

  .footer-links-container {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .footer {
    flex: 0 auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .search-banner {
    display: none;
  }

  .nav-dropdown {
    text-align: center;
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
    display: block;
  }

  .ds-menu-brand {
    margin-bottom: 0;
    top: 5px;
  }

  .ds-menu {
    z-index: 500;
    border-bottom: 1px solid var(--silver);
    background-color: #197dff;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    position: absolute;
    inset: 80px auto auto 0%;
  }

  .ds-nav {
    z-index: 10;
    width: 100%;
    padding-top: 20px;
    position: sticky;
    bottom: auto;
    left: auto;
    overflow: visible;
  }

  .ds-content {
    margin-left: 0;
    position: static;
  }

  .ds-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .small-button {
    position: relative;
  }

  .nav-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .nav-link.cta-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._1-2-grid, ._2-1-grid {
    margin-left: 0;
  }

  .heading.home {
    color: var(--white);
    width: 100%;
    font-size: 40px;
  }

  .error-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .licenses-grid {
    grid-column-gap: 40px;
    margin-left: 0;
  }

  .ds-body {
    flex-direction: column;
    display: flex;
  }

  .ds-menu-button {
    color: var(--white);
    margin-right: 12px;
    top: -10px;
  }

  .ds-menu-button.w--open {
    background-color: #197dff;
    border-radius: 40px;
  }

  .section-top {
    margin-top: 40px;
  }

  ._3-grid, ._4-grid {
    grid-template-columns: 1fr 1fr;
  }

  .terms-card {
    padding-top: 64px;
  }

  .popular-posts-grid {
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .search-bar {
    width: 220px;
    font-size: 14px;
  }

  .error-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-section {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block {
    display: flex;
    position: relative;
  }

  .displaygrid {
    grid-template-rows: auto;
    grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
    justify-items: center;
  }

  .grid-6 {
    grid-template-columns: minmax(350px, .25fr) minmax(350px, .25fr);
  }

  .div-block-4 {
    width: 240px;
  }

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    text-decoration: none;
    display: flex;
  }

  .grid-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr .75fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image-10 {
    width: 30%;
  }

  .text-block-3, .text-block-4, .text-block-5 {
    font-size: 14px;
  }

  .div-block-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
    position: relative;
    top: 0%;
    bottom: -23px;
    left: -46%;
  }

  .div-block-10 {
    margin-top: -12px;
    position: fixed;
    top: 12%;
    left: 34%;
  }

  .image-11 {
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-11 {
    clear: none;
    flex: 0 auto;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    transition-property: none;
    display: block;
    position: fixed;
    inset: 52% 0% auto 31%;
  }

  .paragraph-4 {
    opacity: 1;
    margin-bottom: 0;
    padding-left: 40px;
  }

  .body {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-height: none;
    display: flex;
  }

  .nav-link-2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .div-block-14 {
    padding-top: 40px;
    padding-left: 20px;
  }

  .section3-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: grid;
    overflow: visible;
  }

  .div-block-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch center;
    place-items: center;
    min-height: auto;
    max-height: none;
    display: flex;
  }

  .div-block-19 {
    justify-content: center;
    height: auto;
    max-height: none;
  }

  .div-block-20 {
    display: flex;
  }

  .div-block-39 {
    opacity: 0;
    width: 540px;
    height: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 54%;
  }

  .container-4 {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .div-block-40 {
    grid-template-rows: minmax(0, .75fr) 28px auto;
    place-content: stretch;
    align-items: stretch;
    width: 610px;
    margin-right: 0;
  }

  .div-block-43 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-48 {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-68, .div-block-69 {
    width: 240px;
  }

  .index_img_plc {
    width: 100%;
    max-width: none;
  }

  .div-block-78 {
    width: 100%;
  }

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

  .grid-11 {
    grid-template: ". ."
                   "Area-2 Area-2"
                   / 200px 400px;
    grid-auto-rows: auto;
    grid-auto-columns: 1fr;
    margin-top: 40px;
  }

  .div-block-95 {
    width: auto;
    height: auto;
  }

  .div-block-96 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .div-block-98 {
    grid-auto-flow: row;
    place-items: stretch stretch;
  }

  .tab-link-tab-1.w--current {
    padding-right: 30px;
  }

  .div-block-102 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bold-text-19 {
    vertical-align: baseline;
    display: inline;
  }

  .bold-text-22 {
    font-size: 20px;
  }

  .slogan_div {
    margin-left: 20px;
  }

  .tabs-menu-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 350px;
    margin-left: 10px;
    margin-right: 0;
  }

  .tabs-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    left: auto;
  }

  .tabs-content-2 {
    clear: none;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
    position: static;
    left: auto;
    right: auto;
  }

  .pro_div {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .div_400_detail, .div_1200_detail, .div_300_detail, .div_1500_detail, .div_hmi_detail, .div_sw_detail, .div_in_detail {
    width: 700px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 15px;
  }

  .main_container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main_container.daek-page-header, .main_container.light-page-header {
    padding-top: 80px;
    padding-bottom: 16px;
  }

  .button.light.mobile-hidden {
    display: none;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    height: 48px;
  }

  .spacer._80 {
    width: 64px;
    height: 64px;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  ._12-columns.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .column.desk-6, .column.desk-5, .column.desk-4, .column.desk-9, .column.desk-7, .column.desk-8 {
    width: 100%;
  }

  .nav-content {
    border-top: 1px solid var(--silver);
    background-color: #ffffffe6;
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    position: absolute;
    overflow: auto;
  }

  .nav-cta-button-container {
    flex-direction: column;
    align-items: stretch;
    margin-top: 10px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    margin-right: -12px;
    padding: 16px;
  }

  .nav-bar {
    border: 1px #000;
  }

  .logo-div {
    margin-right: auto;
  }

  .footer-logo {
    padding-left: 0;
  }

  .footer-link {
    width: 100px;
  }

  .footer-links-container {
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-bottom: 24px;
    display: flex;
  }

  .nav-dropdown {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }

  .nav-dropdown:hover {
    transform: none;
  }

  .paragraph {
    font-size: 15px;
  }

  .nav-menu {
    text-align: center;
    margin-right: 0;
    padding-right: 0;
  }

  .ds-menu-brand.w--current {
    margin-top: 14px;
  }

  .ds-content {
    margin-left: 0;
  }

  .ds-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tab-link {
    width: auto;
  }

  .nav-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link {
    color: #0a2b4d;
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Noto Sans TC, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .nav-link:hover {
    transform: none;
  }

  .field-block {
    min-height: auto;
  }

  .footer-container {
    flex-flow: column;
    display: block;
  }

  .ds-colour-block {
    width: 25%;
  }

  ._1-2-grid, ._2-1-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .heading.home {
    width: 100%;
    font-size: 35px;
  }

  .heading.h2 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .heading.h4 {
    font-size: 20px;
  }

  .heading.large-h1 {
    font-size: 48px;
  }

  .licenses-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .section-top {
    text-align: center;
  }

  ._3-grid {
    grid-template-columns: 1fr;
  }

  .terms-card {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .popular-posts-grid {
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-bar {
    width: 100%;
  }

  .cta-banner {
    text-align: center;
    flex-direction: column;
    grid-template-columns: auto;
    padding: 40px;
  }

  .banner-section {
    text-align: left;
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-container {
    text-align: left;
  }

  .banner {
    text-align: left;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-illustration {
    width: 120px;
    margin-left: 0;
  }

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

  .footer-grid {
    flex-flow: column;
    grid-template-columns: 1fr .8fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-logo-block {
    margin-bottom: 20px;
  }

  .ebook-header-block {
    height: auto;
    display: none;
  }

  .ebook-page-grid {
    grid-template-columns: 1fr;
  }

  .ebook-mobile-block {
    height: auto;
    display: block;
  }

  .displaygrid {
    grid-template-rows: auto;
    grid-template-columns: minmax(280px, 1fr);
  }

  .grid-6 {
    grid-template-columns: minmax(350px, .25fr);
  }

  .div-block-4 {
    margin-bottom: 10px;
  }

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

  .section-3 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .grid-7 {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .image-10 {
    width: 40%;
  }

  .paragraph-4 {
    padding-left: 20px;
  }

  .nav-link-2 {
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .nav-link-2:hover {
    transform: none;
  }

  .div-block-18, .div-block-40 {
    width: 525px;
  }

  .div-block-68, .div-block-69 {
    margin-bottom: 10px;
  }

  .grid-11 {
    grid-column-gap: 9px;
    grid-template-columns: 180px 360px;
  }

  .div-block-98 {
    justify-content: center;
    align-items: stretch;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-107 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tabs-menu-3 {
    margin-left: 10px;
  }

  .tabs-2 {
    margin-left: auto;
  }

  .div_400_detail, .div_1200_detail, .div_300_detail, .div_1500_detail, .div_hmi_detail, .div_sw_detail, .div_in_detail {
    width: 550px;
  }

  .product_img_in {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  .page-wrapper-hire {
    flex-flow: column;
  }

  .main_container {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button {
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
  }

  .button.subscribe {
    margin-left: 0;
  }

  ._12-columns.flex-horizontal {
    flex-direction: row;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-6, .column.desk-5, .column.desk-3 {
    width: 100%;
  }

  .nav-content {
    flex: 1;
    width: 100%;
    right: auto;
  }

  .menu-button {
    flex: 0 auto;
  }

  .footer-links-container {
    flex-flow: column;
  }

  .search-banner {
    justify-content: space-between;
  }

  .paragraph.medium {
    font-size: 16px;
  }

  .ds-menu-brand {
    margin-left: 16px;
  }

  .ds-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-field, .text-area {
    width: 100%;
  }

  .nav-container {
    height: 64px;
    padding: 2px 20px;
  }

  .footer-container {
    max-width: 1000px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading.home {
    flex-flow: column;
    width: 100%;
    font-size: 24px;
    display: block;
  }

  .heading.large-h1 {
    font-size: 42px;
  }

  .error-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ds-menu-button {
    margin-right: 6px;
  }

  .email-form {
    flex-direction: column;
    width: 100%;
  }

  .section-top {
    flex-flow: column;
  }

  ._4-grid {
    grid-template-columns: 1fr;
  }

  .email-subscribe {
    grid-row-gap: 12px;
    flex-direction: column;
    width: 100%;
  }

  .search {
    flex-direction: column;
  }

  .terms-card {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-bar {
    width: 100%;
  }

  .form-card {
    padding: 24px;
  }

  .title-tag {
    margin-bottom: 6px;
  }

  .cta-banner {
    padding: 32px;
  }

  .error-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner {
    text-align: left;
    justify-content: space-between;
  }

  .banner-link {
    flex: 0 auto;
    width: 100%;
  }

  .hero-grid {
    max-width: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .form-page-logo {
    width: 160px;
  }

  .admin-form-card, .account-card {
    padding: 28px;
  }

  .form-2-grid {
    grid-template-columns: 1fr;
  }

  .form-page-logo-link {
    margin-bottom: 24px;
  }

  .columns {
    left: 0;
    right: 0;
  }

  .displaygrid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: minmax(280px, 1.75fr);
    grid-auto-flow: row;
    place-items: stretch center;
  }

  .grid-6 {
    object-fit: fill;
    grid-template-columns: minmax(280px, .25fr);
    grid-auto-flow: row;
    position: static;
  }

  .div-block-3 {
    width: 280px;
  }

  .div-block-4 {
    margin-bottom: 10px;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
  }

  .section-3 {
    text-align: left;
  }

  .grid-7 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .se_link_div, .qa_link_div {
    justify-content: center;
    align-items: center;
  }

  .image-10 {
    width: 40%;
  }

  .text-block-3, .text-block-4, .text-block-5 {
    text-align: left;
  }

  .div-block-9 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .link-se {
    width: 300px;
  }

  .link-s7 {
    width: 200px;
  }

  .div-block-10 {
    width: 300px;
    min-width: auto;
    height: 200px;
    min-height: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-11 {
    width: 85%;
    height: auto;
    position: relative;
    left: 65px;
  }

  .div-block-11 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-4 {
    width: 100%;
    height: 100%;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.5em;
  }

  .div-block-14 {
    width: 100%;
    padding-top: 20px;
  }

  .div-block-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    place-items: center;
    min-height: 0;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    display: grid;
  }

  .div-block-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid #cacaca;
    border-radius: 10px;
    flex: 0 auto;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch start;
    align-self: auto;
    place-items: center;
    width: auto;
    display: grid;
  }

  .div-block-19 {
    text-align: left;
    background-color: #fff;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-20 {
    width: 100%;
  }

  .div-block-21 {
    flex-flow: row;
    flex: 0 auto;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .div-block-22 {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-23 {
    flex-flow: column;
  }

  .div-block-24 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .paragraph-10 {
    text-align: left;
  }

  .div-block-25 {
    text-align: left;
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    overflow: visible;
  }

  .div-block-26 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    text-align: left;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 0;
    display: block;
    position: static;
  }

  .paragraph-11 {
    margin-bottom: 0;
  }

  .paragraph-12 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-27 {
    flex-flow: column;
  }

  .div-block-28 {
    width: auto;
  }

  .div-block-29 {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-30 {
    flex-flow: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-16 {
    text-align: left;
  }

  .div-block-31 {
    width: auto;
  }

  .div-block-32 {
    text-align: left;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-33 {
    flex-flow: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-34 {
    text-align: center;
    width: auto;
  }

  .div-block-35 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-36 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-37 {
    text-align: left;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-38 {
    text-align: center;
    width: auto;
  }

  .div-block-40 {
    grid-auto-flow: row;
    width: auto;
    margin-top: 20px;
  }

  .div-block-42 {
    flex-flow: column;
  }

  .div-block-43 {
    flex-flow: row;
    width: auto;
    padding-left: 0;
  }

  .paragraph-25 {
    margin-bottom: 0;
  }

  .div-block-44 {
    flex-flow: column;
  }

  .paragraph-26 {
    margin-bottom: 0;
  }

  .div-block-45 {
    margin-top: 5px;
    padding-left: 0;
  }

  .div-block-46 {
    width: 100%;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-47 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-49 {
    display: flex;
  }

  .div-block-52 {
    grid-auto-flow: row;
    place-items: stretch stretch;
    width: auto;
  }

  .div-block-53 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-54, .div-block-55, .div-block-56, .div-block-57, .div-block-58, .div-block-59, .div-block-60 {
    flex-flow: column;
  }

  .div-block-61, .div-block-62, .div-block-63, .div-block-64, .div-block-65, .div-block-66, .div-block-67 {
    width: auto;
  }

  .div-block-68, .div-block-69 {
    margin-bottom: 10px;
  }

  .div-block-70, .div-block-71, .div-block-72, .div-block-73, .div-block-74 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-75 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-76 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .link-block-2 {
    text-align: center;
  }

  .grid-11 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template: "."
                   "."
                   "."
                   / 387px 1fr;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    place-content: stretch;
    place-items: stretch stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-94 {
    width: 70%;
    padding-left: 0;
    display: block;
    position: relative;
    left: 40px;
  }

  .div-block-95 {
    flex-flow: column;
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .div-block-96 {
    width: 65%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: 80px;
  }

  .div-block-97 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 20px;
    display: block;
  }

  .div-block-98 {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: stretch;
    margin-right: 10px;
    display: flex;
  }

  .text-block-21 {
    width: 300px;
    font-size: 13px;
  }

  .image-16, .image-17, .image-19, .image-20 {
    width: 100%;
    height: 100%;
  }

  .div-block-102 {
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .paragraph-54 {
    width: 100%;
    margin-right: 10px;
  }

  .paragraph-55 {
    margin-top: 10px;
  }

  .div-block-104 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-22 {
    width: 100%;
    height: 100%;
  }

  .div-block-108 {
    margin-left: 10px;
    margin-right: -2px;
  }

  .bold-text-19 {
    font-size: 16px;
  }

  .business-div1 {
    height: auto;
  }

  .pro_container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .main_container2 {
    margin-top: 0;
  }

  .slogan_div {
    width: auto;
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
  }

  .div_400img {
    width: 290px;
    margin-left: 0;
  }

  .pro_div {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div_400_detail {
    width: 290px;
  }

  .div-block-113 {
    width: 290px;
    margin-left: 0;
  }

  .div_1200_detail {
    width: 290px;
  }

  .div_300img {
    width: 290px;
    margin-left: 0;
    margin-right: 0;
  }

  .div_300_detail {
    width: 290px;
  }

  .paragraph-67 {
    font-size: 15px;
  }

  .div_1500img {
    width: 290px;
    margin-left: 0;
  }

  .div_1500_detail {
    width: 290px;
  }

  .paragraph-68 {
    font-size: 15px;
  }

  .div_hmi_img {
    width: 290px;
    margin-left: 0;
  }

  .div_hmi_detail, .div_sw_detail {
    width: 290px;
  }

  .div_sw_img {
    width: 290px;
    margin-left: 0;
  }

  .div_in_detail {
    width: 290px;
  }

  .div_in_img {
    width: 290px;
    margin-left: 0;
  }
}

#w-node-_54d4f1dd-fb57-1a20-dab3-0f9cbcd07993-e2c9cb91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-cabda85b-d83d-1c1a-df18-bf533cb0ef1a-e2c9cb91, #w-node-c501aa15-7022-63b3-3a12-56eaec3366c4-e2c9cb91, #w-node-_38519abe-009c-a28c-4189-b62c504f1036-e2c9cb91 {
  place-self: auto;
}

#w-node-_08e18d7b-9242-4248-3da2-8e4eabbc68fd-e2c9cb91, #w-node-b49c48ad-b3b4-f319-67e3-9d04be5835dc-e2c9cb98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b1164f6-2083-c99b-88d2-97c2423f994c-e2c9cb98, #w-node-_150e9087-01df-5af6-24de-3c0405f3582a-e2c9cb98, #w-node-_176e6fa6-c5b1-ce51-5adc-148fe8083c45-e2c9cb98, #w-node-_977696aa-72d3-e80c-191b-46dcdc2e4730-e2c9cb98, #w-node-_8db5031c-bd7e-a28f-4829-f3f07138ff79-e2c9cb98, #w-node-_296eaabc-d19a-4aba-fccf-f7aa68402062-e2c9cb98, #w-node-_5c01c72d-acc0-0a8b-9dcf-56fd69b7a918-e2c9cb98, #w-node-_94c76941-e86f-0df7-6baf-f215b33c808f-e2c9cb98, #w-node-f6dfa9d4-b8ca-b9c4-361b-bb6de8c72e2a-e2c9cb98, #w-node-_49556c98-4905-d65c-5167-6ea530fd1d9c-e2c9cb98, #w-node-_5c70aae6-b88b-4f80-dae2-23e0a5355431-e2c9cb98, #w-node-_35db6f7f-4fcd-30a4-0bc0-8ff25c8607ea-e2c9cb98, #w-node-_3839e2e1-0e51-2314-51c6-da3b81d352c0-e2c9cb98 {
  place-self: center;
}

#w-node-_33efd977-0a71-bb9d-f608-fb18c7748114-e2c9cba5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_4a4174e8-111a-3db0-a3ac-fd2ce0ce7e2c-e2c9cba5 {
  place-self: center;
}

#w-node-_1f2a3c15-69f5-2690-752d-a620c66ddabc-e2c9cba5 {
  place-self: auto;
}

#w-node-_7a4082cb-00c6-bb7d-217a-9714cd5198f9-e2c9cba5 {
  place-self: center;
}

#w-node-bc56c4a9-c973-ac1c-9772-006bd9ef5342-e2c9cba5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-c90e3d3a-bff8-e13b-3095-31f97c7ccb55-e2c9cba5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_62b23e3845c1a6d0f6be4e4900000000001b-e2c9cbb6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

#w-node-_62b23e3845c1a6d0f6be4e49000000000020-e2c9cbb6 {
  border: 1px solid #e6e6e6;
}

#w-node-_62b23e3845c1a6d0f6be4e49000000000021-e2c9cbb6 {
  margin-top: 10px;
}

#w-node-_62b23e3845c1a6d0f6be4e49000000000024-e2c9cbb6 {
  position: initial;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 1280px) {
  #w-node-accfd924-78f6-ecf1-4abb-37edf78b5e66-e2c9cb91 {
    justify-self: auto;
  }

  #w-node-_38900481-c341-b2fb-c3d5-fdf6c1dddb54-e2c9cb91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_33efd977-0a71-bb9d-f608-fb18c7748114-e2c9cba5 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0708885c-dfae-7d05-97d6-50f0eb172717-cf3fcb86 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_17b3802c-4dc9-7fc7-91c7-523d4ee7669c-e2c9cba5 {
    place-self: auto center;
  }

  #w-node-bc56c4a9-c973-ac1c-9772-006bd9ef5342-e2c9cba5 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0708885c-dfae-7d05-97d6-50f0eb172717-cf3fcb86 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-b8d7be4a-ce45-83ab-5947-02d204c8bff0-cf3fcb86 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_00a8c733-9e42-ee63-b4a4-1078e4f6ce94-e2c9cba5 {
    justify-self: auto;
  }

  #w-node-_1f2a3c15-69f5-2690-752d-a620c66ddabc-e2c9cba5 {
    place-self: auto;
  }
}


