.ratings svg{fill:#fbbc30;color:#fbbc30}.fav{position:relative;z-index:1;display:flex}.fav__button{color:var(--body-grey);cursor:pointer;transition:color .25s ease-in-out}.fav__button:hover{color:#2daee1}.fav-dropdown{position:absolute;top:calc(100% + 16px);right:-12px;display:flex;flex-direction:column;gap:24px;border:1px solid #d3dce0;border-radius:16px;background-color:#fff;padding:24px 16px 16px;width:560px;max-height:720px;overflow:auto;box-shadow:0 4px 16px 1px rgba(0,0,0,.13),0 1px 4px -1px rgba(0,0,0,.2);cursor:default}.fav-dropdown__heading{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;font-size:32px;line-height:1em;font-weight:800;color:var(--heading-black)}.fav-dropdown__heading-title{justify-self:center;text-align:center}.fav-dropdown__heading-reload{justify-self:flex-end;width:36px;height:36px;color:var(--content-grey);border-radius:99999px;padding:4px;cursor:pointer;transition:color .25s ease-in-out}.fav-dropdown__heading-reload:hover{color:#2daee1;background-color:#f0f9ff}.fav-dropdown__heading-reload.loading{animation:Rotate .5s linear infinite;color:#2daee1}.fav-dropdown__empty{display:flex;flex-direction:column;align-items:center;gap:24px;font-size:32px;font-weight:800;color:#2daee1;margin-bottom:24px}.fav-dropdown__empty-illustration{width:360px;padding:48px;border-radius:24px 36px 16px 12px;background-color:#f7f8f9}.dropdown-enter-active,.dropdown-leave-active{transition:transform .25s ease-in-out,opacity .25s ease-in-out}.dropdown-enter-from,.dropdown-leave-to{opacity:0;transform:translateY(-20px)}@keyframes Rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.modal{position:fixed;top:0;left:0;z-index:3;display:flex;justify-content:center;align-items:center;background-color:rgba(55,58,62,.5019607843);width:100%;height:100%;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal__container{width:100%;background-color:#fff;border-radius:16px;padding:24px;box-shadow:0 8px 32px 2px rgba(0,0,0,.2666666667)}.modal__heading{font-size:28px;font-weight:800;color:var(--heading-black);margin-bottom:16px}.modal__heading-close{color:#999;background-color:hsla(0,0%,100%,0);border:none;border-radius:99999px;padding:8px;padding-right:0;cursor:pointer}.modal__warning{display:flex;align-items:center;gap:8px;font-size:16px;color:#ca8a04;background-color:#fefce8;padding:8px;border:1px solid #fde047;border-radius:8px}.modal__message{font-size:18px;color:var(--body-grey);margin-bottom:36px}.modal__footer{display:flex;justify-content:flex-end;gap:12px;padding-top:16px}.modal__footer-cancel,.modal__footer-done{font-size:1rem;font-weight:500;line-height:1.5em;border-radius:.5rem;padding:.25rem 1rem;border:none;cursor:pointer;transition:background-color .25s ease-in-out}.modal__footer-cancel{color:#2daee1;background-color:#fff}.modal__footer-cancel:focus,.modal__footer-cancel:hover{background-color:#f0f9ff}.modal__footer-done{color:#fff;background-color:#2daee1;box-shadow:0 0 6px rgba(45,174,225,.12),0 6px 6px rgba(45,174,225,.24)}.modal__footer-done:hover{background-color:#4dbae6}.modal__footer-done.danger{background-color:#f87171;box-shadow:0 0 6px rgba(248,113,113,.2509803922),0 6px 6px rgba(248,113,113,.3137254902)}.modal__footer-done.danger:hover{background-color:#ef4444}@media(min-width:576px){.modal__container{width:-moz-max-content;width:max-content}}.fade-back-enter-active,.fade-back-leave-active{transition:opacity .2s ease-in-out}.fade-back-enter-active>div,.fade-back-leave-active>div{transition:transform .2s ease-in-out}.fade-back-enter-from,.fade-back-leave-to{opacity:0}.fade-back-enter-from>div,.fade-back-leave-to>div{transform:scale(.75)}.user-dropdown{position:absolute;top:100%;right:-8px;background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px 0 rgba(0,0,0,.1333333333),0 1px 2px -4px rgba(0,0,0,.1333333333);border:1px solid rgba(212,214,216,.6901960784);line-height:1em}.user-dropdown-wrapper{position:relative}.user-dropdown__photo{width:42px;height:42px;box-shadow:0 8px 20px 0 rgba(0,0,0,.06),0 9px 16px -4px rgba(0,0,0,.04);border-radius:9999px;cursor:pointer}.user-dropdown__profile{display:flex;align-items:center;gap:16px;background-color:#f0f9ff;padding:16px 24px 16px 20px}.user-dropdown__profile-photo{height:100%;width:40px;border-radius:99999px}.user-dropdown__profile-text{display:flex;flex-direction:column;white-space:nowrap;min-width:150px}.user-dropdown__profile-name{font-size:16px;font-weight:800;color:var(--heading-black)}.user-dropdown__profile-page{font-size:14px;line-height:20px;color:#84898d;font-weight:300}.user-dropdown__logout,.user-dropdown__settings{display:flex;align-items:center;gap:20px;width:100%;color:var(--heading-black);font-size:16px;font-weight:400;padding:10px 24px}.user-dropdown__logout .vue-feather,.user-dropdown__settings .vue-feather{color:#2daee1}.user-dropdown__logout{background-color:transparent;border:none;cursor:pointer}.user-dropdown-enter-active,.user-dropdown-leave-active{transition:opacity .25s ease-in-out,transform .25s ease-in-out}.user-dropdown-enter-from,.user-dropdown-leave-to{transform:translateY(-16px);opacity:0}.nav-menu{display:flex;flex-direction:column;align-items:center;gap:8px;background-color:#fff;border-radius:0 0 8vw 8vw;padding:24px 0 36px;font-weight:500;margin-bottom:64px}.nav-menu-wrapper{position:fixed;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10000;overflow-y:auto;padding-bottom:100px}.nav-menu__pages{display:flex;flex-direction:column;gap:24px;width:180px;font-size:20px;line-height:1em;color:var(--heading-black);margin-top:16px}.nav-menu__links{gap:10px;font-size:17px;color:var(--content-grey)}.nav-menu__account,.nav-menu__links{display:flex;flex-direction:column;width:180px;margin-top:24px}.nav-menu__account{gap:8px;font-size:19px;color:var(--body-grey)}.nav-menu__account-profile{color:#2daee1}.nav-menu__login,.nav-menu__logout,.nav-menu__signup{display:flex;align-items:center;height:auto;width:220px;justify-content:center;background-color:#2daee1;color:#fff;font-size:18px;border-radius:99999px;border:none;padding:12px 0!important}.nav-menu__signup{background-color:#fff;color:#84898d;border:1px solid rgba(0,0,0,.0666666667)}.nav-menu__login,.nav-menu__logout{margin-top:24px}@media(min-width:768px){.nav-menu-wrapper{display:none}}.nav-menu-enter-active,.nav-menu-leave-active{transition:opacity .25s ease-in-out}.nav-menu-enter-active>.nav-menu,.nav-menu-leave-active>.nav-menu{transition:transform .25s ease-in-out}.nav-menu-enter-from,.nav-menu-leave-to{opacity:0}.nav-menu-enter-from>.nav-menu,.nav-menu-leave-to>.nav-menu{transform:translateY(-100vh)}.header{position:sticky;top:0;z-index:3;transition:box-shadow .25s ease-in-out}.header .nav{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1;height:80px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:4px 24px 0;background-color:hsla(0,0%,100%,.8);border-bottom:1px solid rgba(211,220,224,.5019607843);transition:border-color 1s ease-in-out,background-color .25s ease-in-out,color .25s ease-in-out}.header .nav.home{border-bottom-color:hsla(0,0%,100%,0)}.header .nav__logo{align-self:center;cursor:pointer;z-index:3}.header .nav__links{display:none;justify-content:center;align-items:flex-end;gap:8px;color:var(--body-grey);font-size:20px;font-weight:500}.header .nav__links-link{padding:0 8px 16px;border-bottom:2px solid hsla(0,0%,100%,0);transition:color .25s ease-in-out,border-color .1s ease-in-out,font-weight .25s ease-in-out}.header .nav__links-link:hover{border-bottom-color:hsla(0,0%,40%,.4)}.header .nav__links-link.router-link-active{color:var(--heading-black);font-weight:500;border-bottom-color:#2daee1}.header .nav__links-download{background-color:#bdbfc2;color:#fff}.header .nav__account{display:none;justify-content:flex-end;align-items:center;gap:24px}.header .nav__account-login,.header .nav__account-signup{transition:color .25s ease-in-out,background-color .25s ease-in-out}.header .nav__account-login{color:var(--heading-black);font-size:18px;padding:8px 16px}.header .nav__account-signup{background-color:#39bb8c;color:#fff;font-weight:300;border-radius:99999px;padding:4px 16px}.header .nav__menu{width:48px;height:80px;padding-left:16px;color:var(--body-grey);stroke-width:1.5;cursor:pointer}.header .nav:before{content:"";position:absolute;top:0;left:0;height:4px;width:100%;background:linear-gradient(90deg,#fb7554,#fbbc30,#7cbf4b,#2daee1,#8a88cd,#fb7554);background-size:200% 100%;animation:bar-colour-wheel 10s linear infinite}.header.scrolled{box-shadow:0 2px 8px -2px rgba(45,174,225,.2509803922)}.header.create-theme .nav{background-color:#f8fbfc}.header.create-theme .nav.scrolled{background-color:rgba(248,251,252,.7529411765)}.header.discover-theme .nav{background-color:#fffbf2}.header.discover-theme .nav.scrolled{background-color:rgba(255,251,242,.7529411765)}.header.discover-theme.scrolled{box-shadow:0 2px 8px -2px rgba(0,0,0,.1333333333)}.header.discover-theme .nav__account-login{color:#ff9a1f}.header.discover-theme .nav__account-signup{background-color:#e75d5b;color:#fff}.el-loading-parent--relative .header,.header.loading{z-index:10000}.el-loading-parent--relative .header .nav:before,.header.loading .nav:before{height:6px;animation:bar-colour-wheel 7s linear infinite;background:linear-gradient(90deg,#2daee1,#fff,#2daee1,#fff,#2daee1,#fff,#2daee1,#fff,#2daee1,#fff,#2daee1,#fff,#2daee1,#fff,#2daee1,#fff,#2daee1);background-size:200% 100%}@media(min-width:768px){.header .nav{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:unset;padding:4px 32px 0}.header .nav__account,.header .nav__links{display:flex}.header .nav__menu{display:none}}@media screen and (max-width:767px){.header .nav-bar .el-menu li{display:none}.header .menu-drawer-icon{display:block;z-index:2}}@media screen and (max-width:1023px){.header .nav-bar{justify-content:space-between;z-index:100;padding-right:24px;padding-left:24px}}@keyframes bar-colour-wheel{0%{background-position:0 50%}50%{background-position:200% 50%}to{background-position:0 50%}}.get-started{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0h1L0 6V5zm1 5v1H5z' fill='%23373a3e40' fill-opacity='.4'/%3E%3C/svg%3E");display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;text-align:center;background-color:#f7f8f9;padding:20px 20px 30px 20px;position:relative;min-height:0}.get-started h2{color:var(--heading-black);font-size:48px;font-weight:800;line-height:48px;letter-spacing:-.025em;margin-bottom:24px}.get-started p{color:var(--body-grey);font-size:21px;font-weight:500;line-height:26px;margin-bottom:24px}.get-started .get-started-btn-wrapper{padding-top:32px}.get-started .get-started-btn{border-radius:32px;background-color:#2daee1;box-shadow:0 0 8px rgba(45,174,225,.12),0 8px 8px rgba(45,174,225,.24);font-size:19px;font-weight:300;line-height:20px;width:100%;max-width:300px;padding:14px 16px;cursor:pointer;border:none;color:#fff;margin-bottom:24px;letter-spacing:.05em;transition:transform .25s ease-in-out,box-shadow 25s ease-in-out}.get-started .get-started-btn:hover{transform:scale(1.05);box-shadow:0 0 12px 2px rgba(45,174,225,.48),0 8px 8px -4px rgba(45,174,225,.56)}.get-started .get-started-mobile-store{width:100%;bottom:20px}.get-started .get-started-mobile-store img{margin:0 12px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@media(min-width:768px){.get-started{gap:40px}}.search-input-wrapper{width:100%;max-width:460px;height:100%;border-radius:32px;display:flex;align-items:center;padding:0 20px 0 28px;background-color:#e6eaee}.search-input-wrapper input{border:none;height:48px;width:100%;border-radius:32px;outline:none;font-size:18px;color:#5b5c5e;background-color:transparent}.search-input-wrapper img{width:24px;height:24px;cursor:pointer}.news-letter{align-self:center;width:100%;max-width:270px;text-align:center;max-height:45px}.news-letter input{font-size:15px}.news-letter i{cursor:pointer}.news-letter__message{display:flex;justify-content:space-evenly;align-items:center;margin-top:3px}.news-letter__message.error{color:#e8514f}.footer-border{width:100%;border-top:1px solid rgba(212,214,216,.5019607843)}.footer-wrapper{display:flex;flex-direction:column;gap:32px;padding-bottom:64px}.footer-wrapper .footer-contents{display:flex;flex-direction:column;align-items:center;justify-content:space-around;gap:24px;flex-wrap:wrap;margin-top:50px}.footer-wrapper .footer-contents .footer-options{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.footer-wrapper .footer-contents .footer-options a{font-size:14px;color:#6c6c6c;font-weight:500;letter-spacing:2px;line-height:19px;text-decoration:none}.footer-wrapper .footer-contents .footer-social-media{display:flex;align-items:center;max-height:30px;min-width:200px;gap:24px}.footer-wrapper .footer-contents .footer-social-media a{transition:transform .25s ease-in-out,filter .25s ease-in-out}.footer-wrapper .footer-contents .footer-social-media a img{width:28px;height:28px}.footer-wrapper .footer-contents .footer-social-media a:hover{transform:scale(1.5);filter:drop-shadow(0 4px 2px rgba(0,0,0,.2))}.footer-wrapper .footer-bottom{display:flex;flex-direction:column;justify-content:space-around;gap:32px}.footer-wrapper .footer-bottom .footer-credits{width:-moz-max-content;width:max-content;align-self:center;display:flex;align-items:center;text-align:center;gap:12px;color:var(--heading-black);font-weight:500;border-radius:99999px;padding:8px 24px 8px 18px;font-size:15px}.footer-wrapper .footer-bottom .footer-credits .copyright{color:var(--content-grey);font-size:24px;font-weight:800;font-family:arial}@media(min-width:380px){.footer-wrapper .footer-bottom .footer-credits{padding:8px 24px 8px 24px}.footer-wrapper .footer-bottom .footer-credits .copyright{font-size:18px;font-family:inherit}.footer-wrapper .footer-bottom .footer-credits br{display:none}}@media(min-width:576px){.footer-wrapper{margin-bottom:96px}.footer-wrapper .footer-bottom .footer-credits{background-color:#f7f8f9}}@media(min-width:1024px){.footer-wrapper .footer-contents{flex-direction:row}.footer-wrapper .footer-contents .footer-options{gap:32px}.footer-wrapper .footer-bottom{flex-direction:row}}.popup-container{position:fixed;top:0;width:100vw;height:100vh;z-index:10000;display:flex;align-items:flex-start;background-color:rgba(0,0,0,.5333333333)}.location-popup{width:360px;display:flex;flex-direction:column;align-items:center;gap:24px;background-color:#fff;border-radius:16px;padding:32px;margin:32px}.location-popup__image{width:100%;max-width:320px;background-color:#f7f8f9;border-radius:24px;padding:8px 16px}.location-popup__heading{font-weight:800;font-size:24px;line-height:28px;color:var(--heading-black)}.location-popup__description{font-weight:500;font-size:17px;line-height:24px;color:var(--content-grey)}.location-popup__actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}.location-popup__actions-cancel{border-radius:8px;background-color:transparent;color:#2daee1;border:none;padding:8px 20px;font-size:16px;font-weight:800;cursor:pointer}.location-popup__actions-cancel:hover{background-color:#f7f8f9;color:var(--primary-blue)}.location-popup__actions-allow{border-radius:8px;background-color:#2daee1;color:#fff;border:none;padding:8px 20px;font-size:16px;font-weight:800;cursor:pointer}.location-popup__actions-allow:hover{background-color:var(--primary-blue)}@media(min-width:768px){.location-popup{width:576px;flex-direction:row}.location-popup__image{width:200px}}*{box-sizing:border-box}body{margin:0}html{scroll-behavior:smooth}::-webkit-scrollbar{width:16px;padding:2px}::-webkit-scrollbar-track{background-color:#f0f9ff}::-webkit-scrollbar-thumb{padding:0 2px;background-color:rgba(55,58,62,.25098039215686274);border-radius:99999px;border:3px solid #f0f9ff}::-webkit-scrollbar-thumb:hover{background-color:rgba(55,58,62,.3764705882352941)}@font-face{font-family:Avenir;src:url(../fonts/Avenir\ Book.9f784699.ttf);font-weight:300;font-style:normal}@font-face{font-family:Avenir;src:url(../fonts/AvenirLTStd-Roman.b1d7c6e0.otf);font-weight:400;font-style:normal}@font-face{font-family:Avenir;src:url(../fonts/Avenir\ Medium.519023f4.ttf);font-weight:500;font-style:normal}@font-face{font-family:Avenir;src:url(../fonts/Avenir\ Heavy.1950c9e4.ttf);font-weight:800;font-style:normal}.container{width:100%;padding-right:24px;padding-left:24px;margin:0 auto}@media (min-width:576px){.container{width:540px}}@media (min-width:768px){.container{width:720px}}@media (min-width:1024px){.container{width:960px}}@media (min-width:1280px){.container{width:1160px}}@media (min-width:1440px){.container{width:1280px}}.pointer{cursor:pointer}.no-events{pointer-events:none}.text{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;white-space:pre-line;word-break:break-word}.hide-scroll-bar{-ms-overflow-style:none;scrollbar-width:none}.hide-scroll-bar::-webkit-scrollbar{display:none}.flex-centered{display:flex;justify-content:center}.btn-round{width:100%;border-radius:25px;border:1px solid #2daee1;padding:8px;cursor:pointer;color:#fff;font-size:17px;line-height:23px;font-weight:500}.btn-round.primary{background-color:#2daee1}.btn-round.plain{background-color:transparent;color:#2daee1}.btn-round-primary:disabled{cursor:not-allowed;opacity:.5}.error-text{font-size:12px;color:#f99c9b}a{text-decoration:inherit;color:inherit}@media screen and (max-width:1024px){.create-page,.create-tour,.discover,.edit-tour,.faq,.point-details,.profile,.settings,.terms,.tour-details{padding-top:0}}@media (max-width:576px){.no-gutter-mob{margin-left:0!important;margin-right:0!important}.no-gutter-mob .el-col{padding-left:0!important;padding-right:0!important}}.banner-text-wrapper{position:absolute;display:flex;flex-direction:column;justify-content:flex-start;width:100%;height:367px;top:133px;bottom:0;overflow:hidden}.banner-text-wrapper .banner-text{display:flex;flex-direction:column;margin:0 auto;padding:0 10%;width:100%;height:-moz-max-content;height:max-content}.banner-text-wrapper .banner-text__heading{display:block;font-size:30px;line-height:1.1em;color:#2daee1;font-weight:800;letter-spacing:-.025em;margin-bottom:24px}.banner-text-wrapper .banner-text__body{display:none;font-size:16px;line-height:1.5em;color:rgba(91,92,94,.8);max-width:20em;margin:0 0 24px 0}.banner-text-wrapper .banner-text button{width:100%;max-width:320px;border-radius:32px;height:48px;background-color:#2daee1;color:#fff;border:none;display:block;font-size:20px;font-weight:300;cursor:pointer}.banner-text-wrapper .banner-text__body,.banner-text-wrapper .banner-text__heading,.banner-text-wrapper .banner-text button{transition:color .5s ease-in-out,background-color .5s ease-in-out}.banner-text-wrapper .banner-text .mobile-apps{width:100%;max-width:320px;display:flex;justify-content:space-around;flex-wrap:wrap;margin-top:24px}.banner-text-wrapper .banner-text .mobile-apps img{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer}@media(min-width:380px){.banner-text-wrapper{bottom:unset;top:35vw;padding:0;overflow:unset}.banner-text-wrapper .banner-text{width:300px;padding:0}.banner-text-wrapper .banner-text__heading{font-size:30px;width:10em}.banner-text-wrapper .banner-text__body{display:inline-block}.banner-text-wrapper .banner-text .mobile-apps{flex-wrap:nowrap}}@media(min-width:576px){.banner-text-wrapper .banner-text{width:unset}.banner-text-wrapper .banner-text__heading{font-size:40px}.banner-text-wrapper .banner-text__body{font-size:18px}}@media(min-width:768px){.banner-text-wrapper{top:0;justify-content:center;height:calc(100% - 48px);left:40%;width:auto}.banner-text-wrapper .banner-text__heading{font-size:36px}.banner-text-wrapper .banner-text__body{font-size:20px}}@media(min-width:1024px){.banner-text-wrapper{top:0;justify-content:center;left:40%;height:calc(100% - 48px)}.banner-text-wrapper .banner-text__heading{font-size:42px}.banner-text-wrapper .banner-text__body{font-size:20px}}@media(min-width:1280px){.banner-text-wrapper{bottom:48px;padding-bottom:5%}.banner-text-wrapper .banner-text{justify-content:center}.banner-text-wrapper .banner-text__heading{font-size:48px}}@media(min-width:1440px){.banner-text-wrapper{bottom:64px}.banner-text-wrapper .banner-text__heading{font-size:52px}}.discover-theme .banner-text__heading{color:#373a3e}.discover-theme .banner-text button{background-color:#39bb8c}.home-page-banner{position:relative;min-height:380px;transition:background-color .5s ease-in-out}.home-page-banner .banner-images img{width:100%;min-width:380px;-o-object-fit:cover;object-fit:cover}@media(min-width:768px){.home-page-banner{aspect-ratio:91/58}}@media(min-width:1024px){.home-page-banner{aspect-ratio:1086/491}}.fade-enter-active,.fade-leave-active{transition:opacity .5s ease-in-out}.create-block{padding-top:70px;display:flex;justify-content:center;text-align:center;gap:40px;flex-wrap:wrap}.create-block-item{max-width:272px}.create-block-item .item__image{height:180px}.create-block-item .item__image img{text-align:center}.create-block-item .item__heading{font-size:28px;line-height:33px;color:var(--heading-black);font-weight:800}.create-block-item .item__content{line-height:1.75em;color:#84898d;min-height:5.25em}.discover-block{padding-top:70px;display:flex;justify-content:center;text-align:center;gap:40px;flex-wrap:wrap}.discover-block-item{max-width:272px}.discover-block-item .item__image{height:180px}.discover-block-item .item__image img{text-align:center}.discover-block-item .item__heading{font-size:28px;line-height:33px;color:var(--heading-black);font-weight:800}.discover-block-item .item__content{line-height:1.75em;color:#84898d;min-height:5.25em}.how-it-works{padding-bottom:100px;position:relative}.how-it-works .how-it-works__heading{font-size:48px;text-align:center;line-height:66px;color:var(--heading-black);margin-top:48px;margin-bottom:16px;font-weight:800}.how-it-works .mode-selector{display:flex;justify-content:center;flex-wrap:nowrap;text-align:center}.how-it-works .mode-selector .el-radio-button:first-child{border-radius:24px 0 0 24px}.how-it-works .mode-selector .el-radio-button:first-child:focus:not(.is-focus):not(:active):not(.is-disabled){box-shadow:inset -1px 0 0 2px #2daee1}.how-it-works .mode-selector .el-radio-button:last-child{border-radius:0 24px 24px 0}.how-it-works .mode-selector .el-radio-button:last-child:focus:not(.is-focus):not(:active):not(.is-disabled){box-shadow:inset 1px 0 0 2px #2daee1}.how-it-works .mode-selector .el-radio-button:last-child .el-radio-button__inner{border-radius:0 24px 24px 0}.how-it-works .mode-selector .el-radio-button:first-child .el-radio-button__inner{border-radius:24px 0 0 24px}.how-it-works .mode-selector .el-radio-button__inner{width:164px;font-size:1.125rem;border-width:2px}.how-it-works .mode-selector.create-theme .is-active .el-radio-button__inner{background-color:#a4ddf1!important;border-color:#a4ddf1!important;box-shadow:-1px 0 0 0 #a4ddf1!important}.how-it-works .mode-selector.create-theme .el-radio-button__inner{border-color:#a4ddf1!important;box-shadow:-1px 0 0 0 #a4ddf1!important}.how-it-works .mode-selector.create-theme .el-radio-button__inner :hover{color:#ffd371}.how-it-works .mode-selector.discover-theme .is-active .el-radio-button__inner{background-color:#ffd371!important;border-color:#ffd371!important;box-shadow:-1px 0 0 0 #ffd371!important}.how-it-works .mode-selector.discover-theme .el-radio-button__inner{border-color:#ffd371!important;box-shadow:-1px 0 0 0 #ffd371!important}.how-it-works .mode-selector.discover-theme .el-radio-button__inner:hover{color:var(--color-black)}@media(max-width:360px){.mode-selector .el-radio-button__inner{width:120px}}.slide-right-enter-active,.slide-right-leave-active{transition:transform .75s ease-in-out}.slide-right-enter-from{transform:translateX(-100vw)}.slide-right-leave-to{transform:translateX(100vw)}.slide-right-leave-active{position:absolute;padding-left:inherit;padding-right:inherit;left:0;right:0}.slide-left-enter-active,.slide-left-leave-active{transition:transform .75s ease-in-out}.slide-left-enter-from{transform:translateX(100vw)}.slide-left-leave-to{transform:translateX(-100vw)}.slide-left-leave-active{position:absolute;padding-left:inherit;padding-right:inherit;left:0;right:0}.features-heading{font-size:3.5rem;text-align:center;line-height:3.5rem;color:var(--heading-black);margin-bottom:20px;font-weight:800}.feature{margin-top:70px;padding-bottom:50px}.feature:nth-child(3) .feature-content{margin:0 auto}.feature-content{max-width:414px;display:flex;flex-direction:column;margin-left:auto}.feature-content h3{color:var(--heading-black);font-size:2.6rem;line-height:2.8rem;font-weight:800;margin:0 0 25px 0}.feature-content p{color:#858585;font-size:18px;line-height:30px;font-weight:400;margin:0}.feature-content a{text-decoration:none;color:#2daee1;font-size:20px;line-height:27px;margin-top:35px;display:inline-block}.feature-image img{max-width:100%;margin:0 auto;display:block}@media screen and (max-width:1200px){.feature-content{margin:0 auto}.feature-image{padding:1rem 0}}.tour-card-wrapper{display:grid;justify-content:center;--cell-width:100%;--grid-columns:auto-fit;--min-width:320px;grid-template-columns:repeat(var(--grid-columns),minmax(var(--min-width),1fr));gap:24px}.tour-card-wrapper.tight{--min-width:240px;gap:16px}@media(max-width:575px){.tour-card-wrapper.scroll{overflow-x:auto;overflow-y:hidden;--min-width:320px;--grid-columns:3;justify-content:flex-start}}@media(min-width:576px){.tour-card-wrapper{--cell-width:320px}}@media(min-width:768px){.tour-card-wrapper{--cell-width:240px}}@media(min-width:1024px){.tour-card-wrapper{--cell-width:288px;--grid-columns:3}}@media(min-width:1280px){.tour-card-wrapper.wide{--cell-width:320px;--grid-columns:3}}@media(min-width:1440px){.tour-card-wrapper.wide{--cell-width:320px;--grid-columns:4}}.featured-tours{padding:40px 24px}.featured-tours__heading{margin-bottom:32px;display:flex;align-items:center;flex-direction:column;gap:12px}.featured-tours__heading-title{font-size:44px;color:var(--heading-black);margin:0;font-weight:800}.featured-tours__heading-close{margin-right:12px;cursor:pointer}.featured-tours__search{color:var(--body-grey);font-size:24px;font-weight:500}.featured-tours__search-term{color:#2daee1}@media(min-width:1024px){.featured-tours__heading{justify-content:space-between;flex-direction:row}.featured-tours__heading-title{font-size:48px}}.section-break .el-divider__text{background:#f8fbfc}.section-break-text{font-size:18px;line-height:25px;color:var(--body-grey);font-weight:400;cursor:pointer}.el-divider{background-color:#d3dce0}.branding-video-wrapper{display:flex;align-items:center;width:100%;aspect-ratio:16/9;margin-top:60px}.branding-video-wrapper .youtube-frame{width:100%;height:100%}.branding-video-wrapper .branding-thumb{display:flex;justify-content:center;align-items:center;width:100%;height:100%;top:-3px;overflow:hidden}.branding-video-wrapper .branding-thumb .branding-video-thumbnail{-o-object-fit:cover;object-fit:cover;width:100vw;height:56.25vw}.branding-video-wrapper .branding-thumb .branding-video-play-btn{position:absolute;border-radius:9999px;max-width:18vw;max-height:18vw;min-width:96px;min-height:96px;cursor:pointer}.fade-enter-active,.fade-leave-active{transition:opacity .5s ease}.fade-enter-from,.fade-leave-to{opacity:0}.fade-leave-active{position:absolute}.testimony-card{display:flex;flex-direction:column;align-items:center;max-width:300px;height:420px;position:relative;border:1px solid #f2f1f1;border-radius:12px;background-color:var(--color-white);color:var(--body-grey);line-height:24px;text-align:center;overflow:hidden;margin:8px 8px 36px;transition:box-shadow .3s ease-in,transform .3s ease-in,border-radius .3s ease-in,border .3s ease-in}.testimony-card .header-shader{height:50px;width:100%;position:absolute;z-index:0}.testimony-card .header-shader.blue{background-color:#2daee1}.testimony-card .header-shader.red{background-color:#e75d5b}.testimony-card .header-shader.yellow{background-color:#ffd371}.testimony-card p{margin:0}.testimony-user-icon{margin-top:10px;position:relative}.testimony-card-body{padding:20px;flex:1 0 auto;display:flex;flex-direction:column;align-items:center}.testimony-user-name{font-size:22px;line-height:32px;color:var(--heading-black)}.testimony-user-designation{font-size:10px;line-height:14px;color:#84898d;text-transform:uppercase;letter-spacing:.1em}.testimony-user-place{flex:1 0 auto;display:flex;align-items:flex-end;font-size:17px;line-height:32px;color:#84898d;bottom:20px;font-weight:500}.testimony-section-break{width:39px;height:2px;background:#84898d;text-align:center;margin:20px auto 10px auto}.carousel__slide--visible~.carousel__slide--visible .testimony-card{border-radius:16px;transform:scale(1.05) translateY(4px);border:0 solid #fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.carousel__slide--visible~.carousel__slide--visible~.carousel__slide--visible .testimony-card{border-radius:12px;transform:none;box-shadow:none;border:1px solid #f2f1f1}.testimony-carosel .carousel__next,.testimony-carosel .carousel__prev{box-shadow:0 8px 16px 0 rgba(0,0,0,.07);width:56px;height:56px;background-color:#fff;color:#84898d}.testimony-carosel .carousel__next--in-active,.testimony-carosel .carousel__prev--in-active{display:none}@media(max-width:575.98px){.testimony-carosel .carousel__prev{left:20px;top:45%}.testimony-carosel .carousel__next{right:20px;top:45%}}.testimony-wrapper{padding-top:70px;padding-bottom:70px}.testimony-wrapper h1{font-size:48px;line-height:1em;font-weight:800;color:var(--heading-black);margin-bottom:16px;text-align:center}.testimony-wrapper h2{font-size:22px;line-height:28px;font-weight:400;color:#84898d;margin:0;text-align:center}.testimony-wrapper .testimony-carosel{margin-top:80px}.partners-wrapper h3{font-size:16px;font-weight:800;color:#aaaeb2;line-height:18px;text-align:center}.partner-logos{display:flex;justify-content:center;margin-top:45px;margin-bottom:60px;flex-wrap:wrap;gap:20px;row-gap:40px;filter:drop-shadow(0 20px 13px rgba(0,0,0,.06)) drop-shadow(0 8px 5px rgba(0,0,0,.14))}.partner-logos img{max-width:170px;max-height:69px}@media(max-width:576px){.partner-logos{justify-content:space-around}}.discover-search{display:flex;align-items:center;gap:12px;padding:0;color:var(--heading-black);border-right:1px solid rgba(211,220,224,.5019607843)}.discover-search__search{width:24px;height:24px}.discover-search__search.active{pointer-events:all;cursor:pointer}.discover-search__clear{cursor:pointer;color:rgba(0,0,0,.5333333333)}@media(min-width:576px){.discover-search{padding:0 12px;border-left:1px solid rgba(211,220,224,.5019607843)}}.discover-action{display:flex;position:sticky;top:80px;background-color:hsla(0,0%,100%,.7529411765);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);height:64px;box-shadow:0 1px 0 rgba(0,0,0,.08);padding:0 12px 0 24px}.discover-action-wrapper{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0}.discover-action .search-input{display:flex;align-items:center;-moz-column-gap:3%;column-gap:3%;flex:1}.discover-action input{width:100%;min-width:210px;height:64px;font-size:17px;color:#84898d;border:none;background-color:transparent}.discover-action input:focus{outline:none}.discover-action__filters{flex:0 0 auto;display:flex;gap:40px;color:#84898d;padding:16px 12px;border-right:1px solid rgba(211,220,224,.5019607843)}.discover-action__filters img{cursor:pointer}.discover-action__filters img.active{filter:sepia(1) hue-rotate(175deg) saturate(6)}@media(min-width:768px){.discover-action__filters{border:none}}.discover-tours-wrapper .load-more{padding:24px 0;cursor:pointer;border-radius:99999px;transition:background-color .25s ease-in-out}.discover-tours-wrapper .load-more .el-divider{border-color:rgba(45,174,225,.3137254902);border-width:2px;background-color:rgba(45,174,225,.3137254902)}.discover-tours-wrapper .load-more .el-divider__text{color:#2daee1;font-size:20px;font-weight:500}.discover-tours-wrapper .load-more .el-loading-parent--relative .el-divider__text{color:hsla(0,0%,100%,0)}.search-item{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:800;color:var(--heading-black);margin:20px 0 0 0}.search-item span{flex:0 0 auto;color:#2daee1}.discover-tours-wrapper{position:relative;width:100%;padding-right:24px;padding-left:24px;margin:12px auto 128px}.discover-tours-wrapper h1{color:var(--content-grey);font-size:44px;line-height:44px;font-weight:800;margin-bottom:24px;margin-top:0;padding-top:24px}.discover-tours-wrapper .el-loading-mask{top:1px}.discover-tours-wrapper .el-loading-mask .el-loading-spinner{top:25%}.discover-tours-wrapper .discover-tours__illustration{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:12px 8px;text-align:center;height:100%;max-width:400px;place-self:center}.discover-tours-wrapper .discover-tours__illustration-image{max-width:100%;max-height:240px;background-color:#f7f8f9;border-radius:64px 24px 48px 36px;padding:24px 12px}.discover-tours-wrapper .discover-tours__illustration p{flex-shrink:0;font-size:24px;font-weight:800;color:#2daee1;letter-spacing:-.01em}.discover-tours-wrapper .discover-tours__illustration-tl{position:absolute;top:-40px;left:-36px}.discover-tours-wrapper .discover-tours__illustration-br{position:absolute;bottom:-32px;right:-36px}.discover-tours-wrapper .discover-tours__illustration-br,.discover-tours-wrapper .discover-tours__illustration-tl{opacity:.25;transform:scale(.6)}.discover-tours-wrapper .discover-image-zepplin{position:absolute;bottom:-56px;left:10em;z-index:-1;animation:fly 6s ease-in-out infinite}.discover-tours-wrapper .discover-image-plane{position:absolute;left:calc(100% - 125px);top:0;transform:scaleX(-1) rotate(-8deg);z-index:-1;animation:faded 2s linear 1,fly-plane 3s ease-in-out 2s 1,hover 2s ease-in-out 5s infinite}.el-empty__description{color:var(--heading-black)}.el-empty__description p:first-child{font-size:24px;font-weight:500}@media(min-width:768px){.discover-tours-wrapper{width:720px}.discover-tours-wrapper .discover-image-plane{animation:faded 2s linear 1,fly-plane 5s ease-in-out 2s 1,hover 2s ease-in-out 7s infinite}.discover-tours-wrapper .discover-image-zepplin{animation:fly 8s ease-in-out infinite}}@media(min-width:1024px){.discover-tours-wrapper{width:1000px}.discover-tours-wrapper .discover-image-plane{animation:faded 2s linear 1,fly-plane 7s ease-in-out 2s 1,hover 2s ease-in-out 9s infinite}.discover-tours-wrapper .discover-image-zepplin{animation:fly 10s ease-in-out infinite}}@media(min-width:1280px){.discover-tours-wrapper{width:1200px}}@media(min-width:1440px){.discover-tours-wrapper{width:1360px}}@keyframes faded{0%{opacity:0}to{opacity:0}}@keyframes fly{0%{left:0;bottom:-130px}16%{transform:rotate(-8deg) scaleX(1)}25%{bottom:-56px;transform:rotate(0deg) scaleX(1)}34%{transform:rotate(8deg) scaleX(1)}49%{bottom:-130px;transform:rotate(0) scaleX(1)}50%{left:calc(100% - 100px);bottom:-130px;transform:scaleX(-1)}66%{transform:rotate(8deg) scaleX(-1)}75%{bottom:-56px;transform:rotate(0deg) scaleX(-1)}83%{transform:rotate(-8deg) scaleX(-1)}99%{left:0;transform:rotate(0) scaleX(-1)}to{left:0;bottom:-130px;transform:scaleX(1)}}@keyframes fly-plane{0%{left:128px;top:36px;transform:rotate(0deg)}95%{left:calc(100% - 125px);top:0;transform:rotate(-8deg)}to{transform:rotate(-8deg) scaleX(-1)}}@keyframes hover{0%{transform:scaleX(-1) translateY(0)}50%{transform:scaleX(-1) translateY(12px)}to{transform:scaleX(-1) translateY(0)}}.sort-wrapper{display:grid;grid-template-columns:1fr 1fr;align-items:center;flex-wrap:wrap;gap:12px}.sort-wrapper .sort-item{position:relative;height:48px;font-size:15px;background-color:hsla(0,0%,100%,.7333333333);border-radius:8px;border:1px solid #d3dce0;cursor:pointer;color:var(--body-grey);text-transform:capitalize;transition:background-color .25s ease-in-out,color .25s ease-in-out,box-shadow .25s ease-in-out}.sort-wrapper .sort-item.descending{background-color:#2daee1;color:#fff;box-shadow:0 0 8px rgba(45,174,225,.12),0 8px 8px rgba(45,174,225,.24);border:none;font-weight:800}.sort-wrapper .sort-item.descending .vue-feather{color:#fff}.sort-wrapper .sort-item.ascending{background-color:#fff;color:#2daee1;box-shadow:0 0 8px rgba(45,174,225,.12),0 8px 8px rgba(45,174,225,.24);border-color:rgba(45,174,225,.5019607843);font-weight:800}.sort-wrapper .sort-item.ascending .vue-feather{color:#2daee1}.sort-wrapper .sort-item .vue-feather{color:#fff;position:absolute;right:16px;animation:bob 1.5s ease-in-out infinite}.sort-wrapper .sort-item .vue-feather svg{transition:transform .15s ease-in-out}.sort-wrapper .sort-item .vue-feather.flipped svg{transform:rotate(180deg)}@keyframes bob{0%{transform:translateY(4px)}50%{transform:translateY(-4px)}to{transform:translateY(4px)}}.rating-dice{width:54px;height:54px;border:.5px solid #d3dce0;border-radius:8px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;padding:4px;cursor:pointer;transition:background-color .25s ease-in-out,box-shadow .25s ease-in-out}.rating-dice.active{background-color:#fdc852;border:none;box-shadow:0 7px 14px 2px rgba(251,188,48,.4),0 8px 13px -6px rgba(251,188,48,.4)}.rating-dice:nth-child(5) i{margin:0 2px}.rating-dice:nth-child(5) :nth-child(3){margin:-6px 6px}.filter-heading-wrapper{display:flex;justify-content:space-between}.filter-heading-wrapper .filter-range{font-weight:400;color:var(--content-grey)}.ratings-wrapper{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.category-item,.rating-dice{background-color:hsla(0,0%,100%,.7333333333)}.category-item{width:110px;height:110px;border:1px solid #bcdee8;border-radius:8px;display:flex;flex-direction:column;justify-content:center;cursor:pointer;font-size:14px;line-height:1.5em;color:#5b5c5e;padding-bottom:6px;transition:background-color .25s ease-in-out,box-shadow .25s ease-in-out,filter .25s ease-in-out}.category-item img{max-width:64px;display:inline-block;margin:0 auto}.category-item text{margin:0 auto}.category-item:hover{border-color:rgba(45,174,225,.5019607843);color:var(--heading-black)}.category-item.active,.category-item:hover{box-shadow:0 0 8px rgba(45,174,225,.12),0 8px 8px rgba(45,174,225,.24)}.category-item.active{background-color:#2daee1;color:#fff;border:none}.category-item.active img{filter:drop-shadow(0 0 1px white) drop-shadow(0 0 1px white) drop-shadow(0 0 1px white)}.categories-wrapper{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;min-height:150px}.local-filter{align-items:center}.discover-filters,.local-filter{display:flex;flex-direction:column}.discover-filters{position:fixed;top:144px;right:0;overflow-y:auto;width:100%;height:calc(100% - 144px);border-top:.5px solid rgba(0,0,0,.0784313725);border-left:.5px solid rgba(0,0,0,.0784313725);padding-top:12px;background-color:hsla(0,0%,100%,.9411764706);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.discover-filters__heading{text-align:center;font-size:32px;font-weight:800;color:var(--heading-black);padding-bottom:8px;margin:0 24px 0}.discover-filters__filters{padding:0 24px 36px}.discover-filters__footer{position:sticky;display:flex;flex-direction:column;gap:16px;bottom:0;background-color:#fff;padding:24px 24px 36px;border-top:1px solid rgba(0,0,0,.0784313725);box-shadow:0 -4px 12px 1px rgba(0,0,0,.0666666667)}.discover-filters__footer-cancel,.discover-filters__footer-done{width:100%;font-size:20px;font-weight:500;line-height:2.5em;border-radius:9999px;box-shadow:0 0 8px rgba(45,174,225,.12),0 8px 8px rgba(45,174,225,.24);cursor:pointer}.discover-filters__footer-cancel{color:#2daee1;background-color:#fff;border:1px solid rgba(45,174,225,.2509803922)}.discover-filters__footer-done{color:#fff;text-align:center;border:none;background-color:#2daee1}.discover-filters__footer-done.disabled{color:#94a3b8;background-color:#f1f5f9;cursor:default;box-shadow:none}.discover-filters__overlay{position:fixed;background-color:rgba(0,0,0,.4);width:100%;height:100%}.filter-heading{color:var(--body-grey);font-size:17px;line-height:22px;font-weight:700;margin-top:0}@media(min-width:576px){.discover-filters{width:420px}}.slide-rl-enter-active,.slide-rl-leave-active{transition:right .25s ease-in-out}.slide-rl-enter-from,.slide-rl-leave-to{right:-100%}.fade-bg-enter-active,.fade-bg-leave-active{transition:background-color .25s ease-in-out}.fade-bg-enter-from,.fade-bg-leave-to{background-color:transparent}.signup-text{place-self:center}.signup-text__heading{display:none;font-size:3rem;color:var(--heading-black);line-height:3.3rem;max-width:570px;letter-spacing:-.05em;font-weight:800}.signup-text__content{display:none;color:var(--content-grey);font-size:18px;line-height:36px;margin-top:32px;font-weight:300}.signup-text__content p{margin:0}.signup-text__content span{color:var(--heading-black);font-weight:500}.signup-text__banner{width:100%}@media(min-width:768px){.signup-text{place-self:unset}.signup-text__content,.signup-text__heading{display:block}.signup-text__banner{display:none}}.user-form input[type=email],.user-form input[type=password],.user-form input[type=text]{display:block;border-radius:24px;background:#fff;border:1px solid #ceecf4;height:45px;font-size:16px;min-width:360px;margin-bottom:16px;padding-left:16px}.user-form input[type=email]:focus,.user-form input[type=password]:focus,.user-form input[type=text]:focus{outline:none;border:2px solid #2daee1}.user-form button[type=submit]{background-color:#2daee1;display:block;height:45px;min-width:360px;border-radius:24px;cursor:pointer;outline:none;border:none;color:var(--color-white);font-size:18px;margin-top:36px}.user-form button[type=submit].disabled{background-color:#b6e2f4;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.user-form input[type=checkbox]{color:var(--heading-black);font-size:16px;line-height:28px;font-weight:400;cursor:pointer}form.user-form{display:contents;width:360px;min-width:100%}form.user-form input[type=email],form.user-form input[type=password],form.user-form input[type=text]{width:min(100%,360px);min-width:unset}form.user-form .forgot-pass{display:block;color:#2daee1;margin-bottom:14px;cursor:pointer}form.user-form .page-toggle{color:#2daee1;cursor:pointer;margin-bottom:10px}form.user-form button[type=submit]{width:min(100%,360px);min-width:unset}.form-error-list{background-color:#feeff0;color:#f99c9b;border-radius:10px;margin-bottom:0;padding-top:10px;padding-bottom:10px;max-width:360px}.user-form a{color:#20ade3;text-decoration:none}.v-facebook-login{background-color:#3b5998;display:block;height:45px;width:min(100%,360px);border-radius:24px;cursor:pointer;outline:none;border:none;color:var(--color-white);font-size:18px;margin:14px 0;position:relative}.v-facebook-login .logo{display:none}.v-facebook-login__btn{display:flex;align-items:center;gap:40px;padding:0 40px}.user-form .reset-btn{margin-bottom:20px}.forgot-password-info{font-size:17px;line-height:28px;color:#1a1a1b;margin-top:0}.form-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.form-container h3{margin:0 0 30px 0;font-weight:400;color:var(--heading-black);font-size:30px;line-height:41px}@media(min-width:768px){.form-container{align-items:flex-start;justify-content:flex-start}}@media(min-width:1024px){.form-container{justify-content:flex-start}}