.hero{position:relative;height:440px;overflow:hidden;margin-top:-1px}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-content{position:absolute;top:20%;left:5%;transform:translateY(-50%);z-index:10;color:var(--primary-500);background:rgb(224 231 243/50%);border-radius:100px;padding:5px 20px}.hero-title{font-size:48px;font-weight:600;line-height:1.29;margin:0}.hero-subtitle{font-size:24px;font-weight:300;margin:0}.home-services-section__text{border:1px solid var(--primary-100);border-radius:20px;padding:24px;background-color:var(--white);display:flex;flex-direction:column;width:100%}.home-services-section__title{color:var(--primary-500);font-size:32px;font-weight:600;margin-bottom:16px}.home-services-section__description{color:var(--gray-400);font-size:16px;line-height:1.6;margin-bottom:12px}.home-services-section__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%}.home-services-section__card{display:flex;min-width:0}.home-services-section__card>.fixed-banner-card{width:100%}.home-services-section__cards .fixed-banner-card--sm{min-height:200px;max-height:200px;border-radius:18px}.home-services-section__cards .fixed-banner-card--sm .fixed-banner-image{height:180px}.home-services-section__cards .fixed-banner-content{height:58px;padding:11px 12px;border-top-right-radius:50px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;gap:8px}.home-services-section__cards .fixed-banner-title{font-size:13px;line-height:1.2}.home-services-section__cards .fixed-banner-arrow{font-size:12px}@media(min-width:768px){.home-services-section__cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:992px){.home-services-section__cards{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr;align-content:stretch;height:100%}.home-services-section__card{min-height:0}.home-services-section__cards .fixed-banner-card--sm{min-height:0;max-height:none;height:100%}.home-services-section__cards .fixed-banner-card--sm .fixed-banner-image{height:calc(100% - 58px)}}.price-cards-section{padding:0 20px 96px}.price-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;justify-items:start}.price-card{display:block;text-decoration:none;color:inherit;background-color:var(--white);border:1px solid var(--primary-100);border-radius:24px;overflow:hidden;transition:transform .3s,box-shadow .3s}.price-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(33,53,107,.1)}.price-cards-section .price-card{max-width:none;width:100%;margin:0;border-radius:20px}.home-promotion-card-trigger{cursor:pointer}.card-image{width:100%;height:157px;position:relative;overflow:hidden}.price-cards-section .card-image{height:132px}.card-image img{width:100%;height:100%;object-fit:cover;border-bottom-right-radius:77px}.card-content{padding:16px;display:flex;flex-direction:column;gap:18px}.price-cards-section .card-content{padding:14px;gap:14px}.card-route{display:flex;align-items:center;justify-content:center;gap:10px}.card-route-caption{font-size:14px;font-weight:500;color:var(--gray-300);text-align:center;margin-top:-6px}.price-cards-section .card-route-caption{font-size:13px;margin-top:-2px}.route-city{font-size:20px;font-weight:600;color:var(--gray-500);width:100px}.price-cards-section .route-city{font-size:18px;width:90px}.route-city:first-child{text-align:right}.route-arrow{width:40px;height:40px;background-color:var(--white);border:.93px solid var(--primary-400);border-radius:50%;display:flex;align-items:center;justify-content:center}.price-cards-section .route-arrow{width:34px;height:34px}.card-discount-name{font-size:18px;font-weight:600;color:var(--gray-500);text-align:center;padding:8px 0}.card-discount-summary{font-size:20px;font-weight:700;color:var(--primary-500);text-align:center;padding:8px 0}.card-price-info{display:flex;justify-content:center;gap:30px}.price-cards-section .card-price-info{gap:20px}.price-details{display:flex;flex-direction:column;width:113px}.price-cards-section .price-details{width:auto;min-width:96px;align-items:center;text-align:center}.price-label{font-size:14px;font-weight:500;color:var(--gray-300)}.price-cards-section .price-label{font-size:13px}.price-amount{font-size:28px;font-weight:600;color:var(--gray-500)}.price-cards-section .price-amount{font-size:24px;line-height:1}.price-amount.old{text-decoration:line-through;text-decoration-skip-ink:none}.promotions-segments-table{--promotions-segments-border:var(--primary-100)}.promotions-segments-table__row{display:grid;grid-template-columns:minmax(150px,1fr) minmax(150px,1fr) minmax(110px,.8fr) minmax(140px,.9fr) minmax(100px,.7fr) minmax(150px,.9fr) minmax(130px,.8fr);align-items:center}.promotions-segments-table__row+.promotions-segments-table__row{border-top:2px dotted var(--promotions-segments-border)}.promotions-segments-table__row--header{color:var(--primary-500);font-weight:600}.promotions-segments-table__cell{padding:14px 12px}.promotions-segments-table__cell+.promotions-segments-table__cell{border-left:2px dotted var(--promotions-segments-border)}.promotion-segment-price{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.promotion-segment-price-old{color:var(--gray-300);text-decoration:line-through;font-size:14px}.promotion-segment-price-final{color:var(--gray-500);font-size:18px;font-weight:600}.search-section-fixed{position:fixed;top:184px;left:0;right:0;padding:8px 40px;z-index:2000;background-color:var(--background);box-shadow:0 4px 12px rgba(14,25,58,.15)}.search-section-fixed .search-container{max-width:1602px;margin:0 auto;flex-direction:row;align-items:center}.search-section-fixed .search-header{display:none}.search-section-fixed .search-box{background-color:var(--white);border-radius:32px;border:1px solid var(--primary-100);box-shadow:none;padding:8px 16px;margin-bottom:0;flex:1 1 auto;display:flex;flex-direction:row;align-items:center;gap:12px}.search-section-fixed .search-options{display:flex;align-items:center;gap:12px;width:auto;flex:0 0 auto}.search-section-fixed .trip-type{gap:6px}.search-section-fixed .radio-label{font-size:12px}.search-section-fixed .radio-option input[type="radio"]{width:16px;height:16px;margin-right:6px}.search-section-fixed .radio-option input[type="radio"]:checked::before{width:8px;height:8px}.search-section-fixed .accessibility-label span{font-size:12px}.search-section-fixed .toggle-switch{width:44px;height:26px}.search-section-fixed .slider::before{height:20px;width:20px;left:3px;bottom:3px}.search-section-fixed .toggle-switch input:checked+.slider::before{transform:translateX(18px)}.search-section-fixed .search-inputs{align-items:center;gap:12px;width:auto;flex:1 1 auto}.search-section-fixed .search-input,.search-section-fixed .search-select{height:40px;padding-top:8px;padding-bottom:8px;font-size:14px}.search-section-fixed .date-select{width:170px}.search-section-fixed .swap-button{width:34px;height:34px}.search-section-fixed .swap-button svg{width:16px;height:12px}.search-section-fixed .days-select-text,.search-section-fixed .schedule-select-text{font-size:14px}.search-section-fixed .search-button{margin-top:0;margin-left:16px;margin-right:0;padding:8px 18px;font-size:16px}body.search-fixed .price-cards-section{margin-top:128px}@media(min-width:992px) and (max-width:1199.98px){.search-section-fixed{padding:6px 24px}.search-section-fixed .search-container{max-width:1140px}.search-section-fixed .search-box{padding:6px 18px;border-radius:24px}.search-section-fixed .search-inputs{gap:12px}.search-section-fixed .search-button{padding:6px 16px;font-size:14px}body.search-fixed .price-cards-section{margin-top:112px}}@media(min-width:1200px) and (max-width:1439.98px){.search-section-fixed{padding:8px 40px}.search-section-fixed .search-container{max-width:1440px}.search-section-fixed .search-box{padding:8px 22px}.search-section-fixed .search-button{padding:8px 18px;font-size:15px}body.search-fixed .price-cards-section{margin-top:128px}}@media(min-width:1440px){.search-section-fixed{padding:10px 72px}.search-section-fixed .search-container{max-width:1602px}.search-section-fixed .search-box{padding:10px 28px;border-radius:32px}.search-section-fixed .search-button{padding:10px 24px;font-size:17px}body.search-fixed .price-cards-section{margin-top:152px}}@media(max-width:991.98px){.price-cards{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:768px){.hero-title{font-size:32px}.hero-subtitle{font-size:18px}.price-cards{grid-template-columns:1fr}.card-route{flex-direction:row;flex-wrap:wrap;justify-content:center;text-align:center}.route-city{width:auto;text-align:center}.route-city:first-child{text-align:center}.card-price-info{justify-content:center}.price-details{align-items:center;text-align:center}.home-services-section__title{font-size:26px}}@media(max-width:575.98px){.home-services-section__cards{gap:10px}.home-services-section__cards .fixed-banner-card--sm{min-height:184px;max-height:184px}.home-services-section__cards .fixed-banner-card--sm .fixed-banner-image{height:164px}.home-services-section__cards .fixed-banner-content{height:52px;padding:9px 10px}.home-services-section__cards .fixed-banner-title{font-size:12px}}@media(max-width:991.98px){.promotions-segments-table__row{grid-template-columns:1fr}.promotions-segments-table__row--header{display:none}.promotions-segments-table__cell{padding:10px 0}.promotions-segments-table__cell+.promotions-segments-table__cell{border-left:0}.promotion-segment-price{align-items:flex-start}}#home-discounts-segments-modal .modal-body{overflow-x:auto}#home-discounts-segments-modal .promotions-segments-table{min-width:760px}#home-discounts-segments-modal .promotions-segments-table__row{grid-template-columns:minmax(120px,1fr) minmax(120px,1fr) minmax(80px,.6fr) minmax(120px,.9fr) minmax(80px,.6fr) minmax(110px,.8fr) minmax(100px,.8fr)}#home-discounts-segments-modal .promotions-segments-table__row--header{display:grid}#home-discounts-segments-modal .promotions-segments-table__cell{padding:14px 12px}#home-discounts-segments-modal .promotions-segments-table__cell+.promotions-segments-table__cell{border-left:2px dotted var(--promotions-segments-border)}