: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:hsla(0,0%,100%,.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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(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:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.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--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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{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;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid 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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.checkIn_checkInMain____mhu{min-width:385px;height:100vh;background:#eedbc8;position:relative}.checkIn_checkInMain____mhu .checkIn_unLogo__ryy9m{padding-top:50px;position:absolute;top:10%;left:50%;transform:translate(-50%,-50%)}.checkIn_checkInMain____mhu .checkIn_unLogoImage__6EGwd{height:50px}.checkIn_checkInMain____mhu .checkIn_checkInSub__jMu5_{padding:20px;background-color:#fff8ef;width:350px;border-radius:20px;margin:150px 20px 20px}.checkIn_checkInMain____mhu .checkIn_checkInSub__jMu5_ .checkIn_checkInQuestion__P7iOx{color:#e5393b;font-family:Libre Baskerville;font-style:normal;font-weight:700;padding:20px 0}.checkIn_checkInMain____mhu .checkIn_checkInSub__jMu5_ .checkIn_checkInOptions__IALA6{display:flex;flex-wrap:wrap;justify-content:space-between}.checkIn_checkInMain____mhu .checkIn_checkInSub__jMu5_ .checkIn_checkInOptions__IALA6 .checkIn_option__YDRZ_{width:auto;margin:10px;display:flex;flex-direction:column;padding:3px}.checkIn_checkInMain____mhu .checkIn_checkInSub__jMu5_ .checkIn_buttonWrapper__hHmY5{display:flex;justify-content:space-between;padding-top:20px}.checkIn_checkInMain____mhu .checkIn_checkInSub__jMu5_ .checkIn_buttonWrapper__hHmY5 .checkIn_backButton__vT_VY,.checkIn_checkInMain____mhu .checkIn_checkInSub__jMu5_ .checkIn_buttonWrapper__hHmY5 .checkIn_nextButton__zSDFp{background-color:#e5393b;color:#fff;border-radius:5px;border:1px solid #fff;height:35px;width:75px}.checkIn_checkInMain____mhu .checkIn_checkInSub__jMu5_ .checkIn_buttonWrapper__hHmY5 .checkIn_nextDisabled__JwA_e{background-color:#cbcbcb;color:#fff;border-radius:5px;border:1px solid #fff;height:35px;width:75px}.checkIn_checkInMain____mhu .checkIn_slideIn__LMKLc{animation-name:checkIn_slideFromRight__wQZz_;animation-duration:.5s;animation-timing-function:ease-in-out}@keyframes checkIn_slideFromRight__wQZz_{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media(min-width:768px){.checkIn_checkInMain____mhu .checkIn_unLogoImage__6EGwd{height:122px}.checkIn_checkInMain____mhu .checkIn_checkInOptionsOther__9IMVg{margin-top:150px}.checkIn_checkInMain____mhu .checkIn_checkInOptionsOther__9IMVg .checkIn_optionsOther2__c2u_s{font-family:Poppins;font-style:normal;font-weight:500;font-size:1.2em;line-height:39px;margin:20px;padding:15px}.checkIn_checkInMain____mhu .checkIn_checkInOptionsOther__9IMVg .checkIn_optionsOther2__c2u_s .checkIn_selected__zbLZz{background-color:#eedbc8;color:#fff;cursor:pointer;position:relative;border-top-left-radius:100%;border-top-right-radius:100%}.checkIn_checkInMain____mhu .checkIn_checkInOptionsOther__9IMVg .checkIn_optionsOther2__c2u_s .checkIn_checkmark2__0sDkr{position:absolute;top:-5px;right:-5px;margin-left:650px}.checkIn_checkInMain____mhu .checkIn_checkInSub__jMu5_{width:750px;left:calc(50% - 422px);margin:300px 80px 0 48px;background:#fff8ef;border-radius:20px}.checkIn_checkInMain____mhu .checkIn_checkInSub__jMu5_ .checkIn_checkInOptions__IALA6{margin-top:150px;justify-content:normal}.checkIn_checkInMain____mhu .checkIn_checkInSub__jMu5_ .checkIn_checkInOptions__IALA6 .checkIn_option__YDRZ_{width:125px;height:95px;margin:50px;display:flex;flex-direction:column}.checkIn_checkInMain____mhu .checkIn_checkInSub__jMu5_ .checkIn_checkInOptions__IALA6 .checkIn_checkInOptionsOther__9IMVg{margin-top:150px;justify-content:normal}.checkIn_checkInMain____mhu .checkIn_checkInSub__jMu5_ .checkIn_checkInOptions__IALA6 .checkIn_otherOptions__gRP6y{position:absolute;width:425px;height:73px;left:calc(50% - 212.5px - 120.5px);top:466px;background:#fff8ef;border-radius:20px}.checkIn_checkInMain____mhu .checkIn_checkInSub__jMu5_ .checkIn_checkInOptions__IALA6 .checkIn_concernImg__WzxYv{height:90px;width:90px;margin-left:40px}.checkIn_checkInMain____mhu .checkIn_checkInSub__jMu5_ .checkIn_checkInOptions__IALA6 .checkIn_optionText__j8zHm{font-weight:500;font-size:30px;line-height:56px;text-align:center;color:#000;width:125px;text-align:-webkit-right}.checkIn_checkInMain____mhu .checkIn_checkInSub__jMu5_ .checkIn_buttonWrapper__hHmY5 .checkIn_nextButton__zSDFp{border:1px solid #fff;height:70px;width:150px;margin-left:40px;margin-top:30px;font-size:20px;border-radius:20px;font-weight:700}.checkIn_checkInMain____mhu .checkIn_checkInSub__jMu5_ .checkIn_checkInQuestion__P7iOx{position:absolute;height:114px;left:calc(50% - 309.99px + 7.99px);top:0;font-family:Libre Baskerville;font-style:normal;font-weight:700;font-size:36.9767px;line-height:57px;text-align:center}}.checkIn_checkInMain____mhu .checkIn_selected__zbLZz{background-color:#eedbc8;color:#fff;cursor:pointer;position:relative;border-top-left-radius:100%;border-top-right-radius:100%}.checkIn_checkInMain____mhu .checkIn_selectedOthers__e9wHA{background-color:#eedbc8;color:#000;cursor:pointer;position:relative;height:75px;border-radius:20px}.checkIn_container__Edl4A{display:flex;flex-direction:column;min-width:385px;height:100%;background-color:#eedbc8;padding:10px;align-items:center;overflow:scroll;flex-grow:1;position:relative}.checkIn_container__Edl4A .checkIn_thankyouWrapper__cI85r{display:flex;align-items:end;justify-content:center;margin-bottom:20px}.checkIn_container__Edl4A .checkIn_thankyouWrapper__cI85r .checkIn_tickIcon__VYuyH{width:75px}.checkIn_container__Edl4A .checkIn_thankyouWrapper__cI85r .checkIn_thankYouHeading__1ahpt{font-family:Poppins;font-style:normal;font-weight:700;align-items:end;display:flex;color:green;font-size:2.4rem}.checkIn_container__Edl4A .checkIn_visitBanner__Vf6KP{display:flex;align-items:center;flex-direction:column}.checkIn_container__Edl4A .checkIn_visitBanner__Vf6KP .checkIn_uncoverLogoContainer__IYT_3{position:relative;width:8rem;height:4rem}.checkIn_container__Edl4A .checkIn_visitBanner__Vf6KP .checkIn_logo__bzMcG{margin:30px auto}.checkIn_container__Edl4A .checkIn_visitBanner__Vf6KP .checkIn_logo__bzMcG .checkIn_logoImage__uO9xb{height:12vw}.checkIn_container__Edl4A .checkIn_logo__bzMcG{margin:55px 0;display:flex}.checkIn_container__Edl4A .checkIn_logo__bzMcG .checkIn_logoImage__uO9xb{height:12vw}.checkIn_container__Edl4A .checkIn_logo__bzMcG .checkIn_back__ytIWo{position:absolute;left:60px}.checkIn_container__Edl4A .checkIn_logo__bzMcG .checkIn_back__ytIWo .checkIn_backImage__MOrlk{height:35px}.checkIn_container__Edl4A .checkIn_knowMoreSection__vw8eU .checkIn_heading__n_uY3{font-family:Poppins;font-style:normal;font-weight:600;font-size:2rem;line-height:90px;display:flex;justify-content:center;letter-spacing:-.02px;color:#000}.checkIn_container__Edl4A .checkIn_knowMoreSection__vw8eU .checkIn_qrSec__dHqZ5{display:flex}.checkIn_container__Edl4A .checkIn_knowMoreSection__vw8eU .checkIn_qrSec__dHqZ5 .checkIn_qrImage__X3Czr{height:300px;width:300px;padding:50px;margin-left:60px}.checkIn_container__Edl4A .checkIn_knowMoreSection__vw8eU .checkIn_qrSec__dHqZ5 .checkIn_qrText__Nt0wc{font-family:Poppins;font-style:normal;font-weight:600;font-size:1.5rem;line-height:40px;display:flex;align-items:center;letter-spacing:1.98202px;color:#000;margin-bottom:30px;margin-right:70px}.checkIn_container__Edl4A .checkIn_knowMoreSection__vw8eU .checkIn_appImgSec__iFtfA{display:flex;justify-content:flex-end;margin-right:140px;margin-bottom:100px}.checkIn_container__Edl4A .checkIn_knowMoreSection__vw8eU .checkIn_appImgSec__iFtfA .checkIn_appImg__QBdKC{width:500px}.checkIn_container__Edl4A .checkIn_body__i1qK5{display:flex;flex-direction:column;width:90%;background-color:#fff8ef;border-radius:10px;max-width:765px}.checkIn_container__Edl4A .checkIn_checkInQuestion__P7iOx{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px;margin-top:10px}.checkIn_container__Edl4A .checkIn_checkInQuestion__P7iOx .checkIn_checkInQuestionText__0qWZc{color:#e5393b;font-family:Libre Baskerville;font-style:bold;font-weight:700;font-size:xx-large;width:95%;text-align:center}.checkIn_container__Edl4A .checkIn_checkInQuestion__P7iOx .checkIn_catChoicesOthers__a1J6Y{font-family:Poppins;font-style:normal;font-weight:500;font-size:1.2rem;line-height:39px;text-align:start;color:#000;padding:35px 20px}.checkIn_container__Edl4A .checkIn_checkInQuestion__P7iOx .checkIn_catChoicesOthers2__6fWEg{padding:20px;font-family:Poppins;font-style:normal;font-weight:500;font-size:1.7rem;line-height:39px;text-align:start;color:#000;padding:50px 20px;display:flex;flex-wrap:wrap}.checkIn_container__Edl4A .checkIn_checkInQuestion__P7iOx .checkIn_catChoicesOthersMedia___CUuf{display:flex;flex-wrap:wrap}.checkIn_container__Edl4A .checkIn_checkInQuestion__P7iOx .checkIn_qType__ozW7F{font-family:Libre Baskerville;font-style:bold;font-weight:700;margin:10px;font-size:1.2em}.checkIn_container__Edl4A .checkIn_checkInOptions__IALA6{flex:4 1;display:flex;justify-content:space-between;flex-wrap:wrap;padding:10px}.checkIn_container__Edl4A .checkIn_checkInOptions__IALA6 .checkIn_option__YDRZ_{display:flex;flex-direction:column;padding:20px;align-items:center;justify-content:center;width:30%;margin:5px}.checkIn_container__Edl4A .checkIn_checkInOptions__IALA6 .checkIn_option__YDRZ_ img{margin:15px auto;max-width:90%;height:auto}.checkIn_container__Edl4A .checkIn_checkInOptions__IALA6 .checkIn_option__YDRZ_ .checkIn_domShape__2MEQI{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:170px;height:170px}.checkIn_container__Edl4A .checkIn_checkInOptions__IALA6 .checkIn_selected__zbLZz{background-color:#eedbc8;border-top-left-radius:100%;border-top-right-radius:100%}.checkIn_container__Edl4A .checkIn_checkmark__Bb8tL{position:absolute;top:-5px;right:-5px}.checkIn_container__Edl4A .checkIn_checkInOptionsOtherWrap__Nnqh0{display:flex;justify-content:space-between;flex-wrap:wrap}.checkIn_container__Edl4A .checkIn_checkInOptionsOther__9IMVg{flex:7 1;overflow:scroll;height:480px}.checkIn_container__Edl4A .checkIn_checkInOptionsOther__9IMVg .checkIn_textboxContainer__zx0G4{height:120px;width:600px;background-color:#eedbc8;margin:20px;padding:15px;border-radius:20px;font-size:1.2em;border:none}.checkIn_container__Edl4A .checkIn_checkInOptionsOther__9IMVg .checkIn_textboxContainer__zx0G4 .checkIn_textbox__GhdcO{height:178px;width:550px;background-color:#eedbc8;position:relative}.checkIn_container__Edl4A .checkIn_checkInOptionsOther__9IMVg .checkIn_optionsOther2Wrap__PhoF5{width:43%!important}.checkIn_container__Edl4A .checkIn_checkInOptionsOther__9IMVg .checkIn_optionsOther2__c2u_s{display:flex;width:auto;position:relative;font-family:Poppins;font-style:normal;font-weight:500;font-size:1.2em;margin:10px 20px;padding:15px;background-color:#fff;border-radius:10px}.checkIn_container__Edl4A .checkIn_checkInOptionsOther__9IMVg .checkIn_selectedOthers__e9wHA{background-color:#eedbc8;cursor:pointer;position:relative;border-radius:20px}.checkIn_container__Edl4A .checkIn_checkInOptionsOther__9IMVg .checkIn_checkmark2__0sDkr{position:absolute;top:-5px;right:-5px}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE{flex:4 1;display:flex}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_col1__nMswF{flex:1 1}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_col2__e8VOY{flex:1 1;display:flex;flex-direction:column;padding:0 45px 0 0;margin:20px 0}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_col2__e8VOY .checkIn_col2Bottom__dcoPs{flex:1 1}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_col2__e8VOY .checkIn_borderline__kjwIq{border-bottom:1px solid #000;width:90%;margin:0 auto}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_skinChoicesCol2__PCMsZ{padding:10px}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_skinChoices__08tsd{padding:10px 0 10px 30px}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_skinChoices__08tsd .checkIn_catChoices__ErOzU{height:100%}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_skinChoices__08tsd .checkIn_catChoices2__WU79R{padding-right:20px;margin:auto}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_skinChoices__08tsd .checkIn_borderBottomStyle__SQhG2{border-bottom:1px solid #000;padding-bottom:15px}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_skinChoices__08tsd .checkIn_catName__SDnzY{font-family:Libre Baskerville;font-style:normal;font-weight:500;font-size:1.8em;line-height:1.5}.checkIn_container__Edl4A .checkIn_bwMargin__6QRnc{margin-right:45px}.checkIn_container__Edl4A .checkIn_buttonWrapper__hHmY5{flex:1 1;display:flex;justify-content:center;padding:10px;align-items:center;height:90px;margin-right:45px}.checkIn_container__Edl4A .checkIn_buttonWrapper__hHmY5 button{display:flex;align-items:center;background-color:#e5393b;color:#fff;border-radius:10px;border:1px solid #fff;height:50px;padding:5px 20px;font-size:1.2em;margin:15px}.checkIn_container__Edl4A .checkIn_buttonWrapper__hHmY5 .checkIn_backButton__vT_VY{background-color:#cbcbcb!important}.checkIn_container__Edl4A .checkIn_buttonWrapper__hHmY5 .checkIn_nextDisabled__JwA_e{background-color:#cbcbcb!important;color:#fff}.checkIn_container__Edl4A #checkIn_cb1__h0iqq{accent-color:#9b59b6!important}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_{width:80%;border-radius:10px;max-width:765px;padding:50px 0}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK{display:flex;padding:15px;background-color:#fff8ef}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedImg__byz6A{padding:5px;margin-top:15px;display:flex;flex-direction:column}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedImg__byz6A .checkIn_trtImg__M9Bg_{border-radius:10px}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_knowButton__u5om9{font-family:Poppins;font-style:normal;font-weight:600;font-size:1.4rem;line-height:30px;color:#e5393b}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO{padding:10px;width:400px}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_serviceName__9aayd{font-family:Libre Baskerville;font-style:normal;font-weight:600;font-size:25px;padding:10px 0}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_serviceDescription__BCYu7{padding:10px 0}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_knowMore__wXhpQ{color:#e5393b;font-size:24px;font-family:Poppins;cursor:pointer;font-weight:600}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_concernSec__Uyk8K{display:flex;padding:0 10px 10px 0}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_concernSec__Uyk8K .checkIn_concernDetails__cFuEr{display:flex}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_concernSec__Uyk8K .checkIn_concernItem__v4kI4{display:flex;padding:0 0 0 25px;flex-direction:column;margin:0!important}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_concernSec__Uyk8K .checkIn_treatableConcerns__K_sKW{color:#e5393b;width:105px;padding:0 5px 5px 0;margin:0 5px 5px 0;font-weight:600}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_concernSec__Uyk8K .checkIn_treatableConcerns__K_sKW .checkIn_concern___b14j{color:#000}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommendations__VIxEZ{display:flex;flex-direction:column;height:300px;width:300px;margin:10px;padding:10px;border-radius:10px;border:1px solid #000;overflow:auto}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommendations__VIxEZ .checkIn_recommandedImage__sdQEv{height:150px;width:280px}.checkIn_container__Edl4A .checkIn_allServices__kF0Am{height:100px;display:flex;width:635px;margin-bottom:20px}.checkIn_container__Edl4A .checkIn_allServices__kF0Am .checkIn_viewAll__Q_RPj{color:#e5393b;position:relative;font-size:20px;width:250px}.checkIn_container__Edl4A .checkIn_allServices__kF0Am .checkIn_viewAll__Q_RPj .checkIn_text__prX22{position:absolute;left:0;bottom:10px;font-weight:600}.checkIn_container__Edl4A .checkIn_allServices__kF0Am .checkIn_patient__b2s6J{width:380px;font-family:Libre Baskerville;font-style:normal;font-weight:600;font-size:25px;padding:10px 5px}.checkIn_container__Edl4A .checkIn_allTreatments__r2KAz{padding:20px;margin:20px}.checkIn_container__Edl4A .checkIn_allTreatments__r2KAz .checkIn_allTreatmentsButton__412wk{height:50px;width:350px;color:#fff;background-color:#000;border-radius:10px}.checkIn_container__Edl4A .checkIn_checkboxContainer2__UTODa{width:33%}.checkIn_container__Edl4A .checkIn_checkboxContainer__ndTx3{display:flex;padding:5px 0;align-items:center;line-height:2;margin:10px 0;border-radius:10px}.checkIn_container__Edl4A .checkIn_checkboxContainer__ndTx3 .checkIn_mediaImage__8E3tQ{height:80px;width:80px}.checkIn_container__Edl4A .checkIn_checkboxContainer__ndTx3 .checkIn_catOption__o2Hye{font-size:1.1em}.checkIn_container__Edl4A .checkIn_checkboxContainer__ndTx3 .checkIn_catOptionOthers__FYOpE{font-size:1.1em;padding:0 10px}.checkIn_container__Edl4A .checkIn_checkboxContainer__ndTx3 .checkIn_catOptionOthersMedia__oh0co{display:flex;flex-wrap:wrap;font-size:20px}.checkIn_container__Edl4A .checkIn_checkboxContainer__ndTx3 .checkIn_check__xibXD{margin-right:10px;width:20px;height:20px}.checkIn_container__Edl4A .checkIn_checkboxContainer__ndTx3 .checkIn_mediaSec__BvyVo{display:flex;flex-direction:column;margin:0 auto;padding:10px}.checkIn_container__Edl4A .checkIn_checkboxContainer__ndTx3 .checkIn_mediaSec__BvyVo .checkIn_fcenter__oNery{display:flex;justify-content:center}.checkIn_container__Edl4A .checkIn_optionBorder__b5yRn{border:1px solid #eedbc8}.checkIn_appDownloadWrapper__1_x0S{background-color:#fff8ef;border-radius:35px;padding:35px 15px 20px;margin:50px 20px}.checkIn_appDownloadSection__8g7ba{width:100%;background-color:#fff8ef;border-radius:35px;display:flex;margin-top:40px}.checkIn_appDownloadSection__8g7ba .checkIn_qrSec__dHqZ5{flex:1 1;min-width:35%;max-width:35%;margin-right:25px;margin-left:10px}.checkIn_appDownloadSection__8g7ba .checkIn_qrSec__dHqZ5 .checkIn_qrCode1__mbnnI{padding:15px}.checkIn_appDownloadSection__8g7ba .checkIn_scanText__UqmF5{font-family:Poppins;font-style:normal;font-weight:600;font-size:20px;line-height:1.5em;display:flex;align-items:center;text-align:center;letter-spacing:1.08px;color:#666;padding:0 10px}.checkIn_appDownloadImageSec__vAEI7{flex:3 1}.checkIn_appDownloadImageSec__vAEI7 .checkIn_appDownloadSectionImage__CCKAR{filter:drop-shadow(5.56211px 5.56211px 12.3602px rgba(0,0,0,.25));max-width:117%;margin-top:-50px;margin-left:-75px}.checkIn_qrCode__Q_b5l{width:269px;height:269px}.checkIn_qrImage__X3Czr{width:100%;margin-bottom:-15px}.checkIn_bottomSec__5uuWL .checkIn_bottomHeading__k_a3s{font-family:Poppins;font-style:normal;font-weight:700;font-size:2.2rem;line-height:1.5em;text-align:center;color:#363e44;transform:rotate(-.49deg);margin-bottom:20px}.checkIn_bottomSec__5uuWL .checkIn_bottomSecText___vw_6{display:flex;justify-content:space-around;margin:10px 0}.checkIn_bottomSec__5uuWL .checkIn_bottomSecSubText__N1UwB{width:195px;font-family:Poppins;font-style:normal;font-weight:600;font-size:20px;line-height:1.5em;display:flex;align-items:start;text-align:center;color:#6f480e;letter-spacing:1.08px}@media(min-width:768px){.checkIn_logoImage__uO9xb{height:15vw}}.checkIn_fadeOut__xAErj{animation:checkIn_fadeOutAnimation__EjxwS .5s;animation-timing-function:linear;animation-fill-mode:forwards}.checkIn_fadeOutReverse__EqxhB{animation:checkIn_fadeOutAnimation__EjxwS .5s;animation-direction:reverse;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes checkIn_fadeOutAnimation__EjxwS{0%{opacity:1}to{opacity:0;transform:translateX(-100%)}}.checkIn_fadeIn___X4PT{animation-fill-mode:forwards}.checkIn_fadeInReverse__6Oc__,.checkIn_fadeIn___X4PT{animation:checkIn_fadeInAnimation__h1ct_ .5s;animation-timing-function:linear}.checkIn_fadeInReverse__6Oc__{animation-direction:reverse;animation-fill-mode:forwards}@keyframes checkIn_fadeInAnimation__h1ct_{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.checkIn_toastMessage__kkIFg{position:relative!important;top:30em;height:20vh;width:40vw;text-align:center;padding:34px!important}.checkIn_Toastify__toast-theme--light__FXuog{color:#9b59b6!important}.checkIn_Toastify__toast-container--top-center__p4At2{top:33em!important}.checkIn_overlay__Ia9n4{position:absolute!important;top:0;bottom:0;right:0;left:0;background:rgba(0,0,0,.32);z-index:1;opacity:1}.checkIn_selectedOption__5_IdD{background-color:#eedbc8;position:relative;border-radius:10px}.checkIn_selectedOption__5_IdD .checkIn_checkmark2__0sDkr{position:absolute;top:0;right:-10px;transform:translateY(-50%);width:30px;height:30px}.checkIn_skinChoices-bb__K0OWM{border-bottom:1px solid #000}@media(min-width:1281px){.checkIn_container__Edl4A{display:flex;flex-direction:column;min-width:385px;height:100%;background-color:#eedbc8;padding:10px;align-items:center;overflow:scroll;flex-grow:1}.checkIn_container__Edl4A .checkIn_thankyouWrapper__cI85r{display:flex;align-items:end;justify-content:center;margin-bottom:20px}.checkIn_container__Edl4A .checkIn_thankyouWrapper__cI85r .checkIn_tickIcon__VYuyH{width:75px}.checkIn_container__Edl4A .checkIn_thankyouWrapper__cI85r .checkIn_thankYouHeading__1ahpt{font-family:Poppins;font-style:normal;font-weight:700;align-items:end;display:flex;color:green;font-size:2.4rem}.checkIn_container__Edl4A .checkIn_visitBanner__Vf6KP{display:flex;align-items:center;flex-direction:column}.checkIn_container__Edl4A .checkIn_visitBanner__Vf6KP .checkIn_uncoverLogoContainer__IYT_3{position:relative;width:8rem;height:4rem}.checkIn_container__Edl4A .checkIn_visitBanner__Vf6KP .checkIn_logo__bzMcG{margin:30px auto}.checkIn_container__Edl4A .checkIn_visitBanner__Vf6KP .checkIn_logo__bzMcG .checkIn_logoImage__uO9xb{height:12vw}.checkIn_container__Edl4A .checkIn_logo__bzMcG{margin:30px auto}.checkIn_container__Edl4A .checkIn_logo__bzMcG .checkIn_logoImage__uO9xb{height:5vw}.checkIn_container__Edl4A .checkIn_knowMoreSection__vw8eU .checkIn_heading__n_uY3{font-family:Poppins;font-style:normal;font-weight:600;font-size:2rem;line-height:90px;display:flex;justify-content:center;letter-spacing:-.02px;color:#000}.checkIn_container__Edl4A .checkIn_knowMoreSection__vw8eU .checkIn_qrSec__dHqZ5{display:flex}.checkIn_container__Edl4A .checkIn_knowMoreSection__vw8eU .checkIn_qrSec__dHqZ5 .checkIn_qrImage__X3Czr{height:300px;width:300px;padding:50px;margin-left:60px}.checkIn_container__Edl4A .checkIn_knowMoreSection__vw8eU .checkIn_qrSec__dHqZ5 .checkIn_qrText__Nt0wc{font-family:Poppins;font-style:normal;font-weight:600;font-size:1.5rem;line-height:40px;display:flex;align-items:center;letter-spacing:1.98202px;color:#000;padding:55px;border-bottom:2px solid;margin-bottom:30px;margin-right:70px}.checkIn_container__Edl4A .checkIn_knowMoreSection__vw8eU .checkIn_appImgSec__iFtfA{display:flex;justify-content:flex-end;margin-right:53px;margin-bottom:100px}.checkIn_container__Edl4A .checkIn_knowMoreSection__vw8eU .checkIn_appImgSec__iFtfA .checkIn_appImg__QBdKC{width:500px}.checkIn_container__Edl4A .checkIn_body__i1qK5{display:flex;flex-direction:column;width:80%;background-color:#fff8ef;border-radius:10px;max-width:765px}.checkIn_container__Edl4A .checkIn_checkInQuestion__P7iOx{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px;margin-top:10px}.checkIn_container__Edl4A .checkIn_checkInQuestion__P7iOx .checkIn_checkInQuestionText__0qWZc{color:#e5393b;font-family:Libre Baskerville;font-style:bold;font-weight:700;font-size:xx-large;width:95%;text-align:center}.checkIn_container__Edl4A .checkIn_checkInQuestion__P7iOx .checkIn_catChoicesOthers__a1J6Y{font-family:Poppins;font-style:normal;font-weight:500;font-size:1.7rem;line-height:39px;text-align:center;color:#000;padding:20px}.checkIn_container__Edl4A .checkIn_checkInQuestion__P7iOx .checkIn_qType__ozW7F{font-family:Libre Baskerville;font-style:bold;font-weight:700;margin:10px;font-size:1.2em}.checkIn_container__Edl4A .checkIn_checkInOptions__IALA6{flex:4 1;display:flex;justify-content:space-between;flex-wrap:wrap;padding:10px}.checkIn_container__Edl4A .checkIn_checkInOptions__IALA6 .checkIn_option__YDRZ_{display:flex;flex-direction:column;padding:20px;align-items:center;justify-content:center;width:30%;margin:5px}.checkIn_container__Edl4A .checkIn_checkInOptions__IALA6 .checkIn_option__YDRZ_ img{margin:15px auto;max-width:90%;height:auto}.checkIn_container__Edl4A .checkIn_checkInOptions__IALA6 .checkIn_option__YDRZ_ .checkIn_domShape__2MEQI{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:170px;height:170px}.checkIn_container__Edl4A .checkIn_checkInOptions__IALA6 .checkIn_selected__zbLZz{background-color:#eedbc8;border-top-left-radius:100%;border-top-right-radius:100%}.checkIn_container__Edl4A .checkIn_checkmark__Bb8tL{position:absolute;top:-5px;right:-5px}.checkIn_container__Edl4A .checkIn_checkInOptionsOtherWrap__Nnqh0{display:flex;justify-content:space-between;flex-wrap:wrap}.checkIn_container__Edl4A .checkIn_checkInOptionsOther__9IMVg{flex:7 1;overflow:scroll;height:480px}.checkIn_container__Edl4A .checkIn_checkInOptionsOther__9IMVg .checkIn_textboxContainer__zx0G4{height:120px;width:600px;background-color:#eedbc8;margin:20px;padding:15px;border-radius:20px;font-size:1.2em;border:none}.checkIn_container__Edl4A .checkIn_checkInOptionsOther__9IMVg .checkIn_textboxContainer__zx0G4 .checkIn_textbox__GhdcO{height:178px;width:550px;background-color:#eedbc8;position:relative}.checkIn_container__Edl4A .checkIn_checkInOptionsOther__9IMVg .checkIn_optionsOther2Wrap__PhoF5{width:43%!important}.checkIn_container__Edl4A .checkIn_checkInOptionsOther__9IMVg .checkIn_optionsOther2__c2u_s{display:flex;width:auto;position:relative;font-family:Poppins;font-style:normal;font-weight:500;font-size:1.2em;margin:10px 20px;padding:15px;background-color:#fff;border-radius:10px}.checkIn_container__Edl4A .checkIn_checkInOptionsOther__9IMVg .checkIn_selectedOthers__e9wHA{background-color:#eedbc8;cursor:pointer;position:relative;border-radius:20px}.checkIn_container__Edl4A .checkIn_checkInOptionsOther__9IMVg .checkIn_checkmark2__0sDkr{position:absolute;top:-5px;right:-5px}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE{flex:4 1;display:flex}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_col1__nMswF{flex:1 1}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_col2__e8VOY{flex:1 1;display:flex;flex-direction:column;padding:0 45px 0 0}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_col2__e8VOY .checkIn_col2Bottom__dcoPs,.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_col2__e8VOY .checkIn_col2Top__1dGhM{flex:1 1}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_col2__e8VOY .checkIn_borderline__kjwIq{border-bottom:1px solid #000;width:90%;margin:0 auto}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_skinChoicesCol2__PCMsZ{padding:10px}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_skinChoices__08tsd{padding:10px 0 10px 30px;margin-top:20px}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_skinChoices__08tsd .checkIn_catChoices__ErOzU{padding-left:20px;height:100%;padding-top:10px}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_skinChoices__08tsd .checkIn_catChoices2__WU79R{padding-left:20px;padding-right:20px;padding-top:10px}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_skinChoices__08tsd .checkIn_catName__SDnzY{font-family:Libre Baskerville;font-style:normal;font-weight:500;font-size:1.8em;line-height:1.5}.checkIn_container__Edl4A .checkIn_bwMargin__6QRnc{margin-right:45px}.checkIn_container__Edl4A .checkIn_buttonWrapper__hHmY5{flex:1 1;display:flex;justify-content:center;padding:10px;align-items:center;height:90px;margin-right:45px}.checkIn_container__Edl4A .checkIn_buttonWrapper__hHmY5 button{display:flex;align-items:center;background-color:#e5393b;color:#fff;border-radius:10px;border:1px solid #fff;height:50px;padding:5px 20px;font-size:1.2em;margin:15px}.checkIn_container__Edl4A .checkIn_buttonWrapper__hHmY5 .checkIn_backButton__vT_VY{background-color:#cbcbcb!important}.checkIn_container__Edl4A .checkIn_buttonWrapper__hHmY5 .checkIn_nextDisabled__JwA_e{background-color:#cbcbcb!important;color:#fff}.checkIn_container__Edl4A #checkIn_cb1__h0iqq{accent-color:#9b59b6!important}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_{width:80%;border-radius:10px;max-width:765px}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK{display:flex;padding:15px;background-color:#fff8ef}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedImg__byz6A{padding:5px;margin-top:15px;display:flex;flex-direction:column}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedImg__byz6A .checkIn_trtImg__M9Bg_{border-radius:10px}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_knowButton__u5om9{font-family:Poppins;font-style:normal;font-weight:600;font-size:1.4rem;line-height:30px;color:#e5393b}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO{padding:10px;width:400px}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_serviceName__9aayd{font-family:Libre Baskerville;font-style:normal;font-weight:600;font-size:25px;padding:10px 0}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_serviceDescription__BCYu7{padding:10px 0}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_knowMore__wXhpQ{color:#e5393b;font-size:24px;font-family:Poppins;cursor:pointer;font-weight:600}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_concernSec__Uyk8K{display:flex;padding:0 10px 10px 0}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_concernSec__Uyk8K .checkIn_concernDetails__cFuEr{display:flex}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_concernSec__Uyk8K .checkIn_concernItem__v4kI4{display:flex;padding:0 0 0 25px;flex-direction:column;margin:0!important}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_concernSec__Uyk8K .checkIn_treatableConcerns__K_sKW{color:#e5393b;width:105px;padding:0 5px 5px 0;margin:0 5px 5px 0;font-weight:600}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_concernSec__Uyk8K .checkIn_treatableConcerns__K_sKW .checkIn_concern___b14j{color:#000}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommendations__VIxEZ{display:flex;flex-direction:column;height:300px;width:300px;margin:10px;padding:10px;border-radius:10px;border:1px solid #000;overflow:auto}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommendations__VIxEZ .checkIn_recommandedImage__sdQEv{height:150px;width:280px}.checkIn_container__Edl4A .checkIn_allServices__kF0Am{height:100px;display:flex;width:635px;margin-bottom:20px}.checkIn_container__Edl4A .checkIn_allServices__kF0Am .checkIn_viewAll__Q_RPj{color:#e5393b;position:relative;font-size:20px;width:250px}.checkIn_container__Edl4A .checkIn_allServices__kF0Am .checkIn_viewAll__Q_RPj .checkIn_text__prX22{position:absolute;left:0;bottom:10px;font-weight:600}.checkIn_container__Edl4A .checkIn_allServices__kF0Am .checkIn_patient__b2s6J{width:380px;font-family:Libre Baskerville;font-style:normal;font-weight:600;font-size:25px;padding:10px 5px}.checkIn_container__Edl4A .checkIn_allTreatments__r2KAz{padding:20px;margin:20px}.checkIn_container__Edl4A .checkIn_allTreatments__r2KAz .checkIn_allTreatmentsButton__412wk{height:50px;width:350px;color:#fff;background-color:#000;border-radius:10px}.checkIn_container__Edl4A .checkIn_checkboxContainer__ndTx3{display:flex;padding:5px 0;align-items:center;line-height:2;margin:20px 0}.checkIn_container__Edl4A .checkIn_checkboxContainer__ndTx3 .checkIn_catOption__o2Hye{font-size:1.1em}.checkIn_container__Edl4A .checkIn_checkboxContainer__ndTx3 .checkIn_catOptionOthers__FYOpE{font-size:1.1em;padding:0}.checkIn_container__Edl4A .checkIn_checkboxContainer__ndTx3 .checkIn_check__xibXD{margin-right:10px;width:20px;height:20px}.checkIn_container__Edl4A .checkIn_optionBorder__b5yRn{border:1px solid #eedbc8}}@media only screen and (min-device-width:375px)and (max-device-width:480px){.checkIn_container__Edl4A{display:flex;flex-direction:column;min-width:385px;height:100%;background-color:#eedbc8;padding:10px;align-items:center;padding-left:inherit;overflow:scroll;flex-grow:1}.checkIn_container__Edl4A .checkIn_thankyouWrapper__cI85r{display:flex;align-items:end;justify-content:center;margin-bottom:20px}.checkIn_container__Edl4A .checkIn_thankyouWrapper__cI85r .checkIn_tickIcon__VYuyH{width:75px}.checkIn_container__Edl4A .checkIn_thankyouWrapper__cI85r .checkIn_thankYouHeading__1ahpt{font-family:Poppins;font-style:normal;font-weight:700;align-items:end;display:flex;color:green;font-size:2.4rem}.checkIn_container__Edl4A .checkIn_visitBanner__Vf6KP{display:flex;align-items:center;flex-direction:column}.checkIn_container__Edl4A .checkIn_visitBanner__Vf6KP .checkIn_uncoverLogoContainer__IYT_3{position:relative;width:8rem;height:4rem}.checkIn_container__Edl4A .checkIn_visitBanner__Vf6KP .checkIn_logo__bzMcG{margin:30px auto}.checkIn_container__Edl4A .checkIn_visitBanner__Vf6KP .checkIn_logo__bzMcG .checkIn_logoImage__uO9xb{height:12vw}.checkIn_container__Edl4A .checkIn_logo__bzMcG{margin:5px auto}.checkIn_container__Edl4A .checkIn_logo__bzMcG .checkIn_logoImage__uO9xb{height:10vw}.checkIn_container__Edl4A .checkIn_knowMoreSection__vw8eU .checkIn_heading__n_uY3{font-family:Poppins;font-style:normal;font-weight:600;font-size:2rem;line-height:90px;display:flex;justify-content:center;letter-spacing:-.02px;color:#000}.checkIn_container__Edl4A .checkIn_knowMoreSection__vw8eU .checkIn_qrSec__dHqZ5{display:flex}.checkIn_container__Edl4A .checkIn_knowMoreSection__vw8eU .checkIn_qrSec__dHqZ5 .checkIn_qrImage__X3Czr{height:300px;width:300px;padding:50px;margin-left:60px}.checkIn_container__Edl4A .checkIn_knowMoreSection__vw8eU .checkIn_qrSec__dHqZ5 .checkIn_qrText__Nt0wc{font-family:Poppins;font-style:normal;font-weight:600;font-size:1.5rem;line-height:40px;display:flex;align-items:center;letter-spacing:1.98202px;color:#000;padding:55px;border-bottom:2px solid;margin-bottom:30px;margin-right:70px}.checkIn_container__Edl4A .checkIn_knowMoreSection__vw8eU .checkIn_appImgSec__iFtfA{display:flex;justify-content:flex-end;margin-right:53px;margin-bottom:100px}.checkIn_container__Edl4A .checkIn_knowMoreSection__vw8eU .checkIn_appImgSec__iFtfA .checkIn_appImg__QBdKC{width:500px}.checkIn_container__Edl4A .checkIn_body__i1qK5{display:flex;flex-direction:column;width:95%;background-color:#fff8ef;border-radius:10px;max-width:765px}.checkIn_container__Edl4A .checkIn_checkInQuestion__P7iOx{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px;margin-top:10px}.checkIn_container__Edl4A .checkIn_checkInQuestion__P7iOx .checkIn_checkInQuestionText__0qWZc{color:#e5393b;font-family:Libre Baskerville;font-style:bold;font-weight:700;font-size:1rem;width:95%;text-align:center}.checkIn_container__Edl4A .checkIn_checkInQuestion__P7iOx .checkIn_catChoicesOthers__a1J6Y{font-family:Poppins;font-style:normal;font-weight:500;font-size:1.7rem;line-height:39px;text-align:center;color:#000;padding:20px}.checkIn_container__Edl4A .checkIn_checkInQuestion__P7iOx .checkIn_qType__ozW7F{font-family:Libre Baskerville;font-style:bold;font-weight:700;margin:10px;font-size:.5rem}.checkIn_container__Edl4A .checkIn_checkInOptions__IALA6{flex:4 1;display:flex;justify-content:space-between;flex-wrap:wrap;padding:10px}.checkIn_container__Edl4A .checkIn_checkInOptions__IALA6 .checkIn_option__YDRZ_{display:flex;flex-direction:column;padding:20px;align-items:center;justify-content:center;width:30%;margin:5px}.checkIn_container__Edl4A .checkIn_checkInOptions__IALA6 .checkIn_option__YDRZ_ img{margin:15px auto;max-width:90%;height:auto}.checkIn_container__Edl4A .checkIn_checkInOptions__IALA6 .checkIn_option__YDRZ_ .checkIn_domShape__2MEQI{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:170px;height:170px}.checkIn_container__Edl4A .checkIn_checkInOptions__IALA6 .checkIn_selected__zbLZz{background-color:#eedbc8;border-top-left-radius:100%;border-top-right-radius:100%}.checkIn_container__Edl4A .checkIn_checkmark__Bb8tL{position:absolute;top:-5px;right:-5px}.checkIn_container__Edl4A .checkIn_checkInOptionsOtherWrap__Nnqh0{display:flex;justify-content:space-between;flex-wrap:wrap}.checkIn_container__Edl4A .checkIn_checkInOptionsOther__9IMVg{flex:7 1;overflow:scroll;height:480px}.checkIn_container__Edl4A .checkIn_checkInOptionsOther__9IMVg .checkIn_textboxContainer__zx0G4{height:120px;width:600px;background-color:#eedbc8;margin:20px;padding:15px;border-radius:20px;font-size:1.2em;border:none}.checkIn_container__Edl4A .checkIn_checkInOptionsOther__9IMVg .checkIn_textboxContainer__zx0G4 .checkIn_textbox__GhdcO{height:178px;width:550px;background-color:#eedbc8;position:relative}.checkIn_container__Edl4A .checkIn_checkInOptionsOther__9IMVg .checkIn_optionsOther2Wrap__PhoF5{width:43%!important}.checkIn_container__Edl4A .checkIn_checkInOptionsOther__9IMVg .checkIn_optionsOther2__c2u_s{display:flex;width:auto;position:relative;font-family:Poppins;font-style:normal;font-weight:500;font-size:1.2em;margin:10px 20px;padding:15px;background-color:#fff;border-radius:10px}.checkIn_container__Edl4A .checkIn_checkInOptionsOther__9IMVg .checkIn_selectedOthers__e9wHA{background-color:#eedbc8;cursor:pointer;position:relative;border-radius:20px}.checkIn_container__Edl4A .checkIn_checkInOptionsOther__9IMVg .checkIn_checkmark2__0sDkr{position:absolute;top:-5px;right:-5px}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE{flex:4 1;display:flex}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_col1__nMswF{flex:1 1}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_col2__e8VOY{flex:1 1;display:flex;flex-direction:column;padding:0 45px 0 0}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_col2__e8VOY .checkIn_col2Bottom__dcoPs,.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_col2__e8VOY .checkIn_col2Top__1dGhM{flex:1 1}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_col2__e8VOY .checkIn_borderline__kjwIq{border-bottom:1px solid #000;width:90%;margin:0 auto}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_skinChoicesCol2__PCMsZ{padding:10px}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_skinChoices__08tsd{padding:10px 0 10px 6px;margin-top:20px}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_skinChoices__08tsd .checkIn_catChoices__ErOzU{padding-left:10px;height:100%;padding-top:0}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_skinChoices__08tsd .checkIn_catChoices2__WU79R{padding-left:10px;padding-right:20px;padding-top:10px}.checkIn_container__Edl4A .checkIn_skinConcerns__JPIFE .checkIn_skinChoices__08tsd .checkIn_catName__SDnzY{font-family:Libre Baskerville;font-style:normal;font-weight:500;font-size:.8em;line-height:.5;margin-left:11px}.checkIn_container__Edl4A .checkIn_bwMargin__6QRnc{margin-right:45px}.checkIn_container__Edl4A .checkIn_buttonWrapper__hHmY5{flex:1 1;display:flex;justify-content:center;padding:10px;align-items:center;height:85px;margin-right:45px}.checkIn_container__Edl4A .checkIn_buttonWrapper__hHmY5 button{display:flex;align-items:center;background-color:#e5393b;color:#fff;border-radius:10px;border:1px solid #fff;height:50px;padding:5px 20px;font-size:1.2em;margin:15px}.checkIn_container__Edl4A .checkIn_buttonWrapper__hHmY5 .checkIn_backButton__vT_VY{background-color:#cbcbcb!important}.checkIn_container__Edl4A .checkIn_buttonWrapper__hHmY5 .checkIn_nextDisabled__JwA_e{background-color:#cbcbcb!important;color:#fff}.checkIn_container__Edl4A #checkIn_cb1__h0iqq{accent-color:#9b59b6!important}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_{width:80%;border-radius:10px;max-width:765px}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK{display:flex;padding:15px;background-color:#fff8ef}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedImg__byz6A{padding:5px;margin-top:15px;display:flex;flex-direction:column}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedImg__byz6A .checkIn_trtImg__M9Bg_{border-radius:10px}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_knowButton__u5om9{font-family:Poppins;font-style:normal;font-weight:600;font-size:1.4rem;line-height:30px;color:#e5393b}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO{padding:10px;width:400px}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_serviceName__9aayd{font-family:Libre Baskerville;font-style:normal;font-weight:600;font-size:25px;padding:10px 0}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_serviceDescription__BCYu7{padding:10px 0}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_knowMore__wXhpQ{color:#e5393b;font-size:24px;font-family:Poppins;cursor:pointer;font-weight:600}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_concernSec__Uyk8K{display:flex;padding:0 10px 10px 0}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_concernSec__Uyk8K .checkIn_concernDetails__cFuEr{display:flex}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_concernSec__Uyk8K .checkIn_concernItem__v4kI4{display:flex;padding:0 0 0 25px;flex-direction:column;margin:0!important}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_concernSec__Uyk8K .checkIn_treatableConcerns__K_sKW{color:#e5393b;width:105px;padding:0 5px 5px 0;margin:0 5px 5px 0;font-weight:600}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommandedBodyContent__mZclO .checkIn_concernSec__Uyk8K .checkIn_treatableConcerns__K_sKW .checkIn_concern___b14j{color:#000}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommendations__VIxEZ{display:flex;flex-direction:column;height:300px;width:300px;margin:10px;padding:10px;border-radius:10px;border:1px solid #000;overflow:auto}.checkIn_container__Edl4A .checkIn_recommandedBodyMain__mtjS_ .checkIn_recommandedBody__vwmQK .checkIn_recommendations__VIxEZ .checkIn_recommandedImage__sdQEv{height:150px;width:280px}.checkIn_container__Edl4A .checkIn_allServices__kF0Am{height:100px;display:flex;width:635px;margin-bottom:20px}.checkIn_container__Edl4A .checkIn_allServices__kF0Am .checkIn_viewAll__Q_RPj{color:#e5393b;position:relative;font-size:20px;width:250px}.checkIn_container__Edl4A .checkIn_allServices__kF0Am .checkIn_viewAll__Q_RPj .checkIn_text__prX22{position:absolute;left:0;bottom:10px;font-weight:600}.checkIn_container__Edl4A .checkIn_allServices__kF0Am .checkIn_patient__b2s6J{width:380px;font-family:Libre Baskerville;font-style:normal;font-weight:600;font-size:25px;padding:10px 5px}.checkIn_container__Edl4A .checkIn_allTreatments__r2KAz{padding:20px;margin:20px}.checkIn_container__Edl4A .checkIn_allTreatments__r2KAz .checkIn_allTreatmentsButton__412wk{height:50px;width:350px;color:#fff;background-color:#000;border-radius:10px}.checkIn_container__Edl4A .checkIn_checkboxContainer__ndTx3{display:flex;align-items:center;line-height:1;margin:5px auto;font-size:.5rem}.checkIn_container__Edl4A .checkIn_checkboxContainer__ndTx3 .checkIn_catOption__o2Hye{font-size:1.1em}.checkIn_container__Edl4A .checkIn_checkboxContainer__ndTx3 .checkIn_catOptionOthers__FYOpE{font-size:1.1em;padding:0 10px}.checkIn_container__Edl4A .checkIn_checkboxContainer__ndTx3 .checkIn_check__xibXD{margin-right:10px;width:10px;height:10px}.checkIn_container__Edl4A .checkIn_optionBorder__b5yRn{border:1px solid #eedbc8}}@media(max-width:768px){.checkIn_container__Edl4A{background-color:#eedbc8;padding:0 10px;border-radius:8px;height:inherit}.checkIn_container__Edl4A .checkIn_visitBanner__Vf6KP{display:flex;align-items:center;flex-direction:column}.checkIn_container__Edl4A .checkIn_visitBanner__Vf6KP .checkIn_uncoverLogoContainer__IYT_3{position:relative;width:8rem;height:4rem}.checkIn_container__Edl4A .checkIn_visitBanner__Vf6KP .checkIn_logo__bzMcG{margin:30px auto}.checkIn_container__Edl4A .checkIn_visitBanner__Vf6KP .checkIn_logo__bzMcG .checkIn_logoImage__uO9xb{height:10vw}.checkIn_appDownloadSection__8g7ba{width:100%;background-color:#fff8ef;border-radius:35px;display:flex;margin-top:40px}.checkIn_appDownloadSection__8g7ba .checkIn_qrSec__dHqZ5{flex:1 1;min-width:35%;max-width:35%;margin-right:25px;margin-left:10px}.checkIn_appDownloadSection__8g7ba .checkIn_qrSec__dHqZ5 .checkIn_qrCode1__mbnnI{padding:15px}.checkIn_appDownloadSection__8g7ba .checkIn_scanText__UqmF5{font-family:Poppins;font-style:normal;font-weight:600;font-size:20px;line-height:1.5em;display:flex;align-items:center;text-align:center;letter-spacing:1.08px;color:#666;padding:0 10px}.checkIn_appDownloadImageSec__vAEI7{flex:3 1}.checkIn_appDownloadImageSec__vAEI7 .checkIn_appDownloadSectionImage__CCKAR{filter:drop-shadow(5.56211px 5.56211px 12.3602px rgba(0,0,0,.25));max-width:117%;margin-top:-50px;margin-left:-75px}.checkIn_qrCode__Q_b5l{width:269px;height:269px}.checkIn_qrImage__X3Czr{width:100%;margin-bottom:-15px}.checkIn_bottomSec__5uuWL{display:grid}.checkIn_bottomSec__5uuWL .checkIn_bottomHeading__k_a3s{font-family:Poppins;font-style:normal;font-weight:700;font-size:2.2rem;line-height:1.5em;text-align:center;color:#363e44;transform:rotate(-.49deg);margin-bottom:20px}.checkIn_bottomSec__5uuWL .checkIn_bottomSecText___vw_6{display:flex;justify-content:space-around;margin:10px 0}.checkIn_bottomSec__5uuWL .checkIn_bottomSecSubText__N1UwB{width:195px;font-family:Poppins;font-style:normal;font-weight:600;font-size:20px;line-height:1.5em;display:flex;align-items:start;text-align:center;color:#6f480e;letter-spacing:1.08px}}@media(min-width:1024px){.checkIn_container__Edl4A{background-color:#eedbc8;padding:0 10px;border-radius:8px;height:100%}.checkIn_container__Edl4A .checkIn_visitBanner__Vf6KP{display:flex;align-items:center;flex-direction:column}.checkIn_container__Edl4A .checkIn_visitBanner__Vf6KP .checkIn_uncoverLogoContainer__IYT_3{position:relative;width:8rem;height:4rem}.checkIn_container__Edl4A .checkIn_visitBanner__Vf6KP .checkIn_logo__bzMcG{margin:30px auto}.checkIn_container__Edl4A .checkIn_visitBanner__Vf6KP .checkIn_logo__bzMcG .checkIn_logoImage__uO9xb{height:12vw}.checkIn_appDownloadWrapper__1_x0S{background-color:#fff8ef;border-radius:35px;padding:35px 15px 20px;margin:50px 20px}.checkIn_appDownloadSection__8g7ba{width:100%;background-color:#fff8ef;border-radius:35px;display:flex;margin-top:40px}.checkIn_appDownloadSection__8g7ba .checkIn_qrSec__dHqZ5{flex:1 1;min-width:35%;max-width:35%;margin-right:25px;margin-left:10px}.checkIn_appDownloadSection__8g7ba .checkIn_qrSec__dHqZ5 .checkIn_qrCode1__mbnnI{padding:15px}.checkIn_appDownloadSection__8g7ba .checkIn_scanText__UqmF5{font-family:Poppins;font-style:normal;font-weight:600;font-size:20px;line-height:1.5em;display:flex;align-items:center;text-align:center;letter-spacing:1.08px;color:#666;padding:0 10px}.checkIn_appDownloadImageSec__vAEI7{flex:3 1}.checkIn_appDownloadImageSec__vAEI7 .checkIn_appDownloadWrapper__1_x0S{background-color:#fff8ef;border-radius:35px;padding:35px 15px 20px;margin:50px 20px}.checkIn_appDownloadImageSec__vAEI7 .checkIn_appDownloadSectionImage__CCKAR{filter:drop-shadow(5.56211px 5.56211px 12.3602px rgba(0,0,0,.25));max-width:117%;margin-top:-50px;margin-left:-75px}.checkIn_qrCode__Q_b5l{width:269px;height:269px}.checkIn_qrImage__X3Czr{width:100%;margin-bottom:-15px}.checkIn_bottomSec__5uuWL .checkIn_bottomHeading__k_a3s{font-family:Poppins;font-style:normal;font-weight:700;font-size:2.2rem;line-height:1.5em;text-align:center;color:#363e44;transform:rotate(-.49deg);margin-bottom:20px}.checkIn_bottomSec__5uuWL .checkIn_bottomSecText___vw_6{display:flex;justify-content:space-around;margin:10px 0}.checkIn_bottomSec__5uuWL .checkIn_bottomSecSubText__N1UwB{width:195px;font-family:Poppins;font-style:normal;font-weight:600;font-size:20px;line-height:1.5em;display:flex;align-items:start;text-align:center;color:#6f480e;letter-spacing:1.08px}}.checkIn_loadingScreen__GiI_8{z-index:10;height:100vh;width:100vw;position:fixed;top:0;left:0;backdrop-filter:blur(5px);background:rgba(0,0,0,.6);display:flex;flex-direction:column;align-items:center;justify-content:center}.checkIn_loadingScreen__GiI_8 .checkIn_loadingText__f41OF{width:80%;text-align:center;font-size:2rem;letter-spacing:.02em;font-weight:600;color:#fff}.checkIn_loadingScreen__GiI_8 .checkIn_loadingText__f41OF .checkIn_loadingAnimationContainer__bC4h0{position:relative;height:4rem;width:4rem}