@charset "UTF-8";@import"https://fonts.cdnfonts.com/css/gotham-9";@import"https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap";:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer .endOfContent.active{top:0}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}body{margin:0;padding:0;box-sizing:border-box;height:100%;width:100%;overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box}.slick-slide{padding:5px 13px}.thumbSlider .slick-slide{padding:5px}.slick-list{padding:-5px -10px;overflow:hidden}.padding_left_unset{padding-left:unset!important}.padding_right_unset{padding-right:unset!important}.multiple-slide-width .slick-slide,.multiple-slide-width .slick-slider.slick-initialized.slick-slider-single .slick-slide{width:33.33%!important;max-width:33.33%}*{scrollbar-width:thin;scrollbar-color:#5c2d91 #ececec}*::-webkit-scrollbar{width:10px;border-radius:10px}*::-webkit-scrollbar-track{border-radius:10px}*::-webkit-scrollbar-thumb{background-color:#5c2d91;border-radius:10px}.packageSlider-section .slick-prev:before,.packageSlider-section .slick-next:before{font-size:35px;color:#a965d666}@media (max-width: 768px){.padding_left_unset{padding-left:.75rem!important}.padding_right_unset{padding-right:.75rem!important}}@media (max-width: 600px){.multiple-slide-width .slick-slider.slick-initialized.slick-slider-single .slick-slide{width:100%!important;max-width:100%}.packageSlider-section .slick-prev{left:5px}.packageSlider-section .slick-next{right:5px}.packageSlider-section .slick-prev:before,.packageSlider-section .slick-next:before{font-size:25px;color:#a965d666}}._primary_button_wrapper_kasyz_1{width:100%;height:100%;flex-shrink:0;border-radius:8px;background:#f7941d;border:none;outline:none;color:#fff;font-size:16px;font-style:normal;font-weight:600}._primary_button_shadow_wrapper_kasyz_43{width:100%;height:100%;flex-shrink:0;border-radius:8px;background:linear-gradient(91deg,#f7941d 58.96%,#ffad4bdb 98.25%);font-family:Maven Pro;border:none;outline:none;color:#fff;font-size:16px;font-style:normal;font-weight:600}._secondary_button_wrapper_kasyz_89{width:100%;height:100%;border:none;outline:none;border-radius:8px;background:var( --Purple-Gradient, linear-gradient(90deg, rgba(92, 45, 145, .85) 0%, #a965d6 100%) );flex-shrink:0;color:#fff;font-size:16px;font-style:normal;font-weight:600;line-height:normal;padding:7px}._purple_button_alpha_kasyz_129{width:100%;height:100%;border:none;outline:none;flex-shrink:0;border-radius:8px;background:var( --Purple-Gradient, linear-gradient(90deg, rgba(92, 45, 145, .85) 0%, #a965d6 100%) );color:#fff;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:600;line-height:normal}._purple_button_beta_kasyz_173{width:100%;height:100%;outline:none;flex-shrink:0;border-radius:8px;border:1px solid #5c2d91;background-color:#fff;color:#5c2d91;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:600;line-height:normal}button:disabled,button[disabled]{cursor:not-allowed}@media screen and (max-width: 480px) and (min-width: 320px){._secondary_button_wrapper_kasyz_89{font-size:12px}}._btn_wrap_z072s_1{width:100px;height:40px}._profile_report_content_div_sfklv_1{display:flex;align-items:center;border-radius:8px;border:1px solid rgba(92,45,145,.1);background:#ffefdc4d;padding:18px 36px 25px}._profile_report_content_div_sfklv_1>div{overflow:hidden}._profile_report_content_title_sfklv_27{color:#5c2d91;font-family:Maven Pro;font-size:20px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:0}._profile_report_content_sub_title_sfklv_47{color:#5c2d91;font-family:Maven Pro;font-size:18px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:0}._profile_report_content_title_id_sfklv_67{color:#ff8b00;font-family:Maven Pro;font-size:18px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:0}._upload_records_wrapper_sfklv_87{padding:0 30px;height:73px;border-radius:12.771px;background:linear-gradient(91deg,#f7941d 58.96%,#ffad4bdb 98.25%)}._upload_records_title_sfklv_105{color:#fff;font-family:Maven Pro;font-size:18px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:0}._upload_btn_div_sfklv_125 button{width:121.3px;height:44.7px;border-radius:11.175px;border:.798px solid #ffefdc;background:#ffefdc;color:#a965d6;font-family:Maven Pro;font-size:18px;font-style:normal;font-weight:600;line-height:normal}._banner_input_section_sfklv_155{border:1px solid #f7941d;height:46px;border-radius:8px;background-color:#fff;padding-left:13px}._banner_input_section_sfklv_155 input{height:100%;width:calc(100% - 18px);border:none;outline:none;padding-left:10px;color:#5f5f5f;font-size:14px;font-style:normal;font-weight:500;line-height:150.5%}._order_id_text_sfklv_201{font-family:Maven Pro;color:#4c4b4b;font-size:10px;font-weight:500;line-height:11.75px;text-align:left;white-space:normal;word-break:break-all}._booked_on_text_sfklv_225{font-family:Maven Pro;color:#a965d6;font-size:10px;font-weight:600;line-height:11.75px;text-align:left;margin-top:2px}._tests_booked_title_sfklv_249{font-family:Maven Pro;color:#4c4b4b;font-size:12px;font-weight:600;line-height:14.1px;text-align:left;margin-top:18px}._test_name_sfklv_271{font-family:Maven Pro;color:#6c429c;font-size:12px;font-weight:500;line-height:14.1px;text-align:left;margin-top:4px}._report_tag_div_sfklv_295{font-family:Maven Pro;color:#ff8b00;font-size:10px;font-weight:600;line-height:11.75px;text-align:left}._upload_records_title_sfklv_105._upload_records_sub_title_sfklv_313{font-size:10px}._records_list_item_sfklv_321{display:flex;align-items:baseline;justify-content:space-between;border:.5px solid #cfa8e9;box-shadow:0 4px 4px #7d7d7d40;background-color:#fff;border-radius:8px;min-height:128px;padding:15px 12px 19px 14px}._record_list_content_section_sfklv_345{max-width:159px}._view_report_div_sfklv_353{height:27px;padding:0 10px;background:linear-gradient(90deg,#5c2d91d9,#a965d6);border-radius:4px;margin-top:25px}._view_report_div_sfklv_353 button{height:100%;width:100%;border:none;outline:none;font-family:Maven Pro;color:#fff;font-size:12px;font-weight:600;line-height:14.1px;text-align:left;background-color:transparent}._filter_option_text_sfklv_399{font-family:Maven Pro;font-size:11px;font-weight:500;line-height:12.93px;text-align:center;color:#4c4b4b}._filter_option_text_sfklv_399._active_sfklv_417{color:#5c2d91}._patientInfo_name_div_sfklv_425{color:#5c2d91;font-family:Maven Pro;font-size:9px;font-style:normal;font-weight:600;line-height:normal;margin-top:6px;word-break:break-all;max-width:95px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._patientInfo_name_div_sfklv_425 span{color:#4c4b4b;font-family:Maven Pro;font-size:9px;font-style:normal;font-weight:600;line-height:normal}@media (min-width: 300px) and (max-width: 767px){._profile_report_content_div_sfklv_1{padding:14px}._profile_report_content_div_sfklv_1>div{overflow:unset;margin-top:0}._profile_report_content_title_sfklv_27{font-size:14px}._profile_report_content_sub_title_sfklv_47,._profile_report_content_title_id_sfklv_67{font-size:11px}._upload_records_wrapper_sfklv_87{padding:0 10px;height:46px;border-radius:7px}._upload_record_icon_sfklv_539{width:22px;height:21px}._upload_record_icon_sfklv_539 img{width:100%;height:100%;display:flex}._upload_records_title_sfklv_105{font-size:14px;font-weight:unset}._upload_btn_div_sfklv_125 button{width:58.428px;height:23px;font-size:12px;border-radius:7px;font-weight:unset}}._upload-presc-listing-container_sfklv_593{display:grid;align-items:center;justify-content:center}._upload-presc-listing-inner-container_sfklv_605 img{display:none}._upload-presc-listing-heading_sfklv_613{text-align:center;color:#4c4b4b;font-family:Maven Pro;font-size:24px;font-style:normal;font-weight:500;line-height:normal;padding:30px 0}._upload-presc-second-section_sfklv_635{max-width:612px;width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:150px;border-radius:8px;border:1px solid rgba(92,45,145,.1);background:#ffefdc4d;box-shadow:0 4px 4px #0000001f;padding:14px 19px 21px;margin-bottom:25px}._upload-presc-listing-details_sfklv_665 p{color:#5c2d91;font-family:Maven Pro;font-size:20px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:11px}._upload-presc-listing-details_sfklv_665 span{color:#5c2d91;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:500;line-height:normal}._upload-presc-listing-id_sfklv_703 span{color:#ff8b00;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:600;line-height:normal}._input-search-icon_sfklv_721{width:100%}._input-search-icon_sfklv_721 input{width:100%;height:46px;border-radius:8px;border:1px solid #f7941d;box-shadow:0 4px 4px #0000000d;color:#4c4b4b;font-family:Maven Pro;font-size:20px;font-style:s normal;font-weight:500;line-height:normal;margin-bottom:7px;padding-left:46px}._input-search-icon_sfklv_721 input:focus{outline:none}._input-search-icon_sfklv_721 img{position:absolute;padding:16px 13px}._upload-prescription-listing-filter_sfklv_779{display:flex;align-items:center;justify-content:center;gap:20px;margin:23px 0 26px}._upload-prescription-listing-filter_sfklv_779 p{color:#a965d6;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:0}._upload-prescription-listing-filter-by_sfklv_815{padding:7px 15px 5px;border-radius:8px;background:#e0e0e099;display:flex;cursor:pointer;font-family:Maven Pro}._dropdown-sublinks_sfklv_833{font-size:12px;padding:5px 0 10px;color:#8d8f90}._upload-prescription-listing-filter-by_sfklv_815 select{background:#e0e0e099;border:0}._upload-prescription-listing-filter-by_sfklv_815 span{color:#585555;text-align:center;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:500;line-height:normal;margin-top:-2px}._down-arrow-img_sfklv_877{width:10px;height:16px;margin-left:10px;margin-top:-1px}._up-arrow-img_sfklv_891{rotate:180deg;width:10px;height:16px;margin-left:10px;margin-top:-1px}._dropdown-subheader_sfklv_907{font-size:13px;color:#585555}._sub-dropdown_sfklv_917{position:absolute;background:#fff;border:1px solid #ddd;margin-top:6px;width:125px;margin-left:-13px;border-radius:5px;padding:5px 0 0 10px;box-shadow:0 4px 2px #00000040;z-index:99}._option-links_sfklv_943{width:86px;color:#a965d6}._presc-listing-details-main-container_sfklv_953{margin-bottom:129px}._prescription-details-container_sfklv_961{display:flex;align-items:baseline;justify-content:space-between;border-radius:8px;border:1px solid #cfa8e9;filter:drop-shadow(0px 4px 4px rgba(215,207,207,.25));margin-bottom:22px;padding:16px 37px 16px 28px}._prescription-details-first-section_sfklv_983 p{color:#4c4b4b;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:19px}._prescription-details-first-section_sfklv_983 b{color:#4c4b4b;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:600;line-height:normal}._prescription-details-first-section_sfklv_983 span{color:#a965d6;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:600;line-height:normal}._upload-presc-listing-download-share_sfklv_1039{max-width:915px;width:100%;display:flex;padding-top:25px;gap:9px;text-align:center;margin:0 auto}._upload-presc-listing-download-share_sfklv_1039 p{color:#5c2d91;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:600;line-height:normal;cursor:pointer;margin-bottom:0}._upload-presc-listing-download-section_sfklv_1081,._upload-presc-listing-share-section_sfklv_1093{display:flex;align-items:center;gap:6px}._prescription-details-second-section_sfklv_1105{text-align:end}._prescription-details-second-section_sfklv_1105 span{color:#f7941d;cursor:pointer;padding-bottom:38px;padding-right:10px}._prescription-details-second-section_sfklv_1105 button{padding:8px 22px;border-radius:5px;border:none;background:var(--Purple-Gradient, linear-gradient(90deg, rgba(92, 45, 145, .85) 0%, #a965d6 100%));color:#fff;text-align:center;font-family:Maven Pro;font-size:12px;font-style:normal;font-weight:600;line-height:normal}@media screen and (max-width: 991px) and (min-width: 320px){._upload-presc-listing-id_sfklv_703 span{font-size:10px}._presc-listing-details-main-container_sfklv_953{margin-bottom:40px}._upload-presc-listing-container_sfklv_593{display:unset}._upload-presc-listing-heading_sfklv_613{color:#4c4b4b;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:500;line-height:normal;text-align:unset}._upload-presc-second-section_sfklv_635{gap:10px;display:grid;justify-content:unset}._upload-presc-listing-details_sfklv_665 p{font-size:14px;margin-bottom:0}._upload-presc-listing-details_sfklv_665 span{font-size:11px}._prescription-details-container_sfklv_961{padding:16px 28px 16px 25px;background-color:#fff}._upload-presc-inner-container_sfklv_1243{display:flex;align-items:center;padding-bottom:16px;gap:13px}._upload-presc-inner-container_sfklv_1243 img{display:block}._presc-booking-details-container_sfklv_1265{padding:0}._upload-prescription-listing-filter-by_sfklv_815{padding:0;border-radius:unset;background:transparent;display:unset}._upload-prescription-listing-filter-by_sfklv_815 span{font-size:12px;align-items:center;justify-content:center;padding:0 5px;border-radius:8px;background:#e0e0e099;display:flex;cursor:pointer;font-family:Maven Pro;height:30px}._dropdown-subheader_sfklv_907{font-size:12px;border-radius:8px;background:#e0e0e099;display:flex;cursor:pointer;font-family:Maven Pro;padding:7px 10px 5px}._upload-prescription-listing-filter_sfklv_779{justify-content:unset;align-items:unset}._upload-prescription-listing-filter-by_sfklv_815 ._sub-dropdown_sfklv_917 ._dropdown-sublinks_sfklv_833 span{background-color:transparent}._down-arrow-img_sfklv_877{margin-top:0}._prescription-details-second-section_sfklv_1105{position:relative;top:26px}}._dropdown-container_sfklv_1385{position:relative}._dropdown-header_sfklv_1393{padding:10px;background-color:#fff;border:1px solid #ccc;border-radius:4px;cursor:pointer}._dropdown-options_sfklv_1409{position:absolute;top:calc(100% + 5px);left:0;width:100%;border:1px solid #ccc;border-top:none;border-radius:0 0 4px 4px;background-color:#fff;z-index:1}._dropdown-option_sfklv_1409{padding:10px;cursor:pointer}._dropdown-option_sfklv_1409:hover{background-color:#f0f0f0}._input-search-icon_sfklv_721 input{background-color:transparent}._profile_report_content_div_o2gsd_1{display:flex;align-items:center;border-radius:8px;border:1px solid rgba(92,45,145,.1);background:#ffefdc4d;padding:18px 36px 25px}._profile_report_content_div_o2gsd_1>div{overflow:hidden}._profile_report_content_title_o2gsd_27{color:#5c2d91;font-family:Maven Pro;font-size:20px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:0}._upload_records_title_o2gsd_47._upload_records_sub_title_o2gsd_47{font-size:10px}._profile_report_content_sub_title_o2gsd_55{color:#5c2d91;font-family:Maven Pro;font-size:18px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:0}._profile_report_content_title_id_o2gsd_75{color:#ff8b00;font-family:Maven Pro;font-size:18px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:0}._upload_records_wrapper_o2gsd_95{padding:0 30px;height:73px;border-radius:12.771px;background:linear-gradient(91deg,#f7941d 58.96%,#ffad4bdb 98.25%)}._upload_records_title_o2gsd_47{color:#fff;font-family:Maven Pro;font-size:18px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:0}._upload_btn_div_o2gsd_137 button{width:121.3px;height:44.7px;border-radius:11.175px;border:.798px solid #ffefdc;background:#ffefdc;color:#a965d6;font-family:Maven Pro;font-size:18px;font-style:normal;font-weight:600;line-height:normal}._banner_input_section_o2gsd_167{border:1px solid #f7941d;height:46px;border-radius:8px;background-color:#fff;padding-left:13px}._banner_input_section_o2gsd_167 input{height:100%;width:calc(100% - 18px);border:none;outline:none;padding-left:10px;color:#5f5f5f;font-size:14px;font-style:normal;font-weight:500;line-height:150.5%}._order_id_text_o2gsd_211{font-family:Maven Pro;color:#4c4b4b;font-size:10px;font-weight:500;line-height:11.75px;text-align:left}._booked_on_text_o2gsd_231{font-family:Maven Pro;color:#a965d6;font-size:10px;font-weight:600;line-height:11.75px;text-align:left;margin-top:2px}._tests_booked_title_o2gsd_255{font-family:Maven Pro;color:#4c4b4b;font-size:12px;font-weight:600;line-height:14.1px;text-align:left;margin-top:18px}._test_name_o2gsd_277{font-family:Maven Pro;color:#6c429c;font-size:12px;font-weight:500;line-height:14.1px;text-align:left;margin-top:4px}._report_tag_div_o2gsd_301{font-family:Maven Pro;color:#ff8b00;font-size:10px;font-weight:600;line-height:11.75px;text-align:left}._records_list_item_o2gsd_319{display:flex;align-items:baseline;justify-content:space-between;border:.5px solid #cfa8e9;box-shadow:0 4px 4px #7d7d7d40;background-color:#fff;border-radius:8px;min-height:128px;padding:15px 12px 19px 14px}._record_list_content_section_o2gsd_343{max-width:159px}._view_report_div_o2gsd_351{height:27px;padding:0 10px;background:linear-gradient(90deg,#5c2d91d9,#a965d6);border-radius:4px;margin-top:50px}._view_report_div_o2gsd_351 button{height:100%;width:100%;border:none;outline:none;font-family:Maven Pro;color:#fff;font-size:12px;font-weight:600;line-height:14.1px;text-align:left;background-color:transparent}@media (min-width: 300px) and (max-width: 767px){._profile_report_content_div_o2gsd_1{padding:14px}._profile_report_content_div_o2gsd_1>div{overflow:unset;margin-top:0}._profile_report_content_title_o2gsd_27{font-size:14px}._profile_report_content_sub_title_o2gsd_55,._profile_report_content_title_id_o2gsd_75{font-size:11px}._upload_records_wrapper_o2gsd_95{padding:0 10px;height:46px;border-radius:7px}._upload_record_icon_o2gsd_447{width:22px;height:21px}._upload_record_icon_o2gsd_447 img{width:100%;height:100%;display:flex}._upload_records_title_o2gsd_47{font-size:14px;font-weight:unset}._upload_btn_div_o2gsd_137 button{width:58.428px;height:23px;font-size:12px;border-radius:7px;font-weight:unset}}._upload-presc-listing-container_o2gsd_501{display:grid;align-items:center;justify-content:center}._upload-presc-listing-inner-container_o2gsd_513 img{display:none}._upload-presc-listing-heading_o2gsd_521{text-align:center;color:#4c4b4b;font-family:Maven Pro;font-size:24px;font-style:normal;font-weight:500;line-height:normal;padding:30px 0}._upload-presc-second-section_o2gsd_543{max-width:612px;width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:150px;border-radius:8px;border:1px solid rgba(92,45,145,.1);background:#ffefdc4d;box-shadow:0 4px 4px #0000001f;padding:14px 19px 21px;margin-bottom:25px}._upload-presc-listing-details_o2gsd_573 p{color:#5c2d91;font-family:Maven Pro;font-size:20px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:11px}._upload-presc-listing-details_o2gsd_573 span{color:#5c2d91;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:500;line-height:normal}._upload-presc-listing-id_o2gsd_611 span{color:#ff8b00;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:600;line-height:normal}._input-search-icon_o2gsd_629{width:100%}._input-search-icon_o2gsd_629 input{width:100%;height:46px;border-radius:8px;border:1px solid #f7941d;box-shadow:0 4px 4px #0000000d;color:#4c4b4b;font-family:Maven Pro;font-size:20px;font-style:s normal;font-weight:500;line-height:normal;margin-bottom:7px;padding-left:46px}._input-search-icon_o2gsd_629 input:focus{outline:none}._input-search-icon_o2gsd_629 img{position:absolute;padding:16px 13px}._upload-prescription-listing-filter_o2gsd_687{display:flex;align-items:center;justify-content:center;gap:20px;margin:23px 0 26px}._upload-prescription-listing-filter_o2gsd_687 p{color:#a965d6;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:0}._upload-prescription-listing-filter-by_o2gsd_723{padding:7px 15px 5px;border-radius:8px;background:#e0e0e099;display:flex;cursor:pointer;font-family:Maven Pro}._dropdown-sublinks_o2gsd_741{font-size:12px;padding:5px 0 10px;color:#8d8f90}._upload-prescription-listing-filter-by_o2gsd_723 select{background:#e0e0e099;border:0}._upload-prescription-listing-filter-by_o2gsd_723 span{color:#585555;text-align:center;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:500;line-height:normal;margin-top:-2px}._down-arrow-img_o2gsd_785{width:10px;height:16px;margin-left:10px;margin-top:-1px}._up-arrow-img_o2gsd_799{rotate:180deg;width:10px;height:16px;margin-left:10px;margin-top:-1px}._dropdown-subheader_o2gsd_815{font-size:13px;color:#585555}._sub-dropdown_o2gsd_825{position:absolute;background:#fff;border:1px solid #ddd;margin-top:6px;width:125px;margin-left:-13px;border-radius:5px;padding:5px 0 0 10px;box-shadow:0 4px 2px #00000040;z-index:99}._option-links_o2gsd_851{width:86px;color:#a965d6}._presc-listing-details-main-container_o2gsd_861{margin-bottom:129px}._prescription-details-container_o2gsd_869{display:flex;align-items:baseline;justify-content:space-between;border-radius:8px;border:1px solid #cfa8e9;filter:drop-shadow(0px 4px 4px rgba(215,207,207,.25));margin-bottom:22px;padding:16px 37px 16px 28px}._prescription-details-first-section_o2gsd_891 p{color:#4c4b4b;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:19px}._prescription-details-first-section_o2gsd_891 b{color:#4c4b4b;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:600;line-height:normal}._prescription-details-first-section_o2gsd_891 span{color:#a965d6;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:600;line-height:normal}._upload-presc-listing-download-share_o2gsd_947{max-width:915px;width:100%;display:flex;padding-top:25px;gap:9px;text-align:center;margin:0 auto}._upload-presc-listing-download-share_o2gsd_947 p{color:#5c2d91;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:600;line-height:normal;cursor:pointer;margin-bottom:0}._upload-presc-listing-download-section_o2gsd_989,._upload-presc-listing-share-section_o2gsd_1001{display:flex;align-items:center;gap:6px}._prescription-details-second-section_o2gsd_1013{text-align:end}._prescription-details-second-section_o2gsd_1013 span{color:#f7941d;cursor:pointer;padding-bottom:38px;padding-right:10px}._prescription-details-second-section_o2gsd_1013 button{padding:8px 22px;border-radius:5px;border:none;background:var( --Purple-Gradient, linear-gradient(90deg, rgba(92, 45, 145, .85) 0%, #a965d6 100%) );color:#fff;text-align:center;font-family:Maven Pro;font-size:12px;font-style:normal;font-weight:600;line-height:normal}@media screen and (max-width: 991px) and (min-width: 320px){._upload-presc-listing-id_o2gsd_611 span{font-size:10px}._presc-listing-details-main-container_o2gsd_861{margin-bottom:40px}._upload-presc-listing-container_o2gsd_501{display:unset}._upload-presc-listing-heading_o2gsd_521{color:#4c4b4b;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:500;line-height:normal;text-align:unset}._upload-presc-second-section_o2gsd_543{gap:10px;display:grid;justify-content:unset}._upload-presc-listing-details_o2gsd_573 p{font-size:14px;margin-bottom:0}._upload-presc-listing-details_o2gsd_573 span{font-size:11px}._prescription-details-container_o2gsd_869{padding:16px 28px 16px 25px;background-color:#fff}._upload-presc-inner-container_o2gsd_1153{display:flex;align-items:center;padding-bottom:16px;gap:13px}._upload-presc-inner-container_o2gsd_1153 img{display:block}._presc-booking-details-container_o2gsd_1175{padding:0}._upload-prescription-listing-filter-by_o2gsd_723{padding:0;border-radius:unset;background:transparent;display:unset}._upload-prescription-listing-filter-by_o2gsd_723 span{font-size:12px;padding:7px 10px 5px;border-radius:8px;background:#e0e0e099;display:flex;cursor:pointer;font-family:Maven Pro;height:30px}._dropdown-subheader_o2gsd_815{font-size:12px;border-radius:8px;background:#e0e0e099;display:flex;cursor:pointer;font-family:Maven Pro;padding:7px 10px 5px}._upload-prescription-listing-filter_o2gsd_687{justify-content:unset;align-items:unset}._upload-prescription-listing-filter-by_o2gsd_723 ._sub-dropdown_o2gsd_825 ._dropdown-sublinks_o2gsd_741 span{background-color:transparent}._down-arrow-img_o2gsd_785{margin-top:0}._prescription-details-second-section_o2gsd_1013{position:relative;top:26px}}._dropdown-container_o2gsd_1277{position:relative}._dropdown-header_o2gsd_1285{padding:10px;background-color:#fff;border:1px solid #ccc;border-radius:4px;cursor:pointer}._dropdown-options_o2gsd_1301{position:absolute;top:calc(100% + 5px);left:0;width:100%;border:1px solid #ccc;border-top:none;border-radius:0 0 4px 4px;background-color:#fff;z-index:1}._dropdown-option_o2gsd_1301{padding:10px;cursor:pointer}._dropdown-option_o2gsd_1301:hover{background-color:#f0f0f0}._input-search-icon_o2gsd_629 input{background-color:transparent}._sort_search_results_innner_section_fshjk_1{display:flex;align-items:baseline;justify-content:space-between;padding:34px 30px 30px 17px;border-bottom:1px solid #e0e0e0}._sort_search_results_innner_section_fshjk_1:last-child{border-bottom:unset}._sort_search_results_innner_section_fshjk_1 h4{margin:0;color:#5c2d91;font-family:Maven Pro;font-size:20px;font-style:normal;font-weight:600;line-height:normal}._sort_search_results_test_no_fshjk_49{margin:unset;color:#a965d6;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:600;line-height:normal;margin-top:4px;margin-bottom:2px}._sort_search_results_alias_fshjk_73{margin:0;color:#4c4b4b;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:500;line-height:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._sort_know_more_heading_fshjk_107{color:#4c4b4b;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:500;line-height:normal;padding-top:22px;display:inline-flex;cursor:pointer}._sort_search_results_info_container_fshjk_131{width:80%}._sort_search_results_price_container_fshjk_139{display:grid;align-items:end;justify-items:end;width:20%}._sort_search_results_price_section_fshjk_153{display:flex;align-items:baseline;gap:5px}._sort_search_results_discounted_price_fshjk_165{color:#5c2d91;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:500;line-height:normal}._sort_search_results_price_fshjk_139{color:#4c4b4b;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:5px;text-align:right}._sort_search_results_discount_fshjk_165{width:66px;color:#fff;font-family:Maven Pro;font-size:12px;font-style:normal;font-weight:700;line-height:normal;border-radius:5px;background:#f7941d;text-align:center;border:none;padding:3px 7px;margin:4px 0}._add_button_container_fshjk_239{display:flex;align-items:center;border-radius:8px;border:1px solid #5c2d91;cursor:pointer;outline:none;background-color:transparent;margin-top:21px}._add_button_container_fshjk_239 span{padding:0 12px;color:#5c2d91;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:500;line-height:normal;width:70px}._add_button_container_fshjk_239 button{padding-left:10px;border-radius:3px;border:1px solid #5c2d91;text-align:left;color:#5c2d91;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:500;line-height:normal;width:100%;height:28px;background-color:#fff}._plus_icon_wrap_fshjk_319{background-color:#5c2d91;border-radius:7px;padding:3px;display:flex;align-items:center;justify-content:center}._plus_icon_fshjk_319{width:21px;height:21px;border-radius:3px;color:#fff}@media screen and (max-width: 767px) and (min-width: 320px){._sort_search_results_innner_section_fshjk_1 h4{font-size:14px}._sort_search_results_test_no_fshjk_49{font-size:13px;margin:5px 0}._sort_search_results_alias_fshjk_73{font-size:12px}._sort_search_results_discounted_price_fshjk_165,._sort_search_results_price_fshjk_139{font-size:14px;flex:none}._sort_know_more_heading_fshjk_107{padding-top:16px}._add_button_container_fshjk_239{margin-top:26px}._sort_search_results_price_section_fshjk_153{display:block;align-items:baseline;gap:5px}._sort_search_results_innner_section_fshjk_1{display:flex;align-items:baseline;justify-content:space-between;padding:34px 15px 30px;border-bottom:1px solid #e0e0e0}._sort_search_results_price_container_fshjk_139{width:unset}}._location_dropdown_wrapper_1iorl_1{position:absolute;top:50px;border-radius:8px;border:.5px solid #D5B3EC;background:#fff;margin-left:-28px;display:flex;width:622px;max-height:568px;flex-direction:column;justify-content:flex-start;align-items:center;padding:18px 30px;z-index:10;overflow:auto}._location_dropdown_title_1iorl_47{color:#4c4b4b;font-family:Maven Pro;font-size:24px;font-style:normal;font-weight:600;line-height:normal}._location_form_1iorl_65{width:85%;cursor:default}._location_dropdown_input_div_1iorl_75{border-radius:8px;outline:1.5px solid var(--Purple-Gradient, rgba(92, 45, 145, .85));height:46px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;margin-top:30px}._location_dropdown_input_div_1iorl_75 input[type=number]::-webkit-inner-spin-button,._location_dropdown_input_div_1iorl_75 input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}._location_dropdown_input_div_1iorl_75 input[type=number]{-moz-appearance:textfield}._location_dropdown_input_div_1iorl_75 input{height:100%;width:65%;padding-left:19px;border:none;outline:none;color:#979797;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:500;line-height:normal}._location_dropdown_input_div_1iorl_75 button{height:100%;width:35%;border:none;outline:none;border-radius:8px;background:linear-gradient(90deg,#5c2d91d9,#a965d6);color:#fff;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:700;line-height:normal}._current_location_btn_1iorl_185{display:flex;align-items:center;gap:7px;color:#f7941d;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:600;line-height:normal;margin-top:30px;border:none;background:none}._add_address_div_1iorl_219 p{color:#f7941d;font-family:Maven Pro;font-size:12px;font-style:normal;font-weight:600;line-height:normal}._add_address_div_1iorl_219{border-radius:5px;border:.5px dashed #999;padding:19px 0;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;margin-bottom:27px;margin-top:30px}._plus_icon_wrap_1iorl_269{background-color:#f7941d;border-radius:3px;padding:3px;display:flex;align-items:center;justify-content:center;width:30px;height:30px}._plus_icon_1iorl_269{border-radius:3px;color:#fff}._get_all_address_div_1iorl_303{margin-top:30px;display:flex;flex-direction:column;align-items:flex-start}._single_address_1iorl_317{margin-bottom:10px;color:#5c2d91;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:600;line-height:normal;text-align:left}._address_section_1iorl_339{width:100%;border-radius:8px;border:.5px solid #CFA8E9;background:#ffefdccf;flex-shrink:0;padding:18px 20px 20px 24px;margin-bottom:20px;cursor:pointer}._address_header_section_1iorl_361{display:grid;justify-content:space-between;align-items:center;color:#5c2d91;font-size:14px;font-weight:600;margin:0 0 5px}._address_title_section_1iorl_381{display:flex;justify-content:start;align-items:center;color:#5c2d91;font-size:14px;font-weight:600;margin:0 0 5px}._edit_delete_button_section_1iorl_401 button{color:#5c2d91;font-size:14px;width:83.81px;height:32px;flex-shrink:0;background-color:#fff;border:1px solid #5C2D91;border-radius:10px;margin:0 5px;font-weight:600}._address_text_1iorl_427{color:#4c4b4b;font-size:18px;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:inherit;font-family:Maven Pro;text-align:left}._location_map_section_1iorl_457{margin:2rem 0}._service_heading_bold_1iorl_463{color:#5c2d91;margin:1.8rem 0;font-weight:700;font-family:Maven Pro;font-weight:600}._service_heading_normal_1iorl_477{color:#5c2d91;margin:1.8rem 0;font-family:Maven Pro;font-weight:600}._service_desc_1iorl_489{color:#4c4b4b;margin:1.8rem 0;font-family:Maven Pro;font-weight:600}@media (min-width:300px) and (max-width:767px){._location_dropdown_wrapper_1iorl_1{width:95%;margin:0 auto;max-height:100vh;top:70px}._location_form_1iorl_65{width:100%}}@media screen and (min-width: 768px) and (max-width: 1023px){._location_dropdown_wrapper_1iorl_1{width:100%;margin-left:-30px;margin-top:15px}._address_text_1iorl_427{text-align:left}}@media screen and (min-width: 1024px) and (max-width: 1279px){._location_dropdown_wrapper_1iorl_1{width:520px;margin-left:-28px}}@media screen and (min-width: 1280px) and (max-width: 1365px){._location_dropdown_wrapper_1iorl_1{width:560px;margin-left:-28px}}@media screen and (min-width: 1728px) and (max-width: 1920px){._location_dropdown_wrapper_1iorl_1{width:750px;margin-left:-28px}}._search_dropdown_wrapper_oked5_1{position:absolute;top:51px;right:0;border-radius:0 0 8px 8px;border:.5px solid #D5B3EC;border-top:0;background:#fff;margin-left:-28px;width:100%;max-height:268px;flex-direction:column;justify-content:flex-start;align-items:center;padding:18px 0;z-index:10;overflow-x:hidden;overflow-y:auto;box-shadow:0 4px 10px #00000040}._advanced_search_section_oked5_47{text-align:right;color:#f7941d;font-size:15px;font-family:Maven Pro;font-style:normal;line-height:normal;padding-right:15px;cursor:pointer}._single_search_item_oked5_69{color:#4c4b4b;font-family:Maven Pro;font-style:normal;line-height:normal;padding:15px 30px;cursor:pointer;border-bottom:1px solid lightgray}._single_search_item_oked5_69:hover{background-color:#d5b3ec38}._location_form_oked5_95{width:85%;cursor:default}._location_dropdown_input_div_oked5_105{border-radius:8px;outline:1.5px solid var(--Purple-Gradient, rgba(92, 45, 145, .85));height:46px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;margin-top:30px}._location_dropdown_input_div_oked5_105 input[type=number]::-webkit-inner-spin-button,._location_dropdown_input_div_oked5_105 input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}._location_dropdown_input_div_oked5_105 input[type=number]{-moz-appearance:textfield}._location_dropdown_input_div_oked5_105 input{height:100%;width:65%;padding-left:19px;border:none;outline:none;color:#979797;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:500;line-height:normal}._location_dropdown_input_div_oked5_105 button{height:100%;width:35%;border:none;outline:none;border-radius:8px;background:linear-gradient(90deg,#5c2d91d9,#a965d6);color:#fff;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:700;line-height:normal}._current_location_btn_oked5_215{display:flex;align-items:center;gap:7px;color:#f7941d;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:600;line-height:normal;margin-top:30px;border:none;background:none}._add_address_div_oked5_249 p{color:#f7941d;font-family:Maven Pro;font-size:12px;font-style:normal;font-weight:600;line-height:normal}._add_address_div_oked5_249{border-radius:5px;border:.5px dashed #999;padding:19px 0;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;margin-bottom:27px;margin-top:30px}._plus_icon_wrap_oked5_299{background-color:#f7941d;border-radius:3px;padding:3px;display:flex;align-items:center;justify-content:center;width:30px;height:30px}._plus_icon_oked5_299{border-radius:3px;color:#fff}._get_all_address_div_oked5_333{margin-top:30px;display:flex;flex-direction:column;align-items:flex-start}._single_address_oked5_347{margin-bottom:10px;color:#5c2d91;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:600;line-height:normal;text-align:left}._address_section_oked5_369{width:100%;border-radius:8px;border:.5px solid #CFA8E9;background:#ffefdccf;flex-shrink:0;padding:18px 20px 20px 24px;margin-bottom:20px;cursor:pointer}._address_header_section_oked5_391{display:grid;justify-content:space-between;align-items:center;color:#5c2d91;font-size:14px;font-weight:600;margin:0 0 5px}._address_title_section_oked5_411{display:flex;justify-content:start;align-items:center;color:#5c2d91;font-size:14px;font-weight:600;margin:0 0 5px}._edit_delete_button_section_oked5_431 button{color:#5c2d91;font-size:14px;width:83.81px;height:32px;flex-shrink:0;background-color:#fff;border:1px solid #5C2D91;border-radius:10px;margin:0 5px;font-weight:600}._address_text_oked5_457{color:#4c4b4b;font-size:18px;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:inherit;font-family:Maven Pro;text-align:left}._location_map_section_oked5_487{margin:2rem 0}._service_heading_bold_oked5_493{color:#5c2d91;margin:1.8rem 0;font-weight:700;font-family:Maven Pro;font-weight:600}._service_heading_normal_oked5_507{color:#5c2d91;margin:1.8rem 0;font-family:Maven Pro;font-weight:600}._service_desc_oked5_519{color:#4c4b4b;margin:1.8rem 0;font-family:Maven Pro;font-weight:600}._label_center_oked5_531{text-align:center}@media (min-width:300px) and (max-width:767px){._search_dropdown_wrapper_oked5_1{width:100%;margin:0 auto;max-height:35vh;top:42px;left:0}._location_form_oked5_95{width:100%}}@media screen and (min-width: 768px) and (max-width: 1023px){._search_dropdown_wrapper_oked5_1{width:100%;margin-left:-30px;margin-top:15px}._address_text_oked5_457{text-align:left}}@media screen and (min-width: 1024px) and (max-width: 1279px){._search_dropdown_wrapper_oked5_1{width:100%;margin-left:-28px}}@media screen and (min-width: 1280px) and (max-width: 1365px){._search_dropdown_wrapper_oked5_1{width:100%;margin-left:-28px}}@media screen and (min-width: 1728px) and (max-width: 1920px){._search_dropdown_wrapper_oked5_1{width:100%;margin-left:-28px}}._tooltip_text_166qr_1{position:absolute;margin-top:-30px;background:#ff8f00;padding:0 7px;font-size:12px;border-radius:12px;font-family:Maven Pro;font-weight:500;margin-left:-20px}._desktop_div_166qr_27{display:block;align-self:end}._mobile_div_166qr_37{display:none}._banner_section_wrapper_166qr_53{display:flex;align-items:center;height:195px;flex-shrink:0;z-index:1;background-image:linear-gradient(180deg,#a965d680,#a965d600 58.52%),url(/assets/top_section_banner_img-Brc7UGyd.svg);background-repeat:no-repeat;background-size:100%}._comming_soon_banner_button_166qr_91{border-radius:7.278px;background:#f7941d;border-color:#f7941d;box-shadow:none;position:absolute;font-family:Maven Pro;font-style:normal;font-weight:500;line-height:12.452px;color:#fff;font-size:9px;padding:3.639px 21.835px;margin-top:-60px;margin-left:-22px}._banner_desktop_view_166qr_125{display:block}._banner_mobile_view_166qr_133{display:none}._banner_icons_title_166qr_141{display:flex}._banner_section_image_div_166qr_149{width:220px;flex-shrink:0}._banner_section_image_div_166qr_149 img{width:100%;height:100%;object-fit:contain;margin-top:16px}._upload_prescription_button_166qr_179{background:#ffefdc;height:50px;padding:0 22px;border-radius:8px;box-shadow:0 4px 2px #00000040;gap:6px;cursor:pointer;margin-left:18.8px;width:244px}._upload_prescription_button_166qr_179 p{color:#5c2d91;font-size:17px;font-style:normal;font-weight:600;line-height:normal;font-family:Maven Pro;padding-left:6.29px}._upload_prescription_button_166qr_179 img{width:28px;height:28px}._combine_div_container_166qr_233{display:flex;align-items:center}._middle_div_wrapper_166qr_245{margin-left:-30px}._banner_middle_section_div_166qr_253{display:flex;align-items:center;width:660px;height:50px;border-radius:8px;background:var(--white, #fff);box-shadow:0 4px 10px #00000040}._show_search_result_166qr_273{border-radius:8px 8px 0}._dropwdown_div_166qr_281{display:flex;align-items:center;gap:.5rem;padding:0 11px;width:204px;height:100%;border-radius:8px 0 0 8px;background:#f7941d}._dropdown_selected_value_text_166qr_305{display:contents;color:#fff;font-family:Maven Pro;font-size:13.475px;font-style:normal;font-weight:500;line-height:150.5%}._dropwdown_div_166qr_281 button{background-color:transparent;border:none;outline:none;position:relative}._dropdown_option_list_166qr_339{padding-left:unset;position:absolute;bottom:-195px;width:188px;text-align:left;background:gray;border-radius:5px;max-height:160px;overflow-y:auto}._dropdown_option_list_166qr_339 li{list-style:none;padding:5px}._opened_dropdown_icon_166qr_375{rotate:180deg}._banner_input_section_166qr_383{width:75%;height:100%;display:flex;align-items:center;justify-content:space-between;padding-right:20px;position:relative}._banner_input_section_166qr_383 input{width:100%;height:100%;border:none;outline:none;padding:0 20px;font-family:Maven Pro;color:var(--dark-grey, #5f5f5f);font-size:12.5px;font-style:normal;font-weight:500;line-height:150.5%}._banner_input_section_166qr_383 span{cursor:pointer}._banner_header_div_166qr_445{background-color:#5c2d91;border-radius:20px 20px 0 0;height:55px;display:flex;align-items:center;justify-content:center;margin-top:16px}._banner_header_title_166qr_45{font-family:Maven Pro;color:#fff;font-size:14px;font-weight:500;line-height:21px;margin:0}._rounded_banner_div_166qr_485{max-height:261px;display:grid;border-radius:20px}@media (max-width: 1023px){._banner_input_section_166qr_383{width:100%}._banner_input_section_166qr_383{padding:0 15px;outline:1px solid #f7941d;flex-direction:row-reverse;border-radius:0 8px 8px 0}}@media (max-width: 1366px){._banner_input_section_166qr_383{width:100%}._dropwdown_div_166qr_281{width:300px}}@media screen and (max-width: 992px) and (min-width: 320px){._banner_section_image_div_166qr_149{display:block;width:unset}._banner_section_image_div_166qr_149 img{width:100%;height:100%;margin-top:unset}._banner_desktop_view_166qr_125,._banner_mobile_view_166qr_133{display:none}._banner_header_div_166qr_445{border-radius:0;text-align:center;padding:10px 20px}._banner_header_without_div_166qr_615{background-color:#fff;height:0;display:flex;align-items:center;justify-content:space-around;margin-top:0;padding:0}._banner_header_title_166qr_45{color:#fff;font-family:Maven Pro;font-size:8px;font-style:normal;font-weight:500;line-height:150.5%;margin-top:6px}._banner_icons_title_166qr_141{display:inline-block;text-align:center}._dropwdown_div_166qr_281{display:none}._banner_input_section_166qr_383{border-radius:8px}._search_banner_input_section_166qr_687,._show_search_result_166qr_273{border-radius:8px 8px 0 0}}@media screen and (max-width: 600px) and (min-width: 481px){._banner_desktop_view_166qr_125,._banner_mobile_view_166qr_133{display:none}._banner_header_div_166qr_445{border-radius:0;text-align:center;padding:0 20px}._banner_header_without_div_166qr_615{background-color:#fff;height:0;display:flex;align-items:center;justify-content:space-around;margin-top:0;padding:0}._banner_header_title_166qr_45{color:#fff;font-family:Maven Pro;font-size:8px;font-style:normal;font-weight:500;line-height:150.5%}._banner_icons_title_166qr_141{display:inline-block;text-align:center}._dropwdown_div_166qr_281{display:none}._banner_input_section_166qr_383{border-radius:8px}}@media screen and (max-width: 767px) and (min-width: 600px){._banner_header_div_166qr_445{border-radius:unset!important}._banner_header_without_div_166qr_615{background-color:#fff;height:0;display:flex;align-items:center;justify-content:space-around;margin-top:0;padding:0}._banner_header_div_166qr_445>div{flex-direction:column!important;gap:unset!important}._banner_header_title_166qr_45{font-size:8px;font-weight:500px}._banner_desktop_view_166qr_125,._banner_mobile_view_166qr_133{display:none}._banner_header_div_166qr_445{border-radius:0;text-align:center;padding:0 20px}._banner_header_title_166qr_45{color:#fff;font-family:Maven Pro;font-size:8px;font-style:normal;font-weight:500;line-height:150.5%}._banner_icons_title_166qr_141{display:inline-block;text-align:center}._dropwdown_div_166qr_281{display:none}._banner_input_section_166qr_383{border-radius:8px}}@media screen and (max-width: 1023px) and (min-width: 768px){._banner_header_div_166qr_445{gap:100px}._dropwdown_div_166qr_281 button{background-color:transparent;border:none;outline:none;position:static}._middle_div_wrapper_166qr_245{width:100%;position:relative;margin-left:-30px}._upload_prescription_button_166qr_179{margin-left:-15px;width:190px;padding:0 10px;gap:0}._comming_soon_banner_button_166qr_91{margin-left:-15px}._banner_header_div_166qr_445{border-radius:0;text-align:center;padding:0 20px}._banner_header_without_div_166qr_615{background-color:#fff;height:0;display:flex;align-items:center;justify-content:space-around;margin-top:0;padding:0}._banner_header_title_166qr_45{color:#fff;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:500;line-height:150.5%}._banner_icons_title_166qr_141{display:inline-block;text-align:center}._banner_section_image_div_166qr_149{display:block;width:194px;height:157px}._banner_section_image_div_166qr_149 img{width:130px;margin-top:14px}._dropwdown_div_166qr_281,._banner_input_section_166qr_383,._banner_middle_section_div_166qr_253{width:100%}._upload_prescription_button_166qr_179 p{font-size:14px;white-space:nowrap}._banner_section_wrapper_166qr_53{padding:0 30px;height:246px}._tooltip_text_166qr_1{position:absolute;margin-top:-45px;background:#ff8f00;padding:0 7px;font-size:12px;border-radius:12px;font-family:Maven Pro;font-weight:500;margin-left:-10px}}@media (min-width: 300px) and (max-width: 992px){._rounded_banner_div_166qr_485{height:133px}._banner_middle_section_div_166qr_253{height:41px;margin:0;width:90%}._upload_prescription_button_166qr_179{padding:11px;margin-left:9px;display:none!important}._upload_prescription_button_166qr_179 p{font-size:9px}._banner_section_wrapper_166qr_53{padding:0 10px;justify-content:center;height:145px;justify-content:space-between;background-image:linear-gradient(180deg,#a965d64f,#a965d600 99%),url(/assets/grey_triangle_bg-Nsctl0JH.png);background-repeat:no-repeat;background-size:100% 100%}._banner_section_mobile_166qr_1257{display:flex;align-items:end;background:unset;height:90px}._rounded_banner_mobile_166qr_1271{height:auto}._banner_input_section_166qr_383 input{border-radius:8px;font-size:10px;padding:0 0 0 7px;font-family:Maven Pro}._comming_soon_banner_button_166qr_91{border-radius:4.194px;background:#f7941d;border-color:#f7941d;box-shadow:none;position:absolute;font-family:Maven Pro;font-style:normal;font-weight:500;line-height:12.452px;color:#fff;font-size:6px;padding:0 4.194px;margin-top:-50px;margin-left:-11px;width:52px;height:11.742px}._middle_div_wrapper_166qr_245{width:100%;margin-left:unset}._combine_div_container_166qr_233{height:100%;width:82%}._desktop_div_166qr_27{display:none}._mobile_div_166qr_37{display:block;align-self:end;width:35%}}@media screen and (min-width: 1024px) and (max-width: 1279px){._desktop_div_166qr_27{align-self:unset}._banner_middle_section_div_166qr_253{width:100%}._banner_header_div_166qr_445{gap:80px}._middle_div_wrapper_166qr_245{margin-left:-40px}._upload_prescription_button_166qr_179{background:#ffefdc;height:50px;padding:0 9px;border-radius:8px;box-shadow:0 4px 2px #00000040;gap:6px;margin-left:18.8px;width:190px}._upload_prescription_button_166qr_179 p{color:#5c2d91;font-size:14px;font-style:normal;font-weight:600;line-height:normal;font-family:Maven Pro;padding-left:1.29px}._upload_prescription_button_166qr_179 img{width:28px;height:28px}._comming_soon_banner_button_166qr_91{margin-left:-10px}._banner_section_image_div_166qr_149{width:155px;height:auto}}@media screen and (max-width: 1365px) and (min-width: 1280px){._banner_middle_section_div_166qr_253{width:564px}._upload_prescription_button_166qr_179{margin-left:21.56px;padding:0 17px}._upload_prescription_button_166qr_179 p{font-size:14px}._banner_section_image_div_166qr_149{width:174px}._banner_header_div_166qr_445{gap:130px}}@media screen and (max-width: 1439px) and (min-width: 1366px){._banner_middle_section_div_166qr_253{width:635px}._banner_section_image_div_166qr_149{width:164px}._banner_section_image_div_166qr_149 img{width:194px;margin-top:9px}._banner_header_div_166qr_445{gap:130px}}@media screen and (min-width: 1440px) and (max-width: 1727px){._banner_middle_section_div_166qr_253{width:660px}._upload_prescription_button_166qr_179{width:244px}._banner_section_image_div_166qr_149{width:164px}._banner_section_image_div_166qr_149 img{width:194px;margin-top:9px}._banner_header_div_166qr_445{gap:145px}}@media screen and (min-width: 1728px) and (max-width: 1920px){._banner_middle_section_div_166qr_253{width:754px}._upload_prescription_button_166qr_179{width:295px}._upload_prescription_button_166qr_179 p{font-size:18px}._banner_section_image_div_166qr_149{width:164px}._banner_section_image_div_166qr_149 img{width:194px;margin-top:9px}._banner_input_section_166qr_383{width:100%}._banner_middle_section_div_166qr_253{width:815px}._dropwdown_div_166qr_281{width:250px}._banner_header_div_166qr_445{gap:220px}}@media screen and (max-width: 2800px) and (min-width: 1921px){._banner_middle_section_div_166qr_253{width:754px}._upload_prescription_button_166qr_179{width:245px}._upload_prescription_button_166qr_179 p{font-size:18px}._banner_section_image_div_166qr_149{width:194px}._banner_section_image_div_166qr_149 img{width:194px;margin-top:9px}}._page_header_text_div_1vov7_1{margin-top:35px}._page_header_text_div_1vov7_1 h2{color:#4c4b4b;font-size:20px;font-family:Maven Pro;font-style:normal;font-weight:600;line-height:normal}._organ_part_div_1vov7_27{display:flex;align-items:center;justify-content:space-between;margin-top:100px}._organ_part_div_1vov7_27::-webkit-scrollbar{display:none}._organ_part_div-Section_1vov7_49{-ms-overflow-style:none;scrollbar-width:none}._organ_part_div_1vov7_27 button{display:flex;align-items:center;justify-content:center;border:none;outline:none;background-color:#e0e0e0;border-radius:8px;font-family:Maven Pro;color:#4c4b4b;font-size:15px;font-style:normal;font-weight:600;line-height:normal;padding:9px 17px}._active_organ_tab_1vov7_99{background:#f7941d!important;color:#fff!important}._health_package_list_item_container_1vov7_109{padding:0 20px 10px;border-radius:8px;border:.5px solid #cfa8e9;background:#fff;box-shadow:0 4px 4px #00000040}._view_more_button_1vov7_125{border:none;outline:none;background-color:transparent;color:#ff8b00;font-size:16px;font-style:normal;font-weight:600;line-height:normal}._test_packages_item_div_container_1vov7_149{display:grid;gap:65px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}._test_packages_item_div_1vov7_149{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;border:.8px solid #cfa8e9;border-radius:15px;height:137px}._test_packages_item_div_active_1vov7_193{background-color:#ffefdc}._test_packages_item_div_1vov7_149 p{color:var(--purple, #5c2d91);text-align:center;font-size:16px;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase;margin:12px 0 0}._download_app_banner_div_1vov7_225{margin-top:250px}._active_test_package_img_div_1vov7_233{width:60px;height:60px}._active_test_package_img_div_1vov7_233 img{width:100%;height:100%}._test_packages_item_div_container_1vov7_149 ._slick-slide_1vov7_253{padding:5px 40px!important}._slick_slide_div_item_1vov7_261 ._slick-slide_1vov7_253{background-color:red!important}._popular_health_packages_heading_1vov7_269{display:none;align-items:center;justify-content:space-between;color:#4c4b4b;font-family:Maven Pro;font-size:24px;font-style:normal;font-weight:600;line-height:normal;margin:unset}._popular_health_packages_heading_1vov7_269 span{color:#f7941d;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:600;line-height:normal}@media (max-width: 1023px){._popular_health_packages_heading_1vov7_269{display:flex}._popular_health_packages_heading_1vov7_269{font-size:14px}._organ_part_div_1vov7_27{overflow-x:auto;gap:6px;padding-bottom:1rem;margin-top:19px}._health_package_list_item_container_1vov7_109{padding:unset}._active_test_package_img_div_1vov7_233{width:33px;height:33px}._organ_part_div_1vov7_27 button{font-size:14px}}@media (max-width: 480px){._test_packages_item_div_1vov7_149 p{font-size:12px}._test_packages_item_div_1vov7_149{height:85px}._sample_next_arrow_1vov7_395{right:-8px}}@media (min-width:300px) and (max-width:767px){._test_packages_item_div_container_1vov7_149 .slick-dots li{width:2px}._test_packages_item_div_container_1vov7_149 .slick-dots li.slick-active button:before{font-size:8px;color:#a965d6}._test_packages_item_div_container_1vov7_149 .slick-dots li button:before{font-size:5px}}._upload-presc-listing-container_13o7v_1{display:grid;align-items:center;justify-content:center}._upload-presc-listing-inner-container_13o7v_13 img{display:none}._upload-presc-listing-heading_13o7v_21{text-align:center;color:#4c4b4b;font-family:Maven Pro;font-size:24px;font-style:normal;font-weight:500;line-height:normal;padding:30px 0}._upload-presc-second-section_13o7v_43{max-width:612px;width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:150px;border-radius:8px;border:1px solid rgba(92,45,145,.1);background:#ffefdc4d;box-shadow:0 4px 4px #0000001f;padding:14px 19px 21px;margin-bottom:25px}._upload-presc-listing-details_13o7v_73 p{color:#5c2d91;font-family:Maven Pro;font-size:20px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:11px}._upload-presc-listing-details_13o7v_73 span{color:#5c2d91;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:500;line-height:normal}._upload-presc-listing-id_13o7v_111 span{color:#ff8b00;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:600;line-height:normal;white-space:nowrap}._input-search-icon_13o7v_131{width:100%}._input-search-icon_13o7v_131 input{width:100%;height:46px;border-radius:8px;border:1px solid #F7941D;box-shadow:0 4px 4px #0000000d;color:#4c4b4b;font-family:Maven Pro;font-size:20px;font-style:s normal;font-weight:500;line-height:normal;margin-bottom:7px;padding-left:46px}._input-search-icon_13o7v_131 input:focus{outline:none}._input-search-icon_13o7v_131 img{position:absolute;padding:16px 13px}._upload-prescription-listing-filter_13o7v_189{display:flex;align-items:center;justify-content:center;gap:20px;margin:23px 0 26px}._upload-prescription-listing-filter_13o7v_189 p{color:#a965d6;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:0}._upload-prescription-listing-filter-by_13o7v_225{padding:7px 15px 5px;border-radius:8px;background:#e0e0e099;display:flex;cursor:pointer;font-family:Maven Pro}._dropdown-sublinks_13o7v_243{font-size:12px;padding:5px 0 10px;color:#8d8f90}._upload-prescription-listing-filter-by_13o7v_225 select{background:#e0e0e099;border:0}._upload-prescription-listing-filter-by_13o7v_225 span{color:#585555;text-align:center;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:500;line-height:normal;margin-top:-2px}._down-arrow-img_13o7v_287{width:10px;height:16px;margin-left:10px;margin-top:-1px}._up-arrow-img_13o7v_301{rotate:180deg;width:10px;height:16px;margin-left:10px;margin-top:-1px}._dropdown-subheader_13o7v_317{font-size:13px;color:#585555}._sub-dropdown_13o7v_327{position:absolute;background:#fff;border:1px solid #ddd;margin-top:6px;width:125px;margin-left:-13px;border-radius:5px;padding:5px 0 0 10px;box-shadow:0 4px 2px #00000040;z-index:99}._option-links_13o7v_353{width:86px;color:#a965d6}._presc-listing-details-main-container_13o7v_363{margin-bottom:129px}._prescription-details-container_13o7v_371{display:flex;align-items:baseline;justify-content:space-between;border-radius:8px;border:1px solid #CFA8E9;filter:drop-shadow(0px 4px 4px rgba(215,207,207,.25));margin-bottom:22px;padding:16px 37px 16px 28px}._prescription-details-first-section_13o7v_393 p{color:#4c4b4b;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:19px}._prescription-details-first-section_13o7v_393 b{color:#4c4b4b;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:600;line-height:normal}._prescription-details-first-section_13o7v_393 span{color:#a965d6;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:600;line-height:normal}._upload-presc-listing-download-share_13o7v_449{max-width:915px;width:100%;display:flex;padding-top:25px;gap:9px;text-align:center;margin:0 auto}._upload-presc-listing-download-share_13o7v_449 p{color:#5c2d91;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:600;line-height:normal;cursor:pointer;margin-bottom:0}._upload-presc-listing-download-section_13o7v_491,._upload-presc-listing-share-section_13o7v_503{display:flex;align-items:center;gap:6px}._prescription-details-second-section_13o7v_515{text-align:end}._prescription-details-second-section_13o7v_515 span{color:#f7941d;cursor:pointer;padding-bottom:38px;padding-right:10px}._prescription-details-second-section_13o7v_515 button{padding:8px 22px;border-radius:5px;border:none;background:var(--Purple-Gradient, linear-gradient(90deg, rgba(92, 45, 145, .85) 0%, #A965D6 100%));color:#fff;text-align:center;font-family:Maven Pro;font-size:12px;font-style:normal;font-weight:600;line-height:normal}@media screen and (max-width: 991px) and (min-width: 320px){._upload-presc-listing-id_13o7v_111 span{font-size:10px}._presc-listing-details-main-container_13o7v_363{margin-bottom:40px}._upload-presc-listing-container_13o7v_1{display:unset}._upload-presc-listing-heading_13o7v_21{color:#4c4b4b;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:500;line-height:normal;text-align:unset}._upload-presc-second-section_13o7v_43{gap:10px;display:grid;justify-content:unset}._upload-presc-listing-details_13o7v_73 p{font-size:14px;margin-bottom:0}._upload-presc-listing-details_13o7v_73 span{font-size:11px}._prescription-details-container_13o7v_371{padding:16px 28px 16px 25px;background-color:#fff}._upload-presc-inner-container_13o7v_649{display:flex;align-items:center;padding-bottom:16px;gap:13px}._upload-presc-inner-container_13o7v_649 img{display:block}._presc-booking-details-container_13o7v_671{padding:0}._upload-prescription-listing-filter-by_13o7v_225{padding:0;border-radius:unset;background:transparent;display:unset}._upload-prescription-listing-filter-by_13o7v_225 span{font-size:12px;padding:7px 10px 5px;border-radius:8px;background:#e0e0e099;display:flex;cursor:pointer;font-family:Maven Pro;height:30px}._dropdown-subheader_13o7v_317{font-size:12px;border-radius:8px;background:#e0e0e099;display:flex;cursor:pointer;font-family:Maven Pro;padding:7px 10px 5px}._upload-prescription-listing-filter_13o7v_189{justify-content:unset;align-items:unset}._upload-prescription-listing-filter-by_13o7v_225 ._sub-dropdown_13o7v_327 ._dropdown-sublinks_13o7v_243 span{background-color:transparent}._down-arrow-img_13o7v_287{margin-top:0}._prescription-details-second-section_13o7v_515{position:relative;top:26px}}._dropdown-container_13o7v_777{position:relative}._dropdown-header_13o7v_785{padding:10px;background-color:#fff;border:1px solid #ccc;border-radius:4px;cursor:pointer}._dropdown-options_13o7v_801{position:absolute;top:calc(100% + 5px);left:0;width:100%;border:1px solid #ccc;border-top:none;border-radius:0 0 4px 4px;background-color:#fff;z-index:1}._dropdown-option_13o7v_801{padding:10px;cursor:pointer}._dropdown-option_13o7v_801:hover{background-color:#f0f0f0}._input-search-icon_13o7v_131 input{background-color:transparent}._upload-presc-modal-container_ezhci_1{padding:13px 86px 31px;display:flex;align-items:center;justify-content:center;flex-direction:column}._upload-record-section_ezhci_17{width:424px}._upload-presc-close-icon_ezhci_25{position:absolute;text-align:right;right:20px;top:13px;width:21px;height:20px;color:#f7941d;cursor:pointer}._upload-presc-tick-div_ezhci_47{height:41px;width:41px;border-radius:100%;background-color:#0d9b2c;text-align:center;padding-top:6px;margin:20px 0}._upload-presc-tick-icon_ezhci_67{width:22px;height:18px;color:#fff}._upload-success-msg_ezhci_79{padding-bottom:20px}._upload-success-msg_ezhci_79 p{color:#4c4b4b;text-align:center;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:500;line-height:normal}._upload-presc-modal-btn-container_ezhci_107{display:flex;gap:7px}._upload-presc-modal-btn-container_ezhci_107 button{padding:12px 23px;border:none;border-radius:8px;background:var(--Orange-Gradient, linear-gradient(91deg, #f7941d 58.96%, rgba(255, 173, 75, .86) 98.25%));color:#fff;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:600;line-height:normal}._upload-presc-close-unsuccess-div_ezhci_147{height:41px;width:41px;border-radius:100%;background-color:#bb271a;text-align:center;padding-top:6px;margin:31px 0 20px}._upload-presc-exclamation-div_ezhci_167{height:41px;width:41px;border-radius:100%;text-align:center;padding-top:6px;margin:31px 0 20px}._upload-presc-close-unsuccess-icon_ezhci_185{width:22px;height:18px;color:#fff}._upload-presc-exclamation-icon_ezhci_197{width:41;height:41px;color:#fff}@media screen and (max-width: 991px) and (min-width: 320px){._upload-presc-modal-container_ezhci_1{padding:14px 40px 31px}._upload-record-section_ezhci_17{width:unset}._upload-success-msg_ezhci_79{padding-bottom:26px}._upload-success-msg_ezhci_79 p{color:#4c4b4b;font-family:Maven Pro;font-size:12px;font-style:normal;font-weight:500;line-height:normal}._upload-presc-tick-div_ezhci_47{margin:20px 0 18px}._upload-presc-modal-btn-container_ezhci_107 button{color:#fff;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:600;line-height:normal}}._modal_container_hrzkr_1{display:none;position:fixed;z-index:100;left:0;top:0;width:100%;height:100%;overflow:auto;background:#2b2b2b66}._modal_container_hrzkr_1._show_hrzkr_27{display:block}._modal_body_hrzkr_35{position:absolute;top:50%;left:50%;border:none;transform:translate(-50%,-50%);max-height:90%;overflow-y:auto;border-radius:8px;background:#fff}._modal_body_hrzkr_35._addressModal_hrzkr_61{border-radius:70px}._modal_container_hrzkr_1{pointer-events:auto}._modal_body_hrzkr_35::-webkit-scrollbar{display:none}._modal_body_hrzkr_35{-ms-overflow-style:none;scrollbar-width:none}@media (max-width: 750px){._modal_body_hrzkr_35{width:90%;overflow-x:hidden!important}._modal_body_hrzkr_35._addressModal_hrzkr_61{border-radius:8px}}._right_main_section_ylabm_5{display:grid;justify-content:end;align-items:end}._form_section_ylabm_17{border-radius:8px;border:1px solid #cfa8e9;background:#ffefdc4d;box-shadow:0 4px 4px #0000001f;width:444px;flex-shrink:0;padding:40px}._form_section_ylabm_17 label{color:#4c4b4b;font-size:14px;font-weight:600}._input_style_ylabm_51{margin:23px 0;color:#5c2d91}._input_style_ylabm_51:focus{border:1px solid #dee2e6;box-shadow:unset!important}._input_style_ylabm_51::placeholder{opacity:1;color:#5c2d91;font-size:14px;font-weight:500;font-style:normal;line-height:normal;font-family:Maven Pro}._input_style_ylabm_51::-ms-input-placeholder{color:#5c2d91;font-size:14px;font-weight:500;font-style:normal;line-height:normal;font-family:Maven Pro}._sent_enquiry_ylabm_113{display:flex;align-items:center;justify-content:center;gap:1rem;color:#fff;font-size:16px;font-weight:700;border:none;width:100%;height:46px;flex-shrink:0;border-radius:8px;background:var(--Orange-Gradient, linear-gradient(91deg, #f7941d 58.96%, rgba(255, 173, 75, .86) 98.25%))}._desktop_sent_enquiry_ylabm_147{display:block}._mobile_sent_enquiry_ylabm_155{display:none}._page_heading_ylabm_185{font-size:32px;font-weight:700!important}._section_heading_ylabm_195{font-size:28px;font-family:Maven Pro}._purple_text_ylabm_205{color:#5c2d91}._purple_bg_ylabm_213{background-color:#5c2d91}._bold_ylabm_221{font-weight:700!important}._bolder_ylabm_229{font-weight:800!important}._text_white_ylabm_237{color:#fff}._yellow_bg_ylabm_245{background-color:#f7941d}._yellow_text_ylabm_253{color:#f7941d}._light_pink_bg_ylabm_261{background-color:#fff5ea}._light_purple_bg_ylabm_269{background-color:#fffaf5}._about_text_ylabm_277{font-size:16px;color:#525252;font-weight:500;letter-spacing:.5px;text-align:center}._medium_btn_ylabm_293{padding:10px 25px;font-size:25px;border-radius:12.1px;margin:.5rem 1rem 1rem}._how_it_work_module_ylabm_309 span{color:#4c4b4b;font-size:15px;font-weight:700;text-align:center;margin:auto;width:70%;list-style:normal;display:block}._pkg_list_module_ylabm_331{padding:1rem 5rem;background:#fffaf3}._pkg_list_ylabm_331{font-size:15px;line-height:28px;margin-left:auto;margin-right:auto;width:100%;color:#645f5f;padding:0 2rem}._price_section_dummy_box_ylabm_367{background:#f79321;height:1px;min-width:200px}._price_section_container_ylabm_379{align-items:center;display:flex;justify-content:center}._price_section_button_ylabm_391{margin:6px;display:flex;align-items:center}._price_btn_ylabm_403{border:none;border-radius:8px;color:#fff;font-size:23px;font-weight:700;padding:5px 20px;text-align:center;width:100%;min-width:180px}._price_label_ylabm_427{font-size:14px;text-align:center;padding-bottom:5p3}._commit_module_ylabm_439{text-align:center;padding:1rem 2rem}._commit_module_ylabm_439 h4{color:#4c4b4b;font-size:16px;margin:0}._commit_module_ylabm_439 p{color:#4c4b4b;font-size:12px;font-weight:600;margin:0}._commit_img_ylabm_475{height:32px;object-fit:contain;width:36px}._page_banner_ylabm_487{border-radius:10px}._img_icon_img_ylabm_495{width:15%}._img_icon_content_ylabm_503{color:#4c4b4b;font-size:14px;margin:0 0 10px 10px!important;width:85%}._img_icon_content_ylabm_503 h4{font-weight:700;font-size:17px;margin:0;color:#4c4b4b!important}._prep_test_list_ylabm_531{color:#4c4b4b;font-weight:500;line-height:32px;margin:1.5rem auto 0;width:50%}._Thank_You_Banner_ylabm_551{background-image:url(/assets/thank-you-CA-HWxWi.gif);background-position:center;background-size:cover;background-repeat:no-repeat}._banner_orange_btn_ylabm_565{display:flex;align-items:center;justify-content:center;gap:1rem;color:#fff;font-size:20px;font-weight:700;padding:10px 2rem;margin:auto;border:none;width:fit-content;height:46px;flex-shrink:0;border-radius:8px;background:var(--Orange-Gradient, linear-gradient(91deg, #f7941d 58.96%, rgba(255, 173, 75, .86) 98.25%))}._why_choose_row_ylabm_603{width:90%;padding-left:9rem}._price-btn_ylabm_617{border-radius:9.13px;padding:10px 25px}._price-btn_ylabm_617{padding:8px 40px;width:fit-content;display:block}._price-btn_ylabm_617 label{font-family:Maven Pro;font-size:15px;font-weight:700;line-height:19.75px;text-align:center;color:#fff;display:block}._price-btn_ylabm_617 span{font-family:Maven Pro;font-size:30px;font-weight:800;line-height:38.16px;text-align:left;color:#fff}._yellow-bg_ylabm_677{background-color:#f79321}@media screen and (max-width: 1025px) and (min-width: 992px){._pkg_list_module_ylabm_331{padding:1rem 3rem}._page_banner_ylabm_487{height:100%;object-fit:cover;object-position:right}._why_choose_row_ylabm_603{width:90%;padding-left:5rem}._price-btn_ylabm_617{text-align:center}._price-btn_ylabm_617 label{font-size:14px}._price-btn_ylabm_617 span{font-size:20px}}@media screen and (max-width: 991px) and (min-width: 768px){._pkg_list_module_ylabm_331{padding:1rem 0}._page_banner_ylabm_487{height:100%;object-fit:contain;object-position:right;display:block;margin-top:1rem}._prep_test_list_ylabm_531{width:70%}._how_it_work_module_ylabm_309 span{width:100%}._medium_btn_ylabm_293{font-size:20px}._right_main_section_ylabm_5{display:grid;justify-content:initial;align-items:initial}._form_section_ylabm_17{width:auto!important;padding:40px}._form_section_ylabm_17 label{font-size:14px}._input_style_ylabm_51{margin:23px 0}._input_style_ylabm_51::placeholder{font-size:14px}._input_style_ylabm_51::-ms-input-placeholder{font-size:14px}._sent_enquiry_ylabm_113{font-size:16px;width:100%;height:46px}._desktop_sent_enquiry_ylabm_147{display:none}._mobile_sent_enquiry_ylabm_155{display:block;margin:30px 0 0;text-align:center}._why_choose_row_ylabm_603{width:100%;padding-left:5rem}}@media screen and (max-width: 767px) and (min-width: 600px){._pkg_list_module_ylabm_331{padding:1rem 0}._pkg_list_ylabm_331{padding:0 1rem}._why_choose_row_ylabm_603{padding-left:0%}._prep_test_list_ylabm_531{width:80%}._how_it_work_module_ylabm_309 span{width:100%}._medium_btn_ylabm_293{font-size:20px}._about_text_ylabm_277{width:80%;margin:auto}._section_heading_ylabm_195{font-size:28px}._right_main_section_ylabm_5{display:grid;justify-content:initial;align-items:initial}._form_section_ylabm_17{width:auto!important;padding:40px}._form_section_ylabm_17 label{font-size:14px}._input_style_ylabm_51{margin:23px 0}._input_style_ylabm_51::placeholder{font-size:14px}._input_style_ylabm_51::-ms-input-placeholder{font-size:14px}._sent_enquiry_ylabm_113{font-size:16px;width:100%;height:46px}._desktop_sent_enquiry_ylabm_147{display:none}._mobile_sent_enquiry_ylabm_155{display:block;margin:30px 0 0;text-align:left}}@media screen and (max-width: 600px) and (min-width: 481px){._price-btn_ylabm_617{padding:10px 15px;text-align:center}._pkg_list_ylabm_331{padding:0}._why_choose_row_ylabm_603{padding-left:2rem}._page_banner_ylabm_487{display:block;margin-top:1rem}._page_heading_ylabm_185{font-size:25px}._section_heading_ylabm_195{font-size:20px}._right_main_section_ylabm_5{display:grid;justify-content:initial;align-items:initial}._form_section_ylabm_17{width:auto!important;padding:40px}._form_section_ylabm_17 label{font-size:13px}._input_style_ylabm_51{margin:23px 0}._input_style_ylabm_51::placeholder{font-size:13px}._input_style_ylabm_51::-ms-input-placeholder{font-size:13px}._sent_enquiry_ylabm_113{font-size:15px;width:100%;height:46px}._desktop_sent_enquiry_ylabm_147{display:none}._mobile_sent_enquiry_ylabm_155{display:block;margin:30px 0 0;text-align:left}}@media (max-width: 480px){._pkg_list_module_ylabm_331{padding:1rem}._pkg_list_ylabm_331{padding:0}._why_choose_row_ylabm_603{padding-left:1rem}._page_banner_ylabm_487{display:block;margin-top:2rem}._prep_test_list_ylabm_531{width:100%}._page_heading_ylabm_185{font-size:25px;margin:0 auto 1rem;width:90%}._section_heading_ylabm_195{font-size:22px;margin:0 auto 1rem;width:90%}._about_text_ylabm_277{width:90%;margin:auto}._right_main_section_ylabm_5{display:grid;justify-content:initial;align-items:initial}._form_section_ylabm_17{width:auto!important;padding:35px}._form_section_ylabm_17 label{font-size:13px}._input_style_ylabm_51{margin:23px 0}._input_style_ylabm_51::placeholder{font-size:13px}._input_style_ylabm_51::-ms-input-placeholder{font-size:13px}._sent_enquiry_ylabm_113{font-size:15px;width:100%;height:46px}._desktop_sent_enquiry_ylabm_147{display:none}._mobile_sent_enquiry_ylabm_155{display:block;margin:30px 0 0;text-align:center}}._right_main_section_16128_5{display:grid;justify-content:end;align-items:end}._form_section_16128_17{border-radius:8px;border:1px solid #cfa8e9;background:#ffefdc4d;box-shadow:0 4px 4px #0000001f;width:444px;flex-shrink:0;padding:40px}._form_section_16128_17 label{color:#4c4b4b;font-size:14px;font-weight:600}._input_style_16128_51{margin:23px 0;color:#5c2d91}._input_style_16128_51:focus{border:1px solid #dee2e6;box-shadow:unset!important}._input_style_16128_51::placeholder{opacity:1;color:#5c2d91;font-size:14px;font-weight:500;font-style:normal;line-height:normal;font-family:Maven Pro}._input_style_16128_51::-ms-input-placeholder{color:#5c2d91;font-size:14px;font-weight:500;font-style:normal;line-height:normal;font-family:Maven Pro}._sent_enquiry_16128_113{display:flex;align-items:center;justify-content:center;gap:1rem;color:#fff;font-size:16px;font-weight:700;border:none;width:100%;height:46px;flex-shrink:0;border-radius:8px;background:var(--Orange-Gradient, linear-gradient(91deg, #f7941d 58.96%, rgba(255, 173, 75, .86) 98.25%))}._desktop_sent_enquiry_16128_149{display:block}._mobile_sent_enquiry_16128_157{display:none}._price-btn_16128_179{border-radius:9.13px;padding:10px 25px}._price-btn_16128_179{padding:8px 40px;width:fit-content;display:block}._price-btn_16128_179 label{font-family:Maven Pro;font-size:15px;font-weight:700;line-height:19.75px;text-align:center;color:#fff;display:block}._price-btn_16128_179 span{font-family:Maven Pro;font-size:30px;font-weight:800;line-height:38.16px;text-align:left;color:#fff}._yellow-bg_16128_237{background-color:#f79321}@media screen and (max-width: 1025px){._form_section_16128_17{width:auto}._price-btn_16128_179{text-align:center}._price-btn_16128_179 label{font-size:14px}._price-btn_16128_179 span{font-size:20px}}@media (min-width: 301px) and (max-width: 600px){._price-btn_16128_179{padding:10px 15px;text-align:center}}._right_main_section_11tkb_5{display:grid;justify-content:end;align-items:end}._form_section_11tkb_17{border-radius:8px;border:1px solid #cfa8e9;background:#ffefdc4d;box-shadow:0 4px 4px #0000001f;width:444px;flex-shrink:0;padding:40px}._form_section_11tkb_17 label{color:#4c4b4b;font-size:14px;font-weight:600}._input_style_11tkb_51{margin:23px 0;color:#5c2d91}._input_style_11tkb_51:focus{border:1px solid #dee2e6;box-shadow:unset!important}._input_style_11tkb_51::placeholder{opacity:1;color:#5c2d91;font-size:14px;font-weight:500;font-style:normal;line-height:normal;font-family:Maven Pro}._input_style_11tkb_51::-ms-input-placeholder{color:#5c2d91;font-size:14px;font-weight:500;font-style:normal;line-height:normal;font-family:Maven Pro}._sent_enquiry_11tkb_113{display:flex;align-items:center;justify-content:center;gap:1rem;color:#fff;font-size:16px;font-weight:700;border:none;width:100%;height:46px;flex-shrink:0;border-radius:8px;background:var(--Orange-Gradient, linear-gradient(91deg, #f7941d 58.96%, rgba(255, 173, 75, .86) 98.25%))}._desktop_sent_enquiry_11tkb_149{display:block}._mobile_sent_enquiry_11tkb_157{display:none}@media screen and (max-width: 1025px){._form_section_11tkb_17{width:auto}._captain_health_check_banner_11tkb_219{height:100%;object-fit:cover;object-position:right;border-radius:15px}}._page_heading_klsfr_9{font-size:32px;font-weight:700!important}._section_heading_klsfr_19{font-size:28px}._purple_text_klsfr_27{color:#5c2d91}._purple_bg_klsfr_35{background-color:#5c2d91}._bold_klsfr_43{font-weight:700!important}._bolder_klsfr_51{font-weight:800!important}._text_white_klsfr_59{color:#fff}._yellow_bg_klsfr_67{background-color:#f7941d}._yellow_text_klsfr_75{color:#f7941d}._light_pink_bg_klsfr_83{background-color:#fff5ea}._light_purple_bg_klsfr_91{background-color:#fffaf5}._how_it_work_module_klsfr_99 img{height:200px}._how_it_work_module_klsfr_99 span{color:#4c4b4b;font-size:15px;font-weight:700;text-align:center;margin:auto;width:70%;list-style:normal;display:block}@media screen and (max-width: 991px) and (min-width: 768px){._how_it_work_module_klsfr_99 img{height:120px}}@media screen and (max-width: 767px) and (min-width: 601px){._how_it_work_module_klsfr_99 img{height:170px}}@media screen and (max-width: 600px) and (min-width: 481px){._how_it_work_module_klsfr_99 img{height:auto}}@media (max-width: 480px){._how_it_work_module_klsfr_99 img{height:auto}}._page-banner-section_1fgf0_1{background:linear-gradient(90.92deg,#fff3e5 .51%,#d4b2fb 99.49%)}._banner-text_1fgf0_9{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;height:100%;padding-left:3rem}._banner-text_1fgf0_9 h3{font-family:Maven Pro;font-size:35px;font-weight:800;line-height:1.5;text-align:left;color:#ff8b00;margin-bottom:0}._banner-text_1fgf0_9 h3 span{color:#5c2d91}._page-content_1fgf0_55{font-family:Maven Pro;font-size:18px;font-weight:500;line-height:25.85px;text-align:left;color:#4c4b4b;margin:1rem 0 1.5rem}._banner-links_1fgf0_75{display:flex;align-items:center;width:80%}._banner-links_1fgf0_75 a{width:50%;font-size:18px}._banner-links_1fgf0_75 ._sent_enquiry_1fgf0_97{width:50%;margin-top:0}._get_touch_1fgf0_107{background:linear-gradient(92.91deg,#5c2d91e6 .84%,#a965d6e6 97.64%);color:#fff;border-radius:8px;font-family:Maven Pro;font-size:16px;font-weight:600;padding:0 45px;text-align:center;height:46px;line-height:46px;width:auto!important;margin-right:1rem}._purple-text_1fgf0_137{color:#60308d!important}._grey-text_1fgf0_145{color:gray!important}._yellow-text_1fgf0_153{color:#f7941d!important}._purple-bg_1fgf0_163{background-color:#5c2d91}._yellow-bg_1fgf0_171{background-color:#f79321}._price-btn_1fgf0_179{border-radius:9.13px;padding:10px 25px}._price-btn_1fgf0_179{padding:8px 40px;width:fit-content;display:block}._price-btn_1fgf0_179 label{font-family:Maven Pro;font-size:15px;font-weight:700;line-height:19.75px;text-align:center;color:#fff;display:block}._price-btn_1fgf0_179 span{font-family:Maven Pro;font-size:30px;font-weight:800;line-height:38.16px;text-align:left;color:#fff}._how_it_work_heading_1fgf0_239,._section-heading_1fgf0_241{font-family:Maven Pro;font-size:30px;font-weight:800;line-height:58.28px;text-align:center;margin-top:4rem;color:#5c2d91;text-transform:uppercase}._how_it_work_heading_1fgf0_239 span,._section-heading_1fgf0_241 span{color:#ff8b00}._form_section_1fgf0_273{background-image:url(/assets/images/mens-health/form-bg.png);background-repeat:no-repeat;background-position:bottom}._form_module_1fgf0_285{background:url(/assets/images/mens-health/form-block-bg.png);height:100%;box-shadow:0 4px 10.8px #00000040;border-radius:15px;padding:2rem 3rem;display:flex;align-items:center;justify-content:center;text-align:center;background-size:cover}._sent_enquiry_1fgf0_97{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:3rem;font-family:Maven Pro;color:#fff;font-size:16px;font-weight:700;border:none;width:100%;height:46px;flex-shrink:0;border-radius:8px;background:var(--Orange-Gradient, linear-gradient(91deg, #f7941d 58.96%, rgba(255, 173, 75, .86) 98.25%))}._desktop_sent_enquiry_1fgf0_351{display:block}._mobile_sent_enquiry_1fgf0_359{display:none}._form_module_1fgf0_285 label{font-family:Maven Pro;font-size:20px;font-weight:600;line-height:23.5px;text-align:left;color:#4c4b4b;margin-bottom:1.5rem}._form_module_1fgf0_285 input,._form_module_1fgf0_285 input::placeholder{font-family:Maven Pro;font-size:18px;font-weight:500;line-height:21.15px;text-align:left;padding:12px 15px;margin-bottom:20px}._form_module_1fgf0_285 input::placeholder{padding:0}._pkg_section_1fgf0_433{margin-top:5rem}._light-pink-bg_1fgf0_441{background:#fff7ed}._light-blue-bg_1fgf0_449{background:#ecf5ff}._test-list_1fgf0_457{background:linear-gradient(181.16deg,#de800e .99%,#efa246 99.01%);width:70%;border-radius:50px 50px 0 0;padding:2rem 5rem;margin:auto;position:relative;z-index:1}._test-list_1fgf0_457._yellow-bg_1fgf0_171{background:linear-gradient(181.16deg,#de800e .99%,#efa246 99.01%)}._test-list_1fgf0_457._purple-bg_1fgf0_163{background:linear-gradient(181.16deg,#37195a .99%,#572b8a 99.01%)}._test-list_1fgf0_457 ul{columns:2;list-style:none;padding-left:0;position:relative}._test-list_1fgf0_457 li{font-family:Maven Pro;font-size:17px;font-weight:600;line-height:28.2px;text-align:left;color:#fff;padding-left:30px;position:relative;margin:5px}._test-list_1fgf0_457 li:before{content:"";position:absolute;height:20px;width:20px;left:0;top:5px;background-image:url(/assets/images/mens-health/white-check-icon.png);background-repeat:no-repeat;background-size:contain}._left-icon-img_1fgf0_555,._right-icon-img_1fgf0_557{position:absolute}._capt-health-module_1fgf0_565 ._left-icon-img_1fgf0_555{left:-6%;top:10%;width:100px}._capt-health-module_1fgf0_565 ._right-icon-img_1fgf0_557{right:-15%;bottom:0;width:180px}._basic-module_1fgf0_589 ._left-icon-img_1fgf0_555{left:-3%;top:10%;width:50px}._basic-module_1fgf0_589 ._right-icon-img_1fgf0_557{right:-15%;bottom:0;width:140px}._general-module_1fgf0_613 ._left-icon-img_1fgf0_555,._express-module_1fgf0_615 ._left-icon-img_1fgf0_555{left:-5%;top:-3%;width:50px}._general-module_1fgf0_613 ._right-icon-img_1fgf0_557,._express-module_1fgf0_615 ._right-icon-img_1fgf0_557{right:-10%;top:-20%;width:70px}@media (min-width: 301px) and (max-width: 600px){._page-banner-section_1fgf0_1{padding:1.5rem;background-size:cover}._banner-text_1fgf0_9{padding-left:1rem}._banner-text_1fgf0_9 h3{font-size:25px;line-height:normal;text-align:center;width:100%}._banner-text_1fgf0_9 p{font-size:16px;padding:10px;line-height:1.5;text-align:center}._banner-links_1fgf0_75{flex-wrap:wrap;align-items:center;justify-content:center;width:100%!important}._banner-links_1fgf0_75 a{padding-right:0;padding-left:0;margin-right:0;width:100%!important}._get_touch_1fgf0_107{margin:1rem 0}._page-banner-section_1fgf0_1 img{padding-top:2rem}._page-heading_1fgf0_737{font-size:22px;line-height:1.5;padding-left:1rem;padding-right:1rem}._price-btn_1fgf0_179{padding:10px 15px;text-align:center}._test-list_1fgf0_457{padding:2rem 1.5rem;width:80%}._test-list_1fgf0_457 ul{columns:1}._test-list_1fgf0_457 li{font-size:12px}._section-heading_1fgf0_241,._how_it_work_heading_1fgf0_239{line-height:1.5;font-size:20px;padding-left:1.4rem;padding-right:1.4rem}._capt-health-module_1fgf0_565 ._left-icon-img_1fgf0_555{left:-5%;top:-5%;width:70px}._capt-health-module_1fgf0_565 ._right-icon-img_1fgf0_557{right:-11%;bottom:-20%;width:120px}._basic-module_1fgf0_589 ._left-icon-img_1fgf0_555{left:-5%;top:-1%}._basic-module_1fgf0_589 ._right-icon-img_1fgf0_557{right:-11%;bottom:-19%;width:90px}._general-module_1fgf0_613 ._left-icon-img_1fgf0_555,._express-module_1fgf0_615 ._left-icon-img_1fgf0_555{top:-5%;left:-9%}._basic-module_1fgf0_589 ul{padding-right:1.5rem}}@media (min-width: 601px) and (max-width: 900px){._page-banner-section_1fgf0_1{padding:1.5rem 0;background-size:cover}._banner-text_1fgf0_9{padding-left:4rem}._banner-text_1fgf0_9 h3{font-size:25px;line-height:normal}._banner-text_1fgf0_9 p{font-size:16px;padding:10px 0;line-height:1.5}._get_touch_1fgf0_107{padding:0 30px}._test-list_1fgf0_457{padding:2rem 2.5rem}._capt-health-module_1fgf0_565 ._left-icon-img_1fgf0_555{left:-10%;top:-5%}._capt-health-module_1fgf0_565 ._right-icon-img_1fgf0_557{right:-21%;width:150px}._basic-module_1fgf0_589 ._right-icon-img_1fgf0_557{right:-13%;width:110px}}@media (min-width: 901px) and (max-width: 1025px){._banner-text_1fgf0_9 h3{font-size:30px;line-height:normal}._banner-text_1fgf0_9 p{font-size:16px;padding:15px 0 18px;line-height:1.5}._get_touch_1fgf0_107{font-size:14px}._page-heading_1fgf0_737{font-size:25px;line-height:1.6rem}._price-btn_1fgf0_179{text-align:center}._price-btn_1fgf0_179 label{font-size:14px}._price-btn_1fgf0_179 span{font-size:20px}}._right_main_section_1c2xy_5{display:grid;justify-content:end;align-items:end}._form_section_1c2xy_17{border-radius:8px;border:1px solid #cfa8e9;background:#ffefdc4d;box-shadow:0 4px 4px #0000001f;width:444px;flex-shrink:0;padding:40px}._form_section_1c2xy_17 label{color:#4c4b4b;font-size:14px;font-weight:600}._input_style_1c2xy_51{margin:23px 0;color:#5c2d91}._input_style_1c2xy_51:focus{border:1px solid #dee2e6;box-shadow:unset!important}._input_style_1c2xy_51::placeholder{opacity:1;color:#5c2d91;font-size:14px;font-weight:500;font-style:normal;line-height:normal;font-family:Maven Pro}._input_style_1c2xy_51::-ms-input-placeholder{color:#5c2d91;font-size:14px;font-weight:500;font-style:normal;line-height:normal;font-family:Maven Pro}._sent_enquiry_1c2xy_113{display:flex;align-items:center;justify-content:center;gap:1rem;color:#fff;font-size:16px;font-weight:700;border:none;width:100%;height:46px;flex-shrink:0;border-radius:8px;background:var(--Orange-Gradient, linear-gradient(91deg, #f7941d 58.96%, rgba(255, 173, 75, .86) 98.25%))}._desktop_sent_enquiry_1c2xy_149{display:block}._mobile_sent_enquiry_1c2xy_157{display:none}@media screen and (max-width: 1025px){._form_section_1c2xy_17{width:auto}}._tc-desktop-view_10g6c_1{display:block}._tc-mobile-view_10g6c_9{display:none}._technical-main-container_10g6c_17{text-align:center;color:#4c4b4b;font-family:Maven Pro;font-size:24px;font-style:normal;font-weight:500;line-height:normal;padding-bottom:25px}._technical-img-caption_10g6c_49{position:absolute;color:var(--white, #fff);font-family:Maven Pro Semibold;font-size:24.229px;font-style:normal;font-weight:600;line-height:110%;padding:27.12px;left:0;top:36%}._technical-img-subcontainer_10g6c_75{display:flex;align-items:center;justify-content:flex-start;width:456px;height:210px;border-radius:10px;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;cursor:pointer;overflow:hidden}._technical-img-subcontainer_10g6c_75:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(89deg,#5c2d91 .87%,#cfa8e900 59%)}._detailpage-tc-description-img-subcontainer_10g6c_119{display:block;width:650px;height:300px;border-radius:10px;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;cursor:pointer;margin:auto;overflow:hidden}._detailpage-tc-description-img-subcontainer_10g6c_119 img{object-fit:cover}._detailpage-tc-description-img-subcontainer_10g6c_119:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(89deg,#5c2d91 .87%,#cfa8e900 59%)}._detailpage-tc-description-img-subcontainer_10g6c_119 ._technical-img-caption_10g6c_49{color:#fff;font-family:Maven Pro;font-size:34.444px;font-style:normal;font-weight:600}._detailpage-tc-category-heading_10g6c_181{color:#4c4b4b;font-family:Maven Pro;font-size:24px;font-style:normal;font-weight:500;line-height:normal;text-align:center;padding-bottom:20px}._detailpage-tc-main-heading_10g6c_203{color:#5c2d91;text-align:center;font-family:Maven Pro;font-size:24px;word-wrap:break-word;font-style:normal;font-weight:700;line-height:117%;padding-top:36.85px;height:76px}._detailpage-tc-description_10g6c_119{width:808px;margin:0 auto;padding-top:20px;color:#4c4b4b;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:400}._detailpage-tc-description_10g6c_119 p{margin-bottom:20px;color:#4c4b4b;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:400}._detail-tc-img-section_10g6c_269 img{width:650.092px;height:299.147px}._technical-section-main_10g6c_279{display:flex;flex-wrap:wrap;justify-content:center;row-gap:20px;column-gap:40px;margin-top:30px}._details-img-subcontainer_10g6c_299{border-radius:10px;overflow:hidden;position:relative}._details-img-subcontainer_10g6c_299 img{object-fit:cover}._details-img-subcontainer_10g6c_299:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(89deg,#5c2d91 .87%,#cfa8e900 59%)}@media (min-width: 768px) and (max-width: 1023px){._detailpage-tc-description_10g6c_119{width:100%}}@media (min-width: 300px) and (max-width: 992px){._details-img-subcontainer_10g6c_299{height:152px}._tc-desktop-view_10g6c_1{display:none}._tc-mobile-view_10g6c_9{display:block}._technical-img-container_10g6c_41{display:block;padding-bottom:.13px;width:100%;height:132px}._technical-section-main_10g6c_279{padding-bottom:1.5rem}._detailpage-tc-description-img-subcontainer_10g6c_119{display:block;padding-bottom:.13px;width:286px;height:132px;margin:0 auto 20px}._technical-img-subcontainer_10g6c_75 img{width:100%;padding-bottom:0;object-fit:cover;height:136px}._technical-main-container_10g6c_17{padding-bottom:20px}._detailpage-tc-description_10g6c_119{width:100%;padding:0}._detail-tc-img-section_10g6c_269 img{width:100%;height:auto}._detailpage-tc-main-heading_10g6c_203{text-align:left;height:auto;padding-top:20px;font-size:16px;margin-top:40px}._detailpage-tc-description_10g6c_119 p{margin-top:20px;font-size:12px}._technical-img-subcontainer_10g6c_75{display:flex;align-items:center;justify-content:flex-start;width:100%;height:132px;border-radius:10px;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}._technical-img-caption_10g6c_49{top:50%;transform:translateY(-50%);color:#fff;font-family:Maven Pro;font-size:15.154px!important;font-style:normal;font-weight:600;padding:0 27.12px;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:inherit}._technicalCapabilities_image_innerText_10g6c_545{bottom:52px}}._detailpage-tc-description_10g6c_119>div>div{border:none!important}._detailpage-tc-description_10g6c_119>div>div>div{display:none}._detailpage-tc-description_10g6c_119>div>div>div>div>div>p>img{display:none!important}._detailpage-tc-description_10g6c_119 hr{display:none}._detailpage-tc-description_10g6c_119>div>div>div+div>div>p{margin-bottom:20px;margin-left:0!important}._detailpage-tc-description_10g6c_119>div>div{background-color:transparent!important}._detailpage-tc-description_10g6c_119>div>div>div+div{background-color:transparent!important}._detailpage-tc-description_10g6c_119>div>div>div+div>div{padding:0!important}._detailpage-tc-description_10g6c_119>div>div>div+div>div+div{display:none}._tc_desktop_view_dpp2s_1{display:block}._tc_mobile_view_dpp2s_25{display:none}._section_dpp2s_33{padding:0 88px;word-wrap:break-word}._section_dpp2s_33:last-child{margin:0 0 28px}._section_dpp2s_33>div>div{border:none!important}._section_dpp2s_33>div>div>div{display:none}._section_dpp2s_33>div>div>div>div>div>p>img{display:none!important}._section_dpp2s_33 hr{display:none}._section_dpp2s_33>div>div>div+div>div>p{margin-bottom:20px;margin-left:0!important}._section_dpp2s_33>div>div{background-color:transparent!important}._section_dpp2s_33>div>div>div+div{background-color:transparent!important}._section_dpp2s_33>div>div>div+div>div{padding:0!important}._section_dpp2s_33>div>div>div+div>div+div{display:none}@media (max-width: 480px){._tc_desktop_view_dpp2s_1{display:none}._tc_mobile_view_dpp2s_25{display:block}._section_dpp2s_33{text-align:left;padding:0}}@media screen and (max-width: 600px) and (min-width: 481px){._tc_desktop_view_dpp2s_1{display:none}._tc_mobile_view_dpp2s_25{display:block}._section_dpp2s_33{text-align:left;padding:10px}._section_dpp2s_33:last-child{margin:0 0 50px}}._footer-desktop-view_1n919_1{display:block}._footer-mobile-view_1n919_9{display:none}._franchise-section_1n919_17>div>div{border:none!important}._franchise-section_1n919_17>div>div>div{display:none}._franchise-section_1n919_17>div>div>div>div>div>p>img{display:none!important}._franchise-section_1n919_17 hr{display:none}._franchise-section_1n919_17>div>div>div+div>div>p{margin-left:0!important}._franchise-section_1n919_17>div>div{background-color:transparent!important}._franchise-section_1n919_17>div>div>div+div{background-color:transparent!important}._franchise-section_1n919_17>div>div>div+div>div{padding:0!important}._franchise-section_1n919_17>div>div>div+div>div+div{display:none}@media screen and (max-width: 767px) and (min-width: 300px){._footer-desktop-view_1n919_1{display:none}._footer-mobile-view_1n919_9{display:block}}._csr-section_b5uts_1{padding:3rem 0}._footer-desktop-view_b5uts_121{display:block}._footer-mobile-view_b5uts_129{display:none}._csr-section_b5uts_1>div>div{border:none!important}._csr-section_b5uts_1>div>div>div{display:none}._csr-section_b5uts_1>div>div>div>div>div>p>img{display:none!important}._csr-section_b5uts_1 hr{display:none}._csr-section_b5uts_1>div>div>div+div>div>p{margin-bottom:20px;margin-left:0!important}._csr-section_b5uts_1>div>div{background-color:transparent!important}._csr-section_b5uts_1>div>div>div+div{background-color:transparent!important}._csr-section_b5uts_1>div>div>div+div>div{padding:0!important}._csr-section_b5uts_1>div>div>div+div>div+div{display:none}@media screen and (max-width: 991px) and (min-width: 320px){._csr-section_b5uts_1{padding:0}}@media screen and (max-width: 767px) and (min-width: 300px){._footer-desktop-view_b5uts_121{display:none}._footer-mobile-view_b5uts_129{display:block}._csr-section_b5uts_1{padding:0}}._footer-desktop-view_fct2o_1{display:block}._footer-mobile-view_fct2o_9{display:none}._doctorfirst-section_fct2o_17{padding:3rem 0}._doctorfirst-section_fct2o_17>div>div{border:none!important}._doctorfirst-section_fct2o_17>div>div>div{display:none}._doctorfirst-section_fct2o_17>div>div>div>div>div>p>img{display:none!important}._doctorfirst-section_fct2o_17 hr{display:none}._doctorfirst-section_fct2o_17>div>div>div+div>div>p{margin-bottom:20px;margin-left:0!important}._doctorfirst-section_fct2o_17>div>div{background-color:transparent!important}._doctorfirst-section_fct2o_17>div>div>div+div{background-color:transparent!important}._doctorfirst-section_fct2o_17>div>div>div+div>div{padding:0!important}._doctorfirst-section_fct2o_17>div>div>div+div>div+div{display:none}@media screen and (max-width: 991px) and (min-width: 320px){._doctorfirst-video_fct2o_225 iframe{height:200px}}@media screen and (max-width: 767px) and (min-width: 300px){._footer-desktop-view_fct2o_1{display:none}._footer-mobile-view_fct2o_9{display:block}._doctorfirst-section_fct2o_17{padding:40px 0 0}._doctorfirst-content_fct2o_45{padding:3rem 0 1rem}._doctorfirst-text_fct2o_53{font-size:15px}}._footer-desktop-view_9umvo_29{display:block}._footer-mobile-view_9umvo_37{display:none}._awards-section_9umvo_1>div>div{border:none!important}._awards-section_9umvo_1>div>div>div{display:none}._awards-section_9umvo_1>div>div>div>div>div>p>img{display:none!important}._awards-section_9umvo_1 hr{display:none}._awards-section_9umvo_1>div>div>div+div>div>p{margin-bottom:20px;margin-left:0!important}._awards-section_9umvo_1>div>div{background-color:transparent!important}._awards-section_9umvo_1>div>div>div+div{background-color:transparent!important}._awards-section_9umvo_1>div>div>div+div>div{padding:0!important}._awards-section_9umvo_1>div>div>div+div>div+div{display:none}@media screen and (max-width: 767px) and (min-width: 300px){._footer-desktop-view_9umvo_29{display:none}._footer-mobile-view_9umvo_37{display:block}._awards-section_9umvo_1{padding:40px 0 0}}._footer-desktop-view_qts1o_1{display:block}._footer-mobile-view_qts1o_9{display:none}._Accreditations-section_qts1o_17{padding:3rem 0}._Accreditations-section_qts1o_17>div>div{border:none!important}._Accreditations-section_qts1o_17>div>div>div{display:none}._Accreditations-section_qts1o_17>div>div>div>div>div>p>img{display:none!important}._Accreditations-section_qts1o_17 hr{display:none}._Accreditations-section_qts1o_17>div>div>div+div>div>p{margin-bottom:20px;margin-left:0!important}._Accreditations-section_qts1o_17>div>div{background-color:transparent!important}._Accreditations-section_qts1o_17>div>div>div+div{background-color:transparent!important}._Accreditations-section_qts1o_17>div>div>div+div>div{padding:0!important}._Accreditations-section_qts1o_17>div>div>div+div>div+div{display:none}@media screen and (max-width: 767px) and (min-width: 300px){._footer-desktop-view_qts1o_1{display:none}._footer-mobile-view_qts1o_9{display:block}._Accreditations-section_qts1o_17{padding:41px 0 0}}._team_name_1ph2u_1{font-family:Maven Pro;font-size:38px;font-weight:700;line-height:41.8px;text-align:left;color:#5c2d91}._designation_1ph2u_25{color:#4c4b4b;font-family:Maven Pro;margin-bottom:20px;font-size:20px;font-weight:600;line-height:22px;text-align:left}._team_info_1ph2u_45,._team_info_list_1ph2u_47{font-family:Maven Pro;font-size:16px;font-weight:500;line-height:20px;text-align:left;width:80%;color:#6c6c6c}._team_button_1ph2u_73{padding:8px 30px;color:#605b65;display:inline-block;font-family:Maven Pro;transition:all .5s ease;outline:0;background:0 0;margin-top:20px;margin-bottom:2rem;font-size:18px;font-weight:700;line-height:21.15px;text-align:left;border:1px solid #F7941D;color:#f7941d;border-radius:8px}._team_button_1ph2u_73:hover{background:#5d2d92;color:#fff;border:1px solid transparent;text-decoration:none;transition:all ease-in .5s}._team_img_1ph2u_133{margin:2rem auto 0 3rem;z-index:1;border:1.72px solid #FFFFFF;position:relative;border-radius:50%}._border_img_1ph2u_149{height:6px;border-radius:3px;margin-top:-25px}._social_icons_team_1ph2u_161{position:absolute;bottom:0;left:0;background:#5d2e89;color:#fff;padding:1rem 0;border-radius:0 0 29.18px 29.18px}._directors_main_heading_1ph2u_199{font-size:24px;line-height:30px;padding-bottom:35px;font-family:Maven Pro;font-weight:600;margin-top:20px;text-align:center;color:#5c2d91;margin-top:3rem}._social_icons_team_1ph2u_161 a i{font-size:20px;border:1.72px solid #FFFFFF;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1rem}._board_directories_img_1ph2u_247{width:159px;height:159px;object-fit:cover;border-radius:50%;display:block}._border_img_directors_1ph2u_265{height:6px;border-radius:3px;margin-top:-25px;margin-left:-15px;display:none!important}._board_director_container_1ph2u_281{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}._board_directories_name_1ph2u_297{font-family:Maven Pro;text-align:center;font-size:18px;font-weight:600;line-height:21.15px;color:#4c4b4b;margin-top:10px;width:70%}._board_director_cursor_pointer_1ph2u_331{cursor:pointer}._team_modal_1ph2u_339>div>div>div{width:100%!important;background:linear-gradient(-29deg,#e8894efc,#572889);max-height:unset;height:100%;overflow:auto}._col-md-2_1ph2u_355{margin:0 30px!important}._close_modal_1ph2u_363{left:auto;right:100px;position:absolute;top:30px;cursor:pointer}._close_modal_1ph2u_363:hover{opacity:.9;transform:rotate(180deg);transition:all .5s ease}._modal_team_name_1ph2u_391{color:#fff;font-size:30px;line-height:30px;font-family:Maven Pro}._modal_designation_1ph2u_405{color:#fff;font-size:18px;font-family:Maven Pro;margin-bottom:20px}._modal_team_info_1ph2u_419{font-size:16px;color:#fff;line-height:28px;height:322px;overflow:auto}._div_two_1ph2u_435{padding-left:90px}._modal_subinfo_1ph2u_443{overflow:auto;height:400px}._div_subinfo_velu_1ph2u_453{height:400px;overflow:auto}._full_with_card_1ph2u_463{border-radius:29.18px;background:#f8f2ff;padding-bottom:3rem}._without_gsk_1ph2u_475{border-radius:29.18px;background:#f8f2ff;padding-bottom:0}._single_team_member_1ph2u_487 ._directors_main_heading_1ph2u_199{text-align:left;padding-bottom:10px;margin-bottom:0;font-size:16px}._single_team_member_1ph2u_487 ._team_info_1ph2u_45,._single_team_member_1ph2u_487 ._team_info_list_1ph2u_47{width:100%}._single_team_member_1ph2u_487 ._team_info_list_1ph2u_47 li{margin-bottom:1rem}._single_team_member_1ph2u_487 ._full_with_card_1ph2u_463{padding:0 2rem 7rem}._member_video_1ph2u_527{border-radius:10px}a._return_team_1ph2u_535{display:block;text-align:right;padding:0;padding-top:1rem}._board_director_section_1ph2u_553{display:flex;align-items:center;justify-content:center;gap:37px}._technical_board_section_1ph2u_567,._central_support_team_section_1ph2u_583{display:flex;align-items:center;justify-content:center;gap:37px;flex-wrap:wrap}@media (min-width: 768px) and (max-width: 1024px){._team_img_1ph2u_133{margin:1rem auto 0 0rem}._board_directories_img_1ph2u_247{width:100%;height:auto}}@media (min-width: 300px) and (max-width: 767px){._technical_board_section_1ph2u_567,._central_support_team_section_1ph2u_583{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:18px}._team_info_1ph2u_45{width:100%}._full_with_card_1ph2u_463{width:95%;margin:auto}._team_img_1ph2u_133{margin:auto;display:block}._row_1ph2u_691{margin:0!important}._border_img_directors_1ph2u_265{margin-left:0}._board_directories_name_1ph2u_297{font-size:9px}._board_director_section_1ph2u_553{gap:18px}._div_two_1ph2u_435{padding-left:20px;padding-bottom:20px}._board_directories_img_1ph2u_247{width:64.562px;height:64.562px}._team_name_1ph2u_1{font-size:30px}._close_modal_1ph2u_363{right:10px}._without_gsk_team_button_1ph2u_769{margin-bottom:0}}._footer-desktop-view_1wetb_335{display:block}._footer-mobile-view_1wetb_343{display:none}._hospital-lab-section_1wetb_351>div>div{border:none!important}._hospital-lab-section_1wetb_351>div>div>div{display:none}._hospital-lab-section_1wetb_351>div>div>div>div>div>p>img{display:none!important}._hospital-lab-section_1wetb_351 hr{display:none}._hospital-lab-section_1wetb_351>div>div>div+div>div>p{margin-bottom:20px;margin-left:0!important}._hospital-lab-section_1wetb_351>div>div{background-color:transparent!important}._hospital-lab-section_1wetb_351>div>div>div+div{background-color:transparent!important}._hospital-lab-section_1wetb_351>div>div>div+div>div{padding:0!important}._hospital-lab-section_1wetb_351>div>div>div+div>div+div{display:none}@media screen and (max-width: 991px) and (min-width: 320px){._hospital-lab-desktop-view_1wetb_199{display:none}}@media screen and (max-width: 767px) and (min-width: 300px){._footer-desktop-view_1wetb_335{display:none}._footer-mobile-view_1wetb_343{display:block}}._desktop_4cr48_1{display:block}._mobile_4cr48_9{display:none}._page-heading_4cr48_17{font-family:Maven Pro;font-size:36px;font-weight:700;line-height:54.18px;text-align:center;color:#460181;padding-top:3rem}._page-content_4cr48_37{font-family:Maven Pro;font-size:18px;font-weight:500;line-height:27.09px;text-align:left;color:#4c4b4b}._at-neu-heading_4cr48_55{font-family:Maven Pro;font-size:30px;font-weight:700;line-height:45.15px;text-align:center;color:#fb8a00}._at-neu-module_4cr48_73 span{font-family:Maven Pro;font-size:16px;font-weight:700;line-height:24.08px;text-align:left;color:#fff;position:absolute;right:0;bottom:10%;width:90%;background:linear-gradient(90deg,#fb8a00d9,#ffc278d9);border-radius:30px 0 0 30px;padding:20px 25px;z-index:2}._at-neu-img_4cr48_107:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background-color:#5c2d9157;z-index:1}._at-neu-module_4cr48_73 p{font-family:Maven Pro;font-size:16px;font-weight:500;text-align:left;color:#5c2d91;padding:10px 5px}._check-icon_4cr48_147{position:absolute;left:-35px;top:10px;width:30px}._grey-bg_4cr48_161{background:#faf6ff;padding:2rem 1.5rem}._industry-observ-heading_4cr48_171{font-family:Maven Pro;font-size:24px;font-weight:700;line-height:28.8px;text-align:center;color:#460181}._pink-bg_4cr48_189{background:#fff8ef;padding:2rem 1.5rem;border-radius:17px}._industry-observ-container_4cr48_201 p{font-family:Maven Pro;font-size:18px;font-weight:500;line-height:27.09px;text-align:center;color:#2e2e2e}p._industry-observ-para_4cr48_219{text-align:left!important;padding-top:2rem;font-family:Maven Pro;font-size:18px;font-weight:500;line-height:27.09px;color:#4c4b4b}._best-class-heading_4cr48_239{font-family:Maven Pro;font-size:30px;font-weight:700;line-height:36px;text-align:center;color:#fb8a00;padding-bottom:2rem}._best-class-heading_4cr48_239 span{color:#460181}._best-class-row_4cr48_267 p{font-family:Maven Pro;font-size:14px;font-weight:600;line-height:21.07px;text-align:center;color:#9a9b9c;display:block;padding-top:10px}._our-offerings-heading_4cr48_289{font-family:Maven Pro;font-size:30px;font-weight:700;line-height:45.15px;text-align:center;color:#460181}._our-offering-module_4cr48_307{padding:1rem;margin:2rem;background:#460181;border:1px solid #FFCE93;border-radius:21px;outline:1px solid #914FDC;outline-offset:1rem;color:#fff;min-height:230px}._our-offering-module_4cr48_307 h4{font-family:Maven Pro;font-size:18px;font-weight:600;line-height:30.1px;text-align:center;color:#460181;border:1px solid #5C2D91;border-radius:52px;background:#fbeddd;padding:1rem;width:60%;margin:-5rem auto 0;z-index:1;position:relative}._our-offering-module_4cr48_307 ._our-offerings-heading-1_4cr48_365{margin:-4rem auto 0}._our-offering-module_4cr48_307 ul{columns:2;margin-top:1.5rem}._our-offering-module_4cr48_307 li{font-family:Maven Pro;font-size:16px;font-weight:600;line-height:27.09px;text-align:left}._our-offering-full_4cr48_399 h4{margin:-4.5rem auto 0;padding:1.3rem 1rem}._our-offering-tags_4cr48_409{color:#fb8a00;padding:3rem 1rem 2rem;text-align:center}._our-offering-tags_4cr48_409 span,._our-offering-tags_4cr48_409+p{color:#fff;padding:0 10px;font-family:Maven Pro;font-size:16px;font-weight:600;line-height:27.09px;text-align:center}._neu-adv-list_4cr48_443{border:.2px solid #AF84E1;border-radius:11px;box-shadow:0 4px 4px #00000040;background:#fdf9ff;padding:1.5rem;margin-bottom:1rem}._neu-adv-list_4cr48_443 h3{font-family:Maven Pro;font-size:23px;font-weight:600;line-height:36px;text-align:left;color:#fb8a00}._neu-adv-list_4cr48_443 p{font-family:Maven Pro;font-size:18px;color:#4c4b4b;font-weight:500;line-height:27px;text-align:left;padding-right:3rem}._neu-cta-row_4cr48_499{background:#fdf9ff;padding:5rem 3rem;text-align:center;border-radius:8px}._neu-cta-row_4cr48_499 h3{font-family:Maven Pro;font-size:24px;font-weight:600;line-height:36px;text-align:center;color:#460181;padding-bottom:1rem}._neu-cta-row_4cr48_499 a{font-family:Maven Pro;font-size:24px;font-weight:700;line-height:36.12px;text-align:left;color:#fb8a00;border-bottom:2px solid #FB8A00}._why-choose-row_4cr48_553{background:linear-gradient(180deg,#460181,#af84e1);padding:4rem 0;color:#fff}._why-choose-heading_4cr48_565{font-family:Maven Pro;font-size:28px;font-weight:700;line-height:32.9px;color:#f8a241;padding-top:0}._why-choose-row_4cr48_553 h3{font-family:Maven Pro;font-size:36px;font-weight:600;line-height:50.4px;text-align:center;padding-top:3rem}._why-choose-row_4cr48_553 p{font-family:Maven Pro;font-size:20px;font-weight:800;line-height:28px;text-align:center}.__defaultClass_jazci_61_4cr48_617.__footer-desktop-view_15l5v_41_4cr48_617{display:none!important}@media screen and (max-device-width: 769px) and (min-device-width: 320px){._desktop_4cr48_1{display:none}._mobile_4cr48_9{display:block}._page-heading_4cr48_17,._at-neu-heading_4cr48_55,._best-class-heading_4cr48_239,._our-offerings-heading_4cr48_289,._why-choose-heading_4cr48_565{font-size:25px;line-height:1.3}._page-content_4cr48_37{text-align:center}._at-neu-module_4cr48_73 p{padding-bottom:1.5rem}._industry-observ-container_4cr48_201 img{display:block;margin:auto}._best-class-row_4cr48_267 ._best-class-content_4cr48_693{width:50%;flex:0 0 50%;text-align:center;margin-bottom:1.3rem}._our-offering-module_4cr48_307{margin-bottom:5rem}._our-offering-module_4cr48_307 h4{width:100%}._our-offering-tags_4cr48_409{padding:2rem 0 1rem}._our-offering-module_4cr48_307 ul{column-gap:50px;padding-left:1rem}._our-offering-module_4cr48_307 li{font-size:14px}._our-offering-module_4cr48_307 h4{line-height:normal}._neu-adv-module_4cr48_757{text-align:center}._neu-adv-module_4cr48_757 h3,._neu-adv-module_4cr48_757 p{padding-right:0;text-align:center;line-height:normal;padding-top:1rem}._neu-cta-row_4cr48_499 h3{font-size:20px;line-height:1.3}._neu-cta-row_4cr48_499 a{font-size:18px}._why-choose-row_4cr48_553 h3{font-size:25px;line-height:normal}._why-choose-row_4cr48_553 p{font-size:15px}p._industry-observ-para_4cr48_219{padding-top:2rem;padding-bottom:2rem;text-align:center!important}}@media screen and (max-device-width: 1023px) and (min-device-width: 768px){._industry-observ-container_4cr48_201 img{width:150px;height:150px;object-fit:contain}._best-class-row_4cr48_267 ._best-class-content_4cr48_693{width:25%;flex:0 0 25%;text-align:center;margin-bottom:1.3rem}._our-offering-module_4cr48_307 ul{column-gap:30px;padding-left:1rem}._our-offering-module_4cr48_307{margin-bottom:3rem}._neu-adv-module_4cr48_757 h3,._neu-adv-module_4cr48_757 p{text-align:left;padding-top:0;padding-bottom:1rem}}@media (min-device-width: 1024px) and (max-device-width: 1366px){._footer-list-inner-heading_4cr48_897 div{width:20%;margin-right:10px}}._page-banner-section_1qh5a_1{background-image:url(/assets/images/mens-health/banner-bg.jpg);background-repeat:no-repeat;background-size:cover}._banner-text_1qh5a_13{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;height:100%;padding-left:3rem}._banner-text_1qh5a_13 h3{font-family:Maven Pro;font-size:40px;font-weight:800;line-height:69.94px;text-align:left;text-shadow:0px 4px 4px rgba(0,0,0,.25);color:#fff}._banner-text_1qh5a_13 p{color:#fff;font-family:Maven Pro;font-size:16px;font-weight:600;line-height:23.5px;text-align:left;text-shadow:0px 4px 4px 0px rgba(0,0,0,.75);padding-bottom:1.5rem}._banner-links_1qh5a_73{display:flex;align-items:center;width:80%}._banner-links_1qh5a_73 a{width:50%}._banner-links_1qh5a_73 ._sent_enquiry_1qh5a_93{width:50%;margin-top:0}._get_touch_1qh5a_103{background:linear-gradient(92.91deg,#5c2d91e6 .84%,#a965d6e6 97.64%);color:#fff;border-radius:8px;font-family:Maven Pro;font-size:16px;font-weight:600;padding:0 45px;text-align:center;height:46px;line-height:46px;width:auto!important;margin-right:1rem}._page-heading_1qh5a_133{font-family:Maven Pro;font-size:32px;font-weight:800;line-height:37.6px;text-align:center;padding:4rem 0 3rem;letter-spacing:.3px}._purple-text_1qh5a_153{color:#60308d!important}._grey-text_1qh5a_161{color:gray!important}._yellow-text_1qh5a_169{color:#f7941d!important}._pkg-table_1qh5a_177{border:.5px solid #ADA8B2;background:#efe6da;color:#000;width:90%;border-radius:22px;padding:2rem;margin:auto}._pkg-table_1qh5a_177 table{background:#efe6da;border-collapse:separate;border-spacing:10px 0}._pkg-table_1qh5a_177 th{font-family:Maven Pro;font-size:25px;font-weight:700;line-height:32.9px;text-align:center;color:#263238;background:#fff;border-radius:22px 22px 0 0;padding:15px 25px 25px}._pkg-table_1qh5a_177 th:nth-child(1),._pkg-table_1qh5a_177 td:nth-child(1){width:49%;text-align:left}._pkg-table_1qh5a_177 th:nth-child(2){width:24%;text-align:center}._pkg-table_1qh5a_177 th:nth-child(3){width:24%;text-align:center}._pkg-table_1qh5a_177 td{font-family:Maven Pro;font-size:18px;font-weight:600;line-height:25.85px;text-align:center;background:#fff;border-bottom:.5px solid #ADA8B2;padding:15px 25px}._pkg-table_1qh5a_177 tr:last-child td{border-radius:0 0 22px 22px}._purple-bg_1qh5a_295{background-color:#5c2d91}._yellow-bg_1qh5a_303{background-color:#f79321}._pkg-table_1qh5a_177 svg{width:25px;height:25px}._pkg-table_1qh5a_177 td div,._price-btn_1qh5a_325{border-radius:9.13px;padding:10px 25px}._price-btn_1qh5a_325{padding:8px 40px;width:fit-content;display:block}._pkg-table_1qh5a_177 td label,._price-btn_1qh5a_325 label{font-family:Maven Pro;font-size:15px;font-weight:700;line-height:19.75px;text-align:center;color:#fff;display:block}._pkg-table_1qh5a_177 td span,._price-btn_1qh5a_325 span{font-family:Maven Pro;font-size:30px;font-weight:800;line-height:38.16px;text-align:left;color:#fff}._how_it_work_heading_1qh5a_389,._section-heading_1qh5a_391{font-family:Maven Pro;font-size:30px;font-weight:800;line-height:58.28px;text-align:center;margin-top:4rem;color:#5c2d91}._how_it_work_heading_1qh5a_389 span,._section-heading_1qh5a_391 span{color:#ff8b00}._form_section_1qh5a_421{background-image:url(/assets/images/mens-health/form-bg.png);background-repeat:no-repeat;background-position:bottom}._form_module_1qh5a_433{background:url(/assets/images/mens-health/form-block-bg.png);height:100%;box-shadow:0 4px 10.8px #00000040;border-radius:15px;padding:2rem 3rem;display:flex;align-items:center;justify-content:center;text-align:center;background-size:cover}._sent_enquiry_1qh5a_93{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:3rem;color:#fff;font-size:16px;font-weight:700;border:none;width:100%;height:46px;flex-shrink:0;border-radius:8px;background:var(--Orange-Gradient, linear-gradient(91deg, #f7941d 58.96%, rgba(255, 173, 75, .86) 98.25%))}._desktop_sent_enquiry_1qh5a_497{display:block}._mobile_sent_enquiry_1qh5a_505{display:none}._form_module_1qh5a_433 label{font-family:Maven Pro;font-size:20px;font-weight:600;line-height:23.5px;text-align:left;color:#4c4b4b;margin-bottom:1.5rem}._form_module_1qh5a_433 input,._form_module_1qh5a_433 input::placeholder{font-family:Maven Pro;font-size:18px;font-weight:500;line-height:21.15px;text-align:left;padding:12px 15px;margin-bottom:20px}._form_module_1qh5a_433 input::placeholder{padding:0}._pkg_section_1qh5a_579{margin-top:5rem}._light-pink-bg_1qh5a_587{background:#fff7ed}._light-blue-bg_1qh5a_595{background:#ecf5ff}._test-list_1qh5a_603{background:linear-gradient(181.16deg,#de800e .99%,#efa246 99.01%);width:70%;border-radius:50px 50px 0 0;padding:2rem 5rem;margin:auto;position:relative;z-index:1}._test-list_1qh5a_603._yellow-bg_1qh5a_303{background:linear-gradient(181.16deg,#de800e .99%,#efa246 99.01%)}._test-list_1qh5a_603._purple-bg_1qh5a_295{background:linear-gradient(181.16deg,#37195a .99%,#572b8a 99.01%)}._test-list_1qh5a_603 ul{columns:2;list-style:none;padding-left:0;position:relative}._test-list_1qh5a_603 li{font-family:Maven Pro;font-size:17px;font-weight:600;line-height:28.2px;text-align:left;color:#fff;padding-left:30px;position:relative;margin:5px}._test-list_1qh5a_603 li:before{content:"";position:absolute;height:20px;width:20px;left:0;top:5px;background-image:url(/assets/images/mens-health/white-check-icon.png);background-repeat:no-repeat;background-size:contain}._energy-illu-module_1qh5a_701:after{content:"";background-image:url(/assets/images/mens-health/energy-plus.png);background-repeat:no-repeat;background-size:contain;height:150px;width:150px;position:absolute;right:-15%;bottom:60%;z-index:-1}._energy-illu-module_1qh5a_701:before{content:"";background-image:url(/assets/images/mens-health/energy-illu-image.png);background-repeat:no-repeat;background-size:contain;height:300px;width:250px;position:absolute;left:-20%;bottom:-42%;z-index:-1}._gym-illu-module_1qh5a_753:before{content:"";background-image:url(/assets/images/mens-health/orange-plus.png);background-repeat:no-repeat;background-size:contain;height:60px;width:60px;position:absolute;left:-5%;top:-10%}._gym-illu-module_1qh5a_753:after{content:"";background-image:url(/assets/images/mens-health/gym-illu-img.png);background-repeat:no-repeat;background-size:contain;height:300px;width:200px;position:absolute;right:-12%;bottom:0}._gym-pkg-section_1qh5a_803:after{content:"";background-image:url(/assets/images/mens-health/light-purple-plus.png);background-repeat:no-repeat;background-size:contain;height:70px;width:70px;position:absolute;right:5%;top:5%;opacity:.7}@media (min-width: 301px) and (max-width: 600px){._page-banner-section_1qh5a_1{padding:1.5rem;background-size:cover}._banner-text_1qh5a_13{padding-left:1rem}._banner-text_1qh5a_13 h3{font-size:25px;line-height:normal;text-align:center;width:100%}._banner-text_1qh5a_13 p{font-size:16px;padding:10px;line-height:1.5;text-align:center}._banner-links_1qh5a_73{flex-wrap:wrap;align-items:center;justify-content:center;width:100%!important}._banner-links_1qh5a_73 a{padding-right:0;padding-left:0;margin-right:0;width:100%!important}._get_touch_1qh5a_103{margin:1rem 0}._page-banner-section_1qh5a_1 img{padding-top:2rem}._page-heading_1qh5a_133{font-size:22px;line-height:1.5;padding-left:1rem;padding-right:1rem}._pkg-table_1qh5a_177{overflow-x:auto;padding:1.5rem 1rem}._pkg-table_1qh5a_177 th{font-size:17px;line-height:1.1}._pkg-table_1qh5a_177 td{font-size:14px}._pkg-table_1qh5a_177 th:nth-child(1),._pkg-table_1qh5a_177 td:nth-child(1){width:70%;text-align:left}._pkg-table_1qh5a_177 th:nth-child(2),._pkg-table_1qh5a_177 td:nth-child(2){width:15%;text-align:center}._pkg-table_1qh5a_177 th:nth-child(3),._pkg-table_1qh5a_177 td:nth-child(3){width:15%;text-align:center}._pkg-table_1qh5a_177 td div,._price-btn_1qh5a_325{padding:10px 15px}._price-btn_1qh5a_325{text-align:center}._pkg-table_1qh5a_177 td label{font-size:12px}._pkg-table_1qh5a_177 td span{font-size:11px;line-height:normal}._pkg-table_1qh5a_177 tr:last-child td{padding:10px}._energy-illu-module_1qh5a_701:before{height:151px;width:150px;left:-20%;bottom:-34%}._test-list_1qh5a_603{padding:2rem 1.5rem;width:80%}._test-list_1qh5a_603 ul{columns:1}._test-list_1qh5a_603 li{font-size:12px}._energy-illu-module_1qh5a_701:after{height:150px;width:120px;right:-22%;bottom:80%}._section-heading_1qh5a_391,._how_it_work_heading_1qh5a_389{line-height:1.5;font-size:20px;padding-left:1.4rem;padding-right:1.4rem}._energy-illu-module_1qh5a_701{padding-left:6rem}._gym-illu-module_1qh5a_753:after{width:170px}}@media (min-width: 601px) and (max-width: 900px){._page-banner-section_1qh5a_1{padding:1.5rem 0;background-size:cover}._banner-text_1qh5a_13{padding-left:1rem}._banner-text_1qh5a_13 h3{font-size:25px;line-height:normal}._banner-text_1qh5a_13 p{font-size:16px;padding:10px 0;line-height:1.5}._get_touch_1qh5a_103{padding:0 30px}._pkg-table_1qh5a_177 td div{padding:10px 15px}._pkg-table_1qh5a_177 tr:last-child td{padding:10px 15px}._energy-illu-module_1qh5a_701:before{height:160px;width:180px;left:-25%;bottom:0}._test-list_1qh5a_603{padding:2rem 2.5rem}._gym-illu-module_1qh5a_753:after{right:-27%}}@media (min-width: 901px) and (max-width: 1025px){._banner-text_1qh5a_13 h3{font-size:30px;line-height:normal}._banner-text_1qh5a_13 p{font-size:16px;padding:15px 0 18px;line-height:1.5}._get_touch_1qh5a_103{font-size:14px}._page-heading_1qh5a_133{font-size:25px;line-height:1.6rem}._pkg-table_1qh5a_177 th{font-size:20px}._pkg-table_1qh5a_177 td{font-size:16px}._price-btn_1qh5a_325{text-align:center}._pkg-table_1qh5a_177 td label,._price-btn_1qh5a_325 label{font-size:14px}._pkg-table_1qh5a_177 td span,._price-btn_1qh5a_325 span{font-size:20px}}._upload-presc-modal-container_10yro_1{padding:19px 15px 33px 22px;display:flex;flex-direction:column;width:353px}._upload-presc-close-icon_10yro_19{position:absolute;text-align:right;right:10px;top:10px;width:21px;height:20px;color:#f7941d;cursor:pointer}._upload-presc-modal-div_10yro_41{display:flex;align-items:center;margin-bottom:10px}._patient-data-section_10yro_53{padding-bottom:12px;border-bottom:1px solid #CFA8E9;cursor:pointer}._upload-presc-modal-div_10yro_41 h3{color:#4c4b4b;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:600;line-height:normal}._upload-presc-modal-div_10yro_41 span svg{padding-right:10px}._upload-presc-modal-div_10yro_41 span{color:#4c4b4b;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:500;line-height:normal;margin-left:auto;border-radius:28px;border:.8px solid #FACC95;padding:0 9px;cursor:pointer}._upload-presc-tick-div_10yro_119{height:41px;width:41px;border-radius:100%;background-color:#0d9b2c;text-align:center;padding-top:6px;margin:31px 0 20px}._upload-presc-tick-icon_10yro_139{width:22px;height:18px;color:#fff}._upload-success-msg_10yro_151{padding-bottom:20px}._upload-success-msg_10yro_151 p{color:#4c4b4b;text-align:center;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:500;line-height:normal}._upload-presc-modal-btn-container_10yro_179{display:flex;gap:21px}._upload-presc-modal-btn-container_10yro_179 button{padding:12px 23px;border:none;border-radius:8px;background:var(--Orange-Gradient, linear-gradient(91deg, #f7941d 58.96%, rgba(255, 173, 75, .86) 98.25%));color:#fff;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:600;line-height:normal}._upload-presc-close-unsuccess-div_10yro_219{height:41px;width:41px;border-radius:100%;background-color:#bb271a;text-align:center;padding-top:6px;margin:31px 0 20px}._upload-presc-exclamation-div_10yro_239{height:41px;width:41px;border-radius:100%;text-align:center;padding-top:6px;margin:31px 0 20px}._upload-presc-close-unsuccess-icon_10yro_257{width:22px;height:18px;color:#fff}._upload-presc-exclamation-icon_10yro_269{width:41;height:41px;color:#fff}._btn-change-patient-modal-active_10yro_281{display:inline-flex;padding:1.781px 16.033px;justify-content:center;align-items:center;gap:8.907px;border-radius:8.907px;background:#5d2e89;color:#fff;font-family:Maven Pro;font-size:10.689px;font-style:normal;font-weight:500;line-height:normal;border:0}._btn-change-patient-modal-deactive_10yro_315{display:inline-flex;padding:1.781px 16.033px;justify-content:center;align-items:center;gap:8.907px;border-radius:8.907px;background:#cfa8e9cc;color:#fff;font-family:Maven Pro;font-size:10.689px;font-style:normal;font-weight:500;line-height:normal;border:0}._change-patient-modal-text-active_10yro_349{color:#5c2d91;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:600;line-height:normal;padding-bottom:0;margin-bottom:0}._change-patient-modal-text-deactive_10yro_371{color:#6a6a6a;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:600;line-height:normal;padding-bottom:0;margin-bottom:0}._patient-box-title_10yro_393{width:70%}._patient-box-relation_10yro_401{width:30%;text-align:center}._patient-box-status_10yro_411{width:10%;text-align:center}._view-presc-modal-section_10yro_421>div>div>div{position:absolute;top:50%;left:50%!important;border:none;transform:translate(-50%,-50%);max-height:90%;overflow-y:auto;border-radius:73.464px;border:1.933px solid #FF8B00;background:#fff}@media screen and (max-width: 767px) and (min-width: 320px){._upload-presc-modal-container_10yro_1{padding:14px 15px 31px;width:100%}._upload-success-msg_10yro_151{padding-bottom:26px}._upload-success-msg_10yro_151 p{color:#4c4b4b;font-family:Maven Pro;font-size:12px;font-style:normal;font-weight:500;line-height:normal}._upload-presc-tick-div_10yro_119{margin:31px 0 18px}._upload-presc-modal-btn-container_10yro_179 button{color:#fff;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:600;line-height:normal}._upload-presc-modal-div_10yro_41{margin-bottom:20px}._patient-data-section_10yro_53{padding-top:12px}}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}._upload-presc-container_wjf2f_23{display:grid;align-items:center;justify-content:center}._prescr-title-input_wjf2f_35{border-bottom:1px solid #dee2e6!important;width:320px}._text-field-inputbox_wjf2f_45:focus{border-top:unset!important;border-left:unset!important;border-right:unset!important;border-color:#e9e9e9!important;outline:none!important;box-shadow:unset!important}._text-field-inputbox_wjf2f_45{border:0;color:#000;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:500;line-height:normal;width:100%}._text-field-inputbox_wjf2f_45::placeholder{font-family:Maven Pro;padding-left:5px;font-size:14px}._text-field-date_wjf2f_101{width:100%;border:0}._text-field-date_wjf2f_101:focus{border-top:unset!important;border-left:unset!important;border-right:unset!important;border-color:#e9e9e9!important;outline:none!important;box-shadow:unset!important}._datepicker-div_wjf2f_133{border-bottom:1px solid #dee2e6!important;width:313px}._datePickerField_wjf2f_145>div>div{border:none;width:100%;cursor:pointer;display:flex;align-items:center;justify-content:space-between}._datePickerField_wjf2f_145>div>div>div{color:#000;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:500;line-height:normal}._datePickerField_wjf2f_145>div>div>div input::placeholder{visibility:hidden}._datePickerField_wjf2f_145>div>div>div+button{padding:4px 0}._datePickerField_wjf2f_145 svg{width:14px;height:14px}._current-location-section_wjf2f_213{display:flex;align-items:center;gap:8px;padding-bottom:31px;padding-top:16px}._current-location-section_wjf2f_213 img{cursor:pointer}._current-location-section_wjf2f_213 span{color:#f7941d;font-family:Maven Pro Light;font-size:16px;font-style:normal;font-weight:600;line-height:normal;cursor:pointer}._upload-presc-inner-container_wjf2f_261 img{display:none}._upload-presc-heading_wjf2f_269{text-align:center;color:#4c4b4b;font-family:Maven Pro;font-size:24px;font-style:normal;font-weight:600;line-height:normal;padding:58px 0 30px}._choose-from-heading_wjf2f_291{text-align:center;color:#4c4b4b;font-family:Maven Pro;font-size:22px;font-style:normal;font-weight:500;line-height:normal;padding-bottom:9px}._document-upload_wjf2f_313{color:#4c4b4b;font-family:Maven Pro;font-size:12px;font-style:normal;font-weight:500;line-height:normal;text-align:center;padding-bottom:24px}._upload-presc-add-icon-center_wjf2f_335{text-align:center;cursor:pointer}._upload-presc-add-icon-center_wjf2f_335 img{cursor:pointer}._upload-presc-add-icon_wjf2f_335{display:flex;align-items:center;justify-content:center;gap:10px;text-align:center;cursor:pointer}._upload-presc-add-icon_wjf2f_335 img{width:111px;height:138px;object-fit:scale-down;cursor:pointer}._upload-presc-sub-container_wjf2f_393{min-width:686px;width:100%;padding:19px 10px 33px;border:.5px dashed #cfa8e9;background:#ffefdc4d;border-radius:30px}._upload-presc-options-container_wjf2f_413{display:flex;align-items:center;justify-content:center;gap:50px;padding-bottom:47px}._upload-presc-options-section_wjf2f_429{display:flex;align-items:center;justify-content:center;flex-direction:column}._upload-presc-options-section_wjf2f_429 span{color:#a965d6;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:600;line-height:normal;padding-top:9px;white-space:nowrap}._no-presc-upload_wjf2f_465{display:flex;align-items:center;justify-content:center;color:#979797;text-align:center;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:500;line-height:normal;padding-top:32px}._upload-presc-button-container_wjf2f_493{text-align:center;padding:30px 0}._upload-presc-button-container_wjf2f_493 button{padding:12px 126px 13px 127px;color:#fff;font-family:Maven Pro;font-size:18px;font-style:normal;font-weight:500;line-height:normal;border:none;border-radius:8px;background:var(--Orange-Gradient, linear-gradient(91deg, #f7941d 58.96%, rgba(255, 173, 75, .86) 98.25%));white-space:nowrap}._supported-documents_wjf2f_535{text-align:center;padding-bottom:30px}._supported-documents_wjf2f_535 b{color:#a965d6;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:500;line-height:normal}._supported-documents_wjf2f_535 span{color:#4c4b4b;text-align:center;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:500;line-height:normal}._presc-booking-details-container_wjf2f_583{border-radius:5px;border:1px solid #e0e0e0;padding:13px 39px;margin-top:30px}._presc-booking-details_wjf2f_583{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e0e0e0;padding-bottom:13.57px}._presc-booking-details_wjf2f_583 h3{color:#4c4b4b;font-family:Maven Pro;font-size:12px;font-style:normal;font-weight:600;line-height:normal}._presc-booking-details_wjf2f_583 button{color:#ff8b00;font-family:Maven Pro;font-size:12px;font-style:normal;font-weight:600;line-height:normal;border:none;background:none}._user-icon-section_wjf2f_653{height:42px;width:42px;border-radius:100%;border:2px solid #5c2d91;text-align:center}._user-icon-section_wjf2f_653 img{margin-top:5px}._patient-details-section_wjf2f_677{display:flex;align-items:flex-start;padding-top:7.43px;gap:15px}._patient-label_wjf2f_691{color:#a965d6;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:500;line-height:normal;padding-bottom:4px}._label-heading_wjf2f_711{color:#a965d6;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:500;line-height:normal}._name-field_wjf2f_731{width:318px;height:46px;border-radius:8px;border:1.5px solid var(--Purple-Gradient, rgba(92, 45, 145, .85));padding-left:19px;font-family:Maven Pro;outline:none;font-size:14px;background-color:transparent}::placeholder{color:#979797!important}._patient-details-age_wjf2f_763{color:#4c4b4b;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:0}._patient-details-content_wjf2f_783{color:#4c4b4b;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:600;line-height:normal;padding-bottom:2px;margin-bottom:0}._executive-confirm-order_wjf2f_805{display:flex;align-items:center;flex-direction:column;background:#cfa8e91a;border-radius:5px;padding:9px 28px 14px;margin:52px 0;width:424px}._executive-confirm-order_wjf2f_805 p{color:#5c2d91;text-align:center;font-family:Maven Pro;font-size:12px;font-style:normal;font-weight:600;line-height:normal}._executive-confirm-order-container_wjf2f_849{display:flex;align-items:center;justify-content:center}._proceed-btn_wjf2f_861{text-align:center;padding-bottom:62px}._proceed-btn_wjf2f_861 button{padding:7px 67px;border-radius:8px;border:1px solid #f7941d;background:none;color:#f7941d;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:700;line-height:normal}._upload-presc-desktop-view_wjf2f_899{display:block}._upload-presc-mobile-view_wjf2f_907{display:none}._file-preview-wrapper_wjf2f_915{position:relative}._file-preview_wjf2f_915{align-items:center;border-radius:5px;padding:10px;margin-top:10px;width:123.38px;height:154.226px}._file-content_wjf2f_947{flex:1}._file-content_wjf2f_947 span{font-weight:700}._file-content-container_wjf2f_963{margin-top:10px}._file-content-container_wjf2f_963 img{max-width:100%;max-height:200px}._file-content_wjf2f_947 img{padding:0;width:111px;height:130px;border:7px solid #D9D9D9;border-radius:9px}._remove-file_wjf2f_999{position:absolute;background:none;border:none;cursor:pointer;font-size:20px;color:#f7941d;width:22.277px;height:20.563px;margin-left:45px;margin-top:-19px;z-index:9}._remove-file_wjf2f_999 svg{width:25px;height:25px;border:.25px solid #000;border-radius:100%;background-color:#fff;padding:3px}._prescription-main-div_wjf2f_1049{justify-content:center;display:grid}._remove-file_wjf2f_999 img{width:22.277px;height:20.563px;top:-10px;position:absolute;margin-left:45px;border:.25px solid #000;border-radius:100%;background-color:#fff}._inputs-title-name-main-container_wjf2f_1081{display:grid;align-items:center;justify-content:center;margin-top:23px}._prescr-title-input_wjf2f_35 input{background-color:transparent}._current_location_btn_wjf2f_1103{display:flex;align-items:center;gap:7px;color:#f7941d;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:600;line-height:normal;margin:16px 0;border:none;background:none}._select-wrapper_wjf2f_1135{position:relative}._select-wrapper_wjf2f_1135 select{padding-right:0}._select-wrapper_wjf2f_1135:after{content:"";background:url(/assets/images/dropdown_about_us_arrow.svg) no-repeat;width:20px;height:20px;position:absolute;top:50%;right:1%;transform:translateY(-25%);pointer-events:none}@media screen and (max-width: 767px) and (min-width: 320px){._upload-presc-desktop-view_wjf2f_899{display:none}._upload-presc-mobile-view_wjf2f_907{display:block}._upload-presc-container_wjf2f_23{display:unset;padding-bottom:100px}._upload-presc-heading_wjf2f_269{color:#4c4b4b;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:500;line-height:normal;text-align:unset;padding:0}._upload-presc-sub-container_wjf2f_393{align-items:center;justify-content:center;padding:21px 18px 37px 0;min-width:unset}._upload-presc-sub-container-file_wjf2f_1283{align-items:center;justify-content:center;min-width:unset;padding:31px 18px 52px 39px;border:.5px dashed #cfa8e9;background:#ffefdc4d;border-radius:30px;gap:15px;flex-wrap:wrap}._datePickerField_wjf2f_145>div>div{width:100%}._datePickerField_wjf2f_145>div>div>div{font-size:15px}._remove-file_wjf2f_999{margin-left:40px}._upload-presc-add-icon_wjf2f_335{flex-wrap:wrap}._file-content_wjf2f_947{width:100%!important;height:133px!important}._file-content_wjf2f_947>div>div>canvas{width:100px!important;height:133px!important;object-fit:contain}._file-content_wjf2f_947 img{width:100%;height:100%}._choose-from-heading_wjf2f_291{color:#4c4b4b;font-family:Maven Pro;font-size:15px;font-style:normal;font-weight:500;line-height:normal;padding-bottom:10px}._upload-presc-options-container_wjf2f_413{padding-bottom:50px;justify-content:space-around;gap:0}._upload-presc-options-section_wjf2f_429 img{height:31px}._upload-presc-options-section_wjf2f_429 span{color:#a965d6;font-family:Maven Pro;font-size:11px;font-style:normal;font-weight:600;line-height:normal;padding-top:10.99px}._no-presc-upload-section_wjf2f_1441{text-align:center}._no-presc-upload_wjf2f_465{color:#979797;font-family:Maven Pro;font-size:10px;font-style:normal;font-weight:500;line-height:normal;padding-top:0}._upload-presc-button-container_wjf2f_493{padding:15px 0 8px}._upload-presc-button-container_wjf2f_493 button{width:100%;padding:13px 83px 14px;color:#fff;font-family:Maven Pro;font-size:16px;font-style:normal;font-weight:500;line-height:normal}._supported-documents_wjf2f_535 span{color:#4c4b4b;font-family:Maven Pro;font-size:10px;font-style:normal;font-weight:500;line-height:normal;padding-bottom:35px}._supported-documents_wjf2f_535 b{color:#a965d6;font-family:Maven Pro;font-size:10px;font-style:normal;font-weight:500;line-height:normal}._presc-booking-details_wjf2f_583 h3{color:#4c4b4b;text-align:center;font-family:Maven Pro;font-size:10px;font-style:normal;font-weight:600;line-height:normal}._presc-booking-details_wjf2f_583 button{text-align:center;font-family:Maven Pro;font-size:10px;font-style:normal;font-weight:600;line-height:normal}._proceed-btn_wjf2f_861{padding-bottom:32px}._upload-presc-inner-container_wjf2f_261{display:flex;align-items:center;padding-bottom:16px;gap:13px;margin-top:25px}._upload-presc-inner-container_wjf2f_261 img{display:block}._presc-booking-details-container_wjf2f_583{padding:0}._presc-booking-details_wjf2f_583{padding:12px 12px 9px}._patient-details-section_wjf2f_677{padding:14px 18px 18px;gap:23px}._patient-details-age_wjf2f_763{padding-bottom:0}._executive-confirm-order_wjf2f_805{margin:13px 0 28px}}._upload-presc-modal-container_wjf2f_1653{padding:13px 86px 31px;display:flex;align-items:center;justify-content:center;flex-direction:column}._upload-presc-close-icon_wjf2f_1669{position:absolute;text-align:right;right:45px;top:13px;width:21px;height:20px;color:#f7941d;cursor:pointer}._upload-presc-tick-div_wjf2f_1691{height:41px;width:41px;border-radius:100%;background-color:#0d9b2c;text-align:center;padding-top:6px;margin:31px 0 20px}._upload-presc-tick-icon_wjf2f_1711{width:22px;height:18px;color:#fff}._upload-success-msg_wjf2f_1723{padding-bottom:15px}._upload-success-msg_wjf2f_1723 p{color:#4c4b4b;text-align:center;font-family:"Maven Pro ";font-size:16px;font-style:normal;font-weight:500;line-height:normal}._upload-presc-modal-btn-container_wjf2f_1751{display:grid;gap:6px}._upload-presc-modal-btn-container_wjf2f_1751 button{padding:12px 23px;border:none;border-radius:8px;background:var(--Orange-Gradient, linear-gradient(91deg, #f7941d 58.96%, rgba(255, 173, 75, .86) 98.25%));color:#fff;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:600;line-height:normal}@media screen and (max-width: 767px) and (min-width: 320px){._upload-presc-modal-container_wjf2f_1653{padding:14px 40px 31px}._upload-success-msg_wjf2f_1723{padding-bottom:20px}._upload-success-msg_wjf2f_1723 p{color:#4c4b4b;font-family:Maven Pro;font-size:12px;font-style:normal;font-weight:500;line-height:normal}._upload-presc-tick-div_wjf2f_1691{margin:31px 0 18px}._upload-presc-modal-btn-container_wjf2f_1751 button{color:#fff;font-family:Maven Pro;font-size:14px;font-style:normal;font-weight:600;line-height:normal}._upload-presc-options-section_wjf2f_429{width:75px}._file-preview-container_wjf2f_1863{display:flex}}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;line-height:16px;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.react-date-picker{display:inline-flex;position:relative}.react-date-picker,.react-date-picker *,.react-date-picker *:before,.react-date-picker *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-date-picker--disabled{background-color:#f0f0f0;color:#6d6d6d}.react-date-picker__wrapper{display:flex;flex-grow:1;flex-shrink:0;border:thin solid gray}.react-date-picker__inputGroup{min-width:calc((4px * 3) + .54em * 8 + .217em * 2);flex-grow:1;padding:0 2px;box-sizing:content-box}.react-date-picker__inputGroup__divider{padding:1px 0;white-space:pre}.react-date-picker__inputGroup__divider,.react-date-picker__inputGroup__leadingZero{display:inline-block}.react-date-picker__inputGroup__input{min-width:.54em;height:100%;position:relative;padding:0 1px;border:0;background:none;color:currentColor;font:inherit;box-sizing:content-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.react-date-picker__inputGroup__input::-webkit-outer-spin-button,.react-date-picker__inputGroup__input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.react-date-picker__inputGroup__input:invalid{background:#ff00001a}.react-date-picker__inputGroup__input--hasLeadingZero{margin-left:-.54em;padding-left:calc(1px + .54em)}.react-date-picker__button{border:0;background:transparent;padding:4px 6px}.react-date-picker__button:enabled{cursor:pointer}.react-date-picker__button:enabled:hover .react-date-picker__button__icon,.react-date-picker__button:enabled:focus .react-date-picker__button__icon{stroke:#0078d7}.react-date-picker__button:disabled .react-date-picker__button__icon{stroke:#6d6d6d}.react-date-picker__button svg{display:inherit}.react-date-picker__calendar{width:350px;max-width:100vw;z-index:1}.react-date-picker__calendar--closed{display:none}.react-date-picker__calendar .react-calendar{border-width:thin}._page-banner-section_c51cn_5{background-image:url(/assets/images/landing_pages/doctors-wellness/banner-img.jpg);background-size:cover;min-height:400px;background-repeat:no-repeat;padding:2.5rem}._banner-content_c51cn_21 h5{font-family:Maven Pro;font-size:20px;font-weight:500;line-height:27.6px;text-align:left;color:#5c2d91;padding-top:2rem}._banner-content_c51cn_21 h3{font-family:Maven Pro;font-size:30px;font-weight:700;line-height:1.2;text-align:left;color:#5c2d91}._banner-content_c51cn_21 h3 span{color:#fb8a00}._banner-event-details_c51cn_67 div{display:flex;align-items:center;padding:10px 15px;border-radius:68px;background:#fff;color:#5c2d91;font-family:Maven Pro;font-size:16px;font-weight:700;line-height:27.6px;text-align:center;width:fit-content;margin-top:1rem}._banner-event-details_c51cn_67 div span{padding-left:1rem}._banner-form_c51cn_107{box-shadow:0 3.24px 8.76px #00000040;background:#5c2d91cc;color:#fff;border-radius:12.16px;padding:2rem 3rem}._banner-form_c51cn_107 h4{font-family:Maven Pro;font-size:16.21px;font-weight:800;line-height:19.05px;text-align:center;padding-bottom:1rem}._input_css_c51cn_141,._input_style_c51cn_143{padding:10px 15px;margin-bottom:1rem;font-weight:500;font-size:15px;color:#000}._input_css_c51cn_141::placeholder,._input_style_c51cn_143::placeholder{font-family:Maven Pro;font-size:15px;font-weight:500;line-height:17.15px;text-align:left;color:#000c}._input_css_c51cn_141:focus,._input_style_c51cn_143:focus{outline:none;box-shadow:none}._sent_enquiry_c51cn_193,._orange-btn_c51cn_195{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;color:#fff;font-size:16px;font-weight:700;border:none;width:100%;height:46px;flex-shrink:0;border-radius:8px;background:var(--Orange-Gradient, linear-gradient(91deg, #f7941d 58.96%, rgba(255, 173, 75, .86) 98.25%))}._desktop_sent_enquiry_c51cn_231{display:block}._mobile_sent_enquiry_c51cn_239{display:none}._timer-heading_c51cn_261,._img-caption_c51cn_263{font-family:Maven Pro;font-size:16px;font-weight:600;line-height:24.08px;letter-spacing:.13em;text-align:center;color:#5c2d91}._img-caption_c51cn_263 span{color:#fb8a00}._timer-module_c51cn_291{display:flex;align-items:center;justify-content:center;margin:2rem 0 4rem}._time-box_c51cn_305{background:#faf6ff;box-shadow:0 3.22px 3.22px #00000040;position:relative;margin:0 2rem;padding:1rem 2rem;border-radius:15.31px;width:160px;height:150px;display:flex;align-items:center;justify-content:center;flex-direction:column}._time-box_c51cn_305:after{content:":";position:absolute;right:-3.5rem;top:50px;transform:translateY(-50%);width:50px;height:50px;font-size:60px;color:#fb8a00}._time-box_c51cn_305:last-child:after{display:none}._time-value_c51cn_367{font-family:Maven Pro;font-size:77.37px;font-weight:900;line-height:normal;text-align:center;color:#5c2d91}._time-label_c51cn_385{font-family:Maven Pro;font-size:14px;font-weight:600;line-height:21.07px;letter-spacing:.13em;text-align:center;color:#fb8a00;text-transform:uppercase}._section-heading_c51cn_407{font-family:Maven Pro;font-size:32px;font-weight:700;line-height:44.16px;text-align:center;color:#5c2d91}._section-heading_c51cn_407 span{color:#fb8a00}._section-content_c51cn_433{font-family:Maven Pro;font-size:16px;font-weight:600;line-height:24.08px;text-align:center;color:#686666;padding-top:1.5rem}._accordion_c51cn_453{margin:1rem;border:1px solid #ccc;border-radius:5px}._accordion-header_c51cn_465{background-color:#f1f1f1;padding:1rem;cursor:pointer;border-bottom:1px solid #ccc}._accordion-content_c51cn_479{display:none;padding:1rem}._accordion-content_c51cn_479._active_c51cn_489{display:block}._section-subheading_c51cn_497{font-family:Maven Pro;font-size:24px;font-weight:500;line-height:28.2px;text-align:left;color:#5c2d91;text-align:center;padding:1.5rem 0}._commitee-member_c51cn_519 div{width:200px;height:200px;border-radius:50%;background-color:#ffebcd;overflow:hidden;margin:auto}._commitee-member_c51cn_519 div img{width:100%;height:100%;object-position:top center;object-fit:cover}._commitee-member_c51cn_519 h5{font-family:Maven Pro;font-size:16px;font-weight:400;line-height:18.8px;text-align:left;color:#4b4750;text-align:center;padding:1rem 0}._commitee-member-list_c51cn_573{font-family:Maven Pro;font-size:16px;font-weight:400;line-height:1.5;text-align:center;color:#4b4750;width:50%;margin:0 auto 4rem}._accordion-module_c51cn_595{width:100%;margin:1.5rem auto 0;padding:2.5rem 2rem;background:#5c2d91;border:1px solid #AF84E1;border-radius:38px}._accordion-module_c51cn_595>div{border-radius:14.04px;border:none;outline:none;box-shadow:none;background-color:transparent}._accordion-module_c51cn_595>div>div,._accordion-module_c51cn_595>div>div:first-of-type,._accordion-module_c51cn_595>div>div:last-of-type,._accordion-module_c51cn_595>div>div button,._accordion-module_c51cn_595>div>div:first-of-type button,._accordion-module_c51cn_595>div>div:last-of-type button{border:none;border-radius:15px!important}._accordion-module_c51cn_595 button,._accordion-module_c51cn_595 button:active{border:none;outline:none;box-shadow:none;background-color:#f8f2ff;border-radius:14.04px}._accordion-module_c51cn_595 button:not(._collapsed_c51cn_675){background-color:#f8f2ff}._accordion-module_c51cn_595 button:focus{outline:none;box-shadow:none}._accordion-module_c51cn_595 button:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAARkSURBVHgB7VhLbhtHEK3uHu2ihDlBmF0QRBJzApM3YHaGLUPiPgg9J7B5gomUA0gCaCE70ycQdQLRln870ycwDdgrsrtc1T0UCU0Pp4ekBC/0AGlGmpnuh+qqVx+AO9zh+4aAFXH/t6S6sQF1A2qHFqvSvyrpoxECDBH0SzOG/v/v4yGsgKWINqtJ5YcfozYg1gH4J2ingUFzsCzp0kR3t/9rCzRPcd5yBnug8KVEukcYpitXUEBVGHEPhKhD+j5tONRgOqeX8TGUQDBRPuJoQx1dWRCxT7863ddxP+T7B1vJvkSxl5K2hMdj0wi1bhDRB78nNaXkc7Jilf2OLNoKJegjLEA+YX+21tXmr9O38aDou0KiKckzd9TY+6Kw1RvEI1gB92t0OloltF6T/hwZbRpFZBcSdRFtSVYBzEn3Mt6HNWJ36+CYLnshbiAXLTQjib11k2R0L9v7ZKse7+H8Px+5RNmXpj45URjDDSFSusV7cJA+3E4e573nPfr5IzdgWmWlpCx2/0jqIOQZ3Y4iZX499sSA16KSMo09cpKgmybJcAoi6Acqkwl4reonirLNVyPwBG4LqDv2KtQ93+PM0Tthlx/odkTO/jPcIkgFPtGlYiaqevru74/zzzIW5WPnK4I5h1sG7fnC3ohx4/qz6Po/KF/XrJ0N9CEHrAiKsosR5uDZq/hfCMSj7cOE/L45VqSZA49mGhiQ6fakJA7XeWVeFuoX+42EIeRAcMHBKRBlQkXKEygAV1u7W4dniPh4rpjJgAjaaOdiJvPM875dSCHkpklrRTTO+amSIhLP92uJlwD7/OamvGCdZL00edbkpdLKS6D4KYRoEEhSnhLJRirWTa3lBZOaf4f1kfT4wiYOhIEmkqeD4gLEBx9Ra0ljsub3kO3z5q6SB5skuIixJKluZRF3R21Ovkb5lryCcKeJAj8XE0VtZUGIfF+aB2/OZFmwmaxU8oJdgaztgoxchOuEkIoLU+MIzMZHhigRdEcjxQ4Egsl2L/9pXPntrHxrWRcJhJBO7M2UwyKiY+VkSYBoQkmkftuhqOhx0FCNeQyl4LoHo7LS6C1KWErsRxQsy1byZWFbFZBHpPqD7uv2n9ef+6MetctKQhVq5LogQe3xlZOI/7kHUQQcCCO2qi3BbhhszZnO+jOilyjXgyhcYAghj/LEfB1g7eV0zPeU6zt5EpYr+C6HO8mZ6MVtwiqgFiSZdhKLat+FmWkyaxOaD7cO10720Q6viU3ew2lxPoLaZRJxbhMq3IhNxjpedY5kR0Kbdpjh9DYgtRbmeu63ue+eWtamSev8y4GDMy1SmtMiJST/h490aGigtDxLJ3b8ad+APgntqVwDx3I3GwlNImwV5v+yRKeYH8mkC9B4kYJO6HObo9PykFJx1XC9gGpHOuvNDdVM59mb8II73ac82LpSQ52GXlQhiVrQR26odv6FNHqZkdDqg9yUNFmyJkFwd3BlOQP4UVGBMV7DIPcOd/je8Q0QLjSWACnwXQAAAABJRU5ErkJggg==);width:40px;height:40px;background-size:contain;background-position:center;content:""}._accordion-module_c51cn_595 button:not(._collapsed_c51cn_675):after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAARnSURBVHgB7VjNUhtHEO6ZETdIlCeIfEulAshPYOkN4OYypJDuScQ+AdYTrCG5A1Uy5VuUJ0A8QWTL+blZfgLLVfZJ2m53z+yCil2tZiVB+cBXJXalnZ356On+uqcBHvCArxsKlsTTH8LK2hrUEMw2T1bhn8rxoxEBDAmi1ziG3qv/gyEsgYWI7lTC8vo3pRYQ1QDk47VSHwmPFyVdmOj+1u8tRficpi2H1AVDrzXxPcEwnrlMCioK1RNQqgbxeF5wGAG2LwbBGRSAN1HZ4tKaOb22IFGP/7Q7b4Oez/vPNsOGJnUQk7aEx2Os+1rXi+izH8OqMfpPtmJF/I4t2vQlmEVYgT4Sf7bWjXD34t+gP++9uURjkpduq6n7yVCz2w9GsASeVnl3IhPyfDv8dYQR1ueRzSXqItqSrADgeWcQNGCF2N88PuPLgY8b6LyJbkhSd9UkBZ1Bq8G26soazv9nYyZR8aXEJyeGArgjlEzUlDUkSPe2wsNZ4zK3fnrLEbBZVEqKYv+nsAZKX/LtqGTw0VlGDGRaVHOmsVvOEnTXJAVOQRR/oDyZQKZVs4mSbskVFZ3DfYGitr0q8yTrcWrrnbDrd3w7Ymf/DgpApEwbc8Si3u+8+bUNBcEq8IEvZZyYysV/v7yffpayqGy7XAnwCgpgb+uPA9Fbq42cYjnVHkFB8Jp/2Rs1rt9+liZKULU3CD3whJBSFJ0lScGtymQ3Ty5lh3zn4TWt6Gsdc8gjyj7yvX1Hx8VFDqSK+nn75FRIOW4YdAaHu5xpHieSI+rhS5YJ2miXYib1LGO8rXIMQW6alMXX11nCkBr8dcQs6y//CV7IM0mHkcG6q0fBSp2VoDlIKi9F6lsfonMhQSOLcyhWXULAx7eLlFf9YLjGvyeZR3RyEb/NI2otiZg2v0AsGRcpVmc/MxkhlTVWhLsz+G2Xre0UgF0kL/tIDWuHKfo4nyhFVhaUui6MU0C31cedt4d1n0qKrf2cFAbWFXJcimLjKErHR+n2D0ywT/ZfUNtZk8UVziMoiJdvrP++yBujtIg9i5SCVMmXsujYOFlSoHbg3uFOD2jS0pgi6vzN5V2fSF0VpFqTNdmg/Syfz456ilxWUmbhKC0KDeZArqjwOPt5Bkol60sj2Yr7sKqzJknFNszadkEmUZEVjlIrKUrp00Y1LMMdwcodH/bknsOoPUvqZgq+i1LVE72cRPnHhGXAR5AwOUnk1b65mWlyc0zY2ds8WTlZWyfw3LKGpNy8sV7HZW3LN0kAqjsZR8GyfSTbEtqwzQx3XGaSF/384/LcXC8Fhpy7E8tKjo+lZCFIcG5s6L8TS/qQFPi3dLhpYCJ9GXfs5NUeQnTue6ZyBziRu5uW0KREzVnBszDRBNMtmXgCbi9y0KnoyuboOJdzKq6g1AtktrWz3lRTDdtJSeiLhdqOYl0dQY2bXi1mVPV6yTXVrj6xRi/SElq+kRuTZktWNSg5HVxbDoHeGy4wxito5D7gAV87vgBS9iqFr9cVZAAAAABJRU5ErkJggg==);width:40px;height:40px;background-size:contain;background-position:center;content:""}._accordian-heading_c51cn_729 h4{font-family:Maven Pro;font-size:24px;font-weight:600;line-height:28.2px;letter-spacing:.02em;text-align:left;color:#fb8a00}._accordian-heading_c51cn_729 h4 span,._accordian-heading_c51cn_729 p span{color:#6223a9}._accordian-heading_c51cn_729 p{font-family:Maven Pro;font-size:18px;font-weight:600;line-height:21.15px;letter-spacing:.02em;text-align:left;color:#cd93e5}._accordian-content_c51cn_779 h2{font-family:Maven Pro;font-size:32px;font-weight:700;line-height:44.16px;text-align:center;color:#cd93e5}._accordian-content_c51cn_779 h2 span{color:#ffa942}._accordian-content_c51cn_779 td{padding:1rem 1.5rem 1rem 1rem;border-bottom:.7px solid #CD93E5}._accordian-content_c51cn_779 td:nth-child(1){font-family:Maven Pro;font-size:14px;font-weight:600;line-height:16.45px;letter-spacing:.02em;text-align:left;color:#a26ec4;width:20%;vertical-align:top}._accordian-content_c51cn_779 td:nth-child(2){width:50%;font-family:Maven Pro;font-size:14px;font-weight:600;line-height:16.45px;letter-spacing:.02em;text-align:left;color:#6223a9;vertical-align:top}._accordian-content_c51cn_779 td:nth-child(3){width:30%;text-align:center}._accordian-content_c51cn_779 td:nth-child(3) p,._accordian-content_c51cn_779 td:nth-child(3) b{font-family:Maven Pro;font-size:14px;font-weight:600;line-height:16.45px;letter-spacing:.02em;text-align:center;color:#3d3840;display:block}._accordian-content_c51cn_779 td:nth-child(3) span{font-family:Maven Pro;font-size:12px;font-weight:400;line-height:14.1px;letter-spacing:.02em;text-align:center;color:#3d3840;display:block;padding-top:10px}._table-heading_c51cn_921 span,._yellow-text_c51cn_923{color:#ffa942!important}._accordian-content_c51cn_779 td._table-heading_c51cn_921,._accordian-content_c51cn_779 td._session-heading_c51cn_933{font-family:Maven Pro;font-size:20px;font-weight:700;line-height:27.6px;text-align:center;color:#5c2d91;border:none;padding-top:1.5rem}._accordian-content_c51cn_779 td._session-heading_c51cn_933{background:#fff8ef;margin:2rem 0;font-size:18px}._pink-label_c51cn_967{width:fit-content}._pink-label_c51cn_967 td{border:none;color:#fff!important;background-color:#d3147f;font-family:Maven Pro;font-size:14px;font-weight:700;line-height:16.45px;letter-spacing:.02em;text-align:left;border-radius:35px;width:fit-content;margin:1rem 0}._accordion-module_c51cn_595 div>div button{margin-bottom:1.2rem}._img-caption-text_c51cn_1091{font-family:Maven Pro;font-size:16px;font-weight:500;line-height:22.08px;text-align:center;color:#5c2d91;margin-top:1rem}._cards-section_c51cn_1111{background:linear-gradient(180deg,#faf5ff,#d5e9ff)}._italic-heading_c51cn_1119{font-family:Maven Pro;font-size:22px;font-weight:700;line-height:30.36px;text-align:center;font-style:italic;color:#263238;margin-top:2rem}._card-info_c51cn_1143 ul{background:#fff;width:50%;border-radius:23px;margin:2rem auto;padding:2rem 3rem;list-style:none}._card-info_c51cn_1143 ul li{display:flex;align-items:center;padding-bottom:1.3rem}._card-info_c51cn_1143 ul li:last-child{padding-bottom:0}._card-info_c51cn_1143 ul li h5{padding-left:1.5rem;font-size:20px;font-weight:500;line-height:27.6px;text-align:left;color:#5c2d91}._orange-btn_c51cn_195{width:fit-content;padding-left:2rem;padding-right:2rem;margin:0 auto 2rem}._contact-details_c51cn_1213{background-color:#fff;padding:3rem 2rem}._contact-details_c51cn_1213 h4{font-family:Maven Pro;font-size:32px;font-weight:600;line-height:37.6px;text-align:center;color:#5c2d91}._contact-details_c51cn_1213 p{font-family:Maven Pro;font-size:16px;font-weight:500;line-height:21.15px;text-align:center;color:#5c2d91}._contact-details_c51cn_1213 h5{font-family:Maven Pro;font-size:19px;font-weight:700;line-height:25.85px;text-align:center;color:#5c2d91;padding-bottom:.5rem}@media (min-width: 320px) and (max-width: 341px){._section-heading_c51cn_407,._italic-heading_c51cn_1119{font-size:22px;line-height:1.5}._card-info_c51cn_1143 ul li h5{font-size:16px}._timer-module_c51cn_291{flex-wrap:wrap;padding:0 1rem}._time-box_c51cn_305{margin:0 10px 1rem;padding:1rem;width:100px;height:100px}._time-box_c51cn_305:after{right:-25px;top:20%;transform:translate(10px,10px);width:50px;height:50px;font-size:20px}._time-value_c51cn_367{font-size:30px}._time-label_c51cn_385{font-size:15px;padding-top:5px}}@media (min-width: 340px) and (max-width: 767px){._contact-details_c51cn_1213 h4{font-size:22px;padding-top:3rem}._contact-details_c51cn_1213 h5{font-size:19px;padding-top:2rem}._orange-btn_c51cn_195{margin-bottom:1rem}._card-info_c51cn_1143 ul,._commitee-member-list_c51cn_573{width:80%}._accordian-heading_c51cn_729 p{font-size:16px;line-height:1.4}._accordian-content_c51cn_779{overflow-x:auto}._accordian-content_c51cn_779 h2{font-size:25px}._page-banner-section_c51cn_5{padding:.5rem}._banner-content_c51cn_21 h3,._section-heading_c51cn_407{font-size:25px}._banner-event-details_c51cn_67{margin-bottom:2rem}._banner-form_c51cn_107{padding:2rem}._time-box_c51cn_305{margin:0 10px;padding:1rem;width:80px;height:80px}._time-box_c51cn_305:after{right:-25px;top:20%;transform:translate(10px,10px);width:50px;height:50px;font-size:20px}._time-value_c51cn_367{font-size:20px}._time-label_c51cn_385{font-size:12px;padding-top:5px}._section-heading_c51cn_407,._italic-heading_c51cn_1119{font-size:22px;line-height:1.5}._card-info_c51cn_1143 ul li h5{font-size:16px}}@media (min-width: 768px) and (max-width: 1024px){._contact-details_c51cn_1213 h5{font-size:15px}._card-info_c51cn_1143 ul{width:90%}._page-banner-section_c51cn_5{padding:2.5rem 0 2.5rem 1rem}._time-box_c51cn_305{width:130px;height:130px}._time-value_c51cn_367{font-size:45px}._section-heading_c51cn_407{font-size:28px;padding-right:1rem;padding-left:1rem}._accordian-heading_c51cn_729 h4{font-size:22px}._accordian-content_c51cn_779 h2{font-size:25px}._accordian-content_c51cn_779 td:nth-child(1){width:30%}._commitee-member_c51cn_519 div{width:150px;height:150px}}._stickyphone_1pc2w_1{position:fixed;right:5px;bottom:10%;background:linear-gradient(180deg,#e8c8a2,#9b67d6);box-shadow:0 4px 4px #00000040;color:#fff;height:50px;width:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:10px}._page-banner-section_1pc2w_33{background:linear-gradient(90.92deg,#fff3e5 .51%,#d4b2fb 99.49%)}._page-heading_1pc2w_41{font-family:Maven Pro;font-size:32px;font-weight:700;line-height:37.6px;text-align:center;margin-top:3rem}._banner-text_1pc2w_59{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;height:100%;padding-left:3rem}._banner-text_1pc2w_59 h3{font-family:Maven Pro;font-size:35px;font-weight:800;line-height:1.5;text-align:left;color:#ff8b00;margin-bottom:0}._banner-text_1pc2w_59 h3 span{color:#5c2d91}._page-content_1pc2w_105{font-family:Maven Pro;font-size:18px;font-weight:500;line-height:25.85px;text-align:left;color:#4c4b4b;margin:1rem 0 1.5rem}._banner-links_1pc2w_125{display:flex;align-items:center;width:90%}._banner-links_1pc2w_125 a{width:50%;font-size:18px}._banner-links_1pc2w_125 ._sent_enquiry_1pc2w_147{width:50%;margin-top:0}._get_touch_1pc2w_157{background:linear-gradient(92.91deg,#5c2d91e6 .84%,#a965d6e6 97.64%);color:#fff;border-radius:8px;font-family:Maven Pro;font-size:16px;font-weight:600;padding:0 45px;text-align:center;height:46px;line-height:46px;width:auto!important;margin-right:1rem}._purple-text_1pc2w_187{color:#60308d!important}._grey-text_1pc2w_195{color:gray!important}._yellow-text_1pc2w_203{color:#f7941d!important}._purple-bg_1pc2w_213{background-color:#5c2d91}._yellow-bg_1pc2w_221{background-color:#f79321}._price-btn_1pc2w_229{border-radius:9.13px;padding:10px 25px}._price-btn_1pc2w_229{padding:8px 40px;width:fit-content;display:block}._price-btn_1pc2w_229 label{font-family:Maven Pro;font-size:15px;font-weight:700;line-height:19.75px;text-align:center;color:#fff;display:block}._price-btn_1pc2w_229 span{font-family:Maven Pro;font-size:30px;font-weight:800;line-height:38.16px;text-align:left;color:#fff}._how_it_work_heading_1pc2w_289,._section-heading_1pc2w_291{font-family:Maven Pro;font-size:30px;font-weight:800;line-height:58.28px;text-align:center;margin-top:4rem;color:#5c2d91;text-transform:uppercase}._how_it_work_heading_1pc2w_289 span,._section-heading_1pc2w_291 span{color:#ff8b00}._form_section_1pc2w_323{background-image:url(/assets/images/mens-health/form-bg.png);background-repeat:no-repeat;background-position:bottom}._form_module_1pc2w_335{background:url(/assets/images/mens-health/form-block-bg.png);height:100%;box-shadow:0 4px 10.8px #00000040;border-radius:15px;padding:2rem 3rem;display:flex;align-items:center;justify-content:center;text-align:center;background-size:cover}._sent_enquiry_1pc2w_147{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:3rem;color:#fff;font-size:16px;font-weight:700;border:none;width:100%;height:46px;flex-shrink:0;border-radius:8px;background:var(--Orange-Gradient, linear-gradient(91deg, #f7941d 58.96%, rgba(255, 173, 75, .86) 98.25%))}._desktop_sent_enquiry_1pc2w_399{display:block}._mobile_sent_enquiry_1pc2w_407{display:none}._form_module_1pc2w_335 label{font-family:Maven Pro;font-size:20px;font-weight:600;line-height:23.5px;text-align:left;color:#4c4b4b;margin-bottom:1.5rem}._form_module_1pc2w_335 input,._form_module_1pc2w_335 input::placeholder{font-family:Maven Pro;font-size:18px;font-weight:500;line-height:21.15px;text-align:left;padding:12px 15px;margin-bottom:20px}._form_module_1pc2w_335 input::placeholder{padding:0}._pkg_section_1pc2w_481{margin-top:3rem}._light-pink-bg_1pc2w_489{background:#fff7ed}._light-blue-bg_1pc2w_497{background:#ecf5ff}._test-list_1pc2w_505{background:linear-gradient(181.16deg,#de800e .99%,#efa246 99.01%);width:70%;border-radius:50px 50px 0 0;padding:2rem 5rem;margin:auto;position:relative;z-index:1}._test-list_1pc2w_505._yellow-bg_1pc2w_221{background:linear-gradient(181.16deg,#de800e .99%,#efa246 99.01%)}._test-list_1pc2w_505._purple-bg_1pc2w_213{background:linear-gradient(181.16deg,#37195a .99%,#572b8a 99.01%)}._test-list_1pc2w_505 ul{columns:2;list-style:none;padding-left:0;position:relative}._test-list_1pc2w_505 li{font-family:Maven Pro;font-size:17px;font-weight:600;line-height:28.2px;text-align:left;color:#fff;padding-left:30px;position:relative;margin:5px}._test-list_1pc2w_505 li:before{content:"";position:absolute;height:20px;width:20px;left:0;top:5px;background-image:url(/assets/images/mens-health/white-check-icon.png);background-repeat:no-repeat;background-size:contain}._left-icon-img_1pc2w_603,._right-icon-img_1pc2w_605{position:absolute}._capt-health-module_1pc2w_613 ._left-icon-img_1pc2w_603{left:-6%;top:10%;width:100px}._capt-health-module_1pc2w_613 ._right-icon-img_1pc2w_605{right:-15%;bottom:0;width:300px}._basic-module_1pc2w_637 ._left-icon-img_1pc2w_603{left:-3%;top:10%;width:50px}._basic-module_1pc2w_637 ._right-icon-img_1pc2w_605{right:-15%;bottom:0;width:140px}._general-module_1pc2w_661 ._left-icon-img_1pc2w_603,._express-module_1pc2w_663 ._left-icon-img_1pc2w_603{left:-5%;top:-3%;width:50px}._general-module_1pc2w_661 ._right-icon-img_1pc2w_605,._express-module_1pc2w_663 ._right-icon-img_1pc2w_605{right:-10%;top:-20%;width:70px}@media (min-width: 301px) and (max-width: 600px){._price-btn_1pc2w_229 span{font-size:25px}._page-banner-section_1pc2w_33{padding:1.5rem;background-size:cover}._banner-text_1pc2w_59{padding-left:1rem}._banner-text_1pc2w_59 h3{font-size:25px;line-height:normal;text-align:center;width:100%}._banner-text_1pc2w_59 p{font-size:16px;padding:10px;line-height:1.5;text-align:center}._banner-links_1pc2w_125{flex-wrap:wrap;align-items:center;justify-content:center;width:100%!important}._banner-links_1pc2w_125 a{padding-right:0;padding-left:0;margin-right:0;width:100%!important}._get_touch_1pc2w_157{margin:1rem 0}._page-banner-section_1pc2w_33 img{padding-top:2rem}._page-heading_1pc2w_41{font-size:22px;line-height:1.5;padding-left:1rem;padding-right:1rem}._price-btn_1pc2w_229{padding:10px 15px;text-align:center}._test-list_1pc2w_505{padding:2rem 1.5rem;width:80%}._test-list_1pc2w_505 ul{columns:1}._test-list_1pc2w_505 li{font-size:16px}._section-heading_1pc2w_291,._how_it_work_heading_1pc2w_289{line-height:1.5;font-size:20px;padding-left:1.4rem;padding-right:1.4rem}._capt-health-module_1pc2w_613 ._left-icon-img_1pc2w_603{left:-5%;top:-5%;width:70px}._capt-health-module_1pc2w_613 ._right-icon-img_1pc2w_605{right:-25%;bottom:-9%;width:250px}._basic-module_1pc2w_637 ._left-icon-img_1pc2w_603{left:-5%;top:-1%}._basic-module_1pc2w_637 ._right-icon-img_1pc2w_605{right:-11%;bottom:-19%;width:90px}._general-module_1pc2w_661 ._left-icon-img_1pc2w_603,._express-module_1pc2w_663 ._left-icon-img_1pc2w_603{top:-5%;left:-9%}._basic-module_1pc2w_637 ul{padding-right:1.5rem}._general-module_1pc2w_661 ._right-icon-img_1pc2w_605{right:-10%;top:-13%;width:43px}}@media (min-width: 601px) and (max-width: 900px){._page-banner-section_1pc2w_33{padding:1.5rem 0;background-size:cover}._banner-text_1pc2w_59{padding-left:4rem}._banner-text_1pc2w_59 h3{font-size:25px;line-height:normal}._banner-text_1pc2w_59 p{font-size:16px;padding:10px 0;line-height:1.5}._get_touch_1pc2w_157{padding:0 30px}._test-list_1pc2w_505{padding:2rem 2.5rem}._capt-health-module_1pc2w_613 ._left-icon-img_1pc2w_603{left:-10%;top:-5%}._capt-health-module_1pc2w_613 ._right-icon-img_1pc2w_605{right:-30%;width:200px}._basic-module_1pc2w_637 ._right-icon-img_1pc2w_605{right:-13%;width:110px}}@media (min-width: 901px) and (max-width: 1025px){._banner-text_1pc2w_59 h3{font-size:30px;line-height:normal}._banner-text_1pc2w_59 p{font-size:16px;padding:15px 0 18px;line-height:1.5}._get_touch_1pc2w_157{font-size:14px}._page-heading_1pc2w_41{font-size:25px;line-height:1.6rem}._price-btn_1pc2w_229{text-align:center}._price-btn_1pc2w_229 label{font-size:14px}._price-btn_1pc2w_229 span{font-size:20px}}._stickyphone_fnknb_1{position:fixed;right:5px;bottom:10%;background:linear-gradient(180deg,#e8c8a2,#9b67d6);box-shadow:0 4px 4px #00000040;color:#fff;height:50px;width:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:10px}._call-text_fnknb_33{color:#5c2d91;font-family:Maven Pro;font-size:18px;font-style:normal;font-weight:600;padding-right:3rem}._call_fnknb_33{text-align:right;align-content:center}._violet-bg_fnknb_61{background-color:#5c2d91;padding:4rem}._Img_fnknb_71{height:4rem;width:4rem}._Ms_fnknb_81{height:auto;width:30rem}._head-title_fnknb_91{color:#fff;position:relative;margin-top:4rem}._head-title_fnknb_91 h2{font-size:2rem;font-weight:650}._head-title_fnknb_91:before{position:absolute;height:4px;width:20%;background-color:#fff;content:"";margin-top:-1rem}._head-text_fnknb_131{color:#fff;font-size:15px}._form-section_fnknb_141{border-radius:10px;background-color:#fff;border:transparent;box-shadow:0 4px 4px #0000001f;flex-shrink:0;width:80%;padding-bottom:.2rem}._any-time_fnknb_161{color:#ff8f0b;font-weight:700;font-size:larger}._orange-head_fnknb_173{background-color:#ff8f0b;color:#fff;padding-top:0;font-weight:700;border-top-left-radius:10px;border-top-right-radius:10px;text-align:center;padding:1rem}._grey-bg_fnknb_195{background-color:#00000008;padding:4rem}._violet-head-h3_fnknb_205{color:#5d2582;font-weight:700;text-align:center}._package_card_fnknb_217{display:flex;flex-direction:column;border:1px solid #5d2582;background-color:#fff;border-radius:10px;min-height:325px;box-shadow:0 4px 4px #00000040}._twin-logo_fnknb_237{width:100px}._orange-t_fnknb_245{color:#ff8f0b}._package_card_fnknb_217 h3{font-size:18px;color:#fff;font-weight:600;line-height:1.3;background-color:#5d2582;padding:1rem;border-top-left-radius:10px;border-top-right-radius:10px;text-align:center;min-height:97px}._arrow-ul_fnknb_279 li{list-style-type:none;position:relative;font-size:14px;border-bottom:.2px solid rgba(0,0,0,.082);padding:3px 0 3px 10px}._arrow-ul_fnknb_279 li:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;left:-15px;color:orange;font-size:14px}._B-g_fnknb_315{background-color:#0000001b;padding:1rem}._B-g_fnknb_315 h5{text-align:center;font-size:17px;font-weight:400}._B-g_fnknb_315 p{padding:.5rem;font-weight:600;font-size:15px}._book-now_fnknb_349{background-color:#ff8f0b;color:#fff;border-radius:10px;border:transparent;padding:.5rem 1rem;margin:1rem auto;font-weight:500;font-size:18px;position:relative;bottom:0;width:80%;display:block}._book-now_fnknb_349:hover{background-color:#5d2582}._banner-form_fnknb_387{border-radius:15px;background:#fff;text-align:left}._banner-form_fnknb_387 h4{background:#ff8f0b;font-weight:600;font-size:17px;text-transform:uppercase;color:#fff;text-align:center;border-radius:15px 15px 0 0;margin-bottom:0;padding:1rem}._banner-form_fnknb_387 form{width:90%;margin:auto;padding:2rem 0}._banner-form_fnknb_387 form label{padding-left:10px;margin-bottom:10px;font-weight:500;font-size:14px}._select_style_fnknb_449{position:relative}._input_css_fnknb_457,._input_style_fnknb_459,._select_style_fnknb_449 option{padding:10px 15px;margin-bottom:1rem;font-weight:500;font-size:15px;color:#000;width:100%}._input_css_fnknb_457::placeholder,._input_style_fnknb_459::placeholder,._select_style_fnknb_449,._input_css_fnknb_457[type=date]{font-family:Maven Pro;font-size:15px;font-weight:500;line-height:17.15px;text-align:left;color:#0008}._select_style_fnknb_449{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 24 24%22 width%3D%2220%22 height%3D%2220%22 fill%3D%22%23495057%22%3E%3Cpath d%3D%22M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z%22/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:25px 25px;padding-right:40px;width:100%}._select_style_fnknb_449:focus{border-color:#495057;box-shadow:0 0 0 .2rem #007bff40}._select_style_fnknb_449:after{content:">";font-size:16px;color:#495057;position:absolute;top:50%;right:10px;pointer-events:none;transform:translateY(-50%)}._form-control_fnknb_569._select_style_fnknb_449:focus{color:red}._form-control_fnknb_569._date_style_fnknb_579:focus{color:red}._input_css_fnknb_457:focus,._input_style_fnknb_459:focus{outline:none;box-shadow:none}._sent_enquiry_fnknb_599,._orange-btn_fnknb_601{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;color:#fff;font-size:16px;font-weight:700;border:none;width:100%;height:46px;flex-shrink:0;border-radius:8px;background:var( --Orange-Gradient, linear-gradient(91deg, #f7941d 58.96%, rgba(255, 173, 75, .86) 98.25%) )}._desktop_sent_enquiry_fnknb_643{display:block}._mobile_sent_enquiry_fnknb_651{display:none}button:disabled,button[disabled]{cursor:not-allowed;opacity:.5;filter:grayscale(1)}._banner-form-popup_fnknb_673 form{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:1.5rem;margin:0 20px}._banner-form-popup_fnknb_673 input,._banner-form-popup_fnknb_673 select{width:48%}._banner-form-popup_fnknb_673 h4{padding:10px 20px;background:#ff8f0b;font-weight:600;font-size:17px;text-transform:uppercase;color:#fff;text-align:center;-webkit-border-radius:15px 15px 0 0;border-radius:15px 15px 0 0}._banner-form-popup_fnknb_673 ._sent_enquiry_fnknb_599{margin:1rem 0}@media screen and (max-width: 900px){._grey-bg_fnknb_195,._violet-bg_fnknb_61{padding:3rem}}@media screen and (max-width: 600px){._banner-form-popupContentStyle_fnknb_747{width:80%!important}._banner-form-popup_fnknb_673 input,._banner-form-popup_fnknb_673 select{width:100%}._grey-bg_fnknb_195,._violet-bg_fnknb_61{padding:2rem}}._navbar-module_yjjfy_5{background-color:#622a8d}._navbar-module_yjjfy_5 img{width:200px;margin-bottom:0}._navbar-list_yjjfy_23{list-style:none;color:#fff;display:flex;align-items:center;justify-content:space-between;width:80%;margin:0 0 0 auto;font-family:Maven Pro;font-size:14px;font-weight:500;line-height:23.5px;text-align:left}._navbar-toggler_yjjfy_53{background-color:transparent;border:none;cursor:pointer;display:inline-flex;align-items:center;padding:.375rem .75rem}._navbar-toggler-icon_yjjfy_85{display:block;width:30px;height:30px;background-image:url(/assets/images/menu-hamburger.svg);background-size:contain;background-repeat:no-repeat}._geniee-container_yjjfy_111{position:relative}._geniee-container_yjjfy_111:after{content:"";position:fixed;background-image:url(/assets/images/blur-radial.svg);background-size:cover;background-repeat:no-repeat;padding-bottom:20px;top:0;left:0;width:100%;height:100%;z-index:-1}._banner-blue-bg_yjjfy_147{background:#f0f0f0}._banner-text_yjjfy_155{position:absolute;bottom:10%;left:50%;transform:translate(-50%);width:35%;color:#fff}._banner-text_yjjfy_155 h3{font-family:Maven Pro;font-size:20px;font-weight:900;line-height:normal;text-shadow:2px 2px #00000040;text-align:center}._we-provide-module_yjjfy_191{background:linear-gradient(245.69deg,#fed 10.02%,#f2e3fd 89.98%)}._orange-btn_yjjfy_199,._purple-btn_yjjfy_201{background:linear-gradient(93.02deg,#f47057 2.46%,#f99650 59.57%,#ffa048cc 97.64%);padding:8px 30px;box-shadow:0 4px 4px #00000040;border-radius:8px;font-family:Maven Pro;font-size:17px;font-weight:600;display:inline-block;color:#fff;margin-top:1rem;width:fit-content}._purple-btn_yjjfy_201{background:linear-gradient(90deg,#622a8d,#954ec5)}._gennie-logo_yjjfy_237{width:300px;display:block;margin-bottom:2rem}._gennie-logo-text_yjjfy_249{width:300px}._page-heading_yjjfy_257{font-family:Maven Pro;font-size:34px;font-weight:700;text-align:center;color:#0e2433;margin-bottom:5px}._page-subheading_yjjfy_275{font-family:Maven Pro;font-size:22px;font-weight:600;line-height:37.6px;text-align:center;color:#7e8182}._about-para-module_yjjfy_293 h4{font-family:Maven Pro;font-size:30px;font-weight:700;line-height:42.3px;text-align:left;color:#622a8d}._about-para_yjjfy_293,._about-para-module_yjjfy_293 p{font-family:Maven Pro;font-size:16px;font-weight:500;line-height:1.5;color:#716767}._brochure-module_yjjfy_329,._sample-report-module_yjjfy_331,._faq-module_yjjfy_333{background-image:url(/assets/download-brochure-iHoMV4sV.png);padding:0 2rem;margin-top:0;background-size:100% 100%;background-repeat:no-repeat}._sample-report-module_yjjfy_331{background-image:url(/assets/sample-report-bg-DETe4Bo3.png);background-size:cover}._faq-module_yjjfy_333{background-image:url(/assets/faq-bg-BYALVYG4.jpg)!important}._brochure-content_yjjfy_367 h3{font-family:Maven Pro;font-size:50px;font-weight:700;text-align:left;color:#fff;margin-bottom:10px}._brochure-content_yjjfy_367 h5{font-family:Maven Pro;font-size:22px;font-weight:700;text-align:left;color:#fff;margin-bottom:0}._dna-guide-module_yjjfy_403 img{height:100px;width:100px}._dna-guide-module_yjjfy_403 p,._why-neuberg-module_yjjfy_415 p{font-family:Maven Pro;font-size:17px;font-weight:600;line-height:1.5;text-align:left;color:#622a8d;padding-left:1rem}._why-neuberg-module_yjjfy_415 p{padding:1rem 0 0;font-size:16px;text-align:center}._why-neuberg-module_yjjfy_415 ._img-text-block_yjjfy_447{width:80%;margin:1.5rem auto 0;text-align:center}._why-neuberg-module_yjjfy_415 ._img-text-block_yjjfy_447 img{width:80px;margin:auto;display:block}._sample-report-content_yjjfy_471 h3{font-family:Maven Pro;font-size:40px;font-weight:700;line-height:75.2px;text-align:left;color:#fff}._sample-report-content_yjjfy_471 h3 span{color:#f7941d}._purple-bg_yjjfy_497,._process-testing_yjjfy_499{background:linear-gradient(180deg,#fff1e3,#f0ddff)}._accordion-module_yjjfy_507>div>div{border:none!important;margin-bottom:2rem;align-items:flex-start;border:1px solid #B285D4!important;border-radius:20px!important;box-shadow:0 4px 4px #00000040!important;background:#f9f9f9;padding:0;box-shadow:none!important}div ._accordion-module_yjjfy_507 div div button{align-items:flex-start;border:none;border-radius:20px!important;background:#f9f9f9;padding:20px 40px;box-shadow:none!important}div ._accordion-button_yjjfy_551:not(._collapsed_yjjfy_551){background-color:transparent!important}._accordian-header-text_yjjfy_559{width:60%}._accordian-header-text_yjjfy_559 h3{font-family:Maven Pro;font-size:25px;font-weight:700;text-align:left;color:#622a8d}._accordian-header-text_yjjfy_559 p{font-family:Maven Pro;font-size:18px;font-weight:500;line-height:1.3;text-align:left;color:#716767;margin:1rem 0}._accordian-img_yjjfy_605{position:absolute;top:-1px;right:-1px;width:400px}._accordian-pkg-card-module_yjjfy_619{background-color:#f9f9f9;padding:0}._pkg-card-module_yjjfy_629,._drug-respo-module_yjjfy_631,._test-coverage-module_yjjfy_633,._why-neuberg-module_yjjfy_415,._img-text-module_yjjfy_637{padding:20px 40px;margin-left:0!important;margin-right:0!important}._pkg-card-module_yjjfy_629{padding:20px}._pkg-card_yjjfy_629{padding:1rem 1.5rem;box-shadow:0 4px 4px #00000040;border-radius:16px;height:100%;margin:1.5rem 0 3rem;position:relative}._wellness-card-module_yjjfy_675 ._pkg-card_yjjfy_629{min-height:auto!important;height:100%}._wellness-card-module_yjjfy_675 ._drug-respo-module_yjjfy_631{background-image:url(/assets/Isolation_Mode-DO-B2KxH.png);background-size:500px;background-position:top right;background-repeat:no-repeat}._pkg-bookmark_yjjfy_699{background:#82807e;color:#fff;font-family:Maven Pro;font-size:16px;font-weight:600;width:60px;border-radius:0 0 11.2px 11.2px;text-align:center;position:absolute;top:0;right:15px;padding:10px 0}._pkg-bookmark_yjjfy_699 span{font-size:25px}._blue-bg_yjjfy_737{background-color:#f2faff}._pink-bg_yjjfy_745{background-color:#f7ecff}._pkg-card-title_yjjfy_753{font-family:Maven Pro;font-size:22px;font-weight:600;line-height:32.9px;text-align:left;color:#0e2433;margin-bottom:1rem;padding-right:3rem}._pkg-card-price_yjjfy_775{font-family:Maven Pro;font-size:30px;font-weight:600;line-height:35.25px;text-align:left;color:#fb8c1f;margin:15px 0;display:block}._pkg-card-btn_yjjfy_797{display:flex;justify-content:space-between;width:65%;margin-bottom:1.2rem}._wellness-card-module_yjjfy_675 ._pkg-card-btn_yjjfy_797{width:100%}._pkg-card-list_yjjfy_819,._pkg-card-list-title_yjjfy_821{font-family:Maven Pro;font-size:17px;font-weight:500;line-height:23.5px;text-align:left;color:#454f56}._drug-respo-module_yjjfy_631{background-color:#f6f1ec}._pkg-page-module_yjjfy_855 ._drug-respo-module_yjjfy_631{background-color:#fff4e9}._drug-respo-heading_yjjfy_863{font-family:Maven Pro;font-size:24px;margin-bottom:1.2rem;font-weight:600;line-height:37.6px;text-align:left;color:#e88c1e}._drug-repso-list_yjjfy_883{list-style:none;position:relative;padding-left:0;columns:2}._wellness-card-module_yjjfy_675 ._drug-repso-list_yjjfy_883,._pkg-page-module_yjjfy_855 ._help-module_yjjfy_899 ._drug-repso-list_yjjfy_883{columns:1}._no-bg_yjjfy_923{background-color:transparent!important}._purple-text_yjjfy_915{font-family:Maven Pro;font-size:17px;font-weight:700;line-height:normal;text-align:left;color:#622a8d}._purple-text_yjjfy_915._drug-respo-heading_yjjfy_863{color:#622a8d;font-size:22px}._orange-bg_yjjfy_959{background-color:#fff4e8}._purple-text_yjjfy_915 span{color:#f7983a}._pkg-card-plus_yjjfy_975{font-family:Maven Pro;font-size:64px;font-weight:600;line-height:normal;text-align:left;color:#46525b;display:block;margin:0 auto 1rem;text-align:center}._drug-repso-list_yjjfy_883 li{position:relative;font-family:Maven Pro;font-size:17px;font-weight:600;line-height:30px;text-align:left;color:#0e2433;padding:0 0 0 35px;display:flex;align-items:center;width:auto;margin-bottom:10px}._drug-repso-list_yjjfy_883 li:before{content:"";height:25px;width:25px;position:absolute;left:0;top:2px;background-image:url(/assets/images/Geniee/list-icon.png);background-size:contain;background-repeat:no-repeat}._test-coverage-heading_yjjfy_1053,._same-medi-heading_yjjfy_1055{font-family:Maven Pro;font-size:32px;font-weight:600;line-height:37.6px;text-align:center;color:#0e2433}._test-coverage-module_yjjfy_633 ._col-sm-2_yjjfy_1073{text-align:center}._test-coverage-no_yjjfy_1081{font-family:Maven Pro;font-size:64px;font-weight:700;line-height:75.2px;text-align:center;color:#b285d4}._test-coverage-title_yjjfy_1099{font-family:Maven Pro;font-size:15px;font-weight:600;text-align:center;color:#622a8d}._desktop_yjjfy_1115{display:block}._mobile_yjjfy_1123{display:none}._we-provide-block_yjjfy_1131{background:#fff;border:1px solid #B285D4;box-shadow:0 4px 4px #00000040;border-radius:20px;padding:15px;margin-bottom:1.7rem;height:100%}._we-provide-block_yjjfy_1131>div{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}._we-provide-block_yjjfy_1131>div img{width:30%}._we-provide-block_yjjfy_1131 h4 span{font-family:Maven Pro;font-size:50px;font-weight:600;text-align:left;color:#f7993a7c;display:block}._we-provide-block_yjjfy_1131 h4{color:#f7983a;font-family:Maven Pro;font-size:25px;font-weight:700;text-align:left;min-height:120px;margin-bottom:0;width:70%}._we-provide-block_yjjfy_1131 ul{padding-left:18px}._we-provide-block_yjjfy_1131 ul li{font-family:Maven Pro;font-size:16px;font-weight:500;text-align:left;line-height:1.4;color:#0e2433}._intro-module_yjjfy_1239 h4{font-family:Maven Pro;font-size:20px;font-weight:600;text-align:center;color:#f7983a}._intro-module_yjjfy_1239 h2{font-family:Maven Pro;font-size:35px;font-weight:800;line-height:normal;text-align:center;color:#622a8d;margin-bottom:1rem}._purple-bar_yjjfy_1275{background:linear-gradient(88.99deg,#f0e4f8 44.16%,#eddcf9 55.84%);box-shadow:0 4px 4px #00000040;border-radius:63px;font-family:Maven Pro;font-size:20px;font-weight:600;line-height:32.9px;text-align:center;color:#622a8d;padding:.5rem 1rem;margin-top:1.5rem}._pkg-banner-module_yjjfy_1303{background-image:url(/assets/images/Geniee/drug-respo-banner-img.jpg);background-size:cover;background-repeat:no-repeat;padding:3rem 2rem;min-height:300px;display:flex;align-items:center}._purple-heading_yjjfy_1323{color:#622a8d}._yellow-heading_yjjfy_1331{color:#c9630c}._extra-pkg-title_yjjfy_1339{font-family:Maven Pro;font-size:16px;font-weight:700;line-height:30.55px;text-align:center}._wellness-banner-module_yjjfy_1355{background-image:url(/assets/images/Geniee/wellness-geno-banner-img.jpg)}._pkg-banner-module_yjjfy_1303 h4{font-family:Maven Pro;font-size:50px;font-weight:700;text-align:left;color:#fff;width:60%}._contact-navbar-module_yjjfy_1381 img{width:150px}._healthier-life-block_yjjfy_1389{background:#fff;border:1px solid #B285D4;box-shadow:0 4px 4px #00000040;margin-bottom:2rem;border-radius:17px;padding:1.5rem}._healthier-life-block_yjjfy_1389 ._healthier-life-icon_yjjfy_1409{display:flex;align-items:center}._healthier-life-block_yjjfy_1389 ._healthier-life-icon_yjjfy_1409 span{font-family:Maven Pro;font-size:25px;font-weight:800;line-height:1.5;text-align:left;color:#f7983a;padding-left:1.5rem}._healthier-lift-list_yjjfy_1439{font-family:Maven Pro;font-size:17px;font-weight:500;line-height:25.85px;text-align:left;color:#000;margin:0;columns:2}._orange-pkg-card-title_yjjfy_1461{color:#c9630c;font-family:Maven Pro;font-size:20px;font-weight:700;line-height:25.85px;text-align:left}@media screen and (max-device-width: 1024px){._gennie-logo-text_yjjfy_249,._gennie-logo_yjjfy_237{width:200px;display:block;margin:0 auto 2rem}}@media screen and (max-device-width: 900px){._we-provide-block_yjjfy_1131 h4 span{font-size:40px}._we-provide-block_yjjfy_1131 h4{font-size:18px}._orange-btn_yjjfy_199,._purple-btn_yjjfy_201{font-size:14px;margin-top:.5rem}._blue-b_yjjfy_737._px-sm-3_yjjfy_1531{padding-right:0!important;padding-left:0!important}._banner-text_yjjfy_155 h3{font-size:15px}._page-heading_yjjfy_257{font-size:25px;margin-bottom:0}._about-para-module_yjjfy_293 h4{line-height:normal;font-size:25px}._accordian-img_yjjfy_605{width:350px}._pkg-card-title_yjjfy_753{min-height:100px;font-size:21px;line-height:1.2}._pkg-card-module_yjjfy_629{padding:20px 0}._pkg-card_yjjfy_629{padding:15px 10px}._pkg-card_yjjfy_629 ._orange-btn_yjjfy_199,._pkg-card_yjjfy_629 ._purple-btn_yjjfy_201{padding:5px 15px;font-size:14px}._pkg-card-list_yjjfy_819{padding-left:20px}._wellness-card-module_yjjfy_675 ._pkg-card-list_yjjfy_819{min-height:610px}._wellness-card-module_yjjfy_675 ._pkg-card_yjjfy_629{min-height:1400px}._wellness-card-module_yjjfy_675 ._drug-respo-module_yjjfy_631{background-size:300px}._test-coverage-heading_yjjfy_1053{padding-bottom:0!important}._test-coverage-no_yjjfy_1081,._pkg-banner-module_yjjfy_1303 h4{font-size:44px}._test-coverage-module_yjjfy_633 ._col-sm-2_yjjfy_1073,._test-grid-2_yjjfy_1669{width:20%!important}._pkg-bookmark_yjjfy_699 span{font-size:18px}._pkg-bookmark_yjjfy_699{font-size:15px}._pkg-card-price_yjjfy_775,._test-coverage-heading_yjjfy_1053{font-size:25px}._brochure-content_yjjfy_367 h3{font-size:30px}._brochure-module_yjjfy_329,._sample-report-module_yjjfy_331{margin-top:0}._brochure-content_yjjfy_367 h5{font-size:18px;margin:1rem 0}._dna-guide-module_yjjfy_403 img{width:70px;height:70px}._dna-guide-module_yjjfy_403 p{font-size:15px}._intro-module_yjjfy_1239 h2,._same-medi-heading_yjjfy_1055{font-size:24px;min-height:auto}._intro-module_yjjfy_1239 h4,._purple-bar_yjjfy_1275{font-size:18px}._healthier-life-block_yjjfy_1389 ._healthier-life-icon_yjjfy_1409 span{font-size:20px;padding:0 1.2rem}._healthier-lift-list_yjjfy_1439{font-size:14px;padding-left:2.5rem}}@media screen and (max-width: 600px){._navbar-list_yjjfy_23{padding:0;margin:1rem 0 0;font-size:12px;width:100%}._drug-respo-module_yjjfy_631,._test-coverage-module_yjjfy_633,._healthier-life-module_yjjfy_1813{padding:20px}._healthier-lift-list_yjjfy_1439{font-size:15px;padding:1.5rem 0 0;columns:1}._brochure-module_yjjfy_329{background-image:url(/assets/download-brochure-mobile-B6klPC_A.png)}._sample-report-module_yjjfy_331{background-image:url(/assets/sample-report-bg-mobile-DLl_J2r4.png)}._desktop_yjjfy_1115{display:none}._mobile_yjjfy_1123{display:block}._gennie-logo-text_yjjfy_249,._gennie-logo_yjjfy_237{width:200px;display:block;margin:0 auto 1rem}._test-grid-2_yjjfy_1669{width:40%!important}._wellness-card-module_yjjfy_675 ._pkg-card-btn_yjjfy_797{width:90%}._pkg-card_yjjfy_629 ._orange-btn_yjjfy_199,._pkg-card_yjjfy_629 ._purple-btn_yjjfy_201{padding:8px 25px;font-size:15px}._wellness-card-module_yjjfy_675 ._pkg-card-list_yjjfy_819,._wellness-card-module_yjjfy_675 ._pkg-card_yjjfy_629{min-height:auto}._page-heading_yjjfy_257,._about-para-module_yjjfy_293 h4{font-size:25px}._about-para-module_yjjfy_293{padding:1rem 1rem 0}._page-subheading_yjjfy_275{font-size:18px}._accordian-img_yjjfy_605{width:200px}div ._accordion-module_yjjfy_507 div div button{padding:20px}._accordian-header-text_yjjfy_559 h3{font-size:20px;width:50%}._pkg-card-module_yjjfy_629{padding:10px}._accordian-header-text_yjjfy_559,._pkg-card-btn_yjjfy_797{width:100%}._accordion-module_yjjfy_507 ._orange-btn_yjjfy_199,._accordion-module_yjjfy_507 ._purple-btn_yjjfy_201{font-size:15px}._drug-repso-list_yjjfy_883{columns:1}._process-testing_yjjfy_499 ._page-heading_yjjfy_257{display:none}._sample-report-content_yjjfy_471 h3{font-size:28px;line-height:1.5;margin-bottom:1rem}._dna-guide-module_yjjfy_403 img{width:50px;height:50px}._dna-guide-module_yjjfy_403>div{margin-top:1rem}._we-provide-block_yjjfy_1131 h4,._intro-module_yjjfy_1239 h2,._same-medi-heading_yjjfy_1055{font-size:24px;min-height:auto}._we-provide-block_yjjfy_1131 ul li,._intro-module_yjjfy_1239 h4,._purple-bar_yjjfy_1275{font-size:18px}._pkg-banner-module_yjjfy_1303 h4,._brochure-content_yjjfy_367 h3{font-size:40px}._gennie-logo-text_yjjfy_249+._orange-btn_yjjfy_199{margin:auto}._pkg-card-title_yjjfy_753{min-height:auto;font-size:21px;line-height:1.2;padding-right:5rem}}@media screen and (max-width: 400px){._navbar-list_yjjfy_23{flex-wrap:wrap}._navbar-list_yjjfy_23 li{width:48%;font-size:11px}}._ban-bg_1fyxt_1{color:#fff;padding-left:0;background:linear-gradient(92.92deg,#a878cd 19.06%,#ffc887 87.28%)}._ban-bg_1fyxt_1 img{padding-top:2rem}._policy-text_1fyxt_25{padding:0 3rem}._orange-t_1fyxt_57{color:#f7983a;font-weight:700}._FAQ_1fyxt_89 h3{color:#622a8d;text-align:center;padding:2rem 0rem;font-weight:700}._policy-faq-module_1fyxt_103{font-family:Maven Pro;font-size:17px;font-weight:500;line-height:25.85px;text-align:left;color:#454f56}._policy-faq-module_1fyxt_103{position:relative}._page-heading_1fyxt_129{font-family:Maven Pro;font-size:34px;font-weight:700;text-align:center;color:#0e2433;margin-bottom:5px}._policy-faq-module_1fyxt_103:after{content:"";position:fixed;background-image:url(/assets/images/blur-radial.svg);background-size:cover;background-repeat:no-repeat;padding-bottom:20px;top:0;left:0;width:100%;height:100%;z-index:-1}._policy-faq-module_1fyxt_103 h2{font-family:Maven Pro;font-size:22px;font-weight:500;line-height:23.5px;text-align:left;color:#4c4b4b}._policy-faq-module_1fyxt_103 p{font-family:Maven Pro;font-size:16px;font-weight:500;line-height:23.5px;text-align:left;color:#8a8a8a;padding:1rem 0!important}._ban-bg_1fyxt_1{color:#fff;padding-left:3rem;background:linear-gradient(92.92deg,#a878cd 19.06%,#ffc887 87.28%)}._ban-bg_1fyxt_1 img{height:20rem;width:25rem;padding-top:2rem}._ban-bg_1fyxt_1 h1{font-weight:700;font-size:3rem;padding-top:5rem;padding-left:1.5rem}._ban-bg_1fyxt_1 h5{padding-left:1.5rem}._orange-t_1fyxt_57{color:#f7983a;font-weight:800}._text-box_1fyxt_67 h5{color:#622a8d}._blue-t_1fyxt_77{color:#3348ff;font-weight:700}._FAQ_1fyxt_89 h3{color:#622a8d;text-align:center;padding:4rem 0rem;font-weight:700}strong{color:#454f56}p{font-size:small}@media screen and (max-width: 400px){._policy-text_1fyxt_25{padding:0 1.5rem}}@font-face{font-family:Maven Pro Light;src:url(/assets/mavenpro-regular-DMVWKlsu.ttf)}@font-face{font-family:Maven Pro;src:url(/assets/mavenpro-medium-DnGqDPXX.ttf)}@font-face{font-family:Maven Pro Semibold;src:url(/assets/mavenpro-semibold-BxaO63y-.ttf)}@font-face{font-display:swap;font-family:Maven Pro;font-style:normal;font-weight:600;src:url(/assets/maven-pro-v36-latin-600-CO3N_Pkh.woff2) format("woff2")}
