:root{--s-font-eab0cf48:'Noto Sans';--s-font-cda1e569:'Noto Sans JP','Noto Sans',sans-serif;--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:center; align-items:center; background:#EEEEEE; flex-direction:column; flex-wrap:nowrap; height:100%; justify-content:center; padding:80px 0px 0px; width:100%; max-width:100%;}
.sd-2{background:rgba(0,0,0,0.0); flex:none; height:90px; width:100%; max-width:100%;}
.sd-3{align-content:flex-start; align-items:flex-start; 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:column; flex-wrap:nowrap; height:auto; justify-content:center; padding:20px 40px; width:100%; max-width:100%;}
.sd-4{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; width:100%; max-width:100%;}
.sd-5{color:#000000; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-5:hover{opacity:0.5; --ha:1;}
.sd-6{color:#333; font-family:var(--s-font-cda1e569); font-size:14px; font-weight:500; height:auto; line-height:1.4; margin:0px 14px; text-align:center; width:auto; justify-content:center; max-width:calc(100% - 28px);}
.sd-7{color:#000000; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-8{align-content:center; align-items:center; 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-8 > *{--gap-h:0px; --gap-v:0px;}
.sd-9{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:40px 80px 0px; width:100%; max-width:100%;}
.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 0px 60px; width:1200px; max-width:100%;}
.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; width:auto; max-width:100%;}
.sd-12{color:#FFFFFF; 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-13{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-13.appear{scale:1 1; transition-delay:300ms; transition-duration:600ms;}
.sd-14{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-15{background:#000000; flex:none; height:1px; margin:0px 10px 0px 0px; width:20px; max-width:calc(100% - 10px);}
.sd-16{color:#000000; flex:1; font-family:var(--s-font-eab0cf48); font-size:18px; 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-17{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-17.appear{scale:1 1; transition-delay:300ms; transition-duration:600ms;}
.sd-18{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; gap:0px; height:auto; justify-content:flex-start; margin:0px; width:100%; max-width:100%;}
.sd-18 > *{--gap-h:0px; --gap-v:0px;}
.sd-19{color:#000000; flex:none; font-family:var(--s-font-f79ce552); font-size:36px; font-weight:600; height:auto; line-height:1.8; margin:0px 0px 20px; text-align:center; width:100%; justify-content:center; max-width:100%;}
.sd-19.appear{opacity:0; transition-delay:400ms; transition-duration:800ms; transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95); translate:20px 0px;}
.sd-20{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.8; margin:0px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-20.appear{opacity:0; transition-delay:400ms; transition-duration:800ms; transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95); translate:20px 0px;}
.sd-21{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:flex-start; margin:0px; width:100%; max-width:100%;}
.sd-22{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:50px 0px 0px; width:100%; max-width:100%;}
.sd-23{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-24{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-25{color:#000000; font-family:var(--s-font-eab0cf48); font-size:20px; 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-26{color:#333333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.8; text-align:justify; width:100%; justify-content:space-between; max-width:100%;}
.sd-27{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.4; padding:0px 0px 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-27 a{color:#000000;}
.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:30px 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{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-31{color:#000000; font-family:var(--s-font-eab0cf48); font-size:20px; 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-32{color:#333333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.8; text-align:justify; width:100%; justify-content:space-between; max-width:100%;}
.sd-33{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:0; box-shadow:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:30px 80px; padding:0px; translate:0px 0px; width:calc(100% - 160px); max-width:calc(100% - 160px);}
.sd-33.appear{translate:0px 0px;}
.sd-34{align-content:center; align-items:center; background:#FFFFFF; border-bottom:2px solid #fa3b4e; border-left:2px solid #fa3b4e; border-right:2px solid #fa3b4e; border-top:2px solid #fa3b4e; flex:none; flex-direction:row; flex-wrap:wrap; height:60px; justify-content:center; margin:15px 30px 0px 0px; width:auto; max-width:calc(100% - 30px);}
.sd-34:hover{opacity:1; --ha:1;}
.sd-34 > *{--gap-h:0px; --gap-v:0px;}
.sd-35{color:#fa3b4e; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 0px 0px 160px; text-align:center; width:auto; z-index:1; justify-content:center; max-width:calc(100% - 160px);}
.sd-34:hover .sd-35{color:#FFFFFF;}
.sd-36{color:#fa3b4e; font-size:24px; margin:0px 30px 0px 120px; max-width:calc(100% - 150px);}
.sd-34:hover .sd-36{color:#FFFFFF;}
.sd-37{background:#fa3b4e; flex:none; height:100%; left:0; margin:0; position:absolute; scale:0 1; top:0; transform-origin:center left; width:100%; z-index:0; max-width:100%;}
.sd-34:hover .sd-37{scale:1 1;}
.sd-38{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-39{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-40{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-41{color:#000000; font-family:var(--s-font-eab0cf48); font-size:20px; 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-42{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; 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-42 > p{font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; letter-spacing:0.1em;}
.sd-43{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:0; box-shadow:none; display:flex; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:10px 80px 60px; padding:0px; translate:0px 0px; width:calc(100% - 160px); max-width:calc(100% - 160px);}
.sd-44{color:#333333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.8; margin:0px 0px 15px; text-align:center; width:100%; justify-content:center; max-width:100%;}
.sd-45{align-content:center; align-items:center; background:#FFFFFF; border-bottom:2px solid #fa3b4e; border-left:2px solid #fa3b4e; border-right:2px solid #fa3b4e; border-top:2px solid #fa3b4e; flex:none; flex-direction:row; flex-wrap:wrap; height:60px; justify-content:center; margin:0px 30px 0px 0px; width:auto; max-width:calc(100% - 30px);}
.sd-45:hover{opacity:1; --ha:1;}
.sd-45 > *{--gap-h:0px; --gap-v:0px;}
.sd-46{color:#fa3b4e; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 0px 0px 160px; text-align:center; width:auto; z-index:1; justify-content:center; max-width:calc(100% - 160px);}
.sd-45:hover .sd-46{color:#FFFFFF;}
.sd-47{color:#fa3b4e; font-size:24px; margin:0px 30px 0px 120px; max-width:calc(100% - 150px);}
.sd-45:hover .sd-47{color:#FFFFFF;}
.sd-48{background:#fa3b4e; flex:none; height:100%; left:0; margin:0; position:absolute; scale:0 1; top:0; transform-origin:center left; width:100%; z-index:0; max-width:100%;}
.sd-45:hover .sd-48{scale:1 1;}
.sd-49{align-content:center; align-items:center; background:#FFFFFF; display:flex; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:80px 80px 0px; width:100%; max-width:100%;}
.sd-50{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:1px 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; padding:0px 0px 30px; width:1200px; max-width:100%;}
.sd-51{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px; width:100%; max-width:100%;}
.sd-51:hover{opacity:1; --ha:1;}
.sd-52{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:200px; justify-content:flex-start; overflow-x:hidden; overflow-y:hidden; width:100%; max-width:100%;}
.sd-53{display:none; flex:none; height:100%; width:100%; max-width:100%;}
.sd-54{align-content:center; align-items:center; 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:wrap; height:auto; justify-content:flex-start; margin:0px; padding:30px 0px; width:100%; max-width:100%;}
.sd-55{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #000; border-left:0px dotted #000; border-right:0px dotted #000; border-top:0px dotted #000; flex:1; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px 20px 0px 0px; width:auto; max-width:100%; min-width:auto;}
.sd-56{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 40px 0px 0px; width:calc(50% - 40px); max-width:calc(50% - 40px);}
.sd-57{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:24px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 0px 10px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-58{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:1; flex-direction:row; flex-wrap:wrap; height:auto; justify-content:flex-start; width:auto; max-width:100%; min-width:0;}
.list-1{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:78px; justify-content:flex-start; padding:0px; width:100%; max-width:100%;}
.list-1 > *{--gap-h:0px; --gap-v:0px;}
.list-1__item{align-content:center; align-items:center; flex-direction:column; flex-wrap:nowrap; justify-content:center; padding:0px;}
.list-1__item__sd-1{background:#EEEEEE; border-radius:24px; color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:600; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 10px 10px 0px; padding:4px 14px; text-align:left; width:auto; justify-content:flex-start; max-width:calc(100% - 10px);}
.sd-59{align-content:flex-start; align-items:flex-start; background:#EEEEEE; border-bottom:0px solid #000; border-left:0px solid #000; border-radius:10px; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0; width:100%; max-width:100%;}
.sd-60{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; gap:0px; height:auto; justify-content:space-between; padding:0px 12px 0px 30px; width:100%; max-width:100%;}
.sd-60 > *{--gap-h:0px; --gap-v:0px;}
.sd-61{color:#333; font-family:var(--s-font-eab0cf48); font-size:18px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-62{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px solid #000; border-left:0px solid #000; border-radius:0; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 20px; overflow-x:hidden; overflow-y:hidden; padding:20px 0px; width:auto; max-width:calc(100% - 40px);}
.sd-63{color:#000000; display:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1.4; margin:0px 10px 0px 0px; text-align:center; width:auto; justify-content:center; max-width:calc(100% - 10px);}
.sd-64{align-content:center; align-items:center; background:#000000; border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:50px; justify-content:center; overflow-x:hidden; overflow-y:hidden; width:50px; max-width:100%;}
.sd-65{background:#575757; border-radius:50%; bottom:0px; flex:none; height:100%; left:0px; margin:0; position:absolute; right:0px; scale:0 1; top:0px; transform-origin:center left; width:100%; z-index:0; max-width:100%;}
.sd-66{color:#dbe1e1; font-size:32px; rotate:0deg; z-index:1;}
.sd-59:not([open]) .sd-66, .sd-59[data-toggle-closing] .sd-66, .sd-59 > [data-toggle-closing] .sd-66, .sd-59 > .sd-66[data-toggle-closing]{rotate:180deg;}
.sd-67{align-content:center; align-items:center; background:rgba(0,0,0,0.0); 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-59:not([open]) .sd-67, .sd-59[data-toggle-closing] .sd-67, .sd-59 > [data-toggle-closing] .sd-67, .sd-59 > .sd-67[data-toggle-closing]{flex:none; height:0px;}
.sd-68{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 50px; opacity:1; padding:12px; width:calc(100% - 100px); max-width:calc(100% - 100px);}
.sd-69{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-69 table{border-bottom:0px solid #F2F2F2; border-left:0px solid #F2F2F2; border-right:0px solid #F2F2F2; border-top:0px solid #F2F2F2; flex:none; width:100%;}
.richText.sd-69 td{border-bottom:1px dotted #000000; border-left:1px dotted #000000; border-right:1px dotted #000000; border-top:1px dotted #000000;}
.richText.sd-69 th{border-bottom:1px dotted #000000; border-left:1px dotted #000000; border-right:1px dotted #000000; border-top:1px dotted #000000; min-width:10px;}
.sd-70{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:0; box-shadow:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:30px 80px 60px; padding:0px; translate:0px 0px; width:calc(100% - 160px); max-width:calc(100% - 160px);}
.sd-71{align-content:center; align-items:center; background:#FFFFFF; border-bottom:2px solid #fa3b4e; border-left:2px solid #fa3b4e; border-right:2px solid #fa3b4e; border-top:2px solid #fa3b4e; flex:none; flex-direction:row; flex-wrap:wrap; height:60px; justify-content:center; margin:0px 30px 0px 0px; width:auto; max-width:calc(100% - 30px);}
.sd-71:hover{opacity:1; --ha:1;}
.sd-71 > *{--gap-h:0px; --gap-v:0px;}
.sd-72{color:#fa3b4e; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 0px 0px 160px; text-align:center; width:auto; z-index:1; justify-content:center; max-width:calc(100% - 160px);}
.sd-71:hover .sd-72{color:#FFFFFF;}
.sd-73{color:#fa3b4e; font-size:24px; margin:0px 30px 0px 120px; max-width:calc(100% - 150px);}
.sd-71:hover .sd-73{color:#FFFFFF;}
.sd-74{background:#fa3b4e; flex:none; height:100%; left:0; margin:0; position:absolute; scale:0 1; top:0; transform-origin:center left; width:100%; z-index:0; max-width:100%;}
.sd-71:hover .sd-74{scale:1 1;}
.sd-75{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:1px 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 30px; padding:0px 0px 60px; width:1200px; max-width:100%;}
.sd-76{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px; width:100%; max-width:100%;}
.sd-76:hover{opacity:1; --ha:1;}
.sd-77{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:200px; justify-content:flex-start; overflow-x:hidden; overflow-y:hidden; width:100%; max-width:100%;}
.sd-78{flex:none; height:100%; width:100%; max-width:100%;}
.sd-79{align-content:center; align-items:center; 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:wrap; height:auto; justify-content:flex-start; margin:0px; padding:30px 0px; width:100%; max-width:100%;}
.sd-79:hover{opacity:1; --ha:1;}
.sd-80{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #000; border-left:0px dotted #000; border-right:0px dotted #000; border-top:0px dotted #000; flex:1; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px 20px 0px 0px; width:auto; max-width:100%; min-width:auto;}
.sd-81{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 40px 0px 0px; width:calc(50% - 40px); max-width:calc(50% - 40px);}
.sd-82{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:24px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 0px 10px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-83{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:1; flex-direction:row; flex-wrap:wrap; height:auto; justify-content:flex-start; width:auto; max-width:100%; min-width:0;}
.list-2{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:78px; justify-content:flex-start; padding:0px; width:100%; max-width:100%;}
.list-2 > *{--gap-h:0px; --gap-v:0px;}
.list-2__item{align-content:center; align-items:center; flex-direction:column; flex-wrap:nowrap; justify-content:center; padding:0px;}
.list-2__item__sd-1{background:#EEEEEE; border-radius:24px; color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:600; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 10px 10px 0px; padding:4px 14px; text-align:left; width:auto; justify-content:flex-start; max-width:calc(100% - 10px);}
.sd-84{align-content:flex-start; align-items:flex-start; background:#EEEEEE; border-bottom:0px solid #000; border-left:0px solid #000; border-radius:10px; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0; width:100%; max-width:100%;}
.sd-85{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; gap:0px; height:auto; justify-content:space-between; padding:0px 12px 0px 30px; width:100%; max-width:100%;}
.sd-85 > *{--gap-h:0px; --gap-v:0px;}
.sd-86{color:#333; font-family:var(--s-font-eab0cf48); font-size:18px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-87{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px solid #000; border-left:0px solid #000; border-radius:0; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 20px; overflow-x:hidden; overflow-y:hidden; padding:20px 0px; width:auto; max-width:calc(100% - 40px);}
.sd-88{color:#000000; display:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1.4; margin:0px 10px 0px 0px; text-align:center; width:auto; justify-content:center; max-width:calc(100% - 10px);}
.sd-89{align-content:center; align-items:center; background:#000000; border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:50px; justify-content:center; overflow-x:hidden; overflow-y:hidden; width:50px; max-width:100%;}
.sd-90{background:#575757; border-radius:50%; bottom:0px; flex:none; height:100%; left:0px; margin:0; position:absolute; right:0px; scale:0 1; top:0px; transform-origin:center left; width:100%; z-index:0; max-width:100%;}
.sd-91{color:#dbe1e1; font-size:32px; rotate:0deg; z-index:1;}
.sd-84:not([open]) .sd-91, .sd-84[data-toggle-closing] .sd-91, .sd-84 > [data-toggle-closing] .sd-91, .sd-84 > .sd-91[data-toggle-closing]{rotate:180deg;}
.sd-92{align-content:center; align-items:center; background:rgba(0,0,0,0.0); 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-84:not([open]) .sd-92, .sd-84[data-toggle-closing] .sd-92, .sd-84 > [data-toggle-closing] .sd-92, .sd-84 > .sd-92[data-toggle-closing]{flex:none; height:0px;}
.sd-93{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 50px; opacity:1; padding:12px; width:calc(100% - 100px); max-width:calc(100% - 100px);}
.sd-94{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-94 table{border-bottom:0px solid #F2F2F2; border-left:0px solid #F2F2F2; border-right:0px solid #F2F2F2; border-top:0px solid #F2F2F2; flex:none; width:100%;}
.richText.sd-94 td{border-bottom:1px dotted #000000; border-left:1px dotted #000000; border-right:1px dotted #000000; border-top:1px dotted #000000;}
.richText.sd-94 th{border-bottom:1px dotted #000000; border-left:1px dotted #000000; border-right:1px dotted #000000; border-top:1px dotted #000000; min-width:10px;}
.sd-95{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:0; box-shadow:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:30px 80px 60px; padding:0px; translate:0px 0px; width:calc(100% - 160px); max-width:calc(100% - 160px);}
.sd-96{align-content:center; align-items:center; background:#FFFFFF; border-bottom:2px solid #fa3b4e; border-left:2px solid #fa3b4e; border-right:2px solid #fa3b4e; border-top:2px solid #fa3b4e; flex:none; flex-direction:row; flex-wrap:wrap; height:60px; justify-content:center; margin:0px 30px 0px 0px; width:auto; max-width:calc(100% - 30px);}
.sd-96:hover{opacity:1; --ha:1;}
.sd-96 > *{--gap-h:0px; --gap-v:0px;}
.sd-97{color:#fa3b4e; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 0px 0px 160px; text-align:center; width:auto; z-index:1; justify-content:center; max-width:calc(100% - 160px);}
.sd-96:hover .sd-97{color:#FFFFFF;}
.sd-98{color:#fa3b4e; font-size:24px; margin:0px 30px 0px 120px; max-width:calc(100% - 150px);}
.sd-96:hover .sd-98{color:#FFFFFF;}
.sd-99{background:#fa3b4e; flex:none; height:100%; left:0; margin:0; position:absolute; scale:0 1; top:0; transform-origin:center left; width:100%; z-index:0; max-width:100%;}
.sd-96:hover .sd-99{scale:1 1;}
.sd-100{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:1px solid #000; border-left:0px solid #000; border-right:0px solid #000; border-top:0px solid #000; display:flex; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px 0px 30px; width:1200px; max-width:100%;}
.sd-101{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px; width:100%; max-width:100%;}
.sd-101:hover{opacity:1; --ha:1;}
.sd-102{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:200px; justify-content:flex-start; overflow-x:hidden; overflow-y:hidden; width:100%; max-width:100%;}
.sd-103{display:none; flex:none; height:100%; width:100%; max-width:100%;}
.sd-104{align-content:center; align-items:center; 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:wrap; height:auto; justify-content:flex-start; margin:0px; padding:30px 0px; width:100%; max-width:100%;}
.sd-105{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #000; border-left:0px dotted #000; border-right:0px dotted #000; border-top:0px dotted #000; flex:1; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px 20px 0px 0px; width:auto; max-width:100%; min-width:auto;}
.sd-106{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 40px 0px 0px; width:calc(50% - 40px); max-width:calc(50% - 40px);}
.sd-107{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:24px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 0px 10px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-108{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:1; flex-direction:row; flex-wrap:wrap; height:auto; justify-content:flex-start; width:auto; max-width:100%; min-width:0;}
.list-3{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:78px; justify-content:flex-start; padding:0px; width:100%; max-width:100%;}
.list-3 > *{--gap-h:0px; --gap-v:0px;}
.list-3__item{align-content:center; align-items:center; flex-direction:column; flex-wrap:nowrap; justify-content:center; padding:0px;}
.list-3__item__sd-1{background:#EEEEEE; border-radius:24px; color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:600; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 10px 10px 0px; padding:4px 14px; text-align:left; width:auto; justify-content:flex-start; max-width:calc(100% - 10px);}
.sd-109{align-content:flex-start; align-items:flex-start; background:#EEEEEE; border-bottom:0px solid #000; border-left:0px solid #000; border-radius:10px; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0; width:100%; max-width:100%;}
.sd-110{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; gap:0px; height:auto; justify-content:space-between; padding:0px 12px 0px 30px; width:100%; max-width:100%;}
.sd-110 > *{--gap-h:0px; --gap-v:0px;}
.sd-111{color:#333; font-family:var(--s-font-eab0cf48); font-size:18px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-112{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px solid #000; border-left:0px solid #000; border-radius:0; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 20px; overflow-x:hidden; overflow-y:hidden; padding:20px 0px; width:auto; max-width:calc(100% - 40px);}
.sd-113{color:#000000; display:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1.4; margin:0px 10px 0px 0px; text-align:center; width:auto; justify-content:center; max-width:calc(100% - 10px);}
.sd-114{align-content:center; align-items:center; background:#000000; border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:50px; justify-content:center; overflow-x:hidden; overflow-y:hidden; width:50px; max-width:100%;}
.sd-115{background:#575757; border-radius:50%; bottom:0px; flex:none; height:100%; left:0px; margin:0; position:absolute; right:0px; scale:0 1; top:0px; transform-origin:center left; width:100%; z-index:0; max-width:100%;}
.sd-116{color:#dbe1e1; font-size:32px; rotate:0deg; z-index:1;}
.sd-109:not([open]) .sd-116, .sd-109[data-toggle-closing] .sd-116, .sd-109 > [data-toggle-closing] .sd-116, .sd-109 > .sd-116[data-toggle-closing]{rotate:180deg;}
.sd-117{align-content:center; align-items:center; background:rgba(0,0,0,0.0); 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-109:not([open]) .sd-117, .sd-109[data-toggle-closing] .sd-117, .sd-109 > [data-toggle-closing] .sd-117, .sd-109 > .sd-117[data-toggle-closing]{flex:none; height:0px;}
.sd-118{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 50px; opacity:1; padding:12px; width:calc(100% - 100px); max-width:calc(100% - 100px);}
.sd-119{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-119 table{border-bottom:0px solid #F2F2F2; border-left:0px solid #F2F2F2; border-right:0px solid #F2F2F2; border-top:0px solid #F2F2F2; flex:none; width:100%;}
.richText.sd-119 td{border-bottom:1px dotted #000000; border-left:1px dotted #000000; border-right:1px dotted #000000; border-top:1px dotted #000000;}
.richText.sd-119 th{border-bottom:1px dotted #000000; border-left:1px dotted #000000; border-right:1px dotted #000000; border-top:1px dotted #000000; min-width:10px;}
.sd-120{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:0; box-shadow:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:30px 80px 60px; padding:0px; translate:0px 0px; width:calc(100% - 160px); max-width:calc(100% - 160px);}
.sd-121{align-content:center; align-items:center; background:#FFFFFF; border-bottom:2px solid #fa3b4e; border-left:2px solid #fa3b4e; border-right:2px solid #fa3b4e; border-top:2px solid #fa3b4e; flex:none; flex-direction:row; flex-wrap:wrap; height:60px; justify-content:center; margin:0px 30px 0px 0px; width:auto; max-width:calc(100% - 30px);}
.sd-121:hover{opacity:1; --ha:1;}
.sd-121 > *{--gap-h:0px; --gap-v:0px;}
.sd-122{color:#fa3b4e; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 0px 0px 160px; text-align:center; width:auto; z-index:1; justify-content:center; max-width:calc(100% - 160px);}
.sd-121:hover .sd-122{color:#FFFFFF;}
.sd-123{color:#fa3b4e; font-size:24px; margin:0px 30px 0px 120px; max-width:calc(100% - 150px);}
.sd-121:hover .sd-123{color:#FFFFFF;}
.sd-124{background:#fa3b4e; flex:none; height:100%; left:0; margin:0; position:absolute; scale:0 1; top:0; transform-origin:center left; width:100%; z-index:0; max-width:100%;}
.sd-121:hover .sd-124{scale:1 1;}
.sd-125{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:1px solid #000; border-left:0px solid #000; border-right:0px solid #000; border-top:0px solid #000; display:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 60px; padding:0px 0px 30px; width:1200px; max-width:100%;}
.sd-126{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px; width:100%; max-width:100%;}
.sd-126:hover{opacity:1; --ha:1;}
.sd-127{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:200px; justify-content:flex-start; overflow-x:hidden; overflow-y:hidden; width:100%; max-width:100%;}
.sd-128{display:none; flex:none; height:100%; width:100%; max-width:100%;}
.sd-129{align-content:center; align-items:center; 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:wrap; height:auto; justify-content:flex-start; margin:0px; padding:30px 0px; width:100%; max-width:100%;}
.sd-129:hover{opacity:1; --ha:1;}
.sd-130{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #000; border-left:0px dotted #000; border-right:0px dotted #000; border-top:0px dotted #000; flex:1; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px 20px 0px 0px; width:auto; max-width:100%; min-width:auto;}
.sd-131{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 40px 0px 0px; width:calc(50% - 40px); max-width:calc(50% - 40px);}
.sd-132{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:24px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 0px 10px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-133{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:1; flex-direction:row; flex-wrap:wrap; height:auto; justify-content:flex-start; width:auto; max-width:100%; min-width:0;}
.list-4{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:78px; justify-content:flex-start; padding:0px; width:100%; max-width:100%;}
.list-4 > *{--gap-h:0px; --gap-v:0px;}
.list-4__item{align-content:center; align-items:center; flex-direction:column; flex-wrap:nowrap; justify-content:center; padding:0px;}
.list-4__item__sd-1{background:#EEEEEE; border-radius:24px; color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:600; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 10px 10px 0px; padding:4px 14px; text-align:left; width:auto; justify-content:flex-start; max-width:calc(100% - 10px);}
.sd-134{align-content:flex-start; align-items:flex-start; background:#EEEEEE; border-bottom:0px solid #000; border-left:0px solid #000; border-radius:10px; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0; width:100%; max-width:100%;}
.sd-135{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; gap:0px; height:auto; justify-content:space-between; padding:0px 12px 0px 30px; width:100%; max-width:100%;}
.sd-135 > *{--gap-h:0px; --gap-v:0px;}
.sd-136{color:#333; font-family:var(--s-font-eab0cf48); font-size:18px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-137{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px solid #000; border-left:0px solid #000; border-radius:0; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 20px; overflow-x:hidden; overflow-y:hidden; padding:20px 0px; width:auto; max-width:calc(100% - 40px);}
.sd-138{color:#000000; display:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1.4; margin:0px 10px 0px 0px; text-align:center; width:auto; justify-content:center; max-width:calc(100% - 10px);}
.sd-139{align-content:center; align-items:center; background:#000000; border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:50px; justify-content:center; overflow-x:hidden; overflow-y:hidden; width:50px; max-width:100%;}
.sd-140{background:#575757; border-radius:50%; bottom:0px; flex:none; height:100%; left:0px; margin:0; position:absolute; right:0px; scale:0 1; top:0px; transform-origin:center left; width:100%; z-index:0; max-width:100%;}
.sd-141{color:#dbe1e1; font-size:32px; rotate:0deg; z-index:1;}
.sd-134:not([open]) .sd-141, .sd-134[data-toggle-closing] .sd-141, .sd-134 > [data-toggle-closing] .sd-141, .sd-134 > .sd-141[data-toggle-closing]{rotate:180deg;}
.sd-142{align-content:center; align-items:center; background:rgba(0,0,0,0.0); 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-134:not([open]) .sd-142, .sd-134[data-toggle-closing] .sd-142, .sd-134 > [data-toggle-closing] .sd-142, .sd-134 > .sd-142[data-toggle-closing]{flex:none; height:0px;}
.sd-143{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 50px; opacity:1; padding:12px; width:calc(100% - 100px); max-width:calc(100% - 100px);}
.sd-144{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-144 table{border-bottom:0px solid #F2F2F2; border-left:0px solid #F2F2F2; border-right:0px solid #F2F2F2; border-top:0px solid #F2F2F2; flex:none; width:100%;}
.richText.sd-144 td{border-bottom:1px dotted #000000; border-left:1px dotted #000000; border-right:1px dotted #000000; border-top:1px dotted #000000;}
.richText.sd-144 th{border-bottom:1px dotted #000000; border-left:1px dotted #000000; border-right:1px dotted #000000; border-top:1px dotted #000000; min-width:10px;}
.sd-145{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:0; box-shadow:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:30px 80px 60px; padding:0px; translate:0px 0px; width:calc(100% - 160px); max-width:calc(100% - 160px);}
.sd-146{align-content:center; align-items:center; background:#FFFFFF; border-bottom:2px solid #fa3b4e; border-left:2px solid #fa3b4e; border-right:2px solid #fa3b4e; border-top:2px solid #fa3b4e; flex:none; flex-direction:row; flex-wrap:wrap; height:60px; justify-content:center; margin:0px 30px 0px 0px; width:auto; max-width:calc(100% - 30px);}
.sd-146:hover{opacity:1; --ha:1;}
.sd-146 > *{--gap-h:0px; --gap-v:0px;}
.sd-147{color:#fa3b4e; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 0px 0px 160px; text-align:center; width:auto; z-index:1; justify-content:center; max-width:calc(100% - 160px);}
.sd-146:hover .sd-147{color:#FFFFFF;}
.sd-148{color:#fa3b4e; font-size:24px; margin:0px 30px 0px 120px; max-width:calc(100% - 150px);}
.sd-146:hover .sd-148{color:#FFFFFF;}
.sd-149{background:#fa3b4e; flex:none; height:100%; left:0; margin:0; position:absolute; scale:0 1; top:0; transform-origin:center left; width:100%; z-index:0; max-width:100%;}
.sd-146:hover .sd-149{scale:1 1;}
.sd-150{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:1px 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 60px; padding:0px 0px 30px; width:1200px; max-width:100%;}
.sd-151{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px; width:100%; max-width:100%;}
.sd-151:hover{opacity:1; --ha:1;}
.sd-152{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:200px; justify-content:flex-start; overflow-x:hidden; overflow-y:hidden; width:100%; max-width:100%;}
.sd-153{display:none; flex:none; height:100%; width:100%; max-width:100%;}
.sd-154{align-content:center; align-items:center; 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:wrap; height:auto; justify-content:flex-start; margin:0px; padding:30px 0px; width:100%; max-width:100%;}
.sd-154:hover{opacity:1; --ha:1;}
.sd-155{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #000; border-left:0px dotted #000; border-right:0px dotted #000; border-top:0px dotted #000; flex:1; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px 20px 0px 0px; width:auto; max-width:100%; min-width:auto;}
.sd-156{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 40px 0px 0px; width:calc(50% - 40px); max-width:calc(50% - 40px);}
.sd-157{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:24px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 0px 10px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-158{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:1; flex-direction:row; flex-wrap:wrap; height:auto; justify-content:flex-start; width:auto; max-width:100%; min-width:0;}
.list-5{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:78px; justify-content:flex-start; padding:0px; width:100%; max-width:100%;}
.list-5 > *{--gap-h:0px; --gap-v:0px;}
.list-5__item{align-content:center; align-items:center; flex-direction:column; flex-wrap:nowrap; justify-content:center; padding:0px;}
.list-5__item__sd-1{background:#EEEEEE; border-radius:24px; color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:600; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 10px 10px 0px; padding:4px 14px; text-align:left; width:auto; justify-content:flex-start; max-width:calc(100% - 10px);}
.sd-159{align-content:flex-start; align-items:flex-start; background:#EEEEEE; border-bottom:0px solid #000; border-left:0px solid #000; border-radius:10px; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0; width:100%; max-width:100%;}
.sd-160{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; gap:0px; height:auto; justify-content:space-between; padding:0px 12px 0px 30px; width:100%; max-width:100%;}
.sd-160 > *{--gap-h:0px; --gap-v:0px;}
.sd-161{color:#333; font-family:var(--s-font-eab0cf48); font-size:18px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-162{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px solid #000; border-left:0px solid #000; border-radius:0; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 20px; overflow-x:hidden; overflow-y:hidden; padding:20px 0px; width:auto; max-width:calc(100% - 40px);}
.sd-163{color:#000000; display:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1.4; margin:0px 10px 0px 0px; text-align:center; width:auto; justify-content:center; max-width:calc(100% - 10px);}
.sd-164{align-content:center; align-items:center; background:#000000; border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:50px; justify-content:center; overflow-x:hidden; overflow-y:hidden; width:50px; max-width:100%;}
.sd-165{background:#575757; border-radius:50%; bottom:0px; flex:none; height:100%; left:0px; margin:0; position:absolute; right:0px; scale:0 1; top:0px; transform-origin:center left; width:100%; z-index:0; max-width:100%;}
.sd-166{color:#dbe1e1; font-size:32px; rotate:0deg; z-index:1;}
.sd-159:not([open]) .sd-166, .sd-159[data-toggle-closing] .sd-166, .sd-159 > [data-toggle-closing] .sd-166, .sd-159 > .sd-166[data-toggle-closing]{rotate:180deg;}
.sd-167{align-content:center; align-items:center; background:rgba(0,0,0,0.0); 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-159:not([open]) .sd-167, .sd-159[data-toggle-closing] .sd-167, .sd-159 > [data-toggle-closing] .sd-167, .sd-159 > .sd-167[data-toggle-closing]{flex:none; height:0px;}
.sd-168{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 50px; opacity:1; padding:12px; width:calc(100% - 100px); max-width:calc(100% - 100px);}
.sd-169{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-169 table{border-bottom:0px solid #F2F2F2; border-left:0px solid #F2F2F2; border-right:0px solid #F2F2F2; border-top:0px solid #F2F2F2; flex:none; width:100%;}
.richText.sd-169 td{border-bottom:1px dotted #000000; border-left:1px dotted #000000; border-right:1px dotted #000000; border-top:1px dotted #000000;}
.richText.sd-169 th{border-bottom:1px dotted #000000; border-left:1px dotted #000000; border-right:1px dotted #000000; border-top:1px dotted #000000; min-width:10px;}
.sd-170{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:0; box-shadow:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:30px 80px 60px; padding:0px; translate:0px 0px; width:calc(100% - 160px); max-width:calc(100% - 160px);}
.sd-171{align-content:center; align-items:center; background:#FFFFFF; border-bottom:2px solid #fa3b4e; border-left:2px solid #fa3b4e; border-right:2px solid #fa3b4e; border-top:2px solid #fa3b4e; flex:none; flex-direction:row; flex-wrap:wrap; height:60px; justify-content:center; margin:0px 30px 0px 0px; width:auto; max-width:calc(100% - 30px);}
.sd-171:hover{opacity:1; --ha:1;}
.sd-171 > *{--gap-h:0px; --gap-v:0px;}
.sd-172{color:#fa3b4e; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 0px 0px 160px; text-align:center; width:auto; z-index:1; justify-content:center; max-width:calc(100% - 160px);}
.sd-171:hover .sd-172{color:#FFFFFF;}
.sd-173{color:#fa3b4e; font-size:24px; margin:0px 30px 0px 120px; max-width:calc(100% - 150px);}
.sd-171:hover .sd-173{color:#FFFFFF;}
.sd-174{background:#fa3b4e; flex:none; height:100%; left:0; margin:0; position:absolute; scale:0 1; top:0; transform-origin:center left; width:100%; z-index:0; max-width:100%;}
.sd-171:hover .sd-174{scale:1 1;}
.sd-175{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:1px solid #000; border-left:0px solid #000; border-right:0px solid #000; border-top:0px solid #000; display:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 60px; padding:0px 0px 30px; width:1200px; max-width:100%;}
.sd-176{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px; width:100%; max-width:100%;}
.sd-176:hover{opacity:1; --ha:1;}
.sd-177{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:200px; justify-content:flex-start; overflow-x:hidden; overflow-y:hidden; width:100%; max-width:100%;}
.sd-178{flex:none; height:100%; width:100%; max-width:100%;}
.sd-179{align-content:center; align-items:center; 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:wrap; height:auto; justify-content:flex-start; margin:0px; padding:30px 0px; width:100%; max-width:100%;}
.sd-179:hover{opacity:1; --ha:1;}
.sd-180{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #000; border-left:0px dotted #000; border-right:0px dotted #000; border-top:0px dotted #000; flex:1; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px 20px 0px 0px; width:auto; max-width:100%; min-width:auto;}
.sd-181{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 40px 0px 0px; width:calc(50% - 40px); max-width:calc(50% - 40px);}
.sd-182{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:24px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 0px 10px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-183{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:1; flex-direction:row; flex-wrap:wrap; height:auto; justify-content:flex-start; width:auto; max-width:100%; min-width:0;}
.list-6{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:78px; justify-content:flex-start; padding:0px; width:100%; max-width:100%;}
.list-6 > *{--gap-h:0px; --gap-v:0px;}
.list-6__item{align-content:center; align-items:center; flex-direction:column; flex-wrap:nowrap; justify-content:center; padding:0px;}
.list-6__item__sd-1{background:#EEEEEE; border-radius:24px; color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:600; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 10px 10px 0px; padding:4px 14px; text-align:left; width:auto; justify-content:flex-start; max-width:calc(100% - 10px);}
.sd-184{align-content:flex-start; align-items:flex-start; background:#EEEEEE; border-bottom:0px solid #000; border-left:0px solid #000; border-radius:10px; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0; width:100%; max-width:100%;}
.sd-185{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; gap:0px; height:auto; justify-content:space-between; padding:0px 12px 0px 30px; width:100%; max-width:100%;}
.sd-185 > *{--gap-h:0px; --gap-v:0px;}
.sd-186{color:#333; font-family:var(--s-font-eab0cf48); font-size:18px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-187{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px solid #000; border-left:0px solid #000; border-radius:0; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 20px; overflow-x:hidden; overflow-y:hidden; padding:20px 0px; width:auto; max-width:calc(100% - 40px);}
.sd-188{color:#000000; display:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1.4; margin:0px 10px 0px 0px; text-align:center; width:auto; justify-content:center; max-width:calc(100% - 10px);}
.sd-189{align-content:center; align-items:center; background:#000000; border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:50px; justify-content:center; overflow-x:hidden; overflow-y:hidden; width:50px; max-width:100%;}
.sd-190{background:#575757; border-radius:50%; bottom:0px; flex:none; height:100%; left:0px; margin:0; position:absolute; right:0px; scale:0 1; top:0px; transform-origin:center left; width:100%; z-index:0; max-width:100%;}
.sd-191{color:#dbe1e1; font-size:32px; rotate:0deg; z-index:1;}
.sd-184:not([open]) .sd-191, .sd-184[data-toggle-closing] .sd-191, .sd-184 > [data-toggle-closing] .sd-191, .sd-184 > .sd-191[data-toggle-closing]{rotate:180deg;}
.sd-192{align-content:center; align-items:center; background:rgba(0,0,0,0.0); 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-184:not([open]) .sd-192, .sd-184[data-toggle-closing] .sd-192, .sd-184 > [data-toggle-closing] .sd-192, .sd-184 > .sd-192[data-toggle-closing]{flex:none; height:0px;}
.sd-193{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 50px; opacity:1; padding:12px; width:calc(100% - 100px); max-width:calc(100% - 100px);}
.sd-194{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-194 table{border-bottom:0px solid #F2F2F2; border-left:0px solid #F2F2F2; border-right:0px solid #F2F2F2; border-top:0px solid #F2F2F2; flex:none; width:100%;}
.richText.sd-194 td{border-bottom:1px dotted #000000; border-left:1px dotted #000000; border-right:1px dotted #000000; border-top:1px dotted #000000;}
.richText.sd-194 th{border-bottom:1px dotted #000000; border-left:1px dotted #000000; border-right:1px dotted #000000; border-top:1px dotted #000000; min-width:10px;}
.sd-195{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:0; box-shadow:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:30px 80px 60px; padding:0px; translate:0px 0px; width:calc(100% - 160px); max-width:calc(100% - 160px);}
.sd-196{align-content:center; align-items:center; background:#FFFFFF; border-bottom:2px solid #fa3b4e; border-left:2px solid #fa3b4e; border-right:2px solid #fa3b4e; border-top:2px solid #fa3b4e; flex:none; flex-direction:row; flex-wrap:wrap; height:60px; justify-content:center; margin:0px 30px 0px 0px; width:auto; max-width:calc(100% - 30px);}
.sd-196:hover{opacity:1; --ha:1;}
.sd-196 > *{--gap-h:0px; --gap-v:0px;}
.sd-197{color:#fa3b4e; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 0px 0px 160px; text-align:center; width:auto; z-index:1; justify-content:center; max-width:calc(100% - 160px);}
.sd-196:hover .sd-197{color:#FFFFFF;}
.sd-198{color:#fa3b4e; font-size:24px; margin:0px 30px 0px 120px; max-width:calc(100% - 150px);}
.sd-196:hover .sd-198{color:#FFFFFF;}
.sd-199{background:#fa3b4e; flex:none; height:100%; left:0; margin:0; position:absolute; scale:0 1; top:0; transform-origin:center left; width:100%; z-index:0; max-width:100%;}
.sd-196:hover .sd-199{scale:1 1;}
.sd-200{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:1px 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 60px; padding:0px 0px 30px; width:1200px; max-width:100%;}
.sd-201{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px; width:100%; max-width:100%;}
.sd-201:hover{opacity:1; --ha:1;}
.sd-202{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:200px; justify-content:flex-start; overflow-x:hidden; overflow-y:hidden; width:100%; max-width:100%;}
.sd-203{display:none; flex:none; height:100%; width:100%; max-width:100%;}
.sd-204{align-content:center; align-items:center; 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:wrap; height:auto; justify-content:flex-start; margin:0px; padding:30px 0px; width:100%; max-width:100%;}
.sd-204:hover{opacity:1; --ha:1;}
.sd-205{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #000; border-left:0px dotted #000; border-right:0px dotted #000; border-top:0px dotted #000; flex:1; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px 20px 0px 0px; width:auto; max-width:100%; min-width:auto;}
.sd-206{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 40px 0px 0px; width:calc(50% - 40px); max-width:calc(50% - 40px);}
.sd-207{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:24px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 0px 10px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-208{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:1; flex-direction:row; flex-wrap:wrap; height:auto; justify-content:flex-start; width:auto; max-width:100%; min-width:0;}
.list-7{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:78px; justify-content:flex-start; padding:0px; width:100%; max-width:100%;}
.list-7 > *{--gap-h:0px; --gap-v:0px;}
.list-7__item{align-content:center; align-items:center; flex-direction:column; flex-wrap:nowrap; justify-content:center; padding:0px;}
.list-7__item__sd-1{background:#EEEEEE; border-radius:24px; color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:600; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 10px 10px 0px; padding:4px 14px; text-align:left; width:auto; justify-content:flex-start; max-width:calc(100% - 10px);}
.sd-209{align-content:flex-start; align-items:flex-start; background:#EEEEEE; border-bottom:0px solid #000; border-left:0px solid #000; border-radius:10px; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0; width:100%; max-width:100%;}
.sd-210{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; gap:0px; height:auto; justify-content:space-between; padding:0px 12px 0px 30px; width:100%; max-width:100%;}
.sd-210 > *{--gap-h:0px; --gap-v:0px;}
.sd-211{color:#333; font-family:var(--s-font-eab0cf48); font-size:18px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-212{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px solid #000; border-left:0px solid #000; border-radius:0; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 20px; overflow-x:hidden; overflow-y:hidden; padding:20px 0px; width:auto; max-width:calc(100% - 40px);}
.sd-213{color:#000000; display:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1.4; margin:0px 10px 0px 0px; text-align:center; width:auto; justify-content:center; max-width:calc(100% - 10px);}
.sd-214{align-content:center; align-items:center; background:#000000; border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:50px; justify-content:center; overflow-x:hidden; overflow-y:hidden; width:50px; max-width:100%;}
.sd-215{background:#575757; border-radius:50%; bottom:0px; flex:none; height:100%; left:0px; margin:0; position:absolute; right:0px; scale:0 1; top:0px; transform-origin:center left; width:100%; z-index:0; max-width:100%;}
.sd-216{color:#dbe1e1; font-size:32px; rotate:0deg; z-index:1;}
.sd-209:not([open]) .sd-216, .sd-209[data-toggle-closing] .sd-216, .sd-209 > [data-toggle-closing] .sd-216, .sd-209 > .sd-216[data-toggle-closing]{rotate:180deg;}
.sd-217{align-content:center; align-items:center; background:rgba(0,0,0,0.0); 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-209:not([open]) .sd-217, .sd-209[data-toggle-closing] .sd-217, .sd-209 > [data-toggle-closing] .sd-217, .sd-209 > .sd-217[data-toggle-closing]{flex:none; height:0px;}
.sd-218{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 50px; opacity:1; padding:12px; width:calc(100% - 100px); max-width:calc(100% - 100px);}
.sd-219{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-219 table{border-bottom:0px solid #F2F2F2; border-left:0px solid #F2F2F2; border-right:0px solid #F2F2F2; border-top:0px solid #F2F2F2; flex:none; width:100%;}
.richText.sd-219 td{border-bottom:1px dotted #000000; border-left:1px dotted #000000; border-right:1px dotted #000000; border-top:1px dotted #000000;}
.richText.sd-219 th{border-bottom:1px dotted #000000; border-left:1px dotted #000000; border-right:1px dotted #000000; border-top:1px dotted #000000; min-width:10px;}
.sd-220{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:0; box-shadow:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:30px 80px 60px; padding:0px; translate:0px 0px; width:calc(100% - 160px); max-width:calc(100% - 160px);}
.sd-221{align-content:center; align-items:center; background:#FFFFFF; border-bottom:2px solid #fa3b4e; border-left:2px solid #fa3b4e; border-right:2px solid #fa3b4e; border-top:2px solid #fa3b4e; flex:none; flex-direction:row; flex-wrap:wrap; height:60px; justify-content:center; margin:0px 30px 0px 0px; width:auto; max-width:calc(100% - 30px);}
.sd-221:hover{opacity:1; --ha:1;}
.sd-221 > *{--gap-h:0px; --gap-v:0px;}
.sd-222{color:#fa3b4e; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 0px 0px 160px; text-align:center; width:auto; z-index:1; justify-content:center; max-width:calc(100% - 160px);}
.sd-221:hover .sd-222{color:#FFFFFF;}
.sd-223{color:#fa3b4e; font-size:24px; margin:0px 30px 0px 120px; max-width:calc(100% - 150px);}
.sd-221:hover .sd-223{color:#FFFFFF;}
.sd-224{background:#fa3b4e; flex:none; height:100%; left:0; margin:0; position:absolute; scale:0 1; top:0; transform-origin:center left; width:100%; z-index:0; max-width:100%;}
.sd-221:hover .sd-224{scale:1 1;}
.sd-225{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:1px 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 60px; padding:0px 0px 30px; width:1200px; max-width:100%;}
.sd-226{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px; width:100%; max-width:100%;}
.sd-226:hover{opacity:1; --ha:1;}
.sd-227{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:200px; justify-content:flex-start; overflow-x:hidden; overflow-y:hidden; width:100%; max-width:100%;}
.sd-228{flex:none; height:100%; width:100%; max-width:100%;}
.sd-229{align-content:center; align-items:center; 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:wrap; height:auto; justify-content:flex-start; margin:0px; padding:30px 0px; width:100%; max-width:100%;}
.sd-229:hover{opacity:1; --ha:1;}
.sd-230{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #000; border-left:0px dotted #000; border-right:0px dotted #000; border-top:0px dotted #000; flex:1; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px 20px 0px 0px; width:auto; max-width:100%; min-width:auto;}
.sd-231{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 40px 0px 0px; width:calc(50% - 40px); max-width:calc(50% - 40px);}
.sd-232{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:24px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 0px 10px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-233{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:1; flex-direction:row; flex-wrap:wrap; height:auto; justify-content:flex-start; width:auto; max-width:100%; min-width:0;}
.list-8{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:78px; justify-content:flex-start; padding:0px; width:100%; max-width:100%;}
.list-8 > *{--gap-h:0px; --gap-v:0px;}
.list-8__item{align-content:center; align-items:center; flex-direction:column; flex-wrap:nowrap; justify-content:center; padding:0px;}
.list-8__item__sd-1{background:#EEEEEE; border-radius:24px; color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:600; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 10px 10px 0px; padding:4px 14px; text-align:left; width:auto; justify-content:flex-start; max-width:calc(100% - 10px);}
.sd-234{align-content:flex-start; align-items:flex-start; background:#EEEEEE; border-bottom:0px solid #000; border-left:0px solid #000; border-radius:10px; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0; width:100%; max-width:100%;}
.sd-235{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; gap:0px; height:auto; justify-content:space-between; padding:0px 12px 0px 30px; width:100%; max-width:100%;}
.sd-235 > *{--gap-h:0px; --gap-v:0px;}
.sd-236{color:#333; font-family:var(--s-font-eab0cf48); font-size:18px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-237{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px solid #000; border-left:0px solid #000; border-radius:0; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 20px; overflow-x:hidden; overflow-y:hidden; padding:20px 0px; width:auto; max-width:calc(100% - 40px);}
.sd-238{color:#000000; display:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1.4; margin:0px 10px 0px 0px; text-align:center; width:auto; justify-content:center; max-width:calc(100% - 10px);}
.sd-239{align-content:center; align-items:center; background:#000000; border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:50px; justify-content:center; overflow-x:hidden; overflow-y:hidden; width:50px; max-width:100%;}
.sd-240{background:#575757; border-radius:50%; bottom:0px; flex:none; height:100%; left:0px; margin:0; position:absolute; right:0px; scale:0 1; top:0px; transform-origin:center left; width:100%; z-index:0; max-width:100%;}
.sd-241{color:#dbe1e1; font-size:32px; rotate:0deg; z-index:1;}
.sd-234:not([open]) .sd-241, .sd-234[data-toggle-closing] .sd-241, .sd-234 > [data-toggle-closing] .sd-241, .sd-234 > .sd-241[data-toggle-closing]{rotate:180deg;}
.sd-242{align-content:center; align-items:center; background:rgba(0,0,0,0.0); 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-234:not([open]) .sd-242, .sd-234[data-toggle-closing] .sd-242, .sd-234 > [data-toggle-closing] .sd-242, .sd-234 > .sd-242[data-toggle-closing]{flex:none; height:0px;}
.sd-243{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 50px; opacity:1; padding:12px; width:calc(100% - 100px); max-width:calc(100% - 100px);}
.sd-244{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-244 table{border-bottom:0px solid #F2F2F2; border-left:0px solid #F2F2F2; border-right:0px solid #F2F2F2; border-top:0px solid #F2F2F2; flex:none; width:100%;}
.richText.sd-244 td{border-bottom:1px dotted #000000; border-left:1px dotted #000000; border-right:1px dotted #000000; border-top:1px dotted #000000;}
.richText.sd-244 th{border-bottom:1px dotted #000000; border-left:1px dotted #000000; border-right:1px dotted #000000; border-top:1px dotted #000000; min-width:10px;}
.sd-245{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:0; box-shadow:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:30px 80px 60px; padding:0px; translate:0px 0px; width:calc(100% - 160px); max-width:calc(100% - 160px);}
.sd-246{align-content:center; align-items:center; background:#FFFFFF; border-bottom:2px solid #fa3b4e; border-left:2px solid #fa3b4e; border-right:2px solid #fa3b4e; border-top:2px solid #fa3b4e; flex:none; flex-direction:row; flex-wrap:wrap; height:60px; justify-content:center; margin:0px 30px 0px 0px; width:auto; max-width:calc(100% - 30px);}
.sd-246:hover{opacity:1; --ha:1;}
.sd-246 > *{--gap-h:0px; --gap-v:0px;}
.sd-247{color:#fa3b4e; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 0px 0px 160px; text-align:center; width:auto; z-index:1; justify-content:center; max-width:calc(100% - 160px);}
.sd-246:hover .sd-247{color:#FFFFFF;}
.sd-248{color:#fa3b4e; font-size:24px; margin:0px 30px 0px 120px; max-width:calc(100% - 150px);}
.sd-246:hover .sd-248{color:#FFFFFF;}
.sd-249{background:#fa3b4e; flex:none; height:100%; left:0; margin:0; position:absolute; scale:0 1; top:0; transform-origin:center left; width:100%; z-index:0; max-width:100%;}
.sd-246:hover .sd-249{scale:1 1;}
.sd-250{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:1px 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 30px; padding:0px 0px 30px; width:1200px; max-width:100%;}
.sd-251{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px; width:100%; max-width:100%;}
.sd-251:hover{opacity:1; --ha:1;}
.sd-252{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:200px; justify-content:flex-start; overflow-x:hidden; overflow-y:hidden; width:100%; max-width:100%;}
.sd-253{flex:none; height:100%; width:100%; max-width:100%;}
.sd-254{align-content:center; align-items:center; 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:wrap; height:auto; justify-content:flex-start; margin:0px; padding:30px 0px; width:100%; max-width:100%;}
.sd-254:hover{opacity:1; --ha:1;}
.sd-255{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #000; border-left:0px dotted #000; border-right:0px dotted #000; border-top:0px dotted #000; flex:1; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px 20px 0px 0px; width:auto; max-width:100%; min-width:auto;}
.sd-256{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 40px 0px 0px; width:calc(50% - 40px); max-width:calc(50% - 40px);}
.sd-257{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:24px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 0px 10px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-258{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:1; flex-direction:row; flex-wrap:wrap; height:auto; justify-content:flex-start; width:auto; max-width:100%; min-width:0;}
.list-9{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:78px; justify-content:flex-start; padding:0px; width:100%; max-width:100%;}
.list-9 > *{--gap-h:0px; --gap-v:0px;}
.list-9__item{align-content:center; align-items:center; flex-direction:column; flex-wrap:nowrap; justify-content:center; padding:0px;}
.list-9__item__sd-1{background:#EEEEEE; border-radius:24px; color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:600; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 10px 10px 0px; padding:4px 14px; text-align:left; width:auto; justify-content:flex-start; max-width:calc(100% - 10px);}
.sd-259{align-content:flex-start; align-items:flex-start; background:#EEEEEE; border-bottom:0px solid #000; border-left:0px solid #000; border-radius:10px; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0; width:100%; max-width:100%;}
.sd-260{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; gap:0px; height:auto; justify-content:space-between; padding:0px 12px 0px 30px; width:100%; max-width:100%;}
.sd-260 > *{--gap-h:0px; --gap-v:0px;}
.sd-261{color:#333; font-family:var(--s-font-eab0cf48); font-size:18px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-262{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px solid #000; border-left:0px solid #000; border-radius:0; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 20px; overflow-x:hidden; overflow-y:hidden; padding:20px 0px; width:auto; max-width:calc(100% - 40px);}
.sd-263{color:#000000; display:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1.4; margin:0px 10px 0px 0px; text-align:center; width:auto; justify-content:center; max-width:calc(100% - 10px);}
.sd-264{align-content:center; align-items:center; background:#000000; border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:50px; justify-content:center; overflow-x:hidden; overflow-y:hidden; width:50px; max-width:100%;}
.sd-265{background:#575757; border-radius:50%; bottom:0px; flex:none; height:100%; left:0px; margin:0; position:absolute; right:0px; scale:0 1; top:0px; transform-origin:center left; width:100%; z-index:0; max-width:100%;}
.sd-266{color:#dbe1e1; font-size:32px; rotate:0deg; z-index:1;}
.sd-259:not([open]) .sd-266, .sd-259[data-toggle-closing] .sd-266, .sd-259 > [data-toggle-closing] .sd-266, .sd-259 > .sd-266[data-toggle-closing]{rotate:180deg;}
.sd-267{align-content:center; align-items:center; background:rgba(0,0,0,0.0); 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-259:not([open]) .sd-267, .sd-259[data-toggle-closing] .sd-267, .sd-259 > [data-toggle-closing] .sd-267, .sd-259 > .sd-267[data-toggle-closing]{flex:none; height:0px;}
.sd-268{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 50px; opacity:1; padding:12px; width:calc(100% - 100px); max-width:calc(100% - 100px);}
.sd-269{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.4; padding:0 10px; text-align:left; width:100%; max-width:100%;}
.richText.sd-269 table{border-bottom:0px solid #F2F2F2; border-left:0px solid #F2F2F2; border-right:0px solid #F2F2F2; border-top:0px solid #F2F2F2; flex:none; width:100%;}
.richText.sd-269 td{border-bottom:1px dotted #000000; border-left:1px dotted #000000; border-right:1px dotted #000000; border-top:1px dotted #000000;}
.richText.sd-269 th{border-bottom:1px dotted #000000; border-left:1px dotted #000000; border-right:1px dotted #000000; border-top:1px dotted #000000; min-width:10px;}
.sd-270{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:0; box-shadow:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; margin:30px 80px 60px; padding:0px; translate:0px 0px; width:calc(100% - 160px); max-width:calc(100% - 160px);}
.sd-271{align-content:center; align-items:center; background:#FFFFFF; border-bottom:2px solid #fa3b4e; border-left:2px solid #fa3b4e; border-right:2px solid #fa3b4e; border-top:2px solid #fa3b4e; flex:none; flex-direction:row; flex-wrap:wrap; height:60px; justify-content:center; margin:0px 30px 0px 0px; width:auto; max-width:calc(100% - 30px);}
.sd-271:hover{opacity:1; --ha:1;}
.sd-271 > *{--gap-h:0px; --gap-v:0px;}
.sd-272{color:#fa3b4e; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 0px 0px 160px; text-align:center; width:auto; z-index:1; justify-content:center; max-width:calc(100% - 160px);}
.sd-271:hover .sd-272{color:#FFFFFF;}
.sd-273{color:#fa3b4e; font-size:24px; margin:0px 30px 0px 120px; max-width:calc(100% - 150px);}
.sd-271:hover .sd-273{color:#FFFFFF;}
.sd-274{background:#fa3b4e; flex:none; height:100%; left:0; margin:0; position:absolute; scale:0 1; top:0; transform-origin:center left; width:100%; z-index:0; max-width:100%;}
.sd-271:hover .sd-274{scale:1 1;}
.sd-275{align-content:flex-end; align-items:flex-end; background:#dbe1e1; bottom:0px; flex:none; flex-direction:column; flex-wrap:nowrap; height:100%; justify-content:flex-end; left:NaNpx; margin:0; position:absolute; right:0px; top:NaNpx; width:30%; z-index:-1; max-width:30%;}
.sd-276{align-content:center; align-items:center; background:#FFFFFF; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:30px 80px 0px; width:100%; max-width:100%;}
.sd-277{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-278{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 0px 60px; padding:0px; width:100%; max-width:100%;}
.sd-279{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-280{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-281{color:#000000; font-family:var(--s-font-eab0cf48); font-size:20px; 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-282{background:#FFFFFF; border-radius:10px; flex:none; height:100%; margin:0px; opacity:1; padding:0px 50px; width:100%; max-width:100%;}
.symbol-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; left:0; margin:0; opacity:0.8; position:absolute; top:0; width:100%; z-index:-1; max-width:100%;}
.symbol-3{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));}
@media (max-width: 1088px) {
.sd-18{flex:none; width:55%; max-width:55%;}
.sd-18 > *{--gap-h:0px; --gap-v:0px;}
.sd-43{display:flex;}
.sd-49{display:flex;}
.sd-52{display:none;}
.sd-53{display:none;}
.sd-63{display:none;}
.sd-77{display:none;}
.sd-88{display:none;}
.sd-100{display:none;}
.sd-102{display:none;}
.sd-103{display:none;}
.sd-113{display:none;}
.sd-125{display:none;}
.sd-127{display:none;}
.sd-128{display:none;}
.sd-138{display:none;}
.sd-152{display:none;}
.sd-153{display:none;}
.sd-163{display:none;}
.sd-175{display:none;}
.sd-177{display:none;}
.sd-188{display:none;}
.sd-202{display:none;}
.sd-203{display:none;}
.sd-213{display:none;}
.sd-227{display:none;}
.sd-238{display:none;}
.sd-252{display:none;}
.sd-263{display:none;}
}
@media (max-width: 840px) {
.sd-9{padding:120px 50px;}
.sd-10{flex:none;}
.sd-18{align-content:flex-start; align-items:flex-start; flex:none; justify-content:flex-start; margin:0px; width:100%; max-width:100%;}
.sd-18 > *{--gap-h:0px; --gap-v:0px;}
.sd-19{flex:none; width:100%; max-width:100%;}
.sd-21{flex-direction:column-reverse; flex-wrap:nowrap; margin:0px; width:100%; max-width:100%;}
.sd-43{display:flex;}
.sd-49{display:flex; padding:120px 50px;}
.sd-52{display:none;}
.sd-53{display:none;}
.sd-55{flex-direction:column; flex-wrap:nowrap;}
.sd-56{flex:none; margin:0px 0px 20px; width:100%; max-width:100%;}
.sd-63{display:none;}
.sd-77{display:none;}
.sd-80{flex-direction:column; flex-wrap:nowrap;}
.sd-81{flex:none; margin:0px 0px 20px; width:100%; max-width:100%;}
.sd-88{display:none;}
.sd-100{display:none;}
.sd-102{display:none;}
.sd-103{display:none;}
.sd-105{flex-direction:column; flex-wrap:nowrap;}
.sd-106{flex:none; margin:0px 0px 20px; width:100%; max-width:100%;}
.sd-113{display:none;}
.sd-125{display:none;}
.sd-127{display:none;}
.sd-128{display:none;}
.sd-130{flex-direction:column; flex-wrap:nowrap;}
.sd-131{flex:none; margin:0px 0px 20px; width:100%; max-width:100%;}
.sd-138{display:none;}
.sd-152{display:none;}
.sd-153{display:none;}
.sd-155{flex-direction:column; flex-wrap:nowrap;}
.sd-156{flex:none; margin:0px 0px 20px; width:100%; max-width:100%;}
.sd-163{display:none;}
.sd-175{display:none;}
.sd-177{display:none;}
.sd-180{flex-direction:column; flex-wrap:nowrap;}
.sd-181{flex:none; margin:0px 0px 20px; width:100%; max-width:100%;}
.sd-188{display:none;}
.sd-202{display:none;}
.sd-203{display:none;}
.sd-205{flex-direction:column; flex-wrap:nowrap;}
.sd-206{flex:none; margin:0px 0px 20px; width:100%; max-width:100%;}
.sd-213{display:none;}
.sd-227{display:none;}
.sd-230{flex-direction:column; flex-wrap:nowrap;}
.sd-231{flex:none; margin:0px 0px 20px; width:100%; max-width:100%;}
.sd-238{display:none;}
.sd-252{display:none;}
.sd-255{flex-direction:column; flex-wrap:nowrap;}
.sd-256{flex:none; margin:0px 0px 20px; width:100%; max-width:100%;}
.sd-263{display:none;}
.sd-276{padding:120px 50px;}
}
@media (max-width: 540px) {
.sd-1{padding:60px 0px 0px;}
.sd-2{background:rgba(0,0,0,0.0); flex:none; height:19px; width:100%; max-width:100%;}
.sd-3{border-bottom:0px solid #dbe1e1; border-left:0px solid #dbe1e1; border-right:0px solid #dbe1e1; border-top:0px solid #dbe1e1; padding:14px 20px;}
.sd-4{flex-direction:row; flex-wrap:wrap;}
.sd-5{font-size:12px;}
.sd-6{font-size:12px; margin:0px 10px; max-width:calc(100% - 20px);}
.sd-7{font-size:12px;}
.sd-8{padding:0px;}
.sd-8 > *{--gap-h:0px; --gap-v:0px;}
.sd-9{padding:40px 30px;}
.sd-10{margin:0px 0px 30px; max-width:100%;}
.sd-12{font-size:54px;}
.sd-16{font-size:18px;}
.sd-19{font-size:22px;}
.sd-20{font-size:14px; line-height:1.8;}
.sd-21{flex-direction:column; flex-wrap:nowrap;}
.sd-22{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-23{flex:none; margin:0px 0px 16px; width:100%; max-width:100%;}
.sd-24{flex:1; width:auto; max-width:100%;}
.sd-25{flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-26{font-size:14px; text-align:left; justify-content:flex-start;}
.sd-27{text-align:left;}
.richText.sd-27 > p{font-size:13px; margin:10px 0px 0px;}
.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-30{flex:1; width:auto; max-width:100%;}
.sd-31{flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-32{font-size:14px; text-align:left; justify-content:flex-start;}
.sd-33{align-content:center; align-items:center; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:space-between; margin:20px 0px 0px; width:100%; max-width:100%;}
.sd-34{display:flex; flex:none; gap:0px; height:60px; margin:0px 30px 10px; width:calc(100% - 60px); max-width:calc(100% - 60px);}
.sd-34 > *{--gap-h:0px; --gap-v:0px;}
.sd-34:hover > *{--gap-h:0px; --gap-v:0px;}
.sd-35{flex:none; margin:0px; padding:0px 0px 2px; width:auto; max-width:100%;}
.sd-36{margin:0px 0px 0px 10px; max-width:calc(100% - 10px);}
.sd-38{margin:30px 0px 0px; width:100%; max-width:100%;}
.sd-39{flex:none; margin:0px 0px 16px; width:100%; max-width:100%;}
.sd-40{flex:1; width:auto; max-width:100%;}
.sd-41{flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-42{line-height:1.8;}
.sd-43{align-content:center; align-items:center; display:flex; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:space-between; margin:10px 0px; width:100%; max-width:100%;}
.sd-44{font-size:14px; text-align:center; justify-content:center;}
.sd-45{display:flex; flex:none; gap:0px; height:60px; margin:0px 10px 10px; width:calc(100% - 20px); max-width:calc(100% - 20px);}
.sd-45 > *{--gap-h:0px; --gap-v:0px;}
.sd-45:hover > *{--gap-h:0px; --gap-v:0px;}
.sd-46{flex:none; margin:0px; padding:0px 0px 2px; width:auto; max-width:100%;}
.sd-47{margin:0px 0px 0px 10px; max-width:calc(100% - 10px);}
.sd-49{display:flex; padding:30px 30px 0px;}
.sd-50{padding:0px 0px 40px;}
.sd-52{display:none; margin:0px 0px -14px; width:100%; max-width:100%;}
.sd-53{display:none;}
.sd-54{flex-direction:column; flex-wrap:nowrap; padding:0px 0px 45px;}
.sd-55{border-bottom:0px dotted #000; border-left:0px dotted #000; border-right:0px dotted #000; border-top:0px dotted #000; padding:0px; min-width:0;}
.sd-57{font-size:20px;}
.list-1__item__sd-1{font-size:14px;}
.sd-61{font-size:16px;}
.sd-62{flex:none; margin:0px; max-width:100%;}
.sd-63{display:flex; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:600; letter-spacing:0.1em; margin:0px 20px 0px 0px; max-width:calc(100% - 20px);}
.sd-64{flex:none; height:30px; width:30px; max-width:100%;}
.sd-66{font-size:20px;}
.sd-68{margin:0px; width:100%; max-width:100%;}
.sd-69{line-height:1.8;}
.sd-70{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; height:50px; justify-content:space-between; margin:30px 0px 80px; width:100%; max-width:100%;}
.sd-71{display:flex; flex:none; gap:0px; height:60px; margin:0px 30px 10px; width:calc(100% - 60px); max-width:calc(100% - 60px);}
.sd-71 > *{--gap-h:0px; --gap-v:0px;}
.sd-71:hover > *{--gap-h:0px; --gap-v:0px;}
.sd-72{flex:none; margin:0px; padding:0px 0px 2px; width:auto; max-width:100%;}
.sd-73{margin:0px 0px 0px 10px; max-width:calc(100% - 10px);}
.sd-75{padding:0px 0px 40px;}
.sd-77{display:none; margin:0px 0px -14px; width:100%; max-width:100%;}
.sd-79{flex-direction:column; flex-wrap:nowrap; padding:0px 0px 70px;}
.sd-80{border-bottom:0px dotted #000; border-left:0px dotted #000; border-right:0px dotted #000; border-top:0px dotted #000; margin:0px 0px 30px; padding:0px; max-width:100%; min-width:0;}
.sd-82{font-size:20px;}
.list-2__item__sd-1{font-size:14px;}
.sd-86{font-size:16px;}
.sd-87{flex:none; margin:0px; max-width:100%;}
.sd-88{display:flex; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:600; letter-spacing:0.1em; margin:0px 20px 0px 0px; max-width:calc(100% - 20px);}
.sd-89{flex:none; height:30px; width:30px; max-width:100%;}
.sd-91{font-size:20px;}
.sd-93{margin:0px; width:100%; max-width:100%;}
.sd-94{line-height:1.8;}
.sd-95{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; height:50px; justify-content:space-between; margin:30px 0px 80px; width:100%; max-width:100%;}
.sd-96{display:flex; flex:none; gap:0px; height:60px; margin:0px 30px 10px; width:calc(100% - 60px); max-width:calc(100% - 60px);}
.sd-96 > *{--gap-h:0px; --gap-v:0px;}
.sd-96:hover > *{--gap-h:0px; --gap-v:0px;}
.sd-97{flex:none; margin:0px; padding:0px 0px 2px; width:auto; max-width:100%;}
.sd-98{margin:0px 0px 0px 10px; max-width:calc(100% - 10px);}
.sd-100{display:none; padding:0px 0px 40px;}
.sd-102{display:none; margin:0px 0px -14px; width:100%; max-width:100%;}
.sd-103{display:none;}
.sd-104{flex-direction:column; flex-wrap:nowrap; padding:0px 0px 45px;}
.sd-105{border-bottom:0px dotted #000; border-left:0px dotted #000; border-right:0px dotted #000; border-top:0px dotted #000; padding:0px; min-width:0;}
.sd-107{font-size:20px;}
.list-3__item__sd-1{font-size:14px;}
.sd-111{font-size:16px;}
.sd-112{flex:none; margin:0px; max-width:100%;}
.sd-113{display:flex; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:600; letter-spacing:0.1em; margin:0px 20px 0px 0px; max-width:calc(100% - 20px);}
.sd-114{flex:none; height:30px; width:30px; max-width:100%;}
.sd-116{font-size:20px;}
.sd-118{margin:0px; width:100%; max-width:100%;}
.sd-119{line-height:1.8;}
.sd-120{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; height:50px; justify-content:space-between; margin:30px 0px 80px; width:100%; max-width:100%;}
.sd-121{display:flex; flex:none; gap:0px; height:60px; margin:0px 30px 10px; width:calc(100% - 60px); max-width:calc(100% - 60px);}
.sd-121 > *{--gap-h:0px; --gap-v:0px;}
.sd-121:hover > *{--gap-h:0px; --gap-v:0px;}
.sd-122{flex:none; margin:0px; padding:0px 0px 2px; width:auto; max-width:100%;}
.sd-123{margin:0px 0px 0px 10px; max-width:calc(100% - 10px);}
.sd-125{display:none; margin:0px 0px 30px; padding:0px 0px 40px; max-width:100%;}
.sd-127{display:none; margin:0px 0px -14px; width:100%; max-width:100%;}
.sd-128{display:none;}
.sd-129{flex-direction:column; flex-wrap:nowrap; padding:0px 0px 10px;}
.sd-130{border-bottom:0px dotted #000; border-left:0px dotted #000; border-right:0px dotted #000; border-top:0px dotted #000; margin:0px; padding:0px; max-width:100%; min-width:0;}
.sd-132{font-size:20px;}
.sd-133{margin:0px 0px 75px; max-width:100%;}
.list-4__item__sd-1{font-size:14px;}
.sd-136{font-size:16px;}
.sd-137{flex:none; margin:0px; max-width:100%;}
.sd-138{display:flex; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:600; letter-spacing:0.1em; margin:0px 20px 0px 0px; max-width:calc(100% - 20px);}
.sd-139{flex:none; height:30px; width:30px; max-width:100%;}
.sd-141{font-size:20px;}
.sd-143{margin:0px; width:100%; max-width:100%;}
.sd-144{line-height:1.8;}
.sd-145{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; height:50px; justify-content:space-between; margin:30px 0px 80px; width:100%; max-width:100%;}
.sd-146{display:flex; flex:none; gap:0px; height:60px; margin:0px 30px 10px; width:calc(100% - 60px); max-width:calc(100% - 60px);}
.sd-146 > *{--gap-h:0px; --gap-v:0px;}
.sd-146:hover > *{--gap-h:0px; --gap-v:0px;}
.sd-147{flex:none; margin:0px; padding:0px 0px 2px; width:auto; max-width:100%;}
.sd-148{margin:0px 0px 0px 10px; max-width:calc(100% - 10px);}
.sd-150{margin:0px 0px 30px; padding:0px 0px 40px; max-width:100%;}
.sd-152{display:none; margin:0px 0px -14px; width:100%; max-width:100%;}
.sd-153{display:none;}
.sd-154{flex-direction:column; flex-wrap:nowrap; padding:0px 0px 10px;}
.sd-155{border-bottom:0px dotted #000; border-left:0px dotted #000; border-right:0px dotted #000; border-top:0px dotted #000; margin:0px; padding:0px; max-width:100%; min-width:0;}
.sd-157{font-size:20px;}
.sd-158{margin:0px 0px 75px; max-width:100%;}
.list-5__item__sd-1{font-size:14px;}
.sd-161{font-size:16px;}
.sd-162{flex:none; margin:0px; max-width:100%;}
.sd-163{display:flex; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:600; letter-spacing:0.1em; margin:0px 20px 0px 0px; max-width:calc(100% - 20px);}
.sd-164{flex:none; height:30px; width:30px; max-width:100%;}
.sd-166{font-size:20px;}
.sd-168{margin:0px; width:100%; max-width:100%;}
.sd-169{line-height:1.8;}
.sd-170{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; height:50px; justify-content:space-between; margin:30px 0px 80px; width:100%; max-width:100%;}
.sd-171{display:flex; flex:none; gap:0px; height:60px; margin:0px 30px 10px; width:calc(100% - 60px); max-width:calc(100% - 60px);}
.sd-171 > *{--gap-h:0px; --gap-v:0px;}
.sd-171:hover > *{--gap-h:0px; --gap-v:0px;}
.sd-172{flex:none; margin:0px; padding:0px 0px 2px; width:auto; max-width:100%;}
.sd-173{margin:0px 0px 0px 10px; max-width:calc(100% - 10px);}
.sd-175{display:none; margin:0px 0px 30px; padding:0px 0px 40px; max-width:100%;}
.sd-177{display:none; margin:0px 0px -14px; width:100%; max-width:100%;}
.sd-179{flex-direction:column; flex-wrap:nowrap; margin:0px 0px 50px; padding:0px 0px 10px; width:100%; max-width:100%;}
.sd-180{border-bottom:0px dotted #000; border-left:0px dotted #000; border-right:0px dotted #000; border-top:0px dotted #000; flex:none; height:auto; margin:0px 0px 10px; padding:0px 0px 30px; max-width:100%; min-width:0;}
.sd-182{font-size:20px;}
.list-6__item__sd-1{font-size:14px;}
.sd-186{font-size:16px;}
.sd-187{flex:none; margin:0px; max-width:100%;}
.sd-188{display:flex; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:600; letter-spacing:0.1em; margin:0px 20px 0px 0px; max-width:calc(100% - 20px);}
.sd-189{flex:none; height:30px; width:30px; max-width:100%;}
.sd-191{font-size:20px;}
.sd-193{margin:0px; padding:0px 12px 12px; width:100%; max-width:100%;}
.sd-194{font-size:14px; line-height:1.8; padding:0px 0px;}
.sd-195{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; height:50px; justify-content:space-between; margin:30px 0px 80px; width:100%; max-width:100%;}
.sd-196{display:flex; flex:none; gap:0px; height:60px; margin:0px 30px 10px; width:calc(100% - 60px); max-width:calc(100% - 60px);}
.sd-196 > *{--gap-h:0px; --gap-v:0px;}
.sd-196:hover > *{--gap-h:0px; --gap-v:0px;}
.sd-197{flex:none; margin:0px; padding:0px 0px 2px; width:auto; max-width:100%;}
.sd-198{margin:0px 0px 0px 10px; max-width:calc(100% - 10px);}
.sd-200{margin:0px; padding:0px 0px 40px; max-width:100%;}
.sd-202{display:none; margin:0px 0px -14px; width:100%; max-width:100%;}
.sd-203{display:none;}
.sd-204{flex-direction:column; flex-wrap:nowrap; padding:0px 0px 10px;}
.sd-205{flex:none; height:auto; margin:0px 0px 10px; padding:0px; max-width:100%; min-width:0;}
.sd-207{font-size:20px;}
.sd-208{flex:none; height:auto; padding:0px; width:100%; max-width:100%;}
.list-7{flex:none; height:auto;}
.list-7 > *{--gap-h:0px; --gap-v:0px;}
.list-7__item__sd-1{font-size:14px;}
.sd-209{margin:0px; width:100%; max-width:100%;}
.sd-211{font-size:16px;}
.sd-212{flex:none; margin:0px; max-width:100%;}
.sd-213{display:flex; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:600; letter-spacing:0.1em; margin:0px 20px 0px 0px; max-width:calc(100% - 20px);}
.sd-214{flex:none; height:30px; width:30px; max-width:100%;}
.sd-216{font-size:20px;}
.sd-218{margin:0px; padding:0px 12px 12px; width:100%; max-width:100%;}
.sd-219{line-height:1.8;}
.sd-220{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; height:50px; justify-content:space-between; margin:30px 0px 80px; width:100%; max-width:100%;}
.sd-221{display:flex; flex:none; gap:0px; height:60px; margin:0px 30px 10px; width:calc(100% - 60px); max-width:calc(100% - 60px);}
.sd-221 > *{--gap-h:0px; --gap-v:0px;}
.sd-221:hover > *{--gap-h:0px; --gap-v:0px;}
.sd-222{flex:none; margin:0px; padding:0px 0px 2px; width:auto; max-width:100%;}
.sd-223{margin:0px 0px 0px 10px; max-width:calc(100% - 10px);}
.sd-225{margin:0px; padding:0px 0px 40px; max-width:100%;}
.sd-227{display:none; margin:0px 0px -14px; width:100%; max-width:100%;}
.sd-229{flex-direction:column; flex-wrap:nowrap; padding:30px 0px 10px;}
.sd-230{border-bottom:0px dotted #000; border-left:0px dotted #000; border-right:0px dotted #000; border-top:0px dotted #000; padding:0px 0px 40px; min-width:0;}
.sd-232{font-size:20px;}
.list-8__item__sd-1{font-size:14px;}
.sd-236{font-size:16px;}
.sd-237{flex:none; margin:0px; max-width:100%;}
.sd-238{display:flex; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:600; letter-spacing:0.1em; margin:0px 20px 0px 0px; max-width:calc(100% - 20px);}
.sd-239{flex:none; height:30px; width:30px; max-width:100%;}
.sd-241{font-size:20px;}
.sd-243{margin:0px; padding:0px 12px 12px; width:100%; max-width:100%;}
.sd-245{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; height:50px; justify-content:space-between; margin:30px 0px 80px; width:100%; max-width:100%;}
.sd-246{display:flex; flex:none; gap:0px; height:60px; margin:0px 30px 10px; width:calc(100% - 60px); max-width:calc(100% - 60px);}
.sd-246 > *{--gap-h:0px; --gap-v:0px;}
.sd-246:hover > *{--gap-h:0px; --gap-v:0px;}
.sd-247{flex:none; margin:0px; padding:0px 0px 2px; width:auto; max-width:100%;}
.sd-248{margin:0px 0px 0px 10px; max-width:calc(100% - 10px);}
.sd-250{margin:0px 0px 30px; padding:0px 0px 40px; max-width:100%;}
.sd-252{display:none; margin:0px 0px -14px; width:100%; max-width:100%;}
.sd-254{flex-direction:column; flex-wrap:nowrap; padding:30px 0px 10px;}
.sd-255{padding:0px 0px 40px; min-width:0;}
.sd-257{font-size:20px;}
.list-9__item__sd-1{font-size:14px;}
.sd-261{font-size:16px;}
.sd-262{flex:none; margin:0px; max-width:100%;}
.sd-263{display:flex; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:600; letter-spacing:0.1em; margin:0px 20px 0px 0px; max-width:calc(100% - 20px);}
.sd-264{flex:none; height:30px; width:30px; max-width:100%;}
.sd-266{font-size:20px;}
.sd-268{margin:0px; padding:0px 12px 12px; width:100%; max-width:100%;}
.sd-269{line-height:1.8;}
.sd-270{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; height:50px; justify-content:space-between; margin:30px 0px 80px; width:100%; max-width:100%;}
.sd-271{display:flex; flex:none; gap:0px; height:60px; margin:0px 30px 10px; width:calc(100% - 60px); max-width:calc(100% - 60px);}
.sd-271 > *{--gap-h:0px; --gap-v:0px;}
.sd-271:hover > *{--gap-h:0px; --gap-v:0px;}
.sd-272{flex:none; margin:0px; padding:0px 0px 2px; width:auto; max-width:100%;}
.sd-273{margin:0px 0px 0px 10px; max-width:calc(100% - 10px);}
.sd-275{flex:none; width:60px;}
.sd-276{padding:0px 30px 80px;}
.sd-277{background:rgba(0,0,0,0.0); margin:0px; width:100%; max-width:100%;}
.sd-278{flex:1; margin:0px; width:100%; max-width:100%;}
.sd-279{flex:none; margin:0px 0px 16px; width:100%; max-width:100%;}
.sd-280{flex:1; width:auto; max-width:100%;}
.sd-281{flex:none; font-size:18px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-282{background:rgba(0,0,0,0.0); padding:0px;}
.symbol-2{padding:0px;}
.symbol-3{background:rgba(87, 87, 87, 0.1); flex:none; width:60px;}
}
@media (max-width: 320px) {
.sd-43{display:flex;}
.sd-49{display:flex;}
.sd-52{display:none;}
.sd-53{display:none;}
.sd-77{display:none;}
.sd-100{display:none;}
.sd-102{display:none;}
.sd-103{display:none;}
.sd-125{display:none;}
.sd-127{display:none;}
.sd-128{display:none;}
.sd-152{display:none;}
.sd-153{display:none;}
.sd-175{display:none;}
.sd-177{display:none;}
.sd-202{display:none;}
.sd-203{display:none;}
.sd-227{display:none;}
.sd-252{display:none;}
}
