:root{--s-font-eab0cf48:'Noto Sans';--s-font-daa8975e:'Noto Sans JP','Noto Sans',sans-serif;--s-font-f79ce552:Poppins;--s-font-cda1e569:'Noto Sans JP','Noto Sans',sans-serif;}
.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:wrap; 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-7:hover{opacity:0.5; --ha:1;}
.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:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); bottom:NaNpx; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; left:40px; margin:0; position:fixed; right:NaNpx; top:220px; width:auto; max-width:100%; z-index:2;}
.sd-10{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 0px 16px; width:auto; max-width:100%;}
.sd-11{background:#242424; flex:none; height:1px; margin:0px 10px 0px 0px; width:20px; max-width:calc(100% - 10px);}
.sd-12{color:#333; font-family:var(--s-font-f79ce552); font-size:20px; font-weight:500; height:auto; letter-spacing:0.05em; line-height:1.4; padding:0px; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-13{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:1px solid #aaaaaa; border-left:0px solid #aaaaaa; border-right:0px solid #aaaaaa; border-top:0px solid #aaaaaa; display:flex; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:10px 0px 0px; padding:0px 0px 10px; width:150px; max-width:100%;}
.sd-13:hover{opacity:0.5; --ha:1;}
.sd-14{border-bottom:0px solid #e1e1e1; border-left:0px solid #e1e1e1; border-right:0px solid #e1e1e1; border-top:0px solid #e1e1e1; color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; padding:0px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-15{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:1px solid #aaaaaa; border-left:0px solid #aaaaaa; border-right:0px solid #aaaaaa; border-top:0px solid #aaaaaa; display:flex; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:10px 0px 0px; padding:0px 0px 10px; width:150px; max-width:100%;}
.sd-15:hover{opacity:0.5; --ha:1;}
.sd-16{border-bottom:0px solid #e1e1e1; border-left:0px solid #e1e1e1; border-right:0px solid #e1e1e1; border-top:0px solid #e1e1e1; color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; padding:0px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-17{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:1px solid #aaaaaa; border-left:0px solid #aaaaaa; border-right:0px solid #aaaaaa; border-top:0px solid #aaaaaa; display:flex; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:10px 0px 0px; padding:0px 0px 10px; width:150px; max-width:100%;}
.sd-17:hover{opacity:0.5; --ha:1;}
.sd-18{border-bottom:0px solid #e1e1e1; border-left:0px solid #e1e1e1; border-right:0px solid #e1e1e1; border-top:0px solid #e1e1e1; color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; padding:0px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-19{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 270px; width:100%; max-width:100%;}
.sd-20{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 30px; width:1200px; max-width:100%;}
.sd-21{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-22{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-23{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-23.appear{scale:1 1; transition-delay:300ms; transition-duration:600ms;}
.sd-24{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px; width:auto; max-width:100%;}
.sd-25{background:#000000; flex:none; height:1px; margin:0px 10px 0px 0px; width:20px; max-width:calc(100% - 10px);}
.sd-26{color:#000000; flex:1; font-family:var(--s-font-daa8975e); font-size:20px; font-weight:700; height:auto; line-height:1.4; text-align:left; width:auto; justify-content:flex-start; max-width:100%; min-width:0;}
.sd-27{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-27.appear{scale:1 1; transition-delay:300ms; transition-duration:600ms;}
.sd-28{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); display:none; flex:none; flex-direction:row; flex-wrap:wrap; gap:20px 30px; height:auto; justify-content:flex-start; margin:20px 0px 0px; width:100%; max-width:100%;}
.sd-28 > *{--gap-h:30px; --gap-v:20px;}
.sd-29{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:1px solid #000000; border-left:0px solid #000000; border-right:0px solid #000000; border-top:0px solid #000000; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:space-between; margin:0px; padding:0px 0px 8px; width:calc(33.3% - (var(--gap-h) * 0.67)); max-width:calc(33.3% - (var(--gap-h) * 0.67));}
.sd-29:hover{opacity:0.5; --ha:1;}
.sd-30{color:#333; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-31{color:#333; font-size:20px;}
.sd-32{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:1px solid #000000; border-left:0px solid #000000; border-right:0px solid #000000; border-top:0px solid #000000; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:space-between; margin:0px; padding:0px 0px 8px; width:calc(33.3% - (var(--gap-h) * 0.67)); max-width:calc(33.3% - (var(--gap-h) * 0.67));}
.sd-32:hover{opacity:0.5; --ha:1;}
.sd-33{color:#333; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-34{color:#333; font-size:20px;}
.sd-35{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:1px solid #000000; border-left:0px solid #000000; border-right:0px solid #000000; border-top:0px solid #000000; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:space-between; margin:0px; padding:0px 0px 8px; width:calc(33.3% - (var(--gap-h) * 0.67)); max-width:calc(33.3% - (var(--gap-h) * 0.67));}
.sd-35:hover{opacity:0.5; --ha:1;}
.sd-36{color:#333; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; line-height:1; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-37{color:#333; font-size:20px;}
.sd-38{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:0px 80px 0px 270px; 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: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:30px 0px 0px; width:1200px; max-width:100%;}
.sd-40{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #000000; border-left:1px solid #000000; border-right:0px solid #000000; border-top:0px solid #000000; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 60px; padding:0px 0px 0px 24px; width:auto; max-width:100%;}
.sd-40.appear{opacity:0; transition-delay:300ms; transition-duration:800ms; transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95); translate:10px 0px;}
.sd-41{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:auto; max-width:100%;}
.sd-42{color:#333; font-family:var(--s-font-f79ce552); font-size:18px; font-weight:500; height:auto; letter-spacing:normal; line-height:0.8; margin:0px; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-43{background:#000000; flex:none; height:1px; margin:0px 5px; width:14px; max-width:calc(100% - 10px);}
.sd-44{border-bottom:0px solid #aaaaaa; border-left:0px solid #aaaaaa; border-right:0px solid #aaaaaa; border-top:0px solid #aaaaaa; color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:600; height:auto; letter-spacing:0.1em; line-height:1.2; margin:0px; padding:0px; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-45{color:#242424; font-family:var(--s-font-eab0cf48); font-size:24px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; margin:8px 0px 0px; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-46{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:100%; max-width:100%;}
.sd-46.appear{opacity:0; transition-delay:400ms; transition-duration:800ms; transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95); translate:0px 20px;}
.sd-47{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:1px solid #c1cccb; border-left:1px solid #c1cccb; border-right:1px solid #c1cccb; border-top:1px solid #c1cccb; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:auto; justify-content:flex-start; padding:30px 40px; width:100%; max-width:100%;}
.sd-47 > *{--gap-h:0px; --gap-v:0px;}
.sd-48{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-right:0px dotted #575757; border-top:0px dotted #575757; flex:none; flex-direction:column; flex-wrap:nowrap; height:100%; justify-content:center; padding:0px 40px 0px 0px; width:94px; max-width:100%;}
.sd-49{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1; margin:0px 0px 6px; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-50{color:#333; font-family:var(--s-font-f79ce552); font-size:36px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-51{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:1px dotted #575757; border-right:0px dotted #575757; border-top:0px dotted #575757; flex:1; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0px 0px 0px 40px; width:auto; max-width:100%; min-width:auto;}
.sd-52{color:#242424; flex:none; font-family:var(--s-font-eab0cf48); font-size:22px; 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-53{color:#242424; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.6; margin:0px 0px 20px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-54{align-content:center; align-items:center; background:#FFFFFF; border-bottom:2px solid #fa3b4e; border-left:2px solid #fa3b4e; border-radius:3px; border-right:2px solid #fa3b4e; border-top:2px solid #fa3b4e; flex:none; flex-direction:column; flex-wrap:nowrap; height:50px; justify-content:center; width:220px; max-width:100%;}
.sd-54:hover{opacity:1; --ha:1;}
.sd-55{color:#fa3b4e; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; width:auto; z-index:1; justify-content:center; max-width:100%;}
.sd-54:hover .sd-55{color:#FFFFFF;}
.sd-56{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-54:hover .sd-56{scale:1 1;}
.sd-57{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; width:100%; max-width:100%;}
.sd-58{color:#333; font-size:48px; rotate:90deg;}
.sd-59{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:1px solid #c1cccb; border-left:1px solid #c1cccb; border-right:1px solid #c1cccb; border-top:1px solid #c1cccb; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:auto; justify-content:flex-start; padding:30px 40px; width:100%; max-width:100%;}
.sd-59 > *{--gap-h:0px; --gap-v:0px;}
.sd-60{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-right:0px dotted #575757; border-top:0px dotted #575757; flex:none; flex-direction:column; flex-wrap:nowrap; height:100%; justify-content:center; padding:0px 40px 0px 0px; width:94px; max-width:100%;}
.sd-61{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1; margin:0px 0px 6px; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-62{color:#333; font-family:var(--s-font-f79ce552); font-size:36px; font-weight:500; height:auto; letter-spacing:0.05em; line-height:1; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-63{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:1px dotted #575757; border-right:0px dotted #575757; border-top:0px dotted #575757; flex:1; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0px 0px 0px 40px; width:auto; max-width:100%; min-width:auto;}
.sd-64{color:#242424; flex:none; font-family:var(--s-font-eab0cf48); font-size:22px; 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-65{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.6; margin:0px 0px 20px; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-65 a{color:#000000;}
.richText.sd-65 > p{margin:0px;}
.sd-66{flex:none; height:315px; margin:10px 0px; width:560px; max-width:100%;}
.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:center; width:100%; max-width:100%;}
.sd-68{color:#333; font-size:48px; rotate:90deg;}
.sd-69{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:1px solid #c1cccb; border-left:1px solid #c1cccb; border-right:1px solid #c1cccb; border-top:1px solid #c1cccb; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:auto; justify-content:flex-start; padding:30px 40px; width:100%; max-width:100%;}
.sd-69 > *{--gap-h:0px; --gap-v:0px;}
.sd-70{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-right:0px dotted #575757; border-top:0px dotted #575757; flex:none; flex-direction:column; flex-wrap:nowrap; height:100%; justify-content:center; padding:0px 40px 0px 0px; width:94px; max-width:100%;}
.sd-71{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1; margin:0px 0px 6px; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-72{color:#333; font-family:var(--s-font-f79ce552); font-size:36px; font-weight:500; height:auto; letter-spacing:0.05em; line-height:1; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-73{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:1px dotted #575757; border-right:0px dotted #575757; border-top:0px dotted #575757; flex:1; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0px 0px 0px 40px; width:auto; max-width:100%; min-width:auto;}
.sd-74{color:#242424; flex:none; font-family:var(--s-font-eab0cf48); font-size:22px; 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-75{color:#242424; display:none; flex:none; font-family:var(--s-font-eab0cf48); font-size:22px; 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-76{color:#242424; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.6; margin:0px 0px 20px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-77{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:0px 80px 0px 270px; width:100%; max-width:100%;}
.sd-78{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #000; border-left:0px solid #000; border-right:0px solid #000; border-top:1px solid #000; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:50px 0px 0px; width:1200px; max-width:100%;}
.sd-79{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #000000; border-left:1px solid #000000; border-right:0px solid #000000; border-top:0px solid #000000; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 60px; padding:0px 0px 0px 24px; width:auto; max-width:100%;}
.sd-79.appear{opacity:0; transition-delay:300ms; transition-duration:800ms; transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95); translate:10px 0px;}
.sd-80{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:auto; max-width:100%;}
.sd-81{color:#333; font-family:var(--s-font-f79ce552); font-size:18px; font-weight:500; height:auto; letter-spacing:normal; line-height:0.8; margin:0px; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-82{background:#000000; flex:none; height:1px; margin:0px 5px; width:14px; max-width:calc(100% - 10px);}
.sd-83{border-bottom:0px solid #aaaaaa; border-left:0px solid #aaaaaa; border-right:0px solid #aaaaaa; border-top:0px solid #aaaaaa; color:#333; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:600; height:auto; letter-spacing:0.1em; line-height:1.2; margin:0px; padding:0px; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-84{color:#242424; font-family:var(--s-font-eab0cf48); font-size:24px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; margin:8px 0px 0px; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-85{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:100%; max-width:100%;}
.sd-85.appear{opacity:0; transition-delay:400ms; transition-duration:800ms; transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95); translate:0px 20px;}
.sd-86{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:1px solid #c1cccb; border-left:1px solid #c1cccb; border-right:1px solid #c1cccb; border-top:1px solid #c1cccb; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:auto; justify-content:flex-start; padding:30px 40px; width:100%; max-width:100%;}
.sd-86 > *{--gap-h:0px; --gap-v:0px;}
.sd-87{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-right:0px dotted #575757; border-top:0px dotted #575757; flex:none; flex-direction:column; flex-wrap:nowrap; height:100%; justify-content:center; padding:0px 40px 0px 0px; width:94px; max-width:100%;}
.sd-88{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1; margin:0px 0px 6px; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-89{color:#333; font-family:var(--s-font-f79ce552); font-size:36px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-90{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:1px dotted #575757; border-right:0px dotted #575757; border-top:0px dotted #575757; flex:1; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0px 0px 0px 40px; width:auto; max-width:100%; min-width:auto;}
.sd-91{color:#242424; flex:none; font-family:var(--s-font-eab0cf48); font-size:22px; 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-92{color:#242424; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.6; margin:0px 0px 20px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-93{align-content:center; align-items:center; background:#FFFFFF; border-bottom:2px solid #fa3b4e; border-left:2px solid #fa3b4e; border-radius:3px; border-right:2px solid #fa3b4e; border-top:2px solid #fa3b4e; flex:none; flex-direction:column; flex-wrap:nowrap; height:50px; justify-content:center; width:220px; max-width:100%;}
.sd-93:hover{opacity:1; --ha:1;}
.sd-94{color:#fa3b4e; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; width:auto; z-index:1; justify-content:center; max-width:100%;}
.sd-93:hover .sd-94{color:#FFFFFF;}
.sd-95{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-93:hover .sd-95{scale:1 1;}
.sd-96{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; width:100%; max-width:100%;}
.sd-97{color:#333; font-size:48px; rotate:90deg;}
.sd-98{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:1px solid #c1cccb; border-left:1px solid #c1cccb; border-right:1px solid #c1cccb; border-top:1px solid #c1cccb; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:auto; justify-content:flex-start; padding:30px 40px; width:100%; max-width:100%;}
.sd-98 > *{--gap-h:0px; --gap-v:0px;}
.sd-99{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-right:0px dotted #575757; border-top:0px dotted #575757; flex:none; flex-direction:column; flex-wrap:nowrap; height:100%; justify-content:center; padding:0px 40px 0px 0px; width:94px; max-width:100%;}
.sd-100{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1; margin:0px 0px 6px; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-101{color:#333; font-family:var(--s-font-f79ce552); font-size:36px; font-weight:500; height:auto; letter-spacing:0.05em; line-height:1; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-102{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:1px dotted #575757; border-right:0px dotted #575757; border-top:0px dotted #575757; flex:1; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0px 0px 0px 40px; width:auto; max-width:100%; min-width:auto;}
.sd-103{color:#242424; flex:none; font-family:var(--s-font-eab0cf48); font-size:22px; 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-104{color:#333; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1.6; margin:0px 0px 20px; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-104 a{color:#000000;}
.richText.sd-104 > p{margin:0px;}
.sd-105{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; width:100%; max-width:100%;}
.sd-106{color:#333; font-size:48px; rotate:90deg;}
.sd-107{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:1px solid #c1cccb; border-left:1px solid #c1cccb; border-right:1px solid #c1cccb; border-top:1px solid #c1cccb; flex:none; flex-direction:row; flex-wrap:wrap; gap:0px; height:auto; justify-content:flex-start; padding:30px 40px; width:100%; max-width:100%;}
.sd-107 > *{--gap-h:0px; --gap-v:0px;}
.sd-108{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-right:0px dotted #575757; border-top:0px dotted #575757; flex:none; flex-direction:column; flex-wrap:nowrap; height:100%; justify-content:center; padding:0px 40px 0px 0px; width:94px; max-width:100%;}
.sd-109{color:#333; font-family:var(--s-font-f79ce552); font-size:16px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:1; margin:0px 0px 6px; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-110{color:#333; font-family:var(--s-font-f79ce552); font-size:36px; font-weight:500; height:auto; letter-spacing:0.05em; line-height:1; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-111{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:1px dotted #575757; border-right:0px dotted #575757; border-top:0px dotted #575757; flex:1; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0px 0px 0px 40px; width:auto; max-width:100%; min-width:auto;}
.sd-112{color:#242424; flex:none; font-family:var(--s-font-eab0cf48); font-size:22px; 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-113{color:#242424; display:none; flex:none; font-family:var(--s-font-eab0cf48); font-size:22px; 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-114{color:#242424; flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.6; margin:0px 0px 20px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-115{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:80px 80px 40px 270px; width:100%; max-width:100%;}
.sd-116{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #000; border-left:0px solid #000; border-right:0px solid #000; border-top:1px solid #000; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:80px 0px 0px; width:1200px; max-width:100%;}
.sd-117{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #000000; border-left:1px solid #000000; border-right:0px solid #000000; border-top:0px solid #000000; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 60px; padding:0px 0px 0px 24px; width:auto; max-width:100%;}
.sd-117.appear{opacity:0; transition-delay:300ms; transition-duration:800ms; transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95); translate:10px 0px;}
.sd-118{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:auto; max-width:100%;}
.sd-119{color:#333; font-family:var(--s-font-f79ce552); font-size:18px; font-weight:500; height:auto; letter-spacing:normal; line-height:0.8; margin:0px; text-align:center; width:auto; justify-content:center; max-width:100%;}
.sd-120{background:#000000; flex:none; height:1px; margin:0px 5px; width:14px; max-width:calc(100% - 10px);}
.sd-121{border-bottom:0px solid #aaaaaa; border-left:0px solid #aaaaaa; border-right:0px solid #aaaaaa; border-top:0px solid #aaaaaa; color:#333; font-family:var(--s-font-daa8975e); font-size:15px; font-weight:700; height:auto; letter-spacing:normal; line-height:1.2; margin:0px; padding:0px; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-122{color:#242424; font-family:var(--s-font-f79ce552); font-size:32px; font-weight:500; height:auto; letter-spacing:0.05em; line-height:1; margin:8px 0px 0px; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.list-1{padding:0px;}
.list-1.appear{opacity:0; transition-delay:400ms; transition-duration:600ms; transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95); translate:0px 20px;}
.list-1__item{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:0; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 30px; width:100%; max-width:100%;}
.list-1__item__sd-1{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:1px solid #c1cccb; border-left:1px solid #c1cccb; border-radius:0; border-right:1px solid #c1cccb; border-top:1px solid #c1cccb; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:20px 30px; width:100%; max-width:100%;}
.list-1__item__sd-2{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%;}
.list-1__item__sd-3{align-content:center; align-items:center; background:#FFFFFF; border-radius:40px; flex-direction:column; flex-wrap:nowrap; height:50px; justify-content:center; width:50px; max-width:100%;}
.list-1__item__sd-4{color:#000000; font-family:var(--s-font-f79ce552); font-size:20px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; margin:0px 0px 0px 2px; text-align:center; width:auto; justify-content:center; max-width:calc(100% - 2px);}
.list-1__item__sd-5{background:rgba(0,0,0,0.0); color:#000000; flex:1; font-family:var(--s-font-daa8975e); font-size:20px; font-weight:700; height:auto; line-height:1.8; margin:0px; padding:0px 0px 0px 10px; text-align:left; width:auto; justify-content:flex-start; max-width:100%; min-width:0;}
.list-1__item__sd-6{background:#c8c8c8; flex:none; height:1px; margin:10px 0px; width:100%; max-width:100%;}
.list-1__item__sd-7{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; width:100%; max-width:100%;}
.list-1__item__sd-8{align-content:center; align-items:center; background:#575757; border-radius:40px; flex-direction:column; flex-wrap:nowrap; height:50px; justify-content:center; width:50px; max-width:100%;}
.list-1__item__sd-9{color:#FFFFFF; font-family:var(--s-font-f79ce552); font-size:20px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; margin:0px 0px 0px 2px; padding:0px; text-align:center; width:auto; justify-content:center; max-width:calc(100% - 2px);}
.list-1__item__sd-10{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:1; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px 0px 0px 10px; width:auto; max-width:100%; min-width:0;}
.list-1__item__sd-11{background:rgba(0,0,0,0.0); color:#000000; flex:none; font-family:var(--s-font-cda1e569); font-size:15px; font-weight:500; height:auto; line-height:1.6; margin:0px; padding:0px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-123{align-content:center; align-items:center; background:#FFFFFF; border-radius:10px; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px 80px 120px 270px; padding:60px 40px; width:calc(100% - 350px); z-index:1; max-width:calc(100% - 350px);}
.sd-124{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:500px; max-width:100%;}
.sd-125{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 0px 40px; transition-duration:2000ms; width:100%; max-width:100%;}
.sd-125 > *{--gap-h:0px; --gap-v:0px;}
.sd-126{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:20px; font-weight:600; height:auto; line-height:1.8; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.sd-126.appear{opacity:0; transition-delay:2400ms; transition-duration:800ms; transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95); translate:20px 0px;}
.sd-127{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:600; height:auto; letter-spacing:0.1em; line-height:1.8; text-align:center; width:100%; justify-content:center; max-width:100%;}
.sd-127.appear{opacity:0; transition-delay:600ms; transition-duration:800ms; transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95); translate:20px 0px;}
.sd-128{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-radius:0; box-shadow:none; flex:none; flex-direction:row; flex-wrap:nowrap; height:60px; justify-content:center; margin:0px; padding:0px; width:100%; max-width:100%;}
.sd-129{align-content:center; align-items:center; background:#00ba01; flex:none; flex-direction:row; flex-wrap:wrap; height:100%; justify-content:center; margin:0px 6px 0px 0px; width:auto; max-width:calc(100% - 6px);}
.sd-129.appear{opacity:0; transition-delay:2600ms; transition-duration:800ms; transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95); translate:0px 10px;}
.sd-129:hover{border-bottom:3px solid #09a706; border-left:3px solid #09a706; border-right:3px solid #09a706; border-top:3px solid #09a706; opacity:1; --ha:1;}
.sd-129 > *{--gap-h:0px; --gap-v:0px;}
.sd-130{color:#FFFFFF; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:0px 10px 0px 50px; text-align:center; width:auto; z-index:1; justify-content:center; max-width:calc(100% - 60px);}
.sd-130:hover{color:#00ba01; --ha:1;}
.sd-129:hover .sd-130{color:#00ba01;}
.sd-131{color:#FFFFFF; font-size:14px; margin:0px 40px 0px 0px; rotate:-30deg; z-index:1; max-width:calc(100% - 40px);}
.sd-129:hover .sd-131{color:#00ba01;}
.sd-132{background:#EEEEEE; 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-129:hover .sd-132{background:#FFFFFF; scale:1 1;}
.sd-133{background:#FFFFFF; border-bottom:0px solid #000; border-left:1px solid #000; border-right:0px solid #000; border-top:0px solid #000; display:flex; flex:none; height:200px; margin:0px 0px 0px 50px; width:40px; max-width:calc(100% - 50px);}
.sd-134{border-bottom:0px solid #575757; border-left:0px solid #575757; border-right:0px solid #575757; border-top:0px solid #575757; flex:none; height:200px; margin:0px; padding:0px; width:380px; 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));}
.sd-135{background:#000000; bottom:0px; flex:none; height:120px; left:0px; margin:0; opacity:0.6; position:fixed; right:0px; top:NaNpx; width:100%; z-index:2; max-width:100%;}
.sd-136{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid rgba(0, 0, 0, 0); border-left:0px solid rgba(0, 0, 0, 0); border-right:0px solid rgba(0, 0, 0, 0); border-top:0px solid rgba(0, 0, 0, 0); bottom:0px; box-shadow:none; flex:none; flex-direction:row; flex-wrap:nowrap; height:120px; justify-content:center; left:0px; margin:0; opacity:1; position:fixed; right:0px; top:NaNpx; width:auto; max-width:100%; z-index:2;}
.sd-137{background:rgba(0,0,0,0.0); border-radius:12px; flex:none; height:90px; margin:15px 30px 0px 0px; opacity:1; padding:0px; width:360px; z-index:1; max-width:calc(100% - 30px);}
.sd-137 > .image__bg-container::before{background-repeat:no-repeat; background-size:contain;}
.sd-138{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-radius:0px; bottom:auto; display:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; left:auto; margin:0; padding:0; position:absolute; right:32px; top:-72px; transition-delay:600ms; width:320px; z-index:4;}
.sd-138.appear{opacity:0; transition-delay:1000ms; transition-duration:600ms;}
.sd-138:not([open]), .sd-138[data-toggle-closing]{opacity:0; scale:0 0; transition-delay:0ms; transition-duration:0ms;}
.sd-139{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; gap:0px; height:auto; justify-content:flex-end; padding:0px 5px 0px 0px; width:100%; max-width:100%;}
.sd-139 > *{--gap-h:0px; --gap-v:0px;}
.sd-140{background:#FFFFFF; border-radius:128px; color:#333; font-size:16px; margin:0px; opacity:0.8; padding:6px; max-width:100%;}
.sd-138:not([open]) .sd-140, .sd-138[data-toggle-closing] .sd-140, .sd-138 > [data-toggle-closing] .sd-140, .sd-138 > .sd-140[data-toggle-closing]{background:rgba(0,0,0,0.0); flex:none; font-size:0px; height:0px; opacity:0; padding:0px; transition-duration:0ms; width:0px; max-width:100%;}
.sd-141{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-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:center; opacity:1; padding:0px; width:100%; max-width:100%;}
.sd-143{height:120px; margin:5px 0px 0px; width:100%; max-width:100%;}
.sd-143toggleClose > .image__bg-container::before{background-repeat:no-repeat;}
.sd-144{border-radius:12px; flex:none; height:90px; margin:15px 0px 0px 30px; opacity:1; padding:0px; width:360px; z-index:1; max-width:calc(100% - 30px);}
.sd-144 > .image__bg-container::before{background-repeat:no-repeat; background-size:contain;}
.sd-145{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid rgba(0, 0, 0, 0); border-left:0px solid rgba(0, 0, 0, 0); border-right:0px solid rgba(0, 0, 0, 0); border-top:0px solid rgba(0, 0, 0, 0); bottom:0px; box-shadow:none; display:none; flex:none; flex-direction:row; flex-wrap:nowrap; height:120px; justify-content:center; left:0px; margin:0; opacity:1; position:fixed; right:0px; top:NaNpx; width:auto; max-width:100%; z-index:2;}
.sd-146{background:rgba(0,0,0,0.0); border-radius:12px; flex:none; height:90px; margin:15px 30px 0px 0px; opacity:1; padding:0px; width:360px; z-index:1; max-width:calc(100% - 30px);}
.sd-146 > .image__bg-container::before{background-repeat:no-repeat; background-size:contain;}
.sd-147{border-radius:12px; flex:none; height:90px; margin:15px 0px 0px 30px; opacity:1; padding:0px; width:360px; z-index:1; max-width:calc(100% - 30px);}
.sd-147 > .image__bg-container::before{background-repeat:no-repeat; background-size:contain;}
.sd-148{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-radius:0px; bottom:NaNpx; display:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; left:NaNpx; margin:0; padding:0; position:absolute; right:12px; top:-52px; transition-delay:600ms; width:320px; z-index:4;}
.sd-148.appear{opacity:0; transition-delay:1000ms; transition-duration:600ms;}
.sd-148:not([open]), .sd-148[data-toggle-closing]{opacity:0; scale:0 0; transition-delay:0ms; transition-duration:0ms;}
.sd-149{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; gap:0px; height:auto; justify-content:flex-end; padding:0px 5px 0px 0px; width:100%; max-width:100%;}
.sd-149 > *{--gap-h:0px; --gap-v:0px;}
.sd-150{background:#FFFFFF; border-radius:128px; color:#333; font-size:16px; margin:0px; opacity:0.8; padding:6px; max-width:100%;}
.sd-148:not([open]) .sd-150, .sd-148[data-toggle-closing] .sd-150, .sd-148 > [data-toggle-closing] .sd-150, .sd-148 > .sd-150[data-toggle-closing]{background:rgba(0,0,0,0.0); flex:none; font-size:0px; height:0px; opacity:0; padding:0px; transition-duration:0ms; width:0px; 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:flex-start; opacity:1; overflow-x:hidden; overflow-y:hidden; padding:0px; width:100%; max-width:100%;}
.sd-152{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; opacity:1; padding:0px; width:100%; max-width:100%;}
.sd-153{height:120px; margin:5px 0px 0px; width:100%; max-width:100%;}
.sd-153toggleClose > .image__bg-container::before{background-repeat:no-repeat;}
@media (max-width: 1088px) {
.sd-13{display:flex;}
.sd-15{display:flex;}
.sd-17{display:flex;}
.sd-28{display:none;}
.sd-28 > *{--gap-h:30px; --gap-v:20px;}
.sd-75{display:none;}
.sd-113{display:none;}
.sd-124{flex:none; width:400px; max-width:100%;}
.sd-133{display:flex;}
.sd-138{display:none;}
.sd-145{display:none;}
.sd-148{display:none;}
}
@media (max-width: 840px) {
.sd-9{display:none;}
.sd-13{display:flex;}
.sd-15{display:flex;}
.sd-17{display:flex;}
.sd-19{padding:100px 50px 0px;}
.sd-20{flex:none;}
.sd-28{display:flex; margin:60px 0px 0px; width:100%; max-width:100%;}
.sd-28.appear{opacity:0; transition-delay:300ms; transition-duration:800ms; transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95);}
.sd-28 > *{--gap-h:30px; --gap-v:20px;}
.sd-28.appear > *{--gap-h:30px; --gap-v:20px;}
.sd-29{margin:0px; width:calc(33.3% - (var(--gap-h) * 0.67)); max-width:calc(33.3% - (var(--gap-h) * 0.67));}
.sd-32{margin:0px; width:calc(33.3% - (var(--gap-h) * 0.67)); max-width:calc(33.3% - (var(--gap-h) * 0.67));}
.sd-35{margin:0px; width:calc(33.3% - (var(--gap-h) * 0.67)); max-width:calc(33.3% - (var(--gap-h) * 0.67));}
.sd-38{padding:100px 50px 0px;}
.sd-39{padding:100px 0px 0px;}
.sd-45{font-size:28px;}
.sd-52{font-size:24px;}
.sd-64{font-size:24px;}
.sd-74{display:none; font-size:24px;}
.sd-75{display:flex; font-size:24px;}
.sd-77{padding:100px 50px 0px;}
.sd-78{padding:100px 0px 0px;}
.sd-84{font-size:28px;}
.sd-91{font-size:24px;}
.sd-103{font-size:24px;}
.sd-112{display:none; font-size:24px;}
.sd-113{display:flex; font-size:24px;}
.sd-115{padding:100px 50px 140px;}
.sd-116{padding:100px 0px 0px;}
.sd-122{font-size:28px;}
.list-1__item{flex:none; margin:0px; width:100%; max-width:100%;}
.list-1__item__sd-5{flex:none; width:91%; max-width:91%;}
.list-1__item__sd-10{flex:none; width:91%; max-width:91%;}
.list-1__item__sd-11{flex:none; width:681.19px; max-width:100%;}
.sd-123{align-content:center; align-items:center; flex-direction:row; flex-wrap:nowrap; justify-content:flex-start; margin:80px 60px; padding:40px; width:calc(100% - 120px); max-width:calc(100% - 120px);}
.sd-124{flex:none; margin:0px 50px 0px 0px; width:calc(70% - 50px); max-width:calc(70% - 50px);}
.sd-125{flex:none;}
.sd-125 > *{--gap-h:0px; --gap-v:0px;}
.sd-126{flex:none; width:100%; max-width:100%;}
.sd-127{flex:none; font-weight:500; width:100%; max-width:100%;}
.sd-128{align-content:center; align-items:center; justify-content:flex-start;}
.sd-129{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; justify-content:center; width:calc(100% - 6px); max-width:calc(100% - 6px);}
.sd-130{font-size:15px; margin:0px 10px 0px 30px; max-width:calc(100% - 40px);}
.sd-133{display:none;}
.sd-134{flex:none; height:120px; width:30%; max-width:30%;}
.sd-136{display:none; flex:none; width:100%; max-width:100%;}
.sd-137{bottom:0; flex:none; height:165px; left:0; padding:0px; right:0; top:0; width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-137 > .image__bg-container::before{background-repeat:no-repeat; background-size:908px;}
.sd-138{display:none;}
.sd-144{bottom:0; flex:none; height:165px; left:0; padding:0px; right:0; top:0; width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-144 > .image__bg-container::before{background-repeat:no-repeat; background-size:908px;}
.sd-145{display:none; flex:none; width:100%; max-width:100%;}
.sd-146{bottom:0; flex:none; height:165px; left:0; padding:0px; right:0; top:0; width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-146 > .image__bg-container::before{background-repeat:no-repeat; background-size:908px;}
.sd-147{bottom:0; flex:none; height:165px; left:0; padding:0px; right:0; top:0; width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-147 > .image__bg-container::before{background-repeat:no-repeat; background-size:908px;}
.sd-148{display:none;}
}
@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{background:rgba(0,0,0,0.0); 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{display:none;}
.sd-12{font-size:16px;}
.sd-13{display:flex;}
.sd-15{display:flex;}
.sd-17{display:flex;}
.sd-19{padding:30px 30px 0px;}
.sd-20{margin:0px 0px 40px; max-width:100%;}
.sd-22{font-size:54px;}
.sd-26{font-size:18px;}
.sd-28{display:flex; flex-direction:row; flex-wrap:wrap; gap:20px 20px; margin:0px; width:100%; max-width:100%;}
.sd-28 > *{--gap-h:20px; --gap-v:20px;}
.sd-28.appear > *{--gap-h:20px; --gap-v:20px;}
.sd-29{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:row; flex-wrap:nowrap; justify-content:space-between; margin:0px; width:calc(50% - (var(--gap-h) * 0.5)); max-width:calc(50% - (var(--gap-h) * 0.5));}
.sd-30{font-size:13px; text-align:left; justify-content:flex-start;}
.sd-31{font-size:16px;}
.sd-32{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:row; flex-wrap:nowrap; justify-content:space-between; margin:0px; width:calc(50% - (var(--gap-h) * 0.5)); max-width:calc(50% - (var(--gap-h) * 0.5));}
.sd-33{font-size:13px; text-align:left; justify-content:flex-start;}
.sd-34{font-size:16px;}
.sd-35{flex:none; margin:0px; width:calc(50% - (var(--gap-h) * 0.5)); max-width:calc(50% - (var(--gap-h) * 0.5));}
.sd-36{font-size:13px; text-align:left; justify-content:flex-start;}
.sd-37{font-size:16px;}
.sd-38{padding:40px 30px 0px;}
.sd-39{margin:0px 0px 10px; padding:0px; max-width:100%;}
.sd-40{margin:0px 0px 40px; padding:0px 0px 0px 20px; max-width:100%;}
.sd-42{font-size:16px;}
.sd-43{flex:none; margin:0px 3px; width:10px; max-width:calc(100% - 6px);}
.sd-44{font-size:14px;}
.sd-45{font-size:24px;}
.sd-47{padding:20px 24px 30px;}
.sd-47 > *{--gap-h:0px; --gap-v:0px;}
.sd-48{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-49{font-size:14px; margin:0px 0px 4px; max-width:100%;}
.sd-51{align-content:center; align-items:center; border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-right:0px dotted #575757; border-top:1px dotted #575757; justify-content:flex-start; margin:14px 0px 0px; padding:20px 0px 0px; max-width:100%;}
.sd-52{font-size:19px; letter-spacing:0.1em; line-height:1.6; text-align:center; justify-content:center;}
.sd-53{font-size:14px; line-height:1.8;}
.sd-54{flex:none; margin:0px 10px; width:calc(100% - 20px); max-width:calc(100% - 20px);}
.sd-55{font-size:15px;}
.sd-57{margin:10px 0px; width:100%; max-width:100%;}
.sd-58{font-size:32px;}
.sd-59{padding:20px 24px 30px;}
.sd-59 > *{--gap-h:0px; --gap-v:0px;}
.sd-60{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-61{font-size:14px; margin:0px 0px 4px; max-width:100%;}
.sd-63{align-content:center; align-items:center; border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-right:0px dotted #575757; border-top:1px dotted #575757; justify-content:flex-start; margin:14px 0px 0px; padding:20px 0px 0px; max-width:100%;}
.sd-64{font-size:19px; line-height:1.6; text-align:center; justify-content:center;}
.sd-65{font-size:14px; line-height:1.8;}
.sd-66{flex:none; height:250px; margin:10px 0px 0px; width:100%; max-width:100%;}
.sd-67{margin:10px 0px; width:100%; max-width:100%;}
.sd-68{font-size:32px;}
.sd-69{padding:20px 24px 30px;}
.sd-69 > *{--gap-h:0px; --gap-v:0px;}
.sd-70{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-71{font-size:14px; margin:0px 0px 4px; max-width:100%;}
.sd-73{align-content:center; align-items:center; border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-right:0px dotted #575757; border-top:1px dotted #575757; justify-content:flex-start; margin:14px 0px 0px; padding:20px 0px 0px; max-width:100%;}
.sd-74{display:none; font-size:20px; line-height:1.6; text-align:center; justify-content:center;}
.sd-75{display:flex; font-size:17px; line-height:1.6; text-align:center; justify-content:center;}
.sd-76{font-size:14px; line-height:1.8;}
.sd-77{padding:40px 30px 0px;}
.sd-78{padding:40px 0px 0px;}
.sd-79{margin:0px 0px 40px; padding:0px 0px 0px 20px; max-width:100%;}
.sd-81{font-size:16px;}
.sd-82{flex:none; margin:0px 3px; width:10px; max-width:calc(100% - 6px);}
.sd-83{font-size:14px;}
.sd-84{font-size:24px;}
.sd-86{padding:20px 24px 30px;}
.sd-86 > *{--gap-h:0px; --gap-v:0px;}
.sd-87{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-88{font-size:14px; margin:0px 0px 4px; max-width:100%;}
.sd-90{align-content:center; align-items:center; border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-right:0px dotted #575757; border-top:1px dotted #575757; justify-content:flex-start; margin:14px 0px 0px; padding:20px 0px 0px; max-width:100%;}
.sd-91{font-size:19px; letter-spacing:0.1em; line-height:1.6; text-align:center; justify-content:center;}
.sd-92{font-size:14px; line-height:1.8;}
.sd-93{flex:none; margin:0px 10px; width:calc(100% - 20px); max-width:calc(100% - 20px);}
.sd-94{font-size:15px;}
.sd-96{margin:10px 0px; width:100%; max-width:100%;}
.sd-97{font-size:32px;}
.sd-98{padding:20px 24px 30px;}
.sd-98 > *{--gap-h:0px; --gap-v:0px;}
.sd-99{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-100{font-size:14px; margin:0px 0px 4px; max-width:100%;}
.sd-102{align-content:center; align-items:center; border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-right:0px dotted #575757; border-top:1px dotted #575757; justify-content:flex-start; margin:14px 0px 0px; padding:20px 0px 0px; max-width:100%;}
.sd-103{font-size:19px; line-height:1.6; text-align:center; justify-content:center;}
.sd-104{font-size:14px; line-height:1.8;}
.sd-105{margin:10px 0px; width:100%; max-width:100%;}
.sd-106{font-size:32px;}
.sd-107{padding:20px 24px 30px;}
.sd-107 > *{--gap-h:0px; --gap-v:0px;}
.sd-108{flex:none; padding:0px; width:100%; max-width:100%;}
.sd-109{font-size:14px; margin:0px 0px 4px; max-width:100%;}
.sd-111{align-content:center; align-items:center; border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-right:0px dotted #575757; border-top:1px dotted #575757; justify-content:flex-start; margin:14px 0px 0px; padding:20px 0px 0px; max-width:100%;}
.sd-112{display:none; font-size:20px; line-height:1.6; text-align:center; justify-content:center;}
.sd-113{display:flex; font-size:17px; line-height:1.6; text-align:center; justify-content:center;}
.sd-114{font-size:14px; line-height:1.8;}
.sd-115{padding:40px 30px;}
.sd-116{padding:40px 0px 0px;}
.sd-117{margin:0px 0px 40px; padding:0px 0px 0px 20px; max-width:100%;}
.sd-119{font-size:16px;}
.sd-120{flex:none; margin:0px 3px; width:10px; max-width:calc(100% - 6px);}
.sd-121{font-size:14px;}
.sd-122{font-size:24px;}
.list-1__item{flex:none; margin:0px 0px 20px; width:100%; max-width:100%;}
.list-1__item__sd-1{padding:14px 14px;}
.list-1__item__sd-3{flex:none; height:34px; width:34px; max-width:100%;}
.list-1__item__sd-4{font-size:16px;}
.list-1__item__sd-5{flex:none; font-family:var(--s-font-eab0cf48); font-size:15px; font-weight:500; letter-spacing:0.1em; line-height:1.4; width:88%; max-width:88%;}
.list-1__item__sd-7{align-content:flex-start; align-items:flex-start;}
.list-1__item__sd-8{flex:none; height:34px; width:34px; max-width:100%;}
.list-1__item__sd-9{font-size:16px;}
.list-1__item__sd-10{flex:none; width:88%; max-width:88%;}
.list-1__item__sd-11{font-family:var(--s-font-eab0cf48); font-size:14px; letter-spacing:0.1em; line-height:1.8;}
.sd-123{flex:none; flex-direction:column-reverse; flex-wrap:nowrap; height:auto; margin:0px 30px 120px; padding:0px 0px 30px; width:calc(100% - 60px); max-width:calc(100% - 60px);}
.sd-124{flex:none; margin:0px 10px; width:calc(100% - 20px); max-width:calc(100% - 20px);}
.sd-125{margin:20px 0px; width:100%; max-width:100%;}
.sd-125 > *{--gap-h:0px; --gap-v:0px;}
.sd-126{font-size:16px; line-height:1.8;}
.sd-127{font-size:13px; line-height:1.8;}
.sd-128{flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; margin:0px; width:100%; max-width:100%;}
.sd-129{align-content:center; align-items:center; display:flex; flex:none; flex-direction:row; flex-wrap:nowrap; gap:0px; height:60px; justify-content:space-around; margin:0px 10px; padding:20px; width:calc(100% - 20px); max-width:calc(100% - 20px);}
.sd-129.appear{transition-delay:0ms;}
.sd-129 > *{--gap-h:0px; --gap-v:0px;}
.sd-129.appear > *{--gap-h:0px; --gap-v:0px;}
.sd-129:hover > *{--gap-h:0px; --gap-v:0px;}
.sd-130{margin:0px; max-width:100%;}
.sd-131{margin:0px; max-width:100%;}
.sd-133{display:none;}
.sd-134{flex:none; height:200px; margin:10px 10px 0px; width:calc(100% - 20px); max-width:calc(100% - 20px);}
.sd-134 > .image__bg-container::before{background-repeat:no-repeat; background-size:contain;}
.symbol-2{padding:0px;}
.symbol-3{background:rgba(87, 87, 87, 0.1); flex:none; width:60px;}
.sd-135{bottom:-1px; flex:none; height:90px; top:NaNpx;}
.sd-136{align-content:center; align-items:center; background:rgba(0,0,0,0.0); bottom:0px; display:none; flex:none; flex-direction:row; flex-wrap:nowrap; height:90px; justify-content:center; left:0px; right:0px; top:auto; width:100%; max-width:100%;}
.sd-137{bottom:0; flex:none; height:100%; left:0; margin:0px; right:0; top:0; width:215px; max-width:100%;}
.sd-137 > .image__bg-container::before{background-size:contain;}
.sd-138{display:none;}
.sd-144{bottom:0; flex:none; height:100%; left:0; margin:0px; right:0; top:0; width:215px; max-width:100%;}
.sd-144 > .image__bg-container::before{background-size:contain;}
.sd-145{align-content:center; align-items:center; background:rgba(0,0,0,0.0); bottom:0px; display:flex; flex:none; flex-direction:row; flex-wrap:nowrap; height:90px; justify-content:center; left:0px; right:0px; top:auto; width:100%; max-width:100%;}
.sd-146{bottom:0; flex:none; height:100%; left:0; margin:0px 2px 0px 0px; right:0; top:0; width:178px; max-width:calc(100% - 2px);}
.sd-146 > .image__bg-container::before{background-size:contain;}
.sd-147{bottom:0; flex:none; height:100%; left:0; margin:0px 0px 0px 2px; right:0; top:0; width:178px; max-width:calc(100% - 2px);}
.sd-147 > .image__bg-container::before{background-size:contain;}
.sd-148{bottom:auto; display:none; left:auto; right:13px; top:-100px;}
}
@media (max-width: 320px) {
.sd-74{display:none;}
.sd-75{display:flex;}
.sd-112{display:none;}
.sd-113{display:flex;}
.sd-133{display:none;}
.sd-136{display:none;}
.sd-138{display:none;}
.sd-145{display:flex;}
.sd-148{display:none;}
}
