*,:after,:before{margin:0;padding:0;box-sizing:inherit;font-family:inherit}body{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;position:relative;line-height:1.5;overflow-x:hidden;overflow-y:scroll}a{text-decoration:none;color:inherit}li{list-style:none}a:focus,button:focus,input:focus,textarea:focus{outline:none}button{border:none;cursor:pointer}textarea{resize:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width:75em){html{font-size:59%}}@media only screen and (max-width:56.25em){html{font-size:56%}}@media only screen and (min-width:112.5em){html{font-size:65%}}.header{position:fixed;width:100%;z-index:1000;background:transparent}.header__content{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;padding:5rem 6rem}@media only screen and (max-width:56.25em){.header__content{padding:2rem 0;width:90%;margin:auto}}.header__logo-container{width:12rem}.header__logo-text{font-size:3.5rem;font-weight:700}.header__links{display:-webkit-flex;display:flex}@media only screen and (max-width:56.25em){.header__links{display:none}}.header__link{padding:1rem 3rem;display:inline-block;font-size:1.7rem;color:#eee;letter-spacing:1px;font-weight:500}.header__link--hl{padding:1rem 4.5rem;font-weight:600;color:#000;background:#fff;border-radius:50px}.header__main-ham-menu-cont{display:none;width:3.2rem;padding:0}@media only screen and (max-width:56.25em){.header__main-ham-menu-cont{display:block}}.header__main-ham-menu{width:100%}.header__sm-menu{background:#fff;position:absolute;width:90%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:100%;display:none;box-shadow:0 0 10px rgba(0,0,0,.2)}.header__sm-menu--active{display:none}@media only screen and (max-width:56.25em){.header__sm-menu--active{display:block}}.header__sm-menu-link{padding:2.5rem 3rem;font-size:1.6rem;color:#999;text-align:right;border-bottom:1px solid #eee;font-weight:700;text-transform:uppercase;letter-spacing:2px}.header__sm-menu-link:last-child{border:none}.header__sm-menu-link-last{border-bottom:0}.hero{color:#fff;background:linear-gradient(90deg,transparent,transparent),url(/static/media/Banner.46ec6212.png);background-size:cover;background-position:top;position:relative}.hero,.hero__content{height:100vh;min-height:580px}.hero__content{max-width:120rem;width:90%;margin:auto;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.hero__heading-primary{font-size:8rem;font-weight:700;line-height:1.1}.hero__heading-primary-text{display:block}.chat-element{position:fixed;right:5rem;bottom:5rem;z-index:5;border-bottom-left-radius:50px;border-top-left-radius:50px;border-top-right-radius:50px;box-shadow:0 7px 29px 0 rgba(100,100,111,.2);cursor:pointer}@media only screen and (max-width:37.5em){.chat-element{right:2rem;bottom:2rem}}.chat-element:before{content:"";z-index:-1;width:3.5rem;height:3.5rem;position:absolute;bottom:0;left:3.5rem;background:#fff;border-bottom-right-radius:3px;box-shadow:0 7px 29px 0 rgba(100,100,111,.2)}@media only screen and (max-width:37.5em){.chat-element:before{width:3rem;height:3rem;left:3rem}}.chat-element__icon-cont{background-color:#fff;width:7rem;height:7rem;border-radius:50px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}@media only screen and (max-width:37.5em){.chat-element__icon-cont{width:6rem;height:6rem}}.chat-element__icon{width:2.5rem}@media only screen and (max-width:37.5em){.chat-element__icon{width:2rem}}.chat-element__close-icon{color:#555;font-size:3rem}.chat-container{background:#fff;width:90%;max-width:40rem;position:fixed;right:5rem;bottom:13rem;border-radius:5px;box-shadow:0 7px 29px 0 rgba(100,100,111,.2);z-index:5000}@media only screen and (max-width:37.5em){.chat-container{bottom:9rem;right:50%;-webkit-transform:translate(50%);transform:translate(50%)}}.chat-container__greetings{margin:1.5rem;background:#7f8ac5;border-radius:5px;padding:2rem 4rem}.chat-container__greetings-title{font-size:2.2rem;font-weight:600;margin-bottom:1rem}.chat-container__greetings-msg{font-size:1.3rem;font-weight:500}.chat-container__start{padding:2rem 6rem 4rem}.chat-container__start-title{font-size:1.6rem;color:#0c003a;margin-bottom:.8rem}.chat-container__start-msg{font-size:1.2rem;color:#555;margin-bottom:1.7rem;font-weight:500}.chat-container__start-btn{background:#13a884;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;border-radius:50px;padding:1.2rem 2rem;cursor:pointer}.chat-container__start-btn-text{color:#fff;font-weight:600;font-size:1.4rem;margin-right:7px}.chat-container__start-btn-icon{font-size:2rem;color:#fff}.chat-container__convo-main{height:30rem;padding:1.5rem 1.5rem 3rem;overflow-y:scroll;overflow-x:hidden}@media only screen and (max-width:37.5em){.chat-container__convo-main{height:27rem}}.chat-container__convo-main::-webkit-scrollbar{width:0;background:transparent}.chat-container__convo-main::-webkit-scrollbar-thumb{background:red}.chat-container__convo-main-msg-cont{margin-bottom:2.5rem}.chat-container__convo-main-msg-cont:last-child{margin-bottom:0}.chat-container__convo-main-msg{-webkit-animation:opacityFiller .5s;animation:opacityFiller .5s;color:#fff;max-width:65%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}@media only screen and (max-width:37.5em){.chat-container__convo-main-msg{max-width:75%}}.chat-container__convo-main-msg-text{background:#4c5aa1;font-size:1.2rem;padding:1.2rem 2rem;font-weight:500;border-radius:5px;border-bottom-right-radius:0;position:relative;word-break:break-word}.chat-container__convo-main-msg-text:after{content:"";display:block;-webkit-clip-path:polygon(0 0,100% 100%,100% 0);clip-path:polygon(0 0,100% 100%,100% 0);width:1.5rem;height:1.5rem;background:#4c5aa1;border-bottom-right-radius:5px;position:absolute;top:99%;right:0}.chat-container__convo-main-msg-text--support{border-bottom-right-radius:5px;border-bottom-left-radius:0;background:#ecf1fb;color:#444;width:calc(100% - 4rem)}.chat-container__convo-main-msg-text--support:after{content:"";-webkit-clip-path:polygon(0 0,0 100%,100% 0);clip-path:polygon(0 0,0 100%,100% 0);background:#ecf1fb;border-bottom-left-radius:5px;left:0}.chat-container__convo-main-msg-support-img-cont{width:3rem;height:3rem;margin-right:1rem;border-radius:50px;background:#000;overflow:hidden}.chat-container__convo-main-msg-support-img{width:100%;height:100%;object-fit:cover}.chat-container__convo-main-msg--user{margin-left:auto}.chat-container__convo-main-msg--support{margin:0}.chat-container__convo-branding{padding:1rem}.chat-container__convo-branding,.chat-container__convo-branding-img-cont{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.chat-container__convo-branding-img-cont{width:1.7rem;margin-right:1rem}.chat-container__convo-branding-img{width:100%}.chat-container__convo-branding-text{font-weight:500;color:#999}.chat-container__convo-form{display:-webkit-flex;display:flex}.chat-container__convo-form-input{padding:2.5rem 2rem 2.5rem 4rem;border:none;border-top:1px solid #d2d2d2;width:80%;font-size:1.5rem;font-weight:500;color:#333}.chat-container__convo-form-submit{cursor:pointer;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:20%;border-top:1px solid #d2d2d2}.chat-container__convo-form-submit-icon{font-size:2.5rem;color:#7f8ac5}@-webkit-keyframes opacityFiller{0%{opacity:0}to{opacity:1}}@keyframes opacityFiller{0%{opacity:0}to{opacity:1}}.dotsLoader{padding:0 5px}
/*# sourceMappingURL=main.ea35b038.chunk.css.map */