#FaqsMC{background:#f5f5f5;flex-direction:column;align-items:center;gap:25px;width:100%;min-height:100vh;padding:80px 20px;display:flex}#FaqsMC .QuestCon{background:#fff;border:1px solid #e7e7e7;border-radius:18px;flex-direction:column;width:min(1100px,100%);display:flex;overflow:hidden}#FaqsMC .QuestCon h2{color:#1d2433;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid #ececec;padding:28px 30px;font-family:SyneMono;font-size:1.8rem;font-weight:700}#FaqsMC .QuestCon .QuestEle{cursor:pointer;border-bottom:1px solid #ececec;flex-direction:column;padding:28px 30px;transition:all .25s;display:flex}#FaqsMC .QuestCon .QuestEle:last-child{border-bottom:none}#FaqsMC .QuestCon .QuestEle:hover{background:#fafafa}#FaqsMC .QuestCon .QuestEle .QuestTop{justify-content:space-between;align-items:center;gap:30px;display:flex}#FaqsMC .QuestCon .QuestEle .qq{color:#20293a;font-family:Genos;font-size:1.5rem;font-weight:600;line-height:1.5}#FaqsMC .QuestCon .QuestEle .plus{color:#d62828;flex-shrink:0;font-size:2rem;font-weight:300;transition:all .3s}#FaqsMC .QuestCon .QuestEle .AnswerWrap{max-height:0;transition:max-height .45s,margin-top .3s;overflow:hidden}#FaqsMC .QuestCon .QuestEle .aa{color:#5b6472;max-width:95%;padding-top:18px;font-family:Genos;font-size:1.15rem;line-height:1.9;display:block}#FaqsMC .QuestCon .QuestEle.open .plus{transform:rotate(45deg)}#FaqsMC .QuestCon .QuestEle.open .AnswerWrap{max-height:500px;margin-top:10px}@media (width<=768px){#FaqsMC{padding:50px 15px}#FaqsMC .QuestCon h2{padding:22px 20px;font-size:1.35rem}#FaqsMC .QuestCon .QuestEle{padding:22px 20px}#FaqsMC .QuestCon .QuestEle .qq{font-size:1.05rem}#FaqsMC .QuestCon .QuestEle .aa{max-width:100%;font-size:.97rem}}button{cursor:pointer;-webkit-font-smoothing:antialiased;background:0 0;border:none;font-family:Genos,sans-serif;font-weight:550}.backdrop{z-index:10;background:#0000004d;display:none;position:fixed;inset:0}.backdrop.A{display:block}#NavBarMC{z-index:20;-webkit-font-smoothing:antialiased;background:0 0;flex-direction:row;justify-content:space-around;align-items:center;width:100vw;height:100px;padding:20px;font-family:Genos,sans-serif;font-size:clamp(14px,2.5vh,30px);font-weight:550;display:flex;position:relative}.IL1{flex-direction:row;justify-content:space-around;align-items:center;gap:30px;width:auto;height:100%;display:flex}.logo{object-fit:contain;object-position:center;height:100%}.HamBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:24px;height:20px;display:none}.HamBtn span{background:#000;width:100%;height:2px;transition:transform .3s,opacity .3s,background .3s;display:block}.HamBtn.HamActive span{background:#e53935}.HamBtn.HamActive span:first-of-type{transform:translateY(7px)rotate(45deg)}.HamBtn.HamActive span:nth-of-type(2){opacity:0}.HamBtn.HamActive span:nth-of-type(3){transform:translateY(-7px)rotate(-45deg)}.navItem{justify-content:center;align-items:center;height:100%;display:flex;position:relative}@media (hover:hover){.navItem:hover .navBtn{color:#e53935}.navItem:hover .navBtn svg{transform:rotate(180deg)}.navItem:hover .dropDown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}}.navBtn{color:#000;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:5px 10px;font-family:Genos,sans-serif;font-size:clamp(14px,2.5vh,30px);font-weight:550;transition:color .3s;display:flex}.navBtn svg{flex-shrink:0;width:16px;height:16px;transition:transform .3s}@media (hover:hover){.navBtn:hover{color:#e53935}.navBtn:hover svg{transform:rotate(180deg)}}.navBtn.s{text-align:center;color:#fff;background:#e53935;border-radius:12px;justify-content:center;align-items:center;transition:background .3s;display:flex}@media (hover:hover){.navBtn.s:hover{color:#fff;background:gray}}.dropDown{z-index:100;opacity:0;visibility:hidden;pointer-events:none;background:#fff;border-radius:20px;flex-direction:column;gap:4px;min-width:240px;padding:10px;transition:opacity .3s,transform .3s,visibility .3s;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%,10px);box-shadow:0 10px 30px #00000014}.dropItem{width:100%;position:relative}@media (hover:hover){.dropItem:hover .dropBtn{color:#e53935;background:#f8f8f8}.dropItem:hover .subDropDown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}}.dropBtn{color:#4b5563;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:14px 16px;font-family:Genos,sans-serif;font-size:clamp(14px,2.2vh,26px);font-weight:550;transition:background .3s,color .3s;display:flex}.dropBtn svg{flex-shrink:0;width:16px;height:16px}.subDropDown{z-index:120;opacity:0;visibility:hidden;pointer-events:none;background:#fff;border-radius:20px;flex-direction:column;gap:4px;min-width:280px;padding:10px;transition:opacity .3s,transform .3s,visibility .3s;display:flex;position:absolute;top:0;left:100%;transform:translate(10px);box-shadow:0 10px 30px #00000014}.subDropBtn{text-align:left;color:#4b5563;border-radius:12px;width:100%;padding:14px 16px;font-family:Genos,sans-serif;font-size:clamp(14px,2.2vh,26px);font-weight:550;transition:background .3s,color .3s}@media (hover:hover){.subDropBtn:hover{color:#e53935;background:#f8f8f8}}@media (width<=1024px){#NavBarMC{justify-content:space-between}.HamBtn{display:flex}.IL1.toBeInvis{z-index:50;background:#fff;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;height:calc(100vh - 100px);padding:20px;display:none;position:absolute;top:100px;left:0;overflow-y:auto}.IL1.toBeInvis.open{display:flex}.navItem{flex-direction:column;align-items:flex-start;width:100%;height:auto;display:flex}.navItem:hover .navBtn{color:#000}.navItem:hover .dropDown{opacity:0;visibility:hidden;pointer-events:none}.navItem.mobileActive>.navBtn{color:#e53935}.navItem.mobileActive>.navBtn svg{transform:rotate(180deg)}.navItem.mobileActive .dropDown{opacity:1;visibility:visible;pointer-events:auto;max-height:1000px;padding-top:10px;padding-bottom:10px}.navBtn{color:#000;text-align:left;justify-content:space-between;align-items:center;width:100%;font-size:18px;display:flex}.navBtn:hover{color:#000}.navBtn svg{transform:rotate(0)}.dropDown{opacity:0;visibility:hidden;pointer-events:none;width:100%;min-width:100%;max-height:0;box-shadow:none;background:0 0;border-radius:0;flex-direction:column;gap:10px;padding-left:15px;transition:max-height .3s,opacity .3s,padding .3s,visibility .3s;display:flex;position:relative;top:auto;left:auto;overflow:hidden;transform:translate(0)}.dropItem{width:100%}.dropItem:hover .subDropDown{opacity:0;visibility:hidden;pointer-events:none}.dropItem.mobileSubActive>.dropBtn{color:#e53935}.dropItem.mobileSubActive .subDropDown{opacity:1;visibility:visible;pointer-events:auto;max-height:1000px;padding-top:10px;padding-bottom:10px}.dropBtn{color:#4b5563;background:#f8f8f8;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:14px 16px;font-size:16px;display:flex}.dropBtn:hover{color:#4b5563;background:#f8f8f8}.subDropDown{opacity:0;visibility:hidden;pointer-events:none;width:100%;min-width:100%;max-height:0;box-shadow:none;background:0 0;border-radius:0;flex-direction:column;gap:10px;padding-left:15px;transition:max-height .3s,opacity .3s,padding .3s,visibility .3s;display:flex;position:relative;top:auto;left:auto;overflow:hidden;transform:translate(0)}.subDropBtn{color:#4b5563;text-align:left;background:#fafafa;border-radius:12px;width:100%;padding:14px 16px;font-size:15px}.subDropBtn:hover{color:#4b5563;background:#fafafa}}@media (width<=1024px){#QlMC{padding:50px 20px}#QlMC .links{grid-template-columns:1fr 1fr;align-items:flex-start;gap:40px 20px;display:grid}#QlMC .socials{text-align:center;grid-column:span 2;align-items:center;width:100%}#QlMC .socials .logo{width:170px}#QlMC .socialsEles{justify-content:center}#QlMC .downloadsSec{align-items:center}#QlMC .downloadsSec .downloadBtn{width:170px}#QlMC .QLeles{gap:18px;width:100%;min-width:0}#QlMC .QLeles h2{font-size:22px}#QlMC .QLeles .items{gap:12px}#QlMC .QLeles .linkItem{font-size:17px}#QlMC .RU{grid-column:span 2;max-width:100%}#QlMC .footerDivider{margin:45px 0 24px}#QlMC .bottomDivider{margin:24px 0}#QlMC .riskFactors{font-size:13px;line-height:1.7}#QlMC .registrationInfo p{font-size:14px;line-height:1.6}#QlMC .bottomLegal{gap:16px;margin-top:32px}#QlMC .copyright{text-align:center;font-size:14px}#QlMC .legalLinks{gap:8px}#QlMC .legalLink{text-align:center;font-size:14px}#QlMC .separator{font-size:13px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}.calc-root{color:#111;-webkit-font-smoothing:antialiased;background:#f7f7f6;flex-direction:column;width:100%;min-height:100vh;font-family:Genos;display:flex;overflow:hidden}.calc-tabs{flex-shrink:0;justify-content:center;padding:20px 24px 0;display:flex}.calc-tabs__inner{background:#fff;border:1px solid #e8e8e5;border-radius:999px;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;padding:6px;display:flex;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a}.calc-tabs__btn{cursor:pointer;color:#6b6b6b;letter-spacing:.04em;white-space:nowrap;background:0 0;border:none;border-radius:999px;outline:none;align-items:center;gap:7px;padding:10px 18px;font-family:Genos;font-size:14px;font-weight:600;transition:all .2s;display:flex}.calc-tabs__btn svg{opacity:.7;flex-shrink:0;transition:all .2s}.calc-tabs__btn:hover{color:#111;background:#f7f7f6}.calc-tabs__btn:hover svg{opacity:1}.calc-tabs__btn--active{color:#fff;background:#1a1a1a;box-shadow:0 2px 8px #00000029}.calc-tabs__btn--active svg{opacity:1}.calc-tabs__btn--active:hover{color:#fff;background:#1a1a1a}.calc-body{flex:1;grid-template-columns:480px 1fr;gap:20px;width:100%;max-width:1380px;min-height:0;margin:0 auto;padding:20px 28px 28px;display:grid;overflow:hidden}@media (width<=980px){.calc-body{grid-template-columns:1fr;overflow-y:auto}}.input-panel,.right-panel{min-height:0}.input-panel{background:#fff;border:1px solid #e8e8e5;border-radius:24px;flex-direction:column;padding:24px 22px;display:flex;overflow-y:auto;box-shadow:0 4px 16px #00000014,0 1px 3px #0000000a}.right-panel{flex-direction:column;gap:18px;display:flex;overflow-y:auto}.input-divider{background:#e8e8e5;width:100%;height:1px;margin:20px 0}.field{flex-direction:column;display:flex}.field__header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.field__label{color:#6b6b6b;letter-spacing:.08em;text-transform:uppercase;font-size:13px;font-weight:700;line-height:1.2}.field__input-wrap{background:#f7f7f6;border:1.5px solid #e8e8e5;border-radius:12px;align-items:center;min-width:140px;transition:all .2s;display:flex;overflow:hidden}.field__input-wrap:focus-within{border-color:#e8341c}.field__prefix,.field__suffix{color:#6b6b6b;background:#f2f2f1;padding:10px 12px;font-family:SyneMono;font-size:13px;font-weight:600}.field__prefix{border-right:1px solid #e8e8e5}.field__suffix{border-left:1px solid #e8e8e5}.field__num{text-align:right;color:#111;background:0 0;border:none;outline:none;width:100%;padding:10px 12px;font-family:SyneMono;font-size:15px;font-weight:600}.field__num::-webkit-inner-spin-button{-webkit-appearance:none}.field__num::-webkit-outer-spin-button{-webkit-appearance:none}.field__range-row{justify-content:space-between;align-items:center;margin-top:7px;display:flex}.field__range-label{color:#9ca3af;font-family:SyneMono;font-size:11px}.slider-wrap{padding:3px 0}.slider{appearance:none;cursor:pointer;background:#e8e8e5;border-radius:999px;width:100%;height:4px}.slider::-webkit-slider-thumb{appearance:none;background:#e8341c;border:2px solid #fff;border-radius:50%;width:18px;height:18px;transition:all .15s;box-shadow:0 2px 8px #e8341c59}.slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.slider::-moz-range-thumb{background:#e8341c;border:none;border-radius:50%;width:18px;height:18px}.summary-cards{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}@media (width<=760px){.summary-cards{grid-template-columns:1fr}}.summary-card{background:#fff;border:1px solid #e8e8e5;border-radius:18px;padding:18px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a}.summary-card__label{color:#9ca3af;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:700}.summary-card__value{color:#111;font-family:SyneMono;font-size:24px;font-weight:700;line-height:1.2}.summary-card--green .summary-card__value{color:#16a34a}.summary-card--dark{background:#1a1a1a;border-color:#0000}.summary-card--dark .summary-card__label{color:#ffffff8c}.summary-card--dark .summary-card__value{color:#fff}.chart-card{background:#fff;border:1px solid #e8e8e5;border-radius:24px;flex-direction:column;flex:1;min-height:0;padding:22px;display:flex;box-shadow:0 4px 16px #00000014,0 1px 3px #0000000a}.chart-card__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.chart-card__title{color:#6b6b6b;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.chart-card__legend{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.chart-card__legend-item{color:#6b6b6b;align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex}.chart-card__legend-item .dot-red{background:#e8341c;border-radius:50%;width:10px;height:10px}.chart-card__legend-item .dot-grey{background:#cbd5e1;width:14px;height:2px}.chart-card__area{flex:1;width:100%;min-height:280px}.custom-tooltip{background:#1a1a1a;border-radius:12px;padding:12px 14px;box-shadow:0 8px 32px #0000001a}.custom-tooltip__label{color:#ffffff8c;margin-bottom:8px;font-family:SyneMono;font-size:11px}.custom-tooltip__row{color:#fff;align-items:center;gap:8px;margin-bottom:5px;font-family:SyneMono;font-size:13px;display:flex}.custom-tooltip__row:last-child{margin-bottom:0}.custom-tooltip__row .dot{border-radius:50%;width:8px;height:8px}.stepup-box{background:#e8341c1f;border:1.5px solid #e8341c40;border-radius:16px;margin-top:8px;padding:18px 18px 14px}.stepup-box__title{color:#e8341c;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:7px;margin-bottom:16px;font-size:12px;font-weight:700;display:flex}.stepup-box__hint{color:#e8341c;opacity:.85;margin-top:10px;font-size:12px;font-style:italic}.section-label{letter-spacing:.08em;text-transform:uppercase;border-radius:10px;margin-bottom:16px;padding:10px 12px;font-size:11px;font-weight:700}.section-label--blue{color:#3730a3;background:#eef2ff}.section-label--red{color:#e8341c;background:#e8341c14}.section-label--green{color:#16a34a;background:#f0fdf4}.radio-group{align-items:center;gap:20px;margin-top:6px;display:flex}.radio-group label{cursor:pointer;color:#6b6b6b;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.radio-group label input{display:none}.radio-group label .radio-dot{border:2px solid #e8e8e5;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;transition:all .2s;display:flex}.radio-group label .radio-dot:after{content:"";opacity:0;background:#e8341c;border-radius:50%;width:8px;height:8px;transition:all .2s}.radio-group label input:checked+.radio-dot{border-color:#e8341c}.radio-group label input:checked+.radio-dot:after{opacity:1}.existing-savings-wrap{border-top:1px dashed #e8e8e5;margin-top:16px;padding-top:16px}.recharts-cartesian-axis-tick-value{fill:#9ca3af!important;font-family:SyneMono!important;font-size:11px!important}#SlideShowMC{width:100%;height:calc(100vh - 100px);position:relative;overflow:hidden}#SlideShowMC .ps,#SlideShowMC .as{background:0 0;justify-content:center;align-items:center;width:auto;margin:0;padding:0;transition:all .3s;display:flex}#SlideShowMC .ps:hover,#SlideShowMC .as:hover{transform:scale(.9)}#SlideShowMC .ps img,#SlideShowMC .as img{object-position:center;object-fit:cover;flex:1 1 0;width:100%;height:100%}#SlideShowMC .SlideTrack{width:300vw;height:100%;transition:transform .8s;display:flex;position:relative}#SlideShowMC .SlideItem{flex-shrink:0;width:100vw;height:100%}#SlideShowMC .SlideOne{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/HP4.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}#SlideShowMC .SlideOne img{object-fit:contain;object-position:center;width:100%;height:100%}#SlideShowMC .SlideTwo{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/HP56.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}#SlideShowMC .SlideTwo img{object-fit:contain;object-position:center;width:70%;height:70%}#SlideShowMC .SlideOne,#SlideShowMC .SlideTwo{grid-template-rows:1fr;grid-template-columns:1fr 1fr;place-items:center;width:100%;height:100%;padding:10px;display:grid}#SlideShowMC .SlideOne .heroCon,#SlideShowMC .SlideTwo .heroCon{align-content:center;justify-items:start;gap:clamp(1rem,2vw,2rem);padding:clamp(40px,8vw,120px);display:grid}#SlideShowMC .SlideOne .heroCon h1,#SlideShowMC .SlideOne .heroCon h2,#SlideShowMC .SlideTwo .heroCon h1,#SlideShowMC .SlideTwo .heroCon h2{text-align:left;white-space:nowrap;width:100%;font-family:SyneMono;font-size:4vh;overflow:visible}#SlideShowMC .SlideOne .heroCon h2,#SlideShowMC .SlideTwo .heroCon h2{font-size:3vh}#SlideShowMC .SlideOne .heroCon .heroActions,#SlideShowMC .SlideTwo .heroCon .heroActions{justify-content:space-between;gap:10px;width:100%;font-family:Genos;display:flex}#SlideShowMC .SlideOne .heroCon .heroActions button,#SlideShowMC .SlideTwo .heroCon .heroActions button{flex:1 1 0}#SlideShowMC .SlideOne .heroCon .heroActions.pas,#SlideShowMC .SlideTwo .heroCon .heroActions.pas{width:auto}#SlideShowMC .SlideOne .heroCon .infoDis,#SlideShowMC .SlideTwo .heroCon .infoDis{background:#ffffffb3;border:2px solid #e53935;border-radius:20px;align-items:center;width:100%;font-family:Genos;font-size:3vh;line-height:2;display:flex;overflow:hidden}#SlideShowMC .SlideOne .heroCon .infoDis .conInfo,#SlideShowMC .SlideTwo .heroCon .infoDis .conInfo{border:.3px solid gray;flex:1 1 0;padding:10px}#SlideShowMC .SlideOne .heroImg,#SlideShowMC .SlideTwo .heroImg{place-items:center;display:grid}#SlideShowMC .SlideOne .heroImg img,#SlideShowMC .SlideTwo .heroImg img{object-fit:contain;width:100%;height:100%}@media (width<=1024px){#SlideShowMC .SlideOne,#SlideShowMC .SlideTwo{grid-template-rows:1fr 1fr;grid-template-columns:1fr;padding:0}#SlideShowMC .SlideOne .heroCon,#SlideShowMC .SlideTwo .heroCon{justify-items:center;gap:14px;padding:22px 24px 10px}#SlideShowMC .SlideOne .heroCon h1,#SlideShowMC .SlideTwo .heroCon h1{text-align:center;white-space:normal;font-size:clamp(0px,9vw,35px)}#SlideShowMC .SlideOne .heroCon h2,#SlideShowMC .SlideTwo .heroCon h2{text-align:center;font-size:clamp(0px,5vw,20px)}#SlideShowMC .SlideOne .heroCon .heroActions,#SlideShowMC .SlideTwo .heroCon .heroActions{padding:5px}#SlideShowMC .SlideOne .heroCon .infoDis,#SlideShowMC .SlideTwo .heroCon .infoDis{flex-wrap:wrap;height:auto;font-size:clamp(0px,5vw,20px)}#SlideShowMC .SlideOne .heroCon .infoDis .conInfo,#SlideShowMC .SlideTwo .heroCon .infoDis .conInfo{text-align:center;padding:0}}#AboutMC{background:#fff;flex-direction:column;align-items:center;width:100%;min-height:100vh;display:flex;position:relative}#AboutMC h1{text-align:center;padding-bottom:20px;font-family:Genos;font-size:4vh}#AboutMC .GridCon{grid-template-rows:auto;grid-template-columns:1fr 1fr;place-items:center;gap:20px;width:auto;height:auto;display:grid;position:relative}#AboutMC .GridCon .Con{border-radius:20px;justify-content:start;align-items:start;gap:20px;width:clamp(100px,40vw,500px);height:auto;padding:40px;display:grid;position:relative}#AboutMC .GridCon .Con button{flex:1 1 0}#AboutMC .GridCon .Con img{object-fit:contain;width:100%;height:auto}#AboutMC .GridCon .Con h2{text-align:center;font-family:SyneMono}#AboutMC .GridCon .Con h3{white-space:normal;color:#0006;text-align:center;font-family:Genos}#AboutMC .GridCon .Con.ACtwo{flex-direction:column;display:flex;position:relative}#AboutMC .GridCon .Con.ACtwo .ContwoEles{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/flexBack.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;width:100%;padding:10px;position:relative}@media (width<=1024px){#AboutMC{padding:20px}#AboutMC .GridCon{grid-template-rows:auto;grid-template-columns:1fr}#AboutMC .GridCon .Con{aspect-ratio:auto;width:100%;height:auto}}#CalculatorMC{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/flexBack.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:stretch;align-items:center;gap:50px;width:100%;min-height:100vh;padding:100px;display:flex;position:relative}#CalculatorMC h2{font-family:SyneMono;font-size:clamp(0px,4vh,50px)}#CalculatorMC .CalcEleCon{text-align:center;flex:1 1 0;grid-template-columns:1fr 1fr 1fr 1fr;place-items:center;gap:50px;width:100%;height:auto;display:grid}#CalculatorMC .CalcEleCon .CalcEle{aspect-ratio:1;transition:all .2s}#CalculatorMC .CalcEleCon .CalcEle:hover{transform:translateY(-12px);box-shadow:0 8px 14px -8px #00000047}#CalculatorMC .CalcEleCon .CalcEle:hover img{transform:scale(1.1)}#CalculatorMC .CalcEleCon .CalcEle{background:#f1f2f4;border-radius:30px;place-items:center;gap:30px;padding:3vh;display:grid}#CalculatorMC .CalcEleCon .CalcEle img{object-fit:contain;transition:all .2s}#CalculatorMC .CalcEleCon .CalcEle h3{font-family:Genos;font-size:clamp(0px,3vh,30px);font-weight:700}@media (width<=1024px){#CalculatorMC{gap:30px;min-height:100dvh;padding:30px 16px}#CalculatorMC .CalcEleCon{grid-template-columns:1fr 1fr;gap:18px;width:100%}#CalculatorMC .CalcEle{box-sizing:border-box;border-radius:22px;gap:18px;width:100%;min-width:0;padding:20px 14px}#CalculatorMC .CalcEle img{width:100%;max-width:80px;height:auto}#CalculatorMC .CalcEle h3{text-align:center;font-size:20px}#CalculatorMC .CalcEle:active{transform:scale(.97)}}#PowMC{background:#f8f8f8;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:50px;display:flex}#PowMC *{box-sizing:border-box}#PowMC .containingCon{flex-direction:column;justify-content:space-around;align-items:center;gap:20px;width:100%;display:flex}#PowMC .containingCon h1{text-align:center;margin:0;font-size:clamp(32px,4vw,60px);font-weight:500}#PowMC .containingCon .contentRow{align-items:flex-start;gap:20px;width:100%;height:100%;display:flex}#PowMC .containingCon .contentRow .sideImg{object-fit:contain;width:35%;display:block}#PowMC .containingCon .contentRow .slider{width:100%;height:auto}#PowMC .containingCon .contentRow .slider .track{flex-direction:column;gap:24px;width:100%;height:100%;display:flex}#PowMC .containingCon .contentRow .slider .card{background:#fff;border:1px solid #c9b6ff;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:16px;font-family:Genos;display:flex;box-shadow:0 10px 30px #00000014}#PowMC .containingCon .contentRow .slider .card .text{flex-direction:column;flex:1;gap:10px;display:flex}#PowMC .containingCon .contentRow .slider .card .text span{color:#444;font-size:clamp(16px,1.2vw,22px);line-height:1.8}#PowMC .containingCon .contentRow .slider .card .text h2{margin:0;font-size:clamp(28px,2vw,42px);font-weight:700}#PowMC .containingCon .contentRow .slider .card .text h3{color:purple;margin:0;font-size:clamp(18px,1.1vw,24px);font-weight:500}#PowMC .containingCon .contentRow .slider .card .image{flex-shrink:0;width:220px}#PowMC .containingCon .contentRow .slider .card .image img{aspect-ratio:1;object-fit:cover;border:2px solid #c9b6ff;border-radius:20px;width:100%;display:block}@media (width<=1024px){#PowMC{align-items:flex-start;min-height:auto;padding:32px 16px}#PowMC .containingCon{gap:20px}#PowMC .containingCon h1{font-size:clamp(28px,8vw,42px)}#PowMC .containingCon .contentRow{flex-direction:column;align-items:flex-start;gap:16px}#PowMC .containingCon .contentRow .sideImg{display:none}#PowMC .containingCon .contentRow .slider{width:100%}#PowMC .containingCon .contentRow .slider .track{gap:20px;width:100%}#PowMC .containingCon .contentRow .slider .card{flex-direction:column-reverse;align-items:flex-start;gap:18px;width:100%;padding:18px}#PowMC .containingCon .contentRow .slider .card .text{width:100%}#PowMC .containingCon .contentRow .slider .card .text span{font-size:18px;line-height:1.7}#PowMC .containingCon .contentRow .slider .card .text h2{font-size:42px}#PowMC .containingCon .contentRow .slider .card .text h3{font-size:22px}#PowMC .containingCon .contentRow .slider .card .image{width:120px}#PowMC .containingCon .contentRow .slider .card .image img{border-radius:16px}}#FooterMC{text-align:center;background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/HP4.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;place-content:center;gap:20px;width:100%;min-height:100vh;padding:100px;display:grid;position:relative}#FooterMC .topicEles{grid-template-columns:1fr 1fr 1fr 1fr;justify-content:center;align-items:center;gap:20px;display:grid}#FooterMC .topicEles div{text-align:center;cursor:pointer;background:#fff;border-radius:20px;width:auto;height:auto;padding:20px;font-family:Genos;transition:all .3s}#FooterMC .topicEles div:hover{transform:scale(.9)}@media (width<=1024px){#FooterMC .topicEles{grid-template-columns:1fr 1fr}}#ReturnSliderMC{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/flexBack.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;gap:20px;width:100%;min-height:100vh;padding:0 100px 100px;display:flex;position:relative}#ReturnSliderMC h1{text-align:center;padding-bottom:20px;font-family:Genos;font-size:4vh}#ReturnSliderMC h2{text-align:center;font-family:SyneMono;font-size:4vh}#ReturnSliderMC h3{white-space:normal;color:#0006;text-align:center;font-family:Genos}#ReturnSliderMC .childsR.two h2{font-size:clamp(0px,2vh,20px)}#ReturnSliderMC .childsR.two{flex-direction:column;gap:20px;display:flex}#ReturnSliderMC .childsR.two .retElesCon{background:0 0;flex-wrap:wrap;justify-content:space-around;gap:20px;padding:20px;display:flex}#ReturnSliderMC .childsR.two .retElesCon .retEle{background:0 0;flex-direction:column;flex:1 1 0;align-items:center;gap:10px;display:flex}#ReturnSliderMC .childsR.two .retElesCon .retEle:hover img{transform:scale(1.2)}#ReturnSliderMC .childsR.two .retElesCon .retEle .retBadge{background:#f1f2f4;border-radius:20px;width:auto;height:auto;padding:8px;font-family:Genos}#ReturnSliderMC .childsR.two .retElesCon .retEle .retCircle{aspect-ratio:1;background:#f1f2f4;border:3px solid #f9f9fa;border-radius:50%;place-items:center;width:100%;display:grid;overflow:hidden}#ReturnSliderMC .childsR.two .retElesCon .retEle .retCircle img{object-fit:contain;width:100%;height:100%;transition:all .4s}#ReturnSliderMC .childsR.one{flex:1 1 0;place-items:center;display:grid}#ReturnSliderMC .childsR.one .SliderCon{text-align:center;background:#fff;border-radius:20px;grid-template-columns:1fr;gap:18px;width:clamp(320px,50vw,700px);min-height:200px;padding:24px;font-family:Genos;display:grid;position:relative}#ReturnSliderMC .childsR.one .SliderCon #SCMC{color:#e53935;border:2px solid #e53935;border-radius:20px;width:fit-content;margin:0 auto;padding:10px 18px;font-size:clamp(18px,3vh,30px);font-weight:700}#ReturnSliderMC .childsR.one .SliderCon .stateBtns{background:#faf9f6;border-radius:12px;flex-wrap:wrap;justify-content:center;gap:12px;padding:6px;display:flex}#ReturnSliderMC .childsR.one .SliderCon .StateBtnC{color:#000;cursor:pointer;background:0 0;border:none;border-radius:10px;padding:8px 14px;font-weight:700;transition:all .25s}#ReturnSliderMC .childsR.one .SliderCon .StateBtnC.active{color:#fff;background:#e53935}#ReturnSliderMC .childsR.one .SliderCon .StateBtnC:hover{transform:translateY(-1px)}#ReturnSliderMC .childsR.one .SliderCon span{justify-content:space-between;gap:10px;width:100%;font-size:16px;font-weight:600;display:flex}#ReturnSliderMC .childsR.one .SliderCon input[type=range]{appearance:none;cursor:pointer;background:0 0;width:100%}#ReturnSliderMC .childsR.one .SliderCon input[type=range]:focus{outline:none}#ReturnSliderMC .childsR.one .SliderCon input[type=range]::-webkit-slider-runnable-track{background:#e53935;border-radius:999px;height:8px}#ReturnSliderMC .childsR.one .SliderCon input[type=range]::-webkit-slider-thumb{appearance:none;background:#fff;border:2px solid #e53935;border-radius:50%;width:22px;height:22px;margin-top:-7px;transition:all .2s;box-shadow:0 2px 6px #0000001f}#ReturnSliderMC .childsR.one .SliderCon input[type=range]:active::-webkit-slider-thumb{transform:scale(1.05)}#ReturnSliderMC .childsR.one .SliderCon input[type=range]::-moz-range-track{background:#e53935;border-radius:999px;height:8px}#ReturnSliderMC .childsR.one .SliderCon input[type=range]::-moz-range-thumb{background:#fff;border:2px solid #e53935;border-radius:50%;width:22px;height:22px;transition:all .2s;box-shadow:0 2px 6px #0000001f}#ReturnSliderMC .childsR.one .SliderCon input[type=range]:active::-moz-range-thumb{transform:scale(1.05)}#ReturnSliderMC .childsR.one .SliderCon input[type=range]::-ms-track{color:#0000;background:0 0;border-color:#0000;width:100%;height:8px}#ReturnSliderMC .childsR.one .SliderCon input[type=range]::-ms-fill-lower{background:#e53935;border-radius:999px}#ReturnSliderMC .childsR.one .SliderCon input[type=range]::-ms-fill-upper{background:#e53935;border-radius:999px}#ReturnSliderMC .childsR.one .SliderCon input[type=range]::-ms-thumb{cursor:pointer;background:#fff;border:2px solid #e53935;border-radius:50%;width:22px;height:22px;margin-top:0}@media (width<=768px){#ReturnSliderMC{padding:10px}#ReturnSliderMC .childsR.one .SliderCon{gap:16px;width:92%;padding:18px}#ReturnSliderMC .childsR.one .SliderCon .stateBtns{gap:8px}#ReturnSliderMC .childsR.one .SliderCon .StateBtnC{padding:8px 12px;font-size:14px}#ReturnSliderMC .childsR.one .SliderCon span{font-size:14px}#ReturnSliderMC .childsR.two .retElesCon{flex-direction:column}}#InsightsMC{background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;min-height:100vh;padding:50px;display:flex}h1{color:#000;font-family:Genos;font-size:clamp(0px,5vh,50px);font-weight:400}h3{color:gray;word-spacing:1px;font-family:Genos;font-size:clamp(0px,2vh,20px)}.iframeElesCon{grid-template-rows:auto;grid-template-columns:repeat(4,1fr);gap:20px;width:100%;padding:20px;display:grid}.iframeElesCon h3{grid-column:span 4;font-size:clamp(0px,2.5vh,30px);text-decoration:underline}.ifEle{aspect-ratio:16/9;cursor:pointer;border:none;border-radius:20px;width:100%}.blogs{white-space:normal;color:gray;aspect-ratio:auto;border:3px solid #f9f9fa;grid-template-columns:1fr 1fr;place-items:start;gap:15px;width:100%;height:auto;padding:10px;font-family:Genos;font-size:15px;display:grid}.blogs:hover img{transform:scale(1.1)}.blogs img,.blogs span:nth-child(4){object-fit:contain;object-position:center;color:#000;grid-column:span 2;font-size:20px;transition:all .3s;overflow:hidden}@media (width<=1024px){#InsightsMC{padding:20px}#InsightsMC .iframeElesCon{grid-template-rows:auto;grid-template-columns:1fr;gap:20px}#InsightsMC .iframeElesCon h3{grid-column:span 1}}*,:before,:after{box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;margin:0;padding:0}img,picture{max-width:100%;display:block}::-webkit-scrollbar{display:none}html{scrollbar-width:none;-ms-overflow-style:none}button,input,textarea,select{font:inherit;line-height:1.5}@font-face{font-family:Genos;src:url(/Fonts/Genos.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SyneMono;src:url(/Fonts/SyneMono.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}#AppMC{z-index:0;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}body{background:#fff;height:100vh;overflow:visible}#About2MC{width:100%;height:100vh}#About2MC .seventhPage{background:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/seventhBg.webp) 50%/cover no-repeat;grid-template-rows:auto auto;place-items:center;gap:50px;width:100%;height:auto;padding:100px;display:grid}#About2MC .seventhPage .seventhCardCon{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);place-items:center;gap:30px;padding:20px;display:grid}#About2MC .seventhPage .seventhCardCon .seventhCard{aspect-ratio:16/9;min-width:250px;transform-style:preserve-3d;background:0 0;border:1px solid #fff;border-radius:20px;place-items:center;gap:0;font-family:SyneMono;font-weight:400;transition:all .8s;display:grid;position:relative;overflow:hidden;box-shadow:0 10px 25px #00000026}#About2MC .seventhPage .seventhCardCon .seventhCard:hover{transform:rotateY(180deg)}#About2MC .seventhPage .seventhCardCon .seventhCard:hover .desc{opacity:1;transform:rotateY(180deg)}#About2MC .seventhPage .seventhCardCon .seventhCard .desc{opacity:0;color:#000;text-align:center;background:#fff;place-items:center;width:100%;height:100%;padding:10px;transition:all .3s;display:grid;position:absolute}#About2MC .seventhPage .seventhCardCon .seventhCard .cardIcon{color:#fff;background:#e53935;border-radius:50%;padding:10px}#About2MC .seventhPage h1{text-align:center;font-family:SyneMono;font-weight:800}#About2MC .sixthPage{grid-template-rows:auto;grid-template-columns:auto auto;place-items:center;gap:100px;width:100%;height:auto;padding:100px;display:grid}#About2MC .sixthPage .heroImg{grid-template-rows:auto auto;place-items:center;display:grid}#About2MC .sixthPage .heroImg h1{text-align:center;width:100%}#About2MC .sixthPage .heroImg img{object-fit:contain;width:100%;height:100%;padding:20px}#About2MC .sixthPage .heroText{grid-template-rows:auto auto auto;place-items:center;gap:10px;font-family:Genos;font-size:2vh;font-weight:600;display:grid}#About2MC .sixthPage .heroText .sixthPgCard{border:1px solid #fff;border-radius:10px;grid-template-rows:auto;grid-template-columns:auto auto;place-items:center;gap:20px;min-height:100px;padding:10px;display:grid;box-shadow:0 10px 25px #00000026}#About2MC .sixthPage .heroText .sixthPgCard .PgCardSixth{aspect-ratio:1;color:#e53935;background:pink;border-radius:10px;width:50px;padding:5px;font-family:Genos}#About2MC .fifthPage{grid-template-columns:1fr 1fr;place-items:center;gap:100px;width:100%;min-height:100vh;padding:50px;display:grid}#About2MC .fifthPage .teamIntro{text-align:center;grid-column:span 2;gap:20px;font-family:Genos;display:grid}#About2MC .fifthPage .teamIntro h1{-webkit-text-decoration:underline #e53935;text-decoration:underline #e53935;text-decoration-thickness:3px}#About2MC .fifthPage .teamIntro span{color:gray;font-size:3vh;font-weight:100;line-height:1.5}#About2MC .fifthPage .MemberCard{flex-direction:row;height:100%;display:flex}#About2MC .fifthPage .MemberCard .heroText{flex-direction:column;justify-content:space-around;padding:10px;display:flex}#About2MC .fifthPage .MemberCard .heroText h1{font-family:SyneMono}#About2MC .fifthPage .MemberCard .heroText h3{color:#e53935}#About2MC .fifthPage .MemberCard .heroText span{font-family:Genos;font-size:2vh;font-weight:700}#About2MC .fifthPage .MemberCard img{object-fit:contain;border-radius:10px;width:100%;height:auto}#About2MC .fourthPage{background:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/flexBack.webp) 50%/cover no-repeat;flex-direction:column;justify-content:center;align-items:center;gap:100px;min-height:100vh;display:flex}#About2MC .fourthPage h1{font-weight:800}#About2MC .fourthPage .cardElesfP{grid-template-columns:repeat(4,auto);place-items:center;gap:20px;padding:100px;display:grid}#About2MC .fourthPage .cardElesfP .cardEle{text-align:center;background:#fff;border-radius:20px;flex-direction:column;justify-content:space-around;align-items:center;min-height:300px;padding:30px;display:flex}#About2MC .fourthPage .cardElesfP .cardEle .cardIcon{aspect-ratio:1;background:pink;border-radius:10px;width:50px;padding:5px}#About2MC .fourthPage .cardElesfP .cardEle h2{font-family:SyneMono;font-size:clamp(0px,3vh,30px)}#About2MC .fourthPage .cardElesfP .cardEle span{font-family:Genos;font-size:clamp(0px,2vh,30px)}#About2MC .thirdPage{background:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/AboutThreebg.webp) 50%/cover no-repeat;flex-direction:column;justify-content:center;align-items:end;gap:50px;width:100%;min-height:100vh;padding:5%;display:flex;overflow:hidden}#About2MC .thirdPage .textLeft{text-align:right;place-items:center;width:60%;height:auto;padding:0 10%;font-family:SyneMono;font-size:clamp(0px,2vw,35px);font-style:italic;line-height:2;display:grid}#About2MC .thirdPage .Intro{text-align:center;width:60%;height:auto;padding:0 10%;font-family:Genos;font-size:clamp(0px,2vw,35px);font-weight:800;line-height:1.5}#About2MC .thirdPage .Intro .title{color:#e53935;font-family:inherit;line-height:inherit}#About2MC .secondPage{grid-template-columns:1fr 1fr;place-items:center;width:100%;min-height:100vh;padding:40px;display:grid}#About2MC .secondPage img{object-fit:contain;object-position:center;width:100%;height:100%}#About2MC .secondPage .text{place-items:center;width:90%;height:100%;padding:20px;font-family:Genos;font-size:clamp(0px,2.5vh,30px);display:grid}#About2MC .secondPage .text .toShow{text-align:center;color:gray;justify-content:space-between;width:100%;margin-top:20px;display:flex}#About2MC .secondPage .text .toShow .changeC{color:#e53935;font-size:4vh;font-weight:700}#About2MC .firstPage{background:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/AboutFirstbg.webp) 50%/cover no-repeat;justify-content:center;align-items:center;gap:20px;width:100%;min-height:100vh;padding:100px;display:flex}#About2MC .firstPage img{object-fit:contain;object-position:center;width:30%;max-width:385px}#About2MC .firstPage .main{flex-direction:column;gap:10px;display:flex}#About2MC .firstPage .Intro{text-align:center;font-family:Genos;font-size:clamp(0px,2vh,20px);font-weight:700;line-height:1}#About2MC .firstPage .Intro .title{color:gray;font-family:inherit;line-height:inherit}#About2MC .firstPage span{text-align:center;font-family:SyneMono;font-size:clamp(0px,3vh,40px);line-height:2}#About2MC .firstPage .toEdit{color:red;font-style:italic;font-size:inherit}@media (width<=1024px){#About2MC{width:100%;padding:0}#About2MC .seventhPage,#About2MC .sixthPage,#About2MC .fifthPage,#About2MC .fourthPage,#About2MC .thirdPage,#About2MC .secondPage,#About2MC .firstPage{padding:20px}#About2MC .seventhPage{padding:50px 0}#About2MC .seventhPage .seventhCardCon{grid-template-rows:repeat(6,1fr);grid-template-columns:1fr}#About2MC .sixthPage{grid-template-rows:auto auto;grid-template-columns:auto;padding:50px 10px}#About2MC .sixthPage .heroText{gap:50px}#About2MC .sixthPage .heroText .sixthPgCard{grid-template-rows:auto auto;grid-template-columns:auto;gap:10px;width:auto;max-width:60%;height:auto;padding:10px;font-size:15px;font-weight:400}#About2MC .sixthPage .heroText .sixthPgCard span{text-align:center;padding:10px}#About2MC .fifthPage{grid-template-columns:1fr;place-items:center;gap:40px;width:100%;min-height:auto;display:grid}#About2MC .fifthPage .teamIntro{text-align:center;flex-direction:column;grid-column:auto;justify-content:center;align-items:center;gap:20px;width:100%;max-width:100%;display:flex}#About2MC .fifthPage .teamIntro h1{text-underline-offset:8px}#About2MC .fifthPage .teamIntro span{color:gray;width:100%;font-size:clamp(16px,2.5vh,22px);font-weight:100;line-height:1.6}#About2MC .fifthPage .MemberCard{text-align:center;flex-direction:column;align-items:center;gap:20px;width:100%;display:flex}#About2MC .fifthPage .MemberCard img{object-fit:cover;border-radius:10px;width:100%;max-width:300px;height:auto}#About2MC .fifthPage .MemberCard .heroText{flex-direction:column;align-items:center;gap:15px;width:100%;padding:10px;display:flex}#About2MC .fifthPage .MemberCard .heroText h3{color:#e53935;letter-spacing:2px;font-size:14px}#About2MC .fifthPage .MemberCard .heroText h1{font-size:clamp(28px,4vw,40px)}#About2MC .fifthPage .MemberCard .heroText span{font-family:Genos;font-size:clamp(16px,2.2vh,22px);font-weight:700;line-height:1.5}#About2MC .fourthPage{justify-content:flex-start;gap:30px}#About2MC .fourthPage .cardElesfP{grid-template-rows:repeat(4,1fr);grid-template-columns:auto;gap:30px;padding:50px}#About2MC .fourthPage .cardElesfP .cardEle{min-width:0}#About2MC .thirdPage{background-position:0;align-items:center;gap:20px}#About2MC .thirdPage .textLeft{text-align:center;background:#ffffff80;border-radius:10px;width:100%;height:100%;padding:0;font-size:clamp(0px,3vh,30px)}#About2MC .thirdPage .Intro{text-align:center;background:#ffffff80;border-radius:10px;width:auto;padding:5px;font-size:clamp(0px,3vh,30px)}#About2MC .secondPage{grid-template-rows:auto auto;grid-template-columns:1fr}#About2MC .secondPage .text{text-align:left;grid-row:2;width:100%;height:auto;min-height:auto;padding:0}#About2MC .secondPage img{grid-row:1;height:auto}#About2MC .firstPage{grid-template-rows:auto auto;grid-template-columns:1fr;place-items:center;width:100%;display:grid}#About2MC .firstPage img{width:100%;height:auto;padding:20px}#About2MC .firstPage span{white-space:normal;width:100%;font-size:clamp(0px,6vw,50px)}#About2MC .firstPage .Intro{font-size:inherit}}#WwsMC{width:100%;min-height:100vh}#WwsMC .connectMe{text-align:center;background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/flexBack.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:40vh;padding:50px;display:flex}#WwsMC .connectMe h1{font-family:SyneMono}#WwsMC .connectMe span{font-family:Genos;font-size:clamp(0px,2vh,20px)}#WwsMC .titleHead{text-align:center;background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/HP56.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;place-items:center;width:100%;min-height:20vh;padding:40px 20px;font-family:SyneMono;font-size:clamp(32px,6vh,60px);display:grid}#WwsMC .WwsCardsCon{grid-template-rows:repeat(5,1fr);grid-template-columns:1fr;gap:50px;padding:100px;display:grid}#WwsMC .WwsCardsCon .WwsCards{grid-template-rows:1fr;grid-template-columns:repeat(2,1fr);place-items:center;display:grid}#WwsMC .WwsCardsCon .WwsCards .heroText{place-items:center;gap:20px;padding:100px;display:grid}#WwsMC .WwsCardsCon .WwsCards .heroText h1{font-family:SyneMono}#WwsMC .WwsCardsCon .WwsCards .heroText span{font-family:Genos;font-size:clamp(0px,2vh,30px)}#WwsMC .WwsCardsCon .WwsCards.rev img{grid-area:1/2}#WwsMC .WwsCardsCon .WwsCards.rev .heroText{grid-area:1/1}@media (width<=1024px){#WwsMC .WwsCardsCon{gap:100px;padding:20px}#WwsMC .WwsCardsCon .WwsCards{border-radius:20px;grid-template-rows:repeat(2,1fr);grid-template-columns:1fr;gap:10px;padding:10px;box-shadow:0 10px 30px #0000001a}#WwsMC .WwsCardsCon .WwsCards .heroText{padding:10px}#WwsMC .WwsCardsCon .WwsCards .heroText span{font-size:clamp(0px,2vh,20px)}#WwsMC .WwsCardsCon .WwsCards.rev img{grid-area:1/1}#WwsMC .WwsCardsCon .WwsCards.rev .heroText{grid-area:2/1}}#MFsMC{width:100%;min-height:100vh}#MFsMC .endingStatement{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/flexBack.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:30vh;display:flex}#MFsMC .endingStatement h1{font-family:SyneMono;font-size:clamp(0px,5vh,50px)}#MFsMC .endingStatement span{text-align:center;max-width:50%;font-family:Genos;font-size:clamp(0px,2vh,20px)}#MFsMC .MFfour{grid-template-columns:repeat(2,auto);place-items:center;padding:80px;display:grid}#MFsMC .MFfour .heroText{flex-direction:column;justify-content:center;align-items:center;gap:30px;display:flex}#MFsMC .MFfour .heroText h1{text-decoration:underline}#MFsMC .MFfour .heroText .AssistDataCardCon{flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}#MFsMC .MFfour .heroText .AssistDataCardCon .ADC{border-radius:10px;justify-content:center;width:100%;max-width:70%;height:100%;padding:30px;display:flex;box-shadow:0 10px 25px #0003}#MFsMC .MFfour .heroText .AssistDataCardCon .ADC h1{font-size:4vh;text-decoration:none}#MFsMC .MFfour .heroText .AssistDataCardCon .ADC span span{color:gray;font-family:Genos;font-size:2vh}#MFsMC .MFthree{background:#fff;grid-template-columns:repeat(2,1fr);place-items:center;width:100%;padding:80px 30px;display:grid}#MFsMC .MFthree .heroImg{flex-direction:column;justify-content:center;gap:30px;padding:30px;display:flex}#MFsMC .MFthree .heroImg h1{color:gray;border-left:2px solid #e53935;max-width:60%;padding-left:20px;font-size:clamp(0px,2.5vh,30px);font-style:italic}#MFsMC .MFthree .heroText{flex-direction:column;justify-content:center;gap:20px;max-width:70%;font-family:Genos;display:flex}#MFsMC .MFthree .heroText .thirdCardEles{gap:10px;display:flex}#MFsMC .MFthree .heroText .thirdCardEles span{font-size:2vh}#MFsMC .MFtwo{text-align:center;background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/flexBack.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;place-items:center;gap:40px;width:100%;min-height:100vh;padding:80px 30px;display:flex}#MFsMC .MFtwo span{color:gray;max-width:70%;font-family:Genos;font-size:clamp(0px,2.5vh,30px)}#MFsMC .MFtwo .twoMC{grid-template-columns:repeat(2,1fr);place-items:center;display:grid}#MFsMC .MFtwo .twoMC img{padding:50px}#MFsMC .MFtwo .twoMC .heroText{flex-direction:column;gap:20px;padding:20px;display:flex}#MFsMC .MFtwo .twoMC .heroText .MFtwoCards{background:#182338;border-radius:10px;flex-direction:column;gap:10px;min-height:110px;padding:20px;display:flex}#MFsMC .MFtwo .twoMC .heroText .MFtwoCards h1{color:#fff;justify-content:center;align-items:center;gap:10px;font-size:3vh;font-weight:1200;display:flex}#MFsMC .MFtwo .twoMC .heroText .MFtwoCards h1 .cardIconMF{color:#e53935}#MFsMC .MFtwo .twoMC .heroText .MFtwoCards span{color:#fff;max-width:100%;font-size:2.5vh;font-weight:400}#MFsMC .headTit{text-align:center;background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/HP56.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;place-items:center;width:100%;height:20vh;display:grid}#MFsMC .headTit h1{font-family:SyneMono;font-size:clamp(0px,5vh,40px);font-weight:400}#MFsMC .MFone{grid-template-rows:1fr;grid-template-columns:repeat(2,auto);display:grid}#MFsMC .MFone img{object-fit:contain;object-position:center;grid-area:1/2;width:80%;padding:50px}#MFsMC .MFone .heroText{flex-direction:column;grid-area:1/1;justify-content:center;align-items:center;gap:35px;display:flex}#MFsMC .MFone .heroText span{max-width:70%;padding-left:30px;font-family:Genos;font-size:clamp(0px,2.5vh,30px)}#MFsMC .MFone .heroText .quoteEle{color:gray;border-left:3px solid #e53935;font-style:italic}@media (width<=1024px){#MFsMC .endingStatement span{max-width:80%}#MFsMC .MFfour{grid-template-rows:repeat(2,auto);grid-template-columns:1fr;gap:40px;padding:40px 10px}#MFsMC .MFfour img{grid-area:1/1;padding:10px}#MFsMC .MFfour .heroText{grid-area:2/1;max-width:100%}#MFsMC .MFfour .heroText .AssistDataCardCon .ADC{max-width:100%}#MFsMC .MFthree{grid-template-rows:repeat(2,auto);grid-template-columns:1fr;padding:40px 5px}#MFsMC .MFthree .heroImg{padding:40px 10px}#MFsMC .MFthree .heroImg h1{max-width:100%;padding-left:5px}#MFsMC .MFtwo{padding:0}#MFsMC .MFtwo .titleDesc,#MFsMC .MFtwo .titleHead{padding:0 40px}#MFsMC .MFtwo span{max-width:100%}#MFsMC .MFtwo .twoMC{grid-template-rows:repeat(2,auto);grid-template-columns:1fr}#MFsMC .MFone{grid-template-rows:repeat(2,auto);grid-template-columns:1fr;gap:70px;padding:50px 0}#MFsMC .MFone img{grid-area:1/1;padding:5px}#MFsMC .MFone .heroText{grid-area:2/1;padding:0}#MFsMC .MFone .heroText span{padding-left:10px}}#PMSAIFMC{width:100%;min-height:100vh}#PMSAIFMC *{box-sizing:border-box}#PMSAIFMC .headTit{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/HP56.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;place-items:center;width:100%;height:20vh;display:grid}#PMSAIFMC .headTit h1{font-family:SyneMono;font-size:clamp(0px,5vh,50px);font-weight:400}#PMSAIFMC .quoteEle{color:gray;border-left:3px solid #e53935;padding-left:20px;font-style:italic}#PMSAIFMC h1{font-family:SyneMono}#PMSAIFMC span,#PMSAIFMC p{font-family:Genos}#PMSAIFMC .PMSone,#PMSAIFMC .PMStwo,#PMSAIFMC .PMSthree,#PMSAIFMC .PMSfour,#PMSAIFMC .PMSfive,#PMSAIFMC .PMSsix,#PMSAIFMC .PMSseven{padding:80px}#PMSAIFMC .PMSone{grid-template-columns:repeat(2,1fr);place-items:center;gap:40px;display:grid}#PMSAIFMC .PMSone .heroText{flex-direction:column;gap:35px;display:flex}#PMSAIFMC .PMSone .heroText span{font-size:2.3vh}#PMSAIFMC .PMStwo{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/flexBack.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;grid-template-columns:repeat(2,1fr);gap:50px;display:grid}#PMSAIFMC .PMStwo .left{flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}#PMSAIFMC .PMStwo .left h1{font-family:Genos;font-size:6vh}#PMSAIFMC .PMStwo .left span{color:gray;max-width:70%;font-size:2.2vh}#PMSAIFMC .PMStwo .right{flex-direction:column;gap:25px;display:flex}#PMSAIFMC .PMStwo .right .featureCard{background:#fff;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:30px;display:flex;box-shadow:0 10px 25px #0000001a}#PMSAIFMC .PMStwo .right .featureCard h1{align-items:center;gap:10px;font-family:Genos;font-size:clamp(0px,3vh,30px);font-weight:700;display:flex}#PMSAIFMC .PMStwo .right .featureCard .cardIcon{color:#e53935;background:pink;border-radius:5px;padding:5px}#PMSAIFMC .PMSthree{grid-template-columns:repeat(2,1fr);place-items:center;gap:60px;display:grid}#PMSAIFMC .PMSthree .left{flex-direction:column;justify-content:space-around;gap:30px;height:80%;display:flex}#PMSAIFMC .PMSthree .left h1{font-family:Genos}#PMSAIFMC .PMSthree .left .timelineCard{border-radius:10px;flex-direction:column;gap:10px;padding:25px;font-family:SyneMono;display:flex;box-shadow:0 15px 40px #0000001f}#PMSAIFMC .PMSthree .left .timelineCard h2{font-family:SyneMono;font-size:clamp(0px,3vh,30px)}#PMSAIFMC .PMSthree .left .timelineCard span{font-family:Genos;font-size:clamp(0px,2vh,20px)}#PMSAIFMC .PMSthree .right{flex-direction:column;justify-content:center;align-items:center;gap:40px;height:80%;display:flex}#PMSAIFMC .PMSthree .right img{object-fit:contain;border-radius:40px;width:70%;height:auto;overflow:hidden;box-shadow:0 15px 40px #0000001f}#PMSAIFMC .PMSfour{text-align:center;background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/flexBack.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:30vh;display:flex}#PMSAIFMC .PMSfour h1{font-size:clamp(0px,6vh,60px)}#PMSAIFMC .PMSfour span{color:#5d6778;max-width:60%;font-size:clamp(0px,2.3vh,24px);font-weight:600;line-height:1.7}#PMSAIFMC .PMSfive{grid-template-columns:repeat(2,1fr);place-items:center;display:grid}#PMSAIFMC .PMSfive .heroImg{place-items:center;display:grid}#PMSAIFMC .PMSfive .heroImg img{width:80%}#PMSAIFMC .PMSfive .heroText{flex-direction:column;justify-content:center;align-items:center;gap:35px;display:flex}#PMSAIFMC .PMSfive .heroText h1{text-align:center;font-family:Genos;font-size:clamp(0px,5vh,50px);font-weight:700}#PMSAIFMC .PMSfive .heroText span{color:#5d6778;max-width:70%;font-size:clamp(0px,2.5vh,25px);font-weight:700;line-height:1.3}#PMSAIFMC .PMSfive .heroText .quoteEle{max-width:80%;font-weight:600}#PMSAIFMC .PMSsix{grid-template-columns:repeat(2,1fr);gap:50px;display:grid}#PMSAIFMC .PMSsix .left{flex-direction:column;gap:25px;display:flex}#PMSAIFMC .PMSsix .aifCard{transition:all .3s}#PMSAIFMC .PMSsix .aifCard:hover{background:#ffc0cb33}#PMSAIFMC .PMSsix .aifCard{background:#fff;border-radius:15px;flex-direction:column;gap:20px;padding:30px;display:flex;box-shadow:0 10px 25px #00000014}#PMSAIFMC .PMSsix .aifCard h1{align-items:center;gap:35px;font-size:clamp(0px,3vh,30px);display:flex}#PMSAIFMC .PMSsix .aifCard h1 span{color:#e53935;aspect-ratio:1;background:pink;border-radius:10px;height:auto;padding:10px;font-family:Genos;font-size:clamp(0px,3vh,40px)}#PMSAIFMC .PMSsix .aifCard p{color:#5d6778;font-size:clamp(0px,2.2vh,22px)}#PMSAIFMC .PMSsix .aifCard .bottom{justify-content:space-between;gap:30px;margin-top:20px;display:flex}#PMSAIFMC .PMSsix .aifCard .bottom span{flex-direction:column;gap:20px;display:flex}#PMSAIFMC .PMSsix .aifCard .bottom h3{font-family:SyneMono}#PMSAIFMC .PMSsix .right{flex-direction:column;justify-content:center;align-items:center;gap:30px;display:flex}#PMSAIFMC .PMSsix .right h1{text-align:center;font-family:Genos;font-size:clamp(0px,6vh,60px)}#PMSAIFMC .PMSsix .right span{color:#5d6778;max-width:60%;font-size:clamp(0px,2.5vh,24px);line-height:1.7}#PMSAIFMC .PMSsix .right img{width:90%}#PMSAIFMC .PMSseven{grid-template-columns:repeat(2,1fr);gap:60px;display:grid}#PMSAIFMC .PMSseven .left{flex-direction:column;justify-content:center;align-items:center;gap:30px;display:flex}#PMSAIFMC .PMSseven .left h1{text-align:center;border-bottom:2px solid #e53935;padding:30px 0;font-family:Genos;font-size:clamp(0px,6vh,60px)}#PMSAIFMC .PMSseven .left span{color:#5d6778;max-width:80%;font-size:clamp(0px,2.5vh,24px);line-height:1.7}#PMSAIFMC .PMSseven .left img{width:80%}#PMSAIFMC .PMSseven .right{flex-direction:column;justify-content:space-around;gap:10px;padding:10px;display:flex}#PMSAIFMC .PMSseven .regCard{border-radius:10px;gap:20px;min-height:100px;padding:20px;font-weight:700;display:flex;box-shadow:0 10px 30px #00000026}#PMSAIFMC .PMSseven .regCard h1{color:#bcc5d3;font-size:clamp(0px,4vh,40px)}#PMSAIFMC .PMSseven .regCard span{color:#4f596b;font-size:clamp(0px,2.5vh,24px);font-weight:600;line-height:1.7}#PMSAIFMC .endingStatement{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/flexBack.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:30vh;padding:40px;display:flex}#PMSAIFMC .endingStatement h1{font-size:5vh}#PMSAIFMC .endingStatement span{text-align:center;max-width:60%;font-size:2.3vh}@media (width<=1024px){#PMSAIFMC .PMSone,#PMSAIFMC .PMStwo,#PMSAIFMC .PMSthree,#PMSAIFMC .PMSfour,#PMSAIFMC .PMSfive,#PMSAIFMC .PMSsix,#PMSAIFMC .PMSseven{grid-template-columns:1fr;padding:40px 15px}#PMSAIFMC .endingStatement span{max-width:90%}#PMSAIFMC .PMSfive .aifCard .bottom{flex-direction:column;gap:20px}}#BondsMC{background:#f7f7f7;width:100%;min-height:100vh;overflow-x:hidden}#BondsMC *{box-sizing:border-box}#BondsMC h1,#BondsMC h2,#BondsMC h3,#BondsMC p{margin:0}#BondsMC span,#BondsMC p{font-family:Genos}#BondsMC h1,#BondsMC h2,#BondsMC h3{font-family:SyneMono}#BondsMC .quoteEle{color:#778196;border-left:4px solid #ef3b3b;padding-left:25px;font-style:italic;font-weight:700;line-height:1.8}#BondsMC .headTit{background:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/HP56.webp) 50%/cover no-repeat;justify-content:center;align-items:center;width:100%;height:25vh;display:flex}#BondsMC .headTit h1{font-size:clamp(0px,7vh,70px)}#BondsMC .Bondsone,#BondsMC .Bondstwo,#BondsMC .Bondsfour,#BondsMC .Bondssix{grid-template-columns:repeat(2,1fr);place-items:center;gap:60px;width:100%;min-height:100vh;padding:100px 200px;display:grid}#BondsMC .Bondsone .heroText{flex-direction:column;gap:35px;display:flex}#BondsMC .Bondsone .heroText span{color:#000;font-size:clamp(0px,2.7vh,28px);font-weight:700;line-height:1.7}#BondsMC .Bondsone .heroText .quoteEle{color:#5e687b;max-width:90%}#BondsMC .Bondsone .heroImg img{width:100%}#BondsMC .Bondstwo .left{flex-direction:column;gap:50px;display:flex}#BondsMC .Bondstwo .left h1{font-family:Genos;font-size:clamp(0px,6vh,60px);font-weight:700}#BondsMC .Bondstwo .left .timelineCard{border-left:2px solid #c9d0db;flex-direction:column;gap:12px;padding-left:30px;display:flex;position:relative}#BondsMC .Bondstwo .left .timelineCard:before{content:"";background:#fff;border:3px solid #ef3b3b;width:12px;height:12px;position:absolute;top:0;left:-8px;transform:rotate(45deg)}#BondsMC .Bondstwo .left .timelineCard h2{font-size:clamp(0px,3vh,30px)}#BondsMC .Bondstwo .left .timelineCard span{color:#5f697d;font-size:clamp(0px,2.3vh,24px);font-weight:700;line-height:1.7}#BondsMC .Bondstwo .right{flex-direction:column;justify-content:center;align-items:center;gap:60px;display:flex}#BondsMC .Bondstwo .right .quoteEle{max-width:80%;font-size:clamp(0px,2.5vh,25px)}#BondsMC .Bondstwo .right img{object-fit:contain;object-position:center;width:100%;height:100%}#BondsMC .Bondsthree{text-align:center;background:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/flexBack.webp) 50%/cover no-repeat;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;min-height:30vh;padding:40px;display:flex}#BondsMC .Bondsthree h1{font-size:clamp(0px,6vh,60px)}#BondsMC .Bondsthree span{color:#5f697d;max-width:60%;font-size:clamp(0px,2.5vh,25px);font-weight:700;line-height:1.7}#BondsMC .Bondsfour .heroImg img{width:85%}#BondsMC .Bondsfour .heroText{flex-direction:column;gap:35px;display:flex}#BondsMC .Bondsfour .heroText h1{font-family:Genos;font-size:clamp(0px,6vh,60px)}#BondsMC .Bondsfour .heroText span{color:#000;font-size:clamp(0px,2.6vh,26px);font-weight:700;line-height:1.7}#BondsMC .Bondsfour .heroText .quoteEle{color:#5e687b;max-width:90%}#BondsMC .Bondsfive{background:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/flexBack.webp) 50%/cover no-repeat;flex-direction:column;align-items:center;gap:30px;width:100%;min-height:130vh;padding:80px 60px;display:flex}#BondsMC .Bondsfive h1{text-align:center;font-size:clamp(0px,4vh,40px)}#BondsMC .Bondsfive>span{color:#5f697d;text-align:center;font-size:clamp(0px,2.5vh,25px);font-weight:700}#BondsMC .Bondsfive .middleSection{flex:1;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:20px;width:100%;display:grid}#BondsMC .Bondsfive .middleSection .left,#BondsMC .Bondsfive .middleSection .right{flex-direction:column;gap:100px;display:flex}#BondsMC .Bondsfive .middleSection .left{align-items:flex-start}#BondsMC .Bondsfive .middleSection .right{align-items:flex-end}#BondsMC .Bondsfive .middleSection .centerImg{justify-content:center;align-items:center;display:flex}#BondsMC .Bondsfive .middleSection .centerImg img{width:100%}#BondsMC .Bondsfive .middleSection .typeCard{background:#17233d;border-radius:18px;flex-direction:column;gap:20px;width:70%;padding:25px;display:flex;position:relative;box-shadow:0 5px 10px #0000001a,0 15px 40px #00000026}#BondsMC .Bondsfive .middleSection .typeCard:before{content:"";background:#17233d;width:20px;height:20px;position:absolute;top:50%;transform:translateY(-50%)}#BondsMC .Bondsfive .middleSection .typeCard h2{color:#fff;align-items:center;gap:10px;font-size:clamp(0px,2.5vh,25px);display:flex}#BondsMC .Bondsfive .middleSection .typeCard h2 span{color:#ef3b3b;font-family:Genos;font-weight:700}#BondsMC .Bondsfive .middleSection .typeCard p{color:#d6deed;font-size:clamp(0px,2.1vh,22px);font-weight:700;line-height:1.7}#BondsMC .Bondsfive .middleSection .left .typeCard:before{clip-path:polygon(0 0,100% 50%,0 100%);right:-10px}#BondsMC .Bondsfive .middleSection .right .typeCard:before{clip-path:polygon(100% 0,0 50%,100% 100%);left:-10px}#BondsMC .Bondssix .left{flex-direction:column;gap:35px;display:flex}#BondsMC .Bondssix .left img{width:90%}#BondsMC .Bondssix .left .quoteEle{max-width:80%;font-size:clamp(0px,2.5vh,25px)}#BondsMC .Bondssix .right{flex-direction:column;gap:35px;display:flex}#BondsMC .Bondssix .right h1{font-family:Genos;font-size:clamp(0px,6vh,60px)}#BondsMC .Bondssix .right .line{background:#ef3b3b;width:80px;height:4px}#BondsMC .Bondssix .right span{color:#000;font-size:clamp(0px,2.6vh,26px);font-weight:700}@media (width<=1024px){#BondsMC .Bondsone,#BondsMC .Bondstwo,#BondsMC .Bondsfour,#BondsMC .Bondssix{grid-template-columns:1fr;padding:30px}#BondsMC .Bondsthree span{max-width:100%}#BondsMC .Bondsfive{min-height:auto;padding:50px 20px}#BondsMC .Bondsfive .middleSection{grid-template-columns:1fr}#BondsMC .Bondsfive .middleSection .left,#BondsMC .Bondsfive .middleSection .right{align-items:center;gap:30px}#BondsMC .Bondsfive .middleSection .typeCard{width:100%}#BondsMC .Bondsfive .middleSection .typeCard:before{display:none}#BondsMC .Bondsfive .middleSection .centerImg img{width:80%}#BondsMC .Bondssix .left img{width:100%}#BondsMC .Bondssix .left .quoteEle{max-width:100%}}#StructuredProductsMC{background:#f7f7f7;width:100%;min-height:100vh;overflow-x:hidden}#StructuredProductsMC *{box-sizing:border-box}#StructuredProductsMC h1,#StructuredProductsMC h2,#StructuredProductsMC h3{text-align:center;margin:0}#StructuredProductsMC p{margin:0}#StructuredProductsMC span,#StructuredProductsMC p{font-family:Genos}#StructuredProductsMC h1,#StructuredProductsMC h2,#StructuredProductsMC h3{font-family:SyneMono}#StructuredProductsMC .quoteEle{color:#778196;border-left:4px solid #ef3b3b;padding-left:25px;font-style:italic;font-weight:700;line-height:1.8}#StructuredProductsMC .headTit{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/HP56.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:25vh;display:flex}#StructuredProductsMC .headTit h1{font-size:clamp(0px,7vh,70px)}#StructuredProductsMC .SPone,#StructuredProductsMC .SPtwo,#StructuredProductsMC .SPthree,#StructuredProductsMC .SPfour{padding:80px 200px}#StructuredProductsMC .SPone,#StructuredProductsMC .SPthree{grid-template-columns:repeat(2,1fr);place-items:center;gap:60px;width:100%;min-height:100vh;display:grid}#StructuredProductsMC .SPone .heroText{flex-direction:column;justify-content:center;align-items:center;gap:35px;display:flex}#StructuredProductsMC .SPone .heroText span{color:#000;font-size:clamp(0px,2.7vh,28px);font-weight:700;line-height:1.7}#StructuredProductsMC .SPone .heroText .quoteEle{color:#5e687b;max-width:90%;font-size:clamp(0px,2.5vh,28px)}#StructuredProductsMC .SPone .heroImg img{width:100%}#StructuredProductsMC .SPtwo{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/flexBack.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;align-items:center;gap:25px;width:100%;min-height:100vh;display:flex}#StructuredProductsMC .SPtwo h1{text-align:center;font-family:Genos;font-size:clamp(0px,6vh,60px)}#StructuredProductsMC .SPtwo>span{color:#5f697d;text-align:center;font-size:clamp(0px,2.5vh,25px);font-weight:700;line-height:1.7}#StructuredProductsMC .SPtwo .cardsCont{grid-template-columns:repeat(2,auto);justify-content:center;align-items:center;gap:30px;width:100%;margin-top:30px;display:grid}#StructuredProductsMC .SPtwo .cardsCont .cardEle{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffbf;border-radius:20px;flex-direction:column;gap:25px;max-width:700px;height:auto;padding:40px;display:flex;box-shadow:0 5px 10px #0000000f,0 20px 40px #00000014}#StructuredProductsMC .SPtwo .cardsCont .cardEle .cardTop{align-items:center;gap:18px;display:flex}#StructuredProductsMC .SPtwo .cardsCont .cardEle .cardTop svg{color:#ef3b3b;background:#ffe1e1;border-radius:10px;width:32px;height:32px;padding:5px}#StructuredProductsMC .SPtwo .cardsCont .cardEle .cardTop h2{font-size:clamp(0px,3vh,38px)}#StructuredProductsMC .SPtwo .cardsCont .cardEle p{color:#5f697d;font-size:clamp(0px,2.4vh,24px);font-weight:700;line-height:1.7}#StructuredProductsMC .SPthree .left{flex-direction:column;gap:35px;display:flex}#StructuredProductsMC .SPthree .left h1{font-family:Genos;font-size:clamp(0px,6vh,60px)}#StructuredProductsMC .SPthree .left .line{background:#ef3b3b;width:80px;height:4px}#StructuredProductsMC .SPthree .left span{color:#5f697d;font-size:clamp(0px,2.6vh,26px);font-weight:700;line-height:1.7}#StructuredProductsMC .SPthree .left img{width:90%}#StructuredProductsMC .SPthree .right{flex-direction:column;gap:40px;display:flex}#StructuredProductsMC .SPthree .right .pointEle{align-items:flex-start;gap:25px;display:flex}#StructuredProductsMC .SPthree .right .pointEle h2{color:#9ba7ba;font-size:clamp(0px,4vh,38px)}#StructuredProductsMC .SPthree .right .pointEle p{color:#5f697d;font-size:clamp(0px,2.5vh,25px);font-weight:700;line-height:1.8}#StructuredProductsMC .SPthree .right .quoteEle{background:#ffffff80;border-radius:15px;padding:35px 35px 35px 25px}#StructuredProductsMC .SPfour{text-align:center;background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/flexBack.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;min-height:30vh;display:flex}#StructuredProductsMC .SPfour h1{font-size:clamp(0px,6vh,60px)}#StructuredProductsMC .SPfour span{color:#5f697d;max-width:70%;font-size:clamp(0px,2.5vh,25px);font-weight:700;line-height:1.7}@media (width<=1024px){#StructuredProductsMC .SPone,#StructuredProductsMC .SPthree{grid-template-columns:1fr;padding:30px}#StructuredProductsMC .SPtwo{padding:30px}#StructuredProductsMC .SPtwo .cardsCont{grid-template-columns:1fr}#StructuredProductsMC .SPthree .left img{width:100%}#StructuredProductsMC .SPfour{padding:30px}#StructuredProductsMC .SPfour span{max-width:100%}}#LegacyEstatePlanningMC{background:#f5f5f5;width:100%;min-height:100vh;overflow-x:hidden}#LegacyEstatePlanningMC *{box-sizing:border-box}#LegacyEstatePlanningMC h1,#LegacyEstatePlanningMC h2,#LegacyEstatePlanningMC h3,#LegacyEstatePlanningMC h4,#LegacyEstatePlanningMC p{margin:0}#LegacyEstatePlanningMC span,#LegacyEstatePlanningMC p,#LegacyEstatePlanningMC h1,#LegacyEstatePlanningMC h2,#LegacyEstatePlanningMC h3,#LegacyEstatePlanningMC h4{font-family:Genos}#LegacyEstatePlanningMC .quoteEle{color:#778196;border-left:4px solid #ef3b3b;padding-left:20px;font-style:italic;font-weight:700;line-height:1.8}#LegacyEstatePlanningMC .headTit{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/HP56.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:25vh;display:flex}#LegacyEstatePlanningMC .headTit h1{text-align:center;font-family:SyneMono;font-size:clamp(0px,4vh,40px)}#LegacyEstatePlanningMC .LEPone,#LegacyEstatePlanningMC .LEPtwo{padding:80px 200px}#LegacyEstatePlanningMC .LEPone{grid-template-columns:repeat(2,1fr);align-items:center;gap:60px;width:100%;min-height:100vh;display:grid}#LegacyEstatePlanningMC .LEPone .left{flex-direction:column;gap:20px;display:flex}#LegacyEstatePlanningMC .LEPone .left h1{font-size:clamp(0px,6vh,60px);line-height:1.3}#LegacyEstatePlanningMC .LEPone .left .pointsCont{flex-direction:column;display:flex}#LegacyEstatePlanningMC .LEPone .left .pointsCont .pointEle{border-bottom:1px solid #dde2ea;padding:22px 0}#LegacyEstatePlanningMC .LEPone .left .pointsCont .pointEle span{color:#4f5a70;font-size:clamp(0px,2.5vh,25px);font-weight:700;line-height:1.6}#LegacyEstatePlanningMC .LEPone .left .quoteEle{max-width:90%;margin-top:10px;font-size:clamp(0px,2.5vh,24px)}#LegacyEstatePlanningMC .LEPone .right img{width:100%}#LegacyEstatePlanningMC .LEPtwo{flex-direction:column;gap:120px;width:100%;display:flex}#LegacyEstatePlanningMC .LEPtwo .expertiseRow{grid-template-columns:repeat(2,1fr);align-items:center;gap:80px;width:100%;display:grid}#LegacyEstatePlanningMC .LEPtwo .expertiseRow .imgCont img{width:100%}#LegacyEstatePlanningMC .LEPtwo .expertiseRow .textCont{flex-direction:column;gap:30px;display:flex}#LegacyEstatePlanningMC .LEPtwo .expertiseRow .textCont h3{letter-spacing:2px;color:#9ba7ba;font-size:clamp(0px,1.6vh,16px)}#LegacyEstatePlanningMC .LEPtwo .expertiseRow .textCont h1{font-size:clamp(0px,6vh,60px);line-height:1.2}#LegacyEstatePlanningMC .LEPtwo .expertiseRow .textCont p{color:#4f5a70;font-size:clamp(0px,2.6vh,26px);font-weight:700;line-height:1.8}#LegacyEstatePlanningMC .LEPtwo .expertiseRow .textCont .quoteBox{background:#ffffff80;border-left:4px solid #ef3b3b;border-radius:10px;flex-direction:column;gap:15px;width:100%;padding:25px;display:flex}#LegacyEstatePlanningMC .LEPtwo .expertiseRow .textCont .quoteBox h4{letter-spacing:2px;color:#9ba7ba;font-size:clamp(0px,1.5vh,15px)}#LegacyEstatePlanningMC .LEPtwo .expertiseRow .textCont .quoteBox span{color:#5f697d;font-size:clamp(0px,2.4vh,24px);font-style:italic;font-weight:700;line-height:1.7}#LegacyEstatePlanningMC .LEPtwo .reverse .imgCont{order:2}#LegacyEstatePlanningMC .LEPtwo .reverse .textCont{order:1}@media (width<=1024px){#LegacyEstatePlanningMC .LEPone,#LegacyEstatePlanningMC .LEPtwo{padding:30px}#LegacyEstatePlanningMC .LEPone{grid-template-columns:1fr}#LegacyEstatePlanningMC .LEPone .left .quoteEle{max-width:100%}#LegacyEstatePlanningMC .LEPtwo{gap:80px}#LegacyEstatePlanningMC .LEPtwo .expertiseRow{grid-template-columns:1fr;gap:40px}#LegacyEstatePlanningMC .LEPtwo .reverse .imgCont{order:1}#LegacyEstatePlanningMC .LEPtwo .reverse .textCont{order:2}}#InsuranceMC{background:#f7f7f7;width:100%;min-height:100vh;overflow-x:hidden}#InsuranceMC *{box-sizing:border-box}#InsuranceMC h1,#InsuranceMC h2,#InsuranceMC h3{text-align:center;margin:0}#InsuranceMC p{margin:0}#InsuranceMC span,#InsuranceMC p{font-family:Genos}#InsuranceMC h1,#InsuranceMC h2,#InsuranceMC h3{font-family:SyneMono}#InsuranceMC .quoteEle{color:#778196;border-left:4px solid #ef3b3b;padding-left:25px;font-style:italic;font-weight:700;line-height:1.8}#InsuranceMC .headTit{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/HP56.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:25vh;display:flex}#InsuranceMC .headTit h1{font-size:clamp(0px,4vh,40px)}#InsuranceMC .INSone,#InsuranceMC .INStwo,#InsuranceMC .INSthree,#InsuranceMC .INSfour{padding:80px 200px}#InsuranceMC .INSone,#InsuranceMC .INSthree{grid-template-columns:repeat(2,1fr);place-items:center;gap:60px;width:100%;min-height:100vh;display:grid}#InsuranceMC .INSone .heroText{flex-direction:column;justify-content:center;gap:35px;display:flex}#InsuranceMC .INSone .heroText span{color:#000;font-size:clamp(0px,2.7vh,28px);font-weight:700;line-height:1.7}#InsuranceMC .INSone .heroText .quoteEle{color:#5e687b;max-width:90%;font-size:clamp(0px,2.5vh,28px)}#InsuranceMC .INSone .heroImg img{width:100%}#InsuranceMC .INStwo{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/flexBack.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;align-items:center;gap:25px;width:100%;min-height:100vh;display:flex}#InsuranceMC .INStwo h1{font-family:Genos;font-size:clamp(0px,6vh,60px)}#InsuranceMC .INStwo>span{color:#5f697d;text-align:center;max-width:70%;font-size:clamp(0px,2.5vh,25px);font-weight:700;line-height:1.7}#InsuranceMC .INStwo .cardsCont{grid-template-columns:repeat(2,auto);justify-content:center;align-items:center;gap:30px;width:100%;margin-top:30px;display:grid}#InsuranceMC .INStwo .cardsCont .cardEle{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffbf;border-radius:20px;flex-direction:column;gap:25px;max-width:700px;height:auto;padding:40px;display:flex;box-shadow:0 5px 10px #0000000f,0 20px 40px #00000014}#InsuranceMC .INStwo .cardsCont .cardEle .cardTop{align-items:center;gap:18px;display:flex}#InsuranceMC .INStwo .cardsCont .cardEle .cardTop svg{color:#ef3b3b;background:#ffe1e1;border-radius:10px;width:32px;height:32px;padding:5px}#InsuranceMC .INStwo .cardsCont .cardEle .cardTop h2{font-size:clamp(0px,3vh,38px)}#InsuranceMC .INStwo .cardsCont .cardEle p{color:#5f697d;font-size:clamp(0px,2.4vh,24px);font-weight:700;line-height:1.7}#InsuranceMC .INSthree .left{flex-direction:column;gap:35px;display:flex}#InsuranceMC .INSthree .left h1{text-align:left;font-family:Genos;font-size:clamp(0px,6vh,60px)}#InsuranceMC .INSthree .left .line{background:#ef3b3b;width:80px;height:4px}#InsuranceMC .INSthree .left span{color:#5f697d;font-size:clamp(0px,2.6vh,26px);font-weight:700;line-height:1.7}#InsuranceMC .INSthree .left img{width:90%}#InsuranceMC .INSthree .right{flex-direction:column;gap:40px;display:flex}#InsuranceMC .INSthree .right .pointEle{align-items:flex-start;gap:25px;display:flex}#InsuranceMC .INSthree .right .pointEle h2{color:#9ba7ba;font-size:clamp(0px,4vh,38px)}#InsuranceMC .INSthree .right .pointEle p{color:#5f697d;text-align:left;font-size:clamp(0px,2.5vh,25px);font-weight:700;line-height:1.8}#InsuranceMC .INSfour{flex-direction:column;align-items:center;width:100%;min-height:100vh;display:flex;position:relative}#InsuranceMC .INSfour h1{margin-bottom:80px;font-size:clamp(0px,6vh,60px)}#InsuranceMC .INSfour>img{width:100%}#InsuranceMC .INSfour .whyGrid{width:100%;height:100%;position:absolute;top:0;left:0}#InsuranceMC .INSfour .whyGrid .whyEle{text-align:center;flex-direction:column;align-items:center;gap:20px;width:280px;display:flex;position:absolute}#InsuranceMC .INSfour .whyGrid .whyEle .num{color:#5f697d;background:#fff;border:3px solid #5f697d;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;font-family:SyneMono;font-size:clamp(0px,2.4vh,24px);font-weight:700;display:flex}#InsuranceMC .INSfour .whyGrid .whyEle span{color:#5f697d;font-size:clamp(0px,2.2vh,22px);font-weight:700;line-height:1.7}#InsuranceMC .INSfour .whyGrid .whyEle1{top:18%;left:2%}#InsuranceMC .INSfour .whyGrid .whyEle2{bottom:10%;left:22%}#InsuranceMC .INSfour .whyGrid .whyEle3{top:18%;left:42%}#InsuranceMC .INSfour .whyGrid .whyEle4{bottom:10%;right:18%}#InsuranceMC .INSfour .whyGrid .whyEle5{top:18%;right:0%}@media (width<=1024px){#InsuranceMC .INSone,#InsuranceMC .INSthree{grid-template-columns:1fr;padding:30px}#InsuranceMC .INStwo,#InsuranceMC .INSfour{padding:30px}#InsuranceMC .INStwo>span{max-width:100%}#InsuranceMC .INStwo .cardsCont{grid-template-columns:1fr}#InsuranceMC .INSthree .left img{width:100%}#InsuranceMC .INSfour{gap:50px;min-height:auto}#InsuranceMC .INSfour h1{margin-bottom:0}#InsuranceMC .INSfour>img{position:static}#InsuranceMC .INSfour .whyGrid{flex-direction:column;align-items:center;gap:35px;display:flex;position:static}#InsuranceMC .INSfour .whyGrid .whyEle{width:100%;position:static}}.connectPage{background:#f7f7f7;width:100%;overflow:hidden}.connectPage .connectHero{background:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/HP56.webp) 50%/cover no-repeat;justify-content:center;align-items:center;width:100%;height:auto;display:flex;position:relative}.connectPage .connectHero .overlay{background:#fff3;position:absolute;inset:0}.connectPage .connectHero .heroContent{z-index:2;width:100%;padding:80px;position:relative}.connectPage .connectHero .heroContent h1{color:#111;text-align:center;font-family:Genos;font-size:50px;font-weight:700}.connectPage .connectContainer{width:100%;max-width:1400px;margin:auto;padding:120px 80px}.connectPage .connectContainer .topSection{justify-content:space-between;align-items:center;gap:80px;width:100%;margin-bottom:120px;display:flex}.connectPage .connectContainer .topSection .left{flex:1}.connectPage .connectContainer .topSection .left img{object-fit:cover;width:100%;max-width:650px;display:block}.connectPage .connectContainer .topSection .right{flex-direction:column;flex:1;gap:40px;display:flex}.connectPage .connectContainer .topSection .right .contactCard{align-items:flex-start;gap:24px;display:flex}.connectPage .connectContainer .topSection .right .contactCard .iconBox{background:pink;border-radius:10px;justify-content:center;align-items:center;padding:10px;display:flex}.connectPage .connectContainer .topSection .right .contactCard .iconBox svg{color:#ef2b2d}.connectPage .connectContainer .topSection .right .contactCard .text{width:100%}.connectPage .connectContainer .topSection .right .contactCard .text p{color:#1d1d1d;font-family:Genos;font-size:clamp(0px,2.5vh,30px);font-weight:500;line-height:1.5}.connectPage .connectContainer .meetingBtnWrap{justify-content:center;width:100%;margin-bottom:100px;display:flex}.connectPage .connectContainer .meetingBtnWrap .navBtn.s{padding:18px 42px}.connectPage .connectContainer .formSection{width:100%;margin-bottom:100px;padding:50px}.connectPage .connectContainer .formSection h2{text-align:center;color:#111;margin-bottom:60px;font-family:Genos;font-size:clamp(0px,6vh,60px);font-weight:700}.connectPage .connectContainer .formSection form{gap:40px;width:100%;font-family:Genos;display:flex}.connectPage .connectContainer .formSection form .leftInputs,.connectPage .connectContainer .formSection form .rightInputs{flex-direction:column;flex:1;gap:28px;display:flex}.connectPage .connectContainer .formSection form input,.connectPage .connectContainer .formSection form textarea{color:#111;background:0 0;border:2px solid #d9dfe7;border-radius:18px;outline:none;width:100%;padding:24px 26px;font-size:20px;font-weight:500;transition:all .3s}.connectPage .connectContainer .formSection form input::placeholder,.connectPage .connectContainer .formSection form textarea::placeholder{color:#8e99ab}.connectPage .connectContainer .formSection form input:focus,.connectPage .connectContainer .formSection form textarea:focus{border-color:#ef2b2d}.connectPage .connectContainer .formSection form textarea{resize:none;height:220px}.connectPage .connectContainer .formSection form .navBtn.s{width:fit-content;padding:16px 48px}.connectPage .connectContainer .mapSection{width:100%}.connectPage .connectContainer .mapSection iframe{border-radius:24px;width:100%;height:500px;overflow:hidden}@media (width<=1024px){.connectPage .connectHero .heroContent{padding:60px 20px}.connectPage .connectHero .heroContent h1{text-align:center;font-size:34px}.connectPage .connectContainer{padding:70px 20px}.connectPage .connectContainer .topSection{flex-direction:column;gap:50px;margin-bottom:80px}.connectPage .connectContainer .topSection .left img{max-width:100%}.connectPage .connectContainer .topSection .right{gap:30px;width:100%}.connectPage .connectContainer .topSection .right .contactCard{gap:18px}.connectPage .connectContainer .topSection .right .contactCard .iconBox{border-radius:14px;min-width:58px;min-height:58px}.connectPage .connectContainer .topSection .right .contactCard .iconBox svg{width:24px;height:24px}.connectPage .connectContainer .topSection .right .contactCard .text p{font-size:22px;line-height:1.4}.connectPage .connectContainer .meetingBtnWrap{margin-bottom:70px}.connectPage .connectContainer .meetingBtnWrap .navBtn.s{justify-content:center;width:100%}.connectPage .connectContainer .formSection{margin-bottom:70px}.connectPage .connectContainer .formSection h2{margin-bottom:40px;font-size:34px}.connectPage .connectContainer .formSection form{flex-direction:column;gap:28px}.connectPage .connectContainer .formSection form .leftInputs,.connectPage .connectContainer .formSection form .rightInputs{gap:20px}.connectPage .connectContainer .formSection form input,.connectPage .connectContainer .formSection form textarea{padding:18px;font-size:16px}.connectPage .connectContainer .formSection form textarea{height:180px}.connectPage .connectContainer .formSection form .navBtn.s{justify-content:center;width:100%}.connectPage .connectContainer .mapSection iframe{border-radius:18px;height:350px}}.bespokePage{background:#f7f7f7;width:100%;min-height:100vh}.bespokePage .heroSection{background:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/HP56.webp) 50%/cover no-repeat;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.bespokePage .heroSection .overlay{background:#fff3;position:absolute;inset:0}.bespokePage .heroSection .heroContent{z-index:2;width:100%;padding:80px;position:relative}.bespokePage .heroSection .heroContent h1{text-align:center;color:#111;font-family:Genos;font-size:clamp(0px,5vh,50px);font-weight:700}.bespokePage .mainContainer{flex-direction:column;gap:80px;width:100%;padding:60px 100px;display:flex}.bespokePage .heroContainer,.bespokePage .philosophyContainer{justify-content:center;align-items:center;gap:60px;width:100%;display:flex}.bespokePage .heroText,.bespokePage .philosophyText{flex-direction:column;flex:1;gap:32px;display:flex}.bespokePage .heroText h2,.bespokePage .philosophyText h2{color:#111;font-family:Genos;font-size:clamp(0px,5vh,50px);font-weight:700}.bespokePage .heroText p,.bespokePage .philosophyText p{color:#000;font-family:Genos;font-size:clamp(0px,2.5vh,30px);font-weight:500;line-height:1.6}.bespokePage .heroText .quoteBox,.bespokePage .philosophyText .quoteBox{align-items:center;gap:20px;display:flex}.bespokePage .heroText .quoteBox span,.bespokePage .philosophyText .quoteBox span{background:#ef2b2d;border-radius:20px;width:6px;height:90px}.bespokePage .heroText .quoteBox p,.bespokePage .philosophyText .quoteBox p{color:gray;font-size:clamp(0px,2.5vh,28px);font-style:italic}.bespokePage .heroImage,.bespokePage .philosophyImage{flex:1;justify-content:center;display:flex}.bespokePage .heroImage img,.bespokePage .philosophyImage img{object-fit:contain;width:100%;max-width:550px}.bespokePage .approachSection{justify-content:center;align-items:center;gap:60px;width:100%;display:flex}.bespokePage .approachSection .approachLeft{flex-direction:column;flex:1;gap:30px;display:flex}.bespokePage .approachSection .approachLeft h2{color:#111;font-family:Genos;font-size:clamp(0px,5vh,50px);font-weight:700}.bespokePage .approachSection .approachLeft p{color:#5f6d85;font-family:Genos;font-size:clamp(0px,2.5vh,30px);font-weight:500;line-height:1.6}.bespokePage .approachSection .approachLeft .miniQuote{color:#5f6d85;background:#fff;border-radius:14px;width:fit-content;padding:30px;font-family:Genos;font-size:clamp(0px,2.5vh,28px);font-style:italic;font-weight:600}.bespokePage .approachSection .approachRight{flex:1.5;grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.bespokePage .approachSection .approachRight .approachCard{background:#fff;border:1px solid #ececec;border-radius:24px;flex-direction:column;align-items:start;gap:24px;padding:30px;display:flex}.bespokePage .approachSection .approachRight .approachCard .matchCol{justify-content:center;align-items:center;gap:10px;display:flex}.bespokePage .approachSection .approachRight .approachCard .line{background:#ef2b2d;border-radius:20px;width:6px;height:42px}.bespokePage .approachSection .approachRight .approachCard h3{color:#111;font-family:Genos;font-size:clamp(0px,2.5vh,32px);font-weight:700;line-height:1.4}.bespokePage .approachSection .approachRight .approachCard p{color:#5f6d85;font-family:Genos;font-size:clamp(0px,2vh,26px);font-weight:500;line-height:1.7}.bespokePage .ctaSection{border-radius:30px;justify-content:center;align-items:center;gap:50px;width:100%;padding:40px;display:flex}.bespokePage .ctaSection .ctaImage{flex:1;justify-content:center;display:flex}.bespokePage .ctaSection .ctaImage img{width:100%;max-width:280px}.bespokePage .ctaSection .ctaContent{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:30px;display:flex}.bespokePage .ctaSection .ctaContent h2{color:#111;font-family:Genos;font-size:clamp(0px,4vh,50px);font-weight:700;line-height:1.3}.bespokePage .ctaSection .ctaContent .navBtn.s{width:fit-content}.bespokePage .ctaSection .ctaPoints{flex:1;grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.bespokePage .ctaSection .ctaPoints .point{align-items:flex-start;gap:14px;display:flex}.bespokePage .ctaSection .ctaPoints .point svg{color:#ef2b2d;min-width:22px;margin-top:6px}.bespokePage .ctaSection .ctaPoints .point p{color:#5f6d85;font-family:Genos;font-size:clamp(0px,2.5vh,28px);font-weight:600;line-height:1.5}.bespokePage .bottomBar{background:#2b2b2b;border-radius:24px;justify-content:space-around;align-items:center;gap:20px;width:100%;margin:40px 0;padding:40px;display:flex}.bespokePage .bottomBar h3{color:#fff;font-family:Genos;font-size:34px;font-weight:700}.bespokePage .bottomBar .btns{align-items:center;gap:20px;display:flex}@media (width<=1024px){.bespokePage .heroSection .heroContent{padding:40px 0}.bespokePage .heroSection .heroContent h1{font-size:34px}.bespokePage .mainContainer{gap:60px;padding:0}.bespokePage .heroContainer,.bespokePage .philosophyContainer{flex-direction:column;gap:30px;padding:0}.bespokePage .heroText,.bespokePage .philosophyText{gap:24px;width:100%;padding:20px}.bespokePage .heroText h2,.bespokePage .philosophyText h2{text-align:center}.bespokePage .heroText p,.bespokePage .philosophyText p{text-align:left}.bespokePage .heroText .quoteBox,.bespokePage .philosophyText .quoteBox{padding:0 10px}.bespokePage .heroText .quoteBox p,.bespokePage .philosophyText .quoteBox p{text-align:left;font-size:18px}.bespokePage .heroText .quoteBox span,.bespokePage .philosophyText .quoteBox span{height:70px}.bespokePage .heroImage,.bespokePage .philosophyImage{width:100%;padding:0}.bespokePage .heroImage img,.bespokePage .philosophyImage img{max-width:100%}.bespokePage .approachSection{flex-direction:column;gap:40px;padding:20px}.bespokePage .approachSection .approachLeft{width:100%;padding:0}.bespokePage .approachSection .approachLeft h2,.bespokePage .approachSection .approachLeft p{text-align:center}.bespokePage .approachSection .approachLeft .miniQuote{text-align:center;width:100%;padding:20px}.bespokePage .approachSection .approachRight{grid-template-columns:1fr;width:100%;padding:0}.bespokePage .approachSection .approachRight .approachCard{padding:20px}.bespokePage .ctaSection{flex-direction:column;gap:30px;width:100%;padding:0}.bespokePage .ctaSection .ctaImage,.bespokePage .ctaSection .ctaContent,.bespokePage .ctaSection .ctaPoints{width:100%;padding:20px}.bespokePage .ctaSection .ctaContent h2{text-align:center}.bespokePage .ctaSection .ctaContent .navBtn.s{justify-content:center;width:100%}.bespokePage .ctaSection .ctaPoints{grid-template-columns:1fr}.bespokePage .bottomBar{border-radius:0;flex-direction:column;gap:30px;width:100%;margin:0;padding:20px}.bespokePage .bottomBar h3{text-align:center;font-size:24px}.bespokePage .bottomBar .btns{flex-direction:column;width:100%;padding:0}.bespokePage .bottomBar .btns .navBtn.s{justify-content:center;width:100%}}#BlogsMC{width:100%;min-height:100vh}#BlogsMC h1{background:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/HP56.webp) 50%/cover no-repeat;place-items:center;height:20vh;margin-bottom:50px;font-family:Genos;font-size:clamp(0px,5vh,60px);display:grid}#BlogsMC span{text-align:center;justify-content:center;align-items:center;font-family:SyneMono;font-size:clamp(0px,7vh,80px);display:flex}#MediaMC{width:100%;min-height:100vh}#MediaMC h1{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/HP56.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;place-items:center;height:20vh;margin-bottom:50px;font-family:Genos;font-size:clamp(0px,5vh,60px);display:grid}#MediaMC span{text-align:center;justify-content:center;align-items:center;font-family:SyneMono;font-size:clamp(0px,7vh,80px);display:flex}#DisclosureMC{background:#fff;width:100%;min-height:100vh}#DisclosureMC .heroSec{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/HP56.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;align-items:center;width:100%;height:420px;display:flex;position:relative;overflow:hidden}#DisclosureMC .heroContent{z-index:2;flex:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}#DisclosureMC .heroContent h1{color:#111;text-align:center;margin:0;font-family:Genos;font-size:82px;font-weight:700;line-height:1}#DisclosureMC .tableSec{box-sizing:border-box;flex-direction:column;align-items:center;gap:60px;width:100%;padding:80px 40px 100px;display:flex}#DisclosureMC .tableWrap{background:#fff;border:1px solid #dfe5ec;border-radius:18px;width:100%;max-width:1040px;overflow:hidden}#DisclosureMC .tableHead{background:#f5f7fa;border-bottom:1px solid #dfe5ec;grid-template-columns:2fr 1.2fr;width:100%;display:grid}#DisclosureMC .tableRow{border-bottom:1px solid #e6ebf1;grid-template-columns:2fr 1.2fr;width:100%;display:grid}#DisclosureMC .tableRow:last-child{border-bottom:none}#DisclosureMC .th,#DisclosureMC .td{box-sizing:border-box;color:#3d4b63;padding:28px 26px;font-family:Genos}#DisclosureMC .th{letter-spacing:.08em;font-size:18px;font-weight:700;line-height:1.3}#DisclosureMC .td{font-size:20px;font-weight:600;line-height:1.5}#DisclosureMC .trail{border-left:1px solid #e6ebf1}#DisclosureMC .notesSec{flex-direction:column;gap:26px;width:100%;max-width:1040px;display:flex}#DisclosureMC .notesSec p{color:#273043;margin:0;font-family:Genos;font-size:24px;font-weight:500;line-height:1.7}@media (width<=1024px){#DisclosureMC .heroSec{height:320px}#DisclosureMC .heroContent h1{font-size:52px}#DisclosureMC .tableSec{gap:40px;padding:50px 16px 70px}#DisclosureMC .tableWrap{border-radius:14px;overflow-x:auto}#DisclosureMC .tableHead,#DisclosureMC .tableRow{min-width:720px}#DisclosureMC .th,#DisclosureMC .td{padding:22px 18px}#DisclosureMC .th{font-size:15px}#DisclosureMC .td{font-size:17px}#DisclosureMC .notesSec{gap:20px}#DisclosureMC .notesSec p{font-size:18px;line-height:1.6}}#DisclaimerMC{background:#fff;width:100%;min-height:100vh}#DisclaimerMC .heroSec{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/HP56.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;align-items:center;width:100%;height:420px;display:flex}#DisclaimerMC .heroContent{flex:1;justify-content:center;align-items:center;width:100%;display:flex}#DisclaimerMC .heroContent h1{color:#111;text-align:center;margin:0;font-family:Genos;font-size:82px;font-weight:700;line-height:1}#DisclaimerMC .contentSec{box-sizing:border-box;justify-content:center;width:100%;padding:90px 40px 110px;display:flex}#DisclaimerMC .contentWrap{flex-direction:column;gap:42px;width:100%;max-width:1060px;display:flex}#DisclaimerMC .contentWrap p{color:#3f4c63;margin:0;font-family:Genos;font-size:24px;font-weight:500;line-height:1.9}@media (width<=1024px){#DisclaimerMC .heroSec{height:320px}#DisclaimerMC .heroContent h1{font-size:52px}#DisclaimerMC .contentSec{padding:50px 16px 70px}#DisclaimerMC .contentWrap{gap:28px}#DisclaimerMC .contentWrap p{font-size:18px;line-height:1.8}}#QlMC{box-sizing:border-box;background:#fff;border-top:1px solid #ececec;place-items:center;width:100%;padding:70px 80px;display:grid}#QlMC .links{justify-content:space-between;align-items:flex-start;gap:60px;width:100%;max-width:1440px;display:flex}#QlMC .socials{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:28px;width:280px;display:flex}#QlMC .socials .logo{object-fit:contain;width:190px;display:block}#QlMC .socialsEles{flex-wrap:wrap;align-items:center;gap:14px;display:flex}#QlMC .socialsEles .socialBtn{cursor:pointer;background-color:#f7f7f7;background-position:50%;background-repeat:no-repeat;background-size:20px;border-radius:12px;width:42px;height:42px;transition:transform .25s,background-color .25s}#QlMC .socialsEles .socialBtn:hover{background-color:#efefef;transform:translateY(-3px)}#QlMC .socialsEles .youtube{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/youtubeL.webp)}#QlMC .socialsEles .linkedin{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/linkedinL.webp)}#QlMC .socialsEles .facebook{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/facebookL.webp)}#QlMC .socialsEles .instagram{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/instagramL.webp)}#QlMC .socialsEles .x{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/xL.webp)}#QlMC .downloadsSec{flex-direction:column;gap:14px;display:flex}#QlMC .downloadsSec .downloadBtn{cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:contain;width:180px;height:54px;transition:transform .25s}#QlMC .downloadsSec .downloadBtn:hover{transform:scale(.96)}#QlMC .downloadsSec .appStore{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/appStore.webp)}#QlMC .downloadsSec .gplay{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/gplay.webp)}#QlMC .QLeles{flex-direction:column;gap:22px;min-width:170px;display:flex}#QlMC .QLeles h2{color:#111;white-space:nowrap;margin:0;font-family:Genos;font-size:24px;font-weight:700;line-height:1}#QlMC .QLeles .items{flex-direction:column;gap:14px;display:flex}#QlMC .QLeles .linkItem{text-align:left;cursor:pointer;color:#666;white-space:normal;overflow-wrap:break-word;background:0 0;border:none;margin:0;padding:0;font-family:Genos;font-size:18px;font-weight:500;line-height:1.4;text-decoration:none;transition:color .2s,transform .2s}#QlMC .QLeles .linkItem:hover{color:#111;transform:translate(4px)}#QlMC .RU{max-width:260px}#QlMC .RU .items{gap:18px}#QlMC .RU .linkItem{line-height:1.5}#QlMC .footerDivider{background:#e8e8e8;width:100%;max-width:1440px;height:1px;margin:60px 0 30px}#QlMC .bottomDivider{margin:30px 0}#QlMC .riskFactors{color:#7a7a7a;width:100%;max-width:1440px;font-family:Genos;font-size:14px;font-weight:500;line-height:1.8}#QlMC .riskFactors .riskTitle{color:#4a4a4a;font-weight:700}#QlMC .riskFactors .riskText{color:#7a7a7a}#QlMC .registrationInfo{flex-direction:column;align-items:center;gap:10px;width:100%;max-width:1440px;display:flex}#QlMC .registrationInfo p{text-align:center;color:#5f5f5f;margin:0;font-family:Genos;font-size:15px;font-weight:600;line-height:1.5}#QlMC .bottomLegal{flex-direction:column;align-items:center;gap:18px;width:100%;max-width:1440px;margin-top:40px;display:flex}#QlMC .copyright{color:#7a7a7a;margin:0;font-family:Genos;font-size:15px;font-weight:500;line-height:1}#QlMC .legalLinks{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}#QlMC .legalLink{cursor:pointer;color:#6b6b6b;background:0 0;border:none;margin:0;padding:0;font-family:Genos;font-size:15px;font-weight:500;line-height:1.4;text-decoration:none;transition:color .2s}#QlMC .legalLink:hover{color:#111}#QlMC .separator{color:#9a9a9a;font-family:Genos;font-size:14px;font-weight:500}@media (width<=1024px){#QlMC{padding:50px 20px}#QlMC .links{grid-template-columns:1fr 1fr;align-items:flex-start;gap:40px 20px;display:grid}#QlMC .socials{text-align:center;grid-column:span 2;align-items:center;width:100%}#QlMC .socials .logo{width:170px}#QlMC .socialsEles{justify-content:center}#QlMC .downloadsSec{align-items:center}#QlMC .downloadsSec .downloadBtn{width:170px}#QlMC .QLeles{gap:18px;width:100%;min-width:0}#QlMC .QLeles h2{font-size:22px}#QlMC .QLeles .items{gap:12px}#QlMC .QLeles .linkItem{font-size:17px}#QlMC .RU{grid-column:span 2;max-width:100%}#QlMC .footerDivider{margin:45px 0 24px}#QlMC .bottomDivider{margin:24px 0}#QlMC .riskFactors{font-size:13px;line-height:1.7}#QlMC .registrationInfo p{font-size:14px;line-height:1.6}#QlMC .bottomLegal{gap:16px;margin-top:32px}#QlMC .copyright{text-align:center;font-size:14px}#QlMC .legalLinks{gap:8px}#QlMC .legalLink{text-align:center;font-size:14px}#QlMC .separator{font-size:13px}}html{overflow-x:scroll}#PrivacyPolicyMC{background:#fff;width:100%;min-height:100vh}#PrivacyPolicyMC .heroSec{background-image:url(https://dreamladder-assets.s3.ap-south-1.amazonaws.com/public/HP56.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;align-items:center;width:100%;height:420px;display:flex}#PrivacyPolicyMC .heroContent{flex:1;justify-content:center;align-items:center;width:100%;display:flex}#PrivacyPolicyMC .heroContent h1{color:#111;text-align:center;margin:0;font-family:Genos;font-size:82px;font-weight:700;line-height:1}#PrivacyPolicyMC .contentSec{box-sizing:border-box;justify-content:center;width:100%;padding:90px 40px 110px;display:flex}#PrivacyPolicyMC .contentWrap{flex-direction:column;gap:42px;width:100%;max-width:1080px;display:flex}#PrivacyPolicyMC .contentWrap p{color:#3f4c63;margin:0;font-family:Genos;font-size:24px;font-weight:500;line-height:1.9}#PrivacyPolicyMC .section{flex-direction:column;gap:24px;display:flex}#PrivacyPolicyMC .section h2{color:#111;margin:0;font-family:Genos;font-size:42px;font-weight:700;line-height:1.2}#PrivacyPolicyMC .section h3{color:#111;margin:0;font-family:Genos;font-size:32px;font-weight:700;line-height:1.4}#PrivacyPolicyMC .section ul{flex-direction:column;gap:18px;margin:0;padding-left:34px;display:flex}#PrivacyPolicyMC .section li{color:#3f4c63;font-family:Genos;font-size:24px;font-weight:500;line-height:1.8}@media (width<=1024px){#PrivacyPolicyMC .heroSec{height:320px}#PrivacyPolicyMC .heroContent h1{font-size:52px}#PrivacyPolicyMC .contentSec{padding:50px 16px 70px}#PrivacyPolicyMC .contentWrap{gap:30px}#PrivacyPolicyMC .contentWrap p{font-size:18px;line-height:1.8}#PrivacyPolicyMC .section{gap:18px}#PrivacyPolicyMC .section h2{font-size:30px}#PrivacyPolicyMC .section h3{font-size:24px}#PrivacyPolicyMC .section ul{gap:14px;padding-left:24px}#PrivacyPolicyMC .section li{font-size:18px;line-height:1.7}}
