:root{--s-font-eab0cf48:'Noto Sans';--s-font-daa8975e:'Noto Sans JP','Noto Sans',sans-serif;--s-font-f79ce552:Poppins;}
.input,
.richText *{transition: all 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition-property: all, --g-angle, --g-color-0, --g-position-0, --g-color-1, --g-position-1, --g-color-2, --g-position-2, --g-color-3, --g-position-3, --g-color-4, --g-position-4, --g-color-5, --g-position-5, --g-color-6, --g-position-6, --g-color-7, --g-position-7, --g-color-8, --g-position-8, --g-color-9, --g-position-9, --g-color-10, --g-position-10, --g-color-11, --g-position-11;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  align-content: normal;
  z-index: 0;}
.richText s,
.richText del,
.richText u{text-decoration: revert;}
.richText{display: block;

  flex-direction: column;
  flex: none;

  position: relative;
  z-index: 0;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  line-height: 1;

* {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    box-sizing: border-box;
    word-spacing: 1px;

    backface-visibility: visible;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: inherit;
  }
  h1 {
    font-size: 3em;
    font-weight: 700;
    margin: 20px 0;
  }

  h2,
    h3 {
    font-weight: 700;
    margin: 10px 0;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1em;
  }
  h4,
    h5,
    h6 {
    display: block;
    font-size: 1em;
    margin: 10px 0;
  }
  h4,
    h5 {
    font-weight: 600;
  }
  h6 {
    font-weight: 500;
  }
p {
    margin: 10px 0;
  }
> p {
    min-height: 1em;
  }

  hr {
    border-top: 1px solid #ccc;
    margin: 10px 0;
  }

  em {
    font-style: italic;
  }

> blockquote {
    border-left: 3px solid rgba(0, 0, 0, 0.15);
    font-style: italic;
    margin: 10px 0;
    padding: 10px 15px;
  }

  strong {
    color: inherit;
    display: inline;
    font-family: inherit;
    font-weight: 900;
  }

> [data-type="table_of_contents"] {
    line-height: 1;
    list-style: none;
    padding: 24px 24px 8px;
    margin: 0;
    border-radius: 2px;
    font-size: 16px;
    background-color: #f5f5f5;
    text-decoration: underline;
    color: #616161;

  .toc_list {
      margin: 0;
      padding: 0;
    }

  .toc_item {
      font-size: inherit;
      font-weight: inherit;
      color: currentColor;
      list-style: none;
      margin: 0 0 16px 0;

      padding-left: 2rem;

    &.toc_item--1 {
        margin: 0 0 16px 0;

        padding-left: 0;
      }
    &.toc_item--2 {
        margin: 0 0 16px 0;
        padding-left: 2rem;
      }
    &.toc_item--3 {
        margin: 0 0 16px 0;
        padding-left: 4rem;
      }

    > a {
        font-size: inherit;
        font-weight: inherit;
        color: currentColor;
        border: none;
        text-decoration: none;
      }
    }
  }

> [data-type="table"] {
    overflow-x: auto;
    p {
      white-space: pre-line;
      word-break: break-all;
    }
  }
  table {
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: unset;
    margin: 10px 0 10px 0;
    font-size: 14px;
    border: 1px solid #f2f2f2;
    color: #1a1a1a;
    line-height: 1.4;
  }
  th {
    background: rgba(245, 245, 245, 0.5);
  }
  th,
    td {
    min-width: 100px;
    max-width: 240px;
    border: 1px solid #f2f2f2;
    padding: 12px;

    p {
      margin: 0;
    }
  }

p > code {
    background: #eee;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    display: inline;
    margin: 2px;
    padding: 0 5px;
  }
  ol {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    li {
      list-style: decimal;
      margin: 10px 0;
    }
  }

  ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    li {
      list-style: disc;
      margin: 10px 0;
    }
  }
  li > p {
    margin: 0;
  }
  pre {
    margin: 20px 0 20px 0;
    padding: 25px 35px 25px 35px;
    background: #eeeeee;
    border-radius: 6px;
    white-space: pre-wrap;
    font-family: Menlo, Monaco, "Courier New", monospace;

    code {
      padding: 0;
      border: none;
    }
  }

  img,
    video {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
  }

  a {
    color: #007cff;
    display: inline;
    text-decoration: underline;
  }

  [data-type="embed_code"] {
    position: relative;
    margin: 20px 0;
    .height-adjuster {
      position: relative;

      .wrapper {
        position: relative;
      }

      .wrapper[style*='padding-top'] {
        iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
        }
      }
    }
  }}
.sd-1{min-height: 100vh;
  min-height: 100dvh;
  overflow: clip;}
