@font-face {
    font-family: 'NuramaTer';
    src: url('https://global.divhunt.com/d1f0f1a7860fa53b570431e13b21172f_117616.woff2') format('woff2');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'NuramaTer';
    src: url('https://global.divhunt.com/d95d7ccf29204b03021a6f000b9f74df_115780.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'NuramaGrotesk';
    src: url('https://global.divhunt.com/15c1966442b75c8b50f5e5079d4aeb55_18956.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'NuramaGrotesk';
    src: url('https://global.divhunt.com/3555e7ff3a6347883aee071e5e33368c_19544.woff2') format('woff2');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'NuramaGrotesk';
    src: url('https://global.divhunt.com/4600f13c5f350020ab9c0f26ad6d6ad2_23972.woff2') format('woff2');
    font-style: normal;
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'NuramaGrotesk';
    src: url('https://global.divhunt.com/75642279de5e43030751331dc82f6388_19636.woff2') format('woff2');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'nurama grotesk';
    src: url('https://global.divhunt.com/15c1966442b75c8b50f5e5079d4aeb55_18956.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'nurama grotesk';
    src: url('https://global.divhunt.com/75642279de5e43030751331dc82f6388_19636.woff2') format('woff2');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'nurama grotesk';
    src: url('https://global.divhunt.com/951e1ca86048cec1da04d0a89615a2b4_19944.woff2') format('woff2');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

main{--nrm-dark-bg:rgb(21,21,21);--nrm-gray-dim:rgb(186,186,186);--nrm-blue:#1e30ff;--nrm-txt-light:rgb(255,255,255);--nrm-creator:#ffd21e;--nrm-reviewer:#1e30ff;--nur-border-dark:rgb(43,43,43);--nrm-txt-dim:rgb(210,210,210);}[data-nrm-process=collaborate]{position:relative;overflow:hidden;cursor:url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24H0V12Z" fill="%231E2BE4"/></svg>') 4 4,auto}.cursor-bubble{position:absolute;pointer-events:none;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:12px;border-radius:20px;padding:5px 10px;transform:translate(-50%,-50%);white-space:nowrap;opacity:0;transition:opacity .3s,left .15s ease-out,top .15s ease-out}.cursor-bubble::before{content:"";position:absolute;top:-6px;right:10px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:6px solid rgba(255,255,255,.8)}.cursor-bubble.your{background:#4b7bec}.cursor-bubble.fake1{background:#f5a623}.cursor-bubble.fake2{background:#eb3b5a}.cursor-bubble.visible{opacity:1}/* ---- Scroll lock when video modal is open ---- */
html.nrm-scroll-locked,
body.nrm-scroll-locked {
  overflow: hidden;
}


::selection {
    background: #0033ff;
    color: white;
    text-shadow: none;
}

::-moz-selection {
    background: #0033ff;
    color: white;
    text-shadow: none;
}

/* Copy To clipboard Style */
[data-nrm-grab] {
    cursor: pointer;
}

[data-nrm-grab]:hover {
    opacity: 0.95;
}


.nrm-video-shell {
  width: min(90vw);
  aspect-ratio: 16 / 9;
  height: auto;
  position: relative;
}


.nrm-modal_video,
.nrm-modal_video iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* ---- Kill Vimeo iframe shadows / glow ---- */
.nrm-modal_video iframe {
  box-shadow: none !important;
  filter: none !important;
  outline: none !important;
}

/* Vimeo sometimes wraps the iframe internally */
.nrm-modal_video * {
  box-shadow: none !important;
  filter: none !important;
}
/* ===============================
   PiP VIDEO BASE
================================ */



/* hover reveal */
[data-nrm-modal="video-wrap"] .nrm-pip-close {
  position: absolute;
  top: .5rem;
  right: .5rem;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0,0,0,.65);
  border: none;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

/* X icon */
.nrm-pip-close::before,
.nrm-pip-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #fff;
}

.nrm-pip-close::before { transform: translate(-50%,-50%) rotate(45deg); }
.nrm-pip-close::after  { transform: translate(-50%,-50%) rotate(-45deg); }

/* show on hover */
[data-nrm-modal="video-wrap"].is-pip:hover .nrm-pip-close {
  opacity: 1;
  pointer-events: auto;
}

/* ===============================
   MODAL BG HIDING (NO VIDEO)
================================ */

[data-nrm-modal="video-bg"] {
  display: none;
  position: fixed;
  inset: 0; /* shorthand for top/left/right/bottom: 0 */
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

[data-nrm-modal="video-bg"].pip-bg-hidden {
  opacity: 0 !important;
  pointer-events: none !important;
  backdrop-filter: blur(0) !important;
}


/* Ensure the elements can be clipped and transformed */
[data-nrm-head="play-ico"], 
[data-nrm-head="play-txt"] {
  display: inline-block;
  will-change: clip-path, transform;
}

/* Ensure the button sits on top of the UI */
[data-nrm-head="play-btn"] {
  z-index: 10;
  transition: box-shadow 0.3s ease;
}


  [data-nurama-faq-group] {
    scroll-margin-top: 150px;
  }
body[data-page=changelog] .chg-label{display:inline-flex;align-items:center;padding:.28em .6em;margin-right:.35em;border-radius:.45em;font-size:.72em;letter-spacing:.02em;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff;white-space:nowrap;vertical-align:middle}body[data-page=changelog] .chg-code{background:#0e0e11;border:1px solid rgba(255,255,255,.12);border-radius:12px;overflow:hidden;margin:1.5rem 0}body[data-page=changelog] .chg-code__header{display:flex;justify-content:space-between;align-items:center;padding:.55rem .8rem;background:linear-gradient(to bottom,rgba(255,255,255,.04),rgba(255,255,255,.01));border-bottom:1px solid rgba(255,255,255,.08)}body[data-page=changelog] .chg-code__lang{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:#9aa4b2}body[data-page=changelog] .chg-code__copy{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:#e6e6e6;font-size:.7rem;padding:.3rem .55rem;border-radius:6px;cursor:pointer}body[data-page=changelog] .chg-code__copy:hover{background:rgba(255,255,255,.12)}body[data-page=changelog] .chg-code pre{margin:0;padding:1rem 1.2rem;overflow-x:auto;background:0 0}body[data-page=changelog] .chg-code code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:.85rem;line-height:1.6}body[data-page=changelog] pre code{display:block!important;color:inherit!important;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}code{border-radius:16px}body[data-page=changelog] pre{display:block!important;visibility:visible!important;opacity:1!important;color:#e6e6e6!important;font-size:14px!important;line-height:1.6!important;white-space:pre!important;background:#050507!important;border-radius:14px!important;padding:1.2rem 1.4rem!important;margin:1.6rem 0!important;border:1px solid rgba(255,255,255,.08)!important;overflow-x:auto!important;width:100%}body[data-page=changelog] code.hljs{background:0 0!important;padding:0!important;font-size:.85rem;line-height:1.65;color:#eaeaf0}body[data-page=changelog] .hljs-keyword,body[data-page=changelog] .hljs-literal,body[data-page=changelog] .hljs-selector-tag{color:#ff4fd8!important}body[data-page=changelog] .hljs-function,body[data-page=changelog] .hljs-title{color:#3ddcff!important}body[data-page=changelog] .hljs-attr,body[data-page=changelog] .hljs-string{color:#6bffb8!important}body[data-page=changelog] .hljs-number{color:#ffd36b!important}body[data-page=changelog] .hljs-comment{color:rgba(255,255,255,.35)!important;font-style:italic}body[data-page=changelog] .hljs-operator,body[data-page=changelog] .hljs-punctuation{color:#9aa4ff!important}body[data-page=changelog] pre ::selection{background:#00f;color:#fff}body[data-page=changelog] pre::-webkit-scrollbar{height:6px}body[data-page=changelog] pre::-webkit-scrollbar-thumb{background:rgba(255,255,255,.18);border-radius:6px}.nrm-comment-wrap{display:flex;align-items:center;pointer-events:auto;font-family:Inter,sans-serif;z-index:1000}.nrm-comment-input-zone{background:#0d0d0d;border-radius:14px;padding:12px 16px;display:flex;border:1px solid rgba(255,255,255,.08);color:#e0e0e0;box-shadow:0 15px 45px rgba(0,0,0,.6)}.nrm-comment-input-zone.state-typing{width:18rem}.nrm-comment-input-zone.state-sent{width:auto;max-width:18rem;align-items:flex-start!important}.nrm-input-wrapper{flex:1;min-width:0}.nrm-editable,.nrm-text-display{font-size:16px!important;font-weight:300;line-height:1.5;outline:0;word-break:break-word;white-space:pre-wrap}[contenteditable]:empty:before{content:attr(data-placeholder);color:#444}.nrm-comment-actions{display:flex;flex-direction:column;margin-left:14px;gap:8px}.nrm-complete-btn,.nrm-send-btn{width:32px;height:32px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s}.nrm-complete-btn{background:rgba(255,255,255,.03);border:1px solid currentColor}@media (max-width:768px){.nrm-comment-input-zone.state-typing{width:250px!important;padding:10px 14px!important}.nrm-comment-input-zone.state-sent{max-width:200px!important}.nrm-comment-actions{margin-left:10px!important}}.nrm-color-palette{position:fixed;background:#111;border:1px solid rgba(255,255,255,.1);padding:10px;border-radius:14px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;opacity:0;pointer-events:none;transform:translateY(10px);transition:.3s cubic-bezier(.16, 1, .3, 1);z-index:9999}.nrm-color-palette.active{opacity:1;pointer-events:auto;transform:translateY(-110%)}.nrm-color-palette div{width:28px;height:28px;border-radius:50%;cursor:pointer;transition:transform .2s;border:1px solid transparent}.nrm-color-palette div:hover{transform:scale(1.15);border-color:rgba(255,255,255,.2)}.custom-script-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.95);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .8s,visibility .8s;z-index:99999;pointer-events:none}.custom-script-modal.active{opacity:1;visibility:visible;pointer-events:auto}body.modal-open{overflow:hidden}.video-container{position:relative;width:90%;max-width:1100px;transform:scale(.92);opacity:0;transition:transform 1s cubic-bezier(.16, 1, .3, 1),opacity .9s;will-change:transform,opacity}.custom-script-modal.active .video-container{transform:scale(1);opacity:1}.custom-script-modal.closing .video-container{transform:scale(.97);opacity:0;transition:transform .6s,opacity .5s}.custom-script-modal video{width:100%;height:auto;border-radius:24px;display:block;box-shadow:0 60px 120px rgba(0,0,0,.6);background:#000}.video-controls{position:absolute;bottom:25px;right:25px;background:rgba(255,255,255,.12);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:14px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid rgba(255,255,255,.15);z-index:10;transition:background .3s,transform .3s}.video-controls:hover{background:rgba(255,255,255,.2);transform:scale(1.05)}.video-controls svg{width:20px;height:20px;fill:white}[data-ms-feature-more],[data-nrm-head-video]{cursor:pointer;will-change:transform,opacity}[data-nrm-home=feature-title],[data-nrm-home=head-cta],[data-nrm-home=head-p],[data-nrm-home=head-title],[data-nrm-home=head-ui]{opacity:0;transform:translateY(30px)!important;will-change:transform,opacity;backface-visibility:hidden}[data-nrm-home=head-ui]{transform:translateY(60px) scale(1.1)}.nrm-logo-wrap{width:120px;flex-shrink:0;color:#fff;display:flex;align-items:center;transition:width .3s}@media (max-width:991px){.nrm-logo-wrap{width:90px}}@media (max-width:767px){.nrm-logo-wrap{width:70px}.nrm-control-bar{gap:20px!important;padding:20px!important}.video-ui-overlay{padding:15px!important}}@media (max-width:480px){.nrm-logo-wrap{width:50px}}main {color:rgb(255,255,255);position:relative;font-size:0.90rem;background:rgb(0,0,0);min-height:100vh;font-family:'NuramaTer';font-weight:400;line-height:1.4;overflow-x:clip;}main container{width:100%;display:block;max-width:1280px;margin-top:0px;margin-left:auto;margin-right:auto;padding-left:1.5rem;margin-bottom:0px;padding-right:1.5rem;}main h2{font-size:42px;margin-top:0px;font-weight:700;margin-bottom:0px;font-family:'NuramaGrotesk';}main h1{font-size:60px;margin-top:0px;font-weight:700;margin-bottom:0px;font-family:'NuramaGrotesk';}main h3{font-size:32px;margin-top:0px;margin-bottom:0px;font-family:'NuramaGrotesk';}main h4{font-size:24px;margin-top:0px;font-weight:700;margin-bottom:0px;}main h5{font-size:20px;margin-top:0px;font-weight:700;margin-bottom:0px;}main h6{font-size:16px;margin-top:0px;font-weight:700;margin-bottom:0px;}main p{margin-top:0px;margin-bottom:0px;font-weight:400;font-family:'NuramaTer';font-size:1rem;}main .stylesheet-part{padding:60px 0px 60px 0px;border-bottom:1px solid rgba(223,223,223,1.00);}@media screen and (max-width: 991px) {main .stylesheet-part{padding:40px 0px 40px 0px;}}main ul{padding-left:20px;}main ol{padding-left:20px;}main img{display:block;max-width:100%;pointer-events:none;}main textarea{resize:vertical;}main .button-primary{color:var(--nrm-dark-bg);border:1px solid rgba(0,0,0,1);background:var(--nrm-creator);padding-top:0.75rem;padding-left:0.75rem;padding-right:0.75rem;padding-bottom:0.75rem;text-decoration:none;position:relative;font-size:0.9rem;font-family:'nurama grotesk';font-weight:300;cursor:pointer;display:flex;justify-content:center;align-items:center;column-gap:0.5rem;border-radius:12px;}main .button-primary:hover{color:rgba(0,0,0,1.00);background:rgba(255,255,255,1.00);}@media screen and (max-width: 480px) {main .button-primary{text-align:center;}}main a{cursor:pointer;transition:all 200ms 0ms linear;color:rgb(255,255,255);text-decoration:none;}main .button-secondary{color:rgb(255,255,255);border:1px solid var(--nur-border-dark);background:rgb(from var(--nrm-dark-bg) r g b / 40%);padding-top:0.75rem;padding-left:0.75rem;padding-right:0.75rem;padding-bottom:0.75rem;display:flex;justify-content:center;align-items:center;column-gap:0.5rem;font-weight:400;border-radius:12px;cursor:pointer;}main .button-secondary:hover{color:var(--nrm-dark-bg);background:var(--nrm-creator);}main button{cursor:pointer;}main .dh-form-success{font-size:0.7rem;font-weight:300;text-align:center!important;font-family:'Inter';color:rgb(31,255,128)!important;padding-left:0.15rem;padding-top:0.15rem;padding-bottom:0.15rem;padding-right:0.15rem;}main component{display:block;}main rich-text{font-family:'NuramaTer';}main .rich-text-dh-styling  hr{width:100%;border:0px solid rgba(0,0,0,1);height:1px;display:block;border-top:1px solid rgb(203,203,203);margin-top:20px;padding-top:0px;margin-bottom:20px;padding-bottom:0px;}main .rich-text-dh-styling{display:flex;row-gap:24px;flex-direction:column;}main blockquote{display:block;background:#00000008;margin-left:0px;padding-top:15px;margin-right:0px;padding-left:15px;border-radius:6px;padding-right:15px;padding-bottom:15px;}main blockquote  cite{color:rgb(139,139,139);display:block;margin-top:10px;font-weight:500;padding-left:15px;}main .nrm-header_full{width:100%;background:;position:relative;overflow:clip;display:flex;flex-direction:column;}@media screen and (max-width: 767px) {main .nrm-header_full{border-radius:0px 0px 32px 32px;}}main .nrm-contain-md{width:100%;position:relative;max-width:90rem;z-index:1;}main .nrm-hero_wrap{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-top:15rem;padding-bottom:0rem;row-gap:1.25rem;min-height:auto;padding-left:1.5rem;padding-right:1.5rem;background:;}@media screen and (max-width: 991px) {main .nrm-hero_wrap{justify-content:flex-start;padding-top:15rem;}}@media screen and (max-width: 767px) {main .nrm-hero_wrap{padding-left:0rem;padding-right:0rem;padding-top:8rem;}}@media screen and (max-width: 480px) {main .nrm-hero_wrap{padding-top:10rem;}}main .nrm-contain-lg{width:100%;max-width:118rem;}main .nrm-features_wrap{display:flex;flex-direction:column;row-gap:1rem;column-gap:1rem;width:70%;align-items:flex-start;}@media screen and (max-width: 991px) {main .nrm-features_wrap{width:70%;}}@media screen and (max-width: 767px) {main .nrm-features_wrap{width:100%;}}@media screen and (max-width: 480px) {main .nrm-features_wrap{width:100%;}}main .nur-nav{position:fixed;top:0%;left:0%;right:0%;bottom:auto;margin-left:auto;margin-right:auto;width:100%;z-index:600;pointer-events:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:0px 0px 16px 16px;padding-top:0.5rem;}@media screen and (max-width: 767px) {main .nur-nav{padding-top:0rem;}}main .nrm-contain-nav{max-width:120rem;backdrop-filter:;-webkit-backdrop-filter:;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:1rem;pointer-events:auto;border-radius:16px;}@media screen and (max-width: 991px) {main .nrm-contain-nav{max-width:95%;}}@media screen and (max-width: 767px) {main .nrm-contain-nav{max-width:100%;}}@media screen and (max-width: 480px) {main .nrm-contain-nav{padding-top:1rem;padding-bottom:1rem;}}main .nrm-layout-hsb{display:flex;width:100%;justify-content:space-between;align-items:center;}main .nrm-layout-hflex{display:flex;column-gap:1rem;row-gap:0.5rem;flex-direction:row;align-items:center;width:100%;}main .nrm-brand_nav{width:8rem;display:flex;flex-direction:column;justify-content:center;align-items:center;}@media screen and (max-width: 991px) {main .nrm-brand_nav{width:7rem;}}@media screen and (max-width: 767px) {main .nrm-brand_nav{width:6rem;}}main .nrm-layout_link{color:rgb(255,255,255);text-decoration:none;font-size:0.90rem;cursor:pointer;font-weight:300;}main .nrm-heading_h1{font-size:3rem;line-height:1;font-family:'nurama grotesk';font-weight:300;}@media screen and (max-width: 480px) {main .nrm-heading_h1{font-size:2rem;line-height:1.4;}}main .nrm-paragraph_hero{font-size:1.15rem;font-family:'NuramaTer';font-weight:300;color:var(--nrm-txt-dim);text-wrap:pretty;}@media screen and (max-width: 991px) {main .nrm-paragraph_hero{font-size:1rem;}}@media screen and (max-width: 767px) {main .nrm-paragraph_hero{font-size:0.9rem;}}main .nrm-button_wrap{padding-top:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;padding-right:0.25rem;border:1px solid rgb(53,53,53);position:relative;height:auto;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:16px;}main .nrm-padding-lg{padding-top:8rem;padding-bottom:8rem;}@media screen and (max-width: 767px) {main .nrm-padding-lg{padding-top:4rem;padding-bottom:4rem;}}main .nrm-landing_tab{position:relative;font-size:0.90rem;color:rgb(255,255,255);cursor:pointer;display:flex;align-items:center;justify-content:flex-start;column-gap:0.5rem;transform:;transition:all 300ms 0ms cubic-bezier(0.785,0.135,0.15,0.86);border-radius:10px;overflow:clip;padding-top:1rem;padding-bottom:1rem;padding-left:1rem;padding-right:1rem;}main .nrm-landing_tab:hover{background:rgb(25,25,25);}main .nrm-landing_tab.dh-active{color:rgb(255,255,255);}main .nrm-landing_layout_grid{grid-template-columns:0.5fr 1fr;display:grid;column-gap:1.25rem;row-gap:1.25rem;}main .nrm-landing_tab-content{padding-left:1.25rem;padding-top:1.25rem;padding-bottom:1.25rem;padding-right:1.25rem;background:rgb(15,15,15);border-radius:16px;}@media screen and (max-width: 767px) {main .nrm-landing_tab-content{height:25rem;}}main .nrm-landing-tab_content-visual-wrap{height:30rem;overflow:clip;color:rgb(255,255,255);border-radius:32px;}@media screen and (max-width: 991px) {main .nrm-landing-tab_content-visual-wrap{height:auto;}}@media screen and (max-width: 480px) {main .nrm-landing-tab_content-visual-wrap{height:auto;}}main .nrm-landin-card-wrap{background:rgba(0,0,0,0.63);backdrop-filter:;-webkit-backdrop-filter:;overflow:clip;display:flex;height:100%;position:relative;flex-direction:column;justify-content:space-between;align-items:stretch;width:100%;padding-left:0.5rem;padding-top:0.5rem;padding-bottom:0.5rem;padding-right:0.5rem;align-self:stretch;z-index:2;row-gap:1rem;}@media screen and (max-width: 991px) {main .nrm-landin-card-wrap{flex:0 0 auto;}}main .nrm-global_media-full{width:100%;object-fit:cover;height:100%;}main .rm-landing_description-md{font-size:1.25rem;font-weight:400;font-family:'NuramaTer';}main .nrm-vertical_grid{display:flex;width:100%;border-right:1px solid rgb(51,51,51);border-left:1px solid rgb(49,49,49);margin-left:auto;margin-right:auto;height:100%;pointer-events:none;position:relative;}main .nrm-landing-heading_feature{font-size:2.5rem;line-height:1.2;}@media screen and (max-width: 991px) {main .nrm-landing-heading_feature{font-size:2.5rem;}}@media screen and (max-width: 480px) {main .nrm-landing-heading_feature{font-size:1.75rem;}}main .rm-layout-padding-sm{padding-top:1.25rem;padding-bottom:1.25rem;}main .nrm-layout-padding-md{padding-top:6rem;padding-bottom:6rem;}main .nrm-contain-ft{background:;position:relative;border-right:1px solid rgb(30,30,30);border-left:1px solid rgb(30,30,30);border-bottom:1px solid rgb(34,34,34);max-width:80rem;}main .nrm-switch_wrap{position:sticky;display:flex;justify-content:center;align-items:center;column-gap:1.25rem;row-gap:1.25rem;bottom:1.5rem;margin-left:auto;margin-right:auto;z-index:500;border-radius:8px;padding-left:1.5rem;padding-right:1.5rem;}@media screen and (max-width: 991px) {main .nrm-switch_wrap{bottom:0rem;}}@media screen and (max-width: 767px) {main .nrm-switch_wrap{width:100%;}}@media screen and (max-width: 480px) {main .nrm-switch_wrap{flex-direction:row-reverse;top:1rem;align-items:center;justify-content:space-between;}}main .nrm-contain-sw{width:auto;padding-left:0.25rem;padding-top:0.25rem;padding-bottom:0.25rem;padding-right:0.25rem;display:flex;justify-content:flex-start;align-items:center;border:1px solid var(--nur-border-dark);cursor:pointer;position:relative;overflow:clip;border-radius:12px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);column-gap:0.5rem;}@media screen and (max-width: 480px) {main .nrm-contain-sw{margin-left:auto;}}main .nrm-switch_thumb{width:auto;cursor:pointer;padding-left:0.25rem;padding-right:0.25rem;padding-top:0.5rem;padding-bottom:0.5rem;border-radius:8px;overflow:clip;min-height:3rem;display:flex;justify-content:center;align-items:center;position:relative;}main .nrm-switch_thumb.dh-active{background:rgb(76,76,76);}main .nrm-layout_section{width:100%;position:relative;background:rgb(0,0,0);z-index:100;height:100%;overflow:clip;}main .nrm-layout_social-cad{width:2.5rem;height:2.5rem;background:rgba(23,23,23,0.57);cursor:pointer;display:flex;justify-content:center;align-items:center;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);border:1px solid rgb(46,46,46);position:relative;border-radius:8px;}main .nrm-layout_social-cad:hover{color:rgb(255,255,255);background:rgba(5,5,5,0.33);border:1px solid rgb(200,200,200);}main .nrm-footer_link{color:rgb(113,113,113);cursor:pointer;text-decoration:none;font-weight:400;line-height:2;}main .nrm-footer_link:hover{background:;color:rgb(240,240,240);}@media screen and (max-width: 480px) {main .nrm-footer_link{font-size:0.8rem;}}main .ndm-layout_grid-3{grid-template-columns:1fr 1fr 1fr;display:grid;width:100%;}@media screen and (max-width: 767px) {main .ndm-layout_grid-3{grid-template-columns:1fr;}}main .orm-landing-card-desc_wrap{padding-left:2rem;padding-bottom:2rem;padding-right:2.5rem;display:flex;flex-direction:column;align-items:flex-start;width:100%;align-self:stretch;column-gap:1rem;row-gap:1rem;overflow:clip;margin-left:auto;margin-right:auto;padding-top:0rem;transition:;height:100%;}main .nrm-heading_card-hh1{font-size:1.25rem;line-height:1.1;}@media screen and (max-width: 991px) {main .nrm-heading_card-hh1{font-size:1.15rem;}}main .nrm-square_card-md{width:2.5rem;height:2.5rem;background:rgba(23,23,23,0.11);border:1px solid rgb(88,88,88);display:flex;justify-content:center;align-items:center;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);position:relative;border-radius:6px;}main .nrm-layout-border_wrap{padding-left:0.25rem;padding-top:0.25rem;padding-bottom:0.25rem;padding-right:0.25rem;border:1px solid rgb(107,107,107);border-radius:10px;}main .orm-dots_host{width:100%;height:100%;position:absolute;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;display:flex;align-items:center;flex-direction:column;pointer-events:none;margin-top:auto;margin-bottom:auto;}@media screen and (max-width: 767px) {main .orm-dots_host{width:95%;}}main .nrm-dots_element{width:0.3rem;height:0.3rem;background:rgb(165,165,165);border-radius:1px;}main .nrm-brand_footer{background:;color:rgb(from var(--nur-border-dark) r g b / 50%);}main .nrm-layout-video_footer{width:100%;aspect-ratio:16/0.2;object-fit:cover;}main .nrm-ui-publish_button{padding-left:1rem;padding-right:1rem;padding-top:0.75rem;padding-bottom:0.75rem;background:linear-gradient(90deg,#000000 0%,#0800ffcf 100%);cursor:pointer;transition:all 300ms 0ms linear;border-radius:16px;}main .nrm-ui-publish_button:hover{background:rgb(0,8,255);}main .nrm-layout-video_hero{width:100%;position:absolute;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;height:100%;object-fit:cover;}main .nrm-ico-sm{width:1rem;height:1rem;display:flex;justify-content:center;align-items:center;flex:0 0 auto;}main .nrm-tab-hero_wrap{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:25rem;}main .nrm-padding-xlg{padding-top:12rem;padding-bottom:12rem;}main .nrm-layout-vflex{display:flex;flex-direction:column;row-gap:1rem;align-items:flex-start;list-style:none;}main .nrm-usecase_card{display:flex;flex-direction:column;row-gap:1rem;padding-top:2rem;padding-right:2rem;padding-bottom:3rem;padding-left:2rem;width:33rem;height:30rem;justify-content:space-between;background:rgb(18,18,18);position:relative;flex:0 0 auto;overflow:clip;border-radius:16px;}@media screen and (max-width: 480px) {main .nrm-usecase_card{width:100%;}}main .nrm-usecase-shader{position:absolute;top:auto;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;height:70%;background:linear-gradient(180deg,#00000000 0%,#000000 99%);z-index:2;}main .nrm-landing-table_row{width:100%;grid-template-columns:0.4fr 0.5fr 0.5fr;display:grid;border-top:1px solid rgb(23,23,23);border-bottom:1px solid rgb(35,35,35);flex:0 0 auto;min-height:6rem;}@media screen and (max-width: 767px) {main .nrm-landing-table_row{min-height:6rem;grid-template-columns:1fr 1fr 1fr;}}@media screen and (max-width: 480px) {main .nrm-landing-table_row{width:40rem;grid-template-columns:0.75fr 1fr 1fr;}}main .nrm-landing-table_cell{height:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;padding-left:1rem;padding-right:1rem;position:relative;border-right:1px solid rgb(32,32,32);border-left:1px solid rgb(34,34,34);row-gap:0.5rem;font-size:0.90rem;column-gap:0.5rem;}@media screen and (max-width: 480px) {main .nrm-landing-table_cell{font-size:0.8rem;column-gap:0.5rem;}}main .nrm-usecase-heading_h2{font-size:1.25rem;font-family:'NuramaGrotesk';font-weight:700;}main .nrm-usecase-heading_h2.dh-active{color:var(--nrm-creator);}@media screen and (max-width: 767px) {main .nrm-usecase-heading_h2{font-size:1.15rem;}}@media screen and (max-width: 480px) {main .nrm-usecase-heading_h2{font-size:1rem;}}main .nrm-badge{padding-left:0.5rem;padding-right:0.5rem;padding-top:0.5rem;padding-bottom:0.5rem;background:rgb(8,0,255);font-weight:700;text-transform:none;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}main .nrm-input{padding-top:0.25rem;padding-bottom:0.5rem;padding-left:0.5rem;background:rgb(10,10,10);border:1px solid rgb(33,33,33);min-height:2.5rem;min-width:14rem;font-size:16px;color:rgb(255,255,255);border-radius:10px;}main .nrm-input:hover{background:rgb(25,25,25);}main .nrm-input:focus{border:1px solid rgb(21,0,255);outline:1px solid rgb(47,20,255);padding-right:0.5rem;padding-left:0.5rem;margin-top:1px;}main .nrm-footer-link-item{font-size:0.85rem;font-weight:400;color:rgb(171,171,171);line-height:1.5-;display:flex;column-gap:0.5rem;padding-top:0.5rem;padding-bottom:0.5rem;}main .nrm-footer-link-item:hover{color:rgb(255,255,255);}main .nrm-breadcrumb{text-transform:uppercase;font-size:0.8rem;text-decoration:none;color:rgb(255,255,255);margin-bottom:1rem;line-height:2;}@media screen and (max-width: 767px) {main .nrm-breadcrumb{font-size:0.7rem;}}main .nrm-menu_mob{width:4rem;height:4rem;margin-left:auto;background:rgb(10,10,10);border:1px solid rgb(36,36,36);display:none;justify-content:center;align-items:center;position:relative;color:rgb(152,152,152);cursor:pointer;transition:all 250ms 0ms cubic-bezier(0.645,0.045,0.355,1);border-radius:16px;}main .nrm-menu_mob:hover{color:rgb(255,255,255);}@media screen and (max-width: 767px) {main .nrm-menu_mob{display:flex;border-radius:10px;background:rgb(from var(--nrm-dark-bg) r g b / 50%);flex:0 0 auto;width:3.5rem;height:3.5rem;}}main .nrm-ico_md{width:1.5rem;height:1.5rem;pointer-events:none;flex:0 0 auto;}@media screen and (max-width: 991px) {main .nrm-ico_md{width:1.75rem;height:1.75rem;}}@media screen and (max-width: 767px) {main .nrm-ico_md{width:1.25rem;height:1.25rem;}}@media screen and (max-width: 480px) {main .nrm-ico_md{width:1.5rem;height:1.5rem;}}main .nrm-menu_wrap{width:100%;height:100dvh;position:fixed;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;z-index:900;background:rgb(0,0,0);display:block;flex-direction:column;align-items:flex-start;justify-content:flex-end;}main .nrm-menu-items_wrap{height:100%;display:flex;justify-content:flex-end;align-items:flex-start;flex-direction:column;padding-top:2rem;row-gap:0rem;padding-bottom:0.5rem;}main .nrm-menu_link{font-size:2rem;font-weight:700;}main .menu-item-row_wrap{padding-top:1rem;padding-bottom:1rem;width:100%;border-bottom:1px solid rgb(50,50,50);padding-left:0.5rem;padding-right:0.5rem;}main .nrm-contain-tab{display:flex;flex-direction:row;justify-content:space-between;height:100%;border-radius:16px;overflow:clip;}@media screen and (max-width: 991px) {main .nrm-contain-tab{height:auto;}}@media screen and (max-width: 767px) {main .nrm-contain-tab{flex-direction:column;}}main .nrm-ui-assets-card{padding-left:1rem;padding-top:1rem;padding-bottom:1rem;padding-right:1rem;background:#000000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;display:flex;flex:0 0 auto;column-gap:1rem;cursor:move;box-shadow:0px 0px 15px 5px rgba(0,0,0,0.07);position:relative;border:1px solid rgb(34,34,34);width:100%;}@media screen and (max-width: 767px) {main .nrm-ui-assets-card{flex-direction:column;}}main .nrm-ui-user_wrap{width:2rem;height:2rem;border-radius:150px;overflow:clip;position:relative;flex:0 0 auto;}main .nrm-ui-user_info{font-family:'Inter';font-size:0.80rem;}main .nrm-ui_tag-label{padding-left:0.45rem;padding-right:0.45rem;padding-top:0.25rem;padding-bottom:0.25rem;border-radius:100px;background:#79ff79;color:rgb(0,0,0);font-size:0.5rem;font-family:'Inter';font-weight:400;}@media screen and (max-width: 767px) {main .nrm-ui_tag-label{font-size:0.60rem;}}main .nrm-ui-asset_wrap{aspect-ratio:16/9;width:100%;position:relative;border-radius:0px;overflow:clip;display:flex;flex-direction:column;justify-content:center;align-items:center;}main .nrm-contain-sm{width:100%;height:;max-width:50rem;}main .nrm-contain-btx-2{width:100%;margin-left:auto;}main .dh-btn-primary{background:rgba(0,0,0,1.00);color:rgba(255,255,255,1.00);padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;border:1px none rgba(0,0,0,1);border-radius:8px;text-decoration:none;}main .dh-btn-primary:hover{background:rgb(54,54,54);}main .nrm-title_faq{font-size:1rem;font-weight:700;color:rgb(218,218,218);}main .nrm-global_rte p{font-size:1rem;color:rgb(203,203,203);font-weight:400;}main .nrm-global_rte{width:100%!important;}main .nrm-global_rte a{color:rgb(255,222,4);font-size:0.80rem;}main .nrm-global_rte img{margin-top:1.5rem;margin-bottom:1.5rem;}main .nrm-heading-faq_toc{font-size:2rem;}@media screen and (max-width: 991px) {main .nrm-heading-faq_toc{font-size:1rem;flex:0 0 auto;}}main .nrm-heading_legal{font-size:2rem;}@media screen and (max-width: 767px) {main .nrm-heading_legal{font-size:1.75rem;}}@media screen and (max-width: 480px) {main .nrm-heading_legal{flex:0 0 auto;}}main .nrm-global-rte_legal{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-left:0rem;margin-right:auto;font-family:'NuramaTer';}main .nrm-global-rte_legal p{color:rgb(191,191,191);font-family:'NuramaTer';font-weight:400;font-size:1rem;margin-bottom:2rem;}main .nrm-global-rte_legal h1{margin-bottom:1rem;font-family:'NuramaGrotesk';}main .nrm-global-rte_legal h2{margin-bottom:1rem;line-height:1-;font-size:1.75rem;color:rgb(255,255,255);margin-top:2rem;font-family:'NuramaGrotesk';}main .nrm-global-rte_legal h3{font-size:1rem;color:rgb(255,255,255);margin-bottom:0.5rem;font-family:'NuramaGrotesk';}main .nrm-global-rte_legal ul{font-weight:400;color:rgb(212,212,212);padding-left:4rem;}main .nrm-global-rte_legal blockquote{padding-left:2rem;padding-top:2rem;padding-bottom:2rem;padding-right:2rem;font-weight:400;font-size:0.90rem;letter-spacing:0.25px;background:#0d0d0d;margin-right:auto;width:auto;border:1px solid rgb(51,51,51);border-radius:16px!important;color:rgb(223,223,223);margin-bottom:6rem;margin-top:2rem;position:relative;}main .nrm-global-rte_legal li{margin-bottom:1rem;color:var(--nrm-gray-dim);}main .nrm-global-rte_legal ol{font-family:'Inter';padding-left:5rem;color:rgb(212,212,212);}main .nrm-global-rte_legal cite{font-size:1rem;margin-left:auto;margin-right:0rem;text-align:right;line-height:2;}main .nrm-global-rte_legal img{border-radius:12px;margin-bottom:2rem;margin-top:1rem;}main .nrm-global-rte_legal b{color:rgb(255,255,255);}main .nrm-global-rte_legal tr{background:rgba(20,20,20,0);width:100%;padding-left:1.25rem;padding-top:1.25rem;padding-bottom:1.25rem;padding-right:1.25rem;}main .nrm-global-rte_legal td{background:rgb(20,20,20);border:1px solid rgba(0,0,0,1);padding-left:1.25rem;padding-top:1.25rem;padding-bottom:1.25rem;padding-right:1.25rem;}main .nrm-global-rte_legal table{font-family:'NuramaGrotesk';font-weight:700;}main .nrm-legal_wrap{grid-template-columns:1fr 1fr 1fr;display:grid;column-gap:1.5rem;row-gap:1.5rem;}@media screen and (max-width: 767px) {main .nrm-legal_wrap{grid-template-columns:1fr 1fr;}}@media screen and (max-width: 480px) {main .nrm-legal_wrap{grid-template-columns:1fr 1fr;}}main .nrm-legal-card_wrap{width:100%;height:100%;position:relative;aspect-ratio:1/1;padding-left:2.5rem;padding-top:2.5rem;padding-bottom:2.5rem;padding-right:2.5rem;display:flex;border:1px solid rgb(51,51,51);background:#090909;align-items:flex-start;justify-content:flex-start;}main .rm-feature-grid{grid-template-columns:1fr 1fr 1fr 1fr;display:grid;grid-auto-flow:row;position:relative;overflow:clip;column-gap:0.5rem;row-gap:0.5rem;}@media screen and (max-width: 767px) {main .rm-feature-grid{grid-template-columns:1fr 1fr;}}@media screen and (max-width: 480px) {main .rm-feature-grid{grid-template-columns:50% 50%;}}main .nrm-feature-grid_cell{padding-left:1.5rem;padding-top:1.5rem;padding-bottom:1.5rem;padding-right:1.5rem;width:100%;height:100%;position:relative;z-index:1;min-height:10rem;border:0.25px solid var(--nur-border-dark);display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;transition:all 550ms 0ms linear;border-radius:16px;overflow:clip;}main .nrm-feature-grid_cell:hover{background:rgba(38,38,38,0.61);}main .nrm-feature-cell_h2{font-size:1.15rem;color:rgb(144,144,144);}@media screen and (max-width: 767px) {main .nrm-feature-cell_h2{font-size:1rem;}}@media screen and (max-width: 480px) {main .nrm-feature-cell_h2{font-size:0.90rem;}}main .nrm-shade_bottom-md{width:100%;height:40%;position:absolute;top:auto;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;z-index:2;background:linear-gradient(0deg,#000000 26%,#0000000d 68%);pointer-events:none;}main .adr-cookie_hflex{display:flex;align-items:center;column-gap:1rem;width:auto;}main .adr-btn_prim{padding-left:1rem;padding-top:0.6rem;padding-bottom:0.6rem;padding-right:1rem;outline:1px solid rgba(0,0,0,0);font-family:inherit;font-size:1rem;color:rgb(234,234,234);border-radius:100px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#5233dd;display:flex;border:1px solid rgba(0,0,0,0.04);text-align:center;justify-content:center;align-items:center;text-transform:capitalize;cursor:pointer;}main .adr-btn_prim:hover{background:rgb(from #5233dd r g b / 80%);}@media screen and (max-width: 480px) {main .adr-btn_prim{font-family:ADR DISPLAY!important;font-weight:400!important;}}main .adr-switch_wrap{background:rgb(20,20,20);display:flex;margin-left:2.5rem;outline:.5px solid rgb(31,31,31);cursor:pointer;padding-left:.15rem;padding-top:.15rem;padding-bottom:.15rem;padding-right:2rem;width:3.25rem;flex-direction:column;flex:0 0 auto;min-height:1.75rem;height:100%;pointer-events:auto;border-radius:0px;border:1px solid rgb(41,41,41);}main .adr-switch_wrap:hover{border:1px solid rgb(161,161,161);}main .adr-cta-wrap{display:flex;column-gap:1rem;align-items:center;width:100%;justify-content:flex-end;flex:0 0 auto;}main .adr-cookie_link{font-family:inherit;color:rgb(165,165,165);text-decoration:none;margin-left:.20rem;cursor:pointer;font-size:0.90rem;font-weight:700;line-height:2.5;}main .adr-cookie_link:hover{color:rgb(255,255,255);}main .nrm-hsb{display:flex;align-items:center;justify-content:space-between;width:100%;}main .nrm-faq_question{padding-left:1.5rem;padding-top:1rem;padding-bottom:1rem;padding-right:1.5rem;display:flex;align-items:center;justify-content:space-between;background:rgb(13,13,13);position:relative;border:1px solid rgb(36,36,36);cursor:pointer;transition:all 250ms 0ms cubic-bezier(0.6,0.04,0.98,0.335);border-radius:16px;min-height:5rem;width:100%!important;}main .nrm-faq_question:hover{background:rgb(24,24,24);}main .nrm-faq_question.dh-active{width:100%;background:var(--nrm-blue);}main .nrm-media-cover{position:absolute;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;object-fit:cover;width:100%;height:100%;pointer-events:none;transition:;}main .nrm-hero-frost-wrap{border-radius:16px;overflow:clip;padding-left:0.5rem;padding-top:0.5rem;padding-bottom:0.5rem;padding-right:0.5rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgb(77,77,77);display:flex;justify-content:center;align-items:center;position:relative;cursor:pointer;transition:all 450ms 0ms cubic-bezier(0.075,0.82,0.165,1);}main .nrm-hero-frost-wrap:hover{transform:scale(0.98,0.98);}@media screen and (max-width: 480px) {main .nrm-hero-frost-wrap{border-radius:10px;}}main .adr-cta-wrap-2{display:flex;column-gap:1rem;align-items:center;margin-top:0.5rem;}main .adr-vflex{display:flex;flex-direction:column;row-gap:0.5rem;text-align:left;}main .nrm-txt-md{font-size:1rem;font-weight:400;color:var(--nrm-gray-dim);text-wrap:pretty;}main .nrm-txt-sm{font-size:0.80rem;}main .nrm-txt-tn{font-size:0.80rem;}main .nrm-card-wrap{width:100%;overflow:clip;border-radius:32px;border:2px solid var(--nur-border-dark);align-self:stretch;justify-self:stretch;position:relative;display:flex;flex-direction:column;justify-content:flex-end;flex:0 1 auto;height:35rem;min-width:33%;}main .nrm-card-wrap canvas{transform:scale(1.2,1.2);}@media screen and (max-width: 991px) {main .nrm-card-wrap{flex:0 0 auto;width:30rem;}}@media screen and (max-width: 767px) {main .nrm-card-wrap{border-radius:16px;flex:0 0 auto;height:35rem;width:80%;}}@media screen and (max-width: 480px) {main .nrm-card-wrap{flex:0 0 auto;width:95%;height:28rem;}}main .nrm-card-img_wrap{overflow:clip;border-radius:30px;display:flex;justify-content:center;align-items:center;aspect-ratio:1/1 !important;mask-image:linear-gradient(  to bottom,  rgba(0,0,0,1) 0%,  rgba(0,0,0,1) 50%,  rgba(0,0,0,0) 100%);-webkit-mask-image:linear-gradient(  to bottom,  rgba(0,0,0,1) 0%,  rgba(0,0,0,1) 50%,  rgba(0,0,0,0) 100%);position:relative;z-index:2;}@media screen and (max-width: 767px) {main .nrm-card-img_wrap{border-radius:16px;}}@media screen and (max-width: 480px) {main .nrm-card-img_wrap{border-radius:12px;}}main .nur-card-step-wrap{display:flex;justify-content:flex-start;column-gap:0.5rem;margin-left:auto;margin-right:auto;align-items:center;padding-left:1.5rem;padding-bottom:1rem;padding-top:1rem;width:100%;padding-right:1.5rem;height:100%;}@media screen and (max-width: 767px) {main .nur-card-step-wrap{padding-right:1.5rem;}}main .nrm-footer-holder{width:100%;background:rgb(0,0,0);}@media screen and (max-width: 991px) {main .nrm-footer-holder{width:100%;}}main .nrm-head-pill{padding-left:0.5rem;padding-top:0.15rem;padding-bottom:0.15rem;padding-right:0.15rem;border-radius:16px;overflow:clip;border:0.80px solid var(--nur-border-dark);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;column-gap:0.5rem;align-items:center;justify-content:center;}main .nur-card-step-sub{text-wrap:pretty;}main .nrm-layout-duo{grid-template-columns:1fr 1fr;display:grid;column-gap:2rem;row-gap:2rem;}@media screen and (max-width: 480px) {main .nrm-layout-duo{display:flex;flex-direction:column;}}main .nur-changelog-cell{padding-right:1.5rem;border-left:1px dashed var(--nur-border-dark);position:relative;}@media screen and (max-width: 767px) {main .nur-changelog-cell{width:100%;padding-left:2rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);}}main .nrm-dot_pulse{width:2rem;height:2rem;border-radius:6px;display:flex;justify-content:center;align-items:center;background:var(--nrm-creator);flex:0 0 auto;}@media screen and (max-width: 991px) {main .nrm-dot_pulse{flex:0 0 auto;width:1.75rem;height:1.75rem;}}main .nrm-changelog-left_stick{position:sticky;grid-template-columns:1fr 1fr;display:flex;justify-content:flex-start;align-items:flex-start;column-gap:0.5rem;top:12rem;margin-left:-1rem;width:12rem;}@media screen and (max-width: 767px) {main .nrm-changelog-left_stick{width:100%;padding-top:1.5rem;padding-bottom:1.5rem;}}main .nrm-page-wrap{display:flex;justify-content:center;align-items:center;flex-direction:column;}main .nrm-main-wrap{width:100%;}main .nrm-txt-timestamp{font-weight:400;font-family:'Inter';font-size:0.70rem;color:var(--nrm-gray-dim);}main .nrm-changelog-tag{font-size:0.75rem;padding-left:1.1rem;padding-top:0.5rem;padding-bottom:0.5rem;padding-right:1.1rem;border-radius:6px;border:1px solid var(--nur-border-dark);}main .nrm-txt-lg{font-size:1.5rem;}main .nrm-accordion-head{padding-left:1.5rem;padding-top:1.5rem;padding-bottom:1.5rem;padding-right:1.5rem;position:relative;z-index:2;cursor:pointer;transform:;transition:all 35ms 0ms cubic-bezier(0.645,0.045,0.355,1);background:;}main .nrm-accordion-head:hover{background:rgb(9,9,9);}main .nrm-accordion-body{padding-left:3.5rem;padding-bottom:1.8rem;padding-right:3.5rem;display:flex;flex-direction:column;row-gap:2rem;position:relative;}@media screen and (max-width: 480px) {main .nrm-accordion-body{padding-left:1.2rem;padding-right:1.2rem;}}main .nrm-global-rte_legal-2{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-left:0rem;margin-right:auto;}main .nrm-global-rte_legal-2 p{color:rgb(206,206,206);font-family:'Inter';font-weight:400;font-size:1rem;margin-bottom:2rem;}main .nrm-global-rte_legal-2 h1{margin-bottom:1rem;}main .nrm-global-rte_legal-2 h2{margin-bottom:2rem;line-height:1-;font-size:1.75rem;color:rgb(255,255,255);margin-top:2rem;}main .nrm-global-rte_legal-2 h3{font-size:1rem;color:rgb(255,255,255);margin-bottom:0.5rem;margin-top:1rem;}main .nrm-global-rte_legal-2 ul{font-weight:400;color:rgb(212,212,212);font-family:'Inter';padding-left:4rem;}main .nrm-global-rte_legal-2 blockquote{padding-left:1.5rem;padding-top:1.5rem;padding-bottom:1.5rem;padding-right:1.5rem;font-family:'Inter';font-weight:400;font-size:0.90rem;letter-spacing:0.25px;background:rgb(13,13,13);margin-right:auto;width:auto;border:1px solid rgb(51,51,51);border-radius:0px!important;color:rgb(223,223,223);margin-bottom:6rem;margin-top:2rem;position:relative;}main .nrm-global-rte_legal-2 li{margin-bottom:1rem;}main .nrm-global-rte_legal-2 ol{font-family:'Inter';padding-left:5rem;color:rgb(212,212,212);}main .nrm-global-rte_legal-2 cite{font-size:1rem;margin-left:auto;margin-right:0rem;text-align:right;line-height:2;}main .nrm-global-rte_legal-2 img{border-radius:12px;margin-bottom:2rem;margin-top:1rem;}main .nur-brand_img{border-radius:16px;overflow:clip;}main .nrm-layout-trio{grid-template-columns:1fr 1fr 1fr;display:grid;width:100%;column-gap:1.5rem;row-gap:1.5rem;}main .nrm-compare-argument-cell{display:flex;flex-direction:column;row-gap:0.5rem;align-items:flex-start;width:100%;height:100%;justify-content:flex-start;}main .nur-avatar{width:1.25rem;height:1.25rem;border-radius:100%;overflow:clip;}main .nur-asset-tag{font-weight:400;font-family:'NuramaTer';font-size:0.5rem;padding-left:0.5rem;padding-top:0.25rem;padding-bottom:0.25rem;padding-right:0.5rem;border-radius:12px;background:rgba(43,43,43,0.71);color:rgb(255,255,255);display:flex;}@media screen and (max-width: 991px) {main .nur-asset-tag{font-size:0.4rem;}}@media screen and (max-width: 480px) {main .nur-asset-tag{font-size:0.6rem;}}main .nrm-modal_video{width:100%;height:100%;overflow:clip;}main .nrm-h2-md{font-size:1.5rem;color:#f4f0f0;line-height:1;}@media screen and (max-width: 767px) {main .nrm-h2-md{font-size:1.5rem;}}@media screen and (max-width: 480px) {main .nrm-h2-md{font-size:1.25rem;}}main .nur-card-step-holder{margin-left:auto;margin-right:auto;position:absolute;top:auto;left:0%;right:0%;bottom:0%;background:rgb(0,0,0);z-index:4;}main .nur-canvas{border-radius:16px;overflow:clip;display:flex;flex-direction:column;align-items:flex-start;position:relative;}main .ms-btn-more{font-family:'Inter';font-weight:400;font-size:1rem;display:flex;column-gap:0.50rem;cursor:pointer;flex-direction:row;align-items:center;margin-top:1rem;color:var(--nrm-txt-dim);}main .ms-btn-more:hover{color:var(--nrm-creator);}main .ms-ico-box{display:flex;justify-content:center;align-items:center;border-radius:16px;border:1px solid var(--nur-border-dark);background:var(--nrm-dark-bg);padding-left:0.8rem;padding-top:0.8rem;padding-bottom:0.8rem;padding-right:0.8rem;flex:0 0 auto;}@media screen and (max-width: 767px) {main .ms-ico-box{background:rgb(from var(--nrm-dark-bg) r g b / 80%)!important;}}main .nrm-landin-card-wrap-2{background:rgba(0,0,0,0.63);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:clip;display:flex;aspect-ratio:1/1;height:auto;position:relative;flex-direction:column;justify-content:center;align-items:center;width:100%;padding-left:0.5rem;padding-top:0.5rem;padding-bottom:0.5rem;padding-right:0.5rem;}main .nrm-ico-wrap{display:flex;align-items:center;column-gap:1rem;row-gap:1rem;}main .nrm-whole-cell{display:flex;flex-wrap:wrap;row-gap:2rem;flex-direction:column;align-items:flex-start;}main .nrm-ico-lg{width:3rem;height:3rem;display:flex;justify-content:center;align-items:center;}main .nrm-txt-pre{font-size:0.9rem;color:var(--nrm-txt-dim);text-transform:uppercase;}main .nrm-tab-llu-cell{padding-left:1.5rem;padding-top:1.5rem;padding-bottom:1.5rem;padding-right:1.5rem;display:flex;justify-content:center;align-items:center;width:100%;}@media screen and (max-width: 767px) {main .nrm-tab-llu-cell{height:60rem;}}@media screen and (max-width: 480px) {main .nrm-tab-llu-cell{height:34rem;}}main .nrm-pricing-card{display:grid;margin-top:2rem;justify-items:center;align-items:center;padding-top:2.1rem;padding-bottom:2.1rem;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border-radius:24px;padding-left:2.1rem;padding-right:2.1rem;border:1px solid var(--nur-border-dark);grid-template-columns:1fr 1fr;column-gap:1.5rem;row-gap:1.5rem;min-height:36rem;background:rgba(0,0,0,0.1);position:relative;width:100%!important;flex:0 0 auto;height:34rem;}@media screen and (max-width: 767px) {main .nrm-pricing-card{padding-top:1rem;padding-bottom:1rem;padding-left:1rem;padding-right:1rem;column-gap:1rem;row-gap:1rem;height:auto;}}@media screen and (max-width: 480px) {main .nrm-pricing-card{grid-template-columns:1fr;row-gap:0.5rem;}}main .oph-modal{width:100%;height:100%;filter:;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:rgb(from rgb(19,19,19) r g b / 50%);position:fixed;z-index:800;display:none;flex-direction:column;justify-content:flex-start;align-items:center;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;border:1px solid var(--nur-border-dark);}@media screen and (max-width: 991px) {main .oph-modal{justify-content:flex-start;padding-top:5rem;}}@media screen and (max-width: 767px) {main .oph-modal{padding-top:2rem;}}@media screen and (max-width: 480px) {main .oph-modal{padding-top:0rem;}}main .oph-container_modal{max-width:40rem;padding-top:5rem;padding-bottom:5rem;height:100%;padding-left:1rem;padding-right:1rem;}@media screen and (max-width: 991px) {main .oph-container_modal{padding-top:0rem;padding-bottom:0rem;}}@media screen and (max-width: 480px) {main .oph-container_modal{padding-left:0.5rem;padding-right:0.5rem;padding-top:2rem;}}main .oph-modal_panel{padding-top:1.5rem;padding-bottom:1.5rem;padding-left:1.5rem;padding-right:1.5rem;background:rgba(0,0,0,0.71);display:flex;flex-direction:column;row-gap:0rem;max-width:100%;margin-left:auto;margin-right:auto;align-items:flex-start;overflow:auto;max-height:55vh;border-radius:16px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-family:'Inter';font-weight:400;}@media screen and (max-width: 991px) {main .oph-modal_panel{max-height:65vh;}}@media screen and (max-width: 480px) {main .oph-modal_panel{max-height:70vh;}}main .oph-txt-label{font-size:0.70rem;color:rgb(181,181,181);}main .oph-cookie_link{font-family:inherit;color:var(--nrm-creator);text-decoration:underline;margin-left:.20rem;cursor:pointer;}main .oph-cookie_link:hover{color:var(--nrm-txt-light);}main .oph-square_btn{border:1px solid rgb(187,187,187);width:2.5rem;height:2.5rem;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);border-radius:8px;flex:0 0 auto;}main .oph-square_btn:hover{background:var(--nrm-creator);color:rgb(0,0,0);}main .oph-txt-desc{font-family:'NuramaTer';font-size:0.7rem;color:rgb(143,143,143);font-weight:300;}main .oph-txt-bold{font-family:'NuramaGrotesk';font-weight:700;font-size:0.90rem;}main .oph-pref-wrap{display:flex;flex-direction:column;row-gap:0.5rem;cursor:pointer;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);}main .oph-switch_wrap{background:rgb(0,0,0);display:flex;margin-left:2.5rem;outline:.5px solid rgb(31,31,31);cursor:pointer;padding-left:.15rem;padding-top:.15rem;padding-bottom:.15rem;padding-right:2rem;width:3.25rem;flex-direction:column;min-height:1.75rem;height:auto;pointer-events:auto;border-radius:6px;}main .oph-switch_thumb{width:1.5rem;height:1.5rem;max-width:;transition:all 300ms 0ms cubic-bezier(0.785,0.135,0.15,0.86);border-radius:8px;background:var(--nur-border-dark);}main .oph-switch_thumb:hover{background:rgb(255,255,255);}main .oph-sbt{display:flex;align-items:center;justify-content:space-between;column-gap:1rem;}main .oph-cta-wrap{display:flex;column-gap:1rem;align-items:center;row-gap:1rem;justify-content:center;margin-left:auto;}@media screen and (max-width: 767px) {main .oph-cta-wrap{width:100%;justify-content:flex-start;}}main .oph-hflex{display:flex;column-gap:0.15rem;align-items:center;justify-content:center;}main .oph-vflex{display:flex;flex-direction:column;}main .nrm-global-rte_legal-3{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-left:0rem;margin-right:auto;}main .nrm-global-rte_legal-3 p{color:rgb(191,191,191);font-family:'Inter';font-weight:400;font-size:1rem;margin-bottom:1rem;}main .nrm-global-rte_legal-3 h1{margin-bottom:1rem;}main .nrm-global-rte_legal-3 h2{margin-bottom:1rem;line-height:1-;font-size:1.75rem;color:rgb(255,255,255);margin-top:2rem;}main .nrm-global-rte_legal-3 h3{font-size:1rem;color:rgb(255,255,255);margin-bottom:0.5rem;margin-top:1rem;}main .nrm-global-rte_legal-3 ul{font-weight:400;color:rgb(212,212,212);font-family:'Inter';padding-left:4rem;}main .nrm-global-rte_legal-3 blockquote{padding-left:2rem;padding-top:2rem;padding-bottom:2rem;padding-right:2rem;font-family:'Inter';font-weight:400;font-size:0.90rem;letter-spacing:0.25px;background:rgb(13,13,13);margin-right:auto;width:auto;border:1px solid rgb(51,51,51);border-radius:16px!important;color:rgb(223,223,223);margin-bottom:6rem;margin-top:2rem;position:relative;}main .nrm-global-rte_legal-3 li{margin-bottom:1rem;color:rgb(186,186,186);}main .nrm-global-rte_legal-3 ol{font-family:'Inter';padding-left:5rem;color:rgb(212,212,212);}main .nrm-global-rte_legal-3 cite{font-size:1rem;margin-left:auto;margin-right:0rem;text-align:right;line-height:2;}main .nrm-global-rte_legal-3 img{border-radius:12px;margin-bottom:2rem;margin-top:1rem;}main .nrm-global-rte_legal-3 b{color:rgb(255,255,255);font-weight:500;}main .nrm-global-rte_legal-3 tr{background:rgba(20,20,20,0);width:100%;padding-left:1.25rem;padding-top:1.25rem;padding-bottom:1.25rem;padding-right:1.25rem;}main .nrm-global-rte_legal-3 td{background:rgb(20,20,20);border:1px solid rgba(0,0,0,1);padding-left:1.25rem;padding-top:1.25rem;padding-bottom:1.25rem;padding-right:1.25rem;}main .nrm-global-rte_legal-3 table{font-family:'NuramaGrotesk';font-weight:700;}main .nrm-global-rte_legal-3 a{color:var(--nrm-creator);text-decoration:underline;}main .nrm-global-rte_legal-4{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-left:0rem;margin-right:auto;}main .nrm-global-rte_legal-4 p{color:rgb(191,191,191);font-family:'Inter';font-weight:400;font-size:1rem;margin-bottom:0.5rem;}main .nrm-global-rte_legal-4 h1{margin-bottom:1rem;}main .nrm-global-rte_legal-4 h2{margin-bottom:1rem;line-height:1-;font-size:1.75rem;color:rgb(255,255,255);margin-top:2rem;}main .nrm-global-rte_legal-4 h3{font-size:1rem;color:rgb(255,255,255);margin-bottom:0.5rem;margin-top:1rem;}main .nrm-global-rte_legal-4 ul{font-weight:400;color:rgb(212,212,212);font-family:'Inter';padding-left:4rem;}main .nrm-global-rte_legal-4 blockquote{padding-left:2rem;padding-top:2rem;padding-bottom:2rem;padding-right:2rem;font-family:'Inter';font-weight:400;font-size:0.90rem;letter-spacing:0.25px;background:rgb(13,13,13);margin-right:auto;width:auto;border:1px solid rgb(51,51,51);border-radius:16px!important;color:rgb(223,223,223);margin-bottom:6rem;margin-top:2rem;position:relative;}main .nrm-global-rte_legal-4 li{margin-bottom:1rem;color:rgb(186,186,186);}main .nrm-global-rte_legal-4 ol{font-family:'Inter';padding-left:5rem;color:rgb(212,212,212);}main .nrm-global-rte_legal-4 cite{font-size:1rem;margin-left:auto;margin-right:0rem;text-align:right;line-height:2;}main .nrm-global-rte_legal-4 img{border-radius:12px;margin-bottom:2rem;margin-top:1rem;}main .nrm-global-rte_legal-4 b{color:rgb(201,198,198);}main .nrm-global-rte_legal-4 tr{background:rgba(20,20,20,0);width:100%;padding-left:1.25rem;padding-top:1.25rem;padding-bottom:1.25rem;padding-right:1.25rem;}main .nrm-global-rte_legal-4 td{background:rgb(20,20,20);border:1px solid rgba(0,0,0,1);padding-left:1.25rem;padding-top:1.25rem;padding-bottom:1.25rem;padding-right:1.25rem;}main .nrm-global-rte_legal-4 table{font-family:'NuramaGrotesk';font-weight:700;}main .nrm-video-cover{width:100%;height:100%;position:absolute;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;pointer-events:none;}@media screen and (max-width: 480px) {main .nrm-video-cover{width:100%;}}main .orm-faq-answer{padding-top:2rem;padding-left:1.3rem;padding-right:1.3rem;padding-bottom:0rem;}main .nrm-rte-lg{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-left:0rem;margin-right:auto;width:100%;}main .nrm-rte-lg p{color:rgb(235,235,235);font-weight:400;font-size:1rem;margin-bottom:2rem;}main .nrm-rte-lg h1{margin-bottom:1rem;}main .nrm-rte-lg h2{margin-bottom:1rem;line-height:1-;font-size:1.75rem;color:rgb(255,255,255);margin-top:2rem;}main .nrm-rte-lg h3{font-size:1rem;color:rgb(255,255,255);margin-bottom:0.5rem;}main .nrm-rte-lg ul{font-weight:400;color:rgb(212,212,212);font-family:'Inter';padding-left:1.3rem;}main .nrm-rte-lg blockquote{padding-left:2rem;padding-top:2rem;padding-bottom:2rem;padding-right:2rem;font-family:'Inter';font-weight:400;font-size:0.90rem;letter-spacing:0.25px;background:rgb(13,13,13);margin-right:auto;width:auto;border:1px solid rgb(51,51,51);border-radius:16px!important;color:rgb(223,223,223);margin-bottom:6rem;margin-top:2rem;position:relative;}main .nrm-rte-lg li{margin-bottom:0.5rem;color:var(--nrm-txt-light);font-size:1rem;margin-left:0rem;padding-left:0px;}main .nrm-rte-lg ol{font-family:'Inter';padding-left:5rem;color:rgb(212,212,212);}main .nrm-rte-lg cite{font-size:1rem;margin-left:auto;margin-right:0rem;text-align:right;line-height:2;}main .nrm-rte-lg img{border-radius:12px;margin-bottom:2rem;margin-top:1rem;}main .nrm-rte-lg b{color:rgb(255,255,255);}main .nrm-rte-lg tr{background:rgba(20,20,20,0);width:100%;padding-left:1.25rem;padding-top:1.25rem;padding-bottom:1.25rem;padding-right:1.25rem;}main .nrm-rte-lg td{background:rgb(20,20,20);border:1px solid rgba(0,0,0,1);padding-left:1.25rem;padding-top:1.25rem;padding-bottom:1.25rem;padding-right:1.25rem;}main .nrm-rte-lg table{font-family:'NuramaGrotesk';font-weight:700;}main .nrm-os-illu{aspect-ratio:1/1;border-radius:32px;width:30rem;}@media screen and (max-width: 767px) {main .nrm-os-illu{width:80%!important;}}@media screen and (max-width: 480px) {main .nrm-os-illu{width:100%!important;}}main .nrm-os-question{padding-left:1.5rem;padding-top:1rem;padding-bottom:1rem;padding-right:1.5rem;display:flex;align-items:center;justify-content:space-between;background:rgb(13,13,13);position:relative;border:1px solid rgb(36,36,36);cursor:pointer;transition:all 250ms 0ms cubic-bezier(0.6,0.04,0.98,0.335);border-radius:12px;min-height:2.5rem;width:100%!important;}main .nrm-os-question:hover{background:rgb(24,24,24);}main .nrm-os-question.dh-active{width:100%;background:var(--nrm-reviewer);color:var(--nrm-txt-light);}main .nrm-table-txt{font-size:0.9rem;}main .nrm-tab-img{width:80%;}main .nrm-pricing-card-addon{display:flex;flex-direction:column;padding-left:1.25rem;padding-top:1.25rem;padding-bottom:1.25rem;padding-right:1.25rem;border-radius:16px;border:1px solid var(--nur-border-dark);align-items:flex-start;row-gap:3rem;background:linear-gradient(50deg,#151515 2%,#000000 99%);column-gap:1rem;overflow:clip;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);}main .nrm-pricing-card-addon.dh-active svg{transform:rotate(180deg);}@media screen and (max-width: 480px) {main .nrm-pricing-card-addon{row-gap:1.25rem;justify-content:space-between;align-items:stretch;width:100%;}}main .nrm-price-tag-adon{font-size:2rem;font-weight:700;font-family:'NuramaGrotesk';}main .nrm-price-tag--more-addon{font-size:1rem;color:var(--nrm-gray-dim);}main .nrm-price-tag-secondary{color:var(--nrm-gray-dim);}main .nrm-pricing-card-2{display:grid;margin-top:2rem;justify-items:center;align-items:center;padding-top:2.1rem;padding-bottom:2.1rem;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:24px;padding-left:2.1rem;padding-right:2.1rem;border:1px solid rgb(43,43,43);grid-template-columns:1fr 1fr;column-gap:1.5rem;row-gap:1.5rem;min-height:30rem;background:rgba(0,0,0,0.1);position:relative;width:100%!important;flex:0 0 auto;height:34rem;}@media screen and (max-width: 767px) {main .nrm-pricing-card-2{padding-top:1rem;padding-bottom:1rem;padding-left:1rem;padding-right:1rem;column-gap:1rem;row-gap:1rem;height:auto;}}@media screen and (max-width: 480px) {main .nrm-pricing-card-2{grid-template-columns:1fr;row-gap:0.5rem;}}main .nrm-pricing-card-3{display:grid;margin-top:2rem;justify-items:center;align-items:center;padding-top:2.1rem;padding-bottom:2.1rem;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:24px;padding-left:2.1rem;padding-right:2.1rem;border:1px solid rgb(43,43,43);grid-template-columns:1fr 1fr;column-gap:1.5rem;row-gap:1.5rem;min-height:30rem;background:rgba(0,0,0,0.1);position:relative;width:100%!important;flex:0 0 auto;height:34rem;}@media screen and (max-width: 767px) {main .nrm-pricing-card-3{padding-top:1rem;padding-bottom:1rem;padding-left:1rem;padding-right:1rem;column-gap:1rem;row-gap:1rem;height:auto;}}@media screen and (max-width: 480px) {main .nrm-pricing-card-3{grid-template-columns:1fr;row-gap:0.5rem;}}main .nrm-pricing-calc-input{padding-left:1rem;padding-top:0.5rem;padding-bottom:0.5rem;padding-right:1rem;border-radius:8px;background:rgb(32,32,32);border:1px solid var(--nur-border-dark);height:2.5rem;}main .nrm-pricing-calc-input:hover{background:rgb(40,40,40);}@media screen and (max-width: 991px) {main .nrm-pricing-calc-input{font-size:16px;text-align:center!important;height:2.75rem;display:flex;justify-content:center;align-items:center;}}@media screen and (max-width: 767px) {main .nrm-pricing-calc-input{height:2.25rem;}}@media screen and (max-width: 480px) {main .nrm-pricing-calc-input{padding-left:0.7rem;padding-right:0.7rem;width:2.25,;}}main .nrm-pricing-calc-sum-item{padding-top:1rem;padding-bottom:1rem;border-bottom:1px dashed rgb(93,93,93);display:flex;align-items:center;justify-content:space-between;color:rgb(194,189,189);}main .nrm-pricing-calc-input-2{padding-left:1rem;padding-top:0.5rem;padding-bottom:0.5rem;padding-right:1rem;border-radius:8px;background:rgb(32,32,32);border:1px solid rgb(43,43,43);}main .nrm-pricing-calc-input-2:hover{background:rgb(40,40,40);}@media screen and (max-width: 991px) {main .nrm-pricing-calc-input-2{font-size:16px;text-align:center!important;}}@media screen and (max-width: 480px) {main .nrm-pricing-calc-input-2{padding-left:0.7rem;padding-right:0.7rem;}}body main .t7{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t7{row-gap:30px;grid-template-columns:1fr ;}}body main .t9{display:flex;row-gap:25px;flex-direction:column;}@media screen and (max-width: 991px) {body main .t9{row-gap:20px;}}@media screen and (max-width: 991px) {body main .t10{color:rgba(163,117,255,1.00);}}body main .t18{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t18{row-gap:30px;grid-template-columns:1fr ;}}body main .t20{display:flex;row-gap:40px;column-gap:40px;}body main .t22{display:flex;flex-direction:column;}body main .t23{display:flex;flex-direction:column;}body main .t24{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t27{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t29{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t29{row-gap:30px;grid-template-columns:1fr ;}}body main .t30{display:flex;row-gap:25px;flex-direction:column;}body main .t34{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t36{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t37{display:flex;column-gap:100px;}body main .t40{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t48{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}@media screen and (max-width: 991px) {body main .t56{color:rgba(163,117,255,1.00);}}body main .t58{position:relative;background:;}body main .t59{width:100%;}@media screen and (max-width: 767px) {body main .t61{padding-left:0rem;padding-right:0rem;}}body main .t62{width:40%;text-align:center;align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 991px) {body main .t62{width:60%;}}@media screen and (max-width: 767px) {body main .t62{width:80%;}}body main .t63{color:var(--nrm-txt-light);text-align:left;font-weight:300;}@media screen and (max-width: 767px) {body main .t63{padding-left:1.5rem;padding-right:1.5rem;}}body main .t66{width:50rem;height:40rem;display:grid;overflow:clip;position:relative;align-items:center;aspect-ratio:16/9;justify-items:center;grid-template-columns:1fr 1fr 1fr 1fr 1fr;}@media screen and (max-width: 767px) {body main .t66{width:100%;}}body main .t70{width:40%;text-align:center;align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 767px) {body main .t70{width:65%;}}@media screen and (max-width: 480px) {body main .t70{width:90%;}}body main .t72{background:rgba(0,0,0,0.63);margin-left:auto;aspect-ratio:1/1;margin-right:auto;}body main .t73{overflow:clip;column-gap:2rem;margin-top:2rem;}@media screen and (max-width: 991px) {body main .t73{display:flex;row-gap:2rem;column-gap:2rem;align-items:center;flex-direction:column;justify-content:center;}}@media screen and (max-width: 767px) {body main .t73{display:flex;}}@media screen and (max-width: 480px) {body main .t73{display:flex;column-gap:1rem;justify-content:flex-start;}}body main .t74{width:100%;height:100%;background:rgba(0,0,0,0.63);aspect-ratio:1/1;}@media screen and (max-width: 767px) {body main .t74{position:relative;}}body main .t75{height:auto;background:linear-gradient(0deg,#080808 1%,#000000 97%);aspect-ratio:1/1;}body main .t76{filter:blur(2px);opacity:80%;backdrop-filter:;-webkit-backdrop-filter:;}body main .t83{color:rgb(255,255,255);display:none;ask-image:linear-gradient(  to bottom,  rgba(0,0,0,1) 0%,  rgba(0,0,0,1) 78%,  rgba(0,0,0,0) 100%);background:rgb(0,0,0);font-family:'Inter';border-radius:0px 0px 32px 32px;-webkit-mask-image:linear-gradient(  to bottom,  rgba(0,0,0,1) 0%,  rgba(0,0,0,1) 78%,  rgba(0,0,0,0) 100%);}@media screen and (max-width: 767px) {body main .t83{padding-top:40px;padding-bottom:40px;}}body main .t85{width:100%;border:1px solid var(--nur-border-dark);display:flex;overflow:clip;max-width:80rem;margin-left:auto;margin-right:auto;border-radius:32px;}@media screen and (max-width: 767px) {body main .t85{align-items:flex-start;padding-top:1.25rem;padding-left:1.25rem;padding-right:1.25rem;flex-direction:column;padding-bottom:1.25rem;}}@media screen and (max-width: 480px) {body main .t85{align-items:flex-start;}}body main .t88{width:100%;display:flex;row-gap:4rem;padding-top:1.5rem;padding-left:1.5rem;padding-right:1.5rem;flex-direction:column;padding-bottom:1.5rem;}body main .t89{color:rgba(255,255,255,0.6);font-size:1.25rem;font-weight:400;}body main .t90{display:flex;margin-top:auto;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t90{row-gap:20px;align-items:flex-start;flex-direction:column-reverse;}}body main .t91{display:flex;column-gap:1rem;align-items:center;justify-content:center;}body main .t92{width:3rem;height:3rem;border-radius:50%;}body main .t94{font-weight:500;margin-bottom:5px;}body main .t95{color:rgba(255,255,255);opacity:0.7;font-size:14px;font-weight:400;}body main .t96{height:1rem;}body main .t97{width:100%;display:flex;column-gap:2rem;align-items:center;padding-top:1.5rem;border-right:1px solid rgb(32,32,32);padding-left:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t97{width:auto;border-right:none;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t97{width:auto;text-align:center;padding-top:10px;padding-left:10px;padding-right:10px;flex-direction:column;padding-bottom:10px;}}body main .t98{font-size:24px;font-weight:400;}body main .t99{display:none;}@media screen and (max-width: 767px) {body main .t99{padding-top:60px;padding-bottom:60px;}}body main .t103{display:flex;column-gap:40px;align-items:flex-start;margin-bottom:60px;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t103{row-gap:40px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t103{margin-bottom:40px;}}body main .t104{width:45rem;font-style:normal;}@media screen and (max-width: 767px) {body main .t104{width:100%;}}@media screen and (max-width: 480px) {body main .t104{font-size:36px;}}body main .t105{width:100%;max-width:642px;font-style:normal;}@media screen and (max-width: 480px) {body main .t105{font-size:16px;}}body main .t107{font-style:normal;}body main .t108{width:40rem;}@media screen and (max-width: 767px) {body main .t108{width:100%;}}body main .t109{width:100%;}body main .t110{width:100%;height:35rem;column-gap:0rem;}body main .t112{z-index:3;position:relative;}body main .t113{z-index:3;position:relative;}body main .t115{font-size:1rem;}body main .t116{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}body main .t118{z-index:3;position:relative;}body main .t120{z-index:3;position:relative;}body main .t121{font-size:1rem;}body main .t122{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;object-position:0% 50%;}body main .t124{z-index:3;position:relative;}body main .t126{z-index:3;position:relative;}body main .t127{font-size:1rem;}body main .t128{top:0%;left:0%;right:0%;bottom:0%;position:absolute;object-fit:cover;margin-left:auto;margin-right:auto;}body main .t130{z-index:3;position:relative;}body main .t132{z-index:3;position:relative;}body main .t133{font-size:1rem;}body main .t134{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}body main .t136{z-index:3;position:relative;}body main .t138{z-index:3;position:relative;}body main .t139{font-size:1rem;}body main .t140{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}body main .t142{z-index:3;position:relative;}body main .t144{z-index:3;position:relative;}body main .t145{font-size:1rem;}body main .t146{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}body main .t148{z-index:3;position:relative;}body main .t150{z-index:3;position:relative;}body main .t151{font-size:1rem;}body main .t152{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}body main .t153{top:0%;left:0%;right:0%;bottom:auto;background:linear-gradient(0deg,#00000000 0%,#000000 99%);margin-left:auto;margin-right:auto;}body main .t155{top:0%;left:0%;right:0%;bottom:auto;background:linear-gradient(180deg,#000000 1%,#00000000 99%);margin-left:auto;margin-right:auto;}body main .t162{row-gap:4rem;}@media screen and (max-width: 991px) {body main .t163{width:100%;}}@media screen and (max-width: 767px) {body main .t163{row-gap:40px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t163{margin-bottom:40px;}}body main .t164{font-style:normal;}body main .t165{width:70%;}@media screen and (max-width: 767px) {body main .t165{width:100%;}}body main .t166{width:100%;font-style:normal;}body main .t167{width:100%;border:1px solid var(--nur-border-dark);display:flex;overflow:clip;position:relative;margin-left:auto;margin-right:auto;border-radius:32px;flex-direction:column;}@media screen and (max-width: 480px) {body main .t167{overflow:auto;border-radius:12px;}}body main .t168{background:rgb(9,9,9);align-items:center;justify-items:start;}body main .t169{width:100%;height:100%;}body main .t170{display:flex;align-items:center;border-right:none;justify-self:flex-start;justify-content:center;}body main .t171{display:flex;align-items:center;justify-content:center;}body main .t173{align-self:center;column-gap:0.5rem;border-left:none;justify-self:flex-start;}body main .t174{align-self:center;align-items:center;border-right:none;justify-self:flex-start;justify-content:flex-start;}body main .t175{align-self:center;align-items:center;justify-self:flex-start;justify-content:flex-start;}body main .t177{align-self:center;column-gap:0.5rem;border-left:none;justify-self:flex-start;}body main .t178{align-self:center;align-items:center;border-right:none;justify-self:flex-start;justify-content:flex-start;}body main .t179{align-self:center;align-items:center;justify-self:flex-start;justify-content:flex-start;}body main .t181{align-self:center;column-gap:0.5rem;border-left:none;justify-self:flex-start;}body main .t182{align-self:center;align-items:center;border-right:none;justify-self:flex-start;justify-content:flex-start;}body main .t183{align-self:center;align-items:center;justify-self:flex-start;justify-content:flex-start;}body main .t185{column-gap:0.5rem;border-left:none;justify-self:flex-start;}body main .t186{align-self:center;align-items:center;border-right:none;justify-self:flex-start;justify-content:flex-start;}body main .t187{align-self:center;align-items:center;justify-self:flex-start;justify-content:flex-start;}body main .t189{column-gap:0.5rem;border-left:none;justify-self:flex-start;}body main .t190{align-self:center;align-items:center;border-right:none;justify-self:flex-start;justify-content:flex-start;}body main .t191{align-items:center;justify-self:flex-start;flex-direction:row;justify-content:flex-start;}@media screen and (max-width: 767px) {body main .t191{justify-self:flex-start;}}body main .t192{font-size:1rem;font-weight:500;}body main .t193{font-size:1rem;font-weight:500;}body main .t199{color:#c0c0c0;}body main .t200{color:#c0c0c0;}body main .t201{color:#c0c0c0;}body main .t202{color:#c0c0c0;}body main .t203{color:#c0c0c0;}body main .t204{color:#c0c0c0;}body main .t205{color:#c0c0c0;}body main .t206{color:#c0c0c0;}body main .t207{color:#c0c0c0;}body main .t208{color:#c0c0c0;}body main .t216{display:flex;overflow:clip;background:;min-height:100vh;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t216{min-height:80vh;}}body main .t217{z-index:10;position:absolute;pointer-events:none;}body main .t218{display:flex;align-items:center;justify-content:center;}body main .t219{width:40%;text-align:center;align-items:center;justify-content:center;}@media screen and (max-width: 991px) {body main .t219{width:50%;}}@media screen and (max-width: 767px) {body main .t219{width:80%;}}body main .t220{color:var(--nur-border-dark);}body main .t221{pointer-events:auto;}body main .t223{width:100%;height:100%;display:none;opacity:15%;background:;margin-left:auto;margin-right:auto;}body main .t225{z-index:10;overflow:clip;position:relative;background:rgb(0,0,0);}body main .t226{z-index:2;border-left:1px solid rgb(36,36,36);border-right:1px solid rgb(41,41,41);padding-left:0.5rem;padding-right:0.5rem;}@media screen and (max-width: 767px) {body main .t226{padding-left:2rem;padding-right:2rem;}}@media screen and (max-width: 480px) {body main .t226{position:relative;}}body main .t228{color:rgb(148,148,148);display:flex;}@media screen and (max-width: 767px) {body main .t228{align-items:flex-start;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t228{row-gap:1rem;align-items:flex-start;}}body main .t229{font-size:0.80rem;}@media screen and (max-width: 480px) {body main .t229{flex:0 0 auto;order:-1000;}}body main .t230{display:flex;column-gap:1rem;align-items:center;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t230{width:100%;}}@media screen and (max-width: 480px) {body main .t230{row-gap:1rem;align-items:flex-start;flex-direction:column;justify-content:flex-start;}}body main .t231{width:100%;display:flex;row-gap:1rem;column-gap:2rem;align-items:center;flex-direction:row;justify-content:center;grid-template-columns:1fr 2fr;}@media screen and (max-width: 767px) {body main .t231{flex-wrap:wrap;justify-content:space-between;}}body main .t232{flex:0 1 auto;font-size:0.90rem;}body main .t234{z-index:2;background:;}@media screen and (max-width: 767px) {body main .t234{padding-left:2.5rem;padding-right:2.5rem;}}@media screen and (max-width: 480px) {body main .t234{padding-left:1.7rem;padding-right:1.75rem;}}body main .t235{display:flex;row-gap:2rem;flex-direction:column;padding-bottom:1rem;}body main .t237{display:flex;row-gap:4rem;column-gap:4rem;flex-direction:column;grid-template-columns:0.75fr;}@media screen and (max-width: 991px) {body main .t237{display:flex;row-gap:4rem;flex-direction:column;grid-template-columns:0.5fr;}}@media screen and (max-width: 767px) {body main .t237{column-gap:6rem;align-items:center;justify-items:center;}}@media screen and (max-width: 480px) {body main .t237{row-gap:4rem;grid-template-columns:1fr;}}body main .t238{display:grid;row-gap:2rem;column-gap:2rem;align-items:start;justify-items:stretch;grid-template-columns:1fr 1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t238{width:100%;}}@media screen and (max-width: 767px) {body main .t238{width:100%;row-gap:4rem;column-gap:4rem;align-items:start;justify-items:center;grid-template-columns:1fr 1fr;}}@media screen and (max-width: 480px) {body main .t238{display:grid;flex-wrap:wrap;flex-direction:row;}}body main .t239{row-gap:0rem;justify-self:center;}@media screen and (max-width: 767px) {body main .t239{width:100%;}}body main .t241{row-gap:0.5rem;padding-left:0rem;}body main .t242{row-gap:0rem;justify-self:center;}@media screen and (max-width: 767px) {body main .t242{width:100%;}}body main .t244{row-gap:0.5rem;padding-left:0rem;}body main .t246{width:60%;}@media screen and (max-width: 991px) {body main .t246{width:100%;}}body main .t247{width:auto;border:1px solid #232323;column-gap:0.5rem;padding-top:0.25rem;padding-left:0.25em;border-radius:16px;padding-right:0.25em;padding-bottom:0.25rem;}body main .t249{font-size:1rem;}@media screen and (max-width: 480px) {body main .t249{width:90%;}}body main .t251{margin-bottom:auto;}body main .t254{margin-top:auto;}body main .t260{display:flex;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:flex-start;}body main .t261{width:100%;}body main .t263{height:100%;}body main .t265{width:60%;row-gap:5rem;}body main .t266{display:flex;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t267{border:1px solid rgb(103,103,103);display:block;position:relative;background:rgba(17,17,17,0.9);padding-top:1rem;padding-left:1.5rem;padding-right:1.5rem;padding-bottom:1rem;}body main .t269{margin-top:auto;}body main .t272{margin-bottom:auto;}body main .t275{background:;}body main .t280{margin-bottom:auto;}body main .t283{margin-top:auto;}body main .t286{padding-top:80px;padding-bottom:80px;}@media screen and (max-width: 767px) {body main .t286{padding-top:60px;padding-bottom:60px;}}body main .t290{color:rgba(0,0,0,1.00);}@media screen and (max-width: 991px) {body main .t290{grid-template-columns:1fr;}}@media screen and (max-width: 767px) {body main .t290{row-gap:40px;grid-template-columns:1fr ;}}body main .t292{height:100%;display:flex;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t292{flex-direction:row;}}body main .t293{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t293{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t293{padding-left:20px;padding-right:20px;}}body main .t294{width:100%;max-width:400px;}@media screen and (max-width: 767px) {body main .t294{max-width:100%;}}body main .t295{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t296{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t298{font-style:normal;}body main .t299{width:80%;display:flex;position:relative;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:center;}@media screen and (max-width: 991px) {body main .t299{width:100%;}}body main .t301{margin-bottom:auto;}body main .t304{margin-top:auto;}body main .t307{width:70%;max-width:340px;object-fit:cover;}@media screen and (max-width: 767px) {body main .t307{width:100%;height:350px;max-width:100%;object-fit:contain;}}body main .t308{height:100%;display:flex;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t308{flex-direction:column;}}body main .t309{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t309{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t309{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t310{max-width:100%;}}body main .t311{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t312{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t314{font-style:normal;}body main .t315{width:80%;display:flex;position:relative;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:center;}body main .t316{width:70%;max-width:340px;object-fit:cover;}@media screen and (max-width: 767px) {body main .t316{height:350px;max-width:100%;}}body main .t318{margin-bottom:auto;}body main .t321{margin-top:auto;}body main .t324{height:100%;display:flex;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t324{flex-direction:column;}}body main .t325{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t325{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t325{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t326{max-width:100%;}}body main .t327{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t328{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t330{font-style:normal;}body main .t331{width:80%;display:flex;position:relative;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:center;}body main .t332{width:70%;max-width:340px;object-fit:cover;}@media screen and (max-width: 767px) {body main .t332{height:350px;max-width:100%;}}body main .t334{margin-bottom:auto;}body main .t337{margin-top:auto;}body main .t340{height:100%;display:flex;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t340{flex-direction:column;}}body main .t341{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t341{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t341{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t342{max-width:100%;}}body main .t343{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t344{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t346{font-style:normal;}body main .t347{width:80%;display:flex;position:relative;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:center;}body main .t348{width:70%;max-width:340px;object-fit:cover;}@media screen and (max-width: 767px) {body main .t348{height:350px;max-width:100%;}}body main .t350{margin-bottom:auto;}body main .t353{margin-top:auto;}body main .t356{height:100%;display:flex;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t356{flex-direction:column;}}body main .t357{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t357{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t357{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t358{max-width:100%;}}body main .t359{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t360{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t362{font-style:normal;}body main .t363{width:80%;display:flex;position:relative;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:center;}body main .t364{width:70%;max-width:340px;object-fit:cover;}@media screen and (max-width: 767px) {body main .t364{height:350px;max-width:100%;}}body main .t366{margin-bottom:auto;}body main .t369{margin-top:auto;}body main .t372{height:100%;display:flex;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t372{flex-direction:column;}}body main .t373{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t373{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t373{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t374{max-width:100%;}}body main .t375{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t376{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t378{font-style:normal;}body main .t379{width:80%;display:flex;position:relative;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:center;}body main .t380{width:70%;max-width:340px;object-fit:cover;}@media screen and (max-width: 767px) {body main .t380{height:350px;max-width:100%;}}body main .t382{margin-top:auto;}body main .t385{margin-bottom:auto;}body main .t388{height:100%;display:flex;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t388{flex-direction:column;}}body main .t389{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t389{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t389{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t390{max-width:100%;}}body main .t391{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t392{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t394{font-style:normal;}body main .t395{width:80%;display:flex;position:relative;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:center;}body main .t396{width:70%;max-width:340px;object-fit:cover;}@media screen and (max-width: 767px) {body main .t396{height:350px;max-width:100%;}}body main .t398{margin-bottom:auto;}body main .t401{margin-top:auto;}body main .t404{display:flex;row-gap:10px;position:relative;flex-wrap:wrap;column-gap:10px;flex-direction:column;}@media screen and (max-width: 991px) {body main .t404{display:grid;grid-template-columns:1fr 1fr;}}@media screen and (max-width: 767px) {body main .t404{flex-direction:row;}}@media screen and (max-width: 480px) {body main .t404{grid-template-columns:1fr;}}body main .t405{color:rgb(178,178,178);background:rgb(11,11,11);padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:20px;}body main .t405.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t407{font-style:normal;}body main .t408{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t409{color:rgb(178,178,178);background:rgb(11,11,11);padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:20px;}body main .t409.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t411{font-style:normal;}body main .t412{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t413{color:rgb(178,178,178);background:rgb(11,11,11);padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:20px;}body main .t413.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t415{font-style:normal;}body main .t416{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t417{color:rgb(178,178,178);background:rgb(11,11,11);padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:20px;}body main .t417.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t419{font-style:normal;}body main .t420{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t421{color:rgb(178,178,178);background:rgb(11,11,11);padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:20px;}body main .t421.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t423{font-style:normal;}body main .t424{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t425{color:rgb(178,178,178);background:rgb(11,11,11);padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:20px;}body main .t425.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t427{font-style:normal;}body main .t428{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t429{color:rgb(178,178,178);background:rgb(11,11,11);padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:20px;}body main .t429.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t431{font-style:normal;}body main .t432{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t433{display:flex;column-gap:40px;align-items:flex-start;margin-bottom:60px;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t433{row-gap:40px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t433{margin-bottom:40px;}}body main .t434{font-style:normal;}@media screen and (max-width: 480px) {body main .t434{font-size:36px;}}body main .t435{width:100%;max-width:642px;font-style:normal;}@media screen and (max-width: 480px) {body main .t435{font-size:16px;}}body main .t438{display:grid;row-gap:1rem;column-gap:1rem;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t438{grid-template-columns:1fr;}}body main .t439{width:100%;}body main .t442{width:100%;height:auto;background:linear-gradient(180deg,#000000 56%,#1219e2a8 100%);align-items:center;aspect-ratio:16/10;flex-direction:column;justify-content:center;}@media screen and (max-width: 480px) {body main .t442{aspect-ratio:1/1;}}body main .t443{top:auto;left:0%;right:0%;width:80%;opacity:80%;z-index:2;position:absolute;margin-left:auto;margin-right:auto;}body main .t445{margin-bottom:auto;}body main .t448{margin-top:auto;}body main .t451{top:2rem;left:-5rem;right:0%;width:12rem;bottom:0%;filter:;z-index:3;position:absolute;margin-left:auto;margin-right:auto;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);}@media screen and (max-width: 480px) {body main .t451{top:5rem;bottom:auto;}}body main .t452{top:4rem;right:8rem;width:12rem;z-index:3;position:absolute;box-shadow:0px 0px 15px 5px rgba(0,0,0,0.59);border-radius:20px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);}@media screen and (max-width: 480px) {body main .t452{top:auto;margin-top:4rem;margin-right:-4rem;margin-bottom:auto;}}body main .t453{color:rgb(255,255,255);background:rgb(0,0,0);font-family:'Inter';padding-top:60px;padding-bottom:60px;}@media screen and (max-width: 767px) {body main .t453{padding-top:40px;padding-bottom:40px;}}body main .t455{width:100%;display:flex;max-width:80rem;margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t455{align-items:flex-start;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t455{align-items:flex-start;}}body main .t458{border:1px solid rgb(47,47,47);display:flex;row-gap:4rem;padding-top:1.5rem;padding-left:1.5rem;padding-right:1.5rem;flex-direction:column;padding-bottom:1.5rem;}@media screen and (max-width: 480px) {body main .t458{padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:20px;}}body main .t459{color:rgba(255,255,255,0.6);font-size:24px;font-weight:400;}@media screen and (max-width: 480px) {body main .t459{font-size:20px;}}body main .t460{display:flex;margin-top:auto;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t460{row-gap:20px;align-items:flex-start;flex-direction:column-reverse;}}body main .t461{display:flex;column-gap:1rem;align-items:center;justify-content:center;}body main .t462{width:3rem;height:3rem;border-radius:50%;}body main .t464{font-weight:500;margin-bottom:5px;}body main .t465{color:rgba(255,255,255);opacity:0.7;font-size:14px;font-weight:400;}body main .t466{height:1rem;}body main .t467{display:flex;border-top:1px solid #2F2F2F;column-gap:40px;align-items:center;border-left:1px solid #2f2f2f;padding-top:1.5rem;padding-left:1.25rem;border-bottom:1px solid #2f2f2f;padding-right:1.25rem;padding-bottom:1.25rem;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t467{width:auto;border-right:1px solid #2f2f2f;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t467{width:auto;text-align:center;padding-top:10px;padding-left:10px;padding-right:10px;flex-direction:column;padding-bottom:10px;}}body main .t468{font-size:24px;font-weight:400;}body main .t469{padding-top:80px;padding-bottom:80px;}@media screen and (max-width: 767px) {body main .t469{padding-top:60px;padding-bottom:60px;}}body main .t473{display:flex;column-gap:40px;align-items:flex-start;margin-bottom:60px;flex-direction:column;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t473{row-gap:40px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t473{margin-bottom:40px;}}body main .t474{font-style:normal;}@media screen and (max-width: 480px) {body main .t474{font-size:36px;}}body main .t476{width:100%;max-width:642px;font-style:normal;}@media screen and (max-width: 480px) {body main .t476{font-size:16px;}}body main .t478{font-weight:500;}body main .t479{width:100%;display:flex;position:relative;flex-direction:column;}@media screen and (max-width: 480px) {body main .t479{overflow:auto;}}body main .t481{justify-self:flex-start;}body main .t482{font-size:1.15rem;}body main .t485{margin-bottom:auto;}body main .t488{margin-top:auto;}body main .t491{align-self:center;justify-self:flex-start;}body main .t492{color:#c0c0c0;}body main .t493{align-self:center;justify-self:flex-start;}body main .t494{color:#c0c0c0;}body main .t496{align-self:center;justify-self:flex-start;}body main .t497{color:#c0c0c0;}body main .t498{align-self:center;justify-self:flex-start;}body main .t499{font-size:1.15rem;}body main .t502{margin-bottom:auto;}body main .t505{margin-top:auto;}body main .t508{align-self:center;justify-self:flex-start;}body main .t509{color:#c0c0c0;}body main .t511{align-self:center;justify-self:flex-start;}body main .t512{color:#c0c0c0;}body main .t513{align-self:center;justify-self:flex-start;}body main .t514{color:#c0c0c0;}body main .t515{align-self:center;justify-self:flex-start;}body main .t517{font-size:1.15rem;}body main .t519{margin-bottom:auto;}body main .t522{margin-top:auto;}body main .t526{margin-bottom:auto;}body main .t529{margin-top:auto;}body main .t533{align-self:center;justify-self:flex-start;}body main .t534{color:#c0c0c0;}body main .t535{align-self:center;justify-self:flex-start;}body main .t536{color:#c0c0c0;}body main .t537{align-self:center;justify-self:flex-start;}body main .t539{font-size:1.15rem;}body main .t540{background:rgb(9,9,9);align-items:center;justify-items:start;}body main .t541{display:flex;align-items:center;justify-self:flex-start;flex-direction:column;justify-content:center;}body main .t542{font-size:1.25rem;}body main .t544{margin-top:auto;}body main .t547{margin-bottom:auto;}body main .t551{margin-bottom:auto;}body main .t554{margin-top:auto;}body main .t557{width:100%;height:100%;}body main .t558{display:flex;align-items:center;justify-content:center;}body main .t560{margin-bottom:auto;}body main .t563{margin-top:auto;}body main .t566{font-size:1.25rem;}body main .t568{justify-self:flex-start;}body main .t569{font-size:1.15rem;}body main .t572{margin-bottom:auto;}body main .t575{margin-top:auto;}body main .t578{align-self:center;justify-self:flex-start;}body main .t579{color:#c0c0c0;}body main .t580{justify-self:flex-start;}@media screen and (max-width: 767px) {body main .t580{justify-self:flex-start;}}body main .t581{color:#c0c0c0;}body main .t584{height:100%;z-index:90;position:fixed;padding-left:0rem;padding-right:0rem;pointer-events:none;}@media screen and (max-width: 991px) {body main .t584{padding-top:0px;padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t584{padding-left:1rem;padding-right:1rem;}}body main .t586{top:0%;left:0%;right:0%;bottom:0%;opacity:90%;position:absolute;margin-left:auto;margin-right:auto;object-position:50% 30%;}body main .t590{margin-left:0.5rem;margin-right:0.5rem;}body main .t594{align-items:center;justify-content:center;}body main .t595{flex:0 0 auto;width:auto;column-gap:2rem;}body main .t596{display:block;}body main .t598{margin-left:auto;margin-right:auto;}body main .t602{display:flex;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:flex-start;}body main .t603{width:100%;}body main .t605{width:3rem;pointer-events:auto;}body main .t606{width:9rem;border-radius:16px;}@media screen and (max-width: 991px) {body main .t607{margin-left:auto;margin-right:auto;}}@media screen and (max-width: 991px) {body main .t608{margin-left:auto;margin-right:auto;}}body main .t609{width:100%;height:100%;align-self:stretch;}body main .t611{display:flex;position:absolute;min-height:2rem;align-items:center;margin-right:auto;justify-content:center;}@media screen and (max-width: 480px) {body main .t611{position:relative;}}body main .t615{top:0%;left:0%;right:0%;bottom:auto;background:linear-gradient(0deg,#00000000 0%,#000000 99%);margin-left:auto;margin-right:auto;}body main .t616{top:0%;left:0%;right:0%;bottom:auto;background:linear-gradient(0deg,#00000000 0%,#000000 99%);margin-left:auto;margin-right:auto;}body main .t617{top:0%;left:0%;right:0%;bottom:auto;background:linear-gradient(0deg,#00000000 0%,#000000 99%);margin-left:auto;margin-right:auto;}body main .t618{top:0%;left:0%;right:0%;bottom:auto;background:linear-gradient(0deg,#00000000 0%,#000000 99%);margin-left:auto;margin-right:auto;}body main .t619{top:0%;left:0%;right:0%;bottom:auto;background:linear-gradient(0deg,#00000000 0%,#000000 99%);margin-left:auto;margin-right:auto;}@media screen and (max-width: 991px) {body main .t621{width:50%;grid-column:span 2;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 767px) {body main .t621{width:80%;}}@media screen and (max-width: 480px) {body main .t621{width:100%;}}body main .t622{display:flex;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:flex-start;}body main .t623{width:100%;}body main .t625{height:100%;}body main .t626{padding-bottom:8rem;}body main .t627{width:60%;row-gap:5rem;}body main .t629{display:flex;row-gap:0.5rem;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t632{margin-bottom:auto;}body main .t635{margin-top:auto;}body main .t639{display:grid;}body main .t642{top:12rem;flex:0 0 auto;width:25rem;display:flex;row-gap:1.5rem;z-index:50;position:sticky;flex-direction:column;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}@media screen and (max-width: 991px) {body main .t642{top:0rem;width:100%;bottom:0rem;display:flex;row-gap:1rem;position:sticky;margin-left:auto;padding-top:1rem;margin-right:auto;padding-left:1rem;padding-right:1rem;flex-direction:column;padding-bottom:1rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}}@media screen and (max-width: 767px) {body main .t642{row-gap:1rem;position:relative;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t642{top:5rem;}}body main .t643{width:100%;margin-left:0rem;margin-right:auto;}@media screen and (max-width: 767px) {body main .t643{width:100%;margin-left:0rem;}}body main .t644{row-gap:6rem;}body main .t645{width:100%;display:flex;row-gap:16px;flex-direction:column;}body main .t646{background:rgba(0,0,0,0.05);border-radius:6px;}body main .t649{height:16px;transition:all 200ms 0ms linear;}body main .t650{padding-top:1.3rem;padding-left:1.3rem;padding-right:1.3rem;padding-bottom:1.3rem;}@media screen and (max-width: 991px) {body main .t651{column-gap:0rem;flex-direction:column;}}@media screen and (max-width: 767px) {body main .t651{row-gap:4rem;column-gap:4rem;grid-template-columns:1fr;}}body main .t652{width:100%;}body main .t655{row-gap:0.5rem;padding-left:0rem;}@media screen and (max-width: 991px) {body main .t655{flex-wrap:wrap;column-gap:2rem;flex-direction:row;}}@media screen and (max-width: 767px) {body main .t655{column-gap:1rem;padding-left:0rem;}}body main .t658{display:flex;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:flex-start;}body main .t659{width:100%;}body main .t661{height:100%;}body main .t662{padding-bottom:8rem;}body main .t663{width:60%;row-gap:5rem;}body main .t665{display:flex;row-gap:0.5rem;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t666{border:1px solid rgb(103,103,103);display:block;position:relative;background:rgba(17,17,17,0.9);padding-top:1rem;padding-left:1.5rem;padding-right:1.5rem;padding-bottom:1rem;}body main .t668{margin-top:auto;}body main .t671{margin-bottom:auto;}body main .t674{background:;}body main .t675{font-size:1rem;}body main .t677{margin-bottom:auto;}body main .t680{margin-top:auto;}body main .t684{display:grid;}body main .t685{width:100%;display:flex;row-gap:2rem;column-gap:2rem;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t685{row-gap:4rem;column-gap:4rem;grid-template-columns:1fr;}}body main .t686{width:50%;margin-left:0rem;margin-right:auto;}@media screen and (max-width: 767px) {body main .t686{width:100%;margin-left:0rem;}}body main .t687{row-gap:6rem;}body main .t692{height:100%;z-index:90;position:fixed;padding-left:0rem;padding-right:0rem;pointer-events:none;}@media screen and (max-width: 991px) {body main .t692{padding-top:0px;padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t692{padding-left:1rem;padding-right:1rem;}}body main .t695{display:flex;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:flex-start;}body main .t696{width:100%;}body main .t698{height:100%;}body main .t699{padding-bottom:8rem;}body main .t700{width:60%;row-gap:5rem;}body main .t702{display:flex;row-gap:0.5rem;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t703{font-size:1rem;}body main .t704{border:1px solid rgb(103,103,103);position:relative;background:rgba(17,17,17,0.9);padding-top:1rem;padding-left:1.5rem;padding-right:1.5rem;padding-bottom:1rem;}body main .t706{margin-top:auto;}body main .t709{margin-bottom:auto;}body main .t712{background:;}body main .t714{margin-bottom:auto;}body main .t717{margin-top:auto;}body main .t721{display:grid;}body main .t722{width:100%;display:flex;row-gap:2rem;column-gap:2rem;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t722{row-gap:4rem;column-gap:4rem;grid-template-columns:1fr;}}body main .t723{width:50%;margin-right:auto;}@media screen and (max-width: 767px) {body main .t723{width:100%;margin-left:0rem;}}body main .t724{row-gap:6rem;}body main .t729{height:100%;z-index:90;position:fixed;padding-left:0rem;padding-right:0rem;pointer-events:none;}@media screen and (max-width: 991px) {body main .t729{padding-top:0px;padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t729{padding-left:1rem;padding-right:1rem;}}body main .t732{display:flex;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:flex-start;}body main .t733{width:100%;}body main .t735{height:100%;}body main .t736{padding-bottom:8rem;}body main .t737{width:60%;row-gap:5rem;}body main .t739{display:flex;row-gap:0.5rem;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t740{font-size:1rem;}body main .t741{border:1px solid rgb(103,103,103);display:block;position:relative;background:rgba(17,17,17,0.9);padding-top:1rem;padding-left:1.5rem;padding-right:1.5rem;padding-bottom:1rem;}@media screen and (max-width: 767px) {body main .t741{border-radius:16px;}}body main .t742{background:;}body main .t744{margin-bottom:auto;}body main .t747{margin-top:auto;}body main .t751{display:grid;}body main .t752{width:100%;display:flex;row-gap:2rem;column-gap:2rem;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t752{row-gap:4rem;column-gap:4rem;flex-direction:column;grid-template-columns:1fr;}}body main .t753{width:50%;margin-left:0rem;margin-right:auto;}@media screen and (max-width: 767px) {body main .t753{width:100%;margin-left:0rem;}}body main .t754{row-gap:6rem;}body main .t758{height:100%;z-index:90;position:fixed;padding-left:0rem;padding-right:0rem;pointer-events:none;}@media screen and (max-width: 991px) {body main .t758{padding-top:0px;padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t758{padding-left:1rem;padding-right:1rem;}}body main .t761{display:flex;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:flex-start;}body main .t762{width:100%;}body main .t764{height:100%;}body main .t765{padding-bottom:8rem;}body main .t766{width:60%;row-gap:5rem;}body main .t768{display:flex;row-gap:0.5rem;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t769{font-size:1rem;}body main .t770{border:1px solid rgb(103,103,103);display:block;position:relative;background:rgba(17,17,17,0.9);padding-top:1rem;padding-left:1.5rem;padding-right:1.5rem;padding-bottom:1rem;}body main .t772{margin-top:auto;}body main .t775{margin-bottom:auto;}body main .t778{background:;}body main .t780{margin-bottom:auto;}body main .t783{margin-top:auto;}body main .t787{display:grid;}body main .t788{width:100%;display:flex;row-gap:2rem;column-gap:2rem;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t788{row-gap:4rem;column-gap:4rem;grid-template-columns:1fr;}}body main .t789{width:50%;margin-left:0rem;margin-right:auto;}@media screen and (max-width: 767px) {body main .t789{width:100%;margin-left:0rem;}}body main .t790{row-gap:6rem;}body main .t795{height:100%;z-index:90;position:fixed;padding-left:0rem;padding-right:0rem;pointer-events:none;}@media screen and (max-width: 991px) {body main .t795{padding-top:0px;padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t795{padding-left:1rem;padding-right:1rem;}}body main .t798{display:flex;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:flex-start;}body main .t799{width:100%;}body main .t801{height:100%;}body main .t802{background:;padding-bottom:8rem;}body main .t803{width:60%;row-gap:5rem;}body main .t805{display:flex;row-gap:0.5rem;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t806{font-size:1rem;}body main .t807{border:1px solid rgb(103,103,103);display:block;position:relative;background:rgba(17,17,17,0.9);padding-top:1rem;padding-left:1.5rem;padding-right:1.5rem;padding-bottom:1rem;}body main .t809{margin-top:auto;}body main .t812{margin-bottom:auto;}body main .t815{background:;}body main .t817{margin-bottom:auto;}body main .t820{margin-top:auto;}body main .t824{display:grid;}body main .t825{width:100%;display:flex;row-gap:2rem;column-gap:2rem;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t825{row-gap:4rem;column-gap:4rem;grid-template-columns:1fr;}}body main .t826{flex:0 0 auto;width:20rem;}body main .t828{row-gap:0.5rem;font-size:0.80rem;font-family:'Inter';font-weight:400;padding-left:2rem;}body main .t829{width:50%;margin-left:0rem;margin-right:auto;}@media screen and (max-width: 767px) {body main .t829{width:100%;margin-left:0rem;}}body main .t830{width:100%;row-gap:6rem;}body main .t835{height:100%;z-index:90;position:fixed;padding-left:0rem;padding-right:0rem;pointer-events:none;}@media screen and (max-width: 991px) {body main .t835{padding-top:0px;padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t835{padding-left:1rem;padding-right:1rem;}}body main .t837{top:10rem;border:1px solid rgb(34,34,34);position:sticky;background:rgb(11,11,11);padding-top:1.7rem;padding-left:1.7rem;padding-right:1.7rem;padding-bottom:1.7rem;}body main .t839{margin-bottom:auto;}body main .t842{margin-top:auto;}body main .t845{flex:0 0 auto;width:20rem;}body main .t846{top:10rem;border:1px solid rgb(34,34,34);position:sticky;background:rgb(11,11,11);padding-top:1.7rem;padding-left:1.7rem;padding-right:1.7rem;padding-bottom:1.7rem;}body main .t848{width:100%;row-gap:0.5rem;font-size:0.80rem;font-family:'Inter';font-weight:400;padding-left:2rem;}body main .t850{margin-bottom:auto;}body main .t853{margin-top:auto;}body main .t856{flex:0 0 auto;width:20rem;}body main .t857{top:10rem;border:1px solid rgb(34,34,34);position:sticky;background:rgb(11,11,11);padding-top:1.7rem;padding-left:1.7rem;padding-right:1.7rem;padding-bottom:1.7rem;}body main .t859{row-gap:0.5rem;font-size:0.80rem;font-family:'Inter';font-weight:400;padding-left:2rem;}body main .t861{margin-bottom:auto;}body main .t864{margin-top:auto;}body main .t867{flex:0 0 auto;width:20rem;}body main .t868{top:10rem;border:1px solid rgb(34,34,34);position:sticky;background:rgb(11,11,11);padding-top:1.7rem;padding-left:1.7rem;padding-right:1.7rem;padding-bottom:1.7rem;}body main .t870{row-gap:0.5rem;font-size:0.80rem;font-family:'Inter';font-weight:400;padding-left:2rem;}body main .t872{margin-bottom:auto;}body main .t875{margin-top:auto;}body main .t878{flex:0 0 auto;width:20rem;}@media screen and (max-width: 767px) {body main .t878{width:100\;}}body main .t879{top:10rem;border:1px solid rgb(34,34,34);position:sticky;background:rgb(11,11,11);padding-top:1.7rem;padding-left:1.7rem;padding-right:1.7rem;padding-bottom:1.7rem;}body main .t881{row-gap:0.5rem;font-size:0.80rem;font-family:'Inter';font-weight:400;padding-left:2rem;}body main .t883{margin-bottom:auto;}body main .t886{margin-top:auto;}body main .t889{display:flex;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:flex-start;}body main .t890{width:100%;}body main .t892{height:100%;}body main .t893{padding-bottom:8rem;}body main .t894{width:60%;row-gap:5rem;}body main .t897{margin-bottom:auto;}body main .t900{margin-top:auto;}body main .t903{position:relative;}body main .t909{transition:all 0ms 0ms linear;}body main .t911{border:none;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:center;}body main .t913{width:50%;}body main .t915{margin-bottom:auto;}body main .t918{margin-top:auto;}body main .t922{margin-bottom:auto;}body main .t925{margin-top:auto;}body main .t929{display:flex;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:flex-start;}body main .t930{width:100%;}body main .t931{background:rgba(0,0,0,1);}body main .t932{height:100%;z-index:2;}body main .t933{transform:;min-height:100dvh;align-items:center;padding-top:8rem;padding-bottom:0rem;justify-content:center;}body main .t934{row-gap:4rem;z-index:10;position:relative;column-gap:4rem;align-items:center;flex-direction:column;justify-content:center;}body main .t935{border:1px solid rgb(38,0,255);opacity:100%;z-index:5;position:relative;background:rgba(0,0,0,0);transition:;align-items:center;padding-top:2rem;aspect-ratio:1/1;padding-left:2rem;padding-right:2rem;padding-bottom:2rem;backdrop-filter:blur(4px);justify-content:center;-webkit-backdrop-filter:blur(4px);}body main .t935:hover{border:1px solid rgb(141,141,141);}body main .t937{margin-bottom:auto;}body main .t940{margin-top:auto;}body main .t945{height:auto;padding-top:1.1rem;aspect-ratio:1/1;padding-left:1.1rem;padding-right:1.1rem;padding-bottom:1.1rem;}body main .t947{margin-bottom:auto;}body main .t950{margin-top:auto;}body main .t953{font-size:1.25rem;margin-top:0.25rem;line-height:0.7;}body main .t954{font-size:1rem;text-align:center;}body main .t955{align-items:center;justify-content:center;}body main .t956{width:100%;cursor:move;height:auto;padding-top:1rem;aspect-ratio:auto;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;}body main .t958{margin-bottom:auto;}body main .t961{margin-top:auto;}body main .t964{font-size:1rem;text-align:center;font-family:'Inter';font-weight:400;}body main .t966{margin-bottom:auto;}body main .t969{margin-top:auto;}body main .t972{top:15rem;left:0%;right:0%;bottom:auto;display:flex;position:absolute;min-height:0vh;text-align:center;align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}body main .t973{font-size:2.5rem;}@media screen and (max-width: 480px) {body main .t973{font-size:2rem;}}body main .t974{top:0%;left:0%;right:0%;width:100%;bottom:0%;height:100%;opacity:5%;z-index:1;position:absolute;transform:scale(1.5,2);margin-left:auto;margin-right:auto;pointer-events:none;}body main .t977{height:100%;z-index:2;position:fixed;padding-left:0rem;padding-right:0rem;pointer-events:none;}@media screen and (max-width: 991px) {body main .t977{padding-top:0px;padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t977{padding-left:1rem;padding-right:1rem;}}@media screen and (max-width: 767px) {body main .t980{margin-right:auto;}}body main .t982{color:rgb(82,82,82);background:rgba(0,0,0,0.1);}body main .t983{font-weight:600;}body main .t984{color:rgb(255,255,255);background:rgb(0,21,255);}body main .t985{font-weight:600;}body main .t987{margin-bottom:auto;}body main .t990{margin-top:auto;}body main .t997{padding-bottom:2rem;}body main .t998{opacity:100%;}@media screen and (max-width: 480px) {body main .t998{width:100%;align-items:center;justify-items:center;grid-auto-flow:row dense;}}body main .t1010{display:flex;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:flex-start;}body main .t1011{width:100%;}body main .t1013{display:grid;}body main .t1014{width:100%;display:flex;row-gap:2rem;column-gap:2rem;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t1014{row-gap:4rem;column-gap:4rem;grid-template-columns:1fr;}}body main .t1015{width:50%;margin-right:auto;}@media screen and (max-width: 767px) {body main .t1015{width:100%;margin-left:0rem;}}body main .t1016{row-gap:6rem;}body main .t1019{height:100%;z-index:90;position:fixed;padding-left:0rem;padding-right:0rem;pointer-events:none;}@media screen and (max-width: 991px) {body main .t1019{padding-top:0px;padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t1019{padding-left:1rem;padding-right:1rem;}}body main .t1021{overflow:clip;position:relative;}body main .t1022{top:auto;left:0%;right:0%;bottom:0%;z-index:3;position:fixed;margin-left:auto;margin-right:auto;}@media screen and (max-width: 991px) {body main .t1022{padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t1022{padding-left:1rem;padding-right:1rem;}}body main .t1025{margin-top:auto;}body main .t1028{margin-bottom:auto;}body main .t1031{column-gap:4rem;}@media screen and (max-width: 767px) {body main .t1031{column-gap:1rem;}}@media screen and (max-width: 480px) {body main .t1031{row-gap:1.5rem;flex-direction:column;}}body main .t1033{column-gap:0.5rem;align-items:center;justify-content:flex-start;}body main .t1034{width:1.5rem;height:1.5rem;}body main .t1035{flex:0 1 auto;margin-right:auto;}body main .t1037{width:auto;}@media screen and (max-width: 480px) {body main .t1037{width:100%;flex-direction:row-reverse;justify-content:flex-end;}}body main .t1039{padding-top:0.25rem;padding-bottom:0.25rem;}body main .t1041{padding-top:0.25rem;padding-bottom:0.25rem;}body main .t1044{position:fixed;}body main .t1046{margin-top:1.5rem;}@media screen and (max-width: 480px) {body main .t1046{row-gap:1rem;flex-wrap:wrap;flex-direction:column;}}body main .t1047{font-size:0.80rem;}@media screen and (max-width: 480px) {body main .t1048{width:100%;}}@media screen and (max-width: 480px) {body main .t1049{width:100%;}}@media screen and (max-width: 480px) {body main .t1050{width:100%;}}body main .t1051{margin-top:0.5rem;}body main .t1053{margin-left:.25rem;}body main .t1056{display:flex;row-gap:1.5rem;flex-direction:column;}body main .t1088{align-items:flex-start;margin-bottom:1.5rem;}body main .t1092{width:60%;margin-top:1rem;}@media screen and (max-width: 767px) {body main .t1092{width:90%;}}@media screen and (max-width: 480px) {body main .t1092{width:100%;}}body main .t1095{margin-top:auto;}body main .t1098{margin-bottom:auto;}body main .t1123{margin-top:auto;}body main .t1126{margin-bottom:auto;}body main .t1129{width:auto;cursor:pointer;column-gap:0.5rem;}body main .t1131{padding-top:0.25rem;padding-bottom:0.25rem;}body main .t1134{width:1.5rem;height:1.5rem;}body main .t1135{opacity:100%;}@media screen and (max-width: 480px) {body main .t1135{width:100%;align-items:center;justify-items:center;grid-auto-flow:row dense;}}body main .t1137{border:0.25px solid #131313;}body main .t1147{border:0.25px solid #131313;}@media screen and (max-width: 767px) {body main .t1169{display:none;}}body main .t1170{border:0.25px solid #131313;}@media screen and (max-width: 480px) {body main .t1170{display:none;}}body main .t1171{grid-column:span 2;}@media screen and (max-width: 480px) {body main .t1171{width:100%;display:flex;grid-column:span 1;}}body main .t1172{width:80%;display:none;column-gap:40px;margin-top:3.75rem;text-align:center;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:3.75rem;flex-direction:column;padding-bottom:0px;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t1172{row-gap:40px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t1172{text-align:left;align-items:flex-start;margin-left:0rem;margin-bottom:40px;}}body main .t1173{font-style:normal;}@media screen and (max-width: 480px) {body main .t1173{font-size:1.5rem;line-height:1.1;}}body main .t1174{border:0.25px solid #131313;}@media screen and (max-width: 480px) {body main .t1174{display:none;}}body main .t1176{border:0.25px solid #131313;border-left:1px solid rgba(0,0,0,0);}body main .t1176:hover{background:rgba(0,0,0,0.61);}@media screen and (max-width: 480px) {body main .t1176{display:none;}}body main .t1177{grid-column:span 2;}@media screen and (max-width: 480px) {body main .t1177{width:100%;}}body main .t1178{width:80%;display:flex;column-gap:40px;margin-top:3.75rem;text-align:center;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:3.75rem;flex-direction:column;padding-bottom:0px;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t1178{row-gap:40px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t1178{margin-bottom:40px;}}body main .t1179{font-size:2rem;font-style:normal;}@media screen and (max-width: 480px) {body main .t1179{font-size:1.75rem;line-height:1.1;}}body main .t1180{border:0.25px solid #131313;border-right:1px solid rgba(0,0,0,0);}body main .t1180:hover{background:rgba(0,0,0,0.61);}@media screen and (max-width: 480px) {body main .t1180{display:none;}}body main .t1199{display:flex;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:flex-start;}body main .t1200{width:100%;}body main .t1202{height:100%;}body main .t1203{padding-bottom:8rem;}body main .t1204{width:60%;row-gap:5rem;}body main .t1206{display:flex;row-gap:0.5rem;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t1207{border:1px solid rgb(103,103,103);display:block;position:relative;background:rgba(17,17,17,0.9);padding-top:1rem;padding-left:1.5rem;border-radius:16px;padding-right:1.5rem;padding-bottom:1rem;}body main .t1208{background:;}body main .t1210{margin-bottom:auto;}body main .t1213{margin-top:auto;}body main .t1216{position:relative;}body main .t1221{height:100%;z-index:90;position:fixed;padding-left:0rem;padding-right:0rem;pointer-events:none;}@media screen and (max-width: 991px) {body main .t1221{padding-top:0px;padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t1221{padding-left:1rem;padding-right:1rem;}}body main .t1223{align-items:center;justify-items:center;grid-template-columns:32% 32% 32%;}@media screen and (max-width: 767px) {body main .t1223{grid-template-columns:1fr 1fr;}}@media screen and (max-width: 480px) {body main .t1223{grid-template-columns:1fr;}}body main .t1224{width:100%;}body main .t1225{z-index:3;position:relative;}body main .t1227{z-index:3;position:relative;}body main .t1228{font-size:1rem;}body main .t1229{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}body main .t1231{top:0%;left:0%;right:0%;bottom:auto;background:linear-gradient(0deg,#00000000 0%,#000000 99%);margin-left:auto;margin-right:auto;}body main .t1232{width:100%;}body main .t1233{z-index:3;position:relative;}body main .t1235{z-index:3;position:relative;}body main .t1236{font-size:1rem;}body main .t1237{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}body main .t1240{width:100%;}body main .t1241{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}body main .t1242{z-index:3;position:relative;}body main .t1244{z-index:3;position:relative;}body main .t1245{font-size:1rem;}body main .t1247{top:0%;left:0%;right:0%;bottom:auto;background:linear-gradient(0deg,#00000000 0%,#000000 99%);margin-left:auto;margin-right:auto;}body main .t1248{width:100%;}body main .t1249{z-index:3;position:relative;}body main .t1252{z-index:3;position:relative;}body main .t1253{font-size:1rem;}body main .t1254{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}body main .t1256{top:0%;left:0%;right:0%;bottom:auto;background:linear-gradient(180deg,#000000 1%,#00000000 99%);margin-left:auto;margin-right:auto;}body main .t1257{width:100%;}body main .t1258{z-index:3;position:relative;}body main .t1260{z-index:3;position:relative;}body main .t1261{font-size:1rem;}body main .t1262{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}body main .t1264{top:0%;left:0%;right:0%;bottom:auto;background:linear-gradient(0deg,#00000000 0%,#000000 99%);margin-left:auto;margin-right:auto;}body main .t1265{width:100%;}body main .t1266{z-index:3;position:relative;}body main .t1267{font-size:1rem;}body main .t1268{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;object-position:0% 50%;}body main .t1269{z-index:3;position:relative;}body main .t1271{top:0%;left:0%;right:0%;bottom:auto;background:linear-gradient(0deg,#00000000 0%,#000000 99%);margin-left:auto;margin-right:auto;}body main .t1273{width:100%;}body main .t1274{z-index:3;position:relative;}body main .t1276{z-index:3;position:relative;}body main .t1277{font-size:1rem;}body main .t1278{top:0%;left:0%;right:0%;bottom:0%;position:absolute;object-fit:cover;margin-left:auto;margin-right:auto;}body main .t1280{top:0%;left:0%;right:0%;bottom:auto;background:linear-gradient(0deg,#00000000 0%,#000000 99%);margin-left:auto;margin-right:auto;}body main .t1281{font-size:1.15rem;background:;line-height:2;}body main .t1282{display:flex;column-gap:40px;align-items:flex-start;margin-bottom:60px;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t1282{row-gap:40px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t1282{margin-bottom:40px;}}body main .t1283{font-style:normal;}@media screen and (max-width: 480px) {body main .t1283{font-size:36px;}}body main .t1285{width:100%;max-width:642px;font-style:normal;}@media screen and (max-width: 480px) {body main .t1285{font-size:16px;}}body main .t1287{font-style:normal;}body main .t1289{background:linear-gradient(180deg,#000000 41%,#1100fa 100%);}body main .t1290{z-index:2;position:relative;border-top:1px solid rgb(42,42,42);min-height:40vh;border-bottom:1px solid rgb(48,48,48);}body main .t1291{display:flex;align-items:center;justify-content:center;}body main .t1292{width:40%;text-align:center;align-items:center;justify-content:center;}@media screen and (max-width: 991px) {body main .t1292{width:70%;}}body main .t1296{top:0%;left:0%;right:0%;width:100%;bottom:0%;height:100%;opacity:15%;z-index:1;position:absolute;background:;margin-left:auto;margin-right:auto;}body main .t1300{width:50%;display:none;}@media screen and (max-width: 991px) {body main .t1300{width:70%;}}@media screen and (max-width: 767px) {body main .t1300{width:100%;}}body main .t1307{row-gap:0rem;justify-self:center;}@media screen and (max-width: 767px) {body main .t1307{width:100%;}}body main .t1309{display:none;}body main .t1313{max-width:50%;text-align:left;align-items:flex-start;margin-left:auto;margin-right:auto;justify-content:center;}body main .t1316{flex-wrap:wrap;margin-top:1rem;}body main .t1326{z-index:4;background:linear-gradient(180deg,#000000 58%,#0033ff 98%);}body main .t1327{display:none;opacity:10%;}body main .t1328{z-index:3;position:relative;}body main .t1329{display:grid;position:relative;column-gap:2rem;margin-top:5rem;align-items:start;justify-items:start;flex-direction:row;padding-bottom:6rem;justify-content:center;grid-template-columns:minmax(25rem,25rem) 1fr 1fr;}@media screen and (max-width: 767px) {body main .t1329{flex-direction:column;}}body main .t1330{width:25rem;display:flex;row-gap:0.5rem;flex-direction:column;}@media screen and (max-width: 767px) {body main .t1330{margin-right:auto;}}body main .t1331{width:100%;}@media screen and (max-width: 480px) {body main .t1331{width:15rem;}}body main .t1332{color:rgb(152,152,152);font-size:0.70rem;}body main .t1333{width:100%;height:100%;display:flex;align-items:center;justify-content:center;}body main .t1334{padding-top:0.25rem;padding-bottom:0.25rem;}body main .t1335{background:linear-gradient(90deg,#000000 1%,#0000ff 100%);}body main .t1337{width:50rem;display:flex;row-gap:0.5rem;flex-direction:column;}@media screen and (max-width: 767px) {body main .t1337{row-gap:0rem;margin-left:auto;}}body main .t1338{color:rgb(152,152,152);font-size:0.70rem;}@media screen and (max-width: 767px) {body main .t1339{width:30rem;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t1339{width:20rem;}}body main .t1340{width:3rem;display:flex;}@media screen and (max-width: 767px) {body main .t1340{display:none;}}body main .t1342{width:100%;}body main .t1343{row-gap:0.5rem;flex-wrap:wrap;}@media screen and (max-width: 767px) {body main .t1343{row-gap:0.75rem;flex-direction:column;}}body main .t1344{column-gap:0.5rem;}@media screen and (max-width: 767px) {body main .t1344{width:100%;}}body main .t1347{row-gap:0rem;}body main .t1350{opacity:50%;margin-left:0.25rem;}body main .t1351{opacity:50%;font-size:0.80rem;}body main .t1352{column-gap:0.5rem;}@media screen and (max-width: 767px) {body main .t1352{width:100%;}}body main .t1354{color:rgb(255,255,255);background:#7831c9;}body main .t1355{color:rgb(255,255,255);background:#545454;}body main .t1357{top:auto;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}body main .t1358{display:flex;}body main .t1359{top:auto;left:5rem;right:0%;width:15rem;bottom:auto;z-index:2;position:absolute;margin-left:auto;margin-right:auto;}body main .t1360{top:0%;left:0%;right:0%;bottom:0%;height:100%;z-index:2;position:absolute;margin-left:auto;margin-right:auto;padding-left:0rem;padding-right:0rem;pointer-events:none;}@media screen and (max-width: 991px) {body main .t1360{padding-top:0px;padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t1360{padding-left:1rem;padding-right:1rem;}}body main .t1362{height:100%;}body main .t1363{display:grid;z-index:2;position:relative;column-gap:1.25rem;padding-top:12rem;justify-items:start;grid-template-columns:1fr 0.25fr;}@media screen and (max-width: 480px) {body main .t1363{grid-template-columns:1fr;}}body main .t1364{width:100%;row-gap:3rem;}body main .t1365{display:flex;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t1367{border:1px solid rgb(103,103,103);position:relative;background:rgba(17,17,17,0.9);padding-top:0.25rem;padding-left:1.25rem;padding-right:1.25rem;padding-bottom:0.25rem;}body main .t1369{margin-top:auto;}body main .t1372{margin-bottom:auto;}body main .t1375{background:;}body main .t1379{margin-bottom:auto;}body main .t1382{margin-top:auto;}@media screen and (max-width: 480px) {body main .t1386{width:100%;}}body main .t1387{width:50rem;display:flex;row-gap:0.5rem;transform:scale(1,1);flex-direction:column;}@media screen and (max-width: 767px) {body main .t1387{row-gap:0rem;margin-left:auto;}}@media screen and (max-width: 480px) {body main .t1387{width:100%;}}body main .t1388{border:1px solid #343434;background:#060606;transition:all 600ms 0ms cubic-bezier(0.215,0.61,0.355,1);}@media screen and (max-width: 767px) {body main .t1388{margin-left:auto;margin-right:auto;}}body main .t1389{width:3rem;display:flex;}@media screen and (max-width: 767px) {body main .t1389{display:none;}}body main .t1391{width:100%;}body main .t1393{top:auto;left:15rem;right:0%;width:15rem;bottom:auto;z-index:2;position:absolute;margin-left:auto;margin-right:auto;}body main .t1394{top:auto;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}body main .t1395{display:flex;}body main .t1396{row-gap:0.5rem;flex-wrap:wrap;}@media screen and (max-width: 767px) {body main .t1396{row-gap:0.75rem;flex-direction:column;}}body main .t1397{column-gap:0.5rem;}@media screen and (max-width: 767px) {body main .t1397{width:100%;}}body main .t1399{color:rgb(255,255,255);background:#7831c9;}body main .t1400{color:rgb(255,255,255);background:#545454;}body main .t1401{column-gap:0.5rem;}@media screen and (max-width: 767px) {body main .t1401{width:100%;}}body main .t1404{row-gap:0rem;}body main .t1407{opacity:50%;margin-left:0.25rem;}body main .t1408{opacity:50%;font-size:0.80rem;}body main .t1409{color:rgb(152,152,152);font-size:0.70rem;}body main .t1410{z-index:4;mask-image:linear-gradient(  to bottom,  rgba(0,0,0,1) 0%,  rgba(0,0,0,1) 78%,  rgba(0,0,0,0) 100%);min-height:130vh;border-radius:0px 0px 32px 32px;-webkit-mask-image:linear-gradient(  to bottom,  rgba(0,0,0,1) 0%,  rgba(0,0,0,1) 78%,  rgba(0,0,0,0) 100%);}@media screen and (max-width: 991px) {body main .t1410{min-height:auto;}}body main .t1411{height:100%;}body main .t1412{z-index:2;position:relative;align-items:center;padding-top:12rem;padding-bottom:8rem;}@media screen and (max-width: 480px) {body main .t1412{grid-template-columns:1fr;}}body main .t1413{width:100%;display:flex;margin-top:5rem;padding-right:0rem;}@media screen and (max-width: 767px) {body main .t1413{margin-top:2rem;}}@media screen and (max-width: 480px) {body main .t1413{margin-top:1rem;}}body main .t1414{width:55%;row-gap:1.5rem;text-align:center;align-items:center;justify-content:center;}@media screen and (max-width: 991px) {body main .t1414{width:80%;}}@media screen and (max-width: 767px) {body main .t1414{width:100%;}}body main .t1415{color:#4d4d4d;font-size:4rem;line-height:1em;}@media screen and (max-width: 480px) {body main .t1415{font-size:2rem;}}body main .t1416{color:rgb(28,28,28);}@media screen and (max-width: 480px) {body main .t1416{font-size:1rem;text-wrap:balance;}}body main .t1417{mask-image:linear-gradient(  to bottom,  rgba(0,0,0,1) 0%,  rgba(0,0,0,1) 90%,  rgba(0,0,0,0) 100%);-webkit-mask-image:linear-gradient(  to bottom,  rgba(0,0,0,1) 0%,  rgba(0,0,0,1) 90%,  rgba(0,0,0,0) 100%);}body main .t1418{width:auto;column-gap:2rem;align-items:center;margin-right:auto;justify-content:center;}@media screen and (max-width: 480px) {body main .t1418{display:none;}}body main .t1421{margin-top:1.5rem;align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t1421{margin-top:0rem;align-items:center;flex-direction:column;justify-content:center;}}body main .t1424{width:auto;flex-wrap:wrap;}@media screen and (max-width: 991px) {body main .t1424{align-items:center;justify-content:center;}}@media screen and (max-width: 991px) {body main .t1425{display:none;}}@media screen and (max-width: 991px) {body main .t1429{display:none;}}body main .t1437{background:rgb(13,13,13);}body main .t1439{width:100%;z-index:4;position:relative;background:rgb(6,6,6);mask-image:linear-gradient(  to bottom,  rgba(0,0,0,1) 0%,  rgba(0,0,0,1) 78%,  rgba(0,0,0,0) 100%);min-height:60vh;border-radius:0px 0px 32px 32px;-webkit-mask-image:linear-gradient(  to bottom,  rgba(0,0,0,1) 0%,  rgba(0,0,0,1) 78%,  rgba(0,0,0,0) 100%);}body main .t1441{padding-bottom:6rem;}body main .t1443{width:50%;row-gap:1rem;text-align:center;align-items:center;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem;justify-content:center;}@media screen and (max-width: 991px) {body main .t1443{width:70%;}}@media screen and (max-width: 767px) {body main .t1443{width:100%;}}@media screen and (max-width: 480px) {body main .t1443{padding-left:0rem;padding-right:0rem;}}body main .t1444{margin-bottom:1.5rem;}body main .t1445{display:flex;row-gap:1.5rem;font-size:1rem;align-items:flex-start;font-weight:700;line-height:1.25;flex-direction:column;}body main .t1446{z-index:20000;}body main .t1447{margin-top:auto;}body main .t1450{margin-bottom:auto;}body main .t1453{width:auto;}body main .t1456{z-index:5;position:relative;margin-top:-2rem;}body main .t1458{width:75%;display:flex;row-gap:1.5rem;align-items:flex-start;line-height:1.25;flex-direction:column;}@media screen and (max-width: 767px) {body main .t1458{width:90%;}}@media screen and (max-width: 480px) {body main .t1458{width:100%;}}body main .t1459{display:none;row-gap:0rem;}@media screen and (max-width: 767px) {body main .t1459{width:100%;}}body main .t1461{row-gap:0.5rem;padding-left:0rem;}body main .t1473{width:100%;}body main .t1475{display:none;}@media screen and (max-width: 991px) {body main .t1475{display:block;}}body main .t1479{display:none;}@media screen and (max-width: 991px) {body main .t1479{display:block;}}body main .t1481{width:1rem;height:1;}@media screen and (max-width: 480px) {body main .t1483{display:none;}}body main .t1488{margin-top:0px;}body main .t1499{row-gap:0.5rem;padding-left:0rem;}body main .t1501{font-size:0.85rem;}body main .t1504{font-size:0.85rem;}body main .t1507{font-size:0.85rem;}body main .t1508{width:1rem;height:1;}body main .t1510{font-size:0.85rem;}body main .t1513{font-size:0.8rem;padding-top:0.25rem;padding-left:0.45rem;padding-right:0.45rem;padding-bottom:0.25rem;}body main .t1522{background:#090909;}body main .t1525{width:100%;display:flex;flex-direction:column;}body main .t1526{width:100%;grid-template-columns:0.25fr 1fr;}@media screen and (max-width: 767px) {body main .t1526{display:flex;flex-direction:column;grid-template-columns:0.3fr 1fr;}}@media screen and (max-width: 767px) {body main .t1527{border-left:none;}}body main .t1528{width:100%;display:flex;align-items:flex-start;flex-direction:column;padding-bottom:4rem;}body main .t1530{text-transform:uppercase;}@media screen and (max-width: 767px) {body main .t1530{font-size:0.80rem;}}body main .t1531{border:1px solid var(--nur-border-dark);background:var(--nrm-dark-bg);}body main .t1532{top:auto;left:auto;right:auto;width:0.75rem;bottom:auto;height:0.75rem;margin-left:auto;margin-right:auto;border-radius:100px;}body main .t1536{left:auto;right:auto;height:100%;opacity:50%;z-index:1;position:fixed;padding-left:0rem;padding-right:0rem;pointer-events:none;}@media screen and (max-width: 991px) {body main .t1536{padding-top:0px;padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 767px) {body main .t1536{opacity:20%;}}@media screen and (max-width: 480px) {body main .t1536{padding-left:1rem;padding-right:1rem;}}body main .t1541{row-gap:0rem;}body main .t1542{width:100%;flex-wrap:wrap;margin-top:1rem;margin-bottom:1.5rem;}body main .t1544{border:1px dashed rgb(from var(--nur-border-dark) r g b / 20%);margin-top:2.5rem;grid-column:span 2;margin-bottom:2.5rem;}body main .t1545{width:100%;border:1px solid var(--nur-border-dark);display:grid;row-gap:105rem;overflow:clip;position:relative;column-gap:1.5rem;padding-top:4rem;padding-left:1.25rem;border-radius:16px;padding-right:1.25rem;padding-bottom:4rem;grid-template-columns:1fr 1fr;}body main .t1547{z-index:2;position:relative;align-items:center;grid-column:span 2;justify-content:center;}@media screen and (max-width: 991px) {body main .t1547{width:100%;}}body main .t1548{border:1px solid #232323;column-gap:0.5rem;padding-top:0.25rem;padding-left:0.25em;border-radius:16px;padding-right:0.25em;padding-bottom:0.25rem;}body main .t1551{font-size:1rem;font-weight:700;}@media screen and (max-width: 480px) {body main .t1551{width:90%;}}body main .t1552{color:rgb(238,238,238);text-transform:uppercase;}@media screen and (max-width: 767px) {body main .t1552{font-size:0.80rem;}}body main .t1553{row-gap:0rem;justify-self:center;}@media screen and (max-width: 767px) {body main .t1553{width:100%;}}body main .t1555{row-gap:0.5rem;padding-left:0rem;}body main .t1559{row-gap:2rem;column-gap:2rem;}@media screen and (max-width: 767px) {body main .t1559{flex-wrap:wrap;}}body main .t1560{display:flex;column-gap:8px;}body main .t1561{color:#bcbcbc;}body main .t1563{color:#bcbcbc;}body main .t1570{background:#090909;}body main .t1572{width:100%;display:flex;flex-direction:column;}body main .t1575{color:rgba(0,0,0,1.00);width:100%;height:100%;grid-template-columns:0.25fr 1fr;}@media screen and (max-width: 991px) {body main .t1575{display:flex;row-gap:2rem;flex-direction:column;grid-template-columns:1fr;}}@media screen and (max-width: 767px) {body main .t1575{row-gap:40px;grid-template-columns:1fr ;}}body main .t1576{height:auto;}body main .t1577{top:8rem;height:auto;display:flex;row-gap:0.5rem;z-index:10;position:sticky;flex-wrap:wrap;align-self:flex-start;column-gap:0.5rem;flex-direction:column;}@media screen and (max-width: 991px) {body main .t1577{top:4rem;width:100%;display:flex;background:;padding-top:1rem;border-radius:0px 0px 16px 16px;flex-direction:row;padding-bottom:1rem;backdrop-filter:blur(16px);grid-template-columns:1fr 1fr;-webkit-backdrop-filter:blur(16px);}}@media screen and (max-width: 767px) {body main .t1577{display:flex;flex-direction:row;}}@media screen and (max-width: 480px) {body main .t1577{grid-template-columns:1fr;}}body main .t1578{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t1578.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t1580{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t1581{font-style:normal;}body main .t1582{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t1582.dh-active{background:#0033ff;}body main .t1584{font-style:normal;}body main .t1585{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t1595{margin-top:4rem;margin-bottom:4rem;}body main .t1597{display:flex;align-items:center;justify-content:center;}body main .t1598{width:100%;row-gap:1rem;column-gap:1rem;margin-left:auto;margin-right:auto;grid-template-columns:1fr 1fr 1fr 1fr;}@media screen and (max-width: 767px) {body main .t1598{grid-template-columns:1fr 1fr;}}body main .t1604{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t1604.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t1606{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t1607{font-style:normal;}body main .t1609{margin-top:4rem;margin-bottom:4rem;}body main .t1611{display:flex;margin-top:1.25rem;align-items:center;margin-bottom:4rem;justify-content:center;}body main .t1612{width:100%;row-gap:1rem;column-gap:1rem;margin-left:auto;margin-right:auto;grid-template-columns:1fr 1fr 1fr 1fr;}body main .t1614{margin-top:2rem;}body main .t1617{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t1617.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t1619{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t1620{font-style:normal;}body main .t1622{margin-top:4rem;margin-bottom:4rem;}body main .t1627{row-gap:1rem;column-gap:1rem;margin-top:1rem;margin-bottom:2rem;}body main .t1629{border-radius:16px;}body main .t1634{display:flex;row-gap:1.5rem;background:var(--nrm-creator);column-gap:1.5rem;min-height:16rem;padding-top:1.5rem;padding-left:1.5rem;border-radius:32px;padding-right:1.5rem;flex-direction:column;padding-bottom:1.5rem;justify-content:space-between;}body main .t1635{row-gap:0rem;}body main .t1636{font-weight:600;}body main .t1638{width:100%;border:1px solid var(--nur-border-dark);display:flex;overflow:clip;position:relative;align-items:center;aspect-ratio:1/1;border-radius:16px;justify-content:center;}@media screen and (max-width: 480px) {body main .t1639{font-size:1.25rem;}}@media screen and (max-width: 480px) {body main .t1640{font-size:1.25rem;}}body main .t1641{top:0.5rem;left:0.5rem;color:rgb(39,197,0);right:auto;width:1.75rem;bottom:auto;height:1.75rem;display:flex;position:absolute;background:rgb(from var(--nrm-dark-bg) r g b / 40%);align-items:center;padding-top:0.2rem;padding-left:0.2rem;border-radius:8px;padding-right:0.2rem;padding-bottom:0.2rem;justify-content:center;}@media screen and (max-width: 991px) {body main .t1641{width:1.5rem;height:1.5rem;}}@media screen and (max-width: 767px) {body main .t1641{width:1.5rem;height:1.5rem;}}@media screen and (max-width: 480px) {body main .t1641{width:1.115rem;height:1.15rem;}}body main .t1642{width:100%;row-gap:1rem;column-gap:1rem;margin-left:auto;margin-right:auto;grid-template-columns:1fr 1fr 1fr 1fr;}body main .t1643{width:100%;border:1px solid rgb(43,43,43);display:flex;overflow:clip;position:relative;align-items:center;aspect-ratio:1/1;border-radius:16px;justify-content:center;}@media screen and (max-width: 480px) {body main .t1644{font-size:1.25rem;}}@media screen and (max-width: 480px) {body main .t1645{font-size:1.25rem;}}body main .t1646{top:0.5rem;left:0.5rem;color:rgb(199,0,0);right:auto;width:1.75rem;bottom:auto;height:1.75rem;display:flex;position:absolute;background:rgb(from rgb(21,21,21) r g b / 40%);align-items:center;padding-top:0.2rem;padding-left:0.2rem;border-radius:8px;padding-right:0.2rem;padding-bottom:0.2rem;justify-content:center;}@media screen and (max-width: 991px) {body main .t1646{width:1.5rem;height:1.5rem;}}@media screen and (max-width: 480px) {body main .t1646{width:1.15rem;height:1.15rem;}}body main .t1647{width:100%;overflow:clip;border-radius:24px;}body main .t1649{column-gap:4rem;grid-template-columns:0.75fr 1fr;}@media screen and (max-width: 767px) {body main .t1649{grid-template-columns:1fr;}}body main .t1650{row-gap:2rem;justify-content:center;}body main .t1652{background:linear-gradient(180deg,#000000 69%,var(--nrm-reviewer) 100%);}body main .t1655{row-gap:4rem;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t1655{grid-template-columns:1fr;}}body main .t1656{row-gap:6rem;align-items:center;justify-content:center;}body main .t1657{width:40%;text-align:center;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t1657{width:90%;}}body main .t1660{row-gap:5rem;column-gap:2rem;align-items:center;justify-items:center;grid-template-columns:0.8 0.8fr 0.8fr;}@media screen and (max-width: 767px) {body main .t1660{grid-template-columns:1fr 1fr;}}body main .t1661{align-self:flex-start;justify-self:center;}body main .t1665{align-self:flex-start;justify-self:center;}body main .t1669{align-self:flex-start;justify-self:center;}body main .t1673{align-self:flex-start;justify-self:center;}body main .t1677{align-self:flex-start;justify-self:center;}body main .t1681{align-self:flex-start;justify-self:center;}body main .t1685{margin-top:2rem;}@media screen and (max-width: 767px) {body main .t1685{align-items:flex-start;flex-direction:column;}}body main .t1686{flex:0 0 auto;}body main .t1688{align-self:flex-start;justify-self:center;}body main .t1692{align-self:flex-start;justify-self:center;}@media screen and (max-width: 480px) {body main .t1696{font-size:1.5rem;}}body main .t1697{align-self:flex-start;justify-self:center;}@media screen and (max-width: 480px) {body main .t1697{grid-column:span 2;}}body main .t1710{font-family:'Inter';padding-top:100px;padding-bottom:100px;}@media screen and (max-width: 991px) {body main .t1710{padding-top:80px;padding-bottom:80px;}}@media screen and (max-width: 767px) {body main .t1710{padding-top:60px;padding-bottom:60px;}}body main .t1712{display:grid;column-gap:60px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 991px) {body main .t1712{row-gap:60px;grid-template-columns:1fr;}}@media screen and (max-width: 767px) {body main .t1712{row-gap:40px;grid-template-columns:1fr;}}body main .t1713{display:flex;flex-direction:column;justify-content:space-between;}body main .t1714{display:flex;row-gap:20px;margin-bottom:40px;flex-direction:column;}@media screen and (max-width: 767px) {body main .t1715{font-size:34px;}}body main .t1716{width:100%;position:relative;object-fit:cover;}@media screen and (max-width: 991px) {body main .t1716{display:none;}}body main .t1717{display:flex;row-gap:40px;flex-direction:column;justify-content:center;}body main .t1718{display:flex;position:relative;border-bottom:1px solid rgba(0,0,0,1);flex-direction:column;}body main .t1718:hover img{transform:rotate(45deg);}body main .t1718:hover div:nth-child(3){width:100%;}body main .t1719{display:flex;justify-content:space-between;}body main .t1721{left:0%;right:auto;width:0%;bottom:-1px;height:2px;position:absolute;background:#5c2fc2;transition:width 200ms 0ms ease;margin-left:auto;margin-right:auto;}body main .t1727{width:100%;}body main .t1728{width:100%;display:flex;column-gap:8rem;align-items:flex-start;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t1728{row-gap:40px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t1730{font-size:16px;}}body main .t1731{color:rgba(0,0,0,1.00);width:100%;}@media screen and (max-width: 991px) {body main .t1731{grid-template-columns:1fr;}}@media screen and (max-width: 767px) {body main .t1731{row-gap:40px;grid-template-columns:1fr ;}}body main .t1734{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t1734{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t1734{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t1735{max-width:100%;}}body main .t1736{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t1737{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t1739{font-style:normal;}body main .t1740{width:80%;}@media screen and (max-width: 991px) {body main .t1740{width:100%;}}@media screen and (max-width: 767px) {body main .t1741{flex-direction:column;}}body main .t1742{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t1742{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t1742{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t1743{max-width:100%;}}body main .t1744{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t1745{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t1747{font-style:normal;}body main .t1748{width:80%;display:flex;position:relative;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:center;}@media screen and (max-width: 767px) {body main .t1749{flex-direction:column;}}body main .t1750{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t1750{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t1750{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t1751{max-width:100%;}}body main .t1752{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t1753{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t1755{font-style:normal;}body main .t1756{width:80%;display:flex;position:relative;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:center;}@media screen and (max-width: 767px) {body main .t1757{flex-direction:column;}}body main .t1758{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t1758{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t1758{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t1759{max-width:100%;}}body main .t1760{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t1761{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t1763{font-style:normal;}body main .t1764{width:80%;display:flex;position:relative;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:center;}@media screen and (max-width: 767px) {body main .t1765{flex-direction:column;}}body main .t1766{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t1766{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t1766{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t1767{max-width:100%;}}body main .t1768{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t1769{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t1771{font-style:normal;}body main .t1772{width:80%;display:flex;position:relative;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:center;}@media screen and (max-width: 767px) {body main .t1773{flex-direction:column;}}body main .t1774{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t1774{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t1774{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t1775{max-width:100%;}}body main .t1776{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t1777{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t1779{font-style:normal;}body main .t1780{width:80%;display:flex;position:relative;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:center;}@media screen and (max-width: 767px) {body main .t1781{flex-direction:column;}}body main .t1782{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t1782{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t1782{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t1783{max-width:100%;}}body main .t1784{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t1785{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t1787{font-style:normal;}body main .t1788{width:80%;display:flex;position:relative;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:center;}body main .t1789{display:flex;row-gap:0.5rem;position:relative;flex-wrap:wrap;column-gap:2rem;flex-direction:column;}@media screen and (max-width: 991px) {body main .t1789{display:flex;flex-direction:row;grid-template-columns:1fr 1fr;}}@media screen and (max-width: 767px) {body main .t1789{display:flex;flex-direction:row;}}@media screen and (max-width: 480px) {body main .t1789{grid-template-columns:1fr;}}body main .t1790{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t1790.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t1792{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t1793{font-style:normal;}body main .t1794{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t1794.dh-active{background:#0033ff;}body main .t1796{font-style:normal;}body main .t1797{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t1798{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t1798.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t1800{font-style:normal;}body main .t1801{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t1802{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t1802.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t1804{font-style:normal;}body main .t1805{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t1806{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t1806.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t1808{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t1809{font-style:normal;}body main .t1810{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t1810.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t1812{font-style:normal;}body main .t1813{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t1814{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t1814.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t1816{font-style:normal;}body main .t1817{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t1820{flex:0 1 auto;width:100%;display:flex;row-gap:20px;max-width:28rem;align-items:flex-start;margin-right:auto;margin-bottom:60px;flex-direction:column;}@media screen and (max-width: 767px) {body main .t1820{width:100%;max-width:100%;margin-bottom:40px;}}body main .t1822{display:flex;column-gap:5rem;}@media screen and (max-width: 767px) {body main .t1822{grid-template-columns:1fr;}}body main .t1823{top:8rem;flex:1 1 0%;overflow:clip;position:sticky;border-radius:16px;}@media screen and (max-width: 480px) {body main .t1823{top:0rem;position:relative;}}body main .t1824{border-radius:0px 0px 0px 0px;}body main .t1825{align-items:center;}body main .t1826{display:flex;row-gap:1rem;align-items:flex-start;margin-bottom:60px;flex-direction:column;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t1826{row-gap:20px;align-items:flex-start;margin-bottom:40px;flex-direction:column;}}body main .t1827{width:40%;}@media screen and (max-width: 991px) {body main .t1827{width:80%;}}body main .t1828{font-weight:700;}body main .t1831{background:var(--nrm-reviewer);}body main .t1833{padding-top:4rem;padding-bottom:4rem;}body main .t1835{flex:0 0 auto;margin-top:auto;margin-bottom:auto;}body main .t1837{row-gap:2rem;column-gap:2rem;}@media screen and (max-width: 480px) {body main .t1837{align-items:flex-start;flex-direction:column;}}body main .t1838{font-family:'Inter';font-weight:400;}body main .t1839{width:60%;row-gap:0.5rem;text-align:center;align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 991px) {body main .t1839{width:45%;}}@media screen and (max-width: 767px) {body main .t1839{width:50%;}}@media screen and (max-width: 480px) {body main .t1839{width:100%!important;}}body main .t1841{opacity:5%;}body main .t1845{max-width:45rem;}body main .t1847{display:flex;row-gap:1rem;align-items:flex-start;margin-bottom:60px;flex-direction:column;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t1847{row-gap:20px;align-items:flex-start;margin-bottom:40px;flex-direction:column;}}@media screen and (max-width: 991px) {body main .t1848{width:100%;}}body main .t1849{font-size:42px;font-weight:700;margin-bottom:20px;}body main .t1851{background:#0f0f0f;}body main .t1852{height:100%;}body main .t1853{padding-bottom:8rem;}body main .t1854{width:60%;row-gap:5rem;}body main .t1856{display:flex;row-gap:0.5rem;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t1857{border:1px solid rgb(103,103,103);display:block;position:relative;background:rgba(17,17,17,0.9);padding-top:1rem;padding-left:1.5rem;border-radius:16px;padding-right:1.5rem;padding-bottom:1rem;}body main .t1858{background:;}body main .t1859{font-size:1.15rem;background:;line-height:2;}body main .t1861{margin-bottom:auto;}body main .t1864{margin-top:auto;}body main .t1869{row-gap:4rem;}body main .t1870{background:#0f0f0f;}body main .t1871{height:100%;}body main .t1872{padding-bottom:8rem;}body main .t1873{width:60%;row-gap:5rem;}body main .t1875{display:flex;row-gap:0.5rem;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t1876{border:1px solid rgb(103,103,103);display:block;position:relative;background:rgba(17,17,17,0.9);padding-top:1rem;padding-left:1.5rem;border-radius:16px;padding-right:1.5rem;padding-bottom:1rem;}body main .t1877{background:;}body main .t1878{font-size:1.15rem;background:;line-height:2;}body main .t1881{margin-bottom:auto;}body main .t1884{margin-top:auto;}body main .t1887{height:100vh;background:#0f0f0f;}@media screen and (max-width: 767px) {body main .t1887{border-radius:0px 0px 0px 0px;}}body main .t1888{height:100%;}body main .t1889{height:100%;align-items:center;padding-bottom:15rem;justify-content:center;}body main .t1890{width:60%;row-gap:5rem;}body main .t1891{align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}body main .t1892{display:none;}body main .t1894{margin-bottom:auto;}body main .t1897{margin-top:auto;}body main .t1900{flex-wrap:wrap;margin-top:1rem;align-items:center;justify-content:center;}body main .t1909{background:#0f0f0f;}body main .t1910{height:100%;}body main .t1911{padding-bottom:8rem;}body main .t1912{width:60%;row-gap:5rem;}body main .t1914{display:flex;row-gap:0.5rem;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t1915{border:1px solid rgb(103,103,103);display:block;position:relative;background:rgba(17,17,17,0.9);padding-top:1rem;padding-left:1.5rem;border-radius:16px;padding-right:1.5rem;padding-bottom:1rem;}body main .t1916{background:;}body main .t1917{font-size:1.15rem;background:;line-height:2;}body main .t1919{margin-bottom:auto;}body main .t1922{margin-top:auto;}body main .t1926{top:3rem;width:60%;row-gap:1.5rem;z-index:5;position:absolute;background:rgba(0,0,0,0.59);align-items:flex-start;aspect-ratio:1/1.15;}@media screen and (max-width: 767px) {body main .t1926{width:80%;}}@media screen and (max-width: 480px) {body main .t1926{padding-top:0.5rem;padding-left:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;}}body main .t1927{width:100%;height:100%;row-gap:0.5rem;border-radius:16px;}body main .t1928{width:100%;display:flex;position:relative;align-items:flex-start;flex-direction:column;}body main .t1930{column-gap:0.25rem;}body main .t1932{font-size:0.5rem;}body main .t1933{color:var(--nrm-txt-light);}body main .t1934{color:var(--nrm-txt-light);display:none;font-size:0.4rem;}body main .t1938{width:100%;height:auto;object-fit:cover;aspect-ratio:16/9;border-radius:16px;}@media screen and (max-width: 480px) {body main .t1938{border-radius:8px;}}body main .t1939{width:100%;row-gap:0.25rem;flex-wrap:wrap;column-gap:0.25rem;}@media screen and (max-width: 991px) {body main .t1939{row-gap:0.15rem;}}body main .t1946{top:0.5rem;left:0.5rem;right:auto;border:1px solid var(--nur-border-dark);bottom:auto;position:absolute;font-size:0.5rem;background:rgba(43,43,43,0.27);font-weight:600;padding-left:0.85rem;padding-right:0.85rem;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);}body main .t1950{border:1px solid var(--nur-border-dark);row-gap:0.25rem;background:rgba(0,0,0,0.78);box-shadow:0px 0px 15px 5px rgba(0,0,0,0.28);align-items:flex-start;border-radius:10px;flex-direction:column;}body main .t1951{font-size:0.6rem;}body main .t1953{column-gap:0.25rem;}body main .t1954{color:rgb(255,255,255);}body main .t1955{font-size:0.7rem;}body main .t1956{width:1rem;height:1rem;}body main .t1957{top:9.5rem;right:2rem;filter:;display:flex;z-index:5;position:absolute;box-shadow:;align-items:flex-start;}@media screen and (max-width: 480px) {body main .t1957{top:10rem;}}body main .t1958{color:#22ff1f;width:1rem;display:flex;box-shadow:;align-items:center;justify-content:center;}body main .t1959{top:8rem;left:2rem;filter:;display:flex;z-index:5;position:absolute;box-shadow:;align-items:flex-start;}body main .t1960{border:1px solid rgb(43,43,43);row-gap:0.25rem;background:rgba(0,0,0,0.78);box-shadow:0px 0px 15px 5px rgba(0,0,0,0.28);align-items:flex-start;border-radius:10px;flex-direction:column;}body main .t1961{font-size:0.6rem;}body main .t1963{column-gap:0.25rem;}body main .t1964{color:rgb(255,255,255);}body main .t1965{font-size:0.7rem;}body main .t1966{width:1rem;height:1rem;}body main .t1967{color:rgb(255,53,144);width:1rem;display:flex;box-shadow:;align-items:center;justify-content:center;}body main .t1968{top:5rem;left:10rem;filter:;display:flex;z-index:5;position:absolute;box-shadow:;align-items:flex-start;}body main .t1969{border:1px solid rgb(43,43,43);row-gap:0.25rem;background:rgba(0,0,0,0.78);box-shadow:0px 0px 15px 5px rgba(0,0,0,0.28);align-items:flex-start;border-radius:10px;flex-direction:column;}body main .t1970{font-size:0.6rem;}body main .t1972{column-gap:0.25rem;}body main .t1973{color:rgb(255,255,255);}body main .t1974{font-size:0.7rem;}body main .t1975{width:1rem;height:1rem;}body main .t1976{color:#ff531f;width:1rem;display:flex;box-shadow:;align-items:center;justify-content:center;}body main .t1977{height:auto;margin-left:auto;margin-right:auto;}body main .t1978{color:rgb(208,208,208);font-size:0.9rem;font-family:'NuramaGrotesk';font-weight:700;}body main .t1982{row-gap:4rem;}body main .t1983{color:rgba(0,0,0,1.00);width:100%;}@media screen and (max-width: 991px) {body main .t1983{display:flex;flex-direction:column;grid-template-columns:1fr;}}body main .t1986{position:relative;background:rgb(0,0,0);}@media screen and (max-width: 991px) {body main .t1986{width:100%;}}@media screen and (max-width: 991px) {body main .t1987{max-width:auto;}}@media screen and (max-width: 767px) {body main .t1987{object-fit:contain;}}body main .t1988{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t1988{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t1988{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t1989{max-width:100%;}}body main .t1991{font-style:normal;}body main .t1992{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t1993{font-style:normal;font-weight:300;margin-bottom:40px;}@media screen and (max-width: 767px) {body main .t1994{flex-direction:column;}}body main .t1995{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t1995{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t1995{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t1996{max-width:100%;}}body main .t1997{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t1998{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t2000{font-style:normal;}body main .t2001{position:relative;background:rgb(0,0,0);}@media screen and (max-width: 767px) {body main .t2002{flex-direction:column;}}body main .t2003{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2003{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t2003{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t2004{max-width:100%;}}body main .t2006{font-style:normal;}body main .t2007{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t2008{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t2009{position:relative;background:rgb(0,0,0);}@media screen and (max-width: 767px) {body main .t2010{flex-direction:column;}}body main .t2011{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2011{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t2011{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t2012{max-width:100%;}}body main .t2013{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t2015{font-style:normal;}body main .t2016{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t2017{position:relative;background:rgb(0,0,0);}@media screen and (max-width: 767px) {body main .t2018{height:350px;max-width:100%;}}@media screen and (max-width: 767px) {body main .t2019{flex-direction:column;}}body main .t2020{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2020{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t2020{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t2021{max-width:100%;}}body main .t2022{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t2023{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t2025{font-style:normal;}body main .t2026{position:relative;background:rgb(0,0,0);}@media screen and (max-width: 767px) {body main .t2027{flex-direction:column;}}body main .t2028{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2028{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t2028{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t2029{max-width:100%;}}body main .t2030{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t2031{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t2033{font-style:normal;}body main .t2034{position:relative;background:rgb(0,0,0);}@media screen and (max-width: 767px) {body main .t2036{flex-direction:column;}}body main .t2037{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2037{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t2037{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t2038{max-width:100%;}}body main .t2039{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t2040{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t2042{font-style:normal;}body main .t2043{position:relative;background:rgb(0,0,0);}body main .t2044{display:flex;row-gap:0.5rem;position:relative;flex-wrap:wrap;column-gap:0.5rem;flex-direction:column;}@media screen and (max-width: 991px) {body main .t2044{display:flex;flex-direction:row;grid-template-columns:1fr 1fr;}}@media screen and (max-width: 767px) {body main .t2044{display:flex;align-items:flex-start;flex-direction:row;}}@media screen and (max-width: 480px) {body main .t2044{grid-template-columns:1fr;}}body main .t2045{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t2045.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t2047{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t2048{font-style:normal;}body main .t2049{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t2049.dh-active{background:#0033ff;}body main .t2051{font-style:normal;}body main .t2052{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t2053{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t2053.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t2055{font-style:normal;}body main .t2056{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t2057{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t2057.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t2059{font-style:normal;}body main .t2060{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t2061{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t2061.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t2063{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t2064{font-style:normal;}body main .t2065{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t2065.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t2067{font-style:normal;}body main .t2068{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t2069{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t2069.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t2071{font-style:normal;}body main .t2072{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t2073{width:100%;}body main .t2074{width:100%;}@media screen and (max-width: 767px) {body main .t2074{row-gap:40px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2077{font-size:16px;}}body main .t2078{top:0%;left:0%;right:0%;bottom:0%;display:flex;z-index:50;position:fixed;background:rgba(0,0,0,0.2);align-items:flex-start;margin-left:auto;padding-top:10rem;margin-right:auto;backdrop-filter:blur(8px);justify-content:center;-webkit-backdrop-filter:blur(8px);}@media screen and (max-width: 767px) {body main .t2078{padding-top:6rem;}}@media screen and (max-width: 480px) {body main .t2078{padding-top:2rem;}}body main .t2079{width:100%;height:100%;overflow:clip;}body main .t2081{width:100%;}body main .t2083{width:100%;height:100%;overflow:clip;border-radius:16px;}body main .t2084{width:100%;height:100%;display:flex;overflow:clip;align-items:center;padding-top:0.3rem;aspect-ratio:16/9;padding-left:0.3rem;border-radius:16px;padding-right:0.3rem;padding-bottom:0.3rem;backdrop-filter:blur(12px);justify-content:center;-webkit-backdrop-filter:blur(12px);}@media screen and (max-width: 480px) {body main .t2084{padding-top:0.2rem;padding-left:0.2rem;padding-right:0.2rem;padding-bottom:0.2rem;}}body main .t2089{padding-bottom:12rem;}@media screen and (max-width: 991px) {body main .t2090{width:100%;}}@media screen and (max-width: 480px) {body main .t2091{margin-top:-2rem;padding-top:0rem;}}body main .t2092{width:100%;}@media screen and (max-width: 991px) {body main .t2092{display:flex;flex-direction:column;}}@media screen and (max-width: 767px) {body main .t2092{display:flex;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2092{display:flex;column-gap:2rem;}}body main .t2093{color:rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t2093{width:100%;}}@media screen and (max-width: 480px) {body main .t2095{font-size:16px;}}body main .t2096{width:100%;row-gap:2rem;}body main .t2097{width:100%;row-gap:2rem;}body main .t2098{row-gap:6rem;}@media screen and (max-width: 767px) {body main .t2098{row-gap:8rem;}}body main .t2099{top:0%;left:0%;right:0%;width:100%;bottom:0%;height:100%;display:none;z-index:1;position:sticky;mask-image:linear-gradient(  to  bottom,  rgba(0,0,0,1) 0%,  rgba(0,0,0,1) 78%,  rgba(0,0,0,0) 100%);object-fit:cover;margin-left:auto;margin-right:auto;object-position:20% 90%;}@media screen and (max-width: 480px) {body main .t2099{object-fit:cover;}}body main .t2100{top:auto;left:autpo;right:auto;bottom:2.5rem;z-index:10;position:absolute;column-gap:1rem;margin-left:auto;margin-right:auto;pointer-events:auto!important;}@media screen and (max-width: 480px) {body main .t2100{row-gap:1rem;max-width:90%;flex-direction:row;}}body main .t2101{flex:0 0 auto;}body main .t2101.dh-active{color:var(--nrm-dark-bg);background:rgb(from var(--nrm-creator) r g b / 40%);}@media screen and (max-width: 480px) {body main .t2102{display:none;}}body main .t2103{width:1rem;height:1rem;}body main .t2104{min-width:3rem;min-height:3rem;}body main .t2104.dh-active{color:var(--nrm-dark-bg);background:rgb(from var(--nrm-creator) r g b / 40%);}body main .t2105{width:1rem;height:1rem;}body main .t2106{min-width:3rem;min-height:3rem;}body main .t2106.dh-active{color:var(--nrm-dark-bg);background:rgb(from var(--nrm-creator) r g b / 40%);}body main .t2107{width:1rem;height:1rem;}body main .t2108{flex:0 0 auto;display:none;}body main .t2108.dh-active{color:var(--nrm-dark-bg);background:rgb(from var(--nrm-creator) r g b / 40%);}body main .t2110{width:1rem;height:1rem;}body main .t2111{top:0%;left:0%;right:0%;width:100%;bottom:0%;height:100%;z-index:5;position:absolute;margin-left:auto;margin-right:auto;pointer-events:auto;}body main .t2112{width:100%;height:100%;display:flex;z-index:1;position:absolute;object-fit:cover;margin-left:auto;margin-right:auto;}body main .t2113{min-width:3rem;min-height:3rem;}body main .t2113.dh-active{color:rgb(21,21,21);background:rgb(from #ffd21e r g b / 40%);}body main .t2114{width:1rem;height:1rem;background:rgb(255,255,255);border-radius:100%;}body main .t2115{flex:0 0 auto;width:auto;column-gap:0.5rem;}body main .t2119{width:100%;row-gap:2rem;}body main .t2120{width:100%;align-items:start;justify-items:stretch;grid-template-columns:0.80fr 1fr;}@media screen and (max-width: 991px) {body main .t2120{display:flex;flex-direction:column;}}@media screen and (max-width: 767px) {body main .t2120{display:flex;flex-direction:column;}}body main .t2121{width:100%;}body main .t2122{width:100%;}body main .t2125{width:5px;height:5px;background:rgb(0,255,106);border-radius:100%;}body main .t2127{display:flex;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:flex-start;}body main .t2128{width:100%;}body main .t2129{position:relative;}body main .t2136{background:#0f0f0f;}body main .t2137{height:100%;}body main .t2138{padding-bottom:8rem;}body main .t2139{width:60%;row-gap:5rem;}@media screen and (max-width: 991px) {body main .t2139{width:60%;}}body main .t2141{display:flex;row-gap:0rem;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t2142{border:1px solid rgb(103,103,103);display:flex;position:relative;background:rgba(17,17,17,0.9);padding-top:1rem;padding-left:1.5rem;border-radius:12px;padding-right:1.5rem;padding-bottom:1rem;}body main .t2143{background:;}body main .t2146{margin-bottom:auto;}body main .t2149{margin-top:auto;}body main .t2154{margin-left:0.25rem;margin-right:0.25rem;}body main .t2156{margin-left:0.25rem;margin-right:0.25rem;}body main .t2158{color:var(--nrm-gray-dim);}body main .t2161{column-gap:4rem;}@media screen and (max-width: 991px) {body main .t2161{align-items:flex-start;flex-direction:column;}}body main .t2162{width:100%;}body main .t2164{text-align:center;}@media screen and (max-width: 767px) {body main .t2165{padding-bottom:8rem;}}@media screen and (max-width: 480px) {body main .t2165{padding-bottom:0rem;}}body main .t2166{color:rgb(237,237,237);}@media screen and (max-width: 767px) {body main .t2166{text-align:left;}}@media screen and (max-width: 480px) {body main .t2166{text-align:left;}}body main .t2167{width:100%;}@media screen and (max-width: 991px) {body main .t2168{row-gap:1rem;flex-direction:row;}}@media screen and (max-width: 767px) {body main .t2168{align-items:flex-start;}}body main .t2170{display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2170{width:1.25rem;height:1.25rem;}}body main .t2174{width:100%;border:1px solid rgb(30,30,30);height:auto;background:rgb(0,0,0);align-items:center;aspect-ratio:16/10;border-radius:32px;flex-direction:column;justify-content:center;}@media screen and (max-width: 480px) {body main .t2174{aspect-ratio:1/1;}}body main .t2176{margin-bottom:auto;}body main .t2179{margin-top:auto;}body main .t2182{top:0%;left:0%;right:0%;width:100%;bottom:0%;height:100%;z-index:2;overflow:clip;position:absolute;background:radial-gradient(circle,#00000075 56%,#00000000 100%);margin-left:auto;margin-right:auto;border-radius:16px;}body main .t2183{top:0%;left:0%;right:0%;width:100%;bottom:0%;height:100%;opacity:20%;z-index:1;position:absolute;background:;margin-left:auto;margin-right:auto;}body main .t2184{top:auto;left:0%;right:auto;border:1px solid rgb(21,21,21);bottom:0%;z-index:20;overflow:clip;position:absolute;background:#171717;padding-top:0.7rem;padding-left:0.7rem;border-radius:0px 16px 0px 0px;padding-right:0.7rem;padding-bottom:0.7rem;}@media screen and (max-width: 480px) {body main .t2184{left:auto;right:auto;}}body main .t2188{margin-bottom:auto;}body main .t2191{margin-top:auto;}body main .t2194{top:0%;left:0%;right:0%;width:100%;bottom:0%;height:100%;z-index:1;position:absolute;background:;margin-left:auto;margin-right:auto;}body main .t2195{top:4rem;left:10rem;right:auto;width:14rem;border:1px solid rgba(0,0,0,0);bottom:auto;display:block;z-index:3;overflow:clip;position:absolute;background:rgb(0,0,0);margin-left:auto;margin-right:auto;border-radius:12px;}@media screen and (max-width: 767px) {body main .t2195{width:12rem;}}@media screen and (max-width: 480px) {body main .t2195{left:12rem;width:10rem;}}body main .t2196{width:100%;filter:;margin-left:auto;margin-right:auto;}@media screen and (max-width: 480px) {body main .t2196{top:5rem;bottom:auto;}}body main .t2197{top:0.75rem;left:auto;right:0.75rem;bottom:auto;position:absolute;background:rgb(19,19,19);padding-top:0.15rem;padding-left:0.15rem;border-radius:8px;padding-right:0.15rem;padding-bottom:0.15rem;}body main .t2198{width:1rem;height:1rem;}body main .t2199{width:1rem;height:1rem;}body main .t2200{top:8rem;right:8rem;width:14rem;border:1px solid rgba(0,0,0,0);z-index:4;overflow:clip;position:absolute;background:rgb(0,0,0);border-radius:12px;}@media screen and (max-width: 767px) {body main .t2200{top:10rem;width:12rem;}}@media screen and (max-width: 480px) {body main .t2200{right:12rem;width:10rem;}}body main .t2201{width:100%;box-shadow:;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);}@media screen and (max-width: 480px) {body main .t2201{top:auto;}}body main .t2202{top:0.75rem;left:auto;right:0.75rem;bottom:auto;position:absolute;background:rgb(19,19,19);padding-top:0.15rem;padding-left:0.15rem;border-radius:8px;padding-right:0.15rem;padding-bottom:0.15rem;}body main .t2203{width:1rem;height:1rem;}body main .t2204{width:1rem;height:1rem;}body main .t2205{font-style:normal;}body main .t2206{align-items:center;justify-items:start;}@media screen and (max-width: 767px) {body main .t2206{display:flex;row-gap:1rem;flex-direction:column;}}body main .t2215{width:40%;text-align:center;align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 767px) {body main .t2215{width:65%;}}@media screen and (max-width: 480px) {body main .t2215{width:80%;}}body main .t2216{font-style:normal;}body main .t2218{width:100%;cursor:pointer;display:flex;overflow:clip;margin-top:3rem;align-items:center;aspect-ratio:16/9;border-radius:16px;justify-content:center;}body main .t2218:hover div{transform:scale(1.25,1.25);}body main .t2219{transition:all 250ms 0ms ease-out;aspect-ratio:16/9;}body main .t2220{align-items:center;justify-content:center;}body main .t2221{position:absolute;background:rgb(from var(--nrm-dark-bg) r g b / 40%);transition:all 250ms 0ms ease-out;border-radius:16px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);}@media screen and (max-width: 480px) {body main .t2221{padding-top:0.6rem;padding-left:0.6rem;padding-right:0.6rem;padding-bottom:0.6rem;}}body main .t2222{display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}body main .t2223{width:100%;grid-template-columns:0.80fr 1fr;}@media screen and (max-width: 991px) {body main .t2223{display:flex;flex-direction:column;}}@media screen and (max-width: 767px) {body main .t2223{display:flex;flex-direction:column;}}@media screen and (max-width: 991px) {body main .t2226{row-gap:1rem;flex-direction:row;}}body main .t2231{display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}body main .t2234{column-gap:0.5rem;}body main .t2236{transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);}body main .t2237{cursor:pointer;}body main .t2238{align-items:center;aspect-ratio:16/9;justify-content:center;}body main .t2239{z-index:5;position:relative;}body main .t2240{width:100%;display:none;row-gap:2rem;}body main .t2241{width:100%;grid-template-columns:0.80fr 1fr;}@media screen and (max-width: 991px) {body main .t2241{display:flex;flex-direction:column;}}@media screen and (max-width: 767px) {body main .t2241{display:flex;flex-direction:column;}}@media screen and (max-width: 991px) {body main .t2244{row-gap:1rem;flex-direction:row;}}body main .t2249{display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t2249{width:2rem;height:2rem;}}body main .t2252{column-gap:0.5rem;}body main .t2254{transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);}@media screen and (max-width: 480px) {body main .t2254{width:2rem;height:2rem;}}body main .t2256{aspect-ratio:16/9;}body main .t2258{z-index:800;position:absolute;background:rgb(from rgb(21,21,21) r g b / 40%);column-gap:0.5rem;border-radius:16px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);}@media screen and (max-width: 767px) {body main .t2258{background:rgba(20,20,20,0.01);}}@media screen and (max-width: 480px) {body main .t2258{background:rgba(20,20,20,0.12)!important;column-gap:0.5rem;padding-top:0.4rem;padding-left:0.4rem;border-radius:10px;padding-right:0.4rem;padding-bottom:0.4rem;}}body main .t2259{width:1.75rem;height:1.75rem;display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2259{width:1.5rem;height:1.5rem;}}@media screen and (max-width: 480px) {body main .t2259{width:1.75rem;height:1.75rem;}}body main .t2260{width:100%;display:flex;row-gap:0.5rem;overflow:clip;position:relative;column-gap:0.5rem;min-height:53.2vh;align-items:flex-start;padding-top:0rem;padding-left:0rem;border-radius:16px;justify-items:stretch;padding-right:0rem;flex-direction:column;padding-bottom:0rem;justify-content:center;grid-template-columns:3rem 30rem 80rem;}@media screen and (max-width: 991px) {body main .t2260{min-height:auto;}}@media screen and (max-width: 480px) {body main .t2260{border-radius:12px;}}body main .t2261{width:100%;height:100%;position:absolute;margin-left:auto;margin-right:auto;}body main .t2262{width:100%;height:100%;display:flex;margin-left:auto;margin-right:auto;}body main .t2263{font-size:0.80rem;}@media screen and (max-width: 480px) {body main .t2263{flex:0 0 auto;order:-1000;}}body main .t2264{flex:1 1 0%;}@media screen and (max-width: 767px) {body main .t2264{justify-content:space-between;}}body main .t2266{color:var(--nrm-gray-dim);font-size:0.70rem;text-decoration:underline;}body main .t2267{width:auto;}body main .t2268{color:var(--nrm-gray-dim);font-size:0.70rem;margin-top:0.5rem;padding-left:0.5rem;}body main .t2270{display:flex;align-items:flex-start;flex-direction:row;grid-template-columns:0.15fr 1fr;}@media screen and (max-width: 991px) {body main .t2270{row-gap:6rem;flex-direction:column;}}body main .t2271{border:1px solid rgb(103,103,103);display:block;position:relative;background:rgba(17,17,17,0.9);padding-top:1rem;padding-left:1.5rem;border-radius:16px;padding-right:1.5rem;padding-bottom:1rem;}body main .t2272{background:;}body main .t2273{top:0%;left:0%;right:0%;width:100%;bottom:0%;height:40rem;opacity:40%;z-index:1;position:absolute;mask-image:linear-gradient(to bottom, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);object-fit:cover;margin-left:auto;margin-right:auto;border-radius:0px 0px 32px 32px;-webkit-mask-image:linear-gradient(to bottom, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);}@media screen and (max-width: 480px) {body main .t2273{height:55rem;}}body main .t2274{width:100%;grid-template-columns:0.80fr 1fr;}@media screen and (max-width: 991px) {body main .t2274{display:flex;flex-direction:column;}}@media screen and (max-width: 767px) {body main .t2274{display:flex;flex-direction:column;}}body main .t2276{width:100%;}body main .t2277{column-gap:1rem;}@media screen and (max-width: 991px) {body main .t2277{row-gap:1rem;column-gap:1.5rem;align-items:center;flex-direction:row;}}@media screen and (max-width: 767px) {body main .t2277{width:100%;row-gap:1rem;column-gap:1rem;}}@media screen and (max-width: 480px) {body main .t2284{text-wrap:pretty;}}body main .t2287{display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}body main .t2288{cursor:pointer;}body main .t2289{aspect-ratio:16/9;}body main .t2290{display:none;}body main .t2291{width:100%;}body main .t2293{height:auto;display:none;background:rgba(0,0,0,0);backdrop-filter:;-webkit-backdrop-filter:;}@media screen and (max-width: 991px) {body main .t2293{top:0rem;}}@media screen and (max-width: 767px) {body main .t2293{padding-top:5rem;}}body main .t2300{width:100%;}body main .t2301{width:100%;display:flex;row-gap:16px;align-items:center;flex-direction:column;justify-content:center;}body main .t2302{width:100%;display:flex;background:rgba(0,0,0,0.05);border-radius:6px;flex-direction:column;}body main .t2305{height:16px;transition:all 200ms 0ms linear;}body main .t2306{width:100%!important;display:flex;padding-top:1.3rem;padding-left:1.3rem;padding-right:1.3rem;flex-direction:column;padding-bottom:1.3rem;}body main .t2307{color:rgb(218,218,218);}body main .t2308{width:100%;row-gap:4rem;align-items:center;justify-content:center;}body main .t2310{max-width:60rem;}body main .t2312{color:var(--nrm-txt-dim);font-size:1.5rem;text-wrap:pretty;}@media screen and (max-width: 991px) {body main .t2312{font-size:1.35rem;}}@media screen and (max-width: 480px) {body main .t2312{font-size:1.15rem;text-wrap:balance;}}body main .t2313{border:1px solid var(--nur-border-dark);display:flex;background:rgba(0,0,0,0);align-items:center;margin-left:auto;padding-top:2rem;margin-right:auto;padding-left:2rem;border-radius:16px;justify-items:center;padding-right:2rem;flex-direction:row;padding-bottom:2rem;backdrop-filter:blur(5px);justify-content:center;grid-template-columns:0.5fr 0.5fr 1fr;-webkit-backdrop-filter:blur(5px);}@media screen and (max-width: 991px) {body main .t2313{display:flex;row-gap:2rem;background:rgba(0,0,0,0.58);flex-direction:column;}}body main .t2314{flex-direction:row;}@media screen and (max-width: 991px) {body main .t2314{flex-direction:row-reverse;}}@media screen and (max-width: 480px) {body main .t2314{flex-direction:row;}}body main .t2315{color:rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t2319{width:100%;}}body main .t2320{flex-direction:row;}@media screen and (max-width: 991px) {body main .t2320{flex-direction:row-reverse;}}@media screen and (max-width: 480px) {body main .t2320{flex-direction:row;}}@media screen and (max-width: 991px) {body main .t2322{width:100%;}}body main .t2326{flex-direction:row;}@media screen and (max-width: 991px) {body main .t2326{flex-direction:row-reverse;}}@media screen and (max-width: 480px) {body main .t2326{flex-direction:row;}}@media screen and (max-width: 991px) {body main .t2328{width:100%;}}body main .t2332{object-fit:cover;object-position:0% 80%;}body main .t2333{min-height:100vh;border-radius:0px 0px 0px 0px;}@media screen and (max-width: 767px) {body main .t2333{mask-image:linear-gradient(  to bottom,  rgba(0,0,0,1) 0%,  rgba(0,0,0,1) 88%,  rgba(0,0,0,0.95) 91%,  rgba(0,0,0,0.8) 94%,  rgba(0,0,0,0.5) 97%,  rgba(0,0,0,0) 100%);}}body main .t2337{row-gap:2rem;}body main .t2338{display:flex;row-gap:0rem;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t2341{margin-left:0.25rem;margin-right:0.25rem;}body main .t2342{border:1px solid rgb(103,103,103);display:flex;position:relative;background:rgba(17,17,17,0.9);padding-top:1rem;padding-left:1.5rem;border-radius:12px;padding-right:1.5rem;padding-bottom:1rem;}body main .t2343{background:;}body main .t2348{margin-top:0.5rem;}body main .t2350{margin-left:.25rem;}body main .t2353{margin-bottom:1.5rem;}body main .t2354{align-items:flex-start;}body main .t2356{width:7rem;}@media screen and (max-width: 480px) {body main .t2356{width:6rem;}}body main .t2357{display:flex;column-gap:0.5rem;align-items:center;justify-content:center;}body main .t2359{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;}body main .t2360{width:2.5rem;cursor:pointer;height:2.5rem;display:flex;font-size:0.9rem;align-items:center;padding-top:0.25rem;padding-left:0.25rem;border-radius:8px;padding-right:0.25rem;padding-bottom:0.25rem;justify-content:center;}body main .t2360:hover{background:#1b1b1b;}body main .t2361{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;}body main .t2362{width:100%;display:flex;row-gap:1rem;flex-wrap:wrap;column-gap:2rem;margin-top:1.5rem;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t2362{row-gap:1rem;flex-wrap:wrap;flex-direction:column;}}body main .t2363{width:100%;}body main .t2365{width:100%;display:flex;column-gap:0.25rem;}@media screen and (max-width: 480px) {body main .t2365{width:100%;}}body main .t2366{width:100%;}body main .t2367{width:100%;height:100%;}@media screen and (max-width: 480px) {body main .t2367{width:100%;}}body main .t2368{width:100%;}body main .t2369{width:100%;height:100%;}@media screen and (max-width: 480px) {body main .t2369{width:100%;}}body main .t2370{row-gap:2rem;}body main .t2371{width:100%;height:100%;display:grid;row-gap:1.5rem;overflow:auto;column-gap:2rem;padding-right:0.5rem;flex-direction:column;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t2371{display:flex;}}@media screen and (max-width: 480px) {body main .t2371{max-height:20rem;}}body main .t2403{font-family:'NuramaGrotesk';}body main .t2404{top:auto;left:0%;color:rgb(255,255,255);right:0%;border:1px solid rgb(43,43,43);bottom:2.5rem;display:flex;row-gap:0rem;z-index:500;overflow:clip;position:fixed;font-size:1rem;max-width:50rem;background:#000000b5;font-family:'NuramaTer';margin-left:auto;padding-top:1.3rem;margin-right:auto;padding-left:1.6rem;border-radius:16px;padding-right:1.6rem;flex-direction:column;padding-bottom:1.3rem;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);}@media screen and (max-width: 991px) {body main .t2404{max-width:80%;}}@media screen and (max-width: 767px) {body main .t2404{flex-wrap:wrap;max-width:90%;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t2404{top:auto;left:0%;right:0%;bottom:1rem;max-width:95%;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;}}body main .t2405{width:100%;row-gap:1rem;flex-wrap:wrap;padding-top:0.5rem;flex-direction:row;}@media screen and (max-width: 767px) {body main .t2405{row-gap:1rem;}}@media screen and (max-width: 480px) {body main .t2405{flex-direction:row;}}body main .t2406{cursor:pointer;}@media screen and (max-width: 767px) {body main .t2406{margin-left:0rem;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t2406{margin-left:0rem;margin-right:auto;}}body main .t2407{width:0.75rem;height:0.75rem;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 991px) {body main .t2407{order:-1000;}}body main .t2408{color:rgb(242,242,242);font-size:0.75rem;text-align:left;}body main .t2409{width:2.5rem;cursor:pointer;height:2.5rem;display:flex;font-size:0.9rem;align-items:center;font-family:'Inter';font-weight:400;padding-top:0.25rem;padding-left:0.25rem;border-radius:8px;padding-right:0.25rem;flex-direction:row;padding-bottom:0.25rem;justify-content:center;}body main .t2409:hover{background:#1b1b1b;}body main .t2410{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;}body main .t2411{width:100%;row-gap:0.25rem;}body main .t2412{width:100%;display:flex;column-gap:0.5rem;align-items:center;padding-bottom:1rem;}@media screen and (max-width: 480px) {body main .t2412{row-gap:1.5rem;align-items:flex-start;flex-direction:column;}}body main .t2413{width:7rem;}@media screen and (max-width: 480px) {body main .t2413{width:6rem;}}body main .t2414{column-gap:2rem;}@media screen and (max-width: 991px) {body main .t2414{row-gap:1rem;align-items:flex-start;flex-direction:column;}}body main .t2415{flex:1 1 0%;font-size:0.9rem;font-weight:300;}body main .t2418{color:#ffd21e;margin-left:0.15rem;margin-right:0.15rem;text-decoration:underline;}body main .t2426{padding-top:2rem;padding-bottom:2rem;}@media screen and (max-width: 767px) {body main .t2426{padding-left:0rem;padding-right:0rem;padding-bottom:0rem;}}@media screen and (max-width: 480px) {body main .t2426{flex-direction:row;padding-bottom:2rem;}}body main .t2428{height:100%;}body main .t2430{width:100%;display:flex;margin-top:3rem;align-items:center;margin-bottom:1.5rem;justify-content:space-between;}body main .t2431{margin-right:auto;}body main .t2439{width:auto;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2439{width:auto;}}body main .t2441{padding-left:0.9rem;padding-right:0.9rem;}body main .t2442{font-weight:400;}body main .t2443{background:rgba(255,231,15,0);padding-left:0.9rem;padding-right:0.9rem;}body main .t2444{color:rgb(255,255,255);font-weight:400;}body main .t2458{display:flex;}body main .t2462{flex-wrap:wrap;margin-top:1rem;align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}body main .t2463{cursor:wait;pointer-events:none;}@media screen and (max-width: 991px) {body main .t2463{cursor:wait;pointer-events:none;}}body main .t2467{cursor:wait;pointer-events:none;}@media screen and (max-width: 991px) {body main .t2467{cursor:wait;pointer-events:none;}}body main .t2473{opacity:80%;row-gap:0rem;align-items:center;justify-content:center;}body main .t2475{border:1px solid var(--nur-border-dark);display:flex;z-index:10;position:absolute;background:linear-gradient(180deg,#f2f2f205 1%,rgba(0,0,0,0.33) 52%,#5252528f 97%);column-gap:1rem;padding-top:0.5rem;padding-left:1rem;border-radius:16px;padding-right:1rem;padding-bottom:0.5rem;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);}@media screen and (max-width: 480px) {body main .t2475{column-gap:0.5rem;padding-left:0.4rem;border-radius:10px;padding-right:0.4rem;}}body main .t2476{width:5rem;height:5rem;overflow:clip;background:rgba(0,0,0,0.44);padding-top:0.7rem;aspect-ratio:1/1;padding-left:0.7rem;border-radius:12px;padding-right:0.7rem;padding-bottom:0.7rem;}@media screen and (max-width: 991px) {body main .t2476{width:4rem;height:4rem;padding-top:0.5rem;padding-left:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;}}@media screen and (max-width: 480px) {body main .t2476{width:2.5rem;height:2.5rem;}}@media screen and (max-width: 480px) {body main .t2478{font-size:0.8rem;}}body main .t2479{display:flex;align-items:center;flex-direction:column;justify-content:center;}body main .t2481{color:var(--nrm-txt-dim);}body main .t2482{column-gap:0.25rem;}body main .t2483{color:var(--nrm-txt-dim);font-size:0.75rem;}@media screen and (max-width: 480px) {body main .t2483{font-size:0.5rem;}}body main .t2484{width:0.8rem;height:0.8rem;display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t2484{width:0.8rem;height:0.8rem;}}body main .t2488{align-items:center;justify-content:center;}body main .t2489{width:40%;text-align:center;align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 767px) {body main .t2489{width:65%;}}@media screen and (max-width: 480px) {body main .t2489{width:80%;}}body main .t2490{font-style:normal;}body main .t2492{width:100%;cursor:pointer;display:flex;overflow:clip;margin-top:3rem;align-items:center;aspect-ratio:16/9;border-radius:16px;justify-content:center;}body main .t2492:hover div{transform:scale(1.25,1.25);}body main .t2493{position:absolute;background:rgb(from rgb(21,21,21) r g b / 40%);transition:all 250ms 0ms ease-out;border-radius:16px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);}@media screen and (max-width: 480px) {body main .t2493{padding-top:0.6rem;padding-left:0.6rem;padding-right:0.6rem;padding-bottom:0.6rem;}}body main .t2494{display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}body main .t2495{transition:all 250ms 0ms ease-out;aspect-ratio:16/9;}body main .t2496{column-gap:0.5rem;align-items:center;justify-content:center;}body main .t2498{transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);}body main .t2501{margin-bottom:2.5rem;}body main .t2502{margin-top:6rem;margin-bottom:2.5rem;}@media screen and (max-width: 480px) {body main .t2504{width:100%;display:flex;align-items:center;justify-content:center;}}@media screen and (max-width: 480px) {body main .t2505{justify-content:space-between;}}body main .t2506{color:rgb(255,255,255);cursor:pointer;font-size:0.9rem;transition:all 350ms 0ms linear;}body main .t2506:hover{color:rgb(255,255,255);}@media screen and (max-width: 480px) {body main .t2507{width:100%;}}@media screen and (max-width: 480px) {body main .t2508{width:100%;}}@media screen and (max-width: 480px) {body main .t2509{width:100%;}}@media screen and (max-width: 480px) {body main .t2510{width:100%;}}body main .t2512{display:none;}@media screen and (max-width: 991px) {body main .t2521{max-width:auto;}}@media screen and (max-width: 767px) {body main .t2521{object-fit:contain;}}@media screen and (max-width: 991px) {body main .t2522{max-width:auto;}}@media screen and (max-width: 767px) {body main .t2522{object-fit:contain;}}@media screen and (max-width: 991px) {body main .t2523{max-width:auto;}}@media screen and (max-width: 767px) {body main .t2523{object-fit:contain;}}@media screen and (max-width: 991px) {body main .t2524{max-width:auto;}}@media screen and (max-width: 767px) {body main .t2524{object-fit:contain;}}@media screen and (max-width: 991px) {body main .t2525{max-width:auto;}}@media screen and (max-width: 767px) {body main .t2525{object-fit:contain;}}@media screen and (max-width: 991px) {body main .t2526{max-width:auto;}}@media screen and (max-width: 767px) {body main .t2526{object-fit:contain;}}@media screen and (max-width: 991px) {body main .t2527{max-width:auto;}}@media screen and (max-width: 767px) {body main .t2527{object-fit:contain;}}@media screen and (max-width: 991px) {body main .t2528{max-width:auto;}}@media screen and (max-width: 767px) {body main .t2528{object-fit:contain;}}@media screen and (max-width: 991px) {body main .t2529{max-width:auto;}}@media screen and (max-width: 767px) {body main .t2529{object-fit:contain;}}@media screen and (max-width: 991px) {body main .t2530{max-width:auto;}}@media screen and (max-width: 767px) {body main .t2530{object-fit:contain;}}@media screen and (max-width: 991px) {body main .t2531{max-width:auto;}}@media screen and (max-width: 767px) {body main .t2531{object-fit:contain;}}body main .t2535{min-height:80vh;align-items:center;justify-content:center;}body main .t2536{z-index:5;position:relative;}@media screen and (max-width: 480px) {body main .t2536{margin-top:auto;min-height:40vh;}}@media screen and (max-width: 480px) {body main .t2537{padding-bottom:4rem;}}body main .t2540{line-height:1;}@media screen and (max-width: 480px) {body main .t2540{font-size:1rem;}}body main .t2541{margin-top:0.5rem;}body main .t2542{margin-top:2.5rem;}body main .t2543{margin-top:auto;text-align:center;align-items:center;padding-bottom:5rem;justify-content:center;}body main .t2544{row-gap:0rem;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2545{font-size:2.5rem;}}@media screen and (max-width: 480px) {body main .t2545{font-size:2rem;}}body main .t2546{row-gap:1rem;align-items:center;justify-content:center;}body main .t2547{top:5rem;left:auto;right:auto;width:150rem;bottom:0%;opacity:80%;z-index:1;position:absolute;mask-image:linear-gradient(to bottom, black 0%, black 50%, transparent 95%);align-items:center;margin-left:auto;margin-right:auto;justify-content:center;-webkit-mask-image:linear-gradient(to bottom, black 0%, black 50%, transparent 95%);}@media screen and (max-width: 991px) {body main .t2547{left:auto;right:auto;width:150%;margin-left:auto;}}@media screen and (max-width: 480px) {body main .t2547{top:-15rem;width:150%;}}@media screen and (max-width: 480px) {body main .t2548{padding-top:0px;}}body main .t2550{max-width:70rem;}body main .t2551{display:flex;row-gap:2rem;flex-direction:column;}body main .t2552{margin-top:2.5rem;}body main .t2556{width:70%;text-align:center;align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 767px) {body main .t2556{width:85%;row-gap:40px;flex-direction:column;}}body main .t2558{width:100%;align-items:flex-start;justify-content:center;}@media screen and (max-width: 480px) {body main .t2559{font-size:16px;}}body main .t2560{grid-template-columns:1fr 0.5fr;}@media screen and (max-width: 767px) {body main .t2560{display:flex;flex-direction:column;grid-template-columns:1fr;}}@media screen and (max-width: 767px) {body main .t2561{order:-1000;width:40%;margin-left:auto;margin-right:auto;}}body main .t2563{width:100%;}body main .t2564{width:100%;}body main .t2567{width:100%;}body main .t2571{width:100%;}body main .t2581{align-items:flex-start;}@media screen and (max-width: 480px) {body main .t2581{row-gap:2rem;flex-direction:column;}}body main .t2582{row-gap:1rem;align-items:flex-start;}@media screen and (max-width: 480px) {body main .t2582{width:100%;align-items:flex-start;}}body main .t2584{border-top:1px solid var(--nur-border-dark);border-bottom:1px solid var(--nur-border-dark);}body main .t2585{max-width:70rem;}body main .t2586{display:flex;row-gap:2rem;flex-direction:column;}body main .t2587{grid-template-columns:0.5fr 1fr;}@media screen and (max-width: 767px) {body main .t2587{display:flex;flex-direction:column;grid-template-columns:1fr;}}@media screen and (max-width: 767px) {body main .t2588{order:-1000;width:40%;margin-left:auto;margin-right:auto;}}body main .t2589{width:100%;align-items:flex-start;justify-content:center;}body main .t2590{width:100%;}body main .t2591{width:100%;}body main .t2596{width:100%;}body main .t2601{width:100%;}body main .t2606{width:70%;text-align:center;align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 767px) {body main .t2606{width:85%;row-gap:40px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2606{width:100%;}}@media screen and (max-width: 480px) {body main .t2607{font-size:16px;}}body main .t2609{align-items:flex-start;}@media screen and (max-width: 480px) {body main .t2609{row-gap:2rem;flex-direction:column;}}body main .t2610{width:25%;row-gap:0.5rem;align-items:flex-start;}@media screen and (max-width: 767px) {body main .t2610{width:40%;}}@media screen and (max-width: 480px) {body main .t2610{width:100%;align-items:flex-start;}}body main .t2616{max-width:70rem;}body main .t2617{display:flex;row-gap:2rem;flex-direction:column;}body main .t2618{grid-template-columns:0.5fr 1fr;}@media screen and (max-width: 767px) {body main .t2618{display:flex;flex-direction:column;grid-template-columns:1fr;}}body main .t2619{width:100%;align-items:flex-start;justify-content:center;}body main .t2620{width:100%;}body main .t2621{width:100%;}body main .t2626{width:100%;}body main .t2631{width:100%;}@media screen and (max-width: 767px) {body main .t2636{order:-1000;width:40%;margin-left:auto;margin-right:auto;}}body main .t2637{width:70%;text-align:center;align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 767px) {body main .t2637{width:85%;row-gap:40px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2637{width:100%!important;}}@media screen and (max-width: 480px) {body main .t2638{font-size:16px;}}body main .t2640{align-items:center;}@media screen and (max-width: 767px) {body main .t2640{align-items:flex-start;}}@media screen and (max-width: 480px) {body main .t2640{row-gap:2.5rem;align-items:flex-start;flex-direction:column;}}body main .t2641{width:40%;}@media screen and (max-width: 991px) {body main .t2641{width:50%;}}@media screen and (max-width: 767px) {body main .t2641{width:60%;}}body main .t2644{row-gap:0.5rem;align-items:flex-start;}@media screen and (max-width: 480px) {body main .t2644{width:100%;align-items:flex-start;}}body main .t2647{color:var(--nrm-gray-dim);font-weight:300;}body main .t2651{top:4.5rem;z-index:10;position:sticky;margin-top:-4rem;border-bottom:1px solid var(--nur-border-dark);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);}@media screen and (max-width: 991px) {body main .t2651{margin-top:0rem;}}@media screen and (max-width: 767px) {body main .t2651{top:4rem;}}@media screen and (max-width: 480px) {body main .t2651{top:4rem;}}body main .t2653{justify-content:center;}@media screen and (max-width: 991px) {body main .t2653{flex-wrap:wrap;}}@media screen and (max-width: 480px) {body main .t2653{column-gap:0.5rem;}}@media screen and (max-width: 480px) {body main .t2657{width:1rem;height:1rem;}}@media screen and (max-width: 480px) {body main .t2661{width:1rem;height:1rem;}}@media screen and (max-width: 480px) {body main .t2665{width:1rem;height:1rem;}}body main .t2667{display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}body main .t2668{align-items:center;justify-content:center;}body main .t2670{display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}body main .t2671{align-items:center;justify-content:center;}body main .t2673{display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}body main .t2674{align-items:center;justify-content:center;}body main .t2675{padding-right:0.5rem;}body main .t2677{width:5px;height:5px;background:rgb(0,255,106);border-radius:100%;}body main .t2678{margin-top:0.5rem;}body main .t2682{margin-top:0.5rem;}body main .t2686{margin-top:0.5rem;}body main .t2694{row-gap:0rem;justify-self:center;}@media screen and (max-width: 991px) {body main .t2694{width:100%;}}@media screen and (max-width: 767px) {body main .t2694{width:100%;}}body main .t2696{row-gap:0.5rem;padding-left:0rem;}@media screen and (max-width: 991px) {body main .t2696{width:100%;flex-wrap:wrap;column-gap:1.5rem;flex-direction:row;}}@media screen and (max-width: 991px) {body main .t2700{padding-top:2.4rem;padding-bottom:2.4rem;}}body main .t2706{display:flex;overflow:clip;background:;min-height:100vh;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2706{min-height:80vh;}}body main .t2707{top:0%;left:0%;right:0%;width:100%;bottom:0%;height:100%;display:none;z-index:1;position:sticky;mask-image:linear-gradient(  to  bottom,  rgba(0,0,0,1) 0%,  rgba(0,0,0,1) 78%,  rgba(0,0,0,0) 100%);object-fit:cover;margin-left:auto;margin-right:auto;object-position:20% 90%;}@media screen and (max-width: 480px) {body main .t2707{object-fit:cover;}}body main .t2708{top:0%;left:0%;right:0%;width:100%;bottom:0%;height:100%;z-index:5;position:absolute;margin-left:auto;margin-right:auto;pointer-events:auto;}body main .t2709{width:100%;height:100%;display:flex;z-index:1;position:absolute;object-fit:cover;margin-left:auto;margin-right:auto;}body main .t2710{width:100%;height:100%;display:none;opacity:15%;background:;margin-left:auto;margin-right:auto;}body main .t2711{z-index:10;position:absolute;pointer-events:none;}body main .t2712{display:flex;align-items:center;justify-content:center;}body main .t2713{width:40%;text-align:center;align-items:center;justify-content:center;}@media screen and (max-width: 991px) {body main .t2713{width:50%;}}@media screen and (max-width: 767px) {body main .t2713{width:80%;}}body main .t2714{color:rgb(76,76,76);font-size:10em;line-height:0.8;}body main .t2715{pointer-events:auto;}body main .t2717{top:auto;left:autpo;right:auto;bottom:2.5rem;z-index:10;position:absolute;column-gap:1rem;margin-left:auto;margin-right:auto;pointer-events:auto!important;}@media screen and (max-width: 480px) {body main .t2717{row-gap:1rem;max-width:90%;flex-direction:row;}}body main .t2718{flex:0 0 auto;display:none;}body main .t2718.dh-active{color:rgb(21,21,21);background:rgb(from #ffd21e r g b / 40%);}body main .t2720{width:1rem;height:1rem;}body main .t2721{flex:0 0 auto;width:auto;column-gap:0.5rem;}body main .t2722{min-width:3rem;min-height:3rem;}body main .t2722.dh-active{color:rgb(21,21,21);background:rgb(from #ffd21e r g b / 40%);}body main .t2723{width:1rem;height:1rem;}body main .t2724{min-width:3rem;min-height:3rem;}body main .t2724.dh-active{color:rgb(21,21,21);background:rgb(from #ffd21e r g b / 40%);}body main .t2725{width:1rem;height:1rem;}body main .t2726{min-width:3rem;min-height:3rem;}body main .t2726.dh-active{color:rgb(21,21,21);background:rgb(from #ffd21e r g b / 40%);}body main .t2727{width:1rem;height:1rem;background:rgb(255,255,255);border-radius:100%;}body main .t2728{flex:0 0 auto;}body main .t2728.dh-active{color:rgb(21,21,21);background:rgb(from #ffd21e r g b / 40%);}@media screen and (max-width: 480px) {body main .t2729{display:none;}}body main .t2730{width:1rem;height:1rem;}body main .t2731{color:var(--nur-border-dark);}body main .t2735{flex:0 0 auto;font-size:1.15rem;}@media screen and (max-width: 480px) {body main .t2735{font-size:1rem;}}body main .t2736{color:rgb(86,255,176);}body main .t2737{color:rgb(86,255,176);}body main .t2738{color:rgb(86,255,176);}body main .t2739{color:rgb(86,255,176);}body main .t2740{color:rgb(86,255,176);}body main .t2741{color:rgb(255,87,87);}body main .t2742{color:rgb(255,87,87);}body main .t2743{color:rgb(255,87,87);}body main .t2744{color:rgb(255,87,87);}body main .t2745{color:rgb(255,87,87);}body main .t2748{padding-bottom:0rem;}body main .t2749{row-gap:0rem;margin-right:auto;}body main .t2751{color:var(--nrm-txt-dim);}body main .t2752{row-gap:2rem;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2753{display:flex;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2753{display:flex;flex-direction:column;}}body main .t2763{display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}body main .t2764{align-items:flex-start;}body main .t2770{align-items:flex-start;}body main .t2780{align-items:flex-start;}body main .t2782{display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}body main .t2787{color:rgb(135,135,135);}body main .t2790{padding-bottom:0rem;}body main .t2791{width:100%;row-gap:2rem;align-items:center;justify-content:center;}@media screen and (max-width: 991px) {body main .t2791{align-items:center;justify-content:center;}}body main .t2792{width:40%;row-gap:0rem;z-index:5;position:absolute;text-align:center;align-items:center;margin-right:auto;justify-content:center;}@media screen and (max-width: 991px) {body main .t2792{width:70%!important;}}@media screen and (max-width: 767px) {body main .t2792{width:80%;}}@media screen and (max-width: 480px) {body main .t2792{width:100%;}}body main .t2793{text-wrap:balance;}body main .t2794{color:rgb(210,210,210);}body main .t2795{width:100%;opacity:80%;mask-image:linear-gradient(to bottom, black 0%, black 50%, transparent 95%);align-items:center;margin-left:auto;aspect-ratio:16/9;margin-right:auto;justify-content:center;-webkit-mask-image:linear-gradient(to bottom, black 0%, black 50%, transparent 95%);}@media screen and (max-width: 991px) {body main .t2795{left:auto;right:auto;width:100%;position:relative;margin-left:auto;}}@media screen and (max-width: 767px) {body main .t2795{left:auto;width:100%;}}@media screen and (max-width: 480px) {body main .t2795{left:-50%;right:50%;width:200%;}}body main .t2796{position:relative;}@media screen and (max-width: 480px) {body main .t2796{padding-top:0px;}}body main .t2797{margin-top:1.5rem;}body main .t2801{height:100%;display:flex;z-index:1;position:relative;max-width:62rem;align-items:center;flex-direction:column;justify-content:center;}@media screen and (max-width: 480px) {body main .t2801{padding-left:1rem;padding-right:1rem;}}body main .t2802{width:100%;padding-top:13rem;padding-bottom:0rem;}@media screen and (max-width: 767px) {body main .t2802{padding-top:6rem;}}body main .t2803{width:100%;row-gap:5rem;}body main .t2804{row-gap:0rem;transform:;column-gap:2rem;align-items:center;margin-left:auto;padding-top:0rem;margin-right:auto;padding-left:0rem;padding-right:0rem;flex-direction:column;justify-content:center;}@media screen and (max-width: 767px) {body main .t2804{padding-top:4rem;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2804{padding-top:0rem;}}body main .t2805{display:flex;min-height:40rem;align-items:stretch;}@media screen and (max-width: 767px) {body main .t2805{display:flex;min-height:auto;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2805{margin-top:0rem;flex-direction:column;}}body main .t2806{border:1px solid rgb(64,64,64);height:100%;row-gap:0rem;z-index:10;position:relative;min-width:22rem;align-self:stretch;background:linear-gradient(250deg,#1c1c1cf0 2%,#000000cc 99%);column-gap:4rem;align-items:center;padding-top:1.1rem;padding-left:1.1rem;border-radius:16px;padding-right:1.1rem;flex-direction:column;padding-bottom:1.1rem;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t2806{height:auto;row-gap:1rem;aspect-ratio:auto;}}@media screen and (max-width: 480px) {body main .t2806{flex:0 0 auto;column-gap:0rem;align-items:center;flex-direction:column;justify-content:flex-start;}}body main .t2807{width:100%;align-items:center;justify-content:center;}body main .t2808{width:100%;height:auto;row-gap:0rem;background:rgba(0,0,0,0);align-items:stretch;padding-top:0rem;aspect-ratio:auto;padding-left:1rem;padding-right:1rem;padding-bottom:0rem;backdrop-filter:;justify-content:center;-webkit-backdrop-filter:;}body main .t2809{column-gap:0.5rem;margin-bottom:0.5rem;}body main .t2810{color:rgb(255,255,255);width:100%;height:1.5px;background:rgb(255,255,255);}body main .t2811{width:100%;height:1.5px;background:rgb(255,255,255);}body main .t2812{font-size:0.8rem;}body main .t2813{display:flex;row-gap:0.5rem;font-size:0.8rem;text-align:center;align-items:center;flex-direction:column;justify-content:center;}@media screen and (max-width: 480px) {body main .t2813{flex-wrap:wrap;column-gap:1rem;align-items:center;flex-direction:row;}}body main .t2814{color:rgb(210,210,210);font-size:0.90rem;}body main .t2815{width:auto;border:1px solid rgb(43,43,43);cursor:pointer;display:flex;row-gap:3rem;background:linear-gradient(50deg,#151515 2%,#000000 99%);column-gap:0.5rem;text-align:center;align-items:center;padding-top:1rem;padding-left:1rem;border-radius:12px!important;padding-right:1rem;flex-direction:row;padding-bottom:1rem;justify-content:center;}body main .t2815:hover{border:1px solid rgb(210,210,210);background:linear-gradient(50deg,#151515 2%,#1b1b1b 99%);}body main .t2817{font-size:0.8rem;line-height:1;}body main .t2818{row-gap:1rem;margin-top:1.5rem;margin-bottom:1.5rem;}body main .t2819{margin-top:0rem;}body main .t2824{font-size:1rem;}body main .t2825{display:none;font-size:1rem;text-align:center;}body main .t2826{width:100%;border:1px solid rgb(43,43,43);overflow:visible;align-items:center;justify-content:center;}body main .t2827{width:100%;background:;}body main .t2828{font-size:0.9rem;font-weight:400;}body main .t2829{width:100%;overflow:visible;background:rgba(255,231,15,0);}body main .t2830{color:rgb(255,255,255);font-size:0.9rem;font-weight:400;}body main .t2831{width:100%;border:1px solid rgb(43,43,43);padding-top:0.25rem;padding-left:0.25rem;border-radius:16px;padding-right:0.25rem;padding-bottom:0.25rem;}body main .t2833{color:rgb(255,255,255);width:100%;border:1px solid rgb(43,43,43);height:100%;display:flex;position:relative;background:linear-gradient(80deg,#1c1c1c91 2%,#0000002e 99%);align-items:center;padding-top:1.5rem;border-radius:16px;flex-direction:column;padding-bottom:1.5rem;}@media screen and (max-width: 767px) {body main .t2833{height:auto;max-height:12rem;align-items:center;aspect-ratio:auto;justify-content:center;}}@media screen and (max-width: 480px) {body main .t2833{flex:0 1 auto;height:auto;max-height:10rem;align-items:flex-start;aspect-ratio:none;justify-content:center;}}body main .t2834{width:auto;height:auto;row-gap:0rem;background:rgba(0,0,0,0);margin-top:auto;align-items:center;margin-bottom:auto;justify-content:center;}@media screen and (max-width: 767px) {body main .t2834{width:auto;margin-top:0px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t2834{margin-top:0px;min-height:auto;margin-bottom:0px;}}body main .t2835{color:rgb(255,255,255);font-size:1rem;}body main .t2836{font-size:5rem;line-height:1;}@media screen and (max-width: 767px) {body main .t2836{font-size:3.5rem;}}body main .t2837{top:auto;left:0%;color:rgb(255,255,255);right:0%;bottom:0%;position:absolute;font-size:0.8rem;text-align:center;margin-left:auto;margin-right:auto;padding-bottom:0.5rem;}@media screen and (max-width: 767px) {body main .t2837{position:relative;}}@media screen and (max-width: 480px) {body main .t2837{position:relative;}}body main .t2838{width:auto!important;height:auto;display:none;background:rgba(0,0,0,0);column-gap:1rem;min-height:auto;align-items:center;padding-top:1rem;aspect-ratio:auto;padding-left:1rem;padding-right:1rem;flex-direction:row;padding-bottom:1rem;backdrop-filter:;justify-content:center;-webkit-backdrop-filter:;}body main .t2839{color:var(--nur-border-dark);font-size:1rem;text-align:center;}body main .t2840{background:#1e30ff;}body main .t2842{left:auto;color:rgb(255,255,255);border:1px solid rgb(186,186,186);bottom:auto;position:relative;font-size:0.7rem;background:rgba(26,26,26,0.06);text-align:center;font-weight:400;padding-top:0.5rem;padding-left:0.2rem;border-radius:22px!important;margin-bottom:1rem;padding-right:0.25em;padding-bottom:0.5rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);}body main .t2843{padding-top:2rem;padding-bottom:2rem;}@media screen and (max-width: 767px) {body main .t2843{position:relative;padding-left:0rem;padding-right:0rem;padding-bottom:5rem;}}@media screen and (max-width: 480px) {body main .t2843{flex-direction:row;}}body main .t2845{height:100%;}body main .t2847{width:100%;display:flex;margin-top:3rem;align-items:center;margin-bottom:1.5rem;justify-content:space-between;}body main .t2848{margin-right:auto;}body main .t2850{display:flex;}@media screen and (max-width: 991px) {body main .t2860{padding-top:2.4rem;padding-bottom:2.4rem;}}body main .t2861{row-gap:0rem;justify-self:center;}@media screen and (max-width: 991px) {body main .t2861{width:100%;}}@media screen and (max-width: 767px) {body main .t2861{width:100%;}}body main .t2863{row-gap:0.5rem;padding-left:0rem;}@media screen and (max-width: 991px) {body main .t2863{width:100%;flex-wrap:wrap;column-gap:1.5rem;flex-direction:row;}}body main .t2869{width:auto;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2869{width:auto;}}body main .t2871{padding-left:0.9rem;padding-right:0.9rem;}body main .t2872{font-weight:400;}body main .t2873{background:rgba(255,231,15,0);padding-left:0.9rem;padding-right:0.9rem;}body main .t2874{color:rgb(255,255,255);font-weight:400;}body main .t2875{display:none;}body main .t2877{max-width:70rem;}body main .t2878{border:1px solid var(--nur-border-dark);height:auto;min-height:auto;border-radius:40px;}@media screen and (max-width: 767px) {body main .t2878{display:flex;row-gap:1.5rem;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2878{align-items:center;justify-content:center;}}body main .t2879{width:100%;overflow:clip;max-width:40rem;align-self:stretch;background:linear-gradient(50deg,#151515 2%,#000000 99%);padding-top:1rem;justify-self:stretch;padding-left:2rem;border-radius:24px;padding-right:2rem;padding-bottom:1rem;}@media screen and (max-width: 480px) {body main .t2879{padding-left:1rem;padding-right:1rem;}}body main .t2880{align-self:stretch;background:var(--nrm-dark-bg);padding-top:1rem;justify-self:stretch;padding-left:1rem;border-radius:24px;padding-right:1rem;padding-bottom:1rem;}body main .t2882{line-height:0.8;}body main .t2883{border-top:1px solid var(--nur-border-dark);margin-top:2rem;align-items:flex-end;padding-top:2rem;margin-bottom:0.5rem;}body main .t2884{margin-top:auto;}body main .t2885{width:100%;}body main .t2886{width:100%;border:1px solid rgb(43,43,43);padding-top:0.25rem;padding-left:0.25rem;border-radius:16px;padding-right:0.25rem;padding-bottom:0.25rem;}body main .t2890{width:100%;cursor:pointer;transition:all 350ms 0ms ease-out;align-items:center;flex-direction:row;justify-content:space-between;}body main .t2890:hover{background:linear-gradient(50deg,#2a2a2a 2%,#000000 99%);}body main .t2891{row-gap:0rem;margin-right:auto;}body main .t2893{color:rgb(210,210,210);}body main .t2896{align-items:center;flex-direction:row;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t2896{width:100%;padding-left:0.65rem;padding-right:0.65rem;}}body main .t2898{line-height:1;}body main .t2899{font-size:0.80rem;}body main .t2900{width:auto;column-gap:0.5rem;}body main .t2901{width:2rem;cursor:pointer;height:2rem;align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t2901{flex:0 0 auto;padding-top:0.95rem;padding-left:0.95rem;border-radius:10px;padding-right:0.95rem;padding-bottom:0.95rem;}}body main .t2902{width:2rem;cursor:pointer;height:2rem;align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t2902{flex:0 0 auto;padding-top:0.95rem;padding-left:0.95rem;border-radius:10px;padding-right:0.95rem;padding-bottom:0.95rem;}}@media screen and (max-width: 480px) {body main .t2906{padding-top:0.5rem;padding-left:0.5rem;border-radius:10px;padding-right:0.5rem;padding-bottom:0.5rem;-webkit-background-clip:border-box;}}body main .t2907{width:1.25rem;height:1.25rem;display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t2907{width:1rem;height:1rem;}}body main .t2908{column-gap:0.5rem;}@media screen and (max-width: 480px) {body main .t2908{flex-wrap:nowrap;}}body main .t2910{align-items:center;flex-direction:row;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t2910{padding-left:0.65rem;padding-right:0.65rem;justify-content:center;}}body main .t2913{column-gap:0.5rem;}@media screen and (max-width: 480px) {body main .t2914{padding-top:0.5rem;padding-left:0.5rem;border-radius:10px;padding-right:0.5rem;padding-bottom:0.5rem;}}body main .t2915{width:1.25rem;height:1.25rem;display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t2915{width:1rem;height:1rem;}}body main .t2917{line-height:1;}body main .t2918{font-size:0.80rem;}body main .t2919{align-items:center;flex-direction:row;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t2919{column-gap:0.5rem;padding-left:0.65rem;padding-right:0.65rem;justify-content:space-between;}}body main .t2922{column-gap:0.5rem;}@media screen and (max-width: 480px) {body main .t2923{padding-top:0.5rem;padding-left:0.5rem;border-radius:10px;padding-right:0.5rem;padding-bottom:0.5rem;}}body main .t2925{line-height:1;}body main .t2926{font-size:0.80rem;}body main .t2927{width:1.25rem;height:1.25rem;}@media screen and (max-width: 480px) {body main .t2927{width:1rem;height:1rem;}}body main .t2928{row-gap:1rem;}body main .t2929{color:var(--nrm-txt-dim);}body main .t2930{border-top:1px dashed var(--nur-border-dark);padding-top:1rem;}@media screen and (max-width: 480px) {body main .t2930{align-items:stretch;justify-content:center;}}body main .t2931{padding-bottom:1rem;}@media screen and (max-width: 480px) {body main .t2931{align-items:center;justify-content:center;}}body main .t2932{color:var(--nrm-txt-dim);}body main .t2933{width:auto;column-gap:0.5rem;}@media screen and (max-width: 480px) {body main .t2933{row-gap:0.25rem;margin-left:auto;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2934{font-size:0.6rem;}}body main .t2935{width:auto;column-gap:0.5rem;}@media screen and (max-width: 480px) {body main .t2935{row-gap:0.25rem;margin-left:auto;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2936{font-size:0.60rem;}}body main .t2937{width:auto;column-gap:0.5rem;}@media screen and (max-width: 480px) {body main .t2937{row-gap:0.25rem;margin-left:auto;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2938{font-size:0.6rem;}}body main .t2939{width:auto;column-gap:0.5rem;}body main .t2940{width:2rem;cursor:pointer;height:2rem;align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t2940{flex:0 0 auto;padding-top:0.95rem;padding-left:0.95rem;border-radius:10px;padding-right:0.95rem;padding-bottom:0.95rem;}}body main .t2942{width:2rem;cursor:pointer;height:2rem;align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t2942{flex:0 0 auto;padding-top:0.95rem;padding-left:0.95rem;border-radius:10px;padding-right:0.95rem;padding-bottom:0.95rem;}}body main .t2944{width:auto;column-gap:0.5rem;}body main .t2945{width:2rem;cursor:pointer;height:2rem;align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t2945{flex:0 0 auto;padding-top:0.95rem;padding-left:0.95rem;border-radius:10px;padding-right:0.95rem;padding-bottom:0.95rem;}}body main .t2947{width:2rem;cursor:pointer;height:2rem;align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t2947{flex:0 0 auto;padding-top:0.95rem;padding-left:0.95rem;border-radius:10px;padding-right:0.95rem;padding-bottom:0.95rem;}}body main .t2949{width:auto;row-gap:0rem;column-gap:0.5rem;}body main .t2951{padding-top:1.5rem;padding-left:1.5rem;padding-right:1.5rem;padding-bottom:0rem;}@media screen and (max-width: 991px) {body main .t2951{padding-left:0rem;padding-right:0rem;}}body main .t2955{list-style:none;padding-left:0px;}body main .t2956{background:;}body main .t2969{padding-left:0rem;padding-right:1.5rem;justify-content:flex-end;}@media screen and (max-width: 991px) {body main .t2969{padding-left:0rem;padding-right:0rem;}}body main .t2971{width:auto;}@media screen and (max-width: 480px) {body main .t2971{row-gap:0rem;align-items:flex-end;flex-direction:column-reverse;}}body main .t2980{color:rgb(195,71,71);font-size:0.8rem;text-align:left;text-decoration:underline;}body main .t2981{width:100%;}body main .t2982{width:100%;}body main .t2983{border-radius:16px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);}body main .t2984{row-gap:0.5rem;}body main .t2985{margin-top:0rem;}body main .t2990{font-size:1rem;}body main .t2991{width:auto;column-gap:0.5rem;justify-content:center;}body main .t2992{display:flex;align-items:center;justify-content:center;}body main .t2993{width:100%;border:1px solid rgb(43,43,43);overflow:visible;min-height:4rem;align-items:center;justify-content:center;}body main .t2994{width:100%;background:;}body main .t2995{font-size:0.9rem;font-weight:400;}body main .t2996{width:100%;overflow:visible;background:rgba(255,231,15,0);}body main .t2997{color:rgb(255,255,255);font-size:0.9rem;font-weight:400;}body main .t2998{padding-left:0rem;padding-right:0.5rem;justify-content:flex-end;}@media screen and (max-width: 991px) {body main .t2998{padding-right:0rem;}}body main .t2999{width:auto;}body main .t3000{color:var(--nrm-creator);font-size:0.8rem;text-align:left;text-decoration:underline;}body main .t3001{color:var(--nrm-gray-dim);}body main .t3005{width:auto;}body main .t3006{font-size:0.80rem;}body main .t3010{font-size:0.8rem;margin-top:2rem;text-align:center;}body main .t3012{color:var(--nrm-creator);}body main .t3019{display:none;}body main .t3026{position:relative;}body main .t3029{width:50%;}@media screen and (max-width: 991px) {body main .t3029{width:80%;}}@media screen and (max-width: 767px) {body main .t3029{width:100%;}}body main .t3034{color:rgb(242,215,255);background:#3209a1;}body main .t3035{opacity:40%;}@media screen and (max-width: 991px) {body main .t3039{width:100%;}}@media screen and (max-width: 767px) {body main .t3039{row-gap:40px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t3039{margin-bottom:40px;}}@media screen and (max-width: 991px) {body main .t3040{width:100%;}}body main .t3041{width:100%;font-style:normal;}body main .t3043{font-style:normal;}body main .t3044{width:70%;}@media screen and (max-width: 767px) {body main .t3044{width:100%;}}body main .t3047{color:rgb(184,184,184);cursor:pointer;font-size:1rem;}body main .t3047:hover{color:rgb(255,255,255);}