:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.demo-modal{height:clamp(380px,80vh,581px);max-height:90vh;border-radius:12px;overflow:hidden}.demo-modal-body{position:relative;width:100%;height:100%;margin:0;padding:0;background-color:#f0f2ff;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;border-radius:inherit;scrollbar-width:thin;scrollbar-color:#b0bec5 transparent}.demo-modal-body::-webkit-scrollbar{width:5px}.demo-modal-body::-webkit-scrollbar-track{background:transparent}.demo-modal-body::-webkit-scrollbar-thumb{background-color:#b0bec5;border-radius:10px}.demo-modal-body::-webkit-scrollbar-thumb:hover{background-color:#90a4ae}.demo-modal-iframe{width:100%;flex:1 1 auto;min-height:0;border:none;display:block;border-radius:inherit}@media screen and (max-width:768px){.demo-modal{height:490px}}.landing-final{--solid-blue: #247cb2;--error-red-600: #be0f0f;--white: #fff;--light-b: #f0f2ff;--black-color: #000;--blue-stroke: #c7dcee;--text-light: #3a4052;--colors-primary-hue-purple-200: #eae8ff;--colors-neutrals-white: #fff;--colors-neutrals-neutral-300: #f1f2f9;--secondary-green: #1bb42d;--colors-neutrals-neutral-800: #170f49;--colors-primary-hue-purple-300: #d2ceff;--colors-neutrals-neutral-400: #d9dbe9;--colors-neutrals-neutral-200: #fbfbfe;--medium-grey: #637083;--yellow: #ffad13;--sizes-border-radius-br-5: 16px;--sizes-border-radius-br-3: 8px;--sizes-border-radius-br-1: 2px;--margin-sm: 16px;--margin-md: 32px;display:flex;flex-direction:column;text-align:center;background-color:#fff;font-family:Plus Jakarta Sans,system-ui,sans-serif;overflow-x:clip;isolation:isolate}.landing-final *,.landing-final *:before,.landing-final *:after{box-sizing:border-box}.landing-final h1,.landing-final h2,.landing-final h3,.landing-final h4,.landing-final h5,.landing-final h6,.landing-final p{margin:0;font-size:inherit;font-weight:inherit}.landing-final button{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0;border:0;background-color:transparent;background-image:none;cursor:pointer}.landing-final img,.landing-final svg,.landing-final object{display:block;max-width:100%;height:auto}.landing-final a{color:inherit;text-decoration:inherit}.landing-final ul,.landing-final ol{list-style:none;margin:0;padding:0}.landing-final .text6{font-size:18px;font-weight:600;line-height:1.722}.landing-final .subtitle2{font-size:24px;font-family:Plus Jakarta Sans;font-weight:700;line-height:1.25;letter-spacing:0px}.landing-final .subtitle3{font-size:36px;font-family:Plus Jakarta Sans;font-weight:300;line-height:1.389;letter-spacing:0px}.landing-final .text1{font-size:20px;font-weight:500}.landing-final .text8{font-size:18px;font-weight:600;line-height:1.5;letter-spacing:0px}.landing-final .subtitle1{color:#00014b;font-size:48px;font-family:Plus Jakarta Sans;font-weight:600;line-height:1.375;letter-spacing:-1.2px}.landing-final .display-2-bold{color:var(--colors-neutrals-white);font-size:14px;font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;line-height:1.15;letter-spacing:0px}.landing-final .text4{font-size:16px;font-weight:300;line-height:1.313}.landing-final .text7{font-size:16px;font-weight:500;line-height:1}.landing-final .text3{font-size:14px;font-weight:500;line-height:1.857;letter-spacing:0px}.landing-final .text5{font-style:normal;font-weight:500;line-height:1.571;letter-spacing:0px}.landing-final .text2{font-size:12px;font-weight:300}.landing-final .sub-text-error-red-600{color:var(--error-red-600)}.landing-final .italic{font-style:italic;font-weight:400}.landing-final .sub-text{font-size:15.78px;letter-spacing:.03px}.landing-final .bold{font-weight:600}.landing-final .section2{display:flex;flex-direction:column;background-position:top left,top left;background-size:cover,auto auto;background-repeat:no-repeat,no-repeat;padding:0 24px}.landing-final .section1{display:flex;flex-direction:column;padding:0 24px}.landing-final .card-light{height:474px;background-color:#ebedff;border-radius:32px}.landing-final .card3{width:300px;background-position:top left;background-size:cover;background-repeat:no-repeat;border-radius:20px;overflow:hidden}.landing-final .btn1{box-shadow:inset 0 3px 4px #dfeeff1a,inset 0 1px 1px #ffffff1a,inset 0 -2px 2px #00428926,0 2px 5px #4a3aff40;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-position:top left;background-size:auto auto;background-repeat:no-repeat;padding:0;border:.5px solid var(--colors-primary-hue-purple-300);border-radius:8px;box-sizing:border-box}.landing-final .input{border-radius:30px}.landing-final .circle-light{width:48px;height:48px;background-color:#d2eaff;border:7px solid #e9f5ff;border-radius:50%}.landing-final .btn2{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:var(--colors-neutrals-neutral-400);padding:0;border:.5px solid var(--colors-neutrals-neutral-200);border-radius:8px;box-sizing:border-box}.landing-final .group{box-shadow:4.25px 4.25px 12.91px #6f63db47;display:flex;align-items:center;padding:0 12px;border-radius:6.79px}.landing-final .card2{box-shadow:0 2px 25.8px #1971c22e;width:100%;display:flex;flex-direction:column;align-items:center;background-color:var(--white);padding:44px 20px 30px;border-radius:32px}.landing-final .circle{background-position:top left;background-size:auto auto;background-repeat:no-repeat;border-radius:50%}.landing-final .card-white{box-shadow:0 .84px 2.51px #0308181a;width:100%;height:87px;background-color:#fff;border-radius:83.67px}.landing-final .card-blue2{display:flex;align-items:flex-start;background-color:#a7acf72b;padding:25px 28px 0 33px;border-radius:20px}.landing-final .card-blue4{height:636px;background-color:#247cb21a;border-radius:42px}.landing-final .card-blue1{display:flex;flex-direction:column;background-color:#a7acf74f;padding:0 19px;border-radius:32px}.landing-final .card4.card-blue1,.landing-final .card5.card-blue1,.landing-final .card6.card-blue1{background-color:#a7acf74f}.landing-final .card-blue3{display:flex;align-items:flex-start;background-color:#a7acf72b;padding-left:32px;padding-right:28px;border-radius:20px}.landing-final .card1{display:flex;align-items:center;background-position:top left;background-size:auto auto;background-repeat:no-repeat;padding:12px 9px 12px 24px;border-radius:34px}.landing-final .circle-white{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:#fff;border-radius:50%}.landing-final .hover-bright{transition:filter .15s ease,transform .15s ease}.landing-final .hover-bright:hover{filter:brightness(1.15);transform:scale(1.03)}.landing-final .hover-dark{transition:filter .15s ease,transform .15s ease}.landing-final .hover-dark:hover{filter:brightness(.85);transform:scale(1.03)}.landing-final .row-a{display:flex;align-items:flex-start;gap:8px;font-size:24px;font-family:Plus Jakarta Sans;font-weight:700;line-height:1.3;letter-spacing:-.48px}.landing-final .row-wordmark{height:56px;width:auto;flex-shrink:0;-o-object-fit:contain;object-fit:contain}.landing-final .circle-backg{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;background:linear-gradient(99deg,#815de5 2%,#247cb2 64%,#68cea7 125%) top left / auto auto no-repeat;border-radius:50%}.landing-final .circle-backg-arrow-right{width:24px}.landing-final .landing-final-text{text-align:left;margin:0}.landing-final .landing-final-subtitle{min-height:61px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:36px;font-family:Plus Jakarta Sans;font-weight:700;line-height:.5}.landing-final .text-a{min-height:26px;flex-shrink:0;font-size:21px;font-weight:700;line-height:normal}.landing-final .text-b{margin:-5px 0 -9px -1px;min-height:48px;flex-grow:1;text-align:left}.landing-final .landing-final-rect{width:47px;height:16px;flex-shrink:0;background-color:#247cb2;border-radius:7.76px}.landing-final .landing-final-circle-blue{width:16px;height:16px;flex-shrink:0;background-color:#247cb280;border-radius:50%}.landing-final .subtitle-heading-3-invoice-a{margin-top:15px;min-height:42px;flex-shrink:0;font-size:24px;font-weight:600;line-height:42px}.landing-final .text-heading-3-invoice{margin-top:28px;width:204px;min-height:42px;flex-shrink:0;font-size:16px;font-weight:300;line-height:21px}.landing-final .e-24dp-1f1f1f{width:60px;height:60px;flex-shrink:0}.landing-final .subtitle-heading-3-invoice-b{margin-top:15px;min-height:42px;flex-shrink:0;align-self:stretch;font-size:24px;font-weight:600;line-height:42px}.landing-final .text-c{flex-grow:1;text-align:left}.landing-final .side-nav-instructor-graphic{flex-shrink:0}.landing-final .img{width:80px;flex-shrink:0;align-self:start}.landing-final .text-heading-3-link{min-height:59px;display:flex;align-items:center;flex-shrink:0;font-size:16px;font-weight:200;line-height:1.375}.landing-final .card-tracker{position:absolute;top:0;left:0;right:0;aspect-ratio:1 / 1}.landing-final .icon-a{width:24px;flex-shrink:0}.landing-final .label-a{text-align:left}.landing-final .icon-b{width:24px;flex-shrink:0}.landing-final .label-b{text-align:left}.landing-final .landing-final-subtitle-plus{min-height:45px;display:flex;align-items:center;justify-content:center;font-size:36px;font-family:Plus Jakarta Sans;font-weight:300;line-height:1.389;text-align:center}.landing-final .landing-final-col-top1{position:relative;z-index:1;display:flex;flex-direction:column;gap:40px;color:#fff;font-family:Plus Jakarta Sans;background-color:#0e0d17;margin-top:-140px;padding-top:200px;padding-bottom:63px}.landing-final .hero-gradient-bg{position:absolute;inset:45% 0 0;background:url(/landing-assets/dk-bg.png) center top / cover no-repeat;z-index:0;pointer-events:none}.landing-final .landing-final-header{position:sticky;top:0;z-index:999;display:flex;flex-direction:column;align-items:center;font-weight:500;padding:40px 24px 0;color:#fff;font-family:Plus Jakarta Sans,system-ui,sans-serif;background-color:#0e0d17;box-shadow:0 0 #64646f00;transition:padding .3s ease,color .3s ease,background-color .3s ease,box-shadow .3s ease;will-change:background-color,box-shadow;transform:translateZ(0)}.landing-final .landing-final-header .landing-final-overlay{height:100px;background-color:#ffffff0d;border-radius:16px;padding:0 24px;transition:height .3s ease,background-color .3s ease,border-radius .3s ease,padding .3s ease}.landing-final .landing-final-header.header-scrolled{padding-top:0;color:#247cb2;background-color:#fff;box-shadow:0 7px 29px #64646f33}.landing-final .landing-final-header.header-scrolled .landing-final-overlay{height:90px;background-color:transparent;border-radius:0;padding:0 24px}.landing-final .landing-final-header .landing-final-nav-list{color:inherit;transition:color .3s ease}.landing-final .landing-final-header.header-scrolled .landing-final-nav-list{color:#00014b}.landing-final .landing-final-header.header-scrolled .landing-final-text-item1,.landing-final .landing-final-header.header-scrolled .landing-final-text-item2,.landing-final .landing-final-header.header-scrolled .landing-final-text-item3{color:#247cb2}.landing-final .landing-final-header .landing-final-text-item1,.landing-final .landing-final-header .landing-final-text-item2,.landing-final .landing-final-header .landing-final-text-item3{transition:color .2s ease,background-color .2s ease}.landing-final .landing-final-header .landing-final-text-item1:hover,.landing-final .landing-final-header .landing-final-text-item2:hover,.landing-final .landing-final-header .landing-final-text-item3:hover,.landing-final .landing-final-header.header-scrolled .landing-final-text-item1:hover,.landing-final .landing-final-header.header-scrolled .landing-final-text-item2:hover,.landing-final .landing-final-header.header-scrolled .landing-final-text-item3:hover{background-color:#247cb2;color:#fff!important}.landing-final .landing-final-header .card-link1{background-color:#fff;border:1px solid #fff;transition:background .3s ease,background-color .3s ease,border-color .3s ease,color .3s ease}.landing-final .landing-final-header .card-link-text1{color:var(--solid-blue, #247cb2);transition:color .3s ease}.landing-final .landing-final-header .header-arrow-blue{display:none;width:40px;height:40px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}.landing-final .landing-final-header.header-scrolled .card-link1{background:var(--Gredient, linear-gradient(99deg, #815DE5 -2.18%, #247CB2 64.05%, #68CEA7 125.38%));border-color:transparent;color:#fff}.landing-final .landing-final-header.header-scrolled .card-link-text1{color:#fff}.landing-final .landing-final-header.header-scrolled .circle-backg{display:none}.landing-final .landing-final-header.header-scrolled .header-arrow-blue{display:block}.landing-final .landing-final-header .row-left{position:relative}.landing-final .landing-final-header .header-logo{height:56px;width:auto;-o-object-fit:contain;object-fit:contain;transition:opacity .3s ease}.landing-final .landing-final-header .header-logo-default{opacity:1}.landing-final .landing-final-header .header-logo-scrolled{position:absolute;top:0;left:0;opacity:0}.landing-final .landing-final-header.header-scrolled .header-logo-default{opacity:0}.landing-final .landing-final-header.header-scrolled .header-logo-scrolled{opacity:1}.landing-final .landing-final-header-header{display:none}.landing-final .landing-final-overlay{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1160px;height:100px;background-color:#ffffff0d;padding:0 24px 0 23px;border-radius:16px}.landing-final .row-left{margin-top:0}.landing-final .landing-final-nav-list{display:flex;align-items:center;gap:24px;font-size:16px;line-height:1.2;letter-spacing:-.32px;padding:20px 0}.landing-final .landing-final-text-item1,.landing-final .landing-final-text-item2,.landing-final .landing-final-text-item3{min-height:21px;display:flex;align-items:center;justify-content:center;text-align:center;padding:8px 17px;border-radius:30px;transition:color .2s ease,background-color .2s ease}.landing-final .landing-final-header .landing-final-text-item1.nav-active,.landing-final .landing-final-header .landing-final-text-item2.nav-active,.landing-final .landing-final-header .landing-final-text-item3.nav-active,.landing-final .landing-final-header.header-scrolled .landing-final-text-item1.nav-active,.landing-final .landing-final-header.header-scrolled .landing-final-text-item2.nav-active,.landing-final .landing-final-header.header-scrolled .landing-final-text-item3.nav-active{background-color:#247cb2;color:#fff!important}.landing-final .card-link1{margin-top:0;width:206px;height:60px;display:flex;align-items:center;gap:19px;flex-shrink:0;color:var(--solid-blue);font-size:18px;line-height:1;letter-spacing:1px;background-color:#fff;padding:0 10px;border:1px solid #fff;border-radius:34px;overflow:hidden;transition:transform .15s ease,filter .15s ease;cursor:pointer}.landing-final .card-link1:hover{transform:scale(1.04);filter:brightness(1.08)}.landing-final .card-link-text1{margin-top:0;min-height:23px;display:flex;align-items:center;text-align:left}.landing-final .landing-final-col1{margin-top:0;width:100%;max-width:1280px;display:flex;flex-direction:column;gap:0;align-self:center;align-items:center;text-align:center}.landing-final .landing-final-subtitle1{width:100%;max-width:832px;min-height:auto;display:flex;align-items:center;justify-content:center;flex-shrink:0;align-self:center;font-size:46px;font-weight:700;text-transform:capitalize;line-height:1.3;letter-spacing:-1.28px}.landing-final .landing-final-subtitle-if-ai-can-write{width:100%;max-width:860px;min-height:auto;display:flex;align-items:center;justify-content:center;flex-shrink:0;align-self:center;font-size:24px;font-weight:400;line-height:1.658;letter-spacing:0px;margin-top:0;margin-bottom:20px}.landing-final .landing-final-link1{margin-top:27px;width:314px;height:68px;gap:20px;align-self:center;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:500;line-height:1;letter-spacing:1px;border-radius:34px;background-image:linear-gradient(128deg,#815de5 2%,#247cb2 64%,#68cea7 125%);white-space:nowrap;transition:transform .15s ease,filter .15s ease;cursor:pointer}.landing-final .landing-final-link1:hover{transform:scale(1.04)!important;filter:brightness(1.1)}.landing-final .landing-final-circle-backg1{display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-final .landing-final-arrow-right1{width:24px}.landing-final .landing-final-group3{position:relative;z-index:1;box-shadow:0 5.81px 36.34px #815de5cc;margin:37px auto 0;width:70.57%;max-width:963px;aspect-ratio:963 / 540;flex-shrink:0;align-self:center;overflow:hidden;background-color:var(--light-b);border:7.27px solid #815de5;border-radius:23.26px}.landing-final .landing-final-mask-group2{position:absolute;top:0;left:0;right:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.landing-final .hero-video-wrapper{position:relative}.landing-final .hero-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:60px;background:linear-gradient(99.47deg,#815de5 2.18%,#247cb2 64.05%,#68cea7 125.38%);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;opacity:1;transition:transform .15s ease;padding:0}.landing-final .hero-play-btn:hover{transform:translate(-50%,-50%) scale(1.1)}.landing-final .hero-play-btn svg{width:24px;height:24px}.landing-final .video-mute-btn{position:absolute;z-index:5;width:36px;height:36px;border-radius:50%;border:none;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background .2s ease,transform .2s ease}.landing-final .video-mute-btn:hover{background:#000000a6;transform:scale(1.1)}.landing-final .video-mute-btn svg{width:18px;height:18px}.landing-final .hero-mute-btn{inset:auto 12px 12px auto;transform:none}.landing-final .hero-mute-btn:hover{transform:scale(1.1)}.landing-final .hero-category-tabs{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;gap:0;margin:0 auto;width:70.57%;max-width:963px;align-self:center}.landing-final .hero-tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 12px}.landing-final .hero-tab-icon{width:60px;height:60px;color:#fff;-o-object-fit:contain;object-fit:contain}.landing-final .hero-tab span{font-size:18px;font-weight:700;color:#fff;text-align:center;font-family:Plus Jakarta Sans,system-ui,sans-serif}.landing-final .hero-tab-divider{width:1px;height:72px;background:#ffffff40;flex-shrink:0}.stats-banner .landing-final-subtitle2,.landing-final .landing-final-subtitle2{position:relative;margin-top:0;align-self:center;font-size:36px;font-weight:700;line-height:1.3;letter-spacing:0px;text-align:center;color:#fff}.stats-banner{position:relative;z-index:3;background-color:#00014b;color:#fff;font-family:Plus Jakarta Sans,system-ui,sans-serif;width:100%;display:flex;flex-direction:column;align-items:center;padding:60px 0 40px}.landing-final .hero-tabs-mobile{display:none}.landing-final .landing-final-col-bottom1{position:relative;z-index:2;margin:0;width:100%;display:flex;align-items:center;line-height:1.5;letter-spacing:0px;background-color:transparent;padding:16px 0 48px}.landing-final .landing-final-row1{display:flex;align-items:center;justify-content:center;gap:98px;max-width:1243px;margin:0 auto;padding:8px 0}.landing-final .landing-final-col-left1{width:362px;display:flex;flex-direction:column;gap:8px;flex-shrink:0;text-align:center}.landing-final .landing-final-text-bottom1{min-height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-final .landing-final-col2{width:271px;display:flex;flex-direction:column;flex-shrink:0;text-align:center}.landing-final .landing-final-text-of-ai-written{min-height:64px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:20px;font-weight:500;line-height:1.3}.landing-final .landing-final-text-bottom2{min-height:51px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px;font-weight:300}.landing-final .landing-final-col-right1{width:358px;display:flex;flex-direction:column;flex-shrink:0;text-align:center}.landing-final .landing-final-text-of-faculty{margin:0 6px;min-height:59px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-final .landing-final-text-bottom3{min-height:45px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-final .landing-final-section-rts1{position:relative;z-index:4;display:flex;flex-direction:column;align-items:center;font-family:Plus Jakarta Sans;letter-spacing:0px;text-align:left;background-color:#ebedff;padding:120px 0}.landing-final .landing-final-col3{width:calc(100% - 206px);max-width:1140px;display:flex;flex-direction:column;align-self:center}.landing-final .landing-final-btn-link{width:auto;display:inline-flex;justify-content:center;align-self:start;color:#00014b;font-size:16px;font-style:normal;font-weight:700;line-height:1;letter-spacing:1px;text-align:center;background-color:var(--white);padding:14px 24px;border-radius:34px;cursor:default;pointer-events:none}.landing-final .landing-final-subtitle6{margin-top:24px;width:100%;max-width:818px;min-height:auto;display:flex;align-items:center;flex-shrink:0;align-self:start}.landing-final .landing-final-row2{display:flex;align-items:center;justify-content:space-between;color:#00014be6;font-size:24px;font-weight:400;line-height:1.2;width:100%}.landing-final .landing-final-subtitle7{text-align:left}.landing-final .landing-final-row-right1{display:flex;align-items:flex-start;gap:10px}.landing-final .circle-button-a{position:relative;width:60px;height:60px;flex-shrink:0;border:2px solid var(--solid-blue);border-radius:50%}.landing-final .circle-button-icon1{position:absolute;top:14px;left:50%;translate:-50% 0;width:15px;height:30px}.landing-final .landing-final-row3{margin-top:50px;display:flex;align-items:stretch;gap:40px;width:100%}.landing-final .landing-final-col-left2{flex:1 1 38%;min-width:0;display:flex;flex-direction:column;color:#00014b;font-size:14px;text-align:left}.landing-final .card4{display:flex;flex-direction:column;gap:30px;background-color:#00015fe6;padding:22px 19px 24px 17px;border-radius:32px}.landing-final .card-text-top1{margin-left:2px}.landing-final .card-text-you-re-presenting{margin-left:2px;margin-right:11px;min-height:82px;flex-shrink:0}.landing-final .card-row-bottom1{margin-right:2px;margin-top:4px;display:flex;align-items:flex-start;gap:71px;font-style:italic;font-weight:400;padding-bottom:3px}.landing-final .card-text-verbal-assessment{margin-top:-4px;min-height:20px;line-height:normal;text-align:left}.landing-final .card-text-business{margin-right:-6px;margin-top:-4px;min-height:36px;flex-grow:1;line-height:1.429;text-align:left}.landing-final .card5{display:flex;flex-direction:column;background-color:#00015fe6;padding:24px 19px 26px 17px;border-radius:32px;gap:18px}.landing-final .card-text-top2{min-height:31px;flex-shrink:0;font-size:21px;font-weight:700;line-height:normal}.landing-final .card-text-your-patient{margin-right:6px;min-height:78px;flex-shrink:0}.landing-final .card-row-bottom2{margin:21px 8px 0 1px;display:flex;align-items:flex-start;gap:30px;font-style:italic;font-weight:400;line-height:1.429}.landing-final .card-text1{width:92%}.landing-final .card-text-healthcare{margin:-5px -7px -1px 0;width:108%;min-height:40px;flex-grow:1;text-align:left}.landing-final .landing-final-group-bottom{margin-top:2px}.landing-final .card6{display:flex;flex-direction:column;background-color:#00015fe6;padding:23px 19px 33px 17px;border-radius:32px;gap:25px}.landing-final .card-text-a-critical-server{margin-right:8px;min-height:77px;flex-shrink:0}.landing-final .card-row-bottom3{margin:7px 5px 0 1px;display:flex;align-items:flex-start;gap:55px;font-style:italic;font-weight:400;line-height:1.429}.landing-final .card-text-technical{margin-bottom:-8px;width:99%}.landing-final .card-text-engineering{margin-left:0;margin-right:-9px;width:101%}.landing-final .landing-final-group5{position:relative;box-shadow:0 5.92px 37.03px #815de5cc;margin-top:0;flex:1.5 1 55%;height:394px;min-height:0;min-width:0;color:var(--white);font-size:20.74px;font-family:Plus Jakarta Sans;font-weight:600;line-height:1.571;background-color:#000;border:7px solid #815de5;border-radius:23.7px;overflow:hidden}.landing-final .landing-final-mask-group3{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px}.landing-final video.landing-final-mask-group3{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;border-radius:16px}.landing-final video.landing-final-mask-group3:first-of-type{position:relative;height:100%}.landing-final .usecase-play-pause-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;width:52px;height:52px;border-radius:60px;border:none;background:linear-gradient(99.47deg,#815de5 2.18%,#247cb2 64.05%,#68cea7 125.38%);display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:1;transition:transform .2s ease}.landing-final .usecase-play-pause-btn:hover{transform:translate(-50%,-50%) scale(1.1)}.landing-final .usecase-play-pause-btn svg{width:24px;height:24px}.landing-final .usecase-mute-btn{inset:auto 10px 10px auto;transform:none}.landing-final .usecase-mute-btn:hover{transform:scale(1.1)}.landing-final .landing-final-row4{position:absolute;bottom:8%;right:5%;display:flex;align-items:center;gap:18px;padding:6px 0}.landing-final .landing-final-text-sarah-is-talking{text-align:left}.landing-final .landing-final-sound-wave{width:74px;flex-shrink:0}.landing-final .landing-final-circle-play{position:absolute;top:46%;left:46%;transform:translate(-50%,-50%);width:53px;height:53px;background-image:linear-gradient(99deg,#815de5 2%,#247cb2 64%,#68cea7 125%)}.landing-final .landing-final-play-arrow{position:absolute;top:14px;left:50%;translate:-50% 0;width:24px;height:24px}.landing-final .landing-final-row-bottom1{margin-top:70px;display:flex;align-items:center;gap:10px;align-self:center}.landing-final .usecase-card-white{background-color:#fff!important;color:#00014b!important;box-shadow:0 4px 24px #00014b14;padding:28px 24px 30px;border-radius:20px;flex:1;display:flex;flex-direction:column;gap:16px}.landing-final .usecase-card-white .text-a,.landing-final .usecase-card-white .card-text-top1,.landing-final .usecase-card-white .card-text-top2,.landing-final .usecase-card-white .card-text-top3{color:#00014b;font-size:22px;font-weight:700;line-height:1.3;min-height:auto;margin:0}.landing-final .usecase-card-white .text3,.landing-final .usecase-card-white .card-text-you-re-presenting,.landing-final .usecase-card-white .card-text-your-patient,.landing-final .usecase-card-white .card-text-a-critical-server{color:#3a4052;font-size:18px;line-height:1.6;min-height:auto;margin:0}.landing-final .usecase-card-white .card-row-bottom1,.landing-final .usecase-card-white .card-row-bottom2,.landing-final .usecase-card-white .card-row-bottom3{color:#00014ba1;margin-top:auto;gap:24px;font-size:14px;padding-top:12px}.landing-final .usecase-card-white .card-text-verbal-assessment,.landing-final .usecase-card-white .card-text-business,.landing-final .usecase-card-white .card-text-healthcare,.landing-final .usecase-card-white .card-text-technical,.landing-final .usecase-card-white .card-text-engineering,.landing-final .usecase-card-white .card-text1,.landing-final .usecase-card-white .text-b{color:#00014ba1;min-height:auto;margin:0;width:auto}.landing-final .usecase-active-card-wrap{width:100%;flex:1;display:flex;flex-direction:column}.landing-final .usecase-cta-link{margin-top:70px;align-self:center;background-image:linear-gradient(128deg,#815de5 2%,#247cb2 64%,#68cea7 125%);font-size:14px;font-weight:500;transition:transform .15s ease,filter .15s ease;cursor:pointer;letter-spacing:.8px;white-space:nowrap;border-radius:34px;gap:12px;padding:8px 8px 8px 24px;height:auto}.landing-final .usecase-cta-link .landing-final-text{color:#fff;margin:0}.landing-final .usecase-cta-link .circle-white{width:36px;height:36px}.landing-final .usecase-cta-link .landing-final-arrow-right1{width:18px}.landing-final .usecase-cta-link:hover{transform:scale(1.04)!important;filter:brightness(1.1)}.landing-final .landing-final-col4{margin-left:auto;margin-right:auto;margin-top:120px;width:calc(100% - 206px);max-width:1140px;display:flex;flex-direction:column;align-items:center;gap:40px;align-self:center}.landing-final .landing-final-subtitle8{min-height:131px;display:block;flex-shrink:0;text-align:center;align-self:stretch}.landing-final .gap-subtitle{font-size:24px;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-weight:400;line-height:39.8px;color:#000;text-align:center;max-width:1023px}.landing-final .landing-final-row5{margin-right:1px;display:flex;align-items:flex-start;gap:24px;align-self:stretch;color:#170f49;font-family:Plus Jakarta Sans;letter-spacing:0px}.landing-final .card-left{min-height:317px;justify-content:flex-start;gap:0;flex-grow:1;text-align:center}.landing-final .card-left-cognition{width:60px;height:60px;flex-shrink:0}.landing-final .card-left-subtitle{margin-top:15px;align-self:stretch}.landing-final .card7{min-height:316px;align-items:center;justify-content:flex-start;gap:0;flex-grow:1;text-align:center}.landing-final .card-row-top{position:relative;width:60px;height:60px;align-self:center;display:flex;align-items:center;justify-content:center}.landing-final .card-psychology1{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.landing-final .card-psychology2{position:relative;z-index:1;width:43px;height:46px}.landing-final .card-subtitle1{margin-top:15px;align-self:stretch}.landing-final .card-text2{margin-top:28px;width:206px;min-height:62px;flex-shrink:0}.landing-final .card8{min-height:318px;justify-content:flex-start;gap:0;flex-grow:1;text-align:center}.landing-final .card-text3{width:auto;align-self:stretch}.landing-final .card-schedule{margin:0}.landing-final .card-right{min-height:315px;justify-content:flex-start;gap:0;flex-grow:1;text-align:center}.landing-final .card-right-text{margin-top:28px;width:212px;min-height:46px;flex-shrink:0}.landing-final .landing-final-section-rts2{margin-top:125px;gap:19px;color:#fff;background-color:#050b20;background-image:url(/landing-assets/section4-stepper-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding-top:120px;padding-bottom:120px;position:relative;overflow:hidden;align-items:center}.landing-final .row1{margin-left:-1px;align-self:center}.landing-final .landing-final-subtitle-your-course{color:unset;text-align:center;margin-bottom:21px}.landing-final .landing-final-subtitle-you-ve-already{display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:24px;font-family:Plus Jakarta Sans;font-weight:700;line-height:1.2;letter-spacing:0px;text-align:center}.landing-final .landing-final-subtitle-no-grading{display:block;font-size:18px;font-family:Plus Jakarta Sans;font-weight:400;line-height:1.5;color:#fffc;text-align:center;align-self:center;white-space:nowrap;margin-bottom:52px}.landing-final .landing-final-col5{margin-top:0;width:calc(100% - 48px);max-width:1198px;display:flex;flex-direction:column;gap:42px;align-self:center;padding:1px 0}.landing-final .landing-final-stepper{box-shadow:inset 0 -1.17px 1.17px #96a1ac1f;margin:0;display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:8px;color:#64688780;font-size:14px;font-family:Plus Jakarta Sans;font-weight:600;line-height:1.357;letter-spacing:-.25px;background-color:var(--white);padding:24px;height:100px;border:.5px solid var(--colors-primary-hue-purple-200);border-radius:16px;width:100%;box-sizing:border-box}.landing-final .landing-final-bar{width:19px;height:3px;min-width:8px;flex-shrink:1;background-color:#d9dbe9;border-radius:2px}.landing-final .stepper-bar-track{width:19px;height:3px;min-width:8px;flex-shrink:1;background-color:#d9dbe9;border-radius:2px;position:relative;overflow:hidden}.landing-final .stepper-bar-fill{position:absolute;inset:0;background-color:var(--solid-blue);border-radius:inherit;transform-origin:left}.landing-final .steps{margin-left:8px;display:flex;align-items:center;gap:8px;flex-shrink:0}.landing-final .steps-btn-dot{justify-content:center;flex-shrink:0;color:#514f6e;font-size:14px;font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;line-height:1.15;letter-spacing:0px;text-align:center}.landing-final .landing-final-steps1{width:191px;display:flex;align-items:center;gap:8px;flex-shrink:0;color:var(--colors-neutrals-neutral-800)}.landing-final .landing-final-dot{box-shadow:inset 0 -1.17px 1.17px #96a1ac1f,0 2px 5px #170f490f;width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background-color:var(--colors-neutrals-white);padding:0;border:.5px solid var(--colors-neutrals-neutral-300);border-radius:var(--sizes-border-radius-br-3);box-sizing:border-box}.landing-final .landing-final-filled-check-circle{height:16px}.landing-final .landing-final-bar1{width:100%;height:100%;background-color:var(--solid-blue);border-radius:var(--sizes-border-radius-br-1)}.landing-final .landing-final-steps2{margin-left:8px;width:209px;display:flex;align-items:center;gap:8px;flex-shrink:0;color:var(--colors-neutrals-neutral-800)}.landing-final .landing-final-btn-dot{justify-content:center;flex-shrink:0;text-align:center;background-image:linear-gradient(99deg,#815de5 2%,#247cb2 64%,#68cea7 125%)}.landing-final .steps1{width:152px}.landing-final .steps2{width:170px}.landing-final .steps3{width:160px}.landing-final .steps4{width:163px}.landing-final .stepper-step{display:flex;align-items:center;gap:8px;transition:color .3s ease}.landing-final .stepper-step-active,.landing-final .stepper-step-completed,.landing-final .stepper-text-active{color:var(--colors-neutrals-neutral-800)}.landing-final .stepper-mute-btn{inset:auto 16px 16px auto;transform:none}.landing-final .stepper-mute-btn:hover{transform:scale(1.1)}.landing-final .step-image-wrapper{box-shadow:0 0 36.7px 6px #4000ff1a;margin:0 19px;background:linear-gradient(99deg,#815de5 2%,#247cb2 64%,#68cea7 125%) top left / auto auto no-repeat;border:6px solid #fff;border-radius:32px;overflow:hidden;padding:0;width:calc(100% - 38px);align-self:center;box-sizing:border-box}.landing-final .step-mockup-img{display:block;width:100%;height:auto;border-radius:26px;-o-object-fit:cover;object-fit:cover}.landing-final .side-nav-instructor{margin:-6px 0 -6px -6px;display:flex;flex-direction:column;align-items:center;gap:287px;background-color:var(--black-color);padding:27px 10px}.landing-final .side-nav-instructor-col-top{display:flex;flex-direction:column;align-items:center;gap:20px}.landing-final .side-nav-instructor-frame{box-shadow:0 1.7px 6.79px #63636333;width:41px;background:linear-gradient(99deg,#815de5 2%,#247cb2 64%,#68cea7 125%) top left / auto auto no-repeat;padding:10px;border-radius:13.59px}.landing-final .side-nav-instructor-fi1{aspect-ratio:1 / 1}.landing-final .side-nav-instructor-category{width:41px;height:41px;flex-shrink:0;background-color:var(--black-color);border-radius:13.59px}.landing-final .side-nav-instructor-col-bottom{display:flex;flex-direction:column;align-items:center;gap:20px}.landing-final .component-a{width:41px;background-color:#1c1d1e;padding:10px;border-radius:13.59px}.landing-final .component-vuesax-linear-sun{height:20px}.landing-final .side-nav-instructor1 .side-nav-instructor-graphic1{width:48px;height:48px}.landing-final .side-nav-instructor1 .side-nav-instructor-fi2{width:20px;aspect-ratio:1 / 1}.landing-final .landing-final-col6{box-shadow:0 3.4px 57.41px #0f53923d;margin-top:14px;display:flex;flex-direction:column;gap:21px;flex-grow:1;text-align:left;background-color:var(--white);padding:27px 10px 27px 27px;border-radius:13.59px}.landing-final .landing-final-col-top2{margin-right:17px;display:flex;flex-direction:column;gap:3px}.landing-final .landing-final-row6{display:flex;align-items:center;gap:7px;color:var(--black-color);font-size:27.17px;font-weight:700;line-height:1.25}.landing-final .landing-final-graphic{transform-origin:50% 50%;width:24px;flex-shrink:0;aspect-ratio:1 / 1}.landing-final .landing-final-subtitle-let-s-design{text-align:left}.landing-final .landing-final-text-start-by-telling{color:var(--text-light);font-size:15.29px;font-weight:600;line-height:1.2}.landing-final .landing-final-row7{display:flex;align-items:flex-start;gap:12px;font-size:11.89px;line-height:1.429;padding-right:2px}.landing-final .landing-final-col7{display:flex;flex-direction:column;gap:16px;flex-grow:1;text-align:left}.landing-final .component-b{display:flex;flex-direction:column;gap:10px}.landing-final .component-row-top{display:flex;align-items:center;justify-content:space-between;font-weight:600}.landing-final .frame{display:flex;align-items:center;gap:3px;color:var(--solid-blue);line-height:1.571;padding:3px 7px}.landing-final .frame-fi{width:17px;flex-shrink:0;aspect-ratio:1 / 1}.landing-final .frame-text{text-align:left}.landing-final .component-row-left{display:flex;align-items:center;gap:3px;color:var(--black-color);line-height:1.714}.landing-final .component-fi{width:20px;flex-shrink:0;aspect-ratio:1 / 1}.landing-final .component-text{text-align:left}.landing-final .component-row{display:flex;align-items:flex-start;gap:14px}.landing-final .suggestion-card-a{width:100%;min-height:172px;display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex-grow:1;text-align:left;background-color:var(--white);padding:6px 9px;border:1px solid var(--blue-stroke);border-radius:6.79px}.landing-final .suggestion-card-col1{display:flex;flex-direction:column;gap:7px;align-self:stretch}.landing-final .suggestion-card-col2{display:flex;flex-direction:column;align-items:flex-start;gap:5px;color:var(--black-color);font-size:15.29px;font-weight:600;line-height:1.444}.landing-final .suggestion-card-circle1{position:relative;margin-left:-3px;flex-shrink:0}.landing-final .suggestion-card-fi1{position:absolute;top:7px;left:50%;translate:-50% 0;width:20px;aspect-ratio:1 / 1}.landing-final .suggestion-card-text-structured{align-self:stretch}.landing-final .suggestion-card-text-evaluate{color:var(--text-light);font-weight:500;line-height:1.571}.landing-final .suggestion-card-row-bottom1{justify-content:center;gap:3px;color:var(--solid-blue);font-weight:700;line-height:2}.landing-final .suggestion-card-text-remix1{text-align:center}.landing-final .suggestion-card-fi2{width:14px;flex-shrink:0;aspect-ratio:1 / 1}.landing-final .suggestion-card-b{width:100%;min-height:171px;display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex-grow:1;text-align:left;background-color:var(--white);padding:6px 9px;border:1px solid var(--blue-stroke);border-radius:6.79px}.landing-final .suggestion-card-col3{display:flex;flex-direction:column;gap:7px;align-self:stretch}.landing-final .suggestion-card-col4{display:flex;flex-direction:column;align-items:flex-start;gap:5px;color:var(--black-color);font-size:15.29px;font-weight:600;line-height:1.444}.landing-final .suggestion-card-circle2{position:relative;margin-left:-3px;flex-shrink:0}.landing-final .suggestion-card-fi3{position:absolute;top:7px;left:50%;translate:-50% 0;width:20px;aspect-ratio:1 / 1}.landing-final .suggestion-card-text1{align-self:stretch}.landing-final .suggestion-card-text2{color:var(--text-light);font-weight:500;line-height:1.571}.landing-final .suggestion-card-row-bottom2{justify-content:center;gap:3px;color:var(--solid-blue);font-weight:700;line-height:2}.landing-final .suggestion-card-text-remix2{text-align:center}.landing-final .suggestion-card-fi4{width:14px;flex-shrink:0;aspect-ratio:1 / 1}.landing-final .landing-final-row-top1{display:flex;align-items:flex-start;gap:14px;align-self:start;font-weight:500}.landing-final .cohorts{display:flex;flex-direction:column;gap:3px;flex-shrink:0;text-align:left}.landing-final .cohorts-text{color:var(--black-color)}.landing-final .cohorts-row{display:flex;align-items:center;justify-content:space-between;color:var(--medium-grey);background-color:var(--white);padding:8px 9px;border:1px solid var(--blue-stroke);border-radius:6.79px}.landing-final .cohorts-text-select{text-align:left}.landing-final .cohorts-keyboard{transform-origin:50% 50%;width:17px;flex-shrink:0;aspect-ratio:1 / 1}.landing-final .learning-program{width:365px}.landing-final .cohorts1{width:170px}.landing-final .landing-final-col8{margin-top:1px;display:flex;flex-direction:column;gap:3px}.landing-final .landing-final-text-specify-what{color:var(--black-color);font-weight:500}.landing-final .landing-final-div{display:flex;flex-direction:column;gap:14px;background-color:var(--white);padding:9px;border:1px solid var(--blue-stroke);border-radius:13.59px}.landing-final .landing-final-text-type-your-goal{min-height:42px;flex-shrink:0;color:#05011c;font-weight:400}.landing-final .landing-final-row-bottom2{display:flex;align-items:flex-start;justify-content:space-between;color:var(--white);font-weight:700}.landing-final .landing-final-row-left{margin-left:-1px;display:flex;align-items:flex-start;gap:12px}.landing-final .circle-attach-file{margin:-1px 0;width:32px;height:32px;flex-shrink:0;background-color:var(--white);padding:7px;border:1px solid var(--blue-stroke);border-radius:50%}.landing-final .circle-attach-file-fi{aspect-ratio:1 / 1}.landing-final .btn-right{box-shadow:0 1.7px 6.79px #63636333;opacity:.6;width:77px;display:flex;align-items:center;justify-content:center;gap:9px;flex-shrink:0;font-style:normal;letter-spacing:-.24px;text-align:unset;background:linear-gradient(99deg,#815de5 2%,#247cb2 64%,#68cea7 125%) top left / auto auto no-repeat;padding:7px 8px;border-radius:6.79px}.landing-final .btn-right-icon-send-submit-success{width:14px;height:14px;flex-shrink:0}.landing-final .btn-right-label{text-align:center}.landing-final .component2 .suggestion-card2{padding-top:9px;padding-bottom:9px}.landing-final .component2 .suggestion-card2 .suggestion-card-circle2{margin-top:-3px}.landing-final .landing-final-line-right{margin-top:9px;width:0;height:68px;flex-shrink:0;border-left:3px solid var(--medium-grey);border-radius:3.4px}.landing-final .landing-final-row-bottom3{margin-left:-1px;margin-top:31px;display:flex;align-items:flex-start;gap:10px;align-self:center}.landing-final .landing-final-circle-white{width:16px;height:16px;flex-shrink:0;background-color:#ffffff80;border-radius:50%}.landing-final .landing-final-rect-left2{width:47px;height:16px;flex-shrink:0;background-color:#fff;border-radius:7.76px}.landing-final .landing-final-tp-services{margin-top:99px;width:calc(100% - 206px);max-width:1140px;display:flex;flex-direction:column;gap:30px;align-self:center;font-family:Plus Jakarta Sans}.landing-final .landing-final-subtitle9{min-height:132px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;color:#00014b;font-size:48px;font-weight:600;line-height:1.375;text-align:center;letter-spacing:-1.2px}.landing-final .landing-final-subtitle9 .subtitle9-italic{font-style:italic;font-weight:400}.landing-final .landing-final-row8{margin-top:47px;display:flex;align-items:flex-start;gap:40px}.landing-final .card-bg1{min-height:532px;display:flex;flex-direction:column;justify-content:center;gap:8px;flex-grow:1;color:#fff;text-align:left;background:url(/landing-assets/section5-card-bg.png) center / cover no-repeat;padding:0 40px;border-radius:30px}.landing-final .card-bg-forum{margin-left:0;margin-top:5px;width:80px;flex-shrink:0;align-self:start}.landing-final .card-bg-content{margin:5px 0 0;display:flex;flex-direction:column;gap:7px;font-weight:600;letter-spacing:0px;padding-bottom:1px}.landing-final .card-bg-text-top{opacity:.7;min-height:15px;display:flex;align-items:center;flex-shrink:0;font-size:13px;text-transform:uppercase;line-height:.923}.landing-final .card-bg-subtitle{font-size:24px;font-weight:700;line-height:1.333}.landing-final .card-bg-text-bottom{margin-top:3px;min-height:84px;display:flex;align-items:center;flex-shrink:0;font-size:16px;line-height:1.313}.landing-final .card-bg-link{display:flex;align-items:center;gap:13px;align-self:start;font-size:14.07px;font-weight:500;line-height:1;letter-spacing:.78px;padding:8px 7px 7px 21px;border:2px solid #fff;border-radius:26.58px;transition:transform .15s ease,filter .15s ease;cursor:pointer}.landing-final .card-bg-link:hover{transform:scale(1.04);filter:brightness(1.1)}.landing-final .card-bg-text-try-a-live{margin-top:9px;text-align:left}.landing-final .card-bg-circle{display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0}.landing-final .card-bg-arrow-right{width:19px}.landing-final .card-border1{width:360px;min-height:532px;display:flex;flex-direction:column;justify-content:flex-start;gap:8px;flex-shrink:0;color:#000229;letter-spacing:0px;text-align:left;padding:32px 24px;border:1px solid #e9ebf1;border-radius:20px;background-color:#f5f7ff;box-sizing:border-box}.landing-final .card-border-stacks{margin-left:1px;width:80px;height:80px;-o-object-fit:contain;object-fit:contain;flex-shrink:0;align-self:start}.landing-final .card-border-subtitle1{margin-top:auto;min-height:46px;display:flex;align-items:center;flex-shrink:0;font-size:24px;font-weight:700;line-height:1.25}.landing-final .card-border-text1{min-height:66px;flex-shrink:0;font-size:16px;font-weight:200;line-height:1.375}.landing-final .landing-final-row-bottom4{display:flex;align-items:flex-start;gap:40px;color:#000229;letter-spacing:0px}.landing-final .card-border2{width:100%;min-height:360px;display:flex;flex-direction:column;justify-content:center;gap:19px;flex-grow:1;text-align:left;padding:0 23px;background-color:#f5f7ff;border:1px solid #e9ebf1;border-radius:20px}.landing-final .card-border-ev-shadow{margin-top:-7px}.landing-final .card-border-subtitle2{margin-top:62px;min-height:36px;display:flex;align-items:center;flex-shrink:0}.landing-final .card-border-text2{margin-right:3px;min-height:71px;display:flex;align-items:center;flex-shrink:0;font-size:16px;font-weight:200;line-height:1.375}.landing-final .card-border3{width:100%;min-height:360px;display:flex;flex-direction:column;justify-content:center;gap:20px;flex-grow:1;text-align:left;padding-left:23px;padding-right:15px;background-color:#f5f7ff;border:1px solid #e9ebf1;border-radius:20px}.landing-final .card-border-recommend{margin-top:-3px}.landing-final .card-border-subtitle3{margin-right:3px;margin-top:64px;min-height:59px;display:flex;align-items:center;flex-shrink:0}.landing-final .card-border4{width:100%;min-height:360px;display:flex;flex-direction:column;justify-content:center;gap:17px;flex-grow:1;text-align:left;padding:0 28px;background-color:#f5f7ff;border:1px solid #e9ebf1;border-radius:20px}.landing-final .card-border-discover{margin-top:-8px}.landing-final .card-border-subtitle4{margin:56px 1px 0;min-height:40px;display:flex;align-items:center;flex-shrink:0}.landing-final .card-border-text4{margin-right:26px}.landing-final .landing-final-col9{margin-top:68px;width:calc(100% - 206px);max-width:1140px;display:flex;flex-direction:column;align-self:center}.landing-final .landing-final-subtitle10{min-height:141px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-final .landing-final-row9{display:flex;align-items:flex-start;gap:89px}.landing-final .landing-final-group-left{position:relative;width:100%;flex-grow:1;font-family:Plus Jakarta Sans;text-align:left;padding-top:388px}.landing-final .landing-final-group6{position:absolute;top:42px;left:18px;right:13px}.landing-final .landing-final-card-img{position:absolute;top:147px;left:311px;width:185px}.landing-final .landing-final-main-card{position:absolute;top:98px;left:29px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 16px 40px #247cb25c;width:calc(100% - 29px);max-width:467px;background-color:#fff;aspect-ratio:8 / 5;padding:18px 19px;border:2px solid rgba(255,255,255,.14);border-radius:30px;overflow:hidden}.landing-final .landing-final-frame2{position:absolute;z-index:4;top:0;left:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 11px 26.4px #247cb242;width:164px;background-color:#fff;padding:14px;border:2px solid rgba(255,255,255,.14);border-radius:30px}.landing-final .card9{position:relative;z-index:5;-webkit-backdrop-filter:blur(3.16px);backdrop-filter:blur(3.16px);box-shadow:0 6px 40.7px #247cb25c;margin-left:auto;width:318px;display:flex;flex-direction:column;background-color:#fff;padding:9px 0 17px 20px;border:2px solid rgba(255,255,255,.14);border-radius:23.67px}.landing-final .card-text-score-summary{margin-right:-2px;color:var(--black-color);font-size:12.63px;font-weight:700;line-height:1.5;letter-spacing:0px}.landing-final .card-row{margin-right:-23px;display:flex;align-items:center;gap:13px;font-size:11.05px}.landing-final .card-component{position:relative;width:103px;flex-shrink:0;text-align:center}.landing-final .card-group{position:relative;z-index:3;padding:31px 30px 31px 31px}.landing-final .card-content1{position:relative;z-index:1;display:flex;flex-direction:column}.landing-final .card-text4{color:var(--black-color);font-weight:700;line-height:22.1px;letter-spacing:.02px}.landing-final .card-text-support{color:var(--text-light)}.landing-final .card-circle{position:absolute;z-index:2;top:44px;left:50%;translate:-50% 0;box-shadow:0 .8px 3.19px .4px #0000001f;margin-left:-45px;width:13px;background-color:#138a9f;aspect-ratio:1 / 1;border:1px solid var(--white);border-radius:50%}.landing-final .card-col{margin:-1px 0;display:flex;flex-direction:column;align-items:flex-start;gap:6px;flex-grow:1;line-height:1.571;letter-spacing:0px;text-align:left}.landing-final .card-col-top{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.landing-final .card-text-proficiency{color:var(--text-light);font-weight:700}.landing-final .card-btn-chip{display:flex;justify-content:center;color:var(--white);text-align:center;background-color:var(--solid-blue);padding:3px 13px;border:.4px solid var(--solid-blue);border-radius:44.54px}.landing-final .card-text-the-learner{align-self:stretch;color:var(--text-light);font-weight:400}.landing-final .landing-final-col-right2{margin-top:45px;width:100%;max-width:500px;display:flex;flex-direction:column;gap:15px;flex-shrink:0;font-family:Plus Jakarta Sans;font-weight:500;letter-spacing:1px;text-align:left}.landing-final .row-b{display:flex;align-items:center;gap:8px;align-self:start;color:#000;font-size:12px;line-height:1.5;background-color:#a7acf72b;padding:0 16px;height:50px;border-radius:85px;white-space:nowrap}.landing-final .row-bolt{width:24px;flex-shrink:0}.landing-final .row-text1{text-align:left}.landing-final .landing-final-subtitle11{margin:0 7px;min-height:102px;max-width:480px;display:flex;align-items:flex-end;flex-shrink:0;color:#00014b;font-size:24px;font-weight:600;line-height:1.417;letter-spacing:0px}.landing-final .row2{margin-top:17px}.landing-final .landing-final-row10{display:flex;align-items:flex-start;gap:15px;color:#000;font-size:12px;line-height:1.5}.landing-final .btn-blue-left{height:50px;display:flex;align-items:center;justify-content:center;gap:8px;flex:1 1 0;font-style:normal;letter-spacing:1px;text-align:unset;background-color:#a7acf72b;padding:0 16px;border-radius:85px;white-space:nowrap;cursor:default}.landing-final .landing-final-row-right2{height:50px;display:flex;align-items:center;gap:8px;flex:1 1 0;background-color:#a7acf72b;padding:0 16px;border-radius:85px;white-space:nowrap}.landing-final .landing-final-link2{margin-top:21px;height:68px;display:flex;gap:17px;align-items:center;align-self:start;color:#fff;font-size:18px;line-height:1;letter-spacing:1px;background-image:linear-gradient(131deg,#815de5 2%,#247cb2 64%,#68cea7 125%);border-radius:34px;padding:0 12px 0 24px;transition:transform .15s ease,filter .15s ease;cursor:pointer}.landing-final .landing-final-link2:hover{transform:scale(1.04);filter:brightness(1.1)}.landing-final .landing-final-circle-backg2{display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-final .landing-final-arrow-right2{width:24px}.landing-final .landing-final-col10{margin-top:86px;width:calc(100% - 206px);max-width:1140px;display:flex;flex-direction:column;gap:53px;align-self:center;font-family:Plus Jakarta Sans;padding-bottom:7px}.landing-final .landing-final-subtitle12{min-height:159px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-final .landing-final-row11{display:flex;align-items:flex-start;gap:152px;font-weight:500;letter-spacing:1px}.landing-final .landing-final-col-left3{margin-top:20px;width:100%;max-width:450px;display:flex;flex-direction:column;gap:15px;flex-shrink:0;text-align:left}.landing-final .row-c{display:flex;align-items:center;gap:8px;align-self:start;color:#000;font-size:12px;line-height:1.5;letter-spacing:1px;background-color:#a7acf72b;box-shadow:0 2px 8px #0000000f;padding:0 16px;height:56px;border-radius:85px;white-space:nowrap}.landing-final .landing-final-subtitle13{min-height:76px;flex-shrink:0;color:#00014b;font-size:24px;font-weight:600;line-height:1.583;letter-spacing:0px}.landing-final .btn-blue{display:flex;align-items:center;justify-content:center;gap:8px;color:#000;font-size:12px;font-style:normal;line-height:1.5;letter-spacing:1px;text-align:unset;background-color:#a7acf72b;box-shadow:0 2px 8px #0000000f;padding:0 16px;height:56px;cursor:default;border-radius:85px;white-space:nowrap;align-self:start}.landing-final .btn-link{margin-top:24px;width:189px;height:77px;display:flex;align-items:center;justify-content:center;gap:18px;align-self:start;color:#fff;font-size:18px;font-style:normal;font-weight:500;line-height:1;letter-spacing:1px;text-align:unset;background:linear-gradient(112deg,#815de5 2%,#247cb2 64%,#68cea7 125%) top left / auto auto no-repeat;padding:0 15px 0 23px;border-radius:69px;transition:transform .15s ease,filter .15s ease;cursor:pointer}.landing-final .btn-link:hover{transform:scale(1.04);filter:brightness(1.1)}.landing-final .btn-link-label{white-space:nowrap}.landing-final .btn-link-icon{position:relative;width:44px;height:44px;flex-shrink:0}.landing-final .btn-link-arrow-right{position:absolute;top:50%;left:50%;translate:-50% -50%;width:24px}.landing-final .landing-final-sales-img{position:relative;width:100%;max-width:634px;min-height:564px;flex-grow:1}.landing-final .landing-final-rect1{position:absolute;left:39px;top:26px;width:517px;max-width:calc(100% - 39px)}.landing-final .landing-final-mask-group4{position:absolute;z-index:1;top:0;right:0;width:517px;max-width:calc(100% - 39px);border-radius:32px;box-shadow:0 16px 40px #247cb25c}.landing-final .landing-final-frame3{position:absolute;z-index:2;top:276px;right:calc(100% - 526px);width:191px;border-radius:27.68px;box-shadow:0 6px 40.7px #247cb25c}.landing-final .landing-final-frame4{position:absolute;z-index:3;top:183px;left:-21px;box-shadow:0 5.21px 35.37px #247cb25c;width:178px;background-color:#fff;padding:13px;border-radius:12.95px}.landing-final .landing-final-frame5{position:relative;box-shadow:0 3.07px 10.13px #00000040;height:200px;background-color:#fff;border:1px solid #fff;border-radius:12.28px;overflow:hidden}.landing-final .landing-final-mask-group5{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:12.28px}.landing-final .landing-final-tp-testimonial{margin-top:163px;display:flex;flex-direction:column;gap:60px;color:#00014b;font-family:Plus Jakarta Sans;padding-top:37px;padding-bottom:0;background-color:#fff;position:relative;z-index:7}.landing-final .landing-final-row-top2{width:calc(100% - 206px);max-width:1140px;margin-left:auto;margin-right:auto;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:12px}.landing-final .circle-button-b{position:relative;width:60px;height:60px;flex-shrink:0;border:2px solid var(--solid-blue);border-radius:50%;cursor:pointer;transition:background-color .2s}.landing-final .circle-button-b:hover{background-color:#247cb214}.landing-final .circle-button-icon2{position:absolute;top:50%;left:50%;translate:-50% -50%;width:15px;height:30px}.landing-final .testi-nav-buttons{display:flex;align-items:center;gap:10px;flex-shrink:0}.landing-final .landing-final-subtitle-left{min-height:auto;width:100%;text-align:left}.landing-final .testi-swiper-wrapper{width:100%;overflow:hidden}.landing-final .landing-final-container1{display:flex;flex-direction:column;gap:40px;letter-spacing:0px;overflow:hidden}.landing-final .testi-slide{width:700px!important;height:auto!important}.landing-final .testi-card{box-shadow:0 30px 60px #00000042;width:100%;height:344px;display:flex;align-items:stretch;background-color:#fff;border:2px solid rgba(255,255,255,.14);border-radius:30px;overflow:hidden}.landing-final .testi-card-content{display:flex;flex-direction:column;justify-content:flex-start;padding:40px 51px;flex:1 1 0;min-width:0;text-align:left}.landing-final .testi-quote-mark{color:#00014b;font-size:80px;font-weight:700;line-height:.7;font-family:Plus Jakarta Sans}.landing-final .testi-quote{margin-top:16px;color:#00014b;font-size:22px;font-weight:600;line-height:1.41;max-width:620px}.landing-final .testi-author{margin-top:24px;color:#00014b;font-size:16px;font-weight:500;line-height:1}.landing-final .testi-subtitle{color:#00014b;font-size:24px;font-weight:400;line-height:1.66;text-align:left;max-width:796px}.landing-final .testi-pagination{position:relative;bottom:auto;left:auto;display:flex;justify-content:center;gap:10px;margin-top:70px;transform:none}.landing-final .testi-pagination .swiper-pagination-bullet{width:16px;height:16px;border-radius:8px;background:#247cb280;opacity:1}.landing-final .testi-pagination .swiper-pagination-bullet-active{width:47px;height:16px;background:#247cb2}.landing-final .landing-final-container2{display:flex;flex-direction:column;gap:69px;overflow:hidden}.landing-final .landing-final-row12{display:flex;align-items:flex-start;gap:42px}.landing-final .landing-final-group8{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 30px 60px #00000040;width:95%;height:424px;max-width:1280px;flex-grow:1;background-color:#fff;padding:30px 33px 30px 451px;border:2px solid rgba(255,255,255,.14);border-radius:30px}.landing-final .landing-final-large-thumb{position:relative;margin-left:auto;background-image:url(/landing-assets/landing-final-large-thumb.png);aspect-ratio:5 / 6}.landing-final .landing-final-uifaces-human{position:absolute;top:-12px;left:-42px;right:-42px;width:calc(100% + 84px);max-width:none}.landing-final .card10{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 30px 60px #00000042;width:97%;max-width:1280px;min-height:424px;display:flex;align-items:flex-start;flex-grow:1;background-color:#fff;padding-left:65px;padding-right:50px;border:2px solid rgba(255,255,255,.14);border-radius:30px}.landing-final .card-content2{margin-top:107px;width:387px;display:flex;flex-direction:column;flex-shrink:0;text-align:left;padding-bottom:2px}.landing-final .card-review-stars1{height:42px;flex-shrink:0}.landing-final .card-text-we-get1{margin-top:-4px;width:346px;min-height:142px;display:flex;align-items:center;flex-shrink:0;align-self:start}.landing-final .card-text-bottom{margin-top:34px;min-height:17px;display:flex;align-items:center;flex-shrink:0}.landing-final .card-large-thumb{position:relative;margin-top:30px;flex-shrink:0;background-image:url(/landing-assets/card-large-thumb.png);aspect-ratio:5 / 6}.landing-final .card-uifaces-human{position:absolute;top:-25px;left:-46px;right:-64px;width:calc(100% + 110px);max-width:none}.landing-final .card11{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 30px 60px #00000040;width:109%;max-width:1280px;min-height:424px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;flex-grow:1;text-align:left;background-color:#fff;padding:0 65px;border:2px solid rgba(255,255,255,.14);border-radius:30px}.landing-final .card-review-stars2{margin-top:8px;width:386px;height:42px;flex-shrink:0}.landing-final .card-text-we-get2{margin-top:-7px;width:348px;min-height:155px;display:flex;align-items:center;flex-shrink:0}.landing-final .card-text-author{margin-top:10px;min-height:19px;display:flex;align-items:center;flex-shrink:0;align-self:stretch}.landing-final .landing-final-row-bottom5{display:flex;align-items:center;justify-content:center;gap:10px}.landing-final .landing-final-tp-rated{margin-top:120px;width:calc(100% - 206px);max-width:1160px;display:flex;flex-direction:column;gap:44px;align-self:center;color:#fff;font-family:Plus Jakarta Sans;background:url(/landing-assets/landing-final-tp-rated.png) center top / cover no-repeat;padding:91px 14px 0;border-radius:60px;overflow:hidden}.landing-final .landing-final-title{width:100%;max-width:926px;min-height:141px;display:flex;align-items:center;justify-content:center;flex-shrink:0;align-self:center;font-size:60px;font-weight:600;line-height:66px;letter-spacing:-1.2px;text-align:center}.landing-final .landing-final-subtitle-same-systems{min-height:57px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:32px;font-weight:300;line-height:27px;text-align:center;letter-spacing:0px}.landing-final .landing-final-col11{margin:49px auto 0;max-width:843px;width:100%;display:flex;flex-direction:column;gap:30px}.landing-final .landing-final-row-top3{display:flex;align-items:flex-start;gap:30px}.landing-final .landing-final-group9{position:relative;flex-grow:1}.landing-final .landing-final-img1{position:absolute;top:50%;left:50%;translate:-50% -50%;width:149px}.landing-final .landing-final-group10{position:relative;flex-grow:1}.landing-final .landing-final-cornerstone{position:absolute;top:50%;left:50%;translate:-50% -50%;width:166px}.landing-final .landing-final-group11{position:relative;flex-grow:1}.landing-final .landing-final-d2l{position:absolute;top:50%;left:50%;translate:-50% -50%;width:186px}.landing-final .landing-final-row-bottom6{display:flex;align-items:flex-start;gap:30px}.landing-final .landing-final-group12{position:relative;flex-grow:1}.landing-final .landing-final-img2{position:absolute;top:50%;left:50%;translate:-50% -50%;width:130px}.landing-final .landing-final-group13{position:relative;flex-grow:1}.landing-final .landing-final-sap-litmos{position:absolute;top:50%;left:50%;translate:-50% -50%;width:167px}.landing-final .landing-final-group14{position:relative;flex-grow:1}.landing-final .landing-final-img3{position:absolute;top:50%;left:50%;translate:-50% -50%;width:191px}.landing-final .landing-final-big-img{position:relative;margin:50px 0 0 80px;max-width:1052px;width:calc(100% - 80px);flex-shrink:0;background:url(/landing-assets/landing-final-big-img.svg) bottom center / 100% auto no-repeat;aspect-ratio:1052 / 186}.landing-final .landing-final-section-rts3{position:relative;z-index:6;margin-top:120px;gap:19px;font-family:Plus Jakarta Sans;background-color:#f4f5fa;padding-top:120px;padding-bottom:120px}.landing-final .landing-final-subtitle14{min-height:119px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;line-height:66px;text-align:center}.landing-final .landing-final-subtitle14 .subtitle14-italic{font-style:italic;font-weight:400}.landing-final .landing-final-subtitle-learn-more-about{min-height:49px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#494a80;font-size:24px;font-weight:400;line-height:26px;letter-spacing:0px;text-align:center}.landing-final .landing-final-row13{margin-top:43px;display:flex;align-items:flex-start;gap:28px;align-self:center;color:#00014b;letter-spacing:0px;width:100%;max-width:1128px;padding:0 24px;box-sizing:border-box}.landing-final .landing-final-col-left4,.landing-final .landing-final-col-right3{flex:1 1 0;display:flex;flex-direction:column;gap:16px;text-align:left}.landing-final .faq-item{display:flex;flex-direction:column;background-color:#a7acf72b;padding:24px 28px 24px 32px;border-radius:20px;cursor:pointer;transition:background-color .3s ease,color .3s ease,border-radius .3s ease;color:#00014b}.landing-final .faq-item.faq-active{background-color:var(--solid-blue);color:#fff;border-radius:32px;padding:29px 28px 29px 32px}.landing-final .faq-item-header{display:flex;align-items:center;justify-content:space-between;gap:20px}.landing-final .faq-item-question{font-size:18px;font-weight:600;line-height:27px;text-align:left;flex:1 1 0;min-width:0}.landing-final .faq-item-toggle{font-size:36px;font-family:Plus Jakarta Sans;font-weight:300;line-height:50px;flex-shrink:0;width:38px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.landing-final .faq-item-answer-wrap{overflow:hidden}.landing-final .faq-item-answer{padding-top:11px;font-size:16px;font-family:Plus Jakarta Sans;font-weight:400;line-height:24px;text-align:left;white-space:pre-line}.landing-final .landing-final-bg8{margin-top:40px;width:100%;max-width:1128px;align-self:center;background:linear-gradient(145deg,#815de5 2%,#247cb2 64%,#68cea7 125%);padding:9px;border-radius:32px;box-sizing:border-box}.landing-final .landing-final-border{display:flex;align-items:center;justify-content:space-between;padding:24px;border:1px solid rgba(237,237,237,.46);border-radius:24px;gap:20px}.landing-final .landing-final-col-left5{display:flex;flex-direction:column;gap:6px;flex-shrink:0;letter-spacing:0px;text-align:left}.landing-final .landing-final-subtitle15{color:var(--white);font-size:24px;font-weight:600;line-height:24px;white-space:nowrap}.landing-final .landing-final-text-contact-our{color:#fff;font-size:16px;font-weight:400;line-height:26px}.landing-final .card-link2{display:flex;align-items:center;gap:15px;color:var(--solid-blue);font-size:18px;font-weight:500;line-height:18px;letter-spacing:1px;background-color:var(--white);padding:6px 6px 6px 24px;border-radius:34px;white-space:nowrap;flex-shrink:0;height:52px;box-sizing:border-box;transition:transform .15s ease,filter .15s ease;cursor:pointer}.landing-final .card-link2:hover{transform:scale(1.04);filter:brightness(1.08)}.landing-final .card-link-text2{text-align:left}.landing-final .landing-final-col-bottom2{display:flex;flex-direction:column}.landing-final .landing-final-section-rts4{display:flex;flex-direction:column;color:#fff;font-family:Plus Jakarta Sans;background-color:#0e0d17;overflow:hidden}.landing-final .landing-final-col12{position:relative;align-items:center;gap:19px;background-color:#0e0d17;background-image:url(/landing-assets/landing-final-col.png);background-size:100% 60%;background-position:center bottom;background-repeat:no-repeat;padding-top:115px;padding-bottom:0;overflow:hidden}.landing-final .landing-final-cta-img-wrap{margin-top:50px;margin-bottom:-100px;width:calc(100% - 120px);max-width:1135px;align-self:center;filter:drop-shadow(0 0 60px rgba(36,124,178,.25))}.landing-final .landing-final-cta-img{width:100%;height:auto;display:block;border-radius:30px}.landing-final .landing-final-subtitle16{min-height:157px;display:flex;align-items:center;justify-content:center;flex-shrink:0;align-self:stretch;font-size:52px;font-weight:700;line-height:76.8px;letter-spacing:-1.28px;text-align:center}.landing-final .landing-final-subtitle-pick-a-scenario{width:100%;max-width:752px;min-height:110px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:32px;font-weight:300;line-height:1.5;letter-spacing:0px;text-align:center}.landing-final .landing-final-link3{margin-top:27px;display:flex;align-items:center;gap:15px;color:var(--solid-blue);font-size:18px;font-weight:500;line-height:18px;letter-spacing:1px;background-color:var(--white);padding:12px 9px 12px 27px;border-radius:34px;height:68px;box-sizing:border-box;white-space:nowrap;transition:transform .15s ease,filter .15s ease;cursor:pointer}.landing-final .landing-final-link3:hover{transform:scale(1.04)!important;filter:brightness(1.08)}.landing-final .landing-final-text-try-a-live{text-align:left;margin:0}.landing-final .landing-final-circle-backg3{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;background-image:linear-gradient(99deg,#815de5 2%,#247cb2 64%,#68cea7 125%);border-radius:22px}.landing-final .landing-final-arrow-right3{width:24px}.landing-final .landing-final-group16{display:none}.landing-final .landing-final-footer{color:#fffc;font-size:16px;font-family:Plus Jakarta Sans;font-weight:400;line-height:26px;letter-spacing:0px;background-color:#030015;padding:29px 24px 28px;text-align:center}@media screen and (max-width:1280px){.landing-final .landing-final-overlay{padding-inline:var(--margin-sm)}.landing-final .landing-final-nav-list{margin-inline:0}.landing-final .landing-final-col1{margin-inline:var(--margin-sm)}.landing-final .landing-final-subtitle1,.landing-final .landing-final-col-bottom1,.landing-final .landing-final-col-right1,.landing-final .landing-final-text-of-faculty{margin-inline:0}.landing-final .landing-final-col3{width:calc(100% - 80px)}.landing-final .landing-final-row3,.landing-final .card-text-top1,.landing-final .card-text-you-re-presenting,.landing-final .card-text-your-patient,.landing-final .card-row-bottom2,.landing-final .card-text-a-critical-server,.landing-final .card-row-bottom3,.landing-final .landing-final-group5,.landing-final .landing-final-symbol1,.landing-final .landing-final-col-top2{margin-inline:0}.landing-final .card-bg1{padding-inline:var(--margin-sm)}.landing-final .card-bg-content,.landing-final .card-border-text1{margin-inline:0}.landing-final .card-border2{padding-inline:var(--margin-sm)}.landing-final .card-border-text2,.landing-final .card-border-subtitle3{margin-inline:0}.landing-final .card-border4{padding-inline:var(--margin-sm)}.landing-final .card-border-text4,.landing-final .landing-final-subtitle11,.landing-final .btn-blue{margin-inline:0}.landing-final .landing-final-sales-img{padding-inline:0}.landing-final .landing-final-tp-testimonial{margin-inline:0}.landing-final .landing-final-row-top2,.landing-final .landing-final-container1{margin-inline:var(--margin-md)}.landing-final .landing-final-container2{margin-inline:0}.landing-final .landing-final-col11{margin:30px auto 0}.landing-final .landing-final-big-img{margin-left:auto;margin-right:auto;width:calc(100% - 40px)}.landing-final .card-bg3,.landing-final .landing-final-bg1,.landing-final .background-a,.landing-final .background-b,.landing-final .landing-final-bg6,.landing-final .landing-final-border{padding-inline:var(--margin-sm)}.landing-final .landing-final-text-contact-our{margin-inline:0}.landing-final .landing-final-cta-img-wrap{margin-inline:auto}.landing-final .landing-final-footer{padding-inline:var(--margin-sm)}.landing-final .landing-final-stepper{font-size:12px;padding:16px}.landing-final .stepper-bar-track,.landing-final .landing-final-bar{width:14px}}@media screen and (max-width:576px){.landing-final .landing-final-col3{width:calc(100% - 32px)}.landing-final .landing-final-row-top2,.landing-final .landing-final-container1{margin-inline:var(--margin-sm)}.landing-final .landing-final-row10{flex-direction:column;align-items:center;gap:14px}.landing-final .landing-final-row10>*{text-align:center}.landing-final .landing-final-row10>.btn-blue-left{width:100%}.landing-final .landing-final-row10>.landing-final-row-right2{width:100%}.landing-final .landing-final-border{flex-direction:column;align-items:center;gap:14px}.landing-final .landing-final-border>*{margin-top:unset!important;text-align:center}.landing-final .landing-final-border .landing-final-subtitle15{align-self:center}.landing-final .landing-final-border>.landing-final-col-left5{width:100%;max-width:262px;align-items:center}}@media screen and (max-width:1024px){.landing-final .landing-final-overlay>*{margin-left:unset!important;margin-top:unset!important}.landing-final .landing-final-row1{margin-left:0;flex-direction:column;align-items:center;gap:23px}.landing-final .landing-final-row1>*{margin-left:unset!important}.landing-final .landing-final-row1>.landing-final-col-left1{width:100%;max-width:362px}.landing-final .landing-final-row1>.landing-final-col-right1{width:100%;max-width:358px}.landing-final .landing-final-row5{flex-direction:column;align-items:center;gap:32px}.landing-final .landing-final-row5 .card-left-subtitle{align-self:center}.landing-final .landing-final-row5>.card-left{width:100%}.landing-final .landing-final-row5 .card-row-top{align-self:center}.landing-final .landing-final-row5>.card7{width:100%}.landing-final .landing-final-row5 .card-subtitle2{align-self:center}.landing-final .landing-final-row5>.card8{width:100%}.landing-final .landing-final-row5 .card-right-subtitle{align-self:center}.landing-final .landing-final-row5>.card-right{width:100%}.landing-final .landing-final-stepper{margin-left:0;margin-right:0;flex-wrap:nowrap;padding:12px 10px;font-size:10px}.landing-final .landing-final-col5>*{margin-left:0;margin-right:0}.landing-final .stepper-step{gap:3px}.landing-final .stepper-step p{font-size:10px}.landing-final .stepper-bar-track,.landing-final .landing-final-bar{width:8px;min-width:4px}.landing-final .landing-final-btn-dot,.landing-final .steps-btn-dot{width:24px;padding:7px 6px;font-size:11px}.landing-final .landing-final-bar,.landing-final .landing-final-bar1,.landing-final .stepper-bar-track{width:12px}.landing-final .step-image-wrapper{margin:0;border-width:4px}.landing-final .landing-final-symbol1>.landing-final-col6{width:100%}.landing-final .landing-final-row8{gap:20px}.landing-final .card-border1{width:280px;min-height:300px}.landing-final .landing-final-row-bottom4{gap:20px}.landing-final .landing-final-row12{margin-left:0;margin-right:0;flex-direction:column;align-items:center;gap:61px}.landing-final .landing-final-container2>*{margin-left:0;margin-right:0}.landing-final .landing-final-row12>*{margin-top:unset!important;text-align:center}.landing-final .landing-final-row12>.landing-final-group8{width:100%}.landing-final .landing-final-row12>.card10{width:100%}.landing-final .landing-final-row12 .card-text-author{align-self:center}.landing-final .landing-final-row12>.card11{width:100%;align-items:center}.landing-final .landing-final-row13{flex-direction:column;align-items:stretch;gap:16px;padding:0 24px}.landing-final .landing-final-section-rts3>*{margin-left:0;margin-right:0}.landing-final .landing-final-bg8{margin-left:24px;margin-right:24px;width:calc(100% - 48px)}}@media screen and (max-width:900px){.landing-final .component-row{flex-direction:column;align-items:center;gap:23px}.landing-final .component-row>*{margin-left:unset!important;text-align:center}.landing-final .component-row>.suggestion-card1{width:100%;align-items:center}.landing-final .component-row>.suggestion-card2{width:100%;align-items:center}.landing-final .component-row>.suggestion-card3{width:100%;align-items:center}.landing-final .component-row>.suggestion-card4{width:100%;align-items:center}.landing-final .landing-final-row9{flex-direction:column;align-items:flex-start;gap:75px}.landing-final .landing-final-row9>*{margin-top:unset!important}.landing-final .landing-final-row9>.landing-final-group-left{width:100%}.landing-final .landing-final-row9>.landing-final-col-right2{width:100%;max-width:100%}.landing-final .landing-final-row11{flex-direction:column;align-items:center;gap:70px}.landing-final .landing-final-row11>*{margin-top:unset!important;text-align:center}.landing-final .landing-final-row11 .row4,.landing-final .landing-final-row11 .row5,.landing-final .landing-final-row11 .btn-link{align-self:center}.landing-final .landing-final-row11>.landing-final-col-left3{width:100%;max-width:100%;align-items:center}.landing-final .landing-final-row11>.landing-final-col-left3>*{text-align:unset}.landing-final .landing-final-row11 .btn-blue{align-self:center}.landing-final .landing-final-row11>.landing-final-sales-img{width:100%;max-width:520px;min-height:450px;margin:0 auto}.landing-final .landing-final-row11 .landing-final-rect1{left:20px;width:calc(100% - 20px)}.landing-final .landing-final-row11 .landing-final-mask-group4{width:calc(100% - 20px);max-width:100%}.landing-final .landing-final-row11 .landing-final-frame3{right:0;width:160px;top:230px}.landing-final .landing-final-row11 .landing-final-frame4{left:0;top:150px;width:150px}}@media screen and (max-width:768px){.landing-final .landing-final-row8{flex-direction:column;align-items:center;gap:30px}.landing-final .landing-final-row8>*{margin-top:unset!important;text-align:center}.landing-final .landing-final-row8 .card-bg-forum,.landing-final .landing-final-row8 .card-bg-link{align-self:center}.landing-final .landing-final-row8>.card-bg1{width:100%;align-items:center}.landing-final .landing-final-row8 .card-border-stacks{align-self:center}.landing-final .landing-final-row8>.card-border1{width:100%;max-width:360px}.landing-final .landing-final-row-bottom4{flex-direction:column;align-items:center;gap:30px}.landing-final .landing-final-row-bottom4>*{margin-top:unset!important;text-align:center}.landing-final .landing-final-row-bottom4 .card-border-ev-shadow{align-self:center}.landing-final .landing-final-row-bottom4>.card-border2{width:100%}.landing-final .landing-final-row-bottom4 .card-border-recommend{align-self:center}.landing-final .landing-final-row-bottom4>.card-border3{width:100%}.landing-final .landing-final-row-bottom4 .card-border-discover{align-self:center}.landing-final .landing-final-row-bottom4>.card-border4{width:100%}.landing-final .landing-final-row-top2{margin-left:24px;margin-right:24px;flex-wrap:wrap;gap:16px}.landing-final .landing-final-tp-testimonial>*{margin-left:0;margin-right:0}.landing-final .landing-final-subtitle-left{min-height:auto}.landing-final .testi-slide{width:90vw!important;max-width:600px!important}.landing-final .testi-card{height:auto;min-height:250px}.landing-final .testi-card-content{padding:30px}.landing-final .testi-quote{max-width:100%;font-size:18px}.landing-final .card10{flex-direction:column;align-items:center;gap:37px;padding:16px 11px}.landing-final .card10>*{margin-left:unset!important;margin-top:unset!important;text-align:center}.landing-final .card10 .card-text-we-get1{align-self:center}}@media screen and (max-width:600px){.landing-final .landing-final-row3{flex-direction:column;align-items:center;gap:40px}.landing-final .landing-final-row3>*{margin-right:unset!important;margin-top:unset!important;text-align:center}.landing-final .landing-final-row3>.landing-final-col-left2{width:100%;max-width:100%}.landing-final .landing-final-row3>.landing-final-group5{width:100%;max-width:100%}.landing-final .landing-final-row-top1{flex-direction:column;align-items:flex-start;gap:3px}.landing-final .landing-final-row-top1>.learning-program{width:100%;max-width:365px}.landing-final .landing-final-row-top3{flex-direction:column;align-items:center;gap:30px}.landing-final .landing-final-row-top3>*{margin-left:unset!important}.landing-final .landing-final-row-top3>.landing-final-group9{width:100%}.landing-final .landing-final-row-top3>.landing-final-group10{width:100%}.landing-final .landing-final-row-top3>.landing-final-group11{width:100%}.landing-final .landing-final-row-bottom6{flex-direction:column;align-items:center;gap:30px}.landing-final .landing-final-row-bottom6>*{margin-left:unset!important;margin-top:unset!important}.landing-final .landing-final-row-bottom6>.landing-final-group12{width:100%}.landing-final .landing-final-row-bottom6>.landing-final-group13{width:100%}.landing-final .landing-final-row-bottom6>.landing-final-group14{width:100%}}@media screen and (max-width:480px){.landing-final .landing-final-link1{margin-left:0;flex-direction:row;align-items:center}.landing-final .landing-final-link1>*{margin-top:unset!important}.landing-final .landing-final-row2{margin-left:0;margin-right:0;flex-direction:column;align-items:center;gap:14px}.landing-final .landing-final-col3>*{margin-left:0;margin-right:0}.landing-final .landing-final-row2>*{margin-left:unset!important;margin-top:unset!important;text-align:center}.landing-final .card-row-bottom1{margin-left:0;margin-right:0;flex-direction:column;align-items:center;gap:13px}.landing-final .card4>*{margin-left:0;margin-right:0}.landing-final .card-row-bottom1>*{margin-right:unset!important;margin-top:unset!important;text-align:center}.landing-final .card-row-bottom1>.card-text-business{width:100%}.landing-final .card-row-bottom2{margin-left:0;margin-right:0;flex-direction:column;align-items:center;gap:14px}.landing-final .card5>*{margin-left:0;margin-right:0}.landing-final .card-row-bottom2>*{margin-left:unset!important;margin-right:unset!important;margin-top:unset!important;text-align:center}.landing-final .card-row-bottom2>.card-text1{width:100%}.landing-final .card-row-bottom2>.card-text-healthcare{width:100%}.landing-final .card-row-bottom3{margin-left:0;margin-right:0;flex-direction:column;align-items:center;gap:14px}.landing-final .card6>*{margin-left:0;margin-right:0}.landing-final .card-row-bottom3>*{margin-left:unset!important;margin-right:unset!important;margin-top:unset!important;text-align:center}.landing-final .card-row-bottom3>.card-text-technical{width:100%}.landing-final .card-row-bottom3>.card-text-engineering{width:100%}}@media screen and (max-width:400px){.landing-final .landing-final-row4{flex-direction:column;align-items:center;gap:13px}.landing-final .landing-final-row4>*{margin-top:unset!important;text-align:center}.landing-final .component-row-top{flex-direction:column;align-items:center;gap:13px}.landing-final .component-row-top>*{margin-right:unset!important;margin-top:unset!important;text-align:center}}@media screen and (max-width:1024px){.landing-final .subtitle1,.landing-final .landing-final-subtitle1{font-size:36px}.landing-final .landing-final-subtitle-if-ai-can-write{font-size:18px}.landing-final .landing-final-subtitle2{font-size:28px}.landing-final .landing-final-subtitle9{font-size:36px}.landing-final .landing-final-title{font-size:42px}.landing-final .landing-final-subtitle16{font-size:36px}.landing-final .landing-final-subtitle-pick-a-scenario{font-size:22px}.landing-final .landing-final-subtitle14{font-size:36px}.landing-final .landing-final-subtitle-learn-more-about{font-size:18px}.landing-final .landing-final-subtitle-same-systems{font-size:24px}.landing-final .landing-final-section-rts1{padding:60px 0}.landing-final .landing-final-col3{width:calc(100% - 48px)}.landing-final .landing-final-row3{gap:24px}.landing-final .landing-final-group5{margin-top:0}.landing-final .usecase-card-white{padding:20px 18px 22px;gap:12px}.landing-final .usecase-card-white .text-a,.landing-final .usecase-card-white .card-text-top1,.landing-final .usecase-card-white .card-text-top2,.landing-final .usecase-card-white .card-text-top3{font-size:17px}.landing-final .usecase-card-white .text3,.landing-final .usecase-card-white .card-text-you-re-presenting,.landing-final .usecase-card-white .card-text-your-patient,.landing-final .usecase-card-white .card-text-a-critical-server{font-size:12px}.landing-final .usecase-card-white .card-row-bottom1,.landing-final .usecase-card-white .card-row-bottom2,.landing-final .usecase-card-white .card-row-bottom3{font-size:10px;gap:16px}.landing-final .landing-final-section-rts2,.landing-final .landing-final-section-rts3{padding-top:80px;padding-bottom:80px}.landing-final .landing-final-tp-services{width:calc(100% - 48px)}.landing-final .landing-final-col4{width:calc(100% - 48px);margin-top:80px}.landing-final .landing-final-col9{width:calc(100% - 48px)}.landing-final .landing-final-col10{width:calc(100% - 48px);margin-top:60px}.landing-final .landing-final-tp-rated{width:calc(100% - 48px);margin-top:80px;padding:60px 14px 0;border-radius:40px}.landing-final .landing-final-big-img{margin:30px auto 0;width:calc(100% - 40px)}.landing-final .landing-final-tp-testimonial{margin-top:80px}.landing-final .landing-final-col-bottom1{margin:0}.landing-final .landing-final-col11{margin:30px 24px 0}.landing-final .landing-final-col12{padding-top:80px}.landing-final .landing-final-cta-img-wrap{margin-top:40px;margin-bottom:-80px;width:calc(100% - 80px)}}@media screen and (max-width:768px){.landing-final .subtitle1,.landing-final .landing-final-subtitle1{font-size:28px;letter-spacing:-.8px}.landing-final .landing-final-subtitle-if-ai-can-write{font-size:16px;line-height:1.5}.landing-final .landing-final-subtitle2{font-size:22px}.landing-final .landing-final-subtitle{font-size:28px}.landing-final .landing-final-subtitle9{font-size:28px;line-height:1.3}.landing-final .landing-final-title{font-size:32px;line-height:1.2}.landing-final .landing-final-subtitle16{font-size:28px;line-height:1.3}.landing-final .landing-final-subtitle-pick-a-scenario{font-size:18px}.landing-final .landing-final-subtitle14{font-size:28px}.landing-final .landing-final-subtitle-learn-more-about{font-size:16px}.landing-final .landing-final-subtitle-same-systems{font-size:20px}.landing-final .landing-final-subtitle-your-course{font-size:28px}.landing-final .landing-final-subtitle-you-ve-already{font-size:18px}.landing-final .landing-final-subtitle6{font-size:28px;margin-top:30px}.landing-final .landing-final-subtitle10,.landing-final .landing-final-subtitle12{font-size:28px;min-height:auto;padding:0}.landing-final .landing-final-subtitle11,.landing-final .landing-final-subtitle13{font-size:20px}.landing-final .landing-final-subtitle-left{font-size:28px}.landing-final .landing-final-section-rts1{padding:32px 0}.landing-final .landing-final-col3{width:calc(100% - 32px)}.landing-final .landing-final-row3{gap:16px}.landing-final .usecase-card-white{padding:16px 14px 18px;gap:10px}.landing-final .usecase-card-white .text-a,.landing-final .usecase-card-white .card-text-top1,.landing-final .usecase-card-white .card-text-top2,.landing-final .usecase-card-white .card-text-top3{font-size:14px}.landing-final .usecase-card-white .text3,.landing-final .usecase-card-white .card-text-you-re-presenting,.landing-final .usecase-card-white .card-text-your-patient,.landing-final .usecase-card-white .card-text-a-critical-server{font-size:10px;line-height:1.5}.landing-final .usecase-card-white .card-row-bottom1,.landing-final .usecase-card-white .card-row-bottom2,.landing-final .usecase-card-white .card-row-bottom3{font-size:9px;gap:12px}.landing-final .landing-final-section-rts2,.landing-final .landing-final-section-rts3{margin-top:40px;padding-top:40px;padding-bottom:40px}.landing-final .landing-final-tp-services,.landing-final .landing-final-col4{width:calc(100% - 32px);margin-top:40px}.landing-final .landing-final-col9,.landing-final .landing-final-col10{width:calc(100% - 48px);margin-top:32px}.landing-final .landing-final-tp-rated{width:calc(100% - 32px);margin-top:40px;padding:40px 14px 0;border-radius:30px;gap:20px}.landing-final .landing-final-tp-testimonial{margin-top:32px;gap:12px;padding:0}.landing-final .landing-final-bg8{width:calc(100% - 32px);margin-left:16px;margin-right:16px}.landing-final .landing-final-col11{margin:20px 16px 0}.landing-final .landing-final-col-bottom1{margin:0}.landing-final .landing-final-col-top1{gap:20px;padding-top:76px;padding-bottom:16px;margin-top:-56px}.landing-final .landing-final-row13{padding:0 16px}.landing-final .card-border1{width:100%}.landing-final .landing-final-group3{width:78%;height:auto;aspect-ratio:978/555;border-width:2.3px;border-radius:7.3px;box-shadow:0 1.8px 11.4px #815de5cc}.landing-final .landing-final-big-img{margin:30px auto 0;width:calc(100% - 40px)}.landing-final .landing-final-col12{padding-top:60px}.landing-final .landing-final-cta-img-wrap{margin-top:30px;margin-bottom:-60px;width:calc(100% - 48px)}.landing-final .landing-final-cta-img{border-radius:20px}.landing-final .landing-final-row-top2{width:100%;margin-left:0}.landing-final .landing-final-row-bottom5{margin-left:0}.landing-final .landing-final-container1{margin:0}.landing-final .landing-final-subtitle8{font-size:28px;min-height:auto}.landing-final .landing-final-row9,.landing-final .landing-final-row11{gap:24px}.landing-final .text8{font-size:16px}.landing-final .landing-final-col5{width:calc(100% - 32px)}}@media screen and (max-width:480px){.landing-final .subtitle1{font-size:24px}.landing-final .landing-final-subtitle1{font-size:27px;letter-spacing:-.5px}.landing-final .landing-final-subtitle-if-ai-can-write{font-size:12px;max-width:342px;line-height:1.3}.landing-final .landing-final-subtitle2{font-size:16px}.landing-final .landing-final-subtitle,.landing-final .landing-final-subtitle9{font-size:22px}.landing-final .landing-final-title{font-size:24px}.landing-final .landing-final-subtitle16{font-size:22px}.landing-final .landing-final-subtitle-pick-a-scenario{font-size:16px}.landing-final .landing-final-subtitle14{font-size:22px}.landing-final .landing-final-subtitle-same-systems{font-size:18px}.landing-final .landing-final-subtitle-left{font-size:22px}.landing-final .testi-slide{width:calc(100vw - 48px)!important;max-width:400px!important}.landing-final .testi-card{min-height:200px;height:auto}.landing-final .testi-card-content{padding:24px 20px}.landing-final .testi-quote,.landing-final .text6{font-size:16px}.landing-final .card-bg-subtitle{font-size:20px}.landing-final .landing-final-subtitle15{font-size:18px}.landing-final .faq-item{padding:20px 20px 20px 24px}.landing-final .faq-item.faq-active{padding:24px 20px 24px 24px}.landing-final .faq-item-question{font-size:16px;line-height:24px}.landing-final .faq-item-answer{font-size:16px;line-height:22px}.landing-final .faq-item-toggle{font-size:28px;width:30px}.landing-final .landing-final-border{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}.landing-final .card-link2{align-self:flex-start}.landing-final .landing-final-col-top1{gap:16px;padding-top:72px;padding-bottom:12px;margin-top:-52px}.landing-final .landing-final-section-rts1{padding:32px 12px}.landing-final .landing-final-tp-rated{border-radius:24px}.landing-final .landing-final-big-img{margin:20px auto 0;width:calc(100% - 24px)}.landing-final .landing-final-group3{border-width:2.3px;border-radius:7.3px;box-shadow:0 1.8px 11.4px #815de5cc}.landing-final .landing-final-group5{border-width:4px}.landing-final video.landing-final-mask-group3{border-radius:12px}.landing-final .usecase-play-pause-btn{width:40px;height:40px}.landing-final .usecase-play-pause-btn svg{width:18px;height:18px}.landing-final .landing-final-col12{padding-top:50px}.landing-final .landing-final-cta-img-wrap{margin-top:24px;margin-bottom:-50px;width:calc(100% - 32px)}.landing-final .landing-final-cta-img{border-radius:14px}.landing-final .landing-final-subtitle16,.landing-final .landing-final-subtitle-pick-a-scenario{min-height:auto}}.landing-final .card4,.landing-final .card5,.landing-final .card6{transition:background-color .35s ease,color .35s ease,opacity .35s ease,transform .35s ease;color:#fff}.landing-final .card4 .card-row-bottom1,.landing-final .card5 .card-row-bottom2,.landing-final .card6 .card-row-bottom3{transition:color .35s ease}.landing-final .card4:not(.card-blue1) .card-row-bottom1,.landing-final .card5:not(.card-blue1) .card-row-bottom2,.landing-final .card6:not(.card-blue1) .card-row-bottom3{color:#ffffffa1}.landing-final .card4.card-blue1,.landing-final .card5.card-blue1,.landing-final .card6.card-blue1{color:#00014b}.landing-final .card4.card-blue1 .card-row-bottom1,.landing-final .card5.card-blue1 .card-row-bottom2,.landing-final .card6.card-blue1 .card-row-bottom3{color:#00014ba1}.landing-final .landing-final-group-top,.landing-final .landing-final-group4,.landing-final .landing-final-group-bottom{transition:transform .2s ease}.landing-final .landing-final-group-top:hover,.landing-final .landing-final-group4:hover,.landing-final .landing-final-group-bottom:hover{transform:translateY(-2px)}.landing-final .landing-final-mask-group3{transition:opacity .4s ease}.landing-final .testimonials-swiper .swiper{width:100%;overflow:visible}.landing-final .swiper-slide{height:auto}.landing-final .testimonials-swiper .swiper-wrapper{align-items:stretch}.landing-final .testimonials-swiper{padding:30px 0;overflow:visible}.landing-final .stats-mobile-swiper .swiper-slide{transition:opacity .7s ease}.landing-final .usecase-mobile-swiper .swiper-slide{transition:transform .6s cubic-bezier(.25,.46,.45,.94),opacity .6s ease}.landing-final .testimonials-swiper .testi-slide{transition:transform .8s cubic-bezier(.25,.46,.45,.94),opacity .4s ease}.landing-final .testimonials-swiper .swiper-slide-active .testi-card{transform:scale(1);opacity:1}.landing-final .testimonials-swiper .swiper-slide:not(.swiper-slide-active) .testi-card{transform:scale(.92);opacity:.6;transition:transform .5s ease,opacity .5s ease}.landing-final .testimonials-swiper .swiper-slide-active .testi-card{transition:transform .5s ease,opacity .5s ease}.landing-final .stats-mobile-swiper{display:none}.landing-final .usecase-mobile-swiper{display:block;width:100%;overflow:visible}.landing-final .usecase-image-nav-wrapper{display:contents}.landing-final .usecase-nav-arrow{display:none}@media screen and (max-width:768px){.landing-final .usecase-image-nav-wrapper{display:flex;align-items:center;justify-content:center;gap:8px}.landing-final .usecase-nav-arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;cursor:pointer}.landing-final .usecase-nav-prev img{transform:scaleX(-1)}.landing-final .usecase-nav-arrow img{width:100%;height:100%}}@media screen and (max-width:480px){.landing-final .usecase-image-nav-wrapper{gap:8px}.landing-final .usecase-nav-arrow{width:28px;height:28px}}@media screen and (max-width:375px){.landing-final .usecase-nav-arrow{width:24px;height:24px}}.landing-final .usecase-mobile-swiper .swiper{overflow:visible;width:100%;position:relative}.landing-final .usecase-mobile-swiper .swiper-wrapper{display:flex;flex-direction:row!important;width:100%}.landing-final .usecase-mobile-swiper .swiper-slide{flex-shrink:0;width:100%!important}@media screen and (max-width:1024px){.landing-final .landing-final-header{padding:20px 16px 0}.landing-final .landing-final-header .landing-final-overlay{height:56px;border-radius:12px;padding:0 20px}.landing-final .landing-final-header.header-scrolled{padding-top:0}.landing-final .landing-final-header.header-scrolled .landing-final-overlay{height:56px;border-radius:0;background-color:transparent}.landing-final .landing-final-header .card-link1{display:none}.landing-final .landing-final-col-top1{margin-top:-76px;padding-top:96px}.landing-final .landing-final-header .landing-final-text-item1{display:none}.landing-final .landing-final-header .header-logo{height:30px}.landing-final .landing-final-header .landing-final-nav-list{gap:24px;font-size:15px}}@media screen and (max-width:768px){.landing-final .landing-final-header{padding:16px 12px 0}.landing-final .landing-final-header .landing-final-overlay{height:52px;border-radius:10px;padding:0 16px}.landing-final .landing-final-header.header-scrolled .landing-final-overlay{height:50px}.landing-final .landing-final-header .header-logo{height:26px}.landing-final .landing-final-header .landing-final-nav-list{gap:20px;font-size:14px}.landing-final .landing-final-col-top1{margin-top:-68px;padding-top:86px}}@media screen and (max-width:480px){.landing-final .landing-final-header{padding:12px 10px 0}.landing-final .landing-final-header .header-logo{height:22px}.landing-final .landing-final-header .landing-final-nav-list{gap:10px;font-size:12px}.landing-final .landing-final-header .landing-final-text-item2,.landing-final .landing-final-header .landing-final-text-item3{padding:6px 10px;white-space:nowrap}.landing-final .landing-final-header .landing-final-overlay{height:48px;border-radius:10px;padding:0 10px}.landing-final .landing-final-header.header-scrolled .landing-final-overlay{height:46px}.landing-final .landing-final-col-top1{margin-top:-60px;padding-top:78px}}@media screen and (max-width:768px){.landing-final .landing-final-row1{display:none!important}.landing-final .stats-mobile-swiper{display:block;width:100%}.landing-final .stats-mobile-slider-row{display:flex;align-items:center;justify-content:center;gap:0;width:100%}.landing-final .stats-mobile-slider-row .swiper{overflow:hidden;flex:1;min-width:0}.landing-final .stats-mobile-swiper .swiper-slide{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;padding:0 8px}.landing-final .circle-button-stats{width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:opacity .2s}.landing-final .circle-button-prev{opacity:.7;margin-left:12px}.landing-final .circle-button-next{opacity:1;margin-right:12px}.landing-final .circle-button-stats:hover{opacity:1}.landing-final .circle-button-stats img{width:100%;height:100%}.landing-final .stats-mobile-dots{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:16px}.landing-final .stats-mobile-dots .dot-active{width:15px;height:5px;border-radius:2.5px;background:#fff;transition:all .2s}.landing-final .stats-mobile-dots .dot-inactive{width:5px;height:5px;border-radius:50%;background:#ffffff80;transition:all .2s}.landing-final .landing-final-col-bottom1{padding:0 16px 20px;flex-direction:column;justify-content:center}.landing-final .landing-final-text-bottom1,.landing-final .landing-final-text-of-ai-written,.landing-final .landing-final-text-bottom2,.landing-final .landing-final-text-of-faculty,.landing-final .landing-final-text-bottom3{min-height:auto}}@media screen and (max-width:768px){.landing-final .landing-final-col1{gap:11px;padding:0 16px;margin-top:23px}.landing-final .landing-final-subtitle1{font-size:28px;min-height:auto}.landing-final .landing-final-subtitle-if-ai-can-write{font-size:14px;max-width:380px;min-height:auto;line-height:1.3;margin-top:16px;margin-bottom:16px}.landing-final .landing-final-link1{width:220px;height:44px;font-size:13px;gap:12px;border-radius:25px;margin-top:8px;letter-spacing:.5px;flex-direction:row;padding:0 5px 0 16px;align-items:center}.landing-final .landing-final-circle-backg1{width:34px;height:34px}.landing-final .landing-final-arrow-right1{width:16px}.landing-final .landing-final-group3{width:78%;border-width:2.3px;border-radius:7.3px;box-shadow:0 1.8px 11.4px #815de5cc;margin-top:20px}.landing-final .hero-play-btn{width:40px;height:40px}.landing-final .hero-play-btn svg{width:18px;height:18px}.landing-final .video-mute-btn{width:28px;height:28px}.landing-final .video-mute-btn svg{width:14px;height:14px}.landing-final .hero-mute-btn{bottom:8px;right:8px}.landing-final .usecase-mute-btn{bottom:6px;right:6px}.landing-final .stepper-mute-btn{bottom:10px;right:10px}.landing-final .hero-tabs-desktop{display:none!important}.landing-final .hero-tabs-mobile{display:flex!important;flex-direction:column;align-items:center;gap:6px;position:relative;z-index:3;margin-top:0;padding-bottom:8px}.landing-final .hero-tabs-mobile .hero-tab{flex:none;padding:6px 12px;gap:4px}.landing-final .hero-tabs-mobile .hero-tab-icon{width:36px;height:36px}.landing-final .hero-tabs-mobile .hero-tab span{font-size:14px;font-weight:700}.landing-final .hero-tabs-dots{display:flex;align-items:center;gap:6px}.landing-final .hero-tabs-dots .dot-active{width:20px;height:6px;border-radius:3px;background:#fff;transition:all .3s}.landing-final .hero-tabs-dots .dot-inactive{width:6px;height:6px;border-radius:50%;background:#ffffff80;transition:all .3s;cursor:pointer}.stats-banner{padding:37px 16px 24px}.stats-banner .landing-final-subtitle2{margin-top:38px;margin-bottom:38px}.landing-final .landing-final-subtitle2{font-size:18px;margin-top:0;text-align:center}.landing-final .landing-final-col-top1{gap:16px;padding-bottom:16px;overflow:hidden}}@media screen and (max-width:480px){.landing-final .landing-final-col1{gap:11px;padding:0 16px}.landing-final .landing-final-subtitle1{font-size:27px;letter-spacing:-.5px;min-height:auto;max-width:386px}.landing-final .landing-final-subtitle-if-ai-can-write{font-size:12px;max-width:342px;min-height:auto;line-height:1.3}.landing-final .landing-final-link1{width:200px;height:40px;font-size:12px;gap:10px;border-radius:23px;margin-top:4px;letter-spacing:.53px;padding:0 5px 0 16px;flex-direction:row;align-items:center}.landing-final .landing-final-link1>*{margin-top:0!important}.landing-final .landing-final-circle-backg1{width:30px;height:30px}.landing-final .landing-final-arrow-right1{width:13px}.landing-final .landing-final-group3{width:75%;max-width:302px;border-width:2.3px;border-radius:7.3px;box-shadow:0 1.8px 11.4px #815de5cc;margin-top:16px}.landing-final .hero-play-btn{width:36px;height:36px}.landing-final .hero-play-btn svg{width:16px;height:16px}.landing-final .hero-tabs-mobile .hero-tab{padding:4px 8px;gap:2px}.landing-final .hero-tabs-mobile .hero-tab-icon{width:28px;height:28px}.landing-final .hero-tabs-mobile .hero-tab span{font-size:11px}.landing-final .hero-tabs-mobile{padding-bottom:6px;gap:4px}.stats-banner{padding:37px 16px 20px}.stats-banner .landing-final-subtitle2{margin-top:38px;margin-bottom:38px}.landing-final .landing-final-subtitle2{font-size:16px;margin-top:0;text-align:center}.landing-final .landing-final-col-top1{gap:12px;padding-bottom:12px}.landing-final .landing-final-col-bottom1{padding:0 16px 16px}.landing-final .landing-final-subtitle{font-size:22px}.landing-final .stats-mobile-swiper .swiper-slide p.text1,.landing-final .stats-mobile-swiper .swiper-slide p.landing-final-text-of-ai-written,.landing-final .stats-mobile-swiper .swiper-slide p.landing-final-text-of-faculty{font-size:12px}.landing-final .stats-mobile-swiper .swiper-slide p.text2,.landing-final .stats-mobile-swiper .swiper-slide p.landing-final-text-bottom2{font-size:8px}.landing-final .circle-button-stats{width:32px;height:32px}.landing-final .circle-button-prev{margin-left:8px}.landing-final .circle-button-next{margin-right:8px}.landing-final .stats-mobile-dots{margin-top:12px}}@media screen and (max-width:768px){.landing-final .landing-final-section-rts1{padding:44px 0!important;overflow-x:hidden}.landing-final .landing-final-col3{width:calc(100% - 50px)!important;align-items:center!important;align-self:center!important}.landing-final .landing-final-row-right1{display:none!important}.landing-final .landing-final-row2{flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:0!important;margin:0!important;width:100%}.landing-final .landing-final-row3{flex-direction:column!important;align-items:center!important;gap:0!important;margin:23px 0 0!important}.landing-final .landing-final-col-left2{display:none!important}.landing-final .usecase-mobile-swiper{width:calc(100% + 50px)!important;margin-left:-25px!important;margin-right:-25px!important;padding:10px 25px 25px!important;overflow:hidden!important}.landing-final .usecase-mobile-swiper .swiper,.landing-final .usecase-mobile-swiper .swiper-wrapper,.landing-final .usecase-mobile-swiper .swiper-slide{overflow:visible!important}.landing-final .usecase-nav-arrow{display:flex!important;align-items:center;justify-content:center;width:32px!important;height:32px!important;flex-shrink:0!important;cursor:pointer;z-index:5}.landing-final .usecase-nav-prev img{transform:scaleX(-1)!important}.landing-final .usecase-nav-arrow img{width:100%!important;height:100%!important}.landing-final .usecase-mobile-swiper .card4,.landing-final .usecase-mobile-swiper .card5,.landing-final .usecase-mobile-swiper .card6{background-color:#fff!important;color:#00014b!important;border-radius:16px!important;padding:16px!important;gap:8px!important;min-height:auto!important;text-align:left!important;max-width:329px;margin:0 auto;box-shadow:0 7px 29px #64646f33!important;display:flex!important;flex-direction:column!important}.landing-final .usecase-mobile-swiper .text-a,.landing-final .usecase-mobile-swiper .card-text-top1,.landing-final .usecase-mobile-swiper .card-text-top2,.landing-final .usecase-mobile-swiper .card-text-top3{font-size:12px!important;font-weight:700!important;line-height:normal!important;min-height:auto!important;margin:0!important;color:#00014b!important;text-align:left!important}.landing-final .usecase-mobile-swiper .card-text-you-re-presenting,.landing-final .usecase-mobile-swiper .card-text-your-patient,.landing-final .usecase-mobile-swiper .card-text-a-critical-server,.landing-final .usecase-mobile-swiper .text3{font-size:10px!important;font-weight:500!important;line-height:17px!important;min-height:auto!important;margin:0!important;color:#00014b!important;text-align:left!important}.landing-final .usecase-mobile-swiper .card-row-bottom1,.landing-final .usecase-mobile-swiper .card-row-bottom2,.landing-final .usecase-mobile-swiper .card-row-bottom3{font-size:10px!important;font-weight:200!important;font-style:italic!important;gap:0!important;margin:8px 0 0!important;padding:0!important;color:#00014b8c!important;display:flex!important;flex-direction:row!important;align-items:flex-start!important;justify-content:flex-start!important;width:100%;text-align:left!important}.landing-final .usecase-mobile-swiper .card-row-bottom1 p,.landing-final .usecase-mobile-swiper .card-row-bottom2 p,.landing-final .usecase-mobile-swiper .card-row-bottom3 p{color:#00014b8c!important;margin:0!important;min-height:auto!important;text-align:left!important;width:50%!important;flex:0 0 50%!important}.landing-final .landing-final-group5{margin-top:0!important;max-width:331px!important;width:100%!important;flex:1 1 auto!important;min-width:0!important;aspect-ratio:331 / 198!important;height:auto!important;min-height:auto!important;border:3px solid #815de5!important;border-radius:12px!important;box-shadow:0 2.5px 15.7px #815de5cc!important}.landing-final .usecase-image-nav-wrapper{display:flex!important;width:100%!important;margin-left:0!important;margin-right:0!important;align-items:center!important;justify-content:center!important;gap:8px!important}.landing-final video.landing-final-mask-group3{border-radius:9px!important}.landing-final .usecase-play-pause-btn{width:28px!important;height:28px!important;border-radius:40px!important}.landing-final .usecase-play-pause-btn svg{width:12px!important;height:12px!important}.landing-final .landing-final-section-rts1 .landing-final-row-bottom1{margin:25px 0!important;gap:3px!important;justify-content:center!important;align-items:center!important;align-self:center!important}.landing-final .landing-final-section-rts1 .landing-final-rect{width:15px!important;height:5px!important;border-radius:2.5px!important;background-color:#247cb2!important}.landing-final .landing-final-section-rts1 .landing-final-circle-blue{width:5px!important;height:5px!important;border-radius:50%!important;background-color:#247cb2!important}.landing-final .landing-final-col3>.landing-final-btn-link{font-size:12px!important;font-weight:700!important;letter-spacing:1px;border-radius:34px;padding:0 17px!important;width:auto!important;height:26px!important;min-height:26px;align-self:center!important;display:inline-flex;align-items:center;justify-content:center}.landing-final .landing-final-subtitle6.subtitle1{font-size:18px!important;font-weight:600!important;line-height:1.5!important;text-align:center!important;color:#00014b!important;min-height:auto!important;align-self:center!important;margin-top:16px!important;margin-bottom:0!important;max-width:334px;display:block!important}.landing-final .landing-final-subtitle7{font-size:12px!important;font-weight:400!important;text-align:center!important;color:#00014be6!important;line-height:14px!important;margin:16px 0 0!important}.landing-final .usecase-cta-link{margin-top:0!important;font-size:12px!important;padding:5px 5px 5px 14px!important;height:40px!important;gap:8px!important;align-self:center!important}.landing-final .usecase-cta-link .landing-final-circle-backg1{width:30px!important;height:30px!important}.landing-final .usecase-mute-btn{width:22px!important;height:22px!important;bottom:4px!important;right:4px!important}.landing-final .usecase-mute-btn svg{width:11px!important;height:11px!important}}@media screen and (max-width:480px){.landing-final .landing-final-section-rts1{padding:44px 0!important}.landing-final .landing-final-col3{width:calc(100% - 48px)!important}.landing-final .usecase-nav-arrow{width:28px!important;height:28px!important}}@media screen and (max-width:768px){.landing-final .landing-final-col4{width:calc(100% - 32px)!important;margin-top:32px!important;padding:0;align-items:center!important;gap:20px!important}.landing-final .landing-final-subtitle8{font-size:18px!important;min-height:auto!important;text-align:center;line-height:1.35;letter-spacing:-.44px}.landing-final .gap-subtitle{font-size:12px!important;font-weight:400;line-height:21px;color:#000;text-align:center;max-width:340px;margin:0 auto}.landing-final .landing-final-row5{display:flex!important;flex-direction:column!important;align-items:center!important;gap:16px!important;margin:0!important}.landing-final .card2{display:grid!important;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:5px 16px!important;align-items:center!important;width:302px!important;max-width:100%;padding:16px!important;border-radius:12px!important;box-shadow:0 .74px 9.5px #1971c22e!important;min-height:auto!important;text-align:left!important;flex-direction:unset!important}.landing-final .card2>img,.landing-final .card2>.card-row-top{grid-row:1 / 3;grid-column:1;width:23px!important;height:23px!important;margin:0!important;align-self:center}.landing-final .card2>.card-row-top{display:flex;align-items:center;justify-content:center;overflow:hidden}.landing-final .card2>.card-row-top img:first-child{display:none}.landing-final .card2>.card-row-top img:last-child{width:23px!important;height:23px!important;position:static}.landing-final .card2>h2{grid-row:1;grid-column:2;font-size:12px!important;font-weight:600!important;line-height:15.5px!important;color:#170f49!important;margin:0!important;min-height:auto!important;align-self:end;text-align:left!important}.landing-final .card2>p{grid-row:2;grid-column:2;font-size:10px!important;font-weight:300!important;line-height:11px!important;color:#170f49!important;margin:0!important;min-height:auto!important;width:auto!important;max-width:231px;align-self:start;text-align:left!important}}@media screen and (max-width:768px){.landing-final .row-a{font-size:16px;gap:6px;align-items:center}.landing-final .row-wordmark{height:34px}.landing-final .landing-final-section-rts2{margin-top:32px!important;padding:32px 16px!important;gap:8px!important;align-items:center!important;overflow:hidden!important}.landing-final .landing-final-subtitle-your-course{font-size:18px!important;text-align:center;line-height:1.35;letter-spacing:-.44px;max-width:291px;align-self:center;margin-bottom:4px!important}.landing-final .landing-final-subtitle-you-ve-already{font-size:11px!important;font-weight:700!important;text-align:center;min-height:auto!important;line-height:1.5;max-width:293px;align-self:center;padding:0!important}.landing-final .landing-final-subtitle-no-grading{display:block!important;font-size:10px!important;font-weight:400;color:#ffffffb3;text-align:center;line-height:1.5;max-width:293px;align-self:center;margin:0!important;padding:0;white-space:normal!important}.landing-final .landing-final-col5{flex-direction:column!important;align-items:center!important;gap:12px!important;width:100%!important;max-width:100%;padding:0!important;margin-top:8px!important}.landing-final .landing-final-stepper{flex-direction:column!important;align-items:flex-start!important;gap:0!important;padding:10px 12px!important;flex-wrap:nowrap!important;border-radius:12px!important;margin:0!important;width:auto!important;max-width:200px;box-sizing:border-box;align-self:center;height:auto!important}.landing-final .stepper-step{flex-direction:row!important;align-items:center!important;gap:4px!important}.landing-final .stepper-step p{font-size:8px!important;line-height:1.4}.landing-final .landing-final-btn-dot,.landing-final .steps-btn-dot{width:16px!important;height:16px!important;min-width:16px!important;font-size:7px!important;padding:0!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important}.landing-final .landing-final-dot{width:16px!important;height:16px!important;min-width:16px!important;padding:3px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important}.landing-final .landing-final-filled-check-circle{height:10px!important}.landing-final .landing-final-bar,.landing-final .landing-final-bar1,.landing-final .stepper-bar-track{width:1.5px!important;height:8px!important;min-width:unset!important;margin-left:7px!important;flex-shrink:0}.landing-final .stepper-bar-fill{transform-origin:top!important}.landing-final .step-image-wrapper{margin:0 auto!important;width:90%!important;max-width:343px;align-self:center;border-radius:14px!important;border-width:3px!important;padding:3px!important;box-sizing:border-box}.landing-final .step-mockup-img{border-radius:11px!important}.landing-final .landing-final-row-bottom3{margin-top:8px!important;justify-content:center!important;gap:3px!important}.landing-final .landing-final-circle-white{width:5px!important;height:5px!important}.landing-final .landing-final-rect-left2{width:15px!important;height:5px!important;border-radius:3px!important}}.landing-final .card-bg-text-mobile{display:none}.landing-final .card-bg-bullets{display:block;list-style-type:disc;font-size:16px;font-weight:400;line-height:1.313;color:#fff;padding-left:24px;margin:8px 0 0}.landing-final .card-bg-bullets li{margin-bottom:10px}@media screen and (max-width:768px){.landing-final .landing-final-tp-services{width:calc(100% - 64px)!important;margin-top:32px!important;align-self:center;gap:0!important}.landing-final .landing-final-subtitle9{font-size:18px!important;text-align:center;min-height:auto!important;line-height:1.5}.landing-final .landing-final-row8{margin-top:20px!important;flex-direction:column!important;align-items:center!important;gap:16px!important}.landing-final .landing-final-row8>*{text-align:left!important;margin-top:0!important}.landing-final .card-bg1{padding:14px!important;text-align:left!important;border-radius:11px!important;min-height:auto!important;width:100%!important;max-width:363px;align-self:center;box-sizing:border-box;gap:6px!important}.landing-final .card-bg1 .card-bg-forum{align-self:flex-start!important;width:24px!important;height:24px!important;margin:0!important}.landing-final .card-bg-text-top{font-size:10px!important;text-transform:uppercase;font-weight:600;opacity:.7;min-height:auto!important}.landing-final .card-bg-subtitle{font-size:12px!important;font-weight:700!important;line-height:1.2!important}.landing-final .card-bg-text-desktop{display:none!important}.landing-final .card-bg-text-mobile{display:flex!important;font-size:10px!important;font-weight:600;line-height:1.5}.landing-final .card-bg-text-bottom{font-size:10px!important;font-weight:600;line-height:1.5;min-height:auto!important}.landing-final .card-bg-bullets{display:block!important;list-style-type:disc;font-size:10px!important;font-weight:400;line-height:1.4;color:#fff;padding-left:15px;margin:4px 0 0}.landing-final .card-bg-bullets li{margin-bottom:6px}.landing-final .card-bg-content{margin:0!important;gap:4px!important}.landing-final .card-bg-link{align-self:flex-start!important;font-size:12px!important;border:2px solid #fff;border-radius:27px;padding:6px 6px 6px 14px;gap:10px!important;margin-top:8px;display:flex!important;align-items:center!important}.landing-final .card-bg-text-try-a-live{margin-top:0!important;font-size:12px!important;letter-spacing:.78px;white-space:nowrap}.landing-final .card-bg-circle{width:26px!important;height:27px!important}.landing-final .card-border1,.landing-final .card-border2,.landing-final .card-border3,.landing-final .card-border4{display:grid!important;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:8px 20px!important;align-items:center!important;padding:12px!important;border:.37px solid #e9ebf1!important;border-radius:7px!important;min-height:auto!important;text-align:left!important;flex-direction:unset!important;width:100%!important;max-width:363px;box-sizing:border-box;align-self:center;flex-shrink:unset!important;flex-grow:unset!important}.landing-final .card-border1>img,.landing-final .card-border2>img,.landing-final .card-border3>img,.landing-final .card-border4>img{grid-row:1 / 3;grid-column:1;width:24px!important;height:24px!important;margin:0!important;align-self:center}.landing-final .card-border1>h2,.landing-final .card-border2>h2,.landing-final .card-border3>h2,.landing-final .card-border4>h2{grid-row:1;grid-column:2;font-size:12px!important;font-weight:700!important;line-height:1.2!important;margin:0!important;text-align:left!important;min-height:auto!important;align-self:end}.landing-final .card-border1>p,.landing-final .card-border2>p,.landing-final .card-border3>p,.landing-final .card-border4>p{grid-row:2;grid-column:2;font-size:10px!important;font-weight:300!important;line-height:1.5!important;margin:0!important;min-height:auto!important;max-width:287px;text-align:left!important;color:#000229;align-self:start;width:auto!important}.landing-final .landing-final-row-bottom4{margin-top:16px!important;flex-direction:column!important;align-items:center!important;gap:16px!important}.landing-final .landing-final-row-bottom4>*{text-align:left!important;margin-top:0!important}}.landing-final .faculty-compos-img{display:block;width:100%;max-width:550px;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:12px;flex-shrink:0}@media screen and (max-width:768px){.landing-final .landing-final-col9{width:calc(100% - 48px)!important;margin:32px auto 0!important;padding:0!important;overflow:hidden!important}.landing-final .landing-final-subtitle10{font-size:22px!important;min-height:auto!important;text-align:center!important;line-height:1.3!important;margin-bottom:16px!important;padding:0!important;display:block!important}.landing-final .landing-final-row9{flex-direction:column!important;gap:16px!important}.landing-final .faculty-compos-img{width:100%!important;max-width:100%!important;height:auto!important;border-radius:8px!important;-o-object-fit:contain!important;object-fit:contain!important}.landing-final .landing-final-col-right2{width:100%!important;max-width:100%!important;text-align:left!important;display:flex!important;flex-direction:column!important;gap:8px!important;padding:0!important;overflow:hidden!important}.landing-final .landing-final-subtitle11{font-size:13px!important;line-height:1.5!important;text-align:left!important;margin-bottom:8px!important;min-height:auto!important;margin-top:0!important;display:block!important;max-width:300px!important}.landing-final .row-b{height:auto!important;min-height:34px!important;padding:8px 12px!important;gap:8px!important;border-radius:20px!important;white-space:normal!important;align-self:flex-start!important;font-size:10px!important;max-width:100%!important;box-sizing:border-box!important}.landing-final .row-b .row-bolt{width:14px!important;height:14px!important;flex-shrink:0!important}.landing-final .row-b .row-text1{font-size:10px!important}.landing-final .landing-final-row10{flex-direction:column!important;align-items:flex-start!important;gap:8px!important;margin-top:0!important}.landing-final .btn-blue-left{display:flex!important;align-items:center!important;align-self:flex-start!important;gap:8px!important;padding:8px 12px!important;height:auto!important;min-height:34px!important;border-radius:20px!important;white-space:normal!important;width:auto!important;max-width:100%!important;box-sizing:border-box!important;flex:none!important;justify-content:flex-start!important}.landing-final .landing-final-row-right2{display:flex!important;align-items:center!important;align-self:flex-start!important;gap:8px!important;width:auto!important;height:auto!important;min-height:34px!important;padding:8px 12px!important;border-radius:20px!important;white-space:normal!important;max-width:100%!important;box-sizing:border-box!important;flex:none!important}.landing-final .btn-blue-left .icon-a,.landing-final .landing-final-row-right2 .icon-a{width:14px!important;height:14px!important;flex-shrink:0!important}.landing-final .btn-blue-left .label-a,.landing-final .landing-final-row-right2 .label-a{font-size:10px!important}.landing-final .landing-final-link2.card1{align-self:flex-start!important;margin-top:8px!important;height:44px!important;padding:0 8px 0 16px!important;font-size:12px!important;gap:10px!important;border-radius:22px!important;letter-spacing:.5px!important}.landing-final .landing-final-link2.card1 .landing-final-text{margin-top:0!important}.landing-final .landing-final-link2.card1 .circle-white{width:30px!important;height:30px!important}.landing-final .landing-final-link2.card1 .landing-final-arrow-right2{width:16px!important}}.landing-final .sales-compos-img{display:block;width:100%;max-width:550px;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:12px;flex-shrink:0}.landing-final .s7-heading-mobile{display:none}@media screen and (max-width:768px){.landing-final .landing-final-col10{width:calc(100% - 48px)!important;margin:32px auto 0!important;gap:16px!important;overflow:hidden!important}.landing-final .s7-heading-desktop{display:none!important}.landing-final .s7-heading-mobile{display:inline!important}.landing-final .landing-final-subtitle12{font-size:20px!important;min-height:auto!important;text-align:center!important;line-height:1.3!important;margin-bottom:0!important;padding:0!important;display:block!important}.landing-final .landing-final-row11{flex-direction:column!important;gap:16px!important}.landing-final .sales-compos-img{width:100%!important;max-width:100%!important;height:auto!important;border-radius:8px!important;-o-object-fit:contain!important;object-fit:contain!important;order:-1!important}.landing-final .landing-final-col-left3{text-align:left!important;align-items:flex-start!important;width:100%!important;display:flex!important;flex-direction:column!important;gap:10px!important;padding:0!important}.landing-final .landing-final-col-left3>*{text-align:left!important}.landing-final .landing-final-subtitle13{font-size:16px!important;text-align:left!important;line-height:1.4!important;font-weight:700!important;font-style:italic!important;margin-bottom:4px!important;min-height:auto!important}.landing-final .btn-blue{display:flex!important;align-items:center!important;gap:8px!important;padding:8px 12px!important;background-color:#a7acf72b!important;border-radius:20px!important;border:none!important;width:auto!important;height:auto!important;min-height:34px!important;color:#000!important;align-self:flex-start!important;white-space:normal!important;max-width:100%!important;box-sizing:border-box!important}.landing-final .btn-blue .icon-b{width:14px!important;height:14px!important;flex-shrink:0!important;margin-top:0!important}.landing-final .btn-blue .label-b,.landing-final .btn-blue .btn-blue-label{font-size:10px!important;color:#000!important;font-weight:400!important;text-align:left!important}.landing-final .row-c{display:flex!important;align-items:center!important;gap:8px!important;padding:8px 12px!important;background-color:#a7acf72b!important;border-radius:20px!important;height:auto!important;min-height:34px!important;white-space:normal!important;max-width:100%!important;box-sizing:border-box!important;align-self:flex-start!important}.landing-final .row-c .icon-b{width:14px!important;height:14px!important;flex-shrink:0!important;margin-top:0!important}.landing-final .row-c .label-b{font-size:10px!important;color:#000!important;font-weight:400!important}.landing-final .btn-link{align-self:flex-start!important;margin-top:8px!important;width:auto!important;height:40px!important;padding:0 8px 0 16px!important;font-size:12px!important;gap:10px!important;border-radius:20px!important;letter-spacing:.5px!important}.landing-final .btn-link .btn-link-icon{width:28px!important;height:28px!important}.landing-final .btn-link .btn-link-arrow-right{width:14px!important}.landing-final .landing-final-row11 .btn-blue,.landing-final .landing-final-row11 .btn-link,.landing-final .landing-final-row11 .row4,.landing-final .landing-final-row11 .row5,.landing-final .landing-final-row11 .row-adapts{align-self:flex-start!important}}@media screen and (max-width:768px){.landing-final .landing-final-tp-testimonial{margin-top:32px!important;gap:12px!important;padding:0!important}.landing-final .landing-final-tp-testimonial>.landing-final-row-top2{padding:0 24px!important}.landing-final .landing-final-row-top2{width:100%!important;margin-left:0!important;flex-wrap:wrap!important;align-items:flex-end!important;gap:4px!important}.landing-final .landing-final-subtitle-left{font-size:18px!important;line-height:1.08!important;width:100%!important;text-align:left!important;min-height:auto!important}.landing-final .testi-subtitle{font-size:10px!important;font-weight:400!important;line-height:1.94!important;color:#00014b!important;text-align:left!important;width:65%!important;max-width:263px!important;order:1!important}.landing-final .testi-nav-buttons{order:2!important;display:flex!important;gap:6px!important;margin-left:auto!important}.landing-final .circle-button-b{width:20px!important;height:20px!important;min-width:20px!important;border-width:1px!important}.landing-final .circle-button-b .circle-button-icon2{width:5px!important;height:9px!important}.landing-final .testi-slide{width:calc(100vw - 64px)!important;max-width:353px!important}.landing-final .testi-card{display:flex!important;flex-direction:column!important;border-radius:12px!important;overflow:hidden!important;height:169px!important;min-height:auto!important;box-shadow:0 12px 25px #00000042!important}.landing-final .testi-card-content{flex:1!important;padding:20px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important}.landing-final .testi-quote-mark{font-size:36px!important;line-height:.6!important}.landing-final .testi-quote{font-size:12px!important;font-weight:600!important;line-height:1.3!important;margin-top:12px!important}.landing-final .testi-author{font-size:12px!important;font-weight:500!important;color:#00014b!important;margin-top:auto!important}.landing-final .testimonials-swiper{padding:10px 0!important}.landing-final .testi-pagination{gap:4px!important;margin-top:38px!important}.landing-final .testi-pagination .swiper-pagination-bullet{width:6px!important;height:6px!important;border-radius:3px!important}.landing-final .testi-pagination .swiper-pagination-bullet-active{width:18px!important}}@media screen and (max-width:768px){.landing-final .landing-final-tp-rated{width:calc(100% - 32px)!important;margin:32px auto 0!important;padding:36px 16px 0!important;border-radius:24px!important;gap:16px!important}.landing-final .landing-final-title{font-size:22px!important;line-height:1.25!important;text-align:center!important;min-height:auto!important}.landing-final .landing-final-subtitle-same-systems{font-size:16px!important;text-align:center!important;min-height:auto!important;margin-top:4px!important}.landing-final .landing-final-col11{margin:16px auto 0!important;gap:12px!important}.landing-final .landing-final-row-top3,.landing-final .landing-final-row-bottom6{flex-direction:row!important;gap:8px!important;justify-content:center!important;flex-wrap:nowrap!important;align-items:center!important}.landing-final .landing-final-row-top3>*,.landing-final .landing-final-row-bottom6>*{width:auto!important;flex:1 1 0!important;min-width:0!important}.landing-final .card-white{height:52px!important;border-radius:52px!important;padding:0 12px!important;display:flex!important;align-items:center!important;justify-content:center!important}.landing-final .card-white img{max-height:24px!important;width:auto!important;max-width:100%!important;-o-object-fit:contain!important;object-fit:contain!important}.landing-final .landing-final-big-img{margin:20px auto 0!important;width:calc(100% - 16px)!important}}@media screen and (max-width:768px){.landing-final .landing-final-section-rts3{margin-top:32px!important;padding:32px 16px!important}.landing-final .landing-final-subtitle14{font-size:20px!important;min-height:auto!important;line-height:1.3!important;text-align:center!important}.landing-final .landing-final-subtitle14 .subtitle14-italic{font-style:italic!important;display:block!important}.landing-final .landing-final-subtitle-learn-more-about{font-size:12px!important;min-height:auto!important;text-align:center!important;color:#666!important;margin-top:8px!important}.landing-final .landing-final-row13{flex-direction:column!important;gap:10px!important;padding:0!important;margin-top:20px!important}.landing-final .landing-final-col-left4,.landing-final .landing-final-col-right3{width:100%!important;gap:10px!important}.landing-final .faq-item{border-radius:16px!important;padding:16px 16px 16px 20px!important;background-color:#a7acf72b!important;border:none!important;box-shadow:none!important}.landing-final .faq-item.faq-active{background-color:var(--solid-blue)!important;background-image:none!important;padding:20px 16px 20px 20px!important;border-radius:24px!important}.landing-final .faq-item.faq-active .faq-item-question,.landing-final .faq-item.faq-active .faq-item-toggle{color:#fff!important}.landing-final .faq-item.faq-active .faq-item-answer{color:#ffffffd9!important}.landing-final .faq-item-question{font-size:14px!important;line-height:1.4!important;font-weight:600!important}.landing-final .faq-item-toggle{font-size:20px!important;flex-shrink:0!important}.landing-final .faq-item-answer{font-size:12px!important;line-height:1.6!important;margin-top:12px!important}.landing-final .landing-final-bg8{margin-top:24px!important;width:100%!important;margin-left:0!important;margin-right:0!important;border-radius:16px!important;overflow:hidden!important}.landing-final .landing-final-border{flex-direction:column!important;align-items:center!important;gap:16px!important;padding:17px 28px!important;text-align:center!important;border-radius:32px!important}.landing-final .landing-final-col-left5{text-align:center!important}.landing-final .landing-final-subtitle15{font-size:14px!important;min-height:auto!important;line-height:24px!important}.landing-final .landing-final-text-contact-our{font-size:10px!important;min-height:auto!important;line-height:26px!important}.landing-final .card-link2{width:168px!important;height:40px!important;padding:5px 5px 5px 16px!important;border-radius:22px!important;gap:0!important;align-self:center!important;justify-content:space-between!important}.landing-final .card-link2 .circle-backg{width:30px!important;height:30px!important;flex-shrink:0!important}.landing-final .card-link-text2{font-size:12px!important;letter-spacing:.66px!important}}@media screen and (max-width:768px){.landing-final .landing-final-col-bottom2{margin-top:0!important}.landing-final .landing-final-section-rts4{padding:0!important;overflow:hidden!important}.landing-final .landing-final-col12{padding:24px 16px 0!important;gap:4px!important}.landing-final .landing-final-cta-img-wrap{margin-top:16px!important;margin-bottom:-40px!important;width:calc(100% - 16px)!important}.landing-final .landing-final-cta-img{border-radius:10px!important}.landing-final .landing-final-subtitle16{font-size:16px!important;min-height:auto!important;line-height:24px!important;padding:0!important;text-align:center!important;letter-spacing:-.4px!important}.landing-final .landing-final-subtitle-pick-a-scenario{font-size:12px!important;min-height:auto!important;padding:0!important;text-align:center!important;margin-top:4px!important;line-height:1.5!important;max-width:307px!important}.landing-final .landing-final-link3{padding:5px 5px 5px 15px!important;align-self:center!important;margin-top:8px!important;height:40px!important;box-sizing:border-box!important;position:relative!important;z-index:3!important;gap:10px!important}.landing-final .landing-final-text-try-a-live{font-size:12px!important;white-space:nowrap!important;letter-spacing:.66px!important}.landing-final .landing-final-circle-backg3{width:30px!important;height:30px!important;flex-shrink:0!important}.landing-final .landing-final-arrow-right3{width:16px!important}}@media screen and (max-width:768px){.landing-final .landing-final-footer{font-size:10px!important;padding:15px 16px!important;text-align:center!important;color:#ffffffb3!important;background-color:#030015!important;line-height:26px!important}}@media screen and (max-width:480px){.landing-final .landing-final-row5{gap:16px!important}.landing-final .card2{padding:16px!important;border-radius:12px!important}.landing-final .landing-final-stepper{padding:8px!important;max-width:160px;height:auto!important}.landing-final .stepper-step p{font-size:7px!important}.landing-final .landing-final-bar,.landing-final .landing-final-bar1,.landing-final .stepper-bar-track{height:6px!important}.landing-final .landing-final-subtitle-your-course{font-size:16px!important}.landing-final .landing-final-subtitle-you-ve-already{font-size:10px!important}.landing-final .landing-final-subtitle-no-grading{font-size:9px!important}.landing-final .landing-final-subtitle9{font-size:16px!important}.landing-final .card-bg-text-bottom{font-size:9px!important}.landing-final .card-bg-subtitle{font-size:11px!important}.landing-final .card-bg-bullets{font-size:9px!important}.landing-final .landing-final-subtitle10{font-size:18px!important}.landing-final .landing-final-subtitle11,.landing-final .row-b .row-text1,.landing-final .btn-blue-left .label-a,.landing-final .landing-final-row-right2 .label-a{font-size:11px!important}.landing-final .landing-final-subtitle12{font-size:18px!important}.landing-final .landing-final-subtitle13{font-size:14px!important}.landing-final .landing-final-subtitle-left{font-size:16px!important}.landing-final .testi-slide{width:calc(100vw - 48px)!important;max-width:300px!important}.landing-final .testi-card{height:150px!important}.landing-final .testi-card-content{padding:16px!important}.landing-final .testi-quote-mark{font-size:28px!important}.landing-final .testi-quote{font-size:10px!important;line-height:1.4!important}.landing-final .testi-author{font-size:10px!important}.landing-final .landing-final-title{font-size:18px!important}.landing-final .landing-final-subtitle-same-systems{font-size:12px!important}.landing-final .landing-final-big-img{margin:20px auto 0!important}.landing-final .card-white{height:38px!important;border-radius:38px!important;padding:0 8px!important}.landing-final .card-white img{max-height:16px!important}.landing-final .landing-final-subtitle14{font-size:18px!important}.landing-final .landing-final-subtitle-learn-more-about{font-size:11px!important}.landing-final .faq-item-question{font-size:12px!important;line-height:1.4!important}.landing-final .faq-item-answer{font-size:11px!important;line-height:1.5!important}.landing-final .landing-final-subtitle16{font-size:14px!important;line-height:20px!important}.landing-final .landing-final-subtitle-pick-a-scenario{font-size:10px!important}.landing-final .landing-final-col12{padding:16px 12px 0!important}.landing-final .landing-final-cta-img-wrap{margin-top:12px!important;margin-bottom:-30px!important;width:calc(100% - 16px)!important}.landing-final .landing-final-cta-img{border-radius:8px!important}.landing-final .landing-final-link3{padding:4px 4px 4px 12px!important;height:36px!important}.landing-final .landing-final-text-try-a-live{font-size:10px!important}.landing-final .landing-final-circle-backg3{width:26px!important;height:26px!important}.landing-final .landing-final-arrow-right3{width:14px!important}.landing-final .landing-final-footer{font-size:9px!important;padding:12px 8px!important}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}body{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));font-family:Plus Jakarta Sans,system-ui,sans-serif;--tw-text-opacity: 1;color:rgb(19 19 19 / var(--tw-text-opacity, 1));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.left-\[50\%\]{left:50%}.right-2{right:.5rem}.right-4{right:1rem}.top-2{top:.5rem}.top-4{top:1rem}.top-\[50\%\]{top:50%}.z-10{z-index:10}.z-\[9998\]{z-index:9998}.z-\[9999\]{z-index:9999}.block{display:block}.flex{display:flex}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-7{height:1.75rem}.h-\[545px\]{height:545px}.h-full{height:100%}.max-h-full{max-height:100%}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-7{width:1.75rem}.w-\[min\(100vw-1rem\,36rem\)\]{width:min(100vw - 1rem,36rem)}.w-full{width:100%}.max-w-\[26\.9rem\]{max-width:26.9rem}.max-w-lg{max-width:32rem}.max-w-none{max-width:none}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.items-center{align-items:center}.justify-center{justify-content:center}.gap-0{gap:0px}.gap-4{gap:1rem}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-sm{border-radius:.125rem}.border{border-width:1px}.border-\[\#c7dcee\]{--tw-border-opacity: 1;border-color:rgb(199 220 238 / var(--tw-border-opacity, 1))}.border-\[\#d0d5dd\]{--tw-border-opacity: 1;border-color:rgb(208 213 221 / var(--tw-border-opacity, 1))}.bg-background{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-black\/50{background-color:#00000080}.bg-theme,.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.p-0{padding:0}.p-4{padding:1rem}.p-6{padding:1.5rem}.text-center{text-align:center}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-semibold{font-weight:600}.italic{font-style:italic}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.text-\[\#3a4052\]{--tw-text-opacity: 1;color:rgb(58 64 82 / var(--tw-text-opacity, 1))}.text-muted-foreground{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.opacity-70{opacity:.7}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.ring-offset-background{--tw-ring-offset-color: #ffffff}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.duration-200{animation-duration:.2s}.running{animation-play-state:running}.paused{animation-play-state:paused}.bg-gradient-brand{background:linear-gradient(99.47deg,#815de5 -2.18%,#247cb2 64.05%,#68cea7 125.38%)}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.hover\:bg-\[\#ebedff\]:hover{--tw-bg-opacity: 1;background-color:rgb(235 237 255 / var(--tw-bg-opacity, 1))}.hover\:opacity-100:hover{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(36 124 178 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.disabled\:pointer-events-none:disabled{pointer-events:none}.data-\[state\=open\]\:bg-accent[data-state=open]{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}@media(min-width:640px){.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-lg{border-radius:.5rem}.sm\:rounded-xl{border-radius:.75rem}.sm\:text-left{text-align:left}}@media(min-width:768px){.md\:rounded-2xl{border-radius:1rem}.md\:p-6{padding:1.5rem}.md\:shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}@media(prefers-color-scheme:dark){.dark\:bg-\[\#0d0822\]{--tw-bg-opacity: 1;background-color:rgb(13 8 34 / var(--tw-bg-opacity, 1))}.dark\:bg-black\/70{background-color:#000000b3}}.\[\&\>button\:last-of-type\]\:hidden>button:last-of-type{display:none}
