main{--Midnight:#000127;--Light:#fdf7f1;}:root{
    --card_width:24%;
    --card_gap: 20px;
}
@media screen and (max-width: 767px) {
  :root {
    --card_width:24%;
    --card_gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  :root {
    --card_width:40%;
    --card_gap: 10px;
  }
}
@keyframes scroll{
	to{
	    transform: translateX(calc((-6 * var(--card_width) - var(--card_gap) * 6)));
	}
}

.stacked-cards {
    --card-scroll-height: 140;
    --card-rotate: 6;
}

.stacked-cards .active-card {
    transform: translateY(-100vh) rotate(-60deg) !important;
    transition: 1s;
    visibility: hidden;
    transform-origin: bottom left;
}

.stacked-cards > .card-section,
.stacked-cards > .card-container,
.stacked-cards > .card-section-inner > .card-section,
.stacked-cards > .card-section-inner > .card-container {
    position: sticky;
    top: 50vh;
}

main {background:rgba(255,255,255,1.00);color:rgba(0,0,0,1.00);font-size:16px;line-height:1.4;font-family:'Lexend Deca';font-weight:400;min-height:100vh;position:relative;}main container{margin:0px auto 0px auto;display:block;padding:0px 20px 0px 20px;width:100%;max-width:1280px;}@media screen and (max-width: 991px) {main container{width:100%;}}main h2{font-size:42px;font-weight:700;margin-top:0px;margin-bottom:0px;}main .stylesheet-color-box{width:220px;height:220px;border:1px solid rgba(225,225,225,1.00);margin:0px 0px 10px 0px;}main h1{font-size:60px;font-weight:700;margin-top:0px;margin-bottom:0px;}@media screen and (max-width: 1300px) {main h1{font-size:40px;}}@media screen and (max-width: 991px) {main h1{font-size:40px;}}@media screen and (max-width: 480px) {main h1{font-size:24px;}}main h3{font-size:32px;margin-top:0px;margin-bottom:0px;}main h4{font-size:24px;margin-top:0px;margin-bottom:0px;font-weight:700;}main h5{margin-top:0px;margin-bottom:0px;font-size:20px;font-weight:700;}main h6{font-size:16px;font-weight:700;margin-bottom:0px;margin-top:0px;}main p{margin-bottom:0px;margin-top:0px;}main .stylesheet-part{border-bottom:1px solid rgba(223,223,223,1.00);padding:60px 0px 60px 0px;}@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{max-width:100%;display:block;}main textarea{resize:vertical;}main .button-primary{background:rgba(0,0,0,1.00);color:rgba(255,255,255,1.00);padding:15px 35px 15px 35px;border:1px solid rgba(0,0,0,1);}main .button-primary:hover{background:rgba(255,255,255,1.00);color:rgba(0,0,0,1.00);}main a{transition:all 200ms 0ms linear;cursor:pointer;}main .button-secondary{background:rgba(255,255,255,1.00);color:rgba(0,0,0,1.00);padding:15px 35px 15px 35px;border:1px solid rgba(0,0,0,1);}main .button-secondary:hover{background:rgba(0,0,0,1.00);color:rgba(255,255,255,1.00);}main button{cursor:pointer;}main .section{background:rgba(0,1,39,1.00);width:100%;padding-left:100px;padding-right:100px;padding-top:50px;}@media screen and (max-width: 991px) {main .section{padding-left:64px;padding-right:64px;}}@media screen and (max-width: 767px) {main .section{padding-left:40px;padding-right:40px;padding-top:32px;}}@media screen and (max-width: 480px) {main .section{padding-left:32px;padding-right:32px;}}main .landing_img{position:absolute;z-index:0;top:auto;left:auto;right:0%;bottom:0%;}@media screen and (max-width: 1300px) {main .landing_img{width:30%;}}main .heading{font-family:'Lexend Deca';font-weight:600;line-height:1.3;}main .shade{position:absolute;width:100%;height:100vh;}main .contact_btn{background:rgb(67,83,255);transition:all 200ms 0ms ease-in-out;border:3px solid transparent;color:var(--Light);font-family:'Lato';font-weight:900;text-align:center;font-size:24px;text-transform:none;text-decoration:none;margin: -1px  4px 4px  5px;margin-top:;}main .contact_btn:hover{border:3px solid rgb(163,170,254);box-shadow:0px 0px 10px 5px rgb(63,78,243);background:rgb(29,48,255);}@media screen and (max-width: 1300px) {main .contact_btn{font-size:20px;}}@media screen and (max-width: 991px) {main .contact_btn:hover{border:2px solid rgb(163,170,254);box-shadow:0px 0px 7px 5px rgb(63,78,243);}main .contact_btn{border:2px solid transparent;}}@media screen and (max-width: 480px) {main .contact_btn{font-size:16px;}}main .card{display:flex;flex-direction:column;border-radius:20px;position:relative;overflow:hidden;color:#000127;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}main .card_img{top:0%;left:0%;right:0%;bottom:0%;opacity:40%;transition:;transform:rotate(-16deg) translate(-110px,-30px);height:100px;margin-left:auto;margin-right:auto;}@media screen and (max-width: 1300px) {main .card_img{transform:rotate(-16deg) translate(-70px,-20px);}}@media screen and (max-width: 991px) {main .card_img{transform:rotate(-16deg) translate(-60px,-20px);height:60px;}}@media screen and (max-width: 767px) {main .card_img{transform:rotate(-16deg) translate(-40px,-15px);}}@media screen and (max-width: 480px) {main .card_img{transform:rotate(-16deg) translate(-30px,-10px);}}@media screen and (max-width: 400px) {main .card_img{height:50px;transform:rotate(-16deg) translate(-25px,-10px);}}main .sec_heading{font-weight:300;font-size:50px;margin-bottom:20px;line-height:1;}@media screen and (max-width: 991px) {main .sec_heading{font-size:36px;}}main .card_txt{position:absolute;margin-top:20px;margin-right:20px;margin-left:20px;margin-bottom:20px;top:15%;left:auto;right:0%;bottom:0%;font-size:20px;}@media screen and (max-width: 991px) {main .card_txt{font-size:12px;margin-right:10px;margin-bottom:10px;margin-left:10px;margin-top:10px;}}@media screen and (max-width: 767px) {main .card_txt{font-size:10px;top:30%;}}@media screen and (max-width: 480px) {main .card_txt{margin-top:5px;margin-left:5px;margin-bottom:0px;margin-right:5px;}}@media screen and (max-width: 400px) {main .card_txt{top:25%;}}main .card-flex{display:flex;justify-content:center;flex-direction:column;align-items:center;padding-left:20px;padding-top:20px;padding-right:20px;padding-bottom:20px;border:3px solid rgba(253,247,241,0.5);row-gap:10px;pointer-events:none;}@media screen and (max-width: 991px) {main .card-flex{padding: 10px 21px  10px  10px;row-gap:5px;border:2px solid rgba(253,247,241,0.5);}}main .service_img{width:20%;}main .centere_txt{text-align:center;}@media screen and (max-width: 991px) {main .centere_txt{text-align:center;}}main .service_label{font-size:25px;color:rgba(253,247,241,1.00);}@media screen and (max-width: 991px) {main .service_label{font-size:18px;}}main .service_txt{font-size:18px;color:rgba(253,247,241,0.70);font-weight:300;}@media screen and (max-width: 991px) {main .service_txt{font-size:14px;}}main .line{visibility:visible;height:1px;background:var(--Light);width:0%;transition:all 500ms 0ms ease;}main .arrows{font-size:90px;top:0%;left:0%;right:auto;bottom:0%;margin-left:auto;margin-right:auto;padding-left:1%;padding-right:1%;display:flex;align-items:center;justify-content:center;background:rgba(0,1,39,0);flex-direction:column;cursor:pointer;visibility:hidden;transition:;transform:;}main .arrow_left{position:absolute;top:0%;left:0%;right:auto;bottom:0%;z-index:99;height:100%;background:rgba(0,1,39,0.30);}main .arrow_right{position:absolute;z-index:99;top:0%;left:auto;right:0%;bottom:0%;height:100%;background:rgba(0,1,39,0.30);}main .input{border-radius:5px;width:80%;background:transparent;color:var(--Light);border:2px solid rgba(253,247,241,0.5);transition:all 200ms 0ms ease-in-out;}main .input::placeholder{color:rgba(253,247,241,0.4);}main .input:focus{box-shadow:0px 0px 5px 3px rgba(253,247,241,0.6);outline:none;border-color:var(--Light);}main .flow_card{width:300px;height:300px;border-radius:20px;display:flex;flex-direction:column;justify-content:space-between;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;position:absolute;box-shadow:0px 0px 7px 2px var(--Midnight);color:var(--Light);top:50%;left:auto;bottom:0%;margin-left:auto;margin-right:auto;backdrop-filter:blur(60px);border:3px solid rgba(253,247,241,0.5);right:auto;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;}@media screen and (max-width: 991px) {main .flow_card{border:2px solid rgba(253,247,241,0.5);top:30%;width:250px;height:250px;}}@media screen and (max-width: 767px) {main .flow_card{width:250px;height:250px;top:42%;}}main .scroller{flex-direction:row;overflow:hidden;align-items:center;-webkit-mask:linear-gradient(90deg, transparent, white 20%, white 80%, transparent);mask:linear-gradient(90deg, transparent, white 15%, white 85%, transparent);padding-block:20px;display:flex;}main .sc_card{height:100px;min-width:24%;cursor:default;}@media screen and (max-width: 991px) {main .sc_card{height:60px;border-radius:10px;}}@media screen and (max-width: 480px) {main .sc_card{min-width:40%;}}@media screen and (max-width: 400px) {main .sc_card{height:50px;}}main .scroller__inner{display:flex;flex-direction:row;width:100%;column-gap:20px;animation:scroll 30s linear infinite;}main .card_rotwrapper{perspective:1000px;width:100%;}main .card_wrapper{perspective:1000px;width:100%;}main .highlight{position:absolute;height:300px;width:300px;border-radius:50%;background:rgba(255,255,255,0.15);filter:brightness(65%) blur(100px);color:#FDF7F1;font-weight:bold;left:0%;top:0%;}main .form_btn{font-size:18px;}main .footer_container{display:flex;justify-content:space-between;align-items:center;}@media screen and (max-width: 767px) {main .footer_container{flex-direction:column;row-gap:20px;}}@media screen and (max-width: 480px) {main .footer_container{row-gap:16px;}}main .social{display:flex;column-gap:20px;align-items:center;}main .social_icons{width:20px;transition:all 200ms 0ms ease-in-out;}main .social_icons:hover{transform:translate(0px,-3px);transition:;}main .footer{padding-top:40px;padding-bottom:40px;padding: 50px 0px  50px  160px;padding-right:100px;color:rgba(253,247,241,0.7);width:100%;background:var(--Midnight);padding-left:100px;}@media screen and (max-width: 991px) {main .footer{padding-left:64px;padding-right:64px;}}@media screen and (max-width: 767px) {main .footer{padding-top:20px;padding-bottom:20px;padding-left:40px;padding-right:40px;}}@media screen and (max-width: 480px) {main .footer{padding-top:8px;padding-bottom:16px;}}main .cols_paragraph{font-weight:200;font-size:30px;}@media screen and (max-width: 1300px) {main .cols_paragraph{font-size:24px;}}@media screen and (max-width: 991px) {main .cols_paragraph{font-size:18px;}}main .col_left{display:flex;align-items:center;justify-content:center;}main .contact_link{display:flex;flex-direction:row;column-gap:10px;align-items:center;color:var(--Light);text-decoration:none;}@media screen and (max-width: 1300px) {main .contact_link{font-size:14px;}}@media screen and (max-width: 480px) {main .contact_link{font-size:12px;}}main .contact_icon{width:20px;}main .workflow_txt{font-weight:300;}@media screen and (max-width: 991px) {main .workflow_txt{font-size:14px;}}main .projects{border-radius:20px;display:flex;align-items:center;justify-content:center;width:100%;position:relative;overflow:hidden;padding: 0px 0px  0px  0px;}main .projects:hover .project_info{opacity:1;transform:translate(0px,-40px);}main .projects:hover .project_img{filter:blur(10px) brightness(80%);overflow:hidden;-webkit-filter:blur(10px) brightness(70%);}@media screen and (max-width: 1300px) {main .projects:hover .project_info{opacity:1;transform:translate(0px,-20px);}}@media screen and (max-width: 991px) {main .projects:hover .project_info{opacity:1;transform:translate(0px,-20px);}}main .project_title{position:absolute;top:0%;left:0%;right:auto;bottom:auto;font-size:36px;}@media screen and (max-width: 1300px) {main .project_title{font-size:20px;}}main .project_img{border-radius:20px;transition:all 400ms 100ms cubic-bezier(0.785,0.135,0.15,0.86);}main .project_link{border-radius:10px;background:rgba(253,247,241,0.3);position:absolute;top:auto;left:auto;right:0%;bottom:0%;margin-left:auto;margin-right:auto;padding-top:10px;padding: 10px  0px  0px 0px;padding-left:10px;padding-bottom:10px;padding-right:10px;}@media screen and (max-width: 1300px) {main .project_link{border-radius:5px;padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;}}@media screen and (max-width: 991px) {main .project_link{padding-top:5px;padding-bottom:5px;padding-left:5px;padding-right:5px;border-radius:5px;}}main .project_info{margin-left:auto;margin-right:auto;position:absolute;bottom:0%;top:auto;left:0%;right:0%;width:90%;height:120px;z-index:20;opacity:0;transition:all 400ms 0ms ease-in-out;}@media screen and (max-width: 1300px) {main .project_info{height:70px;}}main .dnd_txt{border-radius:10px;background:rgba(253,247,241,0.3);position:absolute;top:auto;left:0%;right:auto;bottom:0%;padding-bottom:10px;padding-top:10px;padding-left:10px;padding-right:10px;font-size:20px;font-weight:300;}@media screen and (max-width: 1300px) {main .dnd_txt{font-size:14px;border-radius:5px;padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;}}@media screen and (max-width: 991px) {main .dnd_txt{font-size:12px;padding-top:5px;padding-bottom:5px;padding-left:5px;padding-right:5px;border-radius:5px;}}@media screen and (max-width: 991px) {main label{font-size:14px;line-height:1.2;}}main .landing_label{font-size:48px;}@media screen and (max-width: 1300px) {main .landing_label{font-size:36px;}}@media screen and (max-width: 991px) {main .landing_label{font-size:24;}}@media screen and (max-width: 480px) {main .landing_label{font-size:20px;}}main .webflow{font-family:'Lato';font-weight:900;color:rgba(63,78,243,1.00);}@media screen and (max-width: 991px) {body main .t8{color:rgba(163,117,255,1.00);}}body main .t14{display:flex;row-gap:40px;column-gap:40px;}body main .t19{display:flex;row-gap:25px;flex-direction:column;}@media screen and (max-width: 991px) {body main .t19{row-gap:20px;}}body main .t20{display:flex;row-gap:25px;flex-direction:column;}body main .t22{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 .t28{color:rgba(163,117,255,1.00);}}body main .t33{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t34{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t35{display:flex;column-gap:100px;}body main .t44{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t45{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t45{row-gap:30px;grid-template-columns:1fr ;}}body main .t46{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t47{display:flex;flex-direction:column;}body main .t49{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t49{row-gap:30px;grid-template-columns:1fr ;}}body main .t50{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t52{display:flex;flex-direction:column;}body main .t55{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t55{row-gap:30px;grid-template-columns:1fr ;}}body main .t56{color:rgba(253,247,241,1.00);background:rgba(253,247,241,1.00);}body main .t57{width:100%;height:100vh;display:flex;overflow:hidden;position:relative;background:linear-gradient(100deg, rgba(0,1,39,1.00) 70%, rgba(253,247,241,1.00) 100%);align-items:center;}body main .t58{position:initial;margin-top:auto;margin-left:auto;margin-right:0px;margin-bottom:0px;}body main .t60{z-index:9;max-width:100%;background:rgba(0,1,39,0.85);}body main .t61{filter:;z-index:9;max-width:100%;background:linear-gradient(100deg, rgba(0,1,39,1.00) 65%, rgba(0,1,39,0.10) 100%);backdrop-filter:;}body main .t63{top:0%;left:auto;right:0%;bottom:auto;z-index:10;position:absolute;margin-top:20px;padding-top:15px;margin-right:100px;padding-left:30px;border-radius:30px;padding-right:30px;padding-bottom:15px;}@media screen and (max-width: 1300px) {body main .t63{padding-top:10px;padding-left:20px;border-radius:20px;padding-right:20px;padding-bottom:10px;}}@media screen and (max-width: 991px) {body main .t63{margin-right:64px;}}@media screen and (max-width: 767px) {body main .t63{margin-top:20px;margin-right:40px;}}body main .t64{height:40px;position:relative;background:linear-gradient(180.1deg, rgba(0,1,39,0.25) 0%, rgba(0,1,39,1.00) 30%, rgba(0,1,39,0.90) 80%);}body main .t67{margin-bottom:0px;}body main .t68{display:grid;row-gap:20px;column-gap:20px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 1300px) {body main .t68{grid-template-rows:.5 1fr;grid-template-columns:1fr;}}@media screen and (max-width: 991px) {body main .t68{grid-template-rows:.5 1fr;grid-template-columns:1fr;}}@media screen and (max-width: 767px) {body main .t68{grid-template-columns:1fr ;}}@media screen and (max-width: 480px) {body main .t68{row-gap:16px;column-gap:16px;}}body main .t69{grid-row:span 2;align-self:center;justify-self:center;}body main .t71{display:grid;row-gap:20px;column-gap:20px;margin-bottom:20px;grid-auto-flow:row;grid-template-rows:1fr;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t71{grid-template-columns:1fr ;}}@media screen and (max-width: 480px) {body main .t71{row-gap:16px;column-gap:16px;}}body main .t73{background:;}body main .t74{display:grid;row-gap:20px;column-gap:20px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t74{grid-template-columns:1fr ;}}body main .t89{margin-top:20px;}@media screen and (max-width: 480px) {body main .t89{margin-top:12px;margin-bottom:24px;}}body main .t91{display:none;box-shadow:;padding-bottom:50px;}body main .t92{color:rgba(0,0,0,1.00);display:flex;align-items:center;flex-direction:column;justify-content:center;}body main .t93{display:flex;position:relative;flex-wrap:wrap;column-gap:10px;}body main .t94{top:-35px;left:-150px;right:auto;cursor:pointer;display:flex;position:absolute;min-width:300px;background:rgba(243,243,243,1.00);visibility:hidden;align-items:center;margin-left:auto;padding-top:10px;margin-right:auto;padding-left:20px;padding-right:20px;padding-bottom:5px;justify-content:center;}body main .t94.dh-active{color:rgba(255,255,255,1.00);background:rgba(0,1,39,1.00);visibility:visible;}body main .t95{border-bottom:2px solid var(--Light);}body main .t96{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:rgba(151,151,151,1.00);}body main .t97{color:var(--Light);max-width:35%;background:rgba(0,1,39,1.00);min-height:100px;}body main .t98{padding-top:5px;padding-left:10px;padding-right:10px;padding-bottom:10px;}body main .t99{text-align:center;}body main .t100{margin-bottom:70px;}body main .t101{box-shadow:;padding-bottom:20px;}@media screen and (max-width: 480px) {body main .t101{padding-bottom:16px;}}body main .t102{margin-top:100px;margin-bottom:40px;}@media screen and (max-width: 991px) {body main .t102{margin-top:0px;margin-bottom:20px;}}@media screen and (max-width: 767px) {body main .t102{margin-top:20px;}}@media screen and (max-width: 480px) {body main .t102{margin-top:0px;margin-bottom:24px;}}body main .t103{width:50%;border:3px solid rgba(253,247,241,0.5);display:flex;row-gap:10px;background:transparent;align-items:center;padding-top:10px;border-radius:20px;flex-direction:column;padding-bottom:10px;}body main .t103:hover{box-shadow:0px 0px 4px 2px rgba(253,247,241,0.6), inset 0px 0px 4px 2px rgba(253,247,241,0.6);border-color:var(--Light);}body main .t103:hover .input{box-shadow:0px 0px 4px 2px rgba(253,247,241,0.6), inset 0px 0px 4px 2px rgba(253,247,241,0.6);border-color:var(--Light);}@media screen and (max-width: 1300px) {body main .t103{width:100%;}}@media screen and (max-width: 991px) {body main .t103{border:2px solid rgba(253,247,241,0.5);}}@media screen and (max-width: 480px) {body main .t103{padding-top:8px;padding-bottom:8px;}}body main .t106{height:100px;}body main .t110{box-shadow:;padding-bottom:20px;}@media screen and (max-width: 480px) {body main .t110{padding-bottom:16px;}}@media screen and (max-width: 480px) {body main .t111{margin-bottom:24px;}}body main .t112{display:grid;row-gap:20px;column-gap:20px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 991px) {body main .t112{grid-template-rows:1fr;grid-template-columns:1fr 1fr;}}@media screen and (max-width: 767px) {body main .t112{grid-template-columns:1fr ;}}body main .t113{display:flex;min-height:300px;align-items:center;flex-direction:column;justify-content:center;}body main .t114{margin-top:37vh;}@media screen and (max-width: 991px) {body main .t114{margin-top:125px;}}@media screen and (max-width: 767px) {body main .t114{margin-top:10vh;}}body main .t115{font-weight:300;}body main .t116{margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t118{column-gap:10px;}}body main .t119{border:3px solid rgba(222,133,108,1.00);background:rgba(239,129,60,1.00);transition:0.3s ease;}body main .t119:hover{border:3px solid rgba(255,184,164,1.00);background:rgb(255,93,0);box-shadow:0px 0px 10px 7px rgba(227,79,38,1.00);}body main .t119.card:hover .card_txt{color:rgba(253,247,241,1.00);}@media screen and (max-width: 991px) {body main .t119{border:2px solid rgba(222,133,108,1.00);}body main .t119:hover{border:2px solid rgba(255,184,164,1.00);box-shadow:0px 0px 7px 5px rgba(227,79,38,1.00);}}body main .t121{filter:;object-fit:contain;}body main .t122{border:3px solid rgba(84,133,237,1.00);background:rgb(60,167,255);transition:0.3s ease;}body main .t122:hover{border:3px solid rgba(132,196,255,1.00);background:rgb(1,137,249);box-shadow:0px 0px 10px 7px rgba(36,102,241,1.00);}body main .t122.card:hover .card_txt{color:rgba(253,247,241,1.00);}@media screen and (max-width: 991px) {body main .t122{border:2px solid rgba(84,133,237,1.00);}body main .t122:hover{border:2px solid rgba(132,196,255,1.00);box-shadow:0px 0px 7px 5px rgba(36,102,241,1.00);}}body main .t124{object-fit:contain;}body main .t125{border:3px solid rgb(234,221,138);background:rgb(243,202,78);transition:0.3s ease;}body main .t125:hover{border:3px solid rgba(255,239,132,1.00);background:rgb(255,191,1);box-shadow:0px 0px 10px 7px rgba(234,202,49,1.00);}body main .t125.card:hover .card_txt{color:rgba(253,247,241,1.00);}@media screen and (max-width: 991px) {body main .t125{border:2px solid rgb(234,221,138);}body main .t125:hover{border:2px solid rgba(255,239,132,1.00);box-shadow:0px 0px 7px 5px rgba(234,202,49,1.00);}}body main .t127{object-fit:contain;}body main .t128{color:#000127;border:3px solid rgba(109,120,245,1.00);background:rgb(67,83,255);transition:0.3s ease;}body main .t128:hover{border:3px solid rgb(163,170,254);background:rgb(29,48,255);box-shadow:0px 0px 10px 7px rgb(63,78,243);}body main .t128.card:hover .card_txt{color:rgba(253,247,241,1.00);}@media screen and (max-width: 991px) {body main .t128{border:2px solid rgba(109,120,245,1.00);}body main .t128:hover{border:2px solid rgb(163,170,254);box-shadow:0px 0px 7px 5px rgba(63,78,243);}}body main .t129{font-family:'Lato';font-weight:900;}body main .t130{transform:rotate(-16deg) translate(-30px,-10px);object-fit:contain;}body main .t131{border:3px solid rgba(201,173,255,1.00);background:rgba(196,166,255,1.00);transition:0.3s ease;}body main .t131:hover{background:rgba(154,103,255,1.00);box-shadow:0px 0px 10px 7px rgba(144,89,255,1.00);}body main .t131.card:hover .card_txt{color:rgba(253,247,241,1.00);}@media screen and (max-width: 991px) {body main .t131{border:2px solid rgba(201,173,255,1.00);}body main .t131:hover{box-shadow:0px 0px 7px 5px rgba(144,89,255,1.00);}}body main .t133{transform:;object-fit:contain;}@media screen and (max-width: 991px) {body main .t133{transform:;}}@media screen and (max-width: 400px) {body main .t133{transform:;}}body main .t134{color:rgba(253,247,241,1.00);border:3px solid rgba(109,120,245,1.00);background:rgba(72,72,72,1.00);transition:0.3s ease;}body main .t134:hover{border:inherit;background:linear-gradient(45deg, #F34E1D, #FF7262, #A259FF, #1CBCFF, #04D082);border-top:3px solid rgba(206,167,255,1.00);box-shadow:-5px 0px 10px 0px #f34e1d,-2px 7px 10px 0px #FF7262,-2px -7px 10px 0px #A259FF,3px -7px 10px 0px #1CBCFF,7px 5px 10px 0px #04D082;border-left:3px solid rgba(255,156,145,1.00);border-right:3px solid rgba(68,255,185,1.00);border-bottom:3px solid rgba(255,154,125,1.00);border-radius:20px;}body main .t134.card:hover .card_txt{color:#000127;}@media screen and (max-width: 991px) {body main .t134{border:2px solid rgba(109,120,245,1.00);}body main .t134:hover{border-top:2px solid rgba(206,167,255,1.00);box-shadow:-4px 0px 7px 0px #f34e1d,-1px 5px 7px 0px #FF7262,-1.3px -6px 7px 0px #A259FF,5px -5px 7px 0px #1CBCFF,5px 3px 7px 0px #04D082;border-left:2px solid rgba(255,156,145,1.00);border-right:2px solid rgba(68,255,185,1.00);border-bottom:2px solid rgba(255,154,125,1.00);border-radius:10px;}}body main .t136{transform:;object-fit:contain;}@media screen and (max-width: 991px) {body main .t136{transform:;}}@media screen and (max-width: 400px) {body main .t136{transform:rotate(-16deg) translate(-40px,-10px);}}body main .t139{background:;margin-left:auto;margin-right:auto;}body main .t142{background:;margin-left:auto;margin-right:auto;}body main .t145{background:;margin-left:auto;margin-right:auto;}body main .t148{position:relative;margin-top:-80px;}body main .t157{color:var(--Light);font-size:18px;background:rgb(63,78,243);font-family:'Lato';font-weight:900;padding-top:3px;padding-left:15px;border-radius:10px;padding-right:15px;padding-bottom:3px;}body main .t158{font-weight:300;}body main .t159{border:3px solid rgba(253,247,241,0.5);margin-left:auto;margin-right:auto;}body main .t165{display:grid;row-gap:20px;column-gap:20px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t165{grid-template-columns:1fr ;}}@media screen and (max-width: 480px) {body main .t165{row-gap:16px;column-gap:16px;}}body main .t166{row-gap:40px;flex-direction:column;}@media screen and (max-width: 1300px) {body main .t166{row-gap:20px;}}@media screen and (max-width: 480px) {body main .t166{row-gap:16px;}}body main .t167{display:flex;align-items:center;justify-content:center;}body main .t168{background:var(--Midnight);}body main .t169{display:grid;row-gap:20px;column-gap:20px;grid-template-columns:0.5fr 1fr;}@media screen and (max-width: 767px) {body main .t169{row-gap:16px;column-gap:16px;grid-template-columns:1fr ;}}body main .t171{color:var(--Light);display:flex;row-gap:20px;font-weight:200;padding-top:72px;padding-left:64px;flex-direction:column;}@media screen and (max-width: 767px) {body main .t171{row-gap:16px;padding-top:32px;padding-left:40px;padding-right:40px;}}body main .t173{padding-top:15px;padding-left:30px;border-radius:30px;padding-right:30px;padding-bottom:15px;}@media screen and (max-width: 1300px) {body main .t173{padding-top:10px;padding-left:20px;border-radius:20px;padding-right:20px;padding-bottom:10px;}}body main .t174{font-size:48px;}@media screen and (max-width: 1300px) {body main .t174{font-size:32px;}}@media screen and (max-width: 1300px) {body main .t184{font-size:14px;}}@media screen and (max-width: 480px) {body main .t184{font-size:12px;}}body main .t185{background:;}body main .t186{transition:all 400ms ms ease-in-out;}body main .t188{display:grid;row-gap:20px;column-gap:20px;margin-top:40px;flex-direction:row;grid-template-rows:3fr;grid-template-columns:1fr 1fr;}@media screen and (max-width: 991px) {body main .t188{margin-top:20px;}}@media screen and (max-width: 767px) {body main .t188{grid-template-rows:1fr;grid-template-columns:1fr;}}@media screen and (max-width: 480px) {body main .t188{row-gap:16px;column-gap:16px;margin-top:24px;}}body main .t190{width:30px;}@media screen and (max-width: 1300px) {body main .t190{width:20px;}}body main .t201{font-weight:300;}@media screen and (max-width: 991px) {body main .t201{font-size:12px;}}@media screen and (max-width: 767px) {body main .t201{order:1000;}}body main .t203{width:60px;}@media screen and (max-width: 991px) {body main .t203{width:40px;}}@media screen and (max-width: 480px) {body main .t203{width:30px;}}body main .t205{margin-bottom:;}body main .t207{display:flex;row-gap:32px;z-index:20;margin-left:100px;flex-direction:column;}@media screen and (max-width: 1300px) {body main .t207{row-gap:16px;}}@media screen and (max-width: 991px) {body main .t207{width:60%;position:absolute;margin-left:64px;}}@media screen and (max-width: 767px) {body main .t207{width:70%;margin-left:40px;}}@media screen and (max-width: 480px) {body main .t207{row-gap:8px;}}@media screen and (max-width: 400px) {body main .t207{width:75%;}}body main .t208{margin-bottom:0px;}