@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;
}
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;}@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;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;}body main .t651{color:rgb(218,218,218);}@media screen and (max-width: 991px) {body main .t652{column-gap:0rem;flex-direction:column;}}@media screen and (max-width: 767px) {body main .t652{row-gap:4rem;column-gap:4rem;grid-template-columns:1fr;}}body main .t656{width:100%;display:flex;row-gap:1.5rem;flex-direction:column;}body main .t657{background:rgba(0,0,0,0.05);border-radius:6px;}body main .t660{height:16px;transition:all 200ms 0ms linear;}body main .t661{padding-top:1.3rem;padding-left:1.3rem;padding-right:1.3rem;padding-bottom:1.3rem;}body main .t664{width:100%;}body main .t665{width:100%;display:flex;row-gap:1rem;flex-direction:column;}body main .t666{background:rgba(0,0,0,0.05);border-radius:6px;}body main .t667{cursor:pointer;}body main .t669{height:16px;transition:all 200ms 0ms linear;}body main .t670{padding-top:2rem;padding-left:1.3rem;padding-right:1.3rem;padding-bottom:2rem;}body main .t671{color:rgb(218,218,218);}body main .t673{width:100%;}body main .t674{width:100%;display:flex;row-gap:16px;flex-direction:column;}body main .t675{background:rgba(0,0,0,0.05);border-radius:6px;}body main .t678{height:16px;transition:all 200ms 0ms linear;}body main .t679{padding-top:1.3rem;padding-left:1.3rem;padding-right:1.3rem;padding-bottom:1.3rem;}body main .t680{color:rgb(218,218,218);}body main .t683{width:100%;display:flex;row-gap:16px;flex-direction:column;}body main .t684{background:rgba(0,0,0,0.05);border-radius:6px;}body main .t687{height:16px;transition:all 200ms 0ms linear;}body main .t688{padding-top:1.3rem;padding-left:1.3rem;padding-right:1.3rem;padding-bottom:1.3rem;}body main .t689{color:rgb(218,218,218);}body main .t691{width:100%;}body main .t692{width:100%;display:flex;row-gap:16px;flex-direction:column;}body main .t693{width:100%;background:rgba(0,0,0,0.05);border-radius:6px;}body main .t696{height:16px;transition:all 200ms 0ms linear;}body main .t697{padding-top:1.3rem;padding-left:1.3rem;padding-right:1.3rem;padding-bottom:1.3rem;}body main .t698{color:rgb(218,218,218);}body main .t701{row-gap:0.5rem;padding-left:0rem;}@media screen and (max-width: 991px) {body main .t701{flex-wrap:wrap;column-gap:2rem;flex-direction:row;}}@media screen and (max-width: 767px) {body main .t701{padding-left:0rem;}}body main .t702{color:rgb(184,184,184);cursor:pointer;font-size:1rem;}body main .t702:hover{color:rgb(255,255,255);}body main .t705{display:flex;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:flex-start;}body main .t706{width:100%;}body main .t708{height:100%;}body main .t709{padding-bottom:8rem;}body main .t710{width:60%;row-gap:5rem;}body main .t712{display:flex;row-gap:0.5rem;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t713{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 .t715{margin-top:auto;}body main .t718{margin-bottom:auto;}body main .t721{background:;}body main .t722{font-size:1rem;}body main .t724{margin-bottom:auto;}body main .t727{margin-top:auto;}body main .t731{display:grid;}body main .t732{width:100%;display:flex;row-gap:2rem;column-gap:2rem;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t732{row-gap:4rem;column-gap:4rem;grid-template-columns:1fr;}}body main .t733{width:50%;margin-left:0rem;margin-right:auto;}@media screen and (max-width: 767px) {body main .t733{width:100%;margin-left:0rem;}}body main .t734{row-gap:6rem;}body main .t739{height:100%;z-index:90;position:fixed;padding-left:0rem;padding-right:0rem;pointer-events:none;}@media screen and (max-width: 991px) {body main .t739{padding-top:0px;padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t739{padding-left:1rem;padding-right:1rem;}}body main .t742{display:flex;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:flex-start;}body main .t743{width:100%;}body main .t745{height:100%;}body main .t746{padding-bottom:8rem;}body main .t747{width:60%;row-gap:5rem;}body main .t749{display:flex;row-gap:0.5rem;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t750{font-size:1rem;}body main .t751{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 .t753{margin-top:auto;}body main .t756{margin-bottom:auto;}body main .t759{background:;}body main .t761{margin-bottom:auto;}body main .t764{margin-top:auto;}body main .t768{display:grid;}body main .t769{width:100%;display:flex;row-gap:2rem;column-gap:2rem;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t769{row-gap:4rem;column-gap:4rem;grid-template-columns:1fr;}}body main .t770{width:50%;margin-right:auto;}@media screen and (max-width: 767px) {body main .t770{width:100%;margin-left:0rem;}}body main .t771{row-gap:6rem;}body main .t776{height:100%;z-index:90;position:fixed;padding-left:0rem;padding-right:0rem;pointer-events:none;}@media screen and (max-width: 991px) {body main .t776{padding-top:0px;padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t776{padding-left:1rem;padding-right:1rem;}}body main .t779{display:flex;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:flex-start;}body main .t780{width:100%;}body main .t782{height:100%;}body main .t783{padding-bottom:8rem;}body main .t784{width:60%;row-gap:5rem;}body main .t786{display:flex;row-gap:0.5rem;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t787{font-size:1rem;}body main .t788{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 .t788{border-radius:16px;}}body main .t789{background:;}body main .t791{margin-bottom:auto;}body main .t794{margin-top:auto;}body main .t798{display:grid;}body main .t799{width:100%;display:flex;row-gap:2rem;column-gap:2rem;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t799{row-gap:4rem;column-gap:4rem;flex-direction:column;grid-template-columns:1fr;}}body main .t800{width:50%;margin-left:0rem;margin-right:auto;}@media screen and (max-width: 767px) {body main .t800{width:100%;margin-left:0rem;}}body main .t801{row-gap:6rem;}body main .t805{height:100%;z-index:90;position:fixed;padding-left:0rem;padding-right:0rem;pointer-events:none;}@media screen and (max-width: 991px) {body main .t805{padding-top:0px;padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t805{padding-left:1rem;padding-right:1rem;}}body main .t808{display:flex;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:flex-start;}body main .t809{width:100%;}body main .t811{height:100%;}body main .t812{padding-bottom:8rem;}body main .t813{width:60%;row-gap:5rem;}body main .t815{display:flex;row-gap:0.5rem;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t816{font-size:1rem;}body main .t817{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 .t819{margin-top:auto;}body main .t822{margin-bottom:auto;}body main .t825{background:;}body main .t827{margin-bottom:auto;}body main .t830{margin-top:auto;}body main .t834{display:grid;}body main .t835{width:100%;display:flex;row-gap:2rem;column-gap:2rem;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t835{row-gap:4rem;column-gap:4rem;grid-template-columns:1fr;}}body main .t836{width:50%;margin-left:0rem;margin-right:auto;}@media screen and (max-width: 767px) {body main .t836{width:100%;margin-left:0rem;}}body main .t837{row-gap:6rem;}body main .t842{height:100%;z-index:90;position:fixed;padding-left:0rem;padding-right:0rem;pointer-events:none;}@media screen and (max-width: 991px) {body main .t842{padding-top:0px;padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t842{padding-left:1rem;padding-right:1rem;}}body main .t845{display:flex;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:flex-start;}body main .t846{width:100%;}body main .t848{height:100%;}body main .t849{background:;padding-bottom:8rem;}body main .t850{width:60%;row-gap:5rem;}body main .t852{display:flex;row-gap:0.5rem;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t853{font-size:1rem;}body main .t854{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 .t856{margin-top:auto;}body main .t859{margin-bottom:auto;}body main .t862{background:;}body main .t864{margin-bottom:auto;}body main .t867{margin-top:auto;}body main .t871{display:grid;}body main .t872{width:100%;display:flex;row-gap:2rem;column-gap:2rem;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t872{row-gap:4rem;column-gap:4rem;grid-template-columns:1fr;}}body main .t873{flex:0 0 auto;width:20rem;}body main .t875{row-gap:0.5rem;font-size:0.80rem;font-family:'Inter';font-weight:400;padding-left:2rem;}body main .t876{width:50%;margin-left:0rem;margin-right:auto;}@media screen and (max-width: 767px) {body main .t876{width:100%;margin-left:0rem;}}body main .t877{width:100%;row-gap:6rem;}body main .t882{height:100%;z-index:90;position:fixed;padding-left:0rem;padding-right:0rem;pointer-events:none;}@media screen and (max-width: 991px) {body main .t882{padding-top:0px;padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t882{padding-left:1rem;padding-right:1rem;}}body main .t884{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 .t886{margin-bottom:auto;}body main .t889{margin-top:auto;}body main .t892{flex:0 0 auto;width:20rem;}body main .t893{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 .t895{width:100%;row-gap:0.5rem;font-size:0.80rem;font-family:'Inter';font-weight:400;padding-left:2rem;}body main .t897{margin-bottom:auto;}body main .t900{margin-top:auto;}body main .t903{flex:0 0 auto;width:20rem;}body main .t904{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 .t906{row-gap:0.5rem;font-size:0.80rem;font-family:'Inter';font-weight:400;padding-left:2rem;}body main .t908{margin-bottom:auto;}body main .t911{margin-top:auto;}body main .t914{flex:0 0 auto;width:20rem;}body main .t915{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 .t917{row-gap:0.5rem;font-size:0.80rem;font-family:'Inter';font-weight:400;padding-left:2rem;}body main .t919{margin-bottom:auto;}body main .t922{margin-top:auto;}body main .t925{flex:0 0 auto;width:20rem;}@media screen and (max-width: 767px) {body main .t925{width:100\;}}body main .t926{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 .t928{row-gap:0.5rem;font-size:0.80rem;font-family:'Inter';font-weight:400;padding-left:2rem;}body main .t930{margin-bottom:auto;}body main .t933{margin-top:auto;}body main .t936{display:flex;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:flex-start;}body main .t937{width:100%;}body main .t939{height:100%;}body main .t940{padding-bottom:8rem;}body main .t941{width:60%;row-gap:5rem;}body main .t944{margin-bottom:auto;}body main .t947{margin-top:auto;}body main .t950{position:relative;}body main .t956{transition:all 0ms 0ms linear;}body main .t958{border:none;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:center;}body main .t960{width:50%;}body main .t962{margin-bottom:auto;}body main .t965{margin-top:auto;}body main .t969{margin-bottom:auto;}body main .t972{margin-top:auto;}body main .t976{display:flex;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:flex-start;}body main .t977{width:100%;}body main .t978{background:rgba(0,0,0,1);}body main .t979{height:100%;z-index:2;}body main .t980{transform:;min-height:100dvh;align-items:center;padding-top:8rem;padding-bottom:0rem;justify-content:center;}body main .t981{row-gap:4rem;z-index:10;position:relative;column-gap:4rem;align-items:center;flex-direction:column;justify-content:center;}body main .t982{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 .t982:hover{border:1px solid rgb(141,141,141);}body main .t984{margin-bottom:auto;}body main .t987{margin-top:auto;}body main .t992{height:auto;padding-top:1.1rem;aspect-ratio:1/1;padding-left:1.1rem;padding-right:1.1rem;padding-bottom:1.1rem;}body main .t994{margin-bottom:auto;}body main .t997{margin-top:auto;}body main .t1000{font-size:1.25rem;margin-top:0.25rem;line-height:0.7;}body main .t1001{font-size:1rem;text-align:center;}body main .t1002{align-items:center;justify-content:center;}body main .t1003{width:100%;cursor:move;height:auto;padding-top:1rem;aspect-ratio:auto;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;}body main .t1005{margin-bottom:auto;}body main .t1008{margin-top:auto;}body main .t1011{font-size:1rem;text-align:center;font-family:'Inter';font-weight:400;}body main .t1013{margin-bottom:auto;}body main .t1016{margin-top:auto;}body main .t1019{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 .t1020{font-size:2.5rem;}@media screen and (max-width: 480px) {body main .t1020{font-size:2rem;}}body main .t1021{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 .t1024{height:100%;z-index:2;position:fixed;padding-left:0rem;padding-right:0rem;pointer-events:none;}@media screen and (max-width: 991px) {body main .t1024{padding-top:0px;padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t1024{padding-left:1rem;padding-right:1rem;}}@media screen and (max-width: 767px) {body main .t1027{margin-right:auto;}}body main .t1029{color:rgb(82,82,82);background:rgba(0,0,0,0.1);}body main .t1030{font-weight:600;}body main .t1031{color:rgb(255,255,255);background:rgb(0,21,255);}body main .t1032{font-weight:600;}body main .t1034{margin-bottom:auto;}body main .t1037{margin-top:auto;}body main .t1044{padding-bottom:2rem;}body main .t1045{opacity:100%;}@media screen and (max-width: 480px) {body main .t1045{width:100%;align-items:center;justify-items:center;grid-auto-flow:row dense;}}body main .t1057{display:flex;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:flex-start;}body main .t1058{width:100%;}body main .t1060{display:grid;}body main .t1061{width:100%;display:flex;row-gap:2rem;column-gap:2rem;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t1061{row-gap:4rem;column-gap:4rem;grid-template-columns:1fr;}}body main .t1062{width:50%;margin-right:auto;}@media screen and (max-width: 767px) {body main .t1062{width:100%;margin-left:0rem;}}body main .t1063{row-gap:6rem;}body main .t1066{height:100%;z-index:90;position:fixed;padding-left:0rem;padding-right:0rem;pointer-events:none;}@media screen and (max-width: 991px) {body main .t1066{padding-top:0px;padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t1066{padding-left:1rem;padding-right:1rem;}}body main .t1068{overflow:clip;position:relative;}body main .t1069{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 .t1069{padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t1069{padding-left:1rem;padding-right:1rem;}}body main .t1072{margin-top:auto;}body main .t1075{margin-bottom:auto;}body main .t1078{column-gap:4rem;}@media screen and (max-width: 767px) {body main .t1078{column-gap:1rem;}}@media screen and (max-width: 480px) {body main .t1078{row-gap:1.5rem;flex-direction:column;}}body main .t1080{column-gap:0.5rem;align-items:center;justify-content:flex-start;}body main .t1081{width:1.5rem;height:1.5rem;}body main .t1082{flex:0 1 auto;margin-right:auto;}body main .t1084{width:auto;}@media screen and (max-width: 480px) {body main .t1084{width:100%;flex-direction:row-reverse;justify-content:flex-end;}}body main .t1086{padding-top:0.25rem;padding-bottom:0.25rem;}body main .t1088{padding-top:0.25rem;padding-bottom:0.25rem;}body main .t1091{position:fixed;}body main .t1093{margin-top:1.5rem;}@media screen and (max-width: 480px) {body main .t1093{row-gap:1rem;flex-wrap:wrap;flex-direction:column;}}body main .t1094{font-size:0.80rem;}@media screen and (max-width: 480px) {body main .t1095{width:100%;}}@media screen and (max-width: 480px) {body main .t1096{width:100%;}}@media screen and (max-width: 480px) {body main .t1097{width:100%;}}body main .t1098{margin-top:0.5rem;}body main .t1100{margin-left:.25rem;}body main .t1103{display:flex;row-gap:1.5rem;flex-direction:column;}body main .t1135{align-items:flex-start;margin-bottom:1.5rem;}body main .t1139{width:60%;margin-top:1rem;}@media screen and (max-width: 767px) {body main .t1139{width:90%;}}@media screen and (max-width: 480px) {body main .t1139{width:100%;}}body main .t1142{margin-top:auto;}body main .t1145{margin-bottom:auto;}body main .t1170{margin-top:auto;}body main .t1173{margin-bottom:auto;}body main .t1176{width:auto;cursor:pointer;column-gap:0.5rem;}body main .t1178{padding-top:0.25rem;padding-bottom:0.25rem;}body main .t1181{width:1.5rem;height:1.5rem;}body main .t1182{opacity:100%;}@media screen and (max-width: 480px) {body main .t1182{width:100%;align-items:center;justify-items:center;grid-auto-flow:row dense;}}body main .t1184{border:0.25px solid #131313;}body main .t1194{border:0.25px solid #131313;}@media screen and (max-width: 767px) {body main .t1216{display:none;}}body main .t1217{border:0.25px solid #131313;}@media screen and (max-width: 480px) {body main .t1217{display:none;}}body main .t1218{grid-column:span 2;}@media screen and (max-width: 480px) {body main .t1218{width:100%;display:flex;grid-column:span 1;}}body main .t1219{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 .t1219{row-gap:40px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t1219{text-align:left;align-items:flex-start;margin-left:0rem;margin-bottom:40px;}}body main .t1220{font-style:normal;}@media screen and (max-width: 480px) {body main .t1220{font-size:1.5rem;line-height:1.1;}}body main .t1221{border:0.25px solid #131313;}@media screen and (max-width: 480px) {body main .t1221{display:none;}}body main .t1223{border:0.25px solid #131313;border-left:1px solid rgba(0,0,0,0);}body main .t1223:hover{background:rgba(0,0,0,0.61);}@media screen and (max-width: 480px) {body main .t1223{display:none;}}body main .t1224{grid-column:span 2;}@media screen and (max-width: 480px) {body main .t1224{width:100%;}}body main .t1225{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 .t1225{row-gap:40px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t1225{margin-bottom:40px;}}body main .t1226{font-size:2rem;font-style:normal;}@media screen and (max-width: 480px) {body main .t1226{font-size:1.75rem;line-height:1.1;}}body main .t1227{border:0.25px solid #131313;border-right:1px solid rgba(0,0,0,0);}body main .t1227:hover{background:rgba(0,0,0,0.61);}@media screen and (max-width: 480px) {body main .t1227{display:none;}}body main .t1246{display:flex;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:flex-start;}body main .t1247{width:100%;}body main .t1249{height:100%;}body main .t1250{padding-bottom:8rem;}body main .t1251{width:60%;row-gap:5rem;}body main .t1253{display:flex;row-gap:0.5rem;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t1254{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 .t1255{background:;}body main .t1257{margin-bottom:auto;}body main .t1260{margin-top:auto;}body main .t1263{position:relative;}body main .t1268{height:100%;z-index:90;position:fixed;padding-left:0rem;padding-right:0rem;pointer-events:none;}@media screen and (max-width: 991px) {body main .t1268{padding-top:0px;padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t1268{padding-left:1rem;padding-right:1rem;}}body main .t1270{align-items:center;justify-items:center;grid-template-columns:32% 32% 32%;}@media screen and (max-width: 767px) {body main .t1270{grid-template-columns:1fr 1fr;}}@media screen and (max-width: 480px) {body main .t1270{grid-template-columns:1fr;}}body main .t1271{width:100%;}body main .t1272{z-index:3;position:relative;}body main .t1274{z-index:3;position:relative;}body main .t1275{font-size:1rem;}body main .t1276{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}body main .t1278{top:0%;left:0%;right:0%;bottom:auto;background:linear-gradient(0deg,#00000000 0%,#000000 99%);margin-left:auto;margin-right:auto;}body main .t1279{width:100%;}body main .t1280{z-index:3;position:relative;}body main .t1282{z-index:3;position:relative;}body main .t1283{font-size:1rem;}body main .t1284{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}body main .t1287{width:100%;}body main .t1288{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}body main .t1289{z-index:3;position:relative;}body main .t1291{z-index:3;position:relative;}body main .t1292{font-size:1rem;}body main .t1294{top:0%;left:0%;right:0%;bottom:auto;background:linear-gradient(0deg,#00000000 0%,#000000 99%);margin-left:auto;margin-right:auto;}body main .t1295{width:100%;}body main .t1296{z-index:3;position:relative;}body main .t1299{z-index:3;position:relative;}body main .t1300{font-size:1rem;}body main .t1301{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}body main .t1303{top:0%;left:0%;right:0%;bottom:auto;background:linear-gradient(180deg,#000000 1%,#00000000 99%);margin-left:auto;margin-right:auto;}body main .t1304{width:100%;}body main .t1305{z-index:3;position:relative;}body main .t1307{z-index:3;position:relative;}body main .t1308{font-size:1rem;}body main .t1309{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}body main .t1311{top:0%;left:0%;right:0%;bottom:auto;background:linear-gradient(0deg,#00000000 0%,#000000 99%);margin-left:auto;margin-right:auto;}body main .t1312{width:100%;}body main .t1313{z-index:3;position:relative;}body main .t1314{font-size:1rem;}body main .t1315{top:0%;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;object-position:0% 50%;}body main .t1316{z-index:3;position:relative;}body main .t1318{top:0%;left:0%;right:0%;bottom:auto;background:linear-gradient(0deg,#00000000 0%,#000000 99%);margin-left:auto;margin-right:auto;}body main .t1320{width:100%;}body main .t1321{z-index:3;position:relative;}body main .t1323{z-index:3;position:relative;}body main .t1324{font-size:1rem;}body main .t1325{top:0%;left:0%;right:0%;bottom:0%;position:absolute;object-fit:cover;margin-left:auto;margin-right:auto;}body main .t1327{top:0%;left:0%;right:0%;bottom:auto;background:linear-gradient(0deg,#00000000 0%,#000000 99%);margin-left:auto;margin-right:auto;}body main .t1328{font-size:1.15rem;background:;line-height:2;}body main .t1329{display:flex;column-gap:40px;align-items:flex-start;margin-bottom:60px;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t1329{row-gap:40px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t1329{margin-bottom:40px;}}body main .t1330{font-style:normal;}@media screen and (max-width: 480px) {body main .t1330{font-size:36px;}}body main .t1332{width:100%;max-width:642px;font-style:normal;}@media screen and (max-width: 480px) {body main .t1332{font-size:16px;}}body main .t1334{font-style:normal;}body main .t1336{background:linear-gradient(180deg,#000000 41%,#1100fa 100%);}body main .t1337{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 .t1338{display:flex;align-items:center;justify-content:center;}body main .t1339{width:40%;text-align:center;align-items:center;justify-content:center;}@media screen and (max-width: 991px) {body main .t1339{width:70%;}}body main .t1343{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 .t1347{width:50%;display:none;}@media screen and (max-width: 991px) {body main .t1347{width:70%;}}@media screen and (max-width: 767px) {body main .t1347{width:100%;}}body main .t1354{row-gap:0rem;justify-self:center;}@media screen and (max-width: 767px) {body main .t1354{width:100%;}}body main .t1356{display:none;}body main .t1360{max-width:50%;text-align:left;align-items:flex-start;margin-left:auto;margin-right:auto;justify-content:center;}body main .t1363{flex-wrap:wrap;margin-top:1rem;}body main .t1373{z-index:4;background:linear-gradient(180deg,#000000 58%,#0033ff 98%);}body main .t1374{display:none;opacity:10%;}body main .t1375{z-index:3;position:relative;}body main .t1376{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 .t1376{flex-direction:column;}}body main .t1377{width:25rem;display:flex;row-gap:0.5rem;flex-direction:column;}@media screen and (max-width: 767px) {body main .t1377{margin-right:auto;}}body main .t1378{width:100%;}@media screen and (max-width: 480px) {body main .t1378{width:15rem;}}body main .t1379{color:rgb(152,152,152);font-size:0.70rem;}body main .t1380{width:100%;height:100%;display:flex;align-items:center;justify-content:center;}body main .t1381{padding-top:0.25rem;padding-bottom:0.25rem;}body main .t1382{background:linear-gradient(90deg,#000000 1%,#0000ff 100%);}body main .t1384{width:50rem;display:flex;row-gap:0.5rem;flex-direction:column;}@media screen and (max-width: 767px) {body main .t1384{row-gap:0rem;margin-left:auto;}}body main .t1385{color:rgb(152,152,152);font-size:0.70rem;}@media screen and (max-width: 767px) {body main .t1386{width:30rem;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t1386{width:20rem;}}body main .t1387{width:3rem;display:flex;}@media screen and (max-width: 767px) {body main .t1387{display:none;}}body main .t1389{width:100%;}body main .t1390{row-gap:0.5rem;flex-wrap:wrap;}@media screen and (max-width: 767px) {body main .t1390{row-gap:0.75rem;flex-direction:column;}}body main .t1391{column-gap:0.5rem;}@media screen and (max-width: 767px) {body main .t1391{width:100%;}}body main .t1394{row-gap:0rem;}body main .t1397{opacity:50%;margin-left:0.25rem;}body main .t1398{opacity:50%;font-size:0.80rem;}body main .t1399{column-gap:0.5rem;}@media screen and (max-width: 767px) {body main .t1399{width:100%;}}body main .t1401{color:rgb(255,255,255);background:#7831c9;}body main .t1402{color:rgb(255,255,255);background:#545454;}body main .t1404{top:auto;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}body main .t1405{display:flex;}body main .t1406{top:auto;left:5rem;right:0%;width:15rem;bottom:auto;z-index:2;position:absolute;margin-left:auto;margin-right:auto;}body main .t1407{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 .t1407{padding-top:0px;padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t1407{padding-left:1rem;padding-right:1rem;}}body main .t1409{height:100%;}body main .t1410{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 .t1410{grid-template-columns:1fr;}}body main .t1411{width:100%;row-gap:3rem;}body main .t1412{display:flex;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t1414{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 .t1416{margin-top:auto;}body main .t1419{margin-bottom:auto;}body main .t1422{background:;}body main .t1426{margin-bottom:auto;}body main .t1429{margin-top:auto;}@media screen and (max-width: 480px) {body main .t1433{width:100%;}}body main .t1434{width:50rem;display:flex;row-gap:0.5rem;transform:scale(1,1);flex-direction:column;}@media screen and (max-width: 767px) {body main .t1434{row-gap:0rem;margin-left:auto;}}@media screen and (max-width: 480px) {body main .t1434{width:100%;}}body main .t1435{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 .t1435{margin-left:auto;margin-right:auto;}}body main .t1436{width:3rem;display:flex;}@media screen and (max-width: 767px) {body main .t1436{display:none;}}body main .t1438{width:100%;}body main .t1440{top:auto;left:15rem;right:0%;width:15rem;bottom:auto;z-index:2;position:absolute;margin-left:auto;margin-right:auto;}body main .t1441{top:auto;left:0%;right:0%;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}body main .t1442{display:flex;}body main .t1443{row-gap:0.5rem;flex-wrap:wrap;}@media screen and (max-width: 767px) {body main .t1443{row-gap:0.75rem;flex-direction:column;}}body main .t1444{column-gap:0.5rem;}@media screen and (max-width: 767px) {body main .t1444{width:100%;}}body main .t1446{color:rgb(255,255,255);background:#7831c9;}body main .t1447{color:rgb(255,255,255);background:#545454;}body main .t1448{column-gap:0.5rem;}@media screen and (max-width: 767px) {body main .t1448{width:100%;}}body main .t1451{row-gap:0rem;}body main .t1454{opacity:50%;margin-left:0.25rem;}body main .t1455{opacity:50%;font-size:0.80rem;}body main .t1456{color:rgb(152,152,152);font-size:0.70rem;}body main .t1457{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 .t1457{min-height:auto;}}body main .t1458{height:100%;}body main .t1459{z-index:2;position:relative;align-items:center;padding-top:12rem;padding-bottom:8rem;}@media screen and (max-width: 480px) {body main .t1459{grid-template-columns:1fr;}}body main .t1460{width:100%;display:flex;margin-top:5rem;padding-right:0rem;}@media screen and (max-width: 767px) {body main .t1460{margin-top:2rem;}}@media screen and (max-width: 480px) {body main .t1460{margin-top:1rem;}}body main .t1461{width:55%;row-gap:1.5rem;text-align:center;align-items:center;justify-content:center;}@media screen and (max-width: 991px) {body main .t1461{width:80%;}}@media screen and (max-width: 767px) {body main .t1461{width:100%;}}body main .t1462{color:#4d4d4d;font-size:4rem;line-height:1em;}@media screen and (max-width: 480px) {body main .t1462{font-size:2rem;}}body main .t1463{color:rgb(28,28,28);}@media screen and (max-width: 480px) {body main .t1463{font-size:1rem;text-wrap:balance;}}body main .t1464{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 .t1465{width:auto;column-gap:2rem;align-items:center;margin-right:auto;justify-content:center;}@media screen and (max-width: 480px) {body main .t1465{display:none;}}body main .t1468{margin-top:1.5rem;align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t1468{margin-top:0rem;align-items:center;flex-direction:column;justify-content:center;}}body main .t1471{width:auto;flex-wrap:wrap;}@media screen and (max-width: 991px) {body main .t1471{align-items:center;justify-content:center;}}@media screen and (max-width: 991px) {body main .t1472{display:none;}}@media screen and (max-width: 991px) {body main .t1476{display:none;}}body main .t1484{background:rgb(13,13,13);}body main .t1486{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 .t1488{padding-bottom:6rem;}body main .t1490{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 .t1490{width:70%;}}@media screen and (max-width: 767px) {body main .t1490{width:100%;}}@media screen and (max-width: 480px) {body main .t1490{padding-left:0rem;padding-right:0rem;}}body main .t1491{margin-bottom:1.5rem;}body main .t1492{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 .t1493{z-index:20000;}body main .t1494{margin-top:auto;}body main .t1497{margin-bottom:auto;}body main .t1500{width:auto;}body main .t1503{z-index:5;position:relative;margin-top:-2rem;}body main .t1505{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 .t1505{width:90%;}}@media screen and (max-width: 480px) {body main .t1505{width:100%;}}body main .t1506{display:none;row-gap:0rem;}@media screen and (max-width: 767px) {body main .t1506{width:100%;}}body main .t1508{row-gap:0.5rem;padding-left:0rem;}body main .t1520{width:100%;}body main .t1522{display:none;}@media screen and (max-width: 991px) {body main .t1522{display:block;}}body main .t1526{display:none;}@media screen and (max-width: 991px) {body main .t1526{display:block;}}body main .t1528{width:1rem;height:1;}@media screen and (max-width: 480px) {body main .t1530{display:none;}}body main .t1535{margin-top:0px;}body main .t1546{row-gap:0.5rem;padding-left:0rem;}body main .t1548{font-size:0.85rem;}body main .t1551{font-size:0.85rem;}body main .t1554{font-size:0.85rem;}body main .t1555{width:1rem;height:1;}body main .t1557{font-size:0.85rem;}body main .t1560{font-size:0.8rem;padding-top:0.25rem;padding-left:0.45rem;padding-right:0.45rem;padding-bottom:0.25rem;}body main .t1569{background:#090909;}body main .t1572{width:100%;display:flex;flex-direction:column;}body main .t1573{width:100%;grid-template-columns:0.25fr 1fr;}@media screen and (max-width: 767px) {body main .t1573{display:flex;flex-direction:column;grid-template-columns:0.3fr 1fr;}}@media screen and (max-width: 767px) {body main .t1574{border-left:none;}}body main .t1575{width:100%;display:flex;align-items:flex-start;flex-direction:column;padding-bottom:4rem;}body main .t1577{text-transform:uppercase;}@media screen and (max-width: 767px) {body main .t1577{font-size:0.80rem;}}body main .t1578{border:1px solid var(--nur-border-dark);background:var(--nrm-dark-bg);}body main .t1579{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 .t1583{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 .t1583{padding-top:0px;padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 767px) {body main .t1583{opacity:20%;}}@media screen and (max-width: 480px) {body main .t1583{padding-left:1rem;padding-right:1rem;}}body main .t1588{row-gap:0rem;}body main .t1589{width:100%;flex-wrap:wrap;margin-top:1rem;margin-bottom:1.5rem;}body main .t1591{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 .t1592{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 .t1594{z-index:2;position:relative;align-items:center;grid-column:span 2;justify-content:center;}@media screen and (max-width: 991px) {body main .t1594{width:100%;}}body main .t1595{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 .t1598{font-size:1rem;font-weight:700;}@media screen and (max-width: 480px) {body main .t1598{width:90%;}}body main .t1599{color:rgb(238,238,238);text-transform:uppercase;}@media screen and (max-width: 767px) {body main .t1599{font-size:0.80rem;}}body main .t1600{row-gap:0rem;justify-self:center;}@media screen and (max-width: 767px) {body main .t1600{width:100%;}}body main .t1602{row-gap:0.5rem;padding-left:0rem;}body main .t1606{row-gap:2rem;column-gap:2rem;}@media screen and (max-width: 767px) {body main .t1606{flex-wrap:wrap;}}body main .t1607{display:flex;column-gap:8px;}body main .t1608{color:#bcbcbc;}body main .t1610{color:#bcbcbc;}body main .t1617{background:#090909;}body main .t1619{width:100%;display:flex;flex-direction:column;}body main .t1622{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 .t1622{display:flex;row-gap:2rem;flex-direction:column;grid-template-columns:1fr;}}@media screen and (max-width: 767px) {body main .t1622{row-gap:40px;grid-template-columns:1fr ;}}body main .t1623{height:auto;}body main .t1624{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 .t1624{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 .t1624{display:flex;flex-direction:row;}}@media screen and (max-width: 480px) {body main .t1624{grid-template-columns:1fr;}}body main .t1625{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t1625.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t1627{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t1628{font-style:normal;}body main .t1629{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t1629.dh-active{background:#0033ff;}body main .t1631{font-style:normal;}body main .t1632{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t1642{margin-top:4rem;margin-bottom:4rem;}body main .t1644{display:flex;align-items:center;justify-content:center;}body main .t1645{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 .t1645{grid-template-columns:1fr 1fr;}}body main .t1651{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t1651.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t1653{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t1654{font-style:normal;}body main .t1656{margin-top:4rem;margin-bottom:4rem;}body main .t1658{display:flex;margin-top:1.25rem;align-items:center;margin-bottom:4rem;justify-content:center;}body main .t1659{width:100%;row-gap:1rem;column-gap:1rem;margin-left:auto;margin-right:auto;grid-template-columns:1fr 1fr 1fr 1fr;}body main .t1661{margin-top:2rem;}body main .t1664{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t1664.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t1666{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t1667{font-style:normal;}body main .t1669{margin-top:4rem;margin-bottom:4rem;}body main .t1674{row-gap:1rem;column-gap:1rem;margin-top:1rem;margin-bottom:2rem;}body main .t1676{border-radius:16px;}body main .t1681{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 .t1682{row-gap:0rem;}body main .t1683{font-weight:600;}body main .t1685{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 .t1686{font-size:1.25rem;}}@media screen and (max-width: 480px) {body main .t1687{font-size:1.25rem;}}body main .t1688{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 .t1688{width:1.5rem;height:1.5rem;}}@media screen and (max-width: 767px) {body main .t1688{width:1.5rem;height:1.5rem;}}@media screen and (max-width: 480px) {body main .t1688{width:1.115rem;height:1.15rem;}}body main .t1689{width:100%;row-gap:1rem;column-gap:1rem;margin-left:auto;margin-right:auto;grid-template-columns:1fr 1fr 1fr 1fr;}body main .t1690{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 .t1691{font-size:1.25rem;}}@media screen and (max-width: 480px) {body main .t1692{font-size:1.25rem;}}body main .t1693{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 .t1693{width:1.5rem;height:1.5rem;}}@media screen and (max-width: 480px) {body main .t1693{width:1.15rem;height:1.15rem;}}body main .t1694{width:100%;overflow:clip;border-radius:24px;}body main .t1696{column-gap:4rem;grid-template-columns:0.75fr 1fr;}@media screen and (max-width: 767px) {body main .t1696{grid-template-columns:1fr;}}body main .t1697{row-gap:2rem;justify-content:center;}body main .t1699{background:linear-gradient(180deg,#000000 69%,var(--nrm-reviewer) 100%);}body main .t1702{row-gap:4rem;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t1702{grid-template-columns:1fr;}}body main .t1703{row-gap:6rem;align-items:center;justify-content:center;}body main .t1704{width:40%;text-align:center;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t1704{width:90%;}}body main .t1707{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 .t1707{grid-template-columns:1fr 1fr;}}body main .t1708{align-self:flex-start;justify-self:center;}body main .t1712{align-self:flex-start;justify-self:center;}body main .t1716{align-self:flex-start;justify-self:center;}body main .t1720{align-self:flex-start;justify-self:center;}body main .t1724{align-self:flex-start;justify-self:center;}body main .t1728{align-self:flex-start;justify-self:center;}body main .t1732{margin-top:2rem;}@media screen and (max-width: 767px) {body main .t1732{align-items:flex-start;flex-direction:column;}}body main .t1733{flex:0 0 auto;}body main .t1735{align-self:flex-start;justify-self:center;}body main .t1739{align-self:flex-start;justify-self:center;}@media screen and (max-width: 480px) {body main .t1743{font-size:1.5rem;}}body main .t1744{align-self:flex-start;justify-self:center;}@media screen and (max-width: 480px) {body main .t1744{grid-column:span 2;}}body main .t1757{font-family:'Inter';padding-top:100px;padding-bottom:100px;}@media screen and (max-width: 991px) {body main .t1757{padding-top:80px;padding-bottom:80px;}}@media screen and (max-width: 767px) {body main .t1757{padding-top:60px;padding-bottom:60px;}}body main .t1759{display:grid;column-gap:60px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 991px) {body main .t1759{row-gap:60px;grid-template-columns:1fr;}}@media screen and (max-width: 767px) {body main .t1759{row-gap:40px;grid-template-columns:1fr;}}body main .t1760{display:flex;flex-direction:column;justify-content:space-between;}body main .t1761{display:flex;row-gap:20px;margin-bottom:40px;flex-direction:column;}@media screen and (max-width: 767px) {body main .t1762{font-size:34px;}}body main .t1763{width:100%;position:relative;object-fit:cover;}@media screen and (max-width: 991px) {body main .t1763{display:none;}}body main .t1764{display:flex;row-gap:40px;flex-direction:column;justify-content:center;}body main .t1765{display:flex;position:relative;border-bottom:1px solid rgba(0,0,0,1);flex-direction:column;}body main .t1765:hover img{transform:rotate(45deg);}body main .t1765:hover div:nth-child(3){width:100%;}body main .t1766{display:flex;justify-content:space-between;}body main .t1768{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 .t1774{width:100%;}body main .t1775{width:100%;display:flex;column-gap:8rem;align-items:flex-start;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t1775{row-gap:40px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t1777{font-size:16px;}}body main .t1778{color:rgba(0,0,0,1.00);width:100%;}@media screen and (max-width: 991px) {body main .t1778{grid-template-columns:1fr;}}@media screen and (max-width: 767px) {body main .t1778{row-gap:40px;grid-template-columns:1fr ;}}body main .t1781{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t1781{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t1781{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t1782{max-width:100%;}}body main .t1783{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t1784{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t1786{font-style:normal;}body main .t1787{width:80%;}@media screen and (max-width: 991px) {body main .t1787{width:100%;}}@media screen and (max-width: 767px) {body main .t1788{flex-direction:column;}}body main .t1789{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t1789{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t1789{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t1790{max-width:100%;}}body main .t1791{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t1792{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t1794{font-style:normal;}body main .t1795{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 .t1796{flex-direction:column;}}body main .t1797{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t1797{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t1797{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t1798{max-width:100%;}}body main .t1799{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t1800{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t1802{font-style:normal;}body main .t1803{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 .t1804{flex-direction:column;}}body main .t1805{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t1805{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t1805{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t1806{max-width:100%;}}body main .t1807{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t1808{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t1810{font-style:normal;}body main .t1811{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 .t1812{flex-direction:column;}}body main .t1813{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t1813{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t1813{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t1814{max-width:100%;}}body main .t1815{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t1816{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t1818{font-style:normal;}body main .t1819{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 .t1820{flex-direction:column;}}body main .t1821{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t1821{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t1821{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t1822{max-width:100%;}}body main .t1823{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t1824{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t1826{font-style:normal;}body main .t1827{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 .t1828{flex-direction:column;}}body main .t1829{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t1829{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t1829{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t1830{max-width:100%;}}body main .t1831{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t1832{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t1834{font-style:normal;}body main .t1835{width:80%;display:flex;position:relative;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:center;}body main .t1836{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 .t1836{display:flex;flex-direction:row;grid-template-columns:1fr 1fr;}}@media screen and (max-width: 767px) {body main .t1836{display:flex;flex-direction:row;}}@media screen and (max-width: 480px) {body main .t1836{grid-template-columns:1fr;}}body main .t1837{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t1837.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t1839{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t1840{font-style:normal;}body main .t1841{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t1841.dh-active{background:#0033ff;}body main .t1843{font-style:normal;}body main .t1844{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t1845{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t1845.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t1847{font-style:normal;}body main .t1848{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t1849{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t1849.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t1851{font-style:normal;}body main .t1852{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t1853{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t1853.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t1855{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t1856{font-style:normal;}body main .t1857{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t1857.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t1859{font-style:normal;}body main .t1860{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t1861{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t1861.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t1863{font-style:normal;}body main .t1864{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t1867{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 .t1867{width:100%;max-width:100%;margin-bottom:40px;}}body main .t1869{display:flex;column-gap:5rem;}@media screen and (max-width: 767px) {body main .t1869{grid-template-columns:1fr;}}body main .t1870{top:8rem;flex:1 1 0%;overflow:clip;position:sticky;border-radius:16px;}@media screen and (max-width: 480px) {body main .t1870{top:0rem;position:relative;}}body main .t1871{border-radius:0px 0px 0px 0px;}body main .t1872{align-items:center;}body main .t1873{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 .t1873{row-gap:20px;align-items:flex-start;margin-bottom:40px;flex-direction:column;}}body main .t1874{width:40%;}@media screen and (max-width: 991px) {body main .t1874{width:80%;}}body main .t1875{font-weight:700;}body main .t1878{background:var(--nrm-reviewer);}body main .t1880{padding-top:4rem;padding-bottom:4rem;}body main .t1882{flex:0 0 auto;margin-top:auto;margin-bottom:auto;}body main .t1884{row-gap:2rem;column-gap:2rem;}@media screen and (max-width: 480px) {body main .t1884{align-items:flex-start;flex-direction:column;}}body main .t1885{font-family:'Inter';font-weight:400;}body main .t1886{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 .t1886{width:45%;}}@media screen and (max-width: 767px) {body main .t1886{width:50%;}}@media screen and (max-width: 480px) {body main .t1886{width:100%!important;}}body main .t1888{opacity:5%;}body main .t1892{max-width:45rem;}body main .t1894{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 .t1894{row-gap:20px;align-items:flex-start;margin-bottom:40px;flex-direction:column;}}@media screen and (max-width: 991px) {body main .t1895{width:100%;}}body main .t1896{font-size:42px;font-weight:700;margin-bottom:20px;}body main .t1898{background:#0f0f0f;}body main .t1899{height:100%;}body main .t1900{padding-bottom:8rem;}body main .t1901{width:60%;row-gap:5rem;}body main .t1903{display:flex;row-gap:0.5rem;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t1904{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 .t1905{background:;}body main .t1906{font-size:1.15rem;background:;line-height:2;}body main .t1908{margin-bottom:auto;}body main .t1911{margin-top:auto;}body main .t1916{row-gap:4rem;}body main .t1917{background:#0f0f0f;}body main .t1918{height:100%;}body main .t1919{padding-bottom:8rem;}body main .t1920{width:60%;row-gap:5rem;}body main .t1922{display:flex;row-gap:0.5rem;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t1923{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 .t1924{background:;}body main .t1925{font-size:1.15rem;background:;line-height:2;}body main .t1928{margin-bottom:auto;}body main .t1931{margin-top:auto;}body main .t1934{height:100vh;background:#0f0f0f;}@media screen and (max-width: 767px) {body main .t1934{border-radius:0px 0px 0px 0px;}}body main .t1935{height:100%;}body main .t1936{height:100%;align-items:center;padding-bottom:15rem;justify-content:center;}body main .t1937{width:60%;row-gap:5rem;}body main .t1938{align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}body main .t1939{display:none;}body main .t1941{margin-bottom:auto;}body main .t1944{margin-top:auto;}body main .t1947{flex-wrap:wrap;margin-top:1rem;align-items:center;justify-content:center;}body main .t1956{background:#0f0f0f;}body main .t1957{height:100%;}body main .t1958{padding-bottom:8rem;}body main .t1959{width:60%;row-gap:5rem;}body main .t1961{display:flex;row-gap:0.5rem;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t1962{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 .t1963{background:;}body main .t1964{font-size:1.15rem;background:;line-height:2;}body main .t1966{margin-bottom:auto;}body main .t1969{margin-top:auto;}body main .t1973{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 .t1973{width:80%;}}@media screen and (max-width: 480px) {body main .t1973{padding-top:0.5rem;padding-left:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;}}body main .t1974{width:100%;height:100%;row-gap:0.5rem;border-radius:16px;}body main .t1975{width:100%;display:flex;position:relative;align-items:flex-start;flex-direction:column;}body main .t1977{column-gap:0.25rem;}body main .t1979{font-size:0.5rem;}body main .t1980{color:var(--nrm-txt-light);}body main .t1981{color:var(--nrm-txt-light);display:none;font-size:0.4rem;}body main .t1985{width:100%;height:auto;object-fit:cover;aspect-ratio:16/9;border-radius:16px;}@media screen and (max-width: 480px) {body main .t1985{border-radius:8px;}}body main .t1986{width:100%;row-gap:0.25rem;flex-wrap:wrap;column-gap:0.25rem;}@media screen and (max-width: 991px) {body main .t1986{row-gap:0.15rem;}}body main .t1993{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 .t1997{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 .t1998{font-size:0.6rem;}body main .t2000{column-gap:0.25rem;}body main .t2001{color:rgb(255,255,255);}body main .t2002{font-size:0.7rem;}body main .t2003{width:1rem;height:1rem;}body main .t2004{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 .t2004{top:10rem;}}body main .t2005{color:#22ff1f;width:1rem;display:flex;box-shadow:;align-items:center;justify-content:center;}body main .t2006{top:8rem;left:2rem;filter:;display:flex;z-index:5;position:absolute;box-shadow:;align-items:flex-start;}body main .t2007{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 .t2008{font-size:0.6rem;}body main .t2010{column-gap:0.25rem;}body main .t2011{color:rgb(255,255,255);}body main .t2012{font-size:0.7rem;}body main .t2013{width:1rem;height:1rem;}body main .t2014{color:rgb(255,53,144);width:1rem;display:flex;box-shadow:;align-items:center;justify-content:center;}body main .t2015{top:5rem;left:10rem;filter:;display:flex;z-index:5;position:absolute;box-shadow:;align-items:flex-start;}body main .t2016{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 .t2017{font-size:0.6rem;}body main .t2019{column-gap:0.25rem;}body main .t2020{color:rgb(255,255,255);}body main .t2021{font-size:0.7rem;}body main .t2022{width:1rem;height:1rem;}body main .t2023{color:#ff531f;width:1rem;display:flex;box-shadow:;align-items:center;justify-content:center;}body main .t2024{height:auto;margin-left:auto;margin-right:auto;}body main .t2025{color:rgb(208,208,208);font-size:0.9rem;font-family:'NuramaGrotesk';font-weight:700;}body main .t2029{row-gap:4rem;}body main .t2030{color:rgba(0,0,0,1.00);width:100%;}@media screen and (max-width: 991px) {body main .t2030{display:flex;flex-direction:column;grid-template-columns:1fr;}}body main .t2033{position:relative;background:rgb(0,0,0);}@media screen and (max-width: 991px) {body main .t2033{width:100%;}}@media screen and (max-width: 991px) {body main .t2034{max-width:auto;}}@media screen and (max-width: 767px) {body main .t2034{object-fit:contain;}}body main .t2035{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2035{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t2035{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t2036{max-width:100%;}}body main .t2038{font-style:normal;}body main .t2039{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t2040{font-style:normal;font-weight:300;margin-bottom:40px;}@media screen and (max-width: 767px) {body main .t2041{flex-direction:column;}}body main .t2042{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2042{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t2042{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t2043{max-width:100%;}}body main .t2044{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t2045{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t2047{font-style:normal;}body main .t2048{position:relative;background:rgb(0,0,0);}@media screen and (max-width: 767px) {body main .t2049{flex-direction:column;}}body main .t2050{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2050{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t2050{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t2051{max-width:100%;}}body main .t2053{font-style:normal;}body main .t2054{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t2055{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t2056{position:relative;background:rgb(0,0,0);}@media screen and (max-width: 767px) {body main .t2057{flex-direction:column;}}body main .t2058{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2058{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t2058{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t2059{max-width:100%;}}body main .t2060{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t2062{font-style:normal;}body main .t2063{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t2064{position:relative;background:rgb(0,0,0);}@media screen and (max-width: 767px) {body main .t2065{height:350px;max-width:100%;}}@media screen and (max-width: 767px) {body main .t2066{flex-direction:column;}}body main .t2067{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2067{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t2067{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t2068{max-width:100%;}}body main .t2069{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t2070{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t2072{font-style:normal;}body main .t2073{position:relative;background:rgb(0,0,0);}@media screen and (max-width: 767px) {body main .t2074{flex-direction:column;}}body main .t2075{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2075{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t2075{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t2076{max-width:100%;}}body main .t2077{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t2078{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t2080{font-style:normal;}body main .t2081{position:relative;background:rgb(0,0,0);}@media screen and (max-width: 767px) {body main .t2083{flex-direction:column;}}body main .t2084{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2084{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t2084{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t2085{max-width:100%;}}body main .t2086{font-size:20px;font-style:normal;margin-bottom:15px;}body main .t2087{font-style:normal;font-weight:300;margin-bottom:40px;}body main .t2089{font-style:normal;}body main .t2090{position:relative;background:rgb(0,0,0);}body main .t2091{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 .t2091{display:flex;flex-direction:row;grid-template-columns:1fr 1fr;}}@media screen and (max-width: 767px) {body main .t2091{display:flex;align-items:flex-start;flex-direction:row;}}@media screen and (max-width: 480px) {body main .t2091{grid-template-columns:1fr;}}body main .t2092{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t2092.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t2094{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t2095{font-style:normal;}body main .t2096{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t2096.dh-active{background:#0033ff;}body main .t2098{font-style:normal;}body main .t2099{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t2100{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t2100.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t2102{font-style:normal;}body main .t2103{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t2104{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t2104.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t2106{font-style:normal;}body main .t2107{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t2108{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t2108.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t2110{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t2111{font-style:normal;}body main .t2112{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t2112.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t2114{font-style:normal;}body main .t2115{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t2116{color:rgb(178,178,178);background:rgb(11,11,11);}body main .t2116.dh-active{color:rgba(255,255,255,1.00);background:#0b0bff;}body main .t2118{font-style:normal;}body main .t2119{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t2120{width:100%;}body main .t2121{width:100%;}@media screen and (max-width: 767px) {body main .t2121{row-gap:40px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2124{font-size:16px;}}body main .t2125{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 .t2125{padding-top:6rem;}}@media screen and (max-width: 480px) {body main .t2125{padding-top:2rem;}}body main .t2126{width:100%;height:100%;overflow:clip;}body main .t2128{width:100%;}body main .t2130{width:100%;height:100%;overflow:clip;border-radius:16px;}body main .t2131{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 .t2131{padding-top:0.2rem;padding-left:0.2rem;padding-right:0.2rem;padding-bottom:0.2rem;}}body main .t2136{padding-bottom:12rem;}@media screen and (max-width: 991px) {body main .t2137{width:100%;}}@media screen and (max-width: 480px) {body main .t2138{margin-top:-2rem;padding-top:0rem;}}body main .t2139{width:100%;}@media screen and (max-width: 991px) {body main .t2139{display:flex;flex-direction:column;}}@media screen and (max-width: 767px) {body main .t2139{display:flex;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2139{display:flex;column-gap:2rem;}}body main .t2140{color:rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t2140{width:100%;}}@media screen and (max-width: 480px) {body main .t2142{font-size:16px;}}body main .t2143{width:100%;row-gap:2rem;}body main .t2144{width:100%;row-gap:2rem;}body main .t2145{row-gap:6rem;}@media screen and (max-width: 767px) {body main .t2145{row-gap:8rem;}}body main .t2146{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 .t2146{object-fit:cover;}}body main .t2147{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 .t2147{row-gap:1rem;max-width:90%;flex-direction:row;}}body main .t2148{flex:0 0 auto;}body main .t2148.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 .t2149{display:none;}}body main .t2150{width:1rem;height:1rem;}body main .t2151{min-width:3rem;min-height:3rem;}body main .t2151.dh-active{color:var(--nrm-dark-bg);background:rgb(from var(--nrm-creator) r g b / 40%);}body main .t2152{width:1rem;height:1rem;}body main .t2153{min-width:3rem;min-height:3rem;}body main .t2153.dh-active{color:var(--nrm-dark-bg);background:rgb(from var(--nrm-creator) r g b / 40%);}body main .t2154{width:1rem;height:1rem;}body main .t2155{flex:0 0 auto;display:none;}body main .t2155.dh-active{color:var(--nrm-dark-bg);background:rgb(from var(--nrm-creator) r g b / 40%);}body main .t2157{width:1rem;height:1rem;}body main .t2158{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 .t2159{width:100%;height:100%;display:flex;z-index:1;position:absolute;object-fit:cover;margin-left:auto;margin-right:auto;}body main .t2160{min-width:3rem;min-height:3rem;}body main .t2160.dh-active{color:rgb(21,21,21);background:rgb(from #ffd21e r g b / 40%);}body main .t2161{width:1rem;height:1rem;background:rgb(255,255,255);border-radius:100%;}body main .t2162{flex:0 0 auto;width:auto;column-gap:0.5rem;}body main .t2166{width:100%;row-gap:2rem;}body main .t2167{width:100%;align-items:start;justify-items:stretch;grid-template-columns:0.80fr 1fr;}@media screen and (max-width: 991px) {body main .t2167{display:flex;flex-direction:column;}}@media screen and (max-width: 767px) {body main .t2167{display:flex;flex-direction:column;}}body main .t2168{width:100%;}body main .t2169{width:100%;}body main .t2172{width:5px;height:5px;background:rgb(0,255,106);border-radius:100%;}body main .t2174{display:flex;background:rgb(0,0,0);align-items:center;flex-direction:column;justify-content:flex-start;}body main .t2175{width:100%;}body main .t2176{position:relative;}body main .t2183{background:#0f0f0f;}body main .t2184{height:100%;}body main .t2185{padding-bottom:8rem;}body main .t2186{width:60%;row-gap:5rem;}body main .t2188{display:flex;row-gap:0rem;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t2189{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 .t2190{background:;}body main .t2193{margin-bottom:auto;}body main .t2196{margin-top:auto;}body main .t2201{margin-left:0.25rem;margin-right:0.25rem;}body main .t2203{margin-left:0.25rem;margin-right:0.25rem;}body main .t2205{color:var(--nrm-gray-dim);}body main .t2208{column-gap:4rem;}@media screen and (max-width: 991px) {body main .t2208{align-items:flex-start;flex-direction:column;}}body main .t2209{width:100%;}body main .t2211{text-align:center;}@media screen and (max-width: 767px) {body main .t2212{padding-bottom:8rem;}}@media screen and (max-width: 480px) {body main .t2212{padding-bottom:0rem;}}body main .t2213{color:rgb(237,237,237);}@media screen and (max-width: 767px) {body main .t2213{text-align:left;}}@media screen and (max-width: 480px) {body main .t2213{text-align:left;}}body main .t2214{width:100%;}@media screen and (max-width: 991px) {body main .t2215{row-gap:1rem;flex-direction:row;}}@media screen and (max-width: 767px) {body main .t2215{align-items:flex-start;}}body main .t2217{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 .t2217{width:1.25rem;height:1.25rem;}}body main .t2221{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 .t2221{aspect-ratio:1/1;}}body main .t2223{margin-bottom:auto;}body main .t2226{margin-top:auto;}body main .t2229{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 .t2230{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 .t2231{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 .t2231{left:auto;right:auto;}}body main .t2235{margin-bottom:auto;}body main .t2238{margin-top:auto;}body main .t2241{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 .t2242{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 .t2242{width:12rem;}}@media screen and (max-width: 480px) {body main .t2242{left:12rem;width:10rem;}}body main .t2243{width:100%;filter:;margin-left:auto;margin-right:auto;}@media screen and (max-width: 480px) {body main .t2243{top:5rem;bottom:auto;}}body main .t2244{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 .t2245{width:1rem;height:1rem;}body main .t2246{width:1rem;height:1rem;}body main .t2247{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 .t2247{top:10rem;width:12rem;}}@media screen and (max-width: 480px) {body main .t2247{right:12rem;width:10rem;}}body main .t2248{width:100%;box-shadow:;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);}@media screen and (max-width: 480px) {body main .t2248{top:auto;}}body main .t2249{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 .t2250{width:1rem;height:1rem;}body main .t2251{width:1rem;height:1rem;}body main .t2252{font-style:normal;}body main .t2253{align-items:center;justify-items:start;}@media screen and (max-width: 767px) {body main .t2253{display:flex;row-gap:1rem;flex-direction:column;}}body main .t2262{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 .t2262{width:65%;}}@media screen and (max-width: 480px) {body main .t2262{width:80%;}}body main .t2263{font-style:normal;}body main .t2265{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 .t2265:hover div{transform:scale(1.25,1.25);}body main .t2266{transition:all 250ms 0ms ease-out;aspect-ratio:16/9;}body main .t2267{align-items:center;justify-content:center;}body main .t2268{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 .t2268{padding-top:0.6rem;padding-left:0.6rem;padding-right:0.6rem;padding-bottom:0.6rem;}}body main .t2269{display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}body main .t2270{width:100%;grid-template-columns:0.80fr 1fr;}@media screen and (max-width: 991px) {body main .t2270{display:flex;flex-direction:column;}}@media screen and (max-width: 767px) {body main .t2270{display:flex;flex-direction:column;}}@media screen and (max-width: 991px) {body main .t2273{row-gap:1rem;flex-direction:row;}}body main .t2278{display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}body main .t2281{column-gap:0.5rem;}body main .t2283{transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);}body main .t2284{cursor:pointer;}body main .t2285{align-items:center;aspect-ratio:16/9;justify-content:center;}body main .t2286{z-index:5;position:relative;}body main .t2287{width:100%;display:none;row-gap:2rem;}body main .t2288{width:100%;grid-template-columns:0.80fr 1fr;}@media screen and (max-width: 991px) {body main .t2288{display:flex;flex-direction:column;}}@media screen and (max-width: 767px) {body main .t2288{display:flex;flex-direction:column;}}@media screen and (max-width: 991px) {body main .t2291{row-gap:1rem;flex-direction:row;}}body main .t2296{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 .t2296{width:2rem;height:2rem;}}body main .t2299{column-gap:0.5rem;}body main .t2301{transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);}@media screen and (max-width: 480px) {body main .t2301{width:2rem;height:2rem;}}body main .t2303{aspect-ratio:16/9;}body main .t2305{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 .t2305{background:rgba(20,20,20,0.01);}}@media screen and (max-width: 480px) {body main .t2305{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 .t2306{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 .t2306{width:1.5rem;height:1.5rem;}}@media screen and (max-width: 480px) {body main .t2306{width:1.75rem;height:1.75rem;}}body main .t2307{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 .t2307{min-height:auto;}}@media screen and (max-width: 480px) {body main .t2307{border-radius:12px;}}body main .t2308{width:100%;height:100%;position:absolute;margin-left:auto;margin-right:auto;}body main .t2309{width:100%;height:100%;display:flex;margin-left:auto;margin-right:auto;}body main .t2310{font-size:0.80rem;}@media screen and (max-width: 480px) {body main .t2310{flex:0 0 auto;order:-1000;}}body main .t2311{flex:1 1 0%;}@media screen and (max-width: 767px) {body main .t2311{justify-content:space-between;}}body main .t2313{color:var(--nrm-gray-dim);font-size:0.70rem;text-decoration:underline;}body main .t2314{width:auto;}body main .t2315{color:var(--nrm-gray-dim);font-size:0.70rem;margin-top:0.5rem;padding-left:0.5rem;}body main .t2317{display:flex;align-items:flex-start;flex-direction:row;grid-template-columns:0.15fr 1fr;}@media screen and (max-width: 991px) {body main .t2317{row-gap:6rem;flex-direction:column;}}body main .t2318{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 .t2319{background:;}body main .t2320{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 .t2320{height:55rem;}}body main .t2321{width:100%;grid-template-columns:0.80fr 1fr;}@media screen and (max-width: 991px) {body main .t2321{display:flex;flex-direction:column;}}@media screen and (max-width: 767px) {body main .t2321{display:flex;flex-direction:column;}}body main .t2323{width:100%;}body main .t2324{column-gap:1rem;}@media screen and (max-width: 991px) {body main .t2324{row-gap:1rem;column-gap:1.5rem;align-items:center;flex-direction:row;}}@media screen and (max-width: 767px) {body main .t2324{width:100%;row-gap:1rem;column-gap:1rem;}}@media screen and (max-width: 480px) {body main .t2331{text-wrap:pretty;}}body main .t2334{display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}body main .t2335{cursor:pointer;}body main .t2336{aspect-ratio:16/9;}body main .t2337{display:none;}body main .t2338{width:100%;}body main .t2340{height:auto;display:none;background:rgba(0,0,0,0);backdrop-filter:;-webkit-backdrop-filter:;}@media screen and (max-width: 991px) {body main .t2340{top:0rem;}}@media screen and (max-width: 767px) {body main .t2340{padding-top:5rem;}}body main .t2347{width:100%;}body main .t2348{width:100%;display:flex;row-gap:16px;align-items:center;flex-direction:column;justify-content:center;}body main .t2349{width:100%;display:flex;background:rgba(0,0,0,0.05);border-radius:6px;flex-direction:column;}body main .t2352{height:16px;transition:all 200ms 0ms linear;}body main .t2353{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 .t2354{color:rgb(218,218,218);}body main .t2355{width:100%;row-gap:4rem;align-items:center;justify-content:center;}body main .t2357{max-width:60rem;}body main .t2359{color:var(--nrm-txt-dim);font-size:1.5rem;text-wrap:pretty;}@media screen and (max-width: 991px) {body main .t2359{font-size:1.35rem;}}@media screen and (max-width: 480px) {body main .t2359{font-size:1.15rem;text-wrap:balance;}}body main .t2360{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 .t2360{display:flex;row-gap:2rem;background:rgba(0,0,0,0.58);flex-direction:column;}}body main .t2361{flex-direction:row;}@media screen and (max-width: 991px) {body main .t2361{flex-direction:row-reverse;}}@media screen and (max-width: 480px) {body main .t2361{flex-direction:row;}}body main .t2362{color:rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t2366{width:100%;}}body main .t2367{flex-direction:row;}@media screen and (max-width: 991px) {body main .t2367{flex-direction:row-reverse;}}@media screen and (max-width: 480px) {body main .t2367{flex-direction:row;}}@media screen and (max-width: 991px) {body main .t2369{width:100%;}}body main .t2373{flex-direction:row;}@media screen and (max-width: 991px) {body main .t2373{flex-direction:row-reverse;}}@media screen and (max-width: 480px) {body main .t2373{flex-direction:row;}}@media screen and (max-width: 991px) {body main .t2375{width:100%;}}body main .t2379{object-fit:cover;object-position:0% 80%;}body main .t2380{min-height:100vh;border-radius:0px 0px 0px 0px;}@media screen and (max-width: 767px) {body main .t2380{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 .t2384{row-gap:2rem;}body main .t2385{display:flex;row-gap:0rem;align-items:flex-start;line-height:1.25;flex-direction:column;}body main .t2388{margin-left:0.25rem;margin-right:0.25rem;}body main .t2389{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 .t2390{background:;}body main .t2395{margin-top:0.5rem;}body main .t2397{margin-left:.25rem;}body main .t2400{margin-bottom:1.5rem;}body main .t2401{align-items:flex-start;}body main .t2403{width:7rem;}@media screen and (max-width: 480px) {body main .t2403{width:6rem;}}body main .t2404{display:flex;column-gap:0.5rem;align-items:center;justify-content:center;}body main .t2406{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;}body main .t2407{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 .t2407:hover{background:#1b1b1b;}body main .t2408{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;}body main .t2409{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 .t2409{row-gap:1rem;flex-wrap:wrap;flex-direction:column;}}body main .t2410{width:100%;}body main .t2412{width:100%;display:flex;column-gap:0.25rem;}@media screen and (max-width: 480px) {body main .t2412{width:100%;}}body main .t2413{width:100%;}body main .t2414{width:100%;height:100%;}@media screen and (max-width: 480px) {body main .t2414{width:100%;}}body main .t2415{width:100%;}body main .t2416{width:100%;height:100%;}@media screen and (max-width: 480px) {body main .t2416{width:100%;}}body main .t2417{row-gap:2rem;}body main .t2418{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 .t2418{display:flex;}}@media screen and (max-width: 480px) {body main .t2418{max-height:20rem;}}body main .t2450{font-family:'NuramaGrotesk';}body main .t2451{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 .t2451{max-width:80%;}}@media screen and (max-width: 767px) {body main .t2451{flex-wrap:wrap;max-width:90%;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t2451{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 .t2452{width:100%;row-gap:1rem;flex-wrap:wrap;padding-top:0.5rem;flex-direction:row;}@media screen and (max-width: 767px) {body main .t2452{row-gap:1rem;}}@media screen and (max-width: 480px) {body main .t2452{flex-direction:row;}}body main .t2453{cursor:pointer;}@media screen and (max-width: 767px) {body main .t2453{margin-left:0rem;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t2453{margin-left:0rem;margin-right:auto;}}body main .t2454{width:0.75rem;height:0.75rem;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 991px) {body main .t2454{order:-1000;}}body main .t2455{color:rgb(242,242,242);font-size:0.75rem;text-align:left;}body main .t2456{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 .t2456:hover{background:#1b1b1b;}body main .t2457{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;}body main .t2458{width:100%;row-gap:0.25rem;}body main .t2459{width:100%;display:flex;column-gap:0.5rem;align-items:center;padding-bottom:1rem;}@media screen and (max-width: 480px) {body main .t2459{row-gap:1.5rem;align-items:flex-start;flex-direction:column;}}body main .t2460{width:7rem;}@media screen and (max-width: 480px) {body main .t2460{width:6rem;}}body main .t2461{column-gap:2rem;}@media screen and (max-width: 991px) {body main .t2461{row-gap:1rem;align-items:flex-start;flex-direction:column;}}body main .t2462{flex:1 1 0%;font-size:0.9rem;font-weight:300;}body main .t2465{color:#ffd21e;margin-left:0.15rem;margin-right:0.15rem;text-decoration:underline;}body main .t2473{padding-top:2rem;padding-bottom:2rem;}@media screen and (max-width: 767px) {body main .t2473{padding-left:0rem;padding-right:0rem;padding-bottom:0rem;}}@media screen and (max-width: 480px) {body main .t2473{flex-direction:row;padding-bottom:2rem;}}body main .t2475{height:100%;}body main .t2477{width:100%;display:flex;margin-top:3rem;align-items:center;margin-bottom:1.5rem;justify-content:space-between;}body main .t2478{margin-right:auto;}body main .t2486{width:auto;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2486{width:auto;}}body main .t2488{padding-left:0.9rem;padding-right:0.9rem;}body main .t2489{font-weight:400;}body main .t2490{background:rgba(255,231,15,0);padding-left:0.9rem;padding-right:0.9rem;}body main .t2491{color:rgb(255,255,255);font-weight:400;}body main .t2505{display:flex;}body main .t2509{flex-wrap:wrap;margin-top:1rem;align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}body main .t2510{cursor:wait;pointer-events:none;}@media screen and (max-width: 991px) {body main .t2510{cursor:wait;pointer-events:none;}}body main .t2514{cursor:wait;pointer-events:none;}@media screen and (max-width: 991px) {body main .t2514{cursor:wait;pointer-events:none;}}body main .t2520{opacity:80%;row-gap:0rem;align-items:center;justify-content:center;}body main .t2522{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 .t2522{column-gap:0.5rem;padding-left:0.4rem;border-radius:10px;padding-right:0.4rem;}}body main .t2523{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 .t2523{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 .t2523{width:2.5rem;height:2.5rem;}}@media screen and (max-width: 480px) {body main .t2525{font-size:0.8rem;}}body main .t2526{display:flex;align-items:center;flex-direction:column;justify-content:center;}body main .t2528{color:var(--nrm-txt-dim);}body main .t2529{column-gap:0.25rem;}body main .t2530{color:var(--nrm-txt-dim);font-size:0.75rem;}@media screen and (max-width: 480px) {body main .t2530{font-size:0.5rem;}}body main .t2531{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 .t2531{width:0.8rem;height:0.8rem;}}body main .t2535{align-items:center;justify-content:center;}body main .t2536{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 .t2536{width:65%;}}@media screen and (max-width: 480px) {body main .t2536{width:80%;}}body main .t2537{font-style:normal;}body main .t2539{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 .t2539:hover div{transform:scale(1.25,1.25);}body main .t2540{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 .t2540{padding-top:0.6rem;padding-left:0.6rem;padding-right:0.6rem;padding-bottom:0.6rem;}}body main .t2541{display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}body main .t2542{transition:all 250ms 0ms ease-out;aspect-ratio:16/9;}body main .t2543{column-gap:0.5rem;align-items:center;justify-content:center;}body main .t2545{transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);}body main .t2548{margin-bottom:2.5rem;}body main .t2549{margin-top:6rem;margin-bottom:2.5rem;}@media screen and (max-width: 480px) {body main .t2551{width:100%;display:flex;align-items:center;justify-content:center;}}@media screen and (max-width: 480px) {body main .t2552{justify-content:space-between;}}body main .t2553{color:rgb(255,255,255);cursor:pointer;font-size:0.9rem;transition:all 350ms 0ms linear;}body main .t2553:hover{color:rgb(255,255,255);}@media screen and (max-width: 480px) {body main .t2554{width:100%;}}@media screen and (max-width: 480px) {body main .t2555{width:100%;}}@media screen and (max-width: 480px) {body main .t2556{width:100%;}}@media screen and (max-width: 480px) {body main .t2557{width:100%;}}body main .t2559{display:none;}@media screen and (max-width: 991px) {body main .t2568{max-width:auto;}}@media screen and (max-width: 767px) {body main .t2568{object-fit:contain;}}@media screen and (max-width: 991px) {body main .t2569{max-width:auto;}}@media screen and (max-width: 767px) {body main .t2569{object-fit:contain;}}@media screen and (max-width: 991px) {body main .t2570{max-width:auto;}}@media screen and (max-width: 767px) {body main .t2570{object-fit:contain;}}@media screen and (max-width: 991px) {body main .t2571{max-width:auto;}}@media screen and (max-width: 767px) {body main .t2571{object-fit:contain;}}@media screen and (max-width: 991px) {body main .t2572{max-width:auto;}}@media screen and (max-width: 767px) {body main .t2572{object-fit:contain;}}@media screen and (max-width: 991px) {body main .t2573{max-width:auto;}}@media screen and (max-width: 767px) {body main .t2573{object-fit:contain;}}@media screen and (max-width: 991px) {body main .t2574{max-width:auto;}}@media screen and (max-width: 767px) {body main .t2574{object-fit:contain;}}@media screen and (max-width: 991px) {body main .t2575{max-width:auto;}}@media screen and (max-width: 767px) {body main .t2575{object-fit:contain;}}@media screen and (max-width: 991px) {body main .t2576{max-width:auto;}}@media screen and (max-width: 767px) {body main .t2576{object-fit:contain;}}@media screen and (max-width: 991px) {body main .t2577{max-width:auto;}}@media screen and (max-width: 767px) {body main .t2577{object-fit:contain;}}@media screen and (max-width: 991px) {body main .t2578{max-width:auto;}}@media screen and (max-width: 767px) {body main .t2578{object-fit:contain;}}body main .t2582{min-height:80vh;align-items:center;justify-content:center;}body main .t2583{z-index:5;position:relative;}@media screen and (max-width: 480px) {body main .t2583{margin-top:auto;min-height:40vh;}}@media screen and (max-width: 480px) {body main .t2584{padding-bottom:4rem;}}body main .t2587{line-height:1;}@media screen and (max-width: 480px) {body main .t2587{font-size:1rem;}}body main .t2588{margin-top:0.5rem;}body main .t2589{margin-top:2.5rem;}body main .t2590{margin-top:auto;text-align:center;align-items:center;padding-bottom:5rem;justify-content:center;}body main .t2591{row-gap:0rem;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2592{font-size:2.5rem;}}@media screen and (max-width: 480px) {body main .t2592{font-size:2rem;}}body main .t2593{row-gap:1rem;align-items:center;justify-content:center;}body main .t2594{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 .t2594{left:auto;right:auto;width:150%;margin-left:auto;}}@media screen and (max-width: 480px) {body main .t2594{top:-15rem;width:150%;}}@media screen and (max-width: 480px) {body main .t2595{padding-top:0px;}}body main .t2597{max-width:70rem;}body main .t2598{display:flex;row-gap:2rem;flex-direction:column;}body main .t2599{margin-top:2.5rem;}body main .t2603{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 .t2603{width:85%;row-gap:40px;flex-direction:column;}}body main .t2605{width:100%;align-items:flex-start;justify-content:center;}@media screen and (max-width: 480px) {body main .t2606{font-size:16px;}}body main .t2607{grid-template-columns:1fr 0.5fr;}@media screen and (max-width: 767px) {body main .t2607{display:flex;flex-direction:column;grid-template-columns:1fr;}}@media screen and (max-width: 767px) {body main .t2608{order:-1000;width:40%;margin-left:auto;margin-right:auto;}}body main .t2610{width:100%;}body main .t2611{width:100%;}body main .t2614{width:100%;}body main .t2618{width:100%;}body main .t2628{align-items:flex-start;}@media screen and (max-width: 480px) {body main .t2628{row-gap:2rem;flex-direction:column;}}body main .t2629{row-gap:1rem;align-items:flex-start;}@media screen and (max-width: 480px) {body main .t2629{width:100%;align-items:flex-start;}}body main .t2631{border-top:1px solid var(--nur-border-dark);border-bottom:1px solid var(--nur-border-dark);}body main .t2632{max-width:70rem;}body main .t2633{display:flex;row-gap:2rem;flex-direction:column;}body main .t2634{grid-template-columns:0.5fr 1fr;}@media screen and (max-width: 767px) {body main .t2634{display:flex;flex-direction:column;grid-template-columns:1fr;}}@media screen and (max-width: 767px) {body main .t2635{order:-1000;width:40%;margin-left:auto;margin-right:auto;}}body main .t2636{width:100%;align-items:flex-start;justify-content:center;}body main .t2637{width:100%;}body main .t2638{width:100%;}body main .t2643{width:100%;}body main .t2648{width:100%;}body main .t2653{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 .t2653{width:85%;row-gap:40px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2653{width:100%;}}@media screen and (max-width: 480px) {body main .t2654{font-size:16px;}}body main .t2656{align-items:flex-start;}@media screen and (max-width: 480px) {body main .t2656{row-gap:2rem;flex-direction:column;}}body main .t2657{width:25%;row-gap:0.5rem;align-items:flex-start;}@media screen and (max-width: 767px) {body main .t2657{width:40%;}}@media screen and (max-width: 480px) {body main .t2657{width:100%;align-items:flex-start;}}body main .t2663{max-width:70rem;}body main .t2664{display:flex;row-gap:2rem;flex-direction:column;}body main .t2665{grid-template-columns:0.5fr 1fr;}@media screen and (max-width: 767px) {body main .t2665{display:flex;flex-direction:column;grid-template-columns:1fr;}}body main .t2666{width:100%;align-items:flex-start;justify-content:center;}body main .t2667{width:100%;}body main .t2668{width:100%;}body main .t2673{width:100%;}body main .t2678{width:100%;}@media screen and (max-width: 767px) {body main .t2683{order:-1000;width:40%;margin-left:auto;margin-right:auto;}}body main .t2684{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 .t2684{width:85%;row-gap:40px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2684{width:100%!important;}}@media screen and (max-width: 480px) {body main .t2685{font-size:16px;}}body main .t2687{align-items:center;}@media screen and (max-width: 767px) {body main .t2687{align-items:flex-start;}}@media screen and (max-width: 480px) {body main .t2687{row-gap:2.5rem;align-items:flex-start;flex-direction:column;}}body main .t2688{width:40%;}@media screen and (max-width: 991px) {body main .t2688{width:50%;}}@media screen and (max-width: 767px) {body main .t2688{width:60%;}}body main .t2691{row-gap:0.5rem;align-items:flex-start;}@media screen and (max-width: 480px) {body main .t2691{width:100%;align-items:flex-start;}}body main .t2694{color:var(--nrm-gray-dim);font-weight:300;}body main .t2698{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 .t2698{margin-top:0rem;}}@media screen and (max-width: 767px) {body main .t2698{top:4rem;}}@media screen and (max-width: 480px) {body main .t2698{top:4rem;}}body main .t2700{justify-content:center;}@media screen and (max-width: 991px) {body main .t2700{flex-wrap:wrap;}}@media screen and (max-width: 480px) {body main .t2700{column-gap:0.5rem;}}@media screen and (max-width: 480px) {body main .t2704{width:1rem;height:1rem;}}@media screen and (max-width: 480px) {body main .t2708{width:1rem;height:1rem;}}@media screen and (max-width: 480px) {body main .t2712{width:1rem;height:1rem;}}body main .t2714{display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}body main .t2715{align-items:center;justify-content:center;}body main .t2717{display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}body main .t2718{align-items:center;justify-content:center;}body main .t2720{display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}body main .t2721{align-items:center;justify-content:center;}body main .t2722{padding-right:0.5rem;}body main .t2724{width:5px;height:5px;background:rgb(0,255,106);border-radius:100%;}body main .t2725{margin-top:0.5rem;}body main .t2729{margin-top:0.5rem;}body main .t2733{margin-top:0.5rem;}body main .t2741{row-gap:0rem;justify-self:center;}@media screen and (max-width: 991px) {body main .t2741{width:100%;}}@media screen and (max-width: 767px) {body main .t2741{width:100%;}}body main .t2743{row-gap:0.5rem;padding-left:0rem;}@media screen and (max-width: 991px) {body main .t2743{width:100%;flex-wrap:wrap;column-gap:1.5rem;flex-direction:row;}}@media screen and (max-width: 991px) {body main .t2747{padding-top:2.4rem;padding-bottom:2.4rem;}}body main .t2753{display:flex;overflow:clip;background:;min-height:100vh;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2753{min-height:80vh;}}body main .t2754{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 .t2754{object-fit:cover;}}body main .t2755{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 .t2756{width:100%;height:100%;display:flex;z-index:1;position:absolute;object-fit:cover;margin-left:auto;margin-right:auto;}body main .t2757{width:100%;height:100%;display:none;opacity:15%;background:;margin-left:auto;margin-right:auto;}body main .t2758{z-index:10;position:absolute;pointer-events:none;}body main .t2759{display:flex;align-items:center;justify-content:center;}body main .t2760{width:40%;text-align:center;align-items:center;justify-content:center;}@media screen and (max-width: 991px) {body main .t2760{width:50%;}}@media screen and (max-width: 767px) {body main .t2760{width:80%;}}body main .t2761{color:rgb(76,76,76);font-size:10em;line-height:0.8;}body main .t2762{pointer-events:auto;}body main .t2764{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 .t2764{row-gap:1rem;max-width:90%;flex-direction:row;}}body main .t2765{flex:0 0 auto;display:none;}body main .t2765.dh-active{color:rgb(21,21,21);background:rgb(from #ffd21e r g b / 40%);}body main .t2767{width:1rem;height:1rem;}body main .t2768{flex:0 0 auto;width:auto;column-gap:0.5rem;}body main .t2769{min-width:3rem;min-height:3rem;}body main .t2769.dh-active{color:rgb(21,21,21);background:rgb(from #ffd21e r g b / 40%);}body main .t2770{width:1rem;height:1rem;}body main .t2771{min-width:3rem;min-height:3rem;}body main .t2771.dh-active{color:rgb(21,21,21);background:rgb(from #ffd21e r g b / 40%);}body main .t2772{width:1rem;height:1rem;}body main .t2773{min-width:3rem;min-height:3rem;}body main .t2773.dh-active{color:rgb(21,21,21);background:rgb(from #ffd21e r g b / 40%);}body main .t2774{width:1rem;height:1rem;background:rgb(255,255,255);border-radius:100%;}body main .t2775{flex:0 0 auto;}body main .t2775.dh-active{color:rgb(21,21,21);background:rgb(from #ffd21e r g b / 40%);}@media screen and (max-width: 480px) {body main .t2776{display:none;}}body main .t2777{width:1rem;height:1rem;}body main .t2778{color:var(--nur-border-dark);}body main .t2782{flex:0 0 auto;font-size:1.15rem;}@media screen and (max-width: 480px) {body main .t2782{font-size:1rem;}}body main .t2783{color:rgb(86,255,176);}body main .t2784{color:rgb(86,255,176);}body main .t2785{color:rgb(86,255,176);}body main .t2786{color:rgb(86,255,176);}body main .t2787{color:rgb(86,255,176);}body main .t2788{color:rgb(255,87,87);}body main .t2789{color:rgb(255,87,87);}body main .t2790{color:rgb(255,87,87);}body main .t2791{color:rgb(255,87,87);}body main .t2792{color:rgb(255,87,87);}body main .t2795{padding-bottom:0rem;}body main .t2796{row-gap:0rem;margin-right:auto;}body main .t2798{color:var(--nrm-txt-dim);}body main .t2799{row-gap:2rem;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2800{display:flex;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2800{display:flex;flex-direction:column;}}body main .t2810{display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}body main .t2811{align-items:flex-start;}body main .t2817{align-items:flex-start;}body main .t2827{align-items:flex-start;}body main .t2829{display:flex;transition:all 350ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;justify-content:center;}body main .t2834{color:rgb(135,135,135);}body main .t2837{padding-bottom:0rem;}body main .t2838{width:100%;row-gap:2rem;align-items:center;justify-content:center;}@media screen and (max-width: 991px) {body main .t2838{align-items:center;justify-content:center;}}body main .t2839{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 .t2839{width:70%!important;}}@media screen and (max-width: 767px) {body main .t2839{width:80%;}}@media screen and (max-width: 480px) {body main .t2839{width:100%;}}body main .t2840{text-wrap:balance;}body main .t2841{color:rgb(210,210,210);}body main .t2842{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 .t2842{left:auto;right:auto;width:100%;position:relative;margin-left:auto;}}@media screen and (max-width: 767px) {body main .t2842{left:auto;width:100%;}}@media screen and (max-width: 480px) {body main .t2842{left:-50%;right:50%;width:200%;}}body main .t2843{position:relative;}@media screen and (max-width: 480px) {body main .t2843{padding-top:0px;}}body main .t2844{margin-top:1.5rem;}body main .t2848{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 .t2848{padding-left:1rem;padding-right:1rem;}}body main .t2849{width:100%;padding-top:13rem;padding-bottom:0rem;}@media screen and (max-width: 767px) {body main .t2849{padding-top:6rem;}}body main .t2850{width:100%;row-gap:5rem;}body main .t2851{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 .t2851{padding-top:4rem;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2851{padding-top:0rem;}}body main .t2852{display:flex;min-height:40rem;align-items:stretch;}@media screen and (max-width: 767px) {body main .t2852{display:flex;min-height:auto;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2852{margin-top:0rem;flex-direction:column;}}body main .t2853{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 .t2853{height:auto;row-gap:1rem;aspect-ratio:auto;}}@media screen and (max-width: 480px) {body main .t2853{flex:0 0 auto;column-gap:0rem;align-items:center;flex-direction:column;justify-content:flex-start;}}body main .t2854{width:100%;align-items:center;justify-content:center;}body main .t2855{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 .t2856{column-gap:0.5rem;margin-bottom:0.5rem;}body main .t2857{color:rgb(255,255,255);width:100%;height:1.5px;background:rgb(255,255,255);}body main .t2858{width:100%;height:1.5px;background:rgb(255,255,255);}body main .t2859{font-size:0.8rem;}body main .t2860{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 .t2860{flex-wrap:wrap;column-gap:1rem;align-items:center;flex-direction:row;}}body main .t2861{color:rgb(210,210,210);font-size:0.90rem;}body main .t2862{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 .t2862:hover{border:1px solid rgb(210,210,210);background:linear-gradient(50deg,#151515 2%,#1b1b1b 99%);}body main .t2864{font-size:0.8rem;line-height:1;}body main .t2865{row-gap:1rem;margin-top:1.5rem;margin-bottom:1.5rem;}body main .t2866{margin-top:0rem;}body main .t2871{font-size:1rem;}body main .t2872{display:none;font-size:1rem;text-align:center;}body main .t2873{width:100%;border:1px solid rgb(43,43,43);overflow:visible;align-items:center;justify-content:center;}body main .t2874{width:100%;background:;}body main .t2875{font-size:0.9rem;font-weight:400;}body main .t2876{width:100%;overflow:visible;background:rgba(255,231,15,0);}body main .t2877{color:rgb(255,255,255);font-size:0.9rem;font-weight:400;}body main .t2878{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 .t2880{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 .t2880{height:auto;max-height:12rem;align-items:center;aspect-ratio:auto;justify-content:center;}}@media screen and (max-width: 480px) {body main .t2880{flex:0 1 auto;height:auto;max-height:10rem;align-items:flex-start;aspect-ratio:none;justify-content:center;}}body main .t2881{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 .t2881{width:auto;margin-top:0px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t2881{margin-top:0px;min-height:auto;margin-bottom:0px;}}body main .t2882{color:rgb(255,255,255);font-size:1rem;}body main .t2883{font-size:5rem;line-height:1;}@media screen and (max-width: 767px) {body main .t2883{font-size:3.5rem;}}body main .t2884{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 .t2884{position:relative;}}@media screen and (max-width: 480px) {body main .t2884{position:relative;}}body main .t2885{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 .t2886{color:var(--nur-border-dark);font-size:1rem;text-align:center;}body main .t2887{background:#1e30ff;}body main .t2889{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 .t2890{padding-top:2rem;padding-bottom:2rem;}@media screen and (max-width: 767px) {body main .t2890{position:relative;padding-left:0rem;padding-right:0rem;padding-bottom:5rem;}}@media screen and (max-width: 480px) {body main .t2890{flex-direction:row;}}body main .t2892{height:100%;}body main .t2894{width:100%;display:flex;margin-top:3rem;align-items:center;margin-bottom:1.5rem;justify-content:space-between;}body main .t2895{margin-right:auto;}body main .t2897{display:flex;}@media screen and (max-width: 991px) {body main .t2907{padding-top:2.4rem;padding-bottom:2.4rem;}}body main .t2908{row-gap:0rem;justify-self:center;}@media screen and (max-width: 991px) {body main .t2908{width:100%;}}@media screen and (max-width: 767px) {body main .t2908{width:100%;}}body main .t2910{row-gap:0.5rem;padding-left:0rem;}@media screen and (max-width: 991px) {body main .t2910{width:100%;flex-wrap:wrap;column-gap:1.5rem;flex-direction:row;}}body main .t2916{width:auto;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t2916{width:auto;}}body main .t2918{padding-left:0.9rem;padding-right:0.9rem;}body main .t2919{font-weight:400;}body main .t2920{background:rgba(255,231,15,0);padding-left:0.9rem;padding-right:0.9rem;}body main .t2921{color:rgb(255,255,255);font-weight:400;}body main .t2922{display:none;}body main .t2924{max-width:70rem;}body main .t2925{border:1px solid var(--nur-border-dark);height:auto;min-height:auto;border-radius:40px;}@media screen and (max-width: 767px) {body main .t2925{display:flex;row-gap:1.5rem;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2925{align-items:center;justify-content:center;}}body main .t2926{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 .t2926{padding-left:1rem;padding-right:1rem;}}body main .t2927{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 .t2929{line-height:0.8;}body main .t2930{border-top:1px solid var(--nur-border-dark);margin-top:2rem;align-items:flex-end;padding-top:2rem;margin-bottom:0.5rem;}body main .t2931{margin-top:auto;}body main .t2932{width:100%;}body main .t2933{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 .t2937{width:100%;cursor:pointer;transition:all 350ms 0ms ease-out;align-items:center;flex-direction:row;justify-content:space-between;}body main .t2937:hover{background:linear-gradient(50deg,#2a2a2a 2%,#000000 99%);}body main .t2938{row-gap:0rem;margin-right:auto;}body main .t2940{color:rgb(210,210,210);}body main .t2943{align-items:center;flex-direction:row;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t2943{width:100%;padding-left:0.65rem;padding-right:0.65rem;}}body main .t2945{line-height:1;}body main .t2946{font-size:0.80rem;}body main .t2947{width:auto;column-gap:0.5rem;}body main .t2948{width:2rem;cursor:pointer;height:2rem;align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t2948{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:2rem;cursor:pointer;height:2rem;align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t2949{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 .t2953{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 .t2954{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 .t2954{width:1rem;height:1rem;}}body main .t2955{column-gap:0.5rem;}@media screen and (max-width: 480px) {body main .t2955{flex-wrap:nowrap;}}body main .t2957{align-items:center;flex-direction:row;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t2957{padding-left:0.65rem;padding-right:0.65rem;justify-content:center;}}body main .t2960{column-gap:0.5rem;}@media screen and (max-width: 480px) {body main .t2961{padding-top:0.5rem;padding-left:0.5rem;border-radius:10px;padding-right:0.5rem;padding-bottom:0.5rem;}}body main .t2962{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 .t2962{width:1rem;height:1rem;}}body main .t2964{line-height:1;}body main .t2965{font-size:0.80rem;}body main .t2966{align-items:center;flex-direction:row;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t2966{column-gap:0.5rem;padding-left:0.65rem;padding-right:0.65rem;justify-content:space-between;}}body main .t2969{column-gap:0.5rem;}@media screen and (max-width: 480px) {body main .t2970{padding-top:0.5rem;padding-left:0.5rem;border-radius:10px;padding-right:0.5rem;padding-bottom:0.5rem;}}body main .t2972{line-height:1;}body main .t2973{font-size:0.80rem;}body main .t2974{width:1.25rem;height:1.25rem;}@media screen and (max-width: 480px) {body main .t2974{width:1rem;height:1rem;}}body main .t2975{row-gap:1rem;}body main .t2976{color:var(--nrm-txt-dim);}body main .t2977{border-top:1px dashed var(--nur-border-dark);padding-top:1rem;}@media screen and (max-width: 480px) {body main .t2977{align-items:stretch;justify-content:center;}}body main .t2978{padding-bottom:1rem;}@media screen and (max-width: 480px) {body main .t2978{align-items:center;justify-content:center;}}body main .t2979{color:var(--nrm-txt-dim);}body main .t2980{width:auto;column-gap:0.5rem;}@media screen and (max-width: 480px) {body main .t2980{row-gap:0.25rem;margin-left:auto;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2981{font-size:0.6rem;}}body main .t2982{width:auto;column-gap:0.5rem;}@media screen and (max-width: 480px) {body main .t2982{row-gap:0.25rem;margin-left:auto;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2983{font-size:0.60rem;}}body main .t2984{width:auto;column-gap:0.5rem;}@media screen and (max-width: 480px) {body main .t2984{row-gap:0.25rem;margin-left:auto;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2985{font-size:0.6rem;}}body main .t2986{width:auto;column-gap:0.5rem;}body main .t2987{width:2rem;cursor:pointer;height:2rem;align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t2987{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 .t2989{width:2rem;cursor:pointer;height:2rem;align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t2989{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 .t2991{width:auto;column-gap:0.5rem;}body main .t2992{width:2rem;cursor:pointer;height:2rem;align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t2992{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 .t2994{width:2rem;cursor:pointer;height:2rem;align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t2994{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 .t2996{width:auto;row-gap:0rem;column-gap:0.5rem;}body main .t2998{padding-top:1.5rem;padding-left:1.5rem;padding-right:1.5rem;padding-bottom:0rem;}@media screen and (max-width: 991px) {body main .t2998{padding-left:0rem;padding-right:0rem;}}body main .t3002{list-style:none;padding-left:0px;}body main .t3003{background:;}body main .t3016{padding-left:0rem;padding-right:1.5rem;justify-content:flex-end;}@media screen and (max-width: 991px) {body main .t3016{padding-left:0rem;padding-right:0rem;}}body main .t3018{width:auto;}@media screen and (max-width: 480px) {body main .t3018{row-gap:0rem;align-items:flex-end;flex-direction:column-reverse;}}body main .t3027{color:rgb(195,71,71);font-size:0.8rem;text-align:left;text-decoration:underline;}body main .t3028{width:100%;}body main .t3029{width:100%;}body main .t3030{border-radius:16px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);}body main .t3031{row-gap:0.5rem;}body main .t3032{margin-top:0rem;}body main .t3037{font-size:1rem;}body main .t3038{width:auto;column-gap:0.5rem;justify-content:center;}body main .t3039{display:flex;align-items:center;justify-content:center;}body main .t3040{width:100%;border:1px solid rgb(43,43,43);overflow:visible;min-height:4rem;align-items:center;justify-content:center;}body main .t3041{width:100%;background:;}body main .t3042{font-size:0.9rem;font-weight:400;}body main .t3043{width:100%;overflow:visible;background:rgba(255,231,15,0);}body main .t3044{color:rgb(255,255,255);font-size:0.9rem;font-weight:400;}body main .t3045{padding-left:0rem;padding-right:0.5rem;justify-content:flex-end;}@media screen and (max-width: 991px) {body main .t3045{padding-right:0rem;}}body main .t3046{width:auto;}body main .t3047{color:var(--nrm-creator);font-size:0.8rem;text-align:left;text-decoration:underline;}body main .t3048{color:var(--nrm-gray-dim);}body main .t3052{width:auto;}body main .t3053{font-size:0.80rem;}body main .t3057{font-size:0.8rem;margin-top:2rem;text-align:center;}body main .t3059{color:var(--nrm-creator);}