.frame-type-mask_stepbystep .stepbystep{position:relative;border-radius:30px;overflow:hidden;box-shadow:var(--boxShadowBig);min-height:50vh}.frame-type-mask_stepbystep .stepbystep .tab-list{position:absolute;left:0;width:fit-content;height:100%;padding:0px;z-index:10;background:var(--colorSecondary)}.frame-type-mask_stepbystep .stepbystep .tab-list .nav-tabs{display:flex;flex-direction:column;counter-reset:navNumber;height:100%;justify-content:end}.frame-type-mask_stepbystep .stepbystep .tab-list .nav-tabs .nav-link{counter-increment:navNumber;background:var(--colorPrimary);font-size:var(--fontSizeMD);font-weight:600;text-transform:none;color:var(--colorWhite);border:none !important}.frame-type-mask_stepbystep .stepbystep .tab-list .nav-tabs .nav-link span{display:none}.frame-type-mask_stepbystep .stepbystep .tab-list .nav-tabs .nav-link::before{content:counters(navNumber, ".")}.frame-type-mask_stepbystep .stepbystep .tab-list .nav-tabs .nav-link.active{background-color:var(--colorWhite);color:var(--colorPrimary)}.frame-type-mask_stepbystep .stepbystep .step-content .tab-content .tab-pane img{width:100%;object-fit:cover;max-height:700px}.frame-type-mask_stepbystep .stepbystep .step-content .tab-content .tab-pane .tab-body{padding:20px;background:#ffffffdb;position:absolute;bottom:0;width:100%;padding-left:90px}.frame-type-mask_stepbystep .stepbystep .step-content .tab-content .tab-pane .tab-body .intext-title{font-size:var(--fontSizeL);font-weight:600;color:var(--colorPrimary)}