:root{--s-color-91af2287: #fa3b4eff;}
.sd-1{align-content:flex-start; align-items:flex-start; background:#FFFFFF; flex-direction:column; flex-wrap:nowrap; height:100%; justify-content:flex-start; padding:80px 0px 0px; width:100%; max-width:100%;}
.sd-2{background:rgba(0,0,0,0.0); flex:none; height:55px; width:100%; max-width:100%;}
.sd-3{align-content:flex-end; align-items:flex-end; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; gap:0px; height:auto; justify-content:flex-start; padding:0px; width:100%; max-width:100%;}
.sd-3 > *{--gap-h:0px; --gap-v:0px;}
.sd-4{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; padding:40px 50px; width:100%; max-width:100%;}
.sd-5{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; width:100%; max-width:100%;}
.sd-6{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; width:auto; max-width:100%;}
.sd-7{color:#000000; display:none; flex:none; font-family:var(--s-font-f79ce552); font-size:100px; font-weight:600; height:auto; letter-spacing:0.05em; line-height:1; margin:0px; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-8{background:#EEEEEE; flex:none; height:100%; left:0; margin:0; position:absolute; scale:0 1; top:0; transform-origin:center right; width:100%; max-width:100%;}
.sd-8.appear{scale:1 1; transition-delay:300ms; transition-duration:600ms;}
.sd-9{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px; width:auto; max-width:100%;}
.sd-10{background:#000000; flex:none; height:1px; margin:0px 10px 0px 0px; width:20px; max-width:calc(100% - 10px);}
.sd-11{color:#000000; flex:1; font-family:var(--s-font-eab0cf48); font-size:28px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:left; width:auto; justify-content:flex-start; max-width:100%; min-width:0;}
.sd-12{background:#000000; bottom:0px; flex:none; height:100%; left:0px; margin:0; position:absolute; right:0px; scale:0 1; top:0px; transform-origin:center right; width:100%; max-width:100%;}
.sd-12.appear{scale:1 1; transition-delay:300ms; transition-duration:600ms;}
.sd-13{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; padding:0px 60px 50px; width:100%; max-width:100%;}
.sd-14{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; width:100%; max-width:100%;}
.sd-15{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; width:100%; max-width:100%;}
.sd-16{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #000; border-left:0px solid #000; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 16px; padding:0px; width:100%; max-width:100%;}
.sd-17{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:34px; justify-content:flex-start; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-18{color:#000000; font-family:var(--s-font-eab0cf48); font-size:24px; font-weight:700; height:auto; letter-spacing:0.05em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-19{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #000; border-left:1px solid #000; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 16px; padding:0px 0px 0px 14px; width:100%; max-width:100%;}
.sd-20{color:#333; font-family:var(--s-font-eab0cf48); font-size:20px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.8; padding:0px 0px; text-align:left; width:600px; max-width:100%;}
.richText.sd-20 a{color:#000000;}
.richText.sd-20 > h2{font-size:20px; letter-spacing:0.05em; margin:0px;}
.richText.sd-20 > p{letter-spacing:0.05em; line-height:1.4;}
.sd-21{flex:none; height:600px; margin:0px 100px; width:calc(100% - 200px); max-width:calc(100% - 200px);}
.sd-22{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.8; margin:20px 0px 0px; text-align:justify; width:100%; justify-content:space-between; max-width:100%;}
.sd-23{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; width:100%; max-width:100%;}
.sd-24{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #000; border-left:1px solid #000; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:row; flex-wrap:nowrap; height:calc(100% - 16px); justify-content:flex-start; margin:0px 0px 16px; padding:0px 0px 0px 14px; width:100%; max-width:100%;}
.sd-25{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:20px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.8; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-25 a{color:#000000;}
.richText.sd-25 > h2{font-size:20px; letter-spacing:0.05em; margin:0px;}
.richText.sd-25 > p{letter-spacing:0.05em; line-height:1.4;}
.sd-26{flex:none; height:600px; margin:0px 100px; width:calc(100% - 200px); max-width:calc(100% - 200px);}
.sd-27{color:#575757; flex:none; font-family:var(--s-font-eab0cf48); font-size:13px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.8; margin:20px 0px 0px; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-27 a{color:#000000;}
.richText.sd-27 > h2{color:#575757; font-size:13px; font-weight:500; letter-spacing:0.1em; margin:0px;}
.richText.sd-27 > p{letter-spacing:0.05em; line-height:1.4;}
.sd-28{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; width:100%; max-width:100%;}
.sd-29{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #000; border-left:1px solid #000; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 16px; padding:0px 0px 0px 14px; width:100%; max-width:100%;}
.sd-30{color:#333; font-family:var(--s-font-eab0cf48); font-size:20px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.8; padding:0px 0px; text-align:left; width:600px; max-width:100%;}
.richText.sd-30 a{color:#000000;}
.richText.sd-30 > h2{font-size:20px; letter-spacing:0.05em; margin:0px;}
.richText.sd-30 > p{letter-spacing:0.05em; line-height:1.4;}
.sd-31{flex:none; height:600px; margin:0px 100px; width:calc(100% - 200px); max-width:calc(100% - 200px);}
.sd-32{color:#575757; font-family:var(--s-font-eab0cf48); font-size:13px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.8; margin:20px 0px 0px; padding:0px 0px; text-align:left; width:600px; max-width:100%;}
.richText.sd-32 a{color:#000000;}
.richText.sd-32 > h2{color:#575757; font-size:13px; font-weight:500; letter-spacing:0.1em; margin:0px;}
.richText.sd-32 > p{letter-spacing:0.05em; line-height:1.4;}
.sd-33{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; width:100%; max-width:100%;}
.sd-34{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #000; border-left:0px solid #000; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 16px; padding:0px; width:100%; max-width:100%;}
.sd-35{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:20px; font-weight:300; height:auto; letter-spacing:0.1em; line-height:1.8; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-35 a{color:#000000;}
.richText.sd-35 > h2{flex:none; font-size:15px; font-weight:500; letter-spacing:0.05em; margin:30px 0px 0px; width:100%;}
.richText.sd-35 > p{letter-spacing:0.05em; line-height:1.4;}
.sd-36{align-content:flex-start; align-items:flex-start; background:#EEEEEE; border-radius:10px; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:30px 0px 0px; padding:0; width:100%; max-width:100%;}
.sd-37{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; gap:0px; height:44px; justify-content:space-between; padding:12px; width:100%; max-width:100%;}
.sd-37 > *{--gap-h:0px; --gap-v:0px;}
.sd-38{color:#333; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-39{color:#333; font-size:24px; margin:0px; padding:0px; max-width:100%;}
.sd-36:not([open]) .sd-39, .sd-36[data-toggle-closing] .sd-39, .sd-36 > [data-toggle-closing] .sd-39, .sd-36 > .sd-39[data-toggle-closing]{rotate:180deg;}
.sd-40{align-content:center; align-items:center; background:#EEEEEE; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; opacity:1; overflow-x:hidden; overflow-y:hidden; padding:0px; width:100%; max-width:100%;}
.sd-36:not([open]) .sd-40, .sd-36[data-toggle-closing] .sd-40, .sd-36 > [data-toggle-closing] .sd-40, .sd-36 > .sd-40[data-toggle-closing]{flex:none; height:0px;}
.sd-41{align-content:center; align-items:center; background:#EEEEEE; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; opacity:1; padding:12px; width:100%; max-width:100%;}
.sd-42{background:#EEEEEE; border-radius:0px; flex:none; height:1050px; margin:0; opacity:1; padding:0; width:100%; max-width:100%;}
.sd-43{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:20px; font-weight:300; height:auto; letter-spacing:0.1em; line-height:1.8; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-43 a{color:#000000;}
.richText.sd-43 > h2{flex:none; font-size:15px; font-weight:500; letter-spacing:0.05em; margin:30px 0px 0px; width:100%;}
.richText.sd-43 > p{letter-spacing:0.05em; line-height:1.4;}
.symbol-2{align-content:center; align-items:center; background:#f6f9f9ff; bottom:0px; flex:none; flex-direction:column; flex-wrap:nowrap; height:100%; justify-content:flex-start; left:NaNpx; margin:0; position:absolute; right:0px; top:NaNpx; width:calc(30% - (var(--gap-h) * 0.7)); z-index:-1; max-width:calc(30% - (var(--gap-h) * 0.7));}
.symbol-3{align-content:center; align-items:center; background:rgba(0,0,0,0.0); display:flex; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; overflow-x:visible; overflow-y:visible; padding:50px 80px 30px; width:100%; max-width:100%;}
.symbol-3__sd-1{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:wrap; height:auto; justify-content:space-between; margin:0px 0px 30px; padding:0px 0px; width:100%; max-width:100%;}
.symbol-3__sd-2{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 80px 0px 0px; width:auto; max-width:calc(100% - 80px);}
.symbol-3__sd-3{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; justify-content:center; margin:10px 0px 0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-4{flex:none; height:auto; margin:0px 20px 0px 0px; width:70px; max-width:calc(100% - 20px);}
.symbol-3__sd-4{aspect-ratio:auto 2400 / 2400;}
.symbol-3__sd-5{flex:none; height:auto; width:180px; max-width:100%;}
.symbol-3__sd-5{aspect-ratio:auto 2400 / 633;}
.symbol-3__sd-6{color:#333; font-family:var(--s-font-eab0cf48); font-size:18px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:20px 0px 0px; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-7{color:#333; display:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.4; margin:10px 0px 0px; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-8{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; width:auto; max-width:100%;}
.symbol-3__sd-9{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; width:auto; max-width:100%;}
.symbol-3__sd-10{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 60px 0px 0px; padding:0px; width:auto; max-width:calc(100% - 60px);}
.symbol-3__sd-11{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-11:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-12{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-13{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-13:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-14{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-15{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-15:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-16{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-17{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-17:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-18{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-19{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); display:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:-12px 0px 0px; width:auto; max-width:100%;}
.symbol-3__sd-20{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; width:auto; max-width:100%;}
.symbol-3__sd-20:hover{opacity:1; --ha:1;}
.symbol-3__sd-21{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 0px; width:auto; max-width:calc(100% - 8px);}
.symbol-3__sd-20:hover .symbol-3__sd-21{background:#c1cccb;}
.symbol-3__sd-22{background:rgba(0,0,0,0.0); color:#333; flex:none; font-size:24px; height:44px; padding:0px; width:44px; max-width:100%;}
.symbol-3__sd-23{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-20:hover .symbol-3__sd-23{opacity:0.5;}
.symbol-3__sd-24{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; width:auto; max-width:100%;}
.symbol-3__sd-24:hover{opacity:1; --ha:1;}
.symbol-3__sd-25{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 0px; width:auto; max-width:calc(100% - 8px);}
.symbol-3__sd-24:hover .symbol-3__sd-25{background:#c1cccb;}
.symbol-3__sd-26{background:rgba(0,0,0,0.0); color:#333; flex:none; font-size:24px; height:44px; padding:0px; width:44px; max-width:100%;}
.symbol-3__sd-27{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-24:hover .symbol-3__sd-27{opacity:0.5;}
.symbol-3__sd-28{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; width:auto; max-width:100%;}
.symbol-3__sd-28:hover{opacity:1; --ha:1;}
.symbol-3__sd-29{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 0px; width:auto; max-width:calc(100% - 8px);}
.symbol-3__sd-28:hover .symbol-3__sd-29{background:#c1cccb;}
.symbol-3__sd-30{background:rgba(0,0,0,0.0); color:#333; flex:none; font-size:24px; height:44px; padding:0px; width:44px; max-width:100%;}
.symbol-3__sd-31{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; padding:0px; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-28:hover .symbol-3__sd-31{opacity:0.5;}
.symbol-3__sd-32{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; width:auto; max-width:100%;}
.symbol-3__sd-32:hover{opacity:1; --ha:1;}
.symbol-3__sd-33{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 0px; width:auto; max-width:calc(100% - 8px);}
.symbol-3__sd-32:hover .symbol-3__sd-33{background:#c1cccb;}
.symbol-3__sd-34{background:rgba(0,0,0,0.0); color:#333; flex:none; font-size:24px; height:44px; padding:0px; width:44px; max-width:100%;}
.symbol-3__sd-35{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-32:hover .symbol-3__sd-35{opacity:0.5;}
.symbol-3__sd-36{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 60px 0px 0px; padding:0px; width:auto; max-width:calc(100% - 60px);}
.symbol-3__sd-37{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); display:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-37:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-38{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-39{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-39:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-40{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-41{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-41:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-42{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-43{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-43:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-44{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-45{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-45:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-46{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-47{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; width:auto; max-width:100%;}
.symbol-3__sd-48{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 60px 0px 0px; padding:0px; width:auto; max-width:calc(100% - 60px);}
.symbol-3__sd-49{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); display:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-49:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-50{color:#333; display:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-51{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-51:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-52{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-53{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-53:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-54{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-55{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-55:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-56{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-57{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; padding:0px; width:auto; max-width:100%;}
.symbol-3__sd-57:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-58{color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; z-index:1; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-59{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); display:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:-12px 0px 0px; width:auto; max-width:100%;}
.symbol-3__sd-60{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; width:auto; max-width:100%;}
.symbol-3__sd-60:hover{opacity:1; --ha:1;}
.symbol-3__sd-61{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 0px; width:auto; max-width:calc(100% - 8px);}
.symbol-3__sd-60:hover .symbol-3__sd-61{background:#c1cccb;}
.symbol-3__sd-62{background:rgba(0,0,0,0.0); color:#333; flex:none; font-size:24px; height:44px; padding:0px; width:44px; max-width:100%;}
.symbol-3__sd-63{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-60:hover .symbol-3__sd-63{opacity:0.5;}
.symbol-3__sd-64{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; width:auto; max-width:100%;}
.symbol-3__sd-64:hover{opacity:1; --ha:1;}
.symbol-3__sd-65{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 0px; width:auto; max-width:calc(100% - 8px);}
.symbol-3__sd-64:hover .symbol-3__sd-65{background:#c1cccb;}
.symbol-3__sd-66{background:rgba(0,0,0,0.0); color:#333; flex:none; font-size:24px; height:44px; padding:0px; width:44px; max-width:100%;}
.symbol-3__sd-67{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-64:hover .symbol-3__sd-67{opacity:0.5;}
.symbol-3__sd-68{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; width:auto; max-width:100%;}
.symbol-3__sd-68:hover{opacity:1; --ha:1;}
.symbol-3__sd-69{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 0px; width:auto; max-width:calc(100% - 8px);}
.symbol-3__sd-68:hover .symbol-3__sd-69{background:#c1cccb;}
.symbol-3__sd-70{background:rgba(0,0,0,0.0); color:#333; flex:none; font-size:24px; height:44px; padding:0px; width:44px; max-width:100%;}
.symbol-3__sd-71{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; padding:0px; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-68:hover .symbol-3__sd-71{opacity:0.5;}
.symbol-3__sd-72{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; width:auto; max-width:100%;}
.symbol-3__sd-72:hover{opacity:1; --ha:1;}
.symbol-3__sd-73{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 0px; width:auto; max-width:calc(100% - 8px);}
.symbol-3__sd-72:hover .symbol-3__sd-73{background:#c1cccb;}
.symbol-3__sd-74{background:rgba(0,0,0,0.0); color:#333; flex:none; font-size:24px; height:44px; padding:0px; width:44px; max-width:100%;}
.symbol-3__sd-75{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-72:hover .symbol-3__sd-75{opacity:0.5;}
.symbol-3__sd-76{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); display:flex; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:-12px 0px 0px; width:auto; max-width:100%;}
.symbol-3__sd-77{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; width:90%; max-width:90%;}
.symbol-3__sd-77:hover{opacity:1; --ha:1;}
.symbol-3__sd-78{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 0px; width:auto; max-width:calc(100% - 8px);}
.symbol-3__sd-77:hover .symbol-3__sd-78{background:#c1cccb;}
.symbol-3__sd-79{background:rgba(0,0,0,0.0); color:#333; flex:none; font-size:24px; height:44px; padding:0px; width:44px; max-width:100%;}
.symbol-3__sd-80{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-77:hover .symbol-3__sd-80{opacity:0.5;}
.symbol-3__sd-81{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; width:auto; max-width:100%;}
.symbol-3__sd-81:hover{opacity:1; --ha:1;}
.symbol-3__sd-82{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 0px; width:auto; max-width:calc(100% - 8px);}
.symbol-3__sd-81:hover .symbol-3__sd-82{background:#c1cccb;}
.symbol-3__sd-83{background:rgba(0,0,0,0.0); color:#333; flex:none; font-size:24px; height:44px; padding:0px; width:44px; max-width:100%;}
.symbol-3__sd-84{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-81:hover .symbol-3__sd-84{opacity:0.5;}
.symbol-3__sd-85{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:10px 0px 0px; width:100%; max-width:100%;}
.symbol-3__sd-85:hover{opacity:1; --ha:1;}
.symbol-3__sd-86{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 10px; opacity:0.8; width:auto; max-width:calc(100% - 18px);}
.symbol-3__sd-85:hover .symbol-3__sd-86{background:#c1cccb;}
.symbol-3__sd-87{flex:none; height:25px; width:25px; max-width:100%;}
.symbol-3__sd-88{color:#333; flex:none; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; margin:0px 1px 0px 0px; padding:0px; text-align:center; width:calc(50% - 1px); justify-content:center; max-width:calc(50% - 1px);}
.symbol-3__sd-85:hover .symbol-3__sd-88{opacity:0.5;}
.symbol-3__sd-89{align-content:center; align-items:center; background:rgba(0,0,0,0.0); display:none; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; width:auto; max-width:100%;}
.symbol-3__sd-89:hover{opacity:1; --ha:1;}
.symbol-3__sd-90{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 8px 0px 0px; width:auto; max-width:calc(100% - 8px);}
.symbol-3__sd-89:hover .symbol-3__sd-90{background:#c1cccb;}
.symbol-3__sd-91{background:rgba(0,0,0,0.0); color:#333; flex:none; font-size:24px; height:44px; padding:0px; width:44px; max-width:100%;}
.symbol-3__sd-92{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-89:hover .symbol-3__sd-92{opacity:0.5;}
.symbol-3__sd-93{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px solid #dbe1e1; border-left:0px solid #dbe1e1; border-right:0px solid #dbe1e1; border-top:1px solid #dbe1e1; flex:none; flex-direction:row; flex-wrap:wrap; height:auto; justify-content:space-between; margin:20px 0px 120px; padding:30px 0px 0px; width:90%; max-width:90%;}
.symbol-3__sd-93 > *{--gap-h:0px; --gap-v:0px;}
.symbol-3__sd-94{color:#000000; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-94:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-95{color:#000000; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-95:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-96{color:#000000; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-96:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-97{color:#000000; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-97:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-98{color:#000000; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-98:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-99{color:#000000; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-99:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-100{color:#000000; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-100:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-101{color:#000000; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
.symbol-3__sd-101:hover{opacity:0.5; --ha:1;}
.symbol-3__sd-102{color:#575757; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%;}
@media (max-width: 1088px) {
.sd-7{display:none;}
.symbol-3{display:flex; padding:50px 40px 30px;}
.symbol-3__sd-2{margin:0px 80px 40px 0px; max-width:calc(100% - 80px);}
.symbol-3__sd-7{display:none;}
.symbol-3__sd-11:hover{opacity:1; --ha:1;}
.symbol-3__sd-11:hover .symbol-3__sd-12{color:#c1cccb;}
.symbol-3__sd-13:hover{opacity:1; --ha:1;}
.symbol-3__sd-13:hover .symbol-3__sd-14{color:#c1cccb;}
.symbol-3__sd-15:hover{opacity:1; --ha:1;}
.symbol-3__sd-15:hover .symbol-3__sd-16{color:#c1cccb;}
.symbol-3__sd-17:hover{opacity:1; --ha:1;}
.symbol-3__sd-17:hover .symbol-3__sd-18{color:#c1cccb;}
.symbol-3__sd-19{display:none;}
.symbol-3__sd-23{display:none;}
.symbol-3__sd-27{display:none;}
.symbol-3__sd-31{display:none;}
.symbol-3__sd-35{display:none;}
.symbol-3__sd-37{display:none;}
.symbol-3__sd-37:hover{opacity:1; --ha:1;}
.symbol-3__sd-37:hover .symbol-3__sd-38{color:#c1cccb;}
.symbol-3__sd-39:hover{opacity:1; --ha:1;}
.symbol-3__sd-39:hover .symbol-3__sd-40{color:#c1cccb;}
.symbol-3__sd-41:hover{opacity:1; --ha:1;}
.symbol-3__sd-41:hover .symbol-3__sd-42{color:#c1cccb;}
.symbol-3__sd-43:hover{opacity:1; --ha:1;}
.symbol-3__sd-43:hover .symbol-3__sd-44{color:#c1cccb;}
.symbol-3__sd-45:hover{opacity:1; --ha:1;}
.symbol-3__sd-45:hover .symbol-3__sd-46{color:#c1cccb;}
.symbol-3__sd-49{display:none;}
.symbol-3__sd-49:hover{opacity:1; --ha:1;}
.symbol-3__sd-50{display:none;}
.symbol-3__sd-49:hover .symbol-3__sd-50{color:#c1cccb;}
.symbol-3__sd-51:hover{opacity:1; --ha:1;}
.symbol-3__sd-51:hover .symbol-3__sd-52{color:#c1cccb;}
.symbol-3__sd-53:hover{opacity:1; --ha:1;}
.symbol-3__sd-53:hover .symbol-3__sd-54{color:#c1cccb;}
.symbol-3__sd-55:hover{opacity:1; --ha:1;}
.symbol-3__sd-55:hover .symbol-3__sd-56{color:#c1cccb;}
.symbol-3__sd-57:hover{opacity:1; --ha:1;}
.symbol-3__sd-57:hover .symbol-3__sd-58{color:#c1cccb;}
.symbol-3__sd-59{display:none;}
.symbol-3__sd-63{display:none;}
.symbol-3__sd-67{display:none;}
.symbol-3__sd-71{display:none;}
.symbol-3__sd-75{display:none;}
.symbol-3__sd-76{display:none;}
.symbol-3__sd-80{display:none;}
.symbol-3__sd-84{display:none;}
.symbol-3__sd-88{display:none;}
.symbol-3__sd-89{display:none;}
.symbol-3__sd-92{display:none;}
}
@media (max-width: 840px) {
.sd-4{padding:100px 50px;}
.sd-5{flex:none;}
.sd-7{display:none;}
.sd-13{padding:0px 50px 140px;}
.symbol-3{display:flex; padding:50px 30px 30px;}
.symbol-3__sd-1{align-content:center; align-items:center; flex-direction:column; flex-wrap:nowrap; justify-content:center;}
.symbol-3__sd-2{flex:none; margin:0px 0px 40px; width:100%; max-width:100%;}
.symbol-3__sd-7{display:none;}
.symbol-3__sd-8{align-content:flex-start; align-items:flex-start; border-bottom:0px solid #c1cccb; border-left:0px solid #c1cccb; border-right:0px solid #c1cccb; border-top:1px solid #c1cccb; flex:none; justify-content:flex-start; padding:15px 0px 0px; width:100%; max-width:100%;}
.symbol-3__sd-9{align-content:flex-start; align-items:flex-start; border-bottom:0px solid #c1cccb; border-left:0px solid #c1cccb; border-right:0px solid #c1cccb; border-top:0px solid #c1cccb; flex:none; justify-content:flex-start; padding:0px; width:33%; max-width:33%;}
.symbol-3__sd-10{flex:none; margin:0px; width:100%; max-width:100%;}
.symbol-3__sd-12{font-size:14px;}
.symbol-3__sd-14{font-size:14px;}
.symbol-3__sd-16{font-size:14px;}
.symbol-3__sd-18{font-size:14px;}
.symbol-3__sd-19{display:none; flex:none; flex-direction:column; flex-wrap:nowrap; justify-content:center; padding:0px;}
.symbol-3__sd-21{margin:0px; max-width:100%;}
.symbol-3__sd-23{display:none;}
.symbol-3__sd-25{margin:0px; max-width:100%;}
.symbol-3__sd-27{display:none;}
.symbol-3__sd-29{margin:0px; max-width:100%;}
.symbol-3__sd-31{display:none;}
.symbol-3__sd-33{margin:0px; max-width:100%;}
.symbol-3__sd-35{display:none;}
.symbol-3__sd-36{flex:none; margin:0px 0px 0px 10px; width:calc(33% - 10px); max-width:calc(33% - 10px);}
.symbol-3__sd-37{display:none;}
.symbol-3__sd-40{font-size:14px;}
.symbol-3__sd-42{font-size:14px;}
.symbol-3__sd-44{font-size:14px;}
.symbol-3__sd-46{font-size:14px;}
.symbol-3__sd-47{align-content:flex-start; align-items:flex-start; border-bottom:0px solid #c1cccb; border-left:0px solid #c1cccb; border-right:0px solid #c1cccb; border-top:0px solid #c1cccb; flex:none; justify-content:center; margin:0px 0px 0px 20px; padding:0px; width:calc(33% - 20px); max-width:calc(33% - 20px);}
.symbol-3__sd-48{flex:none; margin:0px; width:auto; max-width:100%;}
.symbol-3__sd-49{display:none;}
.symbol-3__sd-50{display:none;}
.symbol-3__sd-52{font-size:14px;}
.symbol-3__sd-54{font-size:14px;}
.symbol-3__sd-56{font-size:14px;}
.symbol-3__sd-58{font-size:14px;}
.symbol-3__sd-59{display:none; flex:none; flex-direction:column; flex-wrap:nowrap; justify-content:center; padding:0px;}
.symbol-3__sd-61{margin:0px; max-width:100%;}
.symbol-3__sd-63{display:none;}
.symbol-3__sd-65{margin:0px; max-width:100%;}
.symbol-3__sd-67{display:none;}
.symbol-3__sd-69{margin:0px; max-width:100%;}
.symbol-3__sd-71{display:none;}
.symbol-3__sd-73{margin:0px; max-width:100%;}
.symbol-3__sd-75{display:none;}
.symbol-3__sd-76{display:none; flex:none; flex-direction:column; flex-wrap:nowrap; justify-content:center; padding:0px;}
.symbol-3__sd-78{margin:0px; max-width:100%;}
.symbol-3__sd-80{display:none;}
.symbol-3__sd-82{margin:0px; max-width:100%;}
.symbol-3__sd-84{display:none;}
.symbol-3__sd-86{margin:0px; max-width:100%;}
.symbol-3__sd-88{display:none;}
.symbol-3__sd-89{display:none;}
.symbol-3__sd-90{margin:0px; max-width:100%;}
.symbol-3__sd-92{display:none;}
.symbol-3__sd-93{align-content:center; align-items:center; flex-direction:column; flex-wrap:nowrap; gap:10px; justify-content:center; margin:20px 0px 50px; padding:30px 0px 0px; width:90%; max-width:90%;}
.symbol-3__sd-93 > *{--gap-h:0px; --gap-v:10px;}
.symbol-3__sd-102{margin:0px 0px 70px; max-width:100%;}
}
@media (max-width: 540px) {
.sd-1{background:#FFFFFF; padding:60px 0px 0px;}
.sd-2{background:rgba(0,0,0,0.0); flex:none; height:0px; width:100%; max-width:100%;}
.sd-3{padding:0px;}
.sd-3 > *{--gap-h:0px; --gap-v:0px;}
.sd-4{padding:40px 30px;}
.sd-7{color:#000000; display:none; font-size:54px;}
.sd-9{margin:5px 0px 0px; max-width:100%;}
.sd-11{font-size:18px;}
.sd-13{flex-direction:column; flex-wrap:nowrap; padding:0px 30px 30px;}
.sd-14{flex:none; margin:0px; width:100%; max-width:100%;}
.sd-16{flex:none; margin:0px 0px 16px; width:100%; max-width:100%;}
.sd-17{flex:1; width:auto; max-width:100%;}
.sd-18{flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-19{flex:none; margin:0px 0px 16px; width:100%; max-width:100%;}
.sd-21{flex:none; height:200px; margin:0px 0px 20px; width:100%; max-width:100%;}
.sd-22{font-size:15px; text-align:left; justify-content:flex-start;}
.sd-23{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-24{flex:none; margin:0px 0px 16px; width:100%; max-width:100%; height:calc(100% - 16px);}
.sd-26{flex:none; height:200px; margin:0px 0px 20px; width:100%; max-width:100%;}
.sd-27{color:#575757; font-size:13px; font-style:normal; line-height:1.7;}
.richText.sd-27 > h2{color:#575757; font-size:13px; line-height:1.8;}
.sd-28{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-29{flex:none; margin:0px 0px 16px; width:100%; max-width:100%;}
.sd-31{flex:none; height:200px; margin:0px 0px 20px; width:100%; max-width:100%;}
.sd-32{color:#000000; font-size:15px;}
.richText.sd-32 > h2{color:#000000; font-size:15px;}
.sd-33{margin:0px; width:100%; max-width:100%;}
.sd-34{flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; margin:0px 0px 16px; width:100%; max-width:100%;}
.richText.sd-35 > h2{margin:30px 0px 0px;}
.sd-36{background:#EEEEEE; border-radius:5px; flex:none; width:100%; max-width:100%;}
.sd-37{background:#EEEEEE; border-radius:10px; flex:none; width:100%; max-width:100%;}
.sd-37 > *{--gap-h:0px; --gap-v:0px;}
.sd-38{flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; letter-spacing:0.1em; padding:5px 0px 5px 10px; text-align:center; width:calc(55% - (var(--gap-h) * 0.45)); justify-content:center; max-width:calc(55% - (var(--gap-h) * 0.45));}
.sd-41{border-radius:5px;}
.sd-42{border-radius:15px; flex:none; height:1075px; width:100%; max-width:100%;}
.symbol-2{background:rgba(87, 87, 87, 0.1); flex:none; width:60px;}
.symbol-3{background:#EEEEEE; display:flex; padding:30px 30px;}
.symbol-3__sd-1{justify-content:center; margin:0px 0px 10px; width:100%; max-width:100%;}
.symbol-3__sd-2{flex:none; margin:0px; width:100%; max-width:100%;}
.symbol-3__sd-3{flex-direction:row; height:auto; margin:0px; max-width:100%;}
.symbol-3__sd-4{flex:none; margin:0px 10px 0px 0px; width:40px; max-width:calc(100% - 10px);}
.symbol-3__sd-5{flex:none; height:auto; width:100px; max-width:100%;}
.symbol-3__sd-6{font-size:16px; margin:10px 0px 0px; max-width:100%;}
.symbol-3__sd-7{display:none; font-size:13px;}
.symbol-3__sd-8{align-content:flex-start; align-items:flex-start; border-bottom:0px solid #c1cccb; border-left:0px solid #c1cccb; border-right:0px solid #c1cccb; border-top:0px solid #c1cccb; flex-direction:row; flex-wrap:wrap; justify-content:flex-start; padding:20px 0px 0px;}
.symbol-3__sd-9{align-content:flex-start; align-items:flex-start; border-bottom:0px solid #dbe1e1; border-left:0px solid #dbe1e1; border-right:0px solid #dbe1e1; border-top:0px solid #dbe1e1; flex:none; flex-direction:row; flex-wrap:wrap; justify-content:flex-start; padding:0px; width:100%; max-width:100%;}
.symbol-3__sd-10{flex:none; margin:0px; padding:0px; width:100%; max-width:100%;}
.symbol-3__sd-11{margin:5px 0px 0px; max-width:100%;}
.symbol-3__sd-12{font-size:14px; font-weight:600;}
.symbol-3__sd-14{font-size:14px; font-weight:600;}
.symbol-3__sd-16{font-size:14px; font-weight:600;}
.symbol-3__sd-18{font-size:14px; font-weight:600;}
.symbol-3__sd-19{border-bottom:0px solid #c1cccb; border-left:0px solid #c1cccb; border-right:0px solid #c1cccb; border-top:1px solid #c1cccb; display:none; flex:none; flex-direction:row; flex-wrap:nowrap; margin:30px 0px 0px; padding:20px 0px 0px; width:100%; max-width:100%;}
.symbol-3__sd-21{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-22{flex:none; height:43px; width:43px; max-width:100%;}
.symbol-3__sd-23{display:none; font-size:16px;}
.symbol-3__sd-25{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-26{flex:none; height:43px; width:43px; max-width:100%;}
.symbol-3__sd-27{display:none; font-size:16px;}
.symbol-3__sd-29{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-30{flex:none; height:43px; width:43px; max-width:100%;}
.symbol-3__sd-31{display:none; font-size:16px;}
.symbol-3__sd-33{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-34{flex:none; height:43px; width:43px; max-width:100%;}
.symbol-3__sd-35{display:none; font-size:16px;}
.symbol-3__sd-36{flex:none; margin:20px 0px 0px; padding:0px; width:100%; max-width:100%;}
.symbol-3__sd-37{display:none;}
.symbol-3__sd-38{font-size:14px; font-weight:600;}
.symbol-3__sd-39{padding:0px;}
.symbol-3__sd-40{font-size:14px; font-weight:600;}
.symbol-3__sd-42{font-size:14px; font-weight:600;}
.symbol-3__sd-44{font-size:14px; font-weight:600;}
.symbol-3__sd-46{font-size:14px; font-weight:600;}
.symbol-3__sd-47{align-content:flex-start; align-items:flex-start; border-bottom:0px solid #dbe1e1; border-left:0px solid #dbe1e1; border-right:0px solid #dbe1e1; border-top:0px solid #dbe1e1; flex:none; flex-direction:column; flex-wrap:nowrap; justify-content:flex-start; margin:20px 0px 5px; padding:0px; width:100%; max-width:100%;}
.symbol-3__sd-48{flex:none; margin:0px; padding:0px; width:100%; max-width:100%;}
.symbol-3__sd-49{display:none;}
.symbol-3__sd-50{display:none; font-size:14px; font-weight:600;}
.symbol-3__sd-52{font-size:14px; font-weight:600;}
.symbol-3__sd-54{font-size:14px; font-weight:600;}
.symbol-3__sd-56{font-size:14px; font-weight:600;}
.symbol-3__sd-58{font-size:14px; font-weight:600;}
.symbol-3__sd-59{border-bottom:0px solid #c1cccb; border-left:0px solid #c1cccb; border-right:0px solid #c1cccb; border-top:1px solid #c1cccb; display:none; flex:none; flex-direction:row; flex-wrap:nowrap; margin:30px 0px 0px; padding:20px 0px 0px; width:100%; max-width:100%;}
.symbol-3__sd-61{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-62{flex:none; height:43px; width:43px; max-width:100%;}
.symbol-3__sd-63{display:none; font-size:16px;}
.symbol-3__sd-65{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-66{flex:none; height:43px; width:43px; max-width:100%;}
.symbol-3__sd-67{display:none; font-size:16px;}
.symbol-3__sd-69{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-70{flex:none; height:43px; width:43px; max-width:100%;}
.symbol-3__sd-71{display:none; font-size:16px;}
.symbol-3__sd-73{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-74{flex:none; height:43px; width:43px; max-width:100%;}
.symbol-3__sd-75{display:none; font-size:16px;}
.symbol-3__sd-76{border-bottom:0px solid #c1cccb; border-left:0px solid #c1cccb; border-right:0px solid #c1cccb; border-top:1px solid #c1cccb; display:none; flex:none; flex-direction:row; flex-wrap:nowrap; margin:30px 0px 0px; padding:20px 0px 0px; width:100%; max-width:100%;}
.symbol-3__sd-78{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-79{flex:none; height:43px; width:43px; max-width:100%;}
.symbol-3__sd-80{display:none; font-size:16px;}
.symbol-3__sd-82{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-83{flex:none; height:43px; width:43px; max-width:100%;}
.symbol-3__sd-84{display:none; font-size:16px;}
.symbol-3__sd-86{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-88{display:none; font-size:16px;}
.symbol-3__sd-89{display:none;}
.symbol-3__sd-90{margin:0px 2px 0px 0px; max-width:calc(100% - 2px);}
.symbol-3__sd-91{flex:none; height:43px; width:43px; max-width:100%;}
.symbol-3__sd-92{display:none; font-size:16px;}
.symbol-3__sd-93{align-content:center; align-items:center; flex:none; flex-direction:column; flex-wrap:nowrap; justify-content:flex-start; margin:20px 0px 60px; width:100%; max-width:100%;}
.symbol-3__sd-94{font-size:13px; margin:0px 0px 15px; max-width:100%;}
.symbol-3__sd-95{font-size:13px; margin:0px 0px 15px; max-width:100%;}
.symbol-3__sd-96{font-size:13px; margin:0px 0px 15px; max-width:100%;}
.symbol-3__sd-97{font-size:13px; margin:0px 0px 15px; max-width:100%;}
.symbol-3__sd-98{font-size:13px; margin:0px 0px 15px; max-width:100%;}
.symbol-3__sd-99{font-size:13px; margin:0px 0px 15px; max-width:100%;}
.symbol-3__sd-100{font-size:13px; margin:0px 0px 15px; max-width:100%;}
.symbol-3__sd-101{font-size:13px; margin:0px 0px 30px; max-width:100%;}
.symbol-3__sd-102{font-size:10px;}
}
@media (max-width: 320px) {
.sd-7{display:none;}
.symbol-3{display:flex;}
.symbol-3__sd-7{display:none;}
.symbol-3__sd-19{display:none;}
.symbol-3__sd-37{display:none;}
.symbol-3__sd-49{display:none;}
.symbol-3__sd-50{display:none;}
.symbol-3__sd-59{display:none;}
.symbol-3__sd-76{display:none;}
.symbol-3__sd-89{display:none;}
}
