

.logo-slide-viewport {
  overflow: hidden;
  width: 100%;
  height: 90px;
}

.sd[data-s-0cf63975-0e6f-44c5-a058-70668b53d3d0],
.sd[data-s-aeb9b856-a8f9-4818-b279-69f514199104] {
  align-items: flex-start;
  justify-content: flex-start;
}

.logo-slide-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: max-content; 
  will-change: transform;
}

.logo-slide-track--fwd {
  animation: logo-slide-fwd 21s linear infinite;
}

.logo-slide-track--rev {
  animation: logo-slide-rev 21s linear infinite;
}

.logo-slide-img {
  height: 90px;
  width: auto;
  flex-shrink: 0;
  display: block;
  margin-right: 70px; 
}

@keyframes logo-slide-fwd {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-33.3333%); } 
}

@keyframes logo-slide-rev {

  0%   { transform: translateX(-33.3333%); }
  100% { transform: translateX(0); }
}

@media (max-width: 690px) {
  .logo-slide-viewport {
    height: 54px;
  }
  .logo-slide-track--fwd {
    animation-duration: 20s;
  }
  .logo-slide-track--rev {
    animation-duration: 20s;
  }
  .logo-slide-img {
    height: 54px;
    margin-right: 32px;
  }
}

  body:has(input[name="tab"][value="2"]:checked) #tab-wrap-1,
  body:has(input[name="tab"][value="3"]:checked) #tab-wrap-1,
  body:has(input[name="tab"][value="4"]:checked) #tab-wrap-1,
  body:has(input[name="tab"][value="5"]:checked) #tab-wrap-1 {
    display: none;
  }

  body:has(input[name="tab"][value="2"]:checked) #tab-wrap-2 {
    display: flex;
  }
  body:has(input[name="tab"][value="3"]:checked) #tab-wrap-3 {
    display: flex;
  }
  body:has(input[name="tab"][value="4"]:checked) #tab-wrap-4 {
    display: flex;
  }
  body:has(input[name="tab"][value="5"]:checked) #tab-wrap-5 {
    display: flex;
  }

  #tab-btns label:has(input:checked) {
    background-color: #003366 !important;
  }
  #tab-btns label:has(input:checked) p {
    color: #FFFFFF !important;
  }

  body:not(:has(input[name="tab"]:checked)) #tab-btns label:has(input[name="tab"][value="1"]) {
    background-color: #003366 !important;
  }
  body:not(:has(input[name="tab"]:checked)) #tab-btns label:has(input[name="tab"][value="1"]) p {
    color: #FFFFFF !important;
  }

.page-enter-active{transition:.6s cubic-bezier(.4,.4,0,1)}.page-leave-active{transition:.3s cubic-bezier(.4,.4,0,1)}.page-enter-from,.page-leave-to{opacity:0}:root{--rebranding-loading-bg:#e5e5e5;--rebranding-loading-bar:#222}.app[data-v-d12de11f]{align-items:center;flex-direction:column;height:100%;justify-content:center;width:100%}.title[data-v-d12de11f]{font-size:34px;font-weight:300;letter-spacing:2.45px;line-height:30px;margin:30px}.DynamicAnnouncer[data-v-cc1e3fda],.TitleAnnouncer[data-v-1a8a037a]{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.publish-studio-style[data-v-74fe0335],.product-font-style[data-v-ed93fc7d]{transition:.4s cubic-bezier(.4,.4,0,1)}.spinner[data-v-36413753]{animation:loading-spin-36413753 1s linear infinite;height:16px;pointer-events:none;width:16px}.spinner[data-v-36413753]:before{border-bottom:2px solid transparent;border-right:2px solid transparent;border-color:transparent currentcolor currentcolor transparent;border-style:solid;border-width:2px;opacity:.2}.spinner[data-v-36413753]:after,.spinner[data-v-36413753]:before{border-radius:50%;box-sizing:border-box;content:"";height:100%;position:absolute;width:100%}.spinner[data-v-36413753]:after{border-left:2px solid transparent;border-top:2px solid transparent;border-color:currentcolor transparent transparent currentcolor;border-style:solid;border-width:2px;opacity:1}@keyframes loading-spin-36413753{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@font-face{font-family:grandam;font-style:normal;font-weight:400;src:url(/assets/fonts/grandam.ttf) format("truetype")}@font-face{font-family:Material Icons;font-style:normal;font-weight:400;src:url(/assets/fonts/MaterialIcons-Regular.eot);src:local("Material Icons"),local("MaterialIcons-Regular"),url(/assets/fonts/MaterialIcons-Regular.woff2) format("woff2"),url(/assets/fonts/MaterialIcons-Regular.woff) format("woff"),url(/assets/fonts/MaterialIcons-Regular.ttf) format("truetype")}.StudioCanvas{display:flex;height:auto;min-height:100dvh}.StudioCanvas>.sd{min-height:100dvh;overflow:clip}body,html{margin:0;padding:0}:where(.render-canvas),:where(.render-canvas) a,:where(.render-canvas) abbr,:where(.render-canvas) address,:where(.render-canvas) article,:where(.render-canvas) aside,:where(.render-canvas) audio,:where(.render-canvas) b,:where(.render-canvas) blockquote,:where(.render-canvas) button,:where(.render-canvas) canvas,:where(.render-canvas) caption,:where(.render-canvas) cite,:where(.render-canvas) code,:where(.render-canvas) dd,:where(.render-canvas) del,:where(.render-canvas) details,:where(.render-canvas) dfn,:where(.render-canvas) div,:where(.render-canvas) dl,:where(.render-canvas) dt,:where(.render-canvas) em,:where(.render-canvas) fieldset,:where(.render-canvas) figcaption,:where(.render-canvas) figure,:where(.render-canvas) footer,:where(.render-canvas) form,:where(.render-canvas) h1,:where(.render-canvas) h2,:where(.render-canvas) h3,:where(.render-canvas) h4,:where(.render-canvas) h5,:where(.render-canvas) h6,:where(.render-canvas) header,:where(.render-canvas) hgroup,:where(.render-canvas) i,:where(.render-canvas) iframe,:where(.render-canvas) img,:where(.render-canvas) input,:where(.render-canvas) ins,:where(.render-canvas) kbd,:where(.render-canvas) label,:where(.render-canvas) legend,:where(.render-canvas) li,:where(.render-canvas) loop-box,:where(.render-canvas) main,:where(.render-canvas) mark,:where(.render-canvas) menu,:where(.render-canvas) nav,:where(.render-canvas) object,:where(.render-canvas) ol,:where(.render-canvas) p,:where(.render-canvas) pre,:where(.render-canvas) q,:where(.render-canvas) samp,:where(.render-canvas) section,:where(.render-canvas) select,:where(.render-canvas) small,:where(.render-canvas) span,:where(.render-canvas) strong,:where(.render-canvas) sub,:where(.render-canvas) summary,:where(.render-canvas) sup,:where(.render-canvas) table,:where(.render-canvas) tbody,:where(.render-canvas) td,:where(.render-canvas) textarea,:where(.render-canvas) tfoot,:where(.render-canvas) th,:where(.render-canvas) thead,:where(.render-canvas) time,:where(.render-canvas) tr,:where(.render-canvas) ul,:where(.render-canvas) var,:where(.render-canvas) video{border:0;font-family:sans-serif;line-height:1;list-style:none;margin:0;padding:0;text-decoration:none;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;box-sizing:border-box;color:#333;transition:.3s cubic-bezier(.4,.4,0,1);word-spacing:1px}:where(.render-canvas) a:focus:not(:focus-visible),:where(.render-canvas) button:focus:not(:focus-visible),:where(.render-canvas) summary:focus:not(:focus-visible){outline:none}:where(.render-canvas) nav ul{list-style:none}:where(.render-canvas) blockquote,:where(.render-canvas) q{quotes:none}:where(.render-canvas) blockquote:after,:where(.render-canvas) blockquote:before,:where(.render-canvas) q:after,:where(.render-canvas) q:before{content:none}:where(.render-canvas) a,:where(.render-canvas) button{background:transparent;font-size:100%;margin:0;padding:0;vertical-align:baseline}:where(.render-canvas) ins{background-color:#ff9;color:#000;text-decoration:none}:where(.render-canvas) mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}:where(.render-canvas) del{text-decoration:line-through}:where(.render-canvas) abbr[title],:where(.render-canvas) dfn[title]{border-bottom:1px dotted;cursor:help}:where(.render-canvas) table{border-collapse:collapse;border-spacing:0}:where(.render-canvas) hr{border:0;border-top:1px solid #ccc;display:block;height:1px;margin:1em 0;padding:0}:where(.render-canvas) input,:where(.render-canvas) select{vertical-align:middle}:where(.render-canvas) textarea{resize:none}:where(.render-canvas) .clearfix:after{clear:both;content:"";display:block}:where(.render-canvas) [slot=after] button{overflow-anchor:none}:where(.render-canvas) .sd{flex-wrap:nowrap;max-width:100%;pointer-events:all;z-index:0;-webkit-overflow-scrolling:touch;align-content:center;align-items:center;display:flex;flex:none;flex-direction:column;position:relative}:where(.render-canvas) .sd::-webkit-scrollbar{display:none}:where(.render-canvas) .sd,:where(.render-canvas) .sd.richText *{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}:where(.render-canvas) input.sd,:where(.render-canvas) textarea.sd{align-content:normal}:where(.render-canvas) .sd[tabindex]:focus{outline:none}:where(.render-canvas) .sd[tabindex]:focus-visible{outline:1px solid;outline-color:Highlight;outline-color:-webkit-focus-ring-color}:where(.render-canvas) input[type=email],:where(.render-canvas) input[type=tel],:where(.render-canvas) input[type=text],:where(.render-canvas) select,:where(.render-canvas) textarea{-webkit-appearance:none}:where(.render-canvas) select{cursor:pointer}:where(.render-canvas) .frame{display:block;overflow:hidden}:where(.render-canvas) .frame>iframe{height:100%;width:100%}:where(.render-canvas) .frame .formrun-embed>iframe:not(:first-child){display:none!important}:where(.render-canvas) .image{position:relative}:where(.render-canvas) .image:before{background-position:50%;background-size:cover;border-radius:inherit;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:inherit;width:100%;z-index:-2}:where(.render-canvas) .sd.file{cursor:pointer;flex-direction:row;outline:2px solid transparent;outline-offset:-1px;overflow-wrap:anywhere;word-break:break-word}:where(.render-canvas) .sd.file:focus-within{outline-color:Highlight;outline-color:-webkit-focus-ring-color}:where(.render-canvas) .file>input[type=file]{opacity:0;pointer-events:none;position:absolute}:where(.render-canvas) .sd.text,:where(.render-canvas) .sd:where(.icon){align-content:center;align-items:center;display:flex;flex-direction:row;justify-content:center;overflow:visible;overflow-wrap:anywhere;word-break:break-word}:where(.render-canvas) .sd:where(.icon.fa){display:inline-flex}:where(.render-canvas) .material-icons{align-items:center;display:inline-flex;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;justify-content:center;letter-spacing:normal;line-height:1;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}:where(.render-canvas) .sd:where(.icon.material-symbols){align-items:center;display:flex;font-style:normal;font-variation-settings:"FILL" var(--symbol-fill,0),"wght" var(--symbol-weight,400);justify-content:center;min-height:1em;min-width:1em}:where(.render-canvas) .sd.material-symbols-outlined{font-family:Material Symbols Outlined}:where(.render-canvas) .sd.material-symbols-rounded{font-family:Material Symbols Rounded}:where(.render-canvas) .sd.material-symbols-sharp{font-family:Material Symbols Sharp}:where(.render-canvas) .sd.material-symbols-weight-100{--symbol-weight:100}:where(.render-canvas) .sd.material-symbols-weight-200{--symbol-weight:200}:where(.render-canvas) .sd.material-symbols-weight-300{--symbol-weight:300}:where(.render-canvas) .sd.material-symbols-weight-400{--symbol-weight:400}:where(.render-canvas) .sd.material-symbols-weight-500{--symbol-weight:500}:where(.render-canvas) .sd.material-symbols-weight-600{--symbol-weight:600}:where(.render-canvas) .sd.material-symbols-weight-700{--symbol-weight:700}:where(.render-canvas) .sd.material-symbols-fill{--symbol-fill:1}:where(.render-canvas) a,:where(.render-canvas) a.icon,:where(.render-canvas) a.text{-webkit-tap-highlight-color:rgba(0,0,0,.15)}:where(.render-canvas) .fixed{z-index:2}:where(.render-canvas) .sticky{z-index:1}:where(.render-canvas) .button{cursor:pointer;transition:.4s cubic-bezier(.4,.4,0,1)}:where(.render-canvas) .link{cursor:pointer}:where(.render-canvas) .submitLoading{opacity:.5!important;pointer-events:none!important}:where(.render-canvas) .richText{display:block;word-break:break-word}:where(.render-canvas) .richText [data-thread],:where(.render-canvas) .richText a,:where(.render-canvas) .richText blockquote,:where(.render-canvas) .richText em,:where(.render-canvas) .richText h1,:where(.render-canvas) .richText h2,:where(.render-canvas) .richText h3,:where(.render-canvas) .richText h4,:where(.render-canvas) .richText li,:where(.render-canvas) .richText ol,:where(.render-canvas) .richText p,:where(.render-canvas) .richText p>code,:where(.render-canvas) .richText pre,:where(.render-canvas) .richText pre>code,:where(.render-canvas) .richText s,:where(.render-canvas) .richText strong,:where(.render-canvas) .richText table tbody,:where(.render-canvas) .richText table tbody tr,:where(.render-canvas) .richText table tbody tr>td,:where(.render-canvas) .richText table tbody tr>th,:where(.render-canvas) .richText u,:where(.render-canvas) .richText ul{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}:where(.render-canvas) .richText p{align-self:stretch;display:block;margin:10px 0}:where(.render-canvas) .richText>p{min-height:1em}:where(.render-canvas) .richText img,:where(.render-canvas) .richText video{height:auto;max-width:100%;vertical-align:bottom}:where(.render-canvas) .richText h1{align-self:stretch;display:block;font-size:3em;font-weight:700;margin:20px 0}:where(.render-canvas) .richText h2{align-self:stretch;display:block;font-size:2em;font-weight:700;margin:10px 0}:where(.render-canvas) .richText h3{align-self:stretch;display:block;font-size:1em;font-weight:700;margin:10px 0}:where(.render-canvas) .richText h4{align-self:stretch;display:block;font-size:1em;font-weight:600;margin:10px 0}:where(.render-canvas) .richText h5{align-self:stretch;display:block;font-size:1em;font-weight:600;margin:10px 0}:where(.render-canvas) .richText h6{align-self:stretch;display:block;font-size:1em;font-weight:500;margin:10px 0}:where(.render-canvas) .richText [data-type=table]{overflow-x:auto}:where(.render-canvas) .richText [data-type=table] p{white-space:pre-line;word-break:break-all}:where(.render-canvas) .richText table{border:1px solid #f2f2f2;border-collapse:collapse;border-spacing:unset;color:#1a1a1a;font-size:14px;line-height:1.4;margin:10px 0;table-layout:auto}:where(.render-canvas) .richText table tr th{background:#f5f5f580}:where(.render-canvas) .richText table tr td,:where(.render-canvas) .richText table tr th{border:1px solid #f2f2f2;max-width:240px;min-width:100px;padding:12px}:where(.render-canvas) .richText table tr td p,:where(.render-canvas) .richText table tr th p{margin:0}:where(.render-canvas) .richText blockquote{border-left:3px solid rgba(0,0,0,.15);font-style:italic;margin:10px 0;padding:10px 15px}:where(.render-canvas) .richText [data-type=embed_code]{margin:20px 0;position:relative}:where(.render-canvas) .richText [data-type=embed_code]>.height-adjuster>.wrapper{position:relative}:where(.render-canvas) .richText [data-type=embed_code]>.height-adjuster>.wrapper[style*=padding-top] iframe{height:100%;left:0;position:absolute;top:0;width:100%}:where(.render-canvas) .richText [data-type=embed_code][data-embed-sandbox=true]{display:block;overflow:hidden}:where(.render-canvas) .richText [data-type=embed_code][data-embed-code-type=instagram]>.height-adjuster>.wrapper[style*=padding-top]{padding-top:100%}:where(.render-canvas) .richText [data-type=embed_code][data-embed-code-type=instagram]>.height-adjuster>.wrapper[style*=padding-top] blockquote{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}:where(.render-canvas) .richText [data-type=embed_code][data-embed-code-type=codepen]>.height-adjuster>.wrapper{padding-top:50%}:where(.render-canvas) .richText [data-type=embed_code][data-embed-code-type=codepen]>.height-adjuster>.wrapper iframe{height:100%;left:0;position:absolute;top:0;width:100%}:where(.render-canvas) .richText [data-type=embed_code][data-embed-code-type=slideshare]>.height-adjuster>.wrapper{padding-top:56.25%}:where(.render-canvas) .richText [data-type=embed_code][data-embed-code-type=slideshare]>.height-adjuster>.wrapper iframe{height:100%;left:0;position:absolute;top:0;width:100%}:where(.render-canvas) .richText [data-type=embed_code][data-embed-code-type=speakerdeck]>.height-adjuster>.wrapper{padding-top:56.25%}:where(.render-canvas) .richText [data-type=embed_code][data-embed-code-type=speakerdeck]>.height-adjuster>.wrapper iframe{height:100%;left:0;position:absolute;top:0;width:100%}:where(.render-canvas) .richText [data-type=embed_code][data-embed-code-type=snapwidget]>.height-adjuster>.wrapper{padding-top:30%}:where(.render-canvas) .richText [data-type=embed_code][data-embed-code-type=snapwidget]>.height-adjuster>.wrapper iframe{height:100%;left:0;position:absolute;top:0;width:100%}:where(.render-canvas) .richText [data-type=embed_code][data-embed-code-type=firework]>.height-adjuster>.wrapper fw-embed-feed{-webkit-user-select:none;-moz-user-select:none;user-select:none}:where(.render-canvas) .richText [data-type=embed_code_empty]{display:none}:where(.render-canvas) .richText [data-type=pdf_link]{margin:10px 0}:where(.render-canvas) .richText [data-type=video_block]{margin:10px 0}:where(.render-canvas) .richText ul{margin:0 0 0 20px}:where(.render-canvas) .richText ul li{list-style:disc;margin:10px 0}:where(.render-canvas) .richText ul li p{margin:0}:where(.render-canvas) .richText ol{margin:0 0 0 20px}:where(.render-canvas) .richText ol li{list-style:decimal;margin:10px 0}:where(.render-canvas) .richText ol li p{margin:0}:where(.render-canvas) .richText hr{border-top:1px solid #ccc;margin:10px 0}:where(.render-canvas) .richText p>code{background:#eee;border:1px solid rgba(0,0,0,.1);border-radius:6px;display:inline;margin:2px;padding:0 5px}:where(.render-canvas) .richText pre{background:#eee;border-radius:6px;font-family:Menlo,Monaco,Courier New,monospace;margin:20px 0;padding:25px 35px;white-space:pre-wrap}:where(.render-canvas) .richText pre code{border:none;padding:0}:where(.render-canvas) .richText strong{color:inherit;display:inline;font-family:inherit;font-weight:900}:where(.render-canvas) .richText em{font-style:italic}:where(.render-canvas) .richText u{text-decoration:underline}:where(.render-canvas) .richText a{color:#007cff;display:inline;text-decoration:underline}:where(.render-canvas) .richText s{text-decoration:line-through}:where(.render-canvas) .richText [data-type=table_of_contents]{background-color:#f5f5f5;border-radius:2px;color:#616161;font-size:16px;list-style:none;margin:0;padding:24px 24px 8px;text-decoration:underline}:where(.render-canvas) .richText [data-type=table_of_contents] .toc_list{margin:0}:where(.render-canvas) .richText [data-type=table_of_contents] .toc_item{color:currentColor;font-size:inherit!important;font-weight:inherit;list-style:none}:where(.render-canvas) .richText [data-type=table_of_contents] .toc_item>a{border:none;color:currentColor;font-size:inherit!important;font-weight:inherit;text-decoration:none}:where(.render-canvas) .richText [data-type=table_of_contents] .toc_item>a:hover{opacity:.7}:where(.render-canvas) .richText [data-type=table_of_contents] .toc_item--1{margin:0 0 16px}:where(.render-canvas) .richText [data-type=table_of_contents] .toc_item--2{margin:0 0 16px;padding-left:2rem}:where(.render-canvas) .richText [data-type=table_of_contents] .toc_item--3{margin:0 0 16px;padding-left:4rem}:where(.render-canvas) .sd.section{align-content:center!important;align-items:center!important;flex-direction:column!important;flex-wrap:nowrap!important;height:auto!important;max-width:100%!important;padding:0!important;width:100%!important}:where(.render-canvas) .sd.section-inner{position:static!important}@property --g-angle{syntax:"<angle>";inherits:false;initial-value:180deg}@property --g-color-0{syntax:"<color>";inherits:false;initial-value:transparent}@property --g-position-0{syntax:"<percentage>";inherits:false;initial-value:.01%}@property --g-color-1{syntax:"<color>";inherits:false;initial-value:transparent}@property --g-position-1{syntax:"<percentage>";inherits:false;initial-value:100%}@property --g-color-2{syntax:"<color>";inherits:false;initial-value:transparent}@property --g-position-2{syntax:"<percentage>";inherits:false;initial-value:100%}@property --g-color-3{syntax:"<color>";inherits:false;initial-value:transparent}@property --g-position-3{syntax:"<percentage>";inherits:false;initial-value:100%}@property --g-color-4{syntax:"<color>";inherits:false;initial-value:transparent}@property --g-position-4{syntax:"<percentage>";inherits:false;initial-value:100%}@property --g-color-5{syntax:"<color>";inherits:false;initial-value:transparent}@property --g-position-5{syntax:"<percentage>";inherits:false;initial-value:100%}@property --g-color-6{syntax:"<color>";inherits:false;initial-value:transparent}@property --g-position-6{syntax:"<percentage>";inherits:false;initial-value:100%}@property --g-color-7{syntax:"<color>";inherits:false;initial-value:transparent}@property --g-position-7{syntax:"<percentage>";inherits:false;initial-value:100%}@property --g-color-8{syntax:"<color>";inherits:false;initial-value:transparent}@property --g-position-8{syntax:"<percentage>";inherits:false;initial-value:100%}@property --g-color-9{syntax:"<color>";inherits:false;initial-value:transparent}@property --g-position-9{syntax:"<percentage>";inherits:false;initial-value:100%}@property --g-color-10{syntax:"<color>";inherits:false;initial-value:transparent}@property --g-position-10{syntax:"<percentage>";inherits:false;initial-value:100%}@property --g-color-11{syntax:"<color>";inherits:false;initial-value:transparent}@property --g-position-11{syntax:"<percentage>";inherits:false;initial-value:100%}.snackbar[data-v-b7eda576]{align-items:center;background:#fff;border:1px solid #ededed;border-radius:6px;box-shadow:0 16px 48px -8px #00000014,0 10px 25px -5px #0000001c;box-sizing:border-box;display:flex;flex-direction:row;font-family:Inter,Noto Sans JP,sans-serif;gap:8px;justify-content:space-between;left:50%;max-width:90vw;padding:16px 20px;position:fixed;top:32px;transform:translate(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:480px;z-index:9999}.snackbar.v-enter-active[data-v-b7eda576],.snackbar.v-leave-active[data-v-b7eda576]{transition:.4s cubic-bezier(.4,.4,0,1)}.snackbar.v-enter-from[data-v-b7eda576],.snackbar.v-leave-to[data-v-b7eda576]{opacity:0;transform:translate(-50%,-10px)}.snackbar .convey[data-v-b7eda576]{align-items:center;display:flex;flex-direction:row;gap:8px;padding:0}.snackbar .convey .icon[data-v-b7eda576]{background-position:50%;background-repeat:no-repeat;flex-shrink:0;height:24px;width:24px}.snackbar .convey .message[data-v-b7eda576]{font-size:14px;font-style:normal;font-weight:400;line-height:20px;white-space:pre-line}.snackbar .convey.error .icon[data-v-b7eda576]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23f84f65' fill-rule='evenodd' d='M12 22.5c5.799 0 10.5-4.701 10.5-10.5S17.799 1.5 12 1.5 1.5 6.201 1.5 12 6.201 22.5 12 22.5M9.046 7.455a1.125 1.125 0 0 0-1.591 1.59L10.409 12l-2.954 2.954a1.125 1.125 0 0 0 1.59 1.592L12 13.59l2.955 2.955a1.125 1.125 0 0 0 1.59-1.591L13.592 12l2.955-2.954a1.125 1.125 0 0 0-1.591-1.591L12 10.409z' clip-rule='evenodd'/%3E%3C/svg%3E")}.snackbar .convey.error .message[data-v-b7eda576]{color:#f84f65}.snackbar .convey.success .icon[data-v-b7eda576]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23111' fill-rule='evenodd' d='M12 20.125a8.125 8.125 0 1 0 0-16.25 8.125 8.125 0 0 0 0 16.25M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10' clip-rule='evenodd'/%3E%3Cpath fill='%23111' fill-rule='evenodd' d='M7.337 11.287a.94.94 0 0 1 1.326 0l1.812 1.812 4.287-4.287a.938.938 0 0 1 1.326 1.326l-4.95 4.95a.94.94 0 0 1-1.326 0l-2.475-2.475a.94.94 0 0 1 0-1.326' clip-rule='evenodd'/%3E%3C/svg%3E")}.snackbar .convey.success .message[data-v-b7eda576]{color:#111}.snackbar .button[data-v-b7eda576]{align-items:center;background:transparent;border:0;border-radius:40px;box-sizing:border-box;color:#4b9cfb;cursor:pointer;display:flex;flex-shrink:0;font-family:inherit;font-size:12px;font-style:normal;font-weight:700;justify-content:center;line-height:16px;margin:0;padding:4px 8px}.snackbar .button[data-v-b7eda576]:hover{background:#f5f5f5}.studio-banner-popover[data-v-a7946717]{background:transparent;border:none;inset:unset;bottom:20px;left:20px;overflow:hidden;padding:0;position:fixed}a[data-v-a7946717]{align-items:center;border-radius:4px;display:flex;height:20px;justify-content:center;perspective:300px;transition:0s linear;width:84px}@media(hover:hover){a[data-v-a7946717]{transition:.4s cubic-bezier(.4,.4,0,1);will-change:width,height}a[data-v-a7946717]:hover{height:32px;width:200px}}[data-v-a7946717] .custom-fill path{fill:var(--v205d2299)}.fade-enter-active[data-v-a7946717],.fade-leave-active[data-v-a7946717]{position:absolute;transform:translateZ(0);transition:opacity .3s cubic-bezier(.4,.4,0,1);will-change:opacity,transform}.fade-enter-from[data-v-a7946717],.fade-leave-to[data-v-a7946717]{opacity:0}.design-canvas__modal{height:100%;pointer-events:none;position:fixed;transition:none;width:100%;z-index:2}.design-canvas__modal:focus{outline:none}.design-canvas__modal.v-enter-active .studio-canvas,.design-canvas__modal.v-leave-active,.design-canvas__modal.v-leave-active .studio-canvas{transition:.4s cubic-bezier(.4,.4,0,1)}.design-canvas__modal.v-enter-active .studio-canvas *,.design-canvas__modal.v-leave-active .studio-canvas *{transition:none!important}.design-canvas__modal.isNone{transition:none}.design-canvas__modal .design-canvas__modal__base{height:100%;left:0;pointer-events:auto;position:fixed;top:0;transition:.4s cubic-bezier(.4,.4,0,1);width:100%;z-index:-1}.design-canvas__modal .studio-canvas{height:100%;pointer-events:none}.design-canvas__modal .studio-canvas>*{background:none!important;pointer-events:none}

@font-face { font-family: 'Material Symbols Outlined'; src: url('/assets/fonts/MaterialIcons-Regular.woff2') format('woff2'); font-display: block; }

.fa-brands,.fa-solid{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;--fa-display:inline-flex;align-items:center;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;justify-content:center;line-height:1;text-rendering:auto}.fa-solid{font-family:Font Awesome\ 6 Free;font-weight:900}.fa-brands{font-family:Font Awesome\ 6 Brands;font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-display:block;font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:900;src:url(/assets/fonts/fa-solid-900.woff2) format("woff2"),url(/assets/fonts/fa-solid-900.ttf) format("truetype")}@font-face{font-display:block;font-family:Font Awesome\ 6 Brands;font-style:normal;font-weight:400;src:url(/assets/fonts/fa-brands-400.woff2) format("woff2"),url(/assets/fonts/fa-brands-400.ttf) format("truetype")}.fa-slash:before { content: "\f715"; }
.fa-arrow-right:before { content: "\f061"; }

@font-face { font-family: 'Noto Sans JP'; font-weight: 400; font-display: swap; src: url('/assets/fonts/noto-sans-jp-400.woff2') format('woff2'); }
@font-face { font-family: 'Noto Sans JP'; font-weight: 500; font-display: swap; src: url('/assets/fonts/noto-sans-jp-500.woff2') format('woff2'); }
@font-face { font-family: 'Noto Sans JP'; font-weight: 600; font-display: swap; src: url('/assets/fonts/noto-sans-jp-600.woff2') format('woff2'); }
@font-face { font-family: 'Noto Sans JP'; font-weight: 700; font-display: swap; src: url('/assets/fonts/noto-sans-jp-700.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-weight: 400; font-display: swap; src: url('/assets/fonts/inter-400.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-weight: 500; font-display: swap; src: url('/assets/fonts/inter-500.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-weight: 600; font-display: swap; src: url('/assets/fonts/inter-600.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-weight: 700; font-display: swap; src: url('/assets/fonts/inter-700.woff2') format('woff2'); }
@font-face { font-family: 'Roboto'; font-weight: 400; font-display: swap; src: url('/assets/fonts/roboto-400.woff2') format('woff2'); }
@font-face { font-family: 'Roboto'; font-weight: 500; font-display: swap; src: url('/assets/fonts/roboto-500.woff2') format('woff2'); }
@font-face { font-family: 'Roboto'; font-weight: 700; font-display: swap; src: url('/assets/fonts/roboto-700.woff2') format('woff2'); }

@font-face { font-family: 'M3-W4'; font-weight: 100 900; font-display: swap; src: local('ヒラギノ角ゴ W4 JIS2004','M3-W4'), local('ヒラギノ角ゴシック W4'), local('Hiragino Kaku Gothic W4'), local('Hiragino Sans W4'), url('/assets/fonts/noto-sans-jp-400.woff2') format('woff2'); }
@font-face { font-family: 'M3-W5'; font-weight: 100 900; font-display: swap; src: local('ヒラギノ角ゴ W5 JIS2004','M3-W5'), local('ヒラギノ角ゴシック W5'), local('Hiragino Kaku Gothic W5'), local('Hiragino Sans W5'), url('/assets/fonts/noto-sans-jp-500.woff2') format('woff2'); }
@font-face { font-family: 'M3-W6'; font-weight: 100 900; font-display: swap; src: local('ヒラギノ角ゴ W6 JIS2004','M3-W6'), local('ヒラギノ角ゴシック W6'), local('Hiragino Kaku Gothic W6'), local('Hiragino Sans W6'), url('/assets/fonts/noto-sans-jp-700.woff2') format('woff2'); }

@font-face { font-family: 'Noto Sans'; font-style: normal; font-weight: 100 900; font-display: swap; src: url('/assets/fonts/noto-sans-400.woff2') format('woff2'); }

.sd[data-s-125792ad-4129-4013-a6f4-f83c8e594123] { align-content: center; align-items: center; backdrop-filter: blur(40px); -webkit-backdrop-filter: blur(40px); background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); flex-direction: column; flex-wrap: nowrap; justify-content: center; margin: 0 0 0 0; padding: 0px; position: sticky; top: 0; width: 100%; z-index: 3; max-width: 100%; --g-color-0: rgba(255, 255, 255, 0.9); --g-position-0: 0%; --g-color-1: rgba(255, 255, 255, 0.9); --g-position-1: 100%; --g-color-2: rgba(255, 255, 255, 0.9); --g-position-2: 100%; --g-color-3: rgba(255, 255, 255, 0.9); --g-position-3: 100%; --g-color-4: rgba(255, 255, 255, 0.9); --g-position-4: 100%; --g-color-5: rgba(255, 255, 255, 0.9); --g-position-5: 100%; --g-color-6: rgba(255, 255, 255, 0.9); --g-position-6: 100%; --g-color-7: rgba(255, 255, 255, 0.9); --g-position-7: 100%; --g-color-8: rgba(255, 255, 255, 0.9); --g-position-8: 100%; --g-color-9: rgba(255, 255, 255, 0.9); --g-position-9: 100%; --g-color-10: rgba(255, 255, 255, 0.9); --g-position-10: 100%; --g-color-11: rgba(255, 255, 255, 0.9); --g-position-11: 100%; --g-angle: 90deg; }
@media screen and (max-width: 990px){
.sd[data-s-125792ad-4129-4013-a6f4-f83c8e594123] { display: flex; }
}
@media screen and (max-width: 690px){
.sd[data-s-125792ad-4129-4013-a6f4-f83c8e594123] { display: flex; }
}
@media screen and (max-width: 360px){
.sd[data-s-125792ad-4129-4013-a6f4-f83c8e594123] { display: flex; }
}.sd[data-s-99e8785c-e051-43fe-b6f5-18b0fff23c20] { background: rgba(255, 255, 255, 0); border-radius: 0px; bottom: -60px; display: flex; flex: none; height: 0px; left: 60px; margin: 0 0 0 0; opacity: 1; padding: 0 0 0 0; position: fixed; right: -60px; top: 60px; width: 100vw; z-index: -3; max-width: 100vw; }
@media screen and (max-width: 1280px){
.sd[data-s-99e8785c-e051-43fe-b6f5-18b0fff23c20] { display: flex; }
}
@media screen and (max-width: 990px){
.sd[data-s-99e8785c-e051-43fe-b6f5-18b0fff23c20] { display: flex; }
}
@media screen and (max-width: 690px){
.sd[data-s-99e8785c-e051-43fe-b6f5-18b0fff23c20] { display: flex; }
}
@media screen and (max-width: 360px){
.sd[data-s-99e8785c-e051-43fe-b6f5-18b0fff23c20] { display: flex; }
}.sd[data-s-9e8957d1-827f-488f-9012-35dd78574c64] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; justify-content: space-between; margin: 0px 20px; padding: 12px 0px 12px 12px; width: 1440px; --gap-h-9e8957d1-827f-488f-9012-35dd78574c64: 20px; --gap-v-9e8957d1-827f-488f-9012-35dd78574c64: 0px; --gap-uuid: 9e8957d1-827f-488f-9012-35dd78574c64; max-width: calc(100% - 40px); }
@media screen and (max-width: 1280px){
.sd[data-s-9e8957d1-827f-488f-9012-35dd78574c64] { padding: 12px 0px 10px 0px; --gap-h-9e8957d1-827f-488f-9012-35dd78574c64: 20px; --gap-v-9e8957d1-827f-488f-9012-35dd78574c64: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-9e8957d1-827f-488f-9012-35dd78574c64] { padding: 16px 0px 12px 0px; --gap-h-9e8957d1-827f-488f-9012-35dd78574c64: 20px; --gap-v-9e8957d1-827f-488f-9012-35dd78574c64: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-9e8957d1-827f-488f-9012-35dd78574c64] { flex-direction: row; flex-wrap: nowrap; margin: 0px 16px 0px 20px; padding: 20px 0px 12px 0px; --gap-h-9e8957d1-827f-488f-9012-35dd78574c64: 20px; --gap-v-9e8957d1-827f-488f-9012-35dd78574c64: 0px; max-width: calc(100% - 36px); }
}
@media screen and (max-width: 360px){
.sd[data-s-9e8957d1-827f-488f-9012-35dd78574c64] { margin: 0px 12px 0px 16px; --gap-h-9e8957d1-827f-488f-9012-35dd78574c64: 20px; --gap-v-9e8957d1-827f-488f-9012-35dd78574c64: 0px; max-width: calc(100% - 28px); }
}.sd[data-s-a325406c-9a1b-487e-ab9d-1ee97768bc06] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 20px; justify-content: center; padding: 0px; --gap-h-a325406c-9a1b-487e-ab9d-1ee97768bc06: 20px; --gap-v-a325406c-9a1b-487e-ab9d-1ee97768bc06: 0px; --gap-uuid: a325406c-9a1b-487e-ab9d-1ee97768bc06; }.sd[data-s-c8f3a262-2a78-4e35-92e6-2d953df731fa] { flex: none; height: 44px; width: auto; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-c8f3a262-2a78-4e35-92e6-2d953df731fa] { flex: none; }
}
@media screen and (max-width: 690px){
.sd[data-s-c8f3a262-2a78-4e35-92e6-2d953df731fa] { flex: none; height: 32px; max-width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-c8f3a262-2a78-4e35-92e6-2d953df731fa] { flex: none; }
}.sd[data-s-bbfaffe3-ae08-4118-b1af-84041501f4d4] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 16px; justify-content: center; padding: 0px; --gap-h-bbfaffe3-ae08-4118-b1af-84041501f4d4: 16px; --gap-v-bbfaffe3-ae08-4118-b1af-84041501f4d4: 0px; --gap-uuid: bbfaffe3-ae08-4118-b1af-84041501f4d4; }
@media screen and (max-width: 1280px){
.sd[data-s-bbfaffe3-ae08-4118-b1af-84041501f4d4] { gap: 12px; --gap-h-bbfaffe3-ae08-4118-b1af-84041501f4d4: 12px; --gap-v-bbfaffe3-ae08-4118-b1af-84041501f4d4: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-bbfaffe3-ae08-4118-b1af-84041501f4d4] { display: none; --gap-h-bbfaffe3-ae08-4118-b1af-84041501f4d4: 16px; --gap-v-bbfaffe3-ae08-4118-b1af-84041501f4d4: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-bbfaffe3-ae08-4118-b1af-84041501f4d4] { display: none; --gap-h-bbfaffe3-ae08-4118-b1af-84041501f4d4: 16px; --gap-v-bbfaffe3-ae08-4118-b1af-84041501f4d4: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-bbfaffe3-ae08-4118-b1af-84041501f4d4] { display: none; --gap-h-bbfaffe3-ae08-4118-b1af-84041501f4d4: 16px; --gap-v-bbfaffe3-ae08-4118-b1af-84041501f4d4: 0px; }
}.sd[data-s-af0cfba8-98f2-4a9a-bedf-36a14203039f] { align-content: flex-end; align-items: flex-end; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; justify-content: flex-start; padding: 0px; --gap-h-af0cfba8-98f2-4a9a-bedf-36a14203039f: 0px; --gap-v-af0cfba8-98f2-4a9a-bedf-36a14203039f: 0px; --gap-uuid: af0cfba8-98f2-4a9a-bedf-36a14203039f; }
@media screen and (max-width: 1280px){
.sd[data-s-af0cfba8-98f2-4a9a-bedf-36a14203039f] { display: flex; --gap-h-af0cfba8-98f2-4a9a-bedf-36a14203039f: 0px; --gap-v-af0cfba8-98f2-4a9a-bedf-36a14203039f: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-af0cfba8-98f2-4a9a-bedf-36a14203039f] { display: flex; --gap-h-af0cfba8-98f2-4a9a-bedf-36a14203039f: 0px; --gap-v-af0cfba8-98f2-4a9a-bedf-36a14203039f: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-af0cfba8-98f2-4a9a-bedf-36a14203039f] { display: flex; --gap-h-af0cfba8-98f2-4a9a-bedf-36a14203039f: 0px; --gap-v-af0cfba8-98f2-4a9a-bedf-36a14203039f: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-af0cfba8-98f2-4a9a-bedf-36a14203039f] { display: flex; --gap-h-af0cfba8-98f2-4a9a-bedf-36a14203039f: 0px; --gap-v-af0cfba8-98f2-4a9a-bedf-36a14203039f: 0px; }
}.sd[data-s-d1f1107b-301e-49c0-9bf3-22eb0b3e69d3] { align-content: center; align-items: center; flex-direction: row; flex-wrap: wrap; gap: 4px; justify-content: flex-start; padding: 0px; --gap-h-d1f1107b-301e-49c0-9bf3-22eb0b3e69d3: 4px; --gap-v-d1f1107b-301e-49c0-9bf3-22eb0b3e69d3: 4px; --gap-uuid: d1f1107b-301e-49c0-9bf3-22eb0b3e69d3; }
@media screen and (max-width: 1280px){
.sd[data-s-d1f1107b-301e-49c0-9bf3-22eb0b3e69d3] { gap: 0px; --gap-h-d1f1107b-301e-49c0-9bf3-22eb0b3e69d3: 0px; --gap-v-d1f1107b-301e-49c0-9bf3-22eb0b3e69d3: 0px; }
}.sd[data-s-d07004df-7c90-45f3-ae4c-5a907c8d2471] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; padding: 0px; width: auto; max-width: 100%; }.sd[data-s-f843f9d2-c0e4-4157-8381-4467d4b8c5ed] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 8px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-f843f9d2-c0e4-4157-8381-4467d4b8c5ed]:hover { opacity: 0.7; }.sd[data-s-26f5a5f3-bc9f-46db-9964-1d181626cee8] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; padding: 0px; width: auto; max-width: 100%; }.sd[data-s-9db627dd-8214-4523-87a7-ebae9da019da] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 8px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-9db627dd-8214-4523-87a7-ebae9da019da]:hover { opacity: 0.7; }.sd[data-s-425a21cc-a021-481f-a7a3-55e3758ba81c] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-e7e2f4e8-80cc-41b4-83a0-c41c91adb8ef] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 6px; justify-content: center; padding: 8px; --gap-h-e7e2f4e8-80cc-41b4-83a0-c41c91adb8ef: 6px; --gap-v-e7e2f4e8-80cc-41b4-83a0-c41c91adb8ef: 0px; --gap-uuid: e7e2f4e8-80cc-41b4-83a0-c41c91adb8ef; }
.sd[data-s-e7e2f4e8-80cc-41b4-83a0-c41c91adb8ef]:hover { opacity: 0.7; --gap-h-e7e2f4e8-80cc-41b4-83a0-c41c91adb8ef: 6px; --gap-v-e7e2f4e8-80cc-41b4-83a0-c41c91adb8ef: 0px; }.sd[data-s-6310dcd9-4ded-4cc5-bd69-b885c7d9aa7a] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-83dcfe57-77b0-41ee-bc2b-f45db9b85839] { align-items: center; flex-direction: column; height: auto; justify-content: center; width: 8px; max-width: 100%; }.sd[data-s-c25a753e-d879-4f92-92df-6e39b29e754a] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: row; flex-wrap: wrap; gap: 12px; height: 30px; justify-content: flex-start; padding: 0px; --gap-h-c25a753e-d879-4f92-92df-6e39b29e754a: 12px; --gap-v-c25a753e-d879-4f92-92df-6e39b29e754a: 12px; --gap-uuid: c25a753e-d879-4f92-92df-6e39b29e754a; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-c25a753e-d879-4f92-92df-6e39b29e754a] { gap: 2px; --gap-h-c25a753e-d879-4f92-92df-6e39b29e754a: 2px; --gap-v-c25a753e-d879-4f92-92df-6e39b29e754a: 2px; }
}.sd[data-s-7b5d5c10-2b6b-4317-b7c0-1b21efea9dac] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-fbef872e-0a7b-453f-b519-4eada6c71f13] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 8px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-fbef872e-0a7b-453f-b519-4eada6c71f13]:hover { opacity: 0.6; }
@media screen and (max-width: 1280px){
.sd[data-s-fbef872e-0a7b-453f-b519-4eada6c71f13] { font-size: 13px; }
}.sd[data-s-e69c8598-7164-4b61-9c86-366c93d41ee8] { align-content: flex-start; align-items: flex-start; background: rgba(0,0,0,0.0); border-radius: 0px; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; padding: 0; width: 92px; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-e69c8598-7164-4b61-9c86-366c93d41ee8] { flex: none; width: 84px; max-width: 100%; }
}.sd[data-s-713aa553-98c5-46cf-b4f2-1aac16923df9] { align-content: center; align-items: center; border-bottom: 6px solid #003264ff; border-left: 0px solid #003264ff; border-right: 0px solid #003264ff; border-top: 0px solid #003264ff; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: auto; justify-content: space-between; padding: 8px; transition-duration: 0ms; width: auto; --gap-h-713aa553-98c5-46cf-b4f2-1aac16923df9: 6px; --gap-v-713aa553-98c5-46cf-b4f2-1aac16923df9: 0px; --gap-uuid: 713aa553-98c5-46cf-b4f2-1aac16923df9; max-width: 100%; }
.sd[data-s-713aa553-98c5-46cf-b4f2-1aac16923df9]:hover { opacity: 0.6; --gap-h-713aa553-98c5-46cf-b4f2-1aac16923df9: 6px; --gap-v-713aa553-98c5-46cf-b4f2-1aac16923df9: 0px; }
.sd._isClose[data-s-713aa553-98c5-46cf-b4f2-1aac16923df9] { border-bottom: 0px solid #003264ff; border-left: 0px solid #003264ff; border-right: 0px solid #003264ff; border-top: 0px solid #003264ff; --gap-h-713aa553-98c5-46cf-b4f2-1aac16923df9: 6px; --gap-v-713aa553-98c5-46cf-b4f2-1aac16923df9: 0px; }.sd[data-s-6756e2c6-b747-4b0d-acdb-68a31de1ade6] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 1280px){
.sd[data-s-6756e2c6-b747-4b0d-acdb-68a31de1ade6] { font-size: 13px; }
}.sd[data-s-20f43e0f-a936-46e9-b6f8-dd76e60bedaa] { background: rgba(0,0,0,0.0); color: #003366; flex: none; font-size: 16px; height: 14px; rotate: 180deg; width: 14px; max-width: 100%; }
.sd._isClose[data-s-20f43e0f-a936-46e9-b6f8-dd76e60bedaa] { rotate: 0deg; }.sd[data-s-bf21a149-8025-4a14-a38b-b394e48f3856] { align-content: flex-start; align-items: flex-start; backdrop-filter: blur(40px); -webkit-backdrop-filter: blur(40px); background: transparent; border-bottom: 1000px solid #00000033; border-left: 0px solid #00000033; border-radius: 0px; border-right: 0px solid #00000033; border-top: 0px solid #00000033; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; margin: 0px 0px 0px 0px; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 0px 0px 0px 0px; scale: 1 1; transition-duration: 0ms; width: 100vw; z-index: 1; --gap-h-bf21a149-8025-4a14-a38b-b394e48f3856: 0px; --gap-v-bf21a149-8025-4a14-a38b-b394e48f3856: 0px; --gap-uuid: bf21a149-8025-4a14-a38b-b394e48f3856; max-width: 100vw; }
.sd._isClose[data-s-bf21a149-8025-4a14-a38b-b394e48f3856] { flex: none; height: 0px; opacity: 0; scale: 1 1e-10; --gap-h-bf21a149-8025-4a14-a38b-b394e48f3856: 0px; --gap-v-bf21a149-8025-4a14-a38b-b394e48f3856: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-bf21a149-8025-4a14-a38b-b394e48f3856] { flex: none; --gap-h-bf21a149-8025-4a14-a38b-b394e48f3856: 0px; --gap-v-bf21a149-8025-4a14-a38b-b394e48f3856: 0px; }
}.sd[data-s-cb9a9d97-2486-4f5c-ad66-269d87de2b9a] { align-content: flex-end; align-items: flex-end; background: #eaf5ffff; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: 324px; justify-content: flex-start; padding: 30px 0px 0px 64px; width: calc(30% - (var(--gap-h-bf21a149-8025-4a14-a38b-b394e48f3856) * 0.7000000000000001)); z-index: 1; --gap-h-cb9a9d97-2486-4f5c-ad66-269d87de2b9a: 0px; --gap-v-cb9a9d97-2486-4f5c-ad66-269d87de2b9a: 2px; --gap-uuid: cb9a9d97-2486-4f5c-ad66-269d87de2b9a; max-width: calc(30% - (var(--gap-h-bf21a149-8025-4a14-a38b-b394e48f3856) * 0.7000000000000001)); }
@media screen and (max-width: 1280px){
.sd[data-s-cb9a9d97-2486-4f5c-ad66-269d87de2b9a] { flex: none; padding: 30px 30px 0px 24px; width: calc(24% - (var(--gap-h-bf21a149-8025-4a14-a38b-b394e48f3856) * 0.76)); --gap-h-cb9a9d97-2486-4f5c-ad66-269d87de2b9a: 0px; --gap-v-cb9a9d97-2486-4f5c-ad66-269d87de2b9a: 2px; max-width: calc(24% - (var(--gap-h-bf21a149-8025-4a14-a38b-b394e48f3856) * 0.76)); }
}.sd[data-s-f690ad11-48d9-491f-9dfc-633c065e826e] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 0px 0px 16px 0px; width: 330px; --gap-h-f690ad11-48d9-491f-9dfc-633c065e826e: 4px; --gap-v-f690ad11-48d9-491f-9dfc-633c065e826e: 0px; --gap-uuid: f690ad11-48d9-491f-9dfc-633c065e826e; max-width: 100%; }.sd[data-s-3dcee888-04ae-483c-a186-b961e2b9cf02] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 24px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-dae4cc19-f0f6-4de9-83d6-f9ba1b0d4d2d] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; padding: 0px; width: 330px; max-width: 100%; }.sd[data-s-08ccd2ae-1a49-4142-b21c-4b2e0a88b1dc] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 12px; justify-content: center; padding: 0px; --gap-h-08ccd2ae-1a49-4142-b21c-4b2e0a88b1dc: 12px; --gap-v-08ccd2ae-1a49-4142-b21c-4b2e0a88b1dc: 0px; --gap-uuid: 08ccd2ae-1a49-4142-b21c-4b2e0a88b1dc; }
.sd[data-s-08ccd2ae-1a49-4142-b21c-4b2e0a88b1dc]:hover { opacity: 1; --gap-h-08ccd2ae-1a49-4142-b21c-4b2e0a88b1dc: 12px; --gap-v-08ccd2ae-1a49-4142-b21c-4b2e0a88b1dc: 0px; }.sd[data-s-af1a70a8-d0b6-439b-9e12-ae670fe9ac21] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
.sd[data-s-08ccd2ae-1a49-4142-b21c-4b2e0a88b1dc]:hover .sd[data-s-af1a70a8-d0b6-439b-9e12-ae670fe9ac21] { text-decoration: underline; }.sd[data-s-fd14e30d-5e7a-4ec6-9d02-3bdac072b6ad] { flex: none; height: auto; width: 18px; max-width: 100%; }.sd[data-s-a13191ba-84a7-46d6-86da-9ead8dbecb39] { align-content: flex-start; align-items: flex-start; background: #ffffffff; flex: 1; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 324px; justify-content: flex-start; margin: 0px 0px 0px 0px; padding: 10px 64px 10px 48px; width: auto; z-index: 1; --gap-h-a13191ba-84a7-46d6-86da-9ead8dbecb39: 0px; --gap-v-a13191ba-84a7-46d6-86da-9ead8dbecb39: 0px; --gap-uuid: a13191ba-84a7-46d6-86da-9ead8dbecb39; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-a13191ba-84a7-46d6-86da-9ead8dbecb39] { flex: none; padding: 10px 0px; width: calc(76% - (var(--gap-h-bf21a149-8025-4a14-a38b-b394e48f3856) * 0.24000000000000005)); --gap-h-a13191ba-84a7-46d6-86da-9ead8dbecb39: 0px; --gap-v-a13191ba-84a7-46d6-86da-9ead8dbecb39: 0px; max-width: calc(76% - (var(--gap-h-bf21a149-8025-4a14-a38b-b394e48f3856) * 0.24000000000000005)); }
}.sd[data-s-21051ed7-fe1d-4f10-86dc-f3374fc47240] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-a13191ba-84a7-46d6-86da-9ead8dbecb39) * 0)); --gap-h-21051ed7-fe1d-4f10-86dc-f3374fc47240: 0px; --gap-v-21051ed7-fe1d-4f10-86dc-f3374fc47240: 0px; --gap-uuid: 21051ed7-fe1d-4f10-86dc-f3374fc47240; max-width: calc(100% - (var(--gap-h-a13191ba-84a7-46d6-86da-9ead8dbecb39) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-21051ed7-fe1d-4f10-86dc-f3374fc47240] { align-content: center; align-items: center; justify-content: flex-end; --gap-h-21051ed7-fe1d-4f10-86dc-f3374fc47240: 0px; --gap-v-21051ed7-fe1d-4f10-86dc-f3374fc47240: 0px; }
}.sd[data-s-ee18a0d0-8077-4534-bf04-c0e560f25e86] { align-content: center; align-items: center; border-bottom: 1px solid #d0d0d0ff; border-left: 0px solid #d0d0d0ff; border-right: 0px solid #d0d0d0ff; border-top: 0px solid #d0d0d0ff; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: calc(100% - (var(--gap-v-21051ed7-fe1d-4f10-86dc-f3374fc47240) * 0)); justify-content: space-between; margin: 0px 12px; padding: 0px 24px; width: calc(50% - 24px - (var(--gap-h-21051ed7-fe1d-4f10-86dc-f3374fc47240) * 0.5)); --gap-h-ee18a0d0-8077-4534-bf04-c0e560f25e86: 0px; --gap-v-ee18a0d0-8077-4534-bf04-c0e560f25e86: 0px; --gap-uuid: ee18a0d0-8077-4534-bf04-c0e560f25e86; max-width: calc(50% - 24px - (var(--gap-h-21051ed7-fe1d-4f10-86dc-f3374fc47240) * 0.5)); }
.sd[data-s-ee18a0d0-8077-4534-bf04-c0e560f25e86]:hover { background: #0032641a; --gap-h-ee18a0d0-8077-4534-bf04-c0e560f25e86: 0px; --gap-v-ee18a0d0-8077-4534-bf04-c0e560f25e86: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-ee18a0d0-8077-4534-bf04-c0e560f25e86] { margin: 0px 6px 0px 12px; padding: 0px 12px; --gap-h-ee18a0d0-8077-4534-bf04-c0e560f25e86: 0px; --gap-v-ee18a0d0-8077-4534-bf04-c0e560f25e86: 0px; width: calc(50% - 18px - (var(--gap-h-21051ed7-fe1d-4f10-86dc-f3374fc47240) * 0.5)); max-width: calc(50% - 18px - (var(--gap-h-21051ed7-fe1d-4f10-86dc-f3374fc47240) * 0.5)); height: calc(100% - (var(--gap-v-21051ed7-fe1d-4f10-86dc-f3374fc47240) * 0)); }
}.sd[data-s-991e13ec-7399-422b-83b3-e48777ba1d71] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 6px; justify-content: center; padding: 0px; --gap-h-991e13ec-7399-422b-83b3-e48777ba1d71: 0px; --gap-v-991e13ec-7399-422b-83b3-e48777ba1d71: 6px; --gap-uuid: 991e13ec-7399-422b-83b3-e48777ba1d71; }.sd[data-s-51f5eca3-185c-49ae-bc42-af7c3eb07427] { color: #003264ff; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-3b7cb4cc-d2e9-4283-8028-77d59a1e2925] { color: #435266; font-family: var(--s-font-b082636f); font-size: 12px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-ebc6e366-aaf4-4d0c-98e1-ce06b621d5aa] { flex: none; height: auto; width: 18px; max-width: 100%; }.sd[data-s-1f5f30d1-75cb-4b4b-a884-1fd32afd2c03] { align-content: center; align-items: center; border-bottom: 1px solid #d0d0d0ff; border-left: 0px solid #d0d0d0ff; border-right: 0px solid #d0d0d0ff; border-top: 0px solid #d0d0d0ff; flex: none; flex-direction: row; flex-wrap: nowrap; height: calc(100% - (var(--gap-v-21051ed7-fe1d-4f10-86dc-f3374fc47240) * 0)); justify-content: space-between; margin: 0px 12px; padding: 0px 24px; width: calc(50% - 24px - (var(--gap-h-21051ed7-fe1d-4f10-86dc-f3374fc47240) * 0.5)); max-width: calc(50% - 24px - (var(--gap-h-21051ed7-fe1d-4f10-86dc-f3374fc47240) * 0.5)); }
.sd[data-s-1f5f30d1-75cb-4b4b-a884-1fd32afd2c03]:hover { background: #0032641a; }
@media screen and (max-width: 1280px){
.sd[data-s-1f5f30d1-75cb-4b4b-a884-1fd32afd2c03] { margin: 0px 12px 0px 6px; padding: 0px 12px; width: calc(50% - 18px - (var(--gap-h-21051ed7-fe1d-4f10-86dc-f3374fc47240) * 0.5)); max-width: calc(50% - 18px - (var(--gap-h-21051ed7-fe1d-4f10-86dc-f3374fc47240) * 0.5)); height: calc(100% - (var(--gap-v-21051ed7-fe1d-4f10-86dc-f3374fc47240) * 0)); }
}.sd[data-s-c565d69d-f733-440a-a90b-e60b0deb6e7c] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 6px; justify-content: center; padding: 0px; --gap-h-c565d69d-f733-440a-a90b-e60b0deb6e7c: 0px; --gap-v-c565d69d-f733-440a-a90b-e60b0deb6e7c: 6px; --gap-uuid: c565d69d-f733-440a-a90b-e60b0deb6e7c; }.sd[data-s-9194f682-88b0-405a-bfb1-873508bb1da3] { color: #003264ff; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-933343e7-4f38-4435-9a7c-36ad73ee2bf5] { color: #435266; font-family: var(--s-font-b082636f); font-size: 12px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-29f21986-7424-4575-9097-13e13c6a8c93] { flex: none; height: auto; width: 18px; max-width: 100%; }.sd[data-s-b226013e-bbfc-44e4-b540-54dc3502771a] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-a13191ba-84a7-46d6-86da-9ead8dbecb39) * 0)); --gap-h-b226013e-bbfc-44e4-b540-54dc3502771a: 0px; --gap-v-b226013e-bbfc-44e4-b540-54dc3502771a: 0px; --gap-uuid: b226013e-bbfc-44e4-b540-54dc3502771a; max-width: calc(100% - (var(--gap-h-a13191ba-84a7-46d6-86da-9ead8dbecb39) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-b226013e-bbfc-44e4-b540-54dc3502771a] { align-content: center; align-items: center; justify-content: flex-end; --gap-h-b226013e-bbfc-44e4-b540-54dc3502771a: 0px; --gap-v-b226013e-bbfc-44e4-b540-54dc3502771a: 0px; }
}.sd[data-s-cacc50bb-dadd-4818-acb9-a13f36915a8d] { align-content: center; align-items: center; border-bottom: 1px solid #d0d0d0ff; border-left: 0px solid #d0d0d0ff; border-right: 0px solid #d0d0d0ff; border-top: 0px solid #d0d0d0ff; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: calc(100% - (var(--gap-v-b226013e-bbfc-44e4-b540-54dc3502771a) * 0)); justify-content: space-between; margin: 0px 12px; padding: 0px 24px; width: calc(50% - 24px - (var(--gap-h-b226013e-bbfc-44e4-b540-54dc3502771a) * 0.5)); --gap-h-cacc50bb-dadd-4818-acb9-a13f36915a8d: 0px; --gap-v-cacc50bb-dadd-4818-acb9-a13f36915a8d: 0px; --gap-uuid: cacc50bb-dadd-4818-acb9-a13f36915a8d; max-width: calc(50% - 24px - (var(--gap-h-b226013e-bbfc-44e4-b540-54dc3502771a) * 0.5)); }
.sd[data-s-cacc50bb-dadd-4818-acb9-a13f36915a8d]:hover { background: #0032641a; --gap-h-cacc50bb-dadd-4818-acb9-a13f36915a8d: 0px; --gap-v-cacc50bb-dadd-4818-acb9-a13f36915a8d: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-cacc50bb-dadd-4818-acb9-a13f36915a8d] { margin: 0px 6px 0px 12px; padding: 0px 12px; --gap-h-cacc50bb-dadd-4818-acb9-a13f36915a8d: 0px; --gap-v-cacc50bb-dadd-4818-acb9-a13f36915a8d: 0px; width: calc(50% - 18px - (var(--gap-h-b226013e-bbfc-44e4-b540-54dc3502771a) * 0.5)); max-width: calc(50% - 18px - (var(--gap-h-b226013e-bbfc-44e4-b540-54dc3502771a) * 0.5)); height: calc(100% - (var(--gap-v-b226013e-bbfc-44e4-b540-54dc3502771a) * 0)); }
}.sd[data-s-b0f28ed9-21f2-4aef-ba94-fedb79617a73] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 6px; justify-content: center; padding: 0px; --gap-h-b0f28ed9-21f2-4aef-ba94-fedb79617a73: 0px; --gap-v-b0f28ed9-21f2-4aef-ba94-fedb79617a73: 6px; --gap-uuid: b0f28ed9-21f2-4aef-ba94-fedb79617a73; }.sd[data-s-3baf4155-d8e4-42f1-be56-49f79c00b0f4] { color: #003264ff; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-beb3bf1b-c94d-4d40-b43a-8135dddfd179] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-65acbea4-1ef9-4286-876b-6b1e514b0c8a] { flex: none; height: auto; width: 18px; max-width: 100%; }.sd[data-s-e4477d60-eb26-44ef-bff8-e0524a0c60fa] { align-content: center; align-items: center; border-bottom: 1px solid #d0d0d0ff; border-left: 0px solid #d0d0d0ff; border-right: 0px solid #d0d0d0ff; border-top: 0px solid #d0d0d0ff; flex: none; flex-direction: row; flex-wrap: nowrap; height: calc(100% - (var(--gap-v-b226013e-bbfc-44e4-b540-54dc3502771a) * 0)); justify-content: space-between; margin: 0px 12px; padding: 0px 24px; width: calc(50% - 24px - (var(--gap-h-b226013e-bbfc-44e4-b540-54dc3502771a) * 0.5)); max-width: calc(50% - 24px - (var(--gap-h-b226013e-bbfc-44e4-b540-54dc3502771a) * 0.5)); }
.sd[data-s-e4477d60-eb26-44ef-bff8-e0524a0c60fa]:hover { background: #0032641a; }
@media screen and (max-width: 1280px){
.sd[data-s-e4477d60-eb26-44ef-bff8-e0524a0c60fa] { margin: 0px 12px 0px 6px; padding: 0px 12px; width: calc(50% - 18px - (var(--gap-h-b226013e-bbfc-44e4-b540-54dc3502771a) * 0.5)); max-width: calc(50% - 18px - (var(--gap-h-b226013e-bbfc-44e4-b540-54dc3502771a) * 0.5)); height: calc(100% - (var(--gap-v-b226013e-bbfc-44e4-b540-54dc3502771a) * 0)); }
}.sd[data-s-3e4b8c0b-8cb7-4d6c-a7c0-360d3c360c76] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 6px; justify-content: center; padding: 0px; --gap-h-3e4b8c0b-8cb7-4d6c-a7c0-360d3c360c76: 0px; --gap-v-3e4b8c0b-8cb7-4d6c-a7c0-360d3c360c76: 6px; --gap-uuid: 3e4b8c0b-8cb7-4d6c-a7c0-360d3c360c76; }.sd[data-s-9be1d027-3fff-42da-b8af-b408c0c0dbac] { color: #003264ff; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-56e681aa-ed39-439a-9ec4-ead5410bc1dd] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-5d8b813b-3254-4c19-90c3-b08ed331d811] { flex: none; height: auto; width: 18px; max-width: 100%; }.sd[data-s-1e6a681a-ecac-473b-a4d0-87d1a6e61481] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-a13191ba-84a7-46d6-86da-9ead8dbecb39) * 0)); --gap-h-1e6a681a-ecac-473b-a4d0-87d1a6e61481: 0px; --gap-v-1e6a681a-ecac-473b-a4d0-87d1a6e61481: 0px; --gap-uuid: 1e6a681a-ecac-473b-a4d0-87d1a6e61481; max-width: calc(100% - (var(--gap-h-a13191ba-84a7-46d6-86da-9ead8dbecb39) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-1e6a681a-ecac-473b-a4d0-87d1a6e61481] { align-content: center; align-items: center; justify-content: flex-end; --gap-h-1e6a681a-ecac-473b-a4d0-87d1a6e61481: 0px; --gap-v-1e6a681a-ecac-473b-a4d0-87d1a6e61481: 0px; }
}.sd[data-s-a254a30b-21d4-4065-8a6e-f28a38e15560] { align-content: center; align-items: center; border-bottom: 1px solid #d0d0d0ff; border-left: 0px solid #d0d0d0ff; border-right: 0px solid #d0d0d0ff; border-top: 0px solid #d0d0d0ff; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: calc(100% - (var(--gap-v-1e6a681a-ecac-473b-a4d0-87d1a6e61481) * 0)); justify-content: space-between; margin: 0px 12px; padding: 0px 24px; width: calc(50% - 24px - (var(--gap-h-1e6a681a-ecac-473b-a4d0-87d1a6e61481) * 0.5)); --gap-h-a254a30b-21d4-4065-8a6e-f28a38e15560: 0px; --gap-v-a254a30b-21d4-4065-8a6e-f28a38e15560: 0px; --gap-uuid: a254a30b-21d4-4065-8a6e-f28a38e15560; max-width: calc(50% - 24px - (var(--gap-h-1e6a681a-ecac-473b-a4d0-87d1a6e61481) * 0.5)); }
.sd[data-s-a254a30b-21d4-4065-8a6e-f28a38e15560]:hover { background: #0032641a; --gap-h-a254a30b-21d4-4065-8a6e-f28a38e15560: 0px; --gap-v-a254a30b-21d4-4065-8a6e-f28a38e15560: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-a254a30b-21d4-4065-8a6e-f28a38e15560] { margin: 0px 6px 0px 12px; padding: 0px 12px; --gap-h-a254a30b-21d4-4065-8a6e-f28a38e15560: 0px; --gap-v-a254a30b-21d4-4065-8a6e-f28a38e15560: 0px; width: calc(50% - 18px - (var(--gap-h-1e6a681a-ecac-473b-a4d0-87d1a6e61481) * 0.5)); max-width: calc(50% - 18px - (var(--gap-h-1e6a681a-ecac-473b-a4d0-87d1a6e61481) * 0.5)); height: calc(100% - (var(--gap-v-1e6a681a-ecac-473b-a4d0-87d1a6e61481) * 0)); }
}.sd[data-s-9512abb9-538f-4ae7-93e2-b9c3bb6d0882] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 6px; justify-content: center; padding: 0px; --gap-h-9512abb9-538f-4ae7-93e2-b9c3bb6d0882: 0px; --gap-v-9512abb9-538f-4ae7-93e2-b9c3bb6d0882: 6px; --gap-uuid: 9512abb9-538f-4ae7-93e2-b9c3bb6d0882; }.sd[data-s-27ba64c7-f943-4ad3-b24c-5f0c72320281] { color: #003264ff; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-20d9b13d-6a28-45d1-9693-1069cb2deff8] { color: #435266; font-family: var(--s-font-b082636f); font-size: 12px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-4af50e85-2528-4592-8090-76452fbd10ae] { flex: none; height: auto; width: 18px; max-width: 100%; }.sd[data-s-90dcdc77-3b21-4737-9c16-3085a4bc08cb] { align-content: center; align-items: center; border-bottom: 1px solid #d0d0d0ff; border-left: 0px solid #d0d0d0ff; border-right: 0px solid #d0d0d0ff; border-top: 0px solid #d0d0d0ff; flex: none; flex-direction: row; flex-wrap: nowrap; height: calc(100% - (var(--gap-v-1e6a681a-ecac-473b-a4d0-87d1a6e61481) * 0)); justify-content: space-between; margin: 0px 12px; padding: 0px 24px; width: calc(50% - 24px - (var(--gap-h-1e6a681a-ecac-473b-a4d0-87d1a6e61481) * 0.5)); max-width: calc(50% - 24px - (var(--gap-h-1e6a681a-ecac-473b-a4d0-87d1a6e61481) * 0.5)); }
.sd[data-s-90dcdc77-3b21-4737-9c16-3085a4bc08cb]:hover { background: #0032641a; }
@media screen and (max-width: 1280px){
.sd[data-s-90dcdc77-3b21-4737-9c16-3085a4bc08cb] { margin: 0px 12px 0px 6px; padding: 0px 12px; width: calc(50% - 18px - (var(--gap-h-1e6a681a-ecac-473b-a4d0-87d1a6e61481) * 0.5)); max-width: calc(50% - 18px - (var(--gap-h-1e6a681a-ecac-473b-a4d0-87d1a6e61481) * 0.5)); height: calc(100% - (var(--gap-v-1e6a681a-ecac-473b-a4d0-87d1a6e61481) * 0)); }
}.sd[data-s-540fcaef-d682-4c56-961e-1d5a3e66fe37] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 6px; justify-content: center; padding: 0px; --gap-h-540fcaef-d682-4c56-961e-1d5a3e66fe37: 0px; --gap-v-540fcaef-d682-4c56-961e-1d5a3e66fe37: 6px; --gap-uuid: 540fcaef-d682-4c56-961e-1d5a3e66fe37; }.sd[data-s-9bf6bf34-9eb0-4398-973c-eaac99e18aa4] { color: #003264ff; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-8f8f4414-881f-4a8c-a267-4fd1ed208453] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-d2715e6f-5ed5-4ea2-a3a5-9f8333c29cc4] { flex: none; height: auto; width: 18px; max-width: 100%; }.sd[data-s-e852433c-76d5-49fb-a628-2d110d3ade03] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-a13191ba-84a7-46d6-86da-9ead8dbecb39) * 0)); --gap-h-e852433c-76d5-49fb-a628-2d110d3ade03: 0px; --gap-v-e852433c-76d5-49fb-a628-2d110d3ade03: 0px; --gap-uuid: e852433c-76d5-49fb-a628-2d110d3ade03; max-width: calc(100% - (var(--gap-h-a13191ba-84a7-46d6-86da-9ead8dbecb39) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-e852433c-76d5-49fb-a628-2d110d3ade03] { align-content: center; align-items: center; justify-content: flex-start; --gap-h-e852433c-76d5-49fb-a628-2d110d3ade03: 0px; --gap-v-e852433c-76d5-49fb-a628-2d110d3ade03: 0px; }
}.sd[data-s-0b0e7f06-4a60-4f21-9e47-d5359c9f04ad] { align-content: center; align-items: center; border-bottom: 1px solid #d0d0d0ff; border-left: 0px solid #d0d0d0ff; border-right: 0px solid #d0d0d0ff; border-top: 0px solid #d0d0d0ff; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: calc(100% - (var(--gap-v-e852433c-76d5-49fb-a628-2d110d3ade03) * 0)); justify-content: space-between; margin: 0px 12px; padding: 0px 24px; width: calc(50% - 24px - (var(--gap-h-e852433c-76d5-49fb-a628-2d110d3ade03) * 0.5)); --gap-h-0b0e7f06-4a60-4f21-9e47-d5359c9f04ad: 0px; --gap-v-0b0e7f06-4a60-4f21-9e47-d5359c9f04ad: 0px; --gap-uuid: 0b0e7f06-4a60-4f21-9e47-d5359c9f04ad; max-width: calc(50% - 24px - (var(--gap-h-e852433c-76d5-49fb-a628-2d110d3ade03) * 0.5)); }
.sd[data-s-0b0e7f06-4a60-4f21-9e47-d5359c9f04ad]:hover { background: #0032641a; --gap-h-0b0e7f06-4a60-4f21-9e47-d5359c9f04ad: 0px; --gap-v-0b0e7f06-4a60-4f21-9e47-d5359c9f04ad: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-0b0e7f06-4a60-4f21-9e47-d5359c9f04ad] { margin: 0px 6px 0px 12px; padding: 0px 12px; --gap-h-0b0e7f06-4a60-4f21-9e47-d5359c9f04ad: 0px; --gap-v-0b0e7f06-4a60-4f21-9e47-d5359c9f04ad: 0px; width: calc(50% - 18px - (var(--gap-h-e852433c-76d5-49fb-a628-2d110d3ade03) * 0.5)); max-width: calc(50% - 18px - (var(--gap-h-e852433c-76d5-49fb-a628-2d110d3ade03) * 0.5)); height: calc(100% - (var(--gap-v-e852433c-76d5-49fb-a628-2d110d3ade03) * 0)); }
}.sd[data-s-4d6964ab-9712-47cb-9301-e5d29d40a41f] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 6px; justify-content: center; padding: 0px; --gap-h-4d6964ab-9712-47cb-9301-e5d29d40a41f: 0px; --gap-v-4d6964ab-9712-47cb-9301-e5d29d40a41f: 6px; --gap-uuid: 4d6964ab-9712-47cb-9301-e5d29d40a41f; }.sd[data-s-feae947d-3620-44f6-bc09-27cde354717a] { color: #003264ff; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 500; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-0f4bcae8-acfd-407f-8e5f-af1014fe6625] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-bd22f363-e4dd-43af-8e37-696d0c08770e] { flex: none; height: auto; width: 18px; max-width: 100%; }.sd[data-s-2287c8d4-992b-40d5-8da6-f541ac53ffe8] { align-content: center; align-items: center; border-bottom: 1px solid #d0d0d0ff; border-left: 0px solid #d0d0d0ff; border-right: 0px solid #d0d0d0ff; border-top: 0px solid #d0d0d0ff; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: calc(100% - (var(--gap-v-e852433c-76d5-49fb-a628-2d110d3ade03) * 0)); justify-content: space-between; margin: 0px 12px; padding: 0px 24px; width: calc(50% - 24px - (var(--gap-h-e852433c-76d5-49fb-a628-2d110d3ade03) * 0.5)); --gap-h-2287c8d4-992b-40d5-8da6-f541ac53ffe8: 0px; --gap-v-2287c8d4-992b-40d5-8da6-f541ac53ffe8: 0px; --gap-uuid: 2287c8d4-992b-40d5-8da6-f541ac53ffe8; max-width: calc(50% - 24px - (var(--gap-h-e852433c-76d5-49fb-a628-2d110d3ade03) * 0.5)); }
.sd[data-s-2287c8d4-992b-40d5-8da6-f541ac53ffe8]:hover { background: #0032641a; --gap-h-2287c8d4-992b-40d5-8da6-f541ac53ffe8: 0px; --gap-v-2287c8d4-992b-40d5-8da6-f541ac53ffe8: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-2287c8d4-992b-40d5-8da6-f541ac53ffe8] { margin: 0px 12px 0px 6px; padding: 0px 12px; --gap-h-2287c8d4-992b-40d5-8da6-f541ac53ffe8: 0px; --gap-v-2287c8d4-992b-40d5-8da6-f541ac53ffe8: 0px; width: calc(50% - 18px - (var(--gap-h-e852433c-76d5-49fb-a628-2d110d3ade03) * 0.5)); max-width: calc(50% - 18px - (var(--gap-h-e852433c-76d5-49fb-a628-2d110d3ade03) * 0.5)); height: calc(100% - (var(--gap-v-e852433c-76d5-49fb-a628-2d110d3ade03) * 0)); }
}.sd[data-s-d91e7f68-d54e-4b78-8704-004e4645015c] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 6px; justify-content: center; padding: 0px; --gap-h-d91e7f68-d54e-4b78-8704-004e4645015c: 0px; --gap-v-d91e7f68-d54e-4b78-8704-004e4645015c: 6px; --gap-uuid: d91e7f68-d54e-4b78-8704-004e4645015c; }.sd[data-s-0ffe1268-b290-490c-bbe6-e4841c0543b1] { color: #003264ff; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 500; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-9d9e5413-d542-4851-88a8-457e0f7cf10b] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-3f593c3d-19c8-4e2b-b447-99db5b557e5d] { flex: none; height: auto; width: 18px; max-width: 100%; }.sd[data-s-79bad491-99cb-4e6d-a62f-81a6b265188a] { align-content: flex-start; align-items: flex-start; background: rgba(0,0,0,0.0); border-radius: 0px; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; padding: 0; width: 132px; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-79bad491-99cb-4e6d-a62f-81a6b265188a] { flex: none; width: 124px; max-width: 100%; }
}.sd[data-s-0de1f499-f7c5-4676-9550-5fa39c099162] { align-content: center; align-items: center; border-bottom: 6px solid #003264ff; border-left: 0px solid #003264ff; border-right: 0px solid #003264ff; border-top: 0px solid #003264ff; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: auto; justify-content: space-between; padding: 8px; transition-duration: 0ms; width: auto; --gap-h-0de1f499-f7c5-4676-9550-5fa39c099162: 6px; --gap-v-0de1f499-f7c5-4676-9550-5fa39c099162: 0px; --gap-uuid: 0de1f499-f7c5-4676-9550-5fa39c099162; max-width: 100%; }
.sd[data-s-0de1f499-f7c5-4676-9550-5fa39c099162]:hover { opacity: 0.6; --gap-h-0de1f499-f7c5-4676-9550-5fa39c099162: 6px; --gap-v-0de1f499-f7c5-4676-9550-5fa39c099162: 0px; }
.sd._isClose[data-s-0de1f499-f7c5-4676-9550-5fa39c099162] { border-bottom: 0px solid #003264ff; border-left: 0px solid #003264ff; border-right: 0px solid #003264ff; border-top: 0px solid #003264ff; --gap-h-0de1f499-f7c5-4676-9550-5fa39c099162: 6px; --gap-v-0de1f499-f7c5-4676-9550-5fa39c099162: 0px; }.sd[data-s-0813fe53-e0a7-4d8c-9541-241fd6370e37] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 1280px){
.sd[data-s-0813fe53-e0a7-4d8c-9541-241fd6370e37] { font-size: 13px; }
}.sd[data-s-8da14a7b-5c0d-48cb-874f-c38e1fd13c88] { background: rgba(0,0,0,0.0); color: #003366; flex: none; font-size: 16px; height: 14px; rotate: 180deg; width: 14px; max-width: 100%; }
.sd._isClose[data-s-8da14a7b-5c0d-48cb-874f-c38e1fd13c88] { rotate: 0deg; }.sd[data-s-02366b37-c9c7-46b8-9dda-b9482b72e9d3] { align-content: flex-start; align-items: flex-start; backdrop-filter: blur(40px); -webkit-backdrop-filter: blur(40px); background: transparent; border-bottom: 1000px solid #00000033; border-left: 0px solid #00000033; border-radius: 0px; border-right: 0px solid #00000033; border-top: 0px solid #00000033; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; margin: 0px 0px 0px 0px; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 0px; scale: 1 1; transition-duration: 0ms; width: 100vw; z-index: 1; --gap-h-02366b37-c9c7-46b8-9dda-b9482b72e9d3: 0px; --gap-v-02366b37-c9c7-46b8-9dda-b9482b72e9d3: 0px; --gap-uuid: 02366b37-c9c7-46b8-9dda-b9482b72e9d3; max-width: 100vw; }
.sd._isClose[data-s-02366b37-c9c7-46b8-9dda-b9482b72e9d3] { flex: none; height: 0px; opacity: 0; scale: 1 1e-10; --gap-h-02366b37-c9c7-46b8-9dda-b9482b72e9d3: 0px; --gap-v-02366b37-c9c7-46b8-9dda-b9482b72e9d3: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-02366b37-c9c7-46b8-9dda-b9482b72e9d3] { flex: none; --gap-h-02366b37-c9c7-46b8-9dda-b9482b72e9d3: 0px; --gap-v-02366b37-c9c7-46b8-9dda-b9482b72e9d3: 0px; }
}.sd[data-s-fed49788-8114-4650-891b-67709d9ca09f] { align-content: flex-end; align-items: flex-end; background: #eaf5ffff; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: 204px; justify-content: flex-start; padding: 30px 0px 0px 64px; width: calc(30% - (var(--gap-h-02366b37-c9c7-46b8-9dda-b9482b72e9d3) * 0.7000000000000001)); z-index: 1; --gap-h-fed49788-8114-4650-891b-67709d9ca09f: 0px; --gap-v-fed49788-8114-4650-891b-67709d9ca09f: 2px; --gap-uuid: fed49788-8114-4650-891b-67709d9ca09f; max-width: calc(30% - (var(--gap-h-02366b37-c9c7-46b8-9dda-b9482b72e9d3) * 0.7000000000000001)); }
@media screen and (max-width: 1280px){
.sd[data-s-fed49788-8114-4650-891b-67709d9ca09f] { padding: 30px 30px 0px 30px; --gap-h-fed49788-8114-4650-891b-67709d9ca09f: 0px; --gap-v-fed49788-8114-4650-891b-67709d9ca09f: 2px; }
}.sd[data-s-c0481068-dd05-484b-a5fb-89911ce7bfd3] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 0px 0px 16px 0px; width: 330px; --gap-h-c0481068-dd05-484b-a5fb-89911ce7bfd3: 4px; --gap-v-c0481068-dd05-484b-a5fb-89911ce7bfd3: 0px; --gap-uuid: c0481068-dd05-484b-a5fb-89911ce7bfd3; max-width: 100%; }.sd[data-s-f2eb3536-7f84-4979-8d0f-9c029a870119] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 24px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-a1312e6c-8e5a-479f-a7c8-4884346191af] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; padding: 0px; width: 330px; max-width: 100%; }.sd[data-s-24dcafca-b915-4611-bece-7d84808985ae] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 12px; justify-content: center; padding: 0px 0px 8px 0px; --gap-h-24dcafca-b915-4611-bece-7d84808985ae: 12px; --gap-v-24dcafca-b915-4611-bece-7d84808985ae: 0px; --gap-uuid: 24dcafca-b915-4611-bece-7d84808985ae; }
.sd[data-s-24dcafca-b915-4611-bece-7d84808985ae]:hover { opacity: 1; --gap-h-24dcafca-b915-4611-bece-7d84808985ae: 12px; --gap-v-24dcafca-b915-4611-bece-7d84808985ae: 0px; }.sd[data-s-8d53f721-b6c9-4185-8623-fb0e8e94efdb] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
.sd[data-s-24dcafca-b915-4611-bece-7d84808985ae]:hover .sd[data-s-8d53f721-b6c9-4185-8623-fb0e8e94efdb] { text-decoration: underline; }.sd[data-s-a14abd28-aa86-491e-abd4-ea84531087f8] { flex: none; height: auto; width: 18px; max-width: 100%; }.sd[data-s-dbf344fd-a22e-4026-89d3-02c953aa12ec] { align-content: flex-start; align-items: flex-start; background: #ffffffff; flex: 1; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 204px; justify-content: flex-start; margin: 0px 0px 0px 0px; padding: 10px 64px 10px 48px; width: auto; z-index: 1; --gap-h-dbf344fd-a22e-4026-89d3-02c953aa12ec: 0px; --gap-v-dbf344fd-a22e-4026-89d3-02c953aa12ec: 0px; --gap-uuid: dbf344fd-a22e-4026-89d3-02c953aa12ec; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-dbf344fd-a22e-4026-89d3-02c953aa12ec] { padding: 10px 24px 10px 24px; --gap-h-dbf344fd-a22e-4026-89d3-02c953aa12ec: 0px; --gap-v-dbf344fd-a22e-4026-89d3-02c953aa12ec: 0px; }
}.sd[data-s-1ac13a3f-fe4b-49c4-aa39-6f8e48966613] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-dbf344fd-a22e-4026-89d3-02c953aa12ec) * 0)); --gap-h-1ac13a3f-fe4b-49c4-aa39-6f8e48966613: 0px; --gap-v-1ac13a3f-fe4b-49c4-aa39-6f8e48966613: 0px; --gap-uuid: 1ac13a3f-fe4b-49c4-aa39-6f8e48966613; max-width: calc(100% - (var(--gap-h-dbf344fd-a22e-4026-89d3-02c953aa12ec) * 0)); }.sd[data-s-8afd93d5-d98d-4c4a-a4da-660176509653] { align-content: center; align-items: center; border-bottom: 1px solid #d0d0d0ff; border-left: 0px solid #d0d0d0ff; border-right: 0px solid #d0d0d0ff; border-top: 0px solid #d0d0d0ff; flex: none; flex-direction: row; flex-wrap: nowrap; height: calc(100% - (var(--gap-v-1ac13a3f-fe4b-49c4-aa39-6f8e48966613) * 0)); justify-content: space-between; margin: 0px 24px 0px 0px; padding: 0px 24px; width: calc(50% - 24px - (var(--gap-h-1ac13a3f-fe4b-49c4-aa39-6f8e48966613) * 0.5)); max-width: calc(50% - 24px - (var(--gap-h-1ac13a3f-fe4b-49c4-aa39-6f8e48966613) * 0.5)); }
.sd[data-s-8afd93d5-d98d-4c4a-a4da-660176509653]:hover { background: #0032641a; }
@media screen and (max-width: 1280px){
.sd[data-s-8afd93d5-d98d-4c4a-a4da-660176509653] { padding: 0px 12px; }
}.sd[data-s-e7828f28-d1e9-495d-906b-1c2adbbdbdc1] { color: #003264ff; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-6df986d2-0776-403c-96b8-c7f585fd27fc] { flex: none; height: auto; width: 18px; max-width: 100%; }.sd[data-s-c9eb07a8-17c4-4439-a036-630286866d75] { align-content: center; align-items: center; border-bottom: 1px solid #d0d0d0ff; border-left: 0px solid #d0d0d0ff; border-right: 0px solid #d0d0d0ff; border-top: 0px solid #d0d0d0ff; flex: none; flex-direction: row; flex-wrap: nowrap; height: calc(100% - (var(--gap-v-1ac13a3f-fe4b-49c4-aa39-6f8e48966613) * 0)); justify-content: space-between; margin: 0px 24px 0px 0px; padding: 0px 24px; width: calc(50% - 24px - (var(--gap-h-1ac13a3f-fe4b-49c4-aa39-6f8e48966613) * 0.5)); max-width: calc(50% - 24px - (var(--gap-h-1ac13a3f-fe4b-49c4-aa39-6f8e48966613) * 0.5)); }
.sd[data-s-c9eb07a8-17c4-4439-a036-630286866d75]:hover { background: #0032641a; }
@media screen and (max-width: 1280px){
.sd[data-s-c9eb07a8-17c4-4439-a036-630286866d75] { padding: 0px 12px; }
}.sd[data-s-5c96294a-13fb-4ed4-93f4-2518f6f5e734] { color: #003264ff; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-a81f9187-bdf0-4565-a75c-e1125f995996] { flex: none; height: auto; width: 18px; max-width: 100%; }.sd[data-s-b7c0d817-4886-48a9-b616-84cdf4c14744] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-dbf344fd-a22e-4026-89d3-02c953aa12ec) * 0)); --gap-h-b7c0d817-4886-48a9-b616-84cdf4c14744: 0px; --gap-v-b7c0d817-4886-48a9-b616-84cdf4c14744: 0px; --gap-uuid: b7c0d817-4886-48a9-b616-84cdf4c14744; max-width: calc(100% - (var(--gap-h-dbf344fd-a22e-4026-89d3-02c953aa12ec) * 0)); }.sd[data-s-fbb641cc-43ee-4271-a210-95a9f029fa6f] { align-content: center; align-items: center; border-bottom: 1px solid #d0d0d0ff; border-left: 0px solid #d0d0d0ff; border-right: 0px solid #d0d0d0ff; border-top: 0px solid #d0d0d0ff; flex: none; flex-direction: row; flex-wrap: nowrap; height: calc(100% - (var(--gap-v-b7c0d817-4886-48a9-b616-84cdf4c14744) * 0)); justify-content: space-between; margin: 0px 24px 0px 0px; padding: 0px 24px; width: calc(50% - 24px - (var(--gap-h-b7c0d817-4886-48a9-b616-84cdf4c14744) * 0.5)); max-width: calc(50% - 24px - (var(--gap-h-b7c0d817-4886-48a9-b616-84cdf4c14744) * 0.5)); }
.sd[data-s-fbb641cc-43ee-4271-a210-95a9f029fa6f]:hover { background: #0032641a; }
@media screen and (max-width: 1280px){
.sd[data-s-fbb641cc-43ee-4271-a210-95a9f029fa6f] { padding: 0px 12px; }
}.sd[data-s-56f37bd6-8e7c-44a5-b85b-b6569dae4151] { color: #003264ff; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-69aed653-61a4-4472-91eb-71664a06c5c0] { flex: none; height: auto; width: 18px; max-width: 100%; }.sd[data-s-d4807b9a-4e6c-4613-b77c-a8106dec1337] { align-content: center; align-items: center; border-bottom: 1px solid #d0d0d0ff; border-left: 0px solid #d0d0d0ff; border-right: 0px solid #d0d0d0ff; border-top: 0px solid #d0d0d0ff; flex: none; flex-direction: row; flex-wrap: nowrap; height: calc(100% - (var(--gap-v-b7c0d817-4886-48a9-b616-84cdf4c14744) * 0)); justify-content: space-between; margin: 0px 24px 0px 0px; padding: 0px 24px; width: calc(50% - 24px - (var(--gap-h-b7c0d817-4886-48a9-b616-84cdf4c14744) * 0.5)); max-width: calc(50% - 24px - (var(--gap-h-b7c0d817-4886-48a9-b616-84cdf4c14744) * 0.5)); }
.sd[data-s-d4807b9a-4e6c-4613-b77c-a8106dec1337]:hover { background: #0032641a; }
@media screen and (max-width: 1280px){
.sd[data-s-d4807b9a-4e6c-4613-b77c-a8106dec1337] { padding: 0px 12px; }
}.sd[data-s-6c57396a-3f4d-41fb-ba77-1e50e76b9d9a] { color: #003264ff; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-55d51717-8d9f-4d1e-8582-14f2b9aaff02] { flex: none; height: auto; width: 18px; max-width: 100%; }.sd[data-s-144077ed-f2b2-47c7-9894-981e4821b0d4] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-dbf344fd-a22e-4026-89d3-02c953aa12ec) * 0)); --gap-h-144077ed-f2b2-47c7-9894-981e4821b0d4: 0px; --gap-v-144077ed-f2b2-47c7-9894-981e4821b0d4: 0px; --gap-uuid: 144077ed-f2b2-47c7-9894-981e4821b0d4; max-width: calc(100% - (var(--gap-h-dbf344fd-a22e-4026-89d3-02c953aa12ec) * 0)); }.sd[data-s-e36e5f92-a3dd-4681-96f1-ccb69698aba4] { align-content: center; align-items: center; border-bottom: 1px solid #d0d0d0ff; border-left: 0px solid #d0d0d0ff; border-right: 0px solid #d0d0d0ff; border-top: 0px solid #d0d0d0ff; flex: none; flex-direction: row; flex-wrap: nowrap; height: calc(100% - (var(--gap-v-144077ed-f2b2-47c7-9894-981e4821b0d4) * 0)); justify-content: space-between; margin: 0px 24px 0px 0px; padding: 0px 24px; width: calc(50% - 24px - (var(--gap-h-144077ed-f2b2-47c7-9894-981e4821b0d4) * 0.5)); max-width: calc(50% - 24px - (var(--gap-h-144077ed-f2b2-47c7-9894-981e4821b0d4) * 0.5)); }
.sd[data-s-e36e5f92-a3dd-4681-96f1-ccb69698aba4]:hover { background: #0032641a; }
@media screen and (max-width: 1280px){
.sd[data-s-e36e5f92-a3dd-4681-96f1-ccb69698aba4] { padding: 0px 12px; }
}.sd[data-s-863f31d2-75f9-4893-b135-c89396d25f7f] { color: #003264ff; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-e030a59b-34da-45f5-9fc1-28858af2f0fe] { flex: none; height: auto; width: 18px; max-width: 100%; }.sd[data-s-4459a07e-be75-463a-9084-b024edddccef] { align-content: center; align-items: center; border-bottom: 1px solid #d0d0d0ff; border-left: 0px solid #d0d0d0ff; border-right: 0px solid #d0d0d0ff; border-top: 0px solid #d0d0d0ff; flex: none; flex-direction: row; flex-wrap: nowrap; height: calc(100% - (var(--gap-v-144077ed-f2b2-47c7-9894-981e4821b0d4) * 0)); justify-content: space-between; margin: 0px 24px 0px 0px; padding: 0px 24px; width: calc(50% - 24px - (var(--gap-h-144077ed-f2b2-47c7-9894-981e4821b0d4) * 0.5)); max-width: calc(50% - 24px - (var(--gap-h-144077ed-f2b2-47c7-9894-981e4821b0d4) * 0.5)); }
.sd[data-s-4459a07e-be75-463a-9084-b024edddccef]:hover { background: #0032641a; }
@media screen and (max-width: 1280px){
.sd[data-s-4459a07e-be75-463a-9084-b024edddccef] { padding: 0px 12px; }
}.sd[data-s-5f9d645d-122d-4793-8e7c-9dcc387ba568] { color: #003264ff; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-af103f4c-7b10-4784-b68a-dc4bb797598f] { flex: none; height: auto; width: 18px; max-width: 100%; }.sd[data-s-20119bd8-b363-46f8-80dc-b8f3c1458b30] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-861218e5-cfb5-44be-886c-8d9ac5b5b6d3] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 8px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-861218e5-cfb5-44be-886c-8d9ac5b5b6d3]:hover { opacity: 0.6; }
@media screen and (max-width: 1280px){
.sd[data-s-861218e5-cfb5-44be-886c-8d9ac5b5b6d3] { font-size: 13px; }
}.sd[data-s-594bad3b-0647-472e-8994-667d9dfbfe14] { align-content: flex-start; align-items: flex-start; background: rgba(0,0,0,0.0); border-radius: 0px; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; padding: 0; width: 92px; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-594bad3b-0647-472e-8994-667d9dfbfe14] { flex: none; width: 84px; max-width: 100%; }
}.sd[data-s-2985c6f3-b5d3-44be-be2a-7c0aecb0fc3a] { align-content: center; align-items: center; border-bottom: 6px solid #003264ff; border-left: 0px solid #003264ff; border-right: 0px solid #003264ff; border-top: 0px solid #003264ff; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: auto; justify-content: space-between; padding: 8px; transition-duration: 0ms; width: auto; --gap-h-2985c6f3-b5d3-44be-be2a-7c0aecb0fc3a: 6px; --gap-v-2985c6f3-b5d3-44be-be2a-7c0aecb0fc3a: 0px; --gap-uuid: 2985c6f3-b5d3-44be-be2a-7c0aecb0fc3a; max-width: 100%; }
.sd[data-s-2985c6f3-b5d3-44be-be2a-7c0aecb0fc3a]:hover { opacity: 0.6; --gap-h-2985c6f3-b5d3-44be-be2a-7c0aecb0fc3a: 6px; --gap-v-2985c6f3-b5d3-44be-be2a-7c0aecb0fc3a: 0px; }
.sd._isClose[data-s-2985c6f3-b5d3-44be-be2a-7c0aecb0fc3a] { border-bottom: 0px solid #003264ff; border-left: 0px solid #003264ff; border-right: 0px solid #003264ff; border-top: 0px solid #003264ff; --gap-h-2985c6f3-b5d3-44be-be2a-7c0aecb0fc3a: 6px; --gap-v-2985c6f3-b5d3-44be-be2a-7c0aecb0fc3a: 0px; }.sd[data-s-52531124-5b58-42da-8a5d-54cea75971ec] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 1280px){
.sd[data-s-52531124-5b58-42da-8a5d-54cea75971ec] { font-size: 13px; }
}.sd[data-s-1a31e49c-14df-4caf-bff6-b711f52fc198] { background: rgba(0,0,0,0.0); color: #003366; flex: none; font-size: 16px; height: 14px; rotate: 180deg; width: 14px; max-width: 100%; }
.sd._isClose[data-s-1a31e49c-14df-4caf-bff6-b711f52fc198] { rotate: 0deg; }.sd[data-s-bbb48d33-d95c-4d34-af4c-0592629a25e6] { align-content: center; align-items: center; backdrop-filter: blur(40px); -webkit-backdrop-filter: blur(40px); background: transparent; border-bottom: 1000px solid #00000033; border-left: 0px solid #00000033; border-radius: 0px; border-right: 0px solid #00000033; border-top: 0px solid #00000033; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; margin: 0px 0px 0px 0px; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 0px 0px 0px 0px; scale: 1 1; transition-duration: 0ms; width: 100vw; z-index: 1; --gap-h-bbb48d33-d95c-4d34-af4c-0592629a25e6: 0px; --gap-v-bbb48d33-d95c-4d34-af4c-0592629a25e6: 0px; --gap-uuid: bbb48d33-d95c-4d34-af4c-0592629a25e6; max-width: 100vw; }
.sd._isClose[data-s-bbb48d33-d95c-4d34-af4c-0592629a25e6] { flex: none; height: 0px; opacity: 0; scale: 1 1e-10; --gap-h-bbb48d33-d95c-4d34-af4c-0592629a25e6: 0px; --gap-v-bbb48d33-d95c-4d34-af4c-0592629a25e6: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-bbb48d33-d95c-4d34-af4c-0592629a25e6] { flex: none; --gap-h-bbb48d33-d95c-4d34-af4c-0592629a25e6: 0px; --gap-v-bbb48d33-d95c-4d34-af4c-0592629a25e6: 0px; }
}.sd[data-s-4785fcc1-a78a-4295-93b6-fabdf4686edb] { align-content: flex-end; align-items: flex-end; background: #eaf5ffff; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: auto; justify-content: center; padding: 26px 0px 26px 64px; width: calc(30% - (var(--gap-h-bbb48d33-d95c-4d34-af4c-0592629a25e6) * 0.7000000000000001)); z-index: 1; --gap-h-4785fcc1-a78a-4295-93b6-fabdf4686edb: 0px; --gap-v-4785fcc1-a78a-4295-93b6-fabdf4686edb: 2px; --gap-uuid: 4785fcc1-a78a-4295-93b6-fabdf4686edb; max-width: calc(30% - (var(--gap-h-bbb48d33-d95c-4d34-af4c-0592629a25e6) * 0.7000000000000001)); }.sd[data-s-bdca1da2-ffcf-4b49-94ba-1bbe2e2bb1c4] { color: #003366; flex: none; font-family: var(--s-font-4aa63508); font-size: 24px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: 330px; max-width: 100%; justify-content: flex-start; }.sd[data-s-44d90f2b-020b-45e5-9f6a-26b04b88d0af] { align-content: center; align-items: center; background: rgb(255, 255, 255); flex: 1; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; padding: 10px 48px 10px 48px; width: auto; --gap-h-44d90f2b-020b-45e5-9f6a-26b04b88d0af: 0px; --gap-v-44d90f2b-020b-45e5-9f6a-26b04b88d0af: 0px; --gap-uuid: 44d90f2b-020b-45e5-9f6a-26b04b88d0af; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-44d90f2b-020b-45e5-9f6a-26b04b88d0af] { align-content: center; align-items: center; justify-content: flex-start; padding: 20px 12px 20px 12px; --gap-h-44d90f2b-020b-45e5-9f6a-26b04b88d0af: 0px; --gap-v-44d90f2b-020b-45e5-9f6a-26b04b88d0af: 0px; }
}.sd[data-s-40965afe-d512-4bf0-a7eb-27c5cc2db4b3] { align-content: center; align-items: center; border-bottom: 0px solid #d0d0d0ff; border-left: 0px solid #d0d0d0ff; border-right: 0px solid #d0d0d0ff; border-top: 0px solid #d0d0d0ff; flex: none; flex-direction: row; flex-wrap: nowrap; height: 56px; justify-content: space-between; margin: 0px 12px; padding: 20px 24px; width: calc(50% - 24px - (var(--gap-h-44d90f2b-020b-45e5-9f6a-26b04b88d0af) * 0.5)); max-width: calc(50% - 24px - (var(--gap-h-44d90f2b-020b-45e5-9f6a-26b04b88d0af) * 0.5)); }
.sd[data-s-40965afe-d512-4bf0-a7eb-27c5cc2db4b3]:hover { background: #0032641a; }.sd[data-s-6f578167-a73e-4d4d-945c-c904e9c34481] { color: #003264ff; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-3ca4cf79-dbc1-4b46-b387-8a1d54cb3242] { flex: none; height: auto; width: 18px; max-width: 100%; }.sd[data-s-62de068a-b51c-49ee-bc68-c23ad0410cb3] { align-content: center; align-items: center; border-bottom: 0px solid #d0d0d0ff; border-left: 0px solid #d0d0d0ff; border-right: 0px solid #d0d0d0ff; border-top: 0px solid #d0d0d0ff; flex: none; flex-direction: row; flex-wrap: nowrap; height: 56px; justify-content: space-between; margin: 0px 12px; padding: 20px 24px; width: calc(50% - 24px - (var(--gap-h-44d90f2b-020b-45e5-9f6a-26b04b88d0af) * 0.5)); max-width: calc(50% - 24px - (var(--gap-h-44d90f2b-020b-45e5-9f6a-26b04b88d0af) * 0.5)); }
.sd[data-s-62de068a-b51c-49ee-bc68-c23ad0410cb3]:hover { background: #0032641a; }.sd[data-s-a5937b6c-73ba-469e-8d03-69027d98f4ce] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 6px; justify-content: center; padding: 0px; --gap-h-a5937b6c-73ba-469e-8d03-69027d98f4ce: 0px; --gap-v-a5937b6c-73ba-469e-8d03-69027d98f4ce: 6px; --gap-uuid: a5937b6c-73ba-469e-8d03-69027d98f4ce; }.sd[data-s-87931bb4-e60e-450c-931a-53878c23db9e] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 6px; justify-content: center; padding: 0px; --gap-h-87931bb4-e60e-450c-931a-53878c23db9e: 6px; --gap-v-87931bb4-e60e-450c-931a-53878c23db9e: 0px; --gap-uuid: 87931bb4-e60e-450c-931a-53878c23db9e; }.sd[data-s-93fd7e7d-1533-4ebd-a2fb-0695aa67cb9c] { color: #003264ff; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-b4b485b8-946e-4d48-98e3-233ab5e6dd42] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: center; width: 10px; max-width: 100%; }.sd[data-s-444fda5b-224a-45d3-ba90-e5f82c29ff8f] { color: #435266; font-family: var(--s-font-b082636f); font-size: 12px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-45b8ddb3-8fa2-468d-adca-8e0cfc96ea9d] { flex: none; height: auto; width: 18px; max-width: 100%; }.sd[data-s-08169622-6fb0-4138-b748-f03bc647fab1] { align-content: flex-start; align-items: flex-start; backdrop-filter: blur(40px); -webkit-backdrop-filter: blur(40px); background: transparent; border-bottom: 1000px solid #00000033; border-left: 0px solid #00000033; border-radius: 0px; border-right: 0px solid #00000033; border-top: 0px solid #00000033; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; margin: 0px 0px 0px 0px; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 0px 0px 0px 0px; scale: 1 1; transition-duration: 0ms; width: 100vw; z-index: 1; --gap-h-08169622-6fb0-4138-b748-f03bc647fab1: 0px; --gap-v-08169622-6fb0-4138-b748-f03bc647fab1: 0px; --gap-uuid: 08169622-6fb0-4138-b748-f03bc647fab1; max-width: 100vw; }
.sd._isClose[data-s-08169622-6fb0-4138-b748-f03bc647fab1] { flex: none; height: 0px; opacity: 0; scale: 1 1e-10; --gap-h-08169622-6fb0-4138-b748-f03bc647fab1: 0px; --gap-v-08169622-6fb0-4138-b748-f03bc647fab1: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-08169622-6fb0-4138-b748-f03bc647fab1] { flex: none; --gap-h-08169622-6fb0-4138-b748-f03bc647fab1: 0px; --gap-v-08169622-6fb0-4138-b748-f03bc647fab1: 0px; }
}.sd[data-s-749bd8b2-aa8e-4e21-a5e6-e612273b7d5d] { align-content: flex-start; align-items: flex-start; background: #eaf5ffff; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: 80px; justify-content: flex-start; padding: 30px 0px 0px 64px; width: calc(25% - (var(--gap-h-08169622-6fb0-4138-b748-f03bc647fab1) * 0.75)); z-index: 1; --gap-h-749bd8b2-aa8e-4e21-a5e6-e612273b7d5d: 0px; --gap-v-749bd8b2-aa8e-4e21-a5e6-e612273b7d5d: 2px; --gap-uuid: 749bd8b2-aa8e-4e21-a5e6-e612273b7d5d; max-width: calc(25% - (var(--gap-h-08169622-6fb0-4138-b748-f03bc647fab1) * 0.75)); }
@media screen and (max-width: 1280px){
.sd[data-s-749bd8b2-aa8e-4e21-a5e6-e612273b7d5d] { flex: none; padding: 30px 30px 0px 24px; width: calc(24% - (var(--gap-h-08169622-6fb0-4138-b748-f03bc647fab1) * 0.76)); --gap-h-749bd8b2-aa8e-4e21-a5e6-e612273b7d5d: 0px; --gap-v-749bd8b2-aa8e-4e21-a5e6-e612273b7d5d: 2px; max-width: calc(24% - (var(--gap-h-08169622-6fb0-4138-b748-f03bc647fab1) * 0.76)); }
}.sd[data-s-c098e71f-96a4-4ac1-9965-4d6dc42be2b8] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 0px 0px 16px 0px; --gap-h-c098e71f-96a4-4ac1-9965-4d6dc42be2b8: 4px; --gap-v-c098e71f-96a4-4ac1-9965-4d6dc42be2b8: 0px; --gap-uuid: c098e71f-96a4-4ac1-9965-4d6dc42be2b8; }
.sd[data-s-c098e71f-96a4-4ac1-9965-4d6dc42be2b8]:hover { opacity: 1; --gap-h-c098e71f-96a4-4ac1-9965-4d6dc42be2b8: 4px; --gap-v-c098e71f-96a4-4ac1-9965-4d6dc42be2b8: 0px; }.sd[data-s-0eea12f7-a296-44f2-b7c2-63bf9fd6a53d] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 24px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
.sd[data-s-c098e71f-96a4-4ac1-9965-4d6dc42be2b8]:hover .sd[data-s-0eea12f7-a296-44f2-b7c2-63bf9fd6a53d] { text-decoration: underline; }.sd[data-s-69705b57-4f63-4ccd-9ed7-4a3d825e44bf] { align-content: flex-start; align-items: flex-start; background: #ffffffff; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: flex-start; margin: 0px 0px 0px 0px; padding: 10px 64px 10px 48px; width: calc(75% - (var(--gap-h-08169622-6fb0-4138-b748-f03bc647fab1) * 0.24999999999999994)); z-index: 1; --gap-h-69705b57-4f63-4ccd-9ed7-4a3d825e44bf: 0px; --gap-v-69705b57-4f63-4ccd-9ed7-4a3d825e44bf: 0px; --gap-uuid: 69705b57-4f63-4ccd-9ed7-4a3d825e44bf; max-width: calc(75% - (var(--gap-h-08169622-6fb0-4138-b748-f03bc647fab1) * 0.24999999999999994)); }
@media screen and (max-width: 1280px){
.sd[data-s-69705b57-4f63-4ccd-9ed7-4a3d825e44bf] { flex: none; padding: 10px 0px; width: calc(76% - (var(--gap-h-08169622-6fb0-4138-b748-f03bc647fab1) * 0.24000000000000005)); --gap-h-69705b57-4f63-4ccd-9ed7-4a3d825e44bf: 0px; --gap-v-69705b57-4f63-4ccd-9ed7-4a3d825e44bf: 0px; max-width: calc(76% - (var(--gap-h-08169622-6fb0-4138-b748-f03bc647fab1) * 0.24000000000000005)); }
}.sd[data-s-28734834-00b8-4328-8c1e-1d9c86d1241e] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-69705b57-4f63-4ccd-9ed7-4a3d825e44bf) * 0)); --gap-h-28734834-00b8-4328-8c1e-1d9c86d1241e: 0px; --gap-v-28734834-00b8-4328-8c1e-1d9c86d1241e: 0px; --gap-uuid: 28734834-00b8-4328-8c1e-1d9c86d1241e; max-width: calc(100% - (var(--gap-h-69705b57-4f63-4ccd-9ed7-4a3d825e44bf) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-28734834-00b8-4328-8c1e-1d9c86d1241e] { align-content: center; align-items: center; justify-content: flex-end; --gap-h-28734834-00b8-4328-8c1e-1d9c86d1241e: 0px; --gap-v-28734834-00b8-4328-8c1e-1d9c86d1241e: 0px; }
}.sd[data-s-e1bc85a8-d239-4d42-8a37-8f04cf96934d] { align-content: center; align-items: center; border-bottom: 1px solid #d0d0d000; border-left: 0px solid #d0d0d000; border-right: 0px solid #d0d0d000; border-top: 0px solid #d0d0d000; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: calc(100% - (var(--gap-v-28734834-00b8-4328-8c1e-1d9c86d1241e) * 0)); justify-content: space-between; margin: 0px 12px; padding: 0px 24px; width: calc(50% - 24px - (var(--gap-h-28734834-00b8-4328-8c1e-1d9c86d1241e) * 0.5)); --gap-h-e1bc85a8-d239-4d42-8a37-8f04cf96934d: 0px; --gap-v-e1bc85a8-d239-4d42-8a37-8f04cf96934d: 0px; --gap-uuid: e1bc85a8-d239-4d42-8a37-8f04cf96934d; max-width: calc(50% - 24px - (var(--gap-h-28734834-00b8-4328-8c1e-1d9c86d1241e) * 0.5)); }
.sd[data-s-e1bc85a8-d239-4d42-8a37-8f04cf96934d]:hover { background: #0032641a; --gap-h-e1bc85a8-d239-4d42-8a37-8f04cf96934d: 0px; --gap-v-e1bc85a8-d239-4d42-8a37-8f04cf96934d: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-e1bc85a8-d239-4d42-8a37-8f04cf96934d] { margin: 0px 6px 0px 12px; padding: 0px 12px; --gap-h-e1bc85a8-d239-4d42-8a37-8f04cf96934d: 0px; --gap-v-e1bc85a8-d239-4d42-8a37-8f04cf96934d: 0px; width: calc(50% - 18px - (var(--gap-h-28734834-00b8-4328-8c1e-1d9c86d1241e) * 0.5)); max-width: calc(50% - 18px - (var(--gap-h-28734834-00b8-4328-8c1e-1d9c86d1241e) * 0.5)); height: calc(100% - (var(--gap-v-28734834-00b8-4328-8c1e-1d9c86d1241e) * 0)); }
}.sd[data-s-51866e45-b6d8-493d-a1d6-018ac1ccb150] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 6px; justify-content: center; padding: 0px; --gap-h-51866e45-b6d8-493d-a1d6-018ac1ccb150: 0px; --gap-v-51866e45-b6d8-493d-a1d6-018ac1ccb150: 6px; --gap-uuid: 51866e45-b6d8-493d-a1d6-018ac1ccb150; }.sd[data-s-8d5ee68c-c20c-4fa9-a368-98807b8a017f] { color: #003264ff; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-6d4e6ca1-cbab-4442-a102-ba3d64bae782] { color: #435266; font-family: var(--s-font-b082636f); font-size: 12px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-5bfaa697-6a78-4460-ae29-008088c3db37] { flex: none; height: auto; width: 18px; max-width: 100%; }.sd[data-s-c47a9319-8cd6-4759-ba3c-8ee5ee468a91] { align-content: center; align-items: center; border-bottom: 1px solid #d0d0d0ff; border-left: 0px solid #d0d0d0ff; border-right: 0px solid #d0d0d0ff; border-top: 0px solid #d0d0d0ff; flex: none; flex-direction: row; flex-wrap: nowrap; height: calc(100% - (var(--gap-v-28734834-00b8-4328-8c1e-1d9c86d1241e) * 0)); justify-content: space-between; margin: 0px 12px; padding: 0px 24px; width: calc(50% - 24px - (var(--gap-h-28734834-00b8-4328-8c1e-1d9c86d1241e) * 0.5)); max-width: calc(50% - 24px - (var(--gap-h-28734834-00b8-4328-8c1e-1d9c86d1241e) * 0.5)); }
.sd[data-s-c47a9319-8cd6-4759-ba3c-8ee5ee468a91]:hover { background: #0032641a; }
@media screen and (max-width: 1280px){
.sd[data-s-c47a9319-8cd6-4759-ba3c-8ee5ee468a91] { margin: 0px 12px 0px 6px; padding: 0px 12px; width: calc(50% - 18px - (var(--gap-h-28734834-00b8-4328-8c1e-1d9c86d1241e) * 0.5)); max-width: calc(50% - 18px - (var(--gap-h-28734834-00b8-4328-8c1e-1d9c86d1241e) * 0.5)); height: calc(100% - (var(--gap-v-28734834-00b8-4328-8c1e-1d9c86d1241e) * 0)); }
}.sd[data-s-1c6f07d6-3a0f-45e9-9fab-66c6653d5a52] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 6px; justify-content: center; padding: 0px; --gap-h-1c6f07d6-3a0f-45e9-9fab-66c6653d5a52: 0px; --gap-v-1c6f07d6-3a0f-45e9-9fab-66c6653d5a52: 6px; --gap-uuid: 1c6f07d6-3a0f-45e9-9fab-66c6653d5a52; }.sd[data-s-f22164bd-e2b9-48fa-bdac-6b644050a6e9] { color: #003264ff; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-98fcbfda-5325-4336-b3d7-ae53ef369585] { color: #435266; font-family: var(--s-font-b082636f); font-size: 12px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-07678e06-e96c-49bb-a412-c01f20a4f53b] { flex: none; height: auto; width: 18px; max-width: 100%; }.sd[data-s-ad075b6b-0c46-4d0d-be52-cff6d0b8a3a7] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-1016ec59-c75c-4026-b385-daef51f40106] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 8px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-1016ec59-c75c-4026-b385-daef51f40106]:hover { opacity: 0.6; }
@media screen and (max-width: 1280px){
.sd[data-s-1016ec59-c75c-4026-b385-daef51f40106] { font-size: 13px; }
}.sd[data-s-70d21fbd-5c97-4129-962a-6ed28b64c5ca] { align-content: center; align-items: center; display: none; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-70d21fbd-5c97-4129-962a-6ed28b64c5ca] { display: none; }
}
@media screen and (max-width: 990px){
.sd[data-s-70d21fbd-5c97-4129-962a-6ed28b64c5ca] { display: none; }
}
@media screen and (max-width: 690px){
.sd[data-s-70d21fbd-5c97-4129-962a-6ed28b64c5ca] { display: none; }
}
@media screen and (max-width: 360px){
.sd[data-s-70d21fbd-5c97-4129-962a-6ed28b64c5ca] { display: none; }
}.sd[data-s-727c9e2f-ea7e-4637-a195-cf65f0c1c6d9] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 8px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-727c9e2f-ea7e-4637-a195-cf65f0c1c6d9]:hover { opacity: 0.6; }
@media screen and (max-width: 1280px){
.sd[data-s-727c9e2f-ea7e-4637-a195-cf65f0c1c6d9] { font-size: 13px; }
}.sd[data-s-db3fc24f-cc6e-4317-8d6d-cc59af72c520] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-0a8ff6c8-eadd-498c-977b-4c32001e87f8] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 8px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-0a8ff6c8-eadd-498c-977b-4c32001e87f8]:hover { opacity: 0.6; }
@media screen and (max-width: 1280px){
.sd[data-s-0a8ff6c8-eadd-498c-977b-4c32001e87f8] { font-size: 13px; }
}.sd[data-s-3667351e-1ef2-484e-a038-5d39e95685b3] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-f889d870-76ba-4d7b-a717-dee4edc04321] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-f889d870-76ba-4d7b-a717-dee4edc04321: 4px; --gap-v-f889d870-76ba-4d7b-a717-dee4edc04321: 0px; --gap-uuid: f889d870-76ba-4d7b-a717-dee4edc04321; }
.sd[data-s-f889d870-76ba-4d7b-a717-dee4edc04321]:hover { opacity: 0.6; --gap-h-f889d870-76ba-4d7b-a717-dee4edc04321: 4px; --gap-v-f889d870-76ba-4d7b-a717-dee4edc04321: 0px; }.sd[data-s-7979306e-b4ad-41df-ad66-cf2fe7bb4bc0] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 1280px){
.sd[data-s-7979306e-b4ad-41df-ad66-cf2fe7bb4bc0] { font-size: 13px; }
}.sd[data-s-60a728f9-f43f-49f4-b473-6e0cf601dd83] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: center; width: 10px; max-width: 100%; }.sd[data-s-459ce991-e8ce-4a7f-8737-8b4ee0c128b8] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 2px; justify-content: center; padding: 0px; --gap-h-459ce991-e8ce-4a7f-8737-8b4ee0c128b8: 0px; --gap-v-459ce991-e8ce-4a7f-8737-8b4ee0c128b8: 2px; --gap-uuid: 459ce991-e8ce-4a7f-8737-8b4ee0c128b8; }.sd[data-s-05233b94-44cb-4341-8773-c4497cf36c6e] { align-content: center; align-items: center; display: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: auto; justify-content: center; padding: 4px; width: auto; --gap-h-05233b94-44cb-4341-8773-c4497cf36c6e: 4px; --gap-v-05233b94-44cb-4341-8773-c4497cf36c6e: 0px; --gap-uuid: 05233b94-44cb-4341-8773-c4497cf36c6e; max-width: 100%; }
.sd[data-s-05233b94-44cb-4341-8773-c4497cf36c6e]:hover { opacity: 0.8; --gap-h-05233b94-44cb-4341-8773-c4497cf36c6e: 4px; --gap-v-05233b94-44cb-4341-8773-c4497cf36c6e: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-05233b94-44cb-4341-8773-c4497cf36c6e] { display: none; --gap-h-05233b94-44cb-4341-8773-c4497cf36c6e: 4px; --gap-v-05233b94-44cb-4341-8773-c4497cf36c6e: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-05233b94-44cb-4341-8773-c4497cf36c6e] { display: none; --gap-h-05233b94-44cb-4341-8773-c4497cf36c6e: 4px; --gap-v-05233b94-44cb-4341-8773-c4497cf36c6e: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-05233b94-44cb-4341-8773-c4497cf36c6e] { display: none; --gap-h-05233b94-44cb-4341-8773-c4497cf36c6e: 4px; --gap-v-05233b94-44cb-4341-8773-c4497cf36c6e: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-05233b94-44cb-4341-8773-c4497cf36c6e] { display: none; --gap-h-05233b94-44cb-4341-8773-c4497cf36c6e: 4px; --gap-v-05233b94-44cb-4341-8773-c4497cf36c6e: 0px; }
}.sd[data-s-d2372b6f-e5b0-4be0-9aa1-d3f378fb469a] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: center; width: 14px; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-d2372b6f-e5b0-4be0-9aa1-d3f378fb469a] { flex: none; width: 12px; max-width: 100%; }
}.sd[data-s-2b93fe15-dfda-4af1-8ae0-ae3f1a500509] { color: #003366; flex: none; font-family: var(--s-font-b082636f); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.05em; line-height: 1; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 990px){
.sd[data-s-2b93fe15-dfda-4af1-8ae0-ae3f1a500509] { font-size: 14px; }
}.sd[data-s-14f85df6-57d3-4166-9dc1-7d8304266afd] { align-content: center; align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 5px; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: center; padding: 16px 20px 16px 20px; width: auto; --gap-h-14f85df6-57d3-4166-9dc1-7d8304266afd: 8px; --gap-v-14f85df6-57d3-4166-9dc1-7d8304266afd: 0px; --gap-uuid: 14f85df6-57d3-4166-9dc1-7d8304266afd; max-width: 100%; --g-color-0: rgb(0, 51, 102); --g-position-0: 0%; --g-color-1: rgb(0, 38, 77); --g-position-1: 100%; --g-color-2: rgb(0, 38, 77); --g-position-2: 100%; --g-color-3: rgb(0, 38, 77); --g-position-3: 100%; --g-color-4: rgb(0, 38, 77); --g-position-4: 100%; --g-color-5: rgb(0, 38, 77); --g-position-5: 100%; --g-color-6: rgb(0, 38, 77); --g-position-6: 100%; --g-color-7: rgb(0, 38, 77); --g-position-7: 100%; --g-color-8: rgb(0, 38, 77); --g-position-8: 100%; --g-color-9: rgb(0, 38, 77); --g-position-9: 100%; --g-color-10: rgb(0, 38, 77); --g-position-10: 100%; --g-color-11: rgb(0, 38, 77); --g-position-11: 100%; --g-angle: 90deg; }
.sd[data-s-14f85df6-57d3-4166-9dc1-7d8304266afd]:hover { opacity: 0.8; --gap-h-14f85df6-57d3-4166-9dc1-7d8304266afd: 8px; --gap-v-14f85df6-57d3-4166-9dc1-7d8304266afd: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-14f85df6-57d3-4166-9dc1-7d8304266afd] { padding: 16px 16px 16px 12px; --gap-h-14f85df6-57d3-4166-9dc1-7d8304266afd: 8px; --gap-v-14f85df6-57d3-4166-9dc1-7d8304266afd: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-14f85df6-57d3-4166-9dc1-7d8304266afd] { padding: 12px 14px; --gap-h-14f85df6-57d3-4166-9dc1-7d8304266afd: 8px; --gap-v-14f85df6-57d3-4166-9dc1-7d8304266afd: 0px; }
}.sd[data-s-3283b132-1101-4801-b7dd-eefb17a8e2e1] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: center; width: 16px; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-3283b132-1101-4801-b7dd-eefb17a8e2e1] { flex: none; width: 14px; max-width: 100%; }
}.sd[data-s-d987e5e2-9bed-49ef-a3fd-3595adcb2ca2] { color: #FFFFFF; flex: none; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 500; height: auto; letter-spacing: 0.01em; line-height: 1; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 990px){
.sd[data-s-d987e5e2-9bed-49ef-a3fd-3595adcb2ca2] { font-size: 13px; }
}.sd[data-s-ae6408b8-bf54-4fe9-afca-5dcfba36f8ee] { align-content: center; align-items: center; display: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; justify-content: center; padding: 0px; --gap-h-ae6408b8-bf54-4fe9-afca-5dcfba36f8ee: 8px; --gap-v-ae6408b8-bf54-4fe9-afca-5dcfba36f8ee: 0px; --gap-uuid: ae6408b8-bf54-4fe9-afca-5dcfba36f8ee; }
@media screen and (max-width: 1280px){
.sd[data-s-ae6408b8-bf54-4fe9-afca-5dcfba36f8ee] { display: none; --gap-h-ae6408b8-bf54-4fe9-afca-5dcfba36f8ee: 8px; --gap-v-ae6408b8-bf54-4fe9-afca-5dcfba36f8ee: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-ae6408b8-bf54-4fe9-afca-5dcfba36f8ee] { display: flex; --gap-h-ae6408b8-bf54-4fe9-afca-5dcfba36f8ee: 8px; --gap-v-ae6408b8-bf54-4fe9-afca-5dcfba36f8ee: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-ae6408b8-bf54-4fe9-afca-5dcfba36f8ee] { display: flex; flex-direction: row; gap: 4px; --gap-h-ae6408b8-bf54-4fe9-afca-5dcfba36f8ee: 4px; --gap-v-ae6408b8-bf54-4fe9-afca-5dcfba36f8ee: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-ae6408b8-bf54-4fe9-afca-5dcfba36f8ee] { display: flex; --gap-h-ae6408b8-bf54-4fe9-afca-5dcfba36f8ee: 8px; --gap-v-ae6408b8-bf54-4fe9-afca-5dcfba36f8ee: 0px; }
}.sd[data-s-48ef3f11-0fb1-48b0-a838-6c4e38d2be13] { align-content: center; align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 5px; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: center; padding: 12px 20px 12px 20px; width: auto; --gap-h-48ef3f11-0fb1-48b0-a838-6c4e38d2be13: 8px; --gap-v-48ef3f11-0fb1-48b0-a838-6c4e38d2be13: 0px; --gap-uuid: 48ef3f11-0fb1-48b0-a838-6c4e38d2be13; max-width: 100%; --g-color-0: rgb(0, 51, 102); --g-position-0: 0%; --g-color-1: rgb(0, 38, 77); --g-position-1: 100%; --g-color-2: rgb(0, 38, 77); --g-position-2: 100%; --g-color-3: rgb(0, 38, 77); --g-position-3: 100%; --g-color-4: rgb(0, 38, 77); --g-position-4: 100%; --g-color-5: rgb(0, 38, 77); --g-position-5: 100%; --g-color-6: rgb(0, 38, 77); --g-position-6: 100%; --g-color-7: rgb(0, 38, 77); --g-position-7: 100%; --g-color-8: rgb(0, 38, 77); --g-position-8: 100%; --g-color-9: rgb(0, 38, 77); --g-position-9: 100%; --g-color-10: rgb(0, 38, 77); --g-position-10: 100%; --g-color-11: rgb(0, 38, 77); --g-position-11: 100%; --g-angle: 90deg; }
.sd[data-s-48ef3f11-0fb1-48b0-a838-6c4e38d2be13]:hover { opacity: 0.7; --gap-h-48ef3f11-0fb1-48b0-a838-6c4e38d2be13: 8px; --gap-v-48ef3f11-0fb1-48b0-a838-6c4e38d2be13: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-48ef3f11-0fb1-48b0-a838-6c4e38d2be13] { padding: 12px 16px 12px 16px; --gap-h-48ef3f11-0fb1-48b0-a838-6c4e38d2be13: 8px; --gap-v-48ef3f11-0fb1-48b0-a838-6c4e38d2be13: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-48ef3f11-0fb1-48b0-a838-6c4e38d2be13] { border-radius: 7px; padding: 14px 16px 14px 16px; --gap-h-48ef3f11-0fb1-48b0-a838-6c4e38d2be13: 8px; --gap-v-48ef3f11-0fb1-48b0-a838-6c4e38d2be13: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-48ef3f11-0fb1-48b0-a838-6c4e38d2be13] { display: none; --gap-h-48ef3f11-0fb1-48b0-a838-6c4e38d2be13: 8px; --gap-v-48ef3f11-0fb1-48b0-a838-6c4e38d2be13: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-48ef3f11-0fb1-48b0-a838-6c4e38d2be13] { display: none; --gap-h-48ef3f11-0fb1-48b0-a838-6c4e38d2be13: 8px; --gap-v-48ef3f11-0fb1-48b0-a838-6c4e38d2be13: 0px; }
}.sd[data-s-84484495-1c7c-4fe3-aebe-ea49ecd08b33] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: center; width: 16px; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-84484495-1c7c-4fe3-aebe-ea49ecd08b33] { flex: none; width: 14px; max-width: 100%; }
}.sd[data-s-529d277b-9808-49a9-aa89-32b24dd3653e] { color: #FFFFFF; flex: none; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 500; height: auto; letter-spacing: 0.01em; line-height: 1; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 990px){
.sd[data-s-529d277b-9808-49a9-aa89-32b24dd3653e] { font-size: 13px; }
}.sd[data-s-612b82fc-ea24-4b79-b4ab-6e1e67c1d952] { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 40px; justify-content: center; padding: 8px; width: 40px; --gap-h-612b82fc-ea24-4b79-b4ab-6e1e67c1d952: 0px; --gap-v-612b82fc-ea24-4b79-b4ab-6e1e67c1d952: 8px; --gap-uuid: 612b82fc-ea24-4b79-b4ab-6e1e67c1d952; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-612b82fc-ea24-4b79-b4ab-6e1e67c1d952] { display: flex; --gap-h-612b82fc-ea24-4b79-b4ab-6e1e67c1d952: 0px; --gap-v-612b82fc-ea24-4b79-b4ab-6e1e67c1d952: 8px; }
}
@media screen and (max-width: 990px){
.sd[data-s-612b82fc-ea24-4b79-b4ab-6e1e67c1d952] { display: flex; --gap-h-612b82fc-ea24-4b79-b4ab-6e1e67c1d952: 0px; --gap-v-612b82fc-ea24-4b79-b4ab-6e1e67c1d952: 8px; }
}
@media screen and (max-width: 690px){
.sd[data-s-612b82fc-ea24-4b79-b4ab-6e1e67c1d952] { display: flex; --gap-h-612b82fc-ea24-4b79-b4ab-6e1e67c1d952: 0px; --gap-v-612b82fc-ea24-4b79-b4ab-6e1e67c1d952: 8px; }
}
@media screen and (max-width: 360px){
.sd[data-s-612b82fc-ea24-4b79-b4ab-6e1e67c1d952] { display: flex; --gap-h-612b82fc-ea24-4b79-b4ab-6e1e67c1d952: 0px; --gap-v-612b82fc-ea24-4b79-b4ab-6e1e67c1d952: 8px; }
}.sd[data-s-328b69f3-8fb7-4dc2-92e5-987117e4adfc] { background: #003366; flex: none; height: 1px; width: calc(100% - (var(--gap-h-612b82fc-ea24-4b79-b4ab-6e1e67c1d952) * 0)); max-width: calc(100% - (var(--gap-h-612b82fc-ea24-4b79-b4ab-6e1e67c1d952) * 0)); }.sd[data-s-68c18514-959c-4e88-9560-6297eeefa855] { background: #003366; flex: none; height: 1px; width: calc(100% - (var(--gap-h-612b82fc-ea24-4b79-b4ab-6e1e67c1d952) * 0)); max-width: calc(100% - (var(--gap-h-612b82fc-ea24-4b79-b4ab-6e1e67c1d952) * 0)); }

.sd[data-s-58e83b1b-d658-4ff9-a2b7-a60e8f86da11] { align-content: center; align-items: center; backdrop-filter: blur(40px); -webkit-backdrop-filter: blur(40px); background: #f3fafcff; display: flex; flex-direction: row; flex-wrap: nowrap; height: 55px; justify-content: center; margin: 0 0 0 0; padding: 0px; position: relative; width: 100%; z-index: 2; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-58e83b1b-d658-4ff9-a2b7-a60e8f86da11] { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; }
}
@media screen and (max-width: 990px){
.sd[data-s-58e83b1b-d658-4ff9-a2b7-a60e8f86da11] { display: none; }
}
@media screen and (max-width: 690px){
.sd[data-s-58e83b1b-d658-4ff9-a2b7-a60e8f86da11] { align-content: center; align-items: center; display: none; flex-direction: row; flex-wrap: nowrap; justify-content: center; }
}
@media screen and (max-width: 360px){
.sd[data-s-58e83b1b-d658-4ff9-a2b7-a60e8f86da11] { display: none; }
}.sd[data-s-e25c16c6-3714-4dcd-9b0d-27fd32d2826d] { align-content: center; align-items: center; flex: none; flex-direction: row-reverse; flex-wrap: nowrap; gap: 20px; justify-content: space-between; margin: 0px 20px; padding: 12px 0px 12px 0px; width: 1163px; z-index: 0; --gap-h-e25c16c6-3714-4dcd-9b0d-27fd32d2826d: 20px; --gap-v-e25c16c6-3714-4dcd-9b0d-27fd32d2826d: 0px; --gap-uuid: e25c16c6-3714-4dcd-9b0d-27fd32d2826d; max-width: calc(100% - 40px); }
@media screen and (max-width: 1280px){
.sd[data-s-e25c16c6-3714-4dcd-9b0d-27fd32d2826d] { flex-direction: row-reverse; flex-wrap: nowrap; gap: 8px; margin: 0px 12px; width: 1228px; --gap-h-e25c16c6-3714-4dcd-9b0d-27fd32d2826d: 8px; --gap-v-e25c16c6-3714-4dcd-9b0d-27fd32d2826d: 0px; max-width: calc(100% - 24px); }
}
@media screen and (max-width: 990px){
.sd[data-s-e25c16c6-3714-4dcd-9b0d-27fd32d2826d] { flex-direction: row; flex-wrap: nowrap; margin: 0px 20px 0px 20px; padding: 14px 0px 14px 0px; --gap-h-e25c16c6-3714-4dcd-9b0d-27fd32d2826d: 20px; --gap-v-e25c16c6-3714-4dcd-9b0d-27fd32d2826d: 0px; max-width: calc(100% - 40px); }
}
@media screen and (max-width: 690px){
.sd[data-s-e25c16c6-3714-4dcd-9b0d-27fd32d2826d] { flex-direction: row; flex-wrap: nowrap; gap: 12px; height: 100%; margin: 0px 16px 0px 8px; padding: 12px 0px 12px 0px; --gap-h-e25c16c6-3714-4dcd-9b0d-27fd32d2826d: 12px; --gap-v-e25c16c6-3714-4dcd-9b0d-27fd32d2826d: 0px; max-width: calc(100% - 24px); }
}
@media screen and (max-width: 360px){
.sd[data-s-e25c16c6-3714-4dcd-9b0d-27fd32d2826d] { margin: 0px 12px 0px 8px; --gap-h-e25c16c6-3714-4dcd-9b0d-27fd32d2826d: 20px; --gap-v-e25c16c6-3714-4dcd-9b0d-27fd32d2826d: 0px; max-width: calc(100% - 20px); height: 100%; }
}.sd[data-s-f792af6d-a991-4938-8eb0-300185704a06] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 20px; justify-content: center; padding: 0px; --gap-h-f792af6d-a991-4938-8eb0-300185704a06: 20px; --gap-v-f792af6d-a991-4938-8eb0-300185704a06: 0px; --gap-uuid: f792af6d-a991-4938-8eb0-300185704a06; }
@media screen and (max-width: 1280px){
.sd[data-s-f792af6d-a991-4938-8eb0-300185704a06] { gap: 16px; --gap-h-f792af6d-a991-4938-8eb0-300185704a06: 16px; --gap-v-f792af6d-a991-4938-8eb0-300185704a06: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-f792af6d-a991-4938-8eb0-300185704a06] { display: none; --gap-h-f792af6d-a991-4938-8eb0-300185704a06: 20px; --gap-v-f792af6d-a991-4938-8eb0-300185704a06: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-f792af6d-a991-4938-8eb0-300185704a06] { display: none; --gap-h-f792af6d-a991-4938-8eb0-300185704a06: 20px; --gap-v-f792af6d-a991-4938-8eb0-300185704a06: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-f792af6d-a991-4938-8eb0-300185704a06] { display: none; --gap-h-f792af6d-a991-4938-8eb0-300185704a06: 20px; --gap-v-f792af6d-a991-4938-8eb0-300185704a06: 0px; }
}.sd[data-s-289e192a-d0e8-4812-acd6-28dc89bc206c] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: row; flex-wrap: wrap; gap: 8px; height: 30px; justify-content: flex-start; padding: 0px; --gap-h-289e192a-d0e8-4812-acd6-28dc89bc206c: 8px; --gap-v-289e192a-d0e8-4812-acd6-28dc89bc206c: 8px; --gap-uuid: 289e192a-d0e8-4812-acd6-28dc89bc206c; max-width: 100%; }.sd[data-s-f885a625-4f8d-4de4-9fc6-4ccf54e756e0] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-1ee37cf6-2939-49a5-830b-93eeef7f7359] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 8px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-1ee37cf6-2939-49a5-830b-93eeef7f7359]:hover { opacity: 0.7; }.sd[data-s-ffabfbce-e3f2-41fc-b310-5ab650221f2b] { color: #a6a6c1ff; font-family: var(--s-font-b082636f); font-size: 14px; font-weight: 100; height: auto; line-height: 2.15; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-56bb1fa4-c810-4fd1-8b4c-bda717fceb1b] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-df02ce82-80a0-42cf-9aee-bd3d277146e1] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 8px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-df02ce82-80a0-42cf-9aee-bd3d277146e1]:hover { opacity: 0.7; }.sd[data-s-255715c4-5eba-4de6-99c4-24ea819f5b48] { color: #a6a6c1ff; font-family: var(--s-font-b082636f); font-size: 14px; font-weight: 100; height: auto; line-height: 2.15; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-b2e9e968-797a-4d69-ba26-ae0281e3dc1e] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-980df8a7-2b47-4163-b7bc-f01599442fd8] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 8px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-980df8a7-2b47-4163-b7bc-f01599442fd8]:hover { opacity: 0.7; }.sd[data-s-174d638b-437c-4143-8fd2-d6c97f102a6a] { color: #a6a6c1ff; font-family: var(--s-font-b082636f); font-size: 14px; font-weight: 100; height: auto; line-height: 2.15; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-94924cfa-a248-4eb4-af2c-2d8369a4c6ce] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; justify-content: center; overflow-x: visible; overflow-y: visible; padding: 0px; }.sd[data-s-3b80a2d7-53c3-4f63-9df2-868ae7ff270e] { color: #003264ff; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 8px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-3b80a2d7-53c3-4f63-9df2-868ae7ff270e]:hover { opacity: 0.7; }.sd[data-s-b44dfc77-a41e-472a-bc3c-07215ca9bc1a] { color: #a6a6c1ff; font-family: var(--s-font-b082636f); font-size: 14px; font-weight: 100; height: auto; line-height: 2.15; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-e7e5fb7b-2d3e-4fcb-a0ed-6312e7c3f6e2] { align-content: flex-start; align-items: flex-start; background: rgba(0,0,0,0.0); border-radius: 0px; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; padding: 0; width: 92px; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-e7e5fb7b-2d3e-4fcb-a0ed-6312e7c3f6e2] { flex: none; }
}.sd[data-s-8a09e705-b9d2-4e26-afc3-5003794853bf] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: auto; justify-content: space-between; padding: 8px; width: auto; --gap-h-8a09e705-b9d2-4e26-afc3-5003794853bf: 6px; --gap-v-8a09e705-b9d2-4e26-afc3-5003794853bf: 0px; --gap-uuid: 8a09e705-b9d2-4e26-afc3-5003794853bf; max-width: 100%; }.sd[data-s-16a6e603-e430-456c-be2c-e95fedfd493c] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-01d29fb7-38ed-4c99-9912-a6356a1e4bf3] { background: rgba(0,0,0,0.0); color: #003366; flex: none; font-size: 16px; height: 14px; rotate: 180deg; width: 14px; max-width: 100%; }
.sd._isClose[data-s-01d29fb7-38ed-4c99-9912-a6356a1e4bf3] { rotate: 0deg; }.sd[data-s-0f122280-05dc-4fb6-91bf-dce903375326] { align-content: flex-start; align-items: flex-start; backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); background: rgba(255, 255, 255, 0.95); border-radius: 10px; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: auto; justify-content: flex-start; margin: 8px 0px 0px -8px; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 0px; width: calc(230% - -8px); --gap-h-0f122280-05dc-4fb6-91bf-dce903375326: 0px; --gap-v-0f122280-05dc-4fb6-91bf-dce903375326: 6px; --gap-uuid: 0f122280-05dc-4fb6-91bf-dce903375326; max-width: calc(230% - -8px); }
.sd._isClose[data-s-0f122280-05dc-4fb6-91bf-dce903375326] { flex: none; height: 0px; --gap-h-0f122280-05dc-4fb6-91bf-dce903375326: 0px; --gap-v-0f122280-05dc-4fb6-91bf-dce903375326: 6px; }
@media screen and (max-width: 1280px){
.sd[data-s-0f122280-05dc-4fb6-91bf-dce903375326] { flex: none; --gap-h-0f122280-05dc-4fb6-91bf-dce903375326: 0px; --gap-v-0f122280-05dc-4fb6-91bf-dce903375326: 6px; }
}.sd[data-s-f8571767-540d-4e92-8f47-aa448bf3d79b] { align-content: flex-start; align-items: flex-start; background: rgba(255, 255, 255, 0); flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: auto; justify-content: flex-start; margin: 0px 0px 0px 0px; opacity: 1; padding: 12px 8px 12px 8px; width: auto; --gap-h-f8571767-540d-4e92-8f47-aa448bf3d79b: 0px; --gap-v-f8571767-540d-4e92-8f47-aa448bf3d79b: 2px; --gap-uuid: f8571767-540d-4e92-8f47-aa448bf3d79b; max-width: 100%; }.sd[data-s-d3c7a867-47d9-41bd-ba98-e9388d0ae747] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-14ba8d95-19fb-403e-afca-b84c9caf090c] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-14ba8d95-19fb-403e-afca-b84c9caf090c: 4px; --gap-v-14ba8d95-19fb-403e-afca-b84c9caf090c: 0px; --gap-uuid: 14ba8d95-19fb-403e-afca-b84c9caf090c; }
.sd[data-s-14ba8d95-19fb-403e-afca-b84c9caf090c]:hover { opacity: 1; --gap-h-14ba8d95-19fb-403e-afca-b84c9caf090c: 4px; --gap-v-14ba8d95-19fb-403e-afca-b84c9caf090c: 0px; }.sd[data-s-11425478-cc21-4557-8079-4083309427b3] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
.sd[data-s-14ba8d95-19fb-403e-afca-b84c9caf090c]:hover .sd[data-s-11425478-cc21-4557-8079-4083309427b3] { text-decoration: underline; }.sd[data-s-3efc5c30-90a6-433e-89e3-a3f58fae0ce0] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-0802242c-bac7-4747-9e32-dfcecff87dcd] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-0802242c-bac7-4747-9e32-dfcecff87dcd: 4px; --gap-v-0802242c-bac7-4747-9e32-dfcecff87dcd: 0px; --gap-uuid: 0802242c-bac7-4747-9e32-dfcecff87dcd; }
.sd[data-s-0802242c-bac7-4747-9e32-dfcecff87dcd]:hover { opacity: 1; --gap-h-0802242c-bac7-4747-9e32-dfcecff87dcd: 4px; --gap-v-0802242c-bac7-4747-9e32-dfcecff87dcd: 0px; }.sd[data-s-b174f6d3-2094-4608-a037-e3812c3cd136] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
.sd[data-s-0802242c-bac7-4747-9e32-dfcecff87dcd]:hover .sd[data-s-b174f6d3-2094-4608-a037-e3812c3cd136] { text-decoration: underline; }.sd[data-s-69599430-a6a1-4d65-9fe4-c9005e455a43] { color: #a6a6c1ff; font-family: var(--s-font-b082636f); font-size: 14px; font-weight: 100; height: auto; line-height: 2.15; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-6a82d5a3-f872-46c1-92c7-1a453cfd9f44] { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-6a82d5a3-f872-46c1-92c7-1a453cfd9f44] { display: flex; }
}
@media screen and (max-width: 990px){
.sd[data-s-6a82d5a3-f872-46c1-92c7-1a453cfd9f44] { display: flex; }
}
@media screen and (max-width: 690px){
.sd[data-s-6a82d5a3-f872-46c1-92c7-1a453cfd9f44] { display: flex; }
}
@media screen and (max-width: 360px){
.sd[data-s-6a82d5a3-f872-46c1-92c7-1a453cfd9f44] { display: flex; }
}.sd[data-s-3910db2d-df88-489e-8d8b-786cf17d96c7] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 8px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-3910db2d-df88-489e-8d8b-786cf17d96c7]:hover { opacity: 0.7; }.sd[data-s-f7138fc5-60d7-4c58-8a93-43e905ebbc3d] { color: #a6a6c1ff; font-family: var(--s-font-b082636f); font-size: 14px; font-weight: 100; height: auto; line-height: 2.15; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-eec163a6-3779-4574-949a-3fa61300eca2] { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-eec163a6-3779-4574-949a-3fa61300eca2] { display: flex; }
}
@media screen and (max-width: 990px){
.sd[data-s-eec163a6-3779-4574-949a-3fa61300eca2] { display: flex; }
}
@media screen and (max-width: 690px){
.sd[data-s-eec163a6-3779-4574-949a-3fa61300eca2] { display: flex; }
}
@media screen and (max-width: 360px){
.sd[data-s-eec163a6-3779-4574-949a-3fa61300eca2] { display: flex; }
}.sd[data-s-17754431-d128-4e48-8a2a-c5107b45a808] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 8px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-17754431-d128-4e48-8a2a-c5107b45a808]:hover { opacity: 0.7; }.sd[data-s-e4710bcd-f51a-4271-a631-77948b809437] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 33px; justify-content: center; margin: 4px 0px 0px 0px; padding: 0px; width: 204px; --gap-h-e4710bcd-f51a-4271-a631-77948b809437: 20px; --gap-v-e4710bcd-f51a-4271-a631-77948b809437: 0px; --gap-uuid: e4710bcd-f51a-4271-a631-77948b809437; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-e4710bcd-f51a-4271-a631-77948b809437] { padding: 0px; --gap-h-e4710bcd-f51a-4271-a631-77948b809437: 20px; --gap-v-e4710bcd-f51a-4271-a631-77948b809437: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-e4710bcd-f51a-4271-a631-77948b809437] { margin: 0px 0px -4px 0px; --gap-h-e4710bcd-f51a-4271-a631-77948b809437: 20px; --gap-v-e4710bcd-f51a-4271-a631-77948b809437: 0px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-e4710bcd-f51a-4271-a631-77948b809437] { height: calc(100% - -4px - (var(--gap-v-e25c16c6-3714-4dcd-9b0d-27fd32d2826d) * 0)); width: 210px; --gap-h-e4710bcd-f51a-4271-a631-77948b809437: 20px; --gap-v-e4710bcd-f51a-4271-a631-77948b809437: 0px; max-width: 100%; }
}.sd[data-s-a428608c-56d1-49d1-95bf-9c3151754fc3] { flex: none; height: auto; width: 184px; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-a428608c-56d1-49d1-95bf-9c3151754fc3] { flex: none; height: auto; width: 179px; max-width: 100%; }
}
@media screen and (max-width: 990px){
.sd[data-s-a428608c-56d1-49d1-95bf-9c3151754fc3] { height: auto; width: calc(100% - (var(--gap-h-e4710bcd-f51a-4271-a631-77948b809437) * 0)); max-width: calc(100% - (var(--gap-h-e4710bcd-f51a-4271-a631-77948b809437) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-a428608c-56d1-49d1-95bf-9c3151754fc3] { flex: none; height: auto; width: 100%; }
}.sd[data-s-4fef32e1-6460-4426-8c40-e3e3a6a1149f] { align-content: center; align-items: center; display: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; justify-content: center; padding: 0px; --gap-h-4fef32e1-6460-4426-8c40-e3e3a6a1149f: 8px; --gap-v-4fef32e1-6460-4426-8c40-e3e3a6a1149f: 0px; --gap-uuid: 4fef32e1-6460-4426-8c40-e3e3a6a1149f; }
@media screen and (max-width: 1280px){
.sd[data-s-4fef32e1-6460-4426-8c40-e3e3a6a1149f] { display: none; --gap-h-4fef32e1-6460-4426-8c40-e3e3a6a1149f: 8px; --gap-v-4fef32e1-6460-4426-8c40-e3e3a6a1149f: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-4fef32e1-6460-4426-8c40-e3e3a6a1149f] { display: flex; --gap-h-4fef32e1-6460-4426-8c40-e3e3a6a1149f: 8px; --gap-v-4fef32e1-6460-4426-8c40-e3e3a6a1149f: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-4fef32e1-6460-4426-8c40-e3e3a6a1149f] { display: flex; flex-direction: row; gap: 4px; --gap-h-4fef32e1-6460-4426-8c40-e3e3a6a1149f: 4px; --gap-v-4fef32e1-6460-4426-8c40-e3e3a6a1149f: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-4fef32e1-6460-4426-8c40-e3e3a6a1149f] { display: flex; --gap-h-4fef32e1-6460-4426-8c40-e3e3a6a1149f: 8px; --gap-v-4fef32e1-6460-4426-8c40-e3e3a6a1149f: 0px; }
}.sd[data-s-a4508ab2-3393-477b-9842-fe0614c13c1d] { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 40px; justify-content: center; padding: 8px; width: 40px; --gap-h-a4508ab2-3393-477b-9842-fe0614c13c1d: 0px; --gap-v-a4508ab2-3393-477b-9842-fe0614c13c1d: 8px; --gap-uuid: a4508ab2-3393-477b-9842-fe0614c13c1d; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-a4508ab2-3393-477b-9842-fe0614c13c1d] { display: flex; --gap-h-a4508ab2-3393-477b-9842-fe0614c13c1d: 0px; --gap-v-a4508ab2-3393-477b-9842-fe0614c13c1d: 8px; }
}
@media screen and (max-width: 990px){
.sd[data-s-a4508ab2-3393-477b-9842-fe0614c13c1d] { display: flex; --gap-h-a4508ab2-3393-477b-9842-fe0614c13c1d: 0px; --gap-v-a4508ab2-3393-477b-9842-fe0614c13c1d: 8px; }
}
@media screen and (max-width: 690px){
.sd[data-s-a4508ab2-3393-477b-9842-fe0614c13c1d] { display: flex; --gap-h-a4508ab2-3393-477b-9842-fe0614c13c1d: 0px; --gap-v-a4508ab2-3393-477b-9842-fe0614c13c1d: 8px; }
}
@media screen and (max-width: 360px){
.sd[data-s-a4508ab2-3393-477b-9842-fe0614c13c1d] { display: flex; --gap-h-a4508ab2-3393-477b-9842-fe0614c13c1d: 0px; --gap-v-a4508ab2-3393-477b-9842-fe0614c13c1d: 8px; }
}.sd[data-s-30cf05fc-ff3b-4b81-9e38-9c8259b579af] { background: #003366; flex: none; height: 1px; width: calc(100% - (var(--gap-h-a4508ab2-3393-477b-9842-fe0614c13c1d) * 0)); max-width: calc(100% - (var(--gap-h-a4508ab2-3393-477b-9842-fe0614c13c1d) * 0)); }.sd[data-s-1afca4b1-3702-448d-8ab3-ce41f5aece94] { background: #003366; flex: none; height: 1px; width: calc(100% - (var(--gap-h-a4508ab2-3393-477b-9842-fe0614c13c1d) * 0)); max-width: calc(100% - (var(--gap-h-a4508ab2-3393-477b-9842-fe0614c13c1d) * 0)); }

.sd[data-s-f8ddfe52-bec3-4c25-8909-e0d4e75efabb] { align-content: center; align-items: center; backdrop-filter: blur(40px); -webkit-backdrop-filter: blur(40px); background: #f3fafcff; display: none; flex-direction: row; flex-wrap: nowrap; height: 55px; justify-content: center; margin: 0 0 0 0; padding: 0px; position: relative; width: 100%; z-index: 2; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-f8ddfe52-bec3-4c25-8909-e0d4e75efabb] { align-content: center; align-items: center; display: none; flex-direction: row; flex-wrap: nowrap; justify-content: center; }
}
@media screen and (max-width: 990px){
.sd[data-s-f8ddfe52-bec3-4c25-8909-e0d4e75efabb] { background: #FFFFFF; display: flex; height: 81px; width: 100%; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-f8ddfe52-bec3-4c25-8909-e0d4e75efabb] { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; }
}
@media screen and (max-width: 360px){
.sd[data-s-f8ddfe52-bec3-4c25-8909-e0d4e75efabb] { display: flex; }
}.sd[data-s-acdf9d20-3887-4825-96f7-dd9d261a9abd] { align-content: center; align-items: center; flex: none; flex-direction: row-reverse; flex-wrap: nowrap; gap: 20px; justify-content: space-between; margin: 0px 20px; padding: 12px 0px 12px 0px; width: 1163px; z-index: 0; --gap-h-acdf9d20-3887-4825-96f7-dd9d261a9abd: 20px; --gap-v-acdf9d20-3887-4825-96f7-dd9d261a9abd: 0px; --gap-uuid: acdf9d20-3887-4825-96f7-dd9d261a9abd; max-width: calc(100% - 40px); }
@media screen and (max-width: 1280px){
.sd[data-s-acdf9d20-3887-4825-96f7-dd9d261a9abd] { flex-direction: row-reverse; flex-wrap: nowrap; gap: 8px; margin: 0px 12px; width: 1228px; --gap-h-acdf9d20-3887-4825-96f7-dd9d261a9abd: 8px; --gap-v-acdf9d20-3887-4825-96f7-dd9d261a9abd: 0px; max-width: calc(100% - 24px); }
}
@media screen and (max-width: 990px){
.sd[data-s-acdf9d20-3887-4825-96f7-dd9d261a9abd] { flex-direction: row; flex-wrap: nowrap; margin: 0px 20px 0px 20px; padding: 14px 0px 14px 0px; --gap-h-acdf9d20-3887-4825-96f7-dd9d261a9abd: 20px; --gap-v-acdf9d20-3887-4825-96f7-dd9d261a9abd: 0px; max-width: calc(100% - 40px); }
}
@media screen and (max-width: 690px){
.sd[data-s-acdf9d20-3887-4825-96f7-dd9d261a9abd] { flex-direction: row; flex-wrap: nowrap; gap: 12px; height: 100%; margin: 0px 16px 0px 8px; padding: 12px 0px 12px 0px; --gap-h-acdf9d20-3887-4825-96f7-dd9d261a9abd: 12px; --gap-v-acdf9d20-3887-4825-96f7-dd9d261a9abd: 0px; max-width: calc(100% - 24px); }
}
@media screen and (max-width: 360px){
.sd[data-s-acdf9d20-3887-4825-96f7-dd9d261a9abd] { margin: 0px 12px 0px 8px; --gap-h-acdf9d20-3887-4825-96f7-dd9d261a9abd: 20px; --gap-v-acdf9d20-3887-4825-96f7-dd9d261a9abd: 0px; max-width: calc(100% - 20px); height: 100%; }
}.sd[data-s-3edfc1b4-a315-4dba-9416-9013a4aa89f1] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 20px; justify-content: center; padding: 0px; --gap-h-3edfc1b4-a315-4dba-9416-9013a4aa89f1: 20px; --gap-v-3edfc1b4-a315-4dba-9416-9013a4aa89f1: 0px; --gap-uuid: 3edfc1b4-a315-4dba-9416-9013a4aa89f1; }
@media screen and (max-width: 1280px){
.sd[data-s-3edfc1b4-a315-4dba-9416-9013a4aa89f1] { gap: 16px; --gap-h-3edfc1b4-a315-4dba-9416-9013a4aa89f1: 16px; --gap-v-3edfc1b4-a315-4dba-9416-9013a4aa89f1: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-3edfc1b4-a315-4dba-9416-9013a4aa89f1] { display: none; --gap-h-3edfc1b4-a315-4dba-9416-9013a4aa89f1: 20px; --gap-v-3edfc1b4-a315-4dba-9416-9013a4aa89f1: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-3edfc1b4-a315-4dba-9416-9013a4aa89f1] { display: none; --gap-h-3edfc1b4-a315-4dba-9416-9013a4aa89f1: 20px; --gap-v-3edfc1b4-a315-4dba-9416-9013a4aa89f1: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-3edfc1b4-a315-4dba-9416-9013a4aa89f1] { display: none; --gap-h-3edfc1b4-a315-4dba-9416-9013a4aa89f1: 20px; --gap-v-3edfc1b4-a315-4dba-9416-9013a4aa89f1: 0px; }
}.sd[data-s-4850d476-6a50-4672-bd7c-9b97bb0186de] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: row; flex-wrap: wrap; gap: 8px; height: 30px; justify-content: flex-start; padding: 0px; --gap-h-4850d476-6a50-4672-bd7c-9b97bb0186de: 8px; --gap-v-4850d476-6a50-4672-bd7c-9b97bb0186de: 8px; --gap-uuid: 4850d476-6a50-4672-bd7c-9b97bb0186de; max-width: 100%; }.sd[data-s-e20ccfac-4fc1-426f-9bdd-1122752b6d25] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-a89bb6a6-eb49-4ea6-b0d0-9a505fbd167b] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 8px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-a89bb6a6-eb49-4ea6-b0d0-9a505fbd167b]:hover { opacity: 0.7; }.sd[data-s-3b7414ef-265f-4938-b8ba-2b7d82e366f6] { color: #a6a6c1ff; font-family: var(--s-font-b082636f); font-size: 14px; font-weight: 100; height: auto; line-height: 2.15; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-0a9c5286-c7f2-412a-a51a-84cff296532f] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-9efa8750-6eb2-4868-acfb-9e0edbe37586] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 8px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-9efa8750-6eb2-4868-acfb-9e0edbe37586]:hover { opacity: 0.7; }.sd[data-s-58cd43d2-a3a9-439c-a8dc-231e15a0b4fc] { color: #a6a6c1ff; font-family: var(--s-font-b082636f); font-size: 14px; font-weight: 100; height: auto; line-height: 2.15; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-5d9482a6-0e49-4074-986d-1d4af5eaa342] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-2f8cc456-62c6-4ff0-97ba-595a02738838] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 8px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-2f8cc456-62c6-4ff0-97ba-595a02738838]:hover { opacity: 0.7; }.sd[data-s-17ccb5c0-8037-4f29-b48d-8a3c90307388] { color: #a6a6c1ff; font-family: var(--s-font-b082636f); font-size: 14px; font-weight: 100; height: auto; line-height: 2.15; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-782583bd-ffcc-489b-bc3a-e1e0fc9739c4] { align-content: flex-start; align-items: flex-start; background: rgba(0,0,0,0.0); border-radius: 0px; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; padding: 0; width: 92px; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-782583bd-ffcc-489b-bc3a-e1e0fc9739c4] { flex: none; }
}.sd[data-s-e5db8061-21b2-41b2-b7f5-6d7bd3011064] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: auto; justify-content: space-between; padding: 8px; width: auto; --gap-h-e5db8061-21b2-41b2-b7f5-6d7bd3011064: 6px; --gap-v-e5db8061-21b2-41b2-b7f5-6d7bd3011064: 0px; --gap-uuid: e5db8061-21b2-41b2-b7f5-6d7bd3011064; max-width: 100%; }.sd[data-s-c0ea3920-9ab5-454a-93a0-ccbb524eefac] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-9b29f575-d072-448f-bfde-bab1fc4ecaf6] { background: rgba(0,0,0,0.0); color: #003366; flex: none; font-size: 16px; height: 14px; rotate: 180deg; width: 14px; max-width: 100%; }
.sd._isClose[data-s-9b29f575-d072-448f-bfde-bab1fc4ecaf6] { rotate: 0deg; }.sd[data-s-fcd759f2-39dd-41b3-a9f5-f97deee28687] { align-content: flex-start; align-items: flex-start; backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); background: rgba(255, 255, 255, 0.95); border-radius: 10px; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: auto; justify-content: flex-start; margin: 8px 0px 0px -8px; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 0px; width: calc(230% - -8px); --gap-h-fcd759f2-39dd-41b3-a9f5-f97deee28687: 0px; --gap-v-fcd759f2-39dd-41b3-a9f5-f97deee28687: 6px; --gap-uuid: fcd759f2-39dd-41b3-a9f5-f97deee28687; max-width: calc(230% - -8px); }
.sd._isClose[data-s-fcd759f2-39dd-41b3-a9f5-f97deee28687] { flex: none; height: 0px; --gap-h-fcd759f2-39dd-41b3-a9f5-f97deee28687: 0px; --gap-v-fcd759f2-39dd-41b3-a9f5-f97deee28687: 6px; }
@media screen and (max-width: 1280px){
.sd[data-s-fcd759f2-39dd-41b3-a9f5-f97deee28687] { flex: none; --gap-h-fcd759f2-39dd-41b3-a9f5-f97deee28687: 0px; --gap-v-fcd759f2-39dd-41b3-a9f5-f97deee28687: 6px; }
}.sd[data-s-e6a10cd1-5565-4e18-a3a6-c83b61f23a4e] { align-content: flex-start; align-items: flex-start; background: rgba(255, 255, 255, 0); flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: auto; justify-content: flex-start; margin: 0px 0px 0px 0px; opacity: 1; padding: 12px 8px 12px 8px; width: auto; --gap-h-e6a10cd1-5565-4e18-a3a6-c83b61f23a4e: 0px; --gap-v-e6a10cd1-5565-4e18-a3a6-c83b61f23a4e: 2px; --gap-uuid: e6a10cd1-5565-4e18-a3a6-c83b61f23a4e; max-width: 100%; }.sd[data-s-cba2cb14-eec3-4c4e-abb4-a56e952150c3] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-ba64c362-150d-4a99-841a-e1a7bf1aeddc] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-ba64c362-150d-4a99-841a-e1a7bf1aeddc: 4px; --gap-v-ba64c362-150d-4a99-841a-e1a7bf1aeddc: 0px; --gap-uuid: ba64c362-150d-4a99-841a-e1a7bf1aeddc; }
.sd[data-s-ba64c362-150d-4a99-841a-e1a7bf1aeddc]:hover { opacity: 1; --gap-h-ba64c362-150d-4a99-841a-e1a7bf1aeddc: 4px; --gap-v-ba64c362-150d-4a99-841a-e1a7bf1aeddc: 0px; }.sd[data-s-1de055fa-6312-4f0c-b4ed-3594c6e0af45] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
.sd[data-s-ba64c362-150d-4a99-841a-e1a7bf1aeddc]:hover .sd[data-s-1de055fa-6312-4f0c-b4ed-3594c6e0af45] { text-decoration: underline; }.sd[data-s-57bccf70-38f9-4031-a418-73e8d0bb38a2] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-9e805956-1ce3-4ce8-9e5e-0f026ba8dc6f] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-9e805956-1ce3-4ce8-9e5e-0f026ba8dc6f: 4px; --gap-v-9e805956-1ce3-4ce8-9e5e-0f026ba8dc6f: 0px; --gap-uuid: 9e805956-1ce3-4ce8-9e5e-0f026ba8dc6f; }
.sd[data-s-9e805956-1ce3-4ce8-9e5e-0f026ba8dc6f]:hover { opacity: 1; --gap-h-9e805956-1ce3-4ce8-9e5e-0f026ba8dc6f: 4px; --gap-v-9e805956-1ce3-4ce8-9e5e-0f026ba8dc6f: 0px; }.sd[data-s-4b378f73-14fb-43f7-bb51-dc4361e6fdb1] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
.sd[data-s-9e805956-1ce3-4ce8-9e5e-0f026ba8dc6f]:hover .sd[data-s-4b378f73-14fb-43f7-bb51-dc4361e6fdb1] { text-decoration: underline; }.sd[data-s-d8d87d65-e71d-45ed-b000-9b94aceafda4] { color: #a6a6c1ff; font-family: var(--s-font-b082636f); font-size: 14px; font-weight: 100; height: auto; line-height: 2.15; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-1d8444ab-13a8-4c94-b71f-8cbe47fa68f6] { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-1d8444ab-13a8-4c94-b71f-8cbe47fa68f6] { display: flex; }
}
@media screen and (max-width: 990px){
.sd[data-s-1d8444ab-13a8-4c94-b71f-8cbe47fa68f6] { display: flex; }
}
@media screen and (max-width: 690px){
.sd[data-s-1d8444ab-13a8-4c94-b71f-8cbe47fa68f6] { display: flex; }
}
@media screen and (max-width: 360px){
.sd[data-s-1d8444ab-13a8-4c94-b71f-8cbe47fa68f6] { display: flex; }
}.sd[data-s-b5ff98e4-e006-4472-8b3a-04a90076cefa] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 8px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-b5ff98e4-e006-4472-8b3a-04a90076cefa]:hover { opacity: 0.7; }.sd[data-s-aeb39254-c02d-4dbd-89c9-e59ffe7f086c] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 33px; justify-content: center; margin: 4px 0px 0px 0px; padding: 0px; width: 204px; --gap-h-aeb39254-c02d-4dbd-89c9-e59ffe7f086c: 20px; --gap-v-aeb39254-c02d-4dbd-89c9-e59ffe7f086c: 0px; --gap-uuid: aeb39254-c02d-4dbd-89c9-e59ffe7f086c; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-aeb39254-c02d-4dbd-89c9-e59ffe7f086c] { padding: 0px; --gap-h-aeb39254-c02d-4dbd-89c9-e59ffe7f086c: 20px; --gap-v-aeb39254-c02d-4dbd-89c9-e59ffe7f086c: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-aeb39254-c02d-4dbd-89c9-e59ffe7f086c] { margin: 0px 0px -4px 0px; --gap-h-aeb39254-c02d-4dbd-89c9-e59ffe7f086c: 20px; --gap-v-aeb39254-c02d-4dbd-89c9-e59ffe7f086c: 0px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-aeb39254-c02d-4dbd-89c9-e59ffe7f086c] { height: calc(100% - -4px - (var(--gap-v-acdf9d20-3887-4825-96f7-dd9d261a9abd) * 0)); width: 210px; --gap-h-aeb39254-c02d-4dbd-89c9-e59ffe7f086c: 20px; --gap-v-aeb39254-c02d-4dbd-89c9-e59ffe7f086c: 0px; max-width: 100%; }
}.sd[data-s-c483c5f8-d042-41ff-80f6-60fc47c76d06] { flex: none; height: auto; width: 184px; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-c483c5f8-d042-41ff-80f6-60fc47c76d06] { flex: none; height: auto; width: 179px; max-width: 100%; }
}
@media screen and (max-width: 990px){
.sd[data-s-c483c5f8-d042-41ff-80f6-60fc47c76d06] { height: auto; width: calc(100% - (var(--gap-h-aeb39254-c02d-4dbd-89c9-e59ffe7f086c) * 0)); max-width: calc(100% - (var(--gap-h-aeb39254-c02d-4dbd-89c9-e59ffe7f086c) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-c483c5f8-d042-41ff-80f6-60fc47c76d06] { flex: none; height: auto; width: 100%; }
}.sd[data-s-f83e9764-a1bd-4f39-9b5e-f84a90ed6162] { align-content: center; align-items: center; display: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; justify-content: center; padding: 0px; --gap-h-f83e9764-a1bd-4f39-9b5e-f84a90ed6162: 8px; --gap-v-f83e9764-a1bd-4f39-9b5e-f84a90ed6162: 0px; --gap-uuid: f83e9764-a1bd-4f39-9b5e-f84a90ed6162; }
@media screen and (max-width: 1280px){
.sd[data-s-f83e9764-a1bd-4f39-9b5e-f84a90ed6162] { display: none; --gap-h-f83e9764-a1bd-4f39-9b5e-f84a90ed6162: 8px; --gap-v-f83e9764-a1bd-4f39-9b5e-f84a90ed6162: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-f83e9764-a1bd-4f39-9b5e-f84a90ed6162] { display: flex; --gap-h-f83e9764-a1bd-4f39-9b5e-f84a90ed6162: 8px; --gap-v-f83e9764-a1bd-4f39-9b5e-f84a90ed6162: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-f83e9764-a1bd-4f39-9b5e-f84a90ed6162] { display: flex; flex-direction: row; gap: 4px; height: auto; --gap-h-f83e9764-a1bd-4f39-9b5e-f84a90ed6162: 4px; --gap-v-f83e9764-a1bd-4f39-9b5e-f84a90ed6162: 0px; max-width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-f83e9764-a1bd-4f39-9b5e-f84a90ed6162] { display: flex; --gap-h-f83e9764-a1bd-4f39-9b5e-f84a90ed6162: 8px; --gap-v-f83e9764-a1bd-4f39-9b5e-f84a90ed6162: 0px; }
}.sd[data-s-be09e218-bf8b-49db-824f-e28d988fe0cc] { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 40px; justify-content: center; padding: 8px; width: 40px; --gap-h-be09e218-bf8b-49db-824f-e28d988fe0cc: 0px; --gap-v-be09e218-bf8b-49db-824f-e28d988fe0cc: 8px; --gap-uuid: be09e218-bf8b-49db-824f-e28d988fe0cc; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-be09e218-bf8b-49db-824f-e28d988fe0cc] { display: flex; --gap-h-be09e218-bf8b-49db-824f-e28d988fe0cc: 0px; --gap-v-be09e218-bf8b-49db-824f-e28d988fe0cc: 8px; }
}
@media screen and (max-width: 990px){
.sd[data-s-be09e218-bf8b-49db-824f-e28d988fe0cc] { display: flex; gap: 8px; --gap-h-be09e218-bf8b-49db-824f-e28d988fe0cc: 0px; --gap-v-be09e218-bf8b-49db-824f-e28d988fe0cc: 8px; }
}
@media screen and (max-width: 690px){
.sd[data-s-be09e218-bf8b-49db-824f-e28d988fe0cc] { display: flex; --gap-h-be09e218-bf8b-49db-824f-e28d988fe0cc: 0px; --gap-v-be09e218-bf8b-49db-824f-e28d988fe0cc: 8px; }
}
@media screen and (max-width: 360px){
.sd[data-s-be09e218-bf8b-49db-824f-e28d988fe0cc] { display: flex; --gap-h-be09e218-bf8b-49db-824f-e28d988fe0cc: 0px; --gap-v-be09e218-bf8b-49db-824f-e28d988fe0cc: 8px; }
}.sd[data-s-192fc3ac-9bc6-4f06-a7e0-19d71125263e] { background: #003366; flex: none; height: 1px; width: calc(100% - (var(--gap-h-be09e218-bf8b-49db-824f-e28d988fe0cc) * 0)); max-width: calc(100% - (var(--gap-h-be09e218-bf8b-49db-824f-e28d988fe0cc) * 0)); }.sd[data-s-917e3714-bdf7-4039-a4dd-616ce36865af] { background: #003366; flex: none; height: 1px; width: calc(100% - (var(--gap-h-be09e218-bf8b-49db-824f-e28d988fe0cc) * 0)); max-width: calc(100% - (var(--gap-h-be09e218-bf8b-49db-824f-e28d988fe0cc) * 0)); }

.sd[data-s-8b5e1a89-53c4-4144-bd3e-29414025f861] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; justify-content: center; margin: 30px 0px 0px 0px; padding: 0px 0px 0px 0px; width: 100%; --gap-h-8b5e1a89-53c4-4144-bd3e-29414025f861: 0px; --gap-v-8b5e1a89-53c4-4144-bd3e-29414025f861: 0px; --gap-uuid: 8b5e1a89-53c4-4144-bd3e-29414025f861; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-8b5e1a89-53c4-4144-bd3e-29414025f861] { display: flex; height: 104px; --gap-h-8b5e1a89-53c4-4144-bd3e-29414025f861: 0px; --gap-v-8b5e1a89-53c4-4144-bd3e-29414025f861: 0px; width: 100%; max-width: 100%; }
}
@media screen and (max-width: 990px){
.sd[data-s-8b5e1a89-53c4-4144-bd3e-29414025f861] { display: flex; margin: 14px 0px 0px 0px; width: 318px; --gap-h-8b5e1a89-53c4-4144-bd3e-29414025f861: 0px; --gap-v-8b5e1a89-53c4-4144-bd3e-29414025f861: 0px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-8b5e1a89-53c4-4144-bd3e-29414025f861] { display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; margin: 0px 0px 0px 0px; width: 337px; --gap-h-8b5e1a89-53c4-4144-bd3e-29414025f861: 0px; --gap-v-8b5e1a89-53c4-4144-bd3e-29414025f861: 0px; max-width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-8b5e1a89-53c4-4144-bd3e-29414025f861] { display: flex; flex-direction: column; flex-wrap: nowrap; height: auto; margin: 20px 0px 0px 0px; padding: 0px 0px 0px 0px; --gap-h-8b5e1a89-53c4-4144-bd3e-29414025f861: 0px; --gap-v-8b5e1a89-53c4-4144-bd3e-29414025f861: 0px; max-width: 100%; }
}.sd[data-s-dbad53a7-6d02-49a3-a97b-ac7523cd8e3d] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 0px; justify-content: center; margin: 0px 0px 20px 0px; padding: 0px; --gap-h-dbad53a7-6d02-49a3-a97b-ac7523cd8e3d: 0px; --gap-v-dbad53a7-6d02-49a3-a97b-ac7523cd8e3d: 0px; --gap-uuid: dbad53a7-6d02-49a3-a97b-ac7523cd8e3d; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-dbad53a7-6d02-49a3-a97b-ac7523cd8e3d] { gap: 8px; margin: 0px 0px 12px 0px; --gap-h-dbad53a7-6d02-49a3-a97b-ac7523cd8e3d: 8px; --gap-v-dbad53a7-6d02-49a3-a97b-ac7523cd8e3d: 0px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-dbad53a7-6d02-49a3-a97b-ac7523cd8e3d] { flex-direction: row; flex-wrap: nowrap; gap: 12px; --gap-h-dbad53a7-6d02-49a3-a97b-ac7523cd8e3d: 12px; --gap-v-dbad53a7-6d02-49a3-a97b-ac7523cd8e3d: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-dbad53a7-6d02-49a3-a97b-ac7523cd8e3d] { flex-direction: row; flex-wrap: nowrap; gap: 0px; margin: 0px 0px 8px 0px; --gap-h-dbad53a7-6d02-49a3-a97b-ac7523cd8e3d: 0px; --gap-v-dbad53a7-6d02-49a3-a97b-ac7523cd8e3d: 0px; max-width: 100%; }
}.sd[data-s-fc0d028d-9dea-4be2-b7b6-98d57aa0ff83] { color: #222222; font-size: 18px; rotate: 21deg; }
@media screen and (max-width: 990px){
.sd[data-s-fc0d028d-9dea-4be2-b7b6-98d57aa0ff83] { font-size: 16px; }
}
@media screen and (max-width: 360px){
.sd[data-s-fc0d028d-9dea-4be2-b7b6-98d57aa0ff83] { font-size: 16px; }
}.sd[data-s-322e3d45-83a5-41a4-ada0-8db0ae857f93] { color: #333333; font-family: 'ヒラギノ角ゴ W6 JIS2004','M3-W6'; font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; margin: 0px 0px 0px 0px; padding: 0px 15px 0px 15px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-322e3d45-83a5-41a4-ada0-8db0ae857f93] { font-size: 14px; padding: 0px 8px 0px 8px; }
}
@media screen and (max-width: 360px){
.sd[data-s-322e3d45-83a5-41a4-ada0-8db0ae857f93] { font-size: 14px; padding: 0px 8px 0px 8px; }
}.sd[data-s-28d30ec8-1a45-49c6-ac54-f43727fb2b44] { color: #222222; font-size: 18px; rotate: 85deg; }
@media screen and (max-width: 990px){
.sd[data-s-28d30ec8-1a45-49c6-ac54-f43727fb2b44] { font-size: 16px; }
}
@media screen and (max-width: 360px){
.sd[data-s-28d30ec8-1a45-49c6-ac54-f43727fb2b44] { font-size: 16px; }
}.sd[data-s-b61639ab-81c5-43aa-b8bb-f58238552f01] { align-items: center; background: #fac03e; border-bottom: 0px solid #003366; border-left: 0px solid #003366; border-radius: 38px; border-right: 0px solid #003366; border-top: 0px solid #003366; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: center; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 26px 26px; width: 442px; --gap-h-b61639ab-81c5-43aa-b8bb-f58238552f01: 8px; --gap-v-b61639ab-81c5-43aa-b8bb-f58238552f01: 0px; --gap-uuid: b61639ab-81c5-43aa-b8bb-f58238552f01; max-width: 100%; }
.sd[data-s-b61639ab-81c5-43aa-b8bb-f58238552f01]:hover { opacity: 1; --gap-h-b61639ab-81c5-43aa-b8bb-f58238552f01: 8px; --gap-v-b61639ab-81c5-43aa-b8bb-f58238552f01: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-b61639ab-81c5-43aa-b8bb-f58238552f01] { flex-direction: row; flex-wrap: nowrap; --gap-h-b61639ab-81c5-43aa-b8bb-f58238552f01: 8px; --gap-v-b61639ab-81c5-43aa-b8bb-f58238552f01: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-b61639ab-81c5-43aa-b8bb-f58238552f01] { padding: 15px; --gap-h-b61639ab-81c5-43aa-b8bb-f58238552f01: 8px; --gap-v-b61639ab-81c5-43aa-b8bb-f58238552f01: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-b61639ab-81c5-43aa-b8bb-f58238552f01] { flex: none; flex-direction: row; flex-wrap: nowrap; height: auto; padding: 15px 20px 15px 20px; width: calc(100% - (var(--gap-h-8b5e1a89-53c4-4144-bd3e-29414025f861) * 0)); --gap-h-b61639ab-81c5-43aa-b8bb-f58238552f01: 8px; --gap-v-b61639ab-81c5-43aa-b8bb-f58238552f01: 0px; max-width: calc(100% - (var(--gap-h-8b5e1a89-53c4-4144-bd3e-29414025f861) * 0)); }
}
@media screen and (max-width: 360px){
.sd[data-s-b61639ab-81c5-43aa-b8bb-f58238552f01] { display: none; flex: none; flex-direction: row; flex-wrap: nowrap; width: 100%; --gap-h-b61639ab-81c5-43aa-b8bb-f58238552f01: 8px; --gap-v-b61639ab-81c5-43aa-b8bb-f58238552f01: 0px; }
}.sd[data-s-f56a6df7-7f9b-4015-85e9-040d0b717f41] { background: #121F32; flex: none; height: calc(230% - (var(--gap-v-b61639ab-81c5-43aa-b8bb-f58238552f01) * -1.3000000000000003)); left: -22px; margin: 0 0 0 0; position: absolute; rotate: 10deg; top: -66px; transition-timing-function: ease; width: 0px; z-index: 0; max-width: 100%; }
.sd[data-s-b61639ab-81c5-43aa-b8bb-f58238552f01]:hover .sd[data-s-f56a6df7-7f9b-4015-85e9-040d0b717f41] { background: #022348; bottom: -59px; flex: none; height: calc(230% - (var(--gap-v-b61639ab-81c5-43aa-b8bb-f58238552f01) * -1.3000000000000003)); left: -33px; right: -87px; top: -50px; width: calc(120% - (var(--gap-h-b61639ab-81c5-43aa-b8bb-f58238552f01) * -0.19999999999999996)); max-width: calc(120% - (var(--gap-h-b61639ab-81c5-43aa-b8bb-f58238552f01) * -0.19999999999999996)); }.sd[data-s-99e59277-ee89-4b03-85a1-8f80f0c97ca7] { color: #003366ff; display: flex; font-size: 24px; }
.sd[data-s-b61639ab-81c5-43aa-b8bb-f58238552f01]:hover .sd[data-s-99e59277-ee89-4b03-85a1-8f80f0c97ca7] { color: #FFFFFF; }
@media screen and (max-width: 1280px){
.sd[data-s-99e59277-ee89-4b03-85a1-8f80f0c97ca7] { display: flex; }
}
@media screen and (max-width: 990px){
.sd[data-s-99e59277-ee89-4b03-85a1-8f80f0c97ca7] { display: flex; }
}
@media screen and (max-width: 690px){
.sd[data-s-99e59277-ee89-4b03-85a1-8f80f0c97ca7] { display: flex; }
}
@media screen and (max-width: 360px){
.sd[data-s-99e59277-ee89-4b03-85a1-8f80f0c97ca7] { display: none; }
}.sd[data-s-c5faba74-51e0-42ff-af85-b44006e474e6] { color: #003366ff; flex: none; font-family: 'ヒラギノ角ゴ W6 JIS2004','M3-W6'; font-size: 16px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0.02em; line-height: 1.2; margin: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-b61639ab-81c5-43aa-b8bb-f58238552f01]:hover .sd[data-s-c5faba74-51e0-42ff-af85-b44006e474e6] { color: #FFFFFF; }
@media screen and (max-width: 990px){
.sd[data-s-c5faba74-51e0-42ff-af85-b44006e474e6] { font-size: 14px; }
}
@media screen and (max-width: 690px){
.sd[data-s-c5faba74-51e0-42ff-af85-b44006e474e6] { font-size: 15px; }
}.sd[data-s-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce] { align-items: center; background: #fac03e; border-bottom: 0px solid #003366; border-left: 0px solid #003366; border-radius: 38px; border-right: 0px solid #003366; border-top: 0px solid #003366; display: none; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: center; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 26px; width: auto; --gap-h-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce: 8px; --gap-v-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce: 0px; --gap-uuid: 0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce; max-width: 100%; }
.sd[data-s-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce]:hover { opacity: 1; --gap-h-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce: 8px; --gap-v-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce] { display: none; flex-direction: row; flex-wrap: nowrap; --gap-h-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce: 8px; --gap-v-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce] { display: none; --gap-h-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce: 8px; --gap-v-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce] { display: none; flex: none; flex-direction: row; flex-wrap: nowrap; --gap-h-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce: 8px; --gap-v-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce] { border-radius: 64px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; padding: 18px 26px; width: calc(100% - (var(--gap-h-8b5e1a89-53c4-4144-bd3e-29414025f861) * 0)); --gap-h-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce: 16px; --gap-v-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce: 0px; max-width: calc(100% - (var(--gap-h-8b5e1a89-53c4-4144-bd3e-29414025f861) * 0)); }
}.sd[data-s-fbd84e38-495e-4322-b6fb-7edca6ff0d47] { background: #121F32; flex: none; height: calc(230% - (var(--gap-v-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce) * -1.3000000000000003)); left: -22px; margin: 0 0 0 0; position: absolute; rotate: 10deg; top: -66px; transition-timing-function: ease; width: 0px; z-index: 0; max-width: 100%; }
.sd[data-s-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce]:hover .sd[data-s-fbd84e38-495e-4322-b6fb-7edca6ff0d47] { background: #022348; bottom: -59px; flex: none; height: calc(230% - (var(--gap-v-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce) * -1.3000000000000003)); left: -33px; right: -87px; top: -50px; width: calc(120% - (var(--gap-h-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce) * -0.19999999999999996)); max-width: calc(120% - (var(--gap-h-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce) * -0.19999999999999996)); }.sd[data-s-c4355a7b-8cc3-48da-846c-da3092887347] { color: #003366ff; font-size: 24px; }
.sd[data-s-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce]:hover .sd[data-s-c4355a7b-8cc3-48da-846c-da3092887347] { color: #FFFFFF; }.sd[data-s-0e09d7a8-9f8a-4d83-9e98-95cd3622b748] { color: #003366ff; flex: none; font-family: 'ヒラギノ角ゴ W6 JIS2004','M3-W6'; font-size: 16px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0.02em; line-height: 1.2; margin: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-0a3a3fd4-3241-4fbb-8b9d-580a7010a7ce]:hover .sd[data-s-0e09d7a8-9f8a-4d83-9e98-95cd3622b748] { color: #FFFFFF; }
@media screen and (max-width: 690px){
.sd[data-s-0e09d7a8-9f8a-4d83-9e98-95cd3622b748] { font-size: 15px; }
}

.sd[data-s-0b48f0fc-f545-4c8f-a329-cf97277df21b] { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; justify-content: center; padding: 0px; width: 100%; --gap-h-0b48f0fc-f545-4c8f-a329-cf97277df21b: 0px; --gap-v-0b48f0fc-f545-4c8f-a329-cf97277df21b: 40px; --gap-uuid: 0b48f0fc-f545-4c8f-a329-cf97277df21b; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-0b48f0fc-f545-4c8f-a329-cf97277df21b] { display: flex; --gap-h-0b48f0fc-f545-4c8f-a329-cf97277df21b: 0px; --gap-v-0b48f0fc-f545-4c8f-a329-cf97277df21b: 40px; }
}
@media screen and (max-width: 990px){
.sd[data-s-0b48f0fc-f545-4c8f-a329-cf97277df21b] { display: flex; --gap-h-0b48f0fc-f545-4c8f-a329-cf97277df21b: 0px; --gap-v-0b48f0fc-f545-4c8f-a329-cf97277df21b: 40px; }
}
@media screen and (max-width: 690px){
.sd[data-s-0b48f0fc-f545-4c8f-a329-cf97277df21b] { display: flex; gap: 32px; --gap-h-0b48f0fc-f545-4c8f-a329-cf97277df21b: 0px; --gap-v-0b48f0fc-f545-4c8f-a329-cf97277df21b: 32px; }
}
@media screen and (max-width: 360px){
.sd[data-s-0b48f0fc-f545-4c8f-a329-cf97277df21b] { display: flex; --gap-h-0b48f0fc-f545-4c8f-a329-cf97277df21b: 0px; --gap-v-0b48f0fc-f545-4c8f-a329-cf97277df21b: 40px; }
}.sd[data-s-211f074c-74f9-49c9-8d86-53e17a00b464] { align-content: flex-start; align-items: flex-start; background: #f0f4fa; border-radius: 20px; flex: none; flex-direction: row; flex-wrap: wrap; gap: 16px; justify-content: center; padding: 32px 40px; width: calc(100% - (var(--gap-h-0b48f0fc-f545-4c8f-a329-cf97277df21b) * 0)); --gap-h-211f074c-74f9-49c9-8d86-53e17a00b464: 16px; --gap-v-211f074c-74f9-49c9-8d86-53e17a00b464: 16px; --gap-uuid: 211f074c-74f9-49c9-8d86-53e17a00b464; max-width: calc(100% - (var(--gap-h-0b48f0fc-f545-4c8f-a329-cf97277df21b) * 0)); }
@media screen and (max-width: 990px){
.sd[data-s-211f074c-74f9-49c9-8d86-53e17a00b464] { border-radius: 10px; gap: 12px; padding: 24px 24px; --gap-h-211f074c-74f9-49c9-8d86-53e17a00b464: 12px; --gap-v-211f074c-74f9-49c9-8d86-53e17a00b464: 12px; }
}
@media screen and (max-width: 690px){
.sd[data-s-211f074c-74f9-49c9-8d86-53e17a00b464] { padding: 24px 16px; --gap-h-211f074c-74f9-49c9-8d86-53e17a00b464: 16px; --gap-v-211f074c-74f9-49c9-8d86-53e17a00b464: 16px; }
}
@media screen and (max-width: 360px){
.sd[data-s-211f074c-74f9-49c9-8d86-53e17a00b464] { gap: 8px; padding: 16px 12px; --gap-h-211f074c-74f9-49c9-8d86-53e17a00b464: 8px; --gap-v-211f074c-74f9-49c9-8d86-53e17a00b464: 8px; }
}.sd[data-s-c8db72ff-0551-4d11-86c4-2ee35566841a] { align-content: center; align-items: center; background: #FFFFFF; border-radius: 5px; flex: none; flex-direction: column; flex-wrap: nowrap; height: 80px; justify-content: center; overflow-x: hidden; overflow-y: hidden; padding: 0px; width: 200px; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-c8db72ff-0551-4d11-86c4-2ee35566841a] { flex: none; height: 72px; width: 180px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-c8db72ff-0551-4d11-86c4-2ee35566841a] { flex: none; height: 64px; width: calc(50% - (var(--gap-h-211f074c-74f9-49c9-8d86-53e17a00b464) * 0.5)); max-width: calc(50% - (var(--gap-h-211f074c-74f9-49c9-8d86-53e17a00b464) * 0.5)); }
}.sd[data-s-589c5805-4847-412a-97c5-41674c9ec963] { flex: none; height: 100%; width: 100%; max-width: 100%; }
.sd[data-s-589c5805-4847-412a-97c5-41674c9ec963]:before { background-repeat: no-repeat; background-size: contain; }

.sd[data-s-0c60b87c-890a-4f80-bf49-5ebaaec44f0e] { align-content: flex-start; align-items: flex-start; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 20px; flex: none; flex-direction: column; flex-wrap: nowrap; height: 300px; justify-content: center; padding: 5px 5px; width: 100%; max-width: 100%; --g-color-0: #83d6bdff; --g-position-0: 0%; --g-color-1: #0066ccff; --g-position-1: 100%; --g-color-2: #0066ccff; --g-position-2: 100%; --g-color-3: #0066ccff; --g-position-3: 100%; --g-color-4: #0066ccff; --g-position-4: 100%; --g-color-5: #0066ccff; --g-position-5: 100%; --g-color-6: #0066ccff; --g-position-6: 100%; --g-color-7: #0066ccff; --g-position-7: 100%; --g-color-8: #0066ccff; --g-position-8: 100%; --g-color-9: #0066ccff; --g-position-9: 100%; --g-color-10: #0066ccff; --g-position-10: 100%; --g-color-11: #0066ccff; --g-position-11: 100%; --g-angle: 90deg; }
@media screen and (max-width: 990px){
.sd[data-s-0c60b87c-890a-4f80-bf49-5ebaaec44f0e] { height: auto; width: 100%; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-0c60b87c-890a-4f80-bf49-5ebaaec44f0e] { flex: none; height: 540px; overflow-x: visible; overflow-y: visible; width: 100%; max-width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-0c60b87c-890a-4f80-bf49-5ebaaec44f0e] { height: 448px; width: 100%; max-width: 100%; }
}.sd[data-s-469f629e-67ae-4ea0-bfab-23d1fc8ba5f1] { align-content: flex-start; align-items: flex-start; background: #ffffffff; border-bottom: 0px solid #000000ff; border-left: 0px solid #000000ff; border-radius: 15px; border-right: 0px solid #000000ff; border-top: 0px solid #000000ff; flex: none; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: center; overflow-x: hidden; overflow-y: hidden; width: 100%; max-width: 100%; }.sd[data-s-a3491eed-bfc5-40fa-bef9-6c92455000c9] { align-content: center; align-items: center; bottom: 16px; flex: none; flex-direction: row; flex-wrap: nowrap; height: 100%; justify-content: flex-start; left: 0px; margin: 0 0 0 0; position: absolute; right: 0px; top: 0px; width: 100%; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-a3491eed-bfc5-40fa-bef9-6c92455000c9] { bottom: auto; flex-direction: column-reverse; flex-wrap: nowrap; left: auto; position: relative; right: auto; top: auto; }
}
@media screen and (max-width: 690px){
.sd[data-s-a3491eed-bfc5-40fa-bef9-6c92455000c9] { align-content: center; align-items: center; flex-direction: column-reverse; flex-wrap: nowrap; justify-content: center; }
}.sd[data-s-fe998e38-e910-4470-9839-bc837479aa6b] { align-content: center; align-items: center; background: transparent; flex: none; flex-direction: column; flex-wrap: nowrap; height: calc(100% - 50px); justify-content: flex-start; margin: 25px 20px 25px 20px; padding: 0px 0px 0px 0px; width: calc(62% - 40px); max-width: calc(62% - 40px); }
@media screen and (max-width: 990px){
.sd[data-s-fe998e38-e910-4470-9839-bc837479aa6b] { flex: none; height: auto; margin: 15px 20px 15px 15px; width: calc(80% - 35px); max-width: calc(80% - 35px); }
}
@media screen and (max-width: 690px){
.sd[data-s-fe998e38-e910-4470-9839-bc837479aa6b] { flex: none; height: auto; margin: 15px 10px 0px 10px; width: calc(100% - 20px); max-width: calc(100% - 20px); }
}.sd[data-s-7230452c-b904-419f-90f8-bf8cd92158bf] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 8px; justify-content: flex-start; margin: 0px 0px 12px 0px; padding: 0px; --gap-h-7230452c-b904-419f-90f8-bf8cd92158bf: 8px; --gap-v-7230452c-b904-419f-90f8-bf8cd92158bf: 0px; --gap-uuid: 7230452c-b904-419f-90f8-bf8cd92158bf; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-7230452c-b904-419f-90f8-bf8cd92158bf] { gap: 3px; --gap-h-7230452c-b904-419f-90f8-bf8cd92158bf: 3px; --gap-v-7230452c-b904-419f-90f8-bf8cd92158bf: 0px; }
}.sd[data-s-8bc4560e-57d0-4879-b5d5-d644c508a70c] { align-content: center; align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 999px; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; margin: 0px 0px 0px 0px; padding: 6px; width: auto; --gap-h-8bc4560e-57d0-4879-b5d5-d644c508a70c: 10px; --gap-v-8bc4560e-57d0-4879-b5d5-d644c508a70c: 0px; --gap-uuid: 8bc4560e-57d0-4879-b5d5-d644c508a70c; max-width: 100%; --g-color-0: rgba(131, 214, 189, 0.2); --g-position-0: 0%; --g-color-1: rgba(0, 102, 204, 0.2); --g-position-1: 100%; --g-color-2: rgba(0, 102, 204, 0.2); --g-position-2: 100%; --g-color-3: rgba(0, 102, 204, 0.2); --g-position-3: 100%; --g-color-4: rgba(0, 102, 204, 0.2); --g-position-4: 100%; --g-color-5: rgba(0, 102, 204, 0.2); --g-position-5: 100%; --g-color-6: rgba(0, 102, 204, 0.2); --g-position-6: 100%; --g-color-7: rgba(0, 102, 204, 0.2); --g-position-7: 100%; --g-color-8: rgba(0, 102, 204, 0.2); --g-position-8: 100%; --g-color-9: rgba(0, 102, 204, 0.2); --g-position-9: 100%; --g-color-10: rgba(0, 102, 204, 0.2); --g-position-10: 100%; --g-color-11: rgba(0, 102, 204, 0.2); --g-position-11: 100%; --g-angle: 141.69deg; }
@media screen and (max-width: 990px){
.sd[data-s-8bc4560e-57d0-4879-b5d5-d644c508a70c] { margin: 0px 0px 0px 0px; padding: 4px; --gap-h-8bc4560e-57d0-4879-b5d5-d644c508a70c: 10px; --gap-v-8bc4560e-57d0-4879-b5d5-d644c508a70c: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-8bc4560e-57d0-4879-b5d5-d644c508a70c] { display: none; margin: 0px 0px 0px 0px; --gap-h-8bc4560e-57d0-4879-b5d5-d644c508a70c: 10px; --gap-v-8bc4560e-57d0-4879-b5d5-d644c508a70c: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-8bc4560e-57d0-4879-b5d5-d644c508a70c] { display: none; --gap-h-8bc4560e-57d0-4879-b5d5-d644c508a70c: 10px; --gap-v-8bc4560e-57d0-4879-b5d5-d644c508a70c: 0px; }
}.sd[data-s-620856c2-e700-454c-b7b8-6d754c6bf615] { align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 50%; flex: none; flex-direction: column; height: 25px; justify-content: center; width: 25px; max-width: 100%; --g-color-0: rgb(131, 214, 189); --g-position-0: 0%; --g-color-1: rgb(0, 102, 204); --g-position-1: 100%; --g-color-2: rgb(0, 102, 204); --g-position-2: 100%; --g-color-3: rgb(0, 102, 204); --g-position-3: 100%; --g-color-4: rgb(0, 102, 204); --g-position-4: 100%; --g-color-5: rgb(0, 102, 204); --g-position-5: 100%; --g-color-6: rgb(0, 102, 204); --g-position-6: 100%; --g-color-7: rgb(0, 102, 204); --g-position-7: 100%; --g-color-8: rgb(0, 102, 204); --g-position-8: 100%; --g-color-9: rgb(0, 102, 204); --g-position-9: 100%; --g-color-10: rgb(0, 102, 204); --g-position-10: 100%; --g-color-11: rgb(0, 102, 204); --g-position-11: 100%; --g-angle: 141.69deg; }
.sd[data-s-620856c2-e700-454c-b7b8-6d754c6bf615]:before { background-repeat: no-repeat; background-size: 60%; }
@media screen and (max-width: 990px){
.sd[data-s-620856c2-e700-454c-b7b8-6d754c6bf615] { flex: none; height: 18px; width: 18px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-620856c2-e700-454c-b7b8-6d754c6bf615] { flex: none; height: 18px; width: 18px; }
}.sd[data-s-cbde1bf3-7a8a-4592-ad83-53782cc5fbe0] { color: #003366ff; font-family: 'ヒラギノ角ゴ W6 JIS2004','M3-W6'; font-size: 27px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 1280px){
.sd[data-s-cbde1bf3-7a8a-4592-ad83-53782cc5fbe0] { font-size: 24px; }
}
@media screen and (max-width: 990px){
.sd[data-s-cbde1bf3-7a8a-4592-ad83-53782cc5fbe0] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-cbde1bf3-7a8a-4592-ad83-53782cc5fbe0] { font-size: 18px; }
}.sd[data-s-d7127e6b-1cd5-46e8-aa50-032143bbaad0] { color: #435266; flex: none; font-family: system-ui, -apple-system, 'Helvetica Neue', sans-serif,'ヒラギノ角ゴ W4 JIS2004','M3-W4'; font-size: 14px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.9; text-align: center; width: 575px; max-width: 100%; justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-d7127e6b-1cd5-46e8-aa50-032143bbaad0] { font-size: 13px; margin: 0px 0px 15px 0px; max-width: 100%; }
}.sd[data-s-1501c590-ebf0-4ed9-9411-aefb681d9561] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; justify-content: center; margin: 20px 0px 0px 0px; padding: 0px 0px 0px 0px; width: 100%; --gap-h-1501c590-ebf0-4ed9-9411-aefb681d9561: 0px; --gap-v-1501c590-ebf0-4ed9-9411-aefb681d9561: 0px; --gap-uuid: 1501c590-ebf0-4ed9-9411-aefb681d9561; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-1501c590-ebf0-4ed9-9411-aefb681d9561] { display: flex; height: 104px; --gap-h-1501c590-ebf0-4ed9-9411-aefb681d9561: 0px; --gap-v-1501c590-ebf0-4ed9-9411-aefb681d9561: 0px; width: 100%; max-width: 100%; }
}
@media screen and (max-width: 990px){
.sd[data-s-1501c590-ebf0-4ed9-9411-aefb681d9561] { display: flex; margin: 14px 0px 0px 0px; width: 340px; --gap-h-1501c590-ebf0-4ed9-9411-aefb681d9561: 0px; --gap-v-1501c590-ebf0-4ed9-9411-aefb681d9561: 0px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-1501c590-ebf0-4ed9-9411-aefb681d9561] { display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 108px; margin: 0px 0px 0px 0px; --gap-h-1501c590-ebf0-4ed9-9411-aefb681d9561: 0px; --gap-v-1501c590-ebf0-4ed9-9411-aefb681d9561: 0px; max-width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-1501c590-ebf0-4ed9-9411-aefb681d9561] { display: flex; flex-direction: column; flex-wrap: nowrap; height: 102px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; --gap-h-1501c590-ebf0-4ed9-9411-aefb681d9561: 0px; --gap-v-1501c590-ebf0-4ed9-9411-aefb681d9561: 0px; max-width: 100%; }
}.sd[data-s-21cd7e0d-ef5b-4e82-9c67-50f32177f1e5] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 0px; justify-content: center; margin: 0px 0px 10px 0px; padding: 0px; --gap-h-21cd7e0d-ef5b-4e82-9c67-50f32177f1e5: 0px; --gap-v-21cd7e0d-ef5b-4e82-9c67-50f32177f1e5: 0px; --gap-uuid: 21cd7e0d-ef5b-4e82-9c67-50f32177f1e5; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-21cd7e0d-ef5b-4e82-9c67-50f32177f1e5] { gap: 8px; margin: 0px 0px 12px 0px; --gap-h-21cd7e0d-ef5b-4e82-9c67-50f32177f1e5: 8px; --gap-v-21cd7e0d-ef5b-4e82-9c67-50f32177f1e5: 0px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-21cd7e0d-ef5b-4e82-9c67-50f32177f1e5] { flex-direction: row; flex-wrap: nowrap; gap: 3px; --gap-h-21cd7e0d-ef5b-4e82-9c67-50f32177f1e5: 3px; --gap-v-21cd7e0d-ef5b-4e82-9c67-50f32177f1e5: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-21cd7e0d-ef5b-4e82-9c67-50f32177f1e5] { flex-direction: row; flex-wrap: nowrap; gap: 0px; margin: 0px 0px 8px 0px; --gap-h-21cd7e0d-ef5b-4e82-9c67-50f32177f1e5: 0px; --gap-v-21cd7e0d-ef5b-4e82-9c67-50f32177f1e5: 0px; max-width: 100%; }
}.sd[data-s-f9bae04d-42fd-4c3c-9f41-94e04087756b] { color: #222222; font-size: 18px; rotate: 21deg; }
@media screen and (max-width: 990px){
.sd[data-s-f9bae04d-42fd-4c3c-9f41-94e04087756b] { font-size: 16px; }
}
@media screen and (max-width: 360px){
.sd[data-s-f9bae04d-42fd-4c3c-9f41-94e04087756b] { font-size: 16px; }
}.sd[data-s-487d3709-9a5e-4816-8d47-67634211373e] { color: #333333; font-family: 'ヒラギノ角ゴ W6 JIS2004','M3-W6'; font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; margin: 0px 0px 0px 0px; padding: 0px 15px 0px 15px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-487d3709-9a5e-4816-8d47-67634211373e] { font-size: 14px; padding: 0px 8px 0px 8px; }
}
@media screen and (max-width: 360px){
.sd[data-s-487d3709-9a5e-4816-8d47-67634211373e] { font-size: 14px; padding: 0px 0px 0px 0px; }
}.sd[data-s-f9c90fc1-5bb8-413d-80fd-9daf5155a415] { color: #222222; font-size: 18px; rotate: 85deg; }
@media screen and (max-width: 990px){
.sd[data-s-f9c90fc1-5bb8-413d-80fd-9daf5155a415] { font-size: 16px; }
}
@media screen and (max-width: 360px){
.sd[data-s-f9c90fc1-5bb8-413d-80fd-9daf5155a415] { font-size: 16px; }
}.sd[data-s-d36a5541-093b-41ab-9a4e-4f8a51d11489] { align-items: center; background: #fac03e; border-bottom: 0px solid #003366; border-left: 0px solid #003366; border-radius: 38px; border-right: 0px solid #003366; border-top: 0px solid #003366; display: none; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: center; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 26px; width: auto; --gap-h-d36a5541-093b-41ab-9a4e-4f8a51d11489: 8px; --gap-v-d36a5541-093b-41ab-9a4e-4f8a51d11489: 0px; --gap-uuid: d36a5541-093b-41ab-9a4e-4f8a51d11489; max-width: 100%; }
.sd[data-s-d36a5541-093b-41ab-9a4e-4f8a51d11489]:hover { opacity: 1; --gap-h-d36a5541-093b-41ab-9a4e-4f8a51d11489: 8px; --gap-v-d36a5541-093b-41ab-9a4e-4f8a51d11489: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-d36a5541-093b-41ab-9a4e-4f8a51d11489] { display: none; flex-direction: row; flex-wrap: nowrap; --gap-h-d36a5541-093b-41ab-9a4e-4f8a51d11489: 8px; --gap-v-d36a5541-093b-41ab-9a4e-4f8a51d11489: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-d36a5541-093b-41ab-9a4e-4f8a51d11489] { display: none; flex: none; height: calc(50% - (var(--gap-v-1501c590-ebf0-4ed9-9411-aefb681d9561) * 0.5)); padding: 15px 15px; --gap-h-d36a5541-093b-41ab-9a4e-4f8a51d11489: 8px; --gap-v-d36a5541-093b-41ab-9a4e-4f8a51d11489: 0px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-d36a5541-093b-41ab-9a4e-4f8a51d11489] { display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; width: 279px; --gap-h-d36a5541-093b-41ab-9a4e-4f8a51d11489: 8px; --gap-v-d36a5541-093b-41ab-9a4e-4f8a51d11489: 0px; max-width: 100%; height: calc(50% - (var(--gap-v-1501c590-ebf0-4ed9-9411-aefb681d9561) * 0.5)); }
}
@media screen and (max-width: 360px){
.sd[data-s-d36a5541-093b-41ab-9a4e-4f8a51d11489] { display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; width: calc(100% - (var(--gap-h-1501c590-ebf0-4ed9-9411-aefb681d9561) * 0)); --gap-h-d36a5541-093b-41ab-9a4e-4f8a51d11489: 8px; --gap-v-d36a5541-093b-41ab-9a4e-4f8a51d11489: 0px; max-width: calc(100% - (var(--gap-h-1501c590-ebf0-4ed9-9411-aefb681d9561) * 0)); height: calc(50% - (var(--gap-v-1501c590-ebf0-4ed9-9411-aefb681d9561) * 0.5)); }
}.sd[data-s-78c43663-9d82-473b-a0fa-345480cf1b68] { background: #121F32; flex: none; height: calc(230% - (var(--gap-v-d36a5541-093b-41ab-9a4e-4f8a51d11489) * -1.3000000000000003)); left: -22px; margin: 0 0 0 0; position: absolute; rotate: 10deg; top: -66px; transition-timing-function: ease; width: 0px; z-index: 0; max-width: 100%; }
.sd[data-s-d36a5541-093b-41ab-9a4e-4f8a51d11489]:hover .sd[data-s-78c43663-9d82-473b-a0fa-345480cf1b68] { background: #022348; bottom: -59px; flex: none; height: calc(230% - (var(--gap-v-d36a5541-093b-41ab-9a4e-4f8a51d11489) * -1.3000000000000003)); left: -33px; right: -87px; top: -50px; width: calc(120% - (var(--gap-h-d36a5541-093b-41ab-9a4e-4f8a51d11489) * -0.19999999999999996)); max-width: calc(120% - (var(--gap-h-d36a5541-093b-41ab-9a4e-4f8a51d11489) * -0.19999999999999996)); }.sd[data-s-02ccd164-4d8e-4a21-abfe-b527e08713d9] { color: #003366ff; display: flex; font-size: 24px; }
.sd[data-s-d36a5541-093b-41ab-9a4e-4f8a51d11489]:hover .sd[data-s-02ccd164-4d8e-4a21-abfe-b527e08713d9] { color: #FFFFFF; }
@media screen and (max-width: 1280px){
.sd[data-s-02ccd164-4d8e-4a21-abfe-b527e08713d9] { display: flex; }
}
@media screen and (max-width: 990px){
.sd[data-s-02ccd164-4d8e-4a21-abfe-b527e08713d9] { display: flex; }
}
@media screen and (max-width: 690px){
.sd[data-s-02ccd164-4d8e-4a21-abfe-b527e08713d9] { display: flex; }
}
@media screen and (max-width: 360px){
.sd[data-s-02ccd164-4d8e-4a21-abfe-b527e08713d9] { display: none; }
}.sd[data-s-a5fc1edd-13ac-491e-a1cb-dde324611eb2] { color: #003366ff; flex: none; font-family: 'ヒラギノ角ゴ W6 JIS2004','M3-W6'; font-size: 16px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0.02em; line-height: 1.2; margin: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-d36a5541-093b-41ab-9a4e-4f8a51d11489]:hover .sd[data-s-a5fc1edd-13ac-491e-a1cb-dde324611eb2] { color: #FFFFFF; }
@media screen and (max-width: 990px){
.sd[data-s-a5fc1edd-13ac-491e-a1cb-dde324611eb2] { font-size: 14px; }
}
@media screen and (max-width: 690px){
.sd[data-s-a5fc1edd-13ac-491e-a1cb-dde324611eb2] { font-size: 15px; }
}.sd[data-s-c20106bb-42d9-450a-b869-da3aa131fb40] { align-items: center; background: #fac03e; border-bottom: 0px solid #003366; border-left: 0px solid #003366; border-radius: 38px; border-right: 0px solid #003366; border-top: 0px solid #003366; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: center; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 26px; width: auto; --gap-h-c20106bb-42d9-450a-b869-da3aa131fb40: 8px; --gap-v-c20106bb-42d9-450a-b869-da3aa131fb40: 0px; --gap-uuid: c20106bb-42d9-450a-b869-da3aa131fb40; max-width: 100%; }
.sd[data-s-c20106bb-42d9-450a-b869-da3aa131fb40]:hover { opacity: 1; --gap-h-c20106bb-42d9-450a-b869-da3aa131fb40: 8px; --gap-v-c20106bb-42d9-450a-b869-da3aa131fb40: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-c20106bb-42d9-450a-b869-da3aa131fb40] { flex-direction: row; flex-wrap: nowrap; --gap-h-c20106bb-42d9-450a-b869-da3aa131fb40: 8px; --gap-v-c20106bb-42d9-450a-b869-da3aa131fb40: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-c20106bb-42d9-450a-b869-da3aa131fb40] { flex: none; height: calc(50% - (var(--gap-v-1501c590-ebf0-4ed9-9411-aefb681d9561) * 0.5)); padding: 15px 15px; --gap-h-c20106bb-42d9-450a-b869-da3aa131fb40: 8px; --gap-v-c20106bb-42d9-450a-b869-da3aa131fb40: 0px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-c20106bb-42d9-450a-b869-da3aa131fb40] { display: none; flex: none; flex-direction: row; flex-wrap: nowrap; --gap-h-c20106bb-42d9-450a-b869-da3aa131fb40: 8px; --gap-v-c20106bb-42d9-450a-b869-da3aa131fb40: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-c20106bb-42d9-450a-b869-da3aa131fb40] { display: none; flex: none; flex-direction: row; flex-wrap: nowrap; width: calc(100% - (var(--gap-h-1501c590-ebf0-4ed9-9411-aefb681d9561) * 0)); --gap-h-c20106bb-42d9-450a-b869-da3aa131fb40: 8px; --gap-v-c20106bb-42d9-450a-b869-da3aa131fb40: 0px; max-width: calc(100% - (var(--gap-h-1501c590-ebf0-4ed9-9411-aefb681d9561) * 0)); height: calc(50% - (var(--gap-v-1501c590-ebf0-4ed9-9411-aefb681d9561) * 0.5)); }
}.sd[data-s-a77ac336-a673-4404-8e79-0871fe92cf71] { background: #121F32; flex: none; height: calc(230% - (var(--gap-v-c20106bb-42d9-450a-b869-da3aa131fb40) * -1.3000000000000003)); left: -22px; margin: 0 0 0 0; position: absolute; rotate: 10deg; top: -66px; transition-timing-function: ease; width: 0px; z-index: 0; max-width: 100%; }
.sd[data-s-c20106bb-42d9-450a-b869-da3aa131fb40]:hover .sd[data-s-a77ac336-a673-4404-8e79-0871fe92cf71] { background: #022348; bottom: -59px; flex: none; height: calc(230% - (var(--gap-v-c20106bb-42d9-450a-b869-da3aa131fb40) * -1.3000000000000003)); left: -33px; right: -87px; top: -50px; width: calc(120% - (var(--gap-h-c20106bb-42d9-450a-b869-da3aa131fb40) * -0.19999999999999996)); max-width: calc(120% - (var(--gap-h-c20106bb-42d9-450a-b869-da3aa131fb40) * -0.19999999999999996)); }.sd[data-s-ab694696-296a-49b4-8b33-d34405958f7b] { color: #003366ff; display: flex; font-size: 24px; }
.sd[data-s-c20106bb-42d9-450a-b869-da3aa131fb40]:hover .sd[data-s-ab694696-296a-49b4-8b33-d34405958f7b] { color: #FFFFFF; }
@media screen and (max-width: 1280px){
.sd[data-s-ab694696-296a-49b4-8b33-d34405958f7b] { display: flex; }
}
@media screen and (max-width: 990px){
.sd[data-s-ab694696-296a-49b4-8b33-d34405958f7b] { display: flex; }
}
@media screen and (max-width: 690px){
.sd[data-s-ab694696-296a-49b4-8b33-d34405958f7b] { display: flex; }
}
@media screen and (max-width: 360px){
.sd[data-s-ab694696-296a-49b4-8b33-d34405958f7b] { display: none; }
}.sd[data-s-1e1b98d8-1558-4d41-b729-b2227dfa20fe] { color: #003366ff; flex: none; font-family: 'ヒラギノ角ゴ W6 JIS2004','M3-W6'; font-size: 16px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0.02em; line-height: 1.2; margin: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-c20106bb-42d9-450a-b869-da3aa131fb40]:hover .sd[data-s-1e1b98d8-1558-4d41-b729-b2227dfa20fe] { color: #FFFFFF; }
@media screen and (max-width: 990px){
.sd[data-s-1e1b98d8-1558-4d41-b729-b2227dfa20fe] { font-size: 14px; }
}
@media screen and (max-width: 690px){
.sd[data-s-1e1b98d8-1558-4d41-b729-b2227dfa20fe] { font-size: 15px; }
}.sd[data-s-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c] { align-items: center; background: #fac03e; border-bottom: 0px solid #003366; border-left: 0px solid #003366; border-radius: 38px; border-right: 0px solid #003366; border-top: 0px solid #003366; display: none; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: center; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 26px; width: auto; --gap-h-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c: 8px; --gap-v-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c: 0px; --gap-uuid: b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c; max-width: 100%; }
.sd[data-s-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c]:hover { opacity: 1; --gap-h-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c: 8px; --gap-v-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c] { display: none; flex-direction: row; flex-wrap: nowrap; --gap-h-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c: 8px; --gap-v-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c] { display: none; --gap-h-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c: 8px; --gap-v-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c] { display: none; flex: none; flex-direction: row; flex-wrap: nowrap; --gap-h-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c: 8px; --gap-v-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c] { border-radius: 64px; display: none; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; padding: 18px 26px; width: calc(100% - (var(--gap-h-1501c590-ebf0-4ed9-9411-aefb681d9561) * 0)); --gap-h-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c: 16px; --gap-v-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c: 0px; max-width: calc(100% - (var(--gap-h-1501c590-ebf0-4ed9-9411-aefb681d9561) * 0)); }
}.sd[data-s-d2b1b96b-3b14-4061-90e3-72477bb973a4] { background: #121F32; flex: none; height: calc(230% - (var(--gap-v-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c) * -1.3000000000000003)); left: -22px; margin: 0 0 0 0; position: absolute; rotate: 10deg; top: -66px; transition-timing-function: ease; width: 0px; z-index: 0; max-width: 100%; }
.sd[data-s-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c]:hover .sd[data-s-d2b1b96b-3b14-4061-90e3-72477bb973a4] { background: #022348; bottom: -59px; flex: none; height: calc(230% - (var(--gap-v-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c) * -1.3000000000000003)); left: -33px; right: -87px; top: -50px; width: calc(120% - (var(--gap-h-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c) * -0.19999999999999996)); max-width: calc(120% - (var(--gap-h-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c) * -0.19999999999999996)); }.sd[data-s-1fa40348-e994-4ccb-afae-2c04a1e8643a] { color: #003366ff; font-size: 24px; }
.sd[data-s-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c]:hover .sd[data-s-1fa40348-e994-4ccb-afae-2c04a1e8643a] { color: #FFFFFF; }.sd[data-s-39a27a91-850b-40d6-9cc3-c7d2d87b0409] { color: #003366ff; flex: none; font-family: 'ヒラギノ角ゴ W6 JIS2004','M3-W6'; font-size: 16px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0.02em; line-height: 1.2; margin: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-b9ba9afa-ec7b-4b83-83cf-74658f0d8f3c]:hover .sd[data-s-39a27a91-850b-40d6-9cc3-c7d2d87b0409] { color: #FFFFFF; }
@media screen and (max-width: 690px){
.sd[data-s-39a27a91-850b-40d6-9cc3-c7d2d87b0409] { font-size: 15px; }
}.sd[data-s-7c81907c-ce5c-420c-b93d-dc07c855ef94] { align-content: flex-start; align-items: flex-start; background: transparent; flex: 1; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: center; margin: 0px 0px 0px 0px; width: auto; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-7c81907c-ce5c-420c-b93d-dc07c855ef94] { flex: none; height: auto; margin: 20px 0px 0px 0px; width: 50%; max-width: 50%; }
}
@media screen and (max-width: 690px){
.sd[data-s-7c81907c-ce5c-420c-b93d-dc07c855ef94] { flex: none; height: auto; width: 80%; max-width: 80%; }
}.sd[data-s-1983ad80-7bbc-4aa4-8567-89731193bfe1] { flex: none; height: auto; width: 86%; max-width: 86%; }
@media screen and (max-width: 990px){
.sd[data-s-1983ad80-7bbc-4aa4-8567-89731193bfe1] { flex: none; width: 100%; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-1983ad80-7bbc-4aa4-8567-89731193bfe1] { flex: none; width: 100%; }
}

.sd[data-s-dd259e13-3d10-408a-88f8-792f5e39ecd0] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; justify-content: center; margin: 0px 0px 0px 0px; padding: 15px 0px 0px 0px; width: 100%; --gap-h-dd259e13-3d10-408a-88f8-792f5e39ecd0: 0px; --gap-v-dd259e13-3d10-408a-88f8-792f5e39ecd0: 0px; --gap-uuid: dd259e13-3d10-408a-88f8-792f5e39ecd0; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-dd259e13-3d10-408a-88f8-792f5e39ecd0] { display: flex; --gap-h-dd259e13-3d10-408a-88f8-792f5e39ecd0: 0px; --gap-v-dd259e13-3d10-408a-88f8-792f5e39ecd0: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-dd259e13-3d10-408a-88f8-792f5e39ecd0] { display: flex; gap: 12px; --gap-h-dd259e13-3d10-408a-88f8-792f5e39ecd0: 0px; --gap-v-dd259e13-3d10-408a-88f8-792f5e39ecd0: 12px; }
}
@media screen and (max-width: 690px){
.sd[data-s-dd259e13-3d10-408a-88f8-792f5e39ecd0] { display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; padding: 80px 0px 0px 0px; --gap-h-dd259e13-3d10-408a-88f8-792f5e39ecd0: 0px; --gap-v-dd259e13-3d10-408a-88f8-792f5e39ecd0: 0px; width: 100%; max-width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-dd259e13-3d10-408a-88f8-792f5e39ecd0] { display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 108px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; --gap-h-dd259e13-3d10-408a-88f8-792f5e39ecd0: 0px; --gap-v-dd259e13-3d10-408a-88f8-792f5e39ecd0: 0px; width: 100%; max-width: 100%; }
}.sd[data-s-96f72f89-ecdb-4c1c-ba7b-fc8abc9932cf] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 0px; justify-content: center; margin: 0px 0px 20px 0px; padding: 0px; --gap-h-96f72f89-ecdb-4c1c-ba7b-fc8abc9932cf: 0px; --gap-v-96f72f89-ecdb-4c1c-ba7b-fc8abc9932cf: 0px; --gap-uuid: 96f72f89-ecdb-4c1c-ba7b-fc8abc9932cf; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-96f72f89-ecdb-4c1c-ba7b-fc8abc9932cf] { gap: 12px; margin: 0px 0px 10px 0px; --gap-h-96f72f89-ecdb-4c1c-ba7b-fc8abc9932cf: 12px; --gap-v-96f72f89-ecdb-4c1c-ba7b-fc8abc9932cf: 0px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-96f72f89-ecdb-4c1c-ba7b-fc8abc9932cf] { flex-direction: row; flex-wrap: nowrap; gap: 12px; --gap-h-96f72f89-ecdb-4c1c-ba7b-fc8abc9932cf: 12px; --gap-v-96f72f89-ecdb-4c1c-ba7b-fc8abc9932cf: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-96f72f89-ecdb-4c1c-ba7b-fc8abc9932cf] { flex-direction: row; flex-wrap: nowrap; --gap-h-96f72f89-ecdb-4c1c-ba7b-fc8abc9932cf: 0px; --gap-v-96f72f89-ecdb-4c1c-ba7b-fc8abc9932cf: 0px; }
}.sd[data-s-2c682fe5-024c-4178-a801-f0252716fc17] { color: #222222; font-size: 18px; rotate: 21deg; }.sd[data-s-e7a40070-21b1-4808-b9c9-0e1d8fae4419] { color: #333333; font-family: 'ヒラギノ角ゴ W6 JIS2004','M3-W6'; font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; margin: 0px 0px 0px 0px; padding: 0px 15px 0px 15px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-53da1f85-92dc-4e8a-a422-75c95bf61f19] { color: #222222; font-size: 18px; rotate: 85deg; }.sd[data-s-813c4aac-2d81-4e99-851b-6ea025ed61d2] { align-items: center; background: #fac03e; border-bottom: 0px solid #003366; border-left: 0px solid #003366; border-radius: 38px; border-right: 0px solid #003366; border-top: 0px solid #003366; flex: none; flex-direction: row; flex-wrap: wrap; gap: 8px; height: auto; justify-content: center; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 26px; width: 466px; --gap-h-813c4aac-2d81-4e99-851b-6ea025ed61d2: 8px; --gap-v-813c4aac-2d81-4e99-851b-6ea025ed61d2: 8px; --gap-uuid: 813c4aac-2d81-4e99-851b-6ea025ed61d2; max-width: 100%; }
.sd[data-s-813c4aac-2d81-4e99-851b-6ea025ed61d2]:hover { flex: none; height: 76px; --gap-h-813c4aac-2d81-4e99-851b-6ea025ed61d2: 8px; --gap-v-813c4aac-2d81-4e99-851b-6ea025ed61d2: 8px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-813c4aac-2d81-4e99-851b-6ea025ed61d2]:hover { max-width: 100%; }
.sd[data-s-813c4aac-2d81-4e99-851b-6ea025ed61d2] { border-radius: 50px; flex: none; flex-direction: row; flex-wrap: nowrap; padding: 26px; width: auto; --gap-h-813c4aac-2d81-4e99-851b-6ea025ed61d2: 8px; --gap-v-813c4aac-2d81-4e99-851b-6ea025ed61d2: 0px; max-width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-813c4aac-2d81-4e99-851b-6ea025ed61d2]:hover { width: calc(100% - (var(--gap-h-dd259e13-3d10-408a-88f8-792f5e39ecd0) * 0)); max-width: calc(100% - (var(--gap-h-dd259e13-3d10-408a-88f8-792f5e39ecd0) * 0)); }
.sd[data-s-813c4aac-2d81-4e99-851b-6ea025ed61d2] { border-radius: 50px; display: none; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; padding: 18px 26px 18px 26px; width: calc(100% - (var(--gap-h-dd259e13-3d10-408a-88f8-792f5e39ecd0) * 0)); --gap-h-813c4aac-2d81-4e99-851b-6ea025ed61d2: 16px; --gap-v-813c4aac-2d81-4e99-851b-6ea025ed61d2: 0px; max-width: calc(100% - (var(--gap-h-dd259e13-3d10-408a-88f8-792f5e39ecd0) * 0)); }
}.sd[data-s-dfe9041d-c7d9-41a0-95c8-be7f84616af8] { background: #121F32; flex: none; height: calc(230% - (var(--gap-v-813c4aac-2d81-4e99-851b-6ea025ed61d2) * -1.3000000000000003)); left: -22px; margin: 0 0 0 0; position: absolute; rotate: 10deg; top: -66px; transition-timing-function: ease; width: 0px; z-index: 0; max-width: 100%; }
.sd[data-s-813c4aac-2d81-4e99-851b-6ea025ed61d2]:hover .sd[data-s-dfe9041d-c7d9-41a0-95c8-be7f84616af8]:hover { rotate: 10deg; }
.sd[data-s-813c4aac-2d81-4e99-851b-6ea025ed61d2]:hover .sd[data-s-dfe9041d-c7d9-41a0-95c8-be7f84616af8] { background: #022348; bottom: -59px; flex: none; height: calc(230% - (var(--gap-v-813c4aac-2d81-4e99-851b-6ea025ed61d2) * -1.3000000000000003)); left: -33px; right: -87px; top: -50px; width: calc(120% - (var(--gap-h-813c4aac-2d81-4e99-851b-6ea025ed61d2) * -0.19999999999999996)); max-width: calc(120% - (var(--gap-h-813c4aac-2d81-4e99-851b-6ea025ed61d2) * -0.19999999999999996)); }.sd[data-s-3557b424-5cc4-4488-8e42-337e3be27dd1] { color: #003366ff; font-size: 24px; }
.sd[data-s-813c4aac-2d81-4e99-851b-6ea025ed61d2]:hover .sd[data-s-3557b424-5cc4-4488-8e42-337e3be27dd1] { color: #FFFFFF; }.sd[data-s-ed6ef47f-db68-4055-95d4-bfce85a5fd39] { color: #003366ff; flex: none; font-family: 'ヒラギノ角ゴ W6 JIS2004','M3-W6'; font-size: 16px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0.02em; line-height: 1.2; margin: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-813c4aac-2d81-4e99-851b-6ea025ed61d2]:hover .sd[data-s-ed6ef47f-db68-4055-95d4-bfce85a5fd39] { color: #FFFFFF; }
@media screen and (max-width: 1280px){
.sd[data-s-ed6ef47f-db68-4055-95d4-bfce85a5fd39] { display: flex; }
}
@media screen and (max-width: 990px){
.sd[data-s-ed6ef47f-db68-4055-95d4-bfce85a5fd39] { display: flex; }
}
@media screen and (max-width: 690px){
.sd[data-s-ed6ef47f-db68-4055-95d4-bfce85a5fd39] { display: none; font-size: 15px; }
}
@media screen and (max-width: 360px){
.sd[data-s-ed6ef47f-db68-4055-95d4-bfce85a5fd39] { display: none; }
}.sd[data-s-2df74ee1-7918-42a6-9dae-922e086ce6db] { color: #003366ff; display: none; flex: none; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0.02em; line-height: 1.2; margin: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-813c4aac-2d81-4e99-851b-6ea025ed61d2]:hover .sd[data-s-2df74ee1-7918-42a6-9dae-922e086ce6db] { color: #FFFFFF; }
@media screen and (max-width: 1280px){
.sd[data-s-2df74ee1-7918-42a6-9dae-922e086ce6db] { display: none; }
}
@media screen and (max-width: 990px){
.sd[data-s-2df74ee1-7918-42a6-9dae-922e086ce6db] { display: none; }
}
@media screen and (max-width: 690px){
.sd[data-s-2df74ee1-7918-42a6-9dae-922e086ce6db] { display: flex; font-size: 15px; line-height: 1.2; }
}
@media screen and (max-width: 360px){
.sd[data-s-2df74ee1-7918-42a6-9dae-922e086ce6db] { display: flex; line-height: 1.2; }
}.sd[data-s-c5e5a12c-35eb-4091-8316-f625c11805ab] { align-items: center; background: #fac03e; border-bottom: 0px solid #003366; border-left: 0px solid #003366; border-radius: 38px; border-right: 0px solid #003366; border-top: 0px solid #003366; display: none; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: center; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 26px; width: auto; --gap-h-c5e5a12c-35eb-4091-8316-f625c11805ab: 8px; --gap-v-c5e5a12c-35eb-4091-8316-f625c11805ab: 0px; --gap-uuid: c5e5a12c-35eb-4091-8316-f625c11805ab; max-width: 100%; }
.sd[data-s-c5e5a12c-35eb-4091-8316-f625c11805ab]:hover { opacity: 1; --gap-h-c5e5a12c-35eb-4091-8316-f625c11805ab: 8px; --gap-v-c5e5a12c-35eb-4091-8316-f625c11805ab: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-c5e5a12c-35eb-4091-8316-f625c11805ab] { display: none; flex-direction: row; flex-wrap: nowrap; --gap-h-c5e5a12c-35eb-4091-8316-f625c11805ab: 8px; --gap-v-c5e5a12c-35eb-4091-8316-f625c11805ab: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-c5e5a12c-35eb-4091-8316-f625c11805ab] { display: none; --gap-h-c5e5a12c-35eb-4091-8316-f625c11805ab: 8px; --gap-v-c5e5a12c-35eb-4091-8316-f625c11805ab: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-c5e5a12c-35eb-4091-8316-f625c11805ab] { display: none; flex: none; flex-direction: row; flex-wrap: nowrap; --gap-h-c5e5a12c-35eb-4091-8316-f625c11805ab: 8px; --gap-v-c5e5a12c-35eb-4091-8316-f625c11805ab: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-c5e5a12c-35eb-4091-8316-f625c11805ab] { border-radius: 64px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; padding: 18px 26px; width: calc(100% - (var(--gap-h-dd259e13-3d10-408a-88f8-792f5e39ecd0) * 0)); --gap-h-c5e5a12c-35eb-4091-8316-f625c11805ab: 16px; --gap-v-c5e5a12c-35eb-4091-8316-f625c11805ab: 0px; max-width: calc(100% - (var(--gap-h-dd259e13-3d10-408a-88f8-792f5e39ecd0) * 0)); }
}.sd[data-s-751a2bba-0ccd-48c2-9c33-a3ef224e4235] { background: #121F32; flex: none; height: calc(230% - (var(--gap-v-c5e5a12c-35eb-4091-8316-f625c11805ab) * -1.3000000000000003)); left: -22px; margin: 0 0 0 0; position: absolute; rotate: 10deg; top: -66px; transition-timing-function: ease; width: 0px; z-index: 0; max-width: 100%; }
.sd[data-s-c5e5a12c-35eb-4091-8316-f625c11805ab]:hover .sd[data-s-751a2bba-0ccd-48c2-9c33-a3ef224e4235] { background: #022348; bottom: -59px; flex: none; height: calc(230% - (var(--gap-v-c5e5a12c-35eb-4091-8316-f625c11805ab) * -1.3000000000000003)); left: -33px; right: -87px; top: -50px; width: calc(120% - (var(--gap-h-c5e5a12c-35eb-4091-8316-f625c11805ab) * -0.19999999999999996)); max-width: calc(120% - (var(--gap-h-c5e5a12c-35eb-4091-8316-f625c11805ab) * -0.19999999999999996)); }.sd[data-s-4761ca58-8fb1-42ba-8a91-e926bf02f904] { color: #003366ff; font-size: 24px; }
.sd[data-s-c5e5a12c-35eb-4091-8316-f625c11805ab]:hover .sd[data-s-4761ca58-8fb1-42ba-8a91-e926bf02f904] { color: #FFFFFF; }.sd[data-s-9a29cd72-8e46-4d90-b3b4-fb61a8d9bf0e] { color: #003366ff; flex: none; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0.02em; line-height: 1.2; margin: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-c5e5a12c-35eb-4091-8316-f625c11805ab]:hover .sd[data-s-9a29cd72-8e46-4d90-b3b4-fb61a8d9bf0e] { color: #FFFFFF; }
@media screen and (max-width: 690px){
.sd[data-s-9a29cd72-8e46-4d90-b3b4-fb61a8d9bf0e] { font-size: 15px; }
}

.sd[data-s-7fbbad80-7730-4179-8ca1-28e9dba2af0f] { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; opacity: 1; padding: 80px 0px 80px 0px; width: 100%; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-7fbbad80-7730-4179-8ca1-28e9dba2af0f] { display: flex; }
}
@media screen and (max-width: 990px){
.sd[data-s-7fbbad80-7730-4179-8ca1-28e9dba2af0f] { display: flex; padding: 40px 0px 40px 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-7fbbad80-7730-4179-8ca1-28e9dba2af0f] { display: flex; }
}
@media screen and (max-width: 360px){
.sd[data-s-7fbbad80-7730-4179-8ca1-28e9dba2af0f] { display: flex; }
}.sd[data-s-b774d26a-4b5f-44e7-bbac-771b11c0c765] { align-content: center; align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 40px; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; justify-content: center; margin: 0px 20px; padding: 60px 130px; width: 1360px; --gap-h-b774d26a-4b5f-44e7-bbac-771b11c0c765: 0px; --gap-v-b774d26a-4b5f-44e7-bbac-771b11c0c765: 40px; --gap-uuid: b774d26a-4b5f-44e7-bbac-771b11c0c765; max-width: calc(100% - 40px); --g-color-0: #00264d; --g-position-0: 0%; --g-color-1: #003366; --g-position-1: 100%; --g-color-2: #003366; --g-position-2: 100%; --g-color-3: #003366; --g-position-3: 100%; --g-color-4: #003366; --g-position-4: 100%; --g-color-5: #003366; --g-position-5: 100%; --g-color-6: #003366; --g-position-6: 100%; --g-color-7: #003366; --g-position-7: 100%; --g-color-8: #003366; --g-position-8: 100%; --g-color-9: #003366; --g-position-9: 100%; --g-color-10: #003366; --g-position-10: 100%; --g-color-11: #003366; --g-position-11: 100%; --g-angle: 100deg; }
@media screen and (max-width: 1280px){
.sd[data-s-b774d26a-4b5f-44e7-bbac-771b11c0c765] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; padding: 60px 30px; --gap-h-b774d26a-4b5f-44e7-bbac-771b11c0c765: 0px; --gap-v-b774d26a-4b5f-44e7-bbac-771b11c0c765: 40px; }
}
@media screen and (max-width: 990px){
.sd[data-s-b774d26a-4b5f-44e7-bbac-771b11c0c765] { border-radius: 30px; display: flex; padding: 60px 130px; --gap-h-b774d26a-4b5f-44e7-bbac-771b11c0c765: 0px; --gap-v-b774d26a-4b5f-44e7-bbac-771b11c0c765: 40px; }
}
@media screen and (max-width: 690px){
.sd[data-s-b774d26a-4b5f-44e7-bbac-771b11c0c765] { align-content: center; align-items: center; border-radius: 20px; display: flex; justify-content: flex-start; margin: 0px 12px; padding: 40px 20px; --gap-h-b774d26a-4b5f-44e7-bbac-771b11c0c765: 0px; --gap-v-b774d26a-4b5f-44e7-bbac-771b11c0c765: 40px; max-width: calc(100% - 24px); }
}
@media screen and (max-width: 360px){
.sd[data-s-b774d26a-4b5f-44e7-bbac-771b11c0c765] { display: flex; --gap-h-b774d26a-4b5f-44e7-bbac-771b11c0c765: 0px; --gap-v-b774d26a-4b5f-44e7-bbac-771b11c0c765: 40px; }
}.sd[data-s-1b30ce55-3fdc-4f3a-838c-f708b5cbe8cb] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 20px; justify-content: center; padding: 0px; --gap-h-1b30ce55-3fdc-4f3a-838c-f708b5cbe8cb: 0px; --gap-v-1b30ce55-3fdc-4f3a-838c-f708b5cbe8cb: 20px; --gap-uuid: 1b30ce55-3fdc-4f3a-838c-f708b5cbe8cb; }
@media screen and (max-width: 1280px){
.sd[data-s-1b30ce55-3fdc-4f3a-838c-f708b5cbe8cb] { align-content: center; align-items: center; flex-direction: column; justify-content: flex-start; --gap-h-1b30ce55-3fdc-4f3a-838c-f708b5cbe8cb: 0px; --gap-v-1b30ce55-3fdc-4f3a-838c-f708b5cbe8cb: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-1b30ce55-3fdc-4f3a-838c-f708b5cbe8cb] { align-content: center; align-items: center; justify-content: flex-start; --gap-h-1b30ce55-3fdc-4f3a-838c-f708b5cbe8cb: 0px; --gap-v-1b30ce55-3fdc-4f3a-838c-f708b5cbe8cb: 20px; }
}.sd[data-s-0b237b66-59e3-4583-ad5a-b74e8326b071] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 14px; justify-content: center; padding: 0px; --gap-h-0b237b66-59e3-4583-ad5a-b74e8326b071: 0px; --gap-v-0b237b66-59e3-4583-ad5a-b74e8326b071: 14px; --gap-uuid: 0b237b66-59e3-4583-ad5a-b74e8326b071; }.sd[data-s-c21178a9-566a-423a-bcd2-6e39a2c1f930] { color: #FFFFFF; font-family: 'ヒラギノ角ゴ W6 JIS2004','M3-W6'; font-size: 28px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 990px){
.sd[data-s-c21178a9-566a-423a-bcd2-6e39a2c1f930] { display: none; }
}
@media screen and (max-width: 690px){
.sd[data-s-c21178a9-566a-423a-bcd2-6e39a2c1f930] { display: none; }
}
@media screen and (max-width: 360px){
.sd[data-s-c21178a9-566a-423a-bcd2-6e39a2c1f930] { display: none; }
}.sd[data-s-275d2f85-130a-4560-a303-a735438118a7] { color: #FFFFFF; display: none; font-family: 'ヒラギノ角ゴ W6 JIS2004','M3-W6'; font-size: 28px; font-weight: 400; height: auto; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 1280px){
.sd[data-s-275d2f85-130a-4560-a303-a735438118a7] { display: none; }
}
@media screen and (max-width: 990px){
.sd[data-s-275d2f85-130a-4560-a303-a735438118a7] { display: flex; }
}
@media screen and (max-width: 690px){
.sd[data-s-275d2f85-130a-4560-a303-a735438118a7] { display: flex; font-size: 20px; }
}
@media screen and (max-width: 360px){
.sd[data-s-275d2f85-130a-4560-a303-a735438118a7] { display: flex; }
}.sd[data-s-dded2f3b-2d30-46ce-b8eb-3492d9ba73e5] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-b774d26a-4b5f-44e7-bbac-771b11c0c765) * 0)); --gap-h-dded2f3b-2d30-46ce-b8eb-3492d9ba73e5: 16px; --gap-v-dded2f3b-2d30-46ce-b8eb-3492d9ba73e5: 0px; --gap-uuid: dded2f3b-2d30-46ce-b8eb-3492d9ba73e5; max-width: calc(100% - (var(--gap-h-b774d26a-4b5f-44e7-bbac-771b11c0c765) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-dded2f3b-2d30-46ce-b8eb-3492d9ba73e5] { align-content: stretch; align-items: stretch; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; --gap-h-dded2f3b-2d30-46ce-b8eb-3492d9ba73e5: 16px; --gap-v-dded2f3b-2d30-46ce-b8eb-3492d9ba73e5: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-dded2f3b-2d30-46ce-b8eb-3492d9ba73e5] { flex-direction: column; flex-wrap: nowrap; --gap-h-dded2f3b-2d30-46ce-b8eb-3492d9ba73e5: 0px; --gap-v-dded2f3b-2d30-46ce-b8eb-3492d9ba73e5: 16px; }
}.sd[data-s-83d5d31f-c193-436a-b8e2-f242a2f8d480] { align-content: center; align-items: center; background: #FFFFFF; border-radius: 10px; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 29px; justify-content: space-between; overflow-x: hidden; overflow-y: hidden; padding: 30px 0px 30px 0px; width: calc(38% - (var(--gap-h-dded2f3b-2d30-46ce-b8eb-3492d9ba73e5) * 0.62)); --gap-h-83d5d31f-c193-436a-b8e2-f242a2f8d480: 0px; --gap-v-83d5d31f-c193-436a-b8e2-f242a2f8d480: 29px; --gap-uuid: 83d5d31f-c193-436a-b8e2-f242a2f8d480; max-width: calc(38% - (var(--gap-h-dded2f3b-2d30-46ce-b8eb-3492d9ba73e5) * 0.62)); }
.sd[data-s-83d5d31f-c193-436a-b8e2-f242a2f8d480]:hover { background: #f0f4fa; --gap-h-83d5d31f-c193-436a-b8e2-f242a2f8d480: 0px; --gap-v-83d5d31f-c193-436a-b8e2-f242a2f8d480: 29px; }
@media screen and (max-width: 990px){
.sd[data-s-83d5d31f-c193-436a-b8e2-f242a2f8d480] { flex: none; width: calc(100% - (var(--gap-h-dded2f3b-2d30-46ce-b8eb-3492d9ba73e5) * 0)); --gap-h-83d5d31f-c193-436a-b8e2-f242a2f8d480: 0px; --gap-v-83d5d31f-c193-436a-b8e2-f242a2f8d480: 29px; max-width: calc(100% - (var(--gap-h-dded2f3b-2d30-46ce-b8eb-3492d9ba73e5) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-83d5d31f-c193-436a-b8e2-f242a2f8d480] { flex-direction: column; flex-wrap: nowrap; gap: 28px; padding: 32px 20px 16px 20px; --gap-h-83d5d31f-c193-436a-b8e2-f242a2f8d480: 0px; --gap-v-83d5d31f-c193-436a-b8e2-f242a2f8d480: 28px; }
}
@media screen and (max-width: 360px){
.sd[data-s-83d5d31f-c193-436a-b8e2-f242a2f8d480] { padding: 28px 12px 16px 12px; --gap-h-83d5d31f-c193-436a-b8e2-f242a2f8d480: 0px; --gap-v-83d5d31f-c193-436a-b8e2-f242a2f8d480: 29px; }
}.sd[data-s-485a0278-2aa0-4a1e-a34e-72fe4a92ad8c] { align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 50%; bottom: auto; filter: blur(40px); flex: none; flex-direction: column; height: 160px; justify-content: center; left: -19px; margin: 0 0 0 0; opacity: 0.1; position: absolute; right: auto; top: -47px; width: 160px; z-index: 0; max-width: 100%; --g-color-0: rgb(131, 214, 189); --g-position-0: 0%; --g-color-1: rgb(0, 102, 204); --g-position-1: 100%; --g-color-2: rgb(0, 102, 204); --g-position-2: 100%; --g-color-3: rgb(0, 102, 204); --g-position-3: 100%; --g-color-4: rgb(0, 102, 204); --g-position-4: 100%; --g-color-5: rgb(0, 102, 204); --g-position-5: 100%; --g-color-6: rgb(0, 102, 204); --g-position-6: 100%; --g-color-7: rgb(0, 102, 204); --g-position-7: 100%; --g-color-8: rgb(0, 102, 204); --g-position-8: 100%; --g-color-9: rgb(0, 102, 204); --g-position-9: 100%; --g-color-10: rgb(0, 102, 204); --g-position-10: 100%; --g-color-11: rgb(0, 102, 204); --g-position-11: 100%; --g-angle: 141.69deg; }
@media screen and (max-width: 690px){
.sd[data-s-485a0278-2aa0-4a1e-a34e-72fe4a92ad8c] { bottom: auto; display: flex; filter: blur(20px); left: -21px; right: auto; top: -18px; }
}
@media screen and (max-width: 360px){
.sd[data-s-485a0278-2aa0-4a1e-a34e-72fe4a92ad8c] { bottom: auto; display: flex; height: 137px; left: -73px; right: auto; top: 0px; width: 129px; max-width: 100%; }
}.sd[data-s-383f4608-a276-4ca4-8a2f-9a1db1c763df] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: center; padding: 0px; width: auto; --gap-h-383f4608-a276-4ca4-8a2f-9a1db1c763df: 8px; --gap-v-383f4608-a276-4ca4-8a2f-9a1db1c763df: 0px; --gap-uuid: 383f4608-a276-4ca4-8a2f-9a1db1c763df; max-width: 100%; }.sd[data-s-5d58aa2c-d7dd-4085-a79a-dab3e35cdeb7] { align-items: center; flex: none; flex-direction: column; height: 28px; justify-content: center; margin: 0px 0px 0px 0px; width: 28px; max-width: 100%; }
.sd[data-s-5d58aa2c-d7dd-4085-a79a-dab3e35cdeb7]:before { background-repeat: no-repeat; background-size: contain; }
@media screen and (max-width: 1280px){
.sd[data-s-5d58aa2c-d7dd-4085-a79a-dab3e35cdeb7] { flex: none; height: 26px; width: 26px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-5d58aa2c-d7dd-4085-a79a-dab3e35cdeb7] { flex: none; height: 20px; margin: 0px 0px 0px -8px; width: 20px; max-width: calc(100% - -8px); }
}.sd[data-s-51dc86d7-4579-4185-af81-1d08d21a6b4f] { color: #003366; flex: none; font-family: 'ヒラギノ角ゴ W6 JIS2004','M3-W6'; font-size: 24px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.2; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-51dc86d7-4579-4185-af81-1d08d21a6b4f] { font-size: 18px; }
}.sd[data-s-fedf2d51-34c7-4e78-bfdb-e01f5f391a86] { color: #435266; font-family: system-ui, -apple-system, 'Helvetica Neue', sans-serif,'ヒラギノ角ゴ W4 JIS2004','M3-W4'; font-size: 15px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.01em; line-height: 1.7; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-fedf2d51-34c7-4e78-bfdb-e01f5f391a86] { font-size: 13px; text-align: center; justify-content: center; }
}.sd[data-s-9d3c0093-63eb-4271-9b92-ecb6ed72c037] { align-content: center; align-items: center; background: #FFFFFF; border-bottom: 1px solid #003366; border-left: 1px solid #003366; border-radius: 999px; border-right: 1px solid #003366; border-top: 1px solid #003366; flex-direction: row; flex-wrap: nowrap; gap: 24px; justify-content: center; padding: 6px 6px 6px 32px; --gap-h-9d3c0093-63eb-4271-9b92-ecb6ed72c037: 24px; --gap-v-9d3c0093-63eb-4271-9b92-ecb6ed72c037: 0px; --gap-uuid: 9d3c0093-63eb-4271-9b92-ecb6ed72c037; }
.sd[data-s-83d5d31f-c193-436a-b8e2-f242a2f8d480]:hover .sd[data-s-9d3c0093-63eb-4271-9b92-ecb6ed72c037]:hover { opacity: 1; --gap-h-9d3c0093-63eb-4271-9b92-ecb6ed72c037: 24px; --gap-v-9d3c0093-63eb-4271-9b92-ecb6ed72c037: 0px; }.sd[data-s-a60328d3-a9aa-498c-be7a-5faca56e636b] { color: #003366; font-family: 'ヒラギノ角ゴ W6 JIS2004','M3-W6'; font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-f818b615-90a1-4661-92a2-dd75cd00bf57] { align-content: center; align-items: center; background: rgba(10, 65, 160, 0.2); border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 40px; justify-content: center; padding: 6px; width: 40px; --gap-h-f818b615-90a1-4661-92a2-dd75cd00bf57: 0px; --gap-v-f818b615-90a1-4661-92a2-dd75cd00bf57: 20px; --gap-uuid: f818b615-90a1-4661-92a2-dd75cd00bf57; max-width: 100%; }
.sd[data-s-9d3c0093-63eb-4271-9b92-ecb6ed72c037]:hover .sd[data-s-f818b615-90a1-4661-92a2-dd75cd00bf57] { padding: 2px; --gap-h-f818b615-90a1-4661-92a2-dd75cd00bf57: 0px; --gap-v-f818b615-90a1-4661-92a2-dd75cd00bf57: 20px; }.sd[data-s-304b31d6-d6a1-42a4-b1f9-9d9cce6da624] { background: #0a41a0ff; border-radius: 50%; color: #FFFFFF; flex: none; font-size: 12px; height: calc(100% - (var(--gap-v-f818b615-90a1-4661-92a2-dd75cd00bf57) * 0)); padding: 4px; width: calc(100% - (var(--gap-h-f818b615-90a1-4661-92a2-dd75cd00bf57) * 0)); max-width: calc(100% - (var(--gap-h-f818b615-90a1-4661-92a2-dd75cd00bf57) * 0)); }
.sd[data-s-9d3c0093-63eb-4271-9b92-ecb6ed72c037]:hover .sd[data-s-304b31d6-d6a1-42a4-b1f9-9d9cce6da624] { flex: none; }.sd[data-s-a1cbcacb-56ac-4027-b21e-d5fa441e690b] { align-content: center; align-items: center; background: #FFFFFF; border-radius: 10px; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: center; overflow-x: hidden; overflow-y: hidden; padding: 30px 45px; width: calc(62% - (var(--gap-h-dded2f3b-2d30-46ce-b8eb-3492d9ba73e5) * 0.37999999999999995)); --gap-h-a1cbcacb-56ac-4027-b21e-d5fa441e690b: 20px; --gap-v-a1cbcacb-56ac-4027-b21e-d5fa441e690b: 0px; --gap-uuid: a1cbcacb-56ac-4027-b21e-d5fa441e690b; max-width: calc(62% - (var(--gap-h-dded2f3b-2d30-46ce-b8eb-3492d9ba73e5) * 0.37999999999999995)); }
.sd[data-s-a1cbcacb-56ac-4027-b21e-d5fa441e690b]:hover { background: #f0f4fa; --gap-h-a1cbcacb-56ac-4027-b21e-d5fa441e690b: 20px; --gap-v-a1cbcacb-56ac-4027-b21e-d5fa441e690b: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-a1cbcacb-56ac-4027-b21e-d5fa441e690b] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; --gap-h-a1cbcacb-56ac-4027-b21e-d5fa441e690b: 20px; --gap-v-a1cbcacb-56ac-4027-b21e-d5fa441e690b: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-a1cbcacb-56ac-4027-b21e-d5fa441e690b] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; width: calc(100% - (var(--gap-h-dded2f3b-2d30-46ce-b8eb-3492d9ba73e5) * 0)); --gap-h-a1cbcacb-56ac-4027-b21e-d5fa441e690b: 20px; --gap-v-a1cbcacb-56ac-4027-b21e-d5fa441e690b: 0px; max-width: calc(100% - (var(--gap-h-dded2f3b-2d30-46ce-b8eb-3492d9ba73e5) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-a1cbcacb-56ac-4027-b21e-d5fa441e690b] { flex-direction: row; flex-wrap: nowrap; gap: 12px; padding: 32px 20px; --gap-h-a1cbcacb-56ac-4027-b21e-d5fa441e690b: 12px; --gap-v-a1cbcacb-56ac-4027-b21e-d5fa441e690b: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-a1cbcacb-56ac-4027-b21e-d5fa441e690b] { flex-direction: column; flex-wrap: nowrap; padding: 28px 10px; --gap-h-a1cbcacb-56ac-4027-b21e-d5fa441e690b: 0px; --gap-v-a1cbcacb-56ac-4027-b21e-d5fa441e690b: 20px; }
}.sd[data-s-a0ab2640-0ae7-4dad-9eb1-f6d4b1a74f64] { align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 50%; bottom: -15px; filter: blur(40px); flex: none; flex-direction: column; height: 160px; justify-content: center; left: auto; margin: 0 0 0 0; opacity: 0.1; position: absolute; right: -18px; top: auto; width: 160px; z-index: 0; max-width: 100%; --g-color-0: rgb(131, 214, 189); --g-position-0: 0%; --g-color-1: rgb(0, 102, 204); --g-position-1: 100%; --g-color-2: rgb(0, 102, 204); --g-position-2: 100%; --g-color-3: rgb(0, 102, 204); --g-position-3: 100%; --g-color-4: rgb(0, 102, 204); --g-position-4: 100%; --g-color-5: rgb(0, 102, 204); --g-position-5: 100%; --g-color-6: rgb(0, 102, 204); --g-position-6: 100%; --g-color-7: rgb(0, 102, 204); --g-position-7: 100%; --g-color-8: rgb(0, 102, 204); --g-position-8: 100%; --g-color-9: rgb(0, 102, 204); --g-position-9: 100%; --g-color-10: rgb(0, 102, 204); --g-position-10: 100%; --g-color-11: rgb(0, 102, 204); --g-position-11: 100%; --g-angle: 141.69deg; }
@media screen and (max-width: 690px){
.sd[data-s-a0ab2640-0ae7-4dad-9eb1-f6d4b1a74f64] { bottom: 12px; display: flex; filter: blur(20px); left: auto; right: -10px; top: auto; }
}
@media screen and (max-width: 360px){
.sd[data-s-a0ab2640-0ae7-4dad-9eb1-f6d4b1a74f64] { bottom: 0px; display: flex; height: 151px; left: auto; right: -89px; top: auto; width: 145px; max-width: 100%; }
}.sd[data-s-26ef91cd-367a-4eaf-b613-4a8662f79587] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 20px; justify-content: space-between; padding: 0px; --gap-h-26ef91cd-367a-4eaf-b613-4a8662f79587: 0px; --gap-v-26ef91cd-367a-4eaf-b613-4a8662f79587: 20px; --gap-uuid: 26ef91cd-367a-4eaf-b613-4a8662f79587; }
@media screen and (max-width: 1280px){
.sd[data-s-26ef91cd-367a-4eaf-b613-4a8662f79587] { align-content: center; align-items: center; flex-direction: column; justify-content: center; --gap-h-26ef91cd-367a-4eaf-b613-4a8662f79587: 0px; --gap-v-26ef91cd-367a-4eaf-b613-4a8662f79587: 20px; }
}
@media screen and (max-width: 990px){
.sd[data-s-26ef91cd-367a-4eaf-b613-4a8662f79587] { align-content: center; align-items: center; flex-direction: column; justify-content: flex-start; --gap-h-26ef91cd-367a-4eaf-b613-4a8662f79587: 0px; --gap-v-26ef91cd-367a-4eaf-b613-4a8662f79587: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-26ef91cd-367a-4eaf-b613-4a8662f79587] { flex-direction: column; gap: 12px; --gap-h-26ef91cd-367a-4eaf-b613-4a8662f79587: 0px; --gap-v-26ef91cd-367a-4eaf-b613-4a8662f79587: 12px; }
}.sd[data-s-80ce14f9-bfbc-4cac-ba31-addd844e6102] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: auto; justify-content: center; padding: 0px; width: auto; --gap-h-80ce14f9-bfbc-4cac-ba31-addd844e6102: 60px; --gap-v-80ce14f9-bfbc-4cac-ba31-addd844e6102: 0px; --gap-uuid: 80ce14f9-bfbc-4cac-ba31-addd844e6102; max-width: 100%; }.sd[data-s-f8736b2d-8ca7-414d-8d55-787ed20aed59] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-80ce14f9-bfbc-4cac-ba31-addd844e6102) * 0)); --gap-h-f8736b2d-8ca7-414d-8d55-787ed20aed59: 8px; --gap-v-f8736b2d-8ca7-414d-8d55-787ed20aed59: 0px; --gap-uuid: f8736b2d-8ca7-414d-8d55-787ed20aed59; max-width: calc(100% - (var(--gap-h-80ce14f9-bfbc-4cac-ba31-addd844e6102) * 0)); }.sd[data-s-83cb7057-7dfa-49ee-8e22-ebc93500635a] { align-items: center; flex: none; flex-direction: column; height: 28px; justify-content: center; margin: 0px 0px 0px 0px; width: 28px; max-width: 100%; }
.sd[data-s-83cb7057-7dfa-49ee-8e22-ebc93500635a]:before { background-repeat: no-repeat; background-size: contain; }
@media screen and (max-width: 1280px){
.sd[data-s-83cb7057-7dfa-49ee-8e22-ebc93500635a] { flex: none; height: 26px; width: 26px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-83cb7057-7dfa-49ee-8e22-ebc93500635a] { flex: none; height: 20px; margin: 0px 0px 0px -8px; width: 20px; max-width: calc(100% - -8px); }
}.sd[data-s-d2c44ccc-b91c-47c9-9aff-cb883ff4b443] { color: #003366; flex: none; font-family: 'ヒラギノ角ゴ W6 JIS2004','M3-W6'; font-size: 24px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.2; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-d2c44ccc-b91c-47c9-9aff-cb883ff4b443] { font-size: 18px; }
}.sd[data-s-fa272acc-c241-44be-aea3-5e5052ab5504] { color: #435266; font-family: system-ui, -apple-system, 'Helvetica Neue', sans-serif,'ヒラギノ角ゴ W4 JIS2004','M3-W4'; font-size: 15px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.01em; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 1280px){
.sd[data-s-fa272acc-c241-44be-aea3-5e5052ab5504] { text-align: center; justify-content: center; }
}
@media screen and (max-width: 690px){
.sd[data-s-fa272acc-c241-44be-aea3-5e5052ab5504] { font-size: 13px; text-align: center; justify-content: center; }
}
@media screen and (max-width: 360px){
.sd[data-s-fa272acc-c241-44be-aea3-5e5052ab5504] { display: none; }
}.sd[data-s-95e4c2cd-86c2-40b3-97a9-4e25f022f290] { color: #435266; display: none; font-family: system-ui, -apple-system, 'Helvetica Neue', sans-serif,'ヒラギノ角ゴ W4 JIS2004','M3-W4'; font-size: 15px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.01em; line-height: 1.4; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 1280px){
.sd[data-s-95e4c2cd-86c2-40b3-97a9-4e25f022f290] { display: none; text-align: center; justify-content: center; }
}
@media screen and (max-width: 990px){
.sd[data-s-95e4c2cd-86c2-40b3-97a9-4e25f022f290] { display: none; }
}
@media screen and (max-width: 690px){
.sd[data-s-95e4c2cd-86c2-40b3-97a9-4e25f022f290] { display: none; font-size: 13px; text-align: center; justify-content: center; }
}
@media screen and (max-width: 360px){
.sd[data-s-95e4c2cd-86c2-40b3-97a9-4e25f022f290] { display: flex; }
}.sd[data-s-5ceaaa0d-40d3-4259-bb4f-0b187e6653d4] { display: none; height: auto; width: calc(50% - (var(--gap-h-26ef91cd-367a-4eaf-b613-4a8662f79587) * 0.5)); max-width: calc(50% - (var(--gap-h-26ef91cd-367a-4eaf-b613-4a8662f79587) * 0.5)); }
@media screen and (max-width: 1280px){
.sd[data-s-5ceaaa0d-40d3-4259-bb4f-0b187e6653d4] { display: none; }
}
@media screen and (max-width: 990px){
.sd[data-s-5ceaaa0d-40d3-4259-bb4f-0b187e6653d4] { display: flex; flex: none; width: calc(70% - (var(--gap-h-26ef91cd-367a-4eaf-b613-4a8662f79587) * 0.3)); max-width: calc(70% - (var(--gap-h-26ef91cd-367a-4eaf-b613-4a8662f79587) * 0.3)); }
}
@media screen and (max-width: 690px){
.sd[data-s-5ceaaa0d-40d3-4259-bb4f-0b187e6653d4] { display: flex; }
}
@media screen and (max-width: 360px){
.sd[data-s-5ceaaa0d-40d3-4259-bb4f-0b187e6653d4] { display: flex; }
}.sd[data-s-9a177f17-183d-4135-bd83-1a35d03c4004] { align-items: center; background: #fac03e; border-bottom: 0px solid #003366; border-left: 0px solid #003366; border-radius: 38px; border-right: 0px solid #003366; border-top: 0px solid #003366; flex: none; flex-direction: row; flex-wrap: wrap; gap: 14px; height: auto; justify-content: center; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 16px 28px; width: auto; --gap-h-9a177f17-183d-4135-bd83-1a35d03c4004: 14px; --gap-v-9a177f17-183d-4135-bd83-1a35d03c4004: 14px; --gap-uuid: 9a177f17-183d-4135-bd83-1a35d03c4004; max-width: 100%; }
.sd[data-s-a1cbcacb-56ac-4027-b21e-d5fa441e690b]:hover .sd[data-s-9a177f17-183d-4135-bd83-1a35d03c4004]:hover { opacity: 1; --gap-h-9a177f17-183d-4135-bd83-1a35d03c4004: 14px; --gap-v-9a177f17-183d-4135-bd83-1a35d03c4004: 14px; }
@media screen and (max-width: 690px){
.sd[data-s-9a177f17-183d-4135-bd83-1a35d03c4004] { flex: none; --gap-h-9a177f17-183d-4135-bd83-1a35d03c4004: 14px; --gap-v-9a177f17-183d-4135-bd83-1a35d03c4004: 14px; }
}
@media screen and (max-width: 360px){
.sd[data-s-9a177f17-183d-4135-bd83-1a35d03c4004] { flex: none; flex-direction: row; flex-wrap: nowrap; width: calc(100% - (var(--gap-h-26ef91cd-367a-4eaf-b613-4a8662f79587) * 0)); --gap-h-9a177f17-183d-4135-bd83-1a35d03c4004: 14px; --gap-v-9a177f17-183d-4135-bd83-1a35d03c4004: 0px; max-width: calc(100% - (var(--gap-h-26ef91cd-367a-4eaf-b613-4a8662f79587) * 0)); }
}.sd[data-s-32cc2636-2b51-4c36-8bca-a9b8ee4ba269] { background: #121F32; flex: none; height: calc(230% - (var(--gap-v-9a177f17-183d-4135-bd83-1a35d03c4004) * -1.3000000000000003)); left: -22px; margin: 0 0 0 0; position: absolute; rotate: 10deg; top: -66px; transition-timing-function: ease; width: 0px; z-index: 0; max-width: 100%; }
.sd[data-s-9a177f17-183d-4135-bd83-1a35d03c4004]:hover .sd[data-s-32cc2636-2b51-4c36-8bca-a9b8ee4ba269] { background: #022348; bottom: -59px; flex: none; height: calc(230% - (var(--gap-v-9a177f17-183d-4135-bd83-1a35d03c4004) * -1.3000000000000003)); left: -33px; right: -87px; top: -50px; width: calc(120% - (var(--gap-h-9a177f17-183d-4135-bd83-1a35d03c4004) * -0.19999999999999996)); max-width: calc(120% - (var(--gap-h-9a177f17-183d-4135-bd83-1a35d03c4004) * -0.19999999999999996)); }.sd[data-s-62762a1f-8647-4862-9f2c-4dbf8fb7085a] { color: #003366ff; font-size: 24px; }
.sd[data-s-9a177f17-183d-4135-bd83-1a35d03c4004]:hover .sd[data-s-62762a1f-8647-4862-9f2c-4dbf8fb7085a] { color: #FFFFFF; }.sd[data-s-5b08aad9-5ece-44e3-bfcf-c270b7340ebc] { color: #003366ff; flex: none; font-family: 'ヒラギノ角ゴ W6 JIS2004','M3-W6'; font-size: 16px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0.02em; line-height: 1.05; margin: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-9a177f17-183d-4135-bd83-1a35d03c4004]:hover .sd[data-s-5b08aad9-5ece-44e3-bfcf-c270b7340ebc] { color: #FFFFFF; }
@media screen and (max-width: 690px){
.sd[data-s-5b08aad9-5ece-44e3-bfcf-c270b7340ebc] { font-size: 15px; }
}.sd[data-s-cb0a58df-191f-4f01-b706-1d7d11a1ff35] { flex: none; height: 166px; width: auto; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-cb0a58df-191f-4f01-b706-1d7d11a1ff35] { flex: none; height: 130px; max-width: 100%; }
}
@media screen and (max-width: 990px){
.sd[data-s-cb0a58df-191f-4f01-b706-1d7d11a1ff35] { display: none; }
}
@media screen and (max-width: 690px){
.sd[data-s-cb0a58df-191f-4f01-b706-1d7d11a1ff35] { display: none; }
}
@media screen and (max-width: 360px){
.sd[data-s-cb0a58df-191f-4f01-b706-1d7d11a1ff35] { display: none; }
}

.sd[data-s-ff758d0d-bd91-4aa1-ab23-2d79a92c33ff] { align-content: stretch; align-items: stretch; background: rgba(255, 255, 255, 0); flex: none; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: flex-start; margin: 0px 0px 0px 0px; padding: 0px; width: 100%; z-index: 1; max-width: 100%; }.sd[data-s-570ca173-eb01-4251-bbe2-1883d5757fcb] { align-content: center; align-items: center; background: rgba(0,0,0,0.0); flex: 1; flex-direction: row; flex-wrap: nowrap; justify-content: center; margin: 0px -20px 0px 0px; padding: 0px; width: auto; max-width: calc(100% - -20px); }
@media screen and (max-width: 1280px){
.sd[data-s-570ca173-eb01-4251-bbe2-1883d5757fcb] { display: flex; }
}
@media screen and (max-width: 990px){
.sd[data-s-570ca173-eb01-4251-bbe2-1883d5757fcb] { display: none; }
}
@media screen and (max-width: 690px){
.sd[data-s-570ca173-eb01-4251-bbe2-1883d5757fcb] { display: none; }
}
@media screen and (max-width: 360px){
.sd[data-s-570ca173-eb01-4251-bbe2-1883d5757fcb] { display: flex; }
}.sd[data-s-46a30358-fb4b-4eda-81b9-69b432a29af6] { background: rgba(0,0,0,0.0); flex: 1; height: 100%; margin: 0px 0px 0px 0px; width: auto; z-index: -3; max-width: 100%; }.sd[data-s-fd591d41-11a1-4d9e-af7c-22551c253b00] { align-content: stretch; align-items: stretch; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; justify-content: space-between; margin: 0px 20px; padding: 0px; width: 1360px; --gap-h-fd591d41-11a1-4d9e-af7c-22551c253b00: 40px; --gap-v-fd591d41-11a1-4d9e-af7c-22551c253b00: 0px; --gap-uuid: fd591d41-11a1-4d9e-af7c-22551c253b00; max-width: calc(100% - 40px); }
@media screen and (max-width: 1280px){
.sd[data-s-fd591d41-11a1-4d9e-af7c-22551c253b00] { flex-direction: row; flex-wrap: nowrap; gap: 32px; --gap-h-fd591d41-11a1-4d9e-af7c-22551c253b00: 32px; --gap-v-fd591d41-11a1-4d9e-af7c-22551c253b00: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-fd591d41-11a1-4d9e-af7c-22551c253b00] { flex-direction: column-reverse; flex-wrap: nowrap; gap: 56px; --gap-h-fd591d41-11a1-4d9e-af7c-22551c253b00: 0px; --gap-v-fd591d41-11a1-4d9e-af7c-22551c253b00: 56px; }
}
@media screen and (max-width: 690px){
.sd[data-s-fd591d41-11a1-4d9e-af7c-22551c253b00] { gap: 0px; margin: 0px 8px; --gap-h-fd591d41-11a1-4d9e-af7c-22551c253b00: 0px; --gap-v-fd591d41-11a1-4d9e-af7c-22551c253b00: 0px; max-width: calc(100% - 16px); }
}.sd[data-s-d4666b20-6090-443a-8961-4e57bea2b293] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 508px; justify-content: space-between; padding: 80px 0px 20px 0px; --gap-h-d4666b20-6090-443a-8961-4e57bea2b293: 0px; --gap-v-d4666b20-6090-443a-8961-4e57bea2b293: 0px; --gap-uuid: d4666b20-6090-443a-8961-4e57bea2b293; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-d4666b20-6090-443a-8961-4e57bea2b293] { padding: 64px 0px 20px 0px; --gap-h-d4666b20-6090-443a-8961-4e57bea2b293: 0px; --gap-v-d4666b20-6090-443a-8961-4e57bea2b293: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-d4666b20-6090-443a-8961-4e57bea2b293] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: space-between; padding: 0px 0px 12px 0px; --gap-h-d4666b20-6090-443a-8961-4e57bea2b293: 16px; --gap-v-d4666b20-6090-443a-8961-4e57bea2b293: 0px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-d4666b20-6090-443a-8961-4e57bea2b293] { background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; padding: 48px 0px 8px 0px; --gap-h-d4666b20-6090-443a-8961-4e57bea2b293: 0px; --gap-v-d4666b20-6090-443a-8961-4e57bea2b293: 0px; }
}.sd[data-s-2fb5f936-f05f-4774-995f-49d7f2b5a7b7] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: auto; justify-content: flex-start; padding: 0px; --gap-h-2fb5f936-f05f-4774-995f-49d7f2b5a7b7: 0px; --gap-v-2fb5f936-f05f-4774-995f-49d7f2b5a7b7: 40px; --gap-uuid: 2fb5f936-f05f-4774-995f-49d7f2b5a7b7; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-2fb5f936-f05f-4774-995f-49d7f2b5a7b7] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; justify-content: flex-start; --gap-h-2fb5f936-f05f-4774-995f-49d7f2b5a7b7: 0px; --gap-v-2fb5f936-f05f-4774-995f-49d7f2b5a7b7: 16px; }
}
@media screen and (max-width: 690px){
.sd[data-s-2fb5f936-f05f-4774-995f-49d7f2b5a7b7] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; --gap-h-2fb5f936-f05f-4774-995f-49d7f2b5a7b7: 0px; --gap-v-2fb5f936-f05f-4774-995f-49d7f2b5a7b7: 40px; }
}.sd[data-s-8bd30782-e688-47d0-b2f2-d6c65f6d2d70] { flex: none; height: 64px; width: auto; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-8bd30782-e688-47d0-b2f2-d6c65f6d2d70] { flex: none; height: 48px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-8bd30782-e688-47d0-b2f2-d6c65f6d2d70] { flex: none; height: 44px; margin: 0px 0px 0px -16px; max-width: calc(100% - -16px); }
}.sd[data-s-30cf93b3-e964-4ed5-8bb1-32cb08a76de5] { color: #435266; font-family: var(--s-font-b082636f); font-size: 14px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0em; line-height: 2; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-30cf93b3-e964-4ed5-8bb1-32cb08a76de5] { font-size: 12px; }
}
@media screen and (max-width: 690px){
.sd[data-s-30cf93b3-e964-4ed5-8bb1-32cb08a76de5] { font-size: 13px; text-align: center; justify-content: center; }
}.sd[data-s-a07babd8-1a2c-436c-acc4-bf289f46ba23] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 12px; justify-content: flex-start; padding: 0px; --gap-h-a07babd8-1a2c-436c-acc4-bf289f46ba23: 0px; --gap-v-a07babd8-1a2c-436c-acc4-bf289f46ba23: 12px; --gap-uuid: a07babd8-1a2c-436c-acc4-bf289f46ba23; }
@media screen and (max-width: 990px){
.sd[data-s-a07babd8-1a2c-436c-acc4-bf289f46ba23] { align-content: flex-end; align-items: flex-end; justify-content: flex-start; --gap-h-a07babd8-1a2c-436c-acc4-bf289f46ba23: 0px; --gap-v-a07babd8-1a2c-436c-acc4-bf289f46ba23: 12px; }
}
@media screen and (max-width: 690px){
.sd[data-s-a07babd8-1a2c-436c-acc4-bf289f46ba23] { align-content: center; align-items: center; gap: 24px; justify-content: flex-start; --gap-h-a07babd8-1a2c-436c-acc4-bf289f46ba23: 0px; --gap-v-a07babd8-1a2c-436c-acc4-bf289f46ba23: 24px; }
}.sd[data-s-922b8a39-e8ba-468f-beb8-b4461fa371d8] { align-content: center; align-items: center; flex-direction: row; flex-wrap: wrap; gap: 8px; justify-content: center; padding: 0px; --gap-h-922b8a39-e8ba-468f-beb8-b4461fa371d8: 8px; --gap-v-922b8a39-e8ba-468f-beb8-b4461fa371d8: 8px; --gap-uuid: 922b8a39-e8ba-468f-beb8-b4461fa371d8; }.sd[data-s-11d363b1-ed0a-420c-b97d-a4454d361cda] { flex: none; height: 128px; margin: 0px 0px 0px -12px; width: auto; max-width: calc(100% - -12px); }
@media screen and (max-width: 990px){
.sd[data-s-11d363b1-ed0a-420c-b97d-a4454d361cda] { margin: 0px 0px 0px 0px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-11d363b1-ed0a-420c-b97d-a4454d361cda] { flex: none; height: 112px; max-width: 100%; }
}.sd[data-s-960adc40-76e9-465c-854f-4d8880130b01] { flex: none; height: 120px; width: auto; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-960adc40-76e9-465c-854f-4d8880130b01] { flex: none; height: 104px; max-width: 100%; }
}.sd[data-s-558fc572-e413-4020-b0ec-b267b8a71ea0] { color: #003366; font-family: var(--s-font-6c87f3c1); font-size: 12px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0em; line-height: 1.6; text-align: justify; width: auto; max-width: 100%; justify-content: space-between; }
@media screen and (max-width: 690px){
.sd[data-s-558fc572-e413-4020-b0ec-b267b8a71ea0] { font-size: 10px; }
}.sd[data-s-560a581a-0941-4793-bd86-635e392dafdd] { align-content: flex-start; align-items: flex-start; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 40px 0px 0px 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; justify-content: flex-start; padding: 80px 40px 20px 80px; --gap-h-560a581a-0941-4793-bd86-635e392dafdd: 0px; --gap-v-560a581a-0941-4793-bd86-635e392dafdd: 64px; --gap-uuid: 560a581a-0941-4793-bd86-635e392dafdd; --g-color-0: #003366; --g-position-0: 0%; --g-color-1: #00264d; --g-position-1: 100%; --g-color-2: #00264d; --g-position-2: 100%; --g-color-3: #00264d; --g-position-3: 100%; --g-color-4: #00264d; --g-position-4: 100%; --g-color-5: #00264d; --g-position-5: 100%; --g-color-6: #00264d; --g-position-6: 100%; --g-color-7: #00264d; --g-position-7: 100%; --g-color-8: #00264d; --g-position-8: 100%; --g-color-9: #00264d; --g-position-9: 100%; --g-color-10: #00264d; --g-position-10: 100%; --g-color-11: #00264d; --g-position-11: 100%; --g-angle: 180deg; }
@media screen and (max-width: 1280px){
.sd[data-s-560a581a-0941-4793-bd86-635e392dafdd] { padding: 64px 40px 20px 40px; --gap-h-560a581a-0941-4793-bd86-635e392dafdd: 0px; --gap-v-560a581a-0941-4793-bd86-635e392dafdd: 64px; }
}
@media screen and (max-width: 990px){
.sd[data-s-560a581a-0941-4793-bd86-635e392dafdd] { border-radius: 30px 0px 0px 30px; margin: 0px -20px 0px 0px; --gap-h-560a581a-0941-4793-bd86-635e392dafdd: 0px; --gap-v-560a581a-0941-4793-bd86-635e392dafdd: 64px; max-width: calc(100% - -20px); }
}
@media screen and (max-width: 690px){
.sd[data-s-560a581a-0941-4793-bd86-635e392dafdd] { border-radius: 20px 0px 0px 20px; flex-direction: row; flex-wrap: wrap; gap: 40px; margin: 0px -8px 0px 0px; padding: 40px 28px 64px 20px; --gap-h-560a581a-0941-4793-bd86-635e392dafdd: 40px; --gap-v-560a581a-0941-4793-bd86-635e392dafdd: 40px; max-width: calc(100% - -8px); }
}
@media screen and (max-width: 360px){
.sd[data-s-560a581a-0941-4793-bd86-635e392dafdd] { padding: 40px 20px 64px 12px; --gap-h-560a581a-0941-4793-bd86-635e392dafdd: 0px; --gap-v-560a581a-0941-4793-bd86-635e392dafdd: 64px; }
}.sd[data-s-1924527f-6af5-4b69-9a62-0bd63f231ee5] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: nowrap; gap: 80px; justify-content: flex-start; padding: 0px; --gap-h-1924527f-6af5-4b69-9a62-0bd63f231ee5: 80px; --gap-v-1924527f-6af5-4b69-9a62-0bd63f231ee5: 0px; --gap-uuid: 1924527f-6af5-4b69-9a62-0bd63f231ee5; }
@media screen and (max-width: 1280px){
.sd[data-s-1924527f-6af5-4b69-9a62-0bd63f231ee5] { gap: 28px; --gap-h-1924527f-6af5-4b69-9a62-0bd63f231ee5: 28px; --gap-v-1924527f-6af5-4b69-9a62-0bd63f231ee5: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-1924527f-6af5-4b69-9a62-0bd63f231ee5] { gap: 40px; --gap-h-1924527f-6af5-4b69-9a62-0bd63f231ee5: 40px; --gap-v-1924527f-6af5-4b69-9a62-0bd63f231ee5: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-1924527f-6af5-4b69-9a62-0bd63f231ee5] { flex-direction: row; flex-wrap: wrap; gap: 40px 8px; --gap-h-1924527f-6af5-4b69-9a62-0bd63f231ee5: 8px; --gap-v-1924527f-6af5-4b69-9a62-0bd63f231ee5: 40px; }
}.sd[data-s-62dc2ffb-8d26-4cd1-a452-00d50a4fc994] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: nowrap; gap: 80px; justify-content: flex-start; padding: 0px; --gap-h-62dc2ffb-8d26-4cd1-a452-00d50a4fc994: 80px; --gap-v-62dc2ffb-8d26-4cd1-a452-00d50a4fc994: 0px; --gap-uuid: 62dc2ffb-8d26-4cd1-a452-00d50a4fc994; }
@media screen and (max-width: 690px){
.sd[data-s-62dc2ffb-8d26-4cd1-a452-00d50a4fc994] { flex: none; width: calc(100% - (var(--gap-h-1924527f-6af5-4b69-9a62-0bd63f231ee5) * 0)); --gap-h-62dc2ffb-8d26-4cd1-a452-00d50a4fc994: 80px; --gap-v-62dc2ffb-8d26-4cd1-a452-00d50a4fc994: 0px; max-width: calc(100% - (var(--gap-h-1924527f-6af5-4b69-9a62-0bd63f231ee5) * 0)); }
}.sd[data-s-1a17b527-cc33-43f9-bcbc-1743d7f85d3c] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 16px; justify-content: flex-start; padding: 0px; --gap-h-1a17b527-cc33-43f9-bcbc-1743d7f85d3c: 0px; --gap-v-1a17b527-cc33-43f9-bcbc-1743d7f85d3c: 16px; --gap-uuid: 1a17b527-cc33-43f9-bcbc-1743d7f85d3c; }
@media screen and (max-width: 690px){
.sd[data-s-1a17b527-cc33-43f9-bcbc-1743d7f85d3c] { flex-direction: row; flex-wrap: wrap; gap: 16px 8px; width: calc(100% - (var(--gap-h-62dc2ffb-8d26-4cd1-a452-00d50a4fc994) * 0)); --gap-h-1a17b527-cc33-43f9-bcbc-1743d7f85d3c: 8px; --gap-v-1a17b527-cc33-43f9-bcbc-1743d7f85d3c: 16px; max-width: calc(100% - (var(--gap-h-62dc2ffb-8d26-4cd1-a452-00d50a4fc994) * 0)); }
}.sd[data-s-8c36e5e0-0b0f-47e3-a4f5-19ba75d3bd65] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }
@media screen and (max-width: 690px){
.sd[data-s-8c36e5e0-0b0f-47e3-a4f5-19ba75d3bd65] { align-content: flex-start; align-items: flex-start; flex: none; justify-content: flex-start; width: calc(50% - (var(--gap-h-1a17b527-cc33-43f9-bcbc-1743d7f85d3c) * 0.5)); max-width: calc(50% - (var(--gap-h-1a17b527-cc33-43f9-bcbc-1743d7f85d3c) * 0.5)); }
}.sd[data-s-7e1b99bd-d47f-4c90-8066-7969c5438e1d] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-7e1b99bd-d47f-4c90-8066-7969c5438e1d: 4px; --gap-v-7e1b99bd-d47f-4c90-8066-7969c5438e1d: 0px; --gap-uuid: 7e1b99bd-d47f-4c90-8066-7969c5438e1d; }
.sd[data-s-7e1b99bd-d47f-4c90-8066-7969c5438e1d]:hover { opacity: 0.7; --gap-h-7e1b99bd-d47f-4c90-8066-7969c5438e1d: 4px; --gap-v-7e1b99bd-d47f-4c90-8066-7969c5438e1d: 0px; }.sd[data-s-57f80959-8bb7-45d7-986c-b6080b93a935] { color: #FFFFFF; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 1280px){
.sd[data-s-57f80959-8bb7-45d7-986c-b6080b93a935] { font-size: 15px; }
}
@media screen and (max-width: 690px){
.sd[data-s-57f80959-8bb7-45d7-986c-b6080b93a935] { font-size: 14px; }
}.sd[data-s-408c0b4f-fd8a-4896-8dfb-c18344a6b3c5] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }
@media screen and (max-width: 690px){
.sd[data-s-408c0b4f-fd8a-4896-8dfb-c18344a6b3c5] { align-content: center; align-items: center; flex: none; justify-content: flex-start; width: calc(50% - (var(--gap-h-1a17b527-cc33-43f9-bcbc-1743d7f85d3c) * 0.5)); max-width: calc(50% - (var(--gap-h-1a17b527-cc33-43f9-bcbc-1743d7f85d3c) * 0.5)); }
}.sd[data-s-2fa0f13b-5f59-4696-b7ce-faac71dc854a] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-2fa0f13b-5f59-4696-b7ce-faac71dc854a: 4px; --gap-v-2fa0f13b-5f59-4696-b7ce-faac71dc854a: 0px; --gap-uuid: 2fa0f13b-5f59-4696-b7ce-faac71dc854a; }
.sd[data-s-2fa0f13b-5f59-4696-b7ce-faac71dc854a]:hover { opacity: 0.7; --gap-h-2fa0f13b-5f59-4696-b7ce-faac71dc854a: 4px; --gap-v-2fa0f13b-5f59-4696-b7ce-faac71dc854a: 0px; }
@media screen and (max-width: 690px){
.sd[data-s-2fa0f13b-5f59-4696-b7ce-faac71dc854a] { font-size: 14px; --gap-h-2fa0f13b-5f59-4696-b7ce-faac71dc854a: 4px; --gap-v-2fa0f13b-5f59-4696-b7ce-faac71dc854a: 0px; }
}.sd[data-s-1d39cd3f-c60d-468e-802b-149b86dfde03] { color: #FFFFFF; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 1280px){
.sd[data-s-1d39cd3f-c60d-468e-802b-149b86dfde03] { font-size: 15px; }
}
@media screen and (max-width: 690px){
.sd[data-s-1d39cd3f-c60d-468e-802b-149b86dfde03] { font-size: 14px; }
}.sd[data-s-e50686ae-e110-4ad5-bca3-5c201a653ae0] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }
@media screen and (max-width: 690px){
.sd[data-s-e50686ae-e110-4ad5-bca3-5c201a653ae0] { align-content: center; align-items: center; flex: none; justify-content: flex-start; width: calc(50% - (var(--gap-h-1a17b527-cc33-43f9-bcbc-1743d7f85d3c) * 0.5)); max-width: calc(50% - (var(--gap-h-1a17b527-cc33-43f9-bcbc-1743d7f85d3c) * 0.5)); }
}.sd[data-s-2387a7b4-451f-4bff-9cb4-73539f4dd4f2] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-2387a7b4-451f-4bff-9cb4-73539f4dd4f2: 4px; --gap-v-2387a7b4-451f-4bff-9cb4-73539f4dd4f2: 0px; --gap-uuid: 2387a7b4-451f-4bff-9cb4-73539f4dd4f2; }
.sd[data-s-2387a7b4-451f-4bff-9cb4-73539f4dd4f2]:hover { opacity: 0.7; --gap-h-2387a7b4-451f-4bff-9cb4-73539f4dd4f2: 4px; --gap-v-2387a7b4-451f-4bff-9cb4-73539f4dd4f2: 0px; }.sd[data-s-6674803b-92f9-4ca5-9655-5f8bcc50a7bc] { color: #FFFFFF; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 1280px){
.sd[data-s-6674803b-92f9-4ca5-9655-5f8bcc50a7bc] { font-size: 15px; }
}
@media screen and (max-width: 690px){
.sd[data-s-6674803b-92f9-4ca5-9655-5f8bcc50a7bc] { font-size: 14px; }
}.sd[data-s-e9b27663-3d7a-4684-a55d-cd4e0e3fe54d] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }
@media screen and (max-width: 690px){
.sd[data-s-e9b27663-3d7a-4684-a55d-cd4e0e3fe54d] { align-content: center; align-items: center; display: flex; flex: none; justify-content: flex-start; width: calc(50% - (var(--gap-h-1a17b527-cc33-43f9-bcbc-1743d7f85d3c) * 0.5)); max-width: calc(50% - (var(--gap-h-1a17b527-cc33-43f9-bcbc-1743d7f85d3c) * 0.5)); }
}
@media screen and (max-width: 360px){
.sd[data-s-e9b27663-3d7a-4684-a55d-cd4e0e3fe54d] { display: flex; }
}.sd[data-s-4a7fd544-08e5-478b-8713-ed2f7c0cb7a9] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-4a7fd544-08e5-478b-8713-ed2f7c0cb7a9: 4px; --gap-v-4a7fd544-08e5-478b-8713-ed2f7c0cb7a9: 0px; --gap-uuid: 4a7fd544-08e5-478b-8713-ed2f7c0cb7a9; }
.sd[data-s-4a7fd544-08e5-478b-8713-ed2f7c0cb7a9]:hover { opacity: 0.7; --gap-h-4a7fd544-08e5-478b-8713-ed2f7c0cb7a9: 4px; --gap-v-4a7fd544-08e5-478b-8713-ed2f7c0cb7a9: 0px; }.sd[data-s-818cabcd-00e8-49df-a6c8-da6df17ce476] { color: #FFFFFF; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 1280px){
.sd[data-s-818cabcd-00e8-49df-a6c8-da6df17ce476] { font-size: 15px; }
}
@media screen and (max-width: 690px){
.sd[data-s-818cabcd-00e8-49df-a6c8-da6df17ce476] { font-size: 14px; }
}.sd[data-s-683bed1b-8ff4-4567-a29c-07fb3cae182d] { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-683bed1b-8ff4-4567-a29c-07fb3cae182d] { display: flex; }
}
@media screen and (max-width: 990px){
.sd[data-s-683bed1b-8ff4-4567-a29c-07fb3cae182d] { display: flex; }
}
@media screen and (max-width: 690px){
.sd[data-s-683bed1b-8ff4-4567-a29c-07fb3cae182d] { align-content: center; align-items: center; display: flex; flex: none; justify-content: flex-start; width: calc(50% - (var(--gap-h-1a17b527-cc33-43f9-bcbc-1743d7f85d3c) * 0.5)); max-width: calc(50% - (var(--gap-h-1a17b527-cc33-43f9-bcbc-1743d7f85d3c) * 0.5)); }
}
@media screen and (max-width: 360px){
.sd[data-s-683bed1b-8ff4-4567-a29c-07fb3cae182d] { display: flex; }
}.sd[data-s-baffa928-f43a-45e9-a2d8-347745f87471] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-baffa928-f43a-45e9-a2d8-347745f87471: 4px; --gap-v-baffa928-f43a-45e9-a2d8-347745f87471: 0px; --gap-uuid: baffa928-f43a-45e9-a2d8-347745f87471; }
.sd[data-s-baffa928-f43a-45e9-a2d8-347745f87471]:hover { opacity: 0.7; --gap-h-baffa928-f43a-45e9-a2d8-347745f87471: 4px; --gap-v-baffa928-f43a-45e9-a2d8-347745f87471: 0px; }.sd[data-s-3649eeaa-31cf-4fd2-931e-7fcf0c4b5de0] { color: #FFFFFF; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 1280px){
.sd[data-s-3649eeaa-31cf-4fd2-931e-7fcf0c4b5de0] { font-size: 15px; }
}
@media screen and (max-width: 690px){
.sd[data-s-3649eeaa-31cf-4fd2-931e-7fcf0c4b5de0] { font-size: 14px; }
}.sd[data-s-8c5ade40-15ce-42e9-9bf2-63623597ea49] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }
@media screen and (max-width: 690px){
.sd[data-s-8c5ade40-15ce-42e9-9bf2-63623597ea49] { align-content: center; align-items: center; display: flex; flex: none; justify-content: flex-start; width: calc(50% - (var(--gap-h-1a17b527-cc33-43f9-bcbc-1743d7f85d3c) * 0.5)); max-width: calc(50% - (var(--gap-h-1a17b527-cc33-43f9-bcbc-1743d7f85d3c) * 0.5)); }
}
@media screen and (max-width: 360px){
.sd[data-s-8c5ade40-15ce-42e9-9bf2-63623597ea49] { display: flex; }
}.sd[data-s-f2343aac-c139-4b09-aef7-11a5c4f5d3dc] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-f2343aac-c139-4b09-aef7-11a5c4f5d3dc: 4px; --gap-v-f2343aac-c139-4b09-aef7-11a5c4f5d3dc: 0px; --gap-uuid: f2343aac-c139-4b09-aef7-11a5c4f5d3dc; }
.sd[data-s-f2343aac-c139-4b09-aef7-11a5c4f5d3dc]:hover { opacity: 0.7; --gap-h-f2343aac-c139-4b09-aef7-11a5c4f5d3dc: 4px; --gap-v-f2343aac-c139-4b09-aef7-11a5c4f5d3dc: 0px; }.sd[data-s-42b61a61-a776-4c54-98c6-9022b827d14e] { color: #FFFFFF; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 1280px){
.sd[data-s-42b61a61-a776-4c54-98c6-9022b827d14e] { font-size: 15px; }
}
@media screen and (max-width: 690px){
.sd[data-s-42b61a61-a776-4c54-98c6-9022b827d14e] { font-size: 14px; }
}.sd[data-s-b94091c3-5425-4715-9120-dc6052a0f57c] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }
@media screen and (max-width: 690px){
.sd[data-s-b94091c3-5425-4715-9120-dc6052a0f57c] { align-content: center; align-items: center; display: flex; flex: none; justify-content: flex-start; width: calc(50% - (var(--gap-h-1a17b527-cc33-43f9-bcbc-1743d7f85d3c) * 0.5)); max-width: calc(50% - (var(--gap-h-1a17b527-cc33-43f9-bcbc-1743d7f85d3c) * 0.5)); }
}
@media screen and (max-width: 360px){
.sd[data-s-b94091c3-5425-4715-9120-dc6052a0f57c] { display: flex; }
}.sd[data-s-eaafcb94-4555-4fe2-967e-52c6756c6f9a] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-eaafcb94-4555-4fe2-967e-52c6756c6f9a: 4px; --gap-v-eaafcb94-4555-4fe2-967e-52c6756c6f9a: 0px; --gap-uuid: eaafcb94-4555-4fe2-967e-52c6756c6f9a; }
.sd[data-s-eaafcb94-4555-4fe2-967e-52c6756c6f9a]:hover { opacity: 0.7; --gap-h-eaafcb94-4555-4fe2-967e-52c6756c6f9a: 4px; --gap-v-eaafcb94-4555-4fe2-967e-52c6756c6f9a: 0px; }.sd[data-s-1faf0917-822a-44da-9053-215b6cb5ccc5] { color: #FFFFFF; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 1280px){
.sd[data-s-1faf0917-822a-44da-9053-215b6cb5ccc5] { font-size: 15px; }
}
@media screen and (max-width: 690px){
.sd[data-s-1faf0917-822a-44da-9053-215b6cb5ccc5] { font-size: 14px; }
}.sd[data-s-b7b448fb-8472-4b26-ba83-1a3c464d904a] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }
@media screen and (max-width: 690px){
.sd[data-s-b7b448fb-8472-4b26-ba83-1a3c464d904a] { align-content: center; align-items: center; display: flex; flex: none; justify-content: flex-start; width: calc(50% - (var(--gap-h-1a17b527-cc33-43f9-bcbc-1743d7f85d3c) * 0.5)); max-width: calc(50% - (var(--gap-h-1a17b527-cc33-43f9-bcbc-1743d7f85d3c) * 0.5)); }
}
@media screen and (max-width: 360px){
.sd[data-s-b7b448fb-8472-4b26-ba83-1a3c464d904a] { display: flex; }
}.sd[data-s-0c685269-917c-4070-85c1-453a3ea4a148] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-0c685269-917c-4070-85c1-453a3ea4a148: 4px; --gap-v-0c685269-917c-4070-85c1-453a3ea4a148: 0px; --gap-uuid: 0c685269-917c-4070-85c1-453a3ea4a148; }
.sd[data-s-0c685269-917c-4070-85c1-453a3ea4a148]:hover { opacity: 0.7; --gap-h-0c685269-917c-4070-85c1-453a3ea4a148: 4px; --gap-v-0c685269-917c-4070-85c1-453a3ea4a148: 0px; }.sd[data-s-b25fb778-42ef-49c5-90ff-bb1fc3299502] { color: #FFFFFF; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 1280px){
.sd[data-s-b25fb778-42ef-49c5-90ff-bb1fc3299502] { font-size: 15px; }
}
@media screen and (max-width: 690px){
.sd[data-s-b25fb778-42ef-49c5-90ff-bb1fc3299502] { font-size: 14px; }
}.sd[data-s-3cb556e3-f90c-4429-b188-a2d343afae10] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: center; width: 8px; max-width: 100%; }.sd[data-s-1dfe6cfc-b97c-4a68-bb6b-38092ca632fe] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 16px; justify-content: flex-start; padding: 0px; --gap-h-1dfe6cfc-b97c-4a68-bb6b-38092ca632fe: 0px; --gap-v-1dfe6cfc-b97c-4a68-bb6b-38092ca632fe: 16px; --gap-uuid: 1dfe6cfc-b97c-4a68-bb6b-38092ca632fe; }
@media screen and (max-width: 690px){
.sd[data-s-1dfe6cfc-b97c-4a68-bb6b-38092ca632fe] { gap: 12px; --gap-h-1dfe6cfc-b97c-4a68-bb6b-38092ca632fe: 0px; --gap-v-1dfe6cfc-b97c-4a68-bb6b-38092ca632fe: 12px; }
}.sd[data-s-cd9d3892-42b3-424e-b383-621741194aad] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-cd9d3892-42b3-424e-b383-621741194aad: 4px; --gap-v-cd9d3892-42b3-424e-b383-621741194aad: 0px; --gap-uuid: cd9d3892-42b3-424e-b383-621741194aad; }
.sd[data-s-cd9d3892-42b3-424e-b383-621741194aad]:hover { opacity: 0.7; --gap-h-cd9d3892-42b3-424e-b383-621741194aad: 4px; --gap-v-cd9d3892-42b3-424e-b383-621741194aad: 0px; }.sd[data-s-30304e4c-e849-4164-b3d2-d8e249faefab] { color: #FFFFFF; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 1280px){
.sd[data-s-30304e4c-e849-4164-b3d2-d8e249faefab] { font-size: 15px; }
}
@media screen and (max-width: 690px){
.sd[data-s-30304e4c-e849-4164-b3d2-d8e249faefab] { font-size: 14px; }
}.sd[data-s-a9bce2b7-c8bc-48e8-ae93-94230a157821] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 8px; justify-content: flex-start; margin: 0px 0px 0px 0px; padding: 0px; --gap-h-a9bce2b7-c8bc-48e8-ae93-94230a157821: 0px; --gap-v-a9bce2b7-c8bc-48e8-ae93-94230a157821: 8px; --gap-uuid: a9bce2b7-c8bc-48e8-ae93-94230a157821; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-a9bce2b7-c8bc-48e8-ae93-94230a157821] { flex-direction: column; flex-wrap: nowrap; gap: 4px; --gap-h-a9bce2b7-c8bc-48e8-ae93-94230a157821: 0px; --gap-v-a9bce2b7-c8bc-48e8-ae93-94230a157821: 4px; }
}.sd[data-s-635fde3b-567a-4b7b-be0f-a6e01436ae9c] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-ffb26bcc-c417-4d85-a293-15a2b30e8fac] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: auto; justify-content: center; padding: 8px; --gap-h-ffb26bcc-c417-4d85-a293-15a2b30e8fac: 4px; --gap-v-ffb26bcc-c417-4d85-a293-15a2b30e8fac: 0px; --gap-uuid: ffb26bcc-c417-4d85-a293-15a2b30e8fac; max-width: 100%; }
.sd[data-s-ffb26bcc-c417-4d85-a293-15a2b30e8fac]:hover { opacity: 0.8; --gap-h-ffb26bcc-c417-4d85-a293-15a2b30e8fac: 4px; --gap-v-ffb26bcc-c417-4d85-a293-15a2b30e8fac: 0px; }.sd[data-s-dfe8e693-2747-4114-92ee-6c124f827ee8] { color: #ccd5df; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-dfe8e693-2747-4114-92ee-6c124f827ee8] { font-size: 12px; }
}.sd[data-s-cea288f9-05a1-477e-875c-7eb523871c4e] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-b1dd7db8-cd7c-43f4-80c7-67f377d4413c] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-b1dd7db8-cd7c-43f4-80c7-67f377d4413c: 4px; --gap-v-b1dd7db8-cd7c-43f4-80c7-67f377d4413c: 0px; --gap-uuid: b1dd7db8-cd7c-43f4-80c7-67f377d4413c; }
.sd[data-s-b1dd7db8-cd7c-43f4-80c7-67f377d4413c]:hover { opacity: 0.8; --gap-h-b1dd7db8-cd7c-43f4-80c7-67f377d4413c: 4px; --gap-v-b1dd7db8-cd7c-43f4-80c7-67f377d4413c: 0px; }.sd[data-s-ced68611-4730-44dc-b34d-de57e3f2aa1b] { color: #ccd5df; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-ced68611-4730-44dc-b34d-de57e3f2aa1b] { font-size: 12px; }
}.sd[data-s-611b66aa-41ee-4edd-b11a-bd078554d3c7] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-858775d1-0349-43ef-bfd2-cfc251c14941] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-858775d1-0349-43ef-bfd2-cfc251c14941: 4px; --gap-v-858775d1-0349-43ef-bfd2-cfc251c14941: 0px; --gap-uuid: 858775d1-0349-43ef-bfd2-cfc251c14941; }
.sd[data-s-858775d1-0349-43ef-bfd2-cfc251c14941]:hover { opacity: 0.8; --gap-h-858775d1-0349-43ef-bfd2-cfc251c14941: 4px; --gap-v-858775d1-0349-43ef-bfd2-cfc251c14941: 0px; }.sd[data-s-2dc1cf1f-87c4-44ef-860e-28539e3f11ef] { color: #ccd5df; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-2dc1cf1f-87c4-44ef-860e-28539e3f11ef] { font-size: 12px; }
}.sd[data-s-65d2e8be-0ed4-49c4-a4fb-37347efb8b45] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-eccba487-bf14-4406-9fa4-917d8fcfb9d8] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-eccba487-bf14-4406-9fa4-917d8fcfb9d8: 4px; --gap-v-eccba487-bf14-4406-9fa4-917d8fcfb9d8: 0px; --gap-uuid: eccba487-bf14-4406-9fa4-917d8fcfb9d8; }
.sd[data-s-eccba487-bf14-4406-9fa4-917d8fcfb9d8]:hover { opacity: 0.8; --gap-h-eccba487-bf14-4406-9fa4-917d8fcfb9d8: 4px; --gap-v-eccba487-bf14-4406-9fa4-917d8fcfb9d8: 0px; }.sd[data-s-925022cb-91c3-4c0a-8094-f7df6e3b30b4] { color: #ccd5df; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-925022cb-91c3-4c0a-8094-f7df6e3b30b4] { font-size: 12px; }
}.sd[data-s-16e3d85c-9604-44e4-b303-ee4f04746b00] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-b80b22be-7cdc-4d47-9bc4-7fc679e56aff] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-b80b22be-7cdc-4d47-9bc4-7fc679e56aff: 4px; --gap-v-b80b22be-7cdc-4d47-9bc4-7fc679e56aff: 0px; --gap-uuid: b80b22be-7cdc-4d47-9bc4-7fc679e56aff; }
.sd[data-s-b80b22be-7cdc-4d47-9bc4-7fc679e56aff]:hover { opacity: 0.8; --gap-h-b80b22be-7cdc-4d47-9bc4-7fc679e56aff: 4px; --gap-v-b80b22be-7cdc-4d47-9bc4-7fc679e56aff: 0px; }.sd[data-s-cf0e4002-972b-40e5-907e-a90a65c8e75c] { color: #ccd5df; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-cf0e4002-972b-40e5-907e-a90a65c8e75c] { font-size: 12px; }
}.sd[data-s-91cd6b9b-beeb-424b-b888-3fabe936a32d] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-22b7e72b-d8f7-40d6-84db-92395078cfc1] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-22b7e72b-d8f7-40d6-84db-92395078cfc1: 4px; --gap-v-22b7e72b-d8f7-40d6-84db-92395078cfc1: 0px; --gap-uuid: 22b7e72b-d8f7-40d6-84db-92395078cfc1; }
.sd[data-s-22b7e72b-d8f7-40d6-84db-92395078cfc1]:hover { opacity: 0.8; --gap-h-22b7e72b-d8f7-40d6-84db-92395078cfc1: 4px; --gap-v-22b7e72b-d8f7-40d6-84db-92395078cfc1: 0px; }.sd[data-s-01360963-7e11-40f3-8f2f-73b98b72fe2e] { color: #ccd5df; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-01360963-7e11-40f3-8f2f-73b98b72fe2e] { font-size: 12px; }
}.sd[data-s-f15bfe94-0330-401d-b8f0-c94b6c5e0172] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-4d28256a-3b1c-4289-ae05-3e1f0b734333] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-4d28256a-3b1c-4289-ae05-3e1f0b734333: 4px; --gap-v-4d28256a-3b1c-4289-ae05-3e1f0b734333: 0px; --gap-uuid: 4d28256a-3b1c-4289-ae05-3e1f0b734333; }
.sd[data-s-4d28256a-3b1c-4289-ae05-3e1f0b734333]:hover { opacity: 0.8; --gap-h-4d28256a-3b1c-4289-ae05-3e1f0b734333: 4px; --gap-v-4d28256a-3b1c-4289-ae05-3e1f0b734333: 0px; }.sd[data-s-07e04673-a6bf-4bd6-aa69-d48de2be7fcb] { color: #ccd5df; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-07e04673-a6bf-4bd6-aa69-d48de2be7fcb] { font-size: 12px; }
}.sd[data-s-17fefd14-f992-486f-a960-cd0e6c5f65c7] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-14ac50c4-9ed8-49aa-b8be-3097e19712ed] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-14ac50c4-9ed8-49aa-b8be-3097e19712ed: 4px; --gap-v-14ac50c4-9ed8-49aa-b8be-3097e19712ed: 0px; --gap-uuid: 14ac50c4-9ed8-49aa-b8be-3097e19712ed; }
.sd[data-s-14ac50c4-9ed8-49aa-b8be-3097e19712ed]:hover { opacity: 0.8; --gap-h-14ac50c4-9ed8-49aa-b8be-3097e19712ed: 4px; --gap-v-14ac50c4-9ed8-49aa-b8be-3097e19712ed: 0px; }.sd[data-s-e727985a-49e8-4525-be64-cc04c3b6f94a] { color: #ccd5df; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-e727985a-49e8-4525-be64-cc04c3b6f94a] { font-size: 12px; }
}.sd[data-s-a4213438-b010-4fa7-8bd2-974573c914e9] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 16px; justify-content: flex-start; padding: 0px; --gap-h-a4213438-b010-4fa7-8bd2-974573c914e9: 0px; --gap-v-a4213438-b010-4fa7-8bd2-974573c914e9: 16px; --gap-uuid: a4213438-b010-4fa7-8bd2-974573c914e9; }
@media screen and (max-width: 690px){
.sd[data-s-a4213438-b010-4fa7-8bd2-974573c914e9] { gap: 12px; --gap-h-a4213438-b010-4fa7-8bd2-974573c914e9: 0px; --gap-v-a4213438-b010-4fa7-8bd2-974573c914e9: 12px; }
}.sd[data-s-168198ae-de5e-4a3e-a9f7-7d0f50245816] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-168198ae-de5e-4a3e-a9f7-7d0f50245816: 4px; --gap-v-168198ae-de5e-4a3e-a9f7-7d0f50245816: 0px; --gap-uuid: 168198ae-de5e-4a3e-a9f7-7d0f50245816; }
.sd[data-s-168198ae-de5e-4a3e-a9f7-7d0f50245816]:hover { opacity: 0.7; --gap-h-168198ae-de5e-4a3e-a9f7-7d0f50245816: 4px; --gap-v-168198ae-de5e-4a3e-a9f7-7d0f50245816: 0px; }.sd[data-s-e7b6682d-7828-4bd5-a0c5-d5ff54107a24] { color: #FFFFFF; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 1280px){
.sd[data-s-e7b6682d-7828-4bd5-a0c5-d5ff54107a24] { font-size: 15px; }
}
@media screen and (max-width: 690px){
.sd[data-s-e7b6682d-7828-4bd5-a0c5-d5ff54107a24] { font-size: 14px; }
}.sd[data-s-af831098-6343-419b-9b7b-84a168694875] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 8px; justify-content: flex-start; margin: 0px 0px 0px 0px; padding: 0px; --gap-h-af831098-6343-419b-9b7b-84a168694875: 0px; --gap-v-af831098-6343-419b-9b7b-84a168694875: 8px; --gap-uuid: af831098-6343-419b-9b7b-84a168694875; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-af831098-6343-419b-9b7b-84a168694875] { gap: 4px; --gap-h-af831098-6343-419b-9b7b-84a168694875: 0px; --gap-v-af831098-6343-419b-9b7b-84a168694875: 4px; }
}.sd[data-s-952846a0-5a0f-42b8-8d64-801cb2410749] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-90ce17db-cb6b-4112-864f-84839b895d91] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-90ce17db-cb6b-4112-864f-84839b895d91: 4px; --gap-v-90ce17db-cb6b-4112-864f-84839b895d91: 0px; --gap-uuid: 90ce17db-cb6b-4112-864f-84839b895d91; }
.sd[data-s-90ce17db-cb6b-4112-864f-84839b895d91]:hover { opacity: 0.8; --gap-h-90ce17db-cb6b-4112-864f-84839b895d91: 4px; --gap-v-90ce17db-cb6b-4112-864f-84839b895d91: 0px; }.sd[data-s-7956d0a6-13d0-4a3c-8019-997e49e23a06] { color: #ccd5df; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-7956d0a6-13d0-4a3c-8019-997e49e23a06] { font-size: 12px; }
}.sd[data-s-0e14d6d4-aae1-407a-882c-6994c22e8bfc] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-734b858a-4dbe-40e7-8db7-b7841e16b096] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-734b858a-4dbe-40e7-8db7-b7841e16b096: 4px; --gap-v-734b858a-4dbe-40e7-8db7-b7841e16b096: 0px; --gap-uuid: 734b858a-4dbe-40e7-8db7-b7841e16b096; }
.sd[data-s-734b858a-4dbe-40e7-8db7-b7841e16b096]:hover { opacity: 0.8; --gap-h-734b858a-4dbe-40e7-8db7-b7841e16b096: 4px; --gap-v-734b858a-4dbe-40e7-8db7-b7841e16b096: 0px; }.sd[data-s-0fdf8371-582e-439f-80f7-760a77934352] { color: #ccd5df; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-0fdf8371-582e-439f-80f7-760a77934352] { font-size: 12px; }
}.sd[data-s-eb39e45e-935a-4e6f-9913-7975ee614752] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-496889fe-41dd-4922-ab9b-4455b0894e8d] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-496889fe-41dd-4922-ab9b-4455b0894e8d: 4px; --gap-v-496889fe-41dd-4922-ab9b-4455b0894e8d: 0px; --gap-uuid: 496889fe-41dd-4922-ab9b-4455b0894e8d; }
.sd[data-s-496889fe-41dd-4922-ab9b-4455b0894e8d]:hover { opacity: 0.8; --gap-h-496889fe-41dd-4922-ab9b-4455b0894e8d: 4px; --gap-v-496889fe-41dd-4922-ab9b-4455b0894e8d: 0px; }.sd[data-s-9194b795-2a04-47da-b3f9-2af67c63854f] { color: #ccd5df; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-9194b795-2a04-47da-b3f9-2af67c63854f] { font-size: 12px; }
}.sd[data-s-1e8362c2-c9e8-47f6-b045-fe05676e172e] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-e09c8b79-5fc0-4d2c-9818-580ab914d5c8] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-e09c8b79-5fc0-4d2c-9818-580ab914d5c8: 4px; --gap-v-e09c8b79-5fc0-4d2c-9818-580ab914d5c8: 0px; --gap-uuid: e09c8b79-5fc0-4d2c-9818-580ab914d5c8; }
.sd[data-s-e09c8b79-5fc0-4d2c-9818-580ab914d5c8]:hover { opacity: 0.8; --gap-h-e09c8b79-5fc0-4d2c-9818-580ab914d5c8: 4px; --gap-v-e09c8b79-5fc0-4d2c-9818-580ab914d5c8: 0px; }.sd[data-s-179ee90e-6700-4794-8de9-aa4701afc894] { color: #ccd5df; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-179ee90e-6700-4794-8de9-aa4701afc894] { font-size: 12px; }
}.sd[data-s-7d252def-511c-4844-80bb-956f360d64f9] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-4fa71d6a-b720-4bd4-8f7c-957136a80f63] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-4fa71d6a-b720-4bd4-8f7c-957136a80f63: 4px; --gap-v-4fa71d6a-b720-4bd4-8f7c-957136a80f63: 0px; --gap-uuid: 4fa71d6a-b720-4bd4-8f7c-957136a80f63; }
.sd[data-s-4fa71d6a-b720-4bd4-8f7c-957136a80f63]:hover { opacity: 0.8; --gap-h-4fa71d6a-b720-4bd4-8f7c-957136a80f63: 4px; --gap-v-4fa71d6a-b720-4bd4-8f7c-957136a80f63: 0px; }.sd[data-s-e7d4d11a-3758-4143-b3ba-8e60cfe69631] { color: #ccd5df; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-e7d4d11a-3758-4143-b3ba-8e60cfe69631] { font-size: 12px; }
}.sd[data-s-96f86662-bea2-4b14-a9c4-88f728d9c5a2] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-925226fa-a845-4016-8886-4abeb7814c9f] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-925226fa-a845-4016-8886-4abeb7814c9f: 4px; --gap-v-925226fa-a845-4016-8886-4abeb7814c9f: 0px; --gap-uuid: 925226fa-a845-4016-8886-4abeb7814c9f; }
.sd[data-s-925226fa-a845-4016-8886-4abeb7814c9f]:hover { opacity: 0.8; --gap-h-925226fa-a845-4016-8886-4abeb7814c9f: 4px; --gap-v-925226fa-a845-4016-8886-4abeb7814c9f: 0px; }.sd[data-s-d1bc3cd1-1143-4a82-aa8a-2acf01c512a5] { color: #ccd5df; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-d1bc3cd1-1143-4a82-aa8a-2acf01c512a5] { font-size: 12px; }
}.sd[data-s-0bec80bb-2bd4-4816-a32a-f21ce9ccd6ec] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: nowrap; gap: 8px; justify-content: flex-start; padding: 0px; --gap-h-0bec80bb-2bd4-4816-a32a-f21ce9ccd6ec: 8px; --gap-v-0bec80bb-2bd4-4816-a32a-f21ce9ccd6ec: 0px; --gap-uuid: 0bec80bb-2bd4-4816-a32a-f21ce9ccd6ec; }
@media screen and (max-width: 690px){
.sd[data-s-0bec80bb-2bd4-4816-a32a-f21ce9ccd6ec] { flex-direction: row; flex-wrap: wrap; gap: 12px 8px; --gap-h-0bec80bb-2bd4-4816-a32a-f21ce9ccd6ec: 8px; --gap-v-0bec80bb-2bd4-4816-a32a-f21ce9ccd6ec: 12px; }
}
@media screen and (max-width: 360px){
.sd[data-s-0bec80bb-2bd4-4816-a32a-f21ce9ccd6ec] { flex-direction: column; flex-wrap: nowrap; gap: 4px 8px; --gap-h-0bec80bb-2bd4-4816-a32a-f21ce9ccd6ec: 0px; --gap-v-0bec80bb-2bd4-4816-a32a-f21ce9ccd6ec: 4px; }
}.sd[data-s-802d579c-4157-4d77-9c0f-707112aa16aa] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }
@media screen and (max-width: 690px){
.sd[data-s-802d579c-4157-4d77-9c0f-707112aa16aa] { align-content: center; align-items: center; flex: none; justify-content: flex-start; width: calc(50% - (var(--gap-h-0bec80bb-2bd4-4816-a32a-f21ce9ccd6ec) * 0.5)); max-width: calc(50% - (var(--gap-h-0bec80bb-2bd4-4816-a32a-f21ce9ccd6ec) * 0.5)); }
}
@media screen and (max-width: 360px){
.sd[data-s-802d579c-4157-4d77-9c0f-707112aa16aa] { flex: none; width: auto; max-width: 100%; }
}.sd[data-s-3d439ef1-33ad-4df4-b8bc-eb627649378a] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-3d439ef1-33ad-4df4-b8bc-eb627649378a: 4px; --gap-v-3d439ef1-33ad-4df4-b8bc-eb627649378a: 0px; --gap-uuid: 3d439ef1-33ad-4df4-b8bc-eb627649378a; }
.sd[data-s-3d439ef1-33ad-4df4-b8bc-eb627649378a]:hover { opacity: 0.8; --gap-h-3d439ef1-33ad-4df4-b8bc-eb627649378a: 4px; --gap-v-3d439ef1-33ad-4df4-b8bc-eb627649378a: 0px; }.sd[data-s-d24c83c4-b4e6-44e6-a5ee-da69cc566d2f] { color: #99a9b9; font-family: var(--s-font-218dcbd2); font-size: 12px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-5f955f47-3957-4834-bf52-7e9565e7b879] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }
@media screen and (max-width: 690px){
.sd[data-s-5f955f47-3957-4834-bf52-7e9565e7b879] { align-content: center; align-items: center; flex: none; justify-content: flex-start; width: calc(50% - (var(--gap-h-0bec80bb-2bd4-4816-a32a-f21ce9ccd6ec) * 0.5)); max-width: calc(50% - (var(--gap-h-0bec80bb-2bd4-4816-a32a-f21ce9ccd6ec) * 0.5)); }
}
@media screen and (max-width: 360px){
.sd[data-s-5f955f47-3957-4834-bf52-7e9565e7b879] { flex: none; width: auto; max-width: 100%; }
}.sd[data-s-29fdd6b2-887a-47ad-a1db-662f1b7d6baa] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-29fdd6b2-887a-47ad-a1db-662f1b7d6baa: 4px; --gap-v-29fdd6b2-887a-47ad-a1db-662f1b7d6baa: 0px; --gap-uuid: 29fdd6b2-887a-47ad-a1db-662f1b7d6baa; }
.sd[data-s-29fdd6b2-887a-47ad-a1db-662f1b7d6baa]:hover { opacity: 0.8; --gap-h-29fdd6b2-887a-47ad-a1db-662f1b7d6baa: 4px; --gap-v-29fdd6b2-887a-47ad-a1db-662f1b7d6baa: 0px; }.sd[data-s-150b304f-1f31-487f-9f7e-1213fff027b2] { color: #99a9b9; font-family: var(--s-font-218dcbd2); font-size: 12px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-5aebcc0e-010d-47fa-a88b-bf58293d6444] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: center; opacity: 0.6; width: 8px; max-width: 100%; }.sd[data-s-1677aee4-c94e-42cf-a5f7-29e3970f1cec] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }
@media screen and (max-width: 690px){
.sd[data-s-1677aee4-c94e-42cf-a5f7-29e3970f1cec] { align-content: center; align-items: center; flex: none; justify-content: flex-start; width: calc(50% - (var(--gap-h-0bec80bb-2bd4-4816-a32a-f21ce9ccd6ec) * 0.5)); max-width: calc(50% - (var(--gap-h-0bec80bb-2bd4-4816-a32a-f21ce9ccd6ec) * 0.5)); }
}
@media screen and (max-width: 360px){
.sd[data-s-1677aee4-c94e-42cf-a5f7-29e3970f1cec] { flex: none; width: auto; max-width: 100%; }
}.sd[data-s-f049a4e6-2fd2-42fd-9088-1ef569e5c7e9] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 8px; --gap-h-f049a4e6-2fd2-42fd-9088-1ef569e5c7e9: 4px; --gap-v-f049a4e6-2fd2-42fd-9088-1ef569e5c7e9: 0px; --gap-uuid: f049a4e6-2fd2-42fd-9088-1ef569e5c7e9; }
.sd[data-s-f049a4e6-2fd2-42fd-9088-1ef569e5c7e9]:hover { opacity: 0.8; --gap-h-f049a4e6-2fd2-42fd-9088-1ef569e5c7e9: 4px; --gap-v-f049a4e6-2fd2-42fd-9088-1ef569e5c7e9: 0px; }.sd[data-s-8fe01b78-4a79-487d-97b7-ce51ed518403] { color: #99a9b9; font-family: var(--s-font-218dcbd2); font-size: 12px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-ebf19365-54d0-40a1-ab43-7d1cdfd3912e] { align-content: center; align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); display: flex; flex: 1; flex-direction: row; flex-wrap: nowrap; justify-content: center; margin: 0px 0px 0px -20px; padding: 0px; width: auto; max-width: calc(100% - -20px); --g-color-0: #003366; --g-position-0: 0%; --g-color-1: #00264d; --g-position-1: 100%; --g-color-2: #00264d; --g-position-2: 100%; --g-color-3: #00264d; --g-position-3: 100%; --g-color-4: #00264d; --g-position-4: 100%; --g-color-5: #00264d; --g-position-5: 100%; --g-color-6: #00264d; --g-position-6: 100%; --g-color-7: #00264d; --g-position-7: 100%; --g-color-8: #00264d; --g-position-8: 100%; --g-color-9: #00264d; --g-position-9: 100%; --g-color-10: #00264d; --g-position-10: 100%; --g-color-11: #00264d; --g-position-11: 100%; --g-angle: 180deg; }
@media screen and (max-width: 1280px){
.sd[data-s-ebf19365-54d0-40a1-ab43-7d1cdfd3912e] { display: flex; }
}
@media screen and (max-width: 990px){
.sd[data-s-ebf19365-54d0-40a1-ab43-7d1cdfd3912e] { display: none; }
}
@media screen and (max-width: 690px){
.sd[data-s-ebf19365-54d0-40a1-ab43-7d1cdfd3912e] { display: none; }
}.sd[data-s-5b344012-765f-4e87-99cb-4d389812b9e0] { background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); flex: 1; height: 100%; margin: 0px 0px 0px 0px; width: auto; z-index: -3; max-width: 100%; --g-color-0: #003366; --g-position-0: 0%; --g-color-1: #00264d; --g-position-1: 100%; --g-color-2: #00264d; --g-position-2: 100%; --g-color-3: #00264d; --g-position-3: 100%; --g-color-4: #00264d; --g-position-4: 100%; --g-color-5: #00264d; --g-position-5: 100%; --g-color-6: #00264d; --g-position-6: 100%; --g-color-7: #00264d; --g-position-7: 100%; --g-color-8: #00264d; --g-position-8: 100%; --g-color-9: #00264d; --g-position-9: 100%; --g-color-10: #00264d; --g-position-10: 100%; --g-color-11: #00264d; --g-position-11: 100%; --g-angle: 180deg; }

.sd[data-s-724a06b7-4468-404c-ae52-ce18c71d03eb] { align-content: center; align-items: center; background: rgba(57, 57, 57, 0.8999999761581421); bottom: 0px; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; margin: 0 0 0 0; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 10px 50px 10px 50px; position: sticky; transform-origin: center center; transition-delay: 0ms; transition-duration: 300ms; translate: 0px 0px; width: 100%; z-index: 5; --gap-h-724a06b7-4468-404c-ae52-ce18c71d03eb: 0px; --gap-v-724a06b7-4468-404c-ae52-ce18c71d03eb: 10px; --gap-uuid: 724a06b7-4468-404c-ae52-ce18c71d03eb; max-width: 100%; }
.sd[data-s-724a06b7-4468-404c-ae52-ce18c71d03eb].appear { opacity: 1; transition-delay: 2000ms; transition-duration: 600ms; translate: 0px 20px; --gap-h-724a06b7-4468-404c-ae52-ce18c71d03eb: 0px; --gap-v-724a06b7-4468-404c-ae52-ce18c71d03eb: 10px; }
.sd[data-s-724a06b7-4468-404c-ae52-ce18c71d03eb].appear-active { transition-delay: 2000ms; transition-duration: 600ms; }
@media screen and (max-width: 1280px){
.sd[data-s-724a06b7-4468-404c-ae52-ce18c71d03eb] { display: flex; padding: 13px 20px 13px 20px; --gap-h-724a06b7-4468-404c-ae52-ce18c71d03eb: 0px; --gap-v-724a06b7-4468-404c-ae52-ce18c71d03eb: 10px; }
}
@media screen and (max-width: 990px){
.sd[data-s-724a06b7-4468-404c-ae52-ce18c71d03eb] { display: flex; overflow-x: visible; overflow-y: visible; padding: 10px 20px 13px 20px; --gap-h-724a06b7-4468-404c-ae52-ce18c71d03eb: 0px; --gap-v-724a06b7-4468-404c-ae52-ce18c71d03eb: 10px; }
}
@media screen and (max-width: 690px){
.sd[data-s-724a06b7-4468-404c-ae52-ce18c71d03eb].appear { translate: 0px 20px; }
.sd[data-s-724a06b7-4468-404c-ae52-ce18c71d03eb].appear-active {  }
.sd[data-s-724a06b7-4468-404c-ae52-ce18c71d03eb] { align-content: center; align-items: center; display: flex; gap: 4px; justify-content: center; overflow-x: visible; overflow-y: visible; padding: 8px 16px 8px 16px; translate: 0px 0px; --gap-h-724a06b7-4468-404c-ae52-ce18c71d03eb: 0px; --gap-v-724a06b7-4468-404c-ae52-ce18c71d03eb: 4px; }
}
@media screen and (max-width: 360px){
.sd[data-s-724a06b7-4468-404c-ae52-ce18c71d03eb] { display: flex; padding: 8px 12px 8px 12px; --gap-h-724a06b7-4468-404c-ae52-ce18c71d03eb: 0px; --gap-v-724a06b7-4468-404c-ae52-ce18c71d03eb: 10px; }
}.sd[data-s-7d9f7cbe-8375-47bb-be12-332df2e54a7d] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: space-between; padding: 0px; width: 1200px; --gap-h-7d9f7cbe-8375-47bb-be12-332df2e54a7d: 20px; --gap-v-7d9f7cbe-8375-47bb-be12-332df2e54a7d: 0px; --gap-uuid: 7d9f7cbe-8375-47bb-be12-332df2e54a7d; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-7d9f7cbe-8375-47bb-be12-332df2e54a7d] { gap: 20px; --gap-h-7d9f7cbe-8375-47bb-be12-332df2e54a7d: 20px; --gap-v-7d9f7cbe-8375-47bb-be12-332df2e54a7d: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-7d9f7cbe-8375-47bb-be12-332df2e54a7d] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; justify-content: center; width: calc(100% - (var(--gap-h-724a06b7-4468-404c-ae52-ce18c71d03eb) * 0)); --gap-h-7d9f7cbe-8375-47bb-be12-332df2e54a7d: 0px; --gap-v-7d9f7cbe-8375-47bb-be12-332df2e54a7d: 5px; max-width: calc(100% - (var(--gap-h-724a06b7-4468-404c-ae52-ce18c71d03eb) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-7d9f7cbe-8375-47bb-be12-332df2e54a7d] { gap: 3px 0px; padding: 0px; --gap-h-7d9f7cbe-8375-47bb-be12-332df2e54a7d: 0px; --gap-v-7d9f7cbe-8375-47bb-be12-332df2e54a7d: 0px; }
}.sd[data-s-484e7ef6-66de-4234-94c5-93e4516b1150] { align-content: flex-end; align-items: flex-end; flex: 1; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: auto; justify-content: flex-start; padding: 0px; width: auto; --gap-h-484e7ef6-66de-4234-94c5-93e4516b1150: 12px; --gap-v-484e7ef6-66de-4234-94c5-93e4516b1150: 0px; --gap-uuid: 484e7ef6-66de-4234-94c5-93e4516b1150; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-484e7ef6-66de-4234-94c5-93e4516b1150] { flex-direction: row; flex-wrap: nowrap; gap: 0px 20px; width: calc(100% - (var(--gap-h-7d9f7cbe-8375-47bb-be12-332df2e54a7d) * 0)); --gap-h-484e7ef6-66de-4234-94c5-93e4516b1150: 20px; --gap-v-484e7ef6-66de-4234-94c5-93e4516b1150: 0px; max-width: calc(100% - (var(--gap-h-7d9f7cbe-8375-47bb-be12-332df2e54a7d) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-484e7ef6-66de-4234-94c5-93e4516b1150] { gap: 0px 7px; padding: 0px; --gap-h-484e7ef6-66de-4234-94c5-93e4516b1150: 7px; --gap-v-484e7ef6-66de-4234-94c5-93e4516b1150: 0px; }
}.sd[data-s-95b0e139-58ae-4d7a-bf62-936f82d6aa7e] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: center; padding: 0px; width: 380px; --gap-h-95b0e139-58ae-4d7a-bf62-936f82d6aa7e: 0px; --gap-v-95b0e139-58ae-4d7a-bf62-936f82d6aa7e: 8px; --gap-uuid: 95b0e139-58ae-4d7a-bf62-936f82d6aa7e; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-95b0e139-58ae-4d7a-bf62-936f82d6aa7e] { flex: 1; width: auto; --gap-h-95b0e139-58ae-4d7a-bf62-936f82d6aa7e: 0px; --gap-v-95b0e139-58ae-4d7a-bf62-936f82d6aa7e: 8px; max-width: 100%; }
}
@media screen and (max-width: 990px){
.sd[data-s-95b0e139-58ae-4d7a-bf62-936f82d6aa7e] { flex: 1; width: auto; --gap-h-95b0e139-58ae-4d7a-bf62-936f82d6aa7e: 0px; --gap-v-95b0e139-58ae-4d7a-bf62-936f82d6aa7e: 8px; }
}
@media screen and (max-width: 690px){
.sd[data-s-95b0e139-58ae-4d7a-bf62-936f82d6aa7e] { gap: 5px; padding: 0px; --gap-h-95b0e139-58ae-4d7a-bf62-936f82d6aa7e: 0px; --gap-v-95b0e139-58ae-4d7a-bf62-936f82d6aa7e: 5px; }
}.sd[data-s-78889887-f3f3-4677-9013-a72cc69d2a1f] { align-content: flex-end; align-items: flex-end; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: auto; justify-content: center; padding: 0px; width: auto; --gap-h-78889887-f3f3-4677-9013-a72cc69d2a1f: 3px; --gap-v-78889887-f3f3-4677-9013-a72cc69d2a1f: 0px; --gap-uuid: 78889887-f3f3-4677-9013-a72cc69d2a1f; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-78889887-f3f3-4677-9013-a72cc69d2a1f] { gap: 2px; padding: 0px; --gap-h-78889887-f3f3-4677-9013-a72cc69d2a1f: 2px; --gap-v-78889887-f3f3-4677-9013-a72cc69d2a1f: 0px; }
}.sd[data-s-6efc6190-6e7f-4840-9f20-2bd8819b695e] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: center; rotate: 95deg; width: 18px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-6efc6190-6e7f-4840-9f20-2bd8819b695e] { flex: none; width: 12px; max-width: 100%; }
}.sd[data-s-96aeb720-23c6-4967-bdad-54de00699716] { align-content: flex-end; align-items: flex-end; flex-direction: row; flex-wrap: nowrap; gap: 3px; justify-content: center; padding: 0px; --gap-h-96aeb720-23c6-4967-bdad-54de00699716: 3px; --gap-v-96aeb720-23c6-4967-bdad-54de00699716: 0px; --gap-uuid: 96aeb720-23c6-4967-bdad-54de00699716; }
@media screen and (max-width: 690px){
.sd[data-s-96aeb720-23c6-4967-bdad-54de00699716] { gap: 2px; --gap-h-96aeb720-23c6-4967-bdad-54de00699716: 2px; --gap-v-96aeb720-23c6-4967-bdad-54de00699716: 0px; }
}.sd[data-s-d9f92fa5-0510-479f-885e-d1995a33d915] { color: #FFFFFF; flex: none; font-family: Roboto; font-size: 23px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0em; line-height: 1; margin: 0px 0px 0px 0px; padding: 0px; text-align: left; translate: 0px 4px; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-d9f92fa5-0510-479f-885e-d1995a33d915] { font-size: 24px; translate: 0px 2px; }
}
@media screen and (max-width: 690px){
.sd[data-s-d9f92fa5-0510-479f-885e-d1995a33d915] { font-size: 20px; }
}
@media screen and (max-width: 360px){
.sd[data-s-d9f92fa5-0510-479f-885e-d1995a33d915] { font-size: 14px; }
}.sd[data-s-ca4b5504-356f-406d-923c-1d7d785d3436] { color: #FFFFFF; flex: none; font-family: 'Noto Sans JP'; font-size: 14px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0em; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-ca4b5504-356f-406d-923c-1d7d785d3436] { font-size: 16px; }
}
@media screen and (max-width: 690px){
.sd[data-s-ca4b5504-356f-406d-923c-1d7d785d3436] { font-size: 13px; }
}
@media screen and (max-width: 360px){
.sd[data-s-ca4b5504-356f-406d-923c-1d7d785d3436] { font-size: 11px; }
}.sd[data-s-bf678401-2c65-4fa8-9362-00cb675e8880] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: center; rotate: 85deg; width: 18px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-bf678401-2c65-4fa8-9362-00cb675e8880] { flex: none; width: 12px; max-width: 100%; }
}.sd[data-s-65673d50-43ca-4c2c-83d1-87eec8d86e2d] { align-content: center; align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 12px; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: 66px; justify-content: center; padding: 18px 8px 20px 0px; width: calc(100% - (var(--gap-h-95b0e139-58ae-4d7a-bf62-936f82d6aa7e) * 0)); --gap-h-65673d50-43ca-4c2c-83d1-87eec8d86e2d: 7px; --gap-v-65673d50-43ca-4c2c-83d1-87eec8d86e2d: 0px; --gap-uuid: 65673d50-43ca-4c2c-83d1-87eec8d86e2d; max-width: calc(100% - (var(--gap-h-95b0e139-58ae-4d7a-bf62-936f82d6aa7e) * 0)); --g-color-0: rgb(0, 51, 102); --g-position-0: 0%; --g-color-1: rgb(0, 38, 77); --g-position-1: 100%; --g-color-2: rgb(0, 38, 77); --g-position-2: 100%; --g-color-3: rgb(0, 38, 77); --g-position-3: 100%; --g-color-4: rgb(0, 38, 77); --g-position-4: 100%; --g-color-5: rgb(0, 38, 77); --g-position-5: 100%; --g-color-6: rgb(0, 38, 77); --g-position-6: 100%; --g-color-7: rgb(0, 38, 77); --g-position-7: 100%; --g-color-8: rgb(0, 38, 77); --g-position-8: 100%; --g-color-9: rgb(0, 38, 77); --g-position-9: 100%; --g-color-10: rgb(0, 38, 77); --g-position-10: 100%; --g-color-11: rgb(0, 38, 77); --g-position-11: 100%; --g-angle: 90deg; }
.sd[data-s-65673d50-43ca-4c2c-83d1-87eec8d86e2d]:hover { opacity: 0.7; --gap-h-65673d50-43ca-4c2c-83d1-87eec8d86e2d: 7px; --gap-v-65673d50-43ca-4c2c-83d1-87eec8d86e2d: 0px; }
@media screen and (max-width: 990px){
.sd[data-s-65673d50-43ca-4c2c-83d1-87eec8d86e2d] { flex: none; height: 70px; padding: 10px 8px 10px 0px; --gap-h-65673d50-43ca-4c2c-83d1-87eec8d86e2d: 7px; --gap-v-65673d50-43ca-4c2c-83d1-87eec8d86e2d: 0px; width: calc(100% - (var(--gap-h-95b0e139-58ae-4d7a-bf62-936f82d6aa7e) * 0)); max-width: calc(100% - (var(--gap-h-95b0e139-58ae-4d7a-bf62-936f82d6aa7e) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-65673d50-43ca-4c2c-83d1-87eec8d86e2d] { flex: none; gap: 8px; height: 60px; padding: 8px 2px 8px 0px; --gap-h-65673d50-43ca-4c2c-83d1-87eec8d86e2d: 8px; --gap-v-65673d50-43ca-4c2c-83d1-87eec8d86e2d: 0px; width: calc(100% - (var(--gap-h-95b0e139-58ae-4d7a-bf62-936f82d6aa7e) * 0)); max-width: calc(100% - (var(--gap-h-95b0e139-58ae-4d7a-bf62-936f82d6aa7e) * 0)); }
}
@media screen and (max-width: 360px){
.sd[data-s-65673d50-43ca-4c2c-83d1-87eec8d86e2d] { gap: 2px; --gap-h-65673d50-43ca-4c2c-83d1-87eec8d86e2d: 2px; --gap-v-65673d50-43ca-4c2c-83d1-87eec8d86e2d: 0px; }
}.sd[data-s-b5f35f73-e8ef-4e88-9365-020fd2d0aaad] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: flex-start; overflow-x: hidden; overflow-y: hidden; padding: 2px 2px 3px 3px; width: 28px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-b5f35f73-e8ef-4e88-9365-020fd2d0aaad] { flex: none; padding: 2px 2px 2px 2px; width: 25px; max-width: 100%; }
}.sd[data-s-1a2a0661-fb0c-4dee-9faf-80f0e7c33364] { align-items: center; flex-direction: column; height: auto; justify-content: center; margin: 0px; width: 100%; max-width: 100%; }.sd[data-s-afea95ba-5c1e-489a-8efc-8b96cd2ed993] { color: #FFFFFF; flex: none; font-family: 'Noto Sans JP'; font-size: 19px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0.02em; line-height: 1.2; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 990px){
.sd[data-s-afea95ba-5c1e-489a-8efc-8b96cd2ed993] { font-size: 18px; }
}
@media screen and (max-width: 690px){
.sd[data-s-afea95ba-5c1e-489a-8efc-8b96cd2ed993] { flex: none; font-size: 15px; width: 110px; max-width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-afea95ba-5c1e-489a-8efc-8b96cd2ed993] { flex: none; font-size: 13px; width: 100px; max-width: 100%; }
}.sd[data-s-2b98104c-7c3c-446a-b5d8-8a35b6ff0638] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: calc(100% - (var(--gap-v-484e7ef6-66de-4234-94c5-93e4516b1150) * 0)); justify-content: center; padding: 0px; width: 380px; --gap-h-2b98104c-7c3c-446a-b5d8-8a35b6ff0638: 0px; --gap-v-2b98104c-7c3c-446a-b5d8-8a35b6ff0638: 8px; --gap-uuid: 2b98104c-7c3c-446a-b5d8-8a35b6ff0638; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-2b98104c-7c3c-446a-b5d8-8a35b6ff0638] { flex: 1; width: auto; --gap-h-2b98104c-7c3c-446a-b5d8-8a35b6ff0638: 0px; --gap-v-2b98104c-7c3c-446a-b5d8-8a35b6ff0638: 8px; max-width: 100%; height: calc(100% - (var(--gap-v-484e7ef6-66de-4234-94c5-93e4516b1150) * 0)); }
}
@media screen and (max-width: 990px){
.sd[data-s-2b98104c-7c3c-446a-b5d8-8a35b6ff0638] { flex: 1; width: auto; --gap-h-2b98104c-7c3c-446a-b5d8-8a35b6ff0638: 0px; --gap-v-2b98104c-7c3c-446a-b5d8-8a35b6ff0638: 8px; }
}
@media screen and (max-width: 690px){
.sd[data-s-2b98104c-7c3c-446a-b5d8-8a35b6ff0638] { gap: 5px; padding: 0px; --gap-h-2b98104c-7c3c-446a-b5d8-8a35b6ff0638: 0px; --gap-v-2b98104c-7c3c-446a-b5d8-8a35b6ff0638: 5px; }
}.sd[data-s-ceb1419d-d03d-47ac-880b-f3e46d20f08b] { align-content: flex-end; align-items: flex-end; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: auto; justify-content: center; padding: 0px; width: auto; --gap-h-ceb1419d-d03d-47ac-880b-f3e46d20f08b: 2px; --gap-v-ceb1419d-d03d-47ac-880b-f3e46d20f08b: 0px; --gap-uuid: ceb1419d-d03d-47ac-880b-f3e46d20f08b; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-ceb1419d-d03d-47ac-880b-f3e46d20f08b] { padding: 0px; --gap-h-ceb1419d-d03d-47ac-880b-f3e46d20f08b: 2px; --gap-v-ceb1419d-d03d-47ac-880b-f3e46d20f08b: 0px; }
}.sd[data-s-f704d04c-6a4e-4cf2-97ea-d67af3bf19fa] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: center; rotate: 95deg; width: 18px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-f704d04c-6a4e-4cf2-97ea-d67af3bf19fa] { flex: none; width: 12px; max-width: 100%; }
}.sd[data-s-11b72c28-1ea1-4d3f-bcff-172871d3cdf0] { align-content: flex-end; align-items: flex-end; flex: none; flex-direction: row; gap: 2px; height: auto; justify-content: center; padding: 0px; width: auto; --gap-h-11b72c28-1ea1-4d3f-bcff-172871d3cdf0: 2px; --gap-v-11b72c28-1ea1-4d3f-bcff-172871d3cdf0: 0px; --gap-uuid: 11b72c28-1ea1-4d3f-bcff-172871d3cdf0; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-11b72c28-1ea1-4d3f-bcff-172871d3cdf0] { flex-direction: row; flex-wrap: nowrap; --gap-h-11b72c28-1ea1-4d3f-bcff-172871d3cdf0: 2px; --gap-v-11b72c28-1ea1-4d3f-bcff-172871d3cdf0: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-11b72c28-1ea1-4d3f-bcff-172871d3cdf0] { padding: 0px; --gap-h-11b72c28-1ea1-4d3f-bcff-172871d3cdf0: 2px; --gap-v-11b72c28-1ea1-4d3f-bcff-172871d3cdf0: 0px; }
}.sd[data-s-ea514faf-7e7e-471d-8e6e-7617ad07c96a] { color: #FFFFFF; flex: none; font-family: 'Noto Sans JP'; font-size: 19px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0em; margin: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-ea514faf-7e7e-471d-8e6e-7617ad07c96a] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-ea514faf-7e7e-471d-8e6e-7617ad07c96a] { font-size: 16px; }
}
@media screen and (max-width: 360px){
.sd[data-s-ea514faf-7e7e-471d-8e6e-7617ad07c96a] { font-size: 13px; }
}.sd[data-s-2a61600f-1612-4edc-b36b-26302de99c39] { color: #FFFFFF; flex: none; font-family: 'Noto Sans JP'; font-size: 14px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0em; margin: 0px 0px 0px 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-2a61600f-1612-4edc-b36b-26302de99c39] { font-size: 16px; }
}
@media screen and (max-width: 690px){
.sd[data-s-2a61600f-1612-4edc-b36b-26302de99c39] { font-size: 13px; }
}
@media screen and (max-width: 360px){
.sd[data-s-2a61600f-1612-4edc-b36b-26302de99c39] { font-size: 11px; }
}.sd[data-s-02edcb33-7938-48d6-9362-350cfe535fac] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: center; rotate: 85deg; width: 18px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-02edcb33-7938-48d6-9362-350cfe535fac] { flex: none; width: 12px; max-width: 100%; }
}.sd[data-s-8bca94e0-6130-4ed2-9588-a2c43724b8b7] { align-content: center; align-items: center; background: #FFFFFF; border-bottom: 2px solid #003366; border-left: 2px solid #003366; border-radius: 12px; border-right: 2px solid #003366; border-top: 2px solid #003366; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: 66px; justify-content: center; padding: 18px 8px 20px 0px; width: calc(100% - (var(--gap-h-2b98104c-7c3c-446a-b5d8-8a35b6ff0638) * 0)); --gap-h-8bca94e0-6130-4ed2-9588-a2c43724b8b7: 7px; --gap-v-8bca94e0-6130-4ed2-9588-a2c43724b8b7: 0px; --gap-uuid: 8bca94e0-6130-4ed2-9588-a2c43724b8b7; max-width: calc(100% - (var(--gap-h-2b98104c-7c3c-446a-b5d8-8a35b6ff0638) * 0)); }
.sd[data-s-8bca94e0-6130-4ed2-9588-a2c43724b8b7]:hover { opacity: 0.7; --gap-h-8bca94e0-6130-4ed2-9588-a2c43724b8b7: 7px; --gap-v-8bca94e0-6130-4ed2-9588-a2c43724b8b7: 0px; }
@media screen and (max-width: 990px){
.sd[data-s-8bca94e0-6130-4ed2-9588-a2c43724b8b7] { flex: none; height: 70px; padding: 10px 8px 10px 0px; --gap-h-8bca94e0-6130-4ed2-9588-a2c43724b8b7: 7px; --gap-v-8bca94e0-6130-4ed2-9588-a2c43724b8b7: 0px; width: calc(100% - (var(--gap-h-2b98104c-7c3c-446a-b5d8-8a35b6ff0638) * 0)); max-width: calc(100% - (var(--gap-h-2b98104c-7c3c-446a-b5d8-8a35b6ff0638) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-8bca94e0-6130-4ed2-9588-a2c43724b8b7] { flex: none; gap: 8px; height: 60px; padding: 8px 2px 8px 0px; --gap-h-8bca94e0-6130-4ed2-9588-a2c43724b8b7: 8px; --gap-v-8bca94e0-6130-4ed2-9588-a2c43724b8b7: 0px; width: calc(100% - (var(--gap-h-2b98104c-7c3c-446a-b5d8-8a35b6ff0638) * 0)); max-width: calc(100% - (var(--gap-h-2b98104c-7c3c-446a-b5d8-8a35b6ff0638) * 0)); }
}
@media screen and (max-width: 360px){
.sd[data-s-8bca94e0-6130-4ed2-9588-a2c43724b8b7] { gap: 2px; --gap-h-8bca94e0-6130-4ed2-9588-a2c43724b8b7: 2px; --gap-v-8bca94e0-6130-4ed2-9588-a2c43724b8b7: 0px; }
}.sd[data-s-c5c261f1-da8d-40c5-bd55-cc62aec39f14] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: flex-start; overflow-x: hidden; overflow-y: hidden; padding: 3px 6px 3px 6px; width: 28px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-c5c261f1-da8d-40c5-bd55-cc62aec39f14] { flex: none; padding: 2px; width: 19px; max-width: 100%; }
}.sd[data-s-56ebfd13-0ace-4d3a-aeea-5c82b21d24fd] { align-items: center; flex-direction: column; height: auto; justify-content: center; margin: 0px; width: 100%; max-width: 100%; }.sd[data-s-3c647a6c-72af-44d7-b7df-5d51d752b2f3] { color: #003366; flex: none; font-family: 'Noto Sans JP'; font-size: 19px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0.02em; line-height: 1.2; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 990px){
.sd[data-s-3c647a6c-72af-44d7-b7df-5d51d752b2f3] { font-size: 18px; }
}
@media screen and (max-width: 690px){
.sd[data-s-3c647a6c-72af-44d7-b7df-5d51d752b2f3] { flex: none; font-size: 15px; width: 110px; max-width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-3c647a6c-72af-44d7-b7df-5d51d752b2f3] { flex: none; font-size: 13px; width: 100px; max-width: 100%; }
}.sd[data-s-a275da1e-1c55-4c92-b72a-bc000889f212] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; justify-content: center; padding: 20px 0px 0px 0px; width: auto; --gap-h-a275da1e-1c55-4c92-b72a-bc000889f212: 0px; --gap-v-a275da1e-1c55-4c92-b72a-bc000889f212: 5px; --gap-uuid: a275da1e-1c55-4c92-b72a-bc000889f212; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-a275da1e-1c55-4c92-b72a-bc000889f212] { align-content: center; align-items: center; display: none; justify-content: center; padding: 0px 0px 0px 0px; --gap-h-a275da1e-1c55-4c92-b72a-bc000889f212: 0px; --gap-v-a275da1e-1c55-4c92-b72a-bc000889f212: 5px; }
}
@media screen and (max-width: 690px){
.sd[data-s-a275da1e-1c55-4c92-b72a-bc000889f212] { display: none; gap: 2px; padding: 0px 0px 0px 0px; --gap-h-a275da1e-1c55-4c92-b72a-bc000889f212: 0px; --gap-v-a275da1e-1c55-4c92-b72a-bc000889f212: 2px; }
}
@media screen and (max-width: 360px){
.sd[data-s-a275da1e-1c55-4c92-b72a-bc000889f212] { display: none; --gap-h-a275da1e-1c55-4c92-b72a-bc000889f212: 0px; --gap-v-a275da1e-1c55-4c92-b72a-bc000889f212: 5px; }
}.sd[data-s-9217b437-94f7-4cd0-b699-c031219d6224] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-b65e8e5e-6389-4b51-aaed-2794c591d71f] { align-content: flex-end; align-items: flex-end; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: auto; justify-content: center; padding: 0px; width: auto; --gap-h-b65e8e5e-6389-4b51-aaed-2794c591d71f: 2px; --gap-v-b65e8e5e-6389-4b51-aaed-2794c591d71f: 0px; --gap-uuid: b65e8e5e-6389-4b51-aaed-2794c591d71f; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-b65e8e5e-6389-4b51-aaed-2794c591d71f] { flex-direction: row; flex-wrap: nowrap; gap: 2px 0px; --gap-h-b65e8e5e-6389-4b51-aaed-2794c591d71f: 0px; --gap-v-b65e8e5e-6389-4b51-aaed-2794c591d71f: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-b65e8e5e-6389-4b51-aaed-2794c591d71f] { padding: 0px; --gap-h-b65e8e5e-6389-4b51-aaed-2794c591d71f: 2px; --gap-v-b65e8e5e-6389-4b51-aaed-2794c591d71f: 0px; }
}.sd[data-s-5982762f-c247-44af-806d-dbb0032bdddd] { color: #FFFFFF; flex: none; font-family: var(--s-font-6c87f3c1); font-size: 15px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0em; line-height: 1.4; margin: 0px 0px 0px 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-5982762f-c247-44af-806d-dbb0032bdddd] { font-size: 13px; }
}
@media screen and (max-width: 690px){
.sd[data-s-5982762f-c247-44af-806d-dbb0032bdddd] { font-size: 10px; }
}.sd[data-s-5593a4fb-4dfd-4f73-8da0-8a266a7cd308] { color: #FFFFFF; flex: none; font-family: var(--s-font-3c82f042); font-size: 20px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0em; line-height: 1; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-5593a4fb-4dfd-4f73-8da0-8a266a7cd308] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-5593a4fb-4dfd-4f73-8da0-8a266a7cd308] { font-size: 16px; }
}.sd[data-s-eb6343e8-9d74-4b7e-b8fd-0463b3ad2b99] { color: #FFFFFF; flex: none; font-family: var(--s-font-6c87f3c1); font-size: 15px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-eb6343e8-9d74-4b7e-b8fd-0463b3ad2b99] { font-size: 13px; }
}
@media screen and (max-width: 690px){
.sd[data-s-eb6343e8-9d74-4b7e-b8fd-0463b3ad2b99] { font-size: 10px; }
}.sd[data-s-22677c7b-d955-44d5-91ea-e492ed5a3d15] { color: #FFFFFF; flex: none; font-family: var(--s-font-6c87f3c1); font-size: 15px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0em; line-height: 1.4; margin: 0px 0px 0px 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-22677c7b-d955-44d5-91ea-e492ed5a3d15] { font-size: 13px; }
}
@media screen and (max-width: 690px){
.sd[data-s-22677c7b-d955-44d5-91ea-e492ed5a3d15] { font-size: 10px; }
}.sd[data-s-4028d024-bf5c-4841-8407-ded5e6cde659] { align-content: flex-end; align-items: flex-end; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: auto; justify-content: center; padding: 0px; width: auto; --gap-h-4028d024-bf5c-4841-8407-ded5e6cde659: 2px; --gap-v-4028d024-bf5c-4841-8407-ded5e6cde659: 0px; --gap-uuid: 4028d024-bf5c-4841-8407-ded5e6cde659; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-4028d024-bf5c-4841-8407-ded5e6cde659] { flex-direction: row; flex-wrap: nowrap; gap: 2px 0px; --gap-h-4028d024-bf5c-4841-8407-ded5e6cde659: 0px; --gap-v-4028d024-bf5c-4841-8407-ded5e6cde659: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-4028d024-bf5c-4841-8407-ded5e6cde659] { padding: 0px; --gap-h-4028d024-bf5c-4841-8407-ded5e6cde659: 2px; --gap-v-4028d024-bf5c-4841-8407-ded5e6cde659: 0px; }
}.sd[data-s-0ddda0ea-00e7-433a-8351-dd297e0c5a0d] { color: #FFFFFF; flex: none; font-family: var(--s-font-6c87f3c1); font-size: 15px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0em; line-height: 1.4; margin: 0px 0px 0px 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-0ddda0ea-00e7-433a-8351-dd297e0c5a0d] { font-size: 13px; }
}
@media screen and (max-width: 690px){
.sd[data-s-0ddda0ea-00e7-433a-8351-dd297e0c5a0d] { font-size: 10px; }
}

.sd[data-s-8ea4c9d5-8c30-45a5-a6d9-0f9c19f2842b] { align-content: center; align-items: center; background: #ffffff; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: flex-start; width: 100%; max-width: 100%; }.sd[data-s-b1cac786-ff10-455c-b374-ce8d2cf8dbb1] { background: rgba(255, 255, 255, 0); border-radius: 0px; flex: none; height: 0px; left: 0; margin: 0 0 0 0; opacity: 1; padding: 0 0 0 0; position: fixed; top: 0; width: 0px; z-index: -3; max-width: 100%; }.sd[data-s-f59c5133-ceb4-45e1-9c7f-25249fdacf99] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; padding: 0px; width: 100%; z-index: 4; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-f59c5133-ceb4-45e1-9c7f-25249fdacf99] { display: none; }
}
@media screen and (max-width: 690px){
.sd[data-s-f59c5133-ceb4-45e1-9c7f-25249fdacf99] { display: none; }
}
@media screen and (max-width: 360px){
.sd[data-s-f59c5133-ceb4-45e1-9c7f-25249fdacf99] { display: none; }
}.sd[data-s-ce418dc0-be02-4355-9960-3a8f498c2bb8] {  }.sd[data-s-da8919be-d599-4cd8-9c42-c7a870789bb7] {  }.sd[data-s-9936d152-1464-48e7-9daa-f68cf5f19d74] {  }.sd[data-s-59f03841-c175-4b1b-ae28-26b8bda8fe56] { align-content: center; align-items: center; box-shadow: none; flex: none; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; margin: 0px 0px; padding: 0px; width: 100%; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-59f03841-c175-4b1b-ae28-26b8bda8fe56] { height: auto; width: 100%; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-59f03841-c175-4b1b-ae28-26b8bda8fe56] { flex: none; height: auto; }
}
@media screen and (max-width: 360px){
.sd[data-s-59f03841-c175-4b1b-ae28-26b8bda8fe56] { padding: 0px; }
}.sd[data-s-62a22b59-8a94-45a6-bd6d-2431e1c66b7f] { align-content: flex-start; align-items: flex-start; box-shadow: none; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; margin: 0px; overflow-x: hidden; overflow-y: hidden; padding: 0px 24px 0px 24px; width: 100%; z-index: 1; max-width: 100%; }
.sd[data-s-62a22b59-8a94-45a6-bd6d-2431e1c66b7f]:before { background-position: center bottom; }
@media screen and (max-width: 1280px){
.sd[data-s-62a22b59-8a94-45a6-bd6d-2431e1c66b7f] { align-content: center; align-items: center; display: flex; justify-content: center; padding: 0px 0px 0px 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-62a22b59-8a94-45a6-bd6d-2431e1c66b7f]:before { background-position: left bottom; background-size: cover; }
.sd[data-s-62a22b59-8a94-45a6-bd6d-2431e1c66b7f] { display: flex; height: 100%; width: 100%; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-62a22b59-8a94-45a6-bd6d-2431e1c66b7f] { background: #FFFFFF; display: flex; flex: none; height: 100%; padding: 0px 0px 0px 0px; rotate: 0deg; translate: 0px 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-62a22b59-8a94-45a6-bd6d-2431e1c66b7f] { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: flex-start; padding: 0px 9px 0px 9px; }
}.sd[data-s-52e4fcbe-050f-4724-8157-ba636653f325] { align-content: flex-start; align-items: flex-start; background: transparent; bottom: 0px; box-shadow: none; display: flex; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: flex-start; left: 160px; margin: 0 0 0 0; overflow-x: hidden; overflow-y: hidden; position: absolute; right: 0px; top: -151px; width: auto; z-index: -3; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-52e4fcbe-050f-4724-8157-ba636653f325] { display: flex; }
}
@media screen and (max-width: 990px){
.sd[data-s-52e4fcbe-050f-4724-8157-ba636653f325] { display: flex; height: auto; width: auto; }
}
@media screen and (max-width: 690px){
.sd[data-s-52e4fcbe-050f-4724-8157-ba636653f325] { bottom: auto; display: none; height: 538px; left: 0px; overflow-x: hidden; overflow-y: hidden; right: -11px; top: 0px; width: auto; max-width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-52e4fcbe-050f-4724-8157-ba636653f325] { bottom: auto; display: none; height: 400px; top: 0px; max-width: 100%; }
}.sd[data-s-43a87839-ff01-4751-a1c5-ba420b07151f] { bottom: -20px; display: none; height: auto; left: 20px; margin: 0 0 0 0; position: absolute; right: -20px; top: 20px; width: auto; z-index: -3; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-43a87839-ff01-4751-a1c5-ba420b07151f] { display: none; }
}
@media screen and (max-width: 990px){
.sd[data-s-43a87839-ff01-4751-a1c5-ba420b07151f] { display: none; }
}
@media screen and (max-width: 690px){
.sd[data-s-43a87839-ff01-4751-a1c5-ba420b07151f] { bottom: auto; display: flex; flex: none; height: 477px; left: 0px; overflow-x: hidden; overflow-y: hidden; right: 0px; top: 0px; width: auto; max-width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-43a87839-ff01-4751-a1c5-ba420b07151f] { bottom: auto; display: flex; height: 354px; top: 0px; max-width: 100%; }
}.sd[data-s-e9f72994-fa61-43cb-9a5f-35b962555eeb] { align-content: stretch; align-items: stretch; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; justify-content: flex-start; margin: 0px 0px 0px 20px; padding: 0px; width: calc(100% - 20px); --gap-h-e9f72994-fa61-43cb-9a5f-35b962555eeb: 20px; --gap-v-e9f72994-fa61-43cb-9a5f-35b962555eeb: 0px; --gap-uuid: e9f72994-fa61-43cb-9a5f-35b962555eeb; max-width: calc(100% - 20px); }
@media screen and (max-width: 1280px){
.sd[data-s-e9f72994-fa61-43cb-9a5f-35b962555eeb] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; justify-content: center; margin: 0px 30px 0px 50px; --gap-h-e9f72994-fa61-43cb-9a5f-35b962555eeb: 8px; --gap-v-e9f72994-fa61-43cb-9a5f-35b962555eeb: 0px; width: calc(100% - 80px); max-width: calc(100% - 80px); }
}
@media screen and (max-width: 990px){
.sd[data-s-e9f72994-fa61-43cb-9a5f-35b962555eeb] { flex: none; height: 100%; margin: 0px 0px 0px 0px; padding: 0px 30px 0px 30px; --gap-h-e9f72994-fa61-43cb-9a5f-35b962555eeb: 20px; --gap-v-e9f72994-fa61-43cb-9a5f-35b962555eeb: 0px; width: 100%; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-e9f72994-fa61-43cb-9a5f-35b962555eeb] { margin: 0px 10px 0px 10px; padding: 0px 0px 0px 0px; --gap-h-e9f72994-fa61-43cb-9a5f-35b962555eeb: 20px; --gap-v-e9f72994-fa61-43cb-9a5f-35b962555eeb: 0px; width: calc(100% - 20px); max-width: calc(100% - 20px); height: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-e9f72994-fa61-43cb-9a5f-35b962555eeb] { flex: none; height: 100%; margin: 0px 0px; padding: 0px; width: 100%; --gap-h-e9f72994-fa61-43cb-9a5f-35b962555eeb: 20px; --gap-v-e9f72994-fa61-43cb-9a5f-35b962555eeb: 0px; max-width: 100%; }
}.sd[data-s-57c8bdb3-978a-4f87-9452-b597185456fd] { align-content: flex-start; align-items: flex-start; display: flex; flex: 1; flex-direction: row; flex-wrap: nowrap; gap: 50px; justify-content: center; padding: 70px 0px 30px 0px; width: auto; --gap-h-57c8bdb3-978a-4f87-9452-b597185456fd: 50px; --gap-v-57c8bdb3-978a-4f87-9452-b597185456fd: 0px; --gap-uuid: 57c8bdb3-978a-4f87-9452-b597185456fd; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-57c8bdb3-978a-4f87-9452-b597185456fd] { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: 582px; justify-content: flex-start; margin: 0px 0px 0px 0px; padding: 50px 0px 60px 0px; width: auto; --gap-h-57c8bdb3-978a-4f87-9452-b597185456fd: 30px; --gap-v-57c8bdb3-978a-4f87-9452-b597185456fd: 0px; max-width: 100%; }
}
@media screen and (max-width: 990px){
.sd[data-s-57c8bdb3-978a-4f87-9452-b597185456fd] { align-content: center; align-items: center; display: flex; flex: none; gap: 15px; height: auto; justify-content: space-between; margin: 0px 0px 0px 0px; padding: 30px 0px 30px 0px; width: calc(100% - (var(--gap-h-e9f72994-fa61-43cb-9a5f-35b962555eeb) * 0)); --gap-h-57c8bdb3-978a-4f87-9452-b597185456fd: 15px; --gap-v-57c8bdb3-978a-4f87-9452-b597185456fd: 0px; max-width: calc(100% - (var(--gap-h-e9f72994-fa61-43cb-9a5f-35b962555eeb) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-57c8bdb3-978a-4f87-9452-b597185456fd] { align-content: center; align-items: center; display: flex; flex-direction: column-reverse; flex-wrap: nowrap; gap: 4px; height: calc(100% - (var(--gap-v-e9f72994-fa61-43cb-9a5f-35b962555eeb) * 0)); justify-content: center; padding: 10px 0px 24px 0px; --gap-h-57c8bdb3-978a-4f87-9452-b597185456fd: 0px; --gap-v-57c8bdb3-978a-4f87-9452-b597185456fd: 4px; width: calc(100% - (var(--gap-h-e9f72994-fa61-43cb-9a5f-35b962555eeb) * 0)); max-width: calc(100% - (var(--gap-h-e9f72994-fa61-43cb-9a5f-35b962555eeb) * 0)); }
}
@media screen and (max-width: 360px){
.sd[data-s-57c8bdb3-978a-4f87-9452-b597185456fd] { display: flex; --gap-h-57c8bdb3-978a-4f87-9452-b597185456fd: 50px; --gap-v-57c8bdb3-978a-4f87-9452-b597185456fd: 0px; }
}.sd[data-s-f61469c7-004e-4c64-9194-f5cb6e600a47] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: auto; justify-content: flex-start; padding: 0px; width: auto; --gap-h-f61469c7-004e-4c64-9194-f5cb6e600a47: 0px; --gap-v-f61469c7-004e-4c64-9194-f5cb6e600a47: 6px; --gap-uuid: f61469c7-004e-4c64-9194-f5cb6e600a47; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-f61469c7-004e-4c64-9194-f5cb6e600a47] { width: 458px; --gap-h-f61469c7-004e-4c64-9194-f5cb6e600a47: 0px; --gap-v-f61469c7-004e-4c64-9194-f5cb6e600a47: 6px; max-width: 100%; }
}
@media screen and (max-width: 990px){
.sd[data-s-f61469c7-004e-4c64-9194-f5cb6e600a47] { align-content: stretch; align-items: stretch; flex: none; gap: 0px; height: auto; justify-content: flex-start; width: 394.188px; --gap-h-f61469c7-004e-4c64-9194-f5cb6e600a47: 0px; --gap-v-f61469c7-004e-4c64-9194-f5cb6e600a47: 0px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-f61469c7-004e-4c64-9194-f5cb6e600a47] { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: calc(100% - (var(--gap-v-57c8bdb3-978a-4f87-9452-b597185456fd) * 0)); justify-content: center; padding: 0px; width: 370px; --gap-h-f61469c7-004e-4c64-9194-f5cb6e600a47: 0px; --gap-v-f61469c7-004e-4c64-9194-f5cb6e600a47: 15px; max-width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-f61469c7-004e-4c64-9194-f5cb6e600a47] { display: flex; padding: 0px; --gap-h-f61469c7-004e-4c64-9194-f5cb6e600a47: 0px; --gap-v-f61469c7-004e-4c64-9194-f5cb6e600a47: 6px; }
}.sd[data-s-9ac3a443-b80f-4a51-a4ea-c4146f4a4857] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 13px; height: auto; justify-content: flex-start; padding: 0px 0px 16px 0px; width: calc(100% - (var(--gap-h-f61469c7-004e-4c64-9194-f5cb6e600a47) * 0)); --gap-h-9ac3a443-b80f-4a51-a4ea-c4146f4a4857: 0px; --gap-v-9ac3a443-b80f-4a51-a4ea-c4146f4a4857: 13px; --gap-uuid: 9ac3a443-b80f-4a51-a4ea-c4146f4a4857; max-width: calc(100% - (var(--gap-h-f61469c7-004e-4c64-9194-f5cb6e600a47) * 0)); }
@media screen and (max-width: 990px){
.sd[data-s-9ac3a443-b80f-4a51-a4ea-c4146f4a4857] { gap: 14px; height: auto; margin: 0px 0px 0px 0px; padding: 0px 0px 10px 0px; width: auto; --gap-h-9ac3a443-b80f-4a51-a4ea-c4146f4a4857: 0px; --gap-v-9ac3a443-b80f-4a51-a4ea-c4146f4a4857: 14px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-9ac3a443-b80f-4a51-a4ea-c4146f4a4857] { align-content: center; align-items: center; gap: 12px; height: auto; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-f61469c7-004e-4c64-9194-f5cb6e600a47) * 0)); --gap-h-9ac3a443-b80f-4a51-a4ea-c4146f4a4857: 0px; --gap-v-9ac3a443-b80f-4a51-a4ea-c4146f4a4857: 12px; max-width: calc(100% - (var(--gap-h-f61469c7-004e-4c64-9194-f5cb6e600a47) * 0)); }
}
@media screen and (max-width: 360px){
.sd[data-s-9ac3a443-b80f-4a51-a4ea-c4146f4a4857] { gap: 9px; height: auto; margin: 0px 0px 0px 0px; width: 300px; --gap-h-9ac3a443-b80f-4a51-a4ea-c4146f4a4857: 0px; --gap-v-9ac3a443-b80f-4a51-a4ea-c4146f4a4857: 9px; max-width: 100%; }
}.fv-title { display: flex; flex: none; align-content: flex-start; align-items: flex-start; color: #26b8ba; flex-direction: column; flex-wrap: nowrap; gap: 1px; justify-content: center; margin: 0 0 0 0; padding: 0px 0px 0px 0px; position: relative; max-width: 100%; }
@media screen and (max-width: 690px){
.fv-title { align-content: center; align-items: center; gap: 0px; justify-content: center; margin: 0px 0px 5px 0px; max-width: 100%; }
}
@media screen and (max-width: 360px){
.fv-title { width: 218px; max-width: 100%; }
}.sd[data-s-c5d68976-d010-4e8e-8fc5-3e137df78d10] { align-content: flex-end; align-items: flex-end; flex-direction: row; flex-wrap: nowrap; gap: 1px; justify-content: center; padding: 0px; --gap-h-c5d68976-d010-4e8e-8fc5-3e137df78d10: 1px; --gap-v-c5d68976-d010-4e8e-8fc5-3e137df78d10: 0px; --gap-uuid: c5d68976-d010-4e8e-8fc5-3e137df78d10; }
@media screen and (max-width: 690px){
.sd[data-s-c5d68976-d010-4e8e-8fc5-3e137df78d10] { gap: 2px; --gap-h-c5d68976-d010-4e8e-8fc5-3e137df78d10: 2px; --gap-v-c5d68976-d010-4e8e-8fc5-3e137df78d10: 0px; }
}.fv-title-lead { display: flex; flex: none; flex-direction: row; align-items: center; align-content: center; overflow: visible; overflow-wrap: anywhere; word-break: break-word; color: #333333; font-family: var(--s-font-4aa63508); font-size: 30px; font-weight: 400; height: auto; letter-spacing: 0.05em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.fv-title-lead { font-size: 28px; }
}
@media screen and (max-width: 690px){
.fv-title-lead { font-size: 24px; margin: 0px 0px 0px 0px; max-width: 100%; }
}
@media screen and (max-width: 360px){
.fv-title-lead { font-size: 20px; }
}.sd[data-s-6511d300-53eb-4347-b098-bf8a36dc9610] { align-content: flex-end; align-items: flex-end; flex-direction: row; flex-wrap: nowrap; gap: 1px; justify-content: center; padding: 0px; --gap-h-6511d300-53eb-4347-b098-bf8a36dc9610: 1px; --gap-v-6511d300-53eb-4347-b098-bf8a36dc9610: 0px; --gap-uuid: 6511d300-53eb-4347-b098-bf8a36dc9610; }
@media screen and (max-width: 690px){
.sd[data-s-6511d300-53eb-4347-b098-bf8a36dc9610] { gap: 2px; --gap-h-6511d300-53eb-4347-b098-bf8a36dc9610: 2px; --gap-v-6511d300-53eb-4347-b098-bf8a36dc9610: 0px; }
}.fv-title-product { display: flex; flex: none; flex-direction: row; align-items: center; align-content: center; overflow: visible; overflow-wrap: anywhere; word-break: break-word; color: #26b8ba; font-family: var(--s-font-4aa63508); font-size: 44px; font-weight: 400; height: auto; letter-spacing: 0.05em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.fv-title-product { font-size: 32px; }
}
@media screen and (max-width: 690px){
.fv-title-product { text-align: center; justify-content: center; }
}
@media screen and (max-width: 360px){
.fv-title-product { font-size: 22px; letter-spacing: normal; }
}.fv-title-particle { display: flex; flex: none; flex-direction: row; align-items: center; align-content: center; overflow: visible; overflow-wrap: anywhere; word-break: break-word; color: #333333; font-family: var(--s-font-4aa63508); font-size: 30px; font-weight: 400; height: auto; letter-spacing: 0.05em; line-height: 1.60; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.fv-title-particle { font-size: 28px; }
}
@media screen and (max-width: 690px){
.fv-title-particle { font-size: 24px; margin: 0px 0px 0px 0px; max-width: 100%; }
}
@media screen and (max-width: 360px){
.fv-title-particle { font-size: 20px; }
}.fv-title-main { display: flex; flex: none; flex-direction: row; align-items: center; align-content: center; overflow: visible; overflow-wrap: anywhere; word-break: break-word; color: #333333; font-family: var(--s-font-4aa63508); font-size: 36px; font-weight: 400; height: auto; letter-spacing: 0.05em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.fv-title-main { font-size: 28px; }
}
@media screen and (max-width: 690px){
.fv-title-main { font-size: 28px; margin: 0px 0px 0px 0px; max-width: 100%; }
}
@media screen and (max-width: 360px){
.fv-title-main { font-size: 20px; }
}.sd[data-s-69f408ac-a9f2-4ab9-8c5a-be20e5e48c96] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 8px; justify-content: flex-start; padding: 0px; --gap-h-69f408ac-a9f2-4ab9-8c5a-be20e5e48c96: 0px; --gap-v-69f408ac-a9f2-4ab9-8c5a-be20e5e48c96: 8px; --gap-uuid: 69f408ac-a9f2-4ab9-8c5a-be20e5e48c96; }
@media screen and (max-width: 990px){
.sd[data-s-69f408ac-a9f2-4ab9-8c5a-be20e5e48c96] { gap: 8px; --gap-h-69f408ac-a9f2-4ab9-8c5a-be20e5e48c96: 0px; --gap-v-69f408ac-a9f2-4ab9-8c5a-be20e5e48c96: 8px; }
}
@media screen and (max-width: 690px){
.sd[data-s-69f408ac-a9f2-4ab9-8c5a-be20e5e48c96] { align-content: center; align-items: center; gap: 10px; justify-content: flex-start; --gap-h-69f408ac-a9f2-4ab9-8c5a-be20e5e48c96: 0px; --gap-v-69f408ac-a9f2-4ab9-8c5a-be20e5e48c96: 10px; }
}
@media screen and (max-width: 360px){
.sd[data-s-69f408ac-a9f2-4ab9-8c5a-be20e5e48c96] { gap: 9px; --gap-h-69f408ac-a9f2-4ab9-8c5a-be20e5e48c96: 0px; --gap-v-69f408ac-a9f2-4ab9-8c5a-be20e5e48c96: 9px; }
}.sd[data-s-d76de442-735a-4f48-9c4d-895d4a3370f4] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: 49px; justify-content: flex-start; padding: 0px; width: 432px; --gap-h-d76de442-735a-4f48-9c4d-895d4a3370f4: 0px; --gap-v-d76de442-735a-4f48-9c4d-895d4a3370f4: 2px; --gap-uuid: d76de442-735a-4f48-9c4d-895d4a3370f4; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-d76de442-735a-4f48-9c4d-895d4a3370f4] { padding: 0px; --gap-h-d76de442-735a-4f48-9c4d-895d4a3370f4: 0px; --gap-v-d76de442-735a-4f48-9c4d-895d4a3370f4: 2px; }
}
@media screen and (max-width: 990px){
.sd[data-s-d76de442-735a-4f48-9c4d-895d4a3370f4] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-69f408ac-a9f2-4ab9-8c5a-be20e5e48c96) * 0)); --gap-h-d76de442-735a-4f48-9c4d-895d4a3370f4: 0px; --gap-v-d76de442-735a-4f48-9c4d-895d4a3370f4: 2px; max-width: calc(100% - (var(--gap-h-69f408ac-a9f2-4ab9-8c5a-be20e5e48c96) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-d76de442-735a-4f48-9c4d-895d4a3370f4] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 4px; justify-content: center; padding: 0px; width: 100%; --gap-h-d76de442-735a-4f48-9c4d-895d4a3370f4: 0px; --gap-v-d76de442-735a-4f48-9c4d-895d4a3370f4: 4px; }
}
@media screen and (max-width: 360px){
.sd[data-s-d76de442-735a-4f48-9c4d-895d4a3370f4] { gap: 3px; --gap-h-d76de442-735a-4f48-9c4d-895d4a3370f4: 0px; --gap-v-d76de442-735a-4f48-9c4d-895d4a3370f4: 3px; }
}.sd[data-s-93c02c38-97f3-4805-9c9d-ed6c4c20b27f] { align-items: center; flex-direction: row; gap: 0px; height: 50px; justify-content: flex-start; margin: 0px; padding: 0px 0px 0px 2px; width: auto; --gap-h-93c02c38-97f3-4805-9c9d-ed6c4c20b27f: 0px; --gap-v-93c02c38-97f3-4805-9c9d-ed6c4c20b27f: 0px; --gap-uuid: 93c02c38-97f3-4805-9c9d-ed6c4c20b27f; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-93c02c38-97f3-4805-9c9d-ed6c4c20b27f] { gap: 0px; height: auto; --gap-h-93c02c38-97f3-4805-9c9d-ed6c4c20b27f: 0px; --gap-v-93c02c38-97f3-4805-9c9d-ed6c4c20b27f: 0px; max-width: 100%; }
}
@media screen and (max-width: 990px){
.sd[data-s-93c02c38-97f3-4805-9c9d-ed6c4c20b27f] { gap: 0px; height: 46px; padding: 0px 0px 0px 0px; width: auto; --gap-h-93c02c38-97f3-4805-9c9d-ed6c4c20b27f: 0px; --gap-v-93c02c38-97f3-4805-9c9d-ed6c4c20b27f: 0px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-93c02c38-97f3-4805-9c9d-ed6c4c20b27f] { align-content: center; align-items: center; flex: none; justify-content: center; margin: 0px; padding: 0px 0px 0px 2px; width: calc(52% - (var(--gap-h-d76de442-735a-4f48-9c4d-895d4a3370f4) * 0.48000000000000004)); --gap-h-93c02c38-97f3-4805-9c9d-ed6c4c20b27f: 0px; --gap-v-93c02c38-97f3-4805-9c9d-ed6c4c20b27f: 0px; max-width: calc(52% - (var(--gap-h-d76de442-735a-4f48-9c4d-895d4a3370f4) * 0.48000000000000004)); }
}
@media screen and (max-width: 360px){
.sd[data-s-93c02c38-97f3-4805-9c9d-ed6c4c20b27f] { flex: none; height: 32px; margin: 0px; padding: 0px 0px 0px 0px; width: 143px; --gap-h-93c02c38-97f3-4805-9c9d-ed6c4c20b27f: 0px; --gap-v-93c02c38-97f3-4805-9c9d-ed6c4c20b27f: 0px; max-width: 100%; }
}.sd[data-s-0264afa2-93b3-48e4-b7af-c2f99083d028] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: center; margin: 0px 0px 0px 0px; rotate: -5deg; width: 15px; max-width: 100%; }
@media screen and (max-width: 360px){
.sd[data-s-0264afa2-93b3-48e4-b7af-c2f99083d028] { flex: none; height: auto; width: 9px; max-width: 100%; }
}.sd[data-s-12e576d6-89b0-47a3-8d5c-e0b637acd5ce] { align-content: flex-end; align-items: flex-end; flex-direction: row; flex-wrap: nowrap; gap: 0px; justify-content: flex-start; padding: 0px; --gap-h-12e576d6-89b0-47a3-8d5c-e0b637acd5ce: 0px; --gap-v-12e576d6-89b0-47a3-8d5c-e0b637acd5ce: 0px; --gap-uuid: 12e576d6-89b0-47a3-8d5c-e0b637acd5ce; }
@media screen and (max-width: 1280px){
.sd[data-s-12e576d6-89b0-47a3-8d5c-e0b637acd5ce] { gap: 0px; --gap-h-12e576d6-89b0-47a3-8d5c-e0b637acd5ce: 0px; --gap-v-12e576d6-89b0-47a3-8d5c-e0b637acd5ce: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-12e576d6-89b0-47a3-8d5c-e0b637acd5ce] { gap: 0px; --gap-h-12e576d6-89b0-47a3-8d5c-e0b637acd5ce: 0px; --gap-v-12e576d6-89b0-47a3-8d5c-e0b637acd5ce: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-12e576d6-89b0-47a3-8d5c-e0b637acd5ce] { align-content: center; align-items: center; justify-content: center; --gap-h-12e576d6-89b0-47a3-8d5c-e0b637acd5ce: 0px; --gap-v-12e576d6-89b0-47a3-8d5c-e0b637acd5ce: 0px; }
}.sd[data-s-b0e1b802-f1c3-4934-ac26-1b11db699c8c] { color: #977630; flex: none; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1.39; margin: -1px 0px 0px 10px; text-align: left; width: auto; max-width: calc(100% - 10px); justify-content: flex-start; }
@media screen and (max-width: 1280px){
.sd[data-s-b0e1b802-f1c3-4934-ac26-1b11db699c8c] { margin: -1px 0px 0px 12px; max-width: calc(100% - 12px); }
}
@media screen and (max-width: 990px){
.sd[data-s-b0e1b802-f1c3-4934-ac26-1b11db699c8c] { font-size: 10px; margin: -1px 0px 0px 5px; max-width: calc(100% - 5px); }
}
@media screen and (max-width: 690px){
.sd[data-s-b0e1b802-f1c3-4934-ac26-1b11db699c8c] { font-size: 13px; }
}
@media screen and (max-width: 360px){
.sd[data-s-b0e1b802-f1c3-4934-ac26-1b11db699c8c] { font-size: 10px; line-height: 1.3; margin: -1px 0px 0px 4px; max-width: calc(100% - 4px); }
}.sd[data-s-32614172-d765-4fb1-b7bc-2bfa56cefcc1] { bottom: 1px; color: #977630; font-family: var(--s-font-4aa63508); font-size: 10px; height: auto; left: auto; line-height: 1.4; position: absolute; right: 10px; text-align: left; top: NaNpx; width: auto; z-index: 1; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-32614172-d765-4fb1-b7bc-2bfa56cefcc1] { bottom: 0px; font-size: 10px; left: NaNpx; right: 0px; top: NaNpx; }
}
@media screen and (max-width: 690px){
.sd[data-s-32614172-d765-4fb1-b7bc-2bfa56cefcc1] { bottom: 2px; left: auto; right: 8px; top: auto; }
}
@media screen and (max-width: 360px){
.sd[data-s-32614172-d765-4fb1-b7bc-2bfa56cefcc1] { bottom: 1px; font-size: 10px; height: 11px; right: 2px; top: auto; max-width: 100%; }
}.sd[data-s-54916400-11c0-4c4e-93f9-a3ec25b145af] { align-content: flex-end; align-items: flex-end; flex: none; flex-direction: row; gap: 0px; height: 42px; justify-content: center; margin: 0px 6px 0px 6px; overflow-x: hidden; overflow-y: hidden; padding: 0px; width: 84px; --gap-h-54916400-11c0-4c4e-93f9-a3ec25b145af: 0px; --gap-v-54916400-11c0-4c4e-93f9-a3ec25b145af: 0px; --gap-uuid: 54916400-11c0-4c4e-93f9-a3ec25b145af; max-width: calc(100% - 12px); }
@media screen and (max-width: 990px){
.sd[data-s-54916400-11c0-4c4e-93f9-a3ec25b145af] { gap: 0px; height: 34px; margin: 0px 0px 0px 0px; padding: 0px; width: auto; --gap-h-54916400-11c0-4c4e-93f9-a3ec25b145af: 0px; --gap-v-54916400-11c0-4c4e-93f9-a3ec25b145af: 0px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-54916400-11c0-4c4e-93f9-a3ec25b145af] { gap: 0px; margin: 0px 0px 0px 3px; padding: 0px; --gap-h-54916400-11c0-4c4e-93f9-a3ec25b145af: 0px; --gap-v-54916400-11c0-4c4e-93f9-a3ec25b145af: 0px; max-width: calc(100% - 3px); }
}
@media screen and (max-width: 360px){
.sd[data-s-54916400-11c0-4c4e-93f9-a3ec25b145af] { height: calc(100% - (var(--gap-v-93c02c38-97f3-4805-9c9d-ed6c4c20b27f) * 0)); margin: 0px 0px 0px 3px; width: 68px; --gap-h-54916400-11c0-4c4e-93f9-a3ec25b145af: 0px; --gap-v-54916400-11c0-4c4e-93f9-a3ec25b145af: 0px; max-width: calc(100% - 3px); }
}.sd[data-s-7de995b6-99c6-4c8b-9f91-1de9b4379212] { color: #977630; flex: none; font-family: var(--s-font-f6aabce6); font-size: 48px; font-weight: 700; height: calc(100% - (var(--gap-v-54916400-11c0-4c4e-93f9-a3ec25b145af) * 0)); line-height: 1.4; text-align: left; width: 63px; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-7de995b6-99c6-4c8b-9f91-1de9b4379212] { font-size: 42px; margin: 0px 0px 0px 6px; width: 55px; max-width: calc(100% - 6px); height: calc(100% - (var(--gap-v-54916400-11c0-4c4e-93f9-a3ec25b145af) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-7de995b6-99c6-4c8b-9f91-1de9b4379212] { margin: 0px 0px 0px 0px; max-width: 100%; height: calc(100% - (var(--gap-v-54916400-11c0-4c4e-93f9-a3ec25b145af) * 0)); }
}
@media screen and (max-width: 360px){
.sd[data-s-7de995b6-99c6-4c8b-9f91-1de9b4379212] { font-size: 36px; letter-spacing: 0em; line-height: 1.1; margin: 0px 0px 0px 0px; width: 47px; max-width: 100%; height: calc(100% - (var(--gap-v-54916400-11c0-4c4e-93f9-a3ec25b145af) * 0)); }
}.sd[data-s-b1675454-1a62-4634-b157-07d9b90e5dfd] { color: #977630; font-family: var(--s-font-f6aabce6); font-size: 22px; font-weight: 700; height: auto; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 1280px){
.sd[data-s-b1675454-1a62-4634-b157-07d9b90e5dfd] { line-height: 1; }
}
@media screen and (max-width: 360px){
.sd[data-s-b1675454-1a62-4634-b157-07d9b90e5dfd] { letter-spacing: -0.08em; line-height: 1; padding: 0px; }
}.sd[data-s-a0872f92-61c4-4114-ae71-223036d946c2] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: center; margin: 2px 0px 0px 0px; width: 20px; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-a0872f92-61c4-4114-ae71-223036d946c2] { height: auto; width: 19px; max-width: 100%; }
}
@media screen and (max-width: 990px){
.sd[data-s-a0872f92-61c4-4114-ae71-223036d946c2] { flex: none; height: auto; margin: 2px 0px 0px 4px; width: 19px; max-width: calc(100% - 4px); }
}
@media screen and (max-width: 690px){
.sd[data-s-a0872f92-61c4-4114-ae71-223036d946c2] { margin: 2px 0px 0px 6px; max-width: calc(100% - 6px); }
}
@media screen and (max-width: 360px){
.sd[data-s-a0872f92-61c4-4114-ae71-223036d946c2] { flex: none; height: auto; margin: 2px 0px 0px 2px; width: 11px; max-width: calc(100% - 2px); }
}.sd[data-s-28d6df98-441d-48eb-ad75-467ee8563265] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 49px; justify-content: flex-start; padding: 0px; width: 432px; --gap-h-28d6df98-441d-48eb-ad75-467ee8563265: 10px; --gap-v-28d6df98-441d-48eb-ad75-467ee8563265: 0px; --gap-uuid: 28d6df98-441d-48eb-ad75-467ee8563265; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-28d6df98-441d-48eb-ad75-467ee8563265] { padding: 0px; --gap-h-28d6df98-441d-48eb-ad75-467ee8563265: 10px; --gap-v-28d6df98-441d-48eb-ad75-467ee8563265: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-28d6df98-441d-48eb-ad75-467ee8563265] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-69f408ac-a9f2-4ab9-8c5a-be20e5e48c96) * 0)); --gap-h-28d6df98-441d-48eb-ad75-467ee8563265: 5px; --gap-v-28d6df98-441d-48eb-ad75-467ee8563265: 0px; max-width: calc(100% - (var(--gap-h-69f408ac-a9f2-4ab9-8c5a-be20e5e48c96) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-28d6df98-441d-48eb-ad75-467ee8563265] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 5px; justify-content: center; padding: 0px; width: 100%; --gap-h-28d6df98-441d-48eb-ad75-467ee8563265: 5px; --gap-v-28d6df98-441d-48eb-ad75-467ee8563265: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-28d6df98-441d-48eb-ad75-467ee8563265] { gap: 3px; --gap-h-28d6df98-441d-48eb-ad75-467ee8563265: 3px; --gap-v-28d6df98-441d-48eb-ad75-467ee8563265: 0px; }
}.sd[data-s-24d11149-087a-44c4-9456-de1dcc0de41f] { align-items: center; flex-direction: row; gap: 0px; height: 50px; justify-content: flex-start; margin: 0px; padding: 0px 0px 0px 2px; width: auto; --gap-h-24d11149-087a-44c4-9456-de1dcc0de41f: 0px; --gap-v-24d11149-087a-44c4-9456-de1dcc0de41f: 0px; --gap-uuid: 24d11149-087a-44c4-9456-de1dcc0de41f; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-24d11149-087a-44c4-9456-de1dcc0de41f] { gap: 0px; height: auto; --gap-h-24d11149-087a-44c4-9456-de1dcc0de41f: 0px; --gap-v-24d11149-087a-44c4-9456-de1dcc0de41f: 0px; max-width: 100%; }
}
@media screen and (max-width: 990px){
.sd[data-s-24d11149-087a-44c4-9456-de1dcc0de41f] { gap: 0px; height: 46px; padding: 0px 0px 0px 0px; width: auto; --gap-h-24d11149-087a-44c4-9456-de1dcc0de41f: 0px; --gap-v-24d11149-087a-44c4-9456-de1dcc0de41f: 0px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-24d11149-087a-44c4-9456-de1dcc0de41f] { align-content: center; align-items: center; justify-content: center; margin: 0px; padding: 0px 0px 0px 2px; width: auto; --gap-h-24d11149-087a-44c4-9456-de1dcc0de41f: 0px; --gap-v-24d11149-087a-44c4-9456-de1dcc0de41f: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-24d11149-087a-44c4-9456-de1dcc0de41f] { height: 32px; margin: 0px; padding: 0px 0px 0px 0px; width: auto; --gap-h-24d11149-087a-44c4-9456-de1dcc0de41f: 0px; --gap-v-24d11149-087a-44c4-9456-de1dcc0de41f: 0px; max-width: 100%; }
}.sd[data-s-9452507d-5880-4bf3-8c7f-3fc54ea6dd1d] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: center; margin: 0px 0px 0px 0px; rotate: -5deg; width: 15px; max-width: 100%; }
@media screen and (max-width: 360px){
.sd[data-s-9452507d-5880-4bf3-8c7f-3fc54ea6dd1d] { flex: none; height: auto; width: 9px; max-width: 100%; }
}.sd[data-s-49e69db4-5dab-43fa-8c0f-749f3c0184dd] { align-content: flex-end; align-items: flex-end; flex-direction: row; flex-wrap: nowrap; gap: 0px; justify-content: flex-start; padding: 0px; --gap-h-49e69db4-5dab-43fa-8c0f-749f3c0184dd: 0px; --gap-v-49e69db4-5dab-43fa-8c0f-749f3c0184dd: 0px; --gap-uuid: 49e69db4-5dab-43fa-8c0f-749f3c0184dd; }
@media screen and (max-width: 1280px){
.sd[data-s-49e69db4-5dab-43fa-8c0f-749f3c0184dd] { gap: 0px; --gap-h-49e69db4-5dab-43fa-8c0f-749f3c0184dd: 0px; --gap-v-49e69db4-5dab-43fa-8c0f-749f3c0184dd: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-49e69db4-5dab-43fa-8c0f-749f3c0184dd] { gap: 0px; --gap-h-49e69db4-5dab-43fa-8c0f-749f3c0184dd: 0px; --gap-v-49e69db4-5dab-43fa-8c0f-749f3c0184dd: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-49e69db4-5dab-43fa-8c0f-749f3c0184dd] { align-content: flex-end; align-items: flex-end; justify-content: flex-start; --gap-h-49e69db4-5dab-43fa-8c0f-749f3c0184dd: 0px; --gap-v-49e69db4-5dab-43fa-8c0f-749f3c0184dd: 0px; }
}.sd[data-s-949c3499-d893-47f5-87c4-cd9aa30674e0] { color: #977630; flex: none; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1.39; margin: -1px 0px 0px 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 1280px){
.sd[data-s-949c3499-d893-47f5-87c4-cd9aa30674e0] { margin: -1px 0px 0px 12px; max-width: calc(100% - 12px); }
}
@media screen and (max-width: 990px){
.sd[data-s-949c3499-d893-47f5-87c4-cd9aa30674e0] { font-size: 10px; margin: -1px 0px 0px 5px; max-width: calc(100% - 5px); }
}
@media screen and (max-width: 690px){
.sd[data-s-949c3499-d893-47f5-87c4-cd9aa30674e0] { font-size: 13px; margin: 0px 0px 0px 0px; max-width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-949c3499-d893-47f5-87c4-cd9aa30674e0] { font-size: 10px; line-height: 1.3; margin: 0px 0px 0px 0px; }
}.sd[data-s-4fdf3ba3-2c43-4560-9e6e-48918e1fb396] { color: #977630; font-family: var(--s-font-4aa63508); font-size: 10px; height: auto; line-height: 1.4; margin: 0px 0px 2px 3px; text-align: left; width: auto; max-width: calc(100% - 3px); justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-4fdf3ba3-2c43-4560-9e6e-48918e1fb396] { font-size: 10px; margin: 0px 0px 0px 2px; max-width: calc(100% - 2px); }
}
@media screen and (max-width: 690px){
.sd[data-s-4fdf3ba3-2c43-4560-9e6e-48918e1fb396] { margin: 0px 0px 1px 2px; max-width: calc(100% - 2px); }
}
@media screen and (max-width: 360px){
.sd[data-s-4fdf3ba3-2c43-4560-9e6e-48918e1fb396] { font-size: 10px; line-height: 1.20; margin: 0px 0px 0px 1px; max-width: calc(100% - 1px); }
}.sd[data-s-75fba1d7-dc20-4fcd-86b5-ddd9339c16c2] { align-content: flex-end; align-items: flex-end; flex: none; flex-direction: row; gap: 0px; height: 42px; justify-content: center; margin: 0px 6px 0px 6px; overflow-x: hidden; overflow-y: hidden; padding: 0px; width: 84px; --gap-h-75fba1d7-dc20-4fcd-86b5-ddd9339c16c2: 0px; --gap-v-75fba1d7-dc20-4fcd-86b5-ddd9339c16c2: 0px; --gap-uuid: 75fba1d7-dc20-4fcd-86b5-ddd9339c16c2; max-width: calc(100% - 12px); }
@media screen and (max-width: 990px){
.sd[data-s-75fba1d7-dc20-4fcd-86b5-ddd9339c16c2] { gap: 0px; height: 34px; margin: 0px 0px 0px 0px; padding: 0px; width: 84px; --gap-h-75fba1d7-dc20-4fcd-86b5-ddd9339c16c2: 0px; --gap-v-75fba1d7-dc20-4fcd-86b5-ddd9339c16c2: 0px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-75fba1d7-dc20-4fcd-86b5-ddd9339c16c2] { gap: 0px; margin: 0px 0px 0px 4px; padding: 0px; width: auto; --gap-h-75fba1d7-dc20-4fcd-86b5-ddd9339c16c2: 0px; --gap-v-75fba1d7-dc20-4fcd-86b5-ddd9339c16c2: 0px; max-width: calc(100% - 4px); }
}
@media screen and (max-width: 360px){
.sd[data-s-75fba1d7-dc20-4fcd-86b5-ddd9339c16c2] { height: calc(100% - (var(--gap-v-24d11149-087a-44c4-9456-de1dcc0de41f) * 0)); margin: 0px 0px 0px 3px; width: auto; --gap-h-75fba1d7-dc20-4fcd-86b5-ddd9339c16c2: 0px; --gap-v-75fba1d7-dc20-4fcd-86b5-ddd9339c16c2: 0px; max-width: calc(100% - 3px); }
}.sd[data-s-9086c840-9afd-4f91-987b-9ce1b37631e1] { color: #977630; flex: none; font-family: var(--s-font-f6aabce6); font-size: 48px; font-weight: 700; height: calc(100% - (var(--gap-v-75fba1d7-dc20-4fcd-86b5-ddd9339c16c2) * 0)); line-height: 1.4; text-align: left; width: 64px; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-9086c840-9afd-4f91-987b-9ce1b37631e1] { font-size: 42px; height: calc(100% - (var(--gap-v-75fba1d7-dc20-4fcd-86b5-ddd9339c16c2) * 0)); margin: 0px 0px 0px 6px; width: auto; max-width: calc(100% - 6px); }
}
@media screen and (max-width: 690px){
.sd[data-s-9086c840-9afd-4f91-987b-9ce1b37631e1] { margin: 0px 0px 0px 0px; max-width: 100%; height: calc(100% - (var(--gap-v-75fba1d7-dc20-4fcd-86b5-ddd9339c16c2) * 0)); }
}
@media screen and (max-width: 360px){
.sd[data-s-9086c840-9afd-4f91-987b-9ce1b37631e1] { font-size: 36px; letter-spacing: 0em; line-height: 1.1; margin: 0px 0px 0px 0px; width: auto; }
}.sd[data-s-b1959a95-889f-4402-b8d5-fdf191d84d53] { color: #977630; font-family: var(--s-font-f6aabce6); font-size: 22px; font-weight: 700; height: auto; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 1280px){
.sd[data-s-b1959a95-889f-4402-b8d5-fdf191d84d53] { line-height: 1; }
}
@media screen and (max-width: 360px){
.sd[data-s-b1959a95-889f-4402-b8d5-fdf191d84d53] { letter-spacing: -0.08em; line-height: 1; padding: 0px; }
}.sd[data-s-aac8e3d5-d693-42ce-bcef-e978e23c6ae7] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: center; margin: 2px 0px 0px 0px; width: 20px; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-aac8e3d5-d693-42ce-bcef-e978e23c6ae7] { height: auto; width: 19px; max-width: 100%; }
}
@media screen and (max-width: 990px){
.sd[data-s-aac8e3d5-d693-42ce-bcef-e978e23c6ae7] { flex: none; height: auto; margin: 2px 0px 0px 4px; width: 19px; max-width: calc(100% - 4px); }
}
@media screen and (max-width: 690px){
.sd[data-s-aac8e3d5-d693-42ce-bcef-e978e23c6ae7] { margin: 2px 0px 0px 6px; max-width: calc(100% - 6px); }
}
@media screen and (max-width: 360px){
.sd[data-s-aac8e3d5-d693-42ce-bcef-e978e23c6ae7] { flex: none; height: auto; margin: 2px 0px 0px 2px; width: 11px; max-width: calc(100% - 2px); }
}.sd[data-s-ad6881f5-dace-4741-bc51-ce83bfa5a9b7] { height: auto; width: 44px; max-width: 100%; }.sd[data-s-9066af9d-d917-48da-a34d-9b7ddb17b2e2] { align-content: center; align-items: center; display: none; flex: 1; flex-direction: row; flex-wrap: nowrap; justify-content: flex-end; margin: 0px 0px 0px -104px; padding: 0px; width: auto; z-index: -1; max-width: calc(100% - -104px); }
@media screen and (max-width: 1280px){
.sd[data-s-9066af9d-d917-48da-a34d-9b7ddb17b2e2] { display: none; flex: 1; margin: -168px 0px 0px 0px; max-width: 100%; }
}
@media screen and (max-width: 990px){
.sd[data-s-9066af9d-d917-48da-a34d-9b7ddb17b2e2] { display: none; }
}
@media screen and (max-width: 690px){
.sd[data-s-9066af9d-d917-48da-a34d-9b7ddb17b2e2] { align-content: center; align-items: center; display: flex; height: auto; justify-content: center; margin: 0px 0px 0px 0px; padding: 9px; transform: ; width: 723px; max-width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-9066af9d-d917-48da-a34d-9b7ddb17b2e2] { display: flex; height: 210px; margin: -36px 0px 24px 0px; padding: 24px 12px 12px 12px; width: 307px; max-width: 100%; }
}.sd[data-s-a3b7f0fd-eb76-496d-beec-e7fe9907f4b7] { flex: none; height: auto; margin: 0px 0px 0px 0px; width: 100%; z-index: -1; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-a3b7f0fd-eb76-496d-beec-e7fe9907f4b7] { flex: none; transform: ; width: 60%; z-index: 0; max-width: 60%; }
}
@media screen and (max-width: 990px){
.sd[data-s-a3b7f0fd-eb76-496d-beec-e7fe9907f4b7] { rotate: 0deg; }
}
@media screen and (max-width: 690px){
.sd[data-s-a3b7f0fd-eb76-496d-beec-e7fe9907f4b7] { flex: none; width: 86%; max-width: 86%; }
}
@media screen and (max-width: 360px){
.sd[data-s-a3b7f0fd-eb76-496d-beec-e7fe9907f4b7] { flex: none; width: 90%; max-width: 90%; }
}.sd[data-s-b3fbd0a0-475f-43a2-872d-cb6da91920ae] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; justify-content: center; margin: 0px 0px 0px 0px; padding: 15px 0px 0px 0px; width: calc(100% - (var(--gap-h-9ac3a443-b80f-4a51-a4ea-c4146f4a4857) * 0)); --gap-h-b3fbd0a0-475f-43a2-872d-cb6da91920ae: 0px; --gap-v-b3fbd0a0-475f-43a2-872d-cb6da91920ae: 0px; --gap-uuid: b3fbd0a0-475f-43a2-872d-cb6da91920ae; max-width: calc(100% - (var(--gap-h-9ac3a443-b80f-4a51-a4ea-c4146f4a4857) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-b3fbd0a0-475f-43a2-872d-cb6da91920ae] { display: flex; --gap-h-b3fbd0a0-475f-43a2-872d-cb6da91920ae: 0px; --gap-v-b3fbd0a0-475f-43a2-872d-cb6da91920ae: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-b3fbd0a0-475f-43a2-872d-cb6da91920ae] { display: flex; gap: 12px; --gap-h-b3fbd0a0-475f-43a2-872d-cb6da91920ae: 0px; --gap-v-b3fbd0a0-475f-43a2-872d-cb6da91920ae: 12px; }
}
@media screen and (max-width: 690px){
.sd[data-s-b3fbd0a0-475f-43a2-872d-cb6da91920ae] { display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; padding: 50px 0px 0px 0px; --gap-h-b3fbd0a0-475f-43a2-872d-cb6da91920ae: 0px; --gap-v-b3fbd0a0-475f-43a2-872d-cb6da91920ae: 0px; width: calc(100% - (var(--gap-h-9ac3a443-b80f-4a51-a4ea-c4146f4a4857) * 0)); max-width: calc(100% - (var(--gap-h-9ac3a443-b80f-4a51-a4ea-c4146f4a4857) * 0)); }
}
@media screen and (max-width: 360px){
.sd[data-s-b3fbd0a0-475f-43a2-872d-cb6da91920ae] { display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 108px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; --gap-h-b3fbd0a0-475f-43a2-872d-cb6da91920ae: 0px; --gap-v-b3fbd0a0-475f-43a2-872d-cb6da91920ae: 0px; width: calc(100% - (var(--gap-h-9ac3a443-b80f-4a51-a4ea-c4146f4a4857) * 0)); max-width: calc(100% - (var(--gap-h-9ac3a443-b80f-4a51-a4ea-c4146f4a4857) * 0)); }
}.sd[data-s-b70ffeb6-a7d6-4ac5-9042-ea4b7c928d59] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 0px; justify-content: center; margin: 0px 0px 20px 0px; padding: 0px; --gap-h-b70ffeb6-a7d6-4ac5-9042-ea4b7c928d59: 0px; --gap-v-b70ffeb6-a7d6-4ac5-9042-ea4b7c928d59: 0px; --gap-uuid: b70ffeb6-a7d6-4ac5-9042-ea4b7c928d59; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-b70ffeb6-a7d6-4ac5-9042-ea4b7c928d59] { gap: 12px; margin: 0px 0px 10px 0px; --gap-h-b70ffeb6-a7d6-4ac5-9042-ea4b7c928d59: 12px; --gap-v-b70ffeb6-a7d6-4ac5-9042-ea4b7c928d59: 0px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-b70ffeb6-a7d6-4ac5-9042-ea4b7c928d59] { flex-direction: row; flex-wrap: nowrap; gap: 12px; --gap-h-b70ffeb6-a7d6-4ac5-9042-ea4b7c928d59: 12px; --gap-v-b70ffeb6-a7d6-4ac5-9042-ea4b7c928d59: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-b70ffeb6-a7d6-4ac5-9042-ea4b7c928d59] { flex-direction: row; flex-wrap: nowrap; --gap-h-b70ffeb6-a7d6-4ac5-9042-ea4b7c928d59: 0px; --gap-v-b70ffeb6-a7d6-4ac5-9042-ea4b7c928d59: 0px; }
}.sd[data-s-49f76088-e335-420e-84fa-7b8bcdc8645d] { color: #222222; font-size: 18px; rotate: 21deg; }.sd[data-s-cad3e8a2-5633-4898-a0bc-4796be147150] { color: #333333; font-family: 'ヒラギノ角ゴ W6 JIS2004','M3-W6'; font-size: 16px; font-weight: 400; height: auto; line-height: 1.4; margin: 0px 0px 0px 0px; padding: 0px 15px 0px 15px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-931da29e-51c7-4a0e-b1a6-f4adf5ea6221] { color: #222222; font-size: 18px; rotate: 85deg; }.sd[data-s-3ad74cb3-b50e-4183-9d02-a6ab97fb580e] { align-items: center; background: #fac03e; border-bottom: 0px solid #003366; border-left: 0px solid #003366; border-radius: 38px; border-right: 0px solid #003366; border-top: 0px solid #003366; flex: none; flex-direction: row; flex-wrap: wrap; gap: 8px; height: auto; justify-content: center; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 26px; width: 466px; --gap-h-3ad74cb3-b50e-4183-9d02-a6ab97fb580e: 8px; --gap-v-3ad74cb3-b50e-4183-9d02-a6ab97fb580e: 8px; --gap-uuid: 3ad74cb3-b50e-4183-9d02-a6ab97fb580e; max-width: 100%; }
.sd[data-s-3ad74cb3-b50e-4183-9d02-a6ab97fb580e]:hover { flex: none; height: 76px; --gap-h-3ad74cb3-b50e-4183-9d02-a6ab97fb580e: 8px; --gap-v-3ad74cb3-b50e-4183-9d02-a6ab97fb580e: 8px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-3ad74cb3-b50e-4183-9d02-a6ab97fb580e]:hover { max-width: 100%; }
.sd[data-s-3ad74cb3-b50e-4183-9d02-a6ab97fb580e] { border-radius: 50px; flex: none; flex-direction: row; flex-wrap: nowrap; padding: 26px; width: auto; --gap-h-3ad74cb3-b50e-4183-9d02-a6ab97fb580e: 8px; --gap-v-3ad74cb3-b50e-4183-9d02-a6ab97fb580e: 0px; max-width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-3ad74cb3-b50e-4183-9d02-a6ab97fb580e]:hover { width: calc(100% - (var(--gap-h-b3fbd0a0-475f-43a2-872d-cb6da91920ae) * 0)); max-width: calc(100% - (var(--gap-h-b3fbd0a0-475f-43a2-872d-cb6da91920ae) * 0)); }
.sd[data-s-3ad74cb3-b50e-4183-9d02-a6ab97fb580e] { border-radius: 50px; display: none; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; padding: 18px 26px 18px 26px; width: calc(100% - (var(--gap-h-b3fbd0a0-475f-43a2-872d-cb6da91920ae) * 0)); --gap-h-3ad74cb3-b50e-4183-9d02-a6ab97fb580e: 16px; --gap-v-3ad74cb3-b50e-4183-9d02-a6ab97fb580e: 0px; max-width: calc(100% - (var(--gap-h-b3fbd0a0-475f-43a2-872d-cb6da91920ae) * 0)); }
}.sd[data-s-3a3391a6-7c3c-406c-b0f6-ccc3a6dcad40] { background: #121F32; flex: none; height: calc(230% - (var(--gap-v-3ad74cb3-b50e-4183-9d02-a6ab97fb580e) * -1.3000000000000003)); left: -22px; margin: 0 0 0 0; position: absolute; rotate: 10deg; top: -66px; transition-timing-function: ease; width: 0px; z-index: 0; max-width: 100%; }
.sd[data-s-3ad74cb3-b50e-4183-9d02-a6ab97fb580e]:hover .sd[data-s-3a3391a6-7c3c-406c-b0f6-ccc3a6dcad40]:hover { rotate: 10deg; }
.sd[data-s-3ad74cb3-b50e-4183-9d02-a6ab97fb580e]:hover .sd[data-s-3a3391a6-7c3c-406c-b0f6-ccc3a6dcad40] { background: #022348; bottom: -59px; flex: none; height: calc(230% - (var(--gap-v-3ad74cb3-b50e-4183-9d02-a6ab97fb580e) * -1.3000000000000003)); left: -33px; right: -87px; top: -50px; width: calc(120% - (var(--gap-h-3ad74cb3-b50e-4183-9d02-a6ab97fb580e) * -0.19999999999999996)); max-width: calc(120% - (var(--gap-h-3ad74cb3-b50e-4183-9d02-a6ab97fb580e) * -0.19999999999999996)); }.sd[data-s-e4486d89-3bb9-44c1-a40c-a9223fee8548] { color: #003366ff; font-size: 24px; }
.sd[data-s-3ad74cb3-b50e-4183-9d02-a6ab97fb580e]:hover .sd[data-s-e4486d89-3bb9-44c1-a40c-a9223fee8548] { color: #FFFFFF; }.sd[data-s-55fb441e-a0a3-4128-967f-52af73fbef15] { color: #003366ff; flex: none; font-family: 'ヒラギノ角ゴ W6 JIS2004','M3-W6'; font-size: 16px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0.02em; line-height: 1.2; margin: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-3ad74cb3-b50e-4183-9d02-a6ab97fb580e]:hover .sd[data-s-55fb441e-a0a3-4128-967f-52af73fbef15] { color: #FFFFFF; }
@media screen and (max-width: 1280px){
.sd[data-s-55fb441e-a0a3-4128-967f-52af73fbef15] { display: flex; }
}
@media screen and (max-width: 990px){
.sd[data-s-55fb441e-a0a3-4128-967f-52af73fbef15] { display: flex; }
}
@media screen and (max-width: 690px){
.sd[data-s-55fb441e-a0a3-4128-967f-52af73fbef15] { display: none; font-size: 15px; }
}
@media screen and (max-width: 360px){
.sd[data-s-55fb441e-a0a3-4128-967f-52af73fbef15] { display: none; }
}.sd[data-s-f7272606-6edd-4eac-8bb9-4869096e82c4] { color: #003366ff; display: none; flex: none; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0.02em; line-height: 1.2; margin: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-3ad74cb3-b50e-4183-9d02-a6ab97fb580e]:hover .sd[data-s-f7272606-6edd-4eac-8bb9-4869096e82c4] { color: #FFFFFF; }
@media screen and (max-width: 1280px){
.sd[data-s-f7272606-6edd-4eac-8bb9-4869096e82c4] { display: none; }
}
@media screen and (max-width: 990px){
.sd[data-s-f7272606-6edd-4eac-8bb9-4869096e82c4] { display: none; }
}
@media screen and (max-width: 690px){
.sd[data-s-f7272606-6edd-4eac-8bb9-4869096e82c4] { display: flex; font-size: 15px; line-height: 1.2; }
}
@media screen and (max-width: 360px){
.sd[data-s-f7272606-6edd-4eac-8bb9-4869096e82c4] { display: flex; line-height: 1.2; }
}.sd[data-s-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca] { align-items: center; background: #fac03e; border-bottom: 0px solid #003366; border-left: 0px solid #003366; border-radius: 38px; border-right: 0px solid #003366; border-top: 0px solid #003366; display: none; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: center; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 26px; width: auto; --gap-h-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca: 8px; --gap-v-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca: 0px; --gap-uuid: 1eb1a078-e5a7-4978-a5a5-b928eba0e2ca; max-width: 100%; }
.sd[data-s-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca]:hover { opacity: 1; --gap-h-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca: 8px; --gap-v-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca] { display: none; flex-direction: row; flex-wrap: nowrap; --gap-h-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca: 8px; --gap-v-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca] { display: none; --gap-h-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca: 8px; --gap-v-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca] { display: none; flex: none; flex-direction: row; flex-wrap: nowrap; --gap-h-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca: 8px; --gap-v-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca] { border-radius: 64px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; padding: 18px 26px; width: calc(100% - (var(--gap-h-b3fbd0a0-475f-43a2-872d-cb6da91920ae) * 0)); --gap-h-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca: 16px; --gap-v-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca: 0px; max-width: calc(100% - (var(--gap-h-b3fbd0a0-475f-43a2-872d-cb6da91920ae) * 0)); }
}.sd[data-s-75f23de7-1077-47d3-a443-b85c64bfa9c4] { background: #121F32; flex: none; height: calc(230% - (var(--gap-v-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca) * -1.3000000000000003)); left: -22px; margin: 0 0 0 0; position: absolute; rotate: 10deg; top: -66px; transition-timing-function: ease; width: 0px; z-index: 0; max-width: 100%; }
.sd[data-s-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca]:hover .sd[data-s-75f23de7-1077-47d3-a443-b85c64bfa9c4] { background: #022348; bottom: -59px; flex: none; height: calc(230% - (var(--gap-v-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca) * -1.3000000000000003)); left: -33px; right: -87px; top: -50px; width: calc(120% - (var(--gap-h-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca) * -0.19999999999999996)); max-width: calc(120% - (var(--gap-h-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca) * -0.19999999999999996)); }.sd[data-s-4d2a546b-48eb-4272-979d-8adc97361ebb] { color: #003366ff; font-size: 24px; }
.sd[data-s-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca]:hover .sd[data-s-4d2a546b-48eb-4272-979d-8adc97361ebb] { color: #FFFFFF; }.sd[data-s-9f8a4ff3-60c5-446f-b65b-f3f4dd04883e] { color: #003366ff; flex: none; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0.02em; line-height: 1.2; margin: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
.sd[data-s-1eb1a078-e5a7-4978-a5a5-b928eba0e2ca]:hover .sd[data-s-9f8a4ff3-60c5-446f-b65b-f3f4dd04883e] { color: #FFFFFF; }
@media screen and (max-width: 690px){
.sd[data-s-9f8a4ff3-60c5-446f-b65b-f3f4dd04883e] { font-size: 15px; }
}.sd[data-s-e4f2b283-b57d-464a-b8dc-3d81e8108459] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 1px; justify-content: flex-start; padding: 0px; --gap-h-e4f2b283-b57d-464a-b8dc-3d81e8108459: 0px; --gap-v-e4f2b283-b57d-464a-b8dc-3d81e8108459: 1px; --gap-uuid: e4f2b283-b57d-464a-b8dc-3d81e8108459; }
@media screen and (max-width: 990px){
.sd[data-s-e4f2b283-b57d-464a-b8dc-3d81e8108459] { align-content: flex-start; align-items: flex-start; gap: 0px; justify-content: flex-start; --gap-h-e4f2b283-b57d-464a-b8dc-3d81e8108459: 0px; --gap-v-e4f2b283-b57d-464a-b8dc-3d81e8108459: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-e4f2b283-b57d-464a-b8dc-3d81e8108459] { align-content: center; align-items: center; flex-direction: column; gap: 6px; justify-content: center; --gap-h-e4f2b283-b57d-464a-b8dc-3d81e8108459: 0px; --gap-v-e4f2b283-b57d-464a-b8dc-3d81e8108459: 6px; }
}.sd[data-s-f1be1858-1ef8-46f3-b275-b0953ab02612] { color: #445266; flex: none; font-family: var(--s-font-b082636f); font-size: 10px; height: 13px; line-height: 1.4; padding: 0px 0px 0px 0px; text-align: left; width: 336px; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-f1be1858-1ef8-46f3-b275-b0953ab02612] { font-size: 10px; text-align: center; justify-content: center; }
}
@media screen and (max-width: 360px){
.sd[data-s-f1be1858-1ef8-46f3-b275-b0953ab02612] { font-size: 10px; }
}.sd[data-s-fcdddb0c-7ff8-4752-82bb-6491ebdbe6b8] { color: #445266; flex: none; font-family: var(--s-font-b082636f); font-size: 10px; height: 13px; line-height: 1.4; padding: 0px 0px 0px 0px; text-align: left; width: 336px; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-fcdddb0c-7ff8-4752-82bb-6491ebdbe6b8] { font-size: 10px; text-align: center; justify-content: center; }
}
@media screen and (max-width: 360px){
.sd[data-s-fcdddb0c-7ff8-4752-82bb-6491ebdbe6b8] { font-size: 10px; }
}.sd[data-s-74b5dfea-6f4d-44f3-bcdb-0e08a6628755] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; height: 479px; justify-content: flex-end; margin: 30px 0px 0px 0px; padding: 0px; width: 618px; z-index: -1; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-74b5dfea-6f4d-44f3-bcdb-0e08a6628755] { flex: none; height: calc(100% - (var(--gap-v-57c8bdb3-978a-4f87-9452-b597185456fd) * 0)); margin: 0px 0px 0px 0px; width: 487px; max-width: 100%; }
}
@media screen and (max-width: 990px){
.sd[data-s-74b5dfea-6f4d-44f3-bcdb-0e08a6628755] { flex: 1; height: auto; margin: 0px 0px 0px 0px; width: auto; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-74b5dfea-6f4d-44f3-bcdb-0e08a6628755] { align-content: center; align-items: center; display: none; justify-content: flex-end; margin: 0px 0px 0px 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-74b5dfea-6f4d-44f3-bcdb-0e08a6628755] { display: none; }
}.sd[data-s-a8ea7b2f-e8c2-4a3d-8ffa-250ac99938f8] { flex: none; height: auto; margin: 0px 0px 0px 0px; width: 100%; z-index: -1; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-a8ea7b2f-e8c2-4a3d-8ffa-250ac99938f8] { flex: none; height: auto; transform: ; width: 100%; z-index: 0; }
}
@media screen and (max-width: 990px){
.sd[data-s-a8ea7b2f-e8c2-4a3d-8ffa-250ac99938f8] { flex: none; height: auto; rotate: 0deg; width: 100%; }
}.sd[data-s-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e] { align-content: center; align-items: center; background: #ffffffff; flex-direction: column; flex-wrap: nowrap; gap: 10px 10px; height: auto; justify-content: flex-start; padding: 50px 0px 50px 0px; width: 100%; --gap-h-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e: 0px; --gap-v-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e: 10px; --gap-uuid: 1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e] { padding: 30px 0px 30px 0px; --gap-h-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e: 0px; --gap-v-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e: 10px; }
}
@media screen and (max-width: 690px){
.sd[data-s-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e] { padding: 20px 0px 20px 0px; --gap-h-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e: 0px; --gap-v-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e: 10px; }
}.sd[data-s-section-inner-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e] { padding: 50px 0px 50px 0px; width: calc(100% - (var(--gap-h-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e) * 0)); height: auto; flex-direction: column; flex-wrap: nowrap; align-content: center; align-items: center; justify-content: flex-start; gap: 10px 10px; --gap-h-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e: 0px; --gap-v-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e: 10px; --gap-uuid: 1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e; max-width: calc(100% - (var(--gap-h-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e) * 0)); }
@media screen and (max-width: 990px){
.sd[data-s-section-inner-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e] { padding: 30px 0px 30px 0px; flex-direction: column; --gap-h-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e: 0px; --gap-v-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e: 10px; }
}
@media screen and (max-width: 690px){
.sd[data-s-section-inner-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e] { padding: 20px 0px 20px 0px; flex-direction: column; --gap-h-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e: 0px; --gap-v-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e: 10px; }
}.sd[data-s-7b8240ad-46d1-4608-81a2-e09e95ab5bd4] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e) * 0)); max-width: calc(100% - (var(--gap-h-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e) * 0)); }.sd[data-s-0cf63975-0e6f-44c5-a058-70668b53d3d0] { flex: none; height: 90px; width: 100%; max-width: 100%; }
.sd[data-s-0cf63975-0e6f-44c5-a058-70668b53d3d0]:before { background-position: left top; background-repeat: no-repeat; }
@media screen and (max-width: 690px){
.sd[data-s-0cf63975-0e6f-44c5-a058-70668b53d3d0] { flex: none; height: 54px; width: 100%; max-width: 100%; }
}.sd[data-s-fd8f1d29-ae20-4b95-8145-bb2f1bd05221] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e) * 0)); max-width: calc(100% - (var(--gap-h-1e20f7fa-f6ab-4fe7-aa51-5e0cd0b4f61e) * 0)); }.sd[data-s-aeb9b856-a8f9-4818-b279-69f514199104] { flex: none; height: 90px; width: 100%; max-width: 100%; }
.sd[data-s-aeb9b856-a8f9-4818-b279-69f514199104]:before { background-position: left top; background-repeat: no-repeat; }
@media screen and (max-width: 690px){
.sd[data-s-aeb9b856-a8f9-4818-b279-69f514199104] { flex: none; height: 54px; width: 100%; max-width: 100%; }
}.sd[data-s-16ed067d-ef0f-4f00-90fa-229d5525ef9d] { align-content: center; align-items: center; background: #FFFFFF; border-radius: 0; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; width: 100%; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-16ed067d-ef0f-4f00-90fa-229d5525ef9d] { width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-16ed067d-ef0f-4f00-90fa-229d5525ef9d] { width: 100%; }
}.sd[data-s-57ecb998-5e73-4a34-9f28-383aa34ba155] { background: #FFFFFF; flex: none; height: auto; margin: 0px 0px; padding: 0px 20px 60px 20px; width: 1120px; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-57ecb998-5e73-4a34-9f28-383aa34ba155] { width: auto; max-width: 100%; }
}
@media screen and (max-width: 990px){
.sd[data-s-57ecb998-5e73-4a34-9f28-383aa34ba155] { margin: 0px 0px; padding: 40px 20px 40px 20px; }
}.sd[data-s-a02dcebe-238b-409f-aa0c-93c5253aeb16] { align-content: center; align-items: center; border-bottom: 10px solid #F5F5F5; border-left: 10px solid #F5F5F5; border-radius: 30px; border-right: 10px solid #F5F5F5; border-top: 10px solid #F5F5F5; flex-direction: row; gap: 20px; height: auto; justify-content: flex-start; padding: 16px 50px 20px 50px; width: 1080px; --gap-h-a02dcebe-238b-409f-aa0c-93c5253aeb16: 20px; --gap-v-a02dcebe-238b-409f-aa0c-93c5253aeb16: 0px; --gap-uuid: a02dcebe-238b-409f-aa0c-93c5253aeb16; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-a02dcebe-238b-409f-aa0c-93c5253aeb16] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 15px; justify-content: center; padding: 16px 20px 20px 20px; width: auto; --gap-h-a02dcebe-238b-409f-aa0c-93c5253aeb16: 15px; --gap-v-a02dcebe-238b-409f-aa0c-93c5253aeb16: 0px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-a02dcebe-238b-409f-aa0c-93c5253aeb16] { flex-direction: row; flex-wrap: wrap; gap: 8px; padding: 10px 15px 15px 15px; --gap-h-a02dcebe-238b-409f-aa0c-93c5253aeb16: 8px; --gap-v-a02dcebe-238b-409f-aa0c-93c5253aeb16: 8px; }
}img.sangyoi-badge-img { border: 5px solid #FFFFFF; border-radius: 73px; flex: none; height: 82px; width: 83px; margin: 4px 0px 0px 0px; object-fit: cover; }
@media screen and (max-width: 690px){
img.sangyoi-badge-img { margin: 2px 0px 0px 0px; }
}.sd[data-s-362eb7bf-f9e1-49a0-a82d-6f4dd64b5c8b] { align-content: flex-start; align-items: flex-start; flex: 1; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: auto; justify-content: flex-end; margin: 0px; overflow-x: hidden; overflow-y: hidden; padding: 0px; --gap-h-362eb7bf-f9e1-49a0-a82d-6f4dd64b5c8b: 0px; --gap-v-362eb7bf-f9e1-49a0-a82d-6f4dd64b5c8b: 15px; --gap-uuid: 362eb7bf-f9e1-49a0-a82d-6f4dd64b5c8b; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-362eb7bf-f9e1-49a0-a82d-6f4dd64b5c8b] { width: auto; --gap-h-362eb7bf-f9e1-49a0-a82d-6f4dd64b5c8b: 0px; --gap-v-362eb7bf-f9e1-49a0-a82d-6f4dd64b5c8b: 15px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-362eb7bf-f9e1-49a0-a82d-6f4dd64b5c8b] { flex: none; gap: 10px; margin: 0px; padding: 0px; width: calc(100% - (var(--gap-h-a02dcebe-238b-409f-aa0c-93c5253aeb16) * 0)); --gap-h-362eb7bf-f9e1-49a0-a82d-6f4dd64b5c8b: 0px; --gap-v-362eb7bf-f9e1-49a0-a82d-6f4dd64b5c8b: 10px; max-width: calc(100% - (var(--gap-h-a02dcebe-238b-409f-aa0c-93c5253aeb16) * 0)); }
}.sd[data-s-cd53a9f7-d947-4f65-8afb-c9878310b336] { align-content: flex-end; align-items: flex-end; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; padding: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-cd53a9f7-d947-4f65-8afb-c9878310b336] { flex-direction: row; flex-wrap: wrap; }
}.sd[data-s-947ad0fc-934b-4dd5-adc8-64d800329ba3] { color: #121f32ff; font-family: var(--s-font-4aa63508); font-size: 21px; height: auto; letter-spacing: 0.05em; line-height: 1.20; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 1280px){
.sd[data-s-947ad0fc-934b-4dd5-adc8-64d800329ba3] { line-height: 1.40; }
}
@media screen and (max-width: 690px){
.sd[data-s-947ad0fc-934b-4dd5-adc8-64d800329ba3] { font-size: 17px; }
}.sd[data-s-bcbb9391-624a-4ae6-8904-6e93fadc563a] { color: #121f32ff; font-family: var(--s-font-3cb0a0f1); font-size: 21px; font-weight: 500; height: auto; letter-spacing: 0.05em; line-height: 1.20; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 1280px){
.sd[data-s-bcbb9391-624a-4ae6-8904-6e93fadc563a] { line-height: 1.40; }
}
@media screen and (max-width: 690px){
.sd[data-s-bcbb9391-624a-4ae6-8904-6e93fadc563a] { font-size: 17px; }
}.sd[data-s-fbd55859-db1d-4280-b8e6-922f3a513515] { color: #121f32ff; font-family: var(--s-font-4aa63508); font-size: 21px; height: auto; letter-spacing: 0.05em; line-height: 1.20; margin: 0px 0px 0px 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 1280px){
.sd[data-s-fbd55859-db1d-4280-b8e6-922f3a513515] { line-height: 1.40; }
}
@media screen and (max-width: 690px){
.sd[data-s-fbd55859-db1d-4280-b8e6-922f3a513515] { font-size: 17px; }
}.sd[data-s-e2ce469c-3075-49d8-b1d9-1b4e6d5ed72a] { align-content: flex-end; align-items: flex-end; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; margin: 0px 1px 0px 3px; padding: 0px; max-width: calc(100% - 4px); }.sd[data-s-d8d6a0bc-0c7e-4faa-9a3d-afcd46b61bff] { color: #121f32ff; font-family: var(--s-font-3cb0a0f1); font-size: 32px; font-weight: 500; height: auto; letter-spacing: 0.06em; line-height: 1.00; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-d8d6a0bc-0c7e-4faa-9a3d-afcd46b61bff] { font-size: 26px; line-height: 1.08; }
}.sd[data-s-25b76442-cc6c-424e-9130-1edbf85d9c00] { color: #121f32ff; font-family: var(--s-font-4aa63508); font-size: 21px; height: auto; letter-spacing: 0.03em; line-height: 1.20; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-25b76442-cc6c-424e-9130-1edbf85d9c00] { font-size: 17px; }
}.sd[data-s-6f677039-84bc-44b8-8624-7fb85b637052] { color: #121f32ff; font-family: var(--s-font-4aa63508); font-size: 14px; height: auto; line-height: 1.20; margin: 0px 3px 0px 0px; text-align: left; width: auto; max-width: calc(100% - 3px); justify-content: flex-start; }
@media screen and (max-width: 1280px){
.sd[data-s-6f677039-84bc-44b8-8624-7fb85b637052] { line-height: 1.40; }
}
@media screen and (max-width: 690px){
.sd[data-s-6f677039-84bc-44b8-8624-7fb85b637052] { font-size: 12px; }
}.sd[data-s-1054b4a0-65a9-40a1-9c34-3fd06367e2a5] { color: #121f32ff; font-family: var(--s-font-4aa63508); font-size: 21px; height: auto; letter-spacing: 0.05em; line-height: 1.20; margin: 0px 0px 0px 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 1280px){
.sd[data-s-1054b4a0-65a9-40a1-9c34-3fd06367e2a5] { line-height: 1.40; }
}
@media screen and (max-width: 690px){
.sd[data-s-1054b4a0-65a9-40a1-9c34-3fd06367e2a5] { font-size: 17px; }
}.sd[data-s-0668facd-d986-4ed0-9095-215ef14c7749] { color: #121f32ff; font-family: var(--s-font-4aa63508); font-size: 21px; height: auto; letter-spacing: 0.05em; line-height: 1.20; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 1280px){
.sd[data-s-0668facd-d986-4ed0-9095-215ef14c7749] { line-height: 1.40; }
}
@media screen and (max-width: 690px){
.sd[data-s-0668facd-d986-4ed0-9095-215ef14c7749] { font-size: 17px; }
}.sd[data-s-5116df95-7b80-48d0-8842-8aef02cbc7b1] { color: #3D3D3D; flex: 1; font-family: var(--s-font-b082636f); font-size: 10px; font-style: normal; font-weight: 300; height: auto; letter-spacing: 0.14em; line-height: 1.4; overflow-x: hidden; overflow-y: hidden; text-align: left; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-5116df95-7b80-48d0-8842-8aef02cbc7b1] { font-size: 13px; }
}
@media screen and (max-width: 690px){
.sd[data-s-5116df95-7b80-48d0-8842-8aef02cbc7b1] { font-size: 13px; }
}.sd[data-s-4a3c3a53-a63a-4868-a0c0-b5c4de359c82] { align-content: center; align-items: center; background: #ffffffff; border-radius: 40px; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; width: 100%; max-width: 100%; }.sd[data-s-5232ded4-5b66-4000-87f4-93fb5aca2c0f] { align-content: center; align-items: center; background: #f0f4fa; border-radius: 40px; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; width: 100%; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-5232ded4-5b66-4000-87f4-93fb5aca2c0f] { border-radius: 20px 20px 40px 40px; }
}.sd[data-s-69e33909-cfa4-4af7-9f83-29d6fb55bca9] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; justify-content: flex-start; margin: 0px 20px; padding: 120px 0px 120px 0px; width: 1200px; --gap-h-69e33909-cfa4-4af7-9f83-29d6fb55bca9: 0px; --gap-v-69e33909-cfa4-4af7-9f83-29d6fb55bca9: 40px; --gap-uuid: 69e33909-cfa4-4af7-9f83-29d6fb55bca9; max-width: calc(100% - 40px); }
@media screen and (max-width: 990px){
.sd[data-s-69e33909-cfa4-4af7-9f83-29d6fb55bca9] { padding: 100px 0px 100px 0px; --gap-h-69e33909-cfa4-4af7-9f83-29d6fb55bca9: 0px; --gap-v-69e33909-cfa4-4af7-9f83-29d6fb55bca9: 40px; }
}
@media screen and (max-width: 690px){
.sd[data-s-69e33909-cfa4-4af7-9f83-29d6fb55bca9] { gap: 40px; padding: 70px 0px 70px 0px; --gap-h-69e33909-cfa4-4af7-9f83-29d6fb55bca9: 0px; --gap-v-69e33909-cfa4-4af7-9f83-29d6fb55bca9: 40px; }
}
@media screen and (max-width: 360px){
.sd[data-s-69e33909-cfa4-4af7-9f83-29d6fb55bca9] { margin: 0px 16px; --gap-h-69e33909-cfa4-4af7-9f83-29d6fb55bca9: 0px; --gap-v-69e33909-cfa4-4af7-9f83-29d6fb55bca9: 40px; max-width: calc(100% - 32px); }
}.sd[data-s-fe68052e-bdb4-4a1d-aa39-95521c58253d] { align-content: center; align-items: center; flex-direction: column; gap: 16px; height: auto; justify-content: flex-start; padding: 0px; width: auto; --gap-h-fe68052e-bdb4-4a1d-aa39-95521c58253d: 0px; --gap-v-fe68052e-bdb4-4a1d-aa39-95521c58253d: 16px; --gap-uuid: fe68052e-bdb4-4a1d-aa39-95521c58253d; max-width: 100%; }.sd[data-s-0958e0bb-37a3-46a5-9731-fa8e9444bc01] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: auto; justify-content: flex-start; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; width: auto; --gap-h-0958e0bb-37a3-46a5-9731-fa8e9444bc01: 12px; --gap-v-0958e0bb-37a3-46a5-9731-fa8e9444bc01: 0px; --gap-uuid: 0958e0bb-37a3-46a5-9731-fa8e9444bc01; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-0958e0bb-37a3-46a5-9731-fa8e9444bc01] { gap: 8px; --gap-h-0958e0bb-37a3-46a5-9731-fa8e9444bc01: 8px; --gap-v-0958e0bb-37a3-46a5-9731-fa8e9444bc01: 0px; }
}.sd[data-s-d0f5f6dd-d589-453e-b1e8-66ccff7f1d8b] { align-content: center; align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 999px; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow-x: hidden; overflow-y: hidden; padding: 4px; width: auto; --gap-h-d0f5f6dd-d589-453e-b1e8-66ccff7f1d8b: 10px; --gap-v-d0f5f6dd-d589-453e-b1e8-66ccff7f1d8b: 0px; --gap-uuid: d0f5f6dd-d589-453e-b1e8-66ccff7f1d8b; max-width: 100%; --g-color-0: rgba(131, 214, 189, 0.2); --g-position-0: 0%; --g-color-1: rgba(0, 102, 204, 0.2); --g-position-1: 100%; --g-color-2: rgba(0, 102, 204, 0.2); --g-position-2: 100%; --g-color-3: rgba(0, 102, 204, 0.2); --g-position-3: 100%; --g-color-4: rgba(0, 102, 204, 0.2); --g-position-4: 100%; --g-color-5: rgba(0, 102, 204, 0.2); --g-position-5: 100%; --g-color-6: rgba(0, 102, 204, 0.2); --g-position-6: 100%; --g-color-7: rgba(0, 102, 204, 0.2); --g-position-7: 100%; --g-color-8: rgba(0, 102, 204, 0.2); --g-position-8: 100%; --g-color-9: rgba(0, 102, 204, 0.2); --g-position-9: 100%; --g-color-10: rgba(0, 102, 204, 0.2); --g-position-10: 100%; --g-color-11: rgba(0, 102, 204, 0.2); --g-position-11: 100%; --g-angle: 141.69deg; }.sd[data-s-e1198bf6-762a-401d-9193-d5f4386c2c75] { align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 8px; flex: none; flex-direction: column; height: 8px; justify-content: center; width: 8px; max-width: 100%; --g-color-0: rgb(131, 214, 189); --g-position-0: 0%; --g-color-1: rgb(0, 102, 204); --g-position-1: 100%; --g-color-2: rgb(0, 102, 204); --g-position-2: 100%; --g-color-3: rgb(0, 102, 204); --g-position-3: 100%; --g-color-4: rgb(0, 102, 204); --g-position-4: 100%; --g-color-5: rgb(0, 102, 204); --g-position-5: 100%; --g-color-6: rgb(0, 102, 204); --g-position-6: 100%; --g-color-7: rgb(0, 102, 204); --g-position-7: 100%; --g-color-8: rgb(0, 102, 204); --g-position-8: 100%; --g-color-9: rgb(0, 102, 204); --g-position-9: 100%; --g-color-10: rgb(0, 102, 204); --g-position-10: 100%; --g-color-11: rgb(0, 102, 204); --g-position-11: 100%; --g-angle: 141.69deg; }.sd[data-s-c05af0f4-7f93-4102-bac5-8264faaa0c34] { color: #002266; flex: none; font-family: var(--s-font-b082636f); font-size: 16px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-c05af0f4-7f93-4102-bac5-8264faaa0c34] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-a43344f8-b951-43b6-a549-2ede244c1d39] { color: #121F32; font-family: var(--s-font-4aa63508); font-size: 28px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.5; margin: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 990px){
.sd[data-s-a43344f8-b951-43b6-a549-2ede244c1d39] { font-size: 28px; }
}
@media screen and (max-width: 690px){
.sd[data-s-a43344f8-b951-43b6-a549-2ede244c1d39] { font-size: 20px; }
}.sd[data-s-74224995-eb3f-47ce-bf61-538060e408ce] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 40px; justify-content: flex-start; padding: 0px; --gap-h-74224995-eb3f-47ce-bf61-538060e408ce: 0px; --gap-v-74224995-eb3f-47ce-bf61-538060e408ce: 40px; --gap-uuid: 74224995-eb3f-47ce-bf61-538060e408ce; }
@media screen and (max-width: 690px){
.sd[data-s-74224995-eb3f-47ce-bf61-538060e408ce] { gap: 40px; --gap-h-74224995-eb3f-47ce-bf61-538060e408ce: 0px; --gap-v-74224995-eb3f-47ce-bf61-538060e408ce: 40px; }
}.sd[data-s-53c2892e-f158-475e-89c1-ec417ca6865f] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: wrap; gap: 60px; justify-content: center; margin: 0px 0px 10px 0px; padding: 0px; --gap-h-53c2892e-f158-475e-89c1-ec417ca6865f: 60px; --gap-v-53c2892e-f158-475e-89c1-ec417ca6865f: 60px; --gap-uuid: 53c2892e-f158-475e-89c1-ec417ca6865f; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-53c2892e-f158-475e-89c1-ec417ca6865f] { gap: 64px 20px; --gap-h-53c2892e-f158-475e-89c1-ec417ca6865f: 20px; --gap-v-53c2892e-f158-475e-89c1-ec417ca6865f: 64px; }
}
@media screen and (max-width: 990px){
.sd[data-s-53c2892e-f158-475e-89c1-ec417ca6865f] { gap: 64px 16px; margin: 0px 0px 10px 0px; --gap-h-53c2892e-f158-475e-89c1-ec417ca6865f: 16px; --gap-v-53c2892e-f158-475e-89c1-ec417ca6865f: 64px; }
}
@media screen and (max-width: 690px){
.sd[data-s-53c2892e-f158-475e-89c1-ec417ca6865f] { flex: none; gap: 40px; width: 320px; --gap-h-53c2892e-f158-475e-89c1-ec417ca6865f: 40px; --gap-v-53c2892e-f158-475e-89c1-ec417ca6865f: 40px; max-width: 100%; }
}.sd[data-s-55c022c1-b1aa-4e8e-9c4f-f3d78a3e4d9c] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; justify-content: center; padding: 0px; width: calc(33.3% - (var(--gap-h-53c2892e-f158-475e-89c1-ec417ca6865f) * 0.667)); --gap-h-55c022c1-b1aa-4e8e-9c4f-f3d78a3e4d9c: 0px; --gap-v-55c022c1-b1aa-4e8e-9c4f-f3d78a3e4d9c: 32px; --gap-uuid: 55c022c1-b1aa-4e8e-9c4f-f3d78a3e4d9c; max-width: calc(33.3% - (var(--gap-h-53c2892e-f158-475e-89c1-ec417ca6865f) * 0.667)); }
@media screen and (max-width: 990px){
.sd[data-s-55c022c1-b1aa-4e8e-9c4f-f3d78a3e4d9c] { flex: none; width: calc(50% - (var(--gap-h-53c2892e-f158-475e-89c1-ec417ca6865f) * 0.5)); --gap-h-55c022c1-b1aa-4e8e-9c4f-f3d78a3e4d9c: 0px; --gap-v-55c022c1-b1aa-4e8e-9c4f-f3d78a3e4d9c: 32px; max-width: calc(50% - (var(--gap-h-53c2892e-f158-475e-89c1-ec417ca6865f) * 0.5)); }
}
@media screen and (max-width: 690px){
.sd[data-s-55c022c1-b1aa-4e8e-9c4f-f3d78a3e4d9c] { flex: none; gap: 16px; width: calc(100% - (var(--gap-h-53c2892e-f158-475e-89c1-ec417ca6865f) * 0)); --gap-h-55c022c1-b1aa-4e8e-9c4f-f3d78a3e4d9c: 0px; --gap-v-55c022c1-b1aa-4e8e-9c4f-f3d78a3e4d9c: 16px; max-width: calc(100% - (var(--gap-h-53c2892e-f158-475e-89c1-ec417ca6865f) * 0)); }
}.sd[data-s-1d1b543b-c3c5-456f-bd02-cb5805116d1d] { border-radius: 10px; height: auto; width: calc(100% - (var(--gap-h-55c022c1-b1aa-4e8e-9c4f-f3d78a3e4d9c) * 0)); max-width: calc(100% - (var(--gap-h-55c022c1-b1aa-4e8e-9c4f-f3d78a3e4d9c) * 0)); }.sd[data-s-970e9b03-0af5-478f-b5c3-d468a1ced41d] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 12px; justify-content: center; padding: 0px 2px; width: calc(100% - (var(--gap-h-55c022c1-b1aa-4e8e-9c4f-f3d78a3e4d9c) * 0)); --gap-h-970e9b03-0af5-478f-b5c3-d468a1ced41d: 0px; --gap-v-970e9b03-0af5-478f-b5c3-d468a1ced41d: 12px; --gap-uuid: 970e9b03-0af5-478f-b5c3-d468a1ced41d; max-width: calc(100% - (var(--gap-h-55c022c1-b1aa-4e8e-9c4f-f3d78a3e4d9c) * 0)); }
@media screen and (max-width: 690px){
.sd[data-s-970e9b03-0af5-478f-b5c3-d468a1ced41d] { gap: 8px; --gap-h-970e9b03-0af5-478f-b5c3-d468a1ced41d: 0px; --gap-v-970e9b03-0af5-478f-b5c3-d468a1ced41d: 8px; }
}.sd[data-s-f57e124c-e777-497e-898e-5be75f4c5fc2] { color: #003366; flex: none; font-family: var(--s-font-4aa63508); font-size: 18px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1.6; margin: 0px 0px 0px 0px; text-align: center; width: calc(100% - (var(--gap-h-970e9b03-0af5-478f-b5c3-d468a1ced41d) * 0)); max-width: calc(100% - (var(--gap-h-970e9b03-0af5-478f-b5c3-d468a1ced41d) * 0)); justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-f57e124c-e777-497e-898e-5be75f4c5fc2] { font-size: 16px; width: 235px; max-width: 100%; }
}.sd[data-s-17020310-0446-41f0-8fa4-0f6380bddb73] { color: #435266; flex: none; font-family: var(--s-font-b082636f); font-size: 14px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 2; text-align: left; width: calc(100% - (var(--gap-h-970e9b03-0af5-478f-b5c3-d468a1ced41d) * 0)); max-width: calc(100% - (var(--gap-h-970e9b03-0af5-478f-b5c3-d468a1ced41d) * 0)); justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-17020310-0446-41f0-8fa4-0f6380bddb73] { font-size: 13px; }
}.sd[data-s-85b6f7c2-0bec-44f6-91ae-902060d3a14a] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; justify-content: center; padding: 0px; width: calc(33.3% - (var(--gap-h-53c2892e-f158-475e-89c1-ec417ca6865f) * 0.667)); --gap-h-85b6f7c2-0bec-44f6-91ae-902060d3a14a: 0px; --gap-v-85b6f7c2-0bec-44f6-91ae-902060d3a14a: 32px; --gap-uuid: 85b6f7c2-0bec-44f6-91ae-902060d3a14a; max-width: calc(33.3% - (var(--gap-h-53c2892e-f158-475e-89c1-ec417ca6865f) * 0.667)); }
@media screen and (max-width: 990px){
.sd[data-s-85b6f7c2-0bec-44f6-91ae-902060d3a14a] { flex: none; width: calc(50% - (var(--gap-h-53c2892e-f158-475e-89c1-ec417ca6865f) * 0.5)); --gap-h-85b6f7c2-0bec-44f6-91ae-902060d3a14a: 0px; --gap-v-85b6f7c2-0bec-44f6-91ae-902060d3a14a: 32px; max-width: calc(50% - (var(--gap-h-53c2892e-f158-475e-89c1-ec417ca6865f) * 0.5)); }
}
@media screen and (max-width: 690px){
.sd[data-s-85b6f7c2-0bec-44f6-91ae-902060d3a14a] { flex: none; gap: 16px; width: calc(100% - (var(--gap-h-53c2892e-f158-475e-89c1-ec417ca6865f) * 0)); --gap-h-85b6f7c2-0bec-44f6-91ae-902060d3a14a: 0px; --gap-v-85b6f7c2-0bec-44f6-91ae-902060d3a14a: 16px; max-width: calc(100% - (var(--gap-h-53c2892e-f158-475e-89c1-ec417ca6865f) * 0)); }
}.sd[data-s-1817e320-5947-4f24-82fc-ca87f9e770d8] { border-radius: 10px; height: auto; width: calc(100% - (var(--gap-h-85b6f7c2-0bec-44f6-91ae-902060d3a14a) * 0)); max-width: calc(100% - (var(--gap-h-85b6f7c2-0bec-44f6-91ae-902060d3a14a) * 0)); }.sd[data-s-63f7158a-4674-4255-9079-4e19914ae243] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 12px; justify-content: center; padding: 0px 2px; width: calc(100% - (var(--gap-h-85b6f7c2-0bec-44f6-91ae-902060d3a14a) * 0)); --gap-h-63f7158a-4674-4255-9079-4e19914ae243: 0px; --gap-v-63f7158a-4674-4255-9079-4e19914ae243: 12px; --gap-uuid: 63f7158a-4674-4255-9079-4e19914ae243; max-width: calc(100% - (var(--gap-h-85b6f7c2-0bec-44f6-91ae-902060d3a14a) * 0)); }
@media screen and (max-width: 690px){
.sd[data-s-63f7158a-4674-4255-9079-4e19914ae243] { gap: 8px; --gap-h-63f7158a-4674-4255-9079-4e19914ae243: 0px; --gap-v-63f7158a-4674-4255-9079-4e19914ae243: 8px; }
}.sd[data-s-2a078210-0d9e-4798-86de-05734b1eff26] { color: #003366; flex: none; font-family: var(--s-font-4aa63508); font-size: 18px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1.6; margin: 0px 0px 0px 0px; text-align: center; width: calc(100% - (var(--gap-h-63f7158a-4674-4255-9079-4e19914ae243) * 0)); max-width: calc(100% - (var(--gap-h-63f7158a-4674-4255-9079-4e19914ae243) * 0)); justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-2a078210-0d9e-4798-86de-05734b1eff26] { font-size: 16px; }
}.sd[data-s-053876de-73e1-4401-8512-6613f95bd717] { color: #435266; flex: none; font-family: var(--s-font-b082636f); font-size: 14px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 2; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-053876de-73e1-4401-8512-6613f95bd717] { font-size: 13px; }
}.sd[data-s-ce6a380b-1a9e-40fb-96ec-ee9c6aab291e] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; justify-content: center; padding: 0px; width: calc(33.3% - (var(--gap-h-53c2892e-f158-475e-89c1-ec417ca6865f) * 0.667)); --gap-h-ce6a380b-1a9e-40fb-96ec-ee9c6aab291e: 0px; --gap-v-ce6a380b-1a9e-40fb-96ec-ee9c6aab291e: 32px; --gap-uuid: ce6a380b-1a9e-40fb-96ec-ee9c6aab291e; max-width: calc(33.3% - (var(--gap-h-53c2892e-f158-475e-89c1-ec417ca6865f) * 0.667)); }
@media screen and (max-width: 990px){
.sd[data-s-ce6a380b-1a9e-40fb-96ec-ee9c6aab291e] { flex: none; width: calc(50% - (var(--gap-h-53c2892e-f158-475e-89c1-ec417ca6865f) * 0.5)); --gap-h-ce6a380b-1a9e-40fb-96ec-ee9c6aab291e: 0px; --gap-v-ce6a380b-1a9e-40fb-96ec-ee9c6aab291e: 32px; max-width: calc(50% - (var(--gap-h-53c2892e-f158-475e-89c1-ec417ca6865f) * 0.5)); }
}
@media screen and (max-width: 690px){
.sd[data-s-ce6a380b-1a9e-40fb-96ec-ee9c6aab291e] { flex: none; gap: 16px; width: calc(100% - (var(--gap-h-53c2892e-f158-475e-89c1-ec417ca6865f) * 0)); --gap-h-ce6a380b-1a9e-40fb-96ec-ee9c6aab291e: 0px; --gap-v-ce6a380b-1a9e-40fb-96ec-ee9c6aab291e: 16px; max-width: calc(100% - (var(--gap-h-53c2892e-f158-475e-89c1-ec417ca6865f) * 0)); }
}.sd[data-s-274e498b-3409-49d0-bc26-53fd0e8af819] { border-radius: 10px; height: auto; width: calc(100% - (var(--gap-h-ce6a380b-1a9e-40fb-96ec-ee9c6aab291e) * 0)); max-width: calc(100% - (var(--gap-h-ce6a380b-1a9e-40fb-96ec-ee9c6aab291e) * 0)); }.sd[data-s-f00cec7d-2a75-45f0-bd63-8911974b07e3] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 12px; justify-content: center; padding: 0px 2px; width: calc(100% - (var(--gap-h-ce6a380b-1a9e-40fb-96ec-ee9c6aab291e) * 0)); --gap-h-f00cec7d-2a75-45f0-bd63-8911974b07e3: 0px; --gap-v-f00cec7d-2a75-45f0-bd63-8911974b07e3: 12px; --gap-uuid: f00cec7d-2a75-45f0-bd63-8911974b07e3; max-width: calc(100% - (var(--gap-h-ce6a380b-1a9e-40fb-96ec-ee9c6aab291e) * 0)); }
@media screen and (max-width: 690px){
.sd[data-s-f00cec7d-2a75-45f0-bd63-8911974b07e3] { gap: 8px; --gap-h-f00cec7d-2a75-45f0-bd63-8911974b07e3: 0px; --gap-v-f00cec7d-2a75-45f0-bd63-8911974b07e3: 8px; }
}.sd[data-s-65d0db48-5bcb-4931-89e5-a0f6363a4e30] { color: #003366; flex: none; font-family: var(--s-font-4aa63508); font-size: 18px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1.6; margin: 0px 0px 0px 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-65d0db48-5bcb-4931-89e5-a0f6363a4e30] { font-size: 16px; }
}.sd[data-s-cbc8045e-30ca-402c-8022-9c0198748b59] { color: #435266; flex: none; font-family: var(--s-font-b082636f); font-size: 14px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 2; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-cbc8045e-30ca-402c-8022-9c0198748b59] { font-size: 13px; }
}.sd[data-s-3380760c-cce6-42e9-8058-b1fd06e0aefe] { align-content: flex-start; align-items: flex-start; border-bottom: 0px solid #cdd7dfff; border-left: 0px solid #cdd7dfff; border-right: 0px solid #cdd7dfff; border-top: 1px solid #cdd7dfff; flex-direction: row; flex-wrap: wrap; gap: 0px; justify-content: space-between; padding: 50px 0px 0px 0px; --gap-h-3380760c-cce6-42e9-8058-b1fd06e0aefe: 0px; --gap-v-3380760c-cce6-42e9-8058-b1fd06e0aefe: 0px; --gap-uuid: 3380760c-cce6-42e9-8058-b1fd06e0aefe; }
@media screen and (max-width: 1280px){
.sd[data-s-3380760c-cce6-42e9-8058-b1fd06e0aefe] { align-content: flex-start; align-items: flex-start; justify-content: space-between; --gap-h-3380760c-cce6-42e9-8058-b1fd06e0aefe: 0px; --gap-v-3380760c-cce6-42e9-8058-b1fd06e0aefe: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-3380760c-cce6-42e9-8058-b1fd06e0aefe] { gap: 20px; --gap-h-3380760c-cce6-42e9-8058-b1fd06e0aefe: 20px; --gap-v-3380760c-cce6-42e9-8058-b1fd06e0aefe: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-3380760c-cce6-42e9-8058-b1fd06e0aefe] { flex: none; gap: 20px; width: 320px; --gap-h-3380760c-cce6-42e9-8058-b1fd06e0aefe: 20px; --gap-v-3380760c-cce6-42e9-8058-b1fd06e0aefe: 20px; max-width: 100%; }
}.sd[data-s-e3a35089-75d8-4958-bf76-da479a921be9] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; justify-content: flex-start; padding: 0px; width: calc(48% - (var(--gap-h-3380760c-cce6-42e9-8058-b1fd06e0aefe) * 0.52)); --gap-h-e3a35089-75d8-4958-bf76-da479a921be9: 24px; --gap-v-e3a35089-75d8-4958-bf76-da479a921be9: 0px; --gap-uuid: e3a35089-75d8-4958-bf76-da479a921be9; max-width: calc(48% - (var(--gap-h-3380760c-cce6-42e9-8058-b1fd06e0aefe) * 0.52)); }
@media screen and (max-width: 990px){
.sd[data-s-e3a35089-75d8-4958-bf76-da479a921be9] { flex: none; width: calc(100% - (var(--gap-h-3380760c-cce6-42e9-8058-b1fd06e0aefe) * 0)); --gap-h-e3a35089-75d8-4958-bf76-da479a921be9: 24px; --gap-v-e3a35089-75d8-4958-bf76-da479a921be9: 0px; max-width: calc(100% - (var(--gap-h-3380760c-cce6-42e9-8058-b1fd06e0aefe) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-e3a35089-75d8-4958-bf76-da479a921be9] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 20px; justify-content: flex-start; --gap-h-e3a35089-75d8-4958-bf76-da479a921be9: 0px; --gap-v-e3a35089-75d8-4958-bf76-da479a921be9: 20px; }
}.sd[data-s-e6ec76df-391f-418c-bfcf-12595314e727] { flex: none; height: auto; width: 220px; max-width: 100%; }.sd[data-s-7ddee950-7ce9-472a-a20e-a99994867aad] { align-content: center; align-items: center; flex: 1; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: auto; justify-content: center; padding: 0px 2px; width: auto; --gap-h-7ddee950-7ce9-472a-a20e-a99994867aad: 0px; --gap-v-7ddee950-7ce9-472a-a20e-a99994867aad: 5px; --gap-uuid: 7ddee950-7ce9-472a-a20e-a99994867aad; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-7ddee950-7ce9-472a-a20e-a99994867aad] { gap: 8px; --gap-h-7ddee950-7ce9-472a-a20e-a99994867aad: 0px; --gap-v-7ddee950-7ce9-472a-a20e-a99994867aad: 8px; }
}.sd[data-s-23c2d169-61f7-4693-aa48-4dcdd866111f] { color: #003366; flex: none; font-family: var(--s-font-4aa63508); font-size: 18px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1.6; margin: 0px 0px 0px 0px; text-align: left; width: calc(100% - (var(--gap-h-7ddee950-7ce9-472a-a20e-a99994867aad) * 0)); max-width: calc(100% - (var(--gap-h-7ddee950-7ce9-472a-a20e-a99994867aad) * 0)); justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-23c2d169-61f7-4693-aa48-4dcdd866111f] { font-size: 16px; text-align: center; width: 235px; max-width: 100%; justify-content: center; }
}.sd[data-s-8e517254-b612-4fc2-9d4b-c470cf2ab42e] { color: #435266; flex: none; font-family: var(--s-font-b082636f); font-size: 14px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 2; text-align: left; width: calc(100% - (var(--gap-h-7ddee950-7ce9-472a-a20e-a99994867aad) * 0)); max-width: calc(100% - (var(--gap-h-7ddee950-7ce9-472a-a20e-a99994867aad) * 0)); justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-8e517254-b612-4fc2-9d4b-c470cf2ab42e] { font-size: 13px; }
}.sd[data-s-bf761811-7104-4ada-96c2-d44e6e457aee] { color: #697584ff; flex: none; font-family: var(--s-font-b082636f); font-size: 12px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 2; text-align: left; width: calc(100% - (var(--gap-h-7ddee950-7ce9-472a-a20e-a99994867aad) * 0)); max-width: calc(100% - (var(--gap-h-7ddee950-7ce9-472a-a20e-a99994867aad) * 0)); justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-bf761811-7104-4ada-96c2-d44e6e457aee] { font-size: 13px; }
}.sd[data-s-84875ca7-e779-477e-af70-a34385781455] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; justify-content: flex-start; padding: 0px; width: calc(48% - (var(--gap-h-3380760c-cce6-42e9-8058-b1fd06e0aefe) * 0.52)); --gap-h-84875ca7-e779-477e-af70-a34385781455: 24px; --gap-v-84875ca7-e779-477e-af70-a34385781455: 0px; --gap-uuid: 84875ca7-e779-477e-af70-a34385781455; max-width: calc(48% - (var(--gap-h-3380760c-cce6-42e9-8058-b1fd06e0aefe) * 0.52)); }
@media screen and (max-width: 990px){
.sd[data-s-84875ca7-e779-477e-af70-a34385781455] { flex: none; width: calc(100% - (var(--gap-h-3380760c-cce6-42e9-8058-b1fd06e0aefe) * 0)); --gap-h-84875ca7-e779-477e-af70-a34385781455: 24px; --gap-v-84875ca7-e779-477e-af70-a34385781455: 0px; max-width: calc(100% - (var(--gap-h-3380760c-cce6-42e9-8058-b1fd06e0aefe) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-84875ca7-e779-477e-af70-a34385781455] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 20px; justify-content: flex-start; --gap-h-84875ca7-e779-477e-af70-a34385781455: 0px; --gap-v-84875ca7-e779-477e-af70-a34385781455: 20px; }
}.sd[data-s-4c6ce44d-46af-421d-a932-5200cdcd737d] { flex: none; height: auto; width: 220px; max-width: 100%; }.sd[data-s-f65fd564-3aae-40f7-b296-ba8772335e61] { align-content: center; align-items: center; flex: 1; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: auto; justify-content: center; padding: 0px 2px; width: auto; --gap-h-f65fd564-3aae-40f7-b296-ba8772335e61: 0px; --gap-v-f65fd564-3aae-40f7-b296-ba8772335e61: 5px; --gap-uuid: f65fd564-3aae-40f7-b296-ba8772335e61; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-f65fd564-3aae-40f7-b296-ba8772335e61] { gap: 8px; --gap-h-f65fd564-3aae-40f7-b296-ba8772335e61: 0px; --gap-v-f65fd564-3aae-40f7-b296-ba8772335e61: 8px; }
}.sd[data-s-fb1d53d5-e2dd-4869-a1d9-a4f5e644b1bd] { color: #003366; flex: none; font-family: var(--s-font-4aa63508); font-size: 18px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1.6; margin: 0px 0px 0px 0px; text-align: left; width: calc(100% - (var(--gap-h-f65fd564-3aae-40f7-b296-ba8772335e61) * 0)); max-width: calc(100% - (var(--gap-h-f65fd564-3aae-40f7-b296-ba8772335e61) * 0)); justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-fb1d53d5-e2dd-4869-a1d9-a4f5e644b1bd] { font-size: 16px; text-align: center; width: 235px; max-width: 100%; justify-content: center; }
}.sd[data-s-0c1f2756-6736-47a2-a19b-b370e9775c39] { color: #435266; flex: none; font-family: var(--s-font-b082636f); font-size: 14px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 2; text-align: left; width: calc(100% - (var(--gap-h-f65fd564-3aae-40f7-b296-ba8772335e61) * 0)); max-width: calc(100% - (var(--gap-h-f65fd564-3aae-40f7-b296-ba8772335e61) * 0)); justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-0c1f2756-6736-47a2-a19b-b370e9775c39] { font-size: 13px; }
}.sd[data-s-38df6ac4-e53f-4380-9cea-0babc4f0665f] {  }.sd[data-s-d8e97b14-c46e-4bd5-aeae-bad6db87d888] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; justify-content: flex-start; margin: 0px 20px; padding: 120px 0px 120px 0px; width: 1200px; --gap-h-d8e97b14-c46e-4bd5-aeae-bad6db87d888: 0px; --gap-v-d8e97b14-c46e-4bd5-aeae-bad6db87d888: 40px; --gap-uuid: d8e97b14-c46e-4bd5-aeae-bad6db87d888; max-width: calc(100% - 40px); }
@media screen and (max-width: 1280px){
.sd[data-s-d8e97b14-c46e-4bd5-aeae-bad6db87d888] { gap: 50px; --gap-h-d8e97b14-c46e-4bd5-aeae-bad6db87d888: 0px; --gap-v-d8e97b14-c46e-4bd5-aeae-bad6db87d888: 50px; }
}
@media screen and (max-width: 990px){
.sd[data-s-d8e97b14-c46e-4bd5-aeae-bad6db87d888] { gap: 40px; padding: 100px 0px 100px 0px; --gap-h-d8e97b14-c46e-4bd5-aeae-bad6db87d888: 0px; --gap-v-d8e97b14-c46e-4bd5-aeae-bad6db87d888: 40px; }
}
@media screen and (max-width: 690px){
.sd[data-s-d8e97b14-c46e-4bd5-aeae-bad6db87d888] { gap: 30px; padding: 70px 0px 70px 0px; --gap-h-d8e97b14-c46e-4bd5-aeae-bad6db87d888: 0px; --gap-v-d8e97b14-c46e-4bd5-aeae-bad6db87d888: 30px; }
}
@media screen and (max-width: 360px){
.sd[data-s-d8e97b14-c46e-4bd5-aeae-bad6db87d888] { margin: 0px 16px; --gap-h-d8e97b14-c46e-4bd5-aeae-bad6db87d888: 0px; --gap-v-d8e97b14-c46e-4bd5-aeae-bad6db87d888: 40px; max-width: calc(100% - 32px); }
}.sd[data-s-343a9242-6589-4c38-bb25-4cffd1f45879] { align-content: center; align-items: center; flex-direction: column; gap: 16px; height: auto; justify-content: flex-start; margin: 0px 0px 0px 0px; padding: 0px; width: auto; --gap-h-343a9242-6589-4c38-bb25-4cffd1f45879: 0px; --gap-v-343a9242-6589-4c38-bb25-4cffd1f45879: 16px; --gap-uuid: 343a9242-6589-4c38-bb25-4cffd1f45879; max-width: 100%; }.sd[data-s-561b0854-79e2-410b-8428-135fcb5a5cc2] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: auto; justify-content: flex-start; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; width: auto; --gap-h-561b0854-79e2-410b-8428-135fcb5a5cc2: 12px; --gap-v-561b0854-79e2-410b-8428-135fcb5a5cc2: 0px; --gap-uuid: 561b0854-79e2-410b-8428-135fcb5a5cc2; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-561b0854-79e2-410b-8428-135fcb5a5cc2] { gap: 8px; --gap-h-561b0854-79e2-410b-8428-135fcb5a5cc2: 8px; --gap-v-561b0854-79e2-410b-8428-135fcb5a5cc2: 0px; }
}.sd[data-s-1e195904-dc7f-4f7d-9b09-6dfce50ed69d] { align-content: center; align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 999px; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow-x: hidden; overflow-y: hidden; padding: 4px; width: auto; --gap-h-1e195904-dc7f-4f7d-9b09-6dfce50ed69d: 10px; --gap-v-1e195904-dc7f-4f7d-9b09-6dfce50ed69d: 0px; --gap-uuid: 1e195904-dc7f-4f7d-9b09-6dfce50ed69d; max-width: 100%; --g-color-0: rgba(131, 214, 189, 0.2); --g-position-0: 0%; --g-color-1: rgba(0, 102, 204, 0.2); --g-position-1: 100%; --g-color-2: rgba(0, 102, 204, 0.2); --g-position-2: 100%; --g-color-3: rgba(0, 102, 204, 0.2); --g-position-3: 100%; --g-color-4: rgba(0, 102, 204, 0.2); --g-position-4: 100%; --g-color-5: rgba(0, 102, 204, 0.2); --g-position-5: 100%; --g-color-6: rgba(0, 102, 204, 0.2); --g-position-6: 100%; --g-color-7: rgba(0, 102, 204, 0.2); --g-position-7: 100%; --g-color-8: rgba(0, 102, 204, 0.2); --g-position-8: 100%; --g-color-9: rgba(0, 102, 204, 0.2); --g-position-9: 100%; --g-color-10: rgba(0, 102, 204, 0.2); --g-position-10: 100%; --g-color-11: rgba(0, 102, 204, 0.2); --g-position-11: 100%; --g-angle: 141.69deg; }.sd[data-s-e3a192a6-7ca0-456e-8a0d-6c8de7130cc8] { align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 8px; flex: none; flex-direction: column; height: 8px; justify-content: center; width: 8px; max-width: 100%; --g-color-0: rgb(131, 214, 189); --g-position-0: 0%; --g-color-1: rgb(0, 102, 204); --g-position-1: 100%; --g-color-2: rgb(0, 102, 204); --g-position-2: 100%; --g-color-3: rgb(0, 102, 204); --g-position-3: 100%; --g-color-4: rgb(0, 102, 204); --g-position-4: 100%; --g-color-5: rgb(0, 102, 204); --g-position-5: 100%; --g-color-6: rgb(0, 102, 204); --g-position-6: 100%; --g-color-7: rgb(0, 102, 204); --g-position-7: 100%; --g-color-8: rgb(0, 102, 204); --g-position-8: 100%; --g-color-9: rgb(0, 102, 204); --g-position-9: 100%; --g-color-10: rgb(0, 102, 204); --g-position-10: 100%; --g-color-11: rgb(0, 102, 204); --g-position-11: 100%; --g-angle: 141.69deg; }.sd[data-s-1ce95814-4f43-4500-9b95-16f694dee91e] { color: #002266; flex: none; font-family: var(--s-font-b082636f); font-size: 16px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-1ce95814-4f43-4500-9b95-16f694dee91e] { font-size: 13px; }
}.sd[data-s-1c332fee-f6c3-46af-b1e2-c4867364547b] { color: #121F32; font-family: var(--s-font-4aa63508); font-size: 28px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.5; margin: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 990px){
.sd[data-s-1c332fee-f6c3-46af-b1e2-c4867364547b] { font-size: 28px; }
}
@media screen and (max-width: 690px){
.sd[data-s-1c332fee-f6c3-46af-b1e2-c4867364547b] { font-size: 20px; }
}.sd[data-s-aeb39304-4a06-49c0-a65e-10863f4c5209] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 60px; justify-content: flex-start; padding: 0px; --gap-h-aeb39304-4a06-49c0-a65e-10863f4c5209: 0px; --gap-v-aeb39304-4a06-49c0-a65e-10863f4c5209: 60px; --gap-uuid: aeb39304-4a06-49c0-a65e-10863f4c5209; }
@media screen and (max-width: 1280px){
.sd[data-s-aeb39304-4a06-49c0-a65e-10863f4c5209] { gap: 50px; --gap-h-aeb39304-4a06-49c0-a65e-10863f4c5209: 0px; --gap-v-aeb39304-4a06-49c0-a65e-10863f4c5209: 50px; }
}
@media screen and (max-width: 990px){
.sd[data-s-aeb39304-4a06-49c0-a65e-10863f4c5209] { gap: 40px; --gap-h-aeb39304-4a06-49c0-a65e-10863f4c5209: 0px; --gap-v-aeb39304-4a06-49c0-a65e-10863f4c5209: 40px; }
}
@media screen and (max-width: 690px){
.sd[data-s-aeb39304-4a06-49c0-a65e-10863f4c5209] { gap: 30px; --gap-h-aeb39304-4a06-49c0-a65e-10863f4c5209: 0px; --gap-v-aeb39304-4a06-49c0-a65e-10863f4c5209: 30px; }
}.sd[data-s-e5866f14-0fa3-4c20-ab1b-f6aef53c25e5] { align-content: center; align-items: center; background: #ffffffff; border-bottom: 1px solid #cdd7dfff; border-left: 0px solid #cdd7dfff; border-radius: 0px 0px 0px 0px; border-right: 0px solid #cdd7dfff; border-top: 0px solid #cdd7dfff; flex-direction: column; flex-wrap: nowrap; gap: 60px 0px; height: auto; justify-content: flex-start; margin: 0px 0px 0px 0px; padding: 0px 0px 90px 0px; width: calc(100% - (var(--gap-h-aeb39304-4a06-49c0-a65e-10863f4c5209) * 0)); --gap-h-e5866f14-0fa3-4c20-ab1b-f6aef53c25e5: 0px; --gap-v-e5866f14-0fa3-4c20-ab1b-f6aef53c25e5: 60px; --gap-uuid: e5866f14-0fa3-4c20-ab1b-f6aef53c25e5; max-width: calc(100% - (var(--gap-h-aeb39304-4a06-49c0-a65e-10863f4c5209) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-e5866f14-0fa3-4c20-ab1b-f6aef53c25e5] { gap: 50px 0px; padding: 0px 0px 70px 0px; --gap-h-e5866f14-0fa3-4c20-ab1b-f6aef53c25e5: 0px; --gap-v-e5866f14-0fa3-4c20-ab1b-f6aef53c25e5: 50px; }
}
@media screen and (max-width: 990px){
.sd[data-s-e5866f14-0fa3-4c20-ab1b-f6aef53c25e5] { gap: 30px 0px; padding: 0px 0px 40px 0px; --gap-h-e5866f14-0fa3-4c20-ab1b-f6aef53c25e5: 0px; --gap-v-e5866f14-0fa3-4c20-ab1b-f6aef53c25e5: 30px; }
}
@media screen and (max-width: 690px){
.sd[data-s-e5866f14-0fa3-4c20-ab1b-f6aef53c25e5] { border-bottom: 2px solid #cdd7dfff; border-left: 0px solid #cdd7dfff; border-right: 0px solid #cdd7dfff; border-top: 0px solid #cdd7dfff; gap: 20px 0px; margin: 0px 0px 0px 0px; padding: 0px 0px 30px 0px; --gap-h-e5866f14-0fa3-4c20-ab1b-f6aef53c25e5: 0px; --gap-v-e5866f14-0fa3-4c20-ab1b-f6aef53c25e5: 20px; }
}.sd[data-s-94c2ea0b-2a84-4d9e-8734-c2e745d28ab8] { align-content: center; align-items: center; background: #ffffffff; border-radius: 0px 0px 0px 0px; bottom: auto; flex-direction: row; flex-wrap: nowrap; gap: 8px; justify-content: flex-start; left: auto; margin: 0px 0px 0px 0px; padding: 0px 0px; position: relative; right: auto; top: auto; --gap-h-94c2ea0b-2a84-4d9e-8734-c2e745d28ab8: 8px; --gap-v-94c2ea0b-2a84-4d9e-8734-c2e745d28ab8: 0px; --gap-uuid: 94c2ea0b-2a84-4d9e-8734-c2e745d28ab8; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-94c2ea0b-2a84-4d9e-8734-c2e745d28ab8] { bottom: auto; left: auto; margin: 0px 0px 0px 0px; padding: 10px 30px; position: relative; right: auto; top: auto; --gap-h-94c2ea0b-2a84-4d9e-8734-c2e745d28ab8: 8px; --gap-v-94c2ea0b-2a84-4d9e-8734-c2e745d28ab8: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-94c2ea0b-2a84-4d9e-8734-c2e745d28ab8] { margin: 0px 0px 0px 0px; --gap-h-94c2ea0b-2a84-4d9e-8734-c2e745d28ab8: 8px; --gap-v-94c2ea0b-2a84-4d9e-8734-c2e745d28ab8: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-94c2ea0b-2a84-4d9e-8734-c2e745d28ab8] { gap: 3px; margin: 0px 0px 0px 0px; padding: 5px 10px 5px 7px; --gap-h-94c2ea0b-2a84-4d9e-8734-c2e745d28ab8: 3px; --gap-v-94c2ea0b-2a84-4d9e-8734-c2e745d28ab8: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-94c2ea0b-2a84-4d9e-8734-c2e745d28ab8] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; padding: 5px 0px 5px 0px; --gap-h-94c2ea0b-2a84-4d9e-8734-c2e745d28ab8: 8px; --gap-v-94c2ea0b-2a84-4d9e-8734-c2e745d28ab8: 0px; }
}.sd[data-s-3d387d9a-cda0-4aa2-a132-ad1acac75796] { align-content: center; align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 999px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; margin: 0px 0px 0px 0px; padding: 6px; width: auto; --gap-h-3d387d9a-cda0-4aa2-a132-ad1acac75796: 10px; --gap-v-3d387d9a-cda0-4aa2-a132-ad1acac75796: 0px; --gap-uuid: 3d387d9a-cda0-4aa2-a132-ad1acac75796; max-width: 100%; --g-color-0: rgba(131, 214, 189, 0.2); --g-position-0: 0%; --g-color-1: rgba(0, 102, 204, 0.2); --g-position-1: 100%; --g-color-2: rgba(0, 102, 204, 0.2); --g-position-2: 100%; --g-color-3: rgba(0, 102, 204, 0.2); --g-position-3: 100%; --g-color-4: rgba(0, 102, 204, 0.2); --g-position-4: 100%; --g-color-5: rgba(0, 102, 204, 0.2); --g-position-5: 100%; --g-color-6: rgba(0, 102, 204, 0.2); --g-position-6: 100%; --g-color-7: rgba(0, 102, 204, 0.2); --g-position-7: 100%; --g-color-8: rgba(0, 102, 204, 0.2); --g-position-8: 100%; --g-color-9: rgba(0, 102, 204, 0.2); --g-position-9: 100%; --g-color-10: rgba(0, 102, 204, 0.2); --g-position-10: 100%; --g-color-11: rgba(0, 102, 204, 0.2); --g-position-11: 100%; --g-angle: 141.69deg; }
@media screen and (max-width: 1280px){
.sd[data-s-3d387d9a-cda0-4aa2-a132-ad1acac75796] { display: flex; --gap-h-3d387d9a-cda0-4aa2-a132-ad1acac75796: 10px; --gap-v-3d387d9a-cda0-4aa2-a132-ad1acac75796: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-3d387d9a-cda0-4aa2-a132-ad1acac75796] { display: flex; margin: 0px 0px 0px 0px; padding: 4px; --gap-h-3d387d9a-cda0-4aa2-a132-ad1acac75796: 10px; --gap-v-3d387d9a-cda0-4aa2-a132-ad1acac75796: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-3d387d9a-cda0-4aa2-a132-ad1acac75796] { display: flex; margin: 0px 0px 0px 0px; --gap-h-3d387d9a-cda0-4aa2-a132-ad1acac75796: 10px; --gap-v-3d387d9a-cda0-4aa2-a132-ad1acac75796: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-3d387d9a-cda0-4aa2-a132-ad1acac75796] { display: flex; --gap-h-3d387d9a-cda0-4aa2-a132-ad1acac75796: 10px; --gap-v-3d387d9a-cda0-4aa2-a132-ad1acac75796: 0px; }
}.sd[data-s-e6aea6ed-9229-401e-8ea2-ed058d8f054f] { align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 50%; flex: none; flex-direction: column; height: 25px; justify-content: center; width: 25px; max-width: 100%; --g-color-0: rgb(131, 214, 189); --g-position-0: 0%; --g-color-1: rgb(0, 102, 204); --g-position-1: 100%; --g-color-2: rgb(0, 102, 204); --g-position-2: 100%; --g-color-3: rgb(0, 102, 204); --g-position-3: 100%; --g-color-4: rgb(0, 102, 204); --g-position-4: 100%; --g-color-5: rgb(0, 102, 204); --g-position-5: 100%; --g-color-6: rgb(0, 102, 204); --g-position-6: 100%; --g-color-7: rgb(0, 102, 204); --g-position-7: 100%; --g-color-8: rgb(0, 102, 204); --g-position-8: 100%; --g-color-9: rgb(0, 102, 204); --g-position-9: 100%; --g-color-10: rgb(0, 102, 204); --g-position-10: 100%; --g-color-11: rgb(0, 102, 204); --g-position-11: 100%; --g-angle: 141.69deg; }
.sd[data-s-e6aea6ed-9229-401e-8ea2-ed058d8f054f]:before { background-repeat: no-repeat; background-size: 60%; }
@media screen and (max-width: 990px){
.sd[data-s-e6aea6ed-9229-401e-8ea2-ed058d8f054f] { flex: none; height: 18px; width: 18px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-e6aea6ed-9229-401e-8ea2-ed058d8f054f] { flex: none; height: 18px; width: 18px; }
}.sd[data-s-fe05f025-193d-4b7b-9397-6583b282a6b9] { color: #003366ff; font-family: var(--s-font-4aa63508); font-size: 25px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-fe05f025-193d-4b7b-9397-6583b282a6b9] { font-size: 22px; }
}
@media screen and (max-width: 690px){
.sd[data-s-fe05f025-193d-4b7b-9397-6583b282a6b9] { font-size: 17px; }
}
@media screen and (max-width: 360px){
.sd[data-s-fe05f025-193d-4b7b-9397-6583b282a6b9] { flex: 1; width: auto; }
}.sd[data-s-ff27c256-3852-43e1-a883-5672150be429] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 70px 0px; justify-content: flex-start; padding: 0px; --gap-h-ff27c256-3852-43e1-a883-5672150be429: 0px; --gap-v-ff27c256-3852-43e1-a883-5672150be429: 70px; --gap-uuid: ff27c256-3852-43e1-a883-5672150be429; }
@media screen and (max-width: 990px){
.sd[data-s-ff27c256-3852-43e1-a883-5672150be429] { gap: 40px 0px; --gap-h-ff27c256-3852-43e1-a883-5672150be429: 0px; --gap-v-ff27c256-3852-43e1-a883-5672150be429: 40px; }
}
@media screen and (max-width: 690px){
.sd[data-s-ff27c256-3852-43e1-a883-5672150be429] { flex: none; gap: 35px 0px; width: calc(100% - (var(--gap-h-e5866f14-0fa3-4c20-ab1b-f6aef53c25e5) * 0)); --gap-h-ff27c256-3852-43e1-a883-5672150be429: 0px; --gap-v-ff27c256-3852-43e1-a883-5672150be429: 35px; max-width: calc(100% - (var(--gap-h-e5866f14-0fa3-4c20-ab1b-f6aef53c25e5) * 0)); }
}.sd[data-s-c06f6a0e-f364-4000-a599-f7a51663fc6e] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 35px; justify-content: space-between; padding: 0px; width: calc(100% - (var(--gap-h-ff27c256-3852-43e1-a883-5672150be429) * 0)); --gap-h-c06f6a0e-f364-4000-a599-f7a51663fc6e: 35px; --gap-v-c06f6a0e-f364-4000-a599-f7a51663fc6e: 0px; --gap-uuid: c06f6a0e-f364-4000-a599-f7a51663fc6e; max-width: calc(100% - (var(--gap-h-ff27c256-3852-43e1-a883-5672150be429) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-c06f6a0e-f364-4000-a599-f7a51663fc6e] { flex: none; --gap-h-c06f6a0e-f364-4000-a599-f7a51663fc6e: 35px; --gap-v-c06f6a0e-f364-4000-a599-f7a51663fc6e: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-c06f6a0e-f364-4000-a599-f7a51663fc6e] { align-content: center; align-items: center; flex: none; flex-direction: column-reverse; flex-wrap: nowrap; gap: 30px; justify-content: center; width: calc(90% - (var(--gap-h-ff27c256-3852-43e1-a883-5672150be429) * 0.10000000000000003)); --gap-h-c06f6a0e-f364-4000-a599-f7a51663fc6e: 0px; --gap-v-c06f6a0e-f364-4000-a599-f7a51663fc6e: 30px; max-width: calc(90% - (var(--gap-h-ff27c256-3852-43e1-a883-5672150be429) * 0.10000000000000003)); }
}
@media screen and (max-width: 690px){
.sd[data-s-c06f6a0e-f364-4000-a599-f7a51663fc6e] { flex: none; flex-direction: column-reverse; flex-wrap: nowrap; gap: 20px; width: calc(100% - (var(--gap-h-ff27c256-3852-43e1-a883-5672150be429) * 0)); --gap-h-c06f6a0e-f364-4000-a599-f7a51663fc6e: 0px; --gap-v-c06f6a0e-f364-4000-a599-f7a51663fc6e: 20px; max-width: calc(100% - (var(--gap-h-ff27c256-3852-43e1-a883-5672150be429) * 0)); }
}.sd[data-s-47a4ce83-4819-4ab8-a016-091de9facf5f] { align-content: flex-start; align-items: flex-start; flex: 1; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; padding: 0px 0px 0px 0px; width: auto; --gap-h-47a4ce83-4819-4ab8-a016-091de9facf5f: 0px; --gap-v-47a4ce83-4819-4ab8-a016-091de9facf5f: 10px; --gap-uuid: 47a4ce83-4819-4ab8-a016-091de9facf5f; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-47a4ce83-4819-4ab8-a016-091de9facf5f] { flex: none; gap: 15px; padding: 0px 0px 0px 0px; width: calc(100% - (var(--gap-h-c06f6a0e-f364-4000-a599-f7a51663fc6e) * 0)); --gap-h-47a4ce83-4819-4ab8-a016-091de9facf5f: 0px; --gap-v-47a4ce83-4819-4ab8-a016-091de9facf5f: 15px; max-width: calc(100% - (var(--gap-h-c06f6a0e-f364-4000-a599-f7a51663fc6e) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-47a4ce83-4819-4ab8-a016-091de9facf5f] { flex: none; gap: 10px; padding: 0px 0px 0px 0px; width: 100%; --gap-h-47a4ce83-4819-4ab8-a016-091de9facf5f: 0px; --gap-v-47a4ce83-4819-4ab8-a016-091de9facf5f: 10px; }
}.sd[data-s-7e3b71b1-b8c1-443a-b059-354518f329ff] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; padding: 0px; --gap-h-7e3b71b1-b8c1-443a-b059-354518f329ff: 0px; --gap-v-7e3b71b1-b8c1-443a-b059-354518f329ff: 10px; --gap-uuid: 7e3b71b1-b8c1-443a-b059-354518f329ff; }
@media screen and (max-width: 990px){
.sd[data-s-7e3b71b1-b8c1-443a-b059-354518f329ff] { gap: 5px; --gap-h-7e3b71b1-b8c1-443a-b059-354518f329ff: 0px; --gap-v-7e3b71b1-b8c1-443a-b059-354518f329ff: 5px; }
}
@media screen and (max-width: 690px){
.sd[data-s-7e3b71b1-b8c1-443a-b059-354518f329ff] { gap: 3px; --gap-h-7e3b71b1-b8c1-443a-b059-354518f329ff: 0px; --gap-v-7e3b71b1-b8c1-443a-b059-354518f329ff: 3px; }
}.sd[data-s-7dc098df-9ee3-4309-978b-1ee926aa3ffd] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; margin: 0px 0px 8px 0px; padding: 0px; --gap-h-7dc098df-9ee3-4309-978b-1ee926aa3ffd: 0px; --gap-v-7dc098df-9ee3-4309-978b-1ee926aa3ffd: 10px; --gap-uuid: 7dc098df-9ee3-4309-978b-1ee926aa3ffd; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-7dc098df-9ee3-4309-978b-1ee926aa3ffd] { gap: 8px; --gap-h-7dc098df-9ee3-4309-978b-1ee926aa3ffd: 0px; --gap-v-7dc098df-9ee3-4309-978b-1ee926aa3ffd: 8px; }
}.sd[data-s-158bcfb6-b52f-4e53-979c-237a418372b9] { align-content: center; align-items: center; background: #003366ff; border-radius: 8px 8px 8px 8px; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; padding: 8px 20px; width: auto; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-158bcfb6-b52f-4e53-979c-237a418372b9] { padding: 6px 8px 5px 8px; }
}.sd[data-s-296b8bdc-ae10-4c61-9be6-93b9e3757e1a] { color: #ffffffff; font-family: var(--s-font-4aa63508); font-size: 18px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-296b8bdc-ae10-4c61-9be6-93b9e3757e1a] { font-size: 13px; line-height: 1.20; }
}.sd[data-s-a9f32429-1698-4945-863f-17c1390277ed] { background: #003366ff; bottom: -5px; height: 18px; left: 70px; position: absolute; right: NaNpx; rotate: 45deg; top: NaNpx; width: 18px; z-index: -1; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-a9f32429-1698-4945-863f-17c1390277ed] { bottom: -2px; left: 20px; right: auto; top: auto; }
}.sd[data-s-16d22f79-5f8f-4a42-9e97-b7c162be0660] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; padding: 0px; }.sd[data-s-3f39ea96-f978-47d0-8221-3c1b45457d81] { color: #26b8baff; font-family: var(--s-font-4aa63508); font-size: 24px; font-style: normal; height: auto; line-height: 1.60; text-align: left; text-decoration: none; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-3f39ea96-f978-47d0-8221-3c1b45457d81] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-3f39ea96-f978-47d0-8221-3c1b45457d81] { color: #26b8baff; font-size: 16px; }
}.sd[data-s-0f584a0f-0b05-4c99-a03a-2f67170b812a] { color: #121f32ff; font-family: var(--s-font-4aa63508); font-size: 24px; height: auto; line-height: 1.60; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-0f584a0f-0b05-4c99-a03a-2f67170b812a] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-0f584a0f-0b05-4c99-a03a-2f67170b812a] { font-size: 16px; }
}.sd[data-s-23361a3e-185a-420b-a129-5b01838d7829] { color: #26b8baff; font-family: var(--s-font-4aa63508); font-size: 24px; height: auto; line-height: 1.60; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-23361a3e-185a-420b-a129-5b01838d7829] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-23361a3e-185a-420b-a129-5b01838d7829] { font-size: 16px; }
}.sd[data-s-c0c60980-81b8-4c3f-8073-91095d4e8505] { border-radius: 10px; display: none; flex: none; height: auto; width: calc(54% - (var(--gap-h-47a4ce83-4819-4ab8-a016-091de9facf5f) * 0.46)); max-width: calc(54% - (var(--gap-h-47a4ce83-4819-4ab8-a016-091de9facf5f) * 0.46)); }
@media screen and (max-width: 1280px){
.sd[data-s-c0c60980-81b8-4c3f-8073-91095d4e8505] { display: none; flex: none; height: auto; width: calc(50% - (var(--gap-h-47a4ce83-4819-4ab8-a016-091de9facf5f) * 0.5)); max-width: calc(50% - (var(--gap-h-47a4ce83-4819-4ab8-a016-091de9facf5f) * 0.5)); }
}
@media screen and (max-width: 990px){
.sd[data-s-c0c60980-81b8-4c3f-8073-91095d4e8505] { display: flex; flex: none; width: calc(100% - (var(--gap-h-47a4ce83-4819-4ab8-a016-091de9facf5f) * 0)); max-width: calc(100% - (var(--gap-h-47a4ce83-4819-4ab8-a016-091de9facf5f) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-c0c60980-81b8-4c3f-8073-91095d4e8505] { display: flex; }
}
@media screen and (max-width: 360px){
.sd[data-s-c0c60980-81b8-4c3f-8073-91095d4e8505] { display: flex; }
}.sd[data-s-bd89ef2e-a147-4028-a8f7-8286f8631e1b] { color: #435266; flex: none; font-family: var(--s-font-b082636f); font-size: 16px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.8; text-align: left; width: calc(100% - (var(--gap-h-47a4ce83-4819-4ab8-a016-091de9facf5f) * 0)); max-width: calc(100% - (var(--gap-h-47a4ce83-4819-4ab8-a016-091de9facf5f) * 0)); justify-content: flex-start; }
@media screen and (max-width: 1280px){
.sd[data-s-bd89ef2e-a147-4028-a8f7-8286f8631e1b] { width: auto; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-bd89ef2e-a147-4028-a8f7-8286f8631e1b] { font-size: 13px; }
}.sd[data-s-6e28c198-6fe5-4bb2-8e06-c5094b299e8f] { border-radius: 10px; display: flex; flex: none; height: auto; width: calc(54% - (var(--gap-h-c06f6a0e-f364-4000-a599-f7a51663fc6e) * 0.46)); max-width: calc(54% - (var(--gap-h-c06f6a0e-f364-4000-a599-f7a51663fc6e) * 0.46)); }
@media screen and (max-width: 1280px){
.sd[data-s-6e28c198-6fe5-4bb2-8e06-c5094b299e8f] { display: flex; flex: none; height: auto; width: calc(50% - (var(--gap-h-c06f6a0e-f364-4000-a599-f7a51663fc6e) * 0.5)); max-width: calc(50% - (var(--gap-h-c06f6a0e-f364-4000-a599-f7a51663fc6e) * 0.5)); }
}
@media screen and (max-width: 990px){
.sd[data-s-6e28c198-6fe5-4bb2-8e06-c5094b299e8f] { display: none; flex: none; width: calc(100% - (var(--gap-h-c06f6a0e-f364-4000-a599-f7a51663fc6e) * 0)); max-width: calc(100% - (var(--gap-h-c06f6a0e-f364-4000-a599-f7a51663fc6e) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-6e28c198-6fe5-4bb2-8e06-c5094b299e8f] { display: none; }
}
@media screen and (max-width: 360px){
.sd[data-s-6e28c198-6fe5-4bb2-8e06-c5094b299e8f] { display: none; }
}.sd[data-s-3f06df09-049a-4d9c-a754-89e30a63b6e8] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 35px; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-ff27c256-3852-43e1-a883-5672150be429) * 0)); --gap-h-3f06df09-049a-4d9c-a754-89e30a63b6e8: 35px; --gap-v-3f06df09-049a-4d9c-a754-89e30a63b6e8: 0px; --gap-uuid: 3f06df09-049a-4d9c-a754-89e30a63b6e8; max-width: calc(100% - (var(--gap-h-ff27c256-3852-43e1-a883-5672150be429) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-3f06df09-049a-4d9c-a754-89e30a63b6e8] { flex: none; --gap-h-3f06df09-049a-4d9c-a754-89e30a63b6e8: 35px; --gap-v-3f06df09-049a-4d9c-a754-89e30a63b6e8: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-3f06df09-049a-4d9c-a754-89e30a63b6e8] { flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; width: calc(90% - (var(--gap-h-ff27c256-3852-43e1-a883-5672150be429) * 0.10000000000000003)); --gap-h-3f06df09-049a-4d9c-a754-89e30a63b6e8: 0px; --gap-v-3f06df09-049a-4d9c-a754-89e30a63b6e8: 30px; max-width: calc(90% - (var(--gap-h-ff27c256-3852-43e1-a883-5672150be429) * 0.10000000000000003)); }
}
@media screen and (max-width: 690px){
.sd[data-s-3f06df09-049a-4d9c-a754-89e30a63b6e8] { flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; width: calc(100% - (var(--gap-h-ff27c256-3852-43e1-a883-5672150be429) * 0)); --gap-h-3f06df09-049a-4d9c-a754-89e30a63b6e8: 0px; --gap-v-3f06df09-049a-4d9c-a754-89e30a63b6e8: 20px; max-width: calc(100% - (var(--gap-h-ff27c256-3852-43e1-a883-5672150be429) * 0)); }
}.sd[data-s-0febf58f-b3e5-449d-a83b-a24d689bb0cd] { border-radius: 10px; display: flex; flex: none; height: auto; width: calc(54% - (var(--gap-h-3f06df09-049a-4d9c-a754-89e30a63b6e8) * 0.46)); max-width: calc(54% - (var(--gap-h-3f06df09-049a-4d9c-a754-89e30a63b6e8) * 0.46)); }
@media screen and (max-width: 1280px){
.sd[data-s-0febf58f-b3e5-449d-a83b-a24d689bb0cd] { display: flex; flex: none; height: auto; width: calc(50% - (var(--gap-h-3f06df09-049a-4d9c-a754-89e30a63b6e8) * 0.5)); max-width: calc(50% - (var(--gap-h-3f06df09-049a-4d9c-a754-89e30a63b6e8) * 0.5)); }
}
@media screen and (max-width: 990px){
.sd[data-s-0febf58f-b3e5-449d-a83b-a24d689bb0cd] { display: none; flex: none; width: calc(100% - (var(--gap-h-3f06df09-049a-4d9c-a754-89e30a63b6e8) * 0)); max-width: calc(100% - (var(--gap-h-3f06df09-049a-4d9c-a754-89e30a63b6e8) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-0febf58f-b3e5-449d-a83b-a24d689bb0cd] { display: none; }
}
@media screen and (max-width: 360px){
.sd[data-s-0febf58f-b3e5-449d-a83b-a24d689bb0cd] { display: none; }
}.sd[data-s-6c808695-460a-48e3-8278-89b11bb14442] { align-content: flex-start; align-items: flex-start; flex: 1; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; padding: 0px 0px 0px 0px; width: auto; --gap-h-6c808695-460a-48e3-8278-89b11bb14442: 0px; --gap-v-6c808695-460a-48e3-8278-89b11bb14442: 10px; --gap-uuid: 6c808695-460a-48e3-8278-89b11bb14442; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-6c808695-460a-48e3-8278-89b11bb14442] { flex: none; gap: 15px; padding: 0px 0px 0px 0px; width: calc(100% - (var(--gap-h-3f06df09-049a-4d9c-a754-89e30a63b6e8) * 0)); --gap-h-6c808695-460a-48e3-8278-89b11bb14442: 0px; --gap-v-6c808695-460a-48e3-8278-89b11bb14442: 15px; max-width: calc(100% - (var(--gap-h-3f06df09-049a-4d9c-a754-89e30a63b6e8) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-6c808695-460a-48e3-8278-89b11bb14442] { flex: none; gap: 10px; padding: 0px 0px 0px 0px; width: 100%; --gap-h-6c808695-460a-48e3-8278-89b11bb14442: 0px; --gap-v-6c808695-460a-48e3-8278-89b11bb14442: 10px; }
}.sd[data-s-626f7294-13d9-41ec-ba8d-cb2115ad720c] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; padding: 0px; --gap-h-626f7294-13d9-41ec-ba8d-cb2115ad720c: 0px; --gap-v-626f7294-13d9-41ec-ba8d-cb2115ad720c: 10px; --gap-uuid: 626f7294-13d9-41ec-ba8d-cb2115ad720c; }
@media screen and (max-width: 990px){
.sd[data-s-626f7294-13d9-41ec-ba8d-cb2115ad720c] { gap: 5px; --gap-h-626f7294-13d9-41ec-ba8d-cb2115ad720c: 0px; --gap-v-626f7294-13d9-41ec-ba8d-cb2115ad720c: 5px; }
}
@media screen and (max-width: 690px){
.sd[data-s-626f7294-13d9-41ec-ba8d-cb2115ad720c] { gap: 3px; --gap-h-626f7294-13d9-41ec-ba8d-cb2115ad720c: 0px; --gap-v-626f7294-13d9-41ec-ba8d-cb2115ad720c: 3px; }
}.sd[data-s-e5ea8bd1-de3d-4561-aa03-72a290c6f5aa] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; margin: 0px 0px 8px 0px; padding: 0px; --gap-h-e5ea8bd1-de3d-4561-aa03-72a290c6f5aa: 0px; --gap-v-e5ea8bd1-de3d-4561-aa03-72a290c6f5aa: 10px; --gap-uuid: e5ea8bd1-de3d-4561-aa03-72a290c6f5aa; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-e5ea8bd1-de3d-4561-aa03-72a290c6f5aa] { gap: 8px; --gap-h-e5ea8bd1-de3d-4561-aa03-72a290c6f5aa: 0px; --gap-v-e5ea8bd1-de3d-4561-aa03-72a290c6f5aa: 8px; }
}.sd[data-s-8a771b35-6e9f-44cb-88a0-ee9190ba136e] { align-content: center; align-items: center; background: #003366ff; border-radius: 8px 8px 8px 8px; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; padding: 8px 20px; width: auto; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-8a771b35-6e9f-44cb-88a0-ee9190ba136e] { padding: 6px 8px 5px 8px; }
}.sd[data-s-de87a6db-897e-49a4-9aa4-6f2fab5a3e90] { color: #ffffffff; font-family: var(--s-font-4aa63508); font-size: 18px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-de87a6db-897e-49a4-9aa4-6f2fab5a3e90] { font-size: 13px; line-height: 1.20; }
}.sd[data-s-dac78418-5101-48f7-b20d-096f2101cc33] { background: #003366ff; bottom: -5px; height: 18px; left: 70px; position: absolute; right: NaNpx; rotate: 45deg; top: NaNpx; width: 18px; z-index: -1; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-dac78418-5101-48f7-b20d-096f2101cc33] { bottom: -2px; left: 20px; right: auto; top: auto; }
}.sd[data-s-6711cfa7-e246-43c9-8edb-f3a030d9b860] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; padding: 0px; }.sd[data-s-5a0841b2-57ed-4075-8499-1515d464029b] { color: #26b8baff; font-family: var(--s-font-4aa63508); font-size: 24px; font-style: normal; height: auto; line-height: 1.60; text-align: left; text-decoration: none; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-5a0841b2-57ed-4075-8499-1515d464029b] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-5a0841b2-57ed-4075-8499-1515d464029b] { color: #26b8baff; font-size: 16px; }
}.sd[data-s-2b051fe8-9d97-4736-852e-9daf7074c6c9] { color: #003366ff; font-family: var(--s-font-4aa63508); font-size: 24px; height: auto; line-height: 1.60; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-2b051fe8-9d97-4736-852e-9daf7074c6c9] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-2b051fe8-9d97-4736-852e-9daf7074c6c9] { font-size: 16px; }
}.sd[data-s-44eb3d77-aa51-4b27-a138-ddf26f9d3a44] { color: #003366ff; font-family: var(--s-font-4aa63508); font-size: 24px; height: auto; line-height: 1.60; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-44eb3d77-aa51-4b27-a138-ddf26f9d3a44] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-44eb3d77-aa51-4b27-a138-ddf26f9d3a44] { font-size: 16px; }
}.sd[data-s-71cbb0b5-4554-43ac-875f-3442c20d343f] { border-radius: 10px; display: none; flex: none; height: auto; width: calc(54% - (var(--gap-h-6c808695-460a-48e3-8278-89b11bb14442) * 0.46)); max-width: calc(54% - (var(--gap-h-6c808695-460a-48e3-8278-89b11bb14442) * 0.46)); }
@media screen and (max-width: 1280px){
.sd[data-s-71cbb0b5-4554-43ac-875f-3442c20d343f] { display: none; flex: none; height: auto; width: calc(50% - (var(--gap-h-6c808695-460a-48e3-8278-89b11bb14442) * 0.5)); max-width: calc(50% - (var(--gap-h-6c808695-460a-48e3-8278-89b11bb14442) * 0.5)); }
}
@media screen and (max-width: 990px){
.sd[data-s-71cbb0b5-4554-43ac-875f-3442c20d343f] { display: flex; flex: none; width: calc(100% - (var(--gap-h-6c808695-460a-48e3-8278-89b11bb14442) * 0)); max-width: calc(100% - (var(--gap-h-6c808695-460a-48e3-8278-89b11bb14442) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-71cbb0b5-4554-43ac-875f-3442c20d343f] { display: flex; }
}
@media screen and (max-width: 360px){
.sd[data-s-71cbb0b5-4554-43ac-875f-3442c20d343f] { display: flex; }
}.sd[data-s-64c69720-7927-4049-9bfa-ba79773e9740] { color: #435266; flex: none; font-family: var(--s-font-b082636f); font-size: 16px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.8; text-align: left; width: calc(100% - (var(--gap-h-6c808695-460a-48e3-8278-89b11bb14442) * 0)); max-width: calc(100% - (var(--gap-h-6c808695-460a-48e3-8278-89b11bb14442) * 0)); justify-content: flex-start; }
@media screen and (max-width: 1280px){
.sd[data-s-64c69720-7927-4049-9bfa-ba79773e9740] { width: auto; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-64c69720-7927-4049-9bfa-ba79773e9740] { font-size: 13px; }
}.sd[data-s-b7d0f5f4-c281-4cc6-983c-f07cdf19461c] { align-content: center; align-items: center; background: #ffffffff; border-bottom: 1px solid #cdd7dfff; border-left: 0px solid #cdd7dfff; border-radius: 0px 0px 0px 0px; border-right: 0px solid #cdd7dfff; border-top: 0px solid #cdd7dfff; flex-direction: column; flex-wrap: nowrap; gap: 60px 0px; height: auto; justify-content: flex-start; margin: 0px 0px 0px 0px; padding: 0px 0px 90px 0px; width: calc(100% - (var(--gap-h-aeb39304-4a06-49c0-a65e-10863f4c5209) * 0)); --gap-h-b7d0f5f4-c281-4cc6-983c-f07cdf19461c: 0px; --gap-v-b7d0f5f4-c281-4cc6-983c-f07cdf19461c: 60px; --gap-uuid: b7d0f5f4-c281-4cc6-983c-f07cdf19461c; max-width: calc(100% - (var(--gap-h-aeb39304-4a06-49c0-a65e-10863f4c5209) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-b7d0f5f4-c281-4cc6-983c-f07cdf19461c] { gap: 50px 0px; padding: 0px 0px 70px 0px; --gap-h-b7d0f5f4-c281-4cc6-983c-f07cdf19461c: 0px; --gap-v-b7d0f5f4-c281-4cc6-983c-f07cdf19461c: 50px; }
}
@media screen and (max-width: 990px){
.sd[data-s-b7d0f5f4-c281-4cc6-983c-f07cdf19461c] { gap: 30px 0px; padding: 0px 0px 40px 0px; --gap-h-b7d0f5f4-c281-4cc6-983c-f07cdf19461c: 0px; --gap-v-b7d0f5f4-c281-4cc6-983c-f07cdf19461c: 30px; }
}
@media screen and (max-width: 690px){
.sd[data-s-b7d0f5f4-c281-4cc6-983c-f07cdf19461c] { border-bottom: 2px solid #cdd7dfff; border-left: 0px solid #cdd7dfff; border-right: 0px solid #cdd7dfff; border-top: 0px solid #cdd7dfff; gap: 20px 0px; margin: 0px 0px 0px 0px; padding: 0px 0px 30px 0px; --gap-h-b7d0f5f4-c281-4cc6-983c-f07cdf19461c: 0px; --gap-v-b7d0f5f4-c281-4cc6-983c-f07cdf19461c: 20px; }
}.sd[data-s-4f51326e-a575-434b-bd19-980b79d94b6a] { align-content: center; align-items: center; background: #ffffffff; border-radius: 0px 0px 0px 0px; bottom: auto; flex-direction: row; flex-wrap: nowrap; gap: 8px; justify-content: flex-start; left: auto; margin: 0px 0px 0px 0px; padding: 0px 0px; position: relative; right: auto; top: auto; --gap-h-4f51326e-a575-434b-bd19-980b79d94b6a: 8px; --gap-v-4f51326e-a575-434b-bd19-980b79d94b6a: 0px; --gap-uuid: 4f51326e-a575-434b-bd19-980b79d94b6a; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-4f51326e-a575-434b-bd19-980b79d94b6a] { bottom: auto; left: auto; margin: 0px 0px 0px 0px; padding: 10px 30px; position: relative; right: auto; top: auto; --gap-h-4f51326e-a575-434b-bd19-980b79d94b6a: 8px; --gap-v-4f51326e-a575-434b-bd19-980b79d94b6a: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-4f51326e-a575-434b-bd19-980b79d94b6a] { margin: 0px 0px 0px 0px; --gap-h-4f51326e-a575-434b-bd19-980b79d94b6a: 8px; --gap-v-4f51326e-a575-434b-bd19-980b79d94b6a: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-4f51326e-a575-434b-bd19-980b79d94b6a] { gap: 3px; margin: 0px 0px 0px 0px; padding: 5px 10px 5px 7px; --gap-h-4f51326e-a575-434b-bd19-980b79d94b6a: 3px; --gap-v-4f51326e-a575-434b-bd19-980b79d94b6a: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-4f51326e-a575-434b-bd19-980b79d94b6a] { align-content: flex-start; align-items: flex-start; justify-content: flex-start; padding: 5px 0px 5px 0px; --gap-h-4f51326e-a575-434b-bd19-980b79d94b6a: 8px; --gap-v-4f51326e-a575-434b-bd19-980b79d94b6a: 0px; }
}.sd[data-s-89b51c0e-3852-4b6f-87dc-b6b8bf881888] { align-content: center; align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 999px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; margin: 0px 0px 0px 0px; padding: 6px; width: auto; --gap-h-89b51c0e-3852-4b6f-87dc-b6b8bf881888: 10px; --gap-v-89b51c0e-3852-4b6f-87dc-b6b8bf881888: 0px; --gap-uuid: 89b51c0e-3852-4b6f-87dc-b6b8bf881888; max-width: 100%; --g-color-0: rgba(131, 214, 189, 0.2); --g-position-0: 0%; --g-color-1: rgba(0, 102, 204, 0.2); --g-position-1: 100%; --g-color-2: rgba(0, 102, 204, 0.2); --g-position-2: 100%; --g-color-3: rgba(0, 102, 204, 0.2); --g-position-3: 100%; --g-color-4: rgba(0, 102, 204, 0.2); --g-position-4: 100%; --g-color-5: rgba(0, 102, 204, 0.2); --g-position-5: 100%; --g-color-6: rgba(0, 102, 204, 0.2); --g-position-6: 100%; --g-color-7: rgba(0, 102, 204, 0.2); --g-position-7: 100%; --g-color-8: rgba(0, 102, 204, 0.2); --g-position-8: 100%; --g-color-9: rgba(0, 102, 204, 0.2); --g-position-9: 100%; --g-color-10: rgba(0, 102, 204, 0.2); --g-position-10: 100%; --g-color-11: rgba(0, 102, 204, 0.2); --g-position-11: 100%; --g-angle: 141.69deg; }
@media screen and (max-width: 1280px){
.sd[data-s-89b51c0e-3852-4b6f-87dc-b6b8bf881888] { display: flex; --gap-h-89b51c0e-3852-4b6f-87dc-b6b8bf881888: 10px; --gap-v-89b51c0e-3852-4b6f-87dc-b6b8bf881888: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-89b51c0e-3852-4b6f-87dc-b6b8bf881888] { display: flex; margin: 0px 0px 0px 0px; padding: 4px; --gap-h-89b51c0e-3852-4b6f-87dc-b6b8bf881888: 10px; --gap-v-89b51c0e-3852-4b6f-87dc-b6b8bf881888: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-89b51c0e-3852-4b6f-87dc-b6b8bf881888] { display: flex; margin: 0px 0px 0px 0px; --gap-h-89b51c0e-3852-4b6f-87dc-b6b8bf881888: 10px; --gap-v-89b51c0e-3852-4b6f-87dc-b6b8bf881888: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-89b51c0e-3852-4b6f-87dc-b6b8bf881888] { display: flex; --gap-h-89b51c0e-3852-4b6f-87dc-b6b8bf881888: 10px; --gap-v-89b51c0e-3852-4b6f-87dc-b6b8bf881888: 0px; }
}.sd[data-s-637f3d67-3905-4a21-b13a-4b8fcd8f56e5] { align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 50%; flex: none; flex-direction: column; height: 25px; justify-content: center; width: 25px; max-width: 100%; --g-color-0: rgb(131, 214, 189); --g-position-0: 0%; --g-color-1: rgb(0, 102, 204); --g-position-1: 100%; --g-color-2: rgb(0, 102, 204); --g-position-2: 100%; --g-color-3: rgb(0, 102, 204); --g-position-3: 100%; --g-color-4: rgb(0, 102, 204); --g-position-4: 100%; --g-color-5: rgb(0, 102, 204); --g-position-5: 100%; --g-color-6: rgb(0, 102, 204); --g-position-6: 100%; --g-color-7: rgb(0, 102, 204); --g-position-7: 100%; --g-color-8: rgb(0, 102, 204); --g-position-8: 100%; --g-color-9: rgb(0, 102, 204); --g-position-9: 100%; --g-color-10: rgb(0, 102, 204); --g-position-10: 100%; --g-color-11: rgb(0, 102, 204); --g-position-11: 100%; --g-angle: 141.69deg; }
.sd[data-s-637f3d67-3905-4a21-b13a-4b8fcd8f56e5]:before { background-repeat: no-repeat; background-size: 60%; }
@media screen and (max-width: 990px){
.sd[data-s-637f3d67-3905-4a21-b13a-4b8fcd8f56e5] { flex: none; height: 18px; width: 18px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-637f3d67-3905-4a21-b13a-4b8fcd8f56e5] { flex: none; height: 18px; width: 18px; }
}.sd[data-s-41d2b642-e76f-46b7-8acd-eee9cd1eb253] { color: #003366ff; font-family: var(--s-font-4aa63508); font-size: 25px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-41d2b642-e76f-46b7-8acd-eee9cd1eb253] { font-size: 22px; }
}
@media screen and (max-width: 690px){
.sd[data-s-41d2b642-e76f-46b7-8acd-eee9cd1eb253] { font-size: 17px; }
}
@media screen and (max-width: 360px){
.sd[data-s-41d2b642-e76f-46b7-8acd-eee9cd1eb253] { flex: 1; width: auto; }
}.sd[data-s-b002d115-b1bb-427f-a100-3be64dcd1136] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 70px 0px; justify-content: flex-start; padding: 0px; --gap-h-b002d115-b1bb-427f-a100-3be64dcd1136: 0px; --gap-v-b002d115-b1bb-427f-a100-3be64dcd1136: 70px; --gap-uuid: b002d115-b1bb-427f-a100-3be64dcd1136; }
@media screen and (max-width: 990px){
.sd[data-s-b002d115-b1bb-427f-a100-3be64dcd1136] { gap: 40px 0px; --gap-h-b002d115-b1bb-427f-a100-3be64dcd1136: 0px; --gap-v-b002d115-b1bb-427f-a100-3be64dcd1136: 40px; }
}
@media screen and (max-width: 690px){
.sd[data-s-b002d115-b1bb-427f-a100-3be64dcd1136] { flex: none; gap: 35px 0px; width: calc(100% - (var(--gap-h-b7d0f5f4-c281-4cc6-983c-f07cdf19461c) * 0)); --gap-h-b002d115-b1bb-427f-a100-3be64dcd1136: 0px; --gap-v-b002d115-b1bb-427f-a100-3be64dcd1136: 35px; max-width: calc(100% - (var(--gap-h-b7d0f5f4-c281-4cc6-983c-f07cdf19461c) * 0)); }
}.sd[data-s-189ceeb0-31f4-4139-8260-831509d67125] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 35px; justify-content: space-between; padding: 0px; width: calc(100% - (var(--gap-h-b002d115-b1bb-427f-a100-3be64dcd1136) * 0)); --gap-h-189ceeb0-31f4-4139-8260-831509d67125: 35px; --gap-v-189ceeb0-31f4-4139-8260-831509d67125: 0px; --gap-uuid: 189ceeb0-31f4-4139-8260-831509d67125; max-width: calc(100% - (var(--gap-h-b002d115-b1bb-427f-a100-3be64dcd1136) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-189ceeb0-31f4-4139-8260-831509d67125] { flex: none; --gap-h-189ceeb0-31f4-4139-8260-831509d67125: 35px; --gap-v-189ceeb0-31f4-4139-8260-831509d67125: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-189ceeb0-31f4-4139-8260-831509d67125] { align-content: center; align-items: center; flex: none; flex-direction: column-reverse; flex-wrap: nowrap; gap: 30px; justify-content: center; width: calc(90% - (var(--gap-h-b002d115-b1bb-427f-a100-3be64dcd1136) * 0.10000000000000003)); --gap-h-189ceeb0-31f4-4139-8260-831509d67125: 0px; --gap-v-189ceeb0-31f4-4139-8260-831509d67125: 30px; max-width: calc(90% - (var(--gap-h-b002d115-b1bb-427f-a100-3be64dcd1136) * 0.10000000000000003)); }
}
@media screen and (max-width: 690px){
.sd[data-s-189ceeb0-31f4-4139-8260-831509d67125] { flex: none; flex-direction: column-reverse; flex-wrap: nowrap; gap: 20px; width: calc(100% - (var(--gap-h-b002d115-b1bb-427f-a100-3be64dcd1136) * 0)); --gap-h-189ceeb0-31f4-4139-8260-831509d67125: 0px; --gap-v-189ceeb0-31f4-4139-8260-831509d67125: 20px; max-width: calc(100% - (var(--gap-h-b002d115-b1bb-427f-a100-3be64dcd1136) * 0)); }
}.sd[data-s-a80a55e1-a750-4aff-9a2c-63acc4da3f35] { align-content: flex-start; align-items: flex-start; flex: 1; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; padding: 0px 0px 0px 0px; width: auto; --gap-h-a80a55e1-a750-4aff-9a2c-63acc4da3f35: 0px; --gap-v-a80a55e1-a750-4aff-9a2c-63acc4da3f35: 10px; --gap-uuid: a80a55e1-a750-4aff-9a2c-63acc4da3f35; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-a80a55e1-a750-4aff-9a2c-63acc4da3f35] { flex: none; gap: 15px; padding: 0px 0px 0px 0px; width: calc(100% - (var(--gap-h-189ceeb0-31f4-4139-8260-831509d67125) * 0)); --gap-h-a80a55e1-a750-4aff-9a2c-63acc4da3f35: 0px; --gap-v-a80a55e1-a750-4aff-9a2c-63acc4da3f35: 15px; max-width: calc(100% - (var(--gap-h-189ceeb0-31f4-4139-8260-831509d67125) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-a80a55e1-a750-4aff-9a2c-63acc4da3f35] { flex: none; gap: 10px; padding: 0px 0px 0px 0px; width: 100%; --gap-h-a80a55e1-a750-4aff-9a2c-63acc4da3f35: 0px; --gap-v-a80a55e1-a750-4aff-9a2c-63acc4da3f35: 10px; }
}.sd[data-s-b921ef20-86e1-4de8-9860-6e2896869a65] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; padding: 0px; --gap-h-b921ef20-86e1-4de8-9860-6e2896869a65: 0px; --gap-v-b921ef20-86e1-4de8-9860-6e2896869a65: 10px; --gap-uuid: b921ef20-86e1-4de8-9860-6e2896869a65; }
@media screen and (max-width: 990px){
.sd[data-s-b921ef20-86e1-4de8-9860-6e2896869a65] { gap: 5px; --gap-h-b921ef20-86e1-4de8-9860-6e2896869a65: 0px; --gap-v-b921ef20-86e1-4de8-9860-6e2896869a65: 5px; }
}
@media screen and (max-width: 690px){
.sd[data-s-b921ef20-86e1-4de8-9860-6e2896869a65] { gap: 3px; --gap-h-b921ef20-86e1-4de8-9860-6e2896869a65: 0px; --gap-v-b921ef20-86e1-4de8-9860-6e2896869a65: 3px; }
}.sd[data-s-19e978b1-acfe-480f-a2ef-bb998156d0b3] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; margin: 0px 0px 8px 0px; padding: 0px; --gap-h-19e978b1-acfe-480f-a2ef-bb998156d0b3: 0px; --gap-v-19e978b1-acfe-480f-a2ef-bb998156d0b3: 10px; --gap-uuid: 19e978b1-acfe-480f-a2ef-bb998156d0b3; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-19e978b1-acfe-480f-a2ef-bb998156d0b3] { gap: 8px; --gap-h-19e978b1-acfe-480f-a2ef-bb998156d0b3: 0px; --gap-v-19e978b1-acfe-480f-a2ef-bb998156d0b3: 8px; }
}.sd[data-s-ac80e625-f4cb-4daa-b3ef-8a85c72dc1e2] { align-content: center; align-items: center; background: #003366ff; border-radius: 8px 8px 8px 8px; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; padding: 8px 20px; width: auto; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-ac80e625-f4cb-4daa-b3ef-8a85c72dc1e2] { padding: 6px 8px 5px 8px; }
}.sd[data-s-f8f856f0-833f-4082-abec-1d6a75c38f81] { color: #ffffffff; font-family: var(--s-font-4aa63508); font-size: 18px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-f8f856f0-833f-4082-abec-1d6a75c38f81] { font-size: 13px; line-height: 1.20; }
}.sd[data-s-154a9b83-3fb9-4c06-be64-f352a59cbd10] { background: #003366ff; bottom: -5px; height: 18px; left: 70px; position: absolute; right: NaNpx; rotate: 45deg; top: NaNpx; width: 18px; z-index: -1; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-154a9b83-3fb9-4c06-be64-f352a59cbd10] { bottom: -2px; left: 20px; right: auto; top: auto; }
}.sd[data-s-ad98b42e-359d-4712-a080-536aff0d2e20] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; padding: 0px; }.sd[data-s-5709d503-d893-4a61-b174-71cf4318ba12] { color: #26b8baff; font-family: var(--s-font-4aa63508); font-size: 24px; font-style: normal; height: auto; line-height: 1.60; text-align: left; text-decoration: none; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-5709d503-d893-4a61-b174-71cf4318ba12] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-5709d503-d893-4a61-b174-71cf4318ba12] { font-size: 16px; }
}.sd[data-s-3a7268a3-2dac-4c3e-b2bc-a2a2f778da54] { color: #121f32ff; font-family: var(--s-font-4aa63508); font-size: 24px; height: auto; line-height: 1.60; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-3a7268a3-2dac-4c3e-b2bc-a2a2f778da54] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-3a7268a3-2dac-4c3e-b2bc-a2a2f778da54] { font-size: 16px; }
}.sd[data-s-ffa42a00-0145-49fe-8555-90dd85343262] { color: #121f32ff; font-family: var(--s-font-4aa63508); font-size: 24px; height: auto; line-height: 1.60; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-ffa42a00-0145-49fe-8555-90dd85343262] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-ffa42a00-0145-49fe-8555-90dd85343262] { font-size: 16px; }
}.sd[data-s-6919d030-2d2c-4573-9217-e95cb33260ac] { border-radius: 10px; display: none; flex: none; height: auto; width: calc(54% - (var(--gap-h-a80a55e1-a750-4aff-9a2c-63acc4da3f35) * 0.46)); max-width: calc(54% - (var(--gap-h-a80a55e1-a750-4aff-9a2c-63acc4da3f35) * 0.46)); }
@media screen and (max-width: 1280px){
.sd[data-s-6919d030-2d2c-4573-9217-e95cb33260ac] { display: none; flex: none; height: auto; width: calc(50% - (var(--gap-h-a80a55e1-a750-4aff-9a2c-63acc4da3f35) * 0.5)); max-width: calc(50% - (var(--gap-h-a80a55e1-a750-4aff-9a2c-63acc4da3f35) * 0.5)); }
}
@media screen and (max-width: 990px){
.sd[data-s-6919d030-2d2c-4573-9217-e95cb33260ac] { display: flex; flex: none; width: calc(100% - (var(--gap-h-a80a55e1-a750-4aff-9a2c-63acc4da3f35) * 0)); max-width: calc(100% - (var(--gap-h-a80a55e1-a750-4aff-9a2c-63acc4da3f35) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-6919d030-2d2c-4573-9217-e95cb33260ac] { display: flex; }
}
@media screen and (max-width: 360px){
.sd[data-s-6919d030-2d2c-4573-9217-e95cb33260ac] { display: flex; }
}.sd[data-s-774b48ba-4a08-4cd7-9ae2-326a438a7f16] { color: #435266; flex: none; font-family: var(--s-font-b082636f); font-size: 16px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.8; text-align: left; width: calc(100% - (var(--gap-h-a80a55e1-a750-4aff-9a2c-63acc4da3f35) * 0)); max-width: calc(100% - (var(--gap-h-a80a55e1-a750-4aff-9a2c-63acc4da3f35) * 0)); justify-content: flex-start; }
@media screen and (max-width: 1280px){
.sd[data-s-774b48ba-4a08-4cd7-9ae2-326a438a7f16] { width: auto; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-774b48ba-4a08-4cd7-9ae2-326a438a7f16] { font-size: 13px; }
}.sd[data-s-4def4702-1658-4c3a-aca4-7f575bf226b6] { border-radius: 10px; display: flex; flex: none; height: auto; width: calc(54% - (var(--gap-h-189ceeb0-31f4-4139-8260-831509d67125) * 0.46)); max-width: calc(54% - (var(--gap-h-189ceeb0-31f4-4139-8260-831509d67125) * 0.46)); }
@media screen and (max-width: 1280px){
.sd[data-s-4def4702-1658-4c3a-aca4-7f575bf226b6] { display: flex; flex: none; height: auto; width: calc(50% - (var(--gap-h-189ceeb0-31f4-4139-8260-831509d67125) * 0.5)); max-width: calc(50% - (var(--gap-h-189ceeb0-31f4-4139-8260-831509d67125) * 0.5)); }
}
@media screen and (max-width: 990px){
.sd[data-s-4def4702-1658-4c3a-aca4-7f575bf226b6] { display: none; flex: none; width: calc(100% - (var(--gap-h-189ceeb0-31f4-4139-8260-831509d67125) * 0)); max-width: calc(100% - (var(--gap-h-189ceeb0-31f4-4139-8260-831509d67125) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-4def4702-1658-4c3a-aca4-7f575bf226b6] { display: none; }
}
@media screen and (max-width: 360px){
.sd[data-s-4def4702-1658-4c3a-aca4-7f575bf226b6] { display: none; }
}.sd[data-s-b48d642d-366b-4a12-92a8-795fc461e44c] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 35px; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-b002d115-b1bb-427f-a100-3be64dcd1136) * 0)); --gap-h-b48d642d-366b-4a12-92a8-795fc461e44c: 35px; --gap-v-b48d642d-366b-4a12-92a8-795fc461e44c: 0px; --gap-uuid: b48d642d-366b-4a12-92a8-795fc461e44c; max-width: calc(100% - (var(--gap-h-b002d115-b1bb-427f-a100-3be64dcd1136) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-b48d642d-366b-4a12-92a8-795fc461e44c] { flex: none; --gap-h-b48d642d-366b-4a12-92a8-795fc461e44c: 35px; --gap-v-b48d642d-366b-4a12-92a8-795fc461e44c: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-b48d642d-366b-4a12-92a8-795fc461e44c] { flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; width: calc(90% - (var(--gap-h-b002d115-b1bb-427f-a100-3be64dcd1136) * 0.10000000000000003)); --gap-h-b48d642d-366b-4a12-92a8-795fc461e44c: 0px; --gap-v-b48d642d-366b-4a12-92a8-795fc461e44c: 30px; max-width: calc(90% - (var(--gap-h-b002d115-b1bb-427f-a100-3be64dcd1136) * 0.10000000000000003)); }
}
@media screen and (max-width: 690px){
.sd[data-s-b48d642d-366b-4a12-92a8-795fc461e44c] { flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; width: calc(100% - (var(--gap-h-b002d115-b1bb-427f-a100-3be64dcd1136) * 0)); --gap-h-b48d642d-366b-4a12-92a8-795fc461e44c: 0px; --gap-v-b48d642d-366b-4a12-92a8-795fc461e44c: 20px; max-width: calc(100% - (var(--gap-h-b002d115-b1bb-427f-a100-3be64dcd1136) * 0)); }
}.sd[data-s-ae2af0fe-465c-4764-b332-5c56fba2c517] { border-radius: 10px; display: flex; flex: none; height: auto; width: calc(54% - (var(--gap-h-b48d642d-366b-4a12-92a8-795fc461e44c) * 0.46)); max-width: calc(54% - (var(--gap-h-b48d642d-366b-4a12-92a8-795fc461e44c) * 0.46)); }
@media screen and (max-width: 1280px){
.sd[data-s-ae2af0fe-465c-4764-b332-5c56fba2c517] { display: flex; flex: none; height: auto; width: calc(50% - (var(--gap-h-b48d642d-366b-4a12-92a8-795fc461e44c) * 0.5)); max-width: calc(50% - (var(--gap-h-b48d642d-366b-4a12-92a8-795fc461e44c) * 0.5)); }
}
@media screen and (max-width: 990px){
.sd[data-s-ae2af0fe-465c-4764-b332-5c56fba2c517] { display: none; flex: none; width: calc(100% - (var(--gap-h-b48d642d-366b-4a12-92a8-795fc461e44c) * 0)); max-width: calc(100% - (var(--gap-h-b48d642d-366b-4a12-92a8-795fc461e44c) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-ae2af0fe-465c-4764-b332-5c56fba2c517] { display: none; }
}
@media screen and (max-width: 360px){
.sd[data-s-ae2af0fe-465c-4764-b332-5c56fba2c517] { display: none; }
}.sd[data-s-4dbb5cd7-6595-416f-b4a8-62742ca1e5cd] { align-content: flex-start; align-items: flex-start; flex: 1; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; padding: 0px 0px 0px 0px; width: auto; --gap-h-4dbb5cd7-6595-416f-b4a8-62742ca1e5cd: 0px; --gap-v-4dbb5cd7-6595-416f-b4a8-62742ca1e5cd: 10px; --gap-uuid: 4dbb5cd7-6595-416f-b4a8-62742ca1e5cd; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-4dbb5cd7-6595-416f-b4a8-62742ca1e5cd] { flex: none; gap: 15px; padding: 0px 0px 0px 0px; width: calc(100% - (var(--gap-h-b48d642d-366b-4a12-92a8-795fc461e44c) * 0)); --gap-h-4dbb5cd7-6595-416f-b4a8-62742ca1e5cd: 0px; --gap-v-4dbb5cd7-6595-416f-b4a8-62742ca1e5cd: 15px; max-width: calc(100% - (var(--gap-h-b48d642d-366b-4a12-92a8-795fc461e44c) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-4dbb5cd7-6595-416f-b4a8-62742ca1e5cd] { flex: none; gap: 10px; padding: 0px 0px 0px 0px; width: 100%; --gap-h-4dbb5cd7-6595-416f-b4a8-62742ca1e5cd: 0px; --gap-v-4dbb5cd7-6595-416f-b4a8-62742ca1e5cd: 10px; }
}.sd[data-s-4110928a-38ec-4afc-871e-65c9b0dab3e0] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; padding: 0px; --gap-h-4110928a-38ec-4afc-871e-65c9b0dab3e0: 0px; --gap-v-4110928a-38ec-4afc-871e-65c9b0dab3e0: 10px; --gap-uuid: 4110928a-38ec-4afc-871e-65c9b0dab3e0; }
@media screen and (max-width: 990px){
.sd[data-s-4110928a-38ec-4afc-871e-65c9b0dab3e0] { gap: 5px; --gap-h-4110928a-38ec-4afc-871e-65c9b0dab3e0: 0px; --gap-v-4110928a-38ec-4afc-871e-65c9b0dab3e0: 5px; }
}
@media screen and (max-width: 690px){
.sd[data-s-4110928a-38ec-4afc-871e-65c9b0dab3e0] { gap: 3px; --gap-h-4110928a-38ec-4afc-871e-65c9b0dab3e0: 0px; --gap-v-4110928a-38ec-4afc-871e-65c9b0dab3e0: 3px; }
}.sd[data-s-713efcb0-2ac2-4af2-b146-fcec6685a032] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; margin: 0px 0px 8px 0px; padding: 0px; --gap-h-713efcb0-2ac2-4af2-b146-fcec6685a032: 0px; --gap-v-713efcb0-2ac2-4af2-b146-fcec6685a032: 10px; --gap-uuid: 713efcb0-2ac2-4af2-b146-fcec6685a032; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-713efcb0-2ac2-4af2-b146-fcec6685a032] { gap: 8px; --gap-h-713efcb0-2ac2-4af2-b146-fcec6685a032: 0px; --gap-v-713efcb0-2ac2-4af2-b146-fcec6685a032: 8px; }
}.sd[data-s-388b7fba-ed8e-4122-9bca-c16ff6b1dee3] { align-content: center; align-items: center; background: #003366ff; border-radius: 8px 8px 8px 8px; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; padding: 8px 20px; width: auto; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-388b7fba-ed8e-4122-9bca-c16ff6b1dee3] { padding: 6px 8px 5px 8px; }
}.sd[data-s-b2c3a611-d0b5-4422-9a59-2809c8f6a76e] { color: #ffffffff; font-family: var(--s-font-4aa63508); font-size: 18px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-b2c3a611-d0b5-4422-9a59-2809c8f6a76e] { font-size: 13px; line-height: 1.20; }
}.sd[data-s-09041594-42d9-4cc4-b55e-b20d8e38408b] { background: #003366ff; bottom: -5px; height: 18px; left: 70px; position: absolute; right: NaNpx; rotate: 45deg; top: NaNpx; width: 18px; z-index: -1; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-09041594-42d9-4cc4-b55e-b20d8e38408b] { bottom: -2px; left: 20px; right: auto; top: auto; }
}.sd[data-s-3555df8f-015c-4f54-8055-42d333eb0cfa] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; padding: 0px; }.sd[data-s-63e78d18-0d34-4b7c-8eab-47c69ac6ca87] { color: #003366ff; font-family: var(--s-font-4aa63508); font-size: 24px; height: auto; line-height: 1.60; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-63e78d18-0d34-4b7c-8eab-47c69ac6ca87] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-63e78d18-0d34-4b7c-8eab-47c69ac6ca87] { font-size: 16px; }
}.sd[data-s-a3e7d69b-ba9d-4bf9-99f0-ce8b906dd49c] { color: #26b8baff; font-family: var(--s-font-4aa63508); font-size: 24px; font-style: normal; height: auto; line-height: 1.60; text-align: left; text-decoration: none; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-a3e7d69b-ba9d-4bf9-99f0-ce8b906dd49c] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-a3e7d69b-ba9d-4bf9-99f0-ce8b906dd49c] { font-size: 16px; }
}.sd[data-s-a8dfd76b-8557-4643-b8a3-a7abbf649c26] { color: #003366ff; font-family: var(--s-font-4aa63508); font-size: 24px; height: auto; line-height: 1.60; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-a8dfd76b-8557-4643-b8a3-a7abbf649c26] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-a8dfd76b-8557-4643-b8a3-a7abbf649c26] { font-size: 16px; }
}.sd[data-s-062180f6-9446-41d8-821b-1555217ba3c8] { color: #26b8baff; font-family: var(--s-font-4aa63508); font-size: 24px; font-style: normal; height: auto; line-height: 1.60; text-align: left; text-decoration: none; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-062180f6-9446-41d8-821b-1555217ba3c8] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-062180f6-9446-41d8-821b-1555217ba3c8] { font-size: 16px; }
}.sd[data-s-a1df75ba-add9-4781-ae5a-6a8b3ca761dd] { border-radius: 10px; display: none; flex: none; height: auto; width: calc(54% - (var(--gap-h-4dbb5cd7-6595-416f-b4a8-62742ca1e5cd) * 0.46)); max-width: calc(54% - (var(--gap-h-4dbb5cd7-6595-416f-b4a8-62742ca1e5cd) * 0.46)); }
@media screen and (max-width: 1280px){
.sd[data-s-a1df75ba-add9-4781-ae5a-6a8b3ca761dd] { display: none; flex: none; height: auto; width: calc(50% - (var(--gap-h-4dbb5cd7-6595-416f-b4a8-62742ca1e5cd) * 0.5)); max-width: calc(50% - (var(--gap-h-4dbb5cd7-6595-416f-b4a8-62742ca1e5cd) * 0.5)); }
}
@media screen and (max-width: 990px){
.sd[data-s-a1df75ba-add9-4781-ae5a-6a8b3ca761dd] { display: flex; flex: none; width: calc(100% - (var(--gap-h-4dbb5cd7-6595-416f-b4a8-62742ca1e5cd) * 0)); max-width: calc(100% - (var(--gap-h-4dbb5cd7-6595-416f-b4a8-62742ca1e5cd) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-a1df75ba-add9-4781-ae5a-6a8b3ca761dd] { display: flex; }
}
@media screen and (max-width: 360px){
.sd[data-s-a1df75ba-add9-4781-ae5a-6a8b3ca761dd] { display: flex; }
}.sd[data-s-0c9dd52a-1831-421e-9432-27021469ef33] { color: #435266; flex: none; font-family: var(--s-font-b082636f); font-size: 16px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.8; text-align: left; width: calc(100% - (var(--gap-h-4dbb5cd7-6595-416f-b4a8-62742ca1e5cd) * 0)); max-width: calc(100% - (var(--gap-h-4dbb5cd7-6595-416f-b4a8-62742ca1e5cd) * 0)); justify-content: flex-start; }
@media screen and (max-width: 1280px){
.sd[data-s-0c9dd52a-1831-421e-9432-27021469ef33] { width: auto; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-0c9dd52a-1831-421e-9432-27021469ef33] { font-size: 13px; }
}.sd[data-s-db6b39f9-de21-4e7c-b02a-d677977f2826] { align-content: center; align-items: center; background: #ffffffff; border-radius: 0px 0px 0px 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px 0px; height: auto; justify-content: flex-start; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; width: calc(100% - (var(--gap-h-aeb39304-4a06-49c0-a65e-10863f4c5209) * 0)); --gap-h-db6b39f9-de21-4e7c-b02a-d677977f2826: 0px; --gap-v-db6b39f9-de21-4e7c-b02a-d677977f2826: 60px; --gap-uuid: db6b39f9-de21-4e7c-b02a-d677977f2826; max-width: calc(100% - (var(--gap-h-aeb39304-4a06-49c0-a65e-10863f4c5209) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-db6b39f9-de21-4e7c-b02a-d677977f2826] { gap: 50px 0px; padding: 0px 0px 0px 0px; --gap-h-db6b39f9-de21-4e7c-b02a-d677977f2826: 0px; --gap-v-db6b39f9-de21-4e7c-b02a-d677977f2826: 50px; }
}
@media screen and (max-width: 990px){
.sd[data-s-db6b39f9-de21-4e7c-b02a-d677977f2826] { gap: 30px 0px; padding: 0px 0px 0px 0px; --gap-h-db6b39f9-de21-4e7c-b02a-d677977f2826: 0px; --gap-v-db6b39f9-de21-4e7c-b02a-d677977f2826: 30px; }
}
@media screen and (max-width: 690px){
.sd[data-s-db6b39f9-de21-4e7c-b02a-d677977f2826] { gap: 20px 0px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; --gap-h-db6b39f9-de21-4e7c-b02a-d677977f2826: 0px; --gap-v-db6b39f9-de21-4e7c-b02a-d677977f2826: 20px; }
}.sd[data-s-0c470243-b1c2-4362-b109-725e44a73b59] { align-content: center; align-items: center; background: #ffffffff; border-radius: 0px 0px 0px 0px; bottom: auto; flex-direction: row; flex-wrap: nowrap; gap: 8px; justify-content: flex-start; left: auto; margin: 0px 0px 0px 0px; padding: 0px 0px; position: relative; right: auto; top: auto; --gap-h-0c470243-b1c2-4362-b109-725e44a73b59: 8px; --gap-v-0c470243-b1c2-4362-b109-725e44a73b59: 0px; --gap-uuid: 0c470243-b1c2-4362-b109-725e44a73b59; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-0c470243-b1c2-4362-b109-725e44a73b59] { bottom: auto; left: auto; margin: 0px 0px 0px 0px; padding: 10px 30px; position: relative; right: auto; top: auto; --gap-h-0c470243-b1c2-4362-b109-725e44a73b59: 8px; --gap-v-0c470243-b1c2-4362-b109-725e44a73b59: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-0c470243-b1c2-4362-b109-725e44a73b59] { margin: 0px 0px 0px 0px; --gap-h-0c470243-b1c2-4362-b109-725e44a73b59: 8px; --gap-v-0c470243-b1c2-4362-b109-725e44a73b59: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-0c470243-b1c2-4362-b109-725e44a73b59] { gap: 3px; margin: 0px 0px 0px 0px; padding: 5px 10px 5px 7px; --gap-h-0c470243-b1c2-4362-b109-725e44a73b59: 3px; --gap-v-0c470243-b1c2-4362-b109-725e44a73b59: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-0c470243-b1c2-4362-b109-725e44a73b59] { align-content: flex-start; align-items: flex-start; justify-content: flex-start; padding: 5px 0px 5px 0px; --gap-h-0c470243-b1c2-4362-b109-725e44a73b59: 8px; --gap-v-0c470243-b1c2-4362-b109-725e44a73b59: 0px; }
}.sd[data-s-ffea02f8-88e9-49a8-b550-a94e9c2d5f35] { align-content: center; align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 999px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; margin: 0px 0px 0px 0px; padding: 6px; width: auto; --gap-h-ffea02f8-88e9-49a8-b550-a94e9c2d5f35: 10px; --gap-v-ffea02f8-88e9-49a8-b550-a94e9c2d5f35: 0px; --gap-uuid: ffea02f8-88e9-49a8-b550-a94e9c2d5f35; max-width: 100%; --g-color-0: rgba(131, 214, 189, 0.2); --g-position-0: 0%; --g-color-1: rgba(0, 102, 204, 0.2); --g-position-1: 100%; --g-color-2: rgba(0, 102, 204, 0.2); --g-position-2: 100%; --g-color-3: rgba(0, 102, 204, 0.2); --g-position-3: 100%; --g-color-4: rgba(0, 102, 204, 0.2); --g-position-4: 100%; --g-color-5: rgba(0, 102, 204, 0.2); --g-position-5: 100%; --g-color-6: rgba(0, 102, 204, 0.2); --g-position-6: 100%; --g-color-7: rgba(0, 102, 204, 0.2); --g-position-7: 100%; --g-color-8: rgba(0, 102, 204, 0.2); --g-position-8: 100%; --g-color-9: rgba(0, 102, 204, 0.2); --g-position-9: 100%; --g-color-10: rgba(0, 102, 204, 0.2); --g-position-10: 100%; --g-color-11: rgba(0, 102, 204, 0.2); --g-position-11: 100%; --g-angle: 141.69deg; }
@media screen and (max-width: 1280px){
.sd[data-s-ffea02f8-88e9-49a8-b550-a94e9c2d5f35] { display: flex; --gap-h-ffea02f8-88e9-49a8-b550-a94e9c2d5f35: 10px; --gap-v-ffea02f8-88e9-49a8-b550-a94e9c2d5f35: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-ffea02f8-88e9-49a8-b550-a94e9c2d5f35] { display: flex; margin: 0px 0px 0px 0px; padding: 4px; --gap-h-ffea02f8-88e9-49a8-b550-a94e9c2d5f35: 10px; --gap-v-ffea02f8-88e9-49a8-b550-a94e9c2d5f35: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-ffea02f8-88e9-49a8-b550-a94e9c2d5f35] { display: flex; margin: 0px 0px 0px 0px; --gap-h-ffea02f8-88e9-49a8-b550-a94e9c2d5f35: 10px; --gap-v-ffea02f8-88e9-49a8-b550-a94e9c2d5f35: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-ffea02f8-88e9-49a8-b550-a94e9c2d5f35] { display: flex; --gap-h-ffea02f8-88e9-49a8-b550-a94e9c2d5f35: 10px; --gap-v-ffea02f8-88e9-49a8-b550-a94e9c2d5f35: 0px; }
}.sd[data-s-f4dd962a-6973-4c37-8cbd-5ed6ac1329b9] { align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 50%; flex: none; flex-direction: column; height: 25px; justify-content: center; width: 25px; max-width: 100%; --g-color-0: rgb(131, 214, 189); --g-position-0: 0%; --g-color-1: rgb(0, 102, 204); --g-position-1: 100%; --g-color-2: rgb(0, 102, 204); --g-position-2: 100%; --g-color-3: rgb(0, 102, 204); --g-position-3: 100%; --g-color-4: rgb(0, 102, 204); --g-position-4: 100%; --g-color-5: rgb(0, 102, 204); --g-position-5: 100%; --g-color-6: rgb(0, 102, 204); --g-position-6: 100%; --g-color-7: rgb(0, 102, 204); --g-position-7: 100%; --g-color-8: rgb(0, 102, 204); --g-position-8: 100%; --g-color-9: rgb(0, 102, 204); --g-position-9: 100%; --g-color-10: rgb(0, 102, 204); --g-position-10: 100%; --g-color-11: rgb(0, 102, 204); --g-position-11: 100%; --g-angle: 141.69deg; }
.sd[data-s-f4dd962a-6973-4c37-8cbd-5ed6ac1329b9]:before { background-repeat: no-repeat; background-size: 60%; }
@media screen and (max-width: 990px){
.sd[data-s-f4dd962a-6973-4c37-8cbd-5ed6ac1329b9] { flex: none; height: 18px; width: 18px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-f4dd962a-6973-4c37-8cbd-5ed6ac1329b9] { flex: none; height: 18px; width: 18px; }
}.sd[data-s-30391ac3-0cc2-493e-82da-a791151d29c8] { color: #003366ff; font-family: var(--s-font-4aa63508); font-size: 25px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-30391ac3-0cc2-493e-82da-a791151d29c8] { font-size: 22px; }
}
@media screen and (max-width: 690px){
.sd[data-s-30391ac3-0cc2-493e-82da-a791151d29c8] { font-size: 17px; }
}
@media screen and (max-width: 360px){
.sd[data-s-30391ac3-0cc2-493e-82da-a791151d29c8] { flex: 1; width: auto; }
}.sd[data-s-47358f8c-0cbc-4334-97f1-bc0702d9ded7] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 70px 0px; justify-content: flex-start; padding: 0px; --gap-h-47358f8c-0cbc-4334-97f1-bc0702d9ded7: 0px; --gap-v-47358f8c-0cbc-4334-97f1-bc0702d9ded7: 70px; --gap-uuid: 47358f8c-0cbc-4334-97f1-bc0702d9ded7; }
@media screen and (max-width: 990px){
.sd[data-s-47358f8c-0cbc-4334-97f1-bc0702d9ded7] { gap: 40px 0px; --gap-h-47358f8c-0cbc-4334-97f1-bc0702d9ded7: 0px; --gap-v-47358f8c-0cbc-4334-97f1-bc0702d9ded7: 40px; }
}
@media screen and (max-width: 690px){
.sd[data-s-47358f8c-0cbc-4334-97f1-bc0702d9ded7] { flex: none; gap: 35px 0px; width: calc(100% - (var(--gap-h-db6b39f9-de21-4e7c-b02a-d677977f2826) * 0)); --gap-h-47358f8c-0cbc-4334-97f1-bc0702d9ded7: 0px; --gap-v-47358f8c-0cbc-4334-97f1-bc0702d9ded7: 35px; max-width: calc(100% - (var(--gap-h-db6b39f9-de21-4e7c-b02a-d677977f2826) * 0)); }
}.sd[data-s-cb60fdbd-6c73-4840-b79d-b91422f427ff] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 35px; justify-content: space-between; padding: 0px; width: calc(100% - (var(--gap-h-47358f8c-0cbc-4334-97f1-bc0702d9ded7) * 0)); --gap-h-cb60fdbd-6c73-4840-b79d-b91422f427ff: 35px; --gap-v-cb60fdbd-6c73-4840-b79d-b91422f427ff: 0px; --gap-uuid: cb60fdbd-6c73-4840-b79d-b91422f427ff; max-width: calc(100% - (var(--gap-h-47358f8c-0cbc-4334-97f1-bc0702d9ded7) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-cb60fdbd-6c73-4840-b79d-b91422f427ff] { flex: none; --gap-h-cb60fdbd-6c73-4840-b79d-b91422f427ff: 35px; --gap-v-cb60fdbd-6c73-4840-b79d-b91422f427ff: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-cb60fdbd-6c73-4840-b79d-b91422f427ff] { align-content: center; align-items: center; flex: none; flex-direction: column-reverse; flex-wrap: nowrap; gap: 30px; justify-content: center; width: calc(90% - (var(--gap-h-47358f8c-0cbc-4334-97f1-bc0702d9ded7) * 0.10000000000000003)); --gap-h-cb60fdbd-6c73-4840-b79d-b91422f427ff: 0px; --gap-v-cb60fdbd-6c73-4840-b79d-b91422f427ff: 30px; max-width: calc(90% - (var(--gap-h-47358f8c-0cbc-4334-97f1-bc0702d9ded7) * 0.10000000000000003)); }
}
@media screen and (max-width: 690px){
.sd[data-s-cb60fdbd-6c73-4840-b79d-b91422f427ff] { flex: none; flex-direction: column-reverse; flex-wrap: nowrap; gap: 20px; width: calc(100% - (var(--gap-h-47358f8c-0cbc-4334-97f1-bc0702d9ded7) * 0)); --gap-h-cb60fdbd-6c73-4840-b79d-b91422f427ff: 0px; --gap-v-cb60fdbd-6c73-4840-b79d-b91422f427ff: 20px; max-width: calc(100% - (var(--gap-h-47358f8c-0cbc-4334-97f1-bc0702d9ded7) * 0)); }
}.sd[data-s-23bcea56-ac36-44f0-b64f-cd708b9567d2] { align-content: flex-start; align-items: flex-start; flex: 1; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; padding: 0px 0px 0px 0px; width: auto; --gap-h-23bcea56-ac36-44f0-b64f-cd708b9567d2: 0px; --gap-v-23bcea56-ac36-44f0-b64f-cd708b9567d2: 10px; --gap-uuid: 23bcea56-ac36-44f0-b64f-cd708b9567d2; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-23bcea56-ac36-44f0-b64f-cd708b9567d2] { flex: none; gap: 15px; padding: 0px 0px 0px 0px; width: calc(100% - (var(--gap-h-cb60fdbd-6c73-4840-b79d-b91422f427ff) * 0)); --gap-h-23bcea56-ac36-44f0-b64f-cd708b9567d2: 0px; --gap-v-23bcea56-ac36-44f0-b64f-cd708b9567d2: 15px; max-width: calc(100% - (var(--gap-h-cb60fdbd-6c73-4840-b79d-b91422f427ff) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-23bcea56-ac36-44f0-b64f-cd708b9567d2] { flex: none; gap: 10px; padding: 0px 0px 0px 0px; width: 100%; --gap-h-23bcea56-ac36-44f0-b64f-cd708b9567d2: 0px; --gap-v-23bcea56-ac36-44f0-b64f-cd708b9567d2: 10px; }
}.sd[data-s-92531998-7321-48e4-a009-59fd0d57d111] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; padding: 0px; --gap-h-92531998-7321-48e4-a009-59fd0d57d111: 0px; --gap-v-92531998-7321-48e4-a009-59fd0d57d111: 10px; --gap-uuid: 92531998-7321-48e4-a009-59fd0d57d111; }
@media screen and (max-width: 990px){
.sd[data-s-92531998-7321-48e4-a009-59fd0d57d111] { gap: 5px; --gap-h-92531998-7321-48e4-a009-59fd0d57d111: 0px; --gap-v-92531998-7321-48e4-a009-59fd0d57d111: 5px; }
}
@media screen and (max-width: 690px){
.sd[data-s-92531998-7321-48e4-a009-59fd0d57d111] { gap: 3px; --gap-h-92531998-7321-48e4-a009-59fd0d57d111: 0px; --gap-v-92531998-7321-48e4-a009-59fd0d57d111: 3px; }
}.sd[data-s-5d5d71c9-729a-4e00-b626-456d40eabb84] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; margin: 0px 0px 8px 0px; padding: 0px; --gap-h-5d5d71c9-729a-4e00-b626-456d40eabb84: 0px; --gap-v-5d5d71c9-729a-4e00-b626-456d40eabb84: 10px; --gap-uuid: 5d5d71c9-729a-4e00-b626-456d40eabb84; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-5d5d71c9-729a-4e00-b626-456d40eabb84] { gap: 8px; --gap-h-5d5d71c9-729a-4e00-b626-456d40eabb84: 0px; --gap-v-5d5d71c9-729a-4e00-b626-456d40eabb84: 8px; }
}.sd[data-s-1a9eadb1-8346-4f88-bae9-3fe40f590815] { align-content: center; align-items: center; background: #003366ff; border-radius: 8px 8px 8px 8px; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; padding: 8px 20px; width: auto; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-1a9eadb1-8346-4f88-bae9-3fe40f590815] { padding: 6px 8px 5px 8px; }
}.sd[data-s-e7e18a93-b681-4442-bbe9-5b01fd25a04c] { color: #ffffffff; font-family: var(--s-font-4aa63508); font-size: 18px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-e7e18a93-b681-4442-bbe9-5b01fd25a04c] { font-size: 13px; line-height: 1.20; }
}.sd[data-s-e9a9c548-f43a-4877-8d9e-2e3e1717c1f9] { background: #003366ff; bottom: -5px; height: 18px; left: 70px; position: absolute; right: NaNpx; rotate: 45deg; top: NaNpx; width: 18px; z-index: -1; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-e9a9c548-f43a-4877-8d9e-2e3e1717c1f9] { bottom: -2px; left: 20px; right: auto; top: auto; }
}.sd[data-s-f1d328b3-dd3f-42f4-a573-050d449a48e9] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; padding: 0px 40px 0px 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-f1d328b3-dd3f-42f4-a573-050d449a48e9] { padding: 0px 96px 0px 0px; }
}.sd[data-s-fab77565-dd98-45cb-861a-4d94b39b37ec] { color: #26b8baff; font-family: var(--s-font-4aa63508); font-size: 24px; font-style: normal; height: auto; line-height: 1.60; text-align: left; text-decoration: none; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-fab77565-dd98-45cb-861a-4d94b39b37ec] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-fab77565-dd98-45cb-861a-4d94b39b37ec] { font-size: 16px; }
}.sd[data-s-bd427d77-fb7f-4fb5-babb-5abb4f30c18e] { color: #121f32ff; font-family: var(--s-font-4aa63508); font-size: 24px; height: auto; line-height: 1.60; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-bd427d77-fb7f-4fb5-babb-5abb4f30c18e] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-bd427d77-fb7f-4fb5-babb-5abb4f30c18e] { font-size: 16px; }
}.sd[data-s-7d666154-b99e-4f30-b29c-696749616f26] { color: #121f32ff; font-family: var(--s-font-4aa63508); font-size: 24px; height: auto; line-height: 1.60; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-7d666154-b99e-4f30-b29c-696749616f26] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-7d666154-b99e-4f30-b29c-696749616f26] { font-size: 16px; }
}.sd[data-s-ce3aec4b-db95-4c1f-b9f8-178b658c5857] { color: #121f32ff; font-family: var(--s-font-4aa63508); font-size: 24px; height: auto; line-height: 1.60; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-ce3aec4b-db95-4c1f-b9f8-178b658c5857] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-ce3aec4b-db95-4c1f-b9f8-178b658c5857] { font-size: 16px; }
}.sd[data-s-be752e64-b4a4-4c08-aa8d-6c7689a5e941] { color: #26b8baff; font-family: var(--s-font-4aa63508); font-size: 24px; height: auto; line-height: 1.60; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-be752e64-b4a4-4c08-aa8d-6c7689a5e941] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-be752e64-b4a4-4c08-aa8d-6c7689a5e941] { font-size: 16px; }
}.sd[data-s-9e05acb9-632c-4be7-86f1-48c8b5690535] { border-radius: 10px; display: none; flex: none; height: auto; width: calc(54% - (var(--gap-h-23bcea56-ac36-44f0-b64f-cd708b9567d2) * 0.46)); max-width: calc(54% - (var(--gap-h-23bcea56-ac36-44f0-b64f-cd708b9567d2) * 0.46)); }
@media screen and (max-width: 1280px){
.sd[data-s-9e05acb9-632c-4be7-86f1-48c8b5690535] { display: none; flex: none; height: auto; width: calc(50% - (var(--gap-h-23bcea56-ac36-44f0-b64f-cd708b9567d2) * 0.5)); max-width: calc(50% - (var(--gap-h-23bcea56-ac36-44f0-b64f-cd708b9567d2) * 0.5)); }
}
@media screen and (max-width: 990px){
.sd[data-s-9e05acb9-632c-4be7-86f1-48c8b5690535] { display: flex; flex: none; width: calc(100% - (var(--gap-h-23bcea56-ac36-44f0-b64f-cd708b9567d2) * 0)); max-width: calc(100% - (var(--gap-h-23bcea56-ac36-44f0-b64f-cd708b9567d2) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-9e05acb9-632c-4be7-86f1-48c8b5690535] { display: flex; }
}
@media screen and (max-width: 360px){
.sd[data-s-9e05acb9-632c-4be7-86f1-48c8b5690535] { display: flex; }
}.sd[data-s-6274e3f9-7324-477a-98cb-90e684ad854f] { color: #435266; flex: none; font-family: var(--s-font-b082636f); font-size: 16px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.8; text-align: left; width: calc(100% - (var(--gap-h-23bcea56-ac36-44f0-b64f-cd708b9567d2) * 0)); max-width: calc(100% - (var(--gap-h-23bcea56-ac36-44f0-b64f-cd708b9567d2) * 0)); justify-content: flex-start; }
@media screen and (max-width: 1280px){
.sd[data-s-6274e3f9-7324-477a-98cb-90e684ad854f] { width: auto; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-6274e3f9-7324-477a-98cb-90e684ad854f] { font-size: 13px; }
}.sd[data-s-c6de8216-5026-488f-9c15-1d1361921a80] { border-radius: 10px; display: flex; flex: none; height: auto; width: calc(54% - (var(--gap-h-cb60fdbd-6c73-4840-b79d-b91422f427ff) * 0.46)); max-width: calc(54% - (var(--gap-h-cb60fdbd-6c73-4840-b79d-b91422f427ff) * 0.46)); }
@media screen and (max-width: 1280px){
.sd[data-s-c6de8216-5026-488f-9c15-1d1361921a80] { display: flex; flex: none; height: auto; width: calc(50% - (var(--gap-h-cb60fdbd-6c73-4840-b79d-b91422f427ff) * 0.5)); max-width: calc(50% - (var(--gap-h-cb60fdbd-6c73-4840-b79d-b91422f427ff) * 0.5)); }
}
@media screen and (max-width: 990px){
.sd[data-s-c6de8216-5026-488f-9c15-1d1361921a80] { display: none; flex: none; width: calc(100% - (var(--gap-h-cb60fdbd-6c73-4840-b79d-b91422f427ff) * 0)); max-width: calc(100% - (var(--gap-h-cb60fdbd-6c73-4840-b79d-b91422f427ff) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-c6de8216-5026-488f-9c15-1d1361921a80] { display: none; }
}
@media screen and (max-width: 360px){
.sd[data-s-c6de8216-5026-488f-9c15-1d1361921a80] { display: none; }
}.sd[data-s-b4e6f87c-6d33-4987-9c3b-dc872193b5c1] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 35px; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-47358f8c-0cbc-4334-97f1-bc0702d9ded7) * 0)); --gap-h-b4e6f87c-6d33-4987-9c3b-dc872193b5c1: 35px; --gap-v-b4e6f87c-6d33-4987-9c3b-dc872193b5c1: 0px; --gap-uuid: b4e6f87c-6d33-4987-9c3b-dc872193b5c1; max-width: calc(100% - (var(--gap-h-47358f8c-0cbc-4334-97f1-bc0702d9ded7) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-b4e6f87c-6d33-4987-9c3b-dc872193b5c1] { flex: none; --gap-h-b4e6f87c-6d33-4987-9c3b-dc872193b5c1: 35px; --gap-v-b4e6f87c-6d33-4987-9c3b-dc872193b5c1: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-b4e6f87c-6d33-4987-9c3b-dc872193b5c1] { flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; width: calc(90% - (var(--gap-h-47358f8c-0cbc-4334-97f1-bc0702d9ded7) * 0.10000000000000003)); --gap-h-b4e6f87c-6d33-4987-9c3b-dc872193b5c1: 0px; --gap-v-b4e6f87c-6d33-4987-9c3b-dc872193b5c1: 30px; max-width: calc(90% - (var(--gap-h-47358f8c-0cbc-4334-97f1-bc0702d9ded7) * 0.10000000000000003)); }
}
@media screen and (max-width: 690px){
.sd[data-s-b4e6f87c-6d33-4987-9c3b-dc872193b5c1] { flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; width: calc(100% - (var(--gap-h-47358f8c-0cbc-4334-97f1-bc0702d9ded7) * 0)); --gap-h-b4e6f87c-6d33-4987-9c3b-dc872193b5c1: 0px; --gap-v-b4e6f87c-6d33-4987-9c3b-dc872193b5c1: 20px; max-width: calc(100% - (var(--gap-h-47358f8c-0cbc-4334-97f1-bc0702d9ded7) * 0)); }
}.sd[data-s-e1a1f5b1-143a-4d34-80bf-b13f20e0084a] { border-radius: 10px; display: flex; flex: none; height: auto; width: calc(54% - (var(--gap-h-b4e6f87c-6d33-4987-9c3b-dc872193b5c1) * 0.46)); max-width: calc(54% - (var(--gap-h-b4e6f87c-6d33-4987-9c3b-dc872193b5c1) * 0.46)); }
@media screen and (max-width: 1280px){
.sd[data-s-e1a1f5b1-143a-4d34-80bf-b13f20e0084a] { display: flex; flex: none; height: auto; width: calc(50% - (var(--gap-h-b4e6f87c-6d33-4987-9c3b-dc872193b5c1) * 0.5)); max-width: calc(50% - (var(--gap-h-b4e6f87c-6d33-4987-9c3b-dc872193b5c1) * 0.5)); }
}
@media screen and (max-width: 990px){
.sd[data-s-e1a1f5b1-143a-4d34-80bf-b13f20e0084a] { display: none; flex: none; width: calc(100% - (var(--gap-h-b4e6f87c-6d33-4987-9c3b-dc872193b5c1) * 0)); max-width: calc(100% - (var(--gap-h-b4e6f87c-6d33-4987-9c3b-dc872193b5c1) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-e1a1f5b1-143a-4d34-80bf-b13f20e0084a] { display: none; }
}
@media screen and (max-width: 360px){
.sd[data-s-e1a1f5b1-143a-4d34-80bf-b13f20e0084a] { display: none; }
}.sd[data-s-617f123b-b539-4ae6-87c2-0585110aa865] { align-content: flex-start; align-items: flex-start; flex: 1; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; padding: 0px 0px 0px 0px; width: auto; --gap-h-617f123b-b539-4ae6-87c2-0585110aa865: 0px; --gap-v-617f123b-b539-4ae6-87c2-0585110aa865: 10px; --gap-uuid: 617f123b-b539-4ae6-87c2-0585110aa865; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-617f123b-b539-4ae6-87c2-0585110aa865] { flex: none; gap: 15px; padding: 0px 0px 0px 0px; width: calc(100% - (var(--gap-h-b4e6f87c-6d33-4987-9c3b-dc872193b5c1) * 0)); --gap-h-617f123b-b539-4ae6-87c2-0585110aa865: 0px; --gap-v-617f123b-b539-4ae6-87c2-0585110aa865: 15px; max-width: calc(100% - (var(--gap-h-b4e6f87c-6d33-4987-9c3b-dc872193b5c1) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-617f123b-b539-4ae6-87c2-0585110aa865] { flex: none; gap: 10px; padding: 0px 0px 0px 0px; width: 100%; --gap-h-617f123b-b539-4ae6-87c2-0585110aa865: 0px; --gap-v-617f123b-b539-4ae6-87c2-0585110aa865: 10px; }
}.sd[data-s-46e76285-e30d-4b90-9863-1236c099a80c] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; padding: 0px; width: 426px; --gap-h-46e76285-e30d-4b90-9863-1236c099a80c: 0px; --gap-v-46e76285-e30d-4b90-9863-1236c099a80c: 10px; --gap-uuid: 46e76285-e30d-4b90-9863-1236c099a80c; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-46e76285-e30d-4b90-9863-1236c099a80c] { gap: 5px; width: auto; --gap-h-46e76285-e30d-4b90-9863-1236c099a80c: 0px; --gap-v-46e76285-e30d-4b90-9863-1236c099a80c: 5px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-46e76285-e30d-4b90-9863-1236c099a80c] { gap: 3px; --gap-h-46e76285-e30d-4b90-9863-1236c099a80c: 0px; --gap-v-46e76285-e30d-4b90-9863-1236c099a80c: 3px; }
}.sd[data-s-3474295e-76b4-43ae-98d3-f8a491247aa6] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; margin: 0px 0px 8px 0px; padding: 0px; --gap-h-3474295e-76b4-43ae-98d3-f8a491247aa6: 0px; --gap-v-3474295e-76b4-43ae-98d3-f8a491247aa6: 10px; --gap-uuid: 3474295e-76b4-43ae-98d3-f8a491247aa6; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-3474295e-76b4-43ae-98d3-f8a491247aa6] { gap: 8px; --gap-h-3474295e-76b4-43ae-98d3-f8a491247aa6: 0px; --gap-v-3474295e-76b4-43ae-98d3-f8a491247aa6: 8px; }
}.sd[data-s-44da6694-8050-4c4d-9d0d-2099faeec780] { align-content: center; align-items: center; background: #003366ff; border-radius: 8px 8px 8px 8px; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; padding: 8px 20px; width: auto; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-44da6694-8050-4c4d-9d0d-2099faeec780] { padding: 6px 8px 5px 8px; }
}.sd[data-s-8ce9b503-c1da-4919-96b2-15a75f9f2823] { color: #ffffffff; font-family: var(--s-font-4aa63508); font-size: 18px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-8ce9b503-c1da-4919-96b2-15a75f9f2823] { font-size: 13px; line-height: 1.20; }
}.sd[data-s-dd4e77b4-4053-4cb7-b883-0c782943baf8] { background: #003366ff; bottom: -5px; height: 18px; left: 70px; position: absolute; right: NaNpx; rotate: 45deg; top: NaNpx; width: 18px; z-index: -1; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-dd4e77b4-4053-4cb7-b883-0c782943baf8] { bottom: -2px; left: 20px; right: auto; top: auto; }
}.sd[data-s-c84fd87d-a97d-4eb3-b579-cf6c72c00081] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; padding: 0px; }.sd[data-s-e89e6b48-4628-47eb-8691-9adb9fa36344] { color: #003366ff; font-family: var(--s-font-4aa63508); font-size: 24px; height: auto; line-height: 1.60; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-e89e6b48-4628-47eb-8691-9adb9fa36344] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-e89e6b48-4628-47eb-8691-9adb9fa36344] { font-size: 16px; }
}.sd[data-s-359799f0-9f70-404d-a3d3-d5330faa7aba] { color: #26b8baff; font-family: var(--s-font-4aa63508); font-size: 24px; font-style: normal; height: auto; line-height: 1.60; text-align: left; text-decoration: none; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-359799f0-9f70-404d-a3d3-d5330faa7aba] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-359799f0-9f70-404d-a3d3-d5330faa7aba] { font-size: 16px; }
}.sd[data-s-d4622e07-323a-4993-a93f-6ef8841878fc] { color: #26b8baff; font-family: var(--s-font-4aa63508); font-size: 24px; font-style: normal; height: auto; line-height: 1.60; text-align: left; text-decoration: none; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-d4622e07-323a-4993-a93f-6ef8841878fc] { font-size: 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-d4622e07-323a-4993-a93f-6ef8841878fc] { font-size: 16px; }
}.sd[data-s-fb00c380-87ff-41a1-8599-0825bdd5874c] { border-radius: 10px; display: none; flex: none; height: auto; width: calc(54% - (var(--gap-h-617f123b-b539-4ae6-87c2-0585110aa865) * 0.46)); max-width: calc(54% - (var(--gap-h-617f123b-b539-4ae6-87c2-0585110aa865) * 0.46)); }
@media screen and (max-width: 1280px){
.sd[data-s-fb00c380-87ff-41a1-8599-0825bdd5874c] { display: none; flex: none; height: auto; width: calc(50% - (var(--gap-h-617f123b-b539-4ae6-87c2-0585110aa865) * 0.5)); max-width: calc(50% - (var(--gap-h-617f123b-b539-4ae6-87c2-0585110aa865) * 0.5)); }
}
@media screen and (max-width: 990px){
.sd[data-s-fb00c380-87ff-41a1-8599-0825bdd5874c] { display: flex; flex: none; width: calc(100% - (var(--gap-h-617f123b-b539-4ae6-87c2-0585110aa865) * 0)); max-width: calc(100% - (var(--gap-h-617f123b-b539-4ae6-87c2-0585110aa865) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-fb00c380-87ff-41a1-8599-0825bdd5874c] { display: flex; }
}
@media screen and (max-width: 360px){
.sd[data-s-fb00c380-87ff-41a1-8599-0825bdd5874c] { display: flex; }
}.sd[data-s-aa260a27-eace-4aee-9159-c39dbc2a3972] { color: #435266; flex: none; font-family: var(--s-font-b082636f); font-size: 16px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.8; text-align: left; width: calc(100% - (var(--gap-h-617f123b-b539-4ae6-87c2-0585110aa865) * 0)); max-width: calc(100% - (var(--gap-h-617f123b-b539-4ae6-87c2-0585110aa865) * 0)); justify-content: flex-start; }
@media screen and (max-width: 1280px){
.sd[data-s-aa260a27-eace-4aee-9159-c39dbc2a3972] { width: auto; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-aa260a27-eace-4aee-9159-c39dbc2a3972] { font-size: 13px; }
}.sd[data-s-90f382ab-b4dc-46e0-97aa-f2bf1edbbedd] {  }.sd[data-s-872903b2-0a6e-40e7-8f1a-e96a3702d0b0] { align-content: center; align-items: center; background: #f0f4fa; border-radius: 40px; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 120px 0px 120px 0px; width: 100%; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-872903b2-0a6e-40e7-8f1a-e96a3702d0b0] { padding: 120px 20px; }
}
@media screen and (max-width: 990px){
.sd[data-s-872903b2-0a6e-40e7-8f1a-e96a3702d0b0] { padding: 100px 20px 100px 20px; }
}
@media screen and (max-width: 690px){
.sd[data-s-872903b2-0a6e-40e7-8f1a-e96a3702d0b0] { padding: 70px 20px 70px 20px; }
}.sd[data-s-cf09bf62-f433-4ba8-8f68-b5e9710a7022] { align-content: center; align-items: center; flex-direction: column; gap: 16px; height: auto; justify-content: flex-start; margin: 0px 0px 40px 0px; padding: 0px; width: auto; --gap-h-cf09bf62-f433-4ba8-8f68-b5e9710a7022: 0px; --gap-v-cf09bf62-f433-4ba8-8f68-b5e9710a7022: 16px; --gap-uuid: cf09bf62-f433-4ba8-8f68-b5e9710a7022; max-width: 100%; }.sd[data-s-05fa31de-7f31-4e5a-9de1-bf7398ec3f5d] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: auto; justify-content: flex-start; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; width: auto; --gap-h-05fa31de-7f31-4e5a-9de1-bf7398ec3f5d: 12px; --gap-v-05fa31de-7f31-4e5a-9de1-bf7398ec3f5d: 0px; --gap-uuid: 05fa31de-7f31-4e5a-9de1-bf7398ec3f5d; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-05fa31de-7f31-4e5a-9de1-bf7398ec3f5d] { gap: 8px; --gap-h-05fa31de-7f31-4e5a-9de1-bf7398ec3f5d: 8px; --gap-v-05fa31de-7f31-4e5a-9de1-bf7398ec3f5d: 0px; }
}.sd[data-s-95476b34-d6aa-4267-b3ab-ebfd0daf938d] { align-content: center; align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 999px; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow-x: hidden; overflow-y: hidden; padding: 4px; width: auto; --gap-h-95476b34-d6aa-4267-b3ab-ebfd0daf938d: 10px; --gap-v-95476b34-d6aa-4267-b3ab-ebfd0daf938d: 0px; --gap-uuid: 95476b34-d6aa-4267-b3ab-ebfd0daf938d; max-width: 100%; --g-color-0: rgba(131, 214, 189, 0.2); --g-position-0: 0%; --g-color-1: rgba(0, 102, 204, 0.2); --g-position-1: 100%; --g-color-2: rgba(0, 102, 204, 0.2); --g-position-2: 100%; --g-color-3: rgba(0, 102, 204, 0.2); --g-position-3: 100%; --g-color-4: rgba(0, 102, 204, 0.2); --g-position-4: 100%; --g-color-5: rgba(0, 102, 204, 0.2); --g-position-5: 100%; --g-color-6: rgba(0, 102, 204, 0.2); --g-position-6: 100%; --g-color-7: rgba(0, 102, 204, 0.2); --g-position-7: 100%; --g-color-8: rgba(0, 102, 204, 0.2); --g-position-8: 100%; --g-color-9: rgba(0, 102, 204, 0.2); --g-position-9: 100%; --g-color-10: rgba(0, 102, 204, 0.2); --g-position-10: 100%; --g-color-11: rgba(0, 102, 204, 0.2); --g-position-11: 100%; --g-angle: 141.69deg; }.sd[data-s-24cbb846-9651-4de8-aea0-306bf647561b] { align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 8px; flex: none; flex-direction: column; height: 8px; justify-content: center; width: 8px; max-width: 100%; --g-color-0: rgb(131, 214, 189); --g-position-0: 0%; --g-color-1: rgb(0, 102, 204); --g-position-1: 100%; --g-color-2: rgb(0, 102, 204); --g-position-2: 100%; --g-color-3: rgb(0, 102, 204); --g-position-3: 100%; --g-color-4: rgb(0, 102, 204); --g-position-4: 100%; --g-color-5: rgb(0, 102, 204); --g-position-5: 100%; --g-color-6: rgb(0, 102, 204); --g-position-6: 100%; --g-color-7: rgb(0, 102, 204); --g-position-7: 100%; --g-color-8: rgb(0, 102, 204); --g-position-8: 100%; --g-color-9: rgb(0, 102, 204); --g-position-9: 100%; --g-color-10: rgb(0, 102, 204); --g-position-10: 100%; --g-color-11: rgb(0, 102, 204); --g-position-11: 100%; --g-angle: 141.69deg; }.sd[data-s-3fbe9e64-5662-49b5-b348-1a04bcc74685] { color: #002266; flex: none; font-family: var(--s-font-b082636f); font-size: 16px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-3fbe9e64-5662-49b5-b348-1a04bcc74685] { font-size: 13px; }
}.sd[data-s-e0f3d372-a472-422a-82a8-ec7e6728ad42] { color: #121f32ff; font-family: var(--s-font-4aa63508); font-size: 28px; height: auto; letter-spacing: 0.04em; line-height: 1.50; text-align: center; width: auto; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-e0f3d372-a472-422a-82a8-ec7e6728ad42] { font-size: 20px; }
}.sd[data-s-c251575e-1eac-47e5-9663-510fe1832208] { color: #435266; flex: none; font-family: var(--s-font-b082636f); font-size: 16px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 2; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 990px){
.sd[data-s-c251575e-1eac-47e5-9663-510fe1832208] { flex: none; width: 650px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-c251575e-1eac-47e5-9663-510fe1832208] { font-size: 14px; width: auto; max-width: 100%; }
}.sd[data-s-fe7c0fec-d9e7-4e6b-8bbf-e899405fe5b1] { align-content: center; align-items: center; background: #ffffffff; border-radius: 20px 20px 20px 20px; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; justify-content: center; margin: 60px 20px 30px 20px; padding: 60px 30px 60px 30px; width: 1200px; --gap-h-fe7c0fec-d9e7-4e6b-8bbf-e899405fe5b1: 0px; --gap-v-fe7c0fec-d9e7-4e6b-8bbf-e899405fe5b1: 60px; --gap-uuid: fe7c0fec-d9e7-4e6b-8bbf-e899405fe5b1; max-width: calc(100% - 40px); }
@media screen and (max-width: 1280px){
.sd[data-s-fe7c0fec-d9e7-4e6b-8bbf-e899405fe5b1] { margin: 60px 0px 30px 0px; --gap-h-fe7c0fec-d9e7-4e6b-8bbf-e899405fe5b1: 0px; --gap-v-fe7c0fec-d9e7-4e6b-8bbf-e899405fe5b1: 60px; max-width: 100%; }
}
@media screen and (max-width: 990px){
.sd[data-s-fe7c0fec-d9e7-4e6b-8bbf-e899405fe5b1] { padding: 60px 20px 40px 20px; --gap-h-fe7c0fec-d9e7-4e6b-8bbf-e899405fe5b1: 0px; --gap-v-fe7c0fec-d9e7-4e6b-8bbf-e899405fe5b1: 60px; }
}
@media screen and (max-width: 690px){
.sd[data-s-fe7c0fec-d9e7-4e6b-8bbf-e899405fe5b1] { gap: 32px; margin: 40px 0px 30px 0px; padding: 40px 20px 20px 20px; --gap-h-fe7c0fec-d9e7-4e6b-8bbf-e899405fe5b1: 0px; --gap-v-fe7c0fec-d9e7-4e6b-8bbf-e899405fe5b1: 32px; max-width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-fe7c0fec-d9e7-4e6b-8bbf-e899405fe5b1] { margin: 40px 0px 30px 0px; padding: 40px 16px 20px 16px; --gap-h-fe7c0fec-d9e7-4e6b-8bbf-e899405fe5b1: 0px; --gap-v-fe7c0fec-d9e7-4e6b-8bbf-e899405fe5b1: 60px; }
}.sd[data-s-5b2b07f9-12f0-45e7-9019-9d295e4d664e] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: auto; justify-content: flex-start; padding: 0px; width: auto; --gap-h-5b2b07f9-12f0-45e7-9019-9d295e4d664e: 0px; --gap-v-5b2b07f9-12f0-45e7-9019-9d295e4d664e: 30px; --gap-uuid: 5b2b07f9-12f0-45e7-9019-9d295e4d664e; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-5b2b07f9-12f0-45e7-9019-9d295e4d664e] { gap: 32px; padding: 0px; --gap-h-5b2b07f9-12f0-45e7-9019-9d295e4d664e: 0px; --gap-v-5b2b07f9-12f0-45e7-9019-9d295e4d664e: 32px; }
}.sd[data-s-a7ecdd01-b756-482c-8bc8-3affb6b78467] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 30px; justify-content: flex-start; padding: 0px; --gap-h-a7ecdd01-b756-482c-8bc8-3affb6b78467: 0px; --gap-v-a7ecdd01-b756-482c-8bc8-3affb6b78467: 30px; --gap-uuid: a7ecdd01-b756-482c-8bc8-3affb6b78467; }
@media screen and (max-width: 690px){
.sd[data-s-a7ecdd01-b756-482c-8bc8-3affb6b78467] { gap: 5px; --gap-h-a7ecdd01-b756-482c-8bc8-3affb6b78467: 0px; --gap-v-a7ecdd01-b756-482c-8bc8-3affb6b78467: 5px; }
}.sd[data-s-bf8dfdd2-61d8-4fb4-a090-f6e5db408c0b] { flex: none; height: auto; width: 318px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-bf8dfdd2-61d8-4fb4-a090-f6e5db408c0b] { flex: none; width: 200px; max-width: 100%; }
}.sd[data-s-d9f19e09-0092-4605-ade9-2bce1c8e5d3f] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; padding: 0px; width: auto; --gap-h-d9f19e09-0092-4605-ade9-2bce1c8e5d3f: 0px; --gap-v-d9f19e09-0092-4605-ade9-2bce1c8e5d3f: 0px; --gap-uuid: d9f19e09-0092-4605-ade9-2bce1c8e5d3f; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-d9f19e09-0092-4605-ade9-2bce1c8e5d3f] { padding: 0px; --gap-h-d9f19e09-0092-4605-ade9-2bce1c8e5d3f: 0px; --gap-v-d9f19e09-0092-4605-ade9-2bce1c8e5d3f: 0px; }
}.sd[data-s-bc5a12e2-abe5-4377-b3e7-0618743883f1] { color: #1D2C67; font-family: var(--s-font-6c87f3c1); font-size: 20px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.11em; line-height: 1.6; text-align: center; width: auto; max-width: 100%; }
.sd[data-s-bc5a12e2-abe5-4377-b3e7-0618743883f1] strong { font-weight: 700; }
@media screen and (max-width: 990px){
.sd[data-s-bc5a12e2-abe5-4377-b3e7-0618743883f1] { font-size: 16px; }
.sd[data-s-bc5a12e2-abe5-4377-b3e7-0618743883f1] strong { font-size: 16px; }
}
@media screen and (max-width: 690px){
.sd[data-s-bc5a12e2-abe5-4377-b3e7-0618743883f1] { font-size: 14px; line-height: 1.00; }
.sd[data-s-bc5a12e2-abe5-4377-b3e7-0618743883f1] strong { font-size: 14px; }
}.sd[data-s-9829e840-1f9e-4af6-9b51-4a0f4ab71484] { color: #1D2C67; font-family: var(--s-font-6c87f3c1); font-size: 20px; font-style: normal; font-weight: 400; height: 37px; letter-spacing: 0.11em; line-height: 1.6; text-align: center; width: 527px; max-width: 100%; justify-content: center; }
@media screen and (max-width: 990px){
.sd[data-s-9829e840-1f9e-4af6-9b51-4a0f4ab71484] { font-size: 16px; }
}
@media screen and (max-width: 690px){
.sd[data-s-9829e840-1f9e-4af6-9b51-4a0f4ab71484] { font-size: 14px; height: auto; line-height: 1.60; max-width: 100%; }
}.sd[data-s-2923c8ea-0176-45ec-a221-e3e78b7a69c4] { color: #435266; font-family: var(--s-font-6c87f3c1); font-size: 16px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.05em; line-height: 2.00; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 990px){
.sd[data-s-2923c8ea-0176-45ec-a221-e3e78b7a69c4] { font-size: 13px; }
}
@media screen and (max-width: 690px){
.sd[data-s-2923c8ea-0176-45ec-a221-e3e78b7a69c4] { font-size: 14px; }
}.sd[data-s-b907494f-70eb-4fac-9430-f6a2c5b84975] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: auto; justify-content: flex-start; padding: 0px; width: auto; --gap-h-b907494f-70eb-4fac-9430-f6a2c5b84975: 60px; --gap-v-b907494f-70eb-4fac-9430-f6a2c5b84975: 0px; --gap-uuid: b907494f-70eb-4fac-9430-f6a2c5b84975; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-b907494f-70eb-4fac-9430-f6a2c5b84975] { flex-wrap: wrap; gap: 60px 16px; width: 1200px; --gap-h-b907494f-70eb-4fac-9430-f6a2c5b84975: 16px; --gap-v-b907494f-70eb-4fac-9430-f6a2c5b84975: 60px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-b907494f-70eb-4fac-9430-f6a2c5b84975] { align-content: flex-start; align-items: flex-start; gap: 28px 0px; justify-content: center; padding: 0px; --gap-h-b907494f-70eb-4fac-9430-f6a2c5b84975: 0px; --gap-v-b907494f-70eb-4fac-9430-f6a2c5b84975: 0px; }
}.sd[data-s-95ccb509-4d44-41ae-9771-ae719cdd6220] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: auto; justify-content: flex-start; padding: 0px; width: calc(50% - (var(--gap-h-b907494f-70eb-4fac-9430-f6a2c5b84975) * 0.5)); --gap-h-95ccb509-4d44-41ae-9771-ae719cdd6220: 0px; --gap-v-95ccb509-4d44-41ae-9771-ae719cdd6220: 32px; --gap-uuid: 95ccb509-4d44-41ae-9771-ae719cdd6220; max-width: calc(50% - (var(--gap-h-b907494f-70eb-4fac-9430-f6a2c5b84975) * 0.5)); }
@media screen and (max-width: 990px){
.sd[data-s-95ccb509-4d44-41ae-9771-ae719cdd6220] { flex: none; width: 50%; --gap-h-95ccb509-4d44-41ae-9771-ae719cdd6220: 0px; --gap-v-95ccb509-4d44-41ae-9771-ae719cdd6220: 32px; }
}
@media screen and (max-width: 690px){
.sd[data-s-95ccb509-4d44-41ae-9771-ae719cdd6220] { flex: none; gap: 14px; padding: 0px; width: 320px; --gap-h-95ccb509-4d44-41ae-9771-ae719cdd6220: 0px; --gap-v-95ccb509-4d44-41ae-9771-ae719cdd6220: 14px; max-width: 100%; }
}.sd[data-s-bc816a15-2cd1-4097-a6f3-0932820c91af] { flex: none; height: auto; width: calc(100% - (var(--gap-h-95ccb509-4d44-41ae-9771-ae719cdd6220) * 0)); max-width: calc(100% - (var(--gap-h-95ccb509-4d44-41ae-9771-ae719cdd6220) * 0)); }.sd[data-s-4ae3e298-6be5-4ac7-9a48-b739d46992d1] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-95ccb509-4d44-41ae-9771-ae719cdd6220) * 0)); --gap-h-4ae3e298-6be5-4ac7-9a48-b739d46992d1: 0px; --gap-v-4ae3e298-6be5-4ac7-9a48-b739d46992d1: 16px; --gap-uuid: 4ae3e298-6be5-4ac7-9a48-b739d46992d1; max-width: calc(100% - (var(--gap-h-95ccb509-4d44-41ae-9771-ae719cdd6220) * 0)); }
@media screen and (max-width: 690px){
.sd[data-s-4ae3e298-6be5-4ac7-9a48-b739d46992d1] { gap: 6px; padding: 0px; --gap-h-4ae3e298-6be5-4ac7-9a48-b739d46992d1: 0px; --gap-v-4ae3e298-6be5-4ac7-9a48-b739d46992d1: 6px; }
}.sd[data-s-395bf47f-6906-42e0-ad52-8773c5111c00] { color: #003366; display: flex; font-family: var(--s-font-4aa63508); font-size: 18px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1.60; text-align: center; width: calc(100% - (var(--gap-h-4ae3e298-6be5-4ac7-9a48-b739d46992d1) * 0)); max-width: calc(100% - (var(--gap-h-4ae3e298-6be5-4ac7-9a48-b739d46992d1) * 0)); justify-content: center; }
@media screen and (max-width: 1280px){
.sd[data-s-395bf47f-6906-42e0-ad52-8773c5111c00] { display: flex; }
}
@media screen and (max-width: 990px){
.sd[data-s-395bf47f-6906-42e0-ad52-8773c5111c00] { display: flex; font-size: 15px; }
}
@media screen and (max-width: 690px){
.sd[data-s-395bf47f-6906-42e0-ad52-8773c5111c00] { display: flex; font-size: 16px; }
}
@media screen and (max-width: 360px){
.sd[data-s-395bf47f-6906-42e0-ad52-8773c5111c00] { display: flex; }
}.sd[data-s-8f4dea8f-4a47-49a2-9765-62ae58081883] { color: #435266; font-family: var(--s-font-b082636f); font-size: 14px; font-style: normal; font-weight: 500; height: auto; letter-spacing: 0.02em; line-height: 2; text-align: left; width: calc(100% - (var(--gap-h-4ae3e298-6be5-4ac7-9a48-b739d46992d1) * 0)); max-width: calc(100% - (var(--gap-h-4ae3e298-6be5-4ac7-9a48-b739d46992d1) * 0)); justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-8f4dea8f-4a47-49a2-9765-62ae58081883] { font-size: 13px; }
}
@media screen and (max-width: 690px){
.sd[data-s-8f4dea8f-4a47-49a2-9765-62ae58081883] { font-size: 13px; }
}.sd[data-s-f82e9e6a-f523-4e69-94b6-d86eac658bfc] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: auto; justify-content: flex-start; padding: 0px; width: calc(50% - (var(--gap-h-b907494f-70eb-4fac-9430-f6a2c5b84975) * 0.5)); --gap-h-f82e9e6a-f523-4e69-94b6-d86eac658bfc: 0px; --gap-v-f82e9e6a-f523-4e69-94b6-d86eac658bfc: 32px; --gap-uuid: f82e9e6a-f523-4e69-94b6-d86eac658bfc; max-width: calc(50% - (var(--gap-h-b907494f-70eb-4fac-9430-f6a2c5b84975) * 0.5)); }
@media screen and (max-width: 990px){
.sd[data-s-f82e9e6a-f523-4e69-94b6-d86eac658bfc] { flex: none; width: 50%; --gap-h-f82e9e6a-f523-4e69-94b6-d86eac658bfc: 0px; --gap-v-f82e9e6a-f523-4e69-94b6-d86eac658bfc: 32px; }
}
@media screen and (max-width: 690px){
.sd[data-s-f82e9e6a-f523-4e69-94b6-d86eac658bfc] { flex: none; gap: 14px; padding: 0px; width: 320px; --gap-h-f82e9e6a-f523-4e69-94b6-d86eac658bfc: 0px; --gap-v-f82e9e6a-f523-4e69-94b6-d86eac658bfc: 14px; max-width: 100%; }
}.sd[data-s-33c401d7-540a-4de3-8033-2c1336f32057] { height: auto; width: calc(100% - (var(--gap-h-f82e9e6a-f523-4e69-94b6-d86eac658bfc) * 0)); max-width: calc(100% - (var(--gap-h-f82e9e6a-f523-4e69-94b6-d86eac658bfc) * 0)); }.sd[data-s-5e7eae06-2d2c-4620-936e-7a1849830824] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-f82e9e6a-f523-4e69-94b6-d86eac658bfc) * 0)); --gap-h-5e7eae06-2d2c-4620-936e-7a1849830824: 0px; --gap-v-5e7eae06-2d2c-4620-936e-7a1849830824: 16px; --gap-uuid: 5e7eae06-2d2c-4620-936e-7a1849830824; max-width: calc(100% - (var(--gap-h-f82e9e6a-f523-4e69-94b6-d86eac658bfc) * 0)); }
@media screen and (max-width: 690px){
.sd[data-s-5e7eae06-2d2c-4620-936e-7a1849830824] { gap: 6px; padding: 0px; --gap-h-5e7eae06-2d2c-4620-936e-7a1849830824: 0px; --gap-v-5e7eae06-2d2c-4620-936e-7a1849830824: 6px; }
}.sd[data-s-b501aef3-d3bf-4ce6-892b-19390e8eb383] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 18px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1.60; text-align: center; width: calc(100% - (var(--gap-h-5e7eae06-2d2c-4620-936e-7a1849830824) * 0)); max-width: calc(100% - (var(--gap-h-5e7eae06-2d2c-4620-936e-7a1849830824) * 0)); justify-content: center; }
@media screen and (max-width: 990px){
.sd[data-s-b501aef3-d3bf-4ce6-892b-19390e8eb383] { font-size: 15px; }
}
@media screen and (max-width: 690px){
.sd[data-s-b501aef3-d3bf-4ce6-892b-19390e8eb383] { font-size: 16px; }
}.sd[data-s-a3ffd6f2-3a20-4d54-9118-ea710bd35529] { color: #435266; font-family: var(--s-font-b082636f); font-size: 14px; font-style: normal; font-weight: 500; height: auto; letter-spacing: 0.02em; line-height: 2; text-align: left; width: calc(100% - (var(--gap-h-5e7eae06-2d2c-4620-936e-7a1849830824) * 0)); max-width: calc(100% - (var(--gap-h-5e7eae06-2d2c-4620-936e-7a1849830824) * 0)); justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-a3ffd6f2-3a20-4d54-9118-ea710bd35529] { font-size: 13px; }
}
@media screen and (max-width: 690px){
.sd[data-s-a3ffd6f2-3a20-4d54-9118-ea710bd35529] { font-size: 13px; }
}.sd[data-s-9da5fced-1674-47d9-82f7-c474b3f8cd71] { align-content: center; align-items: center; border-bottom: 5px solid #1D2C67; border-left: 5px solid #1D2C67; border-radius: 20px; border-right: 5px solid #1D2C67; border-top: 5px solid #1D2C67; box-shadow: 0px 0px 24px 0px #EFF4FA ; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: center; padding: 30px 40px 30px 40px; width: calc(100% - (var(--gap-h-fe7c0fec-d9e7-4e6b-8bbf-e899405fe5b1) * 0)); --gap-h-9da5fced-1674-47d9-82f7-c474b3f8cd71: 0px; --gap-v-9da5fced-1674-47d9-82f7-c474b3f8cd71: 20px; --gap-uuid: 9da5fced-1674-47d9-82f7-c474b3f8cd71; max-width: calc(100% - (var(--gap-h-fe7c0fec-d9e7-4e6b-8bbf-e899405fe5b1) * 0)); }
@media screen and (max-width: 690px){
.sd[data-s-9da5fced-1674-47d9-82f7-c474b3f8cd71] { border-bottom: 3px solid #1D2C67; border-left: 3px solid #1D2C67; border-right: 3px solid #1D2C67; border-top: 3px solid #1D2C67; gap: 28px; padding: 16px; --gap-h-9da5fced-1674-47d9-82f7-c474b3f8cd71: 0px; --gap-v-9da5fced-1674-47d9-82f7-c474b3f8cd71: 28px; }
}.sd[data-s-a9b135b2-445a-4087-b396-2ea6dffae48f] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: auto; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-9da5fced-1674-47d9-82f7-c474b3f8cd71) * 0)); --gap-h-a9b135b2-445a-4087-b396-2ea6dffae48f: 32px; --gap-v-a9b135b2-445a-4087-b396-2ea6dffae48f: 0px; --gap-uuid: a9b135b2-445a-4087-b396-2ea6dffae48f; max-width: calc(100% - (var(--gap-h-9da5fced-1674-47d9-82f7-c474b3f8cd71) * 0)); }
@media screen and (max-width: 990px){
.sd[data-s-a9b135b2-445a-4087-b396-2ea6dffae48f] { flex-direction: column-reverse; flex-wrap: nowrap; gap: 32px 0px; --gap-h-a9b135b2-445a-4087-b396-2ea6dffae48f: 0px; --gap-v-a9b135b2-445a-4087-b396-2ea6dffae48f: 32px; }
}
@media screen and (max-width: 690px){
.sd[data-s-a9b135b2-445a-4087-b396-2ea6dffae48f] { gap: 14px 0px; padding: 0px; --gap-h-a9b135b2-445a-4087-b396-2ea6dffae48f: 0px; --gap-v-a9b135b2-445a-4087-b396-2ea6dffae48f: 0px; }
}.sd[data-s-97112639-7fff-4a99-9c8f-4f03d0ee4b77] { align-content: flex-start; align-items: flex-start; flex: 1; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: flex-start; overflow-x: hidden; overflow-y: hidden; padding: 0px; --gap-h-97112639-7fff-4a99-9c8f-4f03d0ee4b77: 0px; --gap-v-97112639-7fff-4a99-9c8f-4f03d0ee4b77: 24px; --gap-uuid: 97112639-7fff-4a99-9c8f-4f03d0ee4b77; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-97112639-7fff-4a99-9c8f-4f03d0ee4b77] { flex: none; width: calc(100% - (var(--gap-h-a9b135b2-445a-4087-b396-2ea6dffae48f) * 0)); --gap-h-97112639-7fff-4a99-9c8f-4f03d0ee4b77: 0px; --gap-v-97112639-7fff-4a99-9c8f-4f03d0ee4b77: 24px; max-width: calc(100% - (var(--gap-h-a9b135b2-445a-4087-b396-2ea6dffae48f) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-97112639-7fff-4a99-9c8f-4f03d0ee4b77] { gap: 20px; padding: 0px; --gap-h-97112639-7fff-4a99-9c8f-4f03d0ee4b77: 0px; --gap-v-97112639-7fff-4a99-9c8f-4f03d0ee4b77: 20px; }
}.sd[data-s-0ddb97dd-40b0-4688-9013-10e6df3388ef] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; padding: 0px; width: 401px; --gap-h-0ddb97dd-40b0-4688-9013-10e6df3388ef: 0px; --gap-v-0ddb97dd-40b0-4688-9013-10e6df3388ef: 10px; --gap-uuid: 0ddb97dd-40b0-4688-9013-10e6df3388ef; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-0ddb97dd-40b0-4688-9013-10e6df3388ef] { flex-direction: column; flex-wrap: nowrap; --gap-h-0ddb97dd-40b0-4688-9013-10e6df3388ef: 0px; --gap-v-0ddb97dd-40b0-4688-9013-10e6df3388ef: 10px; }
}
@media screen and (max-width: 690px){
.sd[data-s-0ddb97dd-40b0-4688-9013-10e6df3388ef] { gap: 5px; padding: 0px; --gap-h-0ddb97dd-40b0-4688-9013-10e6df3388ef: 0px; --gap-v-0ddb97dd-40b0-4688-9013-10e6df3388ef: 5px; }
}.sd[data-s-11dec08c-3eed-4337-9ab2-9c346b8d5647] { color: #1D2C67; font-family: var(--s-font-6c87f3c1); font-size: 16px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0.05em; line-height: 1.8; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-11dec08c-3eed-4337-9ab2-9c346b8d5647] { font-size: 14px; }
}
@media screen and (max-width: 690px){
.sd[data-s-11dec08c-3eed-4337-9ab2-9c346b8d5647] { font-size: 13px; }
}.sd[data-s-00f53672-4076-4de9-8d02-8eb542c9b956] { align-content: flex-end; align-items: flex-end; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-0ddb97dd-40b0-4688-9013-10e6df3388ef) * 0)); --gap-h-00f53672-4076-4de9-8d02-8eb542c9b956: 8px; --gap-v-00f53672-4076-4de9-8d02-8eb542c9b956: 0px; --gap-uuid: 00f53672-4076-4de9-8d02-8eb542c9b956; max-width: calc(100% - (var(--gap-h-0ddb97dd-40b0-4688-9013-10e6df3388ef) * 0)); }
@media screen and (max-width: 990px){
.sd[data-s-00f53672-4076-4de9-8d02-8eb542c9b956] { flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px 5px; height: 32px; width: calc(100% - (var(--gap-h-0ddb97dd-40b0-4688-9013-10e6df3388ef) * 0)); --gap-h-00f53672-4076-4de9-8d02-8eb542c9b956: 5px; --gap-v-00f53672-4076-4de9-8d02-8eb542c9b956: 0px; max-width: calc(100% - (var(--gap-h-0ddb97dd-40b0-4688-9013-10e6df3388ef) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-00f53672-4076-4de9-8d02-8eb542c9b956] { gap: 2px 5px; height: auto; padding: 0px; --gap-h-00f53672-4076-4de9-8d02-8eb542c9b956: 5px; --gap-v-00f53672-4076-4de9-8d02-8eb542c9b956: 0px; width: calc(100% - (var(--gap-h-0ddb97dd-40b0-4688-9013-10e6df3388ef) * 0)); max-width: calc(100% - (var(--gap-h-0ddb97dd-40b0-4688-9013-10e6df3388ef) * 0)); }
}.sd[data-s-c8a11346-304d-4023-a297-59658ce835df] { color: #1D2C67; flex: none; font-family: var(--s-font-6c87f3c1); font-size: 20px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0.05em; line-height: 1.00; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-c8a11346-304d-4023-a297-59658ce835df] { font-size: 16px; width: auto; }
}
@media screen and (max-width: 690px){
.sd[data-s-c8a11346-304d-4023-a297-59658ce835df] { font-size: 14px; }
}.sd[data-s-dee494d9-15ef-415a-afa7-221d3cb57563] { color: #1D2C67; flex: none; font-family: var(--s-font-6c87f3c1); font-size: 40px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0.05em; line-height: 1.00; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-dee494d9-15ef-415a-afa7-221d3cb57563] { font-size: 32px; width: auto; }
}
@media screen and (max-width: 690px){
.sd[data-s-dee494d9-15ef-415a-afa7-221d3cb57563] { font-size: 22px; }
}.sd[data-s-2cc560e2-a759-4393-80a8-732f371b829c] { color: #FA9257; flex: none; font-family: var(--s-font-6c87f3c1); font-size: 36px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0.05em; line-height: 1.00; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-2cc560e2-a759-4393-80a8-732f371b829c] { font-size: 28px; width: auto; }
}
@media screen and (max-width: 690px){
.sd[data-s-2cc560e2-a759-4393-80a8-732f371b829c] { font-size: 18px; }
}.sd[data-s-cc825501-3525-41fd-848e-fe209a491774] { color: #1D2C67; font-family: var(--s-font-6c87f3c1); font-size: 16px; font-style: normal; font-weight: 500; height: auto; letter-spacing: 0.02em; line-height: 1.60; text-align: left; width: calc(100% - (var(--gap-h-97112639-7fff-4a99-9c8f-4f03d0ee4b77) * 0)); max-width: calc(100% - (var(--gap-h-97112639-7fff-4a99-9c8f-4f03d0ee4b77) * 0)); justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-cc825501-3525-41fd-848e-fe209a491774] { font-size: 14px; }
}
@media screen and (max-width: 690px){
.sd[data-s-cc825501-3525-41fd-848e-fe209a491774] { font-size: 14px; }
}.sd[data-s-a9d513d7-0fa4-4997-bc7f-8122a239cfb3] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: center; width: 200px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-a9d513d7-0fa4-4997-bc7f-8122a239cfb3] { flex: none; height: auto; width: calc(50% - (var(--gap-h-a9b135b2-445a-4087-b396-2ea6dffae48f) * 0.5)); max-width: calc(50% - (var(--gap-h-a9b135b2-445a-4087-b396-2ea6dffae48f) * 0.5)); }
}.sd[data-s-0c543f51-f687-4119-a03e-5c95415d5a68] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-9da5fced-1674-47d9-82f7-c474b3f8cd71) * 0)); --gap-h-0c543f51-f687-4119-a03e-5c95415d5a68: 0px; --gap-v-0c543f51-f687-4119-a03e-5c95415d5a68: 0px; --gap-uuid: 0c543f51-f687-4119-a03e-5c95415d5a68; max-width: calc(100% - (var(--gap-h-9da5fced-1674-47d9-82f7-c474b3f8cd71) * 0)); }
@media screen and (max-width: 990px){
.sd[data-s-0c543f51-f687-4119-a03e-5c95415d5a68] { width: 100%; --gap-h-0c543f51-f687-4119-a03e-5c95415d5a68: 0px; --gap-v-0c543f51-f687-4119-a03e-5c95415d5a68: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-0c543f51-f687-4119-a03e-5c95415d5a68] { padding: 0px; --gap-h-0c543f51-f687-4119-a03e-5c95415d5a68: 0px; --gap-v-0c543f51-f687-4119-a03e-5c95415d5a68: 0px; }
}.sd[data-s-42725b0f-9a2a-4434-a03c-6b341b1a5e1e] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-0c543f51-f687-4119-a03e-5c95415d5a68) * 0)); --gap-h-42725b0f-9a2a-4434-a03c-6b341b1a5e1e: 10px; --gap-v-42725b0f-9a2a-4434-a03c-6b341b1a5e1e: 0px; --gap-uuid: 42725b0f-9a2a-4434-a03c-6b341b1a5e1e; max-width: calc(100% - (var(--gap-h-0c543f51-f687-4119-a03e-5c95415d5a68) * 0)); }
@media screen and (max-width: 990px){
.sd[data-s-42725b0f-9a2a-4434-a03c-6b341b1a5e1e] { flex-direction: row; flex-wrap: nowrap; gap: 10px 10px; --gap-h-42725b0f-9a2a-4434-a03c-6b341b1a5e1e: 10px; --gap-v-42725b0f-9a2a-4434-a03c-6b341b1a5e1e: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-42725b0f-9a2a-4434-a03c-6b341b1a5e1e] { gap: 4px 10px; padding: 0px; --gap-h-42725b0f-9a2a-4434-a03c-6b341b1a5e1e: 10px; --gap-v-42725b0f-9a2a-4434-a03c-6b341b1a5e1e: 0px; }
}.sd[data-s-1387348d-e235-45af-a5d8-120abf046ab8] { align-items: center; background: #003366; flex: none; flex-direction: column; height: 1px; justify-content: center; width: 65px; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-1387348d-e235-45af-a5d8-120abf046ab8] { flex: none; width: calc(10% - (var(--gap-h-42725b0f-9a2a-4434-a03c-6b341b1a5e1e) * 0.9)); max-width: calc(10% - (var(--gap-h-42725b0f-9a2a-4434-a03c-6b341b1a5e1e) * 0.9)); }
}
@media screen and (max-width: 690px){
.sd[data-s-1387348d-e235-45af-a5d8-120abf046ab8] { flex: none; width: calc(15% - (var(--gap-h-42725b0f-9a2a-4434-a03c-6b341b1a5e1e) * 0.85)); max-width: calc(15% - (var(--gap-h-42725b0f-9a2a-4434-a03c-6b341b1a5e1e) * 0.85)); }
}.sd[data-s-a342d75a-1770-4b2f-b0db-1acbea5bc834] { color: #003366; flex: none; font-family: var(--s-font-3cb0a0f1); font-size: 25px; font-style: normal; font-weight: 700; height: calc(100% - (var(--gap-v-42725b0f-9a2a-4434-a03c-6b341b1a5e1e) * 0)); letter-spacing: 0.05em; line-height: 1.8; text-align: left; width: 129px; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-a342d75a-1770-4b2f-b0db-1acbea5bc834] { flex: none; font-size: 20px; width: calc(100% - (var(--gap-h-42725b0f-9a2a-4434-a03c-6b341b1a5e1e) * 0)); max-width: calc(100% - (var(--gap-h-42725b0f-9a2a-4434-a03c-6b341b1a5e1e) * 0)); height: calc(100% - (var(--gap-v-42725b0f-9a2a-4434-a03c-6b341b1a5e1e) * 0)); }
}
@media screen and (max-width: 690px){
.sd[data-s-a342d75a-1770-4b2f-b0db-1acbea5bc834] { font-size: 16px; }
}.sd[data-s-f3724471-4ba4-45d9-90bf-f12516613c61] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-0c543f51-f687-4119-a03e-5c95415d5a68) * 0)); --gap-h-f3724471-4ba4-45d9-90bf-f12516613c61: 10px; --gap-v-f3724471-4ba4-45d9-90bf-f12516613c61: 0px; --gap-uuid: f3724471-4ba4-45d9-90bf-f12516613c61; max-width: calc(100% - (var(--gap-h-0c543f51-f687-4119-a03e-5c95415d5a68) * 0)); }
@media screen and (max-width: 690px){
.sd[data-s-f3724471-4ba4-45d9-90bf-f12516613c61] { gap: 4px; --gap-h-f3724471-4ba4-45d9-90bf-f12516613c61: 4px; --gap-v-f3724471-4ba4-45d9-90bf-f12516613c61: 0px; }
}.sd[data-s-4e2cb568-7bf2-4d55-9a98-1c980bdebe80] { color: #435266; flex: none; font-family: var(--s-font-6c87f3c1); font-size: 14px; font-style: normal; font-weight: 500; height: calc(100% - (var(--gap-v-f3724471-4ba4-45d9-90bf-f12516613c61) * 0)); letter-spacing: 0.02em; line-height: 2; text-align: left; width: 1120px; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-4e2cb568-7bf2-4d55-9a98-1c980bdebe80] { font-size: 13px; }
}
@media screen and (max-width: 690px){
.sd[data-s-4e2cb568-7bf2-4d55-9a98-1c980bdebe80] { font-size: 12px; }
}.sd[data-s-2e696026-181f-408d-b638-d00e2bebb880] { align-content: center; align-items: center; background: #FFFFFF; border-bottom: 1px solid #003366; border-left: 1px solid #003366; border-radius: 999px; border-right: 1px solid #003366; border-top: 1px solid #003366; display: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; justify-content: center; padding: 6px 6px 6px 32px; --gap-h-2e696026-181f-408d-b638-d00e2bebb880: 24px; --gap-v-2e696026-181f-408d-b638-d00e2bebb880: 0px; --gap-uuid: 2e696026-181f-408d-b638-d00e2bebb880; }
.sd[data-s-2e696026-181f-408d-b638-d00e2bebb880]:hover { opacity: 1; --gap-h-2e696026-181f-408d-b638-d00e2bebb880: 24px; --gap-v-2e696026-181f-408d-b638-d00e2bebb880: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-2e696026-181f-408d-b638-d00e2bebb880] { display: none; --gap-h-2e696026-181f-408d-b638-d00e2bebb880: 24px; --gap-v-2e696026-181f-408d-b638-d00e2bebb880: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-2e696026-181f-408d-b638-d00e2bebb880] { display: none; --gap-h-2e696026-181f-408d-b638-d00e2bebb880: 24px; --gap-v-2e696026-181f-408d-b638-d00e2bebb880: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-2e696026-181f-408d-b638-d00e2bebb880] { display: none; --gap-h-2e696026-181f-408d-b638-d00e2bebb880: 24px; --gap-v-2e696026-181f-408d-b638-d00e2bebb880: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-2e696026-181f-408d-b638-d00e2bebb880] { display: none; --gap-h-2e696026-181f-408d-b638-d00e2bebb880: 24px; --gap-v-2e696026-181f-408d-b638-d00e2bebb880: 0px; }
}.sd[data-s-227dd914-3107-48c0-9078-878359c91e6c] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-2c09fad0-285e-4019-8356-1d758e94b9ec] { align-content: center; align-items: center; background: rgba(10, 65, 160, 0.2); border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 40px; justify-content: center; padding: 6px; width: 40px; --gap-h-2c09fad0-285e-4019-8356-1d758e94b9ec: 0px; --gap-v-2c09fad0-285e-4019-8356-1d758e94b9ec: 20px; --gap-uuid: 2c09fad0-285e-4019-8356-1d758e94b9ec; max-width: 100%; }
.sd[data-s-2e696026-181f-408d-b638-d00e2bebb880]:hover .sd[data-s-2c09fad0-285e-4019-8356-1d758e94b9ec] { padding: 2px; --gap-h-2c09fad0-285e-4019-8356-1d758e94b9ec: 0px; --gap-v-2c09fad0-285e-4019-8356-1d758e94b9ec: 20px; }.sd[data-s-b76c0ce1-d5de-406f-b760-2ba2a0e8060f] { background: #0A41A0; border-radius: 50%; color: #FFFFFF; flex: none; font-size: 12px; height: calc(100% - (var(--gap-v-2c09fad0-285e-4019-8356-1d758e94b9ec) * 0)); padding: 4px; width: calc(100% - (var(--gap-h-2c09fad0-285e-4019-8356-1d758e94b9ec) * 0)); max-width: calc(100% - (var(--gap-h-2c09fad0-285e-4019-8356-1d758e94b9ec) * 0)); }
.sd[data-s-2e696026-181f-408d-b638-d00e2bebb880]:hover .sd[data-s-b76c0ce1-d5de-406f-b760-2ba2a0e8060f] { flex: none; }.sd[data-s-39ab383f-db98-4029-95a6-2223ad366985] {  }.sd[data-s-b267bcf9-1c6d-4d38-b1a9-b145c6c11728] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; justify-content: flex-start; margin: 0px 20px; padding: 120px 0px 120px 0px; width: 1200px; --gap-h-b267bcf9-1c6d-4d38-b1a9-b145c6c11728: 0px; --gap-v-b267bcf9-1c6d-4d38-b1a9-b145c6c11728: 0px; --gap-uuid: b267bcf9-1c6d-4d38-b1a9-b145c6c11728; max-width: calc(100% - 40px); }
@media screen and (max-width: 990px){
.sd[data-s-b267bcf9-1c6d-4d38-b1a9-b145c6c11728] { padding: 100px 0px 100px 0px; --gap-h-b267bcf9-1c6d-4d38-b1a9-b145c6c11728: 0px; --gap-v-b267bcf9-1c6d-4d38-b1a9-b145c6c11728: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-b267bcf9-1c6d-4d38-b1a9-b145c6c11728] { gap: 32px; padding: 70px 0px 70px 0px; --gap-h-b267bcf9-1c6d-4d38-b1a9-b145c6c11728: 0px; --gap-v-b267bcf9-1c6d-4d38-b1a9-b145c6c11728: 32px; }
}
@media screen and (max-width: 360px){
.sd[data-s-b267bcf9-1c6d-4d38-b1a9-b145c6c11728] { margin: 0px 16px; --gap-h-b267bcf9-1c6d-4d38-b1a9-b145c6c11728: 0px; --gap-v-b267bcf9-1c6d-4d38-b1a9-b145c6c11728: 0px; max-width: calc(100% - 32px); }
}.sd[data-s-2538b024-0919-4035-8bc6-49ba5963e7b2] { align-content: center; align-items: center; flex-direction: column; gap: 16px; height: auto; justify-content: flex-start; padding: 0px; width: auto; --gap-h-2538b024-0919-4035-8bc6-49ba5963e7b2: 0px; --gap-v-2538b024-0919-4035-8bc6-49ba5963e7b2: 16px; --gap-uuid: 2538b024-0919-4035-8bc6-49ba5963e7b2; max-width: 100%; }.sd[data-s-44d85148-9795-44c0-9336-dd901612b6b1] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: auto; justify-content: flex-start; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; width: auto; --gap-h-44d85148-9795-44c0-9336-dd901612b6b1: 12px; --gap-v-44d85148-9795-44c0-9336-dd901612b6b1: 0px; --gap-uuid: 44d85148-9795-44c0-9336-dd901612b6b1; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-44d85148-9795-44c0-9336-dd901612b6b1] { gap: 8px; --gap-h-44d85148-9795-44c0-9336-dd901612b6b1: 8px; --gap-v-44d85148-9795-44c0-9336-dd901612b6b1: 0px; }
}.sd[data-s-585dc8ea-7a5f-4f08-b87b-354df754429f] { align-content: center; align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 999px; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow-x: hidden; overflow-y: hidden; padding: 4px; width: auto; --gap-h-585dc8ea-7a5f-4f08-b87b-354df754429f: 10px; --gap-v-585dc8ea-7a5f-4f08-b87b-354df754429f: 0px; --gap-uuid: 585dc8ea-7a5f-4f08-b87b-354df754429f; max-width: 100%; --g-color-0: rgba(131, 214, 189, 0.2); --g-position-0: 0%; --g-color-1: rgba(0, 102, 204, 0.2); --g-position-1: 100%; --g-color-2: rgba(0, 102, 204, 0.2); --g-position-2: 100%; --g-color-3: rgba(0, 102, 204, 0.2); --g-position-3: 100%; --g-color-4: rgba(0, 102, 204, 0.2); --g-position-4: 100%; --g-color-5: rgba(0, 102, 204, 0.2); --g-position-5: 100%; --g-color-6: rgba(0, 102, 204, 0.2); --g-position-6: 100%; --g-color-7: rgba(0, 102, 204, 0.2); --g-position-7: 100%; --g-color-8: rgba(0, 102, 204, 0.2); --g-position-8: 100%; --g-color-9: rgba(0, 102, 204, 0.2); --g-position-9: 100%; --g-color-10: rgba(0, 102, 204, 0.2); --g-position-10: 100%; --g-color-11: rgba(0, 102, 204, 0.2); --g-position-11: 100%; --g-angle: 141.69deg; }.sd[data-s-b99db102-1baa-45f3-8896-77659430b392] { align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 8px; flex: none; flex-direction: column; height: 8px; justify-content: center; width: 8px; max-width: 100%; --g-color-0: rgb(131, 214, 189); --g-position-0: 0%; --g-color-1: rgb(0, 102, 204); --g-position-1: 100%; --g-color-2: rgb(0, 102, 204); --g-position-2: 100%; --g-color-3: rgb(0, 102, 204); --g-position-3: 100%; --g-color-4: rgb(0, 102, 204); --g-position-4: 100%; --g-color-5: rgb(0, 102, 204); --g-position-5: 100%; --g-color-6: rgb(0, 102, 204); --g-position-6: 100%; --g-color-7: rgb(0, 102, 204); --g-position-7: 100%; --g-color-8: rgb(0, 102, 204); --g-position-8: 100%; --g-color-9: rgb(0, 102, 204); --g-position-9: 100%; --g-color-10: rgb(0, 102, 204); --g-position-10: 100%; --g-color-11: rgb(0, 102, 204); --g-position-11: 100%; --g-angle: 141.69deg; }.sd[data-s-171099b9-28dc-4a8e-bf0f-3c4e1e49c263] { color: #002266; flex: none; font-family: var(--s-font-b082636f); font-size: 16px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-171099b9-28dc-4a8e-bf0f-3c4e1e49c263] { font-size: 13px; }
}.sd[data-s-2a47f364-773c-4f0f-bc35-f0e5fe7096e1] { color: #121F32; flex: none; font-family: var(--s-font-4aa63508); font-size: 28px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.5; margin: 0px; text-align: center; width: 596px; max-width: 100%; justify-content: center; }
@media screen and (max-width: 990px){
.sd[data-s-2a47f364-773c-4f0f-bc35-f0e5fe7096e1] { flex: none; width: 590px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-2a47f364-773c-4f0f-bc35-f0e5fe7096e1] { flex: none; font-size: 20px; width: 428px; max-width: 100%; }
}.sd[data-s-643f9036-b099-4833-bd5f-a6df4e7cc927] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 0px; justify-content: flex-start; margin: 40px 0px 0px 0px; padding: 0px; --gap-h-643f9036-b099-4833-bd5f-a6df4e7cc927: 0px; --gap-v-643f9036-b099-4833-bd5f-a6df4e7cc927: 0px; --gap-uuid: 643f9036-b099-4833-bd5f-a6df4e7cc927; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-643f9036-b099-4833-bd5f-a6df4e7cc927] { gap: 32px; margin: 0px 0px 0px 0px; --gap-h-643f9036-b099-4833-bd5f-a6df4e7cc927: 0px; --gap-v-643f9036-b099-4833-bd5f-a6df4e7cc927: 32px; max-width: 100%; }
}.sd[data-s-417aca07-5882-4754-b97a-068ea2c5fd43] { align-content: stretch; align-items: stretch; border-bottom: 2px solid #eeeeeeff; border-left: 2px solid #eeeeeeff; border-radius: 20px 20px 0px 0px; border-right: 2px solid #eeeeeeff; border-top: 2px solid #eeeeeeff; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; margin: 0px 0px 0px 0px; overflow-x: hidden; overflow-y: hidden; width: calc(100% - (var(--gap-h-643f9036-b099-4833-bd5f-a6df4e7cc927) * 0)); --gap-uuid: 417aca07-5882-4754-b97a-068ea2c5fd43; --gap-h-417aca07-5882-4754-b97a-068ea2c5fd43: 0px; --gap-v-417aca07-5882-4754-b97a-068ea2c5fd43: 0px; max-width: calc(100% - (var(--gap-h-643f9036-b099-4833-bd5f-a6df4e7cc927) * 0)); }
@media screen and (max-width: 690px){
.sd[data-s-417aca07-5882-4754-b97a-068ea2c5fd43] { align-content: stretch; align-items: stretch; border-bottom: 0px solid transparent; border-left: 0px solid transparent; border-right: 0px solid transparent; border-top: 0px solid transparent; flex-direction: row; flex-wrap: wrap; gap: 8px 8px; justify-content: center; margin: 0px 0px 0px 0px; --gap-h-417aca07-5882-4754-b97a-068ea2c5fd43: 8px; --gap-v-417aca07-5882-4754-b97a-068ea2c5fd43: 8px; }
}.sd[data-s-72611d65-773c-405a-bd7a-61728ae164af] { align-content: center; align-items: center; border-bottom: 0px solid #eeeeeeff; border-left: 1px solid #eeeeeeff; border-right: 1px solid #eeeeeeff; border-top: 0px solid #eeeeeeff; flex: 1; flex-direction: row; gap: 10px; justify-content: center; padding: 15px 5px; width: auto; --gap-h-72611d65-773c-405a-bd7a-61728ae164af: 10px; --gap-v-72611d65-773c-405a-bd7a-61728ae164af: 0px; --gap-uuid: 72611d65-773c-405a-bd7a-61728ae164af; max-width: 100%; }
.sd[data-s-72611d65-773c-405a-bd7a-61728ae164af]:hover { background: #fafafa; cursor: pointer; --gap-h-72611d65-773c-405a-bd7a-61728ae164af: 10px; --gap-v-72611d65-773c-405a-bd7a-61728ae164af: 0px; }
.sd[data-s-72611d65-773c-405a-bd7a-61728ae164af]:not(:has(input:checked)):hover .sd[data-s-7525c44b-8a34-42d5-a1a3-1e597e914ab4] { color: #003366; }
@media screen and (max-width: 690px){
.sd[data-s-72611d65-773c-405a-bd7a-61728ae164af] { border-bottom: 1px solid #eeeeeeff; border-left: 1px solid #eeeeeeff; border-radius: 10px 10px 10px 10px; border-right: 1px solid #eeeeeeff; border-top: 1px solid #eeeeeeff; flex: none; padding: 10px 15px 8px 15px; width: auto; --gap-h-72611d65-773c-405a-bd7a-61728ae164af: 10px; --gap-v-72611d65-773c-405a-bd7a-61728ae164af: 0px; }
}.sd[data-s-185b46e4-f0d3-497a-8670-79400fcbafe1] { display: none; flex: none; height: 15px; width: 15px; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-185b46e4-f0d3-497a-8670-79400fcbafe1] { display: none; }
}
@media screen and (max-width: 990px){
.sd[data-s-185b46e4-f0d3-497a-8670-79400fcbafe1] { display: none; }
}
@media screen and (max-width: 690px){
.sd[data-s-185b46e4-f0d3-497a-8670-79400fcbafe1] { display: none; }
}
@media screen and (max-width: 360px){
.sd[data-s-185b46e4-f0d3-497a-8670-79400fcbafe1] { display: none; }
}.sd[data-s-96fa10ad-1735-429d-992b-782607770837] { display: none; flex: none; font-family: var(--s-font-f5b18166); font-size: 16px; font-weight: 400; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 1280px){
.sd[data-s-96fa10ad-1735-429d-992b-782607770837] { display: none; }
}
@media screen and (max-width: 990px){
.sd[data-s-96fa10ad-1735-429d-992b-782607770837] { display: none; }
}
@media screen and (max-width: 690px){
.sd[data-s-96fa10ad-1735-429d-992b-782607770837] { display: none; }
}
@media screen and (max-width: 360px){
.sd[data-s-96fa10ad-1735-429d-992b-782607770837] { display: none; }
}.sd[data-s-0ebae37d-2374-4191-aeb0-8f355880d7da] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 0px 10px; justify-content: flex-start; padding: 0px; --gap-h-0ebae37d-2374-4191-aeb0-8f355880d7da: 10px; --gap-v-0ebae37d-2374-4191-aeb0-8f355880d7da: 0px; --gap-uuid: 0ebae37d-2374-4191-aeb0-8f355880d7da; }.sd[data-s-7525c44b-8a34-42d5-a1a3-1e597e914ab4] { color: #697584ff; display: flex; font-family: var(--s-font-4aa63508); font-size: 16px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 1280px){
.sd[data-s-7525c44b-8a34-42d5-a1a3-1e597e914ab4] { display: flex; }
}
@media screen and (max-width: 990px){
.sd[data-s-7525c44b-8a34-42d5-a1a3-1e597e914ab4] { display: flex; }
}
@media screen and (max-width: 690px){
.sd[data-s-7525c44b-8a34-42d5-a1a3-1e597e914ab4] { display: flex; font-size: 14px; }
}
@media screen and (max-width: 360px){
.sd[data-s-7525c44b-8a34-42d5-a1a3-1e597e914ab4] { display: flex; }
}.sd[data-s-09b76171-507d-404d-87ef-856720802d0c] { background: #f6f7f9ff; border-radius: 0px 0px 20px 20px; height: auto; overflow-x: hidden; overflow-y: hidden; width: calc(100% - (var(--gap-h-643f9036-b099-4833-bd5f-a6df4e7cc927) * 0)); max-width: calc(100% - (var(--gap-h-643f9036-b099-4833-bd5f-a6df4e7cc927) * 0)); }
@media screen and (max-width: 690px){
.sd[data-s-09b76171-507d-404d-87ef-856720802d0c] { border-radius: 15px 15px 15px 15px; }
}.sd[data-s-bb088402-ed3e-4d4a-bf5f-8392a2c23c1f] { align-content: center; align-items: center; background: #f6f7f9ff; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: auto; justify-content: center; padding: 40px 30px 40px 30px; width: 100%; --gap-h-bb088402-ed3e-4d4a-bf5f-8392a2c23c1f: 0px; --gap-v-bb088402-ed3e-4d4a-bf5f-8392a2c23c1f: 30px; --gap-uuid: bb088402-ed3e-4d4a-bf5f-8392a2c23c1f; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-bb088402-ed3e-4d4a-bf5f-8392a2c23c1f] { border-bottom: 0px solid transparent; border-left: 0px solid transparent; border-right: 0px solid transparent; border-top: 0px solid transparent; padding: 40px 20px 40px 20px; --gap-h-bb088402-ed3e-4d4a-bf5f-8392a2c23c1f: 0px; --gap-v-bb088402-ed3e-4d4a-bf5f-8392a2c23c1f: 30px; }
}
@media screen and (max-width: 690px){
.sd[data-s-bb088402-ed3e-4d4a-bf5f-8392a2c23c1f] { padding: 20px 20px 20px 20px; --gap-h-bb088402-ed3e-4d4a-bf5f-8392a2c23c1f: 0px; --gap-v-bb088402-ed3e-4d4a-bf5f-8392a2c23c1f: 30px; }
}.sd[data-s-87967e87-a17c-4336-b00c-e9e36d18a04d] { align-content: stretch; align-items: stretch; background: transparent; flex-direction: row; flex-wrap: nowrap; gap: 0px 20px; height: auto; justify-content: center; width: calc(100% - (var(--gap-h-bb088402-ed3e-4d4a-bf5f-8392a2c23c1f) * 0)); --gap-h-87967e87-a17c-4336-b00c-e9e36d18a04d: 20px; --gap-v-87967e87-a17c-4336-b00c-e9e36d18a04d: 0px; --gap-uuid: 87967e87-a17c-4336-b00c-e9e36d18a04d; max-width: calc(100% - (var(--gap-h-bb088402-ed3e-4d4a-bf5f-8392a2c23c1f) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-87967e87-a17c-4336-b00c-e9e36d18a04d] { flex-direction: row; flex-wrap: nowrap; --gap-h-87967e87-a17c-4336-b00c-e9e36d18a04d: 20px; --gap-v-87967e87-a17c-4336-b00c-e9e36d18a04d: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-87967e87-a17c-4336-b00c-e9e36d18a04d] { flex-direction: row; flex-wrap: wrap; gap: 15px 10px; --gap-h-87967e87-a17c-4336-b00c-e9e36d18a04d: 10px; --gap-v-87967e87-a17c-4336-b00c-e9e36d18a04d: 15px; }
}
@media screen and (max-width: 690px){
.sd[data-s-87967e87-a17c-4336-b00c-e9e36d18a04d] { gap: 10px 10px; --gap-h-87967e87-a17c-4336-b00c-e9e36d18a04d: 10px; --gap-v-87967e87-a17c-4336-b00c-e9e36d18a04d: 0px; }
}.sd[data-s-82d9b579-6ba4-4c81-aee0-5b510ecfd990] { align-content: center; align-items: center; background: #ffffffff; border-bottom: 1px solid #eeeeeeff; border-left: 1px solid #eeeeeeff; border-radius: 10px 10px 10px 10px; border-right: 1px solid #eeeeeeff; border-top: 1px solid #eeeeeeff; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: flex-start; padding: 20px 15px 30px 15px; width: 479px; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-82d9b579-6ba4-4c81-aee0-5b510ecfd990] { flex: none; width: calc(45% - (var(--gap-h-87967e87-a17c-4336-b00c-e9e36d18a04d) * 0.55)); max-width: calc(45% - (var(--gap-h-87967e87-a17c-4336-b00c-e9e36d18a04d) * 0.55)); }
}
@media screen and (max-width: 990px){
.sd[data-s-82d9b579-6ba4-4c81-aee0-5b510ecfd990] { height: auto; width: calc(100% - (var(--gap-h-87967e87-a17c-4336-b00c-e9e36d18a04d) * 0)); max-width: calc(100% - (var(--gap-h-87967e87-a17c-4336-b00c-e9e36d18a04d) * 0)); }
}.sd[data-s-bacbb997-8e8a-48ab-a117-d5430fb9d288] { align-content: center; align-items: center; background: #c03a3aff; border-radius: 99px 99px 99px 99px; flex: none; flex-direction: column; flex-wrap: nowrap; height: 28px; justify-content: center; margin: 0px 0px 12px 0px; padding: 3px 0px 0px 0px; width: 130px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-bacbb997-8e8a-48ab-a117-d5430fb9d288] { flex: none; height: 25px; width: 120px; max-width: 100%; }
}.sd[data-s-110f4990-217c-4ec2-88c5-4cad182fe154] { color: #ffffffff; font-family: var(--s-font-4aa63508); font-size: 14px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-110f4990-217c-4ec2-88c5-4cad182fe154] { font-size: 13px; }
}.sd[data-s-da4a7eee-97ee-4362-bec0-65e6f3353310] { color: #333333; font-family: var(--s-font-4aa63508); font-size: 15px; height: auto; line-height: 1.4; margin: 0px 0px 6px 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-da4a7eee-97ee-4362-bec0-65e6f3353310] { font-size: 14px; margin: 0px 0px 3px 0px; max-width: 100%; }
}.sd[data-s-ab6c291a-1a33-4b4c-82a9-a249f05b7258] { align-content: flex-end; align-items: flex-end; display: inline-flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; padding: 0px; width: 100%; }.sd[data-s-ac415631-7e77-49fc-9464-b54a7451e961] { color: #c03a3a; font-family: var(--s-font-4aa63508); font-size: 20px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-ac415631-7e77-49fc-9464-b54a7451e961] { font-size: 18px; }
}.sd[data-s-c644cde6-205c-410b-bba9-798de3ebbf4d] { color: #c03a3a; font-family: var(--s-font-4aa63508); font-size: 10px; height: auto; line-height: 1.4; margin: 0px 0px 3px 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-c644cde6-205c-410b-bba9-798de3ebbf4d] { font-size: 11px; }
}.sd[data-s-4716a6fd-28da-4bc1-bfc0-92db11d8a259] { color: #c03a3a; font-family: var(--s-font-4aa63508); font-size: 20px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-4716a6fd-28da-4bc1-bfc0-92db11d8a259] { font-size: 18px; }
}.sd[data-s-207ccbf2-61b8-4f68-9a45-27596531dcf7] { flex: none; height: auto; margin: 16px 0px; width: 80%; max-width: 80%; }
@media screen and (max-width: 690px){
.sd[data-s-207ccbf2-61b8-4f68-9a45-27596531dcf7] { flex: none; width: 100%; max-width: 100%; }
}.sd[data-s-3b91d4e7-cf9d-4623-853e-f375aa113ae7] { align-content: center; align-items: center; background: transparent; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px 0px; height: auto; justify-content: flex-start; width: 80%; --gap-h-3b91d4e7-cf9d-4623-853e-f375aa113ae7: 0px; --gap-v-3b91d4e7-cf9d-4623-853e-f375aa113ae7: 8px; --gap-uuid: 3b91d4e7-cf9d-4623-853e-f375aa113ae7; max-width: 80%; }
@media screen and (max-width: 690px){
.sd[data-s-3b91d4e7-cf9d-4623-853e-f375aa113ae7] { flex: none; width: 100%; --gap-h-3b91d4e7-cf9d-4623-853e-f375aa113ae7: 0px; --gap-v-3b91d4e7-cf9d-4623-853e-f375aa113ae7: 8px; max-width: 100%; }
}.sd[data-s-8b639b81-d126-43c5-9236-8e4c54a4f089] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; gap: 0px 6px; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-3b91d4e7-cf9d-4623-853e-f375aa113ae7) * 0)); --gap-h-8b639b81-d126-43c5-9236-8e4c54a4f089: 6px; --gap-v-8b639b81-d126-43c5-9236-8e4c54a4f089: 0px; --gap-uuid: 8b639b81-d126-43c5-9236-8e4c54a4f089; max-width: calc(100% - (var(--gap-h-3b91d4e7-cf9d-4623-853e-f375aa113ae7) * 0)); }.sd[data-s-a29074b7-c49c-4cf8-b8db-2bbc3dfe9fc7] { background: #c03a3a; border-radius: 999px 999px 999px 999px; flex: none; height: 10px; margin: 5px 0px 0px 0px; width: 10px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-a29074b7-c49c-4cf8-b8db-2bbc3dfe9fc7] { margin: 3px 0px 0px 0px; max-width: 100%; }
}.sd[data-s-7ad89ad5-31c1-4154-803a-98b426be32be] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-7ad89ad5-31c1-4154-803a-98b426be32be] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-39389779-0636-49b6-8248-9a70afd3d7ed] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; gap: 0px 6px; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-3b91d4e7-cf9d-4623-853e-f375aa113ae7) * 0)); --gap-h-39389779-0636-49b6-8248-9a70afd3d7ed: 6px; --gap-v-39389779-0636-49b6-8248-9a70afd3d7ed: 0px; --gap-uuid: 39389779-0636-49b6-8248-9a70afd3d7ed; max-width: calc(100% - (var(--gap-h-3b91d4e7-cf9d-4623-853e-f375aa113ae7) * 0)); }.sd[data-s-a8405a2d-799a-4e3f-961a-8010612d72bf] { background: #c03a3a; border-radius: 999px 999px 999px 999px; flex: none; height: 10px; margin: 5px 0px 0px 0px; width: 10px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-a8405a2d-799a-4e3f-961a-8010612d72bf] { margin: 3px 0px 0px 0px; max-width: 100%; }
}.sd[data-s-bf404cd4-32ff-469e-bd15-cd5a610b4baf] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-bf404cd4-32ff-469e-bd15-cd5a610b4baf] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-066740f0-8865-490b-95eb-16564cd5541b] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; gap: 0px 6px; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-3b91d4e7-cf9d-4623-853e-f375aa113ae7) * 0)); --gap-h-066740f0-8865-490b-95eb-16564cd5541b: 6px; --gap-v-066740f0-8865-490b-95eb-16564cd5541b: 0px; --gap-uuid: 066740f0-8865-490b-95eb-16564cd5541b; max-width: calc(100% - (var(--gap-h-3b91d4e7-cf9d-4623-853e-f375aa113ae7) * 0)); }
@media screen and (max-width: 690px){
.sd[data-s-066740f0-8865-490b-95eb-16564cd5541b] { height: auto; --gap-h-066740f0-8865-490b-95eb-16564cd5541b: 6px; --gap-v-066740f0-8865-490b-95eb-16564cd5541b: 0px; }
}.sd[data-s-a52220b8-8dee-437b-8c9b-ef07678aace6] { background: #c03a3a; border-radius: 999px 999px 999px 999px; flex: none; height: 10px; margin: 5px 0px 0px 0px; width: 10px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-a52220b8-8dee-437b-8c9b-ef07678aace6] { margin: 3px 0px 0px 0px; max-width: 100%; }
}.sd[data-s-dfd39e79-46f9-4d4f-b60b-93de07f016df] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-dfd39e79-46f9-4d4f-b60b-93de07f016df] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-96c38e04-6bcf-498e-9e0e-e97ac27733f5] { color: #697584; flex: none; font-family: var(--s-font-b082636f); font-size: 10px; font-weight: 400; height: auto; line-height: 1.4; margin: 15px 0px 0px 0px; text-align: left; width: 80%; max-width: 80%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-96c38e04-6bcf-498e-9e0e-e97ac27733f5] { flex: none; margin: 10px 0px 0px 0px; width: 100%; max-width: 100%; }
}.sd[data-s-ceaee030-d2ee-4286-a791-e774c44a5cda] { align-content: center; align-items: center; background: transparent; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; width: auto; max-width: 100%; }.sd[data-s-96ea1f73-1699-4ba9-93c2-9e04cd773b70] { color: #013366; font-size: 70px; }
@media screen and (max-width: 990px){
.sd[data-s-96ea1f73-1699-4ba9-93c2-9e04cd773b70] { font-size: 40px; rotate: 90deg; }
}.sd[data-s-a2275a97-06f2-4dfc-8bab-8acfbde658cb] { align-content: center; align-items: center; background: #ffffffff; border-bottom: 1px solid #eeeeeeff; border-left: 1px solid #eeeeeeff; border-radius: 10px 10px 10px 10px; border-right: 1px solid #eeeeeeff; border-top: 1px solid #eeeeeeff; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: flex-start; padding: 20px 15px 30px 15px; width: 479px; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-a2275a97-06f2-4dfc-8bab-8acfbde658cb] { flex: none; width: calc(45% - (var(--gap-h-87967e87-a17c-4336-b00c-e9e36d18a04d) * 0.55)); max-width: calc(45% - (var(--gap-h-87967e87-a17c-4336-b00c-e9e36d18a04d) * 0.55)); }
}
@media screen and (max-width: 990px){
.sd[data-s-a2275a97-06f2-4dfc-8bab-8acfbde658cb] { flex: none; height: auto; width: calc(100% - (var(--gap-h-87967e87-a17c-4336-b00c-e9e36d18a04d) * 0)); max-width: calc(100% - (var(--gap-h-87967e87-a17c-4336-b00c-e9e36d18a04d) * 0)); }
}.sd[data-s-b3d2f75b-3361-4df6-98b3-05b6818729bc] { align-content: center; align-items: center; background: #2d8659ff; border-radius: 99px 99px 99px 99px; flex: none; flex-direction: column; flex-wrap: nowrap; height: 28px; justify-content: center; margin: 0px 0px 12px 0px; padding: 3px 0px 0px 0px; width: 130px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-b3d2f75b-3361-4df6-98b3-05b6818729bc] { flex: none; height: 25px; width: 120px; max-width: 100%; }
}.sd[data-s-6a911253-413b-41bd-9792-c4924a9b8d55] { color: #ffffffff; font-family: var(--s-font-4aa63508); font-size: 14px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-6a911253-413b-41bd-9792-c4924a9b8d55] { font-size: 13px; }
}.sd[data-s-0031fd94-f606-4ad9-83e0-0cd5a96e893b] { color: #333333; font-family: var(--s-font-4aa63508); font-size: 15px; height: auto; line-height: 1.4; margin: 0px 0px 6px 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-0031fd94-f606-4ad9-83e0-0cd5a96e893b] { font-size: 14px; margin: 0px 0px 3px 0px; max-width: 100%; }
}.sd[data-s-b9c39c0d-a6b2-4f34-8f81-acdde9b1a2ee] { color: #003366ff; font-family: var(--s-font-4aa63508); font-size: 20px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-b9c39c0d-a6b2-4f34-8f81-acdde9b1a2ee] { font-size: 18px; }
}.sd[data-s-fe70d210-6d4d-4652-ad78-2f9a9a129b99] { flex: none; height: auto; margin: 16px 0px; width: 80%; max-width: 80%; }
@media screen and (max-width: 690px){
.sd[data-s-fe70d210-6d4d-4652-ad78-2f9a9a129b99] { flex: none; width: 100%; max-width: 100%; }
}.sd[data-s-c550d691-5e12-4fc2-a531-acc23893ae88] { align-content: center; align-items: center; background: transparent; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px 0px; height: auto; justify-content: flex-start; width: 80%; --gap-h-c550d691-5e12-4fc2-a531-acc23893ae88: 0px; --gap-v-c550d691-5e12-4fc2-a531-acc23893ae88: 8px; --gap-uuid: c550d691-5e12-4fc2-a531-acc23893ae88; max-width: 80%; }
@media screen and (max-width: 690px){
.sd[data-s-c550d691-5e12-4fc2-a531-acc23893ae88] { flex: none; width: 100%; --gap-h-c550d691-5e12-4fc2-a531-acc23893ae88: 0px; --gap-v-c550d691-5e12-4fc2-a531-acc23893ae88: 8px; max-width: 100%; }
}.sd[data-s-11901679-a1b9-41ea-93f6-dd53d6a7df66] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; gap: 0px 6px; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-c550d691-5e12-4fc2-a531-acc23893ae88) * 0)); --gap-h-11901679-a1b9-41ea-93f6-dd53d6a7df66: 6px; --gap-v-11901679-a1b9-41ea-93f6-dd53d6a7df66: 0px; --gap-uuid: 11901679-a1b9-41ea-93f6-dd53d6a7df66; max-width: calc(100% - (var(--gap-h-c550d691-5e12-4fc2-a531-acc23893ae88) * 0)); }.sd[data-s-2760089c-9875-4e14-b59e-ccf6db2dfda0] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 3px; justify-content: flex-start; margin: 1px 0px 0px 0px; padding: 0px; --gap-h-2760089c-9875-4e14-b59e-ccf6db2dfda0: 3px; --gap-v-2760089c-9875-4e14-b59e-ccf6db2dfda0: 0px; --gap-uuid: 2760089c-9875-4e14-b59e-ccf6db2dfda0; max-width: 100%; }.sd[data-s-1f613254-fc57-4772-a515-c8c7cb9ea68c] { background: #2d8659ff; border-radius: 999px 999px 999px 999px; flex: none; height: 18px; width: 18px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-1f613254-fc57-4772-a515-c8c7cb9ea68c] { flex: none; height: 15px; width: 15px; max-width: 100%; }
}.sd[data-s-7e94a51c-6ae8-450c-8ae0-f5123c969094] { bottom: -2px; color: #ffffffff; font-size: 20px; left: -1px; position: absolute; right: -2px; top: -1px; z-index: 1; }
@media screen and (max-width: 690px){
.sd[data-s-7e94a51c-6ae8-450c-8ae0-f5123c969094] { font-size: 17px; left: -1px; right: -2px; }
}.sd[data-s-a48a6749-9f05-4da1-8f5e-a8d34d6b22ed] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-a48a6749-9f05-4da1-8f5e-a8d34d6b22ed] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-3f56456f-06bf-41f4-8511-f13be9e18efd] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; gap: 0px 6px; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-c550d691-5e12-4fc2-a531-acc23893ae88) * 0)); --gap-h-3f56456f-06bf-41f4-8511-f13be9e18efd: 6px; --gap-v-3f56456f-06bf-41f4-8511-f13be9e18efd: 0px; --gap-uuid: 3f56456f-06bf-41f4-8511-f13be9e18efd; max-width: calc(100% - (var(--gap-h-c550d691-5e12-4fc2-a531-acc23893ae88) * 0)); }.sd[data-s-31a7db3c-2caf-4c1f-97e7-081da297455a] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 3px; justify-content: flex-start; margin: 1px 0px 0px 0px; padding: 0px; --gap-h-31a7db3c-2caf-4c1f-97e7-081da297455a: 3px; --gap-v-31a7db3c-2caf-4c1f-97e7-081da297455a: 0px; --gap-uuid: 31a7db3c-2caf-4c1f-97e7-081da297455a; max-width: 100%; }.sd[data-s-263f7e56-1b0f-42f7-b2af-18a201665dea] { background: #2d8659ff; border-radius: 999px 999px 999px 999px; flex: none; height: 18px; width: 18px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-263f7e56-1b0f-42f7-b2af-18a201665dea] { flex: none; height: 15px; width: 15px; max-width: 100%; }
}.sd[data-s-fe0c5225-0617-4cb6-8a27-677137f2bdc8] { bottom: -2px; color: #ffffffff; font-size: 20px; left: -1px; position: absolute; right: -2px; top: -1px; z-index: 1; }
@media screen and (max-width: 690px){
.sd[data-s-fe0c5225-0617-4cb6-8a27-677137f2bdc8] { font-size: 17px; left: -1px; right: -2px; }
}.sd[data-s-7abad537-6cbf-4a24-9bee-23ccd51dd39d] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-7abad537-6cbf-4a24-9bee-23ccd51dd39d] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-72d74f05-d180-46e5-bb0f-718b5bc53c94] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; gap: 0px 6px; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-c550d691-5e12-4fc2-a531-acc23893ae88) * 0)); --gap-h-72d74f05-d180-46e5-bb0f-718b5bc53c94: 6px; --gap-v-72d74f05-d180-46e5-bb0f-718b5bc53c94: 0px; --gap-uuid: 72d74f05-d180-46e5-bb0f-718b5bc53c94; max-width: calc(100% - (var(--gap-h-c550d691-5e12-4fc2-a531-acc23893ae88) * 0)); }.sd[data-s-3d5f801c-dcd8-4fc4-98b0-2c98f539553e] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 3px; justify-content: flex-start; margin: 1px 0px 0px 0px; padding: 0px; --gap-h-3d5f801c-dcd8-4fc4-98b0-2c98f539553e: 3px; --gap-v-3d5f801c-dcd8-4fc4-98b0-2c98f539553e: 0px; --gap-uuid: 3d5f801c-dcd8-4fc4-98b0-2c98f539553e; max-width: 100%; }.sd[data-s-ef1de174-5a82-4696-9004-68d3cbe8dce5] { background: #2d8659ff; border-radius: 999px 999px 999px 999px; flex: none; height: 18px; width: 18px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-ef1de174-5a82-4696-9004-68d3cbe8dce5] { flex: none; height: 15px; width: 15px; max-width: 100%; }
}.sd[data-s-6e0da486-350e-46a9-9f9f-cdfc771b3ee1] { bottom: -2px; color: #ffffffff; font-size: 20px; left: -1px; position: absolute; right: -2px; top: -1px; z-index: 1; }
@media screen and (max-width: 690px){
.sd[data-s-6e0da486-350e-46a9-9f9f-cdfc771b3ee1] { font-size: 17px; left: -1px; right: -2px; }
}.sd[data-s-eabb00ec-84d2-4d8f-93bf-62a03dba84f7] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-eabb00ec-84d2-4d8f-93bf-62a03dba84f7] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-98cab6e2-9508-4f9a-88e1-4c1b38e6a5ae] { align-content: center; align-items: center; background: #FFFFFF; border-bottom: 1px solid #003366; border-left: 1px solid #003366; border-radius: 999px; border-right: 1px solid #003366; border-top: 1px solid #003366; display: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; justify-content: center; padding: 6px 6px 6px 32px; --gap-h-98cab6e2-9508-4f9a-88e1-4c1b38e6a5ae: 24px; --gap-v-98cab6e2-9508-4f9a-88e1-4c1b38e6a5ae: 0px; --gap-uuid: 98cab6e2-9508-4f9a-88e1-4c1b38e6a5ae; }
.sd[data-s-98cab6e2-9508-4f9a-88e1-4c1b38e6a5ae]:hover { opacity: 1; --gap-h-98cab6e2-9508-4f9a-88e1-4c1b38e6a5ae: 24px; --gap-v-98cab6e2-9508-4f9a-88e1-4c1b38e6a5ae: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-98cab6e2-9508-4f9a-88e1-4c1b38e6a5ae] { display: none; --gap-h-98cab6e2-9508-4f9a-88e1-4c1b38e6a5ae: 24px; --gap-v-98cab6e2-9508-4f9a-88e1-4c1b38e6a5ae: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-98cab6e2-9508-4f9a-88e1-4c1b38e6a5ae] { display: none; --gap-h-98cab6e2-9508-4f9a-88e1-4c1b38e6a5ae: 24px; --gap-v-98cab6e2-9508-4f9a-88e1-4c1b38e6a5ae: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-98cab6e2-9508-4f9a-88e1-4c1b38e6a5ae] { display: none; --gap-h-98cab6e2-9508-4f9a-88e1-4c1b38e6a5ae: 24px; --gap-v-98cab6e2-9508-4f9a-88e1-4c1b38e6a5ae: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-98cab6e2-9508-4f9a-88e1-4c1b38e6a5ae] { display: none; --gap-h-98cab6e2-9508-4f9a-88e1-4c1b38e6a5ae: 24px; --gap-v-98cab6e2-9508-4f9a-88e1-4c1b38e6a5ae: 0px; }
}.sd[data-s-d0fa2202-7423-42de-b85d-cffde174ba97] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-c1e5931b-652d-44bb-9144-4707512ab1e6] { align-content: center; align-items: center; background: rgba(10, 65, 160, 0.2); border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 40px; justify-content: center; padding: 6px; width: 40px; --gap-h-c1e5931b-652d-44bb-9144-4707512ab1e6: 0px; --gap-v-c1e5931b-652d-44bb-9144-4707512ab1e6: 20px; --gap-uuid: c1e5931b-652d-44bb-9144-4707512ab1e6; max-width: 100%; }
.sd[data-s-98cab6e2-9508-4f9a-88e1-4c1b38e6a5ae]:hover .sd[data-s-c1e5931b-652d-44bb-9144-4707512ab1e6] { padding: 2px; --gap-h-c1e5931b-652d-44bb-9144-4707512ab1e6: 0px; --gap-v-c1e5931b-652d-44bb-9144-4707512ab1e6: 20px; }.sd[data-s-81c07016-eabb-48e5-8959-8a3f95d8a6e5] { background: #0A41A0; border-radius: 50%; color: #FFFFFF; flex: none; font-size: 12px; height: calc(100% - (var(--gap-v-c1e5931b-652d-44bb-9144-4707512ab1e6) * 0)); padding: 4px; width: calc(100% - (var(--gap-h-c1e5931b-652d-44bb-9144-4707512ab1e6) * 0)); max-width: calc(100% - (var(--gap-h-c1e5931b-652d-44bb-9144-4707512ab1e6) * 0)); }
.sd[data-s-98cab6e2-9508-4f9a-88e1-4c1b38e6a5ae]:hover .sd[data-s-81c07016-eabb-48e5-8959-8a3f95d8a6e5] { flex: none; }.sd[data-s-4b7cadfe-0354-4125-b9e8-6c6fa22c2f57] { align-content: center; align-items: center; background: #f6f7f9ff; display: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: auto; justify-content: center; padding: 40px 30px 40px 30px; width: 100%; --gap-h-4b7cadfe-0354-4125-b9e8-6c6fa22c2f57: 0px; --gap-v-4b7cadfe-0354-4125-b9e8-6c6fa22c2f57: 30px; --gap-uuid: 4b7cadfe-0354-4125-b9e8-6c6fa22c2f57; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-4b7cadfe-0354-4125-b9e8-6c6fa22c2f57] { display: none; --gap-h-4b7cadfe-0354-4125-b9e8-6c6fa22c2f57: 0px; --gap-v-4b7cadfe-0354-4125-b9e8-6c6fa22c2f57: 30px; }
}
@media screen and (max-width: 990px){
.sd[data-s-4b7cadfe-0354-4125-b9e8-6c6fa22c2f57] { border-bottom: 0px solid transparent; border-left: 0px solid transparent; border-right: 0px solid transparent; border-top: 0px solid transparent; display: none; padding: 40px 20px 40px 20px; --gap-h-4b7cadfe-0354-4125-b9e8-6c6fa22c2f57: 0px; --gap-v-4b7cadfe-0354-4125-b9e8-6c6fa22c2f57: 30px; }
}
@media screen and (max-width: 690px){
.sd[data-s-4b7cadfe-0354-4125-b9e8-6c6fa22c2f57] { display: none; padding: 20px 20px; --gap-h-4b7cadfe-0354-4125-b9e8-6c6fa22c2f57: 0px; --gap-v-4b7cadfe-0354-4125-b9e8-6c6fa22c2f57: 30px; }
}
@media screen and (max-width: 360px){
.sd[data-s-4b7cadfe-0354-4125-b9e8-6c6fa22c2f57] { display: none; --gap-h-4b7cadfe-0354-4125-b9e8-6c6fa22c2f57: 0px; --gap-v-4b7cadfe-0354-4125-b9e8-6c6fa22c2f57: 30px; }
}.sd[data-s-8c9abdf2-c8e1-4e96-97a8-34b78a65f2cd] { align-content: stretch; align-items: stretch; background: transparent; flex-direction: row; flex-wrap: nowrap; gap: 0px 20px; height: auto; justify-content: center; width: calc(100% - (var(--gap-h-4b7cadfe-0354-4125-b9e8-6c6fa22c2f57) * 0)); --gap-h-8c9abdf2-c8e1-4e96-97a8-34b78a65f2cd: 20px; --gap-v-8c9abdf2-c8e1-4e96-97a8-34b78a65f2cd: 0px; --gap-uuid: 8c9abdf2-c8e1-4e96-97a8-34b78a65f2cd; max-width: calc(100% - (var(--gap-h-4b7cadfe-0354-4125-b9e8-6c6fa22c2f57) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-8c9abdf2-c8e1-4e96-97a8-34b78a65f2cd] { flex-direction: row; flex-wrap: nowrap; --gap-h-8c9abdf2-c8e1-4e96-97a8-34b78a65f2cd: 20px; --gap-v-8c9abdf2-c8e1-4e96-97a8-34b78a65f2cd: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-8c9abdf2-c8e1-4e96-97a8-34b78a65f2cd] { flex-direction: row; flex-wrap: wrap; gap: 15px 10px; --gap-h-8c9abdf2-c8e1-4e96-97a8-34b78a65f2cd: 10px; --gap-v-8c9abdf2-c8e1-4e96-97a8-34b78a65f2cd: 15px; }
}
@media screen and (max-width: 690px){
.sd[data-s-8c9abdf2-c8e1-4e96-97a8-34b78a65f2cd] { gap: 10px 10px; --gap-h-8c9abdf2-c8e1-4e96-97a8-34b78a65f2cd: 10px; --gap-v-8c9abdf2-c8e1-4e96-97a8-34b78a65f2cd: 0px; }
}.sd[data-s-31054c47-f204-4b7a-8e44-d87eb91d52fd] { align-content: center; align-items: center; background: #ffffffff; border-bottom: 1px solid #eeeeeeff; border-left: 1px solid #eeeeeeff; border-radius: 10px 10px 10px 10px; border-right: 1px solid #eeeeeeff; border-top: 1px solid #eeeeeeff; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; padding: 20px 15px 30px 15px; width: 479px; --gap-h-31054c47-f204-4b7a-8e44-d87eb91d52fd: 0px; --gap-v-31054c47-f204-4b7a-8e44-d87eb91d52fd: 0px; --gap-uuid: 31054c47-f204-4b7a-8e44-d87eb91d52fd; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-31054c47-f204-4b7a-8e44-d87eb91d52fd] { flex: none; width: calc(45% - (var(--gap-h-8c9abdf2-c8e1-4e96-97a8-34b78a65f2cd) * 0.55)); --gap-h-31054c47-f204-4b7a-8e44-d87eb91d52fd: 0px; --gap-v-31054c47-f204-4b7a-8e44-d87eb91d52fd: 0px; max-width: calc(45% - (var(--gap-h-8c9abdf2-c8e1-4e96-97a8-34b78a65f2cd) * 0.55)); }
}
@media screen and (max-width: 990px){
.sd[data-s-31054c47-f204-4b7a-8e44-d87eb91d52fd] { height: auto; width: calc(100% - (var(--gap-h-8c9abdf2-c8e1-4e96-97a8-34b78a65f2cd) * 0)); --gap-h-31054c47-f204-4b7a-8e44-d87eb91d52fd: 0px; --gap-v-31054c47-f204-4b7a-8e44-d87eb91d52fd: 0px; max-width: calc(100% - (var(--gap-h-8c9abdf2-c8e1-4e96-97a8-34b78a65f2cd) * 0)); }
}.sd[data-s-faac6c19-a575-40f1-845c-65f61fd45307] { align-content: center; align-items: center; background: #c03a3aff; border-radius: 99px 99px 99px 99px; flex: none; flex-direction: column; flex-wrap: nowrap; height: 28px; justify-content: center; margin: 0px 0px 12px 0px; padding: 3px 0px 0px 0px; width: 130px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-faac6c19-a575-40f1-845c-65f61fd45307] { flex: none; height: 25px; width: 120px; max-width: 100%; }
}.sd[data-s-4e447b9c-7935-4e3b-9ce5-b7af7ea3e7b3] { color: #ffffffff; font-family: var(--s-font-4aa63508); font-size: 14px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-4e447b9c-7935-4e3b-9ce5-b7af7ea3e7b3] { font-size: 13px; }
}.sd[data-s-5ade81aa-a64c-4e15-8227-a721594e110e] { color: #333333; font-family: var(--s-font-4aa63508); font-size: 15px; height: auto; line-height: 1.4; margin: 0px 0px 6px 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-5ade81aa-a64c-4e15-8227-a721594e110e] { font-size: 14px; margin: 0px 0px 3px 0px; max-width: 100%; }
}.sd[data-s-bf057dd8-bdcf-4c3a-a97f-e18fa85f478e] { color: #c03a3a; font-family: var(--s-font-4aa63508); font-size: 20px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-bf057dd8-bdcf-4c3a-a97f-e18fa85f478e] { font-size: 18px; }
}.sd[data-s-202afa9a-3e56-4ad4-bf64-70f6832f688a] { flex: none; height: auto; margin: 16px 0px; width: calc(80% - (var(--gap-h-31054c47-f204-4b7a-8e44-d87eb91d52fd) * 0.2)); max-width: calc(80% - (var(--gap-h-31054c47-f204-4b7a-8e44-d87eb91d52fd) * 0.2)); }
@media screen and (max-width: 690px){
.sd[data-s-202afa9a-3e56-4ad4-bf64-70f6832f688a] { flex: none; width: calc(100% - (var(--gap-h-31054c47-f204-4b7a-8e44-d87eb91d52fd) * 0)); max-width: calc(100% - (var(--gap-h-31054c47-f204-4b7a-8e44-d87eb91d52fd) * 0)); }
}.sd[data-s-38c3ffac-d0c1-4dab-843d-20f67bc6bdc4] { align-content: center; align-items: center; background: transparent; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px 0px; height: auto; justify-content: flex-start; width: calc(80% - (var(--gap-h-31054c47-f204-4b7a-8e44-d87eb91d52fd) * 0.2)); --gap-h-38c3ffac-d0c1-4dab-843d-20f67bc6bdc4: 0px; --gap-v-38c3ffac-d0c1-4dab-843d-20f67bc6bdc4: 8px; --gap-uuid: 38c3ffac-d0c1-4dab-843d-20f67bc6bdc4; max-width: calc(80% - (var(--gap-h-31054c47-f204-4b7a-8e44-d87eb91d52fd) * 0.2)); }
@media screen and (max-width: 690px){
.sd[data-s-38c3ffac-d0c1-4dab-843d-20f67bc6bdc4] { flex: none; width: calc(100% - (var(--gap-h-31054c47-f204-4b7a-8e44-d87eb91d52fd) * 0)); --gap-h-38c3ffac-d0c1-4dab-843d-20f67bc6bdc4: 0px; --gap-v-38c3ffac-d0c1-4dab-843d-20f67bc6bdc4: 8px; max-width: calc(100% - (var(--gap-h-31054c47-f204-4b7a-8e44-d87eb91d52fd) * 0)); }
}.sd[data-s-b3b90e71-6924-4020-ac73-688ff6179347] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-38c3ffac-d0c1-4dab-843d-20f67bc6bdc4) * 0)); max-width: calc(100% - (var(--gap-h-38c3ffac-d0c1-4dab-843d-20f67bc6bdc4) * 0)); }.sd[data-s-d02f3004-de9d-43d8-a32d-d96aa7c954dd] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: nowrap; gap: 6px; justify-content: flex-start; padding: 0px; --gap-h-d02f3004-de9d-43d8-a32d-d96aa7c954dd: 6px; --gap-v-d02f3004-de9d-43d8-a32d-d96aa7c954dd: 0px; --gap-uuid: d02f3004-de9d-43d8-a32d-d96aa7c954dd; }.sd[data-s-8a69afe6-e402-4533-b1df-5e75e9b7e403] { background: #c03a3a; border-radius: 999px 999px 999px 999px; flex: none; height: 10px; margin: 5px 0px 0px 0px; width: 10px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-8a69afe6-e402-4533-b1df-5e75e9b7e403] { margin: 3px 0px 0px 0px; max-width: 100%; }
}.sd[data-s-53256635-5af1-406b-a6d7-ba6c189bfcdc] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-53256635-5af1-406b-a6d7-ba6c189bfcdc] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-6cd2fc35-45b8-4873-b739-4d4a39eee44d] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-38c3ffac-d0c1-4dab-843d-20f67bc6bdc4) * 0)); max-width: calc(100% - (var(--gap-h-38c3ffac-d0c1-4dab-843d-20f67bc6bdc4) * 0)); }.sd[data-s-8d8f5cdc-9322-423f-95ec-42b2a7714274] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: nowrap; gap: 6px; justify-content: flex-start; padding: 0px; --gap-h-8d8f5cdc-9322-423f-95ec-42b2a7714274: 6px; --gap-v-8d8f5cdc-9322-423f-95ec-42b2a7714274: 0px; --gap-uuid: 8d8f5cdc-9322-423f-95ec-42b2a7714274; }.sd[data-s-023abba8-8428-462a-b288-8f64ec88730e] { background: #c03a3a; border-radius: 999px 999px 999px 999px; flex: none; height: 10px; margin: 5px 0px 0px 0px; width: 10px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-023abba8-8428-462a-b288-8f64ec88730e] { margin: 3px 0px 0px 0px; max-width: 100%; }
}.sd[data-s-9d2ba059-eaca-40c3-9309-e0d4bdd038db] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-9d2ba059-eaca-40c3-9309-e0d4bdd038db] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-70e0e246-cf6d-4b48-8798-f4d18a8ef800] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-38c3ffac-d0c1-4dab-843d-20f67bc6bdc4) * 0)); max-width: calc(100% - (var(--gap-h-38c3ffac-d0c1-4dab-843d-20f67bc6bdc4) * 0)); }.sd[data-s-e1de6b85-bc7e-466c-be23-91db6a5ee4b6] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: nowrap; gap: 6px; justify-content: flex-start; padding: 0px; --gap-h-e1de6b85-bc7e-466c-be23-91db6a5ee4b6: 6px; --gap-v-e1de6b85-bc7e-466c-be23-91db6a5ee4b6: 0px; --gap-uuid: e1de6b85-bc7e-466c-be23-91db6a5ee4b6; }.sd[data-s-19e3b5a0-6c7c-4e4a-bb4a-d2d55e885ac5] { background: #c03a3a; border-radius: 999px 999px 999px 999px; flex: none; height: 10px; margin: 5px 0px 0px 0px; width: 10px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-19e3b5a0-6c7c-4e4a-bb4a-d2d55e885ac5] { margin: 3px 0px 0px 0px; max-width: 100%; }
}.sd[data-s-dbb9388d-0c39-4d1e-8990-d8bf23db5515] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-dbb9388d-0c39-4d1e-8990-d8bf23db5515] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-604f809a-b49d-4483-8d72-ae913bffcad8] { align-content: center; align-items: center; background: transparent; height: auto; justify-content: center; width: auto; max-width: 100%; }.sd[data-s-ac575f2a-3ff7-4318-aecd-1d9cf92e3394] { color: #013366; font-size: 70px; padding: 0px 0px 0px 0px; }
@media screen and (max-width: 990px){
.sd[data-s-ac575f2a-3ff7-4318-aecd-1d9cf92e3394] { font-size: 40px; rotate: 90deg; }
}.sd[data-s-13219435-e77c-4bc5-a4b6-2b70275f3a40] { align-content: center; align-items: center; background: #ffffffff; border-bottom: 1px solid #eeeeeeff; border-left: 1px solid #eeeeeeff; border-radius: 10px 10px 10px 10px; border-right: 1px solid #eeeeeeff; border-top: 1px solid #eeeeeeff; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: flex-start; padding: 20px 15px 30px 15px; width: 479px; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-13219435-e77c-4bc5-a4b6-2b70275f3a40] { flex: none; width: calc(45% - (var(--gap-h-8c9abdf2-c8e1-4e96-97a8-34b78a65f2cd) * 0.55)); max-width: calc(45% - (var(--gap-h-8c9abdf2-c8e1-4e96-97a8-34b78a65f2cd) * 0.55)); }
}
@media screen and (max-width: 990px){
.sd[data-s-13219435-e77c-4bc5-a4b6-2b70275f3a40] { flex: none; height: auto; width: calc(100% - (var(--gap-h-8c9abdf2-c8e1-4e96-97a8-34b78a65f2cd) * 0)); max-width: calc(100% - (var(--gap-h-8c9abdf2-c8e1-4e96-97a8-34b78a65f2cd) * 0)); }
}.sd[data-s-d52a4459-5e59-4e1e-8748-0907a42d5c35] { align-content: center; align-items: center; background: #2d8659ff; border-radius: 99px 99px 99px 99px; flex: none; flex-direction: column; flex-wrap: nowrap; height: 28px; justify-content: center; margin: 0px 0px 12px 0px; padding: 3px 0px 0px 0px; width: 130px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-d52a4459-5e59-4e1e-8748-0907a42d5c35] { flex: none; height: 25px; width: 120px; max-width: 100%; }
}.sd[data-s-650b787e-5dc7-43b1-8b1e-508fe2719133] { color: #ffffffff; font-family: var(--s-font-4aa63508); font-size: 14px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-650b787e-5dc7-43b1-8b1e-508fe2719133] { font-size: 13px; }
}.sd[data-s-a19684bd-6f11-4b61-81c2-82ad64abb150] { color: #333333; font-family: var(--s-font-4aa63508); font-size: 15px; height: auto; line-height: 1.4; margin: 0px 0px 6px 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-a19684bd-6f11-4b61-81c2-82ad64abb150] { font-size: 14px; margin: 0px 0px 3px 0px; max-width: 100%; }
}.sd[data-s-a427e7e7-d7b5-4bcc-bb9e-3119ae09854b] { color: #003366ff; font-family: var(--s-font-4aa63508); font-size: 20px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-a427e7e7-d7b5-4bcc-bb9e-3119ae09854b] { font-size: 18px; }
}.sd[data-s-7b7306c5-c010-45b3-af75-c6c4577e8968] { flex: none; height: auto; margin: 16px 0px; width: 80%; max-width: 80%; }
@media screen and (max-width: 690px){
.sd[data-s-7b7306c5-c010-45b3-af75-c6c4577e8968] { flex: none; width: 100%; max-width: 100%; }
}.sd[data-s-46d4ca9d-2222-4df4-b886-b63866e7e9e2] { align-content: center; align-items: center; background: transparent; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px 0px; height: auto; justify-content: flex-start; width: 80%; --gap-h-46d4ca9d-2222-4df4-b886-b63866e7e9e2: 0px; --gap-v-46d4ca9d-2222-4df4-b886-b63866e7e9e2: 8px; --gap-uuid: 46d4ca9d-2222-4df4-b886-b63866e7e9e2; max-width: 80%; }
@media screen and (max-width: 690px){
.sd[data-s-46d4ca9d-2222-4df4-b886-b63866e7e9e2] { flex: none; width: 100%; --gap-h-46d4ca9d-2222-4df4-b886-b63866e7e9e2: 0px; --gap-v-46d4ca9d-2222-4df4-b886-b63866e7e9e2: 8px; max-width: 100%; }
}.sd[data-s-25835ac8-304f-459f-ba95-c73ed2a1b111] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; gap: 0px 6px; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-46d4ca9d-2222-4df4-b886-b63866e7e9e2) * 0)); --gap-h-25835ac8-304f-459f-ba95-c73ed2a1b111: 6px; --gap-v-25835ac8-304f-459f-ba95-c73ed2a1b111: 0px; --gap-uuid: 25835ac8-304f-459f-ba95-c73ed2a1b111; max-width: calc(100% - (var(--gap-h-46d4ca9d-2222-4df4-b886-b63866e7e9e2) * 0)); }.sd[data-s-2d5ab521-9de4-4ba8-b47c-a86852fc0be8] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 3px; justify-content: flex-start; margin: 1px 0px 0px 0px; padding: 0px; --gap-h-2d5ab521-9de4-4ba8-b47c-a86852fc0be8: 3px; --gap-v-2d5ab521-9de4-4ba8-b47c-a86852fc0be8: 0px; --gap-uuid: 2d5ab521-9de4-4ba8-b47c-a86852fc0be8; max-width: 100%; }.sd[data-s-ee6b5315-5a17-42f8-a593-ca78c5e6b1cf] { background: #2d8659ff; border-radius: 999px 999px 999px 999px; flex: none; height: 18px; width: 18px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-ee6b5315-5a17-42f8-a593-ca78c5e6b1cf] { flex: none; height: 15px; width: 15px; max-width: 100%; }
}.sd[data-s-4581c5b4-ae9f-4a56-9ce0-5ff262273198] { bottom: -2px; color: #ffffffff; font-size: 20px; left: -1px; position: absolute; right: -2px; top: -1px; z-index: 1; }
@media screen and (max-width: 690px){
.sd[data-s-4581c5b4-ae9f-4a56-9ce0-5ff262273198] { font-size: 17px; left: -1px; right: -2px; }
}.sd[data-s-0ba23dd7-7af4-4058-b495-e6c37d193f02] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-0ba23dd7-7af4-4058-b495-e6c37d193f02] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-e6135e2b-aa17-4af8-98c9-fbe84d623dcd] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; gap: 0px 6px; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-46d4ca9d-2222-4df4-b886-b63866e7e9e2) * 0)); --gap-h-e6135e2b-aa17-4af8-98c9-fbe84d623dcd: 6px; --gap-v-e6135e2b-aa17-4af8-98c9-fbe84d623dcd: 0px; --gap-uuid: e6135e2b-aa17-4af8-98c9-fbe84d623dcd; max-width: calc(100% - (var(--gap-h-46d4ca9d-2222-4df4-b886-b63866e7e9e2) * 0)); }.sd[data-s-5f9aa105-bec3-4d08-bfb8-d74dc4ee4da3] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 3px; justify-content: flex-start; margin: 1px 0px 0px 0px; padding: 0px; --gap-h-5f9aa105-bec3-4d08-bfb8-d74dc4ee4da3: 3px; --gap-v-5f9aa105-bec3-4d08-bfb8-d74dc4ee4da3: 0px; --gap-uuid: 5f9aa105-bec3-4d08-bfb8-d74dc4ee4da3; max-width: 100%; }.sd[data-s-ce49a930-cd97-422e-8dc7-f81ed3391c4a] { background: #2d8659ff; border-radius: 999px 999px 999px 999px; flex: none; height: 18px; width: 18px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-ce49a930-cd97-422e-8dc7-f81ed3391c4a] { flex: none; height: 15px; width: 15px; max-width: 100%; }
}.sd[data-s-29c8636f-cfeb-4503-8a0f-a0ca6925871d] { bottom: -2px; color: #ffffffff; font-size: 20px; left: -1px; position: absolute; right: -2px; top: -1px; z-index: 1; }
@media screen and (max-width: 690px){
.sd[data-s-29c8636f-cfeb-4503-8a0f-a0ca6925871d] { font-size: 17px; left: -1px; right: -2px; }
}.sd[data-s-f14e7de4-d4c2-43f0-abb4-de63800760b1] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-f14e7de4-d4c2-43f0-abb4-de63800760b1] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-249bb3f4-a089-4577-a4b4-76d6b0d473a6] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; gap: 0px 6px; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-46d4ca9d-2222-4df4-b886-b63866e7e9e2) * 0)); --gap-h-249bb3f4-a089-4577-a4b4-76d6b0d473a6: 6px; --gap-v-249bb3f4-a089-4577-a4b4-76d6b0d473a6: 0px; --gap-uuid: 249bb3f4-a089-4577-a4b4-76d6b0d473a6; max-width: calc(100% - (var(--gap-h-46d4ca9d-2222-4df4-b886-b63866e7e9e2) * 0)); }.sd[data-s-370d4a86-e5f6-4311-9336-4e258909b2d9] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 3px; justify-content: flex-start; margin: 1px 0px 0px 0px; padding: 0px; --gap-h-370d4a86-e5f6-4311-9336-4e258909b2d9: 3px; --gap-v-370d4a86-e5f6-4311-9336-4e258909b2d9: 0px; --gap-uuid: 370d4a86-e5f6-4311-9336-4e258909b2d9; max-width: 100%; }.sd[data-s-5c1445aa-ca86-49f3-ad84-0a0e0db5e461] { background: #2d8659ff; border-radius: 999px 999px 999px 999px; flex: none; height: 18px; width: 18px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-5c1445aa-ca86-49f3-ad84-0a0e0db5e461] { flex: none; height: 15px; width: 15px; max-width: 100%; }
}.sd[data-s-0c24e1a2-e41a-4a04-b001-83919f8080a8] { bottom: -2px; color: #ffffffff; font-size: 20px; left: -1px; position: absolute; right: -2px; top: -1px; z-index: 1; }
@media screen and (max-width: 690px){
.sd[data-s-0c24e1a2-e41a-4a04-b001-83919f8080a8] { font-size: 17px; left: -1px; right: -2px; }
}.sd[data-s-8614da08-33ce-471d-90ab-c30bd2c83d5e] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-8614da08-33ce-471d-90ab-c30bd2c83d5e] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-d79b7fb4-fc20-4845-b2d0-7605a03828cb] { align-content: center; align-items: center; background: #FFFFFF; border-bottom: 1px solid #003366; border-left: 1px solid #003366; border-radius: 999px; border-right: 1px solid #003366; border-top: 1px solid #003366; display: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; justify-content: center; padding: 6px 6px 6px 32px; --gap-h-d79b7fb4-fc20-4845-b2d0-7605a03828cb: 24px; --gap-v-d79b7fb4-fc20-4845-b2d0-7605a03828cb: 0px; --gap-uuid: d79b7fb4-fc20-4845-b2d0-7605a03828cb; }
.sd[data-s-d79b7fb4-fc20-4845-b2d0-7605a03828cb]:hover { opacity: 1; --gap-h-d79b7fb4-fc20-4845-b2d0-7605a03828cb: 24px; --gap-v-d79b7fb4-fc20-4845-b2d0-7605a03828cb: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-d79b7fb4-fc20-4845-b2d0-7605a03828cb] { display: none; --gap-h-d79b7fb4-fc20-4845-b2d0-7605a03828cb: 24px; --gap-v-d79b7fb4-fc20-4845-b2d0-7605a03828cb: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-d79b7fb4-fc20-4845-b2d0-7605a03828cb] { display: none; --gap-h-d79b7fb4-fc20-4845-b2d0-7605a03828cb: 24px; --gap-v-d79b7fb4-fc20-4845-b2d0-7605a03828cb: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-d79b7fb4-fc20-4845-b2d0-7605a03828cb] { display: none; --gap-h-d79b7fb4-fc20-4845-b2d0-7605a03828cb: 24px; --gap-v-d79b7fb4-fc20-4845-b2d0-7605a03828cb: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-d79b7fb4-fc20-4845-b2d0-7605a03828cb] { display: none; --gap-h-d79b7fb4-fc20-4845-b2d0-7605a03828cb: 24px; --gap-v-d79b7fb4-fc20-4845-b2d0-7605a03828cb: 0px; }
}.sd[data-s-efba8a96-4061-4d37-81a5-b955c1385d11] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-58015ec7-4540-4fc2-9239-85bebf826296] { align-content: center; align-items: center; background: rgba(10, 65, 160, 0.2); border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 40px; justify-content: center; padding: 6px; width: 40px; --gap-h-58015ec7-4540-4fc2-9239-85bebf826296: 0px; --gap-v-58015ec7-4540-4fc2-9239-85bebf826296: 20px; --gap-uuid: 58015ec7-4540-4fc2-9239-85bebf826296; max-width: 100%; }
.sd[data-s-d79b7fb4-fc20-4845-b2d0-7605a03828cb]:hover .sd[data-s-58015ec7-4540-4fc2-9239-85bebf826296] { padding: 2px; --gap-h-58015ec7-4540-4fc2-9239-85bebf826296: 0px; --gap-v-58015ec7-4540-4fc2-9239-85bebf826296: 20px; }.sd[data-s-43d436eb-d72c-4e0f-8e92-5c85853be54c] { background: #0A41A0; border-radius: 50%; color: #FFFFFF; flex: none; font-size: 12px; height: calc(100% - (var(--gap-v-58015ec7-4540-4fc2-9239-85bebf826296) * 0)); padding: 4px; width: calc(100% - (var(--gap-h-58015ec7-4540-4fc2-9239-85bebf826296) * 0)); max-width: calc(100% - (var(--gap-h-58015ec7-4540-4fc2-9239-85bebf826296) * 0)); }
.sd[data-s-d79b7fb4-fc20-4845-b2d0-7605a03828cb]:hover .sd[data-s-43d436eb-d72c-4e0f-8e92-5c85853be54c] { flex: none; }.sd[data-s-a45b14eb-a7c5-4db8-bbb6-40fe70700cc8] { align-content: center; align-items: center; background: #f6f7f9ff; display: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: auto; justify-content: center; padding: 40px 30px 40px 30px; width: 100%; --gap-h-a45b14eb-a7c5-4db8-bbb6-40fe70700cc8: 0px; --gap-v-a45b14eb-a7c5-4db8-bbb6-40fe70700cc8: 30px; --gap-uuid: a45b14eb-a7c5-4db8-bbb6-40fe70700cc8; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-a45b14eb-a7c5-4db8-bbb6-40fe70700cc8] { display: none; --gap-h-a45b14eb-a7c5-4db8-bbb6-40fe70700cc8: 0px; --gap-v-a45b14eb-a7c5-4db8-bbb6-40fe70700cc8: 30px; }
}
@media screen and (max-width: 990px){
.sd[data-s-a45b14eb-a7c5-4db8-bbb6-40fe70700cc8] { border-bottom: 0px solid transparent; border-left: 0px solid transparent; border-right: 0px solid transparent; border-top: 0px solid transparent; display: none; padding: 40px 20px 40px 20px; --gap-h-a45b14eb-a7c5-4db8-bbb6-40fe70700cc8: 0px; --gap-v-a45b14eb-a7c5-4db8-bbb6-40fe70700cc8: 30px; }
}
@media screen and (max-width: 690px){
.sd[data-s-a45b14eb-a7c5-4db8-bbb6-40fe70700cc8] { display: none; padding: 20px 20px; --gap-h-a45b14eb-a7c5-4db8-bbb6-40fe70700cc8: 0px; --gap-v-a45b14eb-a7c5-4db8-bbb6-40fe70700cc8: 30px; }
}
@media screen and (max-width: 360px){
.sd[data-s-a45b14eb-a7c5-4db8-bbb6-40fe70700cc8] { display: none; --gap-h-a45b14eb-a7c5-4db8-bbb6-40fe70700cc8: 0px; --gap-v-a45b14eb-a7c5-4db8-bbb6-40fe70700cc8: 30px; }
}.sd[data-s-52f05893-4382-463b-bfe5-19362bd034c6] { align-content: stretch; align-items: stretch; background: transparent; flex-direction: row; flex-wrap: nowrap; gap: 0px 20px; height: auto; justify-content: center; width: calc(100% - (var(--gap-h-a45b14eb-a7c5-4db8-bbb6-40fe70700cc8) * 0)); --gap-h-52f05893-4382-463b-bfe5-19362bd034c6: 20px; --gap-v-52f05893-4382-463b-bfe5-19362bd034c6: 0px; --gap-uuid: 52f05893-4382-463b-bfe5-19362bd034c6; max-width: calc(100% - (var(--gap-h-a45b14eb-a7c5-4db8-bbb6-40fe70700cc8) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-52f05893-4382-463b-bfe5-19362bd034c6] { flex-direction: row; flex-wrap: nowrap; --gap-h-52f05893-4382-463b-bfe5-19362bd034c6: 20px; --gap-v-52f05893-4382-463b-bfe5-19362bd034c6: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-52f05893-4382-463b-bfe5-19362bd034c6] { flex-direction: row; flex-wrap: wrap; gap: 15px 10px; --gap-h-52f05893-4382-463b-bfe5-19362bd034c6: 10px; --gap-v-52f05893-4382-463b-bfe5-19362bd034c6: 15px; }
}
@media screen and (max-width: 690px){
.sd[data-s-52f05893-4382-463b-bfe5-19362bd034c6] { gap: 10px 10px; --gap-h-52f05893-4382-463b-bfe5-19362bd034c6: 10px; --gap-v-52f05893-4382-463b-bfe5-19362bd034c6: 0px; }
}.sd[data-s-b17bcacb-5761-4651-8f74-de4d89575ba4] { align-content: center; align-items: center; background: #ffffffff; border-bottom: 1px solid #eeeeeeff; border-left: 1px solid #eeeeeeff; border-radius: 10px 10px 10px 10px; border-right: 1px solid #eeeeeeff; border-top: 1px solid #eeeeeeff; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; padding: 20px 15px 30px 15px; width: 479px; --gap-h-b17bcacb-5761-4651-8f74-de4d89575ba4: 0px; --gap-v-b17bcacb-5761-4651-8f74-de4d89575ba4: 0px; --gap-uuid: b17bcacb-5761-4651-8f74-de4d89575ba4; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-b17bcacb-5761-4651-8f74-de4d89575ba4] { flex: none; width: calc(45% - (var(--gap-h-52f05893-4382-463b-bfe5-19362bd034c6) * 0.55)); --gap-h-b17bcacb-5761-4651-8f74-de4d89575ba4: 0px; --gap-v-b17bcacb-5761-4651-8f74-de4d89575ba4: 0px; max-width: calc(45% - (var(--gap-h-52f05893-4382-463b-bfe5-19362bd034c6) * 0.55)); }
}
@media screen and (max-width: 990px){
.sd[data-s-b17bcacb-5761-4651-8f74-de4d89575ba4] { height: auto; width: calc(100% - (var(--gap-h-52f05893-4382-463b-bfe5-19362bd034c6) * 0)); --gap-h-b17bcacb-5761-4651-8f74-de4d89575ba4: 0px; --gap-v-b17bcacb-5761-4651-8f74-de4d89575ba4: 0px; max-width: calc(100% - (var(--gap-h-52f05893-4382-463b-bfe5-19362bd034c6) * 0)); }
}.sd[data-s-9cd6ce6b-07be-48d2-b2fa-b10fa1de7676] { align-content: center; align-items: center; background: #c03a3aff; border-radius: 99px 99px 99px 99px; flex: none; flex-direction: column; flex-wrap: nowrap; height: 28px; justify-content: center; margin: 0px 0px 12px 0px; padding: 3px 0px 0px 0px; width: 130px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-9cd6ce6b-07be-48d2-b2fa-b10fa1de7676] { flex: none; height: 25px; width: 120px; max-width: 100%; }
}.sd[data-s-6e68d13f-9e50-46dc-a140-86ba65be11d8] { color: #ffffffff; font-family: var(--s-font-4aa63508); font-size: 14px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-6e68d13f-9e50-46dc-a140-86ba65be11d8] { font-size: 13px; }
}.sd[data-s-bbf8b52b-8faf-47e5-9841-21f807ee7977] { color: #333333; font-family: var(--s-font-4aa63508); font-size: 15px; height: auto; line-height: 1.4; margin: 0px 0px 6px 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-bbf8b52b-8faf-47e5-9841-21f807ee7977] { font-size: 14px; margin: 0px 0px 3px 0px; max-width: 100%; }
}.sd[data-s-fe221660-22a8-4910-a059-0f336eb3fdc2] { color: #c03a3a; font-family: var(--s-font-4aa63508); font-size: 20px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-fe221660-22a8-4910-a059-0f336eb3fdc2] { font-size: 18px; }
}.sd[data-s-2e6dab40-a71e-429b-ac79-fc3a5c1177a5] { flex: none; height: auto; margin: 16px 0px; width: calc(80% - (var(--gap-h-b17bcacb-5761-4651-8f74-de4d89575ba4) * 0.2)); max-width: calc(80% - (var(--gap-h-b17bcacb-5761-4651-8f74-de4d89575ba4) * 0.2)); }
@media screen and (max-width: 690px){
.sd[data-s-2e6dab40-a71e-429b-ac79-fc3a5c1177a5] { flex: none; width: calc(100% - (var(--gap-h-b17bcacb-5761-4651-8f74-de4d89575ba4) * 0)); max-width: calc(100% - (var(--gap-h-b17bcacb-5761-4651-8f74-de4d89575ba4) * 0)); }
}.sd[data-s-b1512563-8d7f-4e8e-a1b3-3bd7ca687307] { align-content: center; align-items: center; background: transparent; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px 0px; height: auto; justify-content: flex-start; width: calc(80% - (var(--gap-h-b17bcacb-5761-4651-8f74-de4d89575ba4) * 0.2)); --gap-h-b1512563-8d7f-4e8e-a1b3-3bd7ca687307: 0px; --gap-v-b1512563-8d7f-4e8e-a1b3-3bd7ca687307: 8px; --gap-uuid: b1512563-8d7f-4e8e-a1b3-3bd7ca687307; max-width: calc(80% - (var(--gap-h-b17bcacb-5761-4651-8f74-de4d89575ba4) * 0.2)); }
@media screen and (max-width: 690px){
.sd[data-s-b1512563-8d7f-4e8e-a1b3-3bd7ca687307] { flex: none; width: calc(100% - (var(--gap-h-b17bcacb-5761-4651-8f74-de4d89575ba4) * 0)); --gap-h-b1512563-8d7f-4e8e-a1b3-3bd7ca687307: 0px; --gap-v-b1512563-8d7f-4e8e-a1b3-3bd7ca687307: 8px; max-width: calc(100% - (var(--gap-h-b17bcacb-5761-4651-8f74-de4d89575ba4) * 0)); }
}.sd[data-s-fb21a923-e3bd-4f61-991c-ae626b2c57ab] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-b1512563-8d7f-4e8e-a1b3-3bd7ca687307) * 0)); max-width: calc(100% - (var(--gap-h-b1512563-8d7f-4e8e-a1b3-3bd7ca687307) * 0)); }.sd[data-s-506ab2dd-9f3a-4c66-bdf3-1a4c9b227387] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: nowrap; gap: 6px; justify-content: flex-start; padding: 0px; --gap-h-506ab2dd-9f3a-4c66-bdf3-1a4c9b227387: 6px; --gap-v-506ab2dd-9f3a-4c66-bdf3-1a4c9b227387: 0px; --gap-uuid: 506ab2dd-9f3a-4c66-bdf3-1a4c9b227387; }.sd[data-s-4c85fc88-60c6-4e9e-abac-a112e75dbd6c] { background: #c03a3a; border-radius: 999px 999px 999px 999px; flex: none; height: 10px; margin: 5px 0px 0px 0px; width: 10px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-4c85fc88-60c6-4e9e-abac-a112e75dbd6c] { margin: 3px 0px 0px 0px; max-width: 100%; }
}.sd[data-s-c451feb1-dec1-4de6-adfd-f5543ce4a00e] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-c451feb1-dec1-4de6-adfd-f5543ce4a00e] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-58621f7d-23a4-45aa-b687-d39f6f17688f] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-b1512563-8d7f-4e8e-a1b3-3bd7ca687307) * 0)); max-width: calc(100% - (var(--gap-h-b1512563-8d7f-4e8e-a1b3-3bd7ca687307) * 0)); }.sd[data-s-01c80f84-14f2-4e85-bc2a-4a16bfb30695] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: nowrap; gap: 6px; justify-content: flex-start; padding: 0px; --gap-h-01c80f84-14f2-4e85-bc2a-4a16bfb30695: 6px; --gap-v-01c80f84-14f2-4e85-bc2a-4a16bfb30695: 0px; --gap-uuid: 01c80f84-14f2-4e85-bc2a-4a16bfb30695; }.sd[data-s-ab9279cf-6a26-4bee-bc8e-492a148bd78d] { background: #c03a3a; border-radius: 999px 999px 999px 999px; flex: none; height: 10px; margin: 5px 0px 0px 0px; width: 10px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-ab9279cf-6a26-4bee-bc8e-492a148bd78d] { margin: 3px 0px 0px 0px; max-width: 100%; }
}.sd[data-s-e94f87b4-f826-47a1-b663-88f9fd9e92f6] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-e94f87b4-f826-47a1-b663-88f9fd9e92f6] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-088e5b82-ef74-43d8-9b30-721a6a01be01] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-b1512563-8d7f-4e8e-a1b3-3bd7ca687307) * 0)); max-width: calc(100% - (var(--gap-h-b1512563-8d7f-4e8e-a1b3-3bd7ca687307) * 0)); }.sd[data-s-69e59746-cb46-41b8-bdfc-f36bd6b4760d] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: nowrap; gap: 6px; justify-content: flex-start; padding: 0px; --gap-h-69e59746-cb46-41b8-bdfc-f36bd6b4760d: 6px; --gap-v-69e59746-cb46-41b8-bdfc-f36bd6b4760d: 0px; --gap-uuid: 69e59746-cb46-41b8-bdfc-f36bd6b4760d; }.sd[data-s-6b558503-dd41-4a50-b030-babba2f84c29] { background: #c03a3a; border-radius: 999px 999px 999px 999px; flex: none; height: 10px; margin: 5px 0px 0px 0px; width: 10px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-6b558503-dd41-4a50-b030-babba2f84c29] { margin: 3px 0px 0px 0px; max-width: 100%; }
}.sd[data-s-a8dff596-3e8b-4e03-9671-69df953737c5] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-a8dff596-3e8b-4e03-9671-69df953737c5] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-41384e58-071b-46de-ada9-caa8781d5410] { align-content: center; align-items: center; background: transparent; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; width: auto; max-width: 100%; }.sd[data-s-dfe6757a-4a6c-441f-98e4-5dfab3a34ace] { color: #013366; font-size: 70px; }
@media screen and (max-width: 990px){
.sd[data-s-dfe6757a-4a6c-441f-98e4-5dfab3a34ace] { font-size: 40px; rotate: 90deg; }
}.sd[data-s-59101437-6e6b-44e3-8a3c-f5b72da2e020] { align-content: center; align-items: center; background: #ffffffff; border-bottom: 1px solid #eeeeeeff; border-left: 1px solid #eeeeeeff; border-radius: 10px 10px 10px 10px; border-right: 1px solid #eeeeeeff; border-top: 1px solid #eeeeeeff; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: flex-start; padding: 20px 15px 30px 15px; width: 479px; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-59101437-6e6b-44e3-8a3c-f5b72da2e020] { flex: none; width: calc(45% - (var(--gap-h-52f05893-4382-463b-bfe5-19362bd034c6) * 0.55)); max-width: calc(45% - (var(--gap-h-52f05893-4382-463b-bfe5-19362bd034c6) * 0.55)); }
}
@media screen and (max-width: 990px){
.sd[data-s-59101437-6e6b-44e3-8a3c-f5b72da2e020] { flex: none; height: auto; width: calc(100% - (var(--gap-h-52f05893-4382-463b-bfe5-19362bd034c6) * 0)); max-width: calc(100% - (var(--gap-h-52f05893-4382-463b-bfe5-19362bd034c6) * 0)); }
}.sd[data-s-e92fd938-014b-4ec7-b2c0-c02e9f5065cb] { align-content: center; align-items: center; background: #2d8659ff; border-radius: 99px 99px 99px 99px; flex: none; flex-direction: column; flex-wrap: nowrap; height: 28px; justify-content: center; margin: 0px 0px 12px 0px; padding: 3px 0px 0px 0px; width: 130px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-e92fd938-014b-4ec7-b2c0-c02e9f5065cb] { flex: none; height: 25px; width: 120px; max-width: 100%; }
}.sd[data-s-821d3216-901a-43e9-9721-87558785287a] { color: #ffffffff; font-family: var(--s-font-4aa63508); font-size: 14px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-821d3216-901a-43e9-9721-87558785287a] { font-size: 13px; }
}.sd[data-s-c0c3b09a-cc28-488b-afe2-6c754086401e] { color: #333333; font-family: var(--s-font-4aa63508); font-size: 15px; height: auto; line-height: 1.4; margin: 0px 0px 6px 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-c0c3b09a-cc28-488b-afe2-6c754086401e] { font-size: 14px; margin: 0px 0px 3px 0px; max-width: 100%; }
}.sd[data-s-27588715-7d6c-4dd3-88c2-52b0fe80ca0a] { color: #003366ff; font-family: var(--s-font-4aa63508); font-size: 20px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-27588715-7d6c-4dd3-88c2-52b0fe80ca0a] { font-size: 18px; }
}.sd[data-s-66a6a932-b653-4d06-af07-b1391270b8fe] { flex: none; height: auto; margin: 16px 0px; width: 80%; max-width: 80%; }
@media screen and (max-width: 690px){
.sd[data-s-66a6a932-b653-4d06-af07-b1391270b8fe] { flex: none; width: 100%; max-width: 100%; }
}.sd[data-s-acfa873e-7b13-4f16-9716-02398b2bbe55] { align-content: center; align-items: center; background: transparent; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px 0px; height: auto; justify-content: flex-start; width: 80%; --gap-h-acfa873e-7b13-4f16-9716-02398b2bbe55: 0px; --gap-v-acfa873e-7b13-4f16-9716-02398b2bbe55: 8px; --gap-uuid: acfa873e-7b13-4f16-9716-02398b2bbe55; max-width: 80%; }
@media screen and (max-width: 690px){
.sd[data-s-acfa873e-7b13-4f16-9716-02398b2bbe55] { flex: none; width: 100%; --gap-h-acfa873e-7b13-4f16-9716-02398b2bbe55: 0px; --gap-v-acfa873e-7b13-4f16-9716-02398b2bbe55: 8px; max-width: 100%; }
}.sd[data-s-49c9e177-1dc0-49f6-9047-c5b8cdea98c4] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; gap: 0px 6px; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-acfa873e-7b13-4f16-9716-02398b2bbe55) * 0)); --gap-h-49c9e177-1dc0-49f6-9047-c5b8cdea98c4: 6px; --gap-v-49c9e177-1dc0-49f6-9047-c5b8cdea98c4: 0px; --gap-uuid: 49c9e177-1dc0-49f6-9047-c5b8cdea98c4; max-width: calc(100% - (var(--gap-h-acfa873e-7b13-4f16-9716-02398b2bbe55) * 0)); }.sd[data-s-a2dd7315-059b-412f-8719-afa01181f33d] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 3px; justify-content: flex-start; margin: 1px 0px 0px 0px; padding: 0px; --gap-h-a2dd7315-059b-412f-8719-afa01181f33d: 3px; --gap-v-a2dd7315-059b-412f-8719-afa01181f33d: 0px; --gap-uuid: a2dd7315-059b-412f-8719-afa01181f33d; max-width: 100%; }.sd[data-s-05978a0e-ef78-44df-b9c8-340b38caec75] { background: #2d8659ff; border-radius: 999px 999px 999px 999px; flex: none; height: 18px; width: 18px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-05978a0e-ef78-44df-b9c8-340b38caec75] { flex: none; height: 15px; width: 15px; max-width: 100%; }
}.sd[data-s-3cfc82e9-237f-476a-aab4-a786a4987c07] { bottom: -2px; color: #ffffffff; font-size: 20px; left: -1px; position: absolute; right: -2px; top: -1px; z-index: 1; }
@media screen and (max-width: 690px){
.sd[data-s-3cfc82e9-237f-476a-aab4-a786a4987c07] { font-size: 17px; left: -1px; right: -2px; }
}.sd[data-s-4fbecc46-4628-45ff-951f-f6ff95ddb6a8] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-4fbecc46-4628-45ff-951f-f6ff95ddb6a8] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-2efbbe67-f59e-40bc-98bf-d9687b9692b8] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; gap: 0px 6px; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-acfa873e-7b13-4f16-9716-02398b2bbe55) * 0)); --gap-h-2efbbe67-f59e-40bc-98bf-d9687b9692b8: 6px; --gap-v-2efbbe67-f59e-40bc-98bf-d9687b9692b8: 0px; --gap-uuid: 2efbbe67-f59e-40bc-98bf-d9687b9692b8; max-width: calc(100% - (var(--gap-h-acfa873e-7b13-4f16-9716-02398b2bbe55) * 0)); }.sd[data-s-a5b0ab7e-fdfc-4a67-b2cc-613ad71df15c] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 3px; justify-content: flex-start; margin: 1px 0px 0px 0px; padding: 0px; --gap-h-a5b0ab7e-fdfc-4a67-b2cc-613ad71df15c: 3px; --gap-v-a5b0ab7e-fdfc-4a67-b2cc-613ad71df15c: 0px; --gap-uuid: a5b0ab7e-fdfc-4a67-b2cc-613ad71df15c; max-width: 100%; }.sd[data-s-834376d3-614c-42bd-9dc2-fd8d6f933708] { background: #2d8659ff; border-radius: 999px 999px 999px 999px; flex: none; height: 18px; width: 18px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-834376d3-614c-42bd-9dc2-fd8d6f933708] { flex: none; height: 15px; width: 15px; max-width: 100%; }
}.sd[data-s-eb64a96a-8753-403c-bb23-2196683fa258] { bottom: -2px; color: #ffffffff; font-size: 20px; left: -1px; position: absolute; right: -2px; top: -1px; z-index: 1; }
@media screen and (max-width: 690px){
.sd[data-s-eb64a96a-8753-403c-bb23-2196683fa258] { font-size: 17px; left: -1px; right: -2px; }
}.sd[data-s-c5bcae18-714b-41d9-8c38-e30a57e4156c] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-c5bcae18-714b-41d9-8c38-e30a57e4156c] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-1528765e-f528-462b-b4f8-3bc1373682f0] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; gap: 0px 6px; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-acfa873e-7b13-4f16-9716-02398b2bbe55) * 0)); --gap-h-1528765e-f528-462b-b4f8-3bc1373682f0: 6px; --gap-v-1528765e-f528-462b-b4f8-3bc1373682f0: 0px; --gap-uuid: 1528765e-f528-462b-b4f8-3bc1373682f0; max-width: calc(100% - (var(--gap-h-acfa873e-7b13-4f16-9716-02398b2bbe55) * 0)); }.sd[data-s-3f0e84a0-7d70-4190-a391-b23581fc7c60] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 3px; justify-content: flex-start; margin: 1px 0px 0px 0px; padding: 0px; --gap-h-3f0e84a0-7d70-4190-a391-b23581fc7c60: 3px; --gap-v-3f0e84a0-7d70-4190-a391-b23581fc7c60: 0px; --gap-uuid: 3f0e84a0-7d70-4190-a391-b23581fc7c60; max-width: 100%; }.sd[data-s-f6726034-ce9a-414e-beba-4f2a16bbde4b] { background: #2d8659ff; border-radius: 999px 999px 999px 999px; flex: none; height: 18px; width: 18px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-f6726034-ce9a-414e-beba-4f2a16bbde4b] { flex: none; height: 15px; width: 15px; max-width: 100%; }
}.sd[data-s-eda37f6c-89e1-446d-bd59-0bd515fb8f50] { bottom: -2px; color: #ffffffff; font-size: 20px; left: -1px; position: absolute; right: -2px; top: -1px; z-index: 1; }
@media screen and (max-width: 690px){
.sd[data-s-eda37f6c-89e1-446d-bd59-0bd515fb8f50] { font-size: 17px; left: -1px; right: -2px; }
}.sd[data-s-3bf920c1-34ec-4869-8b5e-4bf497a72e46] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-3bf920c1-34ec-4869-8b5e-4bf497a72e46] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-777cad7d-abb3-42bf-a77c-fe648455ad2d] { align-content: center; align-items: center; background: #FFFFFF; border-bottom: 1px solid #003366; border-left: 1px solid #003366; border-radius: 999px; border-right: 1px solid #003366; border-top: 1px solid #003366; display: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; justify-content: center; padding: 6px 6px 6px 32px; --gap-h-777cad7d-abb3-42bf-a77c-fe648455ad2d: 24px; --gap-v-777cad7d-abb3-42bf-a77c-fe648455ad2d: 0px; --gap-uuid: 777cad7d-abb3-42bf-a77c-fe648455ad2d; }
.sd[data-s-777cad7d-abb3-42bf-a77c-fe648455ad2d]:hover { opacity: 1; --gap-h-777cad7d-abb3-42bf-a77c-fe648455ad2d: 24px; --gap-v-777cad7d-abb3-42bf-a77c-fe648455ad2d: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-777cad7d-abb3-42bf-a77c-fe648455ad2d] { display: none; --gap-h-777cad7d-abb3-42bf-a77c-fe648455ad2d: 24px; --gap-v-777cad7d-abb3-42bf-a77c-fe648455ad2d: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-777cad7d-abb3-42bf-a77c-fe648455ad2d] { display: none; --gap-h-777cad7d-abb3-42bf-a77c-fe648455ad2d: 24px; --gap-v-777cad7d-abb3-42bf-a77c-fe648455ad2d: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-777cad7d-abb3-42bf-a77c-fe648455ad2d] { display: none; --gap-h-777cad7d-abb3-42bf-a77c-fe648455ad2d: 24px; --gap-v-777cad7d-abb3-42bf-a77c-fe648455ad2d: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-777cad7d-abb3-42bf-a77c-fe648455ad2d] { display: none; --gap-h-777cad7d-abb3-42bf-a77c-fe648455ad2d: 24px; --gap-v-777cad7d-abb3-42bf-a77c-fe648455ad2d: 0px; }
}.sd[data-s-8df385d4-da24-44ae-b453-14185742257f] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-049d46b0-9e12-428d-8227-ef68a35d23fa] { align-content: center; align-items: center; background: rgba(10, 65, 160, 0.2); border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 40px; justify-content: center; padding: 6px; width: 40px; --gap-h-049d46b0-9e12-428d-8227-ef68a35d23fa: 0px; --gap-v-049d46b0-9e12-428d-8227-ef68a35d23fa: 20px; --gap-uuid: 049d46b0-9e12-428d-8227-ef68a35d23fa; max-width: 100%; }
.sd[data-s-777cad7d-abb3-42bf-a77c-fe648455ad2d]:hover .sd[data-s-049d46b0-9e12-428d-8227-ef68a35d23fa] { padding: 2px; --gap-h-049d46b0-9e12-428d-8227-ef68a35d23fa: 0px; --gap-v-049d46b0-9e12-428d-8227-ef68a35d23fa: 20px; }.sd[data-s-e2378e2b-c8cd-41e0-afc7-2c27dba26d1f] { background: #0A41A0; border-radius: 50%; color: #FFFFFF; flex: none; font-size: 12px; height: calc(100% - (var(--gap-v-049d46b0-9e12-428d-8227-ef68a35d23fa) * 0)); padding: 4px; width: calc(100% - (var(--gap-h-049d46b0-9e12-428d-8227-ef68a35d23fa) * 0)); max-width: calc(100% - (var(--gap-h-049d46b0-9e12-428d-8227-ef68a35d23fa) * 0)); }
.sd[data-s-777cad7d-abb3-42bf-a77c-fe648455ad2d]:hover .sd[data-s-e2378e2b-c8cd-41e0-afc7-2c27dba26d1f] { flex: none; }.sd[data-s-023b06d0-dcad-4dae-8da1-964c4aa76218] { align-content: center; align-items: center; background: #f6f7f9ff; display: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: auto; justify-content: center; padding: 40px 30px 40px 30px; width: 100%; --gap-h-023b06d0-dcad-4dae-8da1-964c4aa76218: 0px; --gap-v-023b06d0-dcad-4dae-8da1-964c4aa76218: 30px; --gap-uuid: 023b06d0-dcad-4dae-8da1-964c4aa76218; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-023b06d0-dcad-4dae-8da1-964c4aa76218] { display: none; --gap-h-023b06d0-dcad-4dae-8da1-964c4aa76218: 0px; --gap-v-023b06d0-dcad-4dae-8da1-964c4aa76218: 30px; }
}
@media screen and (max-width: 990px){
.sd[data-s-023b06d0-dcad-4dae-8da1-964c4aa76218] { border-bottom: 0px solid transparent; border-left: 0px solid transparent; border-right: 0px solid transparent; border-top: 0px solid transparent; display: none; padding: 40px 20px 40px 20px; --gap-h-023b06d0-dcad-4dae-8da1-964c4aa76218: 0px; --gap-v-023b06d0-dcad-4dae-8da1-964c4aa76218: 30px; }
}
@media screen and (max-width: 690px){
.sd[data-s-023b06d0-dcad-4dae-8da1-964c4aa76218] { display: none; padding: 20px 20px; --gap-h-023b06d0-dcad-4dae-8da1-964c4aa76218: 0px; --gap-v-023b06d0-dcad-4dae-8da1-964c4aa76218: 30px; }
}
@media screen and (max-width: 360px){
.sd[data-s-023b06d0-dcad-4dae-8da1-964c4aa76218] { display: none; --gap-h-023b06d0-dcad-4dae-8da1-964c4aa76218: 0px; --gap-v-023b06d0-dcad-4dae-8da1-964c4aa76218: 30px; }
}.sd[data-s-09311f24-ceb2-4b98-bef1-0b6ece4aa4dd] { align-content: stretch; align-items: stretch; background: transparent; flex-direction: row; flex-wrap: nowrap; gap: 0px 20px; height: auto; justify-content: center; width: calc(100% - (var(--gap-h-023b06d0-dcad-4dae-8da1-964c4aa76218) * 0)); --gap-h-09311f24-ceb2-4b98-bef1-0b6ece4aa4dd: 20px; --gap-v-09311f24-ceb2-4b98-bef1-0b6ece4aa4dd: 0px; --gap-uuid: 09311f24-ceb2-4b98-bef1-0b6ece4aa4dd; max-width: calc(100% - (var(--gap-h-023b06d0-dcad-4dae-8da1-964c4aa76218) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-09311f24-ceb2-4b98-bef1-0b6ece4aa4dd] { flex-direction: row; flex-wrap: nowrap; --gap-h-09311f24-ceb2-4b98-bef1-0b6ece4aa4dd: 20px; --gap-v-09311f24-ceb2-4b98-bef1-0b6ece4aa4dd: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-09311f24-ceb2-4b98-bef1-0b6ece4aa4dd] { flex-direction: row; flex-wrap: wrap; gap: 15px 10px; --gap-h-09311f24-ceb2-4b98-bef1-0b6ece4aa4dd: 10px; --gap-v-09311f24-ceb2-4b98-bef1-0b6ece4aa4dd: 15px; }
}
@media screen and (max-width: 690px){
.sd[data-s-09311f24-ceb2-4b98-bef1-0b6ece4aa4dd] { gap: 10px 10px; --gap-h-09311f24-ceb2-4b98-bef1-0b6ece4aa4dd: 10px; --gap-v-09311f24-ceb2-4b98-bef1-0b6ece4aa4dd: 0px; }
}.sd[data-s-305af18f-4540-4350-939f-a79def129691] { align-content: center; align-items: center; background: #ffffffff; border-bottom: 1px solid #eeeeeeff; border-left: 1px solid #eeeeeeff; border-radius: 10px 10px 10px 10px; border-right: 1px solid #eeeeeeff; border-top: 1px solid #eeeeeeff; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; padding: 20px 15px 30px 15px; width: 479px; --gap-h-305af18f-4540-4350-939f-a79def129691: 0px; --gap-v-305af18f-4540-4350-939f-a79def129691: 0px; --gap-uuid: 305af18f-4540-4350-939f-a79def129691; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-305af18f-4540-4350-939f-a79def129691] { flex: none; width: calc(45% - (var(--gap-h-09311f24-ceb2-4b98-bef1-0b6ece4aa4dd) * 0.55)); --gap-h-305af18f-4540-4350-939f-a79def129691: 0px; --gap-v-305af18f-4540-4350-939f-a79def129691: 0px; max-width: calc(45% - (var(--gap-h-09311f24-ceb2-4b98-bef1-0b6ece4aa4dd) * 0.55)); }
}
@media screen and (max-width: 990px){
.sd[data-s-305af18f-4540-4350-939f-a79def129691] { height: auto; width: calc(100% - (var(--gap-h-09311f24-ceb2-4b98-bef1-0b6ece4aa4dd) * 0)); --gap-h-305af18f-4540-4350-939f-a79def129691: 0px; --gap-v-305af18f-4540-4350-939f-a79def129691: 0px; max-width: calc(100% - (var(--gap-h-09311f24-ceb2-4b98-bef1-0b6ece4aa4dd) * 0)); }
}.sd[data-s-4b08c586-3680-4c90-9cda-f51e473f1940] { align-content: center; align-items: center; background: #c03a3aff; border-radius: 99px 99px 99px 99px; flex: none; flex-direction: column; flex-wrap: nowrap; height: 28px; justify-content: center; margin: 0px 0px 12px 0px; padding: 3px 0px 0px 0px; width: 130px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-4b08c586-3680-4c90-9cda-f51e473f1940] { flex: none; height: 25px; width: 120px; max-width: 100%; }
}.sd[data-s-4aeb9ad2-fed5-4e0e-94cc-c404b5344580] { color: #ffffffff; font-family: var(--s-font-4aa63508); font-size: 14px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-4aeb9ad2-fed5-4e0e-94cc-c404b5344580] { font-size: 13px; }
}.sd[data-s-848b7e29-c4ad-4e19-9e01-176e14341de1] { color: #333333; font-family: var(--s-font-4aa63508); font-size: 15px; height: auto; line-height: 1.4; margin: 0px 0px 6px 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-848b7e29-c4ad-4e19-9e01-176e14341de1] { font-size: 14px; margin: 0px 0px 3px 0px; max-width: 100%; }
}.sd[data-s-cf2c901e-9d92-4108-9a3e-7cc22ae7cafc] { color: #c03a3a; font-family: var(--s-font-4aa63508); font-size: 20px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-cf2c901e-9d92-4108-9a3e-7cc22ae7cafc] { font-size: 18px; }
}.sd[data-s-312e49c4-cdd4-4e68-9b08-3b0a4323392b] { flex: none; height: auto; margin: 16px 0px; width: calc(80% - (var(--gap-h-305af18f-4540-4350-939f-a79def129691) * 0.2)); max-width: calc(80% - (var(--gap-h-305af18f-4540-4350-939f-a79def129691) * 0.2)); }
@media screen and (max-width: 690px){
.sd[data-s-312e49c4-cdd4-4e68-9b08-3b0a4323392b] { flex: none; width: calc(100% - (var(--gap-h-305af18f-4540-4350-939f-a79def129691) * 0)); max-width: calc(100% - (var(--gap-h-305af18f-4540-4350-939f-a79def129691) * 0)); }
}.sd[data-s-d727ae22-20a8-4daf-8463-0b815beb3404] { align-content: center; align-items: center; background: transparent; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px 0px; height: auto; justify-content: flex-start; width: calc(80% - (var(--gap-h-305af18f-4540-4350-939f-a79def129691) * 0.2)); --gap-h-d727ae22-20a8-4daf-8463-0b815beb3404: 0px; --gap-v-d727ae22-20a8-4daf-8463-0b815beb3404: 8px; --gap-uuid: d727ae22-20a8-4daf-8463-0b815beb3404; max-width: calc(80% - (var(--gap-h-305af18f-4540-4350-939f-a79def129691) * 0.2)); }
@media screen and (max-width: 690px){
.sd[data-s-d727ae22-20a8-4daf-8463-0b815beb3404] { flex: none; width: calc(100% - (var(--gap-h-305af18f-4540-4350-939f-a79def129691) * 0)); --gap-h-d727ae22-20a8-4daf-8463-0b815beb3404: 0px; --gap-v-d727ae22-20a8-4daf-8463-0b815beb3404: 8px; max-width: calc(100% - (var(--gap-h-305af18f-4540-4350-939f-a79def129691) * 0)); }
}.sd[data-s-9c90d32c-199f-4e7a-899d-fb49b282f452] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-d727ae22-20a8-4daf-8463-0b815beb3404) * 0)); max-width: calc(100% - (var(--gap-h-d727ae22-20a8-4daf-8463-0b815beb3404) * 0)); }.sd[data-s-1090629c-4f2e-47ad-af58-370e18782e74] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: nowrap; gap: 6px; justify-content: flex-start; padding: 0px; --gap-h-1090629c-4f2e-47ad-af58-370e18782e74: 6px; --gap-v-1090629c-4f2e-47ad-af58-370e18782e74: 0px; --gap-uuid: 1090629c-4f2e-47ad-af58-370e18782e74; }.sd[data-s-54573533-9bc1-44e6-9085-c152293e3950] { background: #c03a3a; border-radius: 999px 999px 999px 999px; flex: none; height: 10px; margin: 5px 0px 0px 0px; width: 10px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-54573533-9bc1-44e6-9085-c152293e3950] { margin: 3px 0px 0px 0px; max-width: 100%; }
}.sd[data-s-426169d8-8f9a-4694-bb14-fe78a2abc053] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-426169d8-8f9a-4694-bb14-fe78a2abc053] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-8383fff1-f7d3-4526-88a9-f7875b69adf6] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-d727ae22-20a8-4daf-8463-0b815beb3404) * 0)); max-width: calc(100% - (var(--gap-h-d727ae22-20a8-4daf-8463-0b815beb3404) * 0)); }.sd[data-s-564da601-c0c9-4c04-aa83-2dbba70f69af] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: nowrap; gap: 6px; justify-content: flex-start; padding: 0px; --gap-h-564da601-c0c9-4c04-aa83-2dbba70f69af: 6px; --gap-v-564da601-c0c9-4c04-aa83-2dbba70f69af: 0px; --gap-uuid: 564da601-c0c9-4c04-aa83-2dbba70f69af; }.sd[data-s-8340cf26-bbbc-4919-9b6f-e3c6cd4c5a98] { background: #c03a3a; border-radius: 999px 999px 999px 999px; flex: none; height: 10px; margin: 5px 0px 0px 0px; width: 10px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-8340cf26-bbbc-4919-9b6f-e3c6cd4c5a98] { margin: 3px 0px 0px 0px; max-width: 100%; }
}.sd[data-s-a895c8f0-798c-492b-849e-15f498f3e5a9] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-a895c8f0-798c-492b-849e-15f498f3e5a9] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-ae5bba09-0697-4d87-a66d-d695b39b1647] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-d727ae22-20a8-4daf-8463-0b815beb3404) * 0)); max-width: calc(100% - (var(--gap-h-d727ae22-20a8-4daf-8463-0b815beb3404) * 0)); }.sd[data-s-68a52219-f490-42d7-ba15-550ae8699c1b] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: nowrap; gap: 6px; justify-content: flex-start; padding: 0px; --gap-h-68a52219-f490-42d7-ba15-550ae8699c1b: 6px; --gap-v-68a52219-f490-42d7-ba15-550ae8699c1b: 0px; --gap-uuid: 68a52219-f490-42d7-ba15-550ae8699c1b; }.sd[data-s-d2bca289-2f79-4b02-9abf-8777f2ec4863] { background: #c03a3a; border-radius: 999px 999px 999px 999px; flex: none; height: 10px; margin: 5px 0px 0px 0px; width: 10px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-d2bca289-2f79-4b02-9abf-8777f2ec4863] { margin: 3px 0px 0px 0px; max-width: 100%; }
}.sd[data-s-0ca08a24-a9bf-47e2-af9a-a6ca9bd4cdf7] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-0ca08a24-a9bf-47e2-af9a-a6ca9bd4cdf7] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-9308f97a-3920-462a-86eb-8a7ac1587458] { align-content: center; align-items: center; background: transparent; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; width: auto; max-width: 100%; }.sd[data-s-c9218951-e035-47fd-9f7c-9be29fb98138] { color: #013366; font-size: 70px; }
@media screen and (max-width: 990px){
.sd[data-s-c9218951-e035-47fd-9f7c-9be29fb98138] { font-size: 40px; rotate: 90deg; }
}.sd[data-s-43fab1b7-14f3-4531-9441-f942a4980c34] { align-content: center; align-items: center; background: #ffffffff; border-bottom: 1px solid #eeeeeeff; border-left: 1px solid #eeeeeeff; border-radius: 10px 10px 10px 10px; border-right: 1px solid #eeeeeeff; border-top: 1px solid #eeeeeeff; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: flex-start; padding: 20px 15px 30px 15px; width: 479px; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-43fab1b7-14f3-4531-9441-f942a4980c34] { flex: none; width: calc(45% - (var(--gap-h-09311f24-ceb2-4b98-bef1-0b6ece4aa4dd) * 0.55)); max-width: calc(45% - (var(--gap-h-09311f24-ceb2-4b98-bef1-0b6ece4aa4dd) * 0.55)); }
}
@media screen and (max-width: 990px){
.sd[data-s-43fab1b7-14f3-4531-9441-f942a4980c34] { flex: none; height: auto; width: calc(100% - (var(--gap-h-09311f24-ceb2-4b98-bef1-0b6ece4aa4dd) * 0)); max-width: calc(100% - (var(--gap-h-09311f24-ceb2-4b98-bef1-0b6ece4aa4dd) * 0)); }
}.sd[data-s-ba3fca04-14ee-4576-9c94-dabc826ca296] { align-content: center; align-items: center; background: #2d8659ff; border-radius: 99px 99px 99px 99px; flex: none; flex-direction: column; flex-wrap: nowrap; height: 28px; justify-content: center; margin: 0px 0px 12px 0px; padding: 3px 0px 0px 0px; width: 130px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-ba3fca04-14ee-4576-9c94-dabc826ca296] { flex: none; height: 25px; width: 120px; max-width: 100%; }
}.sd[data-s-5b19145e-f52d-4561-afa1-ae7e034a488c] { color: #ffffffff; font-family: var(--s-font-4aa63508); font-size: 14px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-5b19145e-f52d-4561-afa1-ae7e034a488c] { font-size: 13px; }
}.sd[data-s-d43f32ca-00d8-4f26-ae3f-659b8809a365] { color: #333333; font-family: var(--s-font-4aa63508); font-size: 15px; height: auto; line-height: 1.4; margin: 0px 0px 6px 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-d43f32ca-00d8-4f26-ae3f-659b8809a365] { font-size: 14px; margin: 0px 0px 3px 0px; max-width: 100%; }
}.sd[data-s-bd66c1f3-5130-46a0-95c7-901d40e2b812] { color: #003366ff; font-family: var(--s-font-4aa63508); font-size: 20px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-bd66c1f3-5130-46a0-95c7-901d40e2b812] { font-size: 18px; }
}.sd[data-s-28f2d3e2-5f60-4e63-84a3-7f844194daca] { flex: none; height: auto; margin: 16px 0px; width: 80%; max-width: 80%; }
@media screen and (max-width: 690px){
.sd[data-s-28f2d3e2-5f60-4e63-84a3-7f844194daca] { flex: none; width: 100%; max-width: 100%; }
}.sd[data-s-c03b085b-1c0a-43e9-9d92-084f2cb90fdc] { align-content: center; align-items: center; background: transparent; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px 0px; height: auto; justify-content: flex-start; width: 80%; --gap-h-c03b085b-1c0a-43e9-9d92-084f2cb90fdc: 0px; --gap-v-c03b085b-1c0a-43e9-9d92-084f2cb90fdc: 8px; --gap-uuid: c03b085b-1c0a-43e9-9d92-084f2cb90fdc; max-width: 80%; }
@media screen and (max-width: 690px){
.sd[data-s-c03b085b-1c0a-43e9-9d92-084f2cb90fdc] { flex: none; width: 100%; --gap-h-c03b085b-1c0a-43e9-9d92-084f2cb90fdc: 0px; --gap-v-c03b085b-1c0a-43e9-9d92-084f2cb90fdc: 8px; max-width: 100%; }
}.sd[data-s-49737c04-b99b-4f56-8c72-37e71d34e39d] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; gap: 0px 6px; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-c03b085b-1c0a-43e9-9d92-084f2cb90fdc) * 0)); --gap-h-49737c04-b99b-4f56-8c72-37e71d34e39d: 6px; --gap-v-49737c04-b99b-4f56-8c72-37e71d34e39d: 0px; --gap-uuid: 49737c04-b99b-4f56-8c72-37e71d34e39d; max-width: calc(100% - (var(--gap-h-c03b085b-1c0a-43e9-9d92-084f2cb90fdc) * 0)); }.sd[data-s-f3fc54ae-593e-46a3-bf27-cdd257dc95ce] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 3px; justify-content: flex-start; margin: 1px 0px 0px 0px; padding: 0px; --gap-h-f3fc54ae-593e-46a3-bf27-cdd257dc95ce: 3px; --gap-v-f3fc54ae-593e-46a3-bf27-cdd257dc95ce: 0px; --gap-uuid: f3fc54ae-593e-46a3-bf27-cdd257dc95ce; max-width: 100%; }.sd[data-s-7996a369-2d36-41d5-911d-070376d1d125] { background: #2d8659ff; border-radius: 999px 999px 999px 999px; flex: none; height: 18px; width: 18px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-7996a369-2d36-41d5-911d-070376d1d125] { flex: none; height: 15px; width: 15px; max-width: 100%; }
}.sd[data-s-c6fb2cdc-7237-4f8f-b17f-f17e40f4c786] { bottom: -2px; color: #ffffffff; font-size: 20px; left: -1px; position: absolute; right: -2px; top: -1px; z-index: 1; }
@media screen and (max-width: 690px){
.sd[data-s-c6fb2cdc-7237-4f8f-b17f-f17e40f4c786] { font-size: 17px; left: -1px; right: -2px; }
}.sd[data-s-0c7ec915-e239-4736-9a5c-87679bbc9776] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-0c7ec915-e239-4736-9a5c-87679bbc9776] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-db2c38a3-5f3b-46e9-8af8-9030ca8f07bf] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; gap: 0px 6px; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-c03b085b-1c0a-43e9-9d92-084f2cb90fdc) * 0)); --gap-h-db2c38a3-5f3b-46e9-8af8-9030ca8f07bf: 6px; --gap-v-db2c38a3-5f3b-46e9-8af8-9030ca8f07bf: 0px; --gap-uuid: db2c38a3-5f3b-46e9-8af8-9030ca8f07bf; max-width: calc(100% - (var(--gap-h-c03b085b-1c0a-43e9-9d92-084f2cb90fdc) * 0)); }.sd[data-s-233da348-ba93-4768-a3f4-8ef572591f33] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 3px; justify-content: flex-start; margin: 1px 0px 0px 0px; padding: 0px; --gap-h-233da348-ba93-4768-a3f4-8ef572591f33: 3px; --gap-v-233da348-ba93-4768-a3f4-8ef572591f33: 0px; --gap-uuid: 233da348-ba93-4768-a3f4-8ef572591f33; max-width: 100%; }.sd[data-s-5876e06b-e32e-45ea-990c-cc3adf710d1b] { background: #2d8659ff; border-radius: 999px 999px 999px 999px; flex: none; height: 18px; width: 18px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-5876e06b-e32e-45ea-990c-cc3adf710d1b] { flex: none; height: 15px; width: 15px; max-width: 100%; }
}.sd[data-s-d52ca825-8e7d-4565-b47c-70c72147842c] { bottom: -2px; color: #ffffffff; font-size: 20px; left: -1px; position: absolute; right: -2px; top: -1px; z-index: 1; }
@media screen and (max-width: 690px){
.sd[data-s-d52ca825-8e7d-4565-b47c-70c72147842c] { font-size: 17px; left: -1px; right: -2px; }
}.sd[data-s-f2970cad-624a-4973-a988-23f5283ac335] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-f2970cad-624a-4973-a988-23f5283ac335] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-4247025f-c2b2-4216-aaf1-c06d96339daa] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; gap: 0px 6px; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-c03b085b-1c0a-43e9-9d92-084f2cb90fdc) * 0)); --gap-h-4247025f-c2b2-4216-aaf1-c06d96339daa: 6px; --gap-v-4247025f-c2b2-4216-aaf1-c06d96339daa: 0px; --gap-uuid: 4247025f-c2b2-4216-aaf1-c06d96339daa; max-width: calc(100% - (var(--gap-h-c03b085b-1c0a-43e9-9d92-084f2cb90fdc) * 0)); }.sd[data-s-9d501600-4fd3-442d-a45c-6c5fc840a26e] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 3px; justify-content: flex-start; margin: 1px 0px 0px 0px; padding: 0px; --gap-h-9d501600-4fd3-442d-a45c-6c5fc840a26e: 3px; --gap-v-9d501600-4fd3-442d-a45c-6c5fc840a26e: 0px; --gap-uuid: 9d501600-4fd3-442d-a45c-6c5fc840a26e; max-width: 100%; }.sd[data-s-e462cebf-0b21-44d3-9b3f-935f2178ac99] { background: #2d8659ff; border-radius: 999px 999px 999px 999px; flex: none; height: 18px; width: 18px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-e462cebf-0b21-44d3-9b3f-935f2178ac99] { flex: none; height: 15px; width: 15px; max-width: 100%; }
}.sd[data-s-d6b36be4-e20d-4347-ab2c-665c21b78fed] { bottom: -2px; color: #ffffffff; font-size: 20px; left: -1px; position: absolute; right: -2px; top: -1px; z-index: 1; }
@media screen and (max-width: 690px){
.sd[data-s-d6b36be4-e20d-4347-ab2c-665c21b78fed] { font-size: 17px; left: -1px; right: -2px; }
}.sd[data-s-6ef1e684-d78d-46ad-b966-cb9af6857665] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-6ef1e684-d78d-46ad-b966-cb9af6857665] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-909263ed-d793-4c94-b52e-03a423b4be44] { align-content: center; align-items: center; background: #FFFFFF; border-bottom: 1px solid #003366; border-left: 1px solid #003366; border-radius: 999px; border-right: 1px solid #003366; border-top: 1px solid #003366; display: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; justify-content: center; padding: 6px 6px 6px 32px; --gap-h-909263ed-d793-4c94-b52e-03a423b4be44: 24px; --gap-v-909263ed-d793-4c94-b52e-03a423b4be44: 0px; --gap-uuid: 909263ed-d793-4c94-b52e-03a423b4be44; }
.sd[data-s-909263ed-d793-4c94-b52e-03a423b4be44]:hover { opacity: 1; --gap-h-909263ed-d793-4c94-b52e-03a423b4be44: 24px; --gap-v-909263ed-d793-4c94-b52e-03a423b4be44: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-909263ed-d793-4c94-b52e-03a423b4be44] { display: none; --gap-h-909263ed-d793-4c94-b52e-03a423b4be44: 24px; --gap-v-909263ed-d793-4c94-b52e-03a423b4be44: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-909263ed-d793-4c94-b52e-03a423b4be44] { display: none; --gap-h-909263ed-d793-4c94-b52e-03a423b4be44: 24px; --gap-v-909263ed-d793-4c94-b52e-03a423b4be44: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-909263ed-d793-4c94-b52e-03a423b4be44] { display: none; --gap-h-909263ed-d793-4c94-b52e-03a423b4be44: 24px; --gap-v-909263ed-d793-4c94-b52e-03a423b4be44: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-909263ed-d793-4c94-b52e-03a423b4be44] { display: none; --gap-h-909263ed-d793-4c94-b52e-03a423b4be44: 24px; --gap-v-909263ed-d793-4c94-b52e-03a423b4be44: 0px; }
}.sd[data-s-debb53cd-1372-4ac8-b7ef-fc3039354fe6] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-4e84c41f-009f-4e5a-ae56-8b70edda78ba] { align-content: center; align-items: center; background: rgba(10, 65, 160, 0.2); border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 40px; justify-content: center; padding: 6px; width: 40px; --gap-h-4e84c41f-009f-4e5a-ae56-8b70edda78ba: 0px; --gap-v-4e84c41f-009f-4e5a-ae56-8b70edda78ba: 20px; --gap-uuid: 4e84c41f-009f-4e5a-ae56-8b70edda78ba; max-width: 100%; }
.sd[data-s-909263ed-d793-4c94-b52e-03a423b4be44]:hover .sd[data-s-4e84c41f-009f-4e5a-ae56-8b70edda78ba] { padding: 2px; --gap-h-4e84c41f-009f-4e5a-ae56-8b70edda78ba: 0px; --gap-v-4e84c41f-009f-4e5a-ae56-8b70edda78ba: 20px; }.sd[data-s-02e89abc-149e-43a4-9570-69cb806f7d06] { background: #0A41A0; border-radius: 50%; color: #FFFFFF; flex: none; font-size: 12px; height: calc(100% - (var(--gap-v-4e84c41f-009f-4e5a-ae56-8b70edda78ba) * 0)); padding: 4px; width: calc(100% - (var(--gap-h-4e84c41f-009f-4e5a-ae56-8b70edda78ba) * 0)); max-width: calc(100% - (var(--gap-h-4e84c41f-009f-4e5a-ae56-8b70edda78ba) * 0)); }
.sd[data-s-909263ed-d793-4c94-b52e-03a423b4be44]:hover .sd[data-s-02e89abc-149e-43a4-9570-69cb806f7d06] { flex: none; }.sd[data-s-3b8d98a4-d185-48e2-acd1-7359bd24581c] { align-content: center; align-items: center; background: #f6f7f9ff; display: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: auto; justify-content: center; padding: 40px 30px 40px 30px; width: 100%; --gap-h-3b8d98a4-d185-48e2-acd1-7359bd24581c: 0px; --gap-v-3b8d98a4-d185-48e2-acd1-7359bd24581c: 30px; --gap-uuid: 3b8d98a4-d185-48e2-acd1-7359bd24581c; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-3b8d98a4-d185-48e2-acd1-7359bd24581c] { display: none; --gap-h-3b8d98a4-d185-48e2-acd1-7359bd24581c: 0px; --gap-v-3b8d98a4-d185-48e2-acd1-7359bd24581c: 30px; }
}
@media screen and (max-width: 990px){
.sd[data-s-3b8d98a4-d185-48e2-acd1-7359bd24581c] { border-bottom: 0px solid transparent; border-left: 0px solid transparent; border-right: 0px solid transparent; border-top: 0px solid transparent; display: none; padding: 40px 20px 40px 20px; --gap-h-3b8d98a4-d185-48e2-acd1-7359bd24581c: 0px; --gap-v-3b8d98a4-d185-48e2-acd1-7359bd24581c: 30px; }
}
@media screen and (max-width: 690px){
.sd[data-s-3b8d98a4-d185-48e2-acd1-7359bd24581c] { display: none; padding: 20px 20px; --gap-h-3b8d98a4-d185-48e2-acd1-7359bd24581c: 0px; --gap-v-3b8d98a4-d185-48e2-acd1-7359bd24581c: 30px; }
}
@media screen and (max-width: 360px){
.sd[data-s-3b8d98a4-d185-48e2-acd1-7359bd24581c] { display: none; --gap-h-3b8d98a4-d185-48e2-acd1-7359bd24581c: 0px; --gap-v-3b8d98a4-d185-48e2-acd1-7359bd24581c: 30px; }
}.sd[data-s-38e8d87d-3724-4798-a97e-b076cd6ef006] { align-content: stretch; align-items: stretch; background: transparent; flex-direction: row; flex-wrap: nowrap; gap: 0px 20px; height: auto; justify-content: center; width: calc(100% - (var(--gap-h-3b8d98a4-d185-48e2-acd1-7359bd24581c) * 0)); --gap-h-38e8d87d-3724-4798-a97e-b076cd6ef006: 20px; --gap-v-38e8d87d-3724-4798-a97e-b076cd6ef006: 0px; --gap-uuid: 38e8d87d-3724-4798-a97e-b076cd6ef006; max-width: calc(100% - (var(--gap-h-3b8d98a4-d185-48e2-acd1-7359bd24581c) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-38e8d87d-3724-4798-a97e-b076cd6ef006] { flex-direction: row; flex-wrap: nowrap; --gap-h-38e8d87d-3724-4798-a97e-b076cd6ef006: 20px; --gap-v-38e8d87d-3724-4798-a97e-b076cd6ef006: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-38e8d87d-3724-4798-a97e-b076cd6ef006] { flex-direction: row; flex-wrap: wrap; gap: 15px 10px; --gap-h-38e8d87d-3724-4798-a97e-b076cd6ef006: 10px; --gap-v-38e8d87d-3724-4798-a97e-b076cd6ef006: 15px; }
}
@media screen and (max-width: 690px){
.sd[data-s-38e8d87d-3724-4798-a97e-b076cd6ef006] { gap: 10px 10px; --gap-h-38e8d87d-3724-4798-a97e-b076cd6ef006: 10px; --gap-v-38e8d87d-3724-4798-a97e-b076cd6ef006: 0px; }
}.sd[data-s-0be8ee7a-849b-4215-ad45-5b26d1f1b82a] { align-content: center; align-items: center; background: #ffffffff; border-bottom: 1px solid #eeeeeeff; border-left: 1px solid #eeeeeeff; border-radius: 10px 10px 10px 10px; border-right: 1px solid #eeeeeeff; border-top: 1px solid #eeeeeeff; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; padding: 20px 15px 30px 15px; width: 479px; --gap-h-0be8ee7a-849b-4215-ad45-5b26d1f1b82a: 0px; --gap-v-0be8ee7a-849b-4215-ad45-5b26d1f1b82a: 0px; --gap-uuid: 0be8ee7a-849b-4215-ad45-5b26d1f1b82a; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-0be8ee7a-849b-4215-ad45-5b26d1f1b82a] { flex: none; width: calc(45% - (var(--gap-h-38e8d87d-3724-4798-a97e-b076cd6ef006) * 0.55)); --gap-h-0be8ee7a-849b-4215-ad45-5b26d1f1b82a: 0px; --gap-v-0be8ee7a-849b-4215-ad45-5b26d1f1b82a: 0px; max-width: calc(45% - (var(--gap-h-38e8d87d-3724-4798-a97e-b076cd6ef006) * 0.55)); }
}
@media screen and (max-width: 990px){
.sd[data-s-0be8ee7a-849b-4215-ad45-5b26d1f1b82a] { height: auto; width: calc(100% - (var(--gap-h-38e8d87d-3724-4798-a97e-b076cd6ef006) * 0)); --gap-h-0be8ee7a-849b-4215-ad45-5b26d1f1b82a: 0px; --gap-v-0be8ee7a-849b-4215-ad45-5b26d1f1b82a: 0px; max-width: calc(100% - (var(--gap-h-38e8d87d-3724-4798-a97e-b076cd6ef006) * 0)); }
}.sd[data-s-4dee5f3b-4df9-444d-bf5d-fe21725460a8] { align-content: center; align-items: center; background: #c03a3aff; border-radius: 99px 99px 99px 99px; flex: none; flex-direction: column; flex-wrap: nowrap; height: 28px; justify-content: center; margin: 0px 0px 12px 0px; padding: 3px 0px 0px 0px; width: 130px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-4dee5f3b-4df9-444d-bf5d-fe21725460a8] { flex: none; height: 25px; width: 120px; max-width: 100%; }
}.sd[data-s-a3549c9f-6334-48a8-8ca6-802341293f1c] { color: #ffffffff; font-family: var(--s-font-4aa63508); font-size: 14px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-a3549c9f-6334-48a8-8ca6-802341293f1c] { font-size: 13px; }
}.sd[data-s-590a0bcd-4a60-4068-99bb-3ab9cee01ac4] { color: #333333; font-family: var(--s-font-4aa63508); font-size: 15px; height: auto; line-height: 1.4; margin: 0px 0px 6px 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-590a0bcd-4a60-4068-99bb-3ab9cee01ac4] { font-size: 14px; margin: 0px 0px 3px 0px; max-width: 100%; }
}.sd[data-s-e7907178-0742-4d89-8352-b6f57936b577] { color: #c03a3a; font-family: var(--s-font-4aa63508); font-size: 20px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-e7907178-0742-4d89-8352-b6f57936b577] { font-size: 18px; }
}.sd[data-s-5f8e79e9-ce2a-42a4-9c61-c3845af162ac] { flex: none; height: auto; margin: 16px 0px; width: calc(80% - (var(--gap-h-0be8ee7a-849b-4215-ad45-5b26d1f1b82a) * 0.2)); max-width: calc(80% - (var(--gap-h-0be8ee7a-849b-4215-ad45-5b26d1f1b82a) * 0.2)); }
@media screen and (max-width: 690px){
.sd[data-s-5f8e79e9-ce2a-42a4-9c61-c3845af162ac] { flex: none; width: calc(100% - (var(--gap-h-0be8ee7a-849b-4215-ad45-5b26d1f1b82a) * 0)); max-width: calc(100% - (var(--gap-h-0be8ee7a-849b-4215-ad45-5b26d1f1b82a) * 0)); }
}.sd[data-s-79965016-29b2-4c7b-b37b-bd73b991ba8c] { align-content: center; align-items: center; background: transparent; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px 0px; height: auto; justify-content: flex-start; width: calc(80% - (var(--gap-h-0be8ee7a-849b-4215-ad45-5b26d1f1b82a) * 0.2)); --gap-h-79965016-29b2-4c7b-b37b-bd73b991ba8c: 0px; --gap-v-79965016-29b2-4c7b-b37b-bd73b991ba8c: 8px; --gap-uuid: 79965016-29b2-4c7b-b37b-bd73b991ba8c; max-width: calc(80% - (var(--gap-h-0be8ee7a-849b-4215-ad45-5b26d1f1b82a) * 0.2)); }
@media screen and (max-width: 690px){
.sd[data-s-79965016-29b2-4c7b-b37b-bd73b991ba8c] { flex: none; width: calc(100% - (var(--gap-h-0be8ee7a-849b-4215-ad45-5b26d1f1b82a) * 0)); --gap-h-79965016-29b2-4c7b-b37b-bd73b991ba8c: 0px; --gap-v-79965016-29b2-4c7b-b37b-bd73b991ba8c: 8px; max-width: calc(100% - (var(--gap-h-0be8ee7a-849b-4215-ad45-5b26d1f1b82a) * 0)); }
}.sd[data-s-20e3f40e-7939-4ec5-bcf8-06ee8a6dd0ec] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-79965016-29b2-4c7b-b37b-bd73b991ba8c) * 0)); max-width: calc(100% - (var(--gap-h-79965016-29b2-4c7b-b37b-bd73b991ba8c) * 0)); }.sd[data-s-77dab837-41f3-4332-bb0f-0711d321e1b1] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: nowrap; gap: 6px; justify-content: flex-start; padding: 0px; --gap-h-77dab837-41f3-4332-bb0f-0711d321e1b1: 6px; --gap-v-77dab837-41f3-4332-bb0f-0711d321e1b1: 0px; --gap-uuid: 77dab837-41f3-4332-bb0f-0711d321e1b1; }.sd[data-s-170919e0-634c-408b-bbbb-cf5e76faf493] { background: #c03a3a; border-radius: 999px 999px 999px 999px; flex: none; height: 10px; margin: 5px 0px 0px 0px; width: 10px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-170919e0-634c-408b-bbbb-cf5e76faf493] { margin: 3px 0px 0px 0px; max-width: 100%; }
}.sd[data-s-40b5c3b2-4d95-4718-951c-5e490dcbb1dc] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-40b5c3b2-4d95-4718-951c-5e490dcbb1dc] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-2da55a57-747d-47d6-82f5-72787b867ce9] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-79965016-29b2-4c7b-b37b-bd73b991ba8c) * 0)); max-width: calc(100% - (var(--gap-h-79965016-29b2-4c7b-b37b-bd73b991ba8c) * 0)); }.sd[data-s-f1d0ff9b-7b6e-4892-80dc-79e890f4cafb] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: nowrap; gap: 6px; justify-content: flex-start; padding: 0px; --gap-h-f1d0ff9b-7b6e-4892-80dc-79e890f4cafb: 6px; --gap-v-f1d0ff9b-7b6e-4892-80dc-79e890f4cafb: 0px; --gap-uuid: f1d0ff9b-7b6e-4892-80dc-79e890f4cafb; }.sd[data-s-4b748040-49c9-4d35-819c-42d4db4b8bfa] { background: #c03a3a; border-radius: 999px 999px 999px 999px; flex: none; height: 10px; margin: 5px 0px 0px 0px; width: 10px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-4b748040-49c9-4d35-819c-42d4db4b8bfa] { margin: 3px 0px 0px 0px; max-width: 100%; }
}.sd[data-s-a11de568-fb71-470b-94ee-694b94f02821] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-a11de568-fb71-470b-94ee-694b94f02821] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-a8c536f6-c4a6-450e-add8-d1273de84fcb] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-79965016-29b2-4c7b-b37b-bd73b991ba8c) * 0)); max-width: calc(100% - (var(--gap-h-79965016-29b2-4c7b-b37b-bd73b991ba8c) * 0)); }.sd[data-s-fc3d27cf-c829-47a4-b99a-7d40261f3b9a] { align-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: nowrap; gap: 6px; justify-content: flex-start; padding: 0px; --gap-h-fc3d27cf-c829-47a4-b99a-7d40261f3b9a: 6px; --gap-v-fc3d27cf-c829-47a4-b99a-7d40261f3b9a: 0px; --gap-uuid: fc3d27cf-c829-47a4-b99a-7d40261f3b9a; }.sd[data-s-01894731-1ee0-44de-a5ab-d7fda9687b3c] { background: #c03a3a; border-radius: 999px 999px 999px 999px; flex: none; height: 10px; margin: 5px 0px 0px 0px; width: 10px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-01894731-1ee0-44de-a5ab-d7fda9687b3c] { margin: 3px 0px 0px 0px; max-width: 100%; }
}.sd[data-s-3d995b4e-84b3-4b2d-a688-1fefcbd83ae6] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-3d995b4e-84b3-4b2d-a688-1fefcbd83ae6] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-644ad408-6e7b-4f61-86de-ae2c306101e1] { align-content: center; align-items: center; background: transparent; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; width: auto; max-width: 100%; }.sd[data-s-0bd20a98-96f7-4813-bcc8-dd7f13229aaf] { color: #013366; font-size: 70px; }
@media screen and (max-width: 990px){
.sd[data-s-0bd20a98-96f7-4813-bcc8-dd7f13229aaf] { font-size: 40px; rotate: 90deg; }
}.sd[data-s-83dd91ed-a719-4ebe-998c-b2596fd4e509] { align-content: center; align-items: center; background: #ffffffff; border-bottom: 1px solid #eeeeeeff; border-left: 1px solid #eeeeeeff; border-radius: 10px 10px 10px 10px; border-right: 1px solid #eeeeeeff; border-top: 1px solid #eeeeeeff; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: flex-start; padding: 20px 15px 30px 15px; width: 479px; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-83dd91ed-a719-4ebe-998c-b2596fd4e509] { flex: none; width: calc(45% - (var(--gap-h-38e8d87d-3724-4798-a97e-b076cd6ef006) * 0.55)); max-width: calc(45% - (var(--gap-h-38e8d87d-3724-4798-a97e-b076cd6ef006) * 0.55)); }
}
@media screen and (max-width: 990px){
.sd[data-s-83dd91ed-a719-4ebe-998c-b2596fd4e509] { flex: none; height: auto; width: calc(100% - (var(--gap-h-38e8d87d-3724-4798-a97e-b076cd6ef006) * 0)); max-width: calc(100% - (var(--gap-h-38e8d87d-3724-4798-a97e-b076cd6ef006) * 0)); }
}.sd[data-s-e4333318-9d67-4d13-97ef-96ab51a202c4] { align-content: center; align-items: center; background: #2d8659ff; border-radius: 99px 99px 99px 99px; flex: none; flex-direction: column; flex-wrap: nowrap; height: 28px; justify-content: center; margin: 0px 0px 12px 0px; padding: 3px 0px 0px 0px; width: 130px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-e4333318-9d67-4d13-97ef-96ab51a202c4] { flex: none; height: 25px; width: 120px; max-width: 100%; }
}.sd[data-s-231d6200-8362-4a58-a25c-afa96dff075b] { color: #ffffffff; font-family: var(--s-font-4aa63508); font-size: 14px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-231d6200-8362-4a58-a25c-afa96dff075b] { font-size: 13px; }
}.sd[data-s-fd37eb05-becc-4069-af26-d088b974be12] { color: #333333; font-family: var(--s-font-4aa63508); font-size: 15px; height: auto; line-height: 1.4; margin: 0px 0px 6px 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-fd37eb05-becc-4069-af26-d088b974be12] { font-size: 14px; margin: 0px 0px 3px 0px; max-width: 100%; }
}.sd[data-s-4f338846-fe9b-4a19-b62f-9665aacd9b27] { color: #003366ff; font-family: var(--s-font-4aa63508); font-size: 20px; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-4f338846-fe9b-4a19-b62f-9665aacd9b27] { font-size: 18px; }
}.sd[data-s-04d8cc62-94ce-421d-bac5-38f08f8d3509] { flex: none; height: auto; margin: 16px 0px; width: 80%; max-width: 80%; }
@media screen and (max-width: 690px){
.sd[data-s-04d8cc62-94ce-421d-bac5-38f08f8d3509] { flex: none; width: 100%; max-width: 100%; }
}.sd[data-s-d54574ca-345e-48a6-b9ae-876cb0d16990] { align-content: center; align-items: center; background: transparent; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px 0px; height: auto; justify-content: flex-start; width: 80%; --gap-h-d54574ca-345e-48a6-b9ae-876cb0d16990: 0px; --gap-v-d54574ca-345e-48a6-b9ae-876cb0d16990: 8px; --gap-uuid: d54574ca-345e-48a6-b9ae-876cb0d16990; max-width: 80%; }
@media screen and (max-width: 690px){
.sd[data-s-d54574ca-345e-48a6-b9ae-876cb0d16990] { flex: none; width: 100%; --gap-h-d54574ca-345e-48a6-b9ae-876cb0d16990: 0px; --gap-v-d54574ca-345e-48a6-b9ae-876cb0d16990: 8px; max-width: 100%; }
}.sd[data-s-de4d691a-d87d-407e-bef8-57e83ff3fe8a] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; gap: 0px 6px; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-d54574ca-345e-48a6-b9ae-876cb0d16990) * 0)); --gap-h-de4d691a-d87d-407e-bef8-57e83ff3fe8a: 6px; --gap-v-de4d691a-d87d-407e-bef8-57e83ff3fe8a: 0px; --gap-uuid: de4d691a-d87d-407e-bef8-57e83ff3fe8a; max-width: calc(100% - (var(--gap-h-d54574ca-345e-48a6-b9ae-876cb0d16990) * 0)); }.sd[data-s-18ea4724-06e7-4033-ab5c-46d7ace574d8] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 3px; justify-content: flex-start; margin: 1px 0px 0px 0px; padding: 0px; --gap-h-18ea4724-06e7-4033-ab5c-46d7ace574d8: 3px; --gap-v-18ea4724-06e7-4033-ab5c-46d7ace574d8: 0px; --gap-uuid: 18ea4724-06e7-4033-ab5c-46d7ace574d8; max-width: 100%; }.sd[data-s-db4497e7-8626-4af1-8962-86680a833d5c] { background: #2d8659ff; border-radius: 999px 999px 999px 999px; flex: none; height: 18px; width: 18px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-db4497e7-8626-4af1-8962-86680a833d5c] { flex: none; height: 15px; width: 15px; max-width: 100%; }
}.sd[data-s-c436ec74-f565-4193-9dce-d1e1945af91a] { bottom: -2px; color: #ffffffff; font-size: 20px; left: -1px; position: absolute; right: -2px; top: -1px; z-index: 1; }
@media screen and (max-width: 690px){
.sd[data-s-c436ec74-f565-4193-9dce-d1e1945af91a] { font-size: 17px; left: -1px; right: -2px; }
}.sd[data-s-66d75f75-c82c-4966-b190-a6df9d7c7c3d] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-66d75f75-c82c-4966-b190-a6df9d7c7c3d] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-4fd0f405-0eee-4135-a72f-065f0b6e14ea] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; gap: 0px 6px; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-d54574ca-345e-48a6-b9ae-876cb0d16990) * 0)); --gap-h-4fd0f405-0eee-4135-a72f-065f0b6e14ea: 6px; --gap-v-4fd0f405-0eee-4135-a72f-065f0b6e14ea: 0px; --gap-uuid: 4fd0f405-0eee-4135-a72f-065f0b6e14ea; max-width: calc(100% - (var(--gap-h-d54574ca-345e-48a6-b9ae-876cb0d16990) * 0)); }.sd[data-s-5542e4bd-e056-4e3a-9037-c13ee32ef2cd] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 3px; justify-content: flex-start; margin: 1px 0px 0px 0px; padding: 0px; --gap-h-5542e4bd-e056-4e3a-9037-c13ee32ef2cd: 3px; --gap-v-5542e4bd-e056-4e3a-9037-c13ee32ef2cd: 0px; --gap-uuid: 5542e4bd-e056-4e3a-9037-c13ee32ef2cd; max-width: 100%; }.sd[data-s-bdc7f1b7-78b6-4261-87cc-b842638b9e6a] { background: #2d8659ff; border-radius: 999px 999px 999px 999px; flex: none; height: 18px; width: 18px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-bdc7f1b7-78b6-4261-87cc-b842638b9e6a] { flex: none; height: 15px; width: 15px; max-width: 100%; }
}.sd[data-s-0837ea66-f226-4e17-a60e-4c6c7212a38d] { bottom: -2px; color: #ffffffff; font-size: 20px; left: -1px; position: absolute; right: -2px; top: -1px; z-index: 1; }
@media screen and (max-width: 690px){
.sd[data-s-0837ea66-f226-4e17-a60e-4c6c7212a38d] { font-size: 17px; left: -1px; right: -2px; }
}.sd[data-s-00899805-0e23-40ff-a208-dd86c6119947] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-00899805-0e23-40ff-a208-dd86c6119947] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-15931101-b4f5-42f7-b9d0-b1b711da2a21] { align-content: flex-start; align-items: flex-start; background: transparent; flex-direction: row; flex-wrap: nowrap; gap: 0px 6px; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-d54574ca-345e-48a6-b9ae-876cb0d16990) * 0)); --gap-h-15931101-b4f5-42f7-b9d0-b1b711da2a21: 6px; --gap-v-15931101-b4f5-42f7-b9d0-b1b711da2a21: 0px; --gap-uuid: 15931101-b4f5-42f7-b9d0-b1b711da2a21; max-width: calc(100% - (var(--gap-h-d54574ca-345e-48a6-b9ae-876cb0d16990) * 0)); }.sd[data-s-74f9ced3-6642-4ad5-b02c-272c43eb2ac1] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 3px; justify-content: flex-start; margin: 1px 0px 0px 0px; padding: 0px; --gap-h-74f9ced3-6642-4ad5-b02c-272c43eb2ac1: 3px; --gap-v-74f9ced3-6642-4ad5-b02c-272c43eb2ac1: 0px; --gap-uuid: 74f9ced3-6642-4ad5-b02c-272c43eb2ac1; max-width: 100%; }.sd[data-s-e8016ed7-7fbf-4d48-9d5b-094347061d2d] { background: #2d8659ff; border-radius: 999px 999px 999px 999px; flex: none; height: 18px; width: 18px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-e8016ed7-7fbf-4d48-9d5b-094347061d2d] { flex: none; height: 15px; width: 15px; max-width: 100%; }
}.sd[data-s-4e4d5078-3913-47ec-afa2-8899b949bc3c] { bottom: -2px; color: #ffffffff; font-size: 20px; left: -1px; position: absolute; right: -2px; top: -1px; z-index: 1; }
@media screen and (max-width: 690px){
.sd[data-s-4e4d5078-3913-47ec-afa2-8899b949bc3c] { font-size: 17px; left: -1px; right: -2px; }
}.sd[data-s-bdfbac3e-91a2-4d55-9c37-4e44b2895738] { color: #435266ff; flex: 1; font-family: var(--s-font-b082636f); font-size: 15px; font-weight: 400; height: auto; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-bdfbac3e-91a2-4d55-9c37-4e44b2895738] { flex: 1; font-size: 13px; width: auto; }
}.sd[data-s-584224a5-8f58-4b57-9704-2ec50a9b2e80] { align-content: center; align-items: center; background: #FFFFFF; border-bottom: 1px solid #003366; border-left: 1px solid #003366; border-radius: 999px; border-right: 1px solid #003366; border-top: 1px solid #003366; display: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; justify-content: center; padding: 6px 6px 6px 32px; --gap-h-584224a5-8f58-4b57-9704-2ec50a9b2e80: 24px; --gap-v-584224a5-8f58-4b57-9704-2ec50a9b2e80: 0px; --gap-uuid: 584224a5-8f58-4b57-9704-2ec50a9b2e80; }
.sd[data-s-584224a5-8f58-4b57-9704-2ec50a9b2e80]:hover { opacity: 1; --gap-h-584224a5-8f58-4b57-9704-2ec50a9b2e80: 24px; --gap-v-584224a5-8f58-4b57-9704-2ec50a9b2e80: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-584224a5-8f58-4b57-9704-2ec50a9b2e80] { display: none; --gap-h-584224a5-8f58-4b57-9704-2ec50a9b2e80: 24px; --gap-v-584224a5-8f58-4b57-9704-2ec50a9b2e80: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-584224a5-8f58-4b57-9704-2ec50a9b2e80] { display: none; --gap-h-584224a5-8f58-4b57-9704-2ec50a9b2e80: 24px; --gap-v-584224a5-8f58-4b57-9704-2ec50a9b2e80: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-584224a5-8f58-4b57-9704-2ec50a9b2e80] { display: none; --gap-h-584224a5-8f58-4b57-9704-2ec50a9b2e80: 24px; --gap-v-584224a5-8f58-4b57-9704-2ec50a9b2e80: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-584224a5-8f58-4b57-9704-2ec50a9b2e80] { display: none; --gap-h-584224a5-8f58-4b57-9704-2ec50a9b2e80: 24px; --gap-v-584224a5-8f58-4b57-9704-2ec50a9b2e80: 0px; }
}.sd[data-s-ddc2a399-ddff-4ae3-96c8-adad9f820a68] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-ffd863a4-c9b2-4751-9c27-36cd9b0ba63d] { align-content: center; align-items: center; background: rgba(10, 65, 160, 0.2); border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 40px; justify-content: center; padding: 6px; width: 40px; --gap-h-ffd863a4-c9b2-4751-9c27-36cd9b0ba63d: 0px; --gap-v-ffd863a4-c9b2-4751-9c27-36cd9b0ba63d: 20px; --gap-uuid: ffd863a4-c9b2-4751-9c27-36cd9b0ba63d; max-width: 100%; }
.sd[data-s-584224a5-8f58-4b57-9704-2ec50a9b2e80]:hover .sd[data-s-ffd863a4-c9b2-4751-9c27-36cd9b0ba63d] { padding: 2px; --gap-h-ffd863a4-c9b2-4751-9c27-36cd9b0ba63d: 0px; --gap-v-ffd863a4-c9b2-4751-9c27-36cd9b0ba63d: 20px; }.sd[data-s-3839d3f3-1a29-42ce-9e72-e8b060763880] { background: #0A41A0; border-radius: 50%; color: #FFFFFF; flex: none; font-size: 12px; height: calc(100% - (var(--gap-v-ffd863a4-c9b2-4751-9c27-36cd9b0ba63d) * 0)); padding: 4px; width: calc(100% - (var(--gap-h-ffd863a4-c9b2-4751-9c27-36cd9b0ba63d) * 0)); max-width: calc(100% - (var(--gap-h-ffd863a4-c9b2-4751-9c27-36cd9b0ba63d) * 0)); }
.sd[data-s-584224a5-8f58-4b57-9704-2ec50a9b2e80]:hover .sd[data-s-3839d3f3-1a29-42ce-9e72-e8b060763880] { flex: none; }.sd[data-s-b6cadaec-f555-4edd-bbb9-2c52c81a343b] { align-content: center; align-items: center; background: #f0f4fa; border-radius: 40px; flex-direction: column; flex-wrap: nowrap; justify-content: center; margin: 0px 0px 0px 0px; padding: 0px; width: 100%; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-b6cadaec-f555-4edd-bbb9-2c52c81a343b] { align-content: center; align-items: center; justify-content: center; margin: 0px 0px 0px 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-b6cadaec-f555-4edd-bbb9-2c52c81a343b] { margin: 0px 0px 0px 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-b6cadaec-f555-4edd-bbb9-2c52c81a343b] { margin: 0px 0px 0px 0px; }
}.sd[data-s-de1e8808-aab4-43c3-ac2f-7612b5faa392] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; justify-content: center; margin: 0px 20px; padding: 120px 0px 120px 0px; width: 1200px; --gap-h-de1e8808-aab4-43c3-ac2f-7612b5faa392: 0px; --gap-v-de1e8808-aab4-43c3-ac2f-7612b5faa392: 40px; --gap-uuid: de1e8808-aab4-43c3-ac2f-7612b5faa392; max-width: calc(100% - 40px); }
@media screen and (max-width: 990px){
.sd[data-s-de1e8808-aab4-43c3-ac2f-7612b5faa392] { padding: 100px 0px 100px 0px; --gap-h-de1e8808-aab4-43c3-ac2f-7612b5faa392: 0px; --gap-v-de1e8808-aab4-43c3-ac2f-7612b5faa392: 40px; }
}
@media screen and (max-width: 690px){
.sd[data-s-de1e8808-aab4-43c3-ac2f-7612b5faa392] { gap: 32px; padding: 70px 0px 70px 0px; --gap-h-de1e8808-aab4-43c3-ac2f-7612b5faa392: 0px; --gap-v-de1e8808-aab4-43c3-ac2f-7612b5faa392: 32px; }
}
@media screen and (max-width: 360px){
.sd[data-s-de1e8808-aab4-43c3-ac2f-7612b5faa392] { margin: 0px 16px; --gap-h-de1e8808-aab4-43c3-ac2f-7612b5faa392: 0px; --gap-v-de1e8808-aab4-43c3-ac2f-7612b5faa392: 40px; max-width: calc(100% - 32px); }
}.sd[data-s-d625de68-9f30-4055-b549-fa0066d73e8b] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: center; padding: 0px; width: auto; --gap-h-d625de68-9f30-4055-b549-fa0066d73e8b: 0px; --gap-v-d625de68-9f30-4055-b549-fa0066d73e8b: 16px; --gap-uuid: d625de68-9f30-4055-b549-fa0066d73e8b; max-width: 100%; }.sd[data-s-5e7b9720-dfba-4bb8-a6e1-51ff9c882e62] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 12px; justify-content: center; padding: 0px; --gap-h-5e7b9720-dfba-4bb8-a6e1-51ff9c882e62: 12px; --gap-v-5e7b9720-dfba-4bb8-a6e1-51ff9c882e62: 0px; --gap-uuid: 5e7b9720-dfba-4bb8-a6e1-51ff9c882e62; }
@media screen and (max-width: 690px){
.sd[data-s-5e7b9720-dfba-4bb8-a6e1-51ff9c882e62] { gap: 8px; margin: 0px 0px 0px -4px; --gap-h-5e7b9720-dfba-4bb8-a6e1-51ff9c882e62: 8px; --gap-v-5e7b9720-dfba-4bb8-a6e1-51ff9c882e62: 0px; max-width: calc(100% - -4px); }
}.sd[data-s-b4175946-be41-48b0-a84c-51d7ae39aee2] { align-content: center; align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 999px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow-x: hidden; overflow-y: hidden; padding: 4px; width: auto; --gap-h-b4175946-be41-48b0-a84c-51d7ae39aee2: 10px; --gap-v-b4175946-be41-48b0-a84c-51d7ae39aee2: 0px; --gap-uuid: b4175946-be41-48b0-a84c-51d7ae39aee2; max-width: 100%; --g-color-0: rgba(131, 214, 189, 0.2); --g-position-0: 0%; --g-color-1: rgba(0, 102, 204, 0.2); --g-position-1: 100%; --g-color-2: rgba(0, 102, 204, 0.2); --g-position-2: 100%; --g-color-3: rgba(0, 102, 204, 0.2); --g-position-3: 100%; --g-color-4: rgba(0, 102, 204, 0.2); --g-position-4: 100%; --g-color-5: rgba(0, 102, 204, 0.2); --g-position-5: 100%; --g-color-6: rgba(0, 102, 204, 0.2); --g-position-6: 100%; --g-color-7: rgba(0, 102, 204, 0.2); --g-position-7: 100%; --g-color-8: rgba(0, 102, 204, 0.2); --g-position-8: 100%; --g-color-9: rgba(0, 102, 204, 0.2); --g-position-9: 100%; --g-color-10: rgba(0, 102, 204, 0.2); --g-position-10: 100%; --g-color-11: rgba(0, 102, 204, 0.2); --g-position-11: 100%; --g-angle: 141.69deg; }.sd[data-s-729356bf-937f-4626-ba1a-8d14fec7b17b] { align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 8px; flex: none; flex-direction: column; height: 8px; justify-content: center; width: 8px; max-width: 100%; --g-color-0: rgb(131, 214, 189); --g-position-0: 0%; --g-color-1: rgb(0, 102, 204); --g-position-1: 100%; --g-color-2: rgb(0, 102, 204); --g-position-2: 100%; --g-color-3: rgb(0, 102, 204); --g-position-3: 100%; --g-color-4: rgb(0, 102, 204); --g-position-4: 100%; --g-color-5: rgb(0, 102, 204); --g-position-5: 100%; --g-color-6: rgb(0, 102, 204); --g-position-6: 100%; --g-color-7: rgb(0, 102, 204); --g-position-7: 100%; --g-color-8: rgb(0, 102, 204); --g-position-8: 100%; --g-color-9: rgb(0, 102, 204); --g-position-9: 100%; --g-color-10: rgb(0, 102, 204); --g-position-10: 100%; --g-color-11: rgb(0, 102, 204); --g-position-11: 100%; --g-angle: 141.69deg; }.sd[data-s-8435da48-e7ab-44dc-bd8d-52779381f966] { color: #003366; font-family: var(--s-font-b082636f); font-size: 15px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-8435da48-e7ab-44dc-bd8d-52779381f966] { font-size: 13px; }
}.sd[data-s-5c624547-113f-4fbf-99c9-355d82880ea6] { color: #121F32; font-family: var(--s-font-4aa63508); font-size: 28px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.5; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-5c624547-113f-4fbf-99c9-355d82880ea6] { display: flex; flex: none; font-size: 20px; width: auto; }
}
@media screen and (max-width: 360px){
.sd[data-s-5c624547-113f-4fbf-99c9-355d82880ea6] { display: flex; }
}.sd[data-s-083a9f01-c7f9-4d9c-98e0-e5f4394efea8] { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; justify-content: center; padding: 0px; --gap-h-083a9f01-c7f9-4d9c-98e0-e5f4394efea8: 0px; --gap-v-083a9f01-c7f9-4d9c-98e0-e5f4394efea8: 40px; --gap-uuid: 083a9f01-c7f9-4d9c-98e0-e5f4394efea8; }
@media screen and (max-width: 1280px){
.sd[data-s-083a9f01-c7f9-4d9c-98e0-e5f4394efea8] { display: flex; --gap-h-083a9f01-c7f9-4d9c-98e0-e5f4394efea8: 0px; --gap-v-083a9f01-c7f9-4d9c-98e0-e5f4394efea8: 40px; }
}
@media screen and (max-width: 990px){
.sd[data-s-083a9f01-c7f9-4d9c-98e0-e5f4394efea8] { display: flex; --gap-h-083a9f01-c7f9-4d9c-98e0-e5f4394efea8: 0px; --gap-v-083a9f01-c7f9-4d9c-98e0-e5f4394efea8: 40px; }
}
@media screen and (max-width: 690px){
.sd[data-s-083a9f01-c7f9-4d9c-98e0-e5f4394efea8] { display: flex; flex: none; gap: 32px; width: calc(100% - (var(--gap-h-de1e8808-aab4-43c3-ac2f-7612b5faa392) * 0)); --gap-h-083a9f01-c7f9-4d9c-98e0-e5f4394efea8: 0px; --gap-v-083a9f01-c7f9-4d9c-98e0-e5f4394efea8: 32px; max-width: calc(100% - (var(--gap-h-de1e8808-aab4-43c3-ac2f-7612b5faa392) * 0)); }
}
@media screen and (max-width: 360px){
.sd[data-s-083a9f01-c7f9-4d9c-98e0-e5f4394efea8] { display: flex; --gap-h-083a9f01-c7f9-4d9c-98e0-e5f4394efea8: 0px; --gap-v-083a9f01-c7f9-4d9c-98e0-e5f4394efea8: 40px; }
}.sd[data-s-a5b67d56-fbb2-41ec-83e8-b46c3c217aed] {  }.sd[data-s-effd2c06-b38e-4a6c-a0f9-fd1468dd6cff] {  }.sd[data-s-a23a9f83-a6ef-4be9-a426-848f782db520] { align-content: center; align-items: center; background: #FFFFFF; border-bottom: 1px solid #003366; border-left: 1px solid #003366; border-radius: 999px; border-right: 1px solid #003366; border-top: 1px solid #003366; flex-direction: row; flex-wrap: nowrap; gap: 24px; justify-content: center; padding: 6px 6px 6px 32px; --gap-h-a23a9f83-a6ef-4be9-a426-848f782db520: 24px; --gap-v-a23a9f83-a6ef-4be9-a426-848f782db520: 0px; --gap-uuid: a23a9f83-a6ef-4be9-a426-848f782db520; }
.sd[data-s-a23a9f83-a6ef-4be9-a426-848f782db520]:hover { opacity: 1; --gap-h-a23a9f83-a6ef-4be9-a426-848f782db520: 24px; --gap-v-a23a9f83-a6ef-4be9-a426-848f782db520: 0px; }.sd[data-s-a4718ba5-a885-40b3-a73a-39ef45f96908] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-3427286a-30f8-42e9-9b24-986a5216f0b5] { align-content: center; align-items: center; background: rgba(10, 65, 160, 0.2); border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 40px; justify-content: center; padding: 6px; width: 40px; --gap-h-3427286a-30f8-42e9-9b24-986a5216f0b5: 0px; --gap-v-3427286a-30f8-42e9-9b24-986a5216f0b5: 20px; --gap-uuid: 3427286a-30f8-42e9-9b24-986a5216f0b5; max-width: 100%; }
.sd[data-s-a23a9f83-a6ef-4be9-a426-848f782db520]:hover .sd[data-s-3427286a-30f8-42e9-9b24-986a5216f0b5] { padding: 2px; --gap-h-3427286a-30f8-42e9-9b24-986a5216f0b5: 0px; --gap-v-3427286a-30f8-42e9-9b24-986a5216f0b5: 20px; }.sd[data-s-13011644-9ea8-4f76-a6a7-a6d28fc88ae3] { background: #0A41A0; border-radius: 50%; color: #FFFFFF; flex: none; font-size: 12px; height: calc(100% - (var(--gap-v-3427286a-30f8-42e9-9b24-986a5216f0b5) * 0)); padding: 4px; width: calc(100% - (var(--gap-h-3427286a-30f8-42e9-9b24-986a5216f0b5) * 0)); max-width: calc(100% - (var(--gap-h-3427286a-30f8-42e9-9b24-986a5216f0b5) * 0)); }
.sd[data-s-a23a9f83-a6ef-4be9-a426-848f782db520]:hover .sd[data-s-13011644-9ea8-4f76-a6a7-a6d28fc88ae3] { flex: none; }.sd[data-s-726166ed-3d5d-40c7-b685-0db12a7fd44f] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 55px; height: auto; justify-content: flex-start; margin: 0px 20px; padding: 120px 0px 0px 0px; width: 1200px; --gap-h-726166ed-3d5d-40c7-b685-0db12a7fd44f: 0px; --gap-v-726166ed-3d5d-40c7-b685-0db12a7fd44f: 55px; --gap-uuid: 726166ed-3d5d-40c7-b685-0db12a7fd44f; max-width: calc(100% - 40px); }
@media screen and (max-width: 990px){
.sd[data-s-726166ed-3d5d-40c7-b685-0db12a7fd44f] { padding: 100px 0px 0px 0px; --gap-h-726166ed-3d5d-40c7-b685-0db12a7fd44f: 0px; --gap-v-726166ed-3d5d-40c7-b685-0db12a7fd44f: 55px; }
}
@media screen and (max-width: 690px){
.sd[data-s-726166ed-3d5d-40c7-b685-0db12a7fd44f] { flex: none; gap: 15px; height: auto; padding: 70px 0px 0px 0px; --gap-h-726166ed-3d5d-40c7-b685-0db12a7fd44f: 0px; --gap-v-726166ed-3d5d-40c7-b685-0db12a7fd44f: 15px; }
}
@media screen and (max-width: 360px){
.sd[data-s-726166ed-3d5d-40c7-b685-0db12a7fd44f] { flex: none; height: auto; margin: 0px 16px; --gap-h-726166ed-3d5d-40c7-b685-0db12a7fd44f: 0px; --gap-v-726166ed-3d5d-40c7-b685-0db12a7fd44f: 55px; max-width: calc(100% - 32px); }
}.sd[data-s-3fb471c6-0880-4d63-8a8d-5864b1361f2d] { align-content: center; align-items: center; flex: none; flex-direction: column; gap: 16px; height: auto; justify-content: flex-start; padding: 0px; width: 791px; --gap-h-3fb471c6-0880-4d63-8a8d-5864b1361f2d: 0px; --gap-v-3fb471c6-0880-4d63-8a8d-5864b1361f2d: 16px; --gap-uuid: 3fb471c6-0880-4d63-8a8d-5864b1361f2d; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-3fb471c6-0880-4d63-8a8d-5864b1361f2d] { flex: none; height: 197px; --gap-h-3fb471c6-0880-4d63-8a8d-5864b1361f2d: 0px; --gap-v-3fb471c6-0880-4d63-8a8d-5864b1361f2d: 16px; max-width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-3fb471c6-0880-4d63-8a8d-5864b1361f2d] { flex: none; height: 204px; width: calc(100% - (var(--gap-h-726166ed-3d5d-40c7-b685-0db12a7fd44f) * 0)); --gap-h-3fb471c6-0880-4d63-8a8d-5864b1361f2d: 0px; --gap-v-3fb471c6-0880-4d63-8a8d-5864b1361f2d: 16px; max-width: calc(100% - (var(--gap-h-726166ed-3d5d-40c7-b685-0db12a7fd44f) * 0)); }
}.sd[data-s-174318ca-a202-45b0-9cde-02628365e4a2] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: auto; justify-content: flex-start; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; width: auto; --gap-h-174318ca-a202-45b0-9cde-02628365e4a2: 12px; --gap-v-174318ca-a202-45b0-9cde-02628365e4a2: 0px; --gap-uuid: 174318ca-a202-45b0-9cde-02628365e4a2; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-174318ca-a202-45b0-9cde-02628365e4a2] { gap: 8px; --gap-h-174318ca-a202-45b0-9cde-02628365e4a2: 8px; --gap-v-174318ca-a202-45b0-9cde-02628365e4a2: 0px; }
}.sd[data-s-d13be3e7-5f03-4c6c-8411-7083d4f12544] { align-content: center; align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 999px; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow-x: hidden; overflow-y: hidden; padding: 4px; width: auto; --gap-h-d13be3e7-5f03-4c6c-8411-7083d4f12544: 10px; --gap-v-d13be3e7-5f03-4c6c-8411-7083d4f12544: 0px; --gap-uuid: d13be3e7-5f03-4c6c-8411-7083d4f12544; max-width: 100%; --g-color-0: rgba(131, 214, 189, 0.2); --g-position-0: 0%; --g-color-1: rgba(0, 102, 204, 0.2); --g-position-1: 100%; --g-color-2: rgba(0, 102, 204, 0.2); --g-position-2: 100%; --g-color-3: rgba(0, 102, 204, 0.2); --g-position-3: 100%; --g-color-4: rgba(0, 102, 204, 0.2); --g-position-4: 100%; --g-color-5: rgba(0, 102, 204, 0.2); --g-position-5: 100%; --g-color-6: rgba(0, 102, 204, 0.2); --g-position-6: 100%; --g-color-7: rgba(0, 102, 204, 0.2); --g-position-7: 100%; --g-color-8: rgba(0, 102, 204, 0.2); --g-position-8: 100%; --g-color-9: rgba(0, 102, 204, 0.2); --g-position-9: 100%; --g-color-10: rgba(0, 102, 204, 0.2); --g-position-10: 100%; --g-color-11: rgba(0, 102, 204, 0.2); --g-position-11: 100%; --g-angle: 141.69deg; }.sd[data-s-dc28fcf2-557f-44dc-96e6-4157f760ea02] { align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 8px; flex: none; flex-direction: column; height: 8px; justify-content: center; width: 8px; max-width: 100%; --g-color-0: rgb(131, 214, 189); --g-position-0: 0%; --g-color-1: rgb(0, 102, 204); --g-position-1: 100%; --g-color-2: rgb(0, 102, 204); --g-position-2: 100%; --g-color-3: rgb(0, 102, 204); --g-position-3: 100%; --g-color-4: rgb(0, 102, 204); --g-position-4: 100%; --g-color-5: rgb(0, 102, 204); --g-position-5: 100%; --g-color-6: rgb(0, 102, 204); --g-position-6: 100%; --g-color-7: rgb(0, 102, 204); --g-position-7: 100%; --g-color-8: rgb(0, 102, 204); --g-position-8: 100%; --g-color-9: rgb(0, 102, 204); --g-position-9: 100%; --g-color-10: rgb(0, 102, 204); --g-position-10: 100%; --g-color-11: rgb(0, 102, 204); --g-position-11: 100%; --g-angle: 141.69deg; }.sd[data-s-9bcc02b9-b476-45d3-8c0c-e9c1ae091fb8] { color: #002266; flex: none; font-family: var(--s-font-b082636f); font-size: 16px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-9bcc02b9-b476-45d3-8c0c-e9c1ae091fb8] { font-size: 13px; }
}.sd[data-s-6f8fccbf-b953-492b-bb94-4d4a5d9e61ad] { color: #121F32; flex: none; font-family: var(--s-font-4aa63508); font-size: 28px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.5; margin: 0px; text-align: center; width: 737px; max-width: 100%; justify-content: center; }
@media screen and (max-width: 990px){
.sd[data-s-6f8fccbf-b953-492b-bb94-4d4a5d9e61ad] { flex: none; width: 731px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-6f8fccbf-b953-492b-bb94-4d4a5d9e61ad] { display: flex; flex: none; font-size: 20px; width: 560px; max-width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-6f8fccbf-b953-492b-bb94-4d4a5d9e61ad] { display: flex; }
}.sd[data-s-8794d8c4-8be1-4561-98de-c6e4457719d9] { border-bottom: 3px solid #c2d0e8ff; border-left: 3px solid #c2d0e8ff; border-radius: 24px; border-right: 3px solid #c2d0e8ff; border-top: 3px solid #c2d0e8ff; color: #435266; flex: none; font-family: var(--s-font-b082636f); font-size: 15px; font-style: normal; font-weight: 500; height: 41px; letter-spacing: normal; line-height: 1.53; padding: 0px; text-align: center; width: 723px; max-width: 100%; justify-content: center; }
@media screen and (max-width: 990px){
.sd[data-s-8794d8c4-8be1-4561-98de-c6e4457719d9] { flex: none; width: 742px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-8794d8c4-8be1-4561-98de-c6e4457719d9] { font-size: 14px; height: 81px; padding: 20px; text-align: left; width: calc(100% - (var(--gap-h-3fb471c6-0880-4d63-8a8d-5864b1361f2d) * 0)); max-width: calc(100% - (var(--gap-h-3fb471c6-0880-4d63-8a8d-5864b1361f2d) * 0)); justify-content: flex-start; }
}
@media screen and (max-width: 360px){
.sd[data-s-8794d8c4-8be1-4561-98de-c6e4457719d9] { height: 76px; text-align: left; width: calc(100% - (var(--gap-h-3fb471c6-0880-4d63-8a8d-5864b1361f2d) * 0)); max-width: calc(100% - (var(--gap-h-3fb471c6-0880-4d63-8a8d-5864b1361f2d) * 0)); justify-content: flex-start; }
}.sd[data-s-5f4c132c-1ac0-417d-8162-6bc307cabe4b] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: 120px; justify-content: center; padding: 0px; width: 702px; --gap-h-5f4c132c-1ac0-417d-8162-6bc307cabe4b: 0px; --gap-v-5f4c132c-1ac0-417d-8162-6bc307cabe4b: 6px; --gap-uuid: 5f4c132c-1ac0-417d-8162-6bc307cabe4b; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-5f4c132c-1ac0-417d-8162-6bc307cabe4b] { align-content: flex-start; align-items: flex-start; gap: 8px; height: 223px; justify-content: center; margin: 0px 0px 0px -4px; width: 301px; --gap-h-5f4c132c-1ac0-417d-8162-6bc307cabe4b: 0px; --gap-v-5f4c132c-1ac0-417d-8162-6bc307cabe4b: 8px; max-width: calc(100% - -4px); }
}
@media screen and (max-width: 360px){
.sd[data-s-5f4c132c-1ac0-417d-8162-6bc307cabe4b] { height: 255px; width: 251px; --gap-h-5f4c132c-1ac0-417d-8162-6bc307cabe4b: 0px; --gap-v-5f4c132c-1ac0-417d-8162-6bc307cabe4b: 6px; max-width: calc(100% - -4px); }
}.sd[data-s-a8177088-fe8b-4c85-9a6b-d53db22ec675] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 12px; justify-content: center; padding: 0px; --gap-h-a8177088-fe8b-4c85-9a6b-d53db22ec675: 12px; --gap-v-a8177088-fe8b-4c85-9a6b-d53db22ec675: 0px; --gap-uuid: a8177088-fe8b-4c85-9a6b-d53db22ec675; }
@media screen and (max-width: 690px){
.sd[data-s-a8177088-fe8b-4c85-9a6b-d53db22ec675] { gap: 8px; margin: 0px 0px 0px -4px; --gap-h-a8177088-fe8b-4c85-9a6b-d53db22ec675: 8px; --gap-v-a8177088-fe8b-4c85-9a6b-d53db22ec675: 0px; max-width: calc(100% - -4px); }
}.sd[data-s-3d9b8ffe-d9c9-49b9-94a8-4dd6128986b2] { align-content: center; align-items: center; background: transparent; border-radius: 999px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 0px; width: auto; --gap-h-3d9b8ffe-d9c9-49b9-94a8-4dd6128986b2: 10px; --gap-v-3d9b8ffe-d9c9-49b9-94a8-4dd6128986b2: 0px; --gap-uuid: 3d9b8ffe-d9c9-49b9-94a8-4dd6128986b2; max-width: 100%; }.sd[data-s-441f4139-0fad-4d78-9ac8-84a23b4666fc] { align-items: center; background: #0a41a0ff; border-radius: 50%; flex: none; flex-direction: column; height: 10px; justify-content: center; width: 10px; max-width: 100%; }.sd[data-s-2eadd957-388a-41c5-85c1-cebb486b78ee] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 15px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-2eadd957-388a-41c5-85c1-cebb486b78ee] { font-size: 13px; }
}.sd[data-s-6cbff5f5-320f-444f-8c21-266a880bf60c] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 12px; justify-content: center; padding: 0px; --gap-h-6cbff5f5-320f-444f-8c21-266a880bf60c: 12px; --gap-v-6cbff5f5-320f-444f-8c21-266a880bf60c: 0px; --gap-uuid: 6cbff5f5-320f-444f-8c21-266a880bf60c; }
@media screen and (max-width: 690px){
.sd[data-s-6cbff5f5-320f-444f-8c21-266a880bf60c] { gap: 8px; margin: 0px 0px 0px -4px; --gap-h-6cbff5f5-320f-444f-8c21-266a880bf60c: 8px; --gap-v-6cbff5f5-320f-444f-8c21-266a880bf60c: 0px; max-width: calc(100% - -4px); }
}.sd[data-s-faecef4b-7dcd-4704-9b9f-50b9057796f8] { align-content: center; align-items: center; background: transparent; border-radius: 999px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 0px; width: auto; --gap-h-faecef4b-7dcd-4704-9b9f-50b9057796f8: 10px; --gap-v-faecef4b-7dcd-4704-9b9f-50b9057796f8: 0px; --gap-uuid: faecef4b-7dcd-4704-9b9f-50b9057796f8; max-width: 100%; }.sd[data-s-2e4edaed-94f3-4770-8f3e-16b433c0b82a] { align-items: center; background: #0a41a0ff; border-radius: 50%; flex: none; flex-direction: column; height: 10px; justify-content: center; width: 10px; max-width: 100%; }.sd[data-s-632226d2-2528-4f11-ac2b-c1e41f94ad07] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 15px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-632226d2-2528-4f11-ac2b-c1e41f94ad07] { font-size: 13px; }
}.sd[data-s-8210d9b4-17a6-4614-82fd-f94e2149d6fb] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: auto; justify-content: center; margin: 0px 0px 0px 42px; padding: 0px; --gap-h-8210d9b4-17a6-4614-82fd-f94e2149d6fb: 12px; --gap-v-8210d9b4-17a6-4614-82fd-f94e2149d6fb: 0px; --gap-uuid: 8210d9b4-17a6-4614-82fd-f94e2149d6fb; max-width: calc(100% - 42px); }
@media screen and (max-width: 690px){
.sd[data-s-8210d9b4-17a6-4614-82fd-f94e2149d6fb] { gap: 8px; margin: 0px 0px 0px 45px; width: 518px; --gap-h-8210d9b4-17a6-4614-82fd-f94e2149d6fb: 8px; --gap-v-8210d9b4-17a6-4614-82fd-f94e2149d6fb: 0px; max-width: calc(100% - 45px); }
}.sd[data-s-18a85b17-ce99-4c13-ba5a-9060094d0047] { align-content: center; align-items: center; background: transparent; border-radius: 999px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 0px; width: auto; --gap-h-18a85b17-ce99-4c13-ba5a-9060094d0047: 10px; --gap-v-18a85b17-ce99-4c13-ba5a-9060094d0047: 0px; --gap-uuid: 18a85b17-ce99-4c13-ba5a-9060094d0047; max-width: 100%; }.sd[data-s-cc9e01df-d021-4e50-aa2a-fcd94c6e21fd] { align-items: center; background: transparent; border-bottom: 1px solid #0a41a0ff; border-left: 1px solid #0a41a0ff; border-radius: 50%; border-right: 1px solid #0a41a0ff; border-top: 1px solid #0a41a0ff; flex: none; flex-direction: column; height: 8px; justify-content: center; width: 8px; max-width: 100%; }.sd[data-s-3feeabac-f7f8-4799-915b-7d8b5e3f1407] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 15px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.4; margin: 0px 0px 0px 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-3feeabac-f7f8-4799-915b-7d8b5e3f1407] { font-size: 13px; }
}.sd[data-s-80068120-24af-42c6-ac1c-527253becfef] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: auto; justify-content: center; margin: 0px 0px 0px 42px; padding: 0px; --gap-h-80068120-24af-42c6-ac1c-527253becfef: 12px; --gap-v-80068120-24af-42c6-ac1c-527253becfef: 0px; --gap-uuid: 80068120-24af-42c6-ac1c-527253becfef; max-width: calc(100% - 42px); }
@media screen and (max-width: 690px){
.sd[data-s-80068120-24af-42c6-ac1c-527253becfef] { gap: 8px; margin: 0px 0px 0px 38px; --gap-h-80068120-24af-42c6-ac1c-527253becfef: 8px; --gap-v-80068120-24af-42c6-ac1c-527253becfef: 0px; max-width: calc(100% - 38px); }
}
@media screen and (max-width: 360px){
.sd[data-s-80068120-24af-42c6-ac1c-527253becfef] { margin: 0px 0px 0px 37px; --gap-h-80068120-24af-42c6-ac1c-527253becfef: 12px; --gap-v-80068120-24af-42c6-ac1c-527253becfef: 0px; max-width: calc(100% - 37px); }
}.sd[data-s-655723db-0977-49f0-b2c8-59b955053b55] { align-content: center; align-items: center; background: transparent; border-radius: 999px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 0px; width: auto; --gap-h-655723db-0977-49f0-b2c8-59b955053b55: 10px; --gap-v-655723db-0977-49f0-b2c8-59b955053b55: 0px; --gap-uuid: 655723db-0977-49f0-b2c8-59b955053b55; max-width: 100%; }.sd[data-s-d0317fb3-b1e1-411e-bd85-0a6bd08615f0] { align-items: center; background: transparent; border-bottom: 1px solid #0a41a0ff; border-left: 1px solid #0a41a0ff; border-radius: 50%; border-right: 1px solid #0a41a0ff; border-top: 1px solid #0a41a0ff; flex: none; flex-direction: column; height: 8px; justify-content: center; width: 8px; max-width: 100%; }.sd[data-s-a2364380-0367-4451-ac92-b1cf5ff0b40e] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 15px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.4; margin: 0px 0px 0px 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-a2364380-0367-4451-ac92-b1cf5ff0b40e] { font-size: 13px; }
}.sd[data-s-cd095b0a-f4ab-47ff-aa5e-b81009558d8d] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 12px; justify-content: center; padding: 0px; --gap-h-cd095b0a-f4ab-47ff-aa5e-b81009558d8d: 12px; --gap-v-cd095b0a-f4ab-47ff-aa5e-b81009558d8d: 0px; --gap-uuid: cd095b0a-f4ab-47ff-aa5e-b81009558d8d; }
@media screen and (max-width: 690px){
.sd[data-s-cd095b0a-f4ab-47ff-aa5e-b81009558d8d] { gap: 8px; margin: 0px 0px 0px -4px; --gap-h-cd095b0a-f4ab-47ff-aa5e-b81009558d8d: 8px; --gap-v-cd095b0a-f4ab-47ff-aa5e-b81009558d8d: 0px; max-width: calc(100% - -4px); }
}.sd[data-s-f663e601-5416-41ff-8896-350af61e2c9e] { align-content: center; align-items: center; background: transparent; border-radius: 999px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 0px; width: auto; --gap-h-f663e601-5416-41ff-8896-350af61e2c9e: 10px; --gap-v-f663e601-5416-41ff-8896-350af61e2c9e: 0px; --gap-uuid: f663e601-5416-41ff-8896-350af61e2c9e; max-width: 100%; }.sd[data-s-8bca0fed-117d-41a1-bcf2-05849c8bc3c8] { align-items: center; background: #0a41a0ff; border-radius: 50%; flex: none; flex-direction: column; height: 10px; justify-content: center; width: 10px; max-width: 100%; }.sd[data-s-afdd8559-2b49-4aaa-9789-e18b1fbdebf8] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 15px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-afdd8559-2b49-4aaa-9789-e18b1fbdebf8] { font-size: 13px; }
}.sd[data-s-606b509c-594f-4632-a3bd-1b31173c5d41] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 211px; justify-content: center; padding: 0px; width: 702px; --gap-h-606b509c-594f-4632-a3bd-1b31173c5d41: 40px; --gap-v-606b509c-594f-4632-a3bd-1b31173c5d41: 0px; --gap-uuid: 606b509c-594f-4632-a3bd-1b31173c5d41; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-606b509c-594f-4632-a3bd-1b31173c5d41] { flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 377px; margin: 0px 0px 0px -4px; --gap-h-606b509c-594f-4632-a3bd-1b31173c5d41: 0px; --gap-v-606b509c-594f-4632-a3bd-1b31173c5d41: 16px; max-width: calc(100% - -4px); }
}
@media screen and (max-width: 360px){
.sd[data-s-606b509c-594f-4632-a3bd-1b31173c5d41] { height: 357px; --gap-h-606b509c-594f-4632-a3bd-1b31173c5d41: 40px; --gap-v-606b509c-594f-4632-a3bd-1b31173c5d41: 0px; max-width: calc(100% - -4px); }
}.sd[data-s-5c6f92c0-c966-4d55-9c5b-359a401f07d8] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: calc(100% - (var(--gap-v-606b509c-594f-4632-a3bd-1b31173c5d41) * 0)); justify-content: center; padding: 0px; width: 257px; --gap-h-5c6f92c0-c966-4d55-9c5b-359a401f07d8: 0px; --gap-v-5c6f92c0-c966-4d55-9c5b-359a401f07d8: 0px; --gap-uuid: 5c6f92c0-c966-4d55-9c5b-359a401f07d8; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-5c6f92c0-c966-4d55-9c5b-359a401f07d8] { gap: 8px; height: 138px; margin: 0px 0px 0px -4px; --gap-h-5c6f92c0-c966-4d55-9c5b-359a401f07d8: 0px; --gap-v-5c6f92c0-c966-4d55-9c5b-359a401f07d8: 8px; max-width: calc(100% - -4px); }
}.sd[data-s-d62af113-9856-4ae7-bc5f-154a61d72d1b] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 140px; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-5c6f92c0-c966-4d55-9c5b-359a401f07d8) * 0)); --gap-h-d62af113-9856-4ae7-bc5f-154a61d72d1b: 10px; --gap-v-d62af113-9856-4ae7-bc5f-154a61d72d1b: 0px; --gap-uuid: d62af113-9856-4ae7-bc5f-154a61d72d1b; max-width: calc(100% - (var(--gap-h-5c6f92c0-c966-4d55-9c5b-359a401f07d8) * 0)); }.sd[data-s-1a30c31c-c629-4e54-b83b-80e2453789f4] { height: 128px; width: 109px; max-width: 100%; }.sd[data-s-feb03b6f-9ad2-42ba-aa9f-fe9d0d685e53] { height: 128px; width: calc(50% - (var(--gap-h-d62af113-9856-4ae7-bc5f-154a61d72d1b) * 0.5)); max-width: calc(50% - (var(--gap-h-d62af113-9856-4ae7-bc5f-154a61d72d1b) * 0.5)); }.sd[data-s-f1f17fd1-13cc-48c7-8bc2-5c18df92fa3e] { color: #003366; flex: none; font-family: var(--s-font-4aa63508); font-size: 15px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.4; text-align: left; width: 167px; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-f1f17fd1-13cc-48c7-8bc2-5c18df92fa3e] { font-size: 13px; }
}.sd[data-s-3193afba-e470-4f0a-b6bf-3cdc4cba776f] { align-content: center; align-items: center; border-bottom: 3px solid #f0f4faff; border-left: 3px solid #f0f4faff; border-radius: 12px; border-right: 3px solid #f0f4faff; border-top: 3px solid #f0f4faff; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: calc(100% - (var(--gap-v-606b509c-594f-4632-a3bd-1b31173c5d41) * 0)); justify-content: center; padding: 0px; width: calc(50% - (var(--gap-h-606b509c-594f-4632-a3bd-1b31173c5d41) * 0.5)); --gap-h-3193afba-e470-4f0a-b6bf-3cdc4cba776f: 0px; --gap-v-3193afba-e470-4f0a-b6bf-3cdc4cba776f: 0px; --gap-uuid: 3193afba-e470-4f0a-b6bf-3cdc4cba776f; max-width: calc(50% - (var(--gap-h-606b509c-594f-4632-a3bd-1b31173c5d41) * 0.5)); }
@media screen and (max-width: 690px){
.sd[data-s-3193afba-e470-4f0a-b6bf-3cdc4cba776f] { gap: 8px; height: 191px; margin: 0px 0px 0px -4px; width: 310px; --gap-h-3193afba-e470-4f0a-b6bf-3cdc4cba776f: 0px; --gap-v-3193afba-e470-4f0a-b6bf-3cdc4cba776f: 8px; max-width: calc(100% - -4px); }
}
@media screen and (max-width: 360px){
.sd[data-s-3193afba-e470-4f0a-b6bf-3cdc4cba776f] { gap: 3px; width: 284px; --gap-h-3193afba-e470-4f0a-b6bf-3cdc4cba776f: 0px; --gap-v-3193afba-e470-4f0a-b6bf-3cdc4cba776f: 3px; max-width: calc(100% - -4px); }
}.sd[data-s-d3c99e61-d2b3-4449-b9f4-c2ad6dd6e432] { color: #003366; flex: none; font-family: var(--s-font-4aa63508); font-size: 15px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.4; margin: 0px 0px 4px 0px; padding: 0px; text-align: left; width: 274px; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-d3c99e61-d2b3-4449-b9f4-c2ad6dd6e432] { font-size: 13px; }
}
@media screen and (max-width: 360px){
.sd[data-s-d3c99e61-d2b3-4449-b9f4-c2ad6dd6e432] { width: 253px; max-width: 100%; }
}.sd[data-s-fa83e1e9-37dd-4f5e-993e-5ae4c339c24b] { background: transparent; border-bottom: 0px solid #002266ff; border-left: 0px solid #002266ff; border-right: 0px solid #002266ff; border-top: 1px solid #002266ff; height: 8px; width: 276px; max-width: 100%; }
@media screen and (max-width: 360px){
.sd[data-s-fa83e1e9-37dd-4f5e-993e-5ae4c339c24b] { height: 6px; width: 259px; max-width: 100%; }
}.sd[data-s-65805999-92ae-4fca-8e21-ec93801c1d2f] { color: #003366; flex: none; font-family: var(--s-font-b082636f); font-size: 15px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.4; text-align: left; width: 286px; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-65805999-92ae-4fca-8e21-ec93801c1d2f] { font-size: 13px; }
}
@media screen and (max-width: 360px){
.sd[data-s-65805999-92ae-4fca-8e21-ec93801c1d2f] { width: 262px; max-width: 100%; }
}.sd[data-s-5c6d6183-489c-40d5-bf49-e945f04d9c8c] { align-content: stretch; align-items: stretch; border-bottom: 0px solid #000000; border-left: 0px solid #000000; border-right: 0px solid #000000; border-top: 0px solid #000000; flex-direction: row; flex-wrap: nowrap; gap: 20px; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-726166ed-3d5d-40c7-b685-0db12a7fd44f) * 0)); --gap-h-5c6d6183-489c-40d5-bf49-e945f04d9c8c: 20px; --gap-v-5c6d6183-489c-40d5-bf49-e945f04d9c8c: 0px; --gap-uuid: 5c6d6183-489c-40d5-bf49-e945f04d9c8c; max-width: calc(100% - (var(--gap-h-726166ed-3d5d-40c7-b685-0db12a7fd44f) * 0)); }
@media screen and (max-width: 990px){
.sd[data-s-5c6d6183-489c-40d5-bf49-e945f04d9c8c] { gap: 16px; --gap-h-5c6d6183-489c-40d5-bf49-e945f04d9c8c: 16px; --gap-v-5c6d6183-489c-40d5-bf49-e945f04d9c8c: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-5c6d6183-489c-40d5-bf49-e945f04d9c8c] { flex-direction: column; flex-wrap: nowrap; --gap-h-5c6d6183-489c-40d5-bf49-e945f04d9c8c: 0px; --gap-v-5c6d6183-489c-40d5-bf49-e945f04d9c8c: 20px; }
}.sd[data-s-174908cb-212a-4791-9ea9-568ecdc2114d] { align-content: center; align-items: center; background: #f0f4fa; border-radius: 22px; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; justify-content: space-between; padding: 40px 40px; width: 770px; --gap-h-174908cb-212a-4791-9ea9-568ecdc2114d: 0px; --gap-v-174908cb-212a-4791-9ea9-568ecdc2114d: 32px; --gap-uuid: 174908cb-212a-4791-9ea9-568ecdc2114d; max-width: 100%; }
.sd[data-s-174908cb-212a-4791-9ea9-568ecdc2114d]:hover { background: rgba(240, 244, 250, 0.7); opacity: 1; --gap-h-174908cb-212a-4791-9ea9-568ecdc2114d: 0px; --gap-v-174908cb-212a-4791-9ea9-568ecdc2114d: 32px; }
@media screen and (max-width: 1280px){
.sd[data-s-174908cb-212a-4791-9ea9-568ecdc2114d] { padding: 40px 20px 40px 20px; --gap-h-174908cb-212a-4791-9ea9-568ecdc2114d: 0px; --gap-v-174908cb-212a-4791-9ea9-568ecdc2114d: 32px; }
}
@media screen and (max-width: 990px){
.sd[data-s-174908cb-212a-4791-9ea9-568ecdc2114d] { padding: 40px 20px 40px 20px; --gap-h-174908cb-212a-4791-9ea9-568ecdc2114d: 0px; --gap-v-174908cb-212a-4791-9ea9-568ecdc2114d: 32px; }
}
@media screen and (max-width: 690px){
.sd[data-s-174908cb-212a-4791-9ea9-568ecdc2114d] { gap: 24px; padding: 30px 20px 30px 20px; width: calc(100% - (var(--gap-h-5c6d6183-489c-40d5-bf49-e945f04d9c8c) * 0)); --gap-h-174908cb-212a-4791-9ea9-568ecdc2114d: 0px; --gap-v-174908cb-212a-4791-9ea9-568ecdc2114d: 24px; max-width: calc(100% - (var(--gap-h-5c6d6183-489c-40d5-bf49-e945f04d9c8c) * 0)); }
}.sd[data-s-b9fa2cf8-b5d3-4dac-b81f-0fd1af7ba6e0] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 12px; justify-content: center; padding: 0px; --gap-h-b9fa2cf8-b5d3-4dac-b81f-0fd1af7ba6e0: 12px; --gap-v-b9fa2cf8-b5d3-4dac-b81f-0fd1af7ba6e0: 0px; --gap-uuid: b9fa2cf8-b5d3-4dac-b81f-0fd1af7ba6e0; }
@media screen and (max-width: 990px){
.sd[data-s-b9fa2cf8-b5d3-4dac-b81f-0fd1af7ba6e0] { gap: 8px; --gap-h-b9fa2cf8-b5d3-4dac-b81f-0fd1af7ba6e0: 8px; --gap-v-b9fa2cf8-b5d3-4dac-b81f-0fd1af7ba6e0: 0px; }
}.sd[data-s-b8fa4c3b-70a2-4eb8-bffe-12af3ddd7522] { color: #003366; flex: 1; font-family: var(--s-font-4aa63508); font-size: 20px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1.6; margin: 0px 0px 0px 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-b8fa4c3b-70a2-4eb8-bffe-12af3ddd7522] { font-size: 16px; text-align: left; justify-content: flex-start; }
}
@media screen and (max-width: 360px){
.sd[data-s-b8fa4c3b-70a2-4eb8-bffe-12af3ddd7522] { flex: none; text-align: left; width: 293px; max-width: 100%; justify-content: flex-start; }
}.sd[data-s-8de6665b-888e-43e8-b698-7146b338a328] { align-content: center; align-items: center; background: transparent; flex-direction: column; flex-wrap: nowrap; height: 113px; justify-content: center; width: 200px; max-width: 100%; }.sd[data-s-521eff05-f233-4c17-8bed-9b52c3aab48c] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 12px; justify-content: center; padding: 0px; --gap-h-521eff05-f233-4c17-8bed-9b52c3aab48c: 12px; --gap-v-521eff05-f233-4c17-8bed-9b52c3aab48c: 0px; --gap-uuid: 521eff05-f233-4c17-8bed-9b52c3aab48c; }
@media screen and (max-width: 990px){
.sd[data-s-521eff05-f233-4c17-8bed-9b52c3aab48c] { gap: 8px; --gap-h-521eff05-f233-4c17-8bed-9b52c3aab48c: 8px; --gap-v-521eff05-f233-4c17-8bed-9b52c3aab48c: 0px; }
}.sd[data-s-7cd1c63e-7a40-4e0d-9221-1dd8d4991a13] { align-content: center; align-items: center; background: #FFFFFF; border-bottom: 1px solid #003366; border-left: 1px solid #003366; border-radius: 999px; border-right: 1px solid #003366; border-top: 1px solid #003366; flex-direction: row; flex-wrap: nowrap; gap: 24px; justify-content: center; padding: 6px 6px 6px 32px; --gap-h-7cd1c63e-7a40-4e0d-9221-1dd8d4991a13: 24px; --gap-v-7cd1c63e-7a40-4e0d-9221-1dd8d4991a13: 0px; --gap-uuid: 7cd1c63e-7a40-4e0d-9221-1dd8d4991a13; }
.sd[data-s-7cd1c63e-7a40-4e0d-9221-1dd8d4991a13]:hover { opacity: 1; --gap-h-7cd1c63e-7a40-4e0d-9221-1dd8d4991a13: 24px; --gap-v-7cd1c63e-7a40-4e0d-9221-1dd8d4991a13: 0px; }.sd[data-s-69bbf99c-6281-4371-8275-eed6c1c2e1a6] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-690a370a-3bff-48e8-baa8-c63c477b050a] { align-content: center; align-items: center; background: rgba(10, 65, 160, 0.2); border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 40px; justify-content: center; padding: 6px; width: 40px; --gap-h-690a370a-3bff-48e8-baa8-c63c477b050a: 0px; --gap-v-690a370a-3bff-48e8-baa8-c63c477b050a: 20px; --gap-uuid: 690a370a-3bff-48e8-baa8-c63c477b050a; max-width: 100%; }
.sd[data-s-7cd1c63e-7a40-4e0d-9221-1dd8d4991a13]:hover .sd[data-s-690a370a-3bff-48e8-baa8-c63c477b050a] { padding: 2px; --gap-h-690a370a-3bff-48e8-baa8-c63c477b050a: 0px; --gap-v-690a370a-3bff-48e8-baa8-c63c477b050a: 20px; }.sd[data-s-c441f011-b325-4ace-a449-071d29b34cbb] { background: #0A41A0; border-radius: 50%; color: #FFFFFF; flex: none; font-size: 12px; height: calc(100% - (var(--gap-v-690a370a-3bff-48e8-baa8-c63c477b050a) * 0)); padding: 4px; width: calc(100% - (var(--gap-h-690a370a-3bff-48e8-baa8-c63c477b050a) * 0)); max-width: calc(100% - (var(--gap-h-690a370a-3bff-48e8-baa8-c63c477b050a) * 0)); }
.sd[data-s-7cd1c63e-7a40-4e0d-9221-1dd8d4991a13]:hover .sd[data-s-c441f011-b325-4ace-a449-071d29b34cbb] { flex: none; }.sd[data-s-e13e5065-11ac-4931-9b3f-2e630b64700f] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; justify-content: flex-start; margin: 0px 20px; padding: 120px 0px 0px 0px; width: 1200px; --gap-h-e13e5065-11ac-4931-9b3f-2e630b64700f: 0px; --gap-v-e13e5065-11ac-4931-9b3f-2e630b64700f: 40px; --gap-uuid: e13e5065-11ac-4931-9b3f-2e630b64700f; max-width: calc(100% - 40px); }
@media screen and (max-width: 990px){
.sd[data-s-e13e5065-11ac-4931-9b3f-2e630b64700f] { padding: 100px 0px 0px 0px; --gap-h-e13e5065-11ac-4931-9b3f-2e630b64700f: 0px; --gap-v-e13e5065-11ac-4931-9b3f-2e630b64700f: 40px; }
}
@media screen and (max-width: 690px){
.sd[data-s-e13e5065-11ac-4931-9b3f-2e630b64700f] { gap: 32px; padding: 70px 0px 0px 0px; --gap-h-e13e5065-11ac-4931-9b3f-2e630b64700f: 0px; --gap-v-e13e5065-11ac-4931-9b3f-2e630b64700f: 32px; }
}
@media screen and (max-width: 360px){
.sd[data-s-e13e5065-11ac-4931-9b3f-2e630b64700f] { margin: 0px 16px; --gap-h-e13e5065-11ac-4931-9b3f-2e630b64700f: 0px; --gap-v-e13e5065-11ac-4931-9b3f-2e630b64700f: 40px; max-width: calc(100% - 32px); }
}.sd[data-s-0b2fbc93-8100-46a0-978a-72ef24f23957] { align-content: center; align-items: center; flex-direction: column; gap: 16px; height: auto; justify-content: flex-start; padding: 0px; width: auto; --gap-h-0b2fbc93-8100-46a0-978a-72ef24f23957: 0px; --gap-v-0b2fbc93-8100-46a0-978a-72ef24f23957: 16px; --gap-uuid: 0b2fbc93-8100-46a0-978a-72ef24f23957; max-width: 100%; }.sd[data-s-842d1469-3e33-49ac-a0f3-a230639cd17a] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: auto; justify-content: flex-start; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; width: auto; --gap-h-842d1469-3e33-49ac-a0f3-a230639cd17a: 12px; --gap-v-842d1469-3e33-49ac-a0f3-a230639cd17a: 0px; --gap-uuid: 842d1469-3e33-49ac-a0f3-a230639cd17a; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-842d1469-3e33-49ac-a0f3-a230639cd17a] { gap: 8px; --gap-h-842d1469-3e33-49ac-a0f3-a230639cd17a: 8px; --gap-v-842d1469-3e33-49ac-a0f3-a230639cd17a: 0px; }
}.sd[data-s-4e1153ef-2a50-4d1c-bfc5-57b1386f7f87] { align-content: center; align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 999px; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow-x: hidden; overflow-y: hidden; padding: 4px; width: auto; --gap-h-4e1153ef-2a50-4d1c-bfc5-57b1386f7f87: 10px; --gap-v-4e1153ef-2a50-4d1c-bfc5-57b1386f7f87: 0px; --gap-uuid: 4e1153ef-2a50-4d1c-bfc5-57b1386f7f87; max-width: 100%; --g-color-0: rgba(131, 214, 189, 0.2); --g-position-0: 0%; --g-color-1: rgba(0, 102, 204, 0.2); --g-position-1: 100%; --g-color-2: rgba(0, 102, 204, 0.2); --g-position-2: 100%; --g-color-3: rgba(0, 102, 204, 0.2); --g-position-3: 100%; --g-color-4: rgba(0, 102, 204, 0.2); --g-position-4: 100%; --g-color-5: rgba(0, 102, 204, 0.2); --g-position-5: 100%; --g-color-6: rgba(0, 102, 204, 0.2); --g-position-6: 100%; --g-color-7: rgba(0, 102, 204, 0.2); --g-position-7: 100%; --g-color-8: rgba(0, 102, 204, 0.2); --g-position-8: 100%; --g-color-9: rgba(0, 102, 204, 0.2); --g-position-9: 100%; --g-color-10: rgba(0, 102, 204, 0.2); --g-position-10: 100%; --g-color-11: rgba(0, 102, 204, 0.2); --g-position-11: 100%; --g-angle: 141.69deg; }.sd[data-s-ab6d4f27-7298-41d6-a646-59c1565940a1] { align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 8px; flex: none; flex-direction: column; height: 8px; justify-content: center; width: 8px; max-width: 100%; --g-color-0: rgb(131, 214, 189); --g-position-0: 0%; --g-color-1: rgb(0, 102, 204); --g-position-1: 100%; --g-color-2: rgb(0, 102, 204); --g-position-2: 100%; --g-color-3: rgb(0, 102, 204); --g-position-3: 100%; --g-color-4: rgb(0, 102, 204); --g-position-4: 100%; --g-color-5: rgb(0, 102, 204); --g-position-5: 100%; --g-color-6: rgb(0, 102, 204); --g-position-6: 100%; --g-color-7: rgb(0, 102, 204); --g-position-7: 100%; --g-color-8: rgb(0, 102, 204); --g-position-8: 100%; --g-color-9: rgb(0, 102, 204); --g-position-9: 100%; --g-color-10: rgb(0, 102, 204); --g-position-10: 100%; --g-color-11: rgb(0, 102, 204); --g-position-11: 100%; --g-angle: 141.69deg; }.sd[data-s-71b8339a-97de-42f8-9d73-9f9ed568bbed] { color: #002266; flex: none; font-family: var(--s-font-b082636f); font-size: 16px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-71b8339a-97de-42f8-9d73-9f9ed568bbed] { font-size: 13px; }
}.sd[data-s-682bd830-c8ff-4e52-abc1-8fb93b18d7e1] { color: #121F32; flex: none; font-family: var(--s-font-4aa63508); font-size: 28px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.5; margin: 0px; text-align: center; width: 596px; max-width: 100%; justify-content: center; }
@media screen and (max-width: 990px){
.sd[data-s-682bd830-c8ff-4e52-abc1-8fb93b18d7e1] { flex: none; width: 590px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-682bd830-c8ff-4e52-abc1-8fb93b18d7e1] { display: flex; flex: none; font-size: 20px; width: 428px; max-width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-682bd830-c8ff-4e52-abc1-8fb93b18d7e1] { display: flex; }
}.sd[data-s-34c41474-df80-44fe-89cc-a72bbcc254b2] { color: #435266; flex: none; font-family: var(--s-font-b082636f); font-size: 16px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 2; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 990px){
.sd[data-s-34c41474-df80-44fe-89cc-a72bbcc254b2] { flex: none; width: 446px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-34c41474-df80-44fe-89cc-a72bbcc254b2] { font-size: 14px; }
}.sd[data-s-343802fc-774b-420d-826a-219fdd92b8fa] { align-content: stretch; align-items: stretch; flex-direction: row; flex-wrap: nowrap; gap: 20px; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-e13e5065-11ac-4931-9b3f-2e630b64700f) * 0)); --gap-h-343802fc-774b-420d-826a-219fdd92b8fa: 20px; --gap-v-343802fc-774b-420d-826a-219fdd92b8fa: 0px; --gap-uuid: 343802fc-774b-420d-826a-219fdd92b8fa; max-width: calc(100% - (var(--gap-h-e13e5065-11ac-4931-9b3f-2e630b64700f) * 0)); }
@media screen and (max-width: 990px){
.sd[data-s-343802fc-774b-420d-826a-219fdd92b8fa] { gap: 16px; --gap-h-343802fc-774b-420d-826a-219fdd92b8fa: 16px; --gap-v-343802fc-774b-420d-826a-219fdd92b8fa: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-343802fc-774b-420d-826a-219fdd92b8fa] { flex-direction: column; flex-wrap: nowrap; --gap-h-343802fc-774b-420d-826a-219fdd92b8fa: 0px; --gap-v-343802fc-774b-420d-826a-219fdd92b8fa: 20px; }
}.sd[data-s-c60a98c6-bd9f-4b33-8577-ac0b16a2f108] { align-content: center; align-items: center; background: #f0f4fa; border-radius: 10px; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; justify-content: space-between; padding: 40px 40px; width: calc(50% - (var(--gap-h-343802fc-774b-420d-826a-219fdd92b8fa) * 0.5)); --gap-h-c60a98c6-bd9f-4b33-8577-ac0b16a2f108: 0px; --gap-v-c60a98c6-bd9f-4b33-8577-ac0b16a2f108: 32px; --gap-uuid: c60a98c6-bd9f-4b33-8577-ac0b16a2f108; max-width: calc(50% - (var(--gap-h-343802fc-774b-420d-826a-219fdd92b8fa) * 0.5)); }
.sd[data-s-c60a98c6-bd9f-4b33-8577-ac0b16a2f108]:hover { background: rgba(240, 244, 250, 0.7); opacity: 1; --gap-h-c60a98c6-bd9f-4b33-8577-ac0b16a2f108: 0px; --gap-v-c60a98c6-bd9f-4b33-8577-ac0b16a2f108: 32px; }
@media screen and (max-width: 1280px){
.sd[data-s-c60a98c6-bd9f-4b33-8577-ac0b16a2f108] { padding: 20px 20px 40px 20px; --gap-h-c60a98c6-bd9f-4b33-8577-ac0b16a2f108: 0px; --gap-v-c60a98c6-bd9f-4b33-8577-ac0b16a2f108: 32px; }
}
@media screen and (max-width: 690px){
.sd[data-s-c60a98c6-bd9f-4b33-8577-ac0b16a2f108] { gap: 24px; padding: 20px 20px 28px 20px; width: calc(100% - (var(--gap-h-343802fc-774b-420d-826a-219fdd92b8fa) * 0)); --gap-h-c60a98c6-bd9f-4b33-8577-ac0b16a2f108: 0px; --gap-v-c60a98c6-bd9f-4b33-8577-ac0b16a2f108: 24px; max-width: calc(100% - (var(--gap-h-343802fc-774b-420d-826a-219fdd92b8fa) * 0)); }
}.sd[data-s-c613af7e-034b-4c11-a444-de4b7640ab81] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 32px; justify-content: center; overflow-x: hidden; overflow-y: hidden; padding: 0px; width: calc(100% - (var(--gap-h-c60a98c6-bd9f-4b33-8577-ac0b16a2f108) * 0)); --gap-h-c613af7e-034b-4c11-a444-de4b7640ab81: 0px; --gap-v-c613af7e-034b-4c11-a444-de4b7640ab81: 32px; --gap-uuid: c613af7e-034b-4c11-a444-de4b7640ab81; max-width: calc(100% - (var(--gap-h-c60a98c6-bd9f-4b33-8577-ac0b16a2f108) * 0)); }
@media screen and (max-width: 690px){
.sd[data-s-c613af7e-034b-4c11-a444-de4b7640ab81] { gap: 32px; --gap-h-c613af7e-034b-4c11-a444-de4b7640ab81: 0px; --gap-v-c613af7e-034b-4c11-a444-de4b7640ab81: 32px; }
}.sd[data-s-be519142-d60c-46c9-96c5-bc26c59c01cf] { border-radius: 5px; height: auto; width: calc(100% - (var(--gap-h-c613af7e-034b-4c11-a444-de4b7640ab81) * 0)); max-width: calc(100% - (var(--gap-h-c613af7e-034b-4c11-a444-de4b7640ab81) * 0)); }
.sd[data-s-c60a98c6-bd9f-4b33-8577-ac0b16a2f108]:hover .sd[data-s-be519142-d60c-46c9-96c5-bc26c59c01cf] { scale: 1.03 1.03; }.sd[data-s-d25294d6-6844-40e9-81a4-635f95e30543] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 12px; justify-content: center; padding: 0px; --gap-h-d25294d6-6844-40e9-81a4-635f95e30543: 12px; --gap-v-d25294d6-6844-40e9-81a4-635f95e30543: 0px; --gap-uuid: d25294d6-6844-40e9-81a4-635f95e30543; }
@media screen and (max-width: 990px){
.sd[data-s-d25294d6-6844-40e9-81a4-635f95e30543] { gap: 8px; --gap-h-d25294d6-6844-40e9-81a4-635f95e30543: 8px; --gap-v-d25294d6-6844-40e9-81a4-635f95e30543: 0px; }
}.sd[data-s-deb8bc9f-a9b9-4e08-9de5-71cb37796495] { color: #003366; flex: 1; font-family: var(--s-font-4aa63508); font-size: 18px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1.6; margin: 0px 0px 0px 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-deb8bc9f-a9b9-4e08-9de5-71cb37796495] { font-size: 16px; }
}
@media screen and (max-width: 360px){
.sd[data-s-deb8bc9f-a9b9-4e08-9de5-71cb37796495] { flex: none; width: 170px; max-width: 100%; }
}.sd[data-s-9650cd7a-f769-48e6-aa86-e50724638f8f] { align-content: center; align-items: center; background: rgba(10, 65, 160, 0.2); border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 40px; justify-content: center; padding: 6px; width: 40px; --gap-h-9650cd7a-f769-48e6-aa86-e50724638f8f: 0px; --gap-v-9650cd7a-f769-48e6-aa86-e50724638f8f: 20px; --gap-uuid: 9650cd7a-f769-48e6-aa86-e50724638f8f; max-width: 100%; }
.sd[data-s-c60a98c6-bd9f-4b33-8577-ac0b16a2f108]:hover .sd[data-s-9650cd7a-f769-48e6-aa86-e50724638f8f] { padding: 2px; --gap-h-9650cd7a-f769-48e6-aa86-e50724638f8f: 0px; --gap-v-9650cd7a-f769-48e6-aa86-e50724638f8f: 20px; }
@media screen and (max-width: 990px){
.sd[data-s-9650cd7a-f769-48e6-aa86-e50724638f8f] { flex: none; height: 32px; width: 32px; --gap-h-9650cd7a-f769-48e6-aa86-e50724638f8f: 0px; --gap-v-9650cd7a-f769-48e6-aa86-e50724638f8f: 20px; max-width: 100%; }
}.sd[data-s-a200885e-fa37-446c-adf5-7ff8378544d6] { background: #0A41A0; border-radius: 50%; color: #FFFFFF; flex: none; font-size: 12px; height: calc(100% - (var(--gap-v-9650cd7a-f769-48e6-aa86-e50724638f8f) * 0)); padding: 4px; width: calc(100% - (var(--gap-h-9650cd7a-f769-48e6-aa86-e50724638f8f) * 0)); max-width: calc(100% - (var(--gap-h-9650cd7a-f769-48e6-aa86-e50724638f8f) * 0)); }
.sd[data-s-c60a98c6-bd9f-4b33-8577-ac0b16a2f108]:hover .sd[data-s-a200885e-fa37-446c-adf5-7ff8378544d6] { flex: none; }.sd[data-s-7db34024-7f7b-4e3b-8d28-a00942fd09e2] { align-content: center; align-items: center; background: #f0f4fa; border-radius: 10px; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; justify-content: space-between; padding: 40px 40px; width: calc(50% - (var(--gap-h-343802fc-774b-420d-826a-219fdd92b8fa) * 0.5)); --gap-h-7db34024-7f7b-4e3b-8d28-a00942fd09e2: 0px; --gap-v-7db34024-7f7b-4e3b-8d28-a00942fd09e2: 32px; --gap-uuid: 7db34024-7f7b-4e3b-8d28-a00942fd09e2; max-width: calc(50% - (var(--gap-h-343802fc-774b-420d-826a-219fdd92b8fa) * 0.5)); }
.sd[data-s-7db34024-7f7b-4e3b-8d28-a00942fd09e2]:hover { background: rgba(240, 244, 250, 0.7); opacity: 1; --gap-h-7db34024-7f7b-4e3b-8d28-a00942fd09e2: 0px; --gap-v-7db34024-7f7b-4e3b-8d28-a00942fd09e2: 32px; }
@media screen and (max-width: 1280px){
.sd[data-s-7db34024-7f7b-4e3b-8d28-a00942fd09e2] { padding: 20px 20px 40px 20px; --gap-h-7db34024-7f7b-4e3b-8d28-a00942fd09e2: 0px; --gap-v-7db34024-7f7b-4e3b-8d28-a00942fd09e2: 32px; }
}
@media screen and (max-width: 690px){
.sd[data-s-7db34024-7f7b-4e3b-8d28-a00942fd09e2] { gap: 24px; padding: 20px 20px 28px 20px; width: calc(100% - (var(--gap-h-343802fc-774b-420d-826a-219fdd92b8fa) * 0)); --gap-h-7db34024-7f7b-4e3b-8d28-a00942fd09e2: 0px; --gap-v-7db34024-7f7b-4e3b-8d28-a00942fd09e2: 24px; max-width: calc(100% - (var(--gap-h-343802fc-774b-420d-826a-219fdd92b8fa) * 0)); }
}.sd[data-s-e740bbbc-2a73-4f8c-8e9f-443c5ac1d19e] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 32px; justify-content: center; overflow-x: hidden; overflow-y: hidden; padding: 0px; width: calc(100% - (var(--gap-h-7db34024-7f7b-4e3b-8d28-a00942fd09e2) * 0)); --gap-h-e740bbbc-2a73-4f8c-8e9f-443c5ac1d19e: 0px; --gap-v-e740bbbc-2a73-4f8c-8e9f-443c5ac1d19e: 32px; --gap-uuid: e740bbbc-2a73-4f8c-8e9f-443c5ac1d19e; max-width: calc(100% - (var(--gap-h-7db34024-7f7b-4e3b-8d28-a00942fd09e2) * 0)); }
@media screen and (max-width: 690px){
.sd[data-s-e740bbbc-2a73-4f8c-8e9f-443c5ac1d19e] { gap: 32px; --gap-h-e740bbbc-2a73-4f8c-8e9f-443c5ac1d19e: 0px; --gap-v-e740bbbc-2a73-4f8c-8e9f-443c5ac1d19e: 32px; }
}.sd[data-s-29ee5cb4-65f0-49d6-bf08-b61b9b1e21dd] { border-radius: 5px; height: auto; width: calc(100% - (var(--gap-h-e740bbbc-2a73-4f8c-8e9f-443c5ac1d19e) * 0)); max-width: calc(100% - (var(--gap-h-e740bbbc-2a73-4f8c-8e9f-443c5ac1d19e) * 0)); }
.sd[data-s-7db34024-7f7b-4e3b-8d28-a00942fd09e2]:hover .sd[data-s-29ee5cb4-65f0-49d6-bf08-b61b9b1e21dd] { scale: 1.03 1.03; }.sd[data-s-facccb9c-f42b-4b11-9df5-593a294e1d3d] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 12px; justify-content: center; padding: 0px; --gap-h-facccb9c-f42b-4b11-9df5-593a294e1d3d: 12px; --gap-v-facccb9c-f42b-4b11-9df5-593a294e1d3d: 0px; --gap-uuid: facccb9c-f42b-4b11-9df5-593a294e1d3d; }
@media screen and (max-width: 990px){
.sd[data-s-facccb9c-f42b-4b11-9df5-593a294e1d3d] { gap: 8px; --gap-h-facccb9c-f42b-4b11-9df5-593a294e1d3d: 8px; --gap-v-facccb9c-f42b-4b11-9df5-593a294e1d3d: 0px; }
}.sd[data-s-dcc7210d-232f-4975-9ad1-b6b72f1f4b65] { color: #003366; flex: 1; font-family: var(--s-font-4aa63508); font-size: 18px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1.6; margin: 0px 0px 0px 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-dcc7210d-232f-4975-9ad1-b6b72f1f4b65] { font-size: 16px; }
}.sd[data-s-499d8efa-7c46-4b4d-aa67-b701aae49f84] { align-content: center; align-items: center; background: rgba(10, 65, 160, 0.2); border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 40px; justify-content: center; padding: 6px; width: 40px; --gap-h-499d8efa-7c46-4b4d-aa67-b701aae49f84: 0px; --gap-v-499d8efa-7c46-4b4d-aa67-b701aae49f84: 20px; --gap-uuid: 499d8efa-7c46-4b4d-aa67-b701aae49f84; max-width: 100%; }
.sd[data-s-7db34024-7f7b-4e3b-8d28-a00942fd09e2]:hover .sd[data-s-499d8efa-7c46-4b4d-aa67-b701aae49f84] { padding: 2px; --gap-h-499d8efa-7c46-4b4d-aa67-b701aae49f84: 0px; --gap-v-499d8efa-7c46-4b4d-aa67-b701aae49f84: 20px; }
@media screen and (max-width: 990px){
.sd[data-s-499d8efa-7c46-4b4d-aa67-b701aae49f84] { flex: none; height: 32px; width: 32px; --gap-h-499d8efa-7c46-4b4d-aa67-b701aae49f84: 0px; --gap-v-499d8efa-7c46-4b4d-aa67-b701aae49f84: 20px; max-width: 100%; }
}.sd[data-s-386d34de-4354-4052-a161-0a738ff7fbe9] { background: #0A41A0; border-radius: 50%; color: #FFFFFF; flex: none; font-size: 12px; height: calc(100% - (var(--gap-v-499d8efa-7c46-4b4d-aa67-b701aae49f84) * 0)); padding: 4px; width: calc(100% - (var(--gap-h-499d8efa-7c46-4b4d-aa67-b701aae49f84) * 0)); max-width: calc(100% - (var(--gap-h-499d8efa-7c46-4b4d-aa67-b701aae49f84) * 0)); }
.sd[data-s-7db34024-7f7b-4e3b-8d28-a00942fd09e2]:hover .sd[data-s-386d34de-4354-4052-a161-0a738ff7fbe9] { flex: none; }.sd[data-s-e304c746-8df5-4cb5-b1c3-bdfae933416e] { align-content: center; align-items: center; background: #FFFFFF; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: flex-start; padding: 120px 0px 60px 0px; width: 100%; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-e304c746-8df5-4cb5-b1c3-bdfae933416e] { flex: none; height: auto; margin: 0px 0px 0px 0px; width: 100%; max-width: 100%; }
}
@media screen and (max-width: 990px){
.sd[data-s-e304c746-8df5-4cb5-b1c3-bdfae933416e] { flex: none; height: auto; padding: 100px 0px 0px 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-e304c746-8df5-4cb5-b1c3-bdfae933416e] { flex: none; height: auto; margin: 0px 0px 0px 0px; padding: 70px 0px 0px 0px; width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-e304c746-8df5-4cb5-b1c3-bdfae933416e] { flex: none; height: auto; margin: 0px 0px 0px 0px; padding: 70px 0px 0px 0px; width: 100%; }
}.sd[data-s-section-inner-e304c746-8df5-4cb5-b1c3-bdfae933416e] { padding: 120px 0px 60px 0px; width: 100%; height: auto; flex-direction: column; flex-wrap: nowrap; align-content: center; align-items: center; justify-content: flex-start; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-section-inner-e304c746-8df5-4cb5-b1c3-bdfae933416e] { height: auto; flex-direction: column; }
}
@media screen and (max-width: 990px){
.sd[data-s-section-inner-e304c746-8df5-4cb5-b1c3-bdfae933416e] { padding: 100px 0px 0px 0px; height: auto; flex-direction: column; }
}
@media screen and (max-width: 690px){
.sd[data-s-section-inner-e304c746-8df5-4cb5-b1c3-bdfae933416e] { padding: 70px 0px 0px 0px; width: 100%; height: auto; flex-direction: column; }
}
@media screen and (max-width: 360px){
.sd[data-s-section-inner-e304c746-8df5-4cb5-b1c3-bdfae933416e] { padding: 70px 0px 0px 0px; width: 100%; height: auto; flex-direction: column; }
}.sd[data-s-1c3c91e6-bcb3-425f-aa27-4651ad1d7d48] { align-content: center; align-items: center; flex-direction: column; gap: 16px; height: auto; justify-content: flex-start; margin: 0px 0px 57px 0px; padding: 0px; width: auto; --gap-h-1c3c91e6-bcb3-425f-aa27-4651ad1d7d48: 0px; --gap-v-1c3c91e6-bcb3-425f-aa27-4651ad1d7d48: 16px; --gap-uuid: 1c3c91e6-bcb3-425f-aa27-4651ad1d7d48; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-1c3c91e6-bcb3-425f-aa27-4651ad1d7d48] { flex: none; width: 775px; --gap-h-1c3c91e6-bcb3-425f-aa27-4651ad1d7d48: 0px; --gap-v-1c3c91e6-bcb3-425f-aa27-4651ad1d7d48: 16px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-1c3c91e6-bcb3-425f-aa27-4651ad1d7d48] { width: 341px; --gap-h-1c3c91e6-bcb3-425f-aa27-4651ad1d7d48: 0px; --gap-v-1c3c91e6-bcb3-425f-aa27-4651ad1d7d48: 16px; max-width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-1c3c91e6-bcb3-425f-aa27-4651ad1d7d48] { width: 281px; --gap-h-1c3c91e6-bcb3-425f-aa27-4651ad1d7d48: 0px; --gap-v-1c3c91e6-bcb3-425f-aa27-4651ad1d7d48: 16px; max-width: 100%; }
}.sd[data-s-3fd5671e-51c0-47c5-8da7-4f89f3556fac] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: auto; justify-content: flex-start; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; width: auto; --gap-h-3fd5671e-51c0-47c5-8da7-4f89f3556fac: 12px; --gap-v-3fd5671e-51c0-47c5-8da7-4f89f3556fac: 0px; --gap-uuid: 3fd5671e-51c0-47c5-8da7-4f89f3556fac; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-3fd5671e-51c0-47c5-8da7-4f89f3556fac] { gap: 8px; --gap-h-3fd5671e-51c0-47c5-8da7-4f89f3556fac: 8px; --gap-v-3fd5671e-51c0-47c5-8da7-4f89f3556fac: 0px; }
}.sd[data-s-a9b29b04-5d1e-4de4-91e3-98abe7ab11b6] { align-content: center; align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 999px; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow-x: hidden; overflow-y: hidden; padding: 4px; width: auto; --gap-h-a9b29b04-5d1e-4de4-91e3-98abe7ab11b6: 10px; --gap-v-a9b29b04-5d1e-4de4-91e3-98abe7ab11b6: 0px; --gap-uuid: a9b29b04-5d1e-4de4-91e3-98abe7ab11b6; max-width: 100%; --g-color-0: rgba(131, 214, 189, 0.2); --g-position-0: 0%; --g-color-1: rgba(0, 102, 204, 0.2); --g-position-1: 100%; --g-color-2: rgba(0, 102, 204, 0.2); --g-position-2: 100%; --g-color-3: rgba(0, 102, 204, 0.2); --g-position-3: 100%; --g-color-4: rgba(0, 102, 204, 0.2); --g-position-4: 100%; --g-color-5: rgba(0, 102, 204, 0.2); --g-position-5: 100%; --g-color-6: rgba(0, 102, 204, 0.2); --g-position-6: 100%; --g-color-7: rgba(0, 102, 204, 0.2); --g-position-7: 100%; --g-color-8: rgba(0, 102, 204, 0.2); --g-position-8: 100%; --g-color-9: rgba(0, 102, 204, 0.2); --g-position-9: 100%; --g-color-10: rgba(0, 102, 204, 0.2); --g-position-10: 100%; --g-color-11: rgba(0, 102, 204, 0.2); --g-position-11: 100%; --g-angle: 141.69deg; }.sd[data-s-bdd7cfc4-220e-4301-91c5-f93d5673fc7a] { align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 8px; flex: none; flex-direction: column; height: 8px; justify-content: center; width: 8px; max-width: 100%; --g-color-0: rgb(131, 214, 189); --g-position-0: 0%; --g-color-1: rgb(0, 102, 204); --g-position-1: 100%; --g-color-2: rgb(0, 102, 204); --g-position-2: 100%; --g-color-3: rgb(0, 102, 204); --g-position-3: 100%; --g-color-4: rgb(0, 102, 204); --g-position-4: 100%; --g-color-5: rgb(0, 102, 204); --g-position-5: 100%; --g-color-6: rgb(0, 102, 204); --g-position-6: 100%; --g-color-7: rgb(0, 102, 204); --g-position-7: 100%; --g-color-8: rgb(0, 102, 204); --g-position-8: 100%; --g-color-9: rgb(0, 102, 204); --g-position-9: 100%; --g-color-10: rgb(0, 102, 204); --g-position-10: 100%; --g-color-11: rgb(0, 102, 204); --g-position-11: 100%; --g-angle: 141.69deg; }.sd[data-s-84b7f375-b653-45d4-8430-2c75014f9045] { color: #002266; flex: none; font-family: var(--s-font-b082636f); font-size: 16px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-84b7f375-b653-45d4-8430-2c75014f9045] { font-size: 13px; }
}.sd[data-s-cd44d4a3-57fd-43cf-8324-d231e36119c1] { color: #121F32; flex: none; font-family: var(--s-font-4aa63508); font-size: 28px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.5; margin: 0px; text-align: center; width: 721px; max-width: 100%; justify-content: center; }
@media screen and (max-width: 990px){
.sd[data-s-cd44d4a3-57fd-43cf-8324-d231e36119c1] { flex: none; width: 699px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-cd44d4a3-57fd-43cf-8324-d231e36119c1] { display: flex; flex: none; font-size: 20px; width: 492px; max-width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-cd44d4a3-57fd-43cf-8324-d231e36119c1] { display: flex; }
}.sd[data-s-c7b15903-6d64-47e0-ba49-9680893c0f32] { align-content: stretch; align-items: stretch; flex: none; flex-direction: row; flex-wrap: wrap; gap: 20px; height: auto; justify-content: flex-start; padding: 0px; width: 1200px; --gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32: 20px; --gap-v-c7b15903-6d64-47e0-ba49-9680893c0f32: 20px; --gap-uuid: c7b15903-6d64-47e0-ba49-9680893c0f32; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-c7b15903-6d64-47e0-ba49-9680893c0f32] { margin: 0px 20px 60px 20px; width: calc(100% - 40px); --gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32: 20px; --gap-v-c7b15903-6d64-47e0-ba49-9680893c0f32: 20px; max-width: calc(100% - 40px); }
}
@media screen and (max-width: 990px){
.sd[data-s-c7b15903-6d64-47e0-ba49-9680893c0f32] { flex: none; gap: 16px; width: 950px; --gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32: 16px; --gap-v-c7b15903-6d64-47e0-ba49-9680893c0f32: 16px; max-width: calc(100% - 40px); }
}
@media screen and (max-width: 690px){
.sd[data-s-c7b15903-6d64-47e0-ba49-9680893c0f32] { margin: 0px 20px 0px 20px; width: 638px; --gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32: 20px; --gap-v-c7b15903-6d64-47e0-ba49-9680893c0f32: 20px; max-width: calc(100% - 40px); }
}
@media screen and (max-width: 360px){
.sd[data-s-c7b15903-6d64-47e0-ba49-9680893c0f32] { margin: 0px 20px 0px 20px; padding: 0px 0px 40px 0px; width: 333px; --gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32: 20px; --gap-v-c7b15903-6d64-47e0-ba49-9680893c0f32: 20px; max-width: calc(100% - 40px); }
}.sd[data-s-3f572b93-0782-453d-924e-3197b15f1cf1] { align-content: flex-start; align-items: flex-start; background: #F0F4FA; border-radius: 10px; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: space-between; padding: 24px 24px; width: calc(33.3% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.667)); --gap-h-3f572b93-0782-453d-924e-3197b15f1cf1: 0px; --gap-v-3f572b93-0782-453d-924e-3197b15f1cf1: 24px; --gap-uuid: 3f572b93-0782-453d-924e-3197b15f1cf1; max-width: calc(33.3% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.667)); }
.sd[data-s-3f572b93-0782-453d-924e-3197b15f1cf1]:hover { background: rgba(240, 244, 250, 0.5); --gap-h-3f572b93-0782-453d-924e-3197b15f1cf1: 0px; --gap-v-3f572b93-0782-453d-924e-3197b15f1cf1: 24px; }
@media screen and (max-width: 990px){
.sd[data-s-3f572b93-0782-453d-924e-3197b15f1cf1] { flex: none; width: calc(50% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.5)); --gap-h-3f572b93-0782-453d-924e-3197b15f1cf1: 0px; --gap-v-3f572b93-0782-453d-924e-3197b15f1cf1: 24px; max-width: calc(50% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.5)); }
}
@media screen and (max-width: 690px){
.sd[data-s-3f572b93-0782-453d-924e-3197b15f1cf1] { width: calc(100% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0)); --gap-h-3f572b93-0782-453d-924e-3197b15f1cf1: 0px; --gap-v-3f572b93-0782-453d-924e-3197b15f1cf1: 24px; max-width: calc(100% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0)); }
}.sd[data-s-eedfb7c5-ebaf-4f3c-adac-0173d0d2735f] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-3f572b93-0782-453d-924e-3197b15f1cf1) * 0)); --gap-h-eedfb7c5-ebaf-4f3c-adac-0173d0d2735f: 0px; --gap-v-eedfb7c5-ebaf-4f3c-adac-0173d0d2735f: 20px; --gap-uuid: eedfb7c5-ebaf-4f3c-adac-0173d0d2735f; max-width: calc(100% - (var(--gap-h-3f572b93-0782-453d-924e-3197b15f1cf1) * 0)); }
@media screen and (max-width: 690px){
.sd[data-s-eedfb7c5-ebaf-4f3c-adac-0173d0d2735f] { gap: 16px; --gap-h-eedfb7c5-ebaf-4f3c-adac-0173d0d2735f: 0px; --gap-v-eedfb7c5-ebaf-4f3c-adac-0173d0d2735f: 16px; }
}.sd[data-s-72d90dd2-511b-48ef-81f7-23a8ea811905] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-eedfb7c5-ebaf-4f3c-adac-0173d0d2735f) * 0)); --gap-h-72d90dd2-511b-48ef-81f7-23a8ea811905: 16px; --gap-v-72d90dd2-511b-48ef-81f7-23a8ea811905: 0px; --gap-uuid: 72d90dd2-511b-48ef-81f7-23a8ea811905; max-width: calc(100% - (var(--gap-h-eedfb7c5-ebaf-4f3c-adac-0173d0d2735f) * 0)); }
@media screen and (max-width: 990px){
.sd[data-s-72d90dd2-511b-48ef-81f7-23a8ea811905] { gap: 12px; --gap-h-72d90dd2-511b-48ef-81f7-23a8ea811905: 12px; --gap-v-72d90dd2-511b-48ef-81f7-23a8ea811905: 0px; }
}.sd[data-s-d4bac053-d997-41bd-be7a-4f2c870b54ce] { flex: none; height: 60px; width: 60px; max-width: 100%; }.sd[data-s-da0ce3bb-a20a-4544-a063-58eab8c3de90] { color: #003366; flex: 1; font-family: var(--s-font-4aa63508); font-size: 18px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-da0ce3bb-a20a-4544-a063-58eab8c3de90] { font-size: 16px; padding: 0px; }
}.sd[data-s-18d9fc2b-e5d4-4d2b-a8ad-dd6a21bcdee8] { color: #435266; font-family: var(--s-font-b082636f); font-size: 14px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.8; text-align: left; width: calc(100% - (var(--gap-h-eedfb7c5-ebaf-4f3c-adac-0173d0d2735f) * 0)); max-width: calc(100% - (var(--gap-h-eedfb7c5-ebaf-4f3c-adac-0173d0d2735f) * 0)); justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-18d9fc2b-e5d4-4d2b-a8ad-dd6a21bcdee8] { font-size: 13px; }
}.sd[data-s-1d2bb66c-1bed-4639-b34e-7e4d51b0b7c4] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; justify-content: space-between; padding: 0px; width: calc(100% - (var(--gap-h-3f572b93-0782-453d-924e-3197b15f1cf1) * 0)); --gap-h-1d2bb66c-1bed-4639-b34e-7e4d51b0b7c4: 20px; --gap-v-1d2bb66c-1bed-4639-b34e-7e4d51b0b7c4: 0px; --gap-uuid: 1d2bb66c-1bed-4639-b34e-7e4d51b0b7c4; max-width: calc(100% - (var(--gap-h-3f572b93-0782-453d-924e-3197b15f1cf1) * 0)); }.sd[data-s-852b216c-973f-4da7-a09b-9ba16f88ece3] { background: #FFFFFF; border-radius: 999px; color: #121F32; flex: none; font-family: var(--s-font-4aa63508); font-size: 12px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.4; padding: 3px 20px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-45eb95e1-ea71-4c84-aa28-6009ecd587da] { align-content: center; align-items: center; background: rgba(10, 65, 160, 0.2); border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 32px; justify-content: center; padding: 5px; width: 32px; --gap-h-45eb95e1-ea71-4c84-aa28-6009ecd587da: 0px; --gap-v-45eb95e1-ea71-4c84-aa28-6009ecd587da: 20px; --gap-uuid: 45eb95e1-ea71-4c84-aa28-6009ecd587da; max-width: 100%; }
.sd[data-s-3f572b93-0782-453d-924e-3197b15f1cf1]:hover .sd[data-s-45eb95e1-ea71-4c84-aa28-6009ecd587da] { padding: 2px; --gap-h-45eb95e1-ea71-4c84-aa28-6009ecd587da: 0px; --gap-v-45eb95e1-ea71-4c84-aa28-6009ecd587da: 20px; }.sd[data-s-74a0a033-5917-44a3-8d0d-ac7f82341824] { background: #0A41A0; border-radius: 50%; color: #FFFFFF; flex: none; font-size: 12px; height: calc(100% - (var(--gap-v-45eb95e1-ea71-4c84-aa28-6009ecd587da) * 0)); padding: 4px; width: calc(100% - (var(--gap-h-45eb95e1-ea71-4c84-aa28-6009ecd587da) * 0)); max-width: calc(100% - (var(--gap-h-45eb95e1-ea71-4c84-aa28-6009ecd587da) * 0)); }
.sd[data-s-3f572b93-0782-453d-924e-3197b15f1cf1]:hover .sd[data-s-74a0a033-5917-44a3-8d0d-ac7f82341824] { flex: none; }.sd[data-s-acbe49d1-b544-404b-85fd-dddb326332e2] { align-content: flex-start; align-items: flex-start; background: #F0F4FA; border-radius: 10px; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: space-between; padding: 24px 24px; width: calc(33.3% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.667)); --gap-h-acbe49d1-b544-404b-85fd-dddb326332e2: 0px; --gap-v-acbe49d1-b544-404b-85fd-dddb326332e2: 24px; --gap-uuid: acbe49d1-b544-404b-85fd-dddb326332e2; max-width: calc(33.3% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.667)); }
.sd[data-s-acbe49d1-b544-404b-85fd-dddb326332e2]:hover { background: rgba(240, 244, 250, 0.5); --gap-h-acbe49d1-b544-404b-85fd-dddb326332e2: 0px; --gap-v-acbe49d1-b544-404b-85fd-dddb326332e2: 24px; }
@media screen and (max-width: 990px){
.sd[data-s-acbe49d1-b544-404b-85fd-dddb326332e2] { flex: none; width: calc(50% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.5)); --gap-h-acbe49d1-b544-404b-85fd-dddb326332e2: 0px; --gap-v-acbe49d1-b544-404b-85fd-dddb326332e2: 24px; max-width: calc(50% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.5)); }
}
@media screen and (max-width: 690px){
.sd[data-s-acbe49d1-b544-404b-85fd-dddb326332e2] { width: calc(100% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0)); --gap-h-acbe49d1-b544-404b-85fd-dddb326332e2: 0px; --gap-v-acbe49d1-b544-404b-85fd-dddb326332e2: 24px; max-width: calc(100% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0)); }
}.sd[data-s-7a19f26e-4d9a-45f1-91c4-75dd3c779e2b] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-acbe49d1-b544-404b-85fd-dddb326332e2) * 0)); --gap-h-7a19f26e-4d9a-45f1-91c4-75dd3c779e2b: 0px; --gap-v-7a19f26e-4d9a-45f1-91c4-75dd3c779e2b: 20px; --gap-uuid: 7a19f26e-4d9a-45f1-91c4-75dd3c779e2b; max-width: calc(100% - (var(--gap-h-acbe49d1-b544-404b-85fd-dddb326332e2) * 0)); }
@media screen and (max-width: 690px){
.sd[data-s-7a19f26e-4d9a-45f1-91c4-75dd3c779e2b] { gap: 16px; --gap-h-7a19f26e-4d9a-45f1-91c4-75dd3c779e2b: 0px; --gap-v-7a19f26e-4d9a-45f1-91c4-75dd3c779e2b: 16px; }
}.sd[data-s-9e30a6de-faf5-4366-9dbe-25a811477963] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-7a19f26e-4d9a-45f1-91c4-75dd3c779e2b) * 0)); --gap-h-9e30a6de-faf5-4366-9dbe-25a811477963: 16px; --gap-v-9e30a6de-faf5-4366-9dbe-25a811477963: 0px; --gap-uuid: 9e30a6de-faf5-4366-9dbe-25a811477963; max-width: calc(100% - (var(--gap-h-7a19f26e-4d9a-45f1-91c4-75dd3c779e2b) * 0)); }
@media screen and (max-width: 990px){
.sd[data-s-9e30a6de-faf5-4366-9dbe-25a811477963] { gap: 12px; --gap-h-9e30a6de-faf5-4366-9dbe-25a811477963: 12px; --gap-v-9e30a6de-faf5-4366-9dbe-25a811477963: 0px; }
}.sd[data-s-03dcd24a-9f2d-4a38-8415-6b7c3cf7c876] { background: #FFFFFF; border-radius: 10px; flex: none; height: 60px; width: 60px; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-03dcd24a-9f2d-4a38-8415-6b7c3cf7c876] { flex: none; }
}
@media screen and (max-width: 690px){
.sd[data-s-03dcd24a-9f2d-4a38-8415-6b7c3cf7c876] { border-radius: 8px; flex: none; height: 48px; width: 48px; max-width: 100%; }
}.sd[data-s-5f0e3708-33a8-43a2-8e52-bae38458a6fb] { align-content: flex-end; align-items: flex-end; flex: 1; flex-direction: row; flex-wrap: wrap; gap: 0px; justify-content: flex-start; padding: 0px; width: auto; --gap-h-5f0e3708-33a8-43a2-8e52-bae38458a6fb: 0px; --gap-v-5f0e3708-33a8-43a2-8e52-bae38458a6fb: 0px; --gap-uuid: 5f0e3708-33a8-43a2-8e52-bae38458a6fb; max-width: 100%; }.sd[data-s-b580d200-0922-43c4-9131-16eb1b2b28cf] { color: #003366; flex: none; font-family: var(--s-font-4aa63508); font-size: 18px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-b580d200-0922-43c4-9131-16eb1b2b28cf] { font-size: 16px; padding: 0px; }
}.sd[data-s-790bc169-03cc-4d9d-898f-33bbfe8e452b] { color: #435266; font-family: var(--s-font-b082636f); font-size: 14px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.8; text-align: left; width: calc(100% - (var(--gap-h-7a19f26e-4d9a-45f1-91c4-75dd3c779e2b) * 0)); max-width: calc(100% - (var(--gap-h-7a19f26e-4d9a-45f1-91c4-75dd3c779e2b) * 0)); justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-790bc169-03cc-4d9d-898f-33bbfe8e452b] { font-size: 13px; }
}.sd[data-s-bb3845c1-8ae9-4159-a54c-a818f60518a5] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; justify-content: space-between; padding: 0px; width: calc(100% - (var(--gap-h-acbe49d1-b544-404b-85fd-dddb326332e2) * 0)); --gap-h-bb3845c1-8ae9-4159-a54c-a818f60518a5: 20px; --gap-v-bb3845c1-8ae9-4159-a54c-a818f60518a5: 0px; --gap-uuid: bb3845c1-8ae9-4159-a54c-a818f60518a5; max-width: calc(100% - (var(--gap-h-acbe49d1-b544-404b-85fd-dddb326332e2) * 0)); }.sd[data-s-9c232705-dd22-436d-9275-447f3138da66] { background: #FFFFFF; border-radius: 999px; color: #121F32; flex: none; font-family: var(--s-font-4aa63508); font-size: 12px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.4; padding: 8px 20px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-c51ffd4e-3d71-4826-a5a4-e6723429f5ee] { align-content: center; align-items: center; background: rgba(10, 65, 160, 0.2); border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 32px; justify-content: center; padding: 5px; width: 32px; --gap-h-c51ffd4e-3d71-4826-a5a4-e6723429f5ee: 0px; --gap-v-c51ffd4e-3d71-4826-a5a4-e6723429f5ee: 20px; --gap-uuid: c51ffd4e-3d71-4826-a5a4-e6723429f5ee; max-width: 100%; }
.sd[data-s-acbe49d1-b544-404b-85fd-dddb326332e2]:hover .sd[data-s-c51ffd4e-3d71-4826-a5a4-e6723429f5ee] { padding: 2px; --gap-h-c51ffd4e-3d71-4826-a5a4-e6723429f5ee: 0px; --gap-v-c51ffd4e-3d71-4826-a5a4-e6723429f5ee: 20px; }.sd[data-s-ca151cf9-eaa9-4a22-8fea-3e88a678ef3e] { background: #0A41A0; border-radius: 50%; color: #FFFFFF; flex: none; font-size: 12px; height: calc(100% - (var(--gap-v-c51ffd4e-3d71-4826-a5a4-e6723429f5ee) * 0)); padding: 4px; width: calc(100% - (var(--gap-h-c51ffd4e-3d71-4826-a5a4-e6723429f5ee) * 0)); max-width: calc(100% - (var(--gap-h-c51ffd4e-3d71-4826-a5a4-e6723429f5ee) * 0)); }
.sd[data-s-acbe49d1-b544-404b-85fd-dddb326332e2]:hover .sd[data-s-ca151cf9-eaa9-4a22-8fea-3e88a678ef3e] { flex: none; }.sd[data-s-54513697-9dd6-45bd-b04b-540946fc90d8] { align-content: flex-start; align-items: flex-start; background: #F0F4FA; border-radius: 10px; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: space-between; padding: 24px 24px; width: calc(33.3% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.667)); --gap-h-54513697-9dd6-45bd-b04b-540946fc90d8: 0px; --gap-v-54513697-9dd6-45bd-b04b-540946fc90d8: 24px; --gap-uuid: 54513697-9dd6-45bd-b04b-540946fc90d8; max-width: calc(33.3% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.667)); }
.sd[data-s-54513697-9dd6-45bd-b04b-540946fc90d8]:hover { background: rgba(240, 244, 250, 0.5); --gap-h-54513697-9dd6-45bd-b04b-540946fc90d8: 0px; --gap-v-54513697-9dd6-45bd-b04b-540946fc90d8: 24px; }
@media screen and (max-width: 990px){
.sd[data-s-54513697-9dd6-45bd-b04b-540946fc90d8] { flex: none; width: calc(50% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.5)); --gap-h-54513697-9dd6-45bd-b04b-540946fc90d8: 0px; --gap-v-54513697-9dd6-45bd-b04b-540946fc90d8: 24px; max-width: calc(50% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.5)); }
}
@media screen and (max-width: 690px){
.sd[data-s-54513697-9dd6-45bd-b04b-540946fc90d8] { width: calc(100% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0)); --gap-h-54513697-9dd6-45bd-b04b-540946fc90d8: 0px; --gap-v-54513697-9dd6-45bd-b04b-540946fc90d8: 24px; max-width: calc(100% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0)); }
}.sd[data-s-697a1c98-c663-433e-90bd-a5964d3d3605] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-54513697-9dd6-45bd-b04b-540946fc90d8) * 0)); --gap-h-697a1c98-c663-433e-90bd-a5964d3d3605: 0px; --gap-v-697a1c98-c663-433e-90bd-a5964d3d3605: 20px; --gap-uuid: 697a1c98-c663-433e-90bd-a5964d3d3605; max-width: calc(100% - (var(--gap-h-54513697-9dd6-45bd-b04b-540946fc90d8) * 0)); }
@media screen and (max-width: 690px){
.sd[data-s-697a1c98-c663-433e-90bd-a5964d3d3605] { gap: 16px; --gap-h-697a1c98-c663-433e-90bd-a5964d3d3605: 0px; --gap-v-697a1c98-c663-433e-90bd-a5964d3d3605: 16px; }
}.sd[data-s-a3cd13ed-b357-4d77-a4b0-e0d6e94fd852] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-697a1c98-c663-433e-90bd-a5964d3d3605) * 0)); --gap-h-a3cd13ed-b357-4d77-a4b0-e0d6e94fd852: 16px; --gap-v-a3cd13ed-b357-4d77-a4b0-e0d6e94fd852: 0px; --gap-uuid: a3cd13ed-b357-4d77-a4b0-e0d6e94fd852; max-width: calc(100% - (var(--gap-h-697a1c98-c663-433e-90bd-a5964d3d3605) * 0)); }
@media screen and (max-width: 990px){
.sd[data-s-a3cd13ed-b357-4d77-a4b0-e0d6e94fd852] { gap: 12px; --gap-h-a3cd13ed-b357-4d77-a4b0-e0d6e94fd852: 12px; --gap-v-a3cd13ed-b357-4d77-a4b0-e0d6e94fd852: 0px; }
}.sd[data-s-8fb4b097-4569-4fde-ad0f-0b1a9e13f49d] { background: #FFFFFF; border-radius: 10px; flex: none; height: 60px; width: 60px; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-8fb4b097-4569-4fde-ad0f-0b1a9e13f49d] { flex: none; }
}
@media screen and (max-width: 690px){
.sd[data-s-8fb4b097-4569-4fde-ad0f-0b1a9e13f49d] { border-radius: 8px; flex: none; height: 48px; width: 48px; max-width: 100%; }
}.sd[data-s-7a380a49-a8d9-4748-9e99-4fa00585f922] { align-content: flex-end; align-items: flex-end; flex: 1; flex-direction: row; flex-wrap: wrap; gap: 0px; justify-content: flex-start; padding: 0px; width: auto; --gap-h-7a380a49-a8d9-4748-9e99-4fa00585f922: 0px; --gap-v-7a380a49-a8d9-4748-9e99-4fa00585f922: 0px; --gap-uuid: 7a380a49-a8d9-4748-9e99-4fa00585f922; max-width: 100%; }.sd[data-s-d41a0574-c599-4fdf-bb17-afd66939377f] { color: #003366; flex: none; font-family: var(--s-font-4aa63508); font-size: 18px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-d41a0574-c599-4fdf-bb17-afd66939377f] { font-size: 16px; padding: 0px; }
}.sd[data-s-b4d92a47-a93b-4e56-84b1-f50dd181b1e5] { color: #435266; font-family: var(--s-font-b082636f); font-size: 14px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.8; text-align: left; width: calc(100% - (var(--gap-h-697a1c98-c663-433e-90bd-a5964d3d3605) * 0)); max-width: calc(100% - (var(--gap-h-697a1c98-c663-433e-90bd-a5964d3d3605) * 0)); justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-b4d92a47-a93b-4e56-84b1-f50dd181b1e5] { font-size: 13px; }
}.sd[data-s-d6dd9b15-1536-4dc0-96e9-20f823eae3df] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; justify-content: space-between; padding: 0px; width: calc(100% - (var(--gap-h-54513697-9dd6-45bd-b04b-540946fc90d8) * 0)); --gap-h-d6dd9b15-1536-4dc0-96e9-20f823eae3df: 20px; --gap-v-d6dd9b15-1536-4dc0-96e9-20f823eae3df: 0px; --gap-uuid: d6dd9b15-1536-4dc0-96e9-20f823eae3df; max-width: calc(100% - (var(--gap-h-54513697-9dd6-45bd-b04b-540946fc90d8) * 0)); }.sd[data-s-decb1833-89a7-41f1-85dd-3e6853066ca3] { background: #FFFFFF; border-radius: 999px; color: #121F32; flex: none; font-family: var(--s-font-4aa63508); font-size: 12px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.4; padding: 8px 20px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-821317b2-c5fa-494f-affb-efdeb9818dc8] { align-content: center; align-items: center; background: rgba(10, 65, 160, 0.2); border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 32px; justify-content: center; padding: 5px; width: 32px; --gap-h-821317b2-c5fa-494f-affb-efdeb9818dc8: 0px; --gap-v-821317b2-c5fa-494f-affb-efdeb9818dc8: 20px; --gap-uuid: 821317b2-c5fa-494f-affb-efdeb9818dc8; max-width: 100%; }
.sd[data-s-54513697-9dd6-45bd-b04b-540946fc90d8]:hover .sd[data-s-821317b2-c5fa-494f-affb-efdeb9818dc8] { padding: 2px; --gap-h-821317b2-c5fa-494f-affb-efdeb9818dc8: 0px; --gap-v-821317b2-c5fa-494f-affb-efdeb9818dc8: 20px; }.sd[data-s-5a245580-4a4a-4dff-980c-cfd99d43275c] { background: #0A41A0; border-radius: 50%; color: #FFFFFF; flex: none; font-size: 12px; height: calc(100% - (var(--gap-v-821317b2-c5fa-494f-affb-efdeb9818dc8) * 0)); padding: 4px; width: calc(100% - (var(--gap-h-821317b2-c5fa-494f-affb-efdeb9818dc8) * 0)); max-width: calc(100% - (var(--gap-h-821317b2-c5fa-494f-affb-efdeb9818dc8) * 0)); }
.sd[data-s-54513697-9dd6-45bd-b04b-540946fc90d8]:hover .sd[data-s-5a245580-4a4a-4dff-980c-cfd99d43275c] { flex: none; }.sd[data-s-c4cc8f91-060f-4a1b-9a25-5b3b8124e12c] { align-content: flex-start; align-items: flex-start; background: #F0F4FA; border-radius: 10px; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: space-between; padding: 24px 24px; width: calc(33.3% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.667)); --gap-h-c4cc8f91-060f-4a1b-9a25-5b3b8124e12c: 0px; --gap-v-c4cc8f91-060f-4a1b-9a25-5b3b8124e12c: 24px; --gap-uuid: c4cc8f91-060f-4a1b-9a25-5b3b8124e12c; max-width: calc(33.3% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.667)); }
.sd[data-s-c4cc8f91-060f-4a1b-9a25-5b3b8124e12c]:hover { background: rgba(240, 244, 250, 0.5); --gap-h-c4cc8f91-060f-4a1b-9a25-5b3b8124e12c: 0px; --gap-v-c4cc8f91-060f-4a1b-9a25-5b3b8124e12c: 24px; }
@media screen and (max-width: 990px){
.sd[data-s-c4cc8f91-060f-4a1b-9a25-5b3b8124e12c] { flex: none; width: calc(50% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.5)); --gap-h-c4cc8f91-060f-4a1b-9a25-5b3b8124e12c: 0px; --gap-v-c4cc8f91-060f-4a1b-9a25-5b3b8124e12c: 24px; max-width: calc(50% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.5)); }
}
@media screen and (max-width: 690px){
.sd[data-s-c4cc8f91-060f-4a1b-9a25-5b3b8124e12c] { width: calc(100% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0)); --gap-h-c4cc8f91-060f-4a1b-9a25-5b3b8124e12c: 0px; --gap-v-c4cc8f91-060f-4a1b-9a25-5b3b8124e12c: 24px; max-width: calc(100% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0)); }
}.sd[data-s-4f464696-881f-445b-876e-77dd477aa973] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-c4cc8f91-060f-4a1b-9a25-5b3b8124e12c) * 0)); --gap-h-4f464696-881f-445b-876e-77dd477aa973: 0px; --gap-v-4f464696-881f-445b-876e-77dd477aa973: 20px; --gap-uuid: 4f464696-881f-445b-876e-77dd477aa973; max-width: calc(100% - (var(--gap-h-c4cc8f91-060f-4a1b-9a25-5b3b8124e12c) * 0)); }
@media screen and (max-width: 690px){
.sd[data-s-4f464696-881f-445b-876e-77dd477aa973] { gap: 16px; --gap-h-4f464696-881f-445b-876e-77dd477aa973: 0px; --gap-v-4f464696-881f-445b-876e-77dd477aa973: 16px; }
}.sd[data-s-6646e287-a21c-41aa-8c09-de3bfa9edfc9] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-4f464696-881f-445b-876e-77dd477aa973) * 0)); --gap-h-6646e287-a21c-41aa-8c09-de3bfa9edfc9: 16px; --gap-v-6646e287-a21c-41aa-8c09-de3bfa9edfc9: 0px; --gap-uuid: 6646e287-a21c-41aa-8c09-de3bfa9edfc9; max-width: calc(100% - (var(--gap-h-4f464696-881f-445b-876e-77dd477aa973) * 0)); }
@media screen and (max-width: 990px){
.sd[data-s-6646e287-a21c-41aa-8c09-de3bfa9edfc9] { gap: 12px; --gap-h-6646e287-a21c-41aa-8c09-de3bfa9edfc9: 12px; --gap-v-6646e287-a21c-41aa-8c09-de3bfa9edfc9: 0px; }
}.sd[data-s-81dbccf4-f10c-489f-9638-d4c6e55068e4] { background: #FFFFFF; border-radius: 10px; flex: none; height: 60px; width: 60px; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-81dbccf4-f10c-489f-9638-d4c6e55068e4] { flex: none; }
}
@media screen and (max-width: 690px){
.sd[data-s-81dbccf4-f10c-489f-9638-d4c6e55068e4] { border-radius: 8px; flex: none; height: 48px; width: 48px; max-width: 100%; }
}.sd[data-s-b284e704-257f-4298-94e8-dad8719a7381] { color: #003366; flex: 1; font-family: var(--s-font-4aa63508); font-size: 18px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-b284e704-257f-4298-94e8-dad8719a7381] { font-size: 16px; padding: 0px; }
}.sd[data-s-f28b4f64-77e3-4dd8-b434-281d829dd76e] { color: #435266; font-family: var(--s-font-b082636f); font-size: 14px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.8; text-align: left; width: calc(100% - (var(--gap-h-4f464696-881f-445b-876e-77dd477aa973) * 0)); max-width: calc(100% - (var(--gap-h-4f464696-881f-445b-876e-77dd477aa973) * 0)); justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-f28b4f64-77e3-4dd8-b434-281d829dd76e] { font-size: 13px; }
}.sd[data-s-f327c995-2f29-4713-b7fa-0e5aaf42474d] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; justify-content: space-between; padding: 0px; width: calc(100% - (var(--gap-h-c4cc8f91-060f-4a1b-9a25-5b3b8124e12c) * 0)); --gap-h-f327c995-2f29-4713-b7fa-0e5aaf42474d: 20px; --gap-v-f327c995-2f29-4713-b7fa-0e5aaf42474d: 0px; --gap-uuid: f327c995-2f29-4713-b7fa-0e5aaf42474d; max-width: calc(100% - (var(--gap-h-c4cc8f91-060f-4a1b-9a25-5b3b8124e12c) * 0)); }.sd[data-s-5d888267-7b51-4362-b30b-8db0ba769eed] { background: #FFFFFF; border-radius: 999px; color: #121F32; flex: none; font-family: var(--s-font-4aa63508); font-size: 12px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.4; padding: 8px 20px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-5ac66316-fa3d-4b64-94e5-4180c8127777] { align-content: center; align-items: center; background: rgba(10, 65, 160, 0.2); border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 32px; justify-content: center; padding: 5px; width: 32px; --gap-h-5ac66316-fa3d-4b64-94e5-4180c8127777: 0px; --gap-v-5ac66316-fa3d-4b64-94e5-4180c8127777: 20px; --gap-uuid: 5ac66316-fa3d-4b64-94e5-4180c8127777; max-width: 100%; }
.sd[data-s-c4cc8f91-060f-4a1b-9a25-5b3b8124e12c]:hover .sd[data-s-5ac66316-fa3d-4b64-94e5-4180c8127777] { padding: 2px; --gap-h-5ac66316-fa3d-4b64-94e5-4180c8127777: 0px; --gap-v-5ac66316-fa3d-4b64-94e5-4180c8127777: 20px; }.sd[data-s-9990aeeb-5b45-47f6-8e60-44364e78c797] { background: #0A41A0; border-radius: 50%; color: #FFFFFF; flex: none; font-size: 12px; height: calc(100% - (var(--gap-v-5ac66316-fa3d-4b64-94e5-4180c8127777) * 0)); padding: 4px; width: calc(100% - (var(--gap-h-5ac66316-fa3d-4b64-94e5-4180c8127777) * 0)); max-width: calc(100% - (var(--gap-h-5ac66316-fa3d-4b64-94e5-4180c8127777) * 0)); }
.sd[data-s-c4cc8f91-060f-4a1b-9a25-5b3b8124e12c]:hover .sd[data-s-9990aeeb-5b45-47f6-8e60-44364e78c797] { flex: none; }.sd[data-s-379f6da9-e7ef-4cbb-944b-37bf0055d0b2] { align-content: flex-start; align-items: flex-start; background: #F0F4FA; border-radius: 10px; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: space-between; padding: 24px 24px; width: calc(33.3% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.667)); --gap-h-379f6da9-e7ef-4cbb-944b-37bf0055d0b2: 0px; --gap-v-379f6da9-e7ef-4cbb-944b-37bf0055d0b2: 24px; --gap-uuid: 379f6da9-e7ef-4cbb-944b-37bf0055d0b2; max-width: calc(33.3% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.667)); }
.sd[data-s-379f6da9-e7ef-4cbb-944b-37bf0055d0b2]:hover { background: rgba(240, 244, 250, 0.5); --gap-h-379f6da9-e7ef-4cbb-944b-37bf0055d0b2: 0px; --gap-v-379f6da9-e7ef-4cbb-944b-37bf0055d0b2: 24px; }
@media screen and (max-width: 990px){
.sd[data-s-379f6da9-e7ef-4cbb-944b-37bf0055d0b2] { flex: none; width: calc(50% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.5)); --gap-h-379f6da9-e7ef-4cbb-944b-37bf0055d0b2: 0px; --gap-v-379f6da9-e7ef-4cbb-944b-37bf0055d0b2: 24px; max-width: calc(50% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.5)); }
}
@media screen and (max-width: 690px){
.sd[data-s-379f6da9-e7ef-4cbb-944b-37bf0055d0b2] { width: calc(100% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0)); --gap-h-379f6da9-e7ef-4cbb-944b-37bf0055d0b2: 0px; --gap-v-379f6da9-e7ef-4cbb-944b-37bf0055d0b2: 24px; max-width: calc(100% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0)); }
}.sd[data-s-877d8f6c-4f36-4764-b33a-63d72cc04fc5] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-379f6da9-e7ef-4cbb-944b-37bf0055d0b2) * 0)); --gap-h-877d8f6c-4f36-4764-b33a-63d72cc04fc5: 0px; --gap-v-877d8f6c-4f36-4764-b33a-63d72cc04fc5: 20px; --gap-uuid: 877d8f6c-4f36-4764-b33a-63d72cc04fc5; max-width: calc(100% - (var(--gap-h-379f6da9-e7ef-4cbb-944b-37bf0055d0b2) * 0)); }
@media screen and (max-width: 690px){
.sd[data-s-877d8f6c-4f36-4764-b33a-63d72cc04fc5] { gap: 16px; --gap-h-877d8f6c-4f36-4764-b33a-63d72cc04fc5: 0px; --gap-v-877d8f6c-4f36-4764-b33a-63d72cc04fc5: 16px; }
}.sd[data-s-06c28a25-a045-483e-9d85-77add5561bdf] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-877d8f6c-4f36-4764-b33a-63d72cc04fc5) * 0)); --gap-h-06c28a25-a045-483e-9d85-77add5561bdf: 16px; --gap-v-06c28a25-a045-483e-9d85-77add5561bdf: 0px; --gap-uuid: 06c28a25-a045-483e-9d85-77add5561bdf; max-width: calc(100% - (var(--gap-h-877d8f6c-4f36-4764-b33a-63d72cc04fc5) * 0)); }
@media screen and (max-width: 990px){
.sd[data-s-06c28a25-a045-483e-9d85-77add5561bdf] { gap: 12px; --gap-h-06c28a25-a045-483e-9d85-77add5561bdf: 12px; --gap-v-06c28a25-a045-483e-9d85-77add5561bdf: 0px; }
}.sd[data-s-05c43e1e-18a3-4f19-a1a6-dc2f3dc4e986] { background: #FFFFFF; border-radius: 10px; flex: none; height: 60px; width: 60px; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-05c43e1e-18a3-4f19-a1a6-dc2f3dc4e986] { flex: none; }
}
@media screen and (max-width: 690px){
.sd[data-s-05c43e1e-18a3-4f19-a1a6-dc2f3dc4e986] { border-radius: 8px; flex: none; height: 48px; width: 48px; max-width: 100%; }
}.sd[data-s-f2c2d9d6-cc27-4846-a534-339b8f1b044b] { color: #003366; flex: 1; font-family: var(--s-font-4aa63508); font-size: 18px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-f2c2d9d6-cc27-4846-a534-339b8f1b044b] { font-size: 16px; padding: 0px; }
}.sd[data-s-16d76357-a10d-4ef6-b802-f733065ea5c1] { color: #435266; font-family: var(--s-font-b082636f); font-size: 14px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.8; text-align: left; width: calc(100% - (var(--gap-h-877d8f6c-4f36-4764-b33a-63d72cc04fc5) * 0)); max-width: calc(100% - (var(--gap-h-877d8f6c-4f36-4764-b33a-63d72cc04fc5) * 0)); justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-16d76357-a10d-4ef6-b802-f733065ea5c1] { font-size: 13px; }
}.sd[data-s-cb539419-3db6-4087-b216-9c2fec0468eb] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; justify-content: space-between; padding: 0px; width: calc(100% - (var(--gap-h-379f6da9-e7ef-4cbb-944b-37bf0055d0b2) * 0)); --gap-h-cb539419-3db6-4087-b216-9c2fec0468eb: 20px; --gap-v-cb539419-3db6-4087-b216-9c2fec0468eb: 0px; --gap-uuid: cb539419-3db6-4087-b216-9c2fec0468eb; max-width: calc(100% - (var(--gap-h-379f6da9-e7ef-4cbb-944b-37bf0055d0b2) * 0)); }.sd[data-s-5615cfbc-32a2-4e7c-a333-d68b99708df6] { background: #FFFFFF; border-radius: 999px; color: #121F32; flex: none; font-family: var(--s-font-4aa63508); font-size: 12px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.4; padding: 8px 20px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-41ea5e18-6265-4255-9c2a-c64522b67633] { align-content: center; align-items: center; background: rgba(10, 65, 160, 0.2); border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 32px; justify-content: center; padding: 5px; width: 32px; --gap-h-41ea5e18-6265-4255-9c2a-c64522b67633: 0px; --gap-v-41ea5e18-6265-4255-9c2a-c64522b67633: 20px; --gap-uuid: 41ea5e18-6265-4255-9c2a-c64522b67633; max-width: 100%; }
.sd[data-s-379f6da9-e7ef-4cbb-944b-37bf0055d0b2]:hover .sd[data-s-41ea5e18-6265-4255-9c2a-c64522b67633] { padding: 2px; --gap-h-41ea5e18-6265-4255-9c2a-c64522b67633: 0px; --gap-v-41ea5e18-6265-4255-9c2a-c64522b67633: 20px; }.sd[data-s-5e96e7d3-23f7-4900-9d00-d5a654d9c672] { background: #0A41A0; border-radius: 50%; color: #FFFFFF; flex: none; font-size: 12px; height: calc(100% - (var(--gap-v-41ea5e18-6265-4255-9c2a-c64522b67633) * 0)); padding: 4px; width: calc(100% - (var(--gap-h-41ea5e18-6265-4255-9c2a-c64522b67633) * 0)); max-width: calc(100% - (var(--gap-h-41ea5e18-6265-4255-9c2a-c64522b67633) * 0)); }
.sd[data-s-379f6da9-e7ef-4cbb-944b-37bf0055d0b2]:hover .sd[data-s-5e96e7d3-23f7-4900-9d00-d5a654d9c672] { flex: none; }.sd[data-s-5abe8d2c-5be0-4ad0-ad4a-abd9f1ab5a39] { align-content: flex-start; align-items: flex-start; background: #F0F4FA; border-radius: 10px; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: space-between; padding: 24px 24px; width: calc(33.3% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.667)); --gap-h-5abe8d2c-5be0-4ad0-ad4a-abd9f1ab5a39: 0px; --gap-v-5abe8d2c-5be0-4ad0-ad4a-abd9f1ab5a39: 24px; --gap-uuid: 5abe8d2c-5be0-4ad0-ad4a-abd9f1ab5a39; max-width: calc(33.3% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.667)); }
.sd[data-s-5abe8d2c-5be0-4ad0-ad4a-abd9f1ab5a39]:hover { background: rgba(240, 244, 250, 0.5); --gap-h-5abe8d2c-5be0-4ad0-ad4a-abd9f1ab5a39: 0px; --gap-v-5abe8d2c-5be0-4ad0-ad4a-abd9f1ab5a39: 24px; }
@media screen and (max-width: 990px){
.sd[data-s-5abe8d2c-5be0-4ad0-ad4a-abd9f1ab5a39] { flex: none; width: calc(50% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.5)); --gap-h-5abe8d2c-5be0-4ad0-ad4a-abd9f1ab5a39: 0px; --gap-v-5abe8d2c-5be0-4ad0-ad4a-abd9f1ab5a39: 24px; max-width: calc(50% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.5)); }
}
@media screen and (max-width: 690px){
.sd[data-s-5abe8d2c-5be0-4ad0-ad4a-abd9f1ab5a39] { width: calc(100% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0)); --gap-h-5abe8d2c-5be0-4ad0-ad4a-abd9f1ab5a39: 0px; --gap-v-5abe8d2c-5be0-4ad0-ad4a-abd9f1ab5a39: 24px; max-width: calc(100% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0)); }
}.sd[data-s-6a0214ed-340f-45ba-8671-5a6bc0da357d] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-5abe8d2c-5be0-4ad0-ad4a-abd9f1ab5a39) * 0)); --gap-h-6a0214ed-340f-45ba-8671-5a6bc0da357d: 0px; --gap-v-6a0214ed-340f-45ba-8671-5a6bc0da357d: 20px; --gap-uuid: 6a0214ed-340f-45ba-8671-5a6bc0da357d; max-width: calc(100% - (var(--gap-h-5abe8d2c-5be0-4ad0-ad4a-abd9f1ab5a39) * 0)); }
@media screen and (max-width: 690px){
.sd[data-s-6a0214ed-340f-45ba-8671-5a6bc0da357d] { gap: 16px; --gap-h-6a0214ed-340f-45ba-8671-5a6bc0da357d: 0px; --gap-v-6a0214ed-340f-45ba-8671-5a6bc0da357d: 16px; }
}.sd[data-s-7e1a0496-a59a-4ca1-974b-a4858b74a22d] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-6a0214ed-340f-45ba-8671-5a6bc0da357d) * 0)); --gap-h-7e1a0496-a59a-4ca1-974b-a4858b74a22d: 16px; --gap-v-7e1a0496-a59a-4ca1-974b-a4858b74a22d: 0px; --gap-uuid: 7e1a0496-a59a-4ca1-974b-a4858b74a22d; max-width: calc(100% - (var(--gap-h-6a0214ed-340f-45ba-8671-5a6bc0da357d) * 0)); }
@media screen and (max-width: 990px){
.sd[data-s-7e1a0496-a59a-4ca1-974b-a4858b74a22d] { gap: 12px; --gap-h-7e1a0496-a59a-4ca1-974b-a4858b74a22d: 12px; --gap-v-7e1a0496-a59a-4ca1-974b-a4858b74a22d: 0px; }
}.sd[data-s-bb78fa0b-21a4-49c3-8967-89eaee7657c5] { background: #FFFFFF; border-radius: 10px; flex: none; height: 60px; width: 60px; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-bb78fa0b-21a4-49c3-8967-89eaee7657c5] { flex: none; }
}
@media screen and (max-width: 690px){
.sd[data-s-bb78fa0b-21a4-49c3-8967-89eaee7657c5] { border-radius: 8px; flex: none; height: 48px; width: 48px; max-width: 100%; }
}.sd[data-s-7943934f-ca20-4d07-873a-ce3e384de33c] { color: #003366; flex: 1; font-family: var(--s-font-4aa63508); font-size: 18px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-7943934f-ca20-4d07-873a-ce3e384de33c] { font-size: 16px; }
}.sd[data-s-8aef8db5-b926-4c16-8be0-dd316382c226] { color: #435266; font-family: var(--s-font-b082636f); font-size: 14px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.8; text-align: left; width: calc(100% - (var(--gap-h-6a0214ed-340f-45ba-8671-5a6bc0da357d) * 0)); max-width: calc(100% - (var(--gap-h-6a0214ed-340f-45ba-8671-5a6bc0da357d) * 0)); justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-8aef8db5-b926-4c16-8be0-dd316382c226] { font-size: 13px; }
}.sd[data-s-87bc7ce3-4db0-4347-8f71-f47b6d72811e] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; justify-content: space-between; padding: 0px; width: calc(100% - (var(--gap-h-5abe8d2c-5be0-4ad0-ad4a-abd9f1ab5a39) * 0)); --gap-h-87bc7ce3-4db0-4347-8f71-f47b6d72811e: 20px; --gap-v-87bc7ce3-4db0-4347-8f71-f47b6d72811e: 0px; --gap-uuid: 87bc7ce3-4db0-4347-8f71-f47b6d72811e; max-width: calc(100% - (var(--gap-h-5abe8d2c-5be0-4ad0-ad4a-abd9f1ab5a39) * 0)); }.sd[data-s-89312cb8-bfb9-4fc4-8477-48c741af5396] { background: #FFFFFF; border-radius: 999px; color: #121F32; flex: none; font-family: var(--s-font-4aa63508); font-size: 12px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.4; padding: 8px 20px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-1e61c29f-6931-4f8a-aaa1-e35c184e4d0c] { align-content: center; align-items: center; background: rgba(10, 65, 160, 0.2); border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 32px; justify-content: center; padding: 5px; width: 32px; --gap-h-1e61c29f-6931-4f8a-aaa1-e35c184e4d0c: 0px; --gap-v-1e61c29f-6931-4f8a-aaa1-e35c184e4d0c: 20px; --gap-uuid: 1e61c29f-6931-4f8a-aaa1-e35c184e4d0c; max-width: 100%; }
.sd[data-s-5abe8d2c-5be0-4ad0-ad4a-abd9f1ab5a39]:hover .sd[data-s-1e61c29f-6931-4f8a-aaa1-e35c184e4d0c] { padding: 2px; --gap-h-1e61c29f-6931-4f8a-aaa1-e35c184e4d0c: 0px; --gap-v-1e61c29f-6931-4f8a-aaa1-e35c184e4d0c: 20px; }.sd[data-s-86b5f8a0-7bf9-4b9a-8378-f0c9ec2ddf3e] { background: #0A41A0; border-radius: 50%; color: #FFFFFF; flex: none; font-size: 12px; height: calc(100% - (var(--gap-v-1e61c29f-6931-4f8a-aaa1-e35c184e4d0c) * 0)); padding: 4px; width: calc(100% - (var(--gap-h-1e61c29f-6931-4f8a-aaa1-e35c184e4d0c) * 0)); max-width: calc(100% - (var(--gap-h-1e61c29f-6931-4f8a-aaa1-e35c184e4d0c) * 0)); }
.sd[data-s-5abe8d2c-5be0-4ad0-ad4a-abd9f1ab5a39]:hover .sd[data-s-86b5f8a0-7bf9-4b9a-8378-f0c9ec2ddf3e] { flex: none; }.sd[data-s-b623d02e-a70f-4f6e-a92c-7ed24d035ac7] { align-content: flex-start; align-items: flex-start; background: #F0F4FA; border-radius: 10px; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: space-between; padding: 24px 24px; width: calc(33.3% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.667)); --gap-h-b623d02e-a70f-4f6e-a92c-7ed24d035ac7: 0px; --gap-v-b623d02e-a70f-4f6e-a92c-7ed24d035ac7: 24px; --gap-uuid: b623d02e-a70f-4f6e-a92c-7ed24d035ac7; max-width: calc(33.3% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.667)); }
.sd[data-s-b623d02e-a70f-4f6e-a92c-7ed24d035ac7]:hover { background: rgba(240, 244, 250, 0.5); --gap-h-b623d02e-a70f-4f6e-a92c-7ed24d035ac7: 0px; --gap-v-b623d02e-a70f-4f6e-a92c-7ed24d035ac7: 24px; }
@media screen and (max-width: 990px){
.sd[data-s-b623d02e-a70f-4f6e-a92c-7ed24d035ac7] { flex: none; width: calc(50% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.5)); --gap-h-b623d02e-a70f-4f6e-a92c-7ed24d035ac7: 0px; --gap-v-b623d02e-a70f-4f6e-a92c-7ed24d035ac7: 24px; max-width: calc(50% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0.5)); }
}
@media screen and (max-width: 690px){
.sd[data-s-b623d02e-a70f-4f6e-a92c-7ed24d035ac7] { width: calc(100% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0)); --gap-h-b623d02e-a70f-4f6e-a92c-7ed24d035ac7: 0px; --gap-v-b623d02e-a70f-4f6e-a92c-7ed24d035ac7: 24px; max-width: calc(100% - (var(--gap-h-c7b15903-6d64-47e0-ba49-9680893c0f32) * 0)); }
}.sd[data-s-f1b05405-6b73-4a1c-804d-5207d5e8874d] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-b623d02e-a70f-4f6e-a92c-7ed24d035ac7) * 0)); --gap-h-f1b05405-6b73-4a1c-804d-5207d5e8874d: 0px; --gap-v-f1b05405-6b73-4a1c-804d-5207d5e8874d: 20px; --gap-uuid: f1b05405-6b73-4a1c-804d-5207d5e8874d; max-width: calc(100% - (var(--gap-h-b623d02e-a70f-4f6e-a92c-7ed24d035ac7) * 0)); }
@media screen and (max-width: 690px){
.sd[data-s-f1b05405-6b73-4a1c-804d-5207d5e8874d] { gap: 16px; --gap-h-f1b05405-6b73-4a1c-804d-5207d5e8874d: 0px; --gap-v-f1b05405-6b73-4a1c-804d-5207d5e8874d: 16px; }
}.sd[data-s-a8a23bba-e7f2-4e0e-a2a0-6ba44021d6ec] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-f1b05405-6b73-4a1c-804d-5207d5e8874d) * 0)); --gap-h-a8a23bba-e7f2-4e0e-a2a0-6ba44021d6ec: 16px; --gap-v-a8a23bba-e7f2-4e0e-a2a0-6ba44021d6ec: 0px; --gap-uuid: a8a23bba-e7f2-4e0e-a2a0-6ba44021d6ec; max-width: calc(100% - (var(--gap-h-f1b05405-6b73-4a1c-804d-5207d5e8874d) * 0)); }
@media screen and (max-width: 990px){
.sd[data-s-a8a23bba-e7f2-4e0e-a2a0-6ba44021d6ec] { gap: 12px; padding: 0px; --gap-h-a8a23bba-e7f2-4e0e-a2a0-6ba44021d6ec: 12px; --gap-v-a8a23bba-e7f2-4e0e-a2a0-6ba44021d6ec: 0px; }
}.sd[data-s-e6d68a2a-2655-4438-acbe-0715696dc3c1] { background: #FFFFFF; border-radius: 10px; flex: none; height: 60px; width: 60px; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-e6d68a2a-2655-4438-acbe-0715696dc3c1] { flex: none; }
}
@media screen and (max-width: 690px){
.sd[data-s-e6d68a2a-2655-4438-acbe-0715696dc3c1] { border-radius: 8px; flex: none; height: 48px; width: 48px; max-width: 100%; }
}.sd[data-s-0c06df94-a750-4392-9fb2-35d81535312e] { color: #003366; flex: 1; font-family: var(--s-font-4aa63508); font-size: 18px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-0c06df94-a750-4392-9fb2-35d81535312e] { font-size: 16px; }
}.sd[data-s-393a38bd-48ec-4167-accb-0befeacfbc8f] { color: #435266; font-family: var(--s-font-b082636f); font-size: 14px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.8; text-align: left; width: calc(100% - (var(--gap-h-f1b05405-6b73-4a1c-804d-5207d5e8874d) * 0)); max-width: calc(100% - (var(--gap-h-f1b05405-6b73-4a1c-804d-5207d5e8874d) * 0)); justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-393a38bd-48ec-4167-accb-0befeacfbc8f] { font-size: 13px; }
}.sd[data-s-20ae4aaa-4b5f-4e31-8a44-4c5c826cc55b] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; justify-content: space-between; padding: 0px; width: calc(100% - (var(--gap-h-b623d02e-a70f-4f6e-a92c-7ed24d035ac7) * 0)); --gap-h-20ae4aaa-4b5f-4e31-8a44-4c5c826cc55b: 20px; --gap-v-20ae4aaa-4b5f-4e31-8a44-4c5c826cc55b: 0px; --gap-uuid: 20ae4aaa-4b5f-4e31-8a44-4c5c826cc55b; max-width: calc(100% - (var(--gap-h-b623d02e-a70f-4f6e-a92c-7ed24d035ac7) * 0)); }.sd[data-s-ce400974-7a9f-44b1-8c4a-be58e70e6812] { background: #FFFFFF; border-radius: 999px; color: #121F32; flex: none; font-family: var(--s-font-4aa63508); font-size: 12px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.4; padding: 8px 20px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-b131bb80-d476-4c2a-8f69-473268734779] { align-content: center; align-items: center; background: rgba(10, 65, 160, 0.2); border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 32px; justify-content: center; padding: 5px; width: 32px; --gap-h-b131bb80-d476-4c2a-8f69-473268734779: 0px; --gap-v-b131bb80-d476-4c2a-8f69-473268734779: 20px; --gap-uuid: b131bb80-d476-4c2a-8f69-473268734779; max-width: 100%; }
.sd[data-s-b623d02e-a70f-4f6e-a92c-7ed24d035ac7]:hover .sd[data-s-b131bb80-d476-4c2a-8f69-473268734779] { padding: 2px; --gap-h-b131bb80-d476-4c2a-8f69-473268734779: 0px; --gap-v-b131bb80-d476-4c2a-8f69-473268734779: 20px; }.sd[data-s-1e185415-154f-47aa-a2c9-ba7c59edf254] { background: #0A41A0; border-radius: 50%; color: #FFFFFF; flex: none; font-size: 12px; height: calc(100% - (var(--gap-v-b131bb80-d476-4c2a-8f69-473268734779) * 0)); padding: 4px; width: calc(100% - (var(--gap-h-b131bb80-d476-4c2a-8f69-473268734779) * 0)); max-width: calc(100% - (var(--gap-h-b131bb80-d476-4c2a-8f69-473268734779) * 0)); }
.sd[data-s-b623d02e-a70f-4f6e-a92c-7ed24d035ac7]:hover .sd[data-s-1e185415-154f-47aa-a2c9-ba7c59edf254] { flex: none; }.sd[data-s-2da14422-905c-4330-a8fe-c00daeebcd48] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; width: 1200px; max-width: 100%; }
@media screen and (max-width: 990px){
.sd[data-s-2da14422-905c-4330-a8fe-c00daeebcd48] { flex: none; margin: 0px 0px 20px 0px; max-width: 100%; }
}
@media screen and (max-width: 690px){
.sd[data-s-2da14422-905c-4330-a8fe-c00daeebcd48] { flex: none; width: 90%; max-width: 90%; }
}
@media screen and (max-width: 360px){
.sd[data-s-2da14422-905c-4330-a8fe-c00daeebcd48] { flex: none; width: 91%; max-width: 91%; }
}.sd[data-s-ebc7294e-81e1-49a8-8a77-75d3164e2f79] {  }.sd[data-s-f306310d-979e-4939-b114-6ad8b50bbba8] { align-content: stretch; align-items: stretch; display: flex; flex-direction: row; flex-wrap: wrap; gap: 0px; height: auto; justify-content: center; margin: 0px 0px 0px 0px; padding: 0px; width: 100%; --gap-h-f306310d-979e-4939-b114-6ad8b50bbba8: 0px; --gap-v-f306310d-979e-4939-b114-6ad8b50bbba8: 0px; --gap-uuid: f306310d-979e-4939-b114-6ad8b50bbba8; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-f306310d-979e-4939-b114-6ad8b50bbba8] { display: flex; --gap-h-f306310d-979e-4939-b114-6ad8b50bbba8: 0px; --gap-v-f306310d-979e-4939-b114-6ad8b50bbba8: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-f306310d-979e-4939-b114-6ad8b50bbba8] { display: flex; --gap-h-f306310d-979e-4939-b114-6ad8b50bbba8: 0px; --gap-v-f306310d-979e-4939-b114-6ad8b50bbba8: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-f306310d-979e-4939-b114-6ad8b50bbba8] { display: flex; --gap-h-f306310d-979e-4939-b114-6ad8b50bbba8: 0px; --gap-v-f306310d-979e-4939-b114-6ad8b50bbba8: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-f306310d-979e-4939-b114-6ad8b50bbba8] { display: flex; --gap-h-f306310d-979e-4939-b114-6ad8b50bbba8: 0px; --gap-v-f306310d-979e-4939-b114-6ad8b50bbba8: 0px; }
}.sd[data-s-c9e8b086-2e6a-4e69-bf01-bc7286bee5cd] {  }.sd[data-s-14854d92-b557-4384-916e-c036888e0a35] { align-content: stretch; align-items: stretch; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: flex-start; margin: -24px 20px 0px 20px; padding: 0px 0px 64px 0px; width: 1360px; --gap-h-14854d92-b557-4384-916e-c036888e0a35: 20px; --gap-v-14854d92-b557-4384-916e-c036888e0a35: 0px; --gap-uuid: 14854d92-b557-4384-916e-c036888e0a35; max-width: calc(100% - 40px); }
@media screen and (max-width: 1280px){
.sd[data-s-14854d92-b557-4384-916e-c036888e0a35] { padding: 50px 0px 64px 0px; --gap-h-14854d92-b557-4384-916e-c036888e0a35: 20px; --gap-v-14854d92-b557-4384-916e-c036888e0a35: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-14854d92-b557-4384-916e-c036888e0a35] { gap: 16px; margin: 0px 20px 0px 20px; padding: 20px 0px 64px 0px; --gap-h-14854d92-b557-4384-916e-c036888e0a35: 16px; --gap-v-14854d92-b557-4384-916e-c036888e0a35: 0px; max-width: calc(100% - 40px); }
}
@media screen and (max-width: 690px){
.sd[data-s-14854d92-b557-4384-916e-c036888e0a35] { flex-direction: column; flex-wrap: nowrap; padding: 0px 0px 80px 0px; --gap-h-14854d92-b557-4384-916e-c036888e0a35: 0px; --gap-v-14854d92-b557-4384-916e-c036888e0a35: 20px; }
}
@media screen and (max-width: 360px){
.sd[data-s-14854d92-b557-4384-916e-c036888e0a35] { margin: 0px 16px 0px 16px; --gap-h-14854d92-b557-4384-916e-c036888e0a35: 20px; --gap-v-14854d92-b557-4384-916e-c036888e0a35: 0px; max-width: calc(100% - 32px); }
}.sd[data-s-e92a6b98-265a-46b6-b3c6-2713a980adf3] { align-content: center; align-items: center; background: #f0f4fa; border-radius: 10px; flex: none; flex-direction: column; gap: 24px; height: auto; justify-content: space-between; margin: 0px; padding: 64px 20px; width: calc(50% - (var(--gap-h-14854d92-b557-4384-916e-c036888e0a35) * 0.5)); --gap-h-e92a6b98-265a-46b6-b3c6-2713a980adf3: 0px; --gap-v-e92a6b98-265a-46b6-b3c6-2713a980adf3: 24px; --gap-uuid: e92a6b98-265a-46b6-b3c6-2713a980adf3; max-width: calc(50% - (var(--gap-h-14854d92-b557-4384-916e-c036888e0a35) * 0.5)); }
@media screen and (max-width: 990px){
.sd[data-s-e92a6b98-265a-46b6-b3c6-2713a980adf3] { padding: 64px 16px; --gap-h-e92a6b98-265a-46b6-b3c6-2713a980adf3: 0px; --gap-v-e92a6b98-265a-46b6-b3c6-2713a980adf3: 24px; }
}
@media screen and (max-width: 690px){
.sd[data-s-e92a6b98-265a-46b6-b3c6-2713a980adf3] { gap: 32px; padding: 40px 16px 40px 16px; width: calc(100% - (var(--gap-h-14854d92-b557-4384-916e-c036888e0a35) * 0)); --gap-h-e92a6b98-265a-46b6-b3c6-2713a980adf3: 0px; --gap-v-e92a6b98-265a-46b6-b3c6-2713a980adf3: 32px; max-width: calc(100% - (var(--gap-h-14854d92-b557-4384-916e-c036888e0a35) * 0)); }
}.sd[data-s-a6a701b2-6ff4-43d7-9915-0b47de289ba5] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 24px; justify-content: center; padding: 0px; --gap-h-a6a701b2-6ff4-43d7-9915-0b47de289ba5: 0px; --gap-v-a6a701b2-6ff4-43d7-9915-0b47de289ba5: 24px; --gap-uuid: a6a701b2-6ff4-43d7-9915-0b47de289ba5; }
@media screen and (max-width: 690px){
.sd[data-s-a6a701b2-6ff4-43d7-9915-0b47de289ba5] { gap: 16px; --gap-h-a6a701b2-6ff4-43d7-9915-0b47de289ba5: 0px; --gap-v-a6a701b2-6ff4-43d7-9915-0b47de289ba5: 16px; }
}.sd[data-s-4faa4070-9671-4dcd-b5c8-d514074b725b] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: flex-start; margin: 0px; padding: 0px 8px 0px 0px; width: auto; --gap-h-4faa4070-9671-4dcd-b5c8-d514074b725b: 8px; --gap-v-4faa4070-9671-4dcd-b5c8-d514074b725b: 0px; --gap-uuid: 4faa4070-9671-4dcd-b5c8-d514074b725b; max-width: 100%; }.sd[data-s-14c26fc5-f668-4e00-bf06-a6ecb5a18d37] { align-content: center; align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 999px; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow-x: hidden; overflow-y: hidden; padding: 4px; width: auto; --gap-h-14c26fc5-f668-4e00-bf06-a6ecb5a18d37: 10px; --gap-v-14c26fc5-f668-4e00-bf06-a6ecb5a18d37: 0px; --gap-uuid: 14c26fc5-f668-4e00-bf06-a6ecb5a18d37; max-width: 100%; --g-color-0: rgba(131, 214, 189, 0.2); --g-position-0: 0%; --g-color-1: rgba(0, 102, 204, 0.2); --g-position-1: 100%; --g-color-2: rgba(0, 102, 204, 0.2); --g-position-2: 100%; --g-color-3: rgba(0, 102, 204, 0.2); --g-position-3: 100%; --g-color-4: rgba(0, 102, 204, 0.2); --g-position-4: 100%; --g-color-5: rgba(0, 102, 204, 0.2); --g-position-5: 100%; --g-color-6: rgba(0, 102, 204, 0.2); --g-position-6: 100%; --g-color-7: rgba(0, 102, 204, 0.2); --g-position-7: 100%; --g-color-8: rgba(0, 102, 204, 0.2); --g-position-8: 100%; --g-color-9: rgba(0, 102, 204, 0.2); --g-position-9: 100%; --g-color-10: rgba(0, 102, 204, 0.2); --g-position-10: 100%; --g-color-11: rgba(0, 102, 204, 0.2); --g-position-11: 100%; --g-angle: 141.69deg; }.sd[data-s-217ca364-dff5-4c26-8835-033d962318d9] { align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 8px; flex: none; flex-direction: column; height: 8px; justify-content: center; width: 8px; max-width: 100%; --g-color-0: rgb(131, 214, 189); --g-position-0: 0%; --g-color-1: rgb(0, 102, 204); --g-position-1: 100%; --g-color-2: rgb(0, 102, 204); --g-position-2: 100%; --g-color-3: rgb(0, 102, 204); --g-position-3: 100%; --g-color-4: rgb(0, 102, 204); --g-position-4: 100%; --g-color-5: rgb(0, 102, 204); --g-position-5: 100%; --g-color-6: rgb(0, 102, 204); --g-position-6: 100%; --g-color-7: rgb(0, 102, 204); --g-position-7: 100%; --g-color-8: rgb(0, 102, 204); --g-position-8: 100%; --g-color-9: rgb(0, 102, 204); --g-position-9: 100%; --g-color-10: rgb(0, 102, 204); --g-position-10: 100%; --g-color-11: rgb(0, 102, 204); --g-position-11: 100%; --g-angle: 141.69deg; }.sd[data-s-1363a267-a81a-494c-8737-04c02fb9a5cb] { color: #003366; flex: none; font-family: var(--s-font-4aa63508); font-size: 24px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-1363a267-a81a-494c-8737-04c02fb9a5cb] { font-size: 20px; }
}.sd[data-s-9a884ffd-6706-44d5-be55-6215ad942f01] { color: #435266; flex: none; font-family: var(--s-font-b082636f); font-size: 16px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.75; margin: 0px; text-align: center; width: 424px; max-width: 100%; justify-content: center; }
@media screen and (max-width: 1280px){
.sd[data-s-9a884ffd-6706-44d5-be55-6215ad942f01] { flex: none; font-size: 14px; width: 380px; max-width: 100%; }
}
@media screen and (max-width: 990px){
.sd[data-s-9a884ffd-6706-44d5-be55-6215ad942f01] { font-size: 14px; }
}
@media screen and (max-width: 690px){
.sd[data-s-9a884ffd-6706-44d5-be55-6215ad942f01] { flex: none; font-size: 13px; width: 292px; max-width: 100%; }
}.sd[data-s-4a909a7c-8d9f-4d28-8059-81017775130a] { align-content: center; align-items: center; background: #FFFFFF; border-bottom: 1px solid #003366; border-left: 1px solid #003366; border-radius: 999px; border-right: 1px solid #003366; border-top: 1px solid #003366; flex-direction: row; flex-wrap: nowrap; gap: 24px; justify-content: center; padding: 6px 6px 6px 32px; --gap-h-4a909a7c-8d9f-4d28-8059-81017775130a: 24px; --gap-v-4a909a7c-8d9f-4d28-8059-81017775130a: 0px; --gap-uuid: 4a909a7c-8d9f-4d28-8059-81017775130a; }
.sd[data-s-4a909a7c-8d9f-4d28-8059-81017775130a]:hover { opacity: 1; --gap-h-4a909a7c-8d9f-4d28-8059-81017775130a: 24px; --gap-v-4a909a7c-8d9f-4d28-8059-81017775130a: 0px; }.sd[data-s-f95365ac-3989-4fc8-8f6b-98c1e9ecac48] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-bb04eee2-3a5a-4d03-a59f-3cc4757c7ce8] { align-content: center; align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 40px; justify-content: center; padding: 6px; width: 40px; --gap-h-bb04eee2-3a5a-4d03-a59f-3cc4757c7ce8: 0px; --gap-v-bb04eee2-3a5a-4d03-a59f-3cc4757c7ce8: 20px; --gap-uuid: bb04eee2-3a5a-4d03-a59f-3cc4757c7ce8; max-width: 100%; --g-color-0: #83d6bd33; --g-position-0: 0%; --g-color-1: rgba(0, 102, 204, 0.2); --g-position-1: 100%; --g-color-2: rgba(0, 102, 204, 0.2); --g-position-2: 100%; --g-color-3: rgba(0, 102, 204, 0.2); --g-position-3: 100%; --g-color-4: rgba(0, 102, 204, 0.2); --g-position-4: 100%; --g-color-5: rgba(0, 102, 204, 0.2); --g-position-5: 100%; --g-color-6: rgba(0, 102, 204, 0.2); --g-position-6: 100%; --g-color-7: rgba(0, 102, 204, 0.2); --g-position-7: 100%; --g-color-8: rgba(0, 102, 204, 0.2); --g-position-8: 100%; --g-color-9: rgba(0, 102, 204, 0.2); --g-position-9: 100%; --g-color-10: rgba(0, 102, 204, 0.2); --g-position-10: 100%; --g-color-11: rgba(0, 102, 204, 0.2); --g-position-11: 100%; --g-angle: 141.69deg; }
.sd[data-s-4a909a7c-8d9f-4d28-8059-81017775130a]:hover .sd[data-s-bb04eee2-3a5a-4d03-a59f-3cc4757c7ce8] { padding: 2px; --gap-h-bb04eee2-3a5a-4d03-a59f-3cc4757c7ce8: 0px; --gap-v-bb04eee2-3a5a-4d03-a59f-3cc4757c7ce8: 20px; }.sd[data-s-3748aba0-249d-4a66-9a9b-9f4e07d3ae81] { background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 50%; color: #FFFFFF; flex: none; font-size: 12px; height: calc(100% - (var(--gap-v-bb04eee2-3a5a-4d03-a59f-3cc4757c7ce8) * 0)); padding: 4px; width: calc(100% - (var(--gap-h-bb04eee2-3a5a-4d03-a59f-3cc4757c7ce8) * 0)); max-width: calc(100% - (var(--gap-h-bb04eee2-3a5a-4d03-a59f-3cc4757c7ce8) * 0)); --g-color-0: rgb(131, 214, 189); --g-position-0: 0%; --g-color-1: rgb(0, 102, 204); --g-position-1: 100%; --g-color-2: rgb(0, 102, 204); --g-position-2: 100%; --g-color-3: rgb(0, 102, 204); --g-position-3: 100%; --g-color-4: rgb(0, 102, 204); --g-position-4: 100%; --g-color-5: rgb(0, 102, 204); --g-position-5: 100%; --g-color-6: rgb(0, 102, 204); --g-position-6: 100%; --g-color-7: rgb(0, 102, 204); --g-position-7: 100%; --g-color-8: rgb(0, 102, 204); --g-position-8: 100%; --g-color-9: rgb(0, 102, 204); --g-position-9: 100%; --g-color-10: rgb(0, 102, 204); --g-position-10: 100%; --g-color-11: rgb(0, 102, 204); --g-position-11: 100%; --g-angle: 141.69deg; }
.sd[data-s-4a909a7c-8d9f-4d28-8059-81017775130a]:hover .sd[data-s-3748aba0-249d-4a66-9a9b-9f4e07d3ae81] { flex: none; }.sd[data-s-5f142475-4a25-4c36-9aa4-95e105a148f9] { align-content: center; align-items: center; background: #f0f4fa; border-radius: 10px; flex: none; flex-direction: column; gap: 24px; height: auto; justify-content: space-between; margin: 0px; padding: 64px 20px; width: calc(50% - (var(--gap-h-14854d92-b557-4384-916e-c036888e0a35) * 0.5)); --gap-h-5f142475-4a25-4c36-9aa4-95e105a148f9: 0px; --gap-v-5f142475-4a25-4c36-9aa4-95e105a148f9: 24px; --gap-uuid: 5f142475-4a25-4c36-9aa4-95e105a148f9; max-width: calc(50% - (var(--gap-h-14854d92-b557-4384-916e-c036888e0a35) * 0.5)); }
@media screen and (max-width: 990px){
.sd[data-s-5f142475-4a25-4c36-9aa4-95e105a148f9] { padding: 64px 16px; --gap-h-5f142475-4a25-4c36-9aa4-95e105a148f9: 0px; --gap-v-5f142475-4a25-4c36-9aa4-95e105a148f9: 24px; }
}
@media screen and (max-width: 690px){
.sd[data-s-5f142475-4a25-4c36-9aa4-95e105a148f9] { gap: 32px; padding: 40px 16px 40px 16px; width: calc(100% - (var(--gap-h-14854d92-b557-4384-916e-c036888e0a35) * 0)); --gap-h-5f142475-4a25-4c36-9aa4-95e105a148f9: 0px; --gap-v-5f142475-4a25-4c36-9aa4-95e105a148f9: 32px; max-width: calc(100% - (var(--gap-h-14854d92-b557-4384-916e-c036888e0a35) * 0)); }
}.sd[data-s-193ec7f2-c75b-40b4-ae4f-0035e64ac0b8] { align-content: center; align-items: center; flex-direction: column; flex-wrap: nowrap; gap: 24px; justify-content: center; padding: 0px; --gap-h-193ec7f2-c75b-40b4-ae4f-0035e64ac0b8: 0px; --gap-v-193ec7f2-c75b-40b4-ae4f-0035e64ac0b8: 24px; --gap-uuid: 193ec7f2-c75b-40b4-ae4f-0035e64ac0b8; }
@media screen and (max-width: 690px){
.sd[data-s-193ec7f2-c75b-40b4-ae4f-0035e64ac0b8] { gap: 16px; --gap-h-193ec7f2-c75b-40b4-ae4f-0035e64ac0b8: 0px; --gap-v-193ec7f2-c75b-40b4-ae4f-0035e64ac0b8: 16px; }
}.sd[data-s-795b973f-e994-4dcf-8538-7fcc7e8e8a5c] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: flex-start; margin: 0px; padding: 0px 8px 0px 0px; width: auto; --gap-h-795b973f-e994-4dcf-8538-7fcc7e8e8a5c: 8px; --gap-v-795b973f-e994-4dcf-8538-7fcc7e8e8a5c: 0px; --gap-uuid: 795b973f-e994-4dcf-8538-7fcc7e8e8a5c; max-width: 100%; }.sd[data-s-853b14f8-a98d-4511-8362-05b4b01d04aa] { align-content: center; align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 999px; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow-x: hidden; overflow-y: hidden; padding: 4px; width: auto; --gap-h-853b14f8-a98d-4511-8362-05b4b01d04aa: 10px; --gap-v-853b14f8-a98d-4511-8362-05b4b01d04aa: 0px; --gap-uuid: 853b14f8-a98d-4511-8362-05b4b01d04aa; max-width: 100%; --g-color-0: rgba(131, 214, 189, 0.2); --g-position-0: 0%; --g-color-1: rgba(0, 102, 204, 0.2); --g-position-1: 100%; --g-color-2: rgba(0, 102, 204, 0.2); --g-position-2: 100%; --g-color-3: rgba(0, 102, 204, 0.2); --g-position-3: 100%; --g-color-4: rgba(0, 102, 204, 0.2); --g-position-4: 100%; --g-color-5: rgba(0, 102, 204, 0.2); --g-position-5: 100%; --g-color-6: rgba(0, 102, 204, 0.2); --g-position-6: 100%; --g-color-7: rgba(0, 102, 204, 0.2); --g-position-7: 100%; --g-color-8: rgba(0, 102, 204, 0.2); --g-position-8: 100%; --g-color-9: rgba(0, 102, 204, 0.2); --g-position-9: 100%; --g-color-10: rgba(0, 102, 204, 0.2); --g-position-10: 100%; --g-color-11: rgba(0, 102, 204, 0.2); --g-position-11: 100%; --g-angle: 141.69deg; }.sd[data-s-f6a8c325-2ec3-4ef4-b12f-0a225513f000] { align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 8px; flex: none; flex-direction: column; height: 8px; justify-content: center; width: 8px; max-width: 100%; --g-color-0: rgb(131, 214, 189); --g-position-0: 0%; --g-color-1: rgb(0, 102, 204); --g-position-1: 100%; --g-color-2: rgb(0, 102, 204); --g-position-2: 100%; --g-color-3: rgb(0, 102, 204); --g-position-3: 100%; --g-color-4: rgb(0, 102, 204); --g-position-4: 100%; --g-color-5: rgb(0, 102, 204); --g-position-5: 100%; --g-color-6: rgb(0, 102, 204); --g-position-6: 100%; --g-color-7: rgb(0, 102, 204); --g-position-7: 100%; --g-color-8: rgb(0, 102, 204); --g-position-8: 100%; --g-color-9: rgb(0, 102, 204); --g-position-9: 100%; --g-color-10: rgb(0, 102, 204); --g-position-10: 100%; --g-color-11: rgb(0, 102, 204); --g-position-11: 100%; --g-angle: 141.69deg; }.sd[data-s-3740f06f-72e5-463f-a0c7-e96573f2d7c8] { color: #003366; flex: none; font-family: var(--s-font-4aa63508); font-size: 24px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.04em; line-height: 1.4; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 690px){
.sd[data-s-3740f06f-72e5-463f-a0c7-e96573f2d7c8] { font-size: 20px; }
}.sd[data-s-e56e4b6d-2185-435b-8005-e2b096a1adc8] { color: #435266; font-family: var(--s-font-b082636f); font-size: 16px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1.75; margin: 0px; text-align: center; width: calc(100% - (var(--gap-h-193ec7f2-c75b-40b4-ae4f-0035e64ac0b8) * 0)); max-width: calc(100% - (var(--gap-h-193ec7f2-c75b-40b4-ae4f-0035e64ac0b8) * 0)); justify-content: center; }
@media screen and (max-width: 1280px){
.sd[data-s-e56e4b6d-2185-435b-8005-e2b096a1adc8] { font-size: 14px; }
}
@media screen and (max-width: 990px){
.sd[data-s-e56e4b6d-2185-435b-8005-e2b096a1adc8] { font-size: 14px; }
}
@media screen and (max-width: 690px){
.sd[data-s-e56e4b6d-2185-435b-8005-e2b096a1adc8] { font-size: 13px; width: 274px; max-width: 100%; }
}.sd[data-s-616248a4-042c-4104-b86d-a1de425162ec] { align-content: center; align-items: center; background: #FFFFFF; border-bottom: 1px solid #003366; border-left: 1px solid #003366; border-radius: 999px; border-right: 1px solid #003366; border-top: 1px solid #003366; flex-direction: row; flex-wrap: nowrap; gap: 24px; justify-content: center; padding: 6px 6px 6px 32px; --gap-h-616248a4-042c-4104-b86d-a1de425162ec: 24px; --gap-v-616248a4-042c-4104-b86d-a1de425162ec: 0px; --gap-uuid: 616248a4-042c-4104-b86d-a1de425162ec; }
.sd[data-s-616248a4-042c-4104-b86d-a1de425162ec]:hover { opacity: 1; --gap-h-616248a4-042c-4104-b86d-a1de425162ec: 24px; --gap-v-616248a4-042c-4104-b86d-a1de425162ec: 0px; }.sd[data-s-dd7ee261-a804-4573-8415-7c90415bca18] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 16px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-5ae346a5-422d-4b00-83ed-9043466467e7] { align-content: center; align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 50%; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 40px; justify-content: center; padding: 6px; width: 40px; --gap-h-5ae346a5-422d-4b00-83ed-9043466467e7: 0px; --gap-v-5ae346a5-422d-4b00-83ed-9043466467e7: 20px; --gap-uuid: 5ae346a5-422d-4b00-83ed-9043466467e7; max-width: 100%; --g-color-0: rgba(131, 214, 189, 0.2); --g-position-0: 0%; --g-color-1: rgba(0, 102, 204, 0.2); --g-position-1: 100%; --g-color-2: rgba(0, 102, 204, 0.2); --g-position-2: 100%; --g-color-3: rgba(0, 102, 204, 0.2); --g-position-3: 100%; --g-color-4: rgba(0, 102, 204, 0.2); --g-position-4: 100%; --g-color-5: rgba(0, 102, 204, 0.2); --g-position-5: 100%; --g-color-6: rgba(0, 102, 204, 0.2); --g-position-6: 100%; --g-color-7: rgba(0, 102, 204, 0.2); --g-position-7: 100%; --g-color-8: rgba(0, 102, 204, 0.2); --g-position-8: 100%; --g-color-9: rgba(0, 102, 204, 0.2); --g-position-9: 100%; --g-color-10: rgba(0, 102, 204, 0.2); --g-position-10: 100%; --g-color-11: rgba(0, 102, 204, 0.2); --g-position-11: 100%; --g-angle: 141.69deg; }
.sd[data-s-616248a4-042c-4104-b86d-a1de425162ec]:hover .sd[data-s-5ae346a5-422d-4b00-83ed-9043466467e7] { padding: 2px; --gap-h-5ae346a5-422d-4b00-83ed-9043466467e7: 0px; --gap-v-5ae346a5-422d-4b00-83ed-9043466467e7: 20px; }.sd[data-s-31a793a2-ca25-4485-ba18-d8bba6aecb80] { background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 50%; color: #FFFFFF; flex: none; font-size: 12px; height: calc(100% - (var(--gap-v-5ae346a5-422d-4b00-83ed-9043466467e7) * 0)); padding: 4px; width: calc(100% - (var(--gap-h-5ae346a5-422d-4b00-83ed-9043466467e7) * 0)); max-width: calc(100% - (var(--gap-h-5ae346a5-422d-4b00-83ed-9043466467e7) * 0)); --g-color-0: rgb(131, 214, 189); --g-position-0: 0%; --g-color-1: rgb(0, 102, 204); --g-position-1: 100%; --g-color-2: rgb(0, 102, 204); --g-position-2: 100%; --g-color-3: rgb(0, 102, 204); --g-position-3: 100%; --g-color-4: rgb(0, 102, 204); --g-position-4: 100%; --g-color-5: rgb(0, 102, 204); --g-position-5: 100%; --g-color-6: rgb(0, 102, 204); --g-position-6: 100%; --g-color-7: rgb(0, 102, 204); --g-position-7: 100%; --g-color-8: rgb(0, 102, 204); --g-position-8: 100%; --g-color-9: rgb(0, 102, 204); --g-position-9: 100%; --g-color-10: rgb(0, 102, 204); --g-position-10: 100%; --g-color-11: rgb(0, 102, 204); --g-position-11: 100%; --g-angle: 141.69deg; }
.sd[data-s-616248a4-042c-4104-b86d-a1de425162ec]:hover .sd[data-s-31a793a2-ca25-4485-ba18-d8bba6aecb80] { flex: none; }.sd[data-s-aa639843-1e3a-4b3b-a99c-fc34643b4bbe] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; margin: 0px 20px 0px 20px; padding: 30px 0px 30px 0px; width: 1360px; --gap-h-aa639843-1e3a-4b3b-a99c-fc34643b4bbe: 0px; --gap-v-aa639843-1e3a-4b3b-a99c-fc34643b4bbe: 10px; --gap-uuid: aa639843-1e3a-4b3b-a99c-fc34643b4bbe; max-width: calc(100% - 40px); }
@media screen and (max-width: 690px){
.sd[data-s-aa639843-1e3a-4b3b-a99c-fc34643b4bbe] { gap: 4px; padding: 14px 0px 14px 0px; --gap-h-aa639843-1e3a-4b3b-a99c-fc34643b4bbe: 0px; --gap-v-aa639843-1e3a-4b3b-a99c-fc34643b4bbe: 4px; }
}.sd[data-s-05fa5c71-c576-445c-961d-2ce46945db9f] { align-content: center; align-items: center; border-radius: 0px; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-aa639843-1e3a-4b3b-a99c-fc34643b4bbe) * 0)); --gap-h-05fa5c71-c576-445c-961d-2ce46945db9f: 8px; --gap-v-05fa5c71-c576-445c-961d-2ce46945db9f: 0px; --gap-uuid: 05fa5c71-c576-445c-961d-2ce46945db9f; max-width: calc(100% - (var(--gap-h-aa639843-1e3a-4b3b-a99c-fc34643b4bbe) * 0)); }
@media screen and (max-width: 690px){
.sd[data-s-05fa5c71-c576-445c-961d-2ce46945db9f] { gap: 2px; padding: 0px; --gap-h-05fa5c71-c576-445c-961d-2ce46945db9f: 2px; --gap-v-05fa5c71-c576-445c-961d-2ce46945db9f: 0px; }
}.sd[data-s-32eb00c3-7a4c-43fa-a17e-445e1b5080fa] { align-content: center; align-items: center; background: transparent; flex: none; flex-direction: row; flex-wrap: wrap; gap: 8px; height: auto; justify-content: flex-start; width: calc(100% - (var(--gap-h-05fa5c71-c576-445c-961d-2ce46945db9f) * 0)); --gap-h-32eb00c3-7a4c-43fa-a17e-445e1b5080fa: 8px; --gap-v-32eb00c3-7a4c-43fa-a17e-445e1b5080fa: 8px; --gap-uuid: 32eb00c3-7a4c-43fa-a17e-445e1b5080fa; max-width: calc(100% - (var(--gap-h-05fa5c71-c576-445c-961d-2ce46945db9f) * 0)); }
@media screen and (max-width: 690px){
.sd[data-s-32eb00c3-7a4c-43fa-a17e-445e1b5080fa] { gap: 3px 5px; --gap-h-32eb00c3-7a4c-43fa-a17e-445e1b5080fa: 5px; --gap-v-32eb00c3-7a4c-43fa-a17e-445e1b5080fa: 3px; }
}.sd[data-s-fdf6942b-2871-4c9a-9af7-1db0bea6e991] { color: #003366; flex: none; font-family: var(--s-font-4aa63508); font-size: 12px; font-style: normal; font-weight: 600; height: 23px; letter-spacing: 0em; line-height: 1.8; text-align: left; text-decoration: underline; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-fdf6942b-2871-4c9a-9af7-1db0bea6e991] { font-size: 13px; }
}
@media screen and (max-width: 690px){
.sd[data-s-fdf6942b-2871-4c9a-9af7-1db0bea6e991] { font-size: 13px; }
}.sd[data-s-15ab6903-c446-483b-8dc1-656c521669d8] { align-items: center; border-radius: 0px; flex: none; flex-direction: column; height: auto; justify-content: center; padding: 6px 0px 5px 0px; width: 14px; max-width: 100%; }.sd[data-s-c092855b-512b-4316-b640-39ac47ef1672] { align-items: center; background: #435266; flex: none; flex-direction: column; height: 1px; justify-content: center; margin: 0px 0px 0px 0px; rotate: -74deg; width: 100%; max-width: 100%; }.sd[data-s-d86ffe5a-86ba-4633-a965-26873ba88f9d] { color: #003366; flex: none; font-family: var(--s-font-4aa63508); font-size: 12px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0em; line-height: 1.8; padding: 0px; text-align: left; text-decoration: underline; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-d86ffe5a-86ba-4633-a965-26873ba88f9d] { font-size: 13px; }
}
@media screen and (max-width: 690px){
.sd[data-s-d86ffe5a-86ba-4633-a965-26873ba88f9d] { font-size: 13px; }
}.sd[data-s-16825cd4-1601-42e5-9aff-f0f7ed5b9c69] { align-items: center; border-radius: 0px; flex: none; flex-direction: column; height: auto; justify-content: center; padding: 6px 0px 5px 0px; width: 14px; max-width: 100%; }.sd[data-s-7d5889b3-f11d-4128-8802-59d75e978bbe] { align-items: center; background: #435266; flex: none; flex-direction: column; height: 1px; justify-content: center; margin: 0px 0px 0px 0px; rotate: -74deg; width: 100%; max-width: 100%; }.sd[data-s-259f2348-0f30-42a3-9da3-d1a1e915a40a] { color: #8f9399ff; flex: none; font-family: var(--s-font-4aa63508); font-size: 12px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0em; line-height: 1.8; text-align: left; text-decoration: none; width: auto; max-width: 100%; justify-content: flex-start; }
@media screen and (max-width: 990px){
.sd[data-s-259f2348-0f30-42a3-9da3-d1a1e915a40a] { font-size: 13px; }
}
@media screen and (max-width: 690px){
.sd[data-s-259f2348-0f30-42a3-9da3-d1a1e915a40a] { font-size: 13px; }
}.sd[data-s-07f8bff1-749a-4ab8-91b8-2f74c0a17c3f] {  }.sd[data-s-4abf4b4e-a203-47f4-9983-86dd634ba49e] {  }

body { background: #ffffff; transition: background 0.5s cubic-bezier(0.4, 0.4, 0, 1); }

@media{
  .StudioCanvas>.sd {
    overflow: initial;
  }

  #sticky-1{
position:sticky;
top:0px;
}

#megamenu {
  position: fixed;
  top: 76px;
  left: 0;
  width: 100%;
  height: fit-content;
  pointer-events: none;
}

#megamenu._isClose,
#megamenu._isClose ._isClose {
  visibility: hidden;
  pointer-events: none;
}

.sd[data-r-0_0_4_52e4fcbe-050f-4724-8157-ba636653f325]:before { background-image: url("/assets/design/s-5760x3244_v-frms_webp_3c729a7e-05c8-4180-959e-ca3ddf8bd840_regular.webp") }

.sd[data-r-1_0_4_43a87839-ff01-4751-a1c5-ba420b07151f]:before { background-image: url("/assets/design/s-752x880_v-fs_webp_b26acfdf-9864-47bc-8ea9-f7f508519018.webp") }

.sd[data-r-0_4_62a22b59-8a94-45a6-bd6d-2431e1c66b7f]:before { background-image: url(" ") }

.sd[data-r-0_0_0_5_0cf63975-0e6f-44c5-a058-70668b53d3d0]:before { background-image: url("/assets/design/s-4640x220_6f432026-3bb6-450d-85df-90d2489f0a12.webp") }

.sd[data-r-0_1_0_5_aeb9b856-a8f9-4818-b279-69f514199104]:before { background-image: url("/assets/design/s-5340x220_v-frms_webp_bcb070fb-083a-4990-82bd-6384c15bb54a.webp") }

.sd[data-r-0_0_0_0_1_2_6_e6aea6ed-9229-401e-8ea2-ed058d8f054f]:before { background-image: url("/assets/design/s-16x12_48b97eb3-e053-46c6-bd6c-bf7b874ce615.svg") }

.sd[data-r-0_0_0_1_1_2_6_637f3d67-3905-4a21-b13a-4b8fcd8f56e5]:before { background-image: url("/assets/design/s-16x12_48b97eb3-e053-46c6-bd6c-bf7b874ce615.svg") }

.sd[data-r-0_0_0_2_1_2_6_f4dd962a-6973-4c37-8cbd-5ed6ac1329b9]:before { background-image: url("/assets/design/s-16x12_48b97eb3-e053-46c6-bd6c-bf7b874ce615.svg") }

.sd[data-r-0_0_0_0_1_0_5_6_a5b67d56-fbb2-41ec-83e8-b46c3c217aed_589c5805-4847-412a-97c5-41674c9ec963]:before { background-image: url("/assets/design/s-240x112_webp_0dfe688a-f0ff-4e03-b762-bce7e357dbfd.webp") }

.sd[data-r-0_1_0_0_1_0_5_6_a5b67d56-fbb2-41ec-83e8-b46c3c217aed_589c5805-4847-412a-97c5-41674c9ec963]:before { background-image: url("/assets/design/s-240x112_webp_98744f25-c0ad-470d-bc65-d1502b26e608.webp") }

.sd[data-r-0_2_0_0_1_0_5_6_a5b67d56-fbb2-41ec-83e8-b46c3c217aed_589c5805-4847-412a-97c5-41674c9ec963]:before { background-image: url("/assets/design/s-240x112_webp_0bf63a7c-f1b8-4786-9ff7-596a43a7866f.webp") }

.sd[data-r-0_3_0_0_1_0_5_6_a5b67d56-fbb2-41ec-83e8-b46c3c217aed_589c5805-4847-412a-97c5-41674c9ec963]:before { background-image: url("/assets/design/s-240x112_webp_429ffccb-69e4-4da4-b5eb-b02baead7139.webp") }

.sd[data-r-0_4_0_0_1_0_5_6_a5b67d56-fbb2-41ec-83e8-b46c3c217aed_589c5805-4847-412a-97c5-41674c9ec963]:before { background-image: url("/assets/design/s-240x112_webp_32b0533e-d4bf-4a10-8f2f-a5f1e2ccd78b.webp") }

.sd[data-r-0_5_0_0_1_0_5_6_a5b67d56-fbb2-41ec-83e8-b46c3c217aed_589c5805-4847-412a-97c5-41674c9ec963]:before { background-image: url("/assets/design/s-240x112_webp_b7810124-b4c1-4f8f-91d3-8601c67dfe74.webp") }

.sd[data-r-0_6_0_0_1_0_5_6_a5b67d56-fbb2-41ec-83e8-b46c3c217aed_589c5805-4847-412a-97c5-41674c9ec963]:before { background-image: url("/assets/design/s-240x112_webp_188b8270-bbe0-43f5-816e-5684eda08d73.webp") }

.sd[data-r-0_7_0_0_1_0_5_6_a5b67d56-fbb2-41ec-83e8-b46c3c217aed_589c5805-4847-412a-97c5-41674c9ec963]:before { background-image: url("/assets/design/s-1500x700_5f9e186f-135c-478b-85c7-e19476051b48.webp") }

.sd[data-r-0_8_0_0_1_0_5_6_a5b67d56-fbb2-41ec-83e8-b46c3c217aed_589c5805-4847-412a-97c5-41674c9ec963]:before { background-image: url("/assets/design/s-240x112_4f1cddba-f40a-4081-ac77-dcfbbee30c6a.webp") }

.sd[data-r-0_9_0_0_1_0_5_6_a5b67d56-fbb2-41ec-83e8-b46c3c217aed_589c5805-4847-412a-97c5-41674c9ec963]:before { background-image: url("/assets/design/s-240x112_fb6387c5-6dde-452a-b690-c93d2399650f.webp") }

.sd[data-r-0_10_0_0_1_0_5_6_a5b67d56-fbb2-41ec-83e8-b46c3c217aed_589c5805-4847-412a-97c5-41674c9ec963]:before { background-image: url("/assets/design/s-764x280_v-fs_webp_aab966a5-f298-4b36-8582-247bb521e1f5_small.webp") }

.sd[data-r-0_11_0_0_1_0_5_6_a5b67d56-fbb2-41ec-83e8-b46c3c217aed_589c5805-4847-412a-97c5-41674c9ec963]:before { background-image: url("/assets/design/s-517x280_webp_cc4dbd39-dc83-4df4-8dde-42bd87787233.webp") }

.sd[data-r-0_12_0_0_1_0_5_6_a5b67d56-fbb2-41ec-83e8-b46c3c217aed_589c5805-4847-412a-97c5-41674c9ec963]:before { background-image: url("/assets/design/s-517x280_webp_9db84d8c-0ec7-4370-bf5f-967a9d3332ca.webp") }

.sd[data-r-0_13_0_0_1_0_5_6_a5b67d56-fbb2-41ec-83e8-b46c3c217aed_589c5805-4847-412a-97c5-41674c9ec963]:before { background-image: url("/assets/design/s-2150x992_v-frms_webp_d61bd2d4-7afe-46e9-b1f0-4d94418d3b8c_small.webp") }

.sd[data-r-0_14_0_0_1_0_5_6_a5b67d56-fbb2-41ec-83e8-b46c3c217aed_589c5805-4847-412a-97c5-41674c9ec963]:before { background-image: url("/assets/design/s-1310x570_v-fms_webp_4751e32a-1ae9-4c3c-868d-fad128ee3037_small.webp") }

.sd[data-r-0_15_0_0_1_0_5_6_a5b67d56-fbb2-41ec-83e8-b46c3c217aed_589c5805-4847-412a-97c5-41674c9ec963]:before { background-image: url("/assets/design/s-466x187_webp_b71ca4ec-e186-44ff-a287-865d8cad0359.webp") }

.sd[data-r-0_16_0_0_1_0_5_6_a5b67d56-fbb2-41ec-83e8-b46c3c217aed_589c5805-4847-412a-97c5-41674c9ec963]:before { background-image: url("/assets/design/s-505x250_acf4938a-3e1d-460a-bf8d-327db345503c.webp") }

.sd[data-r-0_17_0_0_1_0_5_6_a5b67d56-fbb2-41ec-83e8-b46c3c217aed_589c5805-4847-412a-97c5-41674c9ec963]:before { background-image: url("/assets/design/s-886x388_0a728549-b0ba-4b35-8c82-f61399b66eac.webp") }

.sd[data-r-0_18_0_0_1_0_5_6_a5b67d56-fbb2-41ec-83e8-b46c3c217aed_589c5805-4847-412a-97c5-41674c9ec963]:before { background-image: url("/assets/design/s-1000x256_v-fs_webp_6a8e6a17-e948-4f76-9df2-04d52933fbbb_small.webp") }

.sd[data-r-0_19_0_0_1_0_5_6_a5b67d56-fbb2-41ec-83e8-b46c3c217aed_589c5805-4847-412a-97c5-41674c9ec963]:before { background-image: url("/assets/design/s-1204x364_v-fms_webp_f0d0c8ff-07b5-49ce-bdc6-6795c90c35f1_small.webp") }

.sd[data-r-0_20_0_0_1_0_5_6_a5b67d56-fbb2-41ec-83e8-b46c3c217aed_589c5805-4847-412a-97c5-41674c9ec963]:before { background-image: url("/assets/design/s-1013x364_v-fs_webp_4962c4a4-1cf5-4ce0-986d-87581c979186_small.webp") }

.sd[data-r-0_0_0_0_0_0_2_0_5_6_effd2c06-b38e-4a6c-a0f9-fd1468dd6cff_620856c2-e700-454c-b7b8-6d754c6bf615]:before { background-image: url("/assets/design/s-16x12_48b97eb3-e053-46c6-bd6c-bf7b874ce615.svg") }

.sd[data-r-0_0_2_0_5_6_effd2c06-b38e-4a6c-a0f9-fd1468dd6cff_a3491eed-bfc5-40fa-bef9-6c92455000c9]:before { background-image: url("/assets/design/s-1200x908_v-fms_webp_22306204-3897-48dc-8a8b-74ed87847c6a_middle.webp") }

.sd[data-r-0_0_0_2_6_6_1a30c31c-c629-4e54-b83b-80e2453789f4]:before { background-image: url("/assets/design/s-351x453_webp_a08f6471-b10c-4745-ae7a-2d2d449a44d8.webp") }

.sd[data-r-1_0_0_2_6_6_feb03b6f-9ad2-42ba-aa9f-fe9d0d685e53]:before { background-image: url("/assets/design/s-414x453_webp_bd6d73d5-e993-41ad-a04b-b64d66a5ff21.webp") }

.sd[data-r-0_0_0_0_1_0_8_6_d4bac053-d997-41bd-be7a-4f2c870b54ce]:before { background-image: url("/assets/design/s-180x181_webp_e8a69aeb-d225-4eca-918f-e898a1b2d8c7.webp") }

.sd[data-r-0_0_0_1_1_0_8_6_03dcd24a-9f2d-4a38-8415-6b7c3cf7c876]:before { background-image: url("/assets/design/s-120x120_webp_7248c0d0-d50d-45b9-b53a-5909d32e504c.webp") }

.sd[data-r-0_0_0_2_1_0_8_6_8fb4b097-4569-4fde-ad0f-0b1a9e13f49d]:before { background-image: url("/assets/design/s-120x120_webp_daeb5e1c-32b4-4410-947d-d1b46f3a0d5c.webp") }

.sd[data-r-0_0_0_3_1_0_8_6_81dbccf4-f10c-489f-9638-d4c6e55068e4]:before { background-image: url("/assets/design/s-121x120_webp_463d1762-141b-4032-befe-34ab028b41c5.webp") }

.sd[data-r-0_0_0_4_1_0_8_6_05c43e1e-18a3-4f19-a1a6-dc2f3dc4e986]:before { background-image: url("/assets/design/s-121x120_webp_48f410d6-4edf-4910-b28e-076811d1d1de.webp") }

.sd[data-r-0_0_0_5_1_0_8_6_bb78fa0b-21a4-49c3-8967-89eaee7657c5]:before { background-image: url("/assets/design/s-121x120_webp_effe58a0-40e8-42c9-90d0-7b4431dcfcd9.webp") }

.sd[data-r-0_0_0_6_1_0_8_6_e6d68a2a-2655-4438-acbe-0715696dc3c1]:before { background-image: url("/assets/design/s-120x120_webp_e64bfa05-b683-407a-a07f-c1ca4d42d04f.webp") }
.sd[data-r-0_0_0_7_1_0_8_6_e6d68a2a-2655-4438-acbe-0715696dc3c1]:before { background-image: url("/assets/design/s-120x120_e15ab7e2-7d3d-436e-b1c1-d6e648620f19.png") }

.sd[data-r-0_1_0_1_0_0_10_6_c9e8b086-2e6a-4e69-bf01-bc7286bee5cd_5d58aa2c-d7dd-4085-a79a-dab3e35cdeb7]:before { background-image: url("/assets/design/s-120x120_webp_137ea423-a014-4ae6-be91-3971624367fa.webp") }

.sd[data-r-0_0_0_1_1_1_0_0_10_6_c9e8b086-2e6a-4e69-bf01-bc7286bee5cd_83cb7057-7dfa-49ee-8e22-ebc93500635a]:before { background-image: url("/assets/design/s-20x26_e7f8738e-8914-4ffc-bef6-1bd3225dec63.svg") }

:root {--s-font-b082636f: 'ヒラギノ角ゴ W4 JIS2004','M3-W4','ヒラギノ角ゴ W4 JIS2004','M3-W4';--s-font-218dcbd2: 'ヒラギノ角ゴ W5 JIS2004','M3-W5';--s-font-4aa63508: 'ヒラギノ角ゴ W6 JIS2004','M3-W6';--s-font-6c87f3c1: 'Noto Sans JP';--s-font-f5b18166: Lato;--s-font-f6aabce6: Inter;--s-font-f58fbcc3: 'こぶりなゴシック W3 JIS2004';--s-font-879835ed: 'Zen Old Mincho';--s-font-17b48d88: 'Noto Sans';--s-font-3c82f042: Roboto;--s-font-809a38c9: 'ヒラギノ角ゴ W4 JIS2004','M3-W4';--s-font-ed88028e: 'ヒラギノ角ゴ W4 JIS2004','M3-W4';--s-font-3cb0a0f1: 'Helvetica Neue';}

html.m3-page-loading body { opacity: 0 !important; }
body { transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1) !important; }
body.m3-page-leaving { opacity: 0 !important; transition: opacity 0.15s cubic-bezier(0.4, 0.4, 0, 1) !important; }

html { overflow-x: hidden; }

#megamenu {
  position: fixed;
  top: 76px;
  left: 0;
  width: 100%;
  height: fit-content;
  pointer-events: none;
}
#megamenu._isClose,
#megamenu._isClose ._isClose {
  visibility: hidden;
  pointer-events: none;
}

#m3-drawer-corporate .design-canvas__modal { top: 0; left: 0; right: 0; bottom: 0; }
.sd[data-s-c513a3ae-4bd3-4fd7-8646-5e99efd34bd3] { align-content: flex-end; align-items: flex-end; background: rgba(0,0,0,0.16); height: 100%; justify-content: flex-start; width: 100%; max-width: 100%; }.sd[data-s-8808e2dd-f117-4d1f-abad-2ee118de899a] { align-content: flex-end; align-items: flex-end; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 100vh; justify-content: flex-start; overflow-x: hidden; overflow-y: auto; padding: 14px 0px 80px 0px; width: 400px; z-index: 1; --gap-h-8808e2dd-f117-4d1f-abad-2ee118de899a: 0px; --gap-v-8808e2dd-f117-4d1f-abad-2ee118de899a: 16px; --gap-uuid: 8808e2dd-f117-4d1f-abad-2ee118de899a; max-width: 100%; }
.sd[data-s-8808e2dd-f117-4d1f-abad-2ee118de899a].appear { opacity: 0; transition-duration: 600ms; --gap-h-8808e2dd-f117-4d1f-abad-2ee118de899a: 0px; --gap-v-8808e2dd-f117-4d1f-abad-2ee118de899a: 16px; }
.sd[data-s-8808e2dd-f117-4d1f-abad-2ee118de899a].appear-active { transition-duration: 600ms; }
@media screen and (max-width: 990px){
.sd[data-s-8808e2dd-f117-4d1f-abad-2ee118de899a] { display: flex; --gap-h-8808e2dd-f117-4d1f-abad-2ee118de899a: 0px; --gap-v-8808e2dd-f117-4d1f-abad-2ee118de899a: 16px; }
}
@media screen and (max-width: 690px){
.sd[data-s-8808e2dd-f117-4d1f-abad-2ee118de899a] { display: flex; padding: 22px 0px 104px 0px; width: 100%; --gap-h-8808e2dd-f117-4d1f-abad-2ee118de899a: 0px; --gap-v-8808e2dd-f117-4d1f-abad-2ee118de899a: 16px; max-width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-8808e2dd-f117-4d1f-abad-2ee118de899a] { display: flex; --gap-h-8808e2dd-f117-4d1f-abad-2ee118de899a: 0px; --gap-v-8808e2dd-f117-4d1f-abad-2ee118de899a: 16px; }
}.sd[data-s-9eefff39-39ff-45c2-b00e-2a900bb84866] { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 40px; justify-content: center; margin: 0px 20px 0px 0px; padding: 8px; width: 40px; --gap-h-9eefff39-39ff-45c2-b00e-2a900bb84866: 0px; --gap-v-9eefff39-39ff-45c2-b00e-2a900bb84866: 8px; --gap-uuid: 9eefff39-39ff-45c2-b00e-2a900bb84866; max-width: calc(100% - 20px); }
@media screen and (max-width: 1280px){
.sd[data-s-9eefff39-39ff-45c2-b00e-2a900bb84866] { display: flex; --gap-h-9eefff39-39ff-45c2-b00e-2a900bb84866: 0px; --gap-v-9eefff39-39ff-45c2-b00e-2a900bb84866: 8px; }
}
@media screen and (max-width: 990px){
.sd[data-s-9eefff39-39ff-45c2-b00e-2a900bb84866] { display: flex; --gap-h-9eefff39-39ff-45c2-b00e-2a900bb84866: 0px; --gap-v-9eefff39-39ff-45c2-b00e-2a900bb84866: 8px; }
}
@media screen and (max-width: 690px){
.sd[data-s-9eefff39-39ff-45c2-b00e-2a900bb84866] { display: flex; margin: 0px 12px 0px 0px; --gap-h-9eefff39-39ff-45c2-b00e-2a900bb84866: 0px; --gap-v-9eefff39-39ff-45c2-b00e-2a900bb84866: 8px; max-width: calc(100% - 12px); }
}
@media screen and (max-width: 360px){
.sd[data-s-9eefff39-39ff-45c2-b00e-2a900bb84866] { display: flex; --gap-h-9eefff39-39ff-45c2-b00e-2a900bb84866: 0px; --gap-v-9eefff39-39ff-45c2-b00e-2a900bb84866: 8px; }
}.sd[data-s-87a87861-4242-4d41-8be1-0383c39de0aa] { background: #003366; flex: none; height: 1px; rotate: 20deg; scale: 1.1 1; transform-origin: top left; width: calc(100% - (var(--gap-h-9eefff39-39ff-45c2-b00e-2a900bb84866) * 0)); max-width: calc(100% - (var(--gap-h-9eefff39-39ff-45c2-b00e-2a900bb84866) * 0)); }
.sd[data-s-87a87861-4242-4d41-8be1-0383c39de0aa].appear { rotate: 0deg; scale: 1 1; transition-duration: 400ms; translate: 0px 4px; }
.sd[data-s-87a87861-4242-4d41-8be1-0383c39de0aa].appear-active { transition-duration: 400ms; }.sd[data-s-8b45233f-e669-4d32-b66f-639a47b789a9] { background: #003366; flex: none; height: 1px; rotate: -20deg; scale: 1.1 1; transform-origin: bottom left; translate: 0px 0px; width: calc(100% - (var(--gap-h-9eefff39-39ff-45c2-b00e-2a900bb84866) * 0)); max-width: calc(100% - (var(--gap-h-9eefff39-39ff-45c2-b00e-2a900bb84866) * 0)); }
.sd[data-s-8b45233f-e669-4d32-b66f-639a47b789a9].appear { rotate: 0deg; scale: 1 1; transition-duration: 400ms; translate: 0px -4px; }
.sd[data-s-8b45233f-e669-4d32-b66f-639a47b789a9].appear-active { transition-duration: 400ms; }.sd[data-s-74b8c21f-154b-4f96-9edd-65d9106dd3ad] { align-content: flex-start; align-items: flex-start; border-bottom: 0px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 1px solid #f0f4fa; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-8808e2dd-f117-4d1f-abad-2ee118de899a) * 0)); --gap-h-74b8c21f-154b-4f96-9edd-65d9106dd3ad: 0px; --gap-v-74b8c21f-154b-4f96-9edd-65d9106dd3ad: 0px; --gap-uuid: 74b8c21f-154b-4f96-9edd-65d9106dd3ad; max-width: calc(100% - (var(--gap-h-8808e2dd-f117-4d1f-abad-2ee118de899a) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-74b8c21f-154b-4f96-9edd-65d9106dd3ad] { display: flex; --gap-h-74b8c21f-154b-4f96-9edd-65d9106dd3ad: 0px; --gap-v-74b8c21f-154b-4f96-9edd-65d9106dd3ad: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-74b8c21f-154b-4f96-9edd-65d9106dd3ad] { display: flex; --gap-h-74b8c21f-154b-4f96-9edd-65d9106dd3ad: 0px; --gap-v-74b8c21f-154b-4f96-9edd-65d9106dd3ad: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-74b8c21f-154b-4f96-9edd-65d9106dd3ad] { display: flex; --gap-h-74b8c21f-154b-4f96-9edd-65d9106dd3ad: 0px; --gap-v-74b8c21f-154b-4f96-9edd-65d9106dd3ad: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-74b8c21f-154b-4f96-9edd-65d9106dd3ad] { display: flex; --gap-h-74b8c21f-154b-4f96-9edd-65d9106dd3ad: 0px; --gap-v-74b8c21f-154b-4f96-9edd-65d9106dd3ad: 0px; }
}.sd[data-s-84256331-41e5-4ddd-bf49-41c2dde574dd] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-74b8c21f-154b-4f96-9edd-65d9106dd3ad) * 0)); --gap-h-84256331-41e5-4ddd-bf49-41c2dde574dd: 0px; --gap-v-84256331-41e5-4ddd-bf49-41c2dde574dd: 0px; --gap-uuid: 84256331-41e5-4ddd-bf49-41c2dde574dd; max-width: calc(100% - (var(--gap-h-74b8c21f-154b-4f96-9edd-65d9106dd3ad) * 0)); }.sd[data-s-016ba250-7233-4f6d-a7c9-51094d633418] { align-content: flex-start; align-items: flex-start; border-bottom: 0px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-84256331-41e5-4ddd-bf49-41c2dde574dd) * 0)); max-width: calc(100% - (var(--gap-h-84256331-41e5-4ddd-bf49-41c2dde574dd) * 0)); }.sd[data-s-583c0558-88f7-43f8-98ea-7c82abbb0737] { border-bottom: 1px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 24px; text-align: left; width: 100%; max-width: 100%; justify-content: flex-start; }
.sd[data-s-583c0558-88f7-43f8-98ea-7c82abbb0737]:hover { border-bottom: 1px solid #e2e5ea; border-left: 0px solid #e2e5ea; border-right: 0px solid #e2e5ea; border-top: 0px solid #e2e5ea; }.sd[data-s-efc1eb8b-41e8-4c88-90c0-f427c6a4de3d] { align-content: flex-start; align-items: flex-start; background: rgba(0,0,0,0.0); border-bottom: 1px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-radius: 0px; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; padding: 0; width: calc(100% - (var(--gap-h-84256331-41e5-4ddd-bf49-41c2dde574dd) * 0)); max-width: calc(100% - (var(--gap-h-84256331-41e5-4ddd-bf49-41c2dde574dd) * 0)); }
.sd[data-s-efc1eb8b-41e8-4c88-90c0-f427c6a4de3d]:hover { border-bottom: 1px solid #e2e5ea; border-left: 0px solid #e2e5ea; border-right: 0px solid #e2e5ea; border-top: 0px solid #e2e5ea; }
@media screen and (max-width: 1280px){
.sd[data-s-efc1eb8b-41e8-4c88-90c0-f427c6a4de3d] { flex: none; }
}.sd[data-s-b5cccd4c-7e52-40de-a926-a8077b995603] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: auto; justify-content: space-between; padding: 24px; width: 100%; --gap-h-b5cccd4c-7e52-40de-a926-a8077b995603: 6px; --gap-v-b5cccd4c-7e52-40de-a926-a8077b995603: 0px; --gap-uuid: b5cccd4c-7e52-40de-a926-a8077b995603; max-width: 100%; }.sd[data-s-c1244af9-baa8-4a8f-9ef4-a85544c229ba] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-48c28fec-640e-4e18-8fce-6770dba16df2] { background: rgba(0,0,0,0.0); color: #003366; flex: none; font-size: 16px; height: 14px; rotate: 180deg; width: 14px; max-width: 100%; }
.sd._isClose[data-s-48c28fec-640e-4e18-8fce-6770dba16df2] { rotate: 0deg; }
@media screen and (max-width: 990px){
.sd[data-s-48c28fec-640e-4e18-8fce-6770dba16df2] { width: auto; max-width: 100%; }
}.sd[data-s-d4095ecf-aabe-4431-a3c2-0057bad596fe] { align-content: flex-start; align-items: flex-start; backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); background: rgba(240, 244, 250, 0.7); border-radius: 0px; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; margin: 0px 0px 0px 0px; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 0px; width: 100%; --gap-h-d4095ecf-aabe-4431-a3c2-0057bad596fe: 0px; --gap-v-d4095ecf-aabe-4431-a3c2-0057bad596fe: 0px; --gap-uuid: d4095ecf-aabe-4431-a3c2-0057bad596fe; max-width: 100%; }
.sd._isClose[data-s-d4095ecf-aabe-4431-a3c2-0057bad596fe] { flex: none; height: 0px; --gap-h-d4095ecf-aabe-4431-a3c2-0057bad596fe: 0px; --gap-v-d4095ecf-aabe-4431-a3c2-0057bad596fe: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-d4095ecf-aabe-4431-a3c2-0057bad596fe] { flex: none; --gap-h-d4095ecf-aabe-4431-a3c2-0057bad596fe: 0px; --gap-v-d4095ecf-aabe-4431-a3c2-0057bad596fe: 0px; }
}.sd[data-s-1303205f-7c51-4d87-9bed-dfeae76c4893] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-0c0724f5-10e1-4406-adf1-34d645155b72] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 20px 24px; width: 792px; --gap-h-0c0724f5-10e1-4406-adf1-34d645155b72: 4px; --gap-v-0c0724f5-10e1-4406-adf1-34d645155b72: 0px; --gap-uuid: 0c0724f5-10e1-4406-adf1-34d645155b72; max-width: 100%; }
.sd[data-s-efc1eb8b-41e8-4c88-90c0-f427c6a4de3d]:hover .sd[data-s-0c0724f5-10e1-4406-adf1-34d645155b72]:hover { opacity: 1; --gap-h-0c0724f5-10e1-4406-adf1-34d645155b72: 4px; --gap-v-0c0724f5-10e1-4406-adf1-34d645155b72: 0px; }.sd[data-s-05b239f8-7ddd-4ef6-b875-1271e231f86c] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-d53ebcdd-5792-4062-a51a-7559a7ba69d0] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-9d84d67b-b98f-483d-83d7-c7896c86849e] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 20px 24px; width: 792px; --gap-h-9d84d67b-b98f-483d-83d7-c7896c86849e: 4px; --gap-v-9d84d67b-b98f-483d-83d7-c7896c86849e: 0px; --gap-uuid: 9d84d67b-b98f-483d-83d7-c7896c86849e; max-width: 100%; }
.sd[data-s-efc1eb8b-41e8-4c88-90c0-f427c6a4de3d]:hover .sd[data-s-9d84d67b-b98f-483d-83d7-c7896c86849e]:hover { opacity: 1; --gap-h-9d84d67b-b98f-483d-83d7-c7896c86849e: 4px; --gap-v-9d84d67b-b98f-483d-83d7-c7896c86849e: 0px; }.sd[data-s-08dc6f70-8ee9-4ba4-8298-d6c74cb2f17e] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-9ac816bc-faca-4f6a-98f7-0e2127b7661b] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; padding: 0px; }.sd[data-s-c4e81d05-5b52-43ad-827f-25ffef2645a1] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 20px 24px; width: 792px; --gap-h-c4e81d05-5b52-43ad-827f-25ffef2645a1: 4px; --gap-v-c4e81d05-5b52-43ad-827f-25ffef2645a1: 0px; --gap-uuid: c4e81d05-5b52-43ad-827f-25ffef2645a1; max-width: 100%; }
.sd[data-s-efc1eb8b-41e8-4c88-90c0-f427c6a4de3d]:hover .sd[data-s-c4e81d05-5b52-43ad-827f-25ffef2645a1]:hover { opacity: 1; --gap-h-c4e81d05-5b52-43ad-827f-25ffef2645a1: 4px; --gap-v-c4e81d05-5b52-43ad-827f-25ffef2645a1: 0px; }.sd[data-s-1080aecc-19a6-45c0-ba93-cef9dceb4783] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-926dbdb5-e356-446b-9069-084385efee9d] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-3e011fe4-9980-4cf2-ae0b-32a210818e48] { align-content: center; align-items: center; flex-direction: row; flex-wrap: wrap; gap: 8px 0px; justify-content: flex-start; padding: 20px 24px; width: 792px; --gap-h-3e011fe4-9980-4cf2-ae0b-32a210818e48: 0px; --gap-v-3e011fe4-9980-4cf2-ae0b-32a210818e48: 8px; --gap-uuid: 3e011fe4-9980-4cf2-ae0b-32a210818e48; max-width: 100%; }
.sd[data-s-efc1eb8b-41e8-4c88-90c0-f427c6a4de3d]:hover .sd[data-s-3e011fe4-9980-4cf2-ae0b-32a210818e48]:hover { opacity: 1; --gap-h-3e011fe4-9980-4cf2-ae0b-32a210818e48: 0px; --gap-v-3e011fe4-9980-4cf2-ae0b-32a210818e48: 8px; }.sd[data-s-dd4e51af-63f0-4630-bb6b-62166c9b25f3] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-c20fa577-2103-4c8c-ade7-5552214d63e4] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-36dfbc95-1320-40c4-aa04-fe7b5f78ff95] { align-content: center; align-items: center; flex-direction: row; flex-wrap: wrap; gap: 8px 0px; justify-content: flex-start; padding: 20px 24px; width: 792px; --gap-h-36dfbc95-1320-40c4-aa04-fe7b5f78ff95: 0px; --gap-v-36dfbc95-1320-40c4-aa04-fe7b5f78ff95: 8px; --gap-uuid: 36dfbc95-1320-40c4-aa04-fe7b5f78ff95; max-width: 100%; }
.sd[data-s-efc1eb8b-41e8-4c88-90c0-f427c6a4de3d]:hover .sd[data-s-36dfbc95-1320-40c4-aa04-fe7b5f78ff95]:hover { opacity: 1; --gap-h-36dfbc95-1320-40c4-aa04-fe7b5f78ff95: 0px; --gap-v-36dfbc95-1320-40c4-aa04-fe7b5f78ff95: 8px; }.sd[data-s-80c0c28c-1366-431d-a54b-7a13ec10ff21] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-b373c554-5a96-478b-a666-0147502bbe5a] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-9905e54f-27b3-4aa1-b346-d617d215fe92] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 20px 24px; text-align: left; width: 792px; --gap-h-9905e54f-27b3-4aa1-b346-d617d215fe92: 4px; --gap-v-9905e54f-27b3-4aa1-b346-d617d215fe92: 0px; --gap-uuid: 9905e54f-27b3-4aa1-b346-d617d215fe92; max-width: 100%; }
.sd[data-s-efc1eb8b-41e8-4c88-90c0-f427c6a4de3d]:hover .sd[data-s-9905e54f-27b3-4aa1-b346-d617d215fe92]:hover { opacity: 1; --gap-h-9905e54f-27b3-4aa1-b346-d617d215fe92: 4px; --gap-v-9905e54f-27b3-4aa1-b346-d617d215fe92: 0px; }.sd[data-s-e0cfaa66-74aa-4d57-bcc1-feb73d920abf] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-6a5583dd-4745-4bfc-8b05-e66f7efd52cc] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-5ad71f3c-5e92-41dd-9b3c-eb80fcbac994] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 20px 24px; width: 792px; --gap-h-5ad71f3c-5e92-41dd-9b3c-eb80fcbac994: 4px; --gap-v-5ad71f3c-5e92-41dd-9b3c-eb80fcbac994: 0px; --gap-uuid: 5ad71f3c-5e92-41dd-9b3c-eb80fcbac994; max-width: 100%; }
.sd[data-s-efc1eb8b-41e8-4c88-90c0-f427c6a4de3d]:hover .sd[data-s-5ad71f3c-5e92-41dd-9b3c-eb80fcbac994]:hover { opacity: 1; --gap-h-5ad71f3c-5e92-41dd-9b3c-eb80fcbac994: 4px; --gap-v-5ad71f3c-5e92-41dd-9b3c-eb80fcbac994: 0px; }.sd[data-s-8bf860f4-1968-4cf2-b94f-3976f303a4f5] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-8a658ada-e440-41e9-9b1a-6156d64b2f7a] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-6dc48a71-0cab-466f-8ff7-c8957b81f93c] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 20px 24px; width: 792px; --gap-h-6dc48a71-0cab-466f-8ff7-c8957b81f93c: 4px; --gap-v-6dc48a71-0cab-466f-8ff7-c8957b81f93c: 0px; --gap-uuid: 6dc48a71-0cab-466f-8ff7-c8957b81f93c; max-width: 100%; }
.sd[data-s-efc1eb8b-41e8-4c88-90c0-f427c6a4de3d]:hover .sd[data-s-6dc48a71-0cab-466f-8ff7-c8957b81f93c]:hover { opacity: 1; --gap-h-6dc48a71-0cab-466f-8ff7-c8957b81f93c: 4px; --gap-v-6dc48a71-0cab-466f-8ff7-c8957b81f93c: 0px; }.sd[data-s-521083ed-6cf5-4070-9a04-c83149caca4f] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 500; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-fdcf9ada-9146-4e05-8352-e78ee9fc62f5] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-3bc1c473-44f5-4fb0-9c00-206182d063ec] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 20px 24px; text-align: left; width: 792px; --gap-h-3bc1c473-44f5-4fb0-9c00-206182d063ec: 4px; --gap-v-3bc1c473-44f5-4fb0-9c00-206182d063ec: 0px; --gap-uuid: 3bc1c473-44f5-4fb0-9c00-206182d063ec; max-width: 100%; }
.sd[data-s-efc1eb8b-41e8-4c88-90c0-f427c6a4de3d]:hover .sd[data-s-3bc1c473-44f5-4fb0-9c00-206182d063ec]:hover { opacity: 1; --gap-h-3bc1c473-44f5-4fb0-9c00-206182d063ec: 4px; --gap-v-3bc1c473-44f5-4fb0-9c00-206182d063ec: 0px; }.sd[data-s-7c5886b0-7134-4722-aff9-a1187f9cfd5a] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-1418aa16-d23b-410e-95b0-0ea4db6defe7] { align-content: flex-start; align-items: flex-start; background: rgba(0,0,0,0.0); border-bottom: 1px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-radius: 0px; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; padding: 0; width: calc(100% - (var(--gap-h-84256331-41e5-4ddd-bf49-41c2dde574dd) * 0)); max-width: calc(100% - (var(--gap-h-84256331-41e5-4ddd-bf49-41c2dde574dd) * 0)); }
.sd[data-s-1418aa16-d23b-410e-95b0-0ea4db6defe7]:hover { border-bottom: 1px solid #e2e5ea; border-left: 0px solid #e2e5ea; border-right: 0px solid #e2e5ea; border-top: 0px solid #e2e5ea; }
@media screen and (max-width: 1280px){
.sd[data-s-1418aa16-d23b-410e-95b0-0ea4db6defe7] { flex: none; }
}.sd[data-s-e425e713-3a73-4696-8cfe-dcfe9fe1020c] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: auto; justify-content: space-between; padding: 24px; width: 100%; --gap-h-e425e713-3a73-4696-8cfe-dcfe9fe1020c: 6px; --gap-v-e425e713-3a73-4696-8cfe-dcfe9fe1020c: 0px; --gap-uuid: e425e713-3a73-4696-8cfe-dcfe9fe1020c; max-width: 100%; }.sd[data-s-03fbd491-8bb9-4586-9dee-5220b033d73c] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-019a4dc3-17bd-4e55-b43e-6ddf0dcb2fc6] { background: rgba(0,0,0,0.0); color: #003366; flex: none; font-size: 16px; height: 14px; rotate: 180deg; width: 14px; max-width: 100%; }
.sd._isClose[data-s-019a4dc3-17bd-4e55-b43e-6ddf0dcb2fc6] { rotate: 0deg; }.sd[data-s-b1849cf9-3d91-460f-aaaa-6f86423ec0e5] { align-content: flex-start; align-items: flex-start; backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); background: rgba(240, 244, 250, 0.7); border-radius: 0px; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; margin: 0px 0px 0px 0px; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 0px; width: 100%; --gap-h-b1849cf9-3d91-460f-aaaa-6f86423ec0e5: 0px; --gap-v-b1849cf9-3d91-460f-aaaa-6f86423ec0e5: 0px; --gap-uuid: b1849cf9-3d91-460f-aaaa-6f86423ec0e5; max-width: 100%; }
.sd._isClose[data-s-b1849cf9-3d91-460f-aaaa-6f86423ec0e5] { flex: none; height: 0px; --gap-h-b1849cf9-3d91-460f-aaaa-6f86423ec0e5: 0px; --gap-v-b1849cf9-3d91-460f-aaaa-6f86423ec0e5: 0px; }.sd[data-s-ffcc9734-4989-4a88-8eba-25107ddb18fa] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-b1849cf9-3d91-460f-aaaa-6f86423ec0e5) * 0)); max-width: calc(100% - (var(--gap-h-b1849cf9-3d91-460f-aaaa-6f86423ec0e5) * 0)); }.sd[data-s-18c585a8-1ebc-467d-8571-5feae5c6a567] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 20px 24px; width: 100%; --gap-h-18c585a8-1ebc-467d-8571-5feae5c6a567: 4px; --gap-v-18c585a8-1ebc-467d-8571-5feae5c6a567: 0px; --gap-uuid: 18c585a8-1ebc-467d-8571-5feae5c6a567; max-width: 100%; }
.sd[data-s-1418aa16-d23b-410e-95b0-0ea4db6defe7]:hover .sd[data-s-18c585a8-1ebc-467d-8571-5feae5c6a567]:hover { opacity: 1; --gap-h-18c585a8-1ebc-467d-8571-5feae5c6a567: 4px; --gap-v-18c585a8-1ebc-467d-8571-5feae5c6a567: 0px; }.sd[data-s-39c462ab-a628-4517-831d-195ac9fd1b41] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-35ae4164-7dea-4645-b81c-b6631cf121b0] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-b1849cf9-3d91-460f-aaaa-6f86423ec0e5) * 0)); max-width: calc(100% - (var(--gap-h-b1849cf9-3d91-460f-aaaa-6f86423ec0e5) * 0)); }.sd[data-s-c7f33c7b-b7b5-4a91-b48c-f11d6f3cf3b5] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 20px 24px; width: 100%; --gap-h-c7f33c7b-b7b5-4a91-b48c-f11d6f3cf3b5: 4px; --gap-v-c7f33c7b-b7b5-4a91-b48c-f11d6f3cf3b5: 0px; --gap-uuid: c7f33c7b-b7b5-4a91-b48c-f11d6f3cf3b5; max-width: 100%; }
.sd[data-s-1418aa16-d23b-410e-95b0-0ea4db6defe7]:hover .sd[data-s-c7f33c7b-b7b5-4a91-b48c-f11d6f3cf3b5]:hover { opacity: 1; --gap-h-c7f33c7b-b7b5-4a91-b48c-f11d6f3cf3b5: 4px; --gap-v-c7f33c7b-b7b5-4a91-b48c-f11d6f3cf3b5: 0px; }.sd[data-s-0903b537-a34f-42a1-a28c-b3bbbb24a6f1] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-9429136b-f3d6-43b0-994d-dbde75b427e7] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-b1849cf9-3d91-460f-aaaa-6f86423ec0e5) * 0)); max-width: calc(100% - (var(--gap-h-b1849cf9-3d91-460f-aaaa-6f86423ec0e5) * 0)); }.sd[data-s-adc8aab8-46e4-4bf6-b8e1-99e985a9dfb5] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 20px 24px; width: 100%; --gap-h-adc8aab8-46e4-4bf6-b8e1-99e985a9dfb5: 4px; --gap-v-adc8aab8-46e4-4bf6-b8e1-99e985a9dfb5: 0px; --gap-uuid: adc8aab8-46e4-4bf6-b8e1-99e985a9dfb5; max-width: 100%; }
.sd[data-s-1418aa16-d23b-410e-95b0-0ea4db6defe7]:hover .sd[data-s-adc8aab8-46e4-4bf6-b8e1-99e985a9dfb5]:hover { opacity: 1; --gap-h-adc8aab8-46e4-4bf6-b8e1-99e985a9dfb5: 4px; --gap-v-adc8aab8-46e4-4bf6-b8e1-99e985a9dfb5: 0px; }.sd[data-s-fc037750-2718-4ee9-9948-72dc90e573c1] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-21ab1ca2-4a38-4d50-8cff-cf5bed5d29c9] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-b1849cf9-3d91-460f-aaaa-6f86423ec0e5) * 0)); max-width: calc(100% - (var(--gap-h-b1849cf9-3d91-460f-aaaa-6f86423ec0e5) * 0)); }.sd[data-s-95ef6aaf-2c36-4fc8-96f5-269f225d27c8] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 20px 24px; width: 100%; --gap-h-95ef6aaf-2c36-4fc8-96f5-269f225d27c8: 4px; --gap-v-95ef6aaf-2c36-4fc8-96f5-269f225d27c8: 0px; --gap-uuid: 95ef6aaf-2c36-4fc8-96f5-269f225d27c8; max-width: 100%; }
.sd[data-s-1418aa16-d23b-410e-95b0-0ea4db6defe7]:hover .sd[data-s-95ef6aaf-2c36-4fc8-96f5-269f225d27c8]:hover { opacity: 1; --gap-h-95ef6aaf-2c36-4fc8-96f5-269f225d27c8: 4px; --gap-v-95ef6aaf-2c36-4fc8-96f5-269f225d27c8: 0px; }.sd[data-s-fa604c49-2596-43a3-87c3-701df9f26a57] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-28c3b13a-6847-4c9f-8aa8-86512fc0d416] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-b1849cf9-3d91-460f-aaaa-6f86423ec0e5) * 0)); max-width: calc(100% - (var(--gap-h-b1849cf9-3d91-460f-aaaa-6f86423ec0e5) * 0)); }.sd[data-s-1c1c71ed-ab44-4bd5-8aa4-c47d71919fd8] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 20px 24px; width: 100%; --gap-h-1c1c71ed-ab44-4bd5-8aa4-c47d71919fd8: 4px; --gap-v-1c1c71ed-ab44-4bd5-8aa4-c47d71919fd8: 0px; --gap-uuid: 1c1c71ed-ab44-4bd5-8aa4-c47d71919fd8; max-width: 100%; }
.sd[data-s-1418aa16-d23b-410e-95b0-0ea4db6defe7]:hover .sd[data-s-1c1c71ed-ab44-4bd5-8aa4-c47d71919fd8]:hover { opacity: 1; --gap-h-1c1c71ed-ab44-4bd5-8aa4-c47d71919fd8: 4px; --gap-v-1c1c71ed-ab44-4bd5-8aa4-c47d71919fd8: 0px; }.sd[data-s-e883a3ea-21ba-402a-892a-8ea1d8c3aa4a] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-d219730d-8311-49f4-acf2-dec401bb10bb] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-b1849cf9-3d91-460f-aaaa-6f86423ec0e5) * 0)); max-width: calc(100% - (var(--gap-h-b1849cf9-3d91-460f-aaaa-6f86423ec0e5) * 0)); }.sd[data-s-4d4a4ad8-d7f4-48b7-b47c-a5b92bbabaad] { align-content: center; align-items: center; flex-direction: row; flex-wrap: wrap; gap: 0px; justify-content: flex-start; padding: 20px 24px; width: 100%; --gap-h-4d4a4ad8-d7f4-48b7-b47c-a5b92bbabaad: 0px; --gap-v-4d4a4ad8-d7f4-48b7-b47c-a5b92bbabaad: 0px; --gap-uuid: 4d4a4ad8-d7f4-48b7-b47c-a5b92bbabaad; max-width: 100%; }
.sd[data-s-1418aa16-d23b-410e-95b0-0ea4db6defe7]:hover .sd[data-s-4d4a4ad8-d7f4-48b7-b47c-a5b92bbabaad]:hover { opacity: 1; --gap-h-4d4a4ad8-d7f4-48b7-b47c-a5b92bbabaad: 0px; --gap-v-4d4a4ad8-d7f4-48b7-b47c-a5b92bbabaad: 0px; }.sd[data-s-ff29b71a-3f9e-414a-b694-12694fc15cbe] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-9b91093f-4e38-4c05-85bc-2511ab728481] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-b1849cf9-3d91-460f-aaaa-6f86423ec0e5) * 0)); max-width: calc(100% - (var(--gap-h-b1849cf9-3d91-460f-aaaa-6f86423ec0e5) * 0)); }.sd[data-s-8ed3c2fe-611b-47cc-95c5-f45175b86d18] { align-content: center; align-items: center; flex-direction: row; flex-wrap: wrap; gap: 0px; justify-content: flex-start; padding: 20px 24px; width: 100%; --gap-h-8ed3c2fe-611b-47cc-95c5-f45175b86d18: 0px; --gap-v-8ed3c2fe-611b-47cc-95c5-f45175b86d18: 0px; --gap-uuid: 8ed3c2fe-611b-47cc-95c5-f45175b86d18; max-width: 100%; }
.sd[data-s-1418aa16-d23b-410e-95b0-0ea4db6defe7]:hover .sd[data-s-8ed3c2fe-611b-47cc-95c5-f45175b86d18]:hover { opacity: 1; --gap-h-8ed3c2fe-611b-47cc-95c5-f45175b86d18: 0px; --gap-v-8ed3c2fe-611b-47cc-95c5-f45175b86d18: 0px; }.sd[data-s-60585894-7d74-48fd-81d4-164860d0de1a] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-3b53ff47-2ba0-4625-9864-4cb17ae32d5f] { align-content: center; align-items: center; border-bottom: 0px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-84256331-41e5-4ddd-bf49-41c2dde574dd) * 0)); max-width: calc(100% - (var(--gap-h-84256331-41e5-4ddd-bf49-41c2dde574dd) * 0)); }.sd[data-s-0fe27ecc-1ee1-4944-9106-f032cf9382ab] { border-bottom: 1px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 24px; text-align: left; width: 100%; max-width: 100%; justify-content: flex-start; }
.sd[data-s-0fe27ecc-1ee1-4944-9106-f032cf9382ab]:hover { border-bottom: 1px solid #e2e5ea; border-left: 0px solid #e2e5ea; border-right: 0px solid #e2e5ea; border-top: 0px solid #e2e5ea; }.sd[data-s-084277a4-e8a9-4948-a283-d92d6323019b] { align-content: flex-start; align-items: flex-start; background: rgba(0,0,0,0.0); border-bottom: 1px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-radius: 0px; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; padding: 0; width: calc(100% - (var(--gap-h-84256331-41e5-4ddd-bf49-41c2dde574dd) * 0)); max-width: calc(100% - (var(--gap-h-84256331-41e5-4ddd-bf49-41c2dde574dd) * 0)); }
.sd[data-s-084277a4-e8a9-4948-a283-d92d6323019b]:hover { border-bottom: 1px solid #e2e5ea; border-left: 0px solid #e2e5ea; border-right: 0px solid #e2e5ea; border-top: 0px solid #e2e5ea; }
@media screen and (max-width: 1280px){
.sd[data-s-084277a4-e8a9-4948-a283-d92d6323019b] { flex: none; }
}.sd[data-s-6ba6e7f6-e89a-4087-b3bb-62c85e0f3fa5] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: auto; justify-content: space-between; padding: 24px; width: 100%; --gap-h-6ba6e7f6-e89a-4087-b3bb-62c85e0f3fa5: 6px; --gap-v-6ba6e7f6-e89a-4087-b3bb-62c85e0f3fa5: 0px; --gap-uuid: 6ba6e7f6-e89a-4087-b3bb-62c85e0f3fa5; max-width: 100%; }.sd[data-s-216bd153-eea6-4500-bbbe-2b5bebaa7d8c] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-fafb3fab-6120-433d-93b0-91460a0d2391] { background: rgba(0,0,0,0.0); color: #003366; flex: none; font-size: 16px; height: 14px; rotate: 180deg; width: 14px; max-width: 100%; }
.sd._isClose[data-s-fafb3fab-6120-433d-93b0-91460a0d2391] { rotate: 0deg; }
@media screen and (max-width: 990px){
.sd[data-s-fafb3fab-6120-433d-93b0-91460a0d2391] { width: auto; max-width: 100%; }
}.sd[data-s-26a9b91a-1600-45a7-8bed-020b942ef312] { align-content: flex-start; align-items: flex-start; backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); background: rgba(240, 244, 250, 0.7); border-radius: 0px; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; margin: 0px 0px 0px 0px; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 0px; width: 100%; --gap-h-26a9b91a-1600-45a7-8bed-020b942ef312: 0px; --gap-v-26a9b91a-1600-45a7-8bed-020b942ef312: 0px; --gap-uuid: 26a9b91a-1600-45a7-8bed-020b942ef312; max-width: 100%; }
.sd._isClose[data-s-26a9b91a-1600-45a7-8bed-020b942ef312] { flex: none; height: 0px; --gap-h-26a9b91a-1600-45a7-8bed-020b942ef312: 0px; --gap-v-26a9b91a-1600-45a7-8bed-020b942ef312: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-26a9b91a-1600-45a7-8bed-020b942ef312] { flex: none; --gap-h-26a9b91a-1600-45a7-8bed-020b942ef312: 0px; --gap-v-26a9b91a-1600-45a7-8bed-020b942ef312: 0px; }
}.sd[data-s-59224755-2252-42e3-bf53-70563d771d0a] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-bfbe5457-9937-46c1-939e-ef0f8ab787d8] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 20px 24px; width: 792px; --gap-h-bfbe5457-9937-46c1-939e-ef0f8ab787d8: 4px; --gap-v-bfbe5457-9937-46c1-939e-ef0f8ab787d8: 0px; --gap-uuid: bfbe5457-9937-46c1-939e-ef0f8ab787d8; max-width: 100%; }
.sd[data-s-084277a4-e8a9-4948-a283-d92d6323019b]:hover .sd[data-s-bfbe5457-9937-46c1-939e-ef0f8ab787d8]:hover { opacity: 1; --gap-h-bfbe5457-9937-46c1-939e-ef0f8ab787d8: 4px; --gap-v-bfbe5457-9937-46c1-939e-ef0f8ab787d8: 0px; }.sd[data-s-8d2cd6da-cc3c-4bf2-886e-d63c99d518ad] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-8c16d4e9-0ad6-49ae-84f2-c7afcf4adfba] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; padding: 0px; }.sd[data-s-02fc8d9d-0321-483a-9039-a2c4a9ad9e9e] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 6px; justify-content: center; padding: 20px 24px; width: 792px; --gap-h-02fc8d9d-0321-483a-9039-a2c4a9ad9e9e: 0px; --gap-v-02fc8d9d-0321-483a-9039-a2c4a9ad9e9e: 6px; --gap-uuid: 02fc8d9d-0321-483a-9039-a2c4a9ad9e9e; max-width: 100%; }
.sd[data-s-084277a4-e8a9-4948-a283-d92d6323019b]:hover .sd[data-s-02fc8d9d-0321-483a-9039-a2c4a9ad9e9e]:hover { opacity: 1; --gap-h-02fc8d9d-0321-483a-9039-a2c4a9ad9e9e: 0px; --gap-v-02fc8d9d-0321-483a-9039-a2c4a9ad9e9e: 6px; }.sd[data-s-272b59d4-23a1-4ff0-ab03-0273eafa06c9] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 6px; justify-content: center; padding: 0px; --gap-h-272b59d4-23a1-4ff0-ab03-0273eafa06c9: 6px; --gap-v-272b59d4-23a1-4ff0-ab03-0273eafa06c9: 0px; --gap-uuid: 272b59d4-23a1-4ff0-ab03-0273eafa06c9; }.sd[data-s-e2ef0912-cfdb-4e4c-8487-af25b947615b] { color: #435266ff; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-43812476-d53b-4159-87f1-a985e51c561c] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: center; width: 10px; max-width: 100%; }.sd[data-s-65121df7-eb83-484f-bca5-19507f17f70a] { color: #435266ff; font-family: var(--s-font-b082636f); font-size: 10px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-32ca5975-72cd-4211-b597-055221c7ff26] { align-content: center; align-items: center; border-bottom: 0px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-84256331-41e5-4ddd-bf49-41c2dde574dd) * 0)); max-width: calc(100% - (var(--gap-h-84256331-41e5-4ddd-bf49-41c2dde574dd) * 0)); }.sd[data-s-2820e7ef-a2bb-4385-8fa8-2aaf817cfb64] { border-bottom: 1px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 24px; text-align: left; width: 100%; max-width: 100%; justify-content: flex-start; }
.sd[data-s-2820e7ef-a2bb-4385-8fa8-2aaf817cfb64]:hover { border-bottom: 1px solid #e2e5ea; border-left: 0px solid #e2e5ea; border-right: 0px solid #e2e5ea; border-top: 0px solid #e2e5ea; }.sd[data-s-eaf8e2c0-87ec-49b9-91d9-cf422aec0ba9] { align-content: center; align-items: center; border-bottom: 0px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-84256331-41e5-4ddd-bf49-41c2dde574dd) * 0)); max-width: calc(100% - (var(--gap-h-84256331-41e5-4ddd-bf49-41c2dde574dd) * 0)); }.sd[data-s-7fd76ffb-229d-4e08-943d-17c336e92f2c] { border-bottom: 1px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 24px; text-align: left; width: 100%; max-width: 100%; justify-content: flex-start; }
.sd[data-s-7fd76ffb-229d-4e08-943d-17c336e92f2c]:hover { border-bottom: 1px solid #e2e5ea; border-left: 0px solid #e2e5ea; border-right: 0px solid #e2e5ea; border-top: 0px solid #e2e5ea; }.sd[data-s-1eaff67f-72d0-472f-ac5d-cdad9ca0fbf5] { align-content: center; align-items: center; border-bottom: 0px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-84256331-41e5-4ddd-bf49-41c2dde574dd) * 0)); max-width: calc(100% - (var(--gap-h-84256331-41e5-4ddd-bf49-41c2dde574dd) * 0)); }.sd[data-s-b0d0b867-9ddb-4a97-a1cb-2e59eec56327] { border-bottom: 1px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 24px; text-align: left; width: 100%; max-width: 100%; justify-content: flex-start; }
.sd[data-s-b0d0b867-9ddb-4a97-a1cb-2e59eec56327]:hover { border-bottom: 1px solid #e2e5ea; border-left: 0px solid #e2e5ea; border-right: 0px solid #e2e5ea; border-top: 0px solid #e2e5ea; }.sd[data-s-4b37e3a7-0771-4371-8716-797f70bedcb9] { align-content: center; align-items: center; border-bottom: 0px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-84256331-41e5-4ddd-bf49-41c2dde574dd) * 0)); max-width: calc(100% - (var(--gap-h-84256331-41e5-4ddd-bf49-41c2dde574dd) * 0)); }.sd[data-s-3fa1d2db-6127-4518-8deb-17aff33c1c9d] { align-content: center; align-items: center; border-bottom: 1px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 24px; text-align: left; width: 100%; --gap-h-3fa1d2db-6127-4518-8deb-17aff33c1c9d: 4px; --gap-v-3fa1d2db-6127-4518-8deb-17aff33c1c9d: 0px; --gap-uuid: 3fa1d2db-6127-4518-8deb-17aff33c1c9d; max-width: 100%; }
.sd[data-s-3fa1d2db-6127-4518-8deb-17aff33c1c9d]:hover { border-bottom: 1px solid #e2e5ea; border-left: 0px solid #e2e5ea; border-right: 0px solid #e2e5ea; border-top: 0px solid #e2e5ea; --gap-h-3fa1d2db-6127-4518-8deb-17aff33c1c9d: 4px; --gap-v-3fa1d2db-6127-4518-8deb-17aff33c1c9d: 0px; }.sd[data-s-16cfc7f9-b623-4277-a775-d24eb63d143c] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-9b0c51b7-0694-44ac-8de3-62b791e55478] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: center; width: 10px; max-width: 100%; }.sd[data-s-7cfd7caa-8161-4794-bf90-bfd761ba7bb9] { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 0px; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-74b8c21f-154b-4f96-9edd-65d9106dd3ad) * 0)); --gap-h-7cfd7caa-8161-4794-bf90-bfd761ba7bb9: 0px; --gap-v-7cfd7caa-8161-4794-bf90-bfd761ba7bb9: 0px; --gap-uuid: 7cfd7caa-8161-4794-bf90-bfd761ba7bb9; max-width: calc(100% - (var(--gap-h-74b8c21f-154b-4f96-9edd-65d9106dd3ad) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-7cfd7caa-8161-4794-bf90-bfd761ba7bb9] { gap: 0px; --gap-h-7cfd7caa-8161-4794-bf90-bfd761ba7bb9: 0px; --gap-v-7cfd7caa-8161-4794-bf90-bfd761ba7bb9: 0px; }
}.sd[data-s-f3d49bb3-58b6-4d18-8aa8-508117ded4f4] { align-content: flex-start; align-items: flex-start; border-bottom: 0px solid rgba(255, 255, 255, 0); border-left: 0px solid rgba(255, 255, 255, 0); border-right: 0px solid rgba(255, 255, 255, 0); border-top: 0px solid rgba(255, 255, 255, 0); flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-7cfd7caa-8161-4794-bf90-bfd761ba7bb9) * 0)); max-width: calc(100% - (var(--gap-h-7cfd7caa-8161-4794-bf90-bfd761ba7bb9) * 0)); }.sd[data-s-257e055c-b3e6-43f5-90ca-1a22e7f34225] { border-bottom: 1px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 16px 24px; text-align: left; width: 100%; max-width: 100%; justify-content: flex-start; }
.sd[data-s-257e055c-b3e6-43f5-90ca-1a22e7f34225]:hover { border-bottom: 1px solid #e2e5ea; border-left: 0px solid #e2e5ea; border-right: 0px solid #e2e5ea; border-top: 0px solid #e2e5ea; }.sd[data-s-6e14cee7-7882-4925-8598-f7ac447ec360] { align-content: flex-start; align-items: flex-start; border-bottom: 0px solid rgba(255, 255, 255, 0); border-left: 0px solid rgba(255, 255, 255, 0); border-right: 0px solid rgba(255, 255, 255, 0); border-top: 0px solid rgba(255, 255, 255, 0); flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-7cfd7caa-8161-4794-bf90-bfd761ba7bb9) * 0)); max-width: calc(100% - (var(--gap-h-7cfd7caa-8161-4794-bf90-bfd761ba7bb9) * 0)); }.sd[data-s-3a88abbf-a1fc-4dfd-a205-25fc0fb89b26] { align-content: center; align-items: center; border-bottom: 1px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; flex-direction: row; flex-wrap: nowrap; gap: 6px; justify-content: flex-start; padding: 16px 24px; text-align: left; width: 100%; --gap-h-3a88abbf-a1fc-4dfd-a205-25fc0fb89b26: 6px; --gap-v-3a88abbf-a1fc-4dfd-a205-25fc0fb89b26: 0px; --gap-uuid: 3a88abbf-a1fc-4dfd-a205-25fc0fb89b26; max-width: 100%; }
.sd[data-s-3a88abbf-a1fc-4dfd-a205-25fc0fb89b26]:hover { border-bottom: 1px solid #e2e5ea; border-left: 0px solid #e2e5ea; border-right: 0px solid #e2e5ea; border-top: 0px solid #e2e5ea; --gap-h-3a88abbf-a1fc-4dfd-a205-25fc0fb89b26: 6px; --gap-v-3a88abbf-a1fc-4dfd-a205-25fc0fb89b26: 0px; }.sd[data-s-45ff38c5-6f71-44f7-a4cb-903b6612b73a] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 400; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-54476277-36d2-472d-addd-c5eccb6f38fb] { align-items: center; flex-direction: column; height: auto; justify-content: center; width: 8px; max-width: 100%; }.sd[data-s-d5d177ee-a975-4a02-9fa7-810135d4d655] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; justify-content: center; margin: 0px 16px; padding: 0px; width: calc(100% - 32px - (var(--gap-h-8808e2dd-f117-4d1f-abad-2ee118de899a) * 0)); --gap-h-d5d177ee-a975-4a02-9fa7-810135d4d655: 12px; --gap-v-d5d177ee-a975-4a02-9fa7-810135d4d655: 0px; --gap-uuid: d5d177ee-a975-4a02-9fa7-810135d4d655; max-width: calc(100% - 32px - (var(--gap-h-8808e2dd-f117-4d1f-abad-2ee118de899a) * 0)); }
@media screen and (max-width: 690px){
.sd[data-s-d5d177ee-a975-4a02-9fa7-810135d4d655] { flex-direction: column; flex-wrap: nowrap; gap: 8px; --gap-h-d5d177ee-a975-4a02-9fa7-810135d4d655: 0px; --gap-v-d5d177ee-a975-4a02-9fa7-810135d4d655: 8px; }
}.sd[data-s-50f87937-6e23-4de5-9730-72c7f249c81a] { align-content: center; align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 10px; flex: 1; flex-direction: row; gap: 4px; height: auto; justify-content: center; padding: 16px; width: auto; --gap-h-50f87937-6e23-4de5-9730-72c7f249c81a: 4px; --gap-v-50f87937-6e23-4de5-9730-72c7f249c81a: 0px; --gap-uuid: 50f87937-6e23-4de5-9730-72c7f249c81a; max-width: 100%; --g-color-0: rgb(0, 51, 102); --g-position-0: 0%; --g-color-1: rgb(0, 38, 77); --g-position-1: 100%; --g-color-2: rgb(0, 38, 77); --g-position-2: 100%; --g-color-3: rgb(0, 38, 77); --g-position-3: 100%; --g-color-4: rgb(0, 38, 77); --g-position-4: 100%; --g-color-5: rgb(0, 38, 77); --g-position-5: 100%; --g-color-6: rgb(0, 38, 77); --g-position-6: 100%; --g-color-7: rgb(0, 38, 77); --g-position-7: 100%; --g-color-8: rgb(0, 38, 77); --g-position-8: 100%; --g-color-9: rgb(0, 38, 77); --g-position-9: 100%; --g-color-10: rgb(0, 38, 77); --g-position-10: 100%; --g-color-11: rgb(0, 38, 77); --g-position-11: 100%; --g-angle: 90deg; }
.sd[data-s-50f87937-6e23-4de5-9730-72c7f249c81a]:hover { opacity: 0.8; --gap-h-50f87937-6e23-4de5-9730-72c7f249c81a: 4px; --gap-v-50f87937-6e23-4de5-9730-72c7f249c81a: 0px; }
@media screen and (max-width: 690px){
.sd[data-s-50f87937-6e23-4de5-9730-72c7f249c81a] { flex: none; gap: 4px; width: calc(100% - (var(--gap-h-d5d177ee-a975-4a02-9fa7-810135d4d655) * 0)); --gap-h-50f87937-6e23-4de5-9730-72c7f249c81a: 4px; --gap-v-50f87937-6e23-4de5-9730-72c7f249c81a: 0px; max-width: calc(100% - (var(--gap-h-d5d177ee-a975-4a02-9fa7-810135d4d655) * 0)); }
}.sd[data-s-cdb4d048-31ff-48f5-9e22-5916bf4ff61a] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: flex-start; margin: 0px; overflow-x: hidden; overflow-y: hidden; padding: 5px 2px 5px 2px; width: 22px; max-width: 100%; }.sd[data-s-bce7c79d-5641-4037-9d40-75fb8bf8fcdf] { align-items: center; flex-direction: column; height: auto; justify-content: center; margin: 0px; width: 100%; max-width: 100%; }.sd[data-s-c034bf10-380d-45da-8cce-610e55f8880e] { color: #FFFFFF; flex: none; font-family: var(--s-font-6c87f3c1); font-size: 16px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0.02em; line-height: 1.2; margin: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-c034bf10-380d-45da-8cce-610e55f8880e] { font-size: 15px; }
}.sd[data-s-23a9a37e-5305-4c18-886a-6ed7a5578aaf] { align-items: center; background: #FFFFFF; border-bottom: 1px solid #003366; border-left: 1px solid #003366; border-radius: 10px; border-right: 1px solid #003366; border-top: 1px solid #003366; flex: 1; flex-direction: row; gap: 4px; height: auto; justify-content: center; padding: 16px 12px; width: auto; --gap-h-23a9a37e-5305-4c18-886a-6ed7a5578aaf: 4px; --gap-v-23a9a37e-5305-4c18-886a-6ed7a5578aaf: 0px; --gap-uuid: 23a9a37e-5305-4c18-886a-6ed7a5578aaf; max-width: 100%; }
.sd[data-s-23a9a37e-5305-4c18-886a-6ed7a5578aaf]:hover { opacity: 0.7; --gap-h-23a9a37e-5305-4c18-886a-6ed7a5578aaf: 4px; --gap-v-23a9a37e-5305-4c18-886a-6ed7a5578aaf: 0px; }
@media screen and (max-width: 690px){
.sd[data-s-23a9a37e-5305-4c18-886a-6ed7a5578aaf] { flex: none; gap: 4px; width: calc(100% - (var(--gap-h-d5d177ee-a975-4a02-9fa7-810135d4d655) * 0)); --gap-h-23a9a37e-5305-4c18-886a-6ed7a5578aaf: 4px; --gap-v-23a9a37e-5305-4c18-886a-6ed7a5578aaf: 0px; max-width: calc(100% - (var(--gap-h-d5d177ee-a975-4a02-9fa7-810135d4d655) * 0)); }
}.sd[data-s-6e525888-104b-46d5-b4fa-22dc6e22f786] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: flex-start; margin: 0px; overflow-x: hidden; overflow-y: hidden; padding: 2px 5px 2px 5px; width: 22px; max-width: 100%; }.sd[data-s-94836319-a28a-47bb-a855-3c09ef9aab86] { align-items: center; flex-direction: column; height: auto; justify-content: center; margin: 0px; width: 100%; max-width: 100%; }.sd[data-s-1b89cc0f-84b4-476a-8706-4176d208fda3] { color: #003366; flex: none; font-family: var(--s-font-6c87f3c1); font-size: 16px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0.02em; line-height: 1.2; margin: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 690px){
.sd[data-s-1b89cc0f-84b4-476a-8706-4176d208fda3] { font-size: 15px; }
}

#m3-drawer-partner .design-canvas__modal { top: 0; left: 0; right: 0; bottom: 0; }
.sd[data-s-fa3a1dec-6c4c-4370-8be6-bde8fbc28374] { align-content: flex-end; align-items: flex-end; background: rgba(0,0,0,0.16); height: 100%; justify-content: flex-start; width: 100%; max-width: 100%; }.sd[data-s-03faba2f-5238-4500-b9a4-70aca54403e2] { align-content: flex-end; align-items: flex-end; background: #FFFFFF; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 100vh; justify-content: flex-start; overflow-x: hidden; overflow-y: auto; padding: 14px 0px 80px 0px; width: 400px; z-index: 1; --gap-h-03faba2f-5238-4500-b9a4-70aca54403e2: 0px; --gap-v-03faba2f-5238-4500-b9a4-70aca54403e2: 16px; --gap-uuid: 03faba2f-5238-4500-b9a4-70aca54403e2; max-width: 100%; }
.sd[data-s-03faba2f-5238-4500-b9a4-70aca54403e2].appear { opacity: 0; transition-duration: 600ms; --gap-h-03faba2f-5238-4500-b9a4-70aca54403e2: 0px; --gap-v-03faba2f-5238-4500-b9a4-70aca54403e2: 16px; }
.sd[data-s-03faba2f-5238-4500-b9a4-70aca54403e2].appear-active { transition-duration: 600ms; }
@media screen and (max-width: 990px){
.sd[data-s-03faba2f-5238-4500-b9a4-70aca54403e2] { display: flex; --gap-h-03faba2f-5238-4500-b9a4-70aca54403e2: 0px; --gap-v-03faba2f-5238-4500-b9a4-70aca54403e2: 16px; }
}
@media screen and (max-width: 690px){
.sd[data-s-03faba2f-5238-4500-b9a4-70aca54403e2] { display: flex; padding: 22px 0px 104px 0px; width: 100%; --gap-h-03faba2f-5238-4500-b9a4-70aca54403e2: 0px; --gap-v-03faba2f-5238-4500-b9a4-70aca54403e2: 16px; max-width: 100%; }
}
@media screen and (max-width: 360px){
.sd[data-s-03faba2f-5238-4500-b9a4-70aca54403e2] { display: flex; --gap-h-03faba2f-5238-4500-b9a4-70aca54403e2: 0px; --gap-v-03faba2f-5238-4500-b9a4-70aca54403e2: 16px; }
}.sd[data-s-8fe16514-3614-4ecf-a02b-6c4c1550696b] { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 40px; justify-content: center; margin: 0px 20px 0px 0px; padding: 8px; width: 40px; --gap-h-8fe16514-3614-4ecf-a02b-6c4c1550696b: 0px; --gap-v-8fe16514-3614-4ecf-a02b-6c4c1550696b: 8px; --gap-uuid: 8fe16514-3614-4ecf-a02b-6c4c1550696b; max-width: calc(100% - 20px); }
@media screen and (max-width: 1280px){
.sd[data-s-8fe16514-3614-4ecf-a02b-6c4c1550696b] { display: flex; --gap-h-8fe16514-3614-4ecf-a02b-6c4c1550696b: 0px; --gap-v-8fe16514-3614-4ecf-a02b-6c4c1550696b: 8px; }
}
@media screen and (max-width: 990px){
.sd[data-s-8fe16514-3614-4ecf-a02b-6c4c1550696b] { display: flex; --gap-h-8fe16514-3614-4ecf-a02b-6c4c1550696b: 0px; --gap-v-8fe16514-3614-4ecf-a02b-6c4c1550696b: 8px; }
}
@media screen and (max-width: 690px){
.sd[data-s-8fe16514-3614-4ecf-a02b-6c4c1550696b] { display: flex; margin: 0px 12px 0px 0px; --gap-h-8fe16514-3614-4ecf-a02b-6c4c1550696b: 0px; --gap-v-8fe16514-3614-4ecf-a02b-6c4c1550696b: 8px; max-width: calc(100% - 12px); }
}
@media screen and (max-width: 360px){
.sd[data-s-8fe16514-3614-4ecf-a02b-6c4c1550696b] { display: flex; --gap-h-8fe16514-3614-4ecf-a02b-6c4c1550696b: 0px; --gap-v-8fe16514-3614-4ecf-a02b-6c4c1550696b: 8px; }
}.sd[data-s-c3bdde0d-d380-414d-ac59-3950304d0499] { background: #003366; flex: none; height: 1px; rotate: 20deg; scale: 1.1 1; transform-origin: top left; width: calc(100% - (var(--gap-h-8fe16514-3614-4ecf-a02b-6c4c1550696b) * 0)); max-width: calc(100% - (var(--gap-h-8fe16514-3614-4ecf-a02b-6c4c1550696b) * 0)); }
.sd[data-s-c3bdde0d-d380-414d-ac59-3950304d0499].appear { rotate: 0deg; scale: 1 1; transition-duration: 400ms; translate: 0px 4px; }
.sd[data-s-c3bdde0d-d380-414d-ac59-3950304d0499].appear-active { transition-duration: 400ms; }.sd[data-s-da13724b-79dc-446f-b2d2-227d75367ccf] { background: #003366; flex: none; height: 1px; rotate: -20deg; scale: 1.1 1; transform-origin: bottom left; translate: 0px 0px; width: calc(100% - (var(--gap-h-8fe16514-3614-4ecf-a02b-6c4c1550696b) * 0)); max-width: calc(100% - (var(--gap-h-8fe16514-3614-4ecf-a02b-6c4c1550696b) * 0)); }
.sd[data-s-da13724b-79dc-446f-b2d2-227d75367ccf].appear { rotate: 0deg; scale: 1 1; transition-duration: 400ms; translate: 0px -4px; }
.sd[data-s-da13724b-79dc-446f-b2d2-227d75367ccf].appear-active { transition-duration: 400ms; }.sd[data-s-a0eff427-120f-44ce-af23-121c47655146] { align-content: flex-start; align-items: flex-start; border-bottom: 0px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 1px solid #f0f4fa; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-03faba2f-5238-4500-b9a4-70aca54403e2) * 0)); --gap-h-a0eff427-120f-44ce-af23-121c47655146: 0px; --gap-v-a0eff427-120f-44ce-af23-121c47655146: 0px; --gap-uuid: a0eff427-120f-44ce-af23-121c47655146; max-width: calc(100% - (var(--gap-h-03faba2f-5238-4500-b9a4-70aca54403e2) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-a0eff427-120f-44ce-af23-121c47655146] { display: flex; --gap-h-a0eff427-120f-44ce-af23-121c47655146: 0px; --gap-v-a0eff427-120f-44ce-af23-121c47655146: 0px; }
}
@media screen and (max-width: 990px){
.sd[data-s-a0eff427-120f-44ce-af23-121c47655146] { display: flex; --gap-h-a0eff427-120f-44ce-af23-121c47655146: 0px; --gap-v-a0eff427-120f-44ce-af23-121c47655146: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-a0eff427-120f-44ce-af23-121c47655146] { display: flex; --gap-h-a0eff427-120f-44ce-af23-121c47655146: 0px; --gap-v-a0eff427-120f-44ce-af23-121c47655146: 0px; }
}
@media screen and (max-width: 360px){
.sd[data-s-a0eff427-120f-44ce-af23-121c47655146] { display: flex; --gap-h-a0eff427-120f-44ce-af23-121c47655146: 0px; --gap-v-a0eff427-120f-44ce-af23-121c47655146: 0px; }
}.sd[data-s-716c6ab5-f169-4b72-8970-b4cb017116fe] { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-a0eff427-120f-44ce-af23-121c47655146) * 0)); --gap-h-716c6ab5-f169-4b72-8970-b4cb017116fe: 0px; --gap-v-716c6ab5-f169-4b72-8970-b4cb017116fe: 0px; --gap-uuid: 716c6ab5-f169-4b72-8970-b4cb017116fe; max-width: calc(100% - (var(--gap-h-a0eff427-120f-44ce-af23-121c47655146) * 0)); }.sd[data-s-b2228d7b-0f88-4ce1-bf5e-66b153127d85] { align-content: center; align-items: center; border-bottom: 0px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; padding: 0px; width: calc(100% - (var(--gap-h-716c6ab5-f169-4b72-8970-b4cb017116fe) * 0)); max-width: calc(100% - (var(--gap-h-716c6ab5-f169-4b72-8970-b4cb017116fe) * 0)); }.sd[data-s-c5977a88-0014-4f63-b694-5ecff8a3d529] { align-content: center; align-items: center; background: #003366; border-bottom: 1px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 16px 24px; text-align: left; width: 100%; --gap-h-c5977a88-0014-4f63-b694-5ecff8a3d529: 4px; --gap-v-c5977a88-0014-4f63-b694-5ecff8a3d529: 0px; --gap-uuid: c5977a88-0014-4f63-b694-5ecff8a3d529; max-width: 100%; }
.sd[data-s-c5977a88-0014-4f63-b694-5ecff8a3d529]:hover { border-bottom: 1px solid #e2e5ea; border-left: 0px solid #e2e5ea; border-right: 0px solid #e2e5ea; border-top: 0px solid #e2e5ea; --gap-h-c5977a88-0014-4f63-b694-5ecff8a3d529: 4px; --gap-v-c5977a88-0014-4f63-b694-5ecff8a3d529: 0px; }.sd[data-s-d3c4301a-0738-4c39-b743-5e2988b4c44c] { color: #FFFFFF; font-family: var(--s-font-4aa63508); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-b47e253e-2ba5-4fae-bb1f-0fd8eaba13d8] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: center; width: 10px; max-width: 100%; }.sd[data-s-66e5e13e-2632-4db4-8e47-38eb67e5f365] { align-content: flex-start; align-items: flex-start; border-bottom: 0px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-716c6ab5-f169-4b72-8970-b4cb017116fe) * 0)); max-width: calc(100% - (var(--gap-h-716c6ab5-f169-4b72-8970-b4cb017116fe) * 0)); }.sd[data-s-20f3f389-027c-497a-9e49-5099c47fade5] { border-bottom: 1px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 24px; text-align: left; width: 100%; max-width: 100%; justify-content: flex-start; }
.sd[data-s-20f3f389-027c-497a-9e49-5099c47fade5]:hover { border-bottom: 1px solid #e2e5ea; border-left: 0px solid #e2e5ea; border-right: 0px solid #e2e5ea; border-top: 0px solid #e2e5ea; }.sd[data-s-9501d1a1-e7f5-4305-be5b-8c8a91d781ee] { align-content: center; align-items: center; border-bottom: 0px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-716c6ab5-f169-4b72-8970-b4cb017116fe) * 0)); max-width: calc(100% - (var(--gap-h-716c6ab5-f169-4b72-8970-b4cb017116fe) * 0)); }.sd[data-s-a5e91a5d-63b4-4965-80c6-b79731d75f2e] { border-bottom: 1px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 24px; text-align: left; width: 100%; max-width: 100%; justify-content: flex-start; }
.sd[data-s-a5e91a5d-63b4-4965-80c6-b79731d75f2e]:hover { border-bottom: 1px solid #e2e5ea; border-left: 0px solid #e2e5ea; border-right: 0px solid #e2e5ea; border-top: 0px solid #e2e5ea; }.sd[data-s-55db44d8-af75-4ea7-b45c-a8b232e1bef2] { align-content: center; align-items: center; border-bottom: 0px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-716c6ab5-f169-4b72-8970-b4cb017116fe) * 0)); max-width: calc(100% - (var(--gap-h-716c6ab5-f169-4b72-8970-b4cb017116fe) * 0)); }.sd[data-s-1d2d59bc-a738-458c-8245-74d22690a239] { border-bottom: 1px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 24px; text-align: left; width: 100%; max-width: 100%; justify-content: flex-start; }
.sd[data-s-1d2d59bc-a738-458c-8245-74d22690a239]:hover { border-bottom: 1px solid #e2e5ea; border-left: 0px solid #e2e5ea; border-right: 0px solid #e2e5ea; border-top: 0px solid #e2e5ea; }.sd[data-s-7586f99a-ed0c-4665-9932-d8039a7eeb52] { align-content: center; align-items: center; border-bottom: 0px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-716c6ab5-f169-4b72-8970-b4cb017116fe) * 0)); max-width: calc(100% - (var(--gap-h-716c6ab5-f169-4b72-8970-b4cb017116fe) * 0)); }.sd[data-s-6702c9b6-9f04-42e2-9b9c-82f4f44bc945] { border-bottom: 1px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 24px; text-align: left; width: 100%; max-width: 100%; justify-content: flex-start; }
.sd[data-s-6702c9b6-9f04-42e2-9b9c-82f4f44bc945]:hover { border-bottom: 1px solid #e2e5ea; border-left: 0px solid #e2e5ea; border-right: 0px solid #e2e5ea; border-top: 0px solid #e2e5ea; }.sd[data-s-b514becf-9262-4af4-ba9b-155d15f683ae] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-716c6ab5-f169-4b72-8970-b4cb017116fe) * 0)); --gap-h-b514becf-9262-4af4-ba9b-155d15f683ae: 0px; --gap-v-b514becf-9262-4af4-ba9b-155d15f683ae: 0px; --gap-uuid: b514becf-9262-4af4-ba9b-155d15f683ae; max-width: calc(100% - (var(--gap-h-716c6ab5-f169-4b72-8970-b4cb017116fe) * 0)); }
@media screen and (max-width: 1280px){
.sd[data-s-b514becf-9262-4af4-ba9b-155d15f683ae] { flex: none; --gap-h-b514becf-9262-4af4-ba9b-155d15f683ae: 0px; --gap-v-b514becf-9262-4af4-ba9b-155d15f683ae: 0px; }
}.sd[data-s-f3c3b456-73bc-4bb0-aaa1-85049f026924] { align-content: flex-start; align-items: flex-start; background: rgba(0,0,0,0.0); border-bottom: 1px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-radius: 0px; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; padding: 0; width: calc(100% - (var(--gap-h-b514becf-9262-4af4-ba9b-155d15f683ae) * 0)); max-width: calc(100% - (var(--gap-h-b514becf-9262-4af4-ba9b-155d15f683ae) * 0)); }
.sd[data-s-f3c3b456-73bc-4bb0-aaa1-85049f026924]:hover { border-bottom: 1px solid #e2e5ea; border-left: 0px solid #e2e5ea; border-right: 0px solid #e2e5ea; border-top: 0px solid #e2e5ea; }
@media screen and (max-width: 1280px){
.sd[data-s-f3c3b456-73bc-4bb0-aaa1-85049f026924] { flex: none; }
}.sd[data-s-6798f04c-ead2-49fb-ad39-36fd4f47ffa0] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: auto; justify-content: space-between; padding: 24px; width: 100%; --gap-h-6798f04c-ead2-49fb-ad39-36fd4f47ffa0: 6px; --gap-v-6798f04c-ead2-49fb-ad39-36fd4f47ffa0: 0px; --gap-uuid: 6798f04c-ead2-49fb-ad39-36fd4f47ffa0; max-width: 100%; }.sd[data-s-0ec1fe9a-f468-4af1-8fdb-b7c3d7a468ce] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-a3f21c9f-c112-41cb-bfeb-e2da9259cfb4] { background: rgba(0,0,0,0.0); color: #003366; flex: none; font-size: 16px; height: 14px; rotate: 180deg; width: 14px; max-width: 100%; }
.sd._isClose[data-s-a3f21c9f-c112-41cb-bfeb-e2da9259cfb4] { rotate: 0deg; }.sd[data-s-a1a0dd4c-c0ce-4909-94a2-f957dc995286] { align-content: flex-start; align-items: flex-start; backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); background: rgba(240, 244, 250, 0.7); border-radius: 0px; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; margin: 0px 0px 0px 0px; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 0px; width: 100%; --gap-h-a1a0dd4c-c0ce-4909-94a2-f957dc995286: 0px; --gap-v-a1a0dd4c-c0ce-4909-94a2-f957dc995286: 0px; --gap-uuid: a1a0dd4c-c0ce-4909-94a2-f957dc995286; max-width: 100%; }
.sd._isClose[data-s-a1a0dd4c-c0ce-4909-94a2-f957dc995286] { flex: none; height: 0px; --gap-h-a1a0dd4c-c0ce-4909-94a2-f957dc995286: 0px; --gap-v-a1a0dd4c-c0ce-4909-94a2-f957dc995286: 0px; }.sd[data-s-67bb36fa-c95a-4eb1-a2e6-dd10d34603eb] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-a1a0dd4c-c0ce-4909-94a2-f957dc995286) * 0)); max-width: calc(100% - (var(--gap-h-a1a0dd4c-c0ce-4909-94a2-f957dc995286) * 0)); }.sd[data-s-cb6ddc1a-364a-422a-9b88-9e5a15344b52] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 20px 24px; width: 100%; --gap-h-cb6ddc1a-364a-422a-9b88-9e5a15344b52: 4px; --gap-v-cb6ddc1a-364a-422a-9b88-9e5a15344b52: 0px; --gap-uuid: cb6ddc1a-364a-422a-9b88-9e5a15344b52; max-width: 100%; }
.sd[data-s-f3c3b456-73bc-4bb0-aaa1-85049f026924]:hover .sd[data-s-cb6ddc1a-364a-422a-9b88-9e5a15344b52]:hover { opacity: 1; --gap-h-cb6ddc1a-364a-422a-9b88-9e5a15344b52: 4px; --gap-v-cb6ddc1a-364a-422a-9b88-9e5a15344b52: 0px; }.sd[data-s-b34eb174-7f9e-4cac-9ad4-b8c622291e63] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-351ebb0e-122a-4a6d-acab-129699a0bb8a] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-a1a0dd4c-c0ce-4909-94a2-f957dc995286) * 0)); max-width: calc(100% - (var(--gap-h-a1a0dd4c-c0ce-4909-94a2-f957dc995286) * 0)); }.sd[data-s-1e294301-7ee4-4bd3-9e4d-291a9caaaeae] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 20px 24px; width: 100%; --gap-h-1e294301-7ee4-4bd3-9e4d-291a9caaaeae: 4px; --gap-v-1e294301-7ee4-4bd3-9e4d-291a9caaaeae: 0px; --gap-uuid: 1e294301-7ee4-4bd3-9e4d-291a9caaaeae; max-width: 100%; }
.sd[data-s-f3c3b456-73bc-4bb0-aaa1-85049f026924]:hover .sd[data-s-1e294301-7ee4-4bd3-9e4d-291a9caaaeae]:hover { opacity: 1; --gap-h-1e294301-7ee4-4bd3-9e4d-291a9caaaeae: 4px; --gap-v-1e294301-7ee4-4bd3-9e4d-291a9caaaeae: 0px; }.sd[data-s-c3a13b70-e6cd-4d83-a167-3b57fbd2fb25] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-9c4a5dcc-3111-4f34-9e44-c74a81501674] { align-content: center; align-items: center; border-bottom: 0px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-716c6ab5-f169-4b72-8970-b4cb017116fe) * 0)); max-width: calc(100% - (var(--gap-h-716c6ab5-f169-4b72-8970-b4cb017116fe) * 0)); }.sd[data-s-24dae2f7-0064-48fd-9ab5-734282e2bd89] { border-bottom: 1px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 24px; text-align: left; width: 100%; max-width: 100%; justify-content: flex-start; }
.sd[data-s-24dae2f7-0064-48fd-9ab5-734282e2bd89]:hover { border-bottom: 1px solid #e2e5ea; border-left: 0px solid #e2e5ea; border-right: 0px solid #e2e5ea; border-top: 0px solid #e2e5ea; }.sd[data-s-f76e282d-0e8a-4132-89d9-b4a92fb617ad] { align-content: center; align-items: center; border-bottom: 0px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-716c6ab5-f169-4b72-8970-b4cb017116fe) * 0)); max-width: calc(100% - (var(--gap-h-716c6ab5-f169-4b72-8970-b4cb017116fe) * 0)); }.sd[data-s-f4f60d6f-ff3e-410d-b947-ec5c4e8839d0] { border-bottom: 1px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 24px; text-align: left; width: 100%; max-width: 100%; justify-content: flex-start; }
.sd[data-s-f4f60d6f-ff3e-410d-b947-ec5c4e8839d0]:hover { border-bottom: 1px solid #e2e5ea; border-left: 0px solid #e2e5ea; border-right: 0px solid #e2e5ea; border-top: 0px solid #e2e5ea; }.sd[data-s-179984c5-ade6-49b9-b0f8-fe536ff76fbe] { align-content: center; align-items: center; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; justify-content: center; padding: 0px; width: calc(100% - (var(--gap-h-716c6ab5-f169-4b72-8970-b4cb017116fe) * 0)); --gap-h-179984c5-ade6-49b9-b0f8-fe536ff76fbe: 0px; --gap-v-179984c5-ade6-49b9-b0f8-fe536ff76fbe: 0px; --gap-uuid: 179984c5-ade6-49b9-b0f8-fe536ff76fbe; max-width: calc(100% - (var(--gap-h-716c6ab5-f169-4b72-8970-b4cb017116fe) * 0)); }.sd[data-s-20986992-b0f7-4cde-a478-45b25f96f60a] { align-content: flex-start; align-items: flex-start; background: rgba(0,0,0,0.0); border-bottom: 1px solid #f0f4fa; border-left: 0px solid #f0f4fa; border-radius: 0px; border-right: 0px solid #f0f4fa; border-top: 0px solid #f0f4fa; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: center; padding: 0; width: calc(100% - (var(--gap-h-179984c5-ade6-49b9-b0f8-fe536ff76fbe) * 0)); max-width: calc(100% - (var(--gap-h-179984c5-ade6-49b9-b0f8-fe536ff76fbe) * 0)); }
.sd[data-s-20986992-b0f7-4cde-a478-45b25f96f60a]:hover { border-bottom: 1px solid #e2e5ea; border-left: 0px solid #e2e5ea; border-right: 0px solid #e2e5ea; border-top: 0px solid #e2e5ea; }
@media screen and (max-width: 1280px){
.sd[data-s-20986992-b0f7-4cde-a478-45b25f96f60a] { flex: none; }
}.sd[data-s-b319ff91-5ae0-4e16-aa89-c2972aa364d8] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: auto; justify-content: space-between; padding: 24px; width: 100%; --gap-h-b319ff91-5ae0-4e16-aa89-c2972aa364d8: 6px; --gap-v-b319ff91-5ae0-4e16-aa89-c2972aa364d8: 0px; --gap-uuid: b319ff91-5ae0-4e16-aa89-c2972aa364d8; max-width: 100%; }.sd[data-s-9941de74-19df-41f8-94a8-5c7805284afa] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 14px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-e6c67220-b0a0-40a4-8502-83e06ff77472] { background: rgba(0,0,0,0.0); color: #003366; flex: none; font-size: 16px; height: 14px; rotate: 180deg; width: 14px; max-width: 100%; }
.sd._isClose[data-s-e6c67220-b0a0-40a4-8502-83e06ff77472] { rotate: 0deg; }.sd[data-s-43ca8f90-2c9a-47a0-b9fd-e4d7b22c813b] { align-content: flex-start; align-items: flex-start; backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); background: rgba(240, 244, 250, 0.7); border-radius: 0px; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; margin: 0px 0px 0px 0px; opacity: 1; overflow-x: hidden; overflow-y: hidden; padding: 0px; width: 100%; --gap-h-43ca8f90-2c9a-47a0-b9fd-e4d7b22c813b: 0px; --gap-v-43ca8f90-2c9a-47a0-b9fd-e4d7b22c813b: 0px; --gap-uuid: 43ca8f90-2c9a-47a0-b9fd-e4d7b22c813b; max-width: 100%; }
.sd._isClose[data-s-43ca8f90-2c9a-47a0-b9fd-e4d7b22c813b] { flex: none; height: 0px; --gap-h-43ca8f90-2c9a-47a0-b9fd-e4d7b22c813b: 0px; --gap-v-43ca8f90-2c9a-47a0-b9fd-e4d7b22c813b: 0px; }
@media screen and (max-width: 1280px){
.sd[data-s-43ca8f90-2c9a-47a0-b9fd-e4d7b22c813b] { flex: none; --gap-h-43ca8f90-2c9a-47a0-b9fd-e4d7b22c813b: 0px; --gap-v-43ca8f90-2c9a-47a0-b9fd-e4d7b22c813b: 0px; }
}.sd[data-s-a301d866-dc45-4184-9971-46ad108ad529] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-8e26be22-006f-4c6a-8aae-ae968f716eae] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 16px 24px; width: 792px; --gap-h-8e26be22-006f-4c6a-8aae-ae968f716eae: 4px; --gap-v-8e26be22-006f-4c6a-8aae-ae968f716eae: 0px; --gap-uuid: 8e26be22-006f-4c6a-8aae-ae968f716eae; max-width: 100%; }
.sd[data-s-20986992-b0f7-4cde-a478-45b25f96f60a]:hover .sd[data-s-8e26be22-006f-4c6a-8aae-ae968f716eae]:hover { opacity: 1; --gap-h-8e26be22-006f-4c6a-8aae-ae968f716eae: 4px; --gap-v-8e26be22-006f-4c6a-8aae-ae968f716eae: 0px; }.sd[data-s-f1812f4e-dd6a-41a3-90fa-7a67f4bc7781] { color: #003366; font-family: var(--s-font-4aa63508); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-e9a74b2a-becf-48ec-b13d-2bd0eda80877] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; padding: 0px; }.sd[data-s-991a7f70-3f03-4109-9a80-c7621c8f6b3f] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 16px 24px; width: 792px; --gap-h-991a7f70-3f03-4109-9a80-c7621c8f6b3f: 4px; --gap-v-991a7f70-3f03-4109-9a80-c7621c8f6b3f: 0px; --gap-uuid: 991a7f70-3f03-4109-9a80-c7621c8f6b3f; max-width: 100%; }
.sd[data-s-20986992-b0f7-4cde-a478-45b25f96f60a]:hover .sd[data-s-991a7f70-3f03-4109-9a80-c7621c8f6b3f]:hover { opacity: 1; --gap-h-991a7f70-3f03-4109-9a80-c7621c8f6b3f: 4px; --gap-v-991a7f70-3f03-4109-9a80-c7621c8f6b3f: 0px; }.sd[data-s-994aa4ab-1d14-4b1f-9119-93375df5af3c] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-03f85fe1-f53b-4fc3-af4c-d2c44f2ae884] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-c6f725df-0ffb-4384-971d-0045f0bad73d] { align-content: center; align-items: center; flex-direction: row; flex-wrap: wrap; gap: 8px 0px; justify-content: flex-start; padding: 16px 24px; width: 792px; --gap-h-c6f725df-0ffb-4384-971d-0045f0bad73d: 0px; --gap-v-c6f725df-0ffb-4384-971d-0045f0bad73d: 8px; --gap-uuid: c6f725df-0ffb-4384-971d-0045f0bad73d; max-width: 100%; }
.sd[data-s-20986992-b0f7-4cde-a478-45b25f96f60a]:hover .sd[data-s-c6f725df-0ffb-4384-971d-0045f0bad73d]:hover { opacity: 1; --gap-h-c6f725df-0ffb-4384-971d-0045f0bad73d: 0px; --gap-v-c6f725df-0ffb-4384-971d-0045f0bad73d: 8px; }.sd[data-s-8b5b7285-38ab-4474-8901-c3b35ce7716c] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-f77f7ac9-9fac-4447-83b9-a7de918aa9b9] { color: #435266; font-family: var(--s-font-b082636f); font-size: 12px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-2d75ee57-0a3e-4a8a-a0a6-218d05f91520] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-39de2bab-512a-4b7b-88f7-ddcb62cca5fe] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 16px 24px; width: 792px; --gap-h-39de2bab-512a-4b7b-88f7-ddcb62cca5fe: 4px; --gap-v-39de2bab-512a-4b7b-88f7-ddcb62cca5fe: 0px; --gap-uuid: 39de2bab-512a-4b7b-88f7-ddcb62cca5fe; max-width: 100%; }
.sd[data-s-20986992-b0f7-4cde-a478-45b25f96f60a]:hover .sd[data-s-39de2bab-512a-4b7b-88f7-ddcb62cca5fe]:hover { opacity: 1; --gap-h-39de2bab-512a-4b7b-88f7-ddcb62cca5fe: 4px; --gap-v-39de2bab-512a-4b7b-88f7-ddcb62cca5fe: 0px; }.sd[data-s-72b0243a-9587-4c09-8c62-586888ab08ab] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 500; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-9c769418-c276-4969-bc4e-ea975cafe21a] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-2d64dc58-7bb7-48b3-8fcc-c7c87126c95b] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 16px 24px; width: 792px; --gap-h-2d64dc58-7bb7-48b3-8fcc-c7c87126c95b: 4px; --gap-v-2d64dc58-7bb7-48b3-8fcc-c7c87126c95b: 0px; --gap-uuid: 2d64dc58-7bb7-48b3-8fcc-c7c87126c95b; max-width: 100%; }
.sd[data-s-20986992-b0f7-4cde-a478-45b25f96f60a]:hover .sd[data-s-2d64dc58-7bb7-48b3-8fcc-c7c87126c95b]:hover { opacity: 1; --gap-h-2d64dc58-7bb7-48b3-8fcc-c7c87126c95b: 4px; --gap-v-2d64dc58-7bb7-48b3-8fcc-c7c87126c95b: 0px; }.sd[data-s-f6cd3fa8-2172-40fb-bc46-a77437d845d6] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: left; width: auto; max-width: 100%; justify-content: flex-start; }.sd[data-s-f88977d7-63f8-41e8-a992-93cc4aa29f47] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-8365284c-ad1b-4d0a-9615-dcff6de9570a] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 16px 24px; text-align: left; width: 792px; --gap-h-8365284c-ad1b-4d0a-9615-dcff6de9570a: 4px; --gap-v-8365284c-ad1b-4d0a-9615-dcff6de9570a: 0px; --gap-uuid: 8365284c-ad1b-4d0a-9615-dcff6de9570a; max-width: 100%; }
.sd[data-s-20986992-b0f7-4cde-a478-45b25f96f60a]:hover .sd[data-s-8365284c-ad1b-4d0a-9615-dcff6de9570a]:hover { opacity: 1; --gap-h-8365284c-ad1b-4d0a-9615-dcff6de9570a: 4px; --gap-v-8365284c-ad1b-4d0a-9615-dcff6de9570a: 0px; }.sd[data-s-1cd4713c-d1c4-430e-9465-feaa159b03e7] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-9ad51b78-a46f-4a1c-b10a-041fe80fd599] { align-content: center; align-items: center; border-bottom: 1px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; border-top: 0px solid #FFFFFF; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0px; }.sd[data-s-8dc8dfbd-bdff-4000-8eef-5a23f7cf1fba] { align-content: center; align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 4px; justify-content: flex-start; padding: 16px 24px; text-align: left; width: 792px; --gap-h-8dc8dfbd-bdff-4000-8eef-5a23f7cf1fba: 4px; --gap-v-8dc8dfbd-bdff-4000-8eef-5a23f7cf1fba: 0px; --gap-uuid: 8dc8dfbd-bdff-4000-8eef-5a23f7cf1fba; max-width: 100%; }
.sd[data-s-20986992-b0f7-4cde-a478-45b25f96f60a]:hover .sd[data-s-8dc8dfbd-bdff-4000-8eef-5a23f7cf1fba]:hover { opacity: 1; --gap-h-8dc8dfbd-bdff-4000-8eef-5a23f7cf1fba: 4px; --gap-v-8dc8dfbd-bdff-4000-8eef-5a23f7cf1fba: 0px; }.sd[data-s-4a2c6b50-c456-40c8-8be8-8c690b59e371] { color: #435266; font-family: var(--s-font-b082636f); font-size: 13px; font-style: normal; font-weight: 600; height: auto; letter-spacing: 0.02em; line-height: 1; padding: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }.sd[data-s-fac6901c-339b-4cc6-8f68-2ce1d64b5488] { align-content: center; align-items: center; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; justify-content: center; margin: 0px 16px; padding: 0px; width: calc(100% - 32px - (var(--gap-h-03faba2f-5238-4500-b9a4-70aca54403e2) * 0)); --gap-h-fac6901c-339b-4cc6-8f68-2ce1d64b5488: 12px; --gap-v-fac6901c-339b-4cc6-8f68-2ce1d64b5488: 0px; --gap-uuid: fac6901c-339b-4cc6-8f68-2ce1d64b5488; max-width: calc(100% - 32px - (var(--gap-h-03faba2f-5238-4500-b9a4-70aca54403e2) * 0)); }
@media screen and (max-width: 690px){
.sd[data-s-fac6901c-339b-4cc6-8f68-2ce1d64b5488] { flex-direction: row; flex-wrap: nowrap; gap: 8px; --gap-h-fac6901c-339b-4cc6-8f68-2ce1d64b5488: 8px; --gap-v-fac6901c-339b-4cc6-8f68-2ce1d64b5488: 0px; }
}.sd[data-s-a17fd9e5-7e44-4b55-8acb-abaf87c6e3ea] { align-content: center; align-items: center; background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1)); border-radius: 10px; flex: 1; flex-direction: row; gap: 4px; height: auto; justify-content: center; padding: 16px; width: auto; --gap-h-a17fd9e5-7e44-4b55-8acb-abaf87c6e3ea: 4px; --gap-v-a17fd9e5-7e44-4b55-8acb-abaf87c6e3ea: 0px; --gap-uuid: a17fd9e5-7e44-4b55-8acb-abaf87c6e3ea; max-width: 100%; --g-color-0: rgb(0, 51, 102); --g-position-0: 0%; --g-color-1: rgb(0, 38, 77); --g-position-1: 100%; --g-color-2: rgb(0, 38, 77); --g-position-2: 100%; --g-color-3: rgb(0, 38, 77); --g-position-3: 100%; --g-color-4: rgb(0, 38, 77); --g-position-4: 100%; --g-color-5: rgb(0, 38, 77); --g-position-5: 100%; --g-color-6: rgb(0, 38, 77); --g-position-6: 100%; --g-color-7: rgb(0, 38, 77); --g-position-7: 100%; --g-color-8: rgb(0, 38, 77); --g-position-8: 100%; --g-color-9: rgb(0, 38, 77); --g-position-9: 100%; --g-color-10: rgb(0, 38, 77); --g-position-10: 100%; --g-color-11: rgb(0, 38, 77); --g-position-11: 100%; --g-angle: 90deg; }
@media screen and (max-width: 1280px){
.sd[data-s-a17fd9e5-7e44-4b55-8acb-abaf87c6e3ea] { gap: 2px; --gap-h-a17fd9e5-7e44-4b55-8acb-abaf87c6e3ea: 2px; --gap-v-a17fd9e5-7e44-4b55-8acb-abaf87c6e3ea: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-a17fd9e5-7e44-4b55-8acb-abaf87c6e3ea] { flex: 1; gap: 4px; width: auto; --gap-h-a17fd9e5-7e44-4b55-8acb-abaf87c6e3ea: 4px; --gap-v-a17fd9e5-7e44-4b55-8acb-abaf87c6e3ea: 0px; }
}.sd[data-s-b9215883-74b8-4d85-8538-98ce26b9be43] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: flex-start; overflow-x: hidden; overflow-y: hidden; padding: 2px 2px 3px 3px; width: 28px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-b9215883-74b8-4d85-8538-98ce26b9be43] { flex: none; padding: 2px 2px 2px 2px; width: 25px; max-width: 100%; }
}.sd[data-s-a2df37aa-86fe-40c8-8dde-7dcf18509090] { align-items: center; flex-direction: column; height: auto; justify-content: center; margin: 0px; width: 100%; max-width: 100%; }.sd[data-s-d124c87f-3e7c-409f-a318-fe7b15eb38d6] { color: #FFFFFF; flex: none; font-family: var(--s-font-6c87f3c1); font-size: 16px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0.02em; line-height: 1.2; margin: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 1280px){
.sd[data-s-d124c87f-3e7c-409f-a318-fe7b15eb38d6] { font-size: 15px; }
}
@media screen and (max-width: 690px){
.sd[data-s-d124c87f-3e7c-409f-a318-fe7b15eb38d6] { font-size: 15px; }
}.sd[data-s-38066c0f-ab60-42ee-968b-8b296df006ba] { align-items: center; background: #FFFFFF; border-bottom: 1px solid #003366; border-left: 1px solid #003366; border-radius: 10px; border-right: 1px solid #003366; border-top: 1px solid #003366; flex: 1; flex-direction: row; gap: 4px; height: auto; justify-content: center; padding: 16px 12px; width: auto; --gap-h-38066c0f-ab60-42ee-968b-8b296df006ba: 4px; --gap-v-38066c0f-ab60-42ee-968b-8b296df006ba: 0px; --gap-uuid: 38066c0f-ab60-42ee-968b-8b296df006ba; max-width: 100%; }
@media screen and (max-width: 1280px){
.sd[data-s-38066c0f-ab60-42ee-968b-8b296df006ba] { gap: 0px; --gap-h-38066c0f-ab60-42ee-968b-8b296df006ba: 0px; --gap-v-38066c0f-ab60-42ee-968b-8b296df006ba: 0px; }
}
@media screen and (max-width: 690px){
.sd[data-s-38066c0f-ab60-42ee-968b-8b296df006ba] { flex: 1; gap: 4px; width: auto; --gap-h-38066c0f-ab60-42ee-968b-8b296df006ba: 4px; --gap-v-38066c0f-ab60-42ee-968b-8b296df006ba: 0px; }
}.sd[data-s-8b6eba37-4ba4-404f-ae8e-30f4cced05c8] { align-items: center; flex: none; flex-direction: column; height: auto; justify-content: flex-start; overflow-x: hidden; overflow-y: hidden; padding: 3px 6px 3px 6px; width: 28px; max-width: 100%; }
@media screen and (max-width: 690px){
.sd[data-s-8b6eba37-4ba4-404f-ae8e-30f4cced05c8] { flex: none; padding: 2px; width: 19px; max-width: 100%; }
}.sd[data-s-2da4801c-f463-4b1f-b429-1fa1edae7ab4] { align-items: center; flex-direction: column; height: auto; justify-content: center; margin: 0px; width: 100%; max-width: 100%; }.sd[data-s-c01b09cc-8d2c-4e5d-b3c2-7711961c392b] { color: #003366; flex: none; font-family: var(--s-font-6c87f3c1); font-size: 16px; font-style: normal; font-weight: 700; height: auto; letter-spacing: 0.02em; line-height: 1.2; margin: 0px; text-align: center; width: auto; max-width: 100%; justify-content: center; }
@media screen and (max-width: 1280px){
.sd[data-s-c01b09cc-8d2c-4e5d-b3c2-7711961c392b] { font-size: 15px; }
}
@media screen and (max-width: 690px){
.sd[data-s-c01b09cc-8d2c-4e5d-b3c2-7711961c392b] { font-size: 15px; }
}

img.case-logo-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.fv-title-row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 1px;
}
.sd[data-s-da4a7eee-97ee-4362-bec0-65e6f3353310],
.sd[data-s-0031fd94-f606-4ad9-83e0-0cd5a96e893b],
.sd[data-s-5ade81aa-a64c-4e15-8227-a721594e110e],
.sd[data-s-a19684bd-6f11-4b61-81c2-82ad64abb150],
.sd[data-s-bbf8b52b-8faf-47e5-9841-21f807ee7977],
.sd[data-s-c0c3b09a-cc28-488b-afe2-6c754086401e],
.sd[data-s-848b7e29-c4ad-4e19-9e01-176e14341de1],
.sd[data-s-d43f32ca-00d8-4f26-ae3f-659b8809a365],
.sd[data-s-590a0bcd-4a60-4068-99bb-3ab9cee01ac4],
.sd[data-s-fd37eb05-becc-4069-af26-d088b974be12] {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
