.chatbot{width:100%;height:100%;background:var(--colors-white,#ffffff);overflow:hidden;display:flex;flex-direction:column}.chatbot header{display:flex;flex-direction:row;width:100%;border-bottom-width:.8px;background:var(--brand-colours-chartreuse-yellow,#ebff00);box-shadow:0 4px 10px rgba(0,0,0,.24);z-index:99}.chatbot header .left{flex:3 1;padding:15px 0 12px 24px}.chatbot header .left .disclaimer{font-family:var(--font-inter);font-size:clamp(.6875rem,.75vw,.75rem);font-weight:400;line-height:1.25rem;color:var(--brand-colours-ocean-blue,#004568);display:flex;flex-direction:column;gap:4px;margin-top:8px}.chatbot header .left .disclaimer a{text-decoration:underline}.chatbot header .right{flex:0 1;padding:15px 16px 12px 0}.chatbot header .right svg{cursor:pointer}.chatbot main{flex:1 1;padding:0 16px 16px;overflow-y:auto;overscroll-behavior:contain}.chatbot main a{text-decoration:underline;font-weight:700}.chatbot main p:not(:last-child){margin-bottom:16px}.chatbot main ul{display:flex;flex-direction:column;gap:8px;margin:16px 0 24px 16px}.chatbot main ul li{display:list-item;list-style:inside;list-style-position:outside;margin:0}.chatbot main ul li p{margin-top:-20px}.chatbot main ol+ul{margin-top:-24px}.chatbot main ol+ul>li{margin-left:16px}.chatbot main ol{counter-reset:item;list-style:none;display:flex;flex-direction:column;gap:8px;margin:16px 0 24px 16px}.chatbot main ol ul{margin-top:1.2em;margin-bottom:0}.chatbot main ol>li{counter-increment:item;position:relative;margin:0}.chatbot main ol>li:before{content:counter(item) ". ";position:absolute;left:-1.2em}.chatbot main ol>li>ol{counter-reset:subitem;list-style:none;margin-top:1.2em;margin-bottom:0}.chatbot main ol>li>ol>li{counter-increment:subitem;position:relative;margin-left:1em}.chatbot main ol>li>ol>li:before{content:counter(item) "." counter(subitem) ". ";position:absolute;left:-2em}.chatbot footer{width:100%;opacity:1;gap:4.8px;padding:16px;background:var(--bg-footer,#ffffff);box-shadow:0 -3.2px 12.8px 0 rgba(0,0,0,.0784313725)}.chatbot footer .suggestions{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;gap:8px;margin-bottom:15px}.chatbot footer .suggestions button{font-family:var(--font-inter);font-size:clamp(.875rem,1vw,1rem);font-weight:400;line-height:1.4375rem;font-weight:700;padding:8px 12.8px;border-radius:9.68px;background:var(--brand-colours-wild-sand-30,#faf9f7);color:var(--brand-colours-ocean-blue,#004568);border:none;white-space:nowrap;cursor:pointer;width:-moz-fit-content;width:fit-content;box-shadow:0 .8px 0 0 rgba(0,0,0,.1215686275)}.chatbot footer form{position:relative;display:flex;align-items:center}.chatbot footer form textarea{font-family:var(--font-dm-sans);font-size:clamp(.75rem,.875vw,.875rem);font-weight:400;line-height:1.25rem;width:100%;min-height:52px;max-height:120px;padding:16px 48px 16px 17.6px;border-radius:9.68px;background:var(--brand-colours-wild-sand,#edebe5);border:none;outline:none;resize:none;overflow-y:auto;line-height:20px}.chatbot footer form textarea::placeholder{color:var(--brand-colours-ocean-blue,#004568)}.chatbot footer form svg{position:absolute;right:16px;cursor:pointer;background:rgba(0,0,0,0)}.chatbot .agent-message{gap:7.55px;margin-right:auto;background:var(--brand-colours-wild-sand-30,#faf9f7);color:var(--brand-colours-ocean-blue,#004568)}.chatbot .agent-message,.chatbot .user-message{font-family:var(--font-dm-sans);font-size:clamp(.75rem,.875vw,.875rem);font-weight:400;line-height:1.25rem;width:-moz-fit-content;width:fit-content;max-width:100%;white-space:pre-wrap;word-break:break-word;padding:15px;margin-top:16px;border-radius:12px}.chatbot .user-message{gap:6.45px;margin-left:auto;background:var(--brand-colours-ocean-blue-80,#336A86);color:var(--colors-white,#ffffff)}.chatbot .loading-indicator{width:-moz-fit-content;width:fit-content;padding:10px;margin:16px;border-radius:12px;border-bottom-left-radius:4px;background:var(--brand-colours-wild-sand-30,#faf9f7);color:var(--brand-colours-ocean-blue,#004568)}.chatbot .loading-indicator .dot{height:8px;width:8px;margin:0 4px;background-color:var(--brand-colours-ocean-blue,#004568);border-radius:50%;display:inline-block;animation:blink 1.4s infinite both}.chatbot .loading-indicator .dot:nth-child(2){animation-delay:.2s}.chatbot .loading-indicator .dot:nth-child(3){animation-delay:.4s}.chatbot-button{position:fixed;z-index:99;bottom:20px;right:40px}.chatbot-button .chatbot-icon{display:flex;align-items:center;justify-content:center;width:65px;height:65px;border-radius:50%;background-color:var(--brand-colours-ocean-sky-blue,#8FD9FC);box-shadow:0 4px 4px 0 rgba(0,0,0,.2509803922);border:none;cursor:pointer}.chatbot-button .chatbot-container{position:absolute;bottom:100%;right:100%;width:400px;max-height:calc(100vh - 85px);height:min(811px,100vh - 85px);border-radius:20px;overflow:hidden;box-shadow:0 4px 10px 0 rgba(0,0,0,.1019607843)}@media(max-width:600px){.chatbot-button .chatbot-container{width:100vw;height:100vh;bottom:-20px;right:-40px;border-radius:0}}.chatbot-button .chatbot-container.closed{display:none;pointer-events:none}.footer{background-color:var(--brand-colours-ocean-blue,#004568);padding-bottom:1.8rem;position:relative;z-index:1}.footer__inner{display:flex;flex-direction:column;gap:clamp(2rem,4vw,4.5rem)}.footer__brand{display:flex;justify-content:space-between;align-items:center}.footer__brand-logo{width:50%}@media(max-width:765px){.footer__brand-logo svg{width:60%;max-width:125px}}.footer__brand-copy{width:50%;background-color:var(--colors-white,#ffffff);padding:clamp(2.5rem,6.56vw,6.56rem) clamp(1rem,2vw,1.5rem) clamp(2.5rem,6.56vw,6.56rem) clamp(1.5rem,6vw,4.5rem);position:relative}.footer__brand-copy:after{content:"";background-color:inherit;position:absolute;top:0;right:-99vw;width:100vw;height:100%}@media(max-width:765px){.footer__brand-copy{padding:2.5rem 1rem;width:calc(50% + 1.8rem);margin-right:-1.8rem}.footer__brand-copy:after{display:none}}.footer__brand-copy p{width:100%;max-width:23rem}@media(max-width:765px){.footer__brand-copy p{max-width:none}}.footer__social{display:flex;justify-content:space-between;align-items:flex-start}.footer__social-links{display:flex;flex-direction:column;gap:clamp(.55rem,1.25vw,1.25rem);transform:scale(1)}.footer__social-links a{transition:transform .2s ease}.footer__social-links a:hover{transform:scale(1.03)}.footer__social-links p{border-bottom:1px solid var(--colors-white,#ffffff);display:inline-block}@media(max-width:810px){.footer__social-links p{font-size:.75rem!important}}.footer__social-icons{display:flex;gap:1.5rem}.footer__social-icons svg{transform:scale(1);transition:transform .3s ease}.footer__social-icons svg:hover{transform:scale(1.1)}@media(max-width:765px){.footer__social-icons{gap:clamp(.5rem,2vw,1.5rem)}}.footer__tc{display:flex;flex-direction:column;gap:clamp(2rem,3.5vw,3.5rem)}.footer__tc-call span{border-bottom:1px solid var(--colors-white,#ffffff)}.footer__tc-book{display:flex;gap:1.5rem;align-items:center}@media(max-width:600px){.footer__tc-book{flex-direction:column;align-items:flex-start;gap:2rem}}.footer__policy{display:flex;justify-content:space-between;align-items:flex-start}.footer__policy-links{display:flex;flex-direction:row;align-items:left;gap:clamp(.55rem,1.25vw,1.25rem);transform:scale(1)}.footer__policy-links a{transition:transform .2s ease}@media(hover:hover)and (pointer:fine){.footer__policy-links a:hover{transform:scale(1.03)}}.footer__policy-links p{border-bottom:1px solid var(--colors-white,#ffffff);display:inline-block;font-size:max(.75rem,min(1.09375vw,1.09375rem))}@media(max-width:810px){.footer__policy-links p{font-size:.75rem!important}.footer__policy-links{flex-direction:column}}*,:after,:before{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth}img{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{text-wrap:balance}li{all:unset}:root{--container:100rem;--header:7rem;--z-index-header:50;--colors-white:#ffffff;--colors-error:#ff0000;--brand-colours-chartreuse-yellow:#ebff00;--brand-colours-chartreuse-yellow-dark:#bccc00;--brand-colours-peach:#fca870;--brand-colours-ocean-blue:#004568;--brand-colours-ocean-blue-light:#4d7d95;--brand-colours-ocean-sky-blue:#8FD9FC;--brand-colours-pearl-bush:#e0d1cc;--brand-colours-pearl-bush-light:#eceae4;--brand-colours-wild-sand:#edebe5;--brand-colours-wild-sand-30:#faf9f7;--brand-colours-light-grey:#d5d3d0;--brand-colours-medium-grey:#a9a9a9;--web-variables-ocean-blu-20-light:#ccdae1;--web-variables-ocean-blue-80:#336A86}.u-c{width:100%;max-width:var(--container,100rem);margin:0 auto;padding-left:clamp(1.8rem,6vw,8.5rem);padding-right:clamp(1.8rem,6vw,8.5rem)}@media(max-width:765px){.u-c{padding-left:1.8rem;padding-right:1.8rem}}.u-p-tb{padding-block:clamp(3rem,10vw,10rem)}.u-pb-5{padding-bottom:clamp(3rem,8vw,8rem)}.u-g{background-color:#fff;background-image:radial-gradient(at 77% 19%,hsl(36,23%,91%) 0,transparent 50%),radial-gradient(at 12% 14%,hsl(189,100%,56%) 0,transparent 50%),radial-gradient(at 13% 86%,hsl(26,100%,62%) 0,transparent 50%),radial-gradient(at 88% 86%,hsl(10,21%,83%) 0,transparent 50%)}@keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}body,html{overflow-x:hidden}body{background:var(--colors-white,#ffffff);color:var(--brand-colours-ocean-blue,#004568);font-family:var(--font-dm-sans),system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{border-color:rgba(0,0,0,0)}main{padding-top:clamp(5.602rem,6.4vw,6.4rem)}