: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: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; overflow-x:visible; overflow-y:visible; padding:0px; width:100%; max-width:100%;}
.sd-3 > *{--gap-h:0px; --gap-v:0px;}
.sd-4{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #dbe1e1; border-left:0px solid #dbe1e1; border-right:0px solid #dbe1e1; border-top:0px solid #dbe1e1; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; padding:20px 40px; width:100%; max-width:100%;}
.sd-5{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-6{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-6:hover{opacity:0.5; --ha:1;}
.sd-7{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-8{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:hover{opacity:0.5; --ha:1;}
.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 120px 60px; 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 30px; width:100%; 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:20px; 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: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; margin:0px; width:100%; max-width:100%;}
.sd-19{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 50px 0px 0px; width:calc(60% - 50px); max-width:calc(60% - 50px);}
.sd-19 > *{--gap-h:0px; --gap-v:0px;}
.sd-20{color:#333333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:2; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-20 > p{font-family:var(--s-font-eab0cf48); font-weight:500; margin:0px 0px 40px;}
.sd-21{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:1; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; width:auto; max-width:100%; min-width:auto;}
.sd-21.appear{opacity:0; transition-delay:600ms; transition-duration:800ms; transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95);}
.sd-22{flex:none; height:auto; width:100%; max-width:100%;}
.sd-22{aspect-ratio:auto 1053 / 937;}
.sd-23{align-content:center; align-items:center; background:#FFFFFF; border-bottom:0px solid rgba(36, 37, 40, 0.1); border-left:0px solid rgba(36, 37, 40, 0.1); border-right:0px solid rgba(36, 37, 40, 0.1); border-top:0px solid rgba(36, 37, 40, 0.1); flex:none; flex-direction:column; flex-wrap:nowrap; gap:30px; justify-content:center; padding:100px 80px; width:100%; max-width:100%;}
.sd-23 > *{--gap-h:0px; --gap-v:30px;}
.sd-24{align-content:center; align-items:center; background:#FFFFFF; border-radius:8px; display:none; flex:none; flex-direction:row; flex-wrap:nowrap; gap:60px; justify-content:flex-start; padding:0px; width:1280px; max-width:100%;}
.sd-24 > *{--gap-h:60px; --gap-v:0px;}
.sd-25{align-content:flex-start; align-items:flex-start; flex:1; flex-direction:column; flex-wrap:nowrap; gap:10px; height:auto; justify-content:center; margin:0px; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-25 > *{--gap-h:0px; --gap-v:10px;}
.sd-26{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 20px; padding:0px 0px 0px 24px; width:auto; max-width:100%;}
.sd-26.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-27{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-28{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-29{background:#c1cccb; flex:none; height:1px; margin:0px 5px; width:14px; max-width:calc(100% - 10px);}
.sd-30{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-31{color:#242424; font-family:var(--s-font-eab0cf48); font-size:36px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:8px 0px 0px; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-32{align-content:center; align-items:center; flex:1; flex-direction:row; flex-wrap:nowrap; gap:80px; justify-content:flex-end; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-32 > *{--gap-h:80px; --gap-v:0px;}
.sd-33{border-radius:16px; box-shadow:10px 30px 40px 10px rgba(0, 0, 0, 0.1); flex:none; height:auto; justify-content:center; width:100%; max-width:100%;}
.sd-33{aspect-ratio:auto 2400 / 1350;}
.sd-34{color:#333333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:2; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-34 > p{font-family:var(--s-font-eab0cf48); font-weight:500; margin:0px;}
.sd-35{background:rgba(0,0,0,0.0); display:flex; flex:none; justify-content:flex-start; overflow-x:auto; overflow-y:hidden;}
.sd-36{align-content:flex-start; align-items:flex-start; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:40px 0px 0px; width:auto; max-width:100%;}
.sd-37{flex:none; height:284px; margin:0px 40px; width:345px; max-width:calc(100% - 80px);}
.sd-37 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-38{flex:none; height:284px; margin:0px 40px; width:345px; max-width:calc(100% - 80px);}
.sd-38 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-39{align-content:center; align-items:center; flex:none; flex-direction:column; flex-wrap:nowrap; gap:30px; justify-content:center; padding:0px; width:100%; max-width:100%;}
.sd-39 > *{--gap-h:0px; --gap-v:30px;}
.sd-40{align-content:center; align-items:center; background:#FFFFFF; border-radius:8px; flex:none; flex-direction:row; flex-wrap:nowrap; gap:60px; justify-content:flex-start; margin:0px 0px 15px; padding:0px; width:100%; max-width:100%;}
.sd-40 > *{--gap-h:60px; --gap-v:0px;}
.sd-41{align-content:flex-start; align-items:flex-start; flex:1; flex-direction:column; flex-wrap:nowrap; gap:10px; height:auto; justify-content:center; margin:0px; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-41 > *{--gap-h:0px; --gap-v:10px;}
.sd-42{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:row; flex-wrap:nowrap; gap:80px; justify-content:flex-start; padding:0px 40px; width:100%; max-width:100%;}
.sd-42 > *{--gap-h:80px; --gap-v:0px;}
.sd-43{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:column; flex-wrap:nowrap; gap:20px; height:auto; justify-content:flex-start; margin:0px; padding:0px; width:calc(50% - (var(--gap-h) * 0.5)); max-width:calc(50% - (var(--gap-h) * 0.5));}
.sd-43 > *{--gap-h:0px; --gap-v:20px;}
.sd-44{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 20px; padding:0px 0px 0px 24px; width:auto; max-width:100%;}
.sd-44.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-45{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-46{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-47{background:#c1cccb; flex:none; height:1px; margin:0px 5px; width:14px; max-width:calc(100% - 10px);}
.sd-48{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-49{color:#242424; font-family:var(--s-font-eab0cf48); font-size:36px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:8px 0px 0px; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-50{color:#333333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:2; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-50 > p{font-family:var(--s-font-eab0cf48); font-weight:500; margin:0px;}
.sd-51{align-content:center; align-items:center; display:flex; flex:1; flex-direction:row; flex-wrap:nowrap; gap:80px; justify-content:center; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-51 > *{--gap-h:80px; --gap-v:0px;}
.sd-52{border-radius:16px; box-shadow:7px 7px 40px 10px rgba(0, 0, 0, 0.1); flex:none; height:auto; justify-content:center; width:600px; max-width:100%;}
.sd-52{aspect-ratio:auto 2400 / 1350;}
.sd-53{background:rgba(0, 0, 0, 0); display:flex; flex:none; justify-content:space-between; overflow-x:auto; overflow-y:hidden;}
.sd-54{align-content:flex-start; align-items:flex-start; flex-direction:row; flex-wrap:nowrap; gap:0px; height:auto; justify-content:space-between; padding:0px; width:100%; max-width:100%;}
.sd-54 > *{--gap-h:0px; --gap-v:0px;}
.sd-55{border-radius:4px; flex:none; height:500px; margin:0px 40px; width:calc(50% - 80px - (var(--gap-h) * 0.5)); max-width:calc(50% - 80px - (var(--gap-h) * 0.5));}
.sd-55 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-56{border-radius:4px; flex:none; height:500px; margin:0px 40px; width:calc(50% - 80px - (var(--gap-h) * 0.5)); max-width:calc(50% - 80px - (var(--gap-h) * 0.5));}
.sd-56 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-57{align-content:center; align-items:center; background:#FFFFFF; border-bottom:0px dotted #00000080; border-left:0px dotted #00000080; border-right:0px dotted #00000080; border-top:0px dotted #00000080; flex:none; flex-direction:column; flex-wrap:nowrap; height:80px; justify-content:center; padding:0px 50px; width:100%; max-width:100%;}
.sd-58{background:#FFFFFF; border-bottom:0px dotted #959595cc; border-left:0px dotted #959595cc; border-right:0px dotted #959595cc; border-top:1px dotted #959595cc; flex:none; height:80px; width:90%; max-width:90%;}
.sd-59{align-content:center; align-items:center; background:#FFFFFF; border-bottom:0px solid rgba(36, 37, 40, 0.1); border-left:0px solid rgba(36, 37, 40, 0.1); border-right:0px solid rgba(36, 37, 40, 0.1); border-top:0px solid rgba(36, 37, 40, 0.1); flex:none; flex-direction:column; flex-wrap:nowrap; gap:30px; justify-content:center; padding:0px 80px 100px; width:100%; max-width:100%;}
.sd-59 > *{--gap-h:0px; --gap-v:30px;}
.sd-60{align-content:center; align-items:center; background:#FFFFFF; border-radius:8px; display:none; flex:none; flex-direction:row; flex-wrap:nowrap; gap:60px; justify-content:flex-start; padding:0px; width:1280px; max-width:100%;}
.sd-60 > *{--gap-h:60px; --gap-v:0px;}
.sd-61{align-content:flex-start; align-items:flex-start; flex:1; flex-direction:column; flex-wrap:nowrap; gap:10px; height:auto; justify-content:center; margin:0px; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-61 > *{--gap-h:0px; --gap-v:10px;}
.sd-62{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 20px; padding:0px 0px 0px 24px; width:auto; max-width:100%;}
.sd-62.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-63{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-64{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-65{background:#c1cccb; flex:none; height:1px; margin:0px 5px; width:14px; max-width:calc(100% - 10px);}
.sd-66{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-67{color:#242424; font-family:var(--s-font-eab0cf48); font-size:36px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:8px 0px 0px; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-68{align-content:center; align-items:center; flex:1; flex-direction:row; flex-wrap:nowrap; gap:80px; justify-content:flex-end; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-68 > *{--gap-h:80px; --gap-v:0px;}
.sd-69{border-radius:16px; box-shadow:10px 30px 40px 10px rgba(0, 0, 0, 0.1); flex:none; height:auto; justify-content:center; width:100%; max-width:100%;}
.sd-69{aspect-ratio:auto 2400 / 1350;}
.sd-70{color:#333333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:2; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-70 > p{font-family:var(--s-font-eab0cf48); font-weight:500; margin:0px;}
.sd-71{background:rgba(0,0,0,0.0); display:flex; flex:none; justify-content:flex-start; overflow-x:auto; overflow-y:hidden;}
.sd-72{align-content:flex-start; align-items:flex-start; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:40px 0px 0px; width:auto; max-width:100%;}
.sd-73{flex:none; height:284px; margin:0px 40px; width:345px; max-width:calc(100% - 80px);}
.sd-73 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-74{flex:none; height:284px; margin:0px 40px; width:345px; max-width:calc(100% - 80px);}
.sd-74 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-75{align-content:center; align-items:center; flex:none; flex-direction:column; flex-wrap:nowrap; gap:30px; justify-content:center; padding:0px; width:100%; max-width:100%;}
.sd-75 > *{--gap-h:0px; --gap-v:30px;}
.sd-76{align-content:center; align-items:center; background:#FFFFFF; border-radius:8px; flex:none; flex-direction:row; flex-wrap:nowrap; gap:60px; justify-content:flex-start; margin:0px 0px 15px; padding:0px; width:100%; max-width:100%;}
.sd-76 > *{--gap-h:60px; --gap-v:0px;}
.sd-77{align-content:flex-start; align-items:flex-start; flex:1; flex-direction:column; flex-wrap:nowrap; gap:10px; height:auto; justify-content:center; margin:0px; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-77 > *{--gap-h:0px; --gap-v:10px;}
.sd-78{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:row; flex-wrap:nowrap; gap:80px; justify-content:flex-start; padding:0px 40px; width:100%; max-width:100%;}
.sd-78 > *{--gap-h:80px; --gap-v:0px;}
.sd-79{align-content:center; align-items:center; display:flex; flex:1; flex-direction:row; flex-wrap:nowrap; gap:80px; justify-content:center; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-79 > *{--gap-h:80px; --gap-v:0px;}
.sd-80{border-radius:16px; box-shadow:7px 7px 40px 10px rgba(0, 0, 0, 0.1); flex:none; height:auto; justify-content:center; width:600px; max-width:100%;}
.sd-80{aspect-ratio:auto 2400 / 1350;}
.sd-81{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:column; flex-wrap:nowrap; gap:20px; height:auto; justify-content:flex-start; margin:0px; padding:0px; width:calc(50% - (var(--gap-h) * 0.5)); max-width:calc(50% - (var(--gap-h) * 0.5));}
.sd-81 > *{--gap-h:0px; --gap-v:20px;}
.sd-82{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 20px; padding:0px 0px 0px 24px; width:auto; max-width:100%;}
.sd-82.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-83{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-84{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-85{background:#c1cccb; flex:none; height:1px; margin:0px 5px; width:14px; max-width:calc(100% - 10px);}
.sd-86{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-87{color:#242424; font-family:var(--s-font-eab0cf48); font-size:36px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:8px 0px 0px; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-88{color:#333333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:2; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-88 > p{font-family:var(--s-font-eab0cf48); font-weight:500; margin:0px;}
.sd-89{background:rgba(0, 0, 0, 0); display:flex; flex:none; justify-content:space-between; overflow-x:auto; overflow-y:hidden;}
.sd-90{align-content:flex-start; align-items:flex-start; flex-direction:row; flex-wrap:nowrap; gap:0px; height:auto; justify-content:space-between; padding:0px; width:100%; max-width:100%;}
.sd-90 > *{--gap-h:0px; --gap-v:0px;}
.sd-91{border-radius:4px; flex:none; height:500px; margin:0px 40px; width:calc(50% - 80px - (var(--gap-h) * 0.5)); max-width:calc(50% - 80px - (var(--gap-h) * 0.5));}
.sd-91 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-92{border-radius:4px; flex:none; height:500px; margin:0px 40px; width:calc(50% - 80px - (var(--gap-h) * 0.5)); max-width:calc(50% - 80px - (var(--gap-h) * 0.5));}
.sd-92 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-93{align-content:center; align-items:center; background:#FFFFFF; border-bottom:0px dotted #00000080; border-left:0px dotted #00000080; border-right:0px dotted #00000080; border-top:0px dotted #00000080; flex:none; flex-direction:column; flex-wrap:nowrap; height:80px; justify-content:center; padding:0px 50px; width:100%; max-width:100%;}
.sd-94{background:#FFFFFF; border-bottom:0px dotted #959595cc; border-left:0px dotted #959595cc; border-right:0px dotted #959595cc; border-top:1px dotted #959595cc; flex:none; height:80px; width:90%; max-width:90%;}
.sd-95{align-content:center; align-items:center; background:#FFFFFF; border-bottom:0px solid rgba(36, 37, 40, 0); border-left:0px solid rgba(36, 37, 40, 0); border-right:0px solid rgba(36, 37, 40, 0); border-top:0px solid rgba(36, 37, 40, 0); flex:none; flex-direction:column; flex-wrap:nowrap; gap:30px; justify-content:center; padding:0px 80px 100px; width:100%; max-width:100%;}
.sd-95 > *{--gap-h:0px; --gap-v:30px;}
.sd-96{align-content:center; align-items:center; background:#FFFFFF; border-radius:8px; display:none; flex:none; flex-direction:row; flex-wrap:nowrap; gap:60px; justify-content:flex-start; padding:0px; width:1280px; max-width:100%;}
.sd-96 > *{--gap-h:60px; --gap-v:0px;}
.sd-97{align-content:flex-start; align-items:flex-start; flex:1; flex-direction:column; flex-wrap:nowrap; gap:10px; height:auto; justify-content:center; margin:0px; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-97 > *{--gap-h:0px; --gap-v:10px;}
.sd-98{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 20px; padding:0px 0px 0px 24px; width:auto; max-width:100%;}
.sd-98.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-99{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-100{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-101{background:#c1cccb; flex:none; height:1px; margin:0px 5px; width:14px; max-width:calc(100% - 10px);}
.sd-102{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-103{color:#242424; font-family:var(--s-font-eab0cf48); font-size:36px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:8px 0px 0px; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-104{align-content:center; align-items:center; flex:1; flex-direction:row; flex-wrap:nowrap; gap:80px; justify-content:flex-end; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-104 > *{--gap-h:80px; --gap-v:0px;}
.sd-105{border-radius:16px; box-shadow:10px 30px 40px 10px rgba(0, 0, 0, 0.1); flex:none; height:auto; justify-content:center; width:100%; max-width:100%;}
.sd-105{aspect-ratio:auto 2400 / 1350;}
.sd-106{color:#333333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:2; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-106 > p{font-family:var(--s-font-eab0cf48); font-weight:500; margin:0px;}
.sd-107{background:rgba(0,0,0,0.0); display:flex; flex:none; justify-content:flex-start; overflow-x:auto; overflow-y:hidden;}
.sd-108{align-content:flex-start; align-items:flex-start; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:40px 0px 0px; width:auto; max-width:100%;}
.sd-109{flex:none; height:284px; margin:0px 40px; width:345px; max-width:calc(100% - 80px);}
.sd-109 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-110{flex:none; height:284px; margin:0px 40px; width:345px; max-width:calc(100% - 80px);}
.sd-110 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-111{align-content:center; align-items:center; border-bottom:0px solid #00000000; border-left:0px solid #00000000; border-right:0px solid #00000000; border-top:0px solid #00000000; flex:none; flex-direction:column; flex-wrap:nowrap; gap:30px; justify-content:center; padding:0px; width:100%; max-width:100%;}
.sd-111 > *{--gap-h:0px; --gap-v:30px;}
.sd-112{align-content:center; align-items:center; background:#FFFFFF; border-radius:8px; flex:none; flex-direction:row; flex-wrap:nowrap; gap:60px; justify-content:flex-start; margin:0px 0px 15px; padding:0px; width:100%; max-width:100%;}
.sd-112 > *{--gap-h:60px; --gap-v:0px;}
.sd-113{align-content:flex-start; align-items:flex-start; flex:1; flex-direction:column; flex-wrap:nowrap; gap:10px; height:auto; justify-content:center; margin:0px; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-113 > *{--gap-h:0px; --gap-v:10px;}
.sd-114{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:row; flex-wrap:nowrap; gap:80px; justify-content:flex-start; padding:0px 40px; width:100%; max-width:100%;}
.sd-114 > *{--gap-h:80px; --gap-v:0px;}
.sd-115{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:column; flex-wrap:nowrap; gap:20px; height:auto; justify-content:flex-start; margin:0px; padding:0px; width:calc(50% - (var(--gap-h) * 0.5)); max-width:calc(50% - (var(--gap-h) * 0.5));}
.sd-115 > *{--gap-h:0px; --gap-v:20px;}
.sd-116{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 20px; padding:0px 0px 0px 24px; width:auto; max-width:100%;}
.sd-116.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-117{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-118{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-119{background:#c1cccb; flex:none; height:1px; margin:0px 5px; width:14px; max-width:calc(100% - 10px);}
.sd-120{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-121{color:#242424; font-family:var(--s-font-eab0cf48); font-size:36px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:8px 0px 0px; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-122{color:#333333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:2; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-122 > p{font-family:var(--s-font-eab0cf48); font-weight:500; margin:0px;}
.sd-123{align-content:center; align-items:center; display:flex; flex:1; flex-direction:row; flex-wrap:nowrap; gap:80px; justify-content:center; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-123 > *{--gap-h:80px; --gap-v:0px;}
.sd-124{border-radius:16px; box-shadow:7px 7px 40px 10px rgba(0, 0, 0, 0.1); flex:none; height:auto; justify-content:center; width:600px; max-width:100%;}
.sd-124{aspect-ratio:auto 2400 / 1350;}
.sd-125{background:rgba(0, 0, 0, 0); display:flex; flex:none; justify-content:space-between; overflow-x:auto; overflow-y:hidden;}
.sd-126{align-content:flex-start; align-items:flex-start; flex-direction:row; flex-wrap:nowrap; gap:0px; height:auto; justify-content:space-between; padding:0px; width:100%; max-width:100%;}
.sd-126 > *{--gap-h:0px; --gap-v:0px;}
.sd-127{border-radius:4px; flex:none; height:500px; margin:0px 40px; width:calc(50% - 80px - (var(--gap-h) * 0.5)); max-width:calc(50% - 80px - (var(--gap-h) * 0.5));}
.sd-127 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-128{border-radius:4px; flex:none; height:500px; margin:0px 40px; width:calc(50% - 80px - (var(--gap-h) * 0.5)); max-width:calc(50% - 80px - (var(--gap-h) * 0.5));}
.sd-128 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-129{align-content:center; align-items:center; background:#FFFFFF; border-bottom:0px dotted #00000080; border-left:0px dotted #00000080; border-right:0px dotted #00000080; border-top:0px dotted #00000080; flex:none; flex-direction:column; flex-wrap:nowrap; height:80px; justify-content:center; padding:0px 50px; width:100%; max-width:100%;}
.sd-130{background:#FFFFFF; border-bottom:0px dotted #959595cc; border-left:0px dotted #959595cc; border-right:0px dotted #959595cc; border-top:1px dotted #959595cc; flex:none; height:80px; width:90%; max-width:90%;}
.sd-131{align-content:center; align-items:center; background:#FFFFFF; border-bottom:0px solid rgba(36, 37, 40, 0.1); border-left:0px solid rgba(36, 37, 40, 0.1); border-right:0px solid rgba(36, 37, 40, 0.1); border-top:0px solid rgba(36, 37, 40, 0.1); flex:none; flex-direction:column; flex-wrap:nowrap; gap:30px; justify-content:center; padding:0px 80px 150px; width:100%; max-width:100%;}
.sd-131 > *{--gap-h:0px; --gap-v:30px;}
.sd-132{align-content:center; align-items:center; background:#FFFFFF; border-radius:8px; display:none; flex:none; flex-direction:row; flex-wrap:nowrap; gap:60px; justify-content:flex-start; padding:0px; width:1280px; max-width:100%;}
.sd-132 > *{--gap-h:60px; --gap-v:0px;}
.sd-133{align-content:flex-start; align-items:flex-start; flex:1; flex-direction:column; flex-wrap:nowrap; gap:10px; height:auto; justify-content:center; margin:0px; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-133 > *{--gap-h:0px; --gap-v:10px;}
.sd-134{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 20px; padding:0px 0px 0px 24px; width:auto; max-width:100%;}
.sd-134.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-135{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-136{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-137{background:#c1cccb; flex:none; height:1px; margin:0px 5px; width:14px; max-width:calc(100% - 10px);}
.sd-138{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-139{color:#242424; font-family:var(--s-font-eab0cf48); font-size:36px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:8px 0px 0px; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-140{align-content:center; align-items:center; flex:1; flex-direction:row; flex-wrap:nowrap; gap:80px; justify-content:flex-end; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-140 > *{--gap-h:80px; --gap-v:0px;}
.sd-141{border-radius:16px; box-shadow:10px 30px 40px 10px rgba(0, 0, 0, 0.1); flex:none; height:auto; justify-content:center; width:100%; max-width:100%;}
.sd-141{aspect-ratio:auto 2400 / 1350;}
.sd-142{color:#333333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:2; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-142 > p{font-family:var(--s-font-eab0cf48); font-weight:500; margin:0px;}
.sd-143{background:rgba(0,0,0,0.0); display:flex; flex:none; justify-content:flex-start; overflow-x:auto; overflow-y:hidden;}
.sd-144{align-content:flex-start; align-items:flex-start; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:40px 0px 0px; width:auto; max-width:100%;}
.sd-145{flex:none; height:284px; margin:0px 40px; width:345px; max-width:calc(100% - 80px);}
.sd-145 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-146{flex:none; height:284px; margin:0px 40px; width:345px; max-width:calc(100% - 80px);}
.sd-146 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-147{align-content:center; align-items:center; flex:none; flex-direction:column; flex-wrap:nowrap; gap:30px; justify-content:center; padding:0px; width:100%; max-width:100%;}
.sd-147 > *{--gap-h:0px; --gap-v:30px;}
.sd-148{align-content:center; align-items:center; background:#FFFFFF; border-radius:8px; flex:none; flex-direction:row; flex-wrap:nowrap; gap:60px; justify-content:flex-start; margin:0px 0px 15px; padding:0px; width:100%; max-width:100%;}
.sd-148 > *{--gap-h:60px; --gap-v:0px;}
.sd-149{align-content:flex-start; align-items:flex-start; flex:1; flex-direction:column; flex-wrap:nowrap; gap:10px; height:auto; justify-content:center; margin:0px; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-149 > *{--gap-h:0px; --gap-v:10px;}
.sd-150{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:row; flex-wrap:nowrap; gap:80px; justify-content:flex-start; padding:0px 40px; width:100%; max-width:100%;}
.sd-150 > *{--gap-h:80px; --gap-v:0px;}
.sd-151{align-content:center; align-items:center; display:flex; flex:1; flex-direction:row; flex-wrap:nowrap; gap:80px; justify-content:center; padding:0px; width:auto; max-width:100%; min-width:0;}
.sd-151 > *{--gap-h:80px; --gap-v:0px;}
.sd-152{border-radius:16px; box-shadow:7px 7px 40px 10px rgba(0, 0, 0, 0.1); flex:none; height:auto; justify-content:center; width:600px; max-width:100%;}
.sd-152{aspect-ratio:auto 2400 / 1350;}
.sd-153{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:column; flex-wrap:nowrap; gap:20px; height:auto; justify-content:flex-start; margin:0px; padding:0px; width:calc(50% - (var(--gap-h) * 0.5)); max-width:calc(50% - (var(--gap-h) * 0.5));}
.sd-153 > *{--gap-h:0px; --gap-v:20px;}
.sd-154{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 20px; padding:0px 0px 0px 24px; width:auto; max-width:100%;}
.sd-154.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-155{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-156{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-157{background:#c1cccb; flex:none; height:1px; margin:0px 5px; width:14px; max-width:calc(100% - 10px);}
.sd-158{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-159{color:#242424; font-family:var(--s-font-eab0cf48); font-size:36px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; margin:8px 0px 0px; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-160{color:#333333; flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:500; height:auto; letter-spacing:0.1em; line-height:2; padding:0px 0px; text-align:left; width:100%; max-width:100%;}
.richText.sd-160 > p{font-family:var(--s-font-eab0cf48); font-weight:500; margin:0px;}
.sd-161{background:rgba(0, 0, 0, 0); display:flex; flex:none; justify-content:space-between; overflow-x:auto; overflow-y:hidden;}
.sd-162{align-content:flex-start; align-items:flex-start; flex-direction:row; flex-wrap:nowrap; gap:0px; height:auto; justify-content:space-between; padding:0px; width:100%; max-width:100%;}
.sd-162 > *{--gap-h:0px; --gap-v:0px;}
.sd-163{border-radius:4px; flex:none; height:500px; margin:0px 40px; width:calc(50% - 80px - (var(--gap-h) * 0.5)); max-width:calc(50% - 80px - (var(--gap-h) * 0.5));}
.sd-163 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-164{border-radius:4px; flex:none; height:500px; margin:0px 40px; width:calc(50% - 80px - (var(--gap-h) * 0.5)); max-width:calc(50% - 80px - (var(--gap-h) * 0.5));}
.sd-164 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-165{background:rgba(0,0,0,0.0); display:none; flex:none; height:calc(100% - 50px); margin:50px 0px 0px; width:100%; max-width:100%;}
.sd-165 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-166{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:70px 80px; width:calc(100% - 160px); max-width:calc(100% - 160px);}
.sd-167{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; padding:0px; width:100%; max-width:100%;}
.sd-168{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 10px; width:100%; max-width:100%;}
.sd-169{color:#FFFFFF; flex:none; font-family:var(--s-font-eab0cf48); font-size:32px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.5; margin:0px; text-align:center; text-shadow:4px 4px 10px rgba(0, 0, 0, 0.7); width:100%; justify-content:center; max-width:100%;}
.sd-170{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; justify-content:center; margin:0px; padding:0px; width:100%; max-width:100%;}
.sd-171{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; justify-content:center; padding:0px; width:100%; max-width:100%;}
.sd-172{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; padding:0px; width:auto; max-width:100%;}
.sd-173{color:#FFFFFF; flex:1; font-family:var(--s-font-eab0cf48); font-size:32px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; text-shadow:4px 4px 10px rgba(0,0,0,0.2); width:auto; justify-content:center; max-width:100%; min-width:0;}
.sd-174{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:28px; justify-content:center; margin:0px; padding:0px; width:auto; max-width:100%;}
.sd-175{color:#FFFFFF; flex:none; font-family:var(--s-font-eab0cf48); font-size:40px; font-weight:700; height:auto; letter-spacing:0.05em; line-height:1.4; text-align:center; text-shadow:4px 4px 10px rgba(0, 0, 0, 0.7); width:auto; justify-content:center; max-width:100%;}
.sd-176{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-177{color:#FFFFFF; flex:1; font-family:var(--s-font-eab0cf48); font-size:32px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; text-shadow:4px 4px 10px rgba(0, 0, 0, 0.7); width:auto; justify-content:center; max-width:100%; min-width:0;}
.sd-178{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 10px 15px 0px; width:calc(100% - 10px); max-width:calc(100% - 10px);}
.sd-179{color:#FFFFFF; flex:none; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:600; height:auto; letter-spacing:0.05em; line-height:1.5; margin:0px; text-align:right; width:100%; justify-content:flex-end; max-width:100%;}
.sd-180{align-content:center; align-items:center; background:#EEEEEE; display:flex; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; width:100%; max-width:100%;}
.sd-181{flex:none; height:auto; width:1340px; max-width:100%;}
.sd-181{aspect-ratio:auto 2400 / 276;}
.sd-182{align-content:flex-start; align-items:flex-start; background:#FFFFFF; display:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:650px; justify-content:center; margin:70px 50px 0px; padding:0px; width:calc(100% - 100px); z-index:0; max-width:calc(100% - 100px);}
.sd-183{background:#FFFFFF; flex:none; height:100%; margin:0px; width:100%; max-width:100%;}
.sd-183 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-184{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 80px 0px 0px; width:500px; max-width:calc(100% - 80px);}
.sd-185{align-content:center; align-items:center; background:#EEEEEE; display:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:180px; justify-content:center; margin:0px; width:100%; max-width:100%;}
.sd-186{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:auto; justify-content:center; margin:0px 80px; padding:0px; translate:0px 0px; width:calc(100% - 160px); max-width:calc(100% - 160px);}
.sd-186 > *{--gap-h:0px; --gap-v:0px;}
.sd-187{flex:none; height:115px; margin:0px 40px 0px 0px; width:465px; max-width:calc(100% - 40px);}
.sd-187 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-188{flex:none; height:115px; margin:0px 0px 0px 40px; width:465px; max-width:calc(100% - 40px);}
.sd-188 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-189{align-content:center; align-items:center; background:#EEEEEE; display:none; flex-direction:column; flex-wrap:nowrap; height:160px; justify-content:center; margin:0px; width:100%; max-width:100%;}
.sd-190{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:auto; justify-content:center; margin:0px 80px; padding:0px; translate:0px 0px; width:calc(100% - 160px); max-width:calc(100% - 160px);}
.sd-190 > *{--gap-h:0px; --gap-v:0px;}
.sd-191{flex:none; height:115px; margin:0px 40px 0px 0px; width:465px; max-width:calc(100% - 40px);}
.sd-191 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-192{flex:none; height:115px; margin:0px 0px 0px 40px; width:465px; max-width:calc(100% - 40px);}
.sd-192 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-193{align-content:center; align-items:center; background:#FFFFFF; display:none; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:10px 0px; width:100%; max-width:100%;}
.sd-194{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:40px 80px 20px; width:1200px; max-width:calc(100% - 160px);}
.sd-195{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:20px 0px 0px; padding:0px; width:100%; max-width:100%;}
.sd-196{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-197{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:40px; font-weight:600; height:auto; letter-spacing:0.05em; line-height:1; margin:0px 0px 10px; text-align:center; width:100%; justify-content:center; max-width:100%;}
.sd-198{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:100%; max-width:100%;}
.sd-199{color:#000000; flex:1; font-family:var(--s-font-eab0cf48); font-size:20px; font-weight:600; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:center; width:auto; justify-content:center; max-width:100%; min-width:0;}
.sd-200{align-content:center; align-items:center; display:none; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; margin:30px 10px 50px; overflow-x:hidden; overflow-y:hidden; transition-timing-function:cubic-bezier(0, 0, 0.99, 0.98); width:calc(100% - 20px); max-width:calc(100% - 20px);}
.sd-203{align-content:center; align-items:center; bottom:0px; flex:none; flex-direction:row; flex-wrap:nowrap; height:40px; justify-content:center; left:0px; position:absolute; right:0px; top:auto; transition-timing-function:cubic-bezier(0.4, 0.4, 0.05, 1); width:auto; z-index:3; max-width:100%;}
.sd-204{align-content:center; align-items:center; background:#000000; border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:40px; justify-content:center; margin:0px 24px 0px 0px; width:40px; max-width:calc(100% - 24px);}
.sd-204:hover{background:#e1e1e1; --ha:1;}
.sd-205{color:#FFFFFF; font-size:24px;}
.sd-206{background:#000000; border-radius:50%; flex-direction:column; flex-wrap:nowrap; height:40px; justify-content:center; width:40px; max-width:100%;}
.sd-206:hover{background:#e1e1e1; --ha:1;}
.sd-207{height:auto; width:auto; max-width:100%;}
.sd-208{color:#FFFFFF; font-size:18px;}
.sd-209{background:#FFFFFF;}
.sd-210{font-size:18px;}
.sd-211{background:#000000; border-radius:50%; flex-direction:column; flex-wrap:nowrap; height:40px; justify-content:center; margin:0px 0px 0px 24px; width:40px; max-width:calc(100% - 24px);}
.sd-211:hover{background:#e1e1e1; --ha:1;}
.sd-212{color:#FFFFFF; font-size:24px;}
.sd-200__content{flex:none; flex-direction:column; flex-wrap:nowrap; height:220px; margin:0px 15px 60px; outline-offset:-4px; padding:0px; transition-property:transform; transition-timing-function:cubic-bezier(0.58, 0.21, 0.41, 0.96); width:calc(30% - 30px); will-change:transform; max-width:calc(30% - 30px);}
.sd-200__content:focus-visible{outline:2px solid black;}
[data-animatingNext].sd-200__content{transform:translateX(-100%);}
[data-animatingPrev].sd-200__content{transform:translateX(100%);}
.sd-200__content__sd-1{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:column; flex-wrap:nowrap; height:220px; justify-content:flex-end; padding:0px; width:400px; z-index:-1; 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-213{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-214{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-215{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-215 > .image__bg-container::before{background-repeat:no-repeat; background-size:contain;}
.sd-216{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-216 > .image__bg-container::before{background-repeat:no-repeat; background-size:contain;}
.sd-217{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-radius:0px; bottom:120px; display:flex; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; left:auto; margin:0; padding:0; position:absolute; right:35px; top:auto; transition-delay:600ms; width:auto; z-index:4; max-width:100%;}
.sd-217.appear{opacity:0; transition-delay:5000ms; transition-duration:800ms;}
.sd-217:not([open]), .sd-217[data-toggle-closing]{opacity:0; scale:0 0; transition-delay:0ms; transition-duration:0ms;}
.sd-218{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; gap:0px; height:auto; justify-content:flex-end; margin:0px 0px 5px; padding:0px 5px 0px 0px; width:100%; max-width:100%;}
.sd-218 > *{--gap-h:0px; --gap-v:0px;}
.sd-219{background:#FFFFFF; border-radius:128px; color:#333; font-size:16px; margin:0px; opacity:0.8; padding:6px; max-width:100%;}
.sd-217:not([open]) .sd-219, .sd-217[data-toggle-closing] .sd-219, .sd-217 > [data-toggle-closing] .sd-219, .sd-217 > .sd-219[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-220{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-221{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-222{flex:none; height:271px; margin:5px 0px 0px; width:366px; max-width:100%;}
.sd-222 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-222:hover{opacity:0.8; --ha:1;}
.sd-222toggleClose > .image__bg-container::before{background-repeat:no-repeat;}
.sd-223{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-224{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-224 > .image__bg-container::before{background-repeat:no-repeat; background-size:contain;}
.sd-225{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-225 > .image__bg-container::before{background-repeat:no-repeat; background-size:contain;}
.sd-226{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-radius:0px; bottom:80px; display:flex; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; left:NaNpx; margin:0; padding:0; position:absolute; right:15px; top:NaNpx; transition-delay:600ms; width:auto; z-index:4; max-width:100%;}
.sd-226.appear{opacity:0; transition-delay:5000ms; transition-duration:800ms;}
.sd-226:not([open]), .sd-226[data-toggle-closing]{opacity:0; scale:0 0; transition-delay:0ms; transition-duration:0ms;}
.sd-227{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; gap:0px; height:auto; justify-content:flex-end; margin:0px 0px 5px; padding:0px 5px 0px 0px; width:100%; max-width:100%;}
.sd-227 > *{--gap-h:0px; --gap-v:0px;}
.sd-228{background:#FFFFFF; border-radius:128px; color:#333; font-size:16px; margin:0px; opacity:0.8; padding:6px; max-width:100%;}
.sd-226:not([open]) .sd-228, .sd-226[data-toggle-closing] .sd-228, .sd-226 > [data-toggle-closing] .sd-228, .sd-226 > .sd-228[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-229{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-230{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-231{flex:none; height:271px; margin:5px 0px 0px; width:366px; max-width:100%;}
.sd-231 > .image__bg-container::before{background-repeat:no-repeat;}
.sd-231:hover{opacity:0.8; --ha:1;}
.sd-231toggleClose > .image__bg-container::before{background-repeat:no-repeat;}
@media (max-width: 1088px) {
.sd-19{flex:none; width:calc(55% - 50px); max-width:calc(55% - 50px);}
.sd-19 > *{--gap-h:0px; --gap-v:0px;}
.sd-23{padding:100px 60px;}
.sd-23 > *{--gap-h:0px; --gap-v:30px;}
.sd-24{display:none; gap:40px;}
.sd-24 > *{--gap-h:40px; --gap-v:0px;}
.sd-25{margin:0px; max-width:100%;}
.sd-25 > *{--gap-h:0px; --gap-v:10px;}
.sd-35{display:flex;}
.sd-40{gap:40px;}
.sd-40 > *{--gap-h:40px; --gap-v:0px;}
.sd-41{margin:0px; max-width:100%;}
.sd-41 > *{--gap-h:0px; --gap-v:10px;}
.sd-42{gap:40px;}
.sd-42 > *{--gap-h:40px; --gap-v:0px;}
.sd-43{margin:0px; width:calc(50% - (var(--gap-h) * 0.5)); max-width:calc(50% - (var(--gap-h) * 0.5));}
.sd-43 > *{--gap-h:0px; --gap-v:20px;}
.sd-51{display:flex;}
.sd-51 > *{--gap-h:80px; --gap-v:0px;}
.sd-53{display:flex;}
.sd-59{padding:100px 60px;}
.sd-59 > *{--gap-h:0px; --gap-v:30px;}
.sd-60{display:none; gap:40px;}
.sd-60 > *{--gap-h:40px; --gap-v:0px;}
.sd-61{margin:0px; max-width:100%;}
.sd-61 > *{--gap-h:0px; --gap-v:10px;}
.sd-71{display:flex;}
.sd-76{gap:40px;}
.sd-76 > *{--gap-h:40px; --gap-v:0px;}
.sd-77{margin:0px; max-width:100%;}
.sd-77 > *{--gap-h:0px; --gap-v:10px;}
.sd-78{gap:40px;}
.sd-78 > *{--gap-h:40px; --gap-v:0px;}
.sd-79{display:flex;}
.sd-79 > *{--gap-h:80px; --gap-v:0px;}
.sd-81{margin:0px; width:calc(50% - (var(--gap-h) * 0.5)); max-width:calc(50% - (var(--gap-h) * 0.5));}
.sd-81 > *{--gap-h:0px; --gap-v:20px;}
.sd-89{display:flex;}
.sd-95{padding:100px 60px;}
.sd-95 > *{--gap-h:0px; --gap-v:30px;}
.sd-96{display:none; gap:40px;}
.sd-96 > *{--gap-h:40px; --gap-v:0px;}
.sd-97{margin:0px; max-width:100%;}
.sd-97 > *{--gap-h:0px; --gap-v:10px;}
.sd-107{display:flex;}
.sd-112{gap:40px;}
.sd-112 > *{--gap-h:40px; --gap-v:0px;}
.sd-113{margin:0px; max-width:100%;}
.sd-113 > *{--gap-h:0px; --gap-v:10px;}
.sd-114{gap:40px;}
.sd-114 > *{--gap-h:40px; --gap-v:0px;}
.sd-115{margin:0px; width:calc(50% - (var(--gap-h) * 0.5)); max-width:calc(50% - (var(--gap-h) * 0.5));}
.sd-115 > *{--gap-h:0px; --gap-v:20px;}
.sd-123{display:flex;}
.sd-123 > *{--gap-h:80px; --gap-v:0px;}
.sd-125{display:flex;}
.sd-131{padding:100px 60px;}
.sd-131 > *{--gap-h:0px; --gap-v:30px;}
.sd-132{display:none; gap:40px;}
.sd-132 > *{--gap-h:40px; --gap-v:0px;}
.sd-133{margin:0px; max-width:100%;}
.sd-133 > *{--gap-h:0px; --gap-v:10px;}
.sd-143{display:flex;}
.sd-148{gap:40px;}
.sd-148 > *{--gap-h:40px; --gap-v:0px;}
.sd-149{margin:0px; max-width:100%;}
.sd-149 > *{--gap-h:0px; --gap-v:10px;}
.sd-150{gap:40px;}
.sd-150 > *{--gap-h:40px; --gap-v:0px;}
.sd-151{display:flex;}
.sd-151 > *{--gap-h:80px; --gap-v:0px;}
.sd-153{margin:0px; width:calc(50% - (var(--gap-h) * 0.5)); max-width:calc(50% - (var(--gap-h) * 0.5));}
.sd-153 > *{--gap-h:0px; --gap-v:20px;}
.sd-161{display:flex;}
.sd-165{display:none;}
.sd-180{display:flex;}
.sd-182{display:none;}
.sd-184{flex:none; width:400px; max-width:calc(100% - 80px);}
.sd-185{display:none;}
.sd-189{display:none;}
.sd-193{display:none;}
.sd-200{display:none;}
.sd-217{display:flex;}
.sd-223{display:none;}
.sd-226{display:flex;}
}
@media (max-width: 840px) {
.sd-9{padding:120px 50px;}
.sd-10{flex:none;}
.sd-18{flex-direction:column-reverse; flex-wrap:nowrap; margin:0px; width:100%; max-width:100%;}
.sd-19{align-content:flex-start; align-items:flex-start; flex:none; justify-content:flex-start; margin:0px; width:100%; max-width:100%;}
.sd-19 > *{--gap-h:0px; --gap-v:0px;}
.sd-21{flex:none; margin:0px 0px 40px; width:100%; max-width:100%; min-width:0;}
.sd-23{padding:100px 40px;}
.sd-23 > *{--gap-h:0px; --gap-v:30px;}
.sd-24{align-content:flex-end; align-items:flex-end; display:none; flex-direction:column; flex-wrap:nowrap; gap:40px; justify-content:center; padding:0px 20px;}
.sd-24 > *{--gap-h:0px; --gap-v:40px;}
.sd-25{width:600px; max-width:100%;}
.sd-25 > *{--gap-h:0px; --gap-v:10px;}
.sd-31{font-size:28px;}
.sd-32{flex-direction:column; gap:40px; margin:0px; max-width:100%;}
.sd-32 > *{--gap-h:0px; --gap-v:40px;}
.sd-33{flex:none;}
.sd-35{background:rgba(0,0,0,0.0); display:flex;}
.sd-40{align-content:flex-end; align-items:flex-end; display:none; flex-direction:column; flex-wrap:nowrap; gap:40px; justify-content:center; padding:0px 20px;}
.sd-40 > *{--gap-h:0px; --gap-v:40px;}
.sd-41{width:600px; max-width:100%;}
.sd-41 > *{--gap-h:0px; --gap-v:10px;}
.sd-42{align-content:flex-end; align-items:flex-end; flex-direction:column; flex-wrap:nowrap; gap:40px; justify-content:center; padding:0px 20px;}
.sd-42 > *{--gap-h:0px; --gap-v:40px;}
.sd-43{width:600px; max-width:100%;}
.sd-43 > *{--gap-h:0px; --gap-v:20px;}
.sd-49{font-size:28px;}
.sd-51{display:flex; flex-direction:column; gap:40px; margin:0px; max-width:100%;}
.sd-51 > *{--gap-h:0px; --gap-v:40px;}
.sd-52{flex:none;}
.sd-53{background:rgba(0,0,0,0.0); display:none;}
.sd-55{display:flex;}
.sd-56{display:flex;}
.sd-59{padding:100px 40px;}
.sd-59 > *{--gap-h:0px; --gap-v:30px;}
.sd-60{align-content:flex-end; align-items:flex-end; display:none; flex-direction:column; flex-wrap:nowrap; gap:40px; justify-content:center; padding:0px 20px;}
.sd-60 > *{--gap-h:0px; --gap-v:40px;}
.sd-61{width:600px; max-width:100%;}
.sd-61 > *{--gap-h:0px; --gap-v:10px;}
.sd-67{font-size:28px;}
.sd-68{flex-direction:column; gap:40px; margin:0px; max-width:100%;}
.sd-68 > *{--gap-h:0px; --gap-v:40px;}
.sd-69{flex:none;}
.sd-71{background:rgba(0,0,0,0.0); display:flex;}
.sd-76{align-content:flex-end; align-items:flex-end; display:none; flex-direction:column; flex-wrap:nowrap; gap:40px; justify-content:center; padding:0px 20px;}
.sd-76 > *{--gap-h:0px; --gap-v:40px;}
.sd-77{width:600px; max-width:100%;}
.sd-77 > *{--gap-h:0px; --gap-v:10px;}
.sd-78{align-content:flex-end; align-items:flex-end; flex-direction:column; flex-wrap:nowrap; gap:40px; justify-content:center; padding:0px 20px;}
.sd-78 > *{--gap-h:0px; --gap-v:40px;}
.sd-79{display:flex; flex-direction:column; gap:40px; margin:0px; max-width:100%;}
.sd-79 > *{--gap-h:0px; --gap-v:40px;}
.sd-80{flex:none;}
.sd-81{width:600px; max-width:100%;}
.sd-81 > *{--gap-h:0px; --gap-v:20px;}
.sd-87{font-size:28px;}
.sd-89{background:rgba(0,0,0,0.0); display:none;}
.sd-91{display:flex;}
.sd-92{display:flex;}
.sd-95{padding:100px 40px;}
.sd-95 > *{--gap-h:0px; --gap-v:30px;}
.sd-96{align-content:flex-end; align-items:flex-end; display:none; flex-direction:column; flex-wrap:nowrap; gap:40px; justify-content:center; padding:0px 20px;}
.sd-96 > *{--gap-h:0px; --gap-v:40px;}
.sd-97{width:600px; max-width:100%;}
.sd-97 > *{--gap-h:0px; --gap-v:10px;}
.sd-103{font-size:28px;}
.sd-104{flex-direction:column; gap:40px; margin:0px; max-width:100%;}
.sd-104 > *{--gap-h:0px; --gap-v:40px;}
.sd-105{flex:none;}
.sd-107{background:rgba(0,0,0,0.0); display:flex;}
.sd-112{align-content:flex-end; align-items:flex-end; display:none; flex-direction:column; flex-wrap:nowrap; gap:40px; justify-content:center; padding:0px 20px;}
.sd-112 > *{--gap-h:0px; --gap-v:40px;}
.sd-113{width:600px; max-width:100%;}
.sd-113 > *{--gap-h:0px; --gap-v:10px;}
.sd-114{align-content:flex-end; align-items:flex-end; flex-direction:column; flex-wrap:nowrap; gap:40px; justify-content:center; padding:0px 20px;}
.sd-114 > *{--gap-h:0px; --gap-v:40px;}
.sd-115{width:600px; max-width:100%;}
.sd-115 > *{--gap-h:0px; --gap-v:20px;}
.sd-121{font-size:28px;}
.sd-123{display:flex; flex-direction:column; gap:40px; margin:0px; max-width:100%;}
.sd-123 > *{--gap-h:0px; --gap-v:40px;}
.sd-124{flex:none;}
.sd-125{background:rgba(0,0,0,0.0); display:none;}
.sd-127{display:flex;}
.sd-128{display:flex;}
.sd-131{padding:100px 40px;}
.sd-131 > *{--gap-h:0px; --gap-v:30px;}
.sd-132{align-content:flex-end; align-items:flex-end; display:none; flex-direction:column; flex-wrap:nowrap; gap:40px; justify-content:center; padding:0px 20px;}
.sd-132 > *{--gap-h:0px; --gap-v:40px;}
.sd-133{width:600px; max-width:100%;}
.sd-133 > *{--gap-h:0px; --gap-v:10px;}
.sd-139{font-size:28px;}
.sd-140{flex-direction:column; gap:40px; margin:0px; max-width:100%;}
.sd-140 > *{--gap-h:0px; --gap-v:40px;}
.sd-141{flex:none;}
.sd-143{background:rgba(0,0,0,0.0); display:flex;}
.sd-148{align-content:flex-end; align-items:flex-end; display:none; flex-direction:column; flex-wrap:nowrap; gap:40px; justify-content:center; padding:0px 20px;}
.sd-148 > *{--gap-h:0px; --gap-v:40px;}
.sd-149{width:600px; max-width:100%;}
.sd-149 > *{--gap-h:0px; --gap-v:10px;}
.sd-150{align-content:flex-end; align-items:flex-end; flex-direction:column; flex-wrap:nowrap; gap:40px; justify-content:center; padding:0px 20px;}
.sd-150 > *{--gap-h:0px; --gap-v:40px;}
.sd-151{display:flex; flex-direction:column; gap:40px; margin:0px; max-width:100%;}
.sd-151 > *{--gap-h:0px; --gap-v:40px;}
.sd-152{flex:none;}
.sd-153{width:600px; max-width:100%;}
.sd-153 > *{--gap-h:0px; --gap-v:20px;}
.sd-159{font-size:28px;}
.sd-161{background:rgba(0,0,0,0.0); display:none;}
.sd-163{display:flex;}
.sd-164{display:flex;}
.sd-165{display:none;}
.sd-166{flex:none; margin:0px 50px; width:calc(100% - 100px); max-width:calc(100% - 100px);}
.sd-167{flex:none;}
.sd-180{display:flex;}
.sd-182{align-content:flex-start; align-items:flex-start; display:flex; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; width:100%; max-width:100%;}
.sd-183{flex:none; height:165px; width:100%; max-width:100%;}
.sd-184{flex:none; margin:0px 50px 50px; width:calc(100% - 100px); max-width:calc(100% - 100px);}
.sd-185{display:none; flex:none; height:100px;}
.sd-189{display:none; flex:none; height:100px;}
.sd-193{display:none; padding:100px 0px 0px;}
.sd-194{flex:none; margin:0px 50px; width:calc(100% - 100px); max-width:calc(100% - 100px);}
.sd-195{flex:none;}
.sd-200{display:none;}
.sd-200__content{flex:none; height:120px; width:calc(65% - 30px); max-width:calc(65% - 30px);}
.sd-214{display:none; flex:none; width:100%; max-width:100%;}
.sd-215{bottom:0; flex:none; height:165px; left:0; padding:0px; right:0; top:0; width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-215 > .image__bg-container::before{background-repeat:no-repeat; background-size:908px;}
.sd-216{bottom:0; flex:none; height:165px; left:0; padding:0px; right:0; top:0; width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-216 > .image__bg-container::before{background-repeat:no-repeat; background-size:908px;}
.sd-217{display:flex;}
.sd-223{display:none; flex:none; width:100%; max-width:100%;}
.sd-224{bottom:0; flex:none; height:165px; left:0; padding:0px; right:0; top:0; width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-224 > .image__bg-container::before{background-repeat:no-repeat; background-size:908px;}
.sd-225{bottom:0; flex:none; height:165px; left:0; padding:0px; right:0; top:0; width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-225 > .image__bg-container::before{background-repeat:no-repeat; background-size:908px;}
.sd-226{display:flex;}
}
@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{padding:0px;}
.sd-3 > *{--gap-h:0px; --gap-v:0px;}
.sd-4{background:rgba(0,0,0,0.0); padding:14px 20px;}
.sd-5{flex-direction:row; flex-wrap:wrap;}
.sd-6{font-size:12px;}
.sd-7{font-size:12px; margin:0px 10px; max-width:calc(100% - 20px);}
.sd-8{font-size:12px; margin:0px; max-width:100%;}
.sd-9{padding:20px 30px;}
.sd-10{margin:0px 0px 40px; width:100%; max-width:100%;}
.sd-12{font-size:54px;}
.sd-16{font-size:18px;}
.richText.sd-20 > p{margin:0px 0px 30px;}
.sd-21{margin:0px 30px 30px; width:calc(100% - 60px); max-width:calc(100% - 60px);}
.sd-21.appear{transition-delay:400ms;}
.sd-22{height:auto; width:100%; max-width:100%;}
.sd-23{background:#FFFFFF; gap:60px; padding:50px 0px 0px;}
.sd-23 > *{--gap-h:0px; --gap-v:60px;}
.sd-24{display:flex; flex-direction:column; flex-wrap:nowrap; gap:25px; margin:0px; padding:0px 10px; max-width:100%;}
.sd-24 > *{--gap-h:0px; --gap-v:25px;}
.sd-25{gap:20px;}
.sd-25 > *{--gap-h:0px; --gap-v:20px;}
.sd-26{margin:0px 0px 10px 20px; padding:0px 0px 0px 20px; max-width:calc(100% - 20px);}
.sd-28{font-size:16px;}
.sd-29{flex:none; margin:0px 3px; width:10px; max-width:calc(100% - 6px);}
.sd-30{font-size:14px;}
.sd-31{font-size:20px;}
.sd-32{align-content:flex-end; align-items:flex-end; border-radius:0px; flex:none; flex-direction:column; justify-content:center; margin:10px -20px 10px 0px; width:calc(100% + 20px); z-index:-1; max-width:calc(100% + 20px);}
.sd-32 > *{--gap-h:0px; --gap-v:80px;}
.sd-33{border-radius:16px 0px 0px 16px; box-shadow:7px 7px 20px 3px rgba(0, 0, 0, 0.1); flex:none; width:calc(90% - (var(--gap-h) * 0.1)); max-width:calc(90% - (var(--gap-h) * 0.1));}
.sd-34{margin:0px 0px 0px 20px; width:calc(100% - 20px); max-width:calc(100% - 20px);}
.sd-35{display:flex; flex:none; justify-content:flex-start; margin:10px 0px 0px; overflow-x:auto; overflow-y:hidden; max-width:100%;}
.sd-36{align-content:center; align-items:center; flex-direction:row; flex-wrap:nowrap; justify-content:flex-start; padding:0px; width:100%; max-width:100%;}
.sd-37{flex:none; height:400px; margin:0px 15px; width:300px; max-width:calc(100% - 30px);}
.sd-38{flex:none; height:400px; margin:0px 15px; width:300px; max-width:calc(100% - 30px);}
.sd-39{gap:60px;}
.sd-39 > *{--gap-h:0px; --gap-v:60px;}
.sd-40{display:none; flex-direction:column; flex-wrap:nowrap; gap:25px; margin:0px; padding:0px 10px; width:100%; max-width:100%;}
.sd-40 > *{--gap-h:0px; --gap-v:25px;}
.sd-42{flex-direction:column; flex-wrap:nowrap; gap:30px; padding:0px 10px;}
.sd-42 > *{--gap-h:0px; --gap-v:30px;}
.sd-44{margin:0px 0px 10px 20px; padding:0px 0px 0px 20px; max-width:calc(100% - 20px);}
.sd-46{font-size:16px;}
.sd-47{flex:none; margin:0px 3px; width:10px; max-width:calc(100% - 6px);}
.sd-48{font-size:14px;}
.sd-49{font-size:20px;}
.sd-50{margin:0px 0px 0px 20px; width:calc(100% - 20px); max-width:calc(100% - 20px);}
.sd-51{align-content:flex-end; align-items:flex-end; display:flex; flex:none; flex-direction:column; justify-content:center; margin:0px -40px 0px 0px; z-index:-1; max-width:calc(100% + 40px);}
.sd-51 > *{--gap-h:0px; --gap-v:80px;}
.sd-52{flex:none; width:calc(90% - (var(--gap-h) * 0.1)); max-width:calc(90% - (var(--gap-h) * 0.1));}
.sd-53{display:none; justify-content:flex-start; overflow-x:auto; overflow-y:hidden;}
.sd-54{align-content:center; align-items:center; flex-direction:row; flex-wrap:nowrap; justify-content:flex-start; padding:0px;}
.sd-54 > *{--gap-h:0px; --gap-v:0px;}
.sd-55{display:flex; flex:none; height:400px; margin:0px 15px; width:300px; max-width:calc(100% - 30px);}
.sd-56{display:flex; flex:none; height:400px; margin:0px 15px; width:300px; max-width:calc(100% - 30px);}
.sd-57{flex:none; height:50px;}
.sd-58{flex:none; height:50px;}
.sd-59{background:#FFFFFF; gap:60px; padding:0px;}
.sd-59 > *{--gap-h:0px; --gap-v:60px;}
.sd-60{display:flex; flex-direction:column; flex-wrap:nowrap; gap:25px; margin:0px; padding:0px 10px; max-width:100%;}
.sd-60 > *{--gap-h:0px; --gap-v:25px;}
.sd-61{gap:20px;}
.sd-61 > *{--gap-h:0px; --gap-v:20px;}
.sd-62{margin:0px 0px 10px 20px; padding:0px 0px 0px 20px; max-width:calc(100% - 20px);}
.sd-63{flex:none; padding:0px; width:auto; max-width:100%;}
.sd-64{font-size:16px;}
.sd-65{flex:none; margin:0px 3px; width:10px; max-width:calc(100% - 6px);}
.sd-66{font-size:14px;}
.sd-67{font-size:20px;}
.sd-68{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:column; justify-content:center; margin:10px 0px 10px -20px; width:calc(100% + 20px); z-index:-1; max-width:calc(100% + 20px);}
.sd-68 > *{--gap-h:0px; --gap-v:80px;}
.sd-69{box-shadow:7px 7px 20px 3px rgba(0, 0, 0, 0.1); flex:none; width:calc(90% - (var(--gap-h) * 0.1)); max-width:calc(90% - (var(--gap-h) * 0.1));}
.sd-70{margin:0px 0px 0px 20px; width:calc(100% - 20px); max-width:calc(100% - 20px);}
.sd-71{display:flex; flex:none; justify-content:flex-start; margin:10px 0px 0px; overflow-x:auto; overflow-y:hidden; max-width:100%;}
.sd-72{align-content:center; align-items:center; flex-direction:row; flex-wrap:nowrap; justify-content:flex-start; padding:0px; width:100%; max-width:100%;}
.sd-73{flex:none; height:400px; margin:0px 15px; width:300px; max-width:calc(100% - 30px);}
.sd-74{flex:none; height:400px; margin:0px 15px; width:300px; max-width:calc(100% - 30px);}
.sd-75{gap:60px;}
.sd-75 > *{--gap-h:0px; --gap-v:60px;}
.sd-76{display:none; flex-direction:column; flex-wrap:nowrap; gap:25px; margin:0px; padding:0px 10px; width:100%; max-width:100%;}
.sd-76 > *{--gap-h:0px; --gap-v:25px;}
.sd-78{flex-direction:column; flex-wrap:nowrap; gap:30px; padding:0px 10px;}
.sd-78 > *{--gap-h:0px; --gap-v:30px;}
.sd-79{align-content:flex-end; align-items:flex-end; display:flex; flex:none; flex-direction:column; justify-content:center; margin:0px -40px 0px 0px; z-index:-1; max-width:calc(100% + 40px);}
.sd-79 > *{--gap-h:0px; --gap-v:80px;}
.sd-80{flex:none; width:calc(90% - (var(--gap-h) * 0.1)); max-width:calc(90% - (var(--gap-h) * 0.1));}
.sd-82{margin:0px 0px 10px 20px; padding:0px 0px 0px 20px; max-width:calc(100% - 20px);}
.sd-84{font-size:16px;}
.sd-85{flex:none; margin:0px 3px; width:10px; max-width:calc(100% - 6px);}
.sd-86{font-size:14px;}
.sd-87{font-size:20px;}
.sd-88{margin:0px 0px 0px 20px; width:calc(100% - 20px); max-width:calc(100% - 20px);}
.sd-89{display:none; justify-content:flex-start; overflow-x:auto; overflow-y:hidden;}
.sd-90{align-content:center; align-items:center; flex-direction:row; flex-wrap:nowrap; justify-content:flex-start; padding:0px;}
.sd-90 > *{--gap-h:0px; --gap-v:0px;}
.sd-91{display:flex; flex:none; height:400px; margin:0px 15px; width:300px; max-width:calc(100% - 30px);}
.sd-92{display:flex; flex:none; height:400px; margin:0px 15px; width:300px; max-width:calc(100% - 30px);}
.sd-93{flex:none; height:50px;}
.sd-94{flex:none; height:50px;}
.sd-95{background:#FFFFFF; border-bottom:0px solid rgb(230, 35, 35); border-left:0px solid rgb(230, 35, 35); border-right:0px solid rgb(230, 35, 35); border-top:0px solid rgb(230, 35, 35); gap:60px; padding:0px;}
.sd-95 > *{--gap-h:0px; --gap-v:60px;}
.sd-96{display:flex; flex-direction:column; flex-wrap:nowrap; gap:25px; margin:0px; padding:0px 10px; max-width:100%;}
.sd-96 > *{--gap-h:0px; --gap-v:25px;}
.sd-97{gap:20px;}
.sd-97 > *{--gap-h:0px; --gap-v:20px;}
.sd-98{margin:0px 0px 10px 20px; padding:0px 0px 0px 20px; max-width:calc(100% - 20px);}
.sd-99{flex:none; padding:0px; width:auto; max-width:100%;}
.sd-100{font-size:16px;}
.sd-101{flex:none; margin:0px 3px; width:10px; max-width:calc(100% - 6px);}
.sd-102{font-size:14px;}
.sd-103{font-size:20px;}
.sd-104{align-content:flex-end; align-items:flex-end; flex:none; flex-direction:column; justify-content:center; margin:10px -20px 10px 0px; width:calc(100% + 20px); z-index:-1; max-width:calc(100% + 20px);}
.sd-104 > *{--gap-h:0px; --gap-v:80px;}
.sd-105{box-shadow:7px 7px 20px 3px rgba(0, 0, 0, 0.1); flex:none; width:calc(90% - (var(--gap-h) * 0.1)); max-width:calc(90% - (var(--gap-h) * 0.1));}
.sd-106{margin:0px 0px 0px 20px; width:calc(100% - 20px); max-width:calc(100% - 20px);}
.sd-107{display:flex; flex:none; justify-content:flex-start; margin:10px 0px 0px; overflow-x:auto; overflow-y:hidden; max-width:100%;}
.sd-108{align-content:center; align-items:center; flex-direction:row; flex-wrap:nowrap; justify-content:flex-start; padding:0px; width:100%; max-width:100%;}
.sd-109{flex:none; height:400px; margin:0px 15px; width:300px; max-width:calc(100% - 30px);}
.sd-110{flex:none; height:400px; margin:0px 15px; width:300px; max-width:calc(100% - 30px);}
.sd-111{gap:60px;}
.sd-111 > *{--gap-h:0px; --gap-v:60px;}
.sd-112{display:none; flex-direction:column; flex-wrap:nowrap; gap:25px; margin:0px; padding:0px 10px; width:100%; max-width:100%;}
.sd-112 > *{--gap-h:0px; --gap-v:25px;}
.sd-114{flex-direction:column; flex-wrap:nowrap; gap:30px; padding:0px 10px;}
.sd-114 > *{--gap-h:0px; --gap-v:30px;}
.sd-116{margin:0px 0px 10px 20px; padding:0px 0px 0px 20px; max-width:calc(100% - 20px);}
.sd-118{font-size:16px;}
.sd-119{flex:none; margin:0px 3px; width:10px; max-width:calc(100% - 6px);}
.sd-120{font-size:14px;}
.sd-121{font-size:20px;}
.sd-122{margin:0px 0px 0px 20px; width:calc(100% - 20px); max-width:calc(100% - 20px);}
.sd-123{align-content:flex-end; align-items:flex-end; display:flex; flex:none; flex-direction:column; justify-content:center; margin:0px -40px 0px 0px; z-index:-1; max-width:calc(100% + 40px);}
.sd-123 > *{--gap-h:0px; --gap-v:80px;}
.sd-124{flex:none; width:calc(90% - (var(--gap-h) * 0.1)); max-width:calc(90% - (var(--gap-h) * 0.1));}
.sd-125{display:none; justify-content:flex-start; overflow-x:auto; overflow-y:hidden;}
.sd-126{align-content:center; align-items:center; flex-direction:row; flex-wrap:nowrap; justify-content:flex-start; padding:0px;}
.sd-126 > *{--gap-h:0px; --gap-v:0px;}
.sd-127{display:flex; flex:none; height:400px; margin:0px 15px; width:300px; max-width:calc(100% - 30px);}
.sd-128{display:flex; flex:none; height:400px; margin:0px 15px; width:300px; max-width:calc(100% - 30px);}
.sd-129{flex:none; height:50px;}
.sd-130{flex:none; height:50px;}
.sd-131{background:#FFFFFF; gap:60px; padding:0px 0px 30px;}
.sd-131 > *{--gap-h:0px; --gap-v:60px;}
.sd-132{display:flex; flex-direction:column; flex-wrap:nowrap; gap:25px; margin:0px; padding:0px 10px; max-width:100%;}
.sd-132 > *{--gap-h:0px; --gap-v:25px;}
.sd-133{gap:20px;}
.sd-133 > *{--gap-h:0px; --gap-v:20px;}
.sd-134{margin:0px 0px 10px 20px; padding:0px 0px 0px 20px; max-width:calc(100% - 20px);}
.sd-135{flex:none; padding:0px; width:auto; max-width:100%;}
.sd-136{font-size:16px;}
.sd-137{flex:none; margin:0px 3px; width:10px; max-width:calc(100% - 6px);}
.sd-138{font-size:14px;}
.sd-139{font-size:20px;}
.sd-140{align-content:flex-start; align-items:flex-start; flex:none; flex-direction:column; justify-content:center; margin:10px 0px 10px -20px; width:calc(100% + 20px); z-index:-1; max-width:calc(100% + 20px);}
.sd-140 > *{--gap-h:0px; --gap-v:80px;}
.sd-141{box-shadow:7px 7px 20px 3px rgba(0, 0, 0, 0.1); flex:none; width:calc(90% - (var(--gap-h) * 0.1)); max-width:calc(90% - (var(--gap-h) * 0.1));}
.sd-142{margin:0px 0px 0px 20px; width:calc(100% - 20px); max-width:calc(100% - 20px);}
.sd-143{display:flex; flex:none; justify-content:flex-start; margin:10px 0px 0px; overflow-x:auto; overflow-y:hidden; max-width:100%;}
.sd-144{align-content:center; align-items:center; flex-direction:row; flex-wrap:nowrap; justify-content:flex-start; padding:0px; width:100%; max-width:100%;}
.sd-145{flex:none; height:400px; margin:0px 15px; width:300px; max-width:calc(100% - 30px);}
.sd-146{flex:none; height:400px; margin:0px 15px; width:300px; max-width:calc(100% - 30px);}
.sd-147{gap:60px;}
.sd-147 > *{--gap-h:0px; --gap-v:60px;}
.sd-148{display:none; flex-direction:column; flex-wrap:nowrap; gap:25px; margin:0px; padding:0px 10px; width:100%; max-width:100%;}
.sd-148 > *{--gap-h:0px; --gap-v:25px;}
.sd-150{flex-direction:column; flex-wrap:nowrap; gap:30px; padding:0px 10px;}
.sd-150 > *{--gap-h:0px; --gap-v:30px;}
.sd-151{align-content:flex-end; align-items:flex-end; display:flex; flex:none; flex-direction:column; justify-content:center; margin:0px -40px 0px 0px; z-index:-1; max-width:calc(100% + 40px);}
.sd-151 > *{--gap-h:0px; --gap-v:80px;}
.sd-152{flex:none; width:calc(90% - (var(--gap-h) * 0.1)); max-width:calc(90% - (var(--gap-h) * 0.1));}
.sd-154{margin:0px 0px 10px 20px; padding:0px 0px 0px 20px; max-width:calc(100% - 20px);}
.sd-156{font-size:16px;}
.sd-157{flex:none; margin:0px 3px; width:10px; max-width:calc(100% - 6px);}
.sd-158{font-size:14px;}
.sd-159{font-size:20px;}
.sd-160{margin:0px 0px 0px 20px; width:calc(100% - 20px); max-width:calc(100% - 20px);}
.sd-161{display:none; justify-content:flex-start; overflow-x:auto; overflow-y:hidden;}
.sd-162{align-content:center; align-items:center; flex-direction:row; flex-wrap:nowrap; justify-content:flex-start; padding:0px;}
.sd-162 > *{--gap-h:0px; --gap-v:0px;}
.sd-163{display:flex; flex:none; height:400px; margin:0px 15px; width:300px; max-width:calc(100% - 30px);}
.sd-164{display:flex; flex:none; height:400px; margin:0px 15px; width:300px; max-width:calc(100% - 30px);}
.sd-165{display:none; flex:none; height:auto;}
.sd-166{margin:10px 30px 0px; width:calc(100% - 60px); max-width:calc(100% - 60px);}
.sd-167{margin:20px 0px; width:100%; max-width:100%;}
.sd-168{margin:0px; width:100%; max-width:100%;}
.sd-169{font-size:16px;}
.sd-173{font-size:16px;}
.sd-175{font-size:16px;}
.sd-177{font-size:16px;}
.sd-178{align-content:flex-start; align-items:flex-start; justify-content:flex-start; margin:0px 10px 5px 0px; width:calc(100% - 10px); max-width:calc(100% - 10px);}
.sd-179{font-family:var(--s-font-eab0cf48); font-size:1px; font-weight:400;}
.sd-180{display:none;}
.sd-182{align-content:center; align-items:center; display:flex; flex:none; flex-direction:column-reverse; flex-wrap:nowrap; height:auto; justify-content:flex-end; margin:0px; padding:0px; width:100%; max-width:100%;}
.sd-183{border-bottom:1px dotted #EEEEEE; border-left:1px dotted #EEEEEE; border-right:1px dotted #EEEEEE; border-top:1px dotted #EEEEEE; flex:none; height:90px; margin:0px; width:100%; max-width:100%;}
.sd-183 > .image__bg-container::before{background-size:cover;}
.sd-184{margin:0px 30px; width:calc(100% - 60px); max-width:calc(100% - 60px);}
.sd-185{display:none; height:225px; margin:0px 0px 30px; width:100%; max-width:100%;}
.sd-186{flex:none; flex-direction:column; flex-wrap:nowrap; gap:20px; height:100%; margin:0px 20px; width:calc(100% - 40px); max-width:calc(100% - 40px);}
.sd-186 > *{--gap-h:0px; --gap-v:20px;}
.sd-187{flex:none; height:70px; margin:0px; width:310px; max-width:100%;}
.sd-188{flex:none; height:70px; margin:0px; width:280px; max-width:100%;}
.sd-189{background:#FFFFFF; display:none; flex:none; height:auto; margin:0px; padding:30px 0px 10px; width:100%; max-width:100%;}
.sd-190{flex:none; flex-direction:column; flex-wrap:nowrap; gap:20px; height:calc(100% - 20px); margin:0px 20px 20px; width:calc(100% - 40px); max-width:calc(100% - 40px);}
.sd-190 > *{--gap-h:0px; --gap-v:20px;}
.sd-191{flex:none; height:88px; margin:0px; width:300px; max-width:100%;}
.sd-192{flex:none; height:88px; margin:0px; width:300px; max-width:100%;}
.sd-193{display:none; padding:30px 0px 0px;}
.sd-194{margin:0px 30px; padding:0px; width:calc(100% - 60px); max-width:calc(100% - 60px);}
.sd-195{margin:0px 0px 20px; width:100%; max-width:100%;}
.sd-197{font-size:38px; margin:0px; width:100%; max-width:100%;}
.sd-198{margin:0px 0px 10px; width:100%; max-width:100%;}
.sd-199{font-size:16px; margin:10px 0px 0px; max-width:100%;}
.sd-200{display:none; flex:none; height:auto; margin:0px 10px 30px; width:calc(100% - 20px); max-width:calc(100% - 20px);}
.sd-200__content{flex:none; height:calc(100% - 60px); width:calc(100% - 30px); max-width:calc(100% - 30px);}
.sd-200__content__sd-1{flex:none; height:180px; width:100%; max-width:100%;}
.symbol-2{padding:0px;}
.symbol-3{background:rgba(87, 87, 87, 0.1); flex:none; width:60px;}
.sd-213{bottom:-1px; flex:none; height:90px; top:NaNpx;}
.sd-214{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-215{bottom:0; flex:none; height:100%; left:0; margin:0px; right:0; top:0; width:215px; max-width:100%;}
.sd-215 > .image__bg-container::before{background-size:contain;}
.sd-216{bottom:0; flex:none; height:100%; left:0; margin:0px; right:0; top:0; width:215px; max-width:100%;}
.sd-216 > .image__bg-container::before{background-size:contain;}
.sd-217{display:flex;}
.sd-223{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-224{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-224 > .image__bg-container::before{background-size:contain;}
.sd-225{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-225 > .image__bg-container::before{background-size:contain;}
.sd-226{bottom:90px; display:flex;}
.sd-231{flex:none; height:216px; width:293px; max-width:100%;}
}
@media (max-width: 320px) {
.sd-24{display:flex;}
.sd-24 > *{--gap-h:0px; --gap-v:60px;}
.sd-33{flex:none; height:450px;}
.sd-35{display:flex;}
.sd-40{display:none;}
.sd-40 > *{--gap-h:0px; --gap-v:60px;}
.sd-51{display:flex;}
.sd-51 > *{--gap-h:0px; --gap-v:80px;}
.sd-52{flex:none; height:450px;}
.sd-53{display:none;}
.sd-55{display:flex;}
.sd-56{display:flex;}
.sd-60{display:flex;}
.sd-60 > *{--gap-h:0px; --gap-v:60px;}
.sd-69{flex:none; height:450px;}
.sd-71{display:flex;}
.sd-76{display:none;}
.sd-76 > *{--gap-h:0px; --gap-v:60px;}
.sd-79{display:flex;}
.sd-79 > *{--gap-h:0px; --gap-v:80px;}
.sd-80{flex:none; height:450px;}
.sd-89{display:none;}
.sd-91{display:flex;}
.sd-92{display:flex;}
.sd-96{display:flex;}
.sd-96 > *{--gap-h:0px; --gap-v:60px;}
.sd-105{flex:none; height:450px;}
.sd-107{display:flex;}
.sd-112{display:none;}
.sd-112 > *{--gap-h:0px; --gap-v:60px;}
.sd-123{display:flex;}
.sd-123 > *{--gap-h:0px; --gap-v:80px;}
.sd-124{flex:none; height:450px;}
.sd-125{display:none;}
.sd-127{display:flex;}
.sd-128{display:flex;}
.sd-132{display:flex;}
.sd-132 > *{--gap-h:0px; --gap-v:60px;}
.sd-141{flex:none; height:450px;}
.sd-143{display:flex;}
.sd-148{display:none;}
.sd-148 > *{--gap-h:0px; --gap-v:60px;}
.sd-151{display:flex;}
.sd-151 > *{--gap-h:0px; --gap-v:80px;}
.sd-152{flex:none; height:450px;}
.sd-161{display:none;}
.sd-163{display:flex;}
.sd-164{display:flex;}
.sd-165{display:none;}
.sd-180{display:none;}
.sd-182{display:flex;}
.sd-185{display:none;}
.sd-189{display:none;}
.sd-193{display:none;}
.sd-200{display:none;}
.sd-214{display:none;}
.sd-217{display:flex;}
.sd-223{display:flex;}
.sd-226{display:flex;}
}
