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

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

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

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

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

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

@font-face {
    font-family: 'JetBrains';
    src: url('https://global.divhunt.com/5ec153f348a797f5f5b0ae2ae06c37b3_95864.woff2') format('woff2');
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

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

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

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

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

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

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

main{--BG-Black:#1d1c1a;--D-Grey:#292825;--M-Grey:#3f3e3a;--L-Grey:#918d84;--O-White:#eeebdd;--N-Blue:#0073e6;--B-White:#505050;--Y-Green:#f3fdb8;--M-Yellow:#ffe500;--C-White:rgb(217,217,217);}
  .navbar {
    
    transition: height 400ms cubic-bezier(.04,.4,0,1);

  }

  
  .logo {
  
    transition: width 400ms cubic-bezier(.04,.4,0,1);
  }

  /* Set initial logo size based on viewport */
  @media (min-width: 769px) {
    .logo {
      width: 100px;
    }
  }
  @media (max-width: 768px) {
    .logo {
      width: 80px;
    }
  } .fancy-btn {
      
      background: linear-gradient(152.632deg, #F3FDB8 0%, #F3FDB8 52%, #FFD9A7 100%);
      position: relative;
      overflow: hidden;
      z-index: 1;
      transition: color 0.3s ease-in-out;
    }

    .fancy-btn::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(152.632deg, #D4B0F3 0%, #FFAF96 52%, #FFD9A7 100%);
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
      z-index: -1;
    }

    .fancy-btn:hover::before {
      opacity: 1;
    }
.menu-overlay {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  inset:0;
  background-color: #0f0f0f;
  z-index: 10;
  
}

.menu-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: left bottom;
  will-change: opacity, transform;
}

.pagelink{
  opacity:1;
}


.menu-footer, .menu-items {
  width:100%;
  max-width:1920px;
  display: flex;
  padding: 4em;
  gap:1em;
}


.col-lg {
  flex: 3;
}

.col-sm {
  flex: 2;
}

.menu-items .col-lg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-items .col-sm {
  
  display: flex;
  flex-direction: column;
  gap: 3em;
}

.menu-preview-img {
  position: relative;
  width: 40%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.menu-preview-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  will-change: transform, opacity;
}



.menu-links{
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.menu-socials {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}



.link,
.social {
  padding-bottom: 5px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.link a,
.social a {
  display: inline-block;
  will-change: transform;
  transition: color 0.5s;
}

.link a {
  font-family:'Clash DIsplay';
	font-weight:500;
  font-size: 4rem;
  line-height:1;
  letter-spacing: -0.02rem;
}

.social a {
  font-family:'Clash DIsplay';
	font-weight:400;
  font-size: 1.5rem;
  color: #8f8f8f;
}

.menu-footer a{
 font-family:'Clash DIsplay';
	font-weight:400;
  font-size: 1.5rem;

}

.social a:hover {
  color: #fff;
}

.menu-footer {
  position: absolute;
  bottom: 5%;
}

.menu-footer .col-sm {
  display: flex;
  justify-content: space-between;
}

.link a::after,
.social a::after,
.footlinks a::after {
  position: absolute;
  content: "";
  top: 102.5%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
}

.link a:hover::after,
.social a:hover::after,
.footlinks a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.container {
  
  will-change: transform;
  transform-origin: right top;
}


.menu-toggle p#menu-close {
  opacity: 0;
  transform: translateX(-5px) translateY(10px) rotate(5deg);
}

.link a,
.social a {
  transform: translateY(120%);
  opacity: 0.25;
}

.menu-content {
  transform: translateX(-100px) translateY(-100px) scale(1.5) rotate(-15deg);
  opacity: 0.25;
}

.menu-overlay {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}

@media (max-width: 900px) {


.link a {
font-size: 3rem;
}

.menu-links{
  gap: 0.5em;
}
.menu-footer a, .social a {
font-size: 1rem;

}
.menu-items .col-sm {
  padding: 1em 0;

}


.menu-items .col-lg {
    display: none;
  }
  
  .menu-footer {
    /* display: none; */
     
    display: flex;
  flex-direction: row;
  gap: 0.5em;
   bottom: 5%;
  }
  
  
     .menu-footer .footlinks {
   
    display: none;
  }


  .link a::after,
  .social a::after,
  .menu-footer a::after {
    display: none;
  }
}
.hero-content > *
{

visibility:hidden;

}
#blog-list > *,
#blog-list-resources > * {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

#blog-list > *.visible,
#blog-list-resources > *.visible {
  opacity: 1;
  transform: translateY(0);
}.tooltip-box {
  position: fixed;
  background: white;
  color: black;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  pointer-events: none;
  z-index: 9999;
  font-family: 'Epilogue', sans-serif;
  white-space: nowrap;

  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.12s linear, transform 0.12s linear;

}  .support-banner {
    font-size: .8rem;
    height: auto;
     padding: 1rem 1rem;
    
  }

  @media (max-width: 480px) {
    .support-banner {
      
      padding: .8rem .6rem;
      font-size: 0.7rem;
      line-height: 1.2;
      
    }
  }main {color:rgba(0,0,0,1.00);position:relative;font-size:16px;background:rgba(255,255,255,1.00);min-height:100vh!important;font-family:Inter;font-weight:400;line-height:1.4;}main container{width:100%;display:block;max-width:1920px;margin-top:0px;margin-left:auto;margin-right:auto;padding-left:20px;margin-bottom:0px;padding-right:20px;}main h2{font-size:2rem;margin-top:-10px;font-weight:500;font-family:'Clash DIsplay';color:#ffffff;margin-bottom:-10px;}main h1{font-size:4rem;margin-top:0px;font-weight:500;margin-bottom:0px;font-family:'Clash DIsplay';line-height:1;}@media screen and (max-width: 767px) {main h1{font-size:3rem;}}main h3{font-size:1rem;margin-top:0px;margin-bottom:0px;font-family:'Jetbrains';color:#ffffff;font-weight:300;}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-family:'Clash DIsplay';font-weight:400;font-size:1.5rem;line-height:1-;background:;color:var(--L-Grey);}@media screen and (max-width: 767px) {main p{font-size:.8rem;}}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 rgba(0,0,0,1);background:rgba(0,0,0,1.00);padding-top:12px;padding-left:20px;padding-right:20px;padding-bottom:12px;}main .button-primary:hover{color:rgba(0,0,0,1.00);background:rgba(255,255,255,1.00);}main a{cursor:pointer;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);font-family:'JetBrains';font-weight:300;font-size:.5rem;color:var(--O-White);text-decoration:none;word-break:normal;}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 span{font-family:'JetBrains';font-weight:300;font-size:.5rem;color:rgb(255,255,255);}main .nav-links{font-family:'Clash DIsplay';font-weight:600;font-size:1rem;position:relative;z-index:50;padding-left:2rem;padding-right:2rem;}@media screen and (max-width: 991px) {main .nav-links{font-size:.7rem;}}main .nav-button{display:flex;flex-direction:column;justify-content:center;height:100%;}main .nav-button:hover #box{background:var(--M-Grey);}main .nav-button.dh-active #box{background:#f4f2ee;}main .nav-button.dh-active span{color:var(--BG-Black);}main .section-wrapper{min-height:100vh;padding-top:100px;padding-bottom:100px;}main .nav-position{position:fixed;z-index:1000;top:0%;left:0%;right:0%;bottom:auto;margin-left:auto;margin-right:auto;}main .tag-padding{padding-top:5px;padding-bottom:5px;padding-left:15px;padding-right:15px;border-radius:2px;background:var(--M-Grey);}@media screen and (max-width: 480px) {main .tag-padding{padding-left:10px;padding-right:10px;}}main .link-button-pos{position:absolute;top:auto;left:auto;right:0%;bottom:0%;z-index:100;padding-right:1rem;padding-bottom:1.2rem;}main .card-bottom{position:relative;padding-top:1rem;padding-left:1rem;padding-bottom:1rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-top:1px solid #3f3e3a;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);pointer-events:auto;}main .hero-wrapper{padding-top:228px;}@media screen and (max-width: 991px) {main .hero-wrapper{padding-top:200px;}}@media screen and (max-width: 480px) {main .hero-wrapper{padding-top:180px;}}main .sub-heading{font-family:'Epilogue';font-weight:300;color:var(--C-White);font-size:1rem;text-wrap:balance;max-width:80%;}@media screen and (max-width: 767px) {main .sub-heading{max-width:100%;}}@media screen and (max-width: 480px) {main .sub-heading{max-width:100%;}}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{background:var(--BG-Black);}body main .t115{padding-top:280px;}@media screen and (max-width: 991px) {body main .t115{padding-top:200px;}}@media screen and (max-width: 480px) {body main .t115{padding-top:180px;}}body main .t118{display:flex;row-gap:50px;flex-direction:column;}body main .t119{color:rgb(255,255,255);display:flex;row-gap:20px;flex-direction:column;}body main .t120{max-width:70%;}@media screen and (max-width: 991px) {body main .t120{max-width:90%;}}@media screen and (max-width: 767px) {body main .t120{max-width:100%;}}body main .t121{max-width:70%;}@media screen and (max-width: 767px) {body main .t121{max-width:100%;}}body main .t123{undefined:;padding-top:100px;padding-bottom:100px;}body main .t125{background:var(--BG-Black);}@media screen and (max-width: 991px) {body main .t127{position:relative;}}body main .t129{display:flex;row-gap:20px;padding-top:200px;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 991px) {body main .t129{padding-bottom:0px;}}body main .t130{display:grid;row-gap:12px;background:;column-gap:12px;grid-template-rows:1fr;grid-template-columns:1fr 1fr 1fr 1fr;}body main .t131{display:flex;column-gap:10px;}body main .t133{border:1px solid var(--M-Grey);height:100vh;display:flex;background:var(--D-Grey);grid-column:span 3;padding-top:4rem;padding-left:4rem;border-radius:12px;padding-right:4rem;padding-bottom:4rem;}@media screen and (max-width: 991px) {body main .t133{height:80vh;grid-column:span 4;padding-top:1rem;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;}}body main .t134{height:100vh;display:flex;row-gap:12px;flex-direction:column;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t134{height:80vh;grid-column:span 4;}}body main .t135{width:100%;border:none;height:100%;display:block;overflow:hidden;border-radius:12px;text-decoration:none;}@media screen and (max-width: 991px) {body main .t135{border-radius:8px;}}body main .t136{height:67%;display:flex;background:var(--C-White);border-radius:12px;flex-direction:column;justify-content:space-between;}body main .t137{height:34%;background:var(--C-White);border-radius:12px;}@media screen and (max-width: 991px) {body main .t138{height:600px;}}body main .t139{display:flex;padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:20px;justify-content:center;}body main .t140{color:var(--BG-Black);width:100%;height:4em;display:flex;font-size:1rem;background:linear-gradient(152.632deg, #F3FDB8 0%, #F3FDB8 52%, #FFD9A7 100%);column-gap:10px;align-items:center;font-family:'Clash DIsplay';font-weight:500;border-radius:12px;justify-content:center;}body main .t140:hover #arrow{transform:translate(80%,-80%);}body main .t140:hover #arrow-2{transform:translate(0px,0px);}@media screen and (max-width: 480px) {body main .t140{height:3em;}}body main .t141{width:1.5rem;height:1.5rem;display:flex;background:;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;border-radius:50px;justify-content:center;}body main .t142{color:var(--BG-Black);font-size:1.2rem;font-family:'Clash DIsplay';font-weight:500;}body main .t143{width:100%;height:100%;overflow:hidden;position:relative;}body main .t144{top:0%;left:0%;color:#1d1c1a;right:0%;bottom:0%;position:absolute;margin-top:auto;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;margin-bottom:auto;}body main .t145{top:0%;left:0%;color:#1d1c1a;right:0%;bottom:0%;position:absolute;transform:translate(-80%,80%);transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;}body main .t146{font-size:.8rem;background:#3f3e3a;padding-top:5px;padding-left:10px;padding-right:10px;padding-bottom:5px;text-transform:none;}body main .t147{font-size:.8rem;background:#3f3e3a;padding-top:5px;padding-left:10px;padding-right:10px;padding-bottom:5px;text-transform:none;}body main .t148{display:flex;font-size:1rem;align-items:center;font-weight:400;flex-direction:column;justify-content:center;}body main .t150{display:flex;row-gap:20px;align-items:center;padding-top:100px;flex-direction:column;padding-bottom:100px;justify-content:center;}body main .t151{align-self:flex-start;}body main .t153{background:#1d1c1a;margin-left:auto;margin-right:auto;}body main .t154{position:relative;max-width:100%;padding-left:0px;padding-right:0px;}body main .t155{width:100%;display:flex;position:relative;margin-left:auto;margin-right:auto;justify-content:center;}body main .t156{width:100%;display:flex;overflow:hidden;align-items:flex-end;margin-left:auto;padding-top:200px;margin-right:auto;justify-content:center;}@media screen and (max-width: 991px) {body main .t156{padding-top:100px;}}body main .t157{display:flex;align-items:center;padding-top:100px;flex-direction:column;justify-content:center;}body main .t158{width:100%;display:flex;background:;border-top:1px solid var(--B-White);border-bottom:1px solid var(--B-White);flex-direction:column;justify-content:center;}body main .t159{width:100%;display:flex;max-width:1920px;margin-top:auto;padding-left:20px;margin-bottom:auto;padding-right:20px;flex-direction:row;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t159{flex-direction:column;}}@media screen and (max-width: 767px) {body main .t159{flex-direction:column;justify-content:center;}}body main .t160{display:flex;row-gap:10px;border-left:1px solid var(--B-White);padding-top:20px;padding-left:50px;flex-direction:column;padding-bottom:20px;justify-content:center;}@media screen and (max-width: 991px) {body main .t160{padding-top:50px;border-right:1px solid var(--B-White);padding-left:20px;padding-right:20px;padding-bottom:50px;}}@media screen and (max-width: 767px) {body main .t160{padding-bottom:20px;}}@media screen and (max-width: 480px) {body main .t160{padding-bottom:20px;}}body main .t161{width:40%;display:flex;align-items:center;padding-top:20px;border-right:1px solid var(--B-White);padding-right:50px;padding-bottom:20px;justify-content:flex-end;}@media screen and (max-width: 991px) {body main .t161{width:100%;border-left:1px solid var(--B-White);padding-left:20px;padding-right:20px;padding-bottom:50px;justify-content:center;}}@media screen and (max-width: 767px) {body main .t161{width:100%;padding-bottom:50px;}}body main .t162{color:#ffffff;font-size:2rem;font-family:'Clash DIsplay';font-weight:500;line-height:1;}@media screen and (max-width: 767px) {body main .t162{padding-right:20px;}}@media screen and (max-width: 480px) {body main .t162{font-size:1.5rem;}}body main .t163{color:var(--C-White);font-family:'Epilogue';font-weight:300;}body main .t164{width:80%;border:1px solid var(--M-Grey);display:flex;position:relative;background:;column-gap:20px;transition:;align-items:center;padding-top:1rem;padding-left:1rem;border-radius:12px;padding-right:1rem;flex-direction:row;padding-bottom:1rem;}@media screen and (max-width: 991px) {body main .t164{width:100%;padding-top:0.5rem;padding-left:0.5rem;padding-right:1rem;padding-bottom:0.5rem;}}@media screen and (max-width: 767px) {body main .t164{padding-top:0.5rem;padding-left:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;}}@media screen and (max-width: 480px) {body main .t164{column-gap:10px;}}body main .t165{color:var(--D-Grey);display:flex;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);flex-direction:column;}@media screen and (max-width: 991px) {body main .t165{flex-direction:row;}}@media screen and (max-width: 480px) {body main .t165{font-size:.8rem;flex-direction:column;}}body main .t166{width:6rem;transform:;background:#1d1c1a;transition:all 200ms 0ms cubic-bezier(0.645,0.045,0.355,1);border-radius:12px;}@media screen and (max-width: 991px) {body main .t166{width:5rem;}}@media screen and (max-width: 480px) {body main .t166{width:4rem;}}body main .t167{color:var(--D-Grey);font-size:1rem;font-family:'Clash DIsplay';font-weight:500;}@media screen and (max-width: 480px) {body main .t167{font-size:.8rem;}}body main .t168{color:var(--D-Grey);font-size:1rem;font-family:'Clash DIsplay';font-weight:600;letter-spacing:1px;}@media screen and (max-width: 480px) {body main .t168{font-size:.8rem;}}body main .t169{width:100%;}body main .t170{color:var(--BG-Black);font-size:8.333vw;transition:all 500ms 0ms cubic-bezier(0.645,0.045,0.355,1);font-family:'Panchang';font-weight:700;margin-left:auto;white-space:nowrap;margin-right:auto;margin-bottom:-5%;text-transform:uppercase;-webkit-text-stroke:2px var(--B-White);-webkit-font-smoothing:antialiased;}body main .t170:hover{color:var(--B-White);}@media screen and (max-width: 480px) {body main .t170{margin-bottom:-4%;-webkit-text-stroke:1px var(--B-White);}}body main .t171{display:flex;column-gap:5px;flex-direction:row;}body main .t172{display:flex;column-gap:15px;align-items:center;flex-direction:row;justify-content:center;}body main .t173{color:var(--O-White);font-size:1rem;background:#1d1c1a;font-family:'Clash DIsplay';font-weight:400;letter-spacing:1px;}body main .t174{color:rgb(254,80,80);font-size:1rem;}body main .t175{color:var(--O-White);font-size:1rem;font-family:'Clash DIsplay';font-weight:400;letter-spacing:1px;}body main .t176{color:var(--C-White);width:20px;height:20px;background:;}body main .t177{color:var(--C-White);font-family:'JetBrains';font-weight:300;letter-spacing:2px;}body main .t178{display:grid;row-gap:12px;position:relative;background:;column-gap:12px;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t178{grid-template-columns:1fr 1fr;}}@media screen and (max-width: 767px) {body main .t178{grid-template-columns:1fr;}}@media screen and (max-width: 480px) {body main .t178{grid-template-columns:1fr;}}body main .t179{overflow:hidden;position:relative;break-inside:avoid;}body main .t179:hover #tagz{background:var(--D-Grey);}body main .t179:hover #arrow{transform:translate(80%,-80%);}body main .t179:nth-child(2){grid-row:span 2;grid-column:span 2;}body main .t179:nth-child(6){grid-row:span 2;grid-column:span 2;}body main .t179:nth-child(9){grid-row:span 2;grid-column:span 2;}body main .t179:hover #b-card{border-top:1px solid var(--BG-Black);}body main .t179:nth-child(12){grid-row:span 2;grid-column:span 2;}body main .t179:hover #arrow-2{transform:translate(0px,0px);}body main .t179:hover #gol-box{background:linear-gradient(152.632deg, #D4B0F3 0%, #FFAF96 52%, #FFD9A7 100%);}body main .t179:hover #wrapper{background:#3f3e3a;}@media screen and (max-width: 991px) {body main .t179:nth-child(2){grid-row:span 1;grid-column:span 1;}body main .t179:nth-child(6){grid-row:span 1;grid-column:span 1;}}@media screen and (max-width: 767px) {body main .t179:nth-child(9){grid-row:span 1;grid-column:span 1;}}body main .t180{border:1px solid #3f3e3a;height:100%;display:flex;overflow:hidden;background:var(--D-Grey);border-radius:12px;flex-direction:column;}body main .t181{display:flex;z-index:100;position:absolute;background:;column-gap:5px;margin-left:auto;padding-top:1rem;margin-right:auto;padding-left:1rem;}body main .t182{margin-top:auto;margin-left:auto;padding-top:20%;margin-right:auto;padding-left:10%;margin-bottom:auto;padding-right:10%;padding-bottom:20%;}body main .t183{object-fit:cover;border-radius:8px;}body main .t184{font-size:.8rem;transform:;background:var(--M-Grey);transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);text-transform:capitalize;}body main .t191{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t191{row-gap:30px;grid-template-columns:1fr ;}}body main .t193{display:flex;row-gap:25px;flex-direction:column;}@media screen and (max-width: 991px) {body main .t193{row-gap:20px;}}@media screen and (max-width: 991px) {body main .t194{color:rgba(163,117,255,1.00);}}body main .t202{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t202{row-gap:30px;grid-template-columns:1fr ;}}body main .t204{display:flex;row-gap:40px;column-gap:40px;}body main .t206{display:flex;flex-direction:column;}body main .t207{display:flex;flex-direction:column;}body main .t208{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t211{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t213{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t213{row-gap:30px;grid-template-columns:1fr ;}}body main .t214{display:flex;row-gap:25px;flex-direction:column;}body main .t218{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t220{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t221{display:flex;column-gap:100px;}body main .t224{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t232{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 .t240{color:rgba(163,117,255,1.00);}}body main .t241{background:var(--BG-Black);}body main .t242{position:relative;}body main .t243{position:relative;}body main .t246{display:flex;row-gap:50px;flex-direction:column;}body main .t247{color:rgb(255,255,255);display:flex;row-gap:10px;flex-direction:column;}body main .t248{max-width:80%;text-wrap:balance;}@media screen and (max-width: 991px) {body main .t248{max-width:90%;text-wrap:balance;}}@media screen and (max-width: 767px) {body main .t248{max-width:100%;}}body main .t249{color:var(--C-White);text-wrap:balance;}@media screen and (max-width: 767px) {body main .t249{font-size:1rem;max-width:100%;}}body main .t251{undefined:;}body main .t254{background:var(--BG-Black);}@media screen and (max-width: 991px) {body main .t256{position:relative;}}body main .t260{overflow:hidden;position:relative;}body main .t261{background:var(--BG-Black);}body main .t262{position:relative;background:;}body main .t263{position:relative;}@media screen and (max-width: 991px) {body main .t265{padding-top:200px;}}@media screen and (max-width: 480px) {body main .t265{padding-top:150px;}}body main .t266{color:rgb(255,255,255);display:flex;row-gap:20px;flex-direction:column;}body main .t267{max-width:70%;text-wrap:balance;}@media screen and (max-width: 991px) {body main .t267{max-width:90%;}}@media screen and (max-width: 767px) {body main .t267{max-width:100%;text-wrap:balance;}}body main .t268{max-width:70%;text-wrap:balance;}@media screen and (max-width: 767px) {body main .t268{font-size:1rem;max-width:100%;}}body main .t272{display:flex;align-items:center;justify-content:center;}body main .t275{display:flex;row-gap:5px;max-width:80%;flex-direction:column;-webkit-box-orient:vertical;-webkit-line-clamp:1;}body main .t276{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;}body main .t277{display:-webkit-box;overflow:hidden;font-family:'Epilogue';font-weight:300;-webkit-box-orient:vertical;-webkit-line-clamp:1;}body main .t278{width:50%;height:50%;overflow:hidden;position:relative;}body main .t279{top:0%;left:0%;color:#1d1c1a;right:0%;bottom:0%;position:absolute;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;}body main .t280{top:0%;left:0%;color:#1d1c1a;right:0%;bottom:0%;position:absolute;transform:translate(-80%,80%);transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;}body main .t281{width:3rem;height:3rem;display:flex;background:linear-gradient(152.632deg, #F3FDB8 0%, #F3FDB8 52%, #FFD9A7 100%);transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;margin-left:auto;margin-right:auto;border-radius:50px;pointer-events:all;justify-content:center;}body main .t283{background:#1d1c1a;}body main .t284{position:relative;background:;}body main .t288{position:relative;}body main .t290{display:flex;row-gap:50px;flex-direction:column;}body main .t292{display:grid;row-gap:12px;position:relative;background:;column-gap:12px;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t292{grid-template-columns:1fr 1fr;}}@media screen and (max-width: 767px) {body main .t292{grid-template-columns:1fr;}}body main .t293{overflow:hidden;position:relative;break-inside:avoid;}body main .t293:hover #tagz{background:#292825;}body main .t293:hover #arrow{transform:translate(80%,-80%);}body main .t293:hover #b-card{border-top:1px solid #1d1c1a;}body main .t293:hover #arrow-2{transform:translate(0px,0px);}body main .t293:hover #gol-box{background:linear-gradient(152.632deg, #D4B0F3 0%, #FFAF96 52%, #FFD9A7 100%);}body main .t293:hover #wrapper{background:#3f3e3a;}@media screen and (max-width: 991px) {body main .t293:nth-child(2){grid-row:span 1;grid-column:span 1;}body main .t293:nth-child(6){grid-row:span 1;grid-column:span 1;}}@media screen and (max-width: 767px) {body main .t293:nth-child(9){grid-row:span 1;grid-column:span 1;}}body main .t294{display:flex;}body main .t295{width:3rem;height:3rem;display:flex;background:linear-gradient(152.632deg, #F3FDB8 0%, #F3FDB8 52%, #FFD9A7 100%);transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;margin-left:auto;margin-right:auto;border-radius:50px;pointer-events:all;justify-content:center;}body main .t296{width:50%;height:50%;overflow:hidden;position:relative;}body main .t297{top:0%;left:0%;color:#1d1c1a;right:0%;bottom:0%;position:absolute;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;}body main .t298{top:0%;left:0%;color:#1d1c1a;right:0%;bottom:0%;position:absolute;transform:translate(-80%,80%);transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;}body main .t299{display:flex;z-index:100;position:absolute;background:;column-gap:5px;margin-left:auto;padding-top:20px;margin-right:auto;padding-left:20px;}body main .t300{position:relative;font-size:.8rem;background:#3f3e3a;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);text-transform:capitalize;}body main .t301{border:1px solid #3f3e3a;height:100%;display:flex;overflow:hidden;background:#292825;border-radius:12px;flex-direction:column;}body main .t302{transition:;}body main .t303{display:flex;row-gap:5px;max-width:80%;flex-direction:column;justify-content:center;}body main .t304{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;}body main .t305{display:-webkit-box;overflow:hidden;font-family:'Epilogue';font-weight:300;-webkit-box-orient:vertical;-webkit-line-clamp:1;}body main .t306{margin-top:auto;margin-left:auto;padding-top:20%;margin-right:auto;padding-left:10%;margin-bottom:auto;padding-right:10%;padding-bottom:20%;}body main .t307{object-fit:cover;border-radius:8px;}body main .t308{display:grid;row-gap:12px;position:relative;background:;column-gap:12px;grid-template-rows:;grid-template-columns:1fr 1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t308{grid-template-columns:1fr 1fr;}}@media screen and (max-width: 767px) {body main .t308{grid-template-columns:1fr;}}body main .t309{overflow:hidden;position:relative;break-inside:avoid;}body main .t309:hover #tagz{background:#292825;}body main .t309:hover #arrow{transform:translate(80%,-80%);}body main .t309:hover #b-card{border-top:1px solid #1d1c1a;}body main .t309:hover #arrow-2{transform:translate(0px,0px);}body main .t309:hover #gol-box{background:linear-gradient(152.632deg, #D4B0F3 0%, #FFAF96 52%, #FFD9A7 100%);}body main .t309:hover #wrapper{background:#3f3e3a;}@media screen and (max-width: 991px) {body main .t309:nth-child(2){grid-row:span 1;grid-column:span 1;}body main .t309:nth-child(6){grid-row:span 1;grid-column:span 1;}}@media screen and (max-width: 767px) {body main .t309:nth-child(9){grid-row:span 1;grid-column:span 1;}}body main .t310{display:flex;z-index:100;position:absolute;background:;column-gap:5px;margin-left:auto;padding-top:1rem;margin-right:auto;padding-left:1rem;}body main .t311{position:relative;font-size:.8rem;transform:;background:#3f3e3a;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);text-transform:capitalize;}body main .t312{border:1px solid #3f3e3a;height:100%;display:flex;overflow:hidden;background:#292825;border-radius:12px;flex-direction:column;}body main .t314{display:flex;row-gap:5px;max-width:80%;flex-direction:column;justify-content:center;}body main .t315{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;}body main .t316{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;}body main .t317{margin-top:auto;margin-left:auto;padding-top:20%;margin-right:auto;padding-left:10%;margin-bottom:auto;padding-right:10%;padding-bottom:20%;}body main .t318{object-fit:cover;border-radius:8px;}body main .t320{width:3rem;height:3rem;display:flex;background:linear-gradient(152.632deg, #F3FDB8 0%, #F3FDB8 52%, #FFD9A7 100%);transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;margin-left:auto;margin-right:auto;border-radius:50px;pointer-events:all;justify-content:center;}body main .t321{width:50%;height:50%;overflow:hidden;position:relative;}body main .t322{top:0%;left:0%;color:#1d1c1a;right:0%;bottom:0%;position:absolute;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;}body main .t323{top:0%;left:0%;color:#1d1c1a;right:0%;bottom:0%;position:absolute;transform:translate(-80%,80%);transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;}body main .t324{display:flex;row-gap:20px;align-items:center;padding-top:100px;flex-direction:column;padding-bottom:100px;justify-content:center;}body main .t326{align-self:flex-start;}body main .t328{background:var(--BG-Black);}body main .t330{position:relative;background:;}body main .t333{position:relative;}body main .t335{display:flex;row-gap:50px;flex-direction:column;}body main .t336{color:rgb(255,255,255);display:flex;row-gap:10px;flex-direction:column;}@media screen and (max-width: 767px) {body main .t336{width:100%;}}body main .t337{max-width:80%;text-wrap:balance;}@media screen and (max-width: 767px) {body main .t337{max-width:100%;text-wrap:balance;}}@media screen and (max-width: 767px) {body main .t338{font-size:1rem;max-width:100%;}}body main .t339{display:grid;row-gap:10px;overflow:hidden;position:relative;column-gap:10px;padding-top:100px;flex-direction:column;padding-bottom:100px;grid-template-columns:1fr 1fr;}body main .t340{position:relative;break-inside:avoid;}@media screen and (max-width: 991px) {body main .t340{grid-column:span 2;}}body main .t341{border:1px solid #3f3e3a;cursor:pointer;height:100%;display:grid;overflow:hidden;background:#292825;transition:all 200ms 0ms linear;border-radius:12px;flex-direction:row;justify-content:space-between;grid-template-columns:1fr 1fr 1fr 1fr;}body main .t341:hover{background:#3f3e3a;}body main .t341:hover span{background:#292825;}body main .t341:hover #arrow{transform:translate(80%,-80%);}body main .t341:hover #arrow-2{transform:translate(0px,0px);}body main .t341:hover #gol-box{background:linear-gradient(152.632deg, #D4B0F3 0%, #FFAF96 52%, #FFD9A7 100%);}@media screen and (max-width: 991px) {body main .t341{grid-template-rows:;}}body main .t342{margin-top:auto;margin-left:auto;padding-top:10%;margin-right:auto;padding-left:10%;margin-bottom:auto;padding-right:10%;padding-bottom:10%;}@media screen and (max-width: 480px) {body main .t342{display:none;padding-top:0%;padding-left:0%;padding-right:0%;padding-bottom:0%;}}body main .t343{object-fit:cover;border-radius:8px;}body main .t344{top:auto;left:auto;right:0%;bottom:0%;position:absolute;padding-right:3rem;padding-bottom:4rem;}@media screen and (max-width: 480px) {body main .t344{padding-right:4rem;padding-bottom:4.2rem;}}body main .t345{width:50%;height:50%;overflow:hidden;position:relative;}body main .t346{top:0%;left:0%;color:#1d1c1a;right:0%;bottom:0%;position:absolute;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;}body main .t347{top:0%;left:0%;color:#1d1c1a;right:0%;bottom:0%;position:absolute;transform:translate(-80%,80%);transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;}body main .t349{width:3rem;height:3rem;display:flex;background:linear-gradient(152.632deg, #F3FDB8 0%, #F3FDB8 52%, #FFD9A7 100%);transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;border-radius:50px;pointer-events:all;justify-content:center;}body main .t350{display:flex;border-top:1px solid #3f3e3a;transition:;grid-column:span 3;padding-top:1rem;padding-right:2rem;flex-direction:column;padding-bottom:1rem;justify-content:center;}@media screen and (max-width: 480px) {body main .t350{grid-column:span 4;padding-left:1rem;padding-right:1rem;}}body main .t351{display:flex;row-gap:5px;flex-direction:column;}@media screen and (max-width: 480px) {body main .t351{row-gap:5px;}}body main .t352{display:-webkit-box;overflow:hidden;margin-top:-10px;-webkit-box-orient:vertical;-webkit-line-clamp:1;}body main .t353{display:flex;column-gap:10px;border-radius:4px;flex-direction:row;}@media screen and (max-width: 480px) {body main .t353{column-gap:5px;}}body main .t354{color:#eeebdd;font-size:.8rem;background:#3f3e3a;padding-top:5px;padding-left:10px;padding-right:10px;padding-bottom:5px;}@media screen and (max-width: 480px) {body main .t354{font-size:.5rem;}}body main .t355{display:grid;row-gap:12px;position:relative;background:;column-gap:12px;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t355{grid-template-columns:1fr 1fr;}}@media screen and (max-width: 767px) {body main .t355{grid-template-columns:1fr;}}body main .t356{overflow:hidden;position:relative;break-inside:avoid;}body main .t356:hover #tagz{background:#292825;}body main .t356:hover #arrow{transform:translate(80%,-80%);}body main .t356:nth-child(2){grid-row:span 2;grid-column:span 2;}body main .t356:nth-child(6){grid-row:span 2;grid-column:span 2;}body main .t356:nth-child(9){grid-row:span 2;grid-column:span 2;}body main .t356:hover #b-card{border-top:1px solid #1d1c1a;}body main .t356:nth-child(12){grid-row:span 2;grid-column:span 2;}body main .t356:nth-child(18){grid-row:span 2;grid-column:span 2;}body main .t356:hover #arrow-2{transform:translate(0px,0px);}body main .t356:hover #gol-box{background:linear-gradient(152.632deg, #D4B0F3 0%, #FFAF96 52%, #FFD9A7 100%);}body main .t356:hover #wrapper{background:#3f3e3a;}@media screen and (max-width: 991px) {body main .t356:nth-child(2){grid-row:span 1;grid-column:span 1;}body main .t356:nth-child(6){grid-row:span 1;grid-column:span 1;}}@media screen and (max-width: 767px) {body main .t356:nth-child(9){grid-row:span 1;grid-column:span 1;}}body main .t357{display:flex;z-index:100;position:absolute;background:;column-gap:5px;margin-left:auto;padding-top:1rem;margin-right:auto;padding-left:1rem;}body main .t358{position:relative;font-size:.8rem;transform:;background:#3f3e3a;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);text-transform:capitalize;}body main .t359{border:1px solid #3f3e3a;height:100%;display:flex;overflow:hidden;background:#292825;border-radius:12px;flex-direction:column;}body main .t360{transition:;}body main .t361{display:flex;row-gap:5px;max-width:80%;flex-direction:column;justify-content:center;-webkit-box-orient:vertical;-webkit-line-clamp:1;}body main .t362{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}body main .t363{display:-webkit-box;overflow:hidden;font-family:'Epilogue';font-weight:300;-webkit-box-orient:vertical;-webkit-line-clamp:1;}body main .t364{margin-top:auto;margin-left:auto;padding-top:20%;margin-right:auto;padding-left:10%;margin-bottom:auto;padding-right:10%;padding-bottom:20%;}body main .t365{object-fit:cover;border-radius:8px;}body main .t367{width:3rem;height:3rem;display:flex;background:linear-gradient(152.632deg, #F3FDB8 0%, #F3FDB8 52%, #FFD9A7 100%);transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;margin-left:auto;margin-right:auto;border-radius:50px;pointer-events:all;justify-content:center;}body main .t368{width:50%;height:50%;overflow:hidden;position:relative;}body main .t369{top:0%;left:0%;color:#1d1c1a;right:0%;bottom:0%;position:absolute;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;}body main .t370{top:0%;left:0%;color:#1d1c1a;right:0%;bottom:0%;position:absolute;transform:translate(-80%,80%);transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;}body main .t372{position:relative;background:;margin-left:auto;margin-right:auto;}body main .t373{max-width:100%;padding-left:0px;padding-right:0px;}body main .t374{width:100%;height:130px;display:flex;z-index:1000;position:relative;background:#1d1c1a;border-top:1px solid #505050;margin-left:auto;margin-right:auto;border-bottom:1px solid #505050;justify-content:center;}@media screen and (max-width: 991px) {body main .t374{height:100px;}}@media screen and (max-width: 767px) {body main .t374{height:80px;}}body main .t375{width:100%;display:flex;position:relative;max-width:1920px;background:;padding-left:20px;padding-right:20px;flex-direction:row;justify-content:space-between;}body main .t376{position:relative;align-items:center;border-left:1px solid #505050;border-right:1px solid #505050;padding-left:1rem;padding-right:1rem;}body main .t377{width:100px;object-fit:contain;}@media screen and (max-width: 767px) {body main .t377{object-fit:cover;}}@media screen and (max-width: 480px) {body main .t377{width:80px;object-fit:contain;}}body main .t378{display:flex;position:relative;flex-direction:row;}body main .t379{position:relative;border-left:1px solid #505050;}@media screen and (max-width: 767px) {body main .t379{display:none;}}@media screen and (max-width: 480px) {body main .t379{display:none;}}body main .t381{top:0%;left:0%;right:0%;width:95%;bottom:0%;height:93%;z-index:10;position:absolute;transform:;background:#1d1c1a;margin-top:auto;transition:all 200ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;border-radius:12px;margin-bottom:auto;}body main .t382{top:auto;left:10%;color:#ffffff;right:auto;bottom:10%;z-index:30;position:absolute;font-size:.7rem;font-weight:600;}body main .t383{position:relative;border-left:1px solid #505050;}@media screen and (max-width: 767px) {body main .t383{display:none;}}@media screen and (max-width: 480px) {body main .t383{display:none;}}body main .t384{top:auto;left:10%;color:#ffffff;right:auto;bottom:10%;z-index:30;position:absolute;font-size:.7rem;font-weight:600;}body main .t385{top:0%;left:0%;right:0%;width:95%;bottom:0%;height:93%;z-index:10;position:absolute;transform:;background:#1d1c1a;margin-top:auto;transition:all 200ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;border-radius:12px;margin-bottom:auto;}body main .t386{color:rgb(255,255,255);}body main .t387{cursor:pointer;position:relative;border-left:1px solid #505050;border-right:1px solid #505050;}body main .t388{top:0%;left:0%;right:0%;width:95%;bottom:0%;height:93%;z-index:10;position:absolute;transform:;background:#1d1c1a;margin-top:auto;transition:all 200ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;border-radius:12px;margin-bottom:auto;}body main .t389{width:8rem;height:100%;display:flex;z-index:1000;position:relative;align-items:center;flex-direction:column;justify-content:center;}body main .t390{color:#ffffff;position:absolute;will-change:transform, opacity;transform-origin:top left;}body main .t391{color:#ffffff;position:absolute;will-change:transform, opacity;transform-origin:top left;}body main .t392{position:relative;align-items:center;border-left:1px solid #505050;}@media screen and (max-width: 767px) {body main .t392{display:none;}}@media screen and (max-width: 480px) {body main .t392{display:none;}}body main .t393{align-self:center;}body main .t394{top:0%;left:0%;right:0%;width:95%;bottom:0%;height:93%;z-index:10;position:absolute;transform:;background:#1d1c1a;margin-top:auto;transition:all 200ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;border-radius:12px;margin-bottom:auto;}body main .t395{top:auto;left:10%;color:#ffffff;right:auto;bottom:10%;z-index:30;position:absolute;font-size:.7rem;font-weight:600;}body main .t396{position:relative;border-left:1px solid #505050;}@media screen and (max-width: 767px) {body main .t396{display:none;}}@media screen and (max-width: 480px) {body main .t396{display:none;}}body main .t398{top:0%;left:0%;right:0%;width:95%;bottom:0%;height:93%;z-index:10;position:absolute;transform:;background:#1d1c1a;margin-top:auto;transition:all 200ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;border-radius:12px;margin-bottom:auto;}body main .t399{top:auto;left:10%;color:#ffffff;right:auto;bottom:10%;z-index:30;position:absolute;font-size:.7rem;font-weight:600;}body main .t400{top:0%;left:0%;right:0%;bottom:auto;z-index:999;position:fixed;margin-left:auto;margin-right:auto;}body main .t402{background:;margin-left:auto;margin-right:auto;}body main .t403{position:relative;max-width:100%;padding-left:0px;padding-right:0px;}body main .t404{width:100%;height:130px;display:flex;z-index:100;position:relative;background:#1d1c1a;border-top:1px solid #505050;margin-left:auto;margin-right:auto;border-bottom:1px solid #505050;justify-content:center;}@media screen and (max-width: 991px) {body main .t404{height:100px;}}@media screen and (max-width: 767px) {body main .t404{height:80px;}}body main .t405{width:100%;display:flex;position:relative;max-width:1920px;background:;padding-left:20px;padding-right:20px;flex-direction:row;justify-content:space-between;}body main .t406{position:relative;align-items:center;border-left:1px solid #505050;border-right:1px solid #505050;padding-left:2rem;padding-right:2rem;}body main .t407{width:100px;object-fit:contain;}@media screen and (max-width: 767px) {body main .t407{object-fit:cover;}}@media screen and (max-width: 480px) {body main .t407{width:80px;object-fit:contain;}}body main .t408{display:flex;position:relative;flex-direction:row;}body main .t409{position:relative;border-left:1px solid #505050;}@media screen and (max-width: 767px) {body main .t409{display:none;}}@media screen and (max-width: 480px) {body main .t409{display:none;}}body main .t411{top:0%;left:0%;right:0%;width:95%;bottom:0%;height:93%;z-index:10;position:absolute;transform:;background:#1d1c1a;margin-top:auto;transition:all 200ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;border-radius:12px;margin-bottom:auto;}body main .t412{top:auto;left:10%;color:#ffffff;right:auto;bottom:10%;z-index:30;position:absolute;font-size:.7rem;font-weight:600;}body main .t413{position:relative;border-left:1px solid #505050;}@media screen and (max-width: 767px) {body main .t413{display:none;}}@media screen and (max-width: 480px) {body main .t413{display:none;}}body main .t414{top:auto;left:10%;color:#ffffff;right:auto;bottom:10%;z-index:30;position:absolute;font-size:.7rem;font-weight:600;}body main .t415{top:0%;left:0%;right:0%;width:95%;bottom:0%;height:93%;z-index:10;position:absolute;transform:;background:#1d1c1a;margin-top:auto;transition:all 200ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;border-radius:12px;margin-bottom:auto;}body main .t416{color:rgb(255,255,255);}body main .t417{cursor:pointer;position:relative;border-left:1px solid #505050;border-right:1px solid #505050;}body main .t418{top:0%;left:0%;right:0%;width:95%;bottom:0%;height:93%;z-index:10;position:absolute;transform:;background:#1d1c1a;margin-top:auto;transition:all 200ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;border-radius:12px;margin-bottom:auto;}body main .t419{width:8rem;height:100%;display:flex;z-index:1000;position:relative;align-items:center;flex-direction:column;justify-content:center;}body main .t420{color:#ffffff;position:absolute;will-change:transform, opacity;transform-origin:top left;}body main .t421{color:#ffffff;position:absolute;will-change:transform, opacity;transform-origin:top left;}body main .t422{position:relative;border-left:1px solid #505050;}@media screen and (max-width: 767px) {body main .t422{display:none;}}@media screen and (max-width: 480px) {body main .t422{display:none;}}body main .t424{top:0%;left:0%;right:0%;width:95%;bottom:0%;height:93%;z-index:10;position:absolute;transform:;background:#1d1c1a;margin-top:auto;transition:all 200ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;border-radius:12px;margin-bottom:auto;}body main .t425{top:auto;left:10%;color:#ffffff;right:auto;bottom:10%;z-index:30;position:absolute;font-size:.7rem;font-weight:600;}body main .t426{position:relative;border-left:1px solid #505050;}@media screen and (max-width: 767px) {body main .t426{display:none;}}@media screen and (max-width: 480px) {body main .t426{display:none;}}body main .t428{top:0%;left:0%;right:0%;width:95%;bottom:0%;height:93%;z-index:10;position:absolute;transform:;background:#1d1c1a;margin-top:auto;transition:all 200ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;border-radius:12px;margin-bottom:auto;}body main .t429{top:auto;left:10%;color:#ffffff;right:auto;bottom:10%;z-index:30;position:absolute;font-size:.7rem;font-weight:600;}body main .t430{top:0%;left:0%;right:0%;bottom:auto;position:fixed;margin-left:auto;margin-right:auto;}body main .t432{margin-left:auto;margin-right:auto;}body main .t435{background:var(--BG-Black);}body main .t439{padding-top:280px;}@media screen and (max-width: 991px) {body main .t439{padding-top:200px;}}@media screen and (max-width: 480px) {body main .t439{padding-top:180px;}}body main .t441{background:var(--BG-Black);}body main .t444{position:relative;background:;min-height:100vh;}body main .t447{padding-top:100px;padding-bottom:100px;}@media screen and (max-width: 480px) {body main .t447{padding-top:50px;padding-bottom:50px;}}body main .t448{position:relative;}body main .t450{padding-top:280px;}@media screen and (max-width: 991px) {body main .t450{padding-top:200px;}}@media screen and (max-width: 480px) {body main .t450{padding-top:150px;}}body main .t451{color:rgb(255,255,255);display:flex;row-gap:20px;flex-direction:column;}body main .t453{display:grid;row-gap:12px;position:relative;background:;column-gap:12px;grid-template-rows:1fr;grid-template-columns:1fr 1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t453{grid-template-columns:1fr 1fr;}}@media screen and (max-width: 767px) {body main .t453{grid-template-columns:1fr;}}body main .t454{overflow:hidden;position:relative;break-inside:avoid;}body main .t454:hover #tagz{background:#292825;}body main .t454:hover #arrow{transform:translate(80%,-80%);}body main .t454:hover #b-card{border-top:1px solid #1d1c1a;}body main .t454:hover #arrow-2{transform:translate(0px,0px);}body main .t454:hover #gol-box{background:linear-gradient(152.632deg, #D4B0F3 0%, #FFAF96 52%, #FFD9A7 100%);}body main .t454:hover #wrapper{background:#3f3e3a;}@media screen and (max-width: 991px) {body main .t454:nth-child(2){grid-row:span 1;grid-column:span 1;}body main .t454:nth-child(6){grid-row:span 1;grid-column:span 1;}}@media screen and (max-width: 767px) {body main .t454:nth-child(9){grid-row:span 1;grid-column:span 1;}}body main .t455{top:auto;left:auto;right:0%;bottom:0%;display:flex;z-index:100;position:absolute;padding-right:1rem;padding-bottom:1rem;}body main .t456{width:3rem;height:3rem;display:flex;background:linear-gradient(152.632deg, #F3FDB8 0%, #F3FDB8 52%, #FFD9A7 100%);transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;margin-left:auto;margin-right:auto;border-radius:50px;pointer-events:all;justify-content:center;}body main .t457{width:50%;height:50%;overflow:hidden;position:relative;}body main .t458{top:0%;left:0%;color:#1d1c1a;right:0%;bottom:0%;position:absolute;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;}body main .t459{top:0%;left:0%;color:#1d1c1a;right:0%;bottom:0%;position:absolute;transform:translate(-80%,80%);transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;}body main .t460{display:flex;z-index:100;position:absolute;background:;column-gap:5px;margin-left:auto;padding-top:1rem;margin-right:auto;padding-left:1rem;}body main .t461{border:1px solid var(--M-Grey);font-size:.8rem;transform:;background:;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);padding-top:.5rem;padding-left:1rem;border-radius:4px;padding-right:1rem;padding-bottom:.5rem;text-transform:capitalize;}body main .t461:hover{background:var(--M-Grey);}body main .t462{border:1px solid #3f3e3a;height:100%;display:flex;overflow:hidden;background:#292825;border-radius:12px;flex-direction:column;}body main .t463{display:flex;z-index:50;position:relative;border-top:1px solid #3f3e3a;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;padding-top:1rem;padding-left:1rem;flex-direction:row;padding-bottom:1rem;pointer-events:auto;justify-content:space-between;}body main .t463:hover #arrow{transform:translate(80%,-80%);}body main .t463:hover #arrow-2{transform:translate(0px,0px);}body main .t463:hover #gol-box{background:linear-gradient(152.632deg, #D4B0F3 0%, #FFAF96 52%, #FFD9A7 100%);}body main .t464{display:flex;row-gap:5px;max-width:80%;flex-direction:column;justify-content:center;}body main .t465{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;}body main .t466{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;}body main .t467{margin-top:auto;margin-left:auto;padding-top:20%;margin-right:auto;padding-left:10%;margin-bottom:auto;padding-right:10%;padding-bottom:20%;}body main .t468{object-fit:cover;border-radius:8px;}body main .t469{position:relative;font-size:.8rem;transform:;background:#3f3e3a;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);text-transform:capitalize;}body main .t470{display:flex;align-items:flex-start;flex-direction:column;}body main .t471{display:flex;row-gap:10px;flex-direction:column;justify-content:center;}body main .t472{display:grid;row-gap:12px;position:relative;background:;column-gap:12px;grid-template-rows:1fr;grid-template-columns:1fr 1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t472{grid-template-columns:1fr 1fr;}}@media screen and (max-width: 767px) {body main .t472{grid-template-columns:1fr;}}body main .t473{overflow:hidden;position:relative;break-inside:avoid;}body main .t473:hover #tagz{background:#292825;}body main .t473:hover #arrow{transform:translate(80%,-80%);}body main .t473:hover #b-card{border-top:1px solid #1d1c1a;}body main .t473:hover #arrow-2{transform:translate(0px,0px);}body main .t473:hover #gol-box{background:linear-gradient(152.632deg, #D4B0F3 0%, #FFAF96 52%, #FFD9A7 100%);}body main .t473:hover #wrapper{background:#3f3e3a;}@media screen and (max-width: 991px) {body main .t473:nth-child(2){grid-row:span 1;grid-column:span 1;}body main .t473:nth-child(6){grid-row:span 1;grid-column:span 1;}}@media screen and (max-width: 767px) {body main .t473:nth-child(9){grid-row:span 1;grid-column:span 1;}}body main .t474{top:auto;left:auto;right:0%;bottom:0%;display:flex;z-index:100;position:absolute;padding-right:1rem;padding-bottom:1rem;}body main .t475{width:3rem;height:3rem;display:flex;background:linear-gradient(152.632deg, #F3FDB8 0%, #F3FDB8 52%, #FFD9A7 100%);transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;margin-left:auto;margin-right:auto;border-radius:50px;pointer-events:all;justify-content:center;}body main .t476{width:50%;height:50%;overflow:hidden;position:relative;}body main .t477{top:0%;left:0%;color:#1d1c1a;right:0%;bottom:0%;position:absolute;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;}body main .t478{top:0%;left:0%;color:#1d1c1a;right:0%;bottom:0%;position:absolute;transform:translate(-80%,80%);transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;}body main .t479{display:flex;z-index:100;position:absolute;background:;column-gap:5px;margin-left:auto;padding-top:1rem;margin-right:auto;padding-left:1rem;}body main .t480{font-size:.8rem;transform:;background:#3f3e3a;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);text-transform:capitalize;}body main .t481{border:1px solid #3f3e3a;height:100%;display:flex;overflow:hidden;background:#292825;border-radius:12px;flex-direction:column;}body main .t482{background:;margin-top:auto;margin-left:auto;padding-top:20%;margin-right:auto;padding-left:10%;margin-bottom:auto;padding-right:10%;padding-bottom:20%;}body main .t483{object-fit:cover;border-radius:8px;}body main .t484{display:flex;z-index:50;position:relative;border-top:1px solid #3f3e3a;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;padding-top:1rem;padding-left:1rem;flex-direction:row;padding-bottom:1rem;pointer-events:auto;justify-content:space-between;}body main .t485{display:flex;row-gap:5px;max-width:80%;flex-direction:column;justify-content:center;-webkit-box-orient:vertical;-webkit-line-clamp:1;}body main .t486{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;}body main .t487{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;}body main .t488{margin-left:auto;margin-right:auto;}body main .t489{display:flex;row-gap:20px;overflow:hidden;flex-direction:column;}@media screen and (max-width: 991px) {body main .t489{padding-bottom:0px;}}body main .t490{border:1px solid #3f3e3a;display:flex;background:#292825;border-radius:12px;flex-direction:row;grid-template-rows:1fr;grid-template-columns:1fr 1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t490{flex-direction:column;}}body main .t491{width:60%;display:flex;position:relative;background:;grid-column:span 3;padding-top:3rem;padding-left:3rem;padding-right:3rem;padding-bottom:3rem;}@media screen and (max-width: 991px) {body main .t491{width:100%;grid-column:span 4;padding-top:1rem;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;}}@media screen and (max-width: 480px) {body main .t491{padding-top:.5rem;padding-left:.5rem;padding-right:.5rem;padding-bottom:.5rem;}}body main .t492{width:40%;}@media screen and (max-width: 991px) {body main .t492{width:100%;grid-column:span 4;}}body main .t493{height:100%;display:flex;background:;border-left:1px solid #3f3e3a;grid-column:span 3;padding-top:3rem;padding-left:3rem;padding-right:3rem;flex-direction:column;padding-bottom:3rem;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t493{height:100%;background:;border-top:1px solid #3f3e3a;border-left:none;padding-top:3rem;padding-left:3rem;padding-right:3rem;padding-bottom:3rem;}}@media screen and (max-width: 480px) {body main .t493{padding-top:2rem;padding-left:2rem;padding-right:2rem;padding-bottom:2rem;}}body main .t494{display:flex;justify-content:center;}body main .t495{color:#1d1c1a;width:100%;height:4em;display:flex;font-size:1rem;background:linear-gradient(152.632deg, #F3FDB8 0%, #F3FDB8 52%, #FFD9A7 100%);column-gap:10px;align-items:center;font-family:'Clash DIsplay';font-weight:500;border-radius:12px;justify-content:center;}body main .t495:hover #arrow{transform:translate(80%,-80%);}body main .t495:hover #arrow-2{transform:translate(0px,0px);}@media screen and (max-width: 480px) {body main .t495{height:3em;column-gap:5px;}}body main .t496{width:1.5rem;height:1.5rem;display:flex;background:;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;border-radius:50px;justify-content:center;}body main .t497{width:100%;height:100%;overflow:hidden;position:relative;}body main .t498{top:0%;left:0%;color:#1d1c1a;right:0%;bottom:0%;position:absolute;margin-top:auto;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;margin-bottom:auto;}body main .t499{top:0%;left:0%;color:#1d1c1a;right:0%;bottom:0%;position:absolute;transform:translate(-80%,80%);transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;}body main .t500{color:#1d1c1a;font-size:1.2rem;font-family:'Clash DIsplay';font-weight:500;}body main .t501{position:relative;}body main .t502{color:#ffffff;font-size:1.5rem;text-wrap:balance;font-family:'Epilogue';font-weight:300;line-height:1.2;}@media screen and (max-width: 767px) {body main .t502{font-size:1.5rem;}}@media screen and (max-width: 480px) {body main .t502{width:100%;font-size:1.2rem;text-wrap:balance;margin-left:0px;margin-right:0px;}}body main .t503{display:grid;margin-bottom:3rem;grid-template-columns:1fr 1fr 1fr 1fr;}@media screen and (max-width: 480px) {body main .t503{margin-bottom:2rem;grid-template-columns:1fr 1fr 1fr;}}body main .t504{display:flex;row-gap:10px;min-height:100%;flex-direction:column;}body main .t505{color:var(--O-White);font-size:1rem;font-weight:400;}body main .t506{display:flex;row-gap:5px;flex-wrap:wrap;column-gap:5px;grid-column:span 3;justify-content:flex-start;}@media screen and (max-width: 480px) {body main .t506{grid-column:span 2;}}body main .t507{height:1px;background:#3f3e3a;margin-top:3rem;border-radius:4px;margin-bottom:3rem;}@media screen and (max-width: 480px) {body main .t507{margin-top:2rem;margin-bottom:2rem;}}body main .t508{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;}@media screen and (max-width: 480px) {body main .t508{grid-template-columns:1fr 1fr 1fr;}}body main .t509{display:flex;row-gap:10px;min-height:100%;flex-direction:column;}body main .t510{color:var(--O-White);font-size:1rem;font-weight:400;}body main .t511{color:var(--O-White);font-size:1rem;font-weight:400;}body main .t512{display:flex;row-gap:10px;grid-column:span 3;flex-direction:column;}@media screen and (max-width: 480px) {body main .t512{grid-column:span 2;}}body main .t513{color:rgb(217,217,217);font-size:1rem;font-weight:100;}body main .t514{color:rgb(217,217,217);font-size:1rem;font-family:'JetBrains';font-weight:100;}body main .t515{height:1px;background:#3f3e3a;margin-top:3rem;border-radius:4px;margin-bottom:3rem;}@media screen and (max-width: 480px) {body main .t515{margin-top:2rem;margin-bottom:2rem;}}body main .t516{display:flex;column-gap:10px;align-items:center;flex-direction:row;}@media screen and (max-width: 767px) {body main .t516{row-gap:10px;align-items:flex-start;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t516{position:relative;max-width:100%;}}body main .t517{display:flex;column-gap:5px;align-items:center;}@media screen and (max-width: 480px) {body main .t517{row-gap:5px;flex-wrap:wrap;max-width:100%;}}body main .t518{font-size:.8rem;background:;text-transform:capitalize;}body main .t519{display:flex;column-gap:10px;flex-direction:row;}body main .t520{border:1px solid #3f3e3a;font-size:.8rem;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);padding-top:.5rem;padding-left:1rem;border-radius:4px;padding-right:1rem;padding-bottom:.5rem;text-transform:capitalize;}body main .t520:hover{background:#3f3e3a;}body main .t521{display:flex;font-size:1rem;align-items:center;font-weight:400;flex-direction:column;justify-content:center;}body main .t528{color:var(--BG-Black);overflow:hidden;background:var(--BG-Black);border-radius:12px;}@media screen and (max-width: 767px) {body main .t528{border-radius:8px;}}body main .t529{height:100%;overflow:hidden;}body main .t532{display:flex;row-gap:20px;padding-top:100px;flex-direction:column;padding-bottom:100px;}body main .t534{align-self:flex-start;}body main .t536{color:var(--C-White);font-size:.8rem;background:var(--M-Grey);padding-top:5px;padding-left:10px;border-radius:4px;padding-right:10px;padding-bottom:5px;}body main .t537{display:flex;row-gap:20px;overflow:hidden;flex-direction:column;}@media screen and (max-width: 991px) {body main .t537{padding-bottom:0px;}}body main .t538{border:1px solid #3f3e3a;display:flex;background:#292825;border-radius:12px;flex-direction:row;grid-template-rows:1fr;grid-template-columns:1fr 1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t538{flex-direction:column;}}body main .t539{width:30%;}@media screen and (max-width: 991px) {body main .t539{width:100%;grid-column:span 4;}}body main .t540{height:100%;display:flex;background:;border-left:1px solid #3f3e3a;grid-column:span 3;padding-top:3rem;padding-left:3rem;padding-right:3rem;flex-direction:column;padding-bottom:3rem;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t540{height:100%;background:;border-top:1px solid #3f3e3a;border-left:none;padding-top:3rem;padding-left:3rem;padding-right:3rem;padding-bottom:3rem;}}@media screen and (max-width: 480px) {body main .t540{padding-top:2rem;padding-left:2rem;padding-right:2rem;padding-bottom:2rem;}}body main .t541{display:flex;justify-content:center;}body main .t542{color:#1d1c1a;width:100%;height:4em;display:flex;font-size:1rem;background:linear-gradient(152.632deg, #F3FDB8 0%, #F3FDB8 52%, #FFD9A7 100%);column-gap:10px;align-items:center;font-family:'Clash DIsplay';font-weight:500;border-radius:12px;justify-content:center;}body main .t542:hover #arrow{transform:translate(80%,-80%);}body main .t542:hover #arrow-2{transform:translate(0px,0px);}@media screen and (max-width: 480px) {body main .t542{height:3em;column-gap:5px;}}body main .t543{width:1.5rem;height:1.5rem;display:flex;background:;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;border-radius:50px;justify-content:center;}body main .t544{width:100%;height:100%;overflow:hidden;position:relative;}body main .t545{top:0%;left:0%;color:#1d1c1a;right:0%;bottom:0%;position:absolute;margin-top:auto;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;margin-bottom:auto;}body main .t546{top:0%;left:0%;color:#1d1c1a;right:0%;bottom:0%;position:absolute;transform:translate(-80%,80%);transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;}body main .t547{color:#1d1c1a;font-size:1.2rem;font-family:'Clash DIsplay';font-weight:500;}body main .t548{display:flex;row-gap:3rem;position:relative;flex-direction:column;}body main .t549{color:#ffffff;font-size:1.5rem;text-wrap:balance;font-family:'Epilogue';font-weight:300;line-height:1.2;}@media screen and (max-width: 767px) {body main .t549{font-size:1.5rem;}}@media screen and (max-width: 480px) {body main .t549{width:100%;font-size:1.2rem;text-wrap:balance;margin-left:0px;margin-right:0px;}}body main .t550{display:grid;margin-bottom:3rem;grid-template-columns:1fr 1fr 1fr 1fr;}@media screen and (max-width: 480px) {body main .t550{margin-bottom:2rem;grid-template-columns:1fr 1fr 1fr;}}body main .t551{display:flex;row-gap:10px;min-height:100%;flex-direction:column;}body main .t552{color:#eeebdd;font-size:1rem;font-weight:400;}body main .t553{display:flex;row-gap:5px;flex-wrap:wrap;column-gap:5px;grid-column:span 3;justify-content:flex-start;}@media screen and (max-width: 480px) {body main .t553{grid-column:span 2;}}body main .t554{color:var(--C-White);font-size:.8rem;background:#3f3e3a;border-radius:4px;}body main .t555{height:1px;background:#3f3e3a;border-radius:4px;}body main .t556{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;}@media screen and (max-width: 480px) {body main .t556{grid-template-columns:1fr 1fr 1fr;}}body main .t557{display:flex;row-gap:10px;min-height:100%;flex-direction:column;}body main .t558{color:#eeebdd;font-size:1rem;font-family:'JetBrains';font-weight:400;}body main .t559{color:#eeebdd;font-size:1rem;font-family:'JetBrains';font-weight:400;}body main .t560{display:flex;row-gap:10px;grid-column:span 3;flex-direction:column;}@media screen and (max-width: 480px) {body main .t560{grid-column:span 2;}}body main .t561{color:rgb(217,217,217);font-size:1rem;font-weight:100;}body main .t562{color:rgb(217,217,217);font-size:1rem;text-wrap:balance;font-family:'JetBrains';font-weight:100;}body main .t563{height:1px;background:#3f3e3a;border-radius:4px;}body main .t564{width:70%;height:100%;background:;grid-column:span 3;padding-top:3rem;padding-left:3rem;padding-right:3rem;padding-bottom:3rem;}@media screen and (max-width: 991px) {body main .t564{width:100%;grid-column:span 4;padding-top:1rem;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;}}@media screen and (max-width: 480px) {body main .t564{padding-top:.5rem;padding-left:.5rem;padding-right:.5rem;padding-bottom:.5rem;}}body main .t565{height:90vh;overflow:hidden;border-radius:12px;}@media screen and (max-width: 767px) {body main .t565{border-radius:8px;}}body main .t566{display:flex;column-gap:10px;align-items:center;flex-direction:row;}@media screen and (max-width: 767px) {body main .t566{row-gap:10px;align-items:flex-start;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t566{position:relative;max-width:100%;}}body main .t567{display:flex;column-gap:10px;flex-direction:row;}body main .t568{border:1px solid #3f3e3a;font-size:.8rem;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);padding-top:.5rem;padding-left:1rem;border-radius:4px;padding-right:1rem;padding-bottom:.5rem;text-transform:capitalize;}body main .t568:hover{background:#3f3e3a;}body main .t569{display:flex;font-size:1rem;align-items:center;font-weight:400;flex-direction:column;justify-content:center;}body main .t570{display:flex;column-gap:5px;align-items:center;}@media screen and (max-width: 480px) {body main .t570{row-gap:5px;flex-wrap:wrap;max-width:100%;}}body main .t571{font-size:.8rem;background:;text-transform:capitalize;}body main .t573{width:100%;border:none;height:100%;display:block;overflow:hidden;border-radius:12px;text-decoration:none;}body main .t574{color:rgb(255,255,255);display:flex;row-gap:20px;flex-direction:column;}body main .t575{display:flex;align-items:flex-start;flex-direction:column;}body main .t576{border:1px solid #3f3e3a;font-size:.8rem;transform:;background:;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);padding-top:.5rem;padding-left:1rem;border-radius:4px;padding-right:1rem;padding-bottom:.5rem;text-transform:capitalize;}body main .t576:hover{background:#3f3e3a;}body main .t577{display:flex;row-gap:10px;flex-direction:column;justify-content:center;}body main .t579{font-size:1rem;max-width:30%;text-wrap:balance;}@media screen and (max-width: 767px) {body main .t579{font-size:1rem;max-width:100%;}}body main .t580{color:var(--C-White);font-size:1rem;font-family:'Epilogue';font-weight:300;}body main .t581{color:var(--C-White);font-size:1rem;font-family:'Epilogue';font-weight:300;}body main .t582{color:var(--C-White);font-size:1rem;font-family:'Epilogue';font-weight:300;}body main .t583{font-size:1rem;max-width:30%;text-wrap:balance;}@media screen and (max-width: 767px) {body main .t583{font-size:1rem;max-width:100%;}}body main .t584{color:rgb(217,217,217);font-size:1rem;font-family:'Epilogue';font-weight:300;}body main .t585{color:rgb(217,217,217);font-size:1rem;font-family:'Epilogue';font-weight:300;}body main .t586{color:rgb(217,217,217);font-size:1rem;font-family:'Epilogue';font-weight:300;}body main .t587{padding-bottom:50px;}@media screen and (max-width: 480px) {body main .t587{padding-bottom:20px;}}body main .t588{color:var(--O-White);font-size:.8rem;text-align:center;font-family:'Epilogue';font-weight:300;}@media screen and (max-width: 480px) {body main .t588{font-size:.5rem;}}body main .t589{background:var(--BG-Black);}body main .t590{margin-left:auto;margin-right:auto;}body main .t594{display:flex;min-height:100vh;align-items:center;flex-direction:column;justify-content:center;}body main .t595{display:flex;row-gap:10px;flex-direction:column;}body main .t596{font-size:2rem;text-align:center;}@media screen and (max-width: 767px) {body main .t596{font-size:1.5rem;}}body main .t597{text-align:center;font-family:'JetBrains';}@media screen and (max-width: 767px) {body main .t597{font-size:1rem;}}body main .t598{font-size:1rem;text-align:center;font-family:'Epilogue';}body main .t599{background:#1d1c1a;}body main .t600{position:relative;background:;}body main .t604{position:relative;}body main .t606{display:flex;row-gap:50px;flex-direction:column;}body main .t607{color:rgb(255,255,255);width:80%;display:flex;row-gap:10px;flex-direction:column;}@media screen and (max-width: 767px) {body main .t607{width:100%;}}body main .t608{max-width:80%;text-wrap:wrap;}@media screen and (max-width: 991px) {body main .t608{text-wrap:balance;}}@media screen and (max-width: 767px) {body main .t608{max-width:100%;text-wrap:balance;}}body main .t609{text-wrap:balance;}@media screen and (max-width: 767px) {body main .t609{font-size:1rem;max-width:100%;}}body main .t610{background:#1d1c1a;}body main .t611{position:relative;background:;}body main .t615{position:relative;}body main .t617{display:flex;row-gap:50px;flex-direction:column;}body main .t618{color:rgb(255,255,255);display:flex;row-gap:20px;flex-direction:column;}body main .t619{display:flex;align-items:flex-start;flex-direction:column;}body main .t620{border:1px solid #3f3e3a;font-size:.8rem;transform:;background:;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);padding-top:.5rem;padding-left:1rem;border-radius:4px;padding-right:1rem;padding-bottom:.5rem;text-transform:capitalize;}body main .t620:hover{background:#3f3e3a;}body main .t621{display:flex;row-gap:10px;flex-direction:column;justify-content:center;}body main .t622{text-transform:capitalize;}body main .t623{font-size:1rem;max-width:30%;text-wrap:balance;}@media screen and (max-width: 767px) {body main .t623{font-size:1rem;max-width:100%;}}body main .t624{color:rgb(217,217,217);font-size:1rem;font-family:'Epilogue';font-weight:300;}body main .t625{color:rgb(217,217,217);font-size:1rem;font-family:'Epilogue';font-weight:300;}body main .t626{color:rgb(217,217,217);font-size:1rem;font-family:'Epilogue';font-weight:300;}body main .t627{display:grid;row-gap:12px;position:relative;background:;column-gap:12px;flex-direction:column;grid-template-rows:;grid-template-columns:1fr 1fr;}@media screen and (max-width: 991px) {body main .t627{grid-template-columns:1fr;}}@media screen and (max-width: 767px) {body main .t627{grid-template-columns:1fr;}}body main .t628{display:flex;overflow:hidden;position:relative;break-inside:avoid;flex-direction:column;justify-content:center;}body main .t628:hover #tagz{color:var(--BG-Black);background:linear-gradient(152.632deg, #D4B0F3 0%, #FFAF96 52%, #FFD9A7 100%);transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);}body main .t628:hover #arrow{transform:translate(80%,-80%);}body main .t628:hover #arrow-2{transform:translate(0px,0px);}body main .t628:hover #gol-box{background:linear-gradient(152.632deg, #D4B0F3 0%, #FFAF96 52%, #FFD9A7 100%);}body main .t628:hover #wrapper{background:#3f3e3a;}@media screen and (max-width: 991px) {body main .t628:nth-child(2){grid-row:span 1;grid-column:span 1;}body main .t628:nth-child(6){grid-row:span 1;grid-column:span 1;}}@media screen and (max-width: 767px) {body main .t628:nth-child(9){grid-row:span 1;grid-column:span 1;}}@media screen and (max-width: 480px) {body main .t628{max-width:100%;}}body main .t629{display:flex;row-gap:10px;position:absolute;background:;max-height:;margin-left:20%;flex-direction:column;justify-content:center;}@media screen and (max-width: 480px) {body main .t629{width:90%;margin-left:5%;}}body main .t630{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;}@media screen and (max-width: 480px) {body main .t630{font-size:1.5rem;}}body main .t631{display:flex;align-self:flex-start;column-gap:5px;transition:;flex-direction:row;}body main .t632{font-size:.8rem;transform:;transition:;text-transform:capitalize;}body main .t633{border:1px solid #3f3e3a;display:flex;overflow:hidden;background:#292825;align-items:center;border-radius:12px;flex-direction:row;}body main .t634{max-width:20%;padding-top:1rem;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;}@media screen and (max-width: 767px) {body main .t634{padding-top:.5rem;padding-left:.5rem;padding-right:.5rem;padding-bottom:.5rem;}}@media screen and (max-width: 480px) {body main .t634{display:none;max-width:30%;}}body main .t635{object-fit:cover;border-radius:8px;}body main .t636{width:100%;display:flex;min-height:100px;transition:;align-items:center;padding-top:1rem;padding-right:1rem;flex-direction:row;padding-bottom:1rem;justify-content:flex-end;}body main .t637{width:3rem;height:3rem;display:flex;background:linear-gradient(152.632deg, #F3FDB8 0%, #F3FDB8 52%, #FFD9A7 100%);transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);align-items:center;border-radius:50px;pointer-events:all;justify-content:center;}body main .t638{width:50%;height:50%;overflow:hidden;position:relative;}body main .t639{top:0%;left:0%;color:#1d1c1a;right:0%;bottom:0%;position:absolute;transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;}body main .t640{top:0%;left:0%;color:#1d1c1a;right:0%;bottom:0%;position:absolute;transform:translate(-80%,80%);transition:all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);margin-left:auto;margin-right:auto;}body main .t648{height:10px;margin-top:200px;}body main .t649{height:10px;margin-top:200px;}@media screen and (max-width: 480px) {body main .t649{margin-top:100px;}}body main .t650{height:10px;margin-top:150px;}@media screen and (max-width: 480px) {body main .t650{margin-top:100px;}}body main .t652{width:100%;max-width:100%;}body main .t653{top:0%;left:auto;right:auto;width:100%;bottom:auto;display:none;z-index:1001;position:relative;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;}body main .t654{max-width:80%;padding-bottom:50px;}@media screen and (max-width: 480px) {body main .t654{padding-bottom:20px;}}body main .t655{width:100%;max-width:100%;}