.header_full_width_container{background-color:#fff}.header_full_width_container>nav.navbar{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between;padding:10px 25px;grid-column-gap:25px}.header_full_width_container>nav.navbar>button{display:none;width:45px;height:45px;background-color:#36f;border:0px;cursor:pointer;border-radius:5px;transition:all .3s}.header_full_width_container>nav.navbar>button:hover{transform:scale(1.05)}@media(max-width:900px){.header_full_width_container>nav.navbar>button{display:flex;align-items:center;justify-content:center}}.header_full_width_container>nav.navbar>div.collapse{display:flex;flex-direction:row;justify-content:space-between;width:100%;gap:30px}.header_full_width_container>nav.navbar>div.collapse ul{display:flex;align-items:center;gap:25px;list-style:none;padding:0;margin:0}.header_full_width_container>nav.navbar>div.collapse ul li{text-align:center}.header_full_width_container>nav.navbar>div.collapse ul li a{color:#16161d;font-size:13pt}.header_full_width_container>nav.navbar>div.collapse ul li a.language{background-color:#faf9ff;border:1px solid #dde5fd;padding:18px;display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:center;border-radius:15px;transition:all .3s}.header_full_width_container>nav.navbar>div.collapse ul li a.language>svg{fill:#16161d}.header_full_width_container>nav.navbar>div.collapse ul li a.language:hover{transform:scale(1.03)}.header_full_width_container>nav.navbar>div.collapse>div{display:flex;flex-direction:row;gap:20px}.header_full_width_container>nav.navbar>div.collapse>div>div.temp,.header_full_width_container>nav.navbar>div.collapse>div>div.time{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}.header_full_width_container>nav.navbar>div.collapse>div>div.temp>p,.header_full_width_container>nav.navbar>div.collapse>div>div.time>p{font-size:12pt;line-height:1.2;font-weight:700}.header_full_width_container>nav.navbar>div.collapse>div>div.temp>p>span,.header_full_width_container>nav.navbar>div.collapse>div>div.time>p>span{font-size:10pt;font-weight:400}.header_full_width_container>nav.navbar>div.collapse>div>div.temp>p>span:before,.header_full_width_container>nav.navbar>div.collapse>div>div.time>p>span:before{content:"";display:block}.header_full_width_container>nav.navbar>div.collapse>div>div.temp>p>span>em,.header_full_width_container>nav.navbar>div.collapse>div>div.time>p>span>em{font-style:normal}.header_full_width_container>nav.navbar>div.collapse>div>div.search{display:flex;border:1px solid #3366FF;border-radius:5px}.header_full_width_container>nav.navbar>div.collapse>div>div.search>input{width:100%;height:100%;border:0px;background-color:#fff}.header_full_width_container>nav.navbar>div.collapse>div>div.search>input:focus-visible,.header_full_width_container>nav.navbar>div.collapse>div>div.search>input:focus-within{border:0px!important}.header_full_width_container>nav.navbar>div.collapse>div>div.search>button{border:0px;background-color:#36f;color:#fff;border-radius:0 5px 5px 0;padding:15px;cursor:pointer}.header_full_width_container>nav.navbar>div.collapse>div>div.search>button svg{fill:#fff}@media(max-width:1050px){.header_full_width_container>nav.navbar>div.collapse>div>div.search{display:none}}.header_full_width_container>nav.navbar>div.collapse>div>a{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#36f;padding:0 25px;border-radius:5px;color:#fff}@media(max-width:900px){.header_full_width_container>nav.navbar>div.collapse{display:none}}.mobile-menu{background:#fff;position:fixed;display:none;height:100vh;width:100vw;z-index:10000000000;left:0;top:0;transform:translate(100%)}.mobile-menu.open{display:block;animation:slide-in .4s forwards}.mobile-menu.close{animation:slide-out .4s forwards}.mobile-menu>div.top{display:flex;flex-direction:row;justify-content:space-between;padding:25px;border-bottom:1px solid #DDE5FD}.mobile-menu>div.top>div{display:flex;align-items:center;gap:15px;font-size:15pt}.mobile-menu>div.top>button{padding:8px;cursor:pointer;background-color:transparent;border:1px solid #007BFF;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s}.mobile-menu>div.top>button img{transition:transform .3s ease-in-out}.mobile-menu>div.top>button:hover{transform:scale(1.03)}.mobile-menu>div.top>button:hover>img{transform:rotate(180deg)}.mobile-menu>div.content{display:flex;flex-direction:column}.mobile-menu>div.content>div.items{display:flex;flex-direction:column}.mobile-menu>div.content>div.items>a{padding:16px 24px;display:flex;align-items:center;border-bottom:1px solid #DDE5FD;color:#314b66;line-height:1.5}.mobile-menu>div.content>div.items>a:hover{background-color:#f9f9f9}.mobile-menu>div.content>div.items>a.whatsapp{border-radius:8px;background:#25d366;color:#16161d;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:15px;gap:15px;margin-left:15px;margin-right:15px}.mobile-menu>div.content>div.items>a.my-booking{border-radius:8px;background:#fdc90d;color:#16161d;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:15px;margin-left:15px;margin-right:15px}.mobile-menu>div.content>div.items>div.info{padding:16px 24px}.mobile-menu>div.content>div.items>div.info>p:nth-child(1){font-size:11pt;font-weight:700}.mobile-menu>div.content>div.items>div.info>p:nth-child(2){color:#314b66}@keyframes slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slide-out{0%{transform:translate(0)}to{transform:translate(100%)}}div.bookingbox{box-shadow:0 0 40px #91a1b480;background-color:#fff;border-radius:8px;padding:16px}div.bookingbox>form,div.bookingbox>div{display:grid;grid-template-columns:1fr 91px;grid-column-gap:15px;column-gap:15px;grid-row-gap:15px;row-gap:15px;margin-bottom:15px}div.bookingbox>form>div.options,div.bookingbox>div>div.options{display:flex;justify-content:flex-end;gap:25px}div.bookingbox>form>div.options>div.two,div.bookingbox>div>div.options>div.two{display:flex;flex-direction:row}div.bookingbox>form>div.options>div.two button,div.bookingbox>div>div.options>div.two button{background-color:#faf9ff;border:1px solid #dde5fd;cursor:pointer;padding:5px 19px;color:#16161d}div.bookingbox>form>div.options>div.two button.active,div.bookingbox>div>div.options>div.two button.active{background-color:#16161d;color:#fff}div.bookingbox>form>div.options>div.two button:nth-child(1),div.bookingbox>div>div.options>div.two button:nth-child(1){border-radius:5px 0 0 5px}div.bookingbox>form>div.options>div.two button:nth-child(2),div.bookingbox>div>div.options>div.two button:nth-child(2){border-radius:0 5px 5px 0}@media(max-width:767px){div.bookingbox>form>div.options>div.two button,div.bookingbox>div>div.options>div.two button{padding:15px}}div.bookingbox>form>div.elements,div.bookingbox>div>div.elements{display:flex;flex-direction:column;gap:15px;grid-column:1/3}div.bookingbox>form>div.elements>div.one,div.bookingbox>div>div.elements>div.one{display:grid;grid-template-columns:6fr 6fr 6fr 3fr;grid-column-gap:15px;column-gap:15px;grid-row-gap:10px;row-gap:10px}div.bookingbox>form>div.elements>div.one>div,div.bookingbox>div>div.elements>div.one>div{display:flex;flex-direction:column;gap:.5rem;position:relative}div.bookingbox>form>div.elements>div.one>div label,div.bookingbox>div>div.elements>div.one>div label{display:block;font-size:10pt;font-weight:700;color:#2e384d}div.bookingbox>form>div.elements>div.one>div input,div.bookingbox>form>div.elements>div.one>div select,div.bookingbox>div>div.elements>div.one>div input,div.bookingbox>div>div.elements>div.one>div select{width:100%;min-height:50px;border-radius:.5rem;font-size:.917rem}div.bookingbox>form>div.elements>div.one>div input:focus,div.bookingbox>form>div.elements>div.one>div select:focus,div.bookingbox>div>div.elements>div.one>div input:focus,div.bookingbox>div>div.elements>div.one>div select:focus{outline:none;border:1px solid #0381b4;box-shadow:0 0 0 3px #2563eb1a}div.bookingbox>form>div.elements>div.one>div input:disabled,div.bookingbox>form>div.elements>div.one>div select:disabled,div.bookingbox>div>div.elements>div.one>div input:disabled,div.bookingbox>div>div.elements>div.one>div select:disabled{background-color:#dde5fd;cursor:no-drop}div.bookingbox>form>div.elements>div.one>div input.hightlight,div.bookingbox>form>div.elements>div.one>div select.hightlight,div.bookingbox>div>div.elements>div.one>div input.hightlight,div.bookingbox>div>div.elements>div.one>div select.hightlight{border:1px solid #dc3545}div.bookingbox>form>div.elements>div.one>div input#aff-input-from:before,div.bookingbox>form>div.elements>div.one>div select#aff-input-from:before,div.bookingbox>div>div.elements>div.one>div input#aff-input-from:before,div.bookingbox>div>div.elements>div.one>div select#aff-input-from:before{content:"";display:inline-block;width:20px;height:20px;margin-right:5px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE/SURBVHgBxZM9TsMwFMffs4mEmLx2yxGspjvlCL0BlahgKzegvUHYopYh3ABu0BGpSWVOQLauYWFAqc0zFW0SJ4oYEH8pit7X773nOAD/LWxySnkrGPuYIqIPYIQx8Ko1i5WKsk5AEFxPAfSMQqIeI9Bss1nMyz5eNvr9ySUiRFR8Ck3jIgx7veB9u01ffnysmoB30CGCVHIOgMHgakgvv5Y8N8aMawwh5UQ6AEqs7YzPSbKgnZcxGU+VrgwOgJNjN8zpkEoy51Le+J63E1ofC/YAnjmAoigU515eOn3BuX7TuvqhqEmWptHKWUGpmCbAe+gQjf9YscuG1p+h7dBWbGNFcRa2AuwUnJsRpeZuscnpNl4oFeatAKv1eqkQLaQ+uhk1XWUHYJUkDyuA3fcktjNjbLz3/VL2p7IP/KW+ALs1fenmOQGgAAAAAElFTkSuQmCC) no-repeat center center;background-size:cover}div.bookingbox>form>div.elements>div.one>div>div,div.bookingbox>div>div.elements>div.one>div>div{position:absolute;width:100%;background-color:#fff;border:1px solid #dde5fd;border-radius:5px;z-index:1}div.bookingbox>form>div.elements>div.one>div>div>div,div.bookingbox>div>div.elements>div.one>div>div>div{padding:15px;line-height:1.3;font-size:10pt;cursor:pointer;transition:all .3s;color:#191970;font-weight:700;border-bottom:1px solid #dde5fd}div.bookingbox>form>div.elements>div.one>div>div>div>span,div.bookingbox>div>div.elements>div.one>div>div>div>span{display:block;font-size:9pt;font-weight:400;padding-top:5px}div.bookingbox>form>div.elements>div.one>div>div>div:last-child,div.bookingbox>div>div.elements>div.one>div>div>div:last-child{border:0px}div.bookingbox>form>div.elements>div.one>div>div>div.loader,div.bookingbox>div>div.elements>div.one>div>div>div.loader{border-bottom:0px;text-align:center}div.bookingbox>form>div.elements>div.one>div>div>div.loader>img,div.bookingbox>div>div.elements>div.one>div>div>div.loader>img{width:35px;height:auto}div.bookingbox>form>div.elements>div.one>div>div:empty,div.bookingbox>div>div.elements>div.one>div>div:empty{border:0px}div.bookingbox>form>div.elements>div.one.hidden,div.bookingbox>div>div.elements>div.one.hidden{display:none}@media(max-width:900px){div.bookingbox>form>div.elements>div.one,div.bookingbox>div>div.elements>div.one{grid-template-columns:1fr 1fr}div.bookingbox>form>div.elements>div.one>.aff-item-transfer-type,div.bookingbox>div>div.elements>div.one>.aff-item-transfer-type{grid-column:1/-1}div.bookingbox>form>div.elements>div.one>.aff-item-1,div.bookingbox>div>div.elements>div.one>.aff-item-1{grid-column:1/2}div.bookingbox>form>div.elements>div.one>.aff-item-2,div.bookingbox>div>div.elements>div.one>.aff-item-2{grid-column:2/3}div.bookingbox>form>div.elements>div.one>.aff-item-5,div.bookingbox>div>div.elements>div.one>.aff-item-5{grid-column:1/2}}@media(max-width:550px){div.bookingbox>form>div.elements>div.one,div.bookingbox>div>div.elements>div.one{grid-template-columns:1fr}div.bookingbox>form>div.elements>div.one>div,div.bookingbox>div>div.elements>div.one>div{grid-column:1/-1!important}}div.bookingbox>form>div.button,div.bookingbox>div>div.button{grid-column:2/3;grid-row:1/2}div.bookingbox>form>div.button button,div.bookingbox>div>div.button button{background:#fdc90d;border:1px solid #FDC90D;width:100%;height:53px;color:#16161d;border-radius:4px;text-transform:uppercase;transition:all .3s;cursor:pointer}div.bookingbox>form>div.button button:hover,div.bookingbox>div>div.button button:hover{transform:scale(1.03)}@media(max-width:767px){div.bookingbox>form>div.button,div.bookingbox>div>div.button{grid-column:initial;grid-row:initial}}@media(max-width:767px){div.bookingbox>form,div.bookingbox>div{grid-template-columns:1fr;grid-column-gap:0px}}div.bookingbox>div#aff-error-list{background:#fef0f0;border-left:solid 3px #e70000;color:#e70000;padding:7px 10px;font-size:11pt;margin-bottom:8px}div.bookingbox>div#aff-error-list:empty{padding:0;margin-bottom:0}div.bookingbox>p{margin:0;display:flex;align-items:center;gap:5px}div.bookingbox>p>span{display:inline-flex}div.bookingbox>p>span:after{content:"";background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="2500" height="780" viewBox="329.775 439.999 320.426 100.002"><path d="M498.65 465.125c0 3.604-2.904 6.506-6.508 6.506s-6.506-2.902-6.506-6.506 2.803-6.506 6.506-6.506c3.706.1 6.508 3.003 6.508 6.506zm-26.828 13.114v1.602s-3.102-4.006-9.709-4.006c-10.91 0-19.42 8.309-19.42 19.82 0 11.412 8.41 19.82 19.42 19.82 6.707 0 9.709-4.104 9.709-4.104v1.701c0 .801.602 1.4 1.402 1.4h8.107v-37.639h-8.107c-.8.003-1.402.705-1.402 1.406zm0 24.123c-1.5 2.203-4.504 4.105-8.107 4.105-6.406 0-11.312-4.004-11.312-10.812 0-6.807 4.906-10.811 11.312-10.811 3.504 0 6.707 2.002 8.107 4.104v13.414zm15.516-25.526h9.609v37.639h-9.609v-37.639zm143.545-1.002c-6.607 0-9.711 4.006-9.711 4.006v-21.121h-9.609v55.756h8.109c.801 0 1.4-.701 1.4-1.402v-1.701s3.104 4.104 9.709 4.104c10.912 0 19.42-8.406 19.42-19.818s-8.508-19.824-19.318-19.824zm-1.602 30.532c-3.705 0-6.607-1.9-8.109-4.104v-13.414c1.502-2.002 4.705-4.104 8.109-4.104 6.406 0 11.311 4.004 11.311 10.811s-4.904 10.811-11.311 10.811zm-22.722-14.213v22.422h-9.611v-21.322c0-6.205-2.002-8.709-7.404-8.709-2.902 0-5.906 1.502-7.811 3.705v26.227h-9.607v-37.639h7.605c.801 0 1.402.701 1.402 1.402v1.602c2.803-2.904 6.506-4.006 10.209-4.006 4.205 0 7.709 1.203 10.512 3.605 3.402 2.803 4.705 6.406 4.705 12.713zm-57.76-16.319c-6.605 0-9.709 4.006-9.709 4.006v-21.121h-9.609v55.756h8.107c.801 0 1.402-.701 1.402-1.402v-1.701s3.104 4.104 9.709 4.104c10.912 0 19.42-8.406 19.42-19.818.1-11.413-8.408-19.824-19.32-19.824zm-1.602 30.532c-3.703 0-6.605-1.9-8.107-4.104v-13.414c1.502-2.002 4.705-4.104 8.107-4.104 6.408 0 11.312 4.004 11.312 10.811s-4.904 10.811-11.312 10.811zm-26.025-30.532c2.902 0 4.404.502 4.404.502v8.908s-8.008-2.703-13.012 3.004v26.326h-9.611v-37.738h8.109c.801 0 1.4.701 1.4 1.402v1.602c1.804-2.103 5.708-4.006 8.71-4.006zm-99.799 35.237c-.5-1.201-1.001-2.502-1.501-3.604-.802-1.801-1.603-3.504-2.302-5.105l-.1-.1c-6.908-15.016-14.314-30.23-22.123-45.244l-.3-.602a196.953 196.953 0 0 1-2.401-4.705c-1.002-1.803-2.002-3.703-3.604-5.506-3.203-4.004-7.808-6.207-12.712-6.207-5.006 0-9.51 2.203-12.812 6.006-1.502 1.801-2.604 3.703-3.604 5.506a217.271 217.271 0 0 1-2.401 4.705l-.301.602c-7.708 15.014-15.215 30.229-22.122 45.244l-.101.199c-.7 1.604-1.502 3.305-2.303 5.105-.5 1.102-1 2.303-1.5 3.604-1.302 3.703-1.703 7.207-1.201 10.812 1.101 7.508 6.105 13.812 13.013 16.617 2.603 1.102 5.306 1.602 8.108 1.602.801 0 1.801-.1 2.603-.201 3.304-.4 6.707-1.5 10.011-3.402 4.104-2.303 8.008-5.605 12.412-10.41 4.404 4.805 8.408 8.107 12.412 10.41 3.305 1.902 6.707 3.002 10.01 3.402.801.102 1.803.201 2.604.201 2.803 0 5.605-.5 8.107-1.602 7.008-2.805 11.912-9.209 13.014-16.617.795-3.503.395-7.005-.906-10.71zm-45.144 5.205c-5.406-6.807-8.91-13.213-10.11-18.617-.5-2.303-.601-4.305-.3-6.107.199-1.602.801-3.004 1.602-4.205 1.902-2.701 5.105-4.404 8.809-4.404 3.705 0 7.008 1.602 8.81 4.404.801 1.201 1.401 2.604 1.603 4.205.299 1.803.199 3.904-.301 6.107-1.205 5.304-4.709 11.711-10.113 18.617zm39.938 4.705c-.7 5.205-4.204 9.711-9.108 11.713-2.402 1-5.006 1.301-7.607 1-2.502-.301-5.006-1.102-7.607-2.602-3.604-2.004-7.207-5.105-11.412-9.711 6.606-8.107 10.61-15.516 12.112-22.121.701-3.104.802-5.906.5-8.51-.399-2.502-1.301-4.805-2.702-6.807-3.105-4.506-8.311-7.107-14.115-7.107s-11.01 2.703-14.113 7.107c-1.401 2.002-2.303 4.305-2.703 6.807-.4 2.604-.301 5.506.5 8.51 1.501 6.605 5.605 14.113 12.111 22.221-4.104 4.605-7.808 7.709-11.412 9.711-2.603 1.502-5.104 2.303-7.606 2.602-2.702.301-5.306-.1-7.608-1-4.904-2.002-8.408-6.508-9.108-11.713-.3-2.502-.101-5.004.901-7.807.299-1.002.801-2.002 1.301-3.203.701-1.602 1.5-3.305 2.302-5.006l.101-.199c6.906-14.916 14.313-30.131 22.021-44.945l.3-.602c.802-1.5 1.603-3.102 2.403-4.604.801-1.602 1.701-3.104 2.803-4.406 2.102-2.4 4.904-3.703 8.008-3.703s5.906 1.303 8.008 3.703c1.102 1.305 2.002 2.807 2.803 4.406.802 1.502 1.603 3.104 2.402 4.604l.301.602a1325.424 1325.424 0 0 1 21.922 45.045v.1c.802 1.604 1.502 3.404 2.303 5.008.5 1.199 1.001 2.199 1.301 3.201.799 2.6 1.099 5.104.698 7.706z" fill="%23ff5a5f"/></svg>');background-repeat:no-repeat;background-size:contain;width:80px;height:25px}@media(max-width:767px){div.bookingbox>p>span{align-self:flex-end}}.faqs_section{padding-top:15px}.faqs_section>div.top{display:flex;flex-direction:column;gap:8px;margin-bottom:25px;text-align:left}.faqs_section>div.top h2{font-weight:700}.faqs_section>div.bottom{display:flex;flex-direction:column;border-radius:10px;padding-bottom:50px;gap:25px}.faqs_section>div.bottom>div{border-radius:8px;background-color:#00468e0d}.faqs_section>div.bottom>div>h3{cursor:pointer;display:grid;grid-template-columns:1fr 25px;grid-column-gap:15px;padding:20px}.faqs_section>div.bottom>div>h3:after{content:"";transition:transform .3s ease-in-out;transform:rotate(180deg);background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABfSURBVHgBfcuxDYAwDATAfwjMkRmoaLMLBVuwBi2T0DJGmAOBiQuQhRIsWfK/zuwGmVjD42fkxO5ah+W4sKZcwjGZQL36UXwBx6ZC2GZGPk0Gv0gD7bvBsCg7inW//Q2J9iRKAzBkDgAAAABJRU5ErkJggg==);background-repeat:no-repeat;display:flex;align-self:center;width:10px;height:5px}.faqs_section>div.bottom>div>div{padding:0 20px 20px}.faqs_section>div.bottom>div>div>p{line-height:1.5;margin-bottom:15px}.faqs_section>div.bottom>div>div>ul li,.faqs_section>div.bottom>div>div>ol li{line-height:1.5;margin-bottom:15px}.faqs_section>div.bottom>div>div>h3{margin-bottom:15px}.faqs_section>div.bottom>div.hidden>h3{border-bottom:0px}.faqs_section>div.bottom>div.hidden>h3:after{transition:transform .3s ease-in-out;transform:rotate(0)}.faqs_section>div.bottom>div.hidden>div{display:none}.faqs_section .table-two-columns{width:100%;border-collapse:collapse}.faqs_section .table-two-columns tr:nth-child(odd){background:#fff}.faqs_section .table-two-columns th,.faqs_section .table-two-columns td{font-size:17px;line-height:25.5px;letter-spacing:.2px;font-weight:400;width:50%;text-align:left;padding:10px}.footer-content{box-shadow:0 0 34px #16161d21;padding-top:35px;padding-bottom:25px}.footer-content>div.container{display:flex;flex-direction:column;gap:15px}.footer-content>div.container>div.top{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-column-gap:15px;grid-row-gap:15px}.footer-content>div.container>div.top>div{display:flex;flex-direction:column;gap:8px}.footer-content>div.container>div.top>div h2{font-size:12pt;color:#0a142f}.footer-content>div.container>div.top>div>a{color:#16161d}.footer-content>div.container>div.top>div>a.two{display:flex;flex-direction:row;gap:8px;align-items:center}@media(max-width:767px){.footer-content>div.container>div.top{grid-template-columns:1fr 1fr}}@media(max-width:450px){.footer-content>div.container>div.top{grid-template-columns:1fr}}.footer-content>div.container>div.bottom{display:flex;flex-direction:column;gap:15px}.footer-content>div.container>div.bottom>div.top{display:flex;flex-direction:column;align-items:center;gap:8px}.footer-content>div.container>div.bottom>div.top>hr{border:0px;border-bottom:1px solid rgba(0,70,142,.0509803922);width:100%}@media(max-width:767px){.footer-content>div.container>div.bottom>div.top{align-items:flex-start}}.footer-content>div.container>div.bottom>div.middle{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:15px}.footer-content>div.container>div.bottom>div.middle>div{display:flex;flex-direction:column;gap:8px}@media(max-width:767px){.footer-content>div.container>div.bottom>div.middle{grid-template-columns:1fr;grid-row-gap:15px}}.footer-content>div.container>div.bottom>div.bottom{display:flex;flex-direction:column;align-items:center}@media(max-width:767px){.footer-content>div.container>div.bottom>div.bottom{align-items:flex-start}}.section{padding-top:50px;padding-bottom:50px}.table-responsive{width:100%;border-spacing:0}.table-responsive th{background-color:#00468e;padding:10px;color:#fff;font-size:13px;text-align:left;border-left:1px solid white}@media(min-width:767px){.table-responsive th:first-of-type{border-top-left-radius:8px;border-bottom-left-radius:8px;border-left:none}.table-responsive th:last-of-type{border-top-right-radius:8px;border-bottom-right-radius:8px}}.table-responsive td{padding:15px 10px;color:#415d6a;font-size:13px}.table-responsive tr:nth-child(2n) td{background-color:#00468e0d}@media(min-width:767px){.table-responsive tr:nth-child(2n) td:first-of-type{border-top-left-radius:8px;border-bottom-left-radius:8px;border-left:none}.table-responsive tr:nth-child(2n) td:last-of-type{border-top-right-radius:8px;border-bottom-right-radius:8px}}.main-section h1{font-size:55px;text-align:center;margin-bottom:30px}.main-section>div.bbox-container{margin-bottom:25px}.main-section .cards-container{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:30px;row-gap:10px;margin-bottom:50px}.main-section .little-card{border:1px solid #D0D5DD;border-radius:16px;padding:18px 30px 18px 60px;position:relative}.main-section .little-card p{margin:0}.main-section .little-card .card-title{font-size:18px;color:#16161d;font-weight:700;line-height:22px}.main-section .little-card .card-description{color:#16161d9e;font-size:15px}.main-section .little-card img{position:absolute;top:0;bottom:0;margin:auto;left:15px}.main-section .banner{width:100%;height:auto}@media(max-width:1200px){.main-section .little-card .card-title{font-size:18px}.main-section .little-card .card-description{font-size:14px}}@media(max-width:900px){.main-section .cards-container{grid-template-columns:1fr}}@media(max-width:800px){.main-section h1{font-size:40px}}@media(max-width:500px){.main-section h1{font-size:30px}}.destinations-section{display:flex;flex-direction:column;gap:25px;padding-top:35px;padding-bottom:35px}.destinations-section>div.top{text-align:center}.destinations-section>div.bottom{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-column-gap:25px;grid-row-gap:25px}.destinations-section>div.bottom>div{display:grid;grid-template-rows:1fr auto}.destinations-section>div.bottom>div>picture img{width:100%;height:auto;object-fit:contain;border-radius:8px}@media(max-width:991px){.destinations-section>div.bottom>div>picture img{max-height:250px;object-fit:cover}}.destinations-section>div.bottom>div>div>*:nth-child(1){font-size:12pt;font-weight:700;display:flex;flex-direction:row;gap:8px}.destinations-section>div.bottom>div>div>*:nth-child(1)>span{color:#16161d80;font-weight:400;display:flex;align-items:center;gap:5px;font-size:10pt}.destinations-section>div.bottom>div>div>*:nth-child(1)>span:before{content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGUSURBVHgB5VRRTsJAEJ2dLUiimHKD4gWoP8Z+iTfwBngDjwCeQPQEegOP4B+BH7mBeAKaoAkBdsfdTUpqu+CukvjBS5o2k5l587qzD2CvQKPjG/341DDXRBqEkUTxpr+lpMtK8vHiUofgCAGil31zzrqudU4K8tNncFXhpCA/fQZXFT8qsE2fAeWyyZL5ZFv9RgX0GoaL0WFMKO425Uhe6S4HR22duynHKNBJyKgFiDEDFhORLojABwQpQxgTwEQKeidOz9Wzz7EhEMM6wa6hCPn5rGF+kdqIW9gxJNG9fq8PWf2mHqL7fm9trgZWK9z7RrArknzzEsFfSYrNrQS/JbE117DeA71i4IkAVo+2uJUACSPwhADediYgSTF4ghiLnQmUkV2AJ5QDRLZ4UAwoXwG5WIWl8yeYqsvzYKZC1oGClTAGLbASlwlCuRDTYuOgFvTZaZqakHJYbeHKezr5WqzyRpazjpUo5xCatuYoqI8H/ESvX76QJekkSGbXKHmTJDyBL1bD+hUNapFrvlakHRn+A19WRroyjKeyrQAAAABJRU5ErkJggg==);width:20px;height:20px;background-size:100%}.destinations-section>div.bottom>div>div>*:nth-child(2){color:#912211;text-decoration:line-through}.destinations-section>div.bottom>div>div>*:nth-child(3){font-size:12pt;font-weight:700;display:flex;flex-direction:row;gap:8px}.destinations-section>div.bottom>div>div>*:nth-child(3)>span{color:#16161d80;font-weight:400;display:flex;align-items:center;gap:5px;font-size:10pt}@media(max-width:1199px){.destinations-section>div.bottom>div>div>*:nth-child(3){flex-direction:column;gap:0}}.destinations-section>div.bottom>div>div>*:nth-child(4){background-color:#16161d;color:#fff;display:flex;padding:15px;align-items:center;justify-content:center;gap:8px;border-radius:8px;margin-top:10px}.destinations-section>div.bottom>div>div>*:nth-child(4):after{content:"";background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="white"/></svg>');background-repeat:no-repeat;width:15px;height:15px}@media(max-width:991px){.destinations-section>div.bottom{grid-template-columns:1fr 1fr 1fr}}@media(max-width:550px){.destinations-section>div.bottom{grid-template-columns:1fr 1fr}}@media(max-width:400px){.destinations-section>div.bottom{grid-template-columns:1fr}}.table-section{display:grid;grid-template-columns:365px 1fr;gap:20px;align-items:center}.table-section h2{font-size:27px;line-height:27px;margin-bottom:10px}.table-section p{font-size:15px;color:#415d6a}.table-section a{background-color:#fff;border:1px solid #16161D;border-radius:8px;padding:16px 40px 16px 16px;display:flex;width:fit-content;position:relative;color:#16161d;margin-top:20px}.table-section a:before{content:"";background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACiSURBVHgB5dO9DYMwEAXgu6PCKD8SmCYJygiMwAjZIKPE42QNNsgKkVIgqohILnFA1Hc2UPIkV773yZJ1EQjJsuKh1K6ytqu5mYi70PpUEuETEas43gOHsIC1v0apwxsRbhLCAhPSvXyICIQgXsCHBAESgnl+cbAwfe8MwYoQAc4qpGlxH188nbOZ091kWetrGVIWlunbJMlx+CZXt+3HcHN/NllcoIWnV5oAAAAASUVORK5CYII=);position:absolute;right:13px;margin:auto;top:0;bottom:0;width:16px;height:16px}@media(max-width:900px){.table-section{grid-template-columns:1fr}}.popular-section{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.popular-section h2{font-size:27px;margin-bottom:30px}.popular-section p{color:#415d6a;font-size:15px;margin-bottom:30px}.popular-section p:last-of-type{margin-bottom:0}.popular-section .banner{max-width:570px;width:100%;height:auto}.popular-section .book-now{width:100%;height:56px;color:#fff;background-color:#16161d;font-size:14px;border:none;border-radius:8px;cursor:pointer;margin-top:30px;display:flex;justify-content:center;align-items:center}.popular-section .book-now img{position:relative;left:8px}@media(max-width:620px){.popular-section{grid-template-columns:1fr}}.safety-tips-section{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.safety-tips-section h2{font-size:27px;margin-bottom:30px}.safety-tips-section p{color:#415d6a;font-size:15px;margin-bottom:30px}.safety-tips-section ul{padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:15px}.safety-tips-section li{display:grid;grid-template-columns:50px 1fr;align-items:center;border:1px solid #D0D5DD;padding:15px;color:#415d6a;border-radius:8px}.safety-tips-section li:before{content:"";width:34px;height:34px}.safety-tips-section li:nth-child(1):before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAjCAYAAADxG9hnAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHYSURBVHgB7ZZBTsJAFIb/aQVWmnoC0QuAN6iJJS7hBOIJDEEX7nBlohC8AXgD3IKG3kBPYPAGXUqBjq9tQqQMOKWDUcOXEMp0Sr+8N/PmARs2LIdJzTJvskiny3DdNuyrAdbAYhGzZgAZI7hOZVo00wSHg9HwMJwwdGDXHKxVJIhApk9XWSxj4pXwfNGBAjThaDqV/1YieFozoYgt4ShnxpdYDejzLpjlQGf3WKvIDPwB3WoNa0bDL0EiIsjBapTnRj3uqFqokiKsSOulODes0yIqNK5VpU2cGu4NIAPT9qAIcUSeLm0UmiXSNObuTXieInQOxSxOTbcizv/xnQmmKxf5A7vGqlOx0nKCOwZ+TKRQp12iKQ9/UAZGri06wcWpcXUbYWlfhoPx5BHyEnSCsxad5C8wm3NRXd6PnDSzwfeEh22AL6exo2Dsg0TsilwbEEqUp79dtht9Vq4x8oU8rwyuddCrvCIOUQnOz9CrtqPT5ERE+I1Taru4KOdxJHxW376pndo059ZtPolEMhHGwxwzfztv9WdkYkqEf5MEq96m8+Y0fBktXoxpIVPVjSmRXCQqE0VSwkdHUt66HRxY+xSF/KoSakREMjEl1FNoFqnmmNiw4T/zCW0GohlEDZcAAAAAAElFTkSuQmCC)}.safety-tips-section li:nth-child(2):before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAjCAYAAADxG9hnAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGYSURBVHgB7ZhBTsJAFIb/V0CMG7mB9QR6hJqIa4+ANyCiC1eWlYmGiCfQG6hbggFv4BHqDbrVyIxDu2JaO33DYCDwJU2b9u/0n755byYDLAlkVARhA7UdH5IasGV4OTZJio0ENz626iN15WM+Inx/HWF8Ff0l8Apfr9UfHZhA0kbaFuyMQO7DFVTcIYOR/2NjRKfK0L7DjgN1GFO/rJEIg/MANjR7Echcg1YyNCnNXsuoETLG28ULGPCMnPRCVRCujboKTbVdDDohSsIMDfk5N2NMx1BG6u2BAT80GcRZevaeMQcOjHj5c4gUn+C0whGrFG5B4mH2g0lY4lmhZI0PvpHkG5PZbCDRVVnypIk+wIRnpHl7CK+ihUKNDY9C7d59spZZmBGqtpFZn5D6Q1KvGT7q2+Y0tzaSi4ggwA6FjoOsobaL7jCbENMQRCWEMX4mr2DA+yODZP5gzSFlWcHZ9/gugA1Eu2VkZY34qn6MsEA2i2edtTQSFz0sNiLRhzNkYYEzb0uk69RTpbTflpjIPoYdh51aB34BhNRYXZfDO+gAAAAASUVORK5CYII=)}.safety-tips-section li:nth-child(3):before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAjCAYAAADxG9hnAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJfSURBVHgB7ZddbtNAEMf/Y9cuEoK6N8gR6AlwH1rxRjhBkxNUCfDAE+EJCalfJ8A5AfBWWqS4J8BH8BHCW1TS3e6uGztN1/ZunUqp1J8Ua7w7tmdnZmc2wBMrChlpvTlqgfER7oND2zjtpXVqazCnhQfEwYpg45EZFzjrh5UaO4cjEfRqnQUetUcKwkGAteevlDydpog/pbgnzTzivWjDcUfq5/khGrCCoQmPAnisrdWaskDUg7vjnKUgd5jLSzHkGQIw+q7VKit7fz7G4hpjCTRL1jLO+9uwRG8IRwLiv0rmUjwAekMcSvC7P4AJcgtjPYANmm3ePDTeyx+2VVRsjE3EvTGsDNk56Ihs3VMysROcffhZvPBry9oI9VXWEddjO0NIdd1QyZyGt+aKIpaI/rOFOnYPBuKFn0H0dtGQZgWNaD8zkJ8Y6TtOlD0nFibPOHPUe+TSORY1JlLyhIq4yrAAWZ+RxSy7r2YyAfz1RD3HVHgG5oZkSTW+M+77nVyWvcZ3YQWn1/O3DUKj4tzg8dvhqffILMEknHdx/j66kTdFjsy0pMcuxE+usqymyPkNzMK5wHK6r0NbYte0wa7eaeeJInWqkzuL63tTvUdkSSe1mvIOO9Hk0DyM/0MN9YZkoYgqdXz+V4RwmBe+RQj7ojBuyAwtK4DL6r6tPI/KIOpU/Y0yKPHfRHK5WYL9v4ybnEurMCjxbjtfred3oQuTQ12YwrEndlwIa0NMOO1Fxrq7h6FuuDBEZr7Pvyh5ypJ8nLFY9Iibm6ti3BFNi3O7c0j2QtG9Kc2+SWM8sepcA6nzpOSXK41uAAAAAElFTkSuQmCC)}.safety-tips-section .banner{max-width:570px;width:100%;height:auto}@media(max-width:620px){.safety-tips-section{grid-template-columns:1fr}}.faqs_section{padding-top:35px;padding-bottom:35px}.faqs_section>div.top{text-align:center}
