*{box-sizing:border-box}body{margin:0}:root{--sg-purple:#b92c91;--sg-yellow:#f8ce2a;--sg-blue:#16a3cc;--sg-camel-red:#e46f3c;--sg-coral:#e95556;--sg-orange:#d93b00;--sg-grey:#777474;--max-content-width:700px;--modal-tint-color:#b92c91}header{color:#fff;display:flex;justify-content:center;position:fixed;transition:background-color .8s cubic-bezier(.4,0,.2,1);width:100%;z-index:1}header .header-container{align-items:center;display:flex;justify-content:space-between;margin-top:20px;max-width:var(--max-content-width);padding:0 30px 10px;width:100%}header .header-container .logo{align-items:center;color:unset;display:flex;text-decoration:none}header .header-container .logo #logo-svg{fill:#fff}header .header-container .logo .logo-title{font-size:34px;font-weight:500;margin-left:10px}header .header-container #header-btn{background-color:transparent}header .header-container #ham-menu{fill:#fff}@media (max-width:480px){header .header-container{padding-bottom:10px}}@media (max-width:717px){header .header-container #header-btn{display:none}header .header-container #ham-menu{display:block}}@media (min-width:717px){header .header-container #header-btn{display:block}header .header-container #ham-menu{display:none}}header.yellow-bg .header-container .logo #logo-svg{fill:var(--sg-orange)}header.yellow-bg .logo-title{color:var(--sg-orange)}header.yellow-bg #ham-menu{fill:var(--sg-orange)}.button,button{background-color:transparent;border:none;border-radius:38px;color:#fff;cursor:pointer;display:inline-block;font-family:Quicksand,sans-serif;font-size:16px;font-weight:400;font-weight:700;height:fit-content;line-height:1.5;padding:10px 20px;text-decoration:none}sg-footer{width:100%}sg-footer footer{background-color:#fff;display:flex;height:130px;justify-content:center;width:100%}sg-footer footer .close-btn-container{display:none}@media (max-width:717px){sg-footer footer{display:none}}sg-footer footer .footer-content{max-width:var(--max-content-width);padding:30px;width:100%}sg-footer footer .footer-content .top-row a{color:var(--sg-grey);font-size:14px;margin-right:20px;text-decoration:none}sg-footer footer .footer-content .bottom-row{align-items:flex-end;display:flex;font-size:12px;justify-content:space-between;margin-top:30px}sg-footer footer .footer-content .bottom-row .store-icons{display:flex}sg-footer footer .footer-content .bottom-row .store-icons img{height:30px;margin-right:30px;width:100px}sg-modal-menu footer{display:none}@media (max-width:717px){sg-modal-menu footer.show-as-menu{background-color:#fff;bottom:0;display:block;left:0;overflow:hidden;padding:30px;position:fixed;right:0;top:0;transform:translateY(110%);transition:transform .5s ease;z-index:4}sg-modal-menu footer.show-as-menu .footer-content{display:flex;flex-direction:column;height:100%;justify-content:space-between}sg-modal-menu footer.show-as-menu .footer-content .top-row{align-items:center;display:flex;flex-direction:column}sg-modal-menu footer.show-as-menu .footer-content .top-row .close-btn-container{display:block;margin-top:10px;text-align:right}sg-modal-menu footer.show-as-menu .footer-content .top-row .close-btn-container .close-btn img{cursor:pointer}sg-modal-menu footer.show-as-menu .footer-content .top-row a{text-decoration:none}sg-modal-menu footer.show-as-menu .footer-content .top-row a:not(.close-btn){color:var(--sg-purple);font-family:Montserrat,sans-serif;font-size:22px;font-weight:500;margin-top:30px;text-align:left}sg-modal-menu footer.show-as-menu .footer-content .bottom-row{align-items:center;display:flex;flex-direction:column-reverse;font-size:18px}sg-modal-menu footer.show-as-menu .footer-content .bottom-row .store-icons{display:flex;flex-direction:column}sg-modal-menu footer.show-as-menu .footer-content .bottom-row .store-icons img{height:60px;margin-bottom:30px;width:200px}sg-modal-menu footer.show-as-menu.shown{transform:translateY(0)}}input,select,textarea{border:none;border-radius:25px;font-family:Montserrat,sans-serif;font-size:14px;margin:20px 0;outline:none;padding:17px;resize:none;width:230px}.mobileno-prompt{align-items:center;background-color:rgba(0,0,0,.3);bottom:0;display:none;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:4}.mobileno-prompt .modal-container{background-color:#fff;border-radius:20px;box-shadow:3px 3px 3px 0 rgba(0,0,0,.16);padding:30px}.mobileno-prompt .modal-container .title-container{color:var(--modal-tint-color,--sg-purple);display:flex;font-size:20px;font-weight:500;justify-content:space-between;margin-bottom:20px;width:100%}.mobileno-prompt .modal-container .title-container .close-btn{cursor:pointer}.mobileno-prompt .modal-container .desc{margin-bottom:20px;text-align:center}.mobileno-prompt .modal-container .select-container{display:inline-flex;position:relative}.mobileno-prompt .modal-container .select-container:after{align-items:center;color:var(--modal-tint-color,--sg-purple);content:"\f107";display:inline-flex;font-size:22px;font:var(--fa-font-solid);height:100%;justify-content:end;position:absolute;right:5px}.mobileno-prompt .modal-container .select-container select{-webkit-appearance:none;background-color:#fff;width:100px}.mobileno-prompt .modal-container .phoneno-combo{border:2px solid var(--modal-tint-color,--sg-purple);border-radius:25px}.mobileno-prompt .modal-container .phoneno-combo input,.mobileno-prompt .modal-container .phoneno-combo select{margin:0}.mobileno-prompt .modal-container .btn_container{display:flex;justify-content:center;margin-top:20px}.mobileno-prompt .modal-container .btn_container button{background-color:var(--modal-tint-color,--sg-purple)}.mobileno-prompt.shown{display:flex}.close-btn-container{display:block;text-align:right;width:100%}.close-btn-container img{height:18px;width:18px}.close-btn-container a{cursor:pointer}@keyframes slidein{0%{top:-30px}to{top:30px}}@keyframes slideout{0%{top:30px}to{top:-30px}}#snackbar-container{display:flex;justify-content:center}#snackbar-container.show{visibility:visible}#snackbar-container.show #snackbar{top:30px}#snackbar-container #snackbar{border-radius:10px;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);color:#5a5a5a;min-width:250px;padding-left:10px;position:fixed;text-align:center;top:-100px;transition-duration:.5s;transition-property:top;z-index:5}#snackbar-container #snackbar.success{background-color:#14928c}#snackbar-container #snackbar.success #front-icon{color:#14928c}#snackbar-container #snackbar.success #front-icon .fa-solid:before{content:"\f058"}#snackbar-container #snackbar.error{background-color:red}#snackbar-container #snackbar.error #front-icon{color:red}#snackbar-container #snackbar.error #front-icon .fa-solid:before{content:"\f057"}#snackbar-container #snackbar #msg-header{align-items:center;display:flex;font-size:20px;justify-content:space-between}#snackbar-container #snackbar .icon{background-size:contain;display:inline-block;height:20px;margin-right:10px;width:20px}#snackbar-container #snackbar #close img{cursor:pointer;height:15px;margin-left:10px;margin-top:8px}#snackbar-container #snackbar #msg-container{background-color:#fff;border-radius:0 10px 10px 0;padding:10px;text-align:left}#snackbar-container #snackbar #msg{font-size:16px;margin-left:30px;margin-right:35px}html{font-family:Montserrat;font-size:18px}h1{color:var(--sg-purple);font-family:Quicksand,sans-serif;font-size:1.34rem;font-weight:500}h2{font-size:1.25rem}main{display:flex;justify-content:center}.container{margin-top:80px;max-width:var(--max-content-width);padding:0 30px 30px}p{margin-top:unset}p:last-child{margin-bottom:unset}header{background-color:#fff;color:var(--sg-purple)}header #ham-menu,header .logo #logo-svg{fill:var(--sg-purple)!important}button#header-btn{background-color:var(--sg-purple)!important;color:#fff}
/*# sourceMappingURL=privacy.a9ae925a.css.map */
