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

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

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

@font-face {
    font-family: 'jack Archivo';
    src: url('https://global.divhunt.com/cbbddb5d3d42baec5377428775277ed8_28288.woff2') format('woff2');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'jack Archivo';
    src: url('https://global.divhunt.com/ec26852b2c33cbb6d7dc680c8e036429_27860.woff2') format('woff2');
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

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

@font-face {
    font-family: 'Foulds Archivo';
    src: url('https://global.divhunt.com/69867983c6532d03887d2f399175745a_29584.woff2') format('woff2');
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'Foulds Archivo';
    src: url('https://global.divhunt.com/f05c90d3951a83c7ece0f3781719e3db_28296.woff2') format('woff2');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'JackFoulds Montana';
    src: url('https://global.divhunt.com/4ce50dd20704bbee35fa9ec35eaef13f_42516.woff2') format('woff2');
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'JackFoulds Montana';
    src: url('https://global.divhunt.com/98b261594e9a89e60c867963e8fc9523_28636.woff2') format('woff2');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

main{--jfblood:rgb(255,0,0);--jfskin:rgb(210,203,189);--jfwhite:rgb(194,194,194);--jf-green:rgb(26,255,1);--jf-inputdark:rgb(12,12,12);--jf-inputhover:rgb(23,23,23);--jfblack:rgb(0,0,0);}[data-jf-fx="flickr"] {
  animation: cinematicFlicker 4s infinite steps(10);
  transition: animation 0.3s ease-in-out;
}

[data-jf-fx="flickr"]:hover {
  animation: cinematicFlickerFast 0.8s infinite steps(12);
}

@keyframes cinematicFlicker {
  0% { opacity: 1; filter: brightness(1); }
  10% { opacity: 0.92; filter: brightness(0.9); }
  20% { opacity: 0.98; filter: brightness(1.05); }
  30% { opacity: 0.9; filter: brightness(0.95); }
  40% { opacity: 1; filter: brightness(1); }
  50% { opacity: 0.93; filter: brightness(0.88); }
  60% { opacity: 0.97; filter: brightness(1.1); }
  70% { opacity: 0.9; filter: brightness(0.93); }
  80% { opacity: 1; filter: brightness(1); }
  90% { opacity: 0.95; filter: brightness(0.96); }
  100% { opacity: 1; filter: brightness(1); }
}

@keyframes cinematicFlickerFast {
  0% { opacity: 1; filter: brightness(1); }
  10% { opacity: 0.85; filter: brightness(0.9); }
  20% { opacity: 0.95; filter: brightness(1.05); }
  30% { opacity: 0.87; filter: brightness(0.92); }
  40% { opacity: 1; filter: brightness(1); }
  50% { opacity: 0.9; filter: brightness(0.85); }
  60% { opacity: 0.98; filter: brightness(1.1); }
  70% { opacity: 0.89; filter: brightness(0.9); }
  80% { opacity: 1; filter: brightness(1); }
  90% { opacity: 0.9; filter: brightness(0.93); }
  100% { opacity: 1; filter: brightness(1); }
}





/* MENU SELECTOR */
/* ---------------------------*/
/* Start hidden via opacity */
[data-jf-ui="menu-selector"] {
  opacity: 0; /* Hidden by default */
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}[data-jf-motion="share-wrap"] {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s cubic-bezier(.4,2,.6,1);
  display: none; /* Important: start hidden! */
}
[data-jf-motion="share-wrap"].is-active {
  opacity: 1;
  pointer-events: auto;
  /* display: flex; <-- do NOT set display in the class! Let JS handle it. */
}

[data-jf-ui="nav-url"].just-copied {
  color: #ff0000;
  transition: color 0.18s;
}.load_grid {
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(4, 1fr);
    pointer-events: none;
    background: none;
  }
  .load_grid-item {
    background: #ff0000;
    opacity: 1;
    transition: opacity 0.22s cubic-bezier(.4,2,.6,1);
    /* Optional for spacing: */
    /* margin: 2px; */
  }

  jf-transition {

    display: flex;
    
  }

[data-jf-ui="work-card"] {
  position: relative; /* Ensure overlay can absolutely position over this */
  overflow: hidden;    /* Optional: hide grid outside card */
}

.card_grid {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%; height: 100%;
  display: grid;
    grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
}

.card_grid-item {
  background: #ff0000 !important;
  opacity: 0;
  transition: opacity 0.18s cubic-bezier(.4,2,.6,1);
}
main {color:rgb(214,207,194);position:relative;font-size:1rem;background:rgb(0,0,0);min-height:100vh;font-family:'Foulds Archivo';font-weight:400;line-height:1.4;overflow-x:hidden;}main container{width:100%;display:block;max-width:80rem;margin-top:0px;margin-left:auto;margin-right:auto;padding-left:20px;margin-bottom:0px;padding-right:20px;}main h2{font-size:42px;margin-top:0px;font-weight:700;margin-bottom:0px;}main h1{font-size:4rem;margin-top:0px;font-weight:600;margin-bottom:0px;font-family:'JackFoulds Montana';text-transform:uppercase;line-height:1.4;}main h3{font-size:32px;margin-top:0px;margin-bottom:0px;}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;}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%;}main textarea{resize:vertical;}main .button-primary{color:rgba(255,255,255,1.00);border:1px solid var(--jf-inputhover);background:var(--jf-inputdark);padding-top:1rem;padding-left:1.25rem;padding-right:1.25rem;padding-bottom:1rem;font-family:'JackFoulds Montana';font-size:1.25rem;transition:all 1250ms 0ms cubic-bezier(0.075,0.82,0.165,1);text-transform:uppercase;}main .button-primary:hover{color:rgba(0,0,0,1.00);background:var(--jfblood);}main a{cursor:pointer;transition:all 1250ms 0ms cubic-bezier(0.075,0.82,0.165,1);text-decoration:none;text-transform:uppercase;color:rgb(255,255,255);font-family:'JackFoulds Montana';font-weight:600;}main a:hover{color:var(--jfblood);}@media screen and (max-width: 767px) {main a{color:var(--jfskin);}}main .button-secondary{color:rgba(0,0,0,1.00);border:1px solid rgba(0,0,0,1);background:rgba(255,255,255,1.00);padding-top:12px;padding-left:20px;padding-right:20px;padding-bottom:12px;}main .button-secondary:hover{color:rgba(255,255,255,1.00);background:rgba(0,0,0,1.00);}main button{cursor:pointer;}main component{display:block;}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 .jf-header_wrap{width:100%;min-height:100dvh;height:100dvh;position:relative;overflow:clip;}@media screen and (max-width: 767px) {main .jf-header_wrap{height:80vh;min-height:80vh;}}@media screen and (max-width: 480px) {main .jf-header_wrap{height:60vh;min-height:60vh;}}main .container-large{max-width:156.25rem;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;background:;margin-left:auto;margin-right:auto;}@media screen and (max-width: 480px) {main .container-large{background:;}}main .jf-projects_grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:0.60vw;grid-row-gap:0.60vw;width:100%;position:relative;justify-items:center;align-items:center;}@media screen and (max-width: 767px) {main .jf-projects_grid{grid-template-columns:repeat(2, 1fr);grid-column-gap:0.60vw;grid-row-gap:0.60vw;width:100%;}}@media screen and (max-width: 480px) {main .jf-projects_grid{grid-template-columns:repeat(1, 1fr);width:100%;}}main .jf-project-card{width:100%;background:rgb(0,0,0);aspect-ratio:16/9;padding-top:1rem;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;align-self:center;justify-self:center;height:100%;position:relative;color:var(--jfskin);overflow:clip;}main .jf-project-card:hover{color:var(--jfskin);}main .jf-headeer-cover{position:absolute;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;width:100%;height:100%;}main .jf-global_section{width:100%;background:rgb(0,0,0);padding-top:6rem;padding-bottom:6rem;position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;}main .jf-h1_txt{font-size:12rem;font-family:'JackFoulds Montana';font-weight:600;text-transform:uppercase;flex:0 0 auto;}main .jf-global_cover{width:100%;height:100%;position:absolute;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;z-index:2;color:var(--jfblood);background:var(--jfblood);filter:;mix-blend-mode:multiply;pointer-events:none;display:flex;}main .jf-card_title-wrap{margin-left:auto;margin-right:auto;position:absolute;bottom:auto;top:auto;left:0%;right:0%;align-self:stretch;margin-bottom:auto;margin-top:auto;z-index:3;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;width:60%;}main .jf-project_client-txt{font-size:.8rem;font-family:'Foulds Archivo';font-weight:300;}main .jf-project-card_title{font-size:1rem;width:100%;text-align:center;}@media screen and (max-width: 767px) {main .jf-project-card_title{font-size:1rem;}}main .jf_hflex{display:flex;flex-direction:row;}main .jf_vflex{display:flex;flex-direction:column;width:100%;height:100%;}main .jf-project-card_img{position:absolute;width:100%;height:100%;pointer-events:none;z-index:1;object-fit:cover;object-position:50% 30%;}main .jf-card_cient-wrap{position:absolute;z-index:3;top:auto;left:auto;right:auto;bottom:1rem;margin-left:auto;margin-right:auto;}main .jf-spacer_medium{padding-top:2rem;padding-bottom:2rem;pointer-events:none;}main .jf-header_txt{font-size:4rem;font-weight:600;line-height:.9;text-transform:uppercase;color:var(--jfblood);font-family:'JackFoulds Montana';}main .jf-header_sub-txt{font-size:1.25rem;}@media screen and (max-width: 480px) {main .jf-header_sub-txt{font-size:1rem;}}main .jf-header_play{position:absolute;width:100%;height:120%;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;z-index:1;}@media screen and (max-width: 480px) {main .jf-header_play{height:130%;width:100%;}}main .jf-global_head-cover{height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;overflow:visible;width:100%;position:relative;}main .jf-cs_title{font-size:9rem;font-family:'JackFoulds Montana';text-transform:uppercase;flex-shrink:0 !important;line-height:1.2;}main .jf-img_cover{width:100%;height:100%;object-fit:cover;position:absolute;pointer-events:none;}main .jf-project-name_txt{text-transform:uppercase;font-weight:300!important;font-size:2rem;text-align:center;}main .jf-cs_video{width:100%;height:100%;aspect-ratio:16/8;background:rgb(20,20,20);}main .jf-player_play{position:absolute;top:auto;left:auto;margin-left:auto;margin-right:auto;font-size:1.25rem;}@media screen and (max-width: 480px) {main .jf-player_play{font-size:0.8rem;}}main .jf-credits_rte p{font-size:1rem;margin-top:.5rem;}main .jf-credits_rte{text-decoration:none;}main .jf-more_thumb{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;top:0px;left:0px;overflow:clip;height:15rem;}@media screen and (max-width: 991px) {main .jf-more_thumb{width:100%;}}@media screen and (max-width: 767px) {main .jf-more_thumb{height:10rem;}}@media screen and (max-width: 480px) {main .jf-more_thumb{height:6rem;}}main .jf-availability_txt{font-size:0.7rem;}main .jf-global_info{font-size:1rem;line-height:1-;font-weight:300;}@media screen and (max-width: 480px) {main .jf-global_info{font-size:0.8rem;}}main .jf-nav_link{color:rgb(220,213,199);text-align:center;text-decoration:none;text-transform:uppercase;font-size:0.8rem;font-weight:600;cursor:pointer;}main .jf-nav_link:hover{color:var(--jfblood);}main .jf-nav{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:rgba(0,0,0,0.22);display:flex;flex-direction:column;}main .jf-global_ico{width:1.4rem;display:flex;flex-direction:column;justify-content:center;align-items:center;}main .jf-nav-menu-wrap{padding-top:1.5rem;padding-left:1.5rem;padding-bottom:1.5rem;padding-right:1.5rem;min-width:10.8rem;display:flex;flex-direction:column;align-items:flex-end;background:rgb(13,13,13);overflow:clip;max-width:11.5rem;}@media screen and (max-width: 480px) {main .jf-nav-menu-wrap{padding-left:1rem;padding-right:1rem;padding-top:1rem;padding-bottom:1rem;}}main .jf-share_wrap{display:flex;justify-content:flex-start;padding-top:.5rem;padding-bottom:.5rem;align-items:center;column-gap:0.5rem;padding-left:.5rem;padding-right:.5rem;width:100%;cursor:pointer;transition:all 1300ms 0ms cubic-bezier(0.075,0.82,0.165,1);}main .jf-share_wrap:hover{color:var(--jfblood);background:rgb(27,27,27);}main .jf-nav_wrapper{position:fixed;width:100%;top:0rem;z-index:100;}main .jf-grid_mansornry{grid-template-columns:1fr 1fr 1fr 1fr;display:grid;width:100%;}@media screen and (max-width: 991px) {main .jf-grid_mansornry{grid-template-columns:1fr 1fr 1fr;}}@media screen and (max-width: 767px) {main .jf-grid_mansornry{min-height:60vh;grid-template-columns:1fr 1fr;}}@media screen and (max-width: 480px) {main .jf-grid_mansornry{min-height:100vh;grid-template-columns:1fr;}}main .js-spacer_medium{padding-top:4rem;padding-bottom:4rem;pointer-events:none;width:100%;}main .jf-cs_intro{font-size:2.5rem;}main .adr-sign_wrap{display:flex;flex-direction:row;column-gap:.5rem;}main .adr-sign_ico{width:1.5rem;pointer-events:none;}main .jf-space-between{display:flex;justify-content:space-between;width:100%;flex-wrap:wrap;}main .jf-footer_cta{font-size:3rem;line-height:1;cursor:pointer;}main .jf-footer_cta:hover{color:var(--jfblood);text-decoration:underline;}@media screen and (max-width: 767px) {main .jf-footer_cta{color:rgb(255,255,255);font-size:2rem;}}@media screen and (max-width: 480px) {main .jf-footer_cta{font-size:1.5rem;letter-spacing:1px;}}main .jf-footer_wrap{position:relative;width:100%;margin-top:10rem;}main .adr-sign{pointer-events:none;filter:;mix-blend-mode:screen;}main .adr-sign_text{color:var(--jfblood);font-size:0.8rem;}@media screen and (max-width: 991px) {main .adr-sign_text{font-size:0.7rem;}}@media screen and (max-width: 767px) {main .adr-sign_text{font-size:0.75rem;}}@media screen and (max-width: 480px) {main .adr-sign_text{font-size:0.6rem;}}main .jf-type_medium{font-size:1.5rem;}@media screen and (max-width: 480px) {main .jf-type_medium{font-size:1.25rem;}}main .jf-container-small{max-width:60rem;}main .jf-form-wrap{position:static;width:100%;height:auto;background:rgb(from var(--jfblack) r g b / 85%);z-index:200;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex!important;padding-bottom:5rem;}main .jf-input{min-height:3rem;background:var(--jf-inputdark);border:1px solid rgb(27,27,27);color:var(--jfblood);font-size:18px;padding-left:1rem;padding-right:1rem;}main .jf-input:focus{border:1px solid var(--jfblood);outline:1px solid var(--jfblood);}main .jf-input:hover{background:var(--jf-inputhover);}main .jf-input::placeholder{font-size:1.25rem;color:var(--jfskin);opacity:50%;}main .jf-input.dh-active{border:1px solid var(--jfblood);}main .jf-text-area{width:100%;height:100%;min-height:8rem;background:var(--jf-inputdark);border:1px solid rgb(37,37,37);color:var(--jfblood);font-size:18px;padding-left:1rem;padding-right:1rem;padding-top:1rem;}main .jf-text-area:hover{background:var(--jf-inputhover);border:1px solid rgb(106,106,106);}main .jf-text-area:focus{border:1px solid var(--jfblood);}main .jf-text-area::placeholder{color:rgb(133,133,133);}main .jf-close{width:5rem;height:5rem;position:absolute;top:6rem;left:auto;right:2rem;bottom:auto;cursor:pointer;z-index:80;}main .jf-menu-wrap{width:100%;height:100dvh;position:fixed;z-index:30;background:var(--jfblack);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:none;top:0%;left:auto;right:auto;bottom:0%;margin-left:auto;margin-right:auto;}main .jf-menu-item{font-size:3rem;}main .jf-menu-item_wrap{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:1.5rem;}main .jf-nav-action_wrap{display:flex;flex-direction:column;justify-content:center;align-items:center;}@media screen and (max-width: 480px) {main .jf-nav-action_wrap{box-shadow:0px 0px 15px 5px #00000000;}}main .jf-header-vid_cover{position:absolute;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;width:100%;height:100%;z-index:1;opacity:70%;object-fit:cover;}main .jf-header-cover_wrap{width:100%;height:100%;background:;position:absolute;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;z-index:1;}main .jf-video_shader{position:absolute;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;width:100%;height:100%;z-index:2;background:radial-gradient(circle,#0e0e0e73 2%,rgb(0,0,0) 98%);mix-blend-mode:multiply;}main .jf-flex-apart{display:flex;justify-content:space-between;align-items:center;font-weight:600;}main .jf-menu-selector_wrap{width:3.5rem;height:3.5rem;}@media screen and (max-width: 767px) {main .jf-menu-selector_wrap{width:2.5rem;}}main .scrollable{height:100dvh;max-height:100dvh;overflow:auto;overscroll-behavior:contain;}@media screen and (max-width: 991px) {main .scrollable{overflow:auto;}}main .jf-fs_section{width:100%;height:100dvh;overflow:hidden;}main .jf-transition{width:100%;height:100dvh;position:fixed;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;z-index:200;display:flex;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;}main .video-el{width:100%;height:100%;position:absolute;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;aspect-ratio:16/9;}main .hide{display:none;}main .jf-thoughts_canvas{width:30rem;height:30rem;position:absolute;top:auto;left:auto;right:2.5rem;bottom:-14rem;z-index:1;}@media screen and (max-width: 991px) {main .jf-thoughts_canvas{top:auto;left:auto;right:0%;bottom:-8rem;width:20rem;height:20rem;}}@media screen and (max-width: 767px) {main .jf-thoughts_canvas{bottom:-12rem;top:auto;left:auto;right:0%;margin-left:auto;margin-right:auto;width:15rem;height:15rem;}}@media screen and (max-width: 480px) {main .jf-thoughts_canvas{top:auto;left:auto;right:4rem;bottom:-11rem;margin-left:auto;margin-right:auto;width:13rem;height:13rem;}}main .jf-intro_canvas{position:absolute;top:0%;left:2rem;right:auto;bottom:auto;}@media screen and (max-width: 991px) {main .jf-intro_canvas{top:-10rem;left:auto;right:0%;bottom:auto;width:25rem;height:25rem;}}@media screen and (max-width: 480px) {main .jf-intro_canvas{top:0%;left:auto;right:0%;bottom:auto;margin-left:auto;margin-right:auto;width:18rem;height:18rem;}}main .jf-pill_filter{padding-left:.75rem;padding-right:.75rem;padding-top:.5rem;padding-bottom:.5rem;flex:0 0 auto;background:rgba(255,0,0,0.17);border:1px solid rgba(235,0,0,0.43);transition:all 400ms 0ms cubic-bezier(0.785,0.135,0.15,0.86);cursor:pointer;font-weight:600;text-transform:none;}main .jf-pill_filter:hover{background:rgb(255,0,0);color:rgb(0,0,0);}main .jf-pill_filter.dh-active{background:rgb(255,0,0);color:rgb(0,0,0);}main .jf-contact_required{color:var(--jfblood);margin-left:.25rem;}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 .t64{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t64{row-gap:30px;grid-template-columns:1fr ;}}body main .t66{display:flex;row-gap:25px;flex-direction:column;}@media screen and (max-width: 991px) {body main .t66{row-gap:20px;}}@media screen and (max-width: 991px) {body main .t67{color:rgba(163,117,255,1.00);}}body main .t75{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t75{row-gap:30px;grid-template-columns:1fr ;}}body main .t77{display:flex;row-gap:40px;column-gap:40px;}body main .t79{display:flex;flex-direction:column;}body main .t80{display:flex;flex-direction:column;}body main .t81{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t84{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t86{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t86{row-gap:30px;grid-template-columns:1fr ;}}body main .t87{display:flex;row-gap:25px;flex-direction:column;}body main .t91{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t93{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t94{display:flex;column-gap:100px;}body main .t97{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t105{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 .t113{color:rgba(163,117,255,1.00);}}body main .t114{color:rgb(0,0,0);height:100dvh;display:flex;max-height:100dvh;transition:all 350ms 0ms linear;align-items:center;flex-direction:column;justify-content:center;}body main .t120{background:;padding-left:1rem;padding-right:1rme;}body main .t121{width:100%;}body main .t122{max-width:100%;}body main .t124{font-size:.7rem;font-weight:600;}body main .t125{font-size:1rem;}@media screen and (max-width: 480px) {body main .t125{font-size:.8rem;}}body main .t126{color:#ff0000;font-size:8dvw;text-align:center;font-weight:600;line-height:.9;}body main .t126:hover{font-weight:900;}@media screen and (max-width: 991px) {body main .t126{font-size:6rem;}}@media screen and (max-width: 767px) {body main .t126{font-size:4dvw;}}@media screen and (max-width: 480px) {body main .t126{font-size:4rem;}}body main .t127{top:auto;left:0%;color:var(--jfskin);right:0%;bottom:1.5rem;display:flex;position:fixed;text-align:center;align-items:center;margin-left:auto;margin-right:auto;flex-direction:column;justify-content:center;}@media screen and (max-width: 480px) {body main .t127{width:80%;row-gap:.25rem;text-align:center;}}body main .t128{color:rgb(210,203,189);}body main .t129{width:70%;display:flex;align-self:center;align-items:center;flex-direction:column;justify-content:center;}@media screen and (max-width: 991px) {body main .t129{width:100%;}}body main .t131{color:rgb(255,255,255);}@media screen and (max-width: 480px) {body main .t131{font-size:1rem;max-width:80%;}}body main .t134{background:rgb(from var(--jf-inputhover) r g b / 50%);}body main .t136{width:100%;height:100%;z-index:2;position:relative;text-align:center;align-items:center;padding-bottom:4rem;justify-content:center;}@media screen and (max-width: 991px) {body main .t136{padding-bottom:0rem;}}@media screen and (max-width: 767px) {body main .t141{height:100dvh;min-height:100dvh;}}body main .t142{opacity:30%;font-size:10rem;margin-top:0px;font-weight:900;mix-blend-mode:difference;}body main .t143{z-index:5;padding-top:10vh;}@media screen and (max-width: 767px) {body main .t143{justify-content:space-around;}}body main .t145{flex:0 0 auto;width:100%;display:flex;text-align:right;margin-left:60vw;will-change:transform;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t145{margin-left:20vw;}}@media screen and (max-width: 480px) {body main .t145{margin-left:10vw;}}body main .t146{flex:0 0 auto;width:100%;display:flex;margin-right:60vw;}body main .t147{opacity:20%;margin-top:0px;margin-left:auto;margin-right:auto;mix-blend-mode:difference;}body main .t148{top:8rem;left:2rem;right:auto;width:35rem;bottom:auto;z-index:2;position:absolute;max-width:30vw;will-change:transform;aspect-ratio:1/1;}@media screen and (max-width: 991px) {body main .t148{left:-4rem;max-width:45vw;transform:translateZ(-1);}}@media screen and (max-width: 767px) {body main .t148{top:0rem;left:-10rem;}}@media screen and (max-width: 480px) {body main .t148{top:7rem;left:0rem;width:20rem;max-width:50vw;}}body main .t149{top:auto;left:auto;right:-4rem;width:40rem;bottom:-10rem;filter:grayscale(100%);z-index:2;position:absolute;max-width:35vw;will-change:transform;aspect-ratio:1/1;}@media screen and (max-width: 991px) {body main .t149{width:25rem;bottom:-10rem;max-width:40vw;transform:translateZ(-1);}}@media screen and (max-width: 767px) {body main .t149{right:-10rem;bottom:-12rem;}}@media screen and (max-width: 480px) {body main .t149{right:0rem;width:20rem;bottom:-4rem;max-width:50vw;}}body main .t151{z-index:5;position:relative;max-width:40%;}@media screen and (max-width: 767px) {body main .t151{max-width:70%;}}@media screen and (max-width: 480px) {body main .t151{max-width:90%;}}body main .t153{cursor:pointer;z-index:20;position:relative;padding-top:5rem;padding-bottom:5rem;pointer-events:auto;}body main .t154{z-index:1;position:relative;pointer-events:auto;}body main .t155{font-size:0.9rem;}@media screen and (max-width: 767px) {body main .t155{font-size:0.8rem;}}body main .t156{margin-top:1rem;margin-right:auto;padding-left:2rem;padding-right:2rem;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t156{padding-left:1rem;padding-right:1rem;}}@media screen and (max-width: 767px) {body main .t157{font-size:0.7rem;}}body main .t159{z-index:4;position:relative;padding-top:2rem;padding-bottom:1rem;}body main .t161{display:flex;position:relative;align-items:flex-start;flex-direction:column;justify-content:center;}body main .t162{position:relative;}body main .t163{cursor:pointer;overflow:clip;position:relative;align-items:center;aspect-ratio:16/8;pointer-events:auto;justify-content:center;}body main .t166{top:0%;left:0%;right:0%;bottom:0%;display:flex;z-index:2;position:absolute;transition:all 2250ms 0ms cubic-bezier(0.075,0.82,0.165,1);align-items:center;margin-left:auto;margin-right:auto;flex-direction:column;justify-content:center;}body main .t167{width:auto;}body main .t168{width:auto;align-self:center;column-gap:4rem;align-items:flex-end;}@media screen and (max-width: 991px) {body main .t168{column-gap:2rem;}}@media screen and (max-width: 767px) {body main .t168{flex-wrap:wrap;}}@media screen and (max-width: 480px) {body main .t168{row-gap:.15rem;flex-direction:column;}}@media screen and (max-width: 767px) {body main .t169{font-size:0.8rem;}}@media screen and (max-width: 480px) {body main .t169{font-size:0.6rem;}}body main .t170{z-index:6;margin-top:4rem;margin-left:5rem;}@media screen and (max-width: 480px) {body main .t170{margin-top:1rem;margin-left:0.5rme;}}body main .t171{z-index:6;font-size:2rem;margin-right:0rem;}@media screen and (max-width: 480px) {body main .t171{font-size:1rem;}}body main .t173{display:flex;row-gap:1rem;align-items:center;padding-top:12rem;flex-direction:column;padding-bottom:6rem;}@media screen and (max-width: 991px) {body main .t173{align-items:center;}}body main .t174{display:inline;font-size:1.25rem;line-height:1;margin-right:0.5rem;}@media screen and (max-width: 767px) {body main .t174{font-size:1rem;line-height:0.9;}}body main .t175{color:var(--jfskin);width:auto;cursor:pointer;transition:all 1250ms 0ms cubic-bezier(0.075,0.82,0.165,1);align-items:flex-end;}body main .t175:hover{color:var(--jfblood);}@media screen and (max-width: 480px) {body main .t175{width:100%;justify-content:center;}}body main .t176{font-size:0.6rem;line-height:1;}body main .t177{width:100%;height:100%;row-gap:0.5rem;flex-wrap:wrap;column-gap:1rem;margin-top:1rem;align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t177{row-gap:1rem;align-items:center;flex-direction:column;justify-content:center;}}body main .t178{top:0%;left:0%;right:0%;bottom:0%;object-fit:cover;transition:all 1500ms 0ms cubic-bezier(0.075,0.82,0.165,1);margin-left:auto;margin-right:auto;object-position:50% 25%;}body main .t178:hover{filter:grayscale(100%);}body main .t179{top:0%;left:0%;right:0%;bottom:0%;z-index:1;position:absolute;margin-left:auto;margin-right:auto;}body main .t180{height:100%;row-gap:1rem;flex-wrap:wrap;column-gap:1rem;margin-top:1rem;justify-content:center;}body main .t180:hover{color:var(--jfblood);}@media screen and (max-width: 991px) {body main .t180{width:auto;}}body main .t181{font-size:0.8rem;}body main .t182{color:rgb(255,255,255);z-index:20;position:absolute;font-size:2rem;font-weight:600;margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t182{font-size:1.5rem;}}@media screen and (max-width: 480px) {body main .t182{font-size:1rem;}}body main .t185{margin-right:.15rem;}body main .t187{border:.25px solid var(--jf-inputhover);background:rgb(from var(--jf-inputdark) r g b / 60%);align-items:center;padding-top:0.25rem;padding-left:0.5rem;margin-bottom:2rem;padding-right:0.5rem;padding-bottom:0.25rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);}body main .t188{width:1.5rem;height:1.5rem;position:relative;align-items:center;justify-content:center;}body main .t189{top:auto;left:auto;right:auto;width:1.1rem;bottom:auto;height:1.1rem;opacity:10%;z-index:1;position:absolute;background:var(--jf-green);border-radius:150px;}body main .t190{top:auto;left:auto;right:auto;width:0.4rem;bottom:auto;height:0.4rem;position:absolute;align-self:center;background:rgb(26,255,1);border-radius:150px;}body main .t196{align-items:center;justify-items:center;grid-auto-flow:row dense;}body main .t197{width:100%;height:16rem;overflow:hidden;position:relative;margin-left:auto;aspect-ratio:16/9;margin-right:auto;}body main .t199{width:50%;z-index:3;position:relative;padding-left:2rem;padding-right:2rem;}@media screen and (max-width: 991px) {body main .t199{width:100%;}}body main .t202{font-size:1.25rem;}body main .t203{text-align:center;}@media screen and (max-width: 767px) {body main .t204{font-size:0.8rem;}}@media screen and (max-width: 480px) {body main .t204{font-size:0.6rem;}}@media screen and (max-width: 767px) {body main .t205{font-size:0.8rem;}}@media screen and (max-width: 480px) {body main .t205{font-size:0.6rem;}}@media screen and (max-width: 767px) {body main .t206{font-size:0.8rem;}}@media screen and (max-width: 480px) {body main .t206{font-size:0.6rem;}}body main .t208{width:100%;display:flex;z-index:5;position:fixed;transform:translate(0px,-100%);align-items:flex-end;flex-direction:column;}body main .t209{width:100%;}body main .t210{display:grid;position:relative;box-shadow:inset 0 -0.5px 0 0 white;align-items:center;padding-left:0rem;justify-items:stretch;padding-right:0rem;flex-direction:row;justify-content:space-between;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 480px) {body main .t210{grid-template-columns:0.25fr 1fr 0.25fr;}}body main .t211{cursor:pointer;height:100%;box-shadow:inset 0.5px 0 0 0 white;align-items:center;justify-self:flex-end;padding-left:2rem;padding-right:2rem;justify-content:center;}body main .t211:hover{color:var(--jfblood);}@media screen and (max-width: 767px) {body main .t211{padding-left:1.5rem;padding-right:1.5rem;}}body main .t212{height:2rem;}@media screen and (max-width: 480px) {body main .t212{width:1.5rem;height:1.5rem;}}body main .t213{width:100%;height:100%;display:flex;align-self:center;margin-left:auto;justify-self:center;margin-right:auto;flex-direction:column;justify-content:center;}body main .t214{text-align:center;}@media screen and (max-width: 480px) {body main .t214{width:100%;}}body main .t215{width:6rem;align-self:center;box-shadow:inset -0.5px 0 0 0 white;padding-top:1rem;padding-bottom:1rem;}@media screen and (max-width: 480px) {body main .t215{width:4.5rem;}}body main .t216{align-items:center;justify-content:center;}body main .t217{color:rgb(255,255,255);font-size:1.5rem;font-weight:900;line-height:1;}@media screen and (max-width: 480px) {body main .t217{font-size:1.25rem;}}body main .t218{display:none;margin-left:auto;}body main .t219{align-self:center;}body main .t220{width:1rem;height:1rem;}body main .t223{width:1rem;height:1rem;}body main .t226{width:1rem;height:1rem;}body main .t229{width:1rem;height:1rem;}body main .t231{width:100%;z-index:10;position:fixed;}body main .t232{display:grid;position:relative;background:rgba(0,0,0,0.37);box-shadow:inset 0 -0.5px 0 0 white;align-items:center;padding-left:0rem;justify-items:stretch;padding-right:0rem;flex-direction:row;backdrop-filter:blur(5px);justify-content:space-between;grid-template-rows:minmax(.25rem,.75);grid-template-columns:1fr 1fr 1fr;-webkit-backdrop-filter:blur(5px);}body main .t233{width:6rem;height:100%;align-self:center;box-shadow:inset -0.5px 0 0 0 white;}body main .t234{align-items:center;padding-top:1.5rem;padding-bottom:1.5rem;justify-content:center;}body main .t235{font-size:1.5rem;line-height:1;}body main .t236{height:100%;box-shadow:inset 0.5px 0 0 0 white;column-gap:2rem;align-items:center;justify-self:flex-end;padding-left:4rem;padding-right:4rem;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t236{padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t236{width:6rem;justify-content:center;}}@media screen and (max-width: 480px) {body main .t237{display:none;}}body main .t239{width:100%;height:100%;display:flex;align-self:center;margin-left:auto;justify-self:center;margin-right:auto;flex-direction:column;justify-content:center;}body main .t240{text-align:center;}body main .t244{height:70dvh;min-height:70dvh;}body main .t245{width:100%;height:100%;z-index:2;position:relative;text-align:center;align-items:center;justify-content:center;}body main .t246{font-size:8rem;}@media screen and (max-width: 991px) {body main .t246{font-size:10rem;}}@media screen and (max-width: 767px) {body main .t246{font-size:8rem;}}@media screen and (max-width: 480px) {body main .t246{font-size:4.5rem;}}body main .t248{top:0%;left:0%;right:0%;width:100%;bottom:0%;height:100%;position:absolute;margin-left:auto;margin-right:auto;}body main .t250{padding-top:5rem;padding-bottom:5rem;}body main .t251{flex:0 1 auto;width:100%;row-gap:2rem;z-index:2;position:relative;margin-top:auto;align-items:flex-start;padding-left:5rem;margin-bottom:auto;padding-right:5rem;}@media screen and (max-width: 767px) {body main .t251{padding-left:2rem;padding-right:2rem;}}@media screen and (max-width: 480px) {body main .t251{padding-left:0rem;padding-right:0rem;}}body main .t255{display:flex;flex-direction:row;grid-template-columns:1fr 1fr;}@media screen and (max-width: 991px) {body main .t255{flex-direction:column;}}@media screen and (max-width: 767px) {body main .t255{display:flex;row-gap:4rem;flex-direction:column-reverse;grid-auto-flow:row;grid-template-columns:1fr;}}body main .t256{top:0%;left:0%;right:0%;width:100%;bottom:0%;height:100%;position:absolute;margin-left:auto;margin-right:auto;}body main .t257{display:none;position:relative;}@media screen and (max-width: 991px) {body main .t257{width:80%;height:80%;}}@media screen and (max-width: 480px) {body main .t257{top:auto;left:auto;width:100%;height:100%;}}body main .t258{width:80%;height:100%;overflow:clip;position:relative;padding-top:4rem;aspect-ratio:1/1;padding-left:4rem;padding-right:4rem;padding-bottom:4rem;}@media screen and (max-width: 991px) {body main .t258{width:100%;}}@media screen and (max-width: 480px) {body main .t258{width:100%;}}body main .t259{font-size:2.rem;}body main .t260{border-top:1px solid var(--jf-inputhover);}body main .t261{z-index:5;position:relative;background:rgb(0,0,0);padding-top:3rem;}body main .t262{align-items:flex-start;padding-top:0rem;padding-bottom:8rem;}body main .t263{width:auto;}body main .t264{column-gap:0.5rem;margin-top:0.5rem;}body main .t265{font-weight:600;}@media screen and (max-width: 991px) {body main .t265{font-size:0.8rem;}}body main .t266{width:auto;align-items:flex-start;justify-content:center;}body main .t266:hover{color:var(--jfblood);}body main .t267{color:rgb(255,255,255);font-size:2rem;line-height:1;}body main .t268{width:auto;row-gap:1rem;align-items:flex-end;}body main .t269{font-size:0.75rem;}body main .t270{position:relative;align-items:flex-end;padding-bottom:1.5rem;}@media screen and (max-width: 767px) {body main .t270{flex-direction:column;}}body main .t273{left:0%;right:0%;width:4rem;bottom:1.5rem;height:4rem;position:absolute;margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t273{margin-top:auto;margin-left:0px;}}body main .t276{color:var(--jfskin);}@media screen and (max-width: 991px) {body main .t276{font-size:0.7rem;}}body main .t282{height:100%;padding-left:0px;padding-right:0px;}body main .t283{width:100%;height:100%;display:flex;row-gap:4rem;overflow:visible;flex-wrap:wrap;column-gap:4rem;padding-top:10rem;padding-left:0rem;padding-right:0rem;padding-bottom:4rem;justify-content:center;}@media screen and (max-width: 991px) {body main .t283{row-gap:2rem;column-gap:2rem;}}@media screen and (max-width: 480px) {body main .t283{padding-top:8rem;}}body main .t284{width:40%;margin-left:auto;}@media screen and (max-width: 991px) {body main .t284{width:45%;margin-left:0auto;}}@media screen and (max-width: 767px) {body main .t284{width:100%;height:auto;}}body main .t285{font-size:4rem;line-height:1;}@media screen and (max-width: 480px) {body main .t285{font-size:4.5rem;}}body main .t287{width:40%;margin-right:auto;}@media screen and (max-width: 767px) {body main .t287{width:100%;}}body main .t288{display:flex;row-gap:2rem;flex-direction:column;}body main .t289{height:auto;row-gap:.5rem;}body main .t291{background:;}body main .t292{height:auto;row-gap:.5rem;}body main .t295{height:auto;row-gap:.5rem;}body main .t298{height:auto;row-gap:.5rem;}body main .t302{height:auto;row-gap:.5rem;}body main .t305{font-size:0.5rem;}@media screen and (max-width: 480px) {body main .t305{margin-left:1.5rem;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t306{display:none;}}body main .t308{cursor:pointer;height:100%;box-shadow:inset 0.5px 0 0 0 white;column-gap:1rem;transition:all 450ms 0ms cubic-bezier(0.785,0.135,0.15,0.86);align-items:center;justify-self:flex-end;padding-left:2rem;padding-right:2rem;justify-content:center;}body main .t308:hover{color:var(--jfblood);}@media screen and (max-width: 767px) {body main .t308{padding-left:1.5rem;padding-right:1.5rem;}}body main .t309{height:2rem;}@media screen and (max-width: 480px) {body main .t309{width:1.5rem;height:1.5rem;}}body main .t310{height:100%;margin-left:auto;}body main .t311{cursor:pointer;height:100%;display:none;box-shadow:inset 0.5px 0 0 0 white;align-items:center;justify-self:flex-end;padding-left:2rem;padding-right:2rem;justify-content:center;}body main .t311:hover{color:var(--jfblood);}@media screen and (max-width: 767px) {body main .t311{padding-left:1.5rem;padding-right:1.5rem;}}body main .t312{height:2rem;}@media screen and (max-width: 480px) {body main .t312{width:1.5rem;height:1.5rem;}}body main .t314{display:none;}@media screen and (max-width: 480px) {body main .t314{display:block;}}body main .t315{cursor:pointer;height:100%;column-gap:1rem;align-items:center;justify-self:flex-end;padding-left:2rem;padding-right:2rem;justify-content:center;}@media screen and (max-width: 767px) {body main .t315{padding-left:1.5rem;padding-right:1.5rem;}}body main .t316{height:2rem;}@media screen and (max-width: 480px) {body main .t316{width:1.5rem;height:1.5rem;}}body main .t317{cursor:pointer;height:100%;display:none;column-gap:1rem;align-items:center;justify-self:flex-end;padding-left:2rem;padding-right:2rem;justify-content:center;}@media screen and (max-width: 767px) {body main .t317{padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t317{display:none;}}body main .t318{height:2rem;}@media screen and (max-width: 480px) {body main .t318{width:1.5rem;height:1.5rem;}}body main .t320{width:1.5rem;height:1.5rem;position:relative;align-items:center;justify-content:center;}body main .t321{top:auto;left:auto;right:auto;width:1.1rem;bottom:auto;height:1.1rem;opacity:10%;z-index:1;position:absolute;background:var(--jfblood);border-radius:150px;}body main .t322{top:auto;left:auto;right:auto;width:0.4rem;bottom:auto;height:0.4rem;position:absolute;align-self:center;background:var(--jfblood);border-radius:150px;}body main .t323{border:.25px solid rgb(23,23,23);background:rgb(12,12,12);align-items:center;padding-top:.15rem;padding-left:.25rem;padding-right:.25rem;padding-bottom:.15rem;}body main .t324{font-size:0.6rem;}body main .t326{margin-right:.15rem;}body main .t328{width:1.5rem;height:1.5rem;position:relative;align-items:center;justify-content:center;}body main .t329{top:auto;left:auto;right:auto;width:1.1rem;bottom:auto;height:1.1rem;opacity:10%;z-index:1;position:absolute;background:rgb(26,255,1);border-radius:150px;}body main .t330{top:auto;left:auto;right:auto;width:0.4rem;bottom:auto;height:0.4rem;position:absolute;align-self:center;background:rgb(26,255,1);border-radius:150px;}body main .t331{width:1.5rem;height:1.5rem;position:relative;align-items:center;justify-content:center;}body main .t332{top:auto;left:auto;right:auto;width:1.1rem;bottom:auto;height:1.1rem;opacity:10%;z-index:1;position:absolute;background:rgb(255,0,0);border-radius:150px;}body main .t333{top:auto;left:auto;right:auto;width:0.4rem;bottom:auto;height:0.4rem;position:absolute;align-self:center;background:rgb(255,0,0);border-radius:150px;}body main .t335{font-weight:600;}@media screen and (max-width: 991px) {body main .t335{font-size:0.8rem;}}@media screen and (max-width: 480px) {body main .t339{display:none;}}body main .t342{height:100%;display:flex;align-items:center;flex-direction:column;justify-content:center;}body main .t347{column-gap:1rem;}body main .t348{left:0%;right:0%;position:relative;margin-left:auto;margin-right:auto;}body main .t349{mix-blend-mode:screen;}body main .t350{left:0%;right:0%;position:relative;margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t350{margin-left:0px;}}body main .t352{cursor:pointer;column-gap:1rem;}body main .t352:hover{color:var(--jfblood);transform:;transition:all 650ms 0ms cubic-bezier(0.075,0.82,0.165,1);}body main .t355{left:0%;right:0%;position:relative;margin-left:auto;margin-right:auto;}body main .t357{left:0%;right:0%;position:relative;margin-left:auto;margin-right:auto;}body main .t358{mix-blend-mode:screen;}body main .t359{column-gap:1rem;}body main .t362{left:0%;right:0%;position:relative;margin-left:auto;margin-right:auto;}body main .t363{mix-blend-mode:screen;}body main .t364{top:0%;left:0%;right:0%;width:100%;bottom:auto;z-index:10;position:absolute;margin-left:auto;margin-right:auto;}body main .t365{display:flex;position:relative;background:rgba(0,0,0,0.37);box-shadow:inset 0 -0.5px 0 0 white;align-items:center;padding-left:0rem;justify-items:stretch;padding-right:0rem;flex-direction:row;backdrop-filter:blur(5px);justify-content:space-between;grid-template-rows:minmax(.25rem,.75);grid-template-columns:1fr 1fr 1fr;-webkit-backdrop-filter:blur(5px);}body main .t366{width:6rem;height:100%;align-self:center;box-shadow:inset -0.5px 0 0 0 white;}body main .t367{align-items:center;padding-top:1.5rem;padding-bottom:1.5rem;justify-content:center;}body main .t368{font-size:1.5rem;line-height:1;}body main .t369{height:4.5rem;margin-left:auto;justify-self:center;}body main .t370{top:auto;left:0%;right:0%;bottom:auto;position:absolute;max-width:70%;text-align:center;margin-left:auto;margin-right:auto;}body main .t371{cursor:pointer;height:100%;box-shadow:inset 0.5px 0 0 0 white;column-gap:1rem;align-items:center;font-weight:600;justify-self:flex-end;padding-left:4rem;padding-right:4rem;justify-content:center;}body main .t371:hover{color:var(--jfblood);background:var(--jf-inputhover);}body main .t371:pressed{color:var(--jfblack);background:var(--jfblood);font-weight:900;}@media screen and (max-width: 767px) {body main .t371{padding-left:1.5rem;padding-right:1.5rem;}}@media screen and (max-width: 480px) {body main .t371{width:6rem;}}body main .t374{display:none;}body main .t379{height:100%;display:flex;align-items:center;flex-direction:column;justify-content:center;}body main .t380{font-size:4rem;text-align:center;line-height:1;}@media screen and (max-width: 767px) {body main .t380{font-size:7rem;}}@media screen and (max-width: 480px) {body main .t380{font-size:4rem;}}body main .t381{font-size:1.25rem;text-align:center;}body main .t382{left:auto;right:auto;width:8rem;bottom:auto;height:8rem;position:static;margin-left:auto;margin-right:auto;margin-bottom:1.5rem;}body main .t385{width:auto;height:auto;margin-top:2rem;}@media screen and (max-width: 767px) {body main .t385{row-gap:1rem;column-gap:1rem;}}body main .t386{width:auto;height:auto;margin-bottom:2rem;}@media screen and (max-width: 767px) {body main .t386{width:auto;height:auto;row-gap:1rem;column-gap:1rem;}}body main .t387{font-size:0.90rem;padding-top:0.5rem;padding-left:0.65rem;padding-right:0.65rem;padding-bottom:0.5rem;}body main .t388{margin-top:2rem;}body main .t395{position:relative;}body main .t396{z-index:2;position:relative;}body main .t400{left:0%;right:0%;position:relative;margin-left:auto;margin-right:auto;}body main .t401{mix-blend-mode:screen;}body main .t403{font-weight:600;}body main .t404{font-size:2rem;text-decoration:none;}@media screen and (max-width: 480px) {body main .t404{font-size:1.5rem;}}@media screen and (max-width: 480px) {body main .t405{min-height:7rem;}}body main .t408{margin-left:auto;margin-right:auto;}body main .t409{margin-left:auto;margin-right:auto;}body main .t410{display:flex;row-gap:1rem;max-width:80rem;margin-bottom:4rem;flex-direction:column;}body main .t414{width:100%;row-gap:0.75rem;flex-wrap:wrap;column-gap:0.75rem;flex-direction:row;}body main .t416{font-size:.90rem;}body main .t417{font-size:8rem;}@media screen and (max-width: 991px) {body main .t417{font-size:10rem;}}@media screen and (max-width: 767px) {body main .t417{font-size:8rem;}}@media screen and (max-width: 480px) {body main .t417{font-size:4.5rem;}}body main .t418{width:100%;height:100%;}body main .t423{height:100dvh;display:flex;align-items:center;flex-direction:column;justify-content:center;}body main .t424{top:0%;left:0%;right:0%;width:6rem;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;margin-bottom:-4;}body main .t425{font-size:8rem;line-height:1;}body main .t426{font-size:1.5rem;}@media screen and (max-width: 480px) {body main .t426{font-size:1.25rem;}}body main .t427{text-align:center;align-items:center;justify-content:center;}body main .t428{font-size:1rem;margin-top:2rem;}body main .t429{width:auto;height:auto;position:relative;flex-direction:column;}body main .t431{font-size:2rem;font-family:'JackFoulds Montana';font-weight:900;line-height:1;margin-bottom:3rem;}body main .t432{display:none;}