:root {	--travel-header-image-path-1-img-url: url('/assets/img-optimized/travel-header-image-extra-small.webp');}@media screen and (min-width: 600px) {	:root {	--travel-header-image-path-1-img-url: url('/assets/img-optimized/travel-header-image-small.webp');	}}@media screen and (min-width: 900px) {	:root {	--travel-header-image-path-1-img-url: url('/assets/img-optimized/travel-header-image-normal.webp');	}}@media screen and (min-width: 1200px) {	:root {	--travel-header-image-path-1-img-url: url('/assets/img-optimized/travel-header-image-large.webp');	}}/* Travel & Discover *//* Travel header */#travel-header { margin: 0;}@media screen and (max-width: 599px) { #travel-header { height: 50vh; } }@media screen and (min-width: 600px) { #travel-header { height: 80vh; } }@media screen and (min-width: 900px) { #travel-header { height: 90vh; } }.travel-header-image { background-image: var(--travel-header-image-path-1-img-url); background-position: top center; background-repeat: no-repeat; background-size: cover; position: absolute; width: 100%; height: 90%;}@media screen and (max-width: 599px) { .travel-header-image { height: 50%; } }@media screen and (min-width: 600px) { .travel-header-image { height: 80%; } }@media screen and (min-width: 900px) { .travel-header-image { height: 90%; } }.travel-header-title { font-family: var(--highlightFont); text-align: center; position: absolute; width: 100%;}@media screen and (max-width: 599px) { .travel-header-title { padding: var(--navbar-height) 0 0 0; } }@media screen and (min-width: 600px) { .travel-header-title { padding: calc(var(--navbar-height) * 2) 0 0 0; } }@media screen and (min-width: 900px) { .travel-header-title { padding: calc(var(--navbar-height) * 2) 0 0 0; } }.travel-header-cta { text-align: center; position: absolute; width: 100%}@media screen and (max-width: 599px) { .travel-header-cta { bottom: 55%; } }@media screen and (min-width: 600px) { .travel-header-cta { bottom: 30%; } }@media screen and (min-width: 900px) { .travel-header-cta { bottom: 30%; } }.travel-header-cta a { font-family: var(--primaryFont); margin: var(--space-4xl) 0 0 0;}/* Travel countries */.travel-countries-grid, .travel-articles-grid { display: grid; grid-column-gap: var(--space-xs); grid-row-gap: var(--space-xs); justify-content: space-around;}@media screen and (max-width: 599px) { .travel-countries-grid { grid-template-columns: repeat(2, 1fr); } }@media screen and (min-width:600px) { .travel-countries-grid { grid-template-columns: repeat(3, 1fr); } }@media screen and (min-width:900px) { .travel-countries-grid { grid-template-columns: repeat(4, 1fr); } }@media screen and (max-width: 599px) { .travel-articles-grid { grid-template-columns: repeat(2, 1fr); } }@media screen and (min-width:600px) { .travel-articles-grid { grid-template-columns: repeat(2, 1fr); } }@media screen and (min-width:900px) { .travel-articles-grid { grid-template-columns: repeat(4, 1fr); } }.travel-country-tile, .travel-article-tile { line-height: normal; position: relative; height: 100%; overflow: hidden;}@media screen and (max-width: 599px) { .travel-article-tile { height: 20vh; } }@media screen and (min-width: 600px) { .travel-article-tile { height: 25vh; } }@media screen and (max-width: 599px) { .travel-country-tile { height: 20vh; } }@media screen and (min-width: 600px) { .travel-country-tile { height: 25vh; } }@media screen and (min-width: 900px) { .travel-country-tile { height: 30vh; } }@media screen and (min-width: 1200px) { .travel-country-tile { height: 40vh; } }#travel-article-info { line-height: normal;}#travel-article-info > div { background-color: var(--white); box-shadow: var(--cardShadow); padding: var(--space-2xs); margin: 0; height: calc(25vh - var(--space-s));}#travel-article-info > div > h3 { color: var(--textBlack); font-size: var(--font-size-s); margin-top: var(--space-3xs);}#travel-article-info > div > p { color: var(--textBlack); font-size: var(--font-size-xs);}.travel-article-subtitle { color: var(--textBlack); font-size: var(--font-size-xs); line-height: normal; margin: var(--space-2xs);}.travel-country-tile > img, .travel-article-tile > img { transition: .2s;}.travel-country-tile > img:hover, .travel-article-tile > img:hover { transform: scale(1.1);}.travel-country-tile > div:nth-of-type(1), .travel-article-tile > div:nth-of-type(1) { position: absolute; top: 0; width: 100%; height: 100%; pointer-events: none;}.travel-country-tile > div:nth-of-type(2), .travel-article-tile > div:nth-of-type(2) { position: absolute; width: 100%; pointer-events: none;}.travel-country-tile > div:nth-of-type(2) { text-align: center; bottom: var(--space-xl);}.travel-article-tile > div:nth-of-type(2) { text-align: left; bottom: var(--space-2xs); left: var(--space-2xs);}.travel-country-tile > div:nth-of-type(2) > span { color: var(--white); text-transform: uppercase; font-size: var(--font-size-xs); font-weight: 500;}.travel-article-tile > div:nth-of-type(2) > span:nth-of-type(1) { color: var(--white); font-size: var(--font-size-2xs);}.travel-article-tile > div:nth-of-type(2) > span:nth-of-type(2) { color: var(--white); text-transform: uppercase; font-size: var(--font-size-xs); font-weight: 500;}