html {
  line-height: 1.5rem; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

body.internal-page .header img, body.internal-page .header picture, body.internal-page .header svg, body.internal-page .header video, body.internal-page .header canvas, body.internal-page .footer img, body.internal-page .footer picture, body.internal-page .footer svg, body.internal-page .footer video, body.internal-page .footer canvas {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover; }

body.internal-page .header input, body.internal-page .header button, body.internal-page .header textarea, body.internal-page .header select, body.internal-page .footer input, body.internal-page .footer button, body.internal-page .footer textarea, body.internal-page .footer select {
  font: inherit; }

body.internal-page .header input[type="search"]::-webkit-search-decoration,
body.internal-page .header input[type="search"]::-webkit-search-cancel-button,
body.internal-page .header input[type="search"]::-webkit-search-results-button,
body.internal-page .header input[type="search"]::-webkit-search-results-decoration, body.internal-page .footer input[type="search"]::-webkit-search-decoration,
body.internal-page .footer input[type="search"]::-webkit-search-cancel-button,
body.internal-page .footer input[type="search"]::-webkit-search-results-button,
body.internal-page .footer input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

body.internal-page .header input[type="search"], body.internal-page .footer input[type="search"] {
  margin: 0; }

:root {
  --ram-brand-primary-color: #C20831 ;
  --ram-brand-secondary-color: #61374E;
  --ram-brand-tertiary-color: #B49360;
  --ram-brand-primary-dark-color: #690A22;
  --ram-brand-primary-light-color: #C87C88;
  --ram-neutral-0-color: #FFFFFF;
  --ram-neutral-100-color: #FAFAFA;
  --ram-neutral-200-color: #EBEAE8;
  --ram-neutral-500-color: #C2C1BE;
  --ram-neutral-700-color: #7B7A78;
  --ram-neutral-800-color: #595855;
  --ram-neutral-900-color: #333231;
  --ram-text-primary-color: #C20831;
  --ram-text-secondary-color: #595855;
  --ram-text-default-color: #7B7A78;
  --ram-text-inverse-color: #FFFFFF;
  --ram-text-light-color: #999999;
  --ram-text-dark-color: #1A1717;
  --ram-text-danger-color: #B7501F;
  --ram-text-danger-placeholder-color: #843009;
  --ram-text-black-color: #000000;
  --ram-background-default-color: #FFFFFF;
  --ram-background-inverse-color: #1A1717;
  --ram-background-inverse-light-color: #333231;
  --ram-background-default-opacity-color: rgba(255,255,255, 0.85);
  --ram-background-alternative-color: #F7F7F7;
  --ram-background-alternative-opacity-color: rgba(247,247,247, 0.85);
  --ram-background-accent1-color: #F0DDDD;
  --ram-background-accent1-opacity-color: rgba(240,221,221, 0.85);
  --ram-background-accent2-color: #F6F2ED;
  --ram-background-accent2-opacity-color: rgba(246,242,237, 0.85);
  --ram-background-primary-opacity: rgba(194, 8, 49, 0.8);
  --ram-background-secondary-opacity: rgba(194, 8, 49, 0.8);
  --ram-background-accent3-color: #E4E8EE;
  --ram-border-default-color: #D8D7D4;
  --ram-border-inverse-color: #FFFFFF;
  --ram-border-dark-color: #929292;
  --ram-icon-default-color: #C20831;
  --ram-icon-inverse-color: #FFFFFF;
  --ram-shadow-default-color: rgba(0,0,0, 0.1);
  --ram-accent-primary-default-color: #CCD7E3;
  --ram-accent-primary-dark-color: #5C7693;
  --ram-accent-primary-light-color: #E3E9F0;
  --ram-semantic-positive-color: #00875D;
  --ram-semantic-negative-color: #A90044;
  --ram-semantic-caution-color: #F99B43;
  --ram-semantic-informative-color: #2790F1;
  --ram-background-semantic-positive-color: #DBF0EB;
  --ram-background-semantic-negative-color: #F2D9E3;
  --ram-background-semantic-caution-color: #FEF0E3;
  --ram-background-semantic-informative-color: #DFEEFD;
  --ram-background-positive-color: #A22032
; }

.mm-menu {
  --mm-color-background: #FFFFFF;
  --mm-color-border: rgb(0 0 0 / 0.15);
  --mm-color-icon: rgb(0 0 0 / 0.3);
  --mm-color-text: rgb(0 0 0 / 0.8);
  --mm-color-text-dimmed: rgb(0 0 0 / 0.3);
  --mm-color-background-highlight: rgb(0 0 0 / 0.06);
  --mm-color-background-emphasis: rgb(0 0 0 / 0.03);
  --mm-color-focusring: #C20831; }

@use "sass:map";
@font-face {
  font-family: 'ram-icons';
  src: url("../font/ram-icons/ram-icons.eot?6w3wq4");
  src: url("../font/ram-icons/ram-icons.eot?6w3wq4#iefix") format("embedded-opentype"), url("../font/ram-icons/ram-icons.ttf?6w3wq4") format("truetype"), url("../font/ram-icons/ram-icons.woff?6w3wq4") format("woff"), url("../font/ram-icons/ram-icons.svg?6w3wq4#ram-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="ram-icon-"], [class*=" ram-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ram-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ram-icon-user-circle:before {
  content: "\e931"; }

.ram-icon-ticket:before {
  content: "\e930"; }

.ram-icon-cart:before {
  content: "\e92d"; }

.ram-icon-food:before {
  content: "\e92e"; }

.ram-icon-upgrade:before {
  content: "\e92f"; }

.ram-icon-seat:before {
  content: "\e92a"; }

.ram-icon-car:before {
  content: "\e928"; }

.ram-icon-bag:before {
  content: "\e92b"; }

.ram-icon-baggage:before {
  content: "\e92c"; }

.ram-icon-backpack:before {
  content: "\e929"; }

.ram-icon-bars:before {
  content: "\e900"; }

.ram-icon-calendar-check:before {
  content: "\e901"; }

.ram-icon-calendar:before {
  content: "\e902"; }

.ram-icon-check-circle:before {
  content: "\e903"; }

.ram-icon-check:before {
  content: "\e904"; }

.ram-icon-close:before {
  content: "\e905"; }

.ram-icon-chevron-up:before {
  content: "\e906"; }

.ram-icon-chevron-down:before {
  content: "\e907"; }

.ram-icon-chevron-left:before {
  content: "\e908"; }

.ram-icon-chevron-right:before {
  content: "\e909"; }

.ram-icon-arrow-right:before {
  content: "\e90a"; }

.ram-icon-clock-wise:before {
  content: "\e90b"; }

.ram-icon-faq:before {
  content: "\e90c"; }

.ram-icon-info:before {
  content: "\e90d"; }

.ram-icon-globe:before {
  content: "\e90e"; }

.ram-icon-hand-bag:before {
  content: "\e90f"; }

.ram-icon-island:before {
  content: "\e910"; }

.ram-icon-key:before {
  content: "\e911"; }

.ram-icon-logout:before {
  content: "\e912"; }

.ram-icon-minus-circle:before {
  content: "\e913"; }

.ram-icon-minus:before {
  content: "\e914"; }

.ram-icon-plus-circle:before {
  content: "\e915"; }

.ram-icon-plus:before {
  content: "\e916"; }

.ram-icon-pencil:before {
  content: "\e917"; }

.ram-icon-trash:before {
  content: "\e918"; }

.ram-icon-search:before {
  content: "\e919"; }

.ram-icon-user:before {
  content: "\e91a"; }

.ram-icon-seal-check:before {
  content: "\e91b"; }

.ram-icon-paw:before {
  content: "\e91c"; }

.ram-icon-plane:before {
  content: "\e91d"; }

.ram-icon-creditcard:before {
  content: "\e91e"; }

.ram-icon-wallet:before {
  content: "\e91f"; }

.ram-icon-footprints:before {
  content: "\e920"; }

.ram-icon-wheel:before {
  content: "\e921"; }

.ram-icon-facebook-msn:before {
  content: "\e922"; }

.ram-icon-instagram:before {
  content: "\e923"; }

.ram-icon-x:before {
  content: "\e924"; }

.ram-icon-youtube:before {
  content: "\e925"; }

.ram-icon-whatsapp:before {
  content: "\e926"; }

.ram-icon-facebook:before {
  content: "\e927"; }

@font-face {
  font-family: 'Custom-Glpyh';
  src: url("../font/custom-glyph.eot?o9usw0");
  src: url("../font/custom-glyph.eot?o9usw0#iefix") format("embedded-opentype"), url("../font/custom-glyph.ttf?o9usw0") format("truetype"), url("../font/custom-glyph.woff?o9usw0") format("woff"), url("../font/custom-glyph.svg?o9usw0#glyph") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'glyph2';
  src: url("../font/glyph2.eot?cnninj");
  src: url("../font/glyph2.eot?cnninj#iefix") format("embedded-opentype"), url("../font/glyph2.ttf?cnninj") format("truetype"), url("../font/glyph2.woff?cnninj") format("woff"), url("../font/glyph2.svg?cnninj#glyph2") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'glyph3';
  src: url("../font/glyph3.eot?cnninj");
  src: url("../font/glyph3.eot?cnninj#iefix") format("embedded-opentype"), url("../font/glyph3.ttf?cnninj") format("truetype"), url("../font/glyph3.woff?cnninj") format("woff"), url("../font/glyph3.svg?cnninj#glyph2") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: "Museo";
  font-style: normal;
  font-weight: 100;
  src: url("../font/museo100-regular-webfont.woff2") format("woff2"), url("../font/museo100-regular-webfont.woff") format("woff"); }

@font-face {
  font-family: "Museo";
  font-style: normal;
  font-weight: 300;
  src: url("../font/museo300-regular-webfont.ttf") format("truetype"), url("../font/museo300-regular-webfont.woff2") format("woff2"), url("../font/museo300-regular-webfont.woff") format("woff"); }

@font-face {
  font-family: "Museo";
  font-style: normal;
  font-weight: 500;
  src: url("../font/museo500-regular-webfont.ttf") format("truetype"), url("../font/museo500-regular-webfont.woff2") format("woff2"), url("../font/museo500-regular-webfont.woff") format("woff"); }

@font-face {
  font-family: "Museo";
  font-style: normal;
  font-weight: 700;
  src: url("../font/museo700-regular-webfont.woff2") format("woff2"), url("../font/museo700-regular-webfont.woff") format("woff"); }

@font-face {
  font-family: "Museo";
  font-style: normal;
  font-weight: 900;
  src: url("../font/museo900-regular-webfont.woff2") format("woff2"), url("../font/museo900-regular-webfont.woff") format("woff"); }

@font-face {
  font-family: "Museo Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../font/museosans_100-webfont.ttf") format("truetype"), url("../font/museosans_100-webfont.woff") format("woff"); }

@font-face {
  font-family: "Museo Sans";
  font-style: italic;
  font-weight: 100;
  src: url("../font/museosans_100_italic-webfont.ttf") format("truetype"), url("../font/museosans_100_italic-webfont.woff2") format("woff2"), url("../font/museosans_100_italic-webfont.woff") format("woff"); }

@font-face {
  font-family: "Museo Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../font/museosans_300-webfont.ttf") format("truetype"), url("../font/museosans_300-webfont.woff") format("woff"); }

@font-face {
  font-family: "Museo Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../font/museosans_300_italic-webfont.ttf") format("truetype"), url("../font/museosans_300_italic-webfont.woff2") format("woff2"), url("../font/museosans_300_italic-webfont.woff") format("woff"); }

@font-face {
  font-family: "Museo Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/museosans_500-webfont.ttf") format("truetype"), url("../font/museosans_500-webfont.woff") format("woff"); }

@font-face {
  font-family: "Museo Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../font/museosans_500_italic-webfont.ttf") format("truetype"), url("../font/museosans_500_italic-webfont.woff2") format("woff2"), url("../font/museosans_500_italic-webfont.woff") format("woff"); }

@font-face {
  font-family: "Museo Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/museosans_700-webfont.ttf") format("truetype"), url("../font/museosans_700-webfont.woff") format("woff"); }

@font-face {
  font-family: "Museo Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../font/museosans_700_italic-webfont.woff2") format("woff2"), url("../font/museosans_700_italic-webfont.woff") format("woff"); }

@font-face {
  font-family: "Museo Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../font/museosans_900-webfont.ttf") format("truetype"), url("../font/museosans_900-webfont.woff") format("woff"); }

@font-face {
  font-family: "Museo Sans";
  font-style: italic;
  font-weight: 900;
  src: url("../font/museosans_900_italic-webfont.ttf") format("truetype"), url("../font/museosans_900_italic-webfont.woff2") format("woff2"), url("../font/museosans_900_italic-webfont.woff") format("woff"); }

@font-face {
  font-family: "Glpyh";
  font-style: normal;
  font-weight: normal;
  src: url("../font/glyph.ttf") format("truetype"), url("../font/glyph.svg#Glpyh") format("svg"), url("../font/glyph.woff") format("woff"), url("../font/glyph.eot?") format("eot"); }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Glpyh" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-check-fill:before {
  content: "\e9fd"; }

.icon-check:before {
  content: "\e9fe"; }

.icon-remove:before {
  content: "\e912"; }

.icon-error-outline:before {
  content: "\e910"; }

.icon-minus-outline:before {
  content: "\e90e"; }

.icon-plus-outline:before {
  content: "\e911"; }

.icon-calendar:before {
  content: "\e91d"; }

.icon-passenger:before {
  content: "\e91e"; }

.icon-user1:before {
  content: "\e91f"; }

.icon-card1:before {
  content: "\e920"; }

.icon-remove1:before {
  content: "\e923"; }

.icon-arrow-up:before {
  content: "\e987"; }

.icon-arrow-right:before {
  content: "\e988"; }

.icon-arrow-down:before {
  content: "\e986"; }

.icon-arrow-left:before {
  content: "\e989"; }

.icon-search-reverse:before {
  content: "\e90f"; }

.icon-from:before {
  content: "\e921"; }

.icon-to:before {
  content: "\e922"; }

.icon-upgrade-business:before {
  content: "\e9ff"; }

.icon-extra-luggage:before {
  content: "\ea00"; }

.icon-airplane:before {
  content: "\ea04"; }

.icon-label-fill .path1:before {
  content: "\e924";
  color: white; }

.icon-label-fill .path2:before {
  content: "\e9e4";
  margin-left: -1.0009765625em; }

.icon-label-fill .path3:before {
  content: "\e9e5";
  margin-left: -1.0009765625em; }

.icon-luggage-fill .path1:before {
  content: "\e925";
  color: white; }

.icon-luggage-fill .path2:before {
  content: "\e9e6";
  margin-left: -1em; }

.icon-luggage-fill .path3:before {
  content: "\e9e7";
  margin-left: -1em; }

.icon-luggage-fill .path4:before {
  content: "\e9e8";
  margin-left: -1em; }

.icon-luggage-fill .path5:before {
  content: "\e9e9";
  margin-left: -1em; }

.icon-luggage-fill .path6:before {
  content: "\e9ea";
  margin-left: -1em; }

.icon-luggage-fill .path7:before {
  content: "\e9eb";
  margin-left: -1em; }

.icon-meals-fill .path1:before {
  content: "\e914";
  color: white; }

.icon-meals-fill .path2:before {
  content: "\e994";
  margin-left: -1em; }

.icon-meals-fill .path3:before {
  content: "\ea01";
  margin-left: -1em; }

.icon-meals-fill .path4:before {
  content: "\ea03";
  margin-left: -1em; }

.icon-offices-fill .path1:before {
  content: "\e929";
  color: white; }

.icon-offices-fill .path2:before {
  content: "\e92a";
  margin-left: -0.8076171875em; }

.icon-offices-fill .path3:before {
  content: "\e92b";
  margin-left: -0.8076171875em; }

.icon-offices-fill .path4:before {
  content: "\e92c";
  margin-left: -0.8076171875em; }

.icon-offices-fill .path5:before {
  content: "\e92d";
  margin-left: -0.8076171875em; }

.icon-offices-fill .path6:before {
  content: "\e92e";
  margin-left: -0.8076171875em; }

.icon-offices-fill .path7:before {
  content: "\e92f";
  margin-left: -0.8076171875em; }

.icon-offices-fill .path8:before {
  content: "\e930";
  margin-left: -0.8076171875em; }

.icon-partners-fill .path1:before {
  content: "\e931";
  color: white; }

.icon-partners-fill .path2:before {
  content: "\e932";
  margin-left: -1em; }

.icon-partners-fill .path3:before {
  content: "\e933";
  margin-left: -1em; }

.icon-partners-fill .path4:before {
  content: "\e934";
  margin-left: -1em; }

.icon-partners-fill .path5:before {
  content: "\e935";
  margin-left: -1em; }

.icon-partners-fill .path6:before {
  content: "\e936";
  margin-left: -1em; }

.icon-partners-fill .path7:before {
  content: "\e937";
  margin-left: -1em; }

.icon-partners-fill .path8:before {
  content: "\e938";
  margin-left: -1em; }

.icon-print-fill .path1:before {
  content: "\e939";
  color: white; }

.icon-print-fill .path2:before {
  content: "\e93a";
  margin-left: -0.96484375em; }

.icon-print-fill .path3:before {
  content: "\e93b";
  margin-left: -0.96484375em; }

.icon-print-fill .path4:before {
  content: "\e93c";
  margin-left: -0.96484375em; }

.icon-print-fill .path5:before {
  content: "\e93d";
  margin-left: -0.96484375em; }

.icon-question-fill .path1:before {
  content: "\e93e";
  color: white; }

.icon-question-fill .path2:before {
  content: "\e93f";
  margin-left: -1em; }

.icon-question-fill .path3:before {
  content: "\e940";
  margin-left: -1em; }

.icon-question-fill .path4:before {
  content: "\e941";
  margin-left: -1em; }

.icon-request-fill .path1:before {
  content: "\e942";
  color: white; }

.icon-request-fill .path2:before {
  content: "\e943";
  margin-left: -1em; }

.icon-request-fill .path3:before {
  content: "\e944";
  margin-left: -1em; }

.icon-request-fill .path4:before {
  content: "\e945";
  margin-left: -1em; }

.icon-request-fill .path5:before {
  content: "\e946";
  margin-left: -1em; }

.icon-request-fill .path6:before {
  content: "\e947";
  margin-left: -1em; }

.icon-request-fill .path7:before {
  content: "\e948";
  margin-left: -1em; }

.icon-saferflyerprogram-fill .path1:before {
  content: "\e949";
  color: white; }

.icon-saferflyerprogram-fill .path2:before {
  content: "\e94a";
  margin-left: -1em; }

.icon-saferflyerprogram-fill .path3:before {
  content: "\e94b";
  margin-left: -1em; }

.icon-seats-fill .path1:before {
  content: "\e913";
  color: white; }

.icon-seats-fill .path2:before {
  content: "\e94c";
  margin-left: -1.0947265625em;
  color: white; }

.icon-seats-fill .path3:before {
  content: "\e94d";
  margin-left: -1.0947265625em;
  color: white; }

.icon-seats-fill .path4:before {
  content: "\e94e";
  margin-left: -1.0947265625em;
  color: white; }

.icon-seats-fill .path5:before {
  content: "\e94f";
  margin-left: -1.0947265625em; }

.icon-seats-fill .path6:before {
  content: "\e950";
  margin-left: -1.0947265625em; }

.icon-seats-fill .path7:before {
  content: "\e951";
  margin-left: -1.0947265625em; }

.icon-seats-fill .path8:before {
  content: "\e952";
  margin-left: -1.0947265625em; }

.icon-seats-fill .path9:before {
  content: "\e953";
  margin-left: -1.0947265625em; }

.icon-termsconditions-fill .path1:before {
  content: "\e954";
  color: white; }

.icon-termsconditions-fill .path2:before {
  content: "\e955";
  margin-left: -1em; }

.icon-termsconditions-fill .path3:before {
  content: "\e956";
  margin-left: -1em; }

.icon-termsconditions-fill .path4:before {
  content: "\e957";
  margin-left: -1em; }

.icon-termsconditions-fill .path5:before {
  content: "\e958";
  margin-left: -1em; }

.icon-termsconditions-fill .path6:before {
  content: "\e959";
  margin-left: -1em; }

.icon-termsconditions-fill .path7:before {
  content: "\e95a";
  margin-left: -1em; }

.icon-termsconditions-fill .path8:before {
  content: "\e95b";
  margin-left: -1em; }

.icon-termsconditions-fill .path9:before {
  content: "\e95c";
  margin-left: -1em; }

.icon-termsconditions-fill .path10:before {
  content: "\e95d";
  margin-left: -1em; }

.icon-users-fill .path1:before {
  content: "\e95e";
  color: white; }

.icon-users-fill .path2:before {
  content: "\e95f";
  margin-left: -0.998046875em;
  color: white; }

.icon-users-fill .path3:before {
  content: "\e960";
  margin-left: -0.998046875em; }

.icon-users-fill .path4:before {
  content: "\e961";
  margin-left: -0.998046875em; }

.icon-vip-fill .path1:before {
  content: "\e962";
  color: white; }

.icon-vip-fill .path2:before {
  content: "\e963";
  margin-left: -0.94921875em; }

.icon-vip-fill .path3:before {
  content: "\e964";
  margin-left: -0.94921875em; }

.icon-vip-fill .path4:before {
  content: "\e965";
  margin-left: -0.94921875em; }

.icon-vip-fill .path5:before {
  content: "\e966";
  margin-left: -0.94921875em; }

.icon-alert-fill .path1:before {
  content: "\e967";
  color: white; }

.icon-alert-fill .path2:before {
  content: "\e968";
  margin-left: -1em; }

.icon-alert-fill .path3:before {
  content: "\e969";
  margin-left: -1em; }

.icon-alert-fill .path4:before {
  content: "\e96a";
  margin-left: -1em; }

.icon-card-fill .path1:before {
  content: "\e96b";
  color: white; }

.icon-card-fill .path2:before {
  content: "\e96c";
  margin-left: -1em; }

.icon-card-fill .path3:before {
  content: "\e96d";
  margin-left: -1em; }

.icon-card-fill .path4:before {
  content: "\e96e";
  margin-left: -1em; }

.icon-card-fill .path5:before {
  content: "\e96f";
  margin-left: -1em; }

.icon-card-fill .path6:before {
  content: "\e970";
  margin-left: -1em; }

.icon-card-fill .path7:before {
  content: "\e971";
  margin-left: -1em; }

.icon-card-fill .path8:before {
  content: "\e972";
  margin-left: -1em; }

.icon-card-fill .path9:before {
  content: "\e973";
  margin-left: -1em; }

.icon-card-fill .path10:before {
  content: "\e974";
  margin-left: -1em; }

.icon-card-fill .path11:before {
  content: "\e975";
  margin-left: -1em; }

.icon-card-fill .path12:before {
  content: "\e976";
  margin-left: -1em; }

.icon-chat-fill .path1:before {
  content: "\e977";
  color: white; }

.icon-chat-fill .path2:before {
  content: "\e978";
  margin-left: -1em; }

.icon-complaint-fill .path1:before {
  content: "\e979";
  color: white; }

.icon-complaint-fill .path2:before {
  content: "\e97a";
  margin-left: -0.9384765625em; }

.icon-complaint-fill .path3:before {
  content: "\e97b";
  margin-left: -0.9384765625em; }

.icon-complaint-fill .path4:before {
  content: "\e97c";
  margin-left: -0.9384765625em; }

.icon-entertainment-fill .path1:before {
  content: "\e915";
  color: white; }

.icon-entertainment-fill .path2:before {
  content: "\e916";
  margin-left: -1em; }

.icon-entertainment-fill .path3:before {
  content: "\e917";
  margin-left: -1em; }

.icon-entertainment-fill .path4:before {
  content: "\e918";
  margin-left: -1em; }

.icon-entertainment-fill .path5:before {
  content: "\e919";
  margin-left: -1em; }

.icon-entertainment-fill .path6:before {
  content: "\e91a";
  margin-left: -1em; }

.icon-entertainment-fill .path7:before {
  content: "\e91b";
  margin-left: -1em; }

.icon-entertainment-fill .path8:before {
  content: "\e91c";
  margin-left: -1em; }

.icon-entertainment-fill .path9:before {
  content: "\e98c";
  margin-left: -1em; }

.icon-faqs-fill .path1:before {
  content: "\e97d";
  color: white; }

.icon-faqs-fill .path2:before {
  content: "\e97e";
  margin-left: -0.9765625em; }

.icon-faqs-fill .path3:before {
  content: "\e97f";
  margin-left: -0.9765625em; }

.icon-faqs-fill .path4:before {
  content: "\e980";
  margin-left: -0.9765625em; }

.icon-faqs-fill .path5:before {
  content: "\e981";
  margin-left: -0.9765625em; }

.icon-faqs-fill .path6:before {
  content: "\e982";
  margin-left: -0.9765625em; }

.icon-info-fill .path1:before {
  content: "\e983";
  color: white; }

.icon-info-fill .path2:before {
  content: "\e984";
  margin-left: -1em; }

.icon-info-fill .path3:before {
  content: "\e985";
  margin-left: -1em; }

.icon-info-fill .path4:before {
  content: "\e98a";
  margin-left: -1em; }

.icon-info-fill .path5:before {
  content: "\e98b";
  margin-left: -1em; }

.icon-miles-fill .path1:before {
  content: "\e9ed";
  color: white; }

.icon-miles-fill .path2:before {
  content: "\e9ee";
  margin-left: -0.94140625em;
  color: white; }

.icon-miles-fill .path3:before {
  content: "\e9ef";
  margin-left: -0.94140625em;
  color: white; }

.icon-miles-fill .path4:before {
  content: "\e9f0";
  margin-left: -0.94140625em;
  color: white; }

.icon-miles-fill .path5:before {
  content: "\e9f1";
  margin-left: -0.94140625em;
  color: white; }

.icon-miles-fill .path6:before {
  content: "\e9f2";
  margin-left: -0.94140625em;
  color: white; }

.icon-miles-fill .path7:before {
  content: "\e9f3";
  margin-left: -0.94140625em;
  color: white; }

.icon-miles-fill .path8:before {
  content: "\e9f4";
  margin-left: -0.94140625em; }

.icon-miles-fill .path9:before {
  content: "\e9f5";
  margin-left: -0.94140625em; }

.icon-miles-fill .path10:before {
  content: "\e9f6";
  margin-left: -0.94140625em; }

.icon-miles-fill .path11:before {
  content: "\e9f7";
  margin-left: -0.94140625em; }

.icon-miles-fill .path12:before {
  content: "\e9f8";
  margin-left: -0.94140625em; }

.icon-miles-fill .path13:before {
  content: "\e9f9";
  margin-left: -0.94140625em; }

.icon-miles-fill .path14:before {
  content: "\e9fa";
  margin-left: -0.94140625em;
  color: white; }

.icon-miles-fill .path15:before {
  content: "\e9fb";
  margin-left: -0.94140625em; }

.icon-miles-fill .path16:before {
  content: "\e9fc";
  margin-left: -0.94140625em; }

.icon-safar-cards1-fill1 .path1:before {
  content: "\ea0f";
  color: white; }

.icon-safar-cards1-fill1 .path2:before {
  content: "\ea10";
  margin-left: -1em;
  color: white; }

.icon-safar-cards1-fill1 .path3:before {
  content: "\ea11";
  margin-left: -1em;
  color: white; }

.icon-safar-cards1-fill1 .path4:before {
  content: "\ea12";
  margin-left: -1em; }

.icon-safar-cards1-fill1 .path5:before {
  content: "\ea13";
  margin-left: -1em; }

.icon-safar-cards1-fill1 .path6:before {
  content: "\ea14";
  margin-left: -1em; }

.icon-safar-cards1-fill1 .path7:before {
  content: "\ea15";
  margin-left: -1em; }

.icon-safar-cards1-fill1 .path8:before {
  content: "\ea16";
  margin-left: -1em; }

.icon-safar-cards1-fill1 .path9:before {
  content: "\ea17";
  margin-left: -1em; }

.icon-safar-cards1-fill1 .path10:before {
  content: "\ea18";
  margin-left: -1em; }

.icon-safar-cards1-fill1 .path11:before {
  content: "\ea19";
  margin-left: -1em; }

.icon-safar-cards1-fill1 .path12:before {
  content: "\ea1a";
  margin-left: -1em; }

.icon-safar-cards1-fill1 .path13:before {
  content: "\ea1b";
  margin-left: -1em; }

.icon-safar-cards1-fill1 .path14:before {
  content: "\ea1c";
  margin-left: -1em; }

.icon-safar-cards1-fill1 .path15:before {
  content: "\ea1d";
  margin-left: -1em; }

.icon-safar-cards1-fill1 .path16:before {
  content: "\ea1e";
  margin-left: -1em; }

.icon-safar-cards1-fill1 .path17:before {
  content: "\ea1f";
  margin-left: -1em; }

.icon-safar-cards1-fill1 .path18:before {
  content: "\ea20";
  margin-left: -1em; }

.icon-user:before {
  content: "\e926"; }

.icon-facebook:before {
  content: "\e927"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-youtube:before {
  content: "\e90b"; }

.icon-instagram:before {
  content: "\e90a"; }

.icon-google-plus:before {
  content: "\e90d"; }

.icon-google-plus-2:before {
  content: "\ea8b"; }

.icon-facebook-2:before {
  content: "\ea90"; }

.icon-phone:before {
  content: "\e909"; }

.icon-next:before {
  content: "\e908"; }

.icon-previous:before {
  content: "\e928"; }

.icon-globe:before {
  content: "\e98d"; }

.icon-queries:before {
  content: "\e98e"; }

.icon-search:before {
  content: "\e98f"; }

.icon-heart:before {
  content: "\e990"; }

.icon-label .path1:before {
  content: "\e991"; }

.icon-label .path2:before {
  content: "\ea05";
  margin-left: -1.0009765625em; }

.icon-luggage .path1:before {
  content: "\e992"; }

.icon-luggage .path2:before {
  content: "\ea06";
  margin-left: -1em; }

.icon-luggage .path3:before {
  content: "\ea07";
  margin-left: -1em; }

.icon-luggage .path4:before {
  content: "\ea08";
  margin-left: -1em; }

.icon-luggage .path5:before {
  content: "\ea09";
  margin-left: -1em; }

.icon-luggage .path6:before {
  content: "\ea0a";
  margin-left: -1em; }

.icon-meals .path1:before {
  content: "\e995"; }

.icon-meals .path2:before {
  content: "\e996";
  margin-left: -1em; }

.icon-meals .path3:before {
  content: "\e997";
  margin-left: -1em; }

.icon-offices .path1:before {
  content: "\e998"; }

.icon-offices .path2:before {
  content: "\e999";
  margin-left: -0.8076171875em; }

.icon-offices .path3:before {
  content: "\e99a";
  margin-left: -0.8076171875em; }

.icon-offices .path4:before {
  content: "\e99b";
  margin-left: -0.8076171875em; }

.icon-offices .path5:before {
  content: "\e99c";
  margin-left: -0.8076171875em; }

.icon-offices .path6:before {
  content: "\e99d";
  margin-left: -0.8076171875em; }

.icon-offices .path7:before {
  content: "\e99e";
  margin-left: -0.8076171875em; }

.icon-partners .path1:before {
  content: "\e99f"; }

.icon-partners .path2:before {
  content: "\e9a0";
  margin-left: -1em; }

.icon-partners .path3:before {
  content: "\e9a1";
  margin-left: -1em; }

.icon-partners .path4:before {
  content: "\e9a2";
  margin-left: -1em; }

.icon-partners .path5:before {
  content: "\e9a3";
  margin-left: -1em; }

.icon-partners .path6:before {
  content: "\e9a4";
  margin-left: -1em; }

.icon-partners .path7:before {
  content: "\e9a5";
  margin-left: -1em; }

.icon-print .path1:before {
  content: "\e9a6"; }

.icon-print .path2:before {
  content: "\e9a7";
  margin-left: -0.96484375em; }

.icon-print .path3:before {
  content: "\e9a8";
  margin-left: -0.96484375em; }

.icon-print .path4:before {
  content: "\e9a9";
  margin-left: -0.96484375em; }

.icon-question .path1:before {
  content: "\e9aa"; }

.icon-question .path2:before {
  content: "\e9ab";
  margin-left: -1em; }

.icon-question .path3:before {
  content: "\e9ac";
  margin-left: -1em; }

.icon-request .path1:before {
  content: "\e9ad"; }

.icon-request .path2:before {
  content: "\e9ae";
  margin-left: -1em; }

.icon-request .path3:before {
  content: "\e9af";
  margin-left: -1em; }

.icon-request .path4:before {
  content: "\e9b0";
  margin-left: -1em; }

.icon-request .path5:before {
  content: "\e9b1";
  margin-left: -1em; }

.icon-request .path6:before {
  content: "\e9b2";
  margin-left: -1em; }

.icon-saferflyerprogram .path1:before {
  content: "\e9b3"; }

.icon-saferflyerprogram .path2:before {
  content: "\e9b4";
  margin-left: -1em; }

.icon-seats .path1:before {
  content: "\e9b5"; }

.icon-seats .path2:before {
  content: "\e9b6";
  margin-left: -1.0947265625em; }

.icon-seats .path3:before {
  content: "\e9b7";
  margin-left: -1.0947265625em; }

.icon-seats .path4:before {
  content: "\e9b8";
  margin-left: -1.0947265625em; }

.icon-seats .path5:before {
  content: "\e9b9";
  margin-left: -1.0947265625em; }

.icon-termsconditions .path1:before {
  content: "\e9ba"; }

.icon-termsconditions .path2:before {
  content: "\e9bb";
  margin-left: -1em; }

.icon-termsconditions .path3:before {
  content: "\e9bc";
  margin-left: -1em; }

.icon-termsconditions .path4:before {
  content: "\e9bd";
  margin-left: -1em; }

.icon-termsconditions .path5:before {
  content: "\e9be";
  margin-left: -1em; }

.icon-termsconditions .path6:before {
  content: "\e9bf";
  margin-left: -1em; }

.icon-termsconditions .path7:before {
  content: "\e9c0";
  margin-left: -1em; }

.icon-termsconditions .path8:before {
  content: "\e9c1";
  margin-left: -1em; }

.icon-termsconditions .path9:before {
  content: "\e9c2";
  margin-left: -1em; }

.icon-users .path1:before {
  content: "\e9c3"; }

.icon-users .path2:before {
  content: "\e9c4";
  margin-left: -0.998046875em; }

.icon-vip .path1:before {
  content: "\e9c5"; }

.icon-vip .path2:before {
  content: "\e9c6";
  margin-left: -0.94921875em; }

.icon-vip .path3:before {
  content: "\e9c7";
  margin-left: -0.94921875em; }

.icon-vip .path4:before {
  content: "\e9c8";
  margin-left: -0.94921875em; }

.icon-alert .path1:before {
  content: "\e9c9"; }

.icon-alert .path2:before {
  content: "\e9ca";
  margin-left: -1em; }

.icon-alert .path3:before {
  content: "\e9cb";
  margin-left: -1em; }

.icon-card .path1:before {
  content: "\e9cc"; }

.icon-card .path2:before {
  content: "\e9cd";
  margin-left: -1em; }

.icon-card .path3:before {
  content: "\e9ce";
  margin-left: -1em; }

.icon-card .path4:before {
  content: "\e9cf";
  margin-left: -1em; }

.icon-card .path5:before {
  content: "\e9d0";
  margin-left: -1em; }

.icon-card .path6:before {
  content: "\e9d1";
  margin-left: -1em; }

.icon-card .path7:before {
  content: "\e9d2";
  margin-left: -1em; }

.icon-card .path8:before {
  content: "\e9d3";
  margin-left: -1em; }

.icon-card .path9:before {
  content: "\e9d4";
  margin-left: -1em; }

.icon-card .path10:before {
  content: "\e9d5";
  margin-left: -1em; }

.icon-card .path11:before {
  content: "\e9d6";
  margin-left: -1em; }

.icon-chat:before {
  content: "\e9d7"; }

.icon-complaint .path1:before {
  content: "\e9d8"; }

.icon-complaint .path2:before {
  content: "\e9d9";
  margin-left: -0.9384765625em; }

.icon-complaint .path3:before {
  content: "\e9da";
  margin-left: -0.9384765625em; }

.icon-entertainment:before {
  content: "\e993"; }

.icon-faqs .path1:before {
  content: "\e9db"; }

.icon-faqs .path2:before {
  content: "\e9dc";
  margin-left: -0.9765625em; }

.icon-faqs .path3:before {
  content: "\e9dd";
  margin-left: -0.9765625em; }

.icon-faqs .path4:before {
  content: "\e9de";
  margin-left: -0.9765625em; }

.icon-faqs .path5:before {
  content: "\e9df";
  margin-left: -0.9765625em; }

.icon-info .path1:before {
  content: "\e9e0"; }

.icon-info .path2:before {
  content: "\e9e1";
  margin-left: -1em; }

.icon-info .path3:before {
  content: "\e9e2";
  margin-left: -1em; }

.icon-info .path4:before {
  content: "\e9e3";
  margin-left: -1em; }

.icon-miles:before {
  content: "\e9ec"; }

.icon-safar-cards1:before {
  content: "\ea21"; }

.icon-luggage-no-check:before {
  content: "\ea02"; }

.icon-download-ios .path1:before {
  content: "\e900";
  color: black; }

.icon-download-ios .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: white; }

.icon-download-ios .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: white; }

.icon-download-ios .path4:before {
  content: "\e903";
  margin-left: -1em;
  color: white; }

.icon-download-google .path1:before {
  content: "\e904";
  color: black; }

.icon-download-google .path2:before {
  content: "\e905";
  margin-left: -1em;
  color: white; }

.icon-download-google .path3:before {
  content: "\e906";
  margin-left: -1em;
  color: white; }

.icon-download-google .path4:before {
  content: "\e907";
  margin-left: -1em;
  color: white; }

.icon-download-google .path5:before {
  content: "\ea0b";
  margin-left: -1em;
  color: white; }

.icon-download-google .path6:before {
  content: "\ea0c";
  margin-left: -1em;
  color: #f9f9f9; }

.icon-download-google .path7:before {
  content: "\ea0d";
  margin-left: -1em;
  color: #f9f9f9; }

.icon-download-google .path8:before {
  content: "\ea0e";
  margin-left: -1em;
  color: #f9f9fa; }

.icon-download-google-big .path1:before {
  content: "\ea22";
  color: black; }

.icon-download-google-big .path2:before {
  content: "\ea23";
  margin-left: -3.056640625em;
  color: white; }

.icon-download-google-big .path3:before {
  content: "\ea24";
  margin-left: -3.056640625em;
  color: white; }

.icon-download-google-big .path4:before {
  content: "\ea25";
  margin-left: -3.056640625em;
  color: white; }

.icon-download-google-big .path5:before {
  content: "\ea26";
  margin-left: -3.056640625em;
  color: white; }

.icon-download-google-big .path6:before {
  content: "\ea27";
  margin-left: -3.056640625em;
  color: #f9f9f9; }

.icon-download-google-big .path7:before {
  content: "\ea28";
  margin-left: -3.056640625em;
  color: #f9f9f9; }

.icon-download-google-big .path8:before {
  content: "\ea29";
  margin-left: -3.056640625em;
  color: #f9f9fa; }

.icon-download-ios-big .path1:before {
  content: "\ea2a";
  color: black; }

.icon-download-ios-big .path2:before {
  content: "\ea2b";
  margin-left: -3.0576171875em;
  color: white; }

.icon-download-ios-big .path3:before {
  content: "\ea2c";
  margin-left: -3.0576171875em;
  color: white; }

.icon-download-ios-big .path4:before {
  content: "\ea2d";
  margin-left: -3.0576171875em;
  color: white; }

.icon-phone-fill:before {
  content: "\ea2e"; }

[class^="glyph-"], [class*=" glyph-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Custom-Glpyh' !important;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyph-bed2:before {
  content: "\e9a5"; }

.glyph-upgrade2:before {
  content: "\e99a"; }

.glyph-vehicle:before {
  content: "\e99b"; }

.glyph-plane2:before {
  content: "\e9a7"; }

.glyph-clock:before {
  content: "\e99d"; }

.glyph-price:before {
  content: "\e99e"; }

.glyph-travel:before {
  content: "\e9a0"; }

.glyph-passport:before {
  content: "\e9a1"; }

.glyph-bed:before {
  content: "\e9a4"; }

.glyph-plane:before {
  content: "\e999"; }

.glyph-automobile:before {
  content: "\e99c"; }

.glyph-car:before {
  content: "\e99c"; }

.glyph-list-ul:before {
  content: "\e997"; }

.glyph-upgrade .path1:before {
  content: "\ea39";
  color: white; }

.glyph-upgrade .path2:before {
  content: "\ea3a";
  margin-left: -1em;
  color: #c3273d; }

.glyph-sky-shop .path1:before {
  content: "\e9ab";
  color: white; }

.glyph-sky-shop .path2:before {
  content: "\e9a9";
  margin-left: -1em;
  color: #c3273d; }

.glyph-sky-shop-2:before {
  content: "\e9a8";
  font-size: 30px;
  color: white; }

.glyph-check-fill:before {
  content: "\e9fd"; }

.glyph-check:before {
  content: "\e9fe"; }

.glyph-remove:before {
  content: "\e912"; }

.glyph-error-outline:before {
  content: "\e910"; }

.glyph-minus-outline:before {
  content: "\e90e"; }

.glyph-plus-outline:before {
  content: "\e911"; }

.glyph-calendar:before {
  content: "\e91d"; }

.glyph-passenger:before {
  content: "\e91e"; }

.glyph-user1:before {
  content: "\e91f"; }

.glyph-card1:before {
  content: "\e920"; }

.glyph-remove1:before {
  content: "\e923"; }

.glyph-arrow-up:before {
  content: "\e987"; }

.glyph-arrow-right:before {
  content: "\e988"; }

.glyph-arrow-down:before {
  content: "\e986"; }

.glyph-arrow-left:before {
  content: "\e989"; }

.glyph-search-reverse:before {
  content: "\e90f"; }

.glyph-from:before {
  content: "\e921"; }

.glyph-to:before {
  content: "\e922"; }

.glyph-upgrade-business:before {
  content: "\e9ff";
  color: #585858; }

.glyph-extra-luggage:before {
  content: "\ea00"; }

.glyph-airplane:before {
  content: "\ea04";
  color: #707070; }

.glyph-label-fill .path1:before {
  content: "\e924";
  color: white; }

.glyph-label-fill .path2:before {
  content: "\e9e4";
  margin-left: -1.0009765625em; }

.glyph-label-fill .path3:before {
  content: "\e9e5";
  margin-left: -1.0009765625em; }

.glyph-luggage-fill .path1:before {
  content: "\e925";
  color: white; }

.glyph-luggage-fill .path2:before {
  content: "\e9e6";
  margin-left: -1em; }

.glyph-luggage-fill .path3:before {
  content: "\e9e7";
  margin-left: -1em; }

.glyph-luggage-fill .path4:before {
  content: "\e9e8";
  margin-left: -1em; }

.glyph-luggage-fill .path5:before {
  content: "\e9e9";
  margin-left: -1em; }

.glyph-luggage-fill .path6:before {
  content: "\e9ea";
  margin-left: -1em; }

.glyph-luggage-fill .path7:before {
  content: "\e9eb";
  margin-left: -1em; }

.glyph-meals-fill .path1:before {
  content: "\e914";
  color: white; }

.glyph-meals-fill .path2:before {
  content: "\e994";
  margin-left: -1em; }

.glyph-meals-fill .path3:before {
  content: "\ea01";
  margin-left: -1em; }

.glyph-meals-fill .path4:before {
  content: "\ea03";
  margin-left: -1em; }

.glyph-offices-fill .path1:before {
  content: "\e929";
  color: white; }

.glyph-offices-fill .path2:before {
  content: "\e92a";
  margin-left: -0.8076171875em; }

.glyph-offices-fill .path3:before {
  content: "\e92b";
  margin-left: -0.8076171875em; }

.glyph-offices-fill .path4:before {
  content: "\e92c";
  margin-left: -0.8076171875em; }

.glyph-offices-fill .path5:before {
  content: "\e92d";
  margin-left: -0.8076171875em; }

.glyph-offices-fill .path6:before {
  content: "\e92e";
  margin-left: -0.8076171875em; }

.glyph-offices-fill .path7:before {
  content: "\e92f";
  margin-left: -0.8076171875em; }

.glyph-offices-fill .path8:before {
  content: "\e930";
  margin-left: -0.8076171875em; }

.glyph-partners-fill .path1:before {
  content: "\e931";
  color: white; }

.glyph-partners-fill .path2:before {
  content: "\e932";
  margin-left: -1em; }

.glyph-partners-fill .path3:before {
  content: "\e933";
  margin-left: -1em; }

.glyph-partners-fill .path4:before {
  content: "\e934";
  margin-left: -1em; }

.glyph-partners-fill .path5:before {
  content: "\e935";
  margin-left: -1em; }

.glyph-partners-fill .path6:before {
  content: "\e936";
  margin-left: -1em; }

.glyph-partners-fill .path7:before {
  content: "\e937";
  margin-left: -1em; }

.glyph-partners-fill .path8:before {
  content: "\e938";
  margin-left: -1em; }

.glyph-print-fill .path1:before {
  content: "\e939";
  color: white; }

.glyph-print-fill .path2:before {
  content: "\e93a";
  margin-left: -0.96484375em; }

.glyph-print-fill .path3:before {
  content: "\e93b";
  margin-left: -0.96484375em; }

.glyph-print-fill .path4:before {
  content: "\e93c";
  margin-left: -0.96484375em; }

.glyph-print-fill .path5:before {
  content: "\e93d";
  margin-left: -0.96484375em; }

.glyph-question-fill .path1:before {
  content: "\e93e";
  color: white; }

.glyph-question-fill .path2:before {
  content: "\e93f";
  margin-left: -1em; }

.glyph-question-fill .path3:before {
  content: "\e940";
  margin-left: -1em; }

.glyph-question-fill .path4:before {
  content: "\e941";
  margin-left: -1em; }

.glyph-request-fill .path1:before {
  content: "\e942";
  color: white; }

.glyph-request-fill .path2:before {
  content: "\e943";
  margin-left: -1em; }

.glyph-request-fill .path3:before {
  content: "\e944";
  margin-left: -1em; }

.glyph-request-fill .path4:before {
  content: "\e945";
  margin-left: -1em; }

.glyph-request-fill .path5:before {
  content: "\e946";
  margin-left: -1em; }

.glyph-request-fill .path6:before {
  content: "\e947";
  margin-left: -1em; }

.glyph-request-fill .path7:before {
  content: "\e948";
  margin-left: -1em; }

.glyph-saferflyerprogram-fill .path1:before {
  content: "\e949";
  color: white; }

.glyph-saferflyerprogram-fill .path2:before {
  content: "\e94a";
  margin-left: -1em; }

.glyph-saferflyerprogram-fill .path3:before {
  content: "\e94b";
  margin-left: -1em; }

.glyph-seats-fill .path1:before {
  content: "\e913";
  color: white; }

.glyph-seats-fill .path2:before {
  content: "\e94c";
  margin-left: -1.0947265625em;
  color: white; }

.glyph-seats-fill .path3:before {
  content: "\e94d";
  margin-left: -1.0947265625em;
  color: white; }

.glyph-seats-fill .path4:before {
  content: "\e94e";
  margin-left: -1.0947265625em;
  color: white; }

.glyph-seats-fill .path5:before {
  content: "\e94f";
  margin-left: -1.0947265625em; }

.glyph-seats-fill .path6:before {
  content: "\e950";
  margin-left: -1.0947265625em; }

.glyph-seats-fill .path7:before {
  content: "\e951";
  margin-left: -1.0947265625em; }

.glyph-seats-fill .path8:before {
  content: "\e952";
  margin-left: -1.0947265625em; }

.glyph-seats-fill .path9:before {
  content: "\e953";
  margin-left: -1.0947265625em; }

.glyph-termsconditions-fill .path1:before {
  content: "\e954";
  color: white; }

.glyph-termsconditions-fill .path2:before {
  content: "\e955";
  margin-left: -1em; }

.glyph-termsconditions-fill .path3:before {
  content: "\e956";
  margin-left: -1em; }

.glyph-termsconditions-fill .path4:before {
  content: "\e957";
  margin-left: -1em; }

.glyph-termsconditions-fill .path5:before {
  content: "\e958";
  margin-left: -1em; }

.glyph-termsconditions-fill .path6:before {
  content: "\e959";
  margin-left: -1em; }

.glyph-termsconditions-fill .path7:before {
  content: "\e95a";
  margin-left: -1em; }

.glyph-termsconditions-fill .path8:before {
  content: "\e95b";
  margin-left: -1em; }

.glyph-termsconditions-fill .path9:before {
  content: "\e95c";
  margin-left: -1em; }

.glyph-termsconditions-fill .path10:before {
  content: "\e95d";
  margin-left: -1em; }

.glyph-users-fill .path1:before {
  content: "\e95e";
  color: white; }

.glyph-users-fill .path2:before {
  content: "\e95f";
  margin-left: -0.998046875em;
  color: white; }

.glyph-users-fill .path3:before {
  content: "\e960";
  margin-left: -0.998046875em; }

.glyph-users-fill .path4:before {
  content: "\e961";
  margin-left: -0.998046875em; }

.glyph-vip-fill .path1:before {
  content: "\e962";
  color: white; }

.glyph-vip-fill .path2:before {
  content: "\e963";
  margin-left: -0.94921875em; }

.glyph-vip-fill .path3:before {
  content: "\e964";
  margin-left: -0.94921875em; }

.glyph-vip-fill .path4:before {
  content: "\e965";
  margin-left: -0.94921875em; }

.glyph-vip-fill .path5:before {
  content: "\e966";
  margin-left: -0.94921875em; }

.glyph-alert-fill .path1:before {
  content: "\e967"; }

.glyph-alert-fill .path2:before {
  content: "\e968";
  margin-left: -1em;
  color: #9e192d; }

.glyph-alert-fill .path3:before {
  content: "\e969";
  margin-left: -1em;
  color: #9e192d; }

.glyph-alert-fill .path4:before {
  content: "\e96a";
  margin-left: -1em;
  color: #9e192d; }

.glyph-card-fill .path1:before {
  content: "\e96b";
  color: white; }

.glyph-card-fill .path2:before {
  content: "\e96c";
  margin-left: -1em; }

.glyph-card-fill .path3:before {
  content: "\e96d";
  margin-left: -1em; }

.glyph-card-fill .path4:before {
  content: "\e96e";
  margin-left: -1em; }

.glyph-card-fill .path5:before {
  content: "\e96f";
  margin-left: -1em; }

.glyph-card-fill .path6:before {
  content: "\e970";
  margin-left: -1em; }

.glyph-card-fill .path7:before {
  content: "\e971";
  margin-left: -1em; }

.glyph-card-fill .path8:before {
  content: "\e972";
  margin-left: -1em; }

.glyph-card-fill .path9:before {
  content: "\e973";
  margin-left: -1em; }

.glyph-card-fill .path10:before {
  content: "\e974";
  margin-left: -1em; }

.glyph-card-fill .path11:before {
  content: "\e975";
  margin-left: -1em; }

.glyph-card-fill .path12:before {
  content: "\e976";
  margin-left: -1em; }

.glyph-chat-fill .path1:before {
  content: "\e977";
  color: white; }

.glyph-chat-fill .path2:before {
  content: "\e978";
  margin-left: -1em; }

.glyph-complaint-fill .path1:before {
  content: "\e979";
  color: white; }

.glyph-complaint-fill .path2:before {
  content: "\e97a";
  margin-left: -0.9384765625em; }

.glyph-complaint-fill .path3:before {
  content: "\e97b";
  margin-left: -0.9384765625em; }

.glyph-complaint-fill .path4:before {
  content: "\e97c";
  margin-left: -0.9384765625em; }

.glyph-entertainment-fill .path1:before {
  content: "\e915";
  color: white; }

.glyph-entertainment-fill .path2:before {
  content: "\e916";
  margin-left: -1em; }

.glyph-entertainment-fill .path3:before {
  content: "\e917";
  margin-left: -1em; }

.glyph-entertainment-fill .path4:before {
  content: "\e918";
  margin-left: -1em; }

.glyph-entertainment-fill .path5:before {
  content: "\e919";
  margin-left: -1em; }

.glyph-entertainment-fill .path6:before {
  content: "\e91a";
  margin-left: -1em; }

.glyph-entertainment-fill .path7:before {
  content: "\e91b";
  margin-left: -1em; }

.glyph-entertainment-fill .path8:before {
  content: "\e91c";
  margin-left: -1em; }

.glyph-entertainment-fill .path9:before {
  content: "\e98c";
  margin-left: -1em; }

.glyph-faqs-fill .path1:before {
  content: "\e97d";
  color: white; }

.glyph-faqs-fill .path2:before {
  content: "\e97e";
  margin-left: -0.9765625em; }

.glyph-faqs-fill .path3:before {
  content: "\e97f";
  margin-left: -0.9765625em; }

.glyph-faqs-fill .path4:before {
  content: "\e980";
  margin-left: -0.9765625em; }

.glyph-faqs-fill .path5:before {
  content: "\e981";
  margin-left: -0.9765625em; }

.glyph-faqs-fill .path6:before {
  content: "\e982";
  margin-left: -0.9765625em; }

.glyph-info-fill .path1:before {
  content: "\e983";
  color: white; }

.glyph-info-fill .path2:before {
  content: "\e984";
  margin-left: -1em; }

.glyph-info-fill .path3:before {
  content: "\e985";
  margin-left: -1em; }

.glyph-info-fill .path4:before {
  content: "\e98a";
  margin-left: -1em; }

.glyph-info-fill .path5:before {
  content: "\e98b";
  margin-left: -1em; }

.glyph-miles-fill .path1:before {
  content: "\e9ed";
  color: white; }

.glyph-miles-fill .path2:before {
  content: "\e9ee";
  margin-left: -0.94140625em;
  color: white; }

.glyph-miles-fill .path3:before {
  content: "\e9ef";
  margin-left: -0.94140625em;
  color: white; }

.glyph-miles-fill .path4:before {
  content: "\e9f0";
  margin-left: -0.94140625em;
  color: white; }

.glyph-miles-fill .path5:before {
  content: "\e9f1";
  margin-left: -0.94140625em;
  color: white; }

.glyph-miles-fill .path6:before {
  content: "\e9f2";
  margin-left: -0.94140625em;
  color: white; }

.glyph-miles-fill .path7:before {
  content: "\e9f3";
  margin-left: -0.94140625em;
  color: white; }

.glyph-miles-fill .path8:before {
  content: "\e9f4";
  margin-left: -0.94140625em; }

.glyph-miles-fill .path9:before {
  content: "\e9f5";
  margin-left: -0.94140625em; }

.glyph-miles-fill .path10:before {
  content: "\e9f6";
  margin-left: -0.94140625em; }

.glyph-miles-fill .path11:before {
  content: "\e9f7";
  margin-left: -0.94140625em; }

.glyph-miles-fill .path12:before {
  content: "\e9f8";
  margin-left: -0.94140625em; }

.glyph-miles-fill .path13:before {
  content: "\e9f9";
  margin-left: -0.94140625em; }

.glyph-miles-fill .path14:before {
  content: "\e9fa";
  margin-left: -0.94140625em;
  color: white; }

.glyph-miles-fill .path15:before {
  content: "\e9fb";
  margin-left: -0.94140625em; }

.glyph-miles-fill .path16:before {
  content: "\e9fc";
  margin-left: -0.94140625em; }

.glyph-safar-cards1-fill1 .path1:before {
  content: "\ea0f";
  color: white; }

.glyph-safar-cards1-fill1 .path2:before {
  content: "\ea10";
  margin-left: -1em;
  color: white; }

.glyph-safar-cards1-fill1 .path3:before {
  content: "\ea11";
  margin-left: -1em;
  color: white; }

.glyph-safar-cards1-fill1 .path4:before {
  content: "\ea12";
  margin-left: -1em; }

.glyph-safar-cards1-fill1 .path5:before {
  content: "\ea13";
  margin-left: -1em; }

.glyph-safar-cards1-fill1 .path6:before {
  content: "\ea14";
  margin-left: -1em; }

.glyph-safar-cards1-fill1 .path7:before {
  content: "\ea15";
  margin-left: -1em; }

.glyph-safar-cards1-fill1 .path8:before {
  content: "\ea16";
  margin-left: -1em; }

.glyph-safar-cards1-fill1 .path9:before {
  content: "\ea17";
  margin-left: -1em; }

.glyph-safar-cards1-fill1 .path10:before {
  content: "\ea18";
  margin-left: -1em; }

.glyph-safar-cards1-fill1 .path11:before {
  content: "\ea19";
  margin-left: -1em; }

.glyph-safar-cards1-fill1 .path12:before {
  content: "\ea1a";
  margin-left: -1em; }

.glyph-safar-cards1-fill1 .path13:before {
  content: "\ea1b";
  margin-left: -1em; }

.glyph-safar-cards1-fill1 .path14:before {
  content: "\ea1c";
  margin-left: -1em; }

.glyph-safar-cards1-fill1 .path15:before {
  content: "\ea1d";
  margin-left: -1em; }

.glyph-safar-cards1-fill1 .path16:before {
  content: "\ea1e";
  margin-left: -1em; }

.glyph-safar-cards1-fill1 .path17:before {
  content: "\ea1f";
  margin-left: -1em; }

.glyph-safar-cards1-fill1 .path18:before {
  content: "\ea20";
  margin-left: -1em; }

.glyph-user:before {
  content: "\e926"; }

.glyph-facebook:before {
  content: "\e927"; }

.glyph-twitter:before {
  content: "\e90c"; }

.glyph-youtube:before {
  content: "\e90b"; }

.glyph-instagram:before {
  content: "\e90a"; }

.glyph-google-plus:before {
  content: "\e90d"; }

.glyph-phone:before {
  content: "\e909"; }

.glyph-next:before {
  content: "\e908"; }

.glyph-previous:before {
  content: "\e928"; }

.glyph-globe:before {
  content: "\e98d"; }

.glyph-queries:before {
  content: "\e98e"; }

.glyph-search:before {
  content: "\e98f"; }

.glyph-heart:before {
  content: "\e990"; }

.glyph-label:before {
  content: "\e991"; }

.glyph-luggage:before {
  content: "\e992"; }

.glyph-meals:before {
  content: "\e995"; }

.glyph-offices:before {
  content: "\e998"; }

.glyph-partners:before {
  content: "\e99f"; }

.glyph-print:before {
  content: "\e9a6"; }

.glyph-question:before {
  content: "\e9aa"; }

.glyph-request:before {
  content: "\eac"; }

.glyph-saferflyerprogram:before {
  content: "\e9b3"; }

.glyph-seats:before {
  content: "\e9b5"; }

.glyph-termsconditions:before {
  content: "\e9ba"; }

.glyph-users:before {
  content: "\e9c3"; }

.glyph-vip:before {
  content: "\e9c5"; }

.glyph-alert:before {
  content: "\e9c9"; }

.glyph-card:before {
  content: "\e9cc"; }

.glyph-chat:before {
  content: "\e9d7"; }

.glyph-complaint:before {
  content: "\e9d8"; }

.glyph-entertainment:before {
  content: "\e993"; }

.glyph-faqs:before {
  content: "\e9db"; }

.glyph-info:before {
  content: "\e9e0"; }

.glyph-miles:before {
  content: "\e9ec"; }

.glyph-safar-cards1:before {
  content: "\ea21"; }

.glyph-luggage-no-check:before {
  content: "\ea02"; }

.glyph-download-ios .path1:before {
  content: "\e900";
  color: black; }

.glyph-download-ios .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: white; }

.glyph-download-ios .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: white; }

.glyph-download-ios .path4:before {
  content: "\e903";
  margin-left: -1em;
  color: white; }

.glyph-download-google .path1:before {
  content: "\e904";
  color: black; }

.glyph-download-google .path2:before {
  content: "\e905";
  margin-left: -1em;
  color: white; }

.glyph-download-google .path3:before {
  content: "\e906";
  margin-left: -1em;
  color: white; }

.glyph-download-google .path4:before {
  content: "\e907";
  margin-left: -1em;
  color: white; }

.glyph-download-google .path5:before {
  content: "\ea0b";
  margin-left: -1em;
  color: white; }

.glyph-download-google .path6:before {
  content: "\ea0c";
  margin-left: -1em;
  color: #f9f9f9; }

.glyph-download-google .path7:before {
  content: "\ea0d";
  margin-left: -1em;
  color: #f9f9f9; }

.glyph-download-google .path8:before {
  content: "\ea0e";
  margin-left: -1em;
  color: #f9f9fa; }

.glyph-download-google-big .path1:before {
  content: "\ea22";
  color: black; }

.glyph-download-google-big .path2:before {
  content: "\ea23";
  margin-left: -3.056640625em;
  color: white; }

.glyph-download-google-big .path3:before {
  content: "\ea24";
  margin-left: -3.056640625em;
  color: white; }

.glyph-download-google-big .path4:before {
  content: "\ea25";
  margin-left: -3.056640625em;
  color: white; }

.glyph-download-google-big .path5:before {
  content: "\ea26";
  margin-left: -3.056640625em;
  color: white; }

.glyph-download-google-big .path6:before {
  content: "\ea27";
  margin-left: -3.056640625em;
  color: #f9f9f9; }

.glyph-download-google-big .path7:before {
  content: "\ea28";
  margin-left: -3.056640625em;
  color: #f9f9f9; }

.glyph-download-google-big .path8:before {
  content: "\ea29";
  margin-left: -3.056640625em;
  color: #f9f9fa; }

.glyph-download-ios-big .path1:before {
  content: "\ea2a";
  color: black; }

.glyph-download-ios-big .path2:before {
  content: "\ea2b";
  margin-left: -3.0576171875em;
  color: white; }

.glyph-download-ios-big .path3:before {
  content: "\ea2c";
  margin-left: -3.0576171875em;
  color: white; }

.glyph-download-ios-big .path4:before {
  content: "\ea2d";
  margin-left: -3.0576171875em;
  color: white; }

.glyph-messenger:before {
  content: "\ea2e"; }

.glyph-whatsapp:before {
  content: "\ea2f"; }

.glyph-arrows:before {
  content: "\ea30"; }

.glyph-arrow-search .path1:before {
  content: "\ea31";
  color: #b32d37; }

.glyph-arrow-search .path2:before {
  content: "\ea32";
  margin-left: -1.22265625em;
  color: white; }

.glyph-coin-euro:before {
  content: "\e9a2"; }

.glyph-location:before {
  content: "\e9a3"; }

.glyph-map-marker:before {
  content: "\e9a3"; }

.glyph-pin:before {
  content: "\e9a3"; }

.glyph-sort-alpha-asc:before {
  content: "\e996"; }

.glyph-checkmark:before {
  content: "\ea33"; }

.glyph-arrival:before {
  content: "\e9ac"; }

.glyph-calendar:before {
  content: "\e9ae"; }

.glyph-cards:before {
  content: "\e9af"; }

.glyph-destination:before {
  content: "\e9b0"; }

.glyph-maximizar:before {
  content: "\e9b1"; }

.glyph-user:before {
  content: "\e9b2"; }

.glyph-users:before {
  content: "\e9b4"; }

html[dir="rtl"] {
  /* FLIPPING ICONS */
  /* ADD ICONS CLASS THAT ARE NOT SUPPOSED TO BE HORIZONTALLY FLIPPED */ }
  html[dir="rtl"] [class^="glyph-"], html[dir="rtl"] [class*=" glyph-"] {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }
  html[dir="rtl"] .glyph-youtube,
  html[dir="rtl"] .glyph-instagram,
  html[dir="rtl"] .glyph-facebook,
  html[dir="rtl"] .glyph-google,
  html[dir="rtl"] .glyph-twitter {
    transform: auto !important;
    -moz-transform: auto !important;
    -webkit-transform: auto !important;
    -ms-transform: auto !important; }

[class^="glyph2-"], [class*=" glyph2-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'glyph2' !important;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyph2-seats:before {
  content: "\e91e"; }

.glyph2-bags:before {
  content: "\e91f"; }

.glyph2-disabilities:before {
  content: "\e920"; }

.glyph2-plane_take_off:before {
  content: "\e921"; }

.glyph2-home:before {
  content: "\e922"; }

.glyph2-best-offers:before {
  content: "\e923"; }

.glyph2-calendar:before {
  content: "\e924"; }

.glyph2-miles_x_2:before {
  content: "\e925"; }

.glyph2-extra_baggage:before {
  content: "\e926"; }

.glyph2-oneworld-ticket:before {
  content: "\e927"; }

.glyph2-award-ticket:before {
  content: "\e928"; }

.glyph2-plane_seatwindow:before {
  content: "\e929"; }

.glyph2-car_bag_hotel2:before {
  content: "\e92a"; }

.glyph2-extra_baggage2:before {
  content: "\e92b"; }

.glyph2-calendar2:before {
  content: "\e92c"; }

.glyph2-help .path1:before {
  content: "\e917";
  color: white; }

.glyph2-help .path2:before {
  content: "\e918";
  margin-left: -1em;
  color: #f5ebe1; }

.glyph2-help .path3:before {
  content: "\e919";
  margin-left: -1em;
  color: black; }

.glyph2-help .path4:before {
  content: "\e91a";
  margin-left: -1em;
  color: white; }

.glyph2-help .path5:before {
  content: "\e91b";
  margin-left: -1em;
  color: #c2002f; }

.glyph2-help .path6:before {
  content: "\e91c";
  margin-left: -1em;
  color: white; }

.glyph2-info-circle:before {
  content: "\e91d"; }

.glyph2-val:before {
  content: "\e913"; }

.glyph2-outsize:before {
  content: "\e914"; }

.glyph2-live:before {
  content: "\e916"; }

.glyph2-gral-cargo:before {
  content: "\e912"; }

.glyph2-fresh:before {
  content: "\e911"; }

.glyph2-container:before {
  content: "\e910"; }

.glyph2-special:before {
  content: "\e90f"; }

.glyph2-charter:before {
  content: "\e915"; }

.glyph2-plane-take-off:before {
  content: "\e90e"; }

.glyph2-unacompanied:before {
  content: "\e90b"; }

.glyph2-sillaventana:before {
  content: "\e90c"; }

.glyph2-car_bag_hotel:before {
  content: "\e90d"; }

.glyph2-activities:before {
  content: "\e90a"; }

.glyph2-car-person:before {
  content: "\e909"; }

.glyph2-flight-status:before {
  content: "\e900"; }

.glyph2-avion-home:before {
  content: "\e901"; }

.glyph2-airport-transfer:before {
  content: "\e902"; }

.glyph2-bag-track:before {
  content: "\e903"; }

.glyph2-car-hire:before {
  content: "\e904"; }

.glyph2-hotel:before {
  content: "\e905"; }

.glyph2-insurance:before {
  content: "\e906"; }

.glyph2-sky-shop:before {
  content: "\e907"; }

.glyph2-upgrade:before {
  content: "\e908"; }

.glyph2-baggage-protection2-light:before {
  content: "\e92e"; }

.glyph2-baggage-protection3-light:before {
  content: "\e92d"; }

.glyph2-bonus:before {
  content: "\e92f"; }

.glyph2-oneworld:before {
  content: "\e917"; }

.glyph2-otherairlines:before {
  content: "\e918"; }

.glyph2-bell:before {
  content: "\e919"; }

[class^="glyph3-"], [class*=" glyph3-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'glyph3' !important;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyph3-warning:before {
  content: "\e90e"; }

.glyph3-info:before {
  content: "\e90b"; }

.glyph3-eye-slash:before {
  content: "\e90c"; }

.glyph3-eye:before {
  content: "\e90d"; }

.glyph3-ram-nuevo:before {
  content: "\e90a"; }

.glyph3-food-tray:before {
  content: "\e906"; }

.glyph3-film:before {
  content: "\e909"; }

.glyph3-baggage-check:before {
  content: "\e908"; }

.glyph3-two-seats:before {
  content: "\e907"; }

.glyph3-refresh:before {
  content: "\e905"; }

.glyph3-close-circle:before {
  content: "\e904"; }

.glyph3-flightpass:before {
  content: "\e903"; }

.glyph3-instagram:before {
  content: "\e901"; }

.glyph3-contact-us:before {
  content: "\e902"; }

.glyph3-twitter:before {
  content: "\e900"; }

@media (min-width: 1200px) {
  button:focus, a:focus, input[type=radio]:focus, input[type=checkbox]:focus, input[type=text]:focus {
    outline: 2px solid #000000;
    outline-offset: 2px; }
  .navbar div:focus, .navbar span:focus, .navbar ul:focus, .navbar a:focus, .navbar button:focus, .navbar input:focus, .navbar select:focus, .navbar textarea:focus, .navbar input[type="checkbox"]:focus ~ label::before, .navbar .radio-button__element--focused, .navbar .p-slider-handle:focus, .navbar .switch-button__slider--focused {
    outline: 1px solid var(--ram-border-inverse-color);
    outline-offset: -2px;
    box-shadow: inset 0 0 0 3px black; }
  .header div:focus, .header span:focus, .header ul:focus, .header a:focus, .header .button:focus, .header button:focus, .header input:focus, .header select:focus, .header textarea:focus, .header input[type="checkbox"]:focus ~ label::before, .header .radio-button__element--focused, .header .p-slider-handle:focus,
  .header div:focus-visible, .header span:focus-visible, .header ul:focus-visible, .header a:focus-visible, .header button:focus-visible, .header input:focus-visible, .header select:focus-visible, .header textarea:focus-visible, .header input[type="checkbox"]:focus-visible ~ label::before, .header .radio-button__element--focused, .header .p-slider-handle:focus-visible {
    outline: 1px solid var(--ram-border-inverse-color);
    box-shadow: 0 0 0 3px black; }
  .footer div:focus, .footer span:focus, .footer ul:focus, .footer a:focus, .footer .button:focus, .footer button:focus, .footer input:focus, .footer select:focus, .footer textarea:focus, .footer input[type="checkbox"]:focus ~ label::before, .footer .radio-button__element--focused, .footer .p-slider-handle:focus,
  .footer div:focus-visible, .footer span:focus-visible, .footer ul:focus-visible, .footer a:focus-visible, .footer button:focus-visible, .footer input:focus-visible, .footer select:focus-visible, .footer textarea:focus-visible, .footer input[type="checkbox"]:focus-visible ~ label::before, .footer .radio-button__element--focused, .footer .p-slider-handle:focus-visible {
    outline: 2px solid var(--ram-border-inverse-color);
    outline-offset: 1px;
    color: var(--ram-text-inverse-color) !important; }
  .form-inputField--action input:focus {
    outline: none;
    box-shadow: none; } }

.mouseNavigation button:focus, .mouseNavigation a:focus, .mouseNavigation input[type=radio]:focus, .mouseNavigation input[type=checkbox]:focus, .mouseNavigation input[type=text]:focus {
  outline: none;
  text-decoration: none !important;
  box-shadow: none; }

body.fixed {
  overflow: hidden; }
  body.fixed .warning-ticker__mobile {
    margin-top: 50px; }

#contact {
  color: #525252;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: .5rem; }
  #contact .contact__icon {
    font-size: 1.1rem; }
  #contact .contact__text {
    font-weight: 600;
    font-size: 1rem; }

.aui .home-layout .portlet-boundary_rambookingsearchengine_WAR_ramibeportlet_ {
  margin: 0; }

.aui header .navbar #navbarNav .nav-link {
  max-width: inherit; }

body.home header {
  position: inherit; }

header .navbar .user-button {
  width: auto; }

header .navbar #search-nav-link {
  display: none; }

header .navbar .nav-bar-mobile {
  background-color: #C2002F;
  display: flex;
  width: inherit; }

header .navbar .hidden-top-right-nav {
  display: none; }

header .navbar #header-button-resp, header .navbar .navbar-brand.mx-auto img {
  width: auto;
  height: 49px; }

header .navbar #oneworld-logo-desktop {
  display: none; }

header .navbar #top-nav, header .navbar .top-right-nav {
  font-size: 0.875em; }

header .navbar .top-right-nav {
  width: 100%;
  flex-direction: column;
  padding-top: 8px;
  color: #C2002F;
  background-color: #FFFFFF; }
  header .navbar .top-right-nav .row {
    width: 100%;
    margin-right: 0; }
  header .navbar .top-right-nav ul.top-right-nav-links {
    margin-right: 0; }
  header .navbar .top-right-nav .login-register a {
    color: #C2002F;
    text-transform: uppercase; }

.widget-app {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FAF6F3;
  padding: 10px 0px 10px 17px; }
  .widget-app__info {
    display: flex;
    align-items: center;
    width: 83%; }
    .widget-app__info__img {
      border-radius: 4px; }
  .widget-app__text {
    margin-left: .7rem; }
    .widget-app__text__title {
      margin-bottom: 0;
      font-family: "Museo Sans";
      font-weight: 500;
      font-size: .8rem; }
      .widget-app__text__title__arrow {
        transform: rotate(-90deg);
        font-weight: bold;
        color: #C2002F;
        vertical-align: text-bottom;
        margin-left: 7px; }
    .widget-app__text__subtitle {
      margin-bottom: 0;
      font-family: "Museo Sans";
      font-weight: 300;
      font-size: .65rem; }
  .widget-app__close {
    font-size: .8rem;
    padding: 3px 15px;
    border: none;
    background: none; }

@media (max-width: 375px) {
  header .navbar .navbar-brand.mx-auto img {
    max-width: 124px;
    height: 42px; } }

/* Tablet 768px en adelante */
@media (min-width: 768px) {
  header .navbar-expand-lg {
    z-index: 1; }
  header .top-right-nav ul.top-right-nav-links a {
    color: #000000; } }

@media (min-width: 992px) {
  header .container .navbar.navbar-expand-lg .navbar-toggler {
    display: block; }
  header .container .navbar.navbar-expand-lg .navbar-brand {
    display: none; } }

.market-selector-wrapper .header-country #dropdown_idioma {
  padding: 10px;
  margin-top: 2px; }

.responsive-menu.fixed {
  position: fixed;
  top: 0px; }
  .responsive-menu.fixed:after {
    content: '';
    background: #000000;
    top: 47px;
    bottom: 0px;
    position: fixed;
    width: 100%;
    opacity: .4; }

.responsive-menu.navbar {
  background-color: transparent; }

.responsive-menu__header {
  background-color: #C2002F;
  display: flex;
  width: 100%; }
  .responsive-menu__header.fixed {
    position: fixed;
    top: 0px; }

.responsive-menu__body {
  visibility: hidden;
  transform: translateX(-100%);
  display: block;
  position: fixed;
  top: 47px;
  left: 0;
  z-index: 1200;
  overflow-y: auto;
  overflow-x: hidden;
  transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  height: 95vh; }
  .responsive-menu__body#navbarNav {
    width: 90%; }
  .responsive-menu__body.show {
    visibility: visible;
    transform: translateX(0); }
  .responsive-menu__body__links {
    margin-top: 2rem;
    list-style-type: none;
    padding: 0;
    text-align: center; }
    .responsive-menu__body__links .market-selection {
      margin-top: .8rem; }
  .responsive-menu__body__register.container {
    font-size: .875em;
    justify-content: flex-start; }
  .responsive-menu__body__language {
    font-size: 1em;
    justify-content: flex-start; }
  .responsive-menu__body#navbarNav .nav-link {
    font-weight: 700;
    padding: 15px 10px;
    font-size: 1rem;
    border-bottom: 1px solid #e1e1e1; }
  .responsive-menu__body#navbarNav .nav-item-open .nav-link {
    background-color: #F5EBE1;
    color: #C2002F;
    border-bottom: none;
    margin-bottom: 1rem; }
  .responsive-menu__body#navbarNav .top-right-nav .nav-link {
    border-bottom: none;
    padding-bottom: 0px; }
  .responsive-menu__body#navbarNav .navbar-nav.login-register {
    margin-top: 1rem; }
  .responsive-menu__body .submenu-bar .submenu-container {
    margin-bottom: 20px; }
    .responsive-menu__body .submenu-bar .submenu-container .submenu-heading {
      font-weight: 700;
      font-size: 1rem; }
      .responsive-menu__body .submenu-bar .submenu-container .submenu-heading ~ .submenu {
        padding-left: 2rem; }
    .responsive-menu__body .submenu-bar .submenu-container .submenu li {
      padding-top: 10px;
      padding-bottom: 10px; }
      .responsive-menu__body .submenu-bar .submenu-container .submenu li a {
        font-weight: 500;
        font-size: 1rem; }

.responsive-menu.widgetAPP .responsive-menu__body {
  top: 99px; }

.responsive-menu.fixed.widgetAPP {
  top: 50px; }
  .responsive-menu.fixed.widgetAPP:after {
    top: 99px; }

@media (min-width: 1025px) {
  .market-selector-wrapper .header-country #dropdown_idioma {
    padding: 0px; }
  .market-selector-expanded #main-content:after, .menuNav-open #main-content:after {
    content: '';
    position: fixed;
    background: black;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    opacity: .6; }
  .market-selector-expanded #main-content .booking-menu-container .tab-container, .menuNav-open #main-content .booking-menu-container .tab-container {
    z-index: 0; }
  header .container .submenu-bar {
    top: 100% !important;
    font-size: .7rem; }
  header .container #search-nav-link {
    display: inherit; }
  header .container .navbar.navbar-expand-xl {
    flex-wrap: nowrap;
    z-index: 1;
    justify-content: start; }
    header .container .navbar.navbar-expand-xl .navbar-brand:not(#oneworld-logo-desktop) {
      display: inherit !important; }
    header .container .navbar.navbar-expand-xl .navbar-toggler, header .container .navbar.navbar-expand-xl .mx-auto, header .container .navbar.navbar-expand-xl #search-box, header .container .navbar.navbar-expand-xl #header-button-resp, header .container .navbar.navbar-expand-xl #oneworld-logo-desktop {
      display: none; }
    header .container .navbar.navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
      header .container .navbar.navbar-expand-xl .navbar-collapse .navbar-nav {
        flex-direction: row; }
  header .container #navbarNav .navbar-nav {
    margin-left: 10px;
    align-items: center; }
  header .navbar #navbarNav .top-right-nav {
    display: flex;
    flex-direction: column-reverse;
    align-items: end;
    background-color: transparent;
    padding-top: 7px;
    margin-top: 2px; }
    header .navbar #navbarNav .top-right-nav .col-12 {
      padding: 0; }
    header .navbar #navbarNav .top-right-nav a {
      color: #FFFFFF;
      font-size: 14px;
      font-family: "Museo Sans";
      width: max-content; }
    header .navbar #navbarNav .top-right-nav a#contact {
      display: inline-block;
      color: #333333; }
      header .navbar #navbarNav .top-right-nav a#contact .contact__icon {
        display: none; }
      header .navbar #navbarNav .top-right-nav a#contact .contact__text {
        font-weight: 500;
        font-size: 14px;
        font-family: "Museo Sans"; }
    header .navbar #navbarNav .top-right-nav ul#top-right-nav-links {
      justify-content: start;
      flex-wrap: wrap;
      align-items: center;
      margin-left: 15px;
      margin-bottom: 10px;
      margin-top: 4px; }
      header .navbar #navbarNav .top-right-nav ul#top-right-nav-links > li {
        width: max-content;
        margin-bottom: 3px; }
    header .navbar #navbarNav .top-right-nav .login-register {
      flex-direction: row;
      padding: 0;
      padding-left: 25px;
      margin-top: 5px;
      background-color: #C2002F;
      position: relative;
      margin-left: 25px; }
      header .navbar #navbarNav .top-right-nav .login-register li {
        background-color: #C2002F;
        margin-right: 5px; }
        header .navbar #navbarNav .top-right-nav .login-register li a {
          line-height: 39px;
          height: auto !important; }
        header .navbar #navbarNav .top-right-nav .login-register li:not(:first-child) {
          margin-left: 10px; }
      header .navbar #navbarNav .top-right-nav .login-register li.divider {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        background-color: #C2002F;
        width: auto;
        min-height: 39px; }
        header .navbar #navbarNav .top-right-nav .login-register li.divider:before {
          position: absolute;
          top: 10px;
          bottom: 10px;
          content: "";
          border-left: 1px solid #FFFFFF;
          margin-left: 1px; }
      header .navbar #navbarNav .top-right-nav .login-register li:last-child {
        margin-top: 0;
        min-width: 5rem; }
        header .navbar #navbarNav .top-right-nav .login-register li:last-child:before {
          top: 0;
          bottom: 0;
          left: -10000px;
          right: 10px;
          position: absolute;
          box-shadow: 9999px 0 0 #C2002F;
          z-index: -1;
          border-right: 1px solid #C2002F;
          content: ''; }
      header .navbar #navbarNav .top-right-nav .login-register a {
        color: #FFFFFF; }
  .market-selector-expanded {
    background-color: #FFFFFF;
    position: relative !important; }
    .market-selector-expanded .navbar #navbarNav .top-right-nav .login-register, .market-selector-expanded .navbar #navbarNav .top-right-nav .login-register li {
      background-color: inherit; }
    .market-selector-expanded .navbar #navbarNav .top-right-nav .login-register a {
      color: #C2002F; }
    .market-selector-expanded .navbar .top-right-nav .login-register li:last-child:before,
    .market-selector-expanded .navbar .navbar-nav .login-register li:last-child:before {
      box-shadow: none;
      border-right: 1px solid #FFFFFF; }
    .market-selector-expanded .navbar #navbarNav .top-right-nav .login-register li:last-child:before {
      box-shadow: none;
      border-right: 1px solid #FFFFFF; }
  header .navbar .top-right-nav .login-register {
    position: absolute !important;
    width: auto;
    top: -12px; }
  header .navbar .top-right-nav ul#top-right-nav-links {
    margin-top: -18px; }
  .top-right-nav {
    padding: 0;
    display: flex;
    justify-content: flex-end; }
  .top-right-nav ul#top-right-nav-links {
    display: flex; }
  .top-right-nav ul#top-right-nav-links > li {
    display: inline-block;
    position: relative;
    align-items: center; }
  #top-nav {
    margin-left: unset;
    min-width: 700px; }
  #dropdown_idioma {
    color: #333333;
    font-family: "Museo Sans";
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: 1px; }
  .company_logo {
    height: 120px;
    width: 160px; }
  .navbar:not(.dockbar) {
    background-color: #FFFFFF; }
    .navbar:not(.dockbar) #navbarNav .nav-link {
      color: #000000;
      font-size: 14px;
      font-family: "Museo Sans";
      font-weight: 500;
      width: max-content;
      background-color: inherit;
      border: none;
      white-space: nowrap;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      .navbar:not(.dockbar) #navbarNav .nav-link:focus {
        text-decoration: none; }
  .aui header .navbar .top-right-nav .nav-link,
  .aui header .navbar .navbar-nav.nav-link {
    width: max-content; }
  header.header-dark .navbar-nav li {
    z-index: unset;
    line-height: inherit; }
  header.header-dark #dropdown_idioma {
    color: #333333;
    font-family: "Museo Sans";
    font-size: 14px;
    display: flex;
    align-items: center; }
    header.header-dark #dropdown_idioma:focus {
      color: #333333 !important; }
  header.header-dark .navbar #navbarNav .nav-link {
    width: max-content;
    background-color: initial; }
    header.header-dark .navbar #navbarNav .nav-link h3 {
      color: #000000;
      font-size: 14px;
      font-family: "Museo Sans";
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 0; }
  header .navbar #navbarNav #search-nav-link {
    font-size: 18px;
    cursor: pointer; }
    header .navbar #navbarNav #search-nav-link .icon-search {
      margin-top: 2px;
      margin-right: 2px; }
  header .navbar #navbarNav .nav-link h3 {
    color: #000000;
    font-size: 14px;
    font-family: "Museo Sans";
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0; }
  header .navbar #navbarNav #search-nav-link {
    font-size: 18px;
    cursor: pointer; }
    header .navbar #navbarNav #search-nav-link .icon-search {
      margin-top: 2px;
      margin-right: 2px; }
  .aui .top-right-nav ul#top-right-nav-links > li.market-selection {
    display: flex;
    flex-wrap: wrap;
    align-items: center; } }

@media (min-width: 1025px) and (min-width: 1024px) and (max-width: 1134px) {
  .aui .top-right-nav ul#top-right-nav-links > li.market-selection {
    margin-bottom: 2px; } }

@media (min-width: 1025px) {
  .market-selector-wrapper #global-market-language .content-country {
    top: 65px;
    right: -25px !important; }
  header .container {
    max-width: 100%; }
    header .container .top-right-nav ul#top-right-nav-links > li {
      margin-bottom: 0; }
  .responsive-menu__header {
    background-color: transparent;
    display: inline-flex;
    width: auto;
    position: inherit; }
  .responsive-menu__body {
    width: auto;
    display: inline-flex;
    position: initial;
    top: -16px;
    visibility: inherit;
    transform: inherit;
    display: inherit;
    left: 0;
    width: 100%;
    height: auto;
    overflow-y: inherit;
    overflow-x: inherit;
    height: 120px;
    margin-top: -25px; }
    .responsive-menu__body__links {
      margin-top: 0; }
      .responsive-menu__body__links .market-selection {
        margin-top: 0; }
    .responsive-menu__body__register.container {
      width: inherit; }
    .responsive-menu__body .submenu-bar .submenu-container {
      margin-bottom: 0px; }
      .responsive-menu__body .submenu-bar .submenu-container .submenu-heading {
        font-weight: 500;
        font-size: .8rem; }
        .responsive-menu__body .submenu-bar .submenu-container .submenu-heading ~ .submenu {
          padding-left: 0rem; }
      .responsive-menu__body .submenu-bar .submenu-container .submenu li {
        padding-top: 0px;
        padding-bottom: 0px; }
        .responsive-menu__body .submenu-bar .submenu-container .submenu li a {
          font-weight: 300;
          font-size: .8rem; }
    .responsive-menu__body .submenu-bar .row > .col-lg-3:first-child a {
      font-weight: 700; } }

@media (min-width: 1200px) {
  #dropdown_idioma::after {
    display: none; }
  #dropdown_idioma i.header-country-desktop::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  header .container {
    max-width: 1253px !important; }
  header .navbar-expand-xl #oneworld-logo-desktop {
    display: inherit !important;
    position: unset;
    padding-bottom: 10px;
    margin-top: -10px; }
  header--sticky {
    position: sticky;
    top: 0;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.101961); }
    header--sticky .menu-nav__link {
      color: var(--ram-text-dark-color); } }
    @media (min-width: 1200px) and (min-width: 1280px) {
      header--sticky .menu-nav__link:hover, header--sticky .menu-nav__link.active {
        color: var(--ram-text-primary-color); }
        header--sticky .menu-nav__link:hover::after, header--sticky .menu-nav__link.active::after {
          background-color: var(--ram-brand-primary-color);
          height: 0.25rem; } }

@media (min-width: 1200px) {
  .responsive-menu__body__links {
    list-style-type: none;
    padding: 0; }
    .responsive-menu__body__links .market-selection {
      margin-top: 0rem; }
  .responsive-menu__body__register .login-register:before {
    content: inherit !important; } }

@media (min-width: 1200px) {
  .market-selector-wrapper #global-market-language .content-country {
    right: -93px !important;
    top: 73px; } }

@media (min-width: 1360px) {
  .market-selector-wrapper #global-market-language .content-country {
    right: -127px !important;
    top: 84px; }
  header .navbar .top-right-nav ul#top-right-nav-links,
  .home header .top-right-nav.navbarNav ul#top-right-nav-links {
    width: inherit;
    flex-wrap: nowrap; }
  header .navbar .top-right-nav .login-register,
  .home header .navbar .top-right-nav.navbarNav .login-register {
    margin-top: 10px; } }

@media (min-width: 1600px) {
  .market-selector-wrapper #global-market-language .content-country {
    right: -127px !important;
    top: 85px; }
  header .navbar .top-right-nav .login-register {
    right: -92px; } }

@media (min-width: 1024px) and (max-width: 1300px) {
  header .navbar .top-right-nav .login-register {
    right: -10px; } }

@media (min-width: 1300px) and (max-width: 1500px) {
  header .navbar .top-right-nav .login-register {
    right: -30px; } }

@media (min-width: 1500px) and (max-width: 1650px) {
  header .navbar .top-right-nav .login-register {
    right: -100px; } }

html[dir="rtl"] .responsive-menu .navbar-nav {
  padding-right: 0; }
  html[dir="rtl"] .responsive-menu .navbar-nav .nav-link {
    display: flex;
    flex-direction: row; }
    html[dir="rtl"] .responsive-menu .navbar-nav .nav-link:after {
      right: auto;
      left: 10px; }

html[dir="rtl"] .responsive-menu__body {
  transform: translateX(100%);
  right: 0;
  transition: visibility .3s ease-in-out, transform .3s ease-in-out; }
  html[dir="rtl"] .responsive-menu__body.show {
    transform: translateX(0); }
  html[dir="rtl"] .responsive-menu__body .submenu-bar .submenu-container {
    text-align: right; }
    html[dir="rtl"] .responsive-menu__body .submenu-bar .submenu-container .submenu-heading ~ .submenu {
      padding-left: 0rem;
      padding-right: 2rem; }

@media (min-width: 1025px) {
  html[dir="rtl"] header .navbar .top-right-nav .login-register li:last-child:before {
    right: 0px !important;
    left: -1000px !important;
    background-color: #C2002F; }
  html[dir="rtl"] header:not(.header-dark) {
    background-color: #FFFFFF;
    position: relative !important; }
    html[dir="rtl"] header:not(.header-dark) .navbar #navbarNav .top-right-nav .login-register, html[dir="rtl"] header:not(.header-dark) .navbar .top-right-nav .login-register li {
      background-color: white; }
    html[dir="rtl"] header:not(.header-dark) .navbar #navbarNav .top-right-nav .login-register a {
      color: #C2002F; }
    html[dir="rtl"] header:not(.header-dark) .navbar #navbarNav .top-right-nav .login-register li:last-child:before {
      background-color: #FFFFFF; }
    html[dir="rtl"] header:not(.header-dark) .navbar #navbarNav .top-right-nav .login-register li:last-child:before {
      box-shadow: none;
      border-right: 1px solid #FFFFFF; }
  html[dir="rtl"] .responsive-menu__body {
    transform: initial;
    right: 0;
    transition: none; } }

.user-segment-content-display-portlet .content-container,
.campaign-content-display-portlet .content-container {
  overflow: initial;
  position: initial; }

@use '../abstracts' as *;
.aui body.internal-page .header .cards {
  width: 18.75rem;
  max-width: 18.75rem;
  min-height: 100%; }

.aui body.internal-page .header .card {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem 1.25rem;
  border: none; }
  .aui body.internal-page .header .card__img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-top-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem; }
  .aui body.internal-page .header .card__link {
    position: relative;
    height: 100%;
    width: 100%; }
    .aui body.internal-page .header .card__link::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.6) 80%);
      z-index: 1;
      border-top-right-radius: 1.25rem;
      border-bottom-left-radius: 1.25rem; }
    .aui body.internal-page .header .card__link--no-gradient::after {
      content: none; }
  .aui body.internal-page .header .card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-inline: 1rem;
    padding-block: 0.5rem;
    color: var(--ram-text-inverse-color);
    z-index: 2; }

html[dir="rtl"] .aui .card__img, html[dir="rtl"] .aui .card__link::after {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem; }

dialog.dialog[open] {
  display: block; }

.aui body.internal-page [role="alertdialog"] {
  inset: 0.5rem;
  margin: auto;
  box-sizing: border-box;
  padding: 1rem 1.25rem;
  z-index: 10; }

.aui body.internal-page .dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100dvh;
  min-height: 100dvh;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 20;
  background-color: var(--ram-background-default-color);
  overflow: visible; }
  @media (min-width: 992px) {
    .aui body.internal-page .dialog {
      background-color: transparent; } }
  .aui body.internal-page .dialog::backdrop {
    background: black; }
  .aui body.internal-page .dialog--search::backdrop, .aui body.internal-page .dialog--market::backdrop {
    top: 5rem; }
  @media (min-width: 992px) {
    .aui body.internal-page .dialog--popover {
      inset: auto;
      position: absolute;
      right: 12.5rem;
      min-width: 21.25rem;
      max-width: fit-content;
      min-height: auto;
      max-height: fit-content; }
      .aui body.internal-page .dialog--popover::-webkit-scrollbar {
        display: none; }
      .aui body.internal-page .dialog--popover .dialog--search {
        top: 5.3125rem;
        right: 12.5rem; }
      .aui body.internal-page .dialog--popover .dialog__arrow {
        display: none; } }
    @media (min-width: 992px) and (min-width: 992px) {
      .aui body.internal-page .dialog--popover .dialog__arrow {
        display: block;
        position: relative;
        min-height: 0.5rem; } }
  @media (min-width: 992px) {
        .aui body.internal-page .dialog--popover .dialog__arrow::before {
          content: '';
          position: absolute;
          top: 0;
          right: 3rem;
          width: 0;
          height: 0;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-bottom: 8px solid var(--ram-background-default-color);
          z-index: 1; }
      .aui body.internal-page .dialog--popover .dialog__header {
        border-top-right-radius: 1.25rem; }
      .aui body.internal-page .dialog--popover .dialog__content {
        height: auto;
        border-bottom-left-radius: 1.25rem; } }
  @media (min-width: 992px) {
    .aui body.internal-page .dialog--center {
      position: fixed;
      left: 50%;
      transform: translateX(-50%);
      top: 1.25rem;
      max-width: 1253px !important;
      width: 100%; } }
  .aui body.internal-page .dialog--center .dialog__close {
    padding-inline: 0;
    background-color: var(--ram-background-default-color);
    border: none; }
  .aui body.internal-page .dialog--center .dialog__arrow {
    display: none; }
  .aui body.internal-page .dialog--logged .dialog__content a {
    color: var(--ram-text-default-color); }
    .aui body.internal-page .dialog--logged .dialog__content a:hover {
      color: var(--ram-brand-primary-color); }
  .aui body.internal-page .dialog--search-flight.dialog--search-expanded #angular-search {
    min-height: 37.5rem !important; }
  .aui body.internal-page .dialog--search-flight.dialog--flightStatus-expanded #angular-entries-fstatus {
    min-height: 34.375rem !important; }
  .aui body.internal-page .dialog__arrow {
    display: none; }
  .aui body.internal-page .dialog__header {
    padding: 0.75rem 1.5rem;
    border-bottom: 0.0625rem solid var(--ram-border-default-color);
    background-color: var(--ram-background-default-color);
    box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.05); }
  .aui body.internal-page .dialog__title {
    font-size: 1rem !important; }
  .aui body.internal-page .dialog__content {
    height: calc(100dvh - 45px);
    padding: 1rem 1.5rem;
    background-color: var(--ram-background-default-color);
    overflow-y: scroll; }
    @media (min-width: 992px) {
      .aui body.internal-page .dialog__content {
        overflow: visible; } }

.aui body.internal-page .top-warnings .dialog--market::backdrop, .aui body.internal-page .top-warnings .dialog--search::backdrop {
  top: 7.375rem; }

html[dir="rtl"] body.internal-page .header .dialog--popover {
  right: auto; }
  html[dir="rtl"] body.internal-page .header .dialog--popover .dialog__arrow::before {
    right: auto;
    left: 3rem; }
  html[dir="rtl"] body.internal-page .header .dialog--popover .dialog__header {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 0;
    box-shadow: 11px 5px 14px 4px rgba(0, 0, 0, 0.14902); }
  html[dir="rtl"] body.internal-page .header .dialog--popover .dialog__content {
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 0; }

@use '../abstracts' as *;
.aui body.internal-page .header .dropdown-container .dropdown {
  position: relative; }
  .aui body.internal-page .header .dropdown-container .dropdown.active .dropdown__arrow {
    transform: translateY(-50%) rotate(270deg); }
  .aui body.internal-page .header .dropdown-container .dropdown.active .dropdown__label {
    top: -0.5rem; }
  .aui body.internal-page .header .dropdown-container .dropdown.active .dropdown__input {
    border-color: var(--ram-brand-primary-color); }
  .aui body.internal-page .header .dropdown-container .dropdown.selected .dropdown__label {
    top: -0.5rem; }
  .aui body.internal-page .header .dropdown-container .dropdown__label {
    position: absolute;
    top: 0.9375rem;
    left: 0.8125rem;
    padding: 0 0.25rem;
    background-color: var(--ram-background-default-color);
    color: var(--ram-text-default-color);
    z-index: 1;
    transition: all .3s ease; }
    .aui body.internal-page .header .dropdown-container .dropdown__label.disabled {
      background-color: transparent; }
  .aui body.internal-page .header .dropdown-container .dropdown__wrapper {
    position: relative; }
  .aui body.internal-page .header .dropdown-container .dropdown__arrow {
    display: inline;
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%) rotate(90deg);
    color: var(--ram-text-default-color);
    cursor: pointer; }
  .aui body.internal-page .header .dropdown-container .dropdown__input {
    width: 100%;
    min-height: 2.875rem;
    margin: 0;
    padding-inline: 1rem;
    padding-block: 0.75rem;
    border-radius: 0.25rem;
    border: 0.0625rem solid var(--ram-neutral-500-color);
    color: var(--ram-text-dark-color);
    transition: all .3s ease;
    font-size: 0.875rem; }
  .aui body.internal-page .header .dropdown-container .dropdown__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 12.5rem;
    background: var(--ram-background-default-color);
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 11; }
    .aui body.internal-page .header .dropdown-container .dropdown__list.open {
      display: block; }
  .aui body.internal-page .header .dropdown-container .dropdown__option {
    padding-inline: 1rem;
    padding-block: 0.75rem;
    cursor: pointer; }
    .aui body.internal-page .header .dropdown-container .dropdown__option:hover, .aui body.internal-page .header .dropdown-container .dropdown__option:focus, .aui body.internal-page .header .dropdown-container .dropdown__option.active {
      color: var(--ram-text-primary-color); }

html[dir="rtl"] .dropdown-container .dropdown__arrow {
  right: inherit;
  left: 1.25rem; }

.aui body.internal-page .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  width: 100%;
  height: 100vh;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none; }

.aui body.internal-page > .header {
  display: block;
  position: relative;
  z-index: 20;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.101961);
  background-color: var(--ram-background-default-color);
  color: var(--ram-text-dark-color); }
  @media (min-width: 992px) {
    .aui body.internal-page > .header {
      min-height: 5rem; } }
  .aui body.internal-page > .header::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-behavior: allow-discrete; }

.aui body.internal-page.search-panel-expanded > .header {
  z-index: 1; }

.aui body.internal-page .header--sticky {
  position: sticky;
  top: 0;
  background: var(--ram-background-default-color);
  z-index: 12; }

.aui body.internal-page .header__container {
  position: relative;
  max-height: 3rem; }
  @media (min-width: 768px) {
    .aui body.internal-page .header__container {
      max-height: fit-content; } }

.aui body.internal-page .header__logo {
  flex-shrink: 0; }
  .aui body.internal-page .header__logo__img {
    max-height: 3rem; }
    @media (min-width: 768px) {
      .aui body.internal-page .header__logo__img {
        height: 5rem;
        max-height: 5rem; } }

.aui body.internal-page .header .container {
  width: 100%; }

.aui body.internal-page .header__oneworld#oneworld-logo-desktop {
  position: relative;
  flex-shrink: 0;
  right: auto;
  left: auto; }
  @media (min-width: 768px) {
    .aui body.internal-page .header__oneworld#oneworld-logo-desktop {
      display: block; } }
  .aui body.internal-page .header__oneworld#oneworld-logo-desktop .header__oneworld__img {
    max-width: 73%; }
    @media (min-width: 768px) {
      .aui body.internal-page .header__oneworld#oneworld-logo-desktop .header__oneworld__img {
        max-width: fit-content; } }

.aui body.internal-page .header__buttons {
  position: relative; }

.aui body.internal-page .header__search {
  display: none; }
  @media (min-width: 1280px) {
    .aui body.internal-page .header__search {
      display: inline; } }

.aui body.internal-page .header__market {
  display: none;
  flex-shrink: 0;
  color: var(--ram-text-dark-color);
  text-decoration: none; }
  @media (min-width: 1280px) {
    .aui body.internal-page .header__market {
      display: flex; } }

.aui body.internal-page .header__login {
  cursor: pointer; }
  @media (min-width: 1280px) {
    .aui body.internal-page .header__login {
      display: flex;
      width: fit-content; } }
  .aui body.internal-page .header__login__icon {
    font-size: 1.5rem; }
    @media (min-width: 1280px) {
      .aui body.internal-page .header__login__icon {
        font-size: 1.875rem; } }
  .aui body.internal-page .header__login__text {
    display: none; }
    @media (min-width: 1280px) {
      .aui body.internal-page .header__login__text {
        display: block; } }

@media (min-width: 1280px) {
  .aui body.internal-page .header .bookaflight .ram-btn-f4 {
    display: none; } }

.aui body.internal-page .header .bookaflight .ram-btn-f1 {
  display: none; }
  @media (min-width: 1280px) {
    .aui body.internal-page .header .bookaflight .ram-btn-f1 {
      display: block; } }

.aui body.internal-page .header__menu-close {
  display: none;
  position: absolute;
  bottom: -3.3125rem;
  right: 0;
  z-index: 11; }

.aui body.internal-page .header p {
  margin-bottom: 0; }

.aui body.internal-page .header .btn-link {
  color: var(--ram-text-inverse-color); }
  .aui body.internal-page .header .btn-link:hover {
    color: var(--ram-text-primary-color); }

.aui body.internal-page .header .explore__highlights {
  align-self: flex-end; }
  @media (min-width: 1280px) {
    .aui body.internal-page .header .explore__highlights {
      padding-inline: 0; } }
  .aui body.internal-page .header .explore__highlights .highlight {
    padding: 0 1.25rem;
    margin: 0;
    color: var(--ram-text-primary-color);
    text-decoration: none;
    background: none; }

.aui body.internal-page .header .explore__destinations .destination {
  color: var(--ram-text-default-color);
  text-decoration: none; }
  .aui body.internal-page .header .explore__destinations .destination:hover {
    color: var(--ram-text-primary-color); }

.aui body.internal-page .header .explore__trending {
  max-height: 11.25rem; }
  @media (min-width: 992px) {
    .aui body.internal-page .header .explore__trending {
      min-height: 100%;
      max-height: 14.5rem; } }
  .aui body.internal-page .header .explore__trending .card {
    display: none; }
    .aui body.internal-page .header .explore__trending .card.active {
      display: inline; }
  .aui body.internal-page .header .explore__trending .trending {
    color: var(--ram-text-default-color);
    text-decoration: none; }
    .aui body.internal-page .header .explore__trending .trending:hover {
      color: var(--ram-text-primary-color); }

.aui body.internal-page .header .menu-map {
  min-width: fit-content; }
  .aui body.internal-page .header .menu-map .image-map {
    display: none; }
    .aui body.internal-page .header .menu-map .image-map.active {
      display: flex; }

.aui body.internal-page .header .popular-topics__list {
  list-style: none; }

.aui body.internal-page .header .popular-topics__link {
  text-decoration: none;
  padding: 0; }

.aui body.internal-page .header .header__login.ram-btn-f1 {
  display: none; }

.aui body.internal-page .header .header__login--user {
  display: flex; }

.aui body.internal-page.menu-open .backdrop, .aui body.internal-page.dialog-open .backdrop {
  display: inline; }

.aui body.internal-page.menu-open .header, .aui body.internal-page.dialog-open .header {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.101961);
  background-color: var(--ram-background-default-color); }

.aui body.internal-page.menu-open .hero__wrapper, .aui body.internal-page.menu-open .bestOffers .swiper, .aui body.internal-page.menu-open .bestOffers .swiper-button-next, .aui body.internal-page.menu-open .bestOffers .swiper-button-prev, .aui body.internal-page.dialog-open .hero__wrapper, .aui body.internal-page.dialog-open .bestOffers .swiper, .aui body.internal-page.dialog-open .bestOffers .swiper-button-next, .aui body.internal-page.dialog-open .bestOffers .swiper-button-prev {
  z-index: 0; }

.aui body.internal-page.menu-open.dialog-open--center .header, .aui body.internal-page.dialog-open.dialog-open--center .header {
  z-index: 1; }

.aui body.internal-page.menu-open.dialog-open--center .backdrop, .aui body.internal-page.dialog-open.dialog-open--center .backdrop {
  z-index: 11; }

.aui body.internal-page.menu-open .header__menu-close {
  display: block; }

.aui body.internal-page.dialog-open.mm-wrapper--opened .menu-nav__closeButton {
  display: none; }

.aui body.internal-page.dialog-open.mm-wrapper--opened .mm-menu--position-right-front, .aui body.internal-page.dialog-open.mm-wrapper--opened.mm-wrapper--position-right-front .mm-wrapper__blocker {
  z-index: 0; }

.aui {
  /* New Design */ }
  .aui button {
    cursor: pointer; }
  .aui .buttonsList__title {
    padding: 0;
    font-size: 1.3em;
    font-family: "Museo Sans";
    font-weight: 700; }
  .aui .buttonsList__subtitle {
    padding: 0;
    font-size: 1.2em;
    font-family: "Museo Sans";
    font-weight: 300; }
  .aui .buttonsList__list {
    padding-left: 0;
    list-style-type: none; }
    .aui .buttonsList__list__element {
      margin-bottom: 1rem; }
  .aui .buttonsList__btn {
    display: block;
    color: #C2002F;
    background-color: transparent;
    background-image: none;
    border: 0.0625rem solid #C2002F;
    text-align: center;
    padding: 1rem;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    .aui .buttonsList__btn:hover {
      color: #FFFFFF;
      background-color: #C2002F; }
      .aui .buttonsList__btn:hover .buttonsList__btn__p {
        font-weight: 700; }
    .aui .buttonsList__btn__icon {
      font-size: 4rem;
      margin-bottom: 1rem; }
    .aui .buttonsList__btn__p {
      margin-bottom: 0;
      font-weight: 500;
      font-size: 1.1em; }
  .aui .btn-red {
    color: #FFFFFF; }
    .aui .btn-red:hover {
      color: #FFFFFF; }
  .aui .btn-danger:hover {
    color: #FFFFFF; }
  .aui .button-eye {
    background: transparent;
    border: none;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    font-size: 1.25rem; }
    .aui .button-eye .icon-eye {
      display: inline; }
    .aui .button-eye .icon-eye-slash {
      display: none; }
    .aui .button-eye--passwordSlash .icon-eye-slash {
      display: inline; }
    .aui .button-eye--passwordSlash .icon-eye {
      display: none; }
  .aui .btn-search-cancel {
    top: 50% !important;
    left: 78% !important;
    transform: translateY(-50%);
    font-size: 1.25rem !important; }
  .aui body.internal-page .header .link, .aui body.internal-page .footer .link {
    color: var(--ram-brand-primary-color);
    text-decoration: none; }
    .aui body.internal-page .header .link:hover, .aui body.internal-page .footer .link:hover {
      color: var(--ram-brand-primary-dark-color);
      text-decoration: none;
      height: fit-content; }
  .aui body.internal-page .header button, .aui body.internal-page .header .button, .aui body.internal-page .header .btn, .aui body.internal-page .footer button, .aui body.internal-page .footer .button, .aui body.internal-page .footer .btn {
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer; }
    .aui body.internal-page .header button[disabled], .aui body.internal-page .header .button[disabled], .aui body.internal-page .header .btn[disabled], .aui body.internal-page .footer button[disabled], .aui body.internal-page .footer .button[disabled], .aui body.internal-page .footer .btn[disabled] {
      cursor: not-allowed;
      opacity: .5; }
  .aui body.internal-page .header .btn-link, .aui body.internal-page .footer .btn-link {
    background: none;
    color: var(--ram-text-dark-color);
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    text-decoration: none; }
    .aui body.internal-page .header .btn-link:hover, .aui body.internal-page .footer .btn-link:hover {
      color: var(--ram-text-primary-color);
      background: var(--ram-background-accent1-color);
      text-decoration: none; }
    .aui body.internal-page .header .btn-link:focus, .aui body.internal-page .footer .btn-link:focus {
      color: var(--ram-text-dark-color);
      text-decoration: none; }
    .aui body.internal-page .header .btn-link:active, .aui body.internal-page .header .btn-link.active, .aui body.internal-page .footer .btn-link:active, .aui body.internal-page .footer .btn-link.active {
      color: var(--ram-text-inverse-color);
      background: var(--ram-brand-primary-dark-color);
      text-decoration: none; }
  .aui body.internal-page .header .ram-btn-f1, .aui body.internal-page .header .ram-btn-f1-small, .aui body.internal-page .header .ram-btn-f2, .aui body.internal-page .header .ram-btn-f2-small, .aui body.internal-page .header .ram-btn-f3, .aui body.internal-page .header .ram-btn-f3-small, .aui body.internal-page .header .ram-btn-f4, .aui body.internal-page .header .ram-btn-f4-small, .aui body.internal-page .footer .ram-btn-f1, .aui body.internal-page .footer .ram-btn-f1-small, .aui body.internal-page .footer .ram-btn-f2, .aui body.internal-page .footer .ram-btn-f2-small, .aui body.internal-page .footer .ram-btn-f3, .aui body.internal-page .footer .ram-btn-f3-small, .aui body.internal-page .footer .ram-btn-f4, .aui body.internal-page .footer .ram-btn-f4-small {
    font-family: "Museo Sans";
    font-weight: 600;
    font-size: 1rem;
    border-radius: 0.25rem;
    color: var(--ram-text-inverse-color);
    padding: 0.75rem 1rem;
    width: auto;
    display: flex;
    column-gap: 0.75rem;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 2px 0px #00000026; }
  .aui body.internal-page .header .ram-btn-f1, .aui body.internal-page .header .ram-btn-f1-small, .aui body.internal-page .footer .ram-btn-f1, .aui body.internal-page .footer .ram-btn-f1-small {
    background-color: var(--ram-brand-primary-color); }
    .aui body.internal-page .header .ram-btn-f1__icon, .aui body.internal-page .header .ram-btn-f1-small__icon, .aui body.internal-page .footer .ram-btn-f1__icon, .aui body.internal-page .footer .ram-btn-f1-small__icon {
      font-size: 2rem; }
    .aui body.internal-page .header .ram-btn-f1:hover, .aui body.internal-page .header .ram-btn-f1:focus, .aui body.internal-page .header .ram-btn-f1-small:hover, .aui body.internal-page .header .ram-btn-f1-small:focus, .aui body.internal-page .footer .ram-btn-f1:hover, .aui body.internal-page .footer .ram-btn-f1:focus, .aui body.internal-page .footer .ram-btn-f1-small:hover, .aui body.internal-page .footer .ram-btn-f1-small:focus {
      color: var(--ram-text-inverse-color) !important;
      background: var(--ram-background-positive-color); }
    .aui body.internal-page .header .ram-btn-f1:active, .aui body.internal-page .header .ram-btn-f1.active, .aui body.internal-page .header .ram-btn-f1-small:active, .aui body.internal-page .header .ram-btn-f1-small.active, .aui body.internal-page .footer .ram-btn-f1:active, .aui body.internal-page .footer .ram-btn-f1.active, .aui body.internal-page .footer .ram-btn-f1-small:active, .aui body.internal-page .footer .ram-btn-f1-small.active {
      background: var(--ram-brand-primary-dark-color); }
    .aui body.internal-page .header .ram-btn-f1:disabled, .aui body.internal-page .header .ram-btn-f1-small:disabled, .aui body.internal-page .footer .ram-btn-f1:disabled, .aui body.internal-page .footer .ram-btn-f1-small:disabled {
      border: 1px solid var(--ram-border-default-color);
      color: var(--ram-neutral-500-color);
      background-color: var(--ram-background-alternative-color);
      box-shadow: none; }
    @media (min-width: 768px) {
      .aui body.internal-page .header .ram-btn-f1, .aui body.internal-page .header .ram-btn-f1-small, .aui body.internal-page .footer .ram-btn-f1, .aui body.internal-page .footer .ram-btn-f1-small {
        width: auto; } }
  .aui body.internal-page .header .ram-btn-f1-small, .aui body.internal-page .footer .ram-btn-f1-small {
    padding: 0.625rem 1rem;
    column-gap: 0.25rem;
    font-size: 0.875rem; }
  .aui body.internal-page .header .ram-btn-f2, .aui body.internal-page .header .ram-btn-f2-small, .aui body.internal-page .footer .ram-btn-f2, .aui body.internal-page .footer .ram-btn-f2-small {
    background-color: var(--ram-background-default-color);
    border: 1px solid var(--ram-brand-primary-color);
    color: var(--ram-text-dark-color); }
    .aui body.internal-page .header .ram-btn-f2:hover, .aui body.internal-page .header .ram-btn-f2:focus, .aui body.internal-page .header .ram-btn-f2-small:hover, .aui body.internal-page .header .ram-btn-f2-small:focus, .aui body.internal-page .footer .ram-btn-f2:hover, .aui body.internal-page .footer .ram-btn-f2:focus, .aui body.internal-page .footer .ram-btn-f2-small:hover, .aui body.internal-page .footer .ram-btn-f2-small:focus {
      background: var(--ram-background-accent1-color);
      border: 1px solid var(--ram-background-positive-color); }
    .aui body.internal-page .header .ram-btn-f2:active, .aui body.internal-page .header .ram-btn-f2.active, .aui body.internal-page .header .ram-btn-f2-small:active, .aui body.internal-page .header .ram-btn-f2-small.active, .aui body.internal-page .footer .ram-btn-f2:active, .aui body.internal-page .footer .ram-btn-f2.active, .aui body.internal-page .footer .ram-btn-f2-small:active, .aui body.internal-page .footer .ram-btn-f2-small.active {
      color: var(--ram-brand-primary-dark-color);
      background: var(--ram-background-accent1-color); }
    .aui body.internal-page .header .ram-btn-f2:disabled, .aui body.internal-page .header .ram-btn-f2-small:disabled, .aui body.internal-page .footer .ram-btn-f2:disabled, .aui body.internal-page .footer .ram-btn-f2-small:disabled {
      border: 1px solid var(--ram-border-default-color);
      color: var(--ram-neutral-500-color);
      background-color: var(--ram-background-alternative-color);
      box-shadow: none; }
    @media (min-width: 768px) {
      .aui body.internal-page .header .ram-btn-f2, .aui body.internal-page .header .ram-btn-f2-small, .aui body.internal-page .footer .ram-btn-f2, .aui body.internal-page .footer .ram-btn-f2-small {
        width: auto; } }
  .aui body.internal-page .header .ram-btn-f2-small, .aui body.internal-page .footer .ram-btn-f2-small {
    padding: 0.625rem 1rem;
    column-gap: 0.25rem;
    font-size: 0.875rem; }
  .aui body.internal-page .header .ram-btn-f3, .aui body.internal-page .header .ram-btn-f3-small, .aui body.internal-page .footer .ram-btn-f3, .aui body.internal-page .footer .ram-btn-f3-small {
    color: var(--ram-brand-primary-color);
    border: 1px solid transparent; }
    .aui body.internal-page .header .ram-btn-f3:hover, .aui body.internal-page .header .ram-btn-f3:focus, .aui body.internal-page .header .ram-btn-f3-small:hover, .aui body.internal-page .header .ram-btn-f3-small:focus, .aui body.internal-page .footer .ram-btn-f3:hover, .aui body.internal-page .footer .ram-btn-f3:focus, .aui body.internal-page .footer .ram-btn-f3-small:hover, .aui body.internal-page .footer .ram-btn-f3-small:focus {
      border: 1px solid var(--ram-brand-primary-color);
      background: var(--ram-background-default-color);
      box-shadow: 1px 1px 2px 0px #00000026; }
    .aui body.internal-page .header .ram-btn-f3:active, .aui body.internal-page .header .ram-btn-f3.active, .aui body.internal-page .header .ram-btn-f3-small:active, .aui body.internal-page .header .ram-btn-f3-small.active, .aui body.internal-page .footer .ram-btn-f3:active, .aui body.internal-page .footer .ram-btn-f3.active, .aui body.internal-page .footer .ram-btn-f3-small:active, .aui body.internal-page .footer .ram-btn-f3-small.active {
      box-shadow: 1px 1px 2px 0px #00000026;
      border: 1px solid var(--ram-brand-primary-dark-color);
      color: var(--ram-brand-primary-dark-color);
      background: var(--ram-background-default-color); }
    .aui body.internal-page .header .ram-btn-f3:disabled, .aui body.internal-page .header .ram-btn-f3-small:disabled, .aui body.internal-page .footer .ram-btn-f3:disabled, .aui body.internal-page .footer .ram-btn-f3-small:disabled {
      border: 1px solid var(--ram-border-default-color);
      color: var(--ram-neutral-500-color);
      background-color: var(--ram-background-alternative-color);
      box-shadow: none; }
    @media (min-width: 768px) {
      .aui body.internal-page .header .ram-btn-f3, .aui body.internal-page .header .ram-btn-f3-small, .aui body.internal-page .footer .ram-btn-f3, .aui body.internal-page .footer .ram-btn-f3-small {
        width: auto; } }
  .aui body.internal-page .header .ram-btn-f3-small, .aui body.internal-page .footer .ram-btn-f3-small {
    padding: 0.625rem 1rem;
    column-gap: 0.25rem;
    font-size: 0.875rem; }
  .aui body.internal-page .header .ram-btn-f4, .aui body.internal-page .header .ram-btn-f4-small, .aui body.internal-page .footer .ram-btn-f4, .aui body.internal-page .footer .ram-btn-f4-small {
    font-weight: 400;
    color: var(--ram-brand-primary-color);
    justify-content: flex-start;
    box-shadow: none;
    padding: 0; }
    .aui body.internal-page .header .ram-btn-f4:hover, .aui body.internal-page .header .ram-btn-f4:focus, .aui body.internal-page .header .ram-btn-f4-small:hover, .aui body.internal-page .header .ram-btn-f4-small:focus, .aui body.internal-page .footer .ram-btn-f4:hover, .aui body.internal-page .footer .ram-btn-f4:focus, .aui body.internal-page .footer .ram-btn-f4-small:hover, .aui body.internal-page .footer .ram-btn-f4-small:focus {
      color: var(--ram-background-positive-color); }
    .aui body.internal-page .header .ram-btn-f4:active, .aui body.internal-page .header .ram-btn-f4.active, .aui body.internal-page .header .ram-btn-f4-small:active, .aui body.internal-page .header .ram-btn-f4-small.active, .aui body.internal-page .footer .ram-btn-f4:active, .aui body.internal-page .footer .ram-btn-f4.active, .aui body.internal-page .footer .ram-btn-f4-small:active, .aui body.internal-page .footer .ram-btn-f4-small.active {
      color: var(--ram-background-positive-color); }
    .aui body.internal-page .header .ram-btn-f4:disabled, .aui body.internal-page .header .ram-btn-f4-small:disabled, .aui body.internal-page .footer .ram-btn-f4:disabled, .aui body.internal-page .footer .ram-btn-f4-small:disabled {
      color: var(--ram-neutral-500-color); }
  .aui body.internal-page .header .ram-btn-f4-small, .aui body.internal-page .footer .ram-btn-f4-small {
    font-size: 0.875rem; }
  .aui body.internal-page .header .ram-btn-search, .aui body.internal-page .footer .ram-btn-search {
    min-height: 2.75rem;
    padding: 0.5rem 1rem;
    border: 0.0625rem solid var(--ram-border-default-color);
    border-radius: 0.25rem;
    color: var(--ram-text-default-color); }
  .aui body.internal-page .header .ram-button-rounded, .aui body.internal-page .footer .ram-button-rounded {
    width: 1.5625rem;
    height: 1.5625rem;
    padding-top: 0.1875rem;
    background-color: var(--ram-brand-primary-color);
    color: var(--ram-text-inverse-color);
    border-radius: 50%; }
  .aui .tabs-list {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #C8C8C8;
    width: 100%;
    gap: 0;
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000000;
    list-style-type: none;
    padding: 1rem 0 1rem 0; }
    .aui .tabs-list__heading {
      display: flex;
      font-family: "Museo Sans";
      font-size: 1.125em;
      margin: 0;
      font-weight: 300; }
      .aui .tabs-list__heading__link {
        padding: .5rem;
        width: 100%;
        text-align: center; }
    .aui .tabs-list__element {
      flex-grow: 1;
      width: 100%;
      padding: 0 1rem; }
      .aui .tabs-list__element.active .tabs-list__heading__link {
        background-color: #F8EEEC;
        font-weight: 700; }
  .aui .select-choice {
    font-size: 1.2em;
    font-weight: 700;
    display: flex;
    justify-content: center;
    padding-right: 3rem;
    width: 100%;
    border: 0;
    background-color: #F8EEEC;
    border-bottom: 2px solid #c2002f;
    padding: 0.375rem 3rem 0.375rem 0;
    color: black;
    position: relative; }
    .aui .select-choice:focus {
      text-decoration: none !important; }
    .aui .select-choice:after {
      font-size: 1.143em;
      position: absolute;
      top: 10px;
      right: 25px;
      content: "\e986";
      font-family: "Glpyh" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1; }
  .aui .selectOrTab {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .aui .selectOrTab .tabs-list {
      display: none; }
    .aui .selectOrTab.active .tabs-list {
      display: flex; }
    .aui .selectOrTab.active .select-choice:after {
      transform: rotate(180deg); }
  @media (min-width: 1200px) {
    .aui .tabs-list {
      position: inherit;
      flex-direction: row;
      gap: 1rem;
      border: none; }
      .aui .tabs-list__heading__link {
        padding: 1rem 1.5rem;
        background-color: #F8EEEC; }
        .aui .tabs-list__heading__link:hover {
          background-color: #684458;
          color: #FFFFFF; }
      .aui .tabs-list__element {
        flex-grow: 1;
        width: auto;
        padding: 0; }
        .aui .tabs-list__element.active .tabs-list__heading__link {
          border-bottom: 3px solid #C2002F;
          padding: 1.3rem; }
          .aui .tabs-list__element.active .tabs-list__heading__link:hover {
            color: #000000; }
    .aui .selectOrTab {
      margin-top: 1rem;
      margin-bottom: 1rem; }
      .aui .selectOrTab .tabs-list {
        display: flex; } }
  .aui .tabAccordion__button {
    padding-block: 1rem; }
  .aui .tabAccordion__desktop {
    display: none; }
    @media (min-width: 992px) {
      .aui .tabAccordion__desktop {
        display: flex; } }
  .aui .tabAccordion__content {
    padding-block: 1.5rem;
    display: none; }
    .aui .tabAccordion__content.active {
      display: flex; }
  @media (min-width: 992px) {
    .aui .tabAccordion__item .tabAccordion__button {
      display: none; } }
  .aui .container-header {
    display: flex;
    flex-direction: column;
    padding-top: 125px;
    position: relative; }
    .aui .container-header .page-heading-container.page-heading-bg {
      min-height: 150px; }
    .aui .container-header .columns-1 #layout-column_column-1,
    .aui .container-header .row-fluid [class*="span"],
    .aui .container-header #main-content {
      position: initial; }
    .aui .container-header .image-title-container {
      position: absolute;
      top: 0;
      height: 125px;
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .aui .container-header .image-title-container {
          top: 5px; } }
      .aui .container-header .image-title-container .container-image {
        width: 100%;
        height: 125px;
        top: -3rem;
        position: relative;
        width: 100%; }
        .aui .container-header .image-title-container .container-image__img-mobile, .aui .container-header .image-title-container .container-image__img-desktop {
          position: relative;
          width: 100%;
          height: 125px;
          object-fit: cover;
          border: none;
          max-width: 100%; }
        .aui .container-header .image-title-container .container-image__image-mobile {
          display: block; }
        .aui .container-header .image-title-container .container-image__img-desktop {
          display: none; }
        .aui .container-header .image-title-container .container-image__layer1 {
          position: relative;
          background-color: white;
          bottom: 1.2rem;
          height: 3.2rem;
          left: 0;
          transform: rotate(1.2deg); }
        .aui .container-header .image-title-container .container-image__layer2 {
          position: relative;
          background-color: white;
          bottom: 4.8rem;
          transform: rotate(3.3deg);
          height: 2.5rem;
          left: -2px;
          opacity: 0.75; }
        .aui .container-header .image-title-container .container-image__layer3 {
          position: relative;
          background-color: white;
          opacity: 0.5;
          bottom: 7.7rem;
          transform: rotate(5.5deg);
          height: 2.5rem;
          left: -4px; }
        @media screen and (min-width: 768px) {
          .aui .container-header .image-title-container .container-image__layer2 {
            bottom: 5rem;
            transform: rotate(2.8deg);
            height: 3rem;
            left: -2px; }
          .aui .container-header .image-title-container .container-image__layer3 {
            bottom: 8.5rem;
            transform: rotate(3.8deg);
            height: 3rem;
            left: -4px; } }
        @media screen and (min-width: 1024px) {
          .aui .container-header .image-title-container .container-image__layer2 {
            bottom: 5rem;
            transform: rotate(2.2deg);
            height: 3rem;
            left: -2px; }
          .aui .container-header .image-title-container .container-image__layer3 {
            bottom: 8.5rem;
            transform: rotate(3deg);
            height: 3rem;
            left: -4px; } }
    @media screen and (min-width: 1024px) {
      .aui .container-header__img-desktop {
        display: block; }
      .aui .container-header__img-mobile {
        display: none; }
      .aui .container-header__layer1 {
        bottom: -0.5rem;
        height: 3.2rem;
        left: -0.5rem; } }
  .aui #breadcrumb {
    position: relative;
    z-index: 2; }
    .aui #breadcrumb .breadcrumb {
      margin-top: 1rem;
      margin-bottom: 0; }
  .aui .page-heading-container {
    position: relative;
    padding-top: 1.7rem; }
    .aui .page-heading-container .page-heading {
      font-weight: 300;
      padding-bottom: 1rem; }
  .aui ul.layouts .chosen {
    position: relative; }
  @media (min-width: 1024px) {
    .aui .container-header {
      margin-top: -25px;
      padding-top: 226px; }
      .aui .container-header .image-title-container {
        height: 226px;
        min-height: 226px; }
        .aui .container-header .image-title-container .container-image__img-mobile {
          display: none; }
        .aui .container-header .image-title-container .container-image__img-desktop {
          display: block;
          height: 226px; } }
  .aui .home #breadcrumb {
    display: none; }
  .aui footer .page-bottom .title {
    font-size: inherit; }
  @media (min-width: 1025px) {
    .aui .warning-ticker__desktop {
      display: block; } }
  .aui .figure-text-overlapped .text-overlapped-title {
    font-family: "Museo"; }
  .aui .container-component {
    padding: 2rem 1.5rem; }
  @media (min-width: 992px) {
    .aui .booker {
      border-top-right-radius: 20px; } }
  @media (min-width: 992px) {
    .aui .booker .tabAccordion__desktop {
      border-top-right-radius: 1.25rem;
      box-shadow: 0 0 6px #0000001f; } }
  .aui .booker__button {
    border-radius: 8px;
    background-color: var(--ram-background-default-color);
    color: var(--ram-text-dark-color);
    padding: 1rem; }
    @media (min-width: 992px) {
      .aui .booker__button {
        padding: 0.5rem;
        background-color: var(--ram-neutral-100-color);
        border-radius: 0; }
        .aui .booker__button:hover {
          background-color: var(--ram-brand-primary-color);
          color: var(--ram-text-inverse-color); } }
  .aui .booker__border {
    gap: 1rem; }
    @media (min-width: 992px) {
      .aui .booker__border {
        gap: 0;
        border-top: 1px solid var(--ram-neutral-500-color); } }
  .aui .booker__content {
    background-color: var(--ram-background-default-color);
    border-radius: 0.5rem;
    width: 100%;
    padding-block: 0; }
    @media (min-width: 992px) {
      .aui .booker__content {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 1.25rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0; } }
  .aui .booker__item {
    position: relative;
    border-radius: 0.5rem;
    box-shadow: 0 0 6px #0000001f; }
    @media (min-width: 992px) {
      .aui .booker__item {
        border-bottom-left-radius: 1.25rem;
        border-bottom-right-radius: 0; } }
  .aui .booker__tab {
    height: 100%; }
    .aui .booker__tab:last-child .booker__button {
      border-top-right-radius: 1.25rem;
      overflow: hidden; }
  .aui .booker .active.booker__button {
    position: relative;
    background-color: var(--ram-background-default-color);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
    .aui .booker .active.booker__button:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: var(--ram-brand-primary-color); }
  .aui .booker .active .booker__button__text {
    color: var(--ram-text-dark-color);
    font-weight: 700; }
    @media (min-width: 992px) {
      .aui .booker .active .booker__button__text {
        color: var(--ram-text-primary-color); } }
  .aui .booker .active .booker__button__icon {
    color: var(--ram-text-primary-color); }
  .aui .booker .active .booker__button__chevron {
    transform: rotate(180deg); }
  @media (min-width: 992px) {
    .aui html[dir="rtl"] .booker__content {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 1.25rem; } }
  .aui html[dir="rtl"] .booker__tab:last-child .booker__button {
    border-top-right-radius: 0px;
    border-top-left-radius: 20px; }
  .aui html[dir="rtl"] .booker__tab:first-child .booker__button {
    border-top-right-radius: 20px; }

fieldset.birthFields {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 1200px) {
    fieldset.birthFields {
      margin-left: -10.5px;
      margin-right: -10.5px; } }
  fieldset.birthFields legend {
    font-family: "Museo";
    font-size: 1em;
    padding-left: 0; }
    @media (min-width: 1200px) {
      fieldset.birthFields legend {
        padding-left: 0.65625rem; } }
  fieldset.birthFields .control-label {
    position: absolute;
    width: 0.0625rem;
    height: 0.0625rem;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  fieldset.birthFields .col-12 {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 1200px) {
      fieldset.birthFields .col-12 {
        padding-left: 0.65625rem;
        padding-right: 0.65625rem; } }

.form-validator-stack.help-inline {
  padding: 0.12em 1em; }
  .form-validator-stack.help-inline div {
    padding: 0; }

#request-section {
  z-index: 2;
  position: relative; }

#request-section #changeSelectionFormContainer .form-option {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  border: solid 0.09375rem #1A1717;
  padding: 1.5625rem;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  z-index: 100;
  background: #FFFFFF;
  border-radius: 0.5rem; }
  #request-section #changeSelectionFormContainer .form-option:hover {
    box-shadow: 0px 0px 16px 0px #00000026;
    border: 0.0625rem solid #C2002F; }

#request-section #changeSelectionFormContainer .form-option .form-option-image {
  width: 3.125rem;
  height: 3.125rem;
  margin-bottom: 0.9375rem;
  pointer-events: none; }

#request-section #changeSelectionFormContainer .form-option .caption {
  display: block;
  font-weight: 500;
  pointer-events: none; }

#request-section #changeSelectionFormContainer .form-option-active {
  border: solid 0.09375rem #C2002F !important;
  background-color: #C2002F !important;
  color: #FFFFFF !important;
  transition-property: background;
  transition-duration: .5s;
  transition-timing-function: linear; }

#request-section .form-information {
  margin-bottom: 3.125rem; }

#request-section .ram-form-information-text {
  font-weight: 500;
  padding: 0 0.9375rem 0 0.9375rem;
  position: absolute; }

#request-section .form-information i {
  color: #C2002F;
  line-height: 1.0625rem; }

.form-panel__title {
  font-family: "Museo Sans";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 1.25rem; }

.form-panel__subtitle {
  font-family: "Museo Sans";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
  margin-bottom: 1.25rem; }

.form-panel--pwd .input-group .input-backcolor .eye-password {
  height: 46px; }

.form-panel--pwd .col-12.col-lg-5 .control-group.input-text-wrapper input {
  height: 50px; }

.form-panel--pwd .control-group.input-text-wrapper input {
  height: 50px; }

.form-panel--pwd .cb-wrap {
  height: 48px; }

.form-panel--pwd .form-panel__button .input-text-wrapper {
  width: auto; }

.form-panel--pwd .form-panel__button .btn {
  height: 50px; }

.form-panel--pwd .form-validator-stack.help-inline {
  position: absolute; }

.request-form .control-label {
  display: inline; }

.request-form fieldset {
  margin: 1em 0; }
  .request-form fieldset legend {
    padding: 0 .5em; }

.request-form .request-legend h3 {
  margin-bottom: 0; }

.request-form .control-label {
  margin-bottom: 0.2em; }

.request-form .form-panel {
  margin-top: 0;
  padding: 2rem 1rem; }

.request-form .form-fieldset {
  margin-top: 2rem; }

.request-form .form-list-buttons {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%; }
  .request-form .form-list-buttons__element {
    width: 100%; }
    .request-form .form-list-buttons__element__button {
      background-color: #FFFFFF;
      border-color: transparent;
      min-height: 3.125rem;
      font-weight: 500;
      font-size: 1rem;
      outline: 0.0625rem solid #d9c5b2; }
      .request-form .form-list-buttons__element__button:focus {
        text-decoration: none !important; }
    .request-form .form-list-buttons__element.active .form-list-buttons__element__button {
      background-color: #C2002F;
      color: #FFFFFF; }
      .request-form .form-list-buttons__element.active .form-list-buttons__element__button:focus {
        color: #FFFFFF !important;
        text-decoration: none !important; }
  .request-form .form-list-buttons--no-border {
    margin-top: 1rem;
    margin-left: 1rem; }
    .request-form .form-list-buttons--no-border .form-list-buttons__element__button {
      outline: none;
      font-size: 1.2rem; }
  .request-form .form-list-buttons--over5 {
    flex-wrap: wrap; }
    .request-form .form-list-buttons--over5 .form-list-buttons__element {
      min-width: 12.375rem;
      width: fit-content; }

.request-form .form-check-input {
  position: relative;
  margin-right: 0.3125rem; }

.request-form .form-dependents-checks, .request-form .form-dependents-group {
  display: none; }
  .request-form .form-dependents-checks.active, .request-form .form-dependents-group.active {
    display: flex; }

.request-form .form-dependents-line {
  padding-bottom: 1.5rem;
  border-bottom: 0.125rem solid #FFFFFF; }

.request-form .form-dependents-add, .request-form .form-dependents-close {
  background-color: transparent;
  border: none;
  color: #C2002F;
  font-weight: bold;
  font-size: 1.1rem; }
  .request-form .form-dependents-add:focus, .request-form .form-dependents-close:focus {
    text-decoration: none !important;
    color: #C2002F !important; }

.request-form .button-modal {
  border: 0.0625rem solid #d9c5b2;
  background-color: #FFFFFF;
  width: 100% !important;
  font-family: "Museo Sans" !important;
  font-size: 1em !important;
  line-height: 3.125rem !important;
  min-height: 3.125rem;
  box-sizing: border-box;
  height: 100% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 1.25rem;
  text-align: left; }
  .request-form .button-modal i {
    color: #C2002F; }
  .request-form .button-modal span {
    line-height: 1.7; }

.request-form .form-list-checks {
  padding: 0;
  margin: 0;
  margin-left: 2rem;
  margin-top: 2rem;
  list-style-type: none;
  width: 100%; }
  .request-form .form-list-checks__element .control-group {
    background-color: #FFFFFF; }
    .request-form .form-list-checks__element .control-group .checkbox {
      line-height: 2;
      font-size: 1rem;
      margin-bottom: 0; }
  .request-form .form-list-checks--over5 {
    flex-wrap: wrap; }
    .request-form .form-list-checks--over5 .input-checkbox-wrapper {
      min-width: 12.375rem;
      width: fit-content; }

.request-form input.form-control.custom-form {
  min-height: 3.25rem;
  line-height: inherit;
  padding: 0 1.5em; }

.request-form .required-field-marker--black {
  color: #000000; }

.request-form .required-field-info {
  font-family: "Museo Sans";
  font-size: 1rem;
  font-style: italic;
  color: #000000;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .request-form .flex-b-50 {
    flex-basis: 0; }
  .request-form .form-panel {
    padding: 3rem 2rem; }
  .request-form .form-list-buttons {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%; }
    .request-form .form-list-buttons__element {
      flex-grow: 1; }
      .request-form .form-list-buttons__element__button {
        width: 100%;
        background-color: #FFFFFF;
        border-color: transparent;
        outline: 0.0625rem solid #d9c5b2;
        min-height: 3.125rem;
        font-weight: 300;
        font-size: 1rem; }
  .request-form .form-list-checks {
    margin: 0; }
    .request-form .form-list-checks__element .control-group {
      justify-content: center;
      width: 100%;
      border-color: transparent;
      outline: 0.0625rem solid #d9c5b2; }
      .request-form .form-list-checks__element .control-group .checkbox {
        min-height: 3.125rem;
        width: 100%; } }

.input-container {
  position: relative !important;
  margin-bottom: 0.375rem; }
  .input-container > .input-text-wrapper > .form-validator-stack {
    position: absolute !important;
    top: 100%;
    left: 0; }

body.internal-page .header .form-inputField, body.internal-page .footer .form-inputField {
  position: relative; }
  body.internal-page .header .form-inputField input[type=text], body.internal-page .footer .form-inputField input[type=text] {
    display: block;
    width: 100%;
    min-height: 46px;
    background: var(--ram-background-default-color);
    color: var(--ram-text-dark-color);
    border: solid 1px var(--ram-neutral-500-color);
    font-size: 1rem;
    font-weight: 300;
    border-radius: 0.25rem;
    transition: all .3s ease;
    padding: 0 15px;
    margin: 0; }
    body.internal-page .header .form-inputField input[type=text]:focus, body.internal-page .footer .form-inputField input[type=text]:focus {
      border-color: var(--ram-background-positive-color); }
    body.internal-page .header .form-inputField input[type=text]:focus:invalid, body.internal-page .footer .form-inputField input[type=text]:focus:invalid {
      border-color: var(--ram-brand-secondary-color);
      box-shadow: inherit; }
  body.internal-page .header .form-inputField label, body.internal-page .footer .form-inputField label {
    position: absolute;
    font-family: "Museo Sans";
    font-weight: 300;
    cursor: text;
    z-index: 2;
    top: 0.875rem;
    left: 0.625rem;
    background: var(--ram-background-default-color);
    padding: 0 0.4375rem;
    margin: 0;
    color: var(--ram-text-dark-color);
    font-size: 0.875rem;
    transition: all .3s ease; }
  body.internal-page .header .form-inputField input:focus + label, body.internal-page .header .form-inputField input:focus + div + label,
  body.internal-page .header .form-inputField input:not(:placeholder-shown) + label, body.internal-page .header .form-inputField input:not(:placeholder-shown) + div + label,
  body.internal-page .header .form-inputField input:required:focus + label, body.internal-page .header .form-inputField input:required:focus + div + label,
  body.internal-page .header .form-inputField input:required:valid + label, body.internal-page .header .form-inputField input:required:valid + div + label,
  body.internal-page .header .form-inputField input:required:not(:placeholder-shown) + label, body.internal-page .header .form-inputField input:required:not(:placeholder-shown) + div + label, body.internal-page .footer .form-inputField input:focus + label, body.internal-page .footer .form-inputField input:focus + div + label,
  body.internal-page .footer .form-inputField input:not(:placeholder-shown) + label, body.internal-page .footer .form-inputField input:not(:placeholder-shown) + div + label,
  body.internal-page .footer .form-inputField input:required:focus + label, body.internal-page .footer .form-inputField input:required:focus + div + label,
  body.internal-page .footer .form-inputField input:required:valid + label, body.internal-page .footer .form-inputField input:required:valid + div + label,
  body.internal-page .footer .form-inputField input:required:not(:placeholder-shown) + label, body.internal-page .footer .form-inputField input:required:not(:placeholder-shown) + div + label {
    top: -10px;
    font-size: 0.875rem;
    background: white; }
  body.internal-page .header .form-inputField input:focus + label, body.internal-page .header .form-inputField input:valid + label, body.internal-page .footer .form-inputField input:focus + label, body.internal-page .footer .form-inputField input:valid + label {
    color: var(--ram-text-secondary-color); }
  body.internal-page .header .form-inputField__action, body.internal-page .footer .form-inputField__action {
    color: var(--ram-text-default-color); }
  body.internal-page .header .form-inputField__wrapper, body.internal-page .footer .form-inputField__wrapper {
    position: relative;
    border-radius: 0.25rem;
    padding-inline-end: 1rem;
    border: 1px solid var(--ram-border-default-color); }
    body.internal-page .header .form-inputField__wrapper input[type="text"], body.internal-page .footer .form-inputField__wrapper input[type="text"] {
      border: 0px; }
    body.internal-page .header .form-inputField__wrapper--focused, body.internal-page .footer .form-inputField__wrapper--focused {
      outline: 1px solid var(--ram-background-positive-color); }
    body.internal-page .header .form-inputField__wrapper--black, body.internal-page .footer .form-inputField__wrapper--black {
      width: 100%;
      border: 1px solid var(--ram-text-inverse-color); }
      @media (min-width: 992px) {
        body.internal-page .header .form-inputField__wrapper--black, body.internal-page .footer .form-inputField__wrapper--black {
          max-width: 22.9375rem; } }
      body.internal-page .header .form-inputField__wrapper--black input[type="text"], body.internal-page .footer .form-inputField__wrapper--black input[type="text"] {
        background-color: var(--ram-background-inverse-color);
        color: var(--ram-text-inverse-color); }
      body.internal-page .header .form-inputField__wrapper--black .form-inputField__clear, body.internal-page .header .form-inputField__wrapper--black .form-inputField__action, body.internal-page .footer .form-inputField__wrapper--black .form-inputField__clear, body.internal-page .footer .form-inputField__wrapper--black .form-inputField__action {
        color: var(--ram-text-inverse-color); }
        body.internal-page .header .form-inputField__wrapper--black .form-inputField__clear:focus, body.internal-page .header .form-inputField__wrapper--black .form-inputField__action:focus, body.internal-page .footer .form-inputField__wrapper--black .form-inputField__clear:focus, body.internal-page .footer .form-inputField__wrapper--black .form-inputField__action:focus {
          text-decoration: none !important; }
      body.internal-page .header .form-inputField__wrapper--black.form-inputField__wrapper--focused, body.internal-page .footer .form-inputField__wrapper--black.form-inputField__wrapper--focused {
        outline: 2px solid var(--ram-text-inverse-color); }
  body.internal-page .header .form-inputField__clear, body.internal-page .footer .form-inputField__clear {
    position: absolute;
    right: 0.625rem;
    top: 0.6875rem; }
  body.internal-page .header .form-inputField.success input, body.internal-page .footer .form-inputField.success input {
    border-color: var(--ram-neutral-500-color);
    color: var(--ram-text-secondary-color); }
    body.internal-page .header .form-inputField.success input:focus, body.internal-page .header .form-inputField.success input:focus:invalid, body.internal-page .footer .form-inputField.success input:focus, body.internal-page .footer .form-inputField.success input:focus:invalid {
      border-color: var(--ram-neutral-500-color);
      box-shadow: none; }
  body.internal-page .header .form-inputField.success .control-label, body.internal-page .footer .form-inputField.success .control-label {
    color: var(--ram-text-dark-color); }
  body.internal-page .header .form-inputField.error input, body.internal-page .footer .form-inputField.error input {
    border-color: var(--ram-text-danger-color);
    color: var(--ram-text-danger-placeholder-color); }
    body.internal-page .header .form-inputField.error input:focus, body.internal-page .header .form-inputField.error input:focus:invalid, body.internal-page .footer .form-inputField.error input:focus, body.internal-page .footer .form-inputField.error input:focus:invalid {
      border-color: var(--ram-text-danger-color);
      box-shadow: none; }
  body.internal-page .header .form-inputField.error .help-inline, body.internal-page .footer .form-inputField.error .help-inline {
    display: flex;
    padding-left: 0;
    padding-top: 0.25rem;
    color: var(--ram-text-danger-color); }
    [dir="rtl"] body.internal-page .header .form-inputField.error .help-inline, [dir="rtl"] body.internal-page .footer .form-inputField.error .help-inline {
      padding-right: 0; }
  body.internal-page .header .form-inputField--gray input:focus + label, body.internal-page .header .form-inputField--gray input:focus + div + label,
  body.internal-page .header .form-inputField--gray input:not(:placeholder-shown) + label, body.internal-page .header .form-inputField--gray input:not(:placeholder-shown) + div + label,
  body.internal-page .header .form-inputField--gray input:required:focus + label, body.internal-page .header .form-inputField--gray input:required:focus + div + label,
  body.internal-page .header .form-inputField--gray input:required:valid + label, body.internal-page .header .form-inputField--gray input:required:valid + div + label,
  body.internal-page .header .form-inputField--gray input:required:not(:placeholder-shown) + label, body.internal-page .header .form-inputField--gray input:required:not(:placeholder-shown) + div + label, body.internal-page .footer .form-inputField--gray input:focus + label, body.internal-page .footer .form-inputField--gray input:focus + div + label,
  body.internal-page .footer .form-inputField--gray input:not(:placeholder-shown) + label, body.internal-page .footer .form-inputField--gray input:not(:placeholder-shown) + div + label,
  body.internal-page .footer .form-inputField--gray input:required:focus + label, body.internal-page .footer .form-inputField--gray input:required:focus + div + label,
  body.internal-page .footer .form-inputField--gray input:required:valid + label, body.internal-page .footer .form-inputField--gray input:required:valid + div + label,
  body.internal-page .footer .form-inputField--gray input:required:not(:placeholder-shown) + label, body.internal-page .footer .form-inputField--gray input:required:not(:placeholder-shown) + div + label {
    background: linear-gradient(0deg, white 0%, #f7f7f7 100%); }
  body.internal-page .header .form-inputField--black input:focus + label,
  body.internal-page .header .form-inputField--black input:not(:placeholder-shown) + label,
  body.internal-page .header .form-inputField--black input:required:focus + label,
  body.internal-page .header .form-inputField--black input:required:valid + label,
  body.internal-page .header .form-inputField--black input:required:not(:placeholder-shown) + label, body.internal-page .footer .form-inputField--black input:focus + label,
  body.internal-page .footer .form-inputField--black input:not(:placeholder-shown) + label,
  body.internal-page .footer .form-inputField--black input:required:focus + label,
  body.internal-page .footer .form-inputField--black input:required:valid + label,
  body.internal-page .footer .form-inputField--black input:required:not(:placeholder-shown) + label {
    background: var(--ram-background-inverse-color); }
  body.internal-page .header .form-inputField--black input:focus + label, body.internal-page .header .form-inputField--black input:valid + label, body.internal-page .footer .form-inputField--black input:focus + label, body.internal-page .footer .form-inputField--black input:valid + label {
    color: var(--ram-text-inverse-color); }
  body.internal-page .header .form-inputField--black label, body.internal-page .footer .form-inputField--black label {
    background: var(--ram-background-inverse-color); }
  body.internal-page .header .form-inputField--action .form-inputField__clear, body.internal-page .footer .form-inputField--action .form-inputField__clear {
    right: 2rem; }
  body.internal-page .header .form-inputField--action input, body.internal-page .footer .form-inputField--action input {
    padding-inline-end: 2rem; }
  body.internal-page .header .form-inputField--focused input, body.internal-page .footer .form-inputField--focused input {
    border-color: var(--ram-brand-primary-color); }

body.internal-page .header .input-checkbox-wrapper label, body.internal-page .footer .input-checkbox-wrapper label {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Museo Sans";
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--ram-text-dark-color);
  gap: 0.5rem; }

body.internal-page .header .input-checkbox-wrapper.success .checkbox, body.internal-page .footer .input-checkbox-wrapper.success .checkbox {
  color: var(--ram-text-dark-color); }

body.internal-page .header .input-checkbox-wrapper.success input, body.internal-page .footer .input-checkbox-wrapper.success input {
  border-color: inherit;
  color: transparent; }
  body.internal-page .header .input-checkbox-wrapper.success input:focus, body.internal-page .footer .input-checkbox-wrapper.success input:focus {
    box-shadow: none; }

body.internal-page .header .input-checkbox-wrapper.error .checkbox, body.internal-page .footer .input-checkbox-wrapper.error .checkbox {
  color: var(--ram-text-dark-color); }

body.internal-page .header .input-checkbox-wrapper.error input, body.internal-page .footer .input-checkbox-wrapper.error input {
  border-color: none; }

body.internal-page .header .input-checkbox-wrapper.error .required, body.internal-page .footer .input-checkbox-wrapper.error .required {
  color: var(--ram-text-danger-color); }

body.internal-page .header input[type="checkbox"], body.internal-page .footer input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  /* Not removed via appearance */
  margin: 0;
  color: var(--ram-text-dark-color);
  min-width: 1.5rem;
  min-height: 1.5rem;
  border: 0.0625rem solid var(--ram-neutral-800-color);
  background-color: var(--ram-background-default-color);
  border-radius: 0.25rem;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center; }

body.internal-page .header input[type="checkbox"]::before, body.internal-page .footer input[type="checkbox"]::before {
  content: "\e904";
  font-family: "ram-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  transform: scale(0);
  transform-origin: center;
  transition: 500ms transform ease-in-out;
  color: var(--ram-background-default-color); }

body.internal-page .header input[type="checkbox"]:checked::before, body.internal-page .footer input[type="checkbox"]:checked::before {
  transform: scale(1); }

body.internal-page .header input[type="checkbox"]:checked, body.internal-page .footer input[type="checkbox"]:checked {
  background-color: var(--ram-background-primary-opacity); }

body.internal-page .header input[type="checkbox"]:focus, body.internal-page .footer input[type="checkbox"]:focus {
  outline: 1px solid var(--ram-background-inverse-color);
  outline-offset: 2px; }

body.internal-page .header .control-group.error .control-label, body.internal-page .footer .control-group.error .control-label {
  color: var(--ram-text-dark-color); }

body.internal-page .header .control-group .form-validator-stack.help-inline div[role="alert"], body.internal-page .footer .control-group .form-validator-stack.help-inline div[role="alert"] {
  display: flex;
  align-items: center;
  font-weight: 300;
  gap: 0.5rem; }
  body.internal-page .header .control-group .form-validator-stack.help-inline div[role="alert"] i, body.internal-page .footer .control-group .form-validator-stack.help-inline div[role="alert"] i {
    font-size: 1rem;
    margin-top: -0.125rem; }

html[dir="rtl"] body.internal-page .header .form-inputField label, html[dir="rtl"] body.internal-page .footer .form-inputField label {
  left: auto;
  right: 0.625rem; }

html[dir="rtl"] body.internal-page .header .form-inputField__clear, html[dir="rtl"] body.internal-page .footer .form-inputField__clear {
  right: auto;
  left: 0.625rem; }

html[dir="rtl"] body.internal-page .header .form-inputField--action .form-inputField__clear, html[dir="rtl"] body.internal-page .footer .form-inputField--action .form-inputField__clear {
  right: auto;
  left: 2rem; }

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slider-selection, .slider-track-high, .slider-track-low {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots, .slick-next, .slick-prev {
  display: block;
  padding: 0;
  position: absolute; }

@media (min-width: 480px) {
  .container {
    max-width: inherit; } }

#result-details .page-list .bullet-list p {
  margin-bottom: 0; }

.search-panel-expanded header, .search-panel-expanded #carousel-home-container, .search-panel-expanded .quick-links {
  visibility: hidden !important; }

.search-panel-expanded footer, .search-panel-expanded .travel-section, .search-panel-expanded .best-offers-container, .search-panel-expanded #portlet_rambestoffers1_WAR_rambestoffers100SNAPSHOT, .search-panel-expanded #what-makes, .search-panel-expanded .entry-links, .search-panel-expanded #safar-flyer, .search-panel-expanded #connection,
.search-panel-expanded .newsletter-portlet, .search-panel-expanded .banner-text.container, .search-panel-expanded #p_p_id_118_INSTANCE_oRwbIvpNREEd_, .search-panel-expanded #p_p_id_56_INSTANCE_xufFSn1YieiU_, .search-panel-expanded #p_p_id_118_INSTANCE_oSP8Yacy38QD_ {
  display: none !important; }

.search-panel-expanded .highlights ul.highlights__list {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .features .row-center {
    display: flex;
    justify-content: center;
    align-items: flex-start; } }

@media (min-width: 1200px) {
  .search-panel-expanded header, .search-panel-expanded #carousel-home-container, .search-panel-expanded .quick-links {
    visibility: visible !important; }
  .search-panel-expanded footer, .search-panel-expanded .travel-section, .search-panel-expanded #portlet_rambestoffers1_WAR_rambestoffers100SNAPSHOT, .search-panel-expanded #what-makes, .search-panel-expanded .entry-links, .search-panel-expanded #safar-flyer, .search-panel-expanded #connection, .search-panel-expanded .newsletter-portlet {
    display: block !important; }
  .flight-claim-header, .flight-activity-header {
    justify-content: center; }
  .flight-claim-header .row, .flight-activity-header .row {
    width: 100%;
    justify-content: center; }
  .flight-claim-header .row .d-lg-flex, .flight-activity-header .row .d-lg-flex {
    justify-content: center; }
  .flight-claim .flight-claim-row, .flight-activity .flight-activity-row {
    padding: 0.857em; }
    .flight-claim .flight-claim-row .row, .flight-activity .flight-activity-row .row {
      margin: 0; }
  .flight-claim-row .row, .flight-activity-row .row {
    width: 100%; }
  .flight-claim-row .row .col-12, .flight-activity-row .row .col-12 {
    display: flex;
    justify-content: center; } }

ul.accordion-list {
  margin: 0 0 30px;
  list-style-type: none;
  padding: 0; }
  ul.accordion-list.accordion-list-active > li.active .template-body {
    display: block; }
  ul.accordion-list.accordion-list-active > li.active .template-title:before {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -5px; }
  ul.accordion-list.accordion-list-active .template-title {
    display: block;
    padding-right: 30px;
    position: relative; }
    ul.accordion-list.accordion-list-active .template-title:before {
      font-family: FontAwesome;
      content: '\f107';
      position: absolute;
      right: 0;
      top: -8px;
      font-size: 2rem;
      color: #684458; }
  ul.accordion-list.accordion-list-active .template-body {
    display: none; }
  ul.accordion-list.accordion-list-active .image-wrapper {
    margin-top: 5px;
    margin-bottom: 5px; }
  ul.accordion-list > li.active {
    border: 5px solid #F5EBE1;
    border-top: 0 none; }
    ul.accordion-list > li.active .template-header {
      padding: 13px 12px 11px 15px; }
    ul.accordion-list > li.active .template-title {
      color: #000000; }
    ul.accordion-list > li.active .template-body {
      display: block; }
  ul.accordion-list .template-item {
    background-color: #F5EBE1;
    margin-bottom: 1rem; }
  ul.accordion-list .template-body {
    background-color: #FFFFFF;
    padding: 24px 20px 24px 20px; }
    ul.accordion-list .template-body.template-body-embedded-list {
      padding: 0; }
    ul.accordion-list .template-body .listlinks {
      line-height: 1em;
      margin: 0;
      font-size: 1.1em; }
  ul.accordion-list .template-header {
    padding: 3px 12px 2px 11px;
    color: white; }
    ul.accordion-list .template-header h3,
    ul.accordion-list .template-header h4,
    ul.accordion-list .template-header h5 {
      font-size: 1em;
      margin: 7px 0px; }
    ul.accordion-list .template-header a:focus,
    ul.accordion-list .template-header a:hover {
      text-decoration: none; }
  ul.accordion-list .template-title {
    font-family: "Museo";
    color: #000000;
    font-weight: 500;
    font-size: 1.225em;
    margin: 0;
    line-height: 1.2; }

#market-lang {
  padding-bottom: 130px; }

#market-lang.country-expanded {
  padding-bottom: 210px; }

@media (min-width: 1200px) {
  ul.accordion-list .template-title {
    font-size: 1.6875em; }
  ul.accordion-list .template-header {
    padding: 13px 12px 11px 20px; } }

.table-responsive.scroll-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  line-height: 1.5rem; }
  .table-responsive.scroll-table table {
    font-size: 1rem; }
    .table-responsive.scroll-table table.table thead tr:first-of-type {
      background-color: #c2002f !important; }
      .table-responsive.scroll-table table.table thead tr:first-of-type th {
        background-color: #c2002f !important; }
    .table-responsive.scroll-table table.table tbody tr {
      background: #f7f2ec !important; }
    .table-responsive.scroll-table table.table tbody tr:nth-child(odd) td {
      background-color: white; }
    .table-responsive.scroll-table table.table tbody tr:nth-child(even) td {
      background-color: #dac2b6; }
    .table-responsive.scroll-table table.table tbody tr td {
      border-top: none;
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      vertical-align: middle;
      text-align: center; }
    .table-responsive.scroll-table table.table tbody tr td:first-of-type {
      background: #f7f2ec;
      white-space: normal !important; }
    .table-responsive.scroll-table table.table tbody tr td:first-of-type:after {
      border-right: 5px solid black;
      height: 100%; }
    .table-responsive.scroll-table table.table th:first-child, .table-responsive.scroll-table table.table td:first-child {
      position: sticky;
      left: 0px;
      background-color: #C2002F; }
  .table-responsive.scroll-table::-webkit-scrollbar {
    height: 15px !important; }
  .table-responsive.scroll-table::-webkit-scrollbar:horizontal {
    height: 20px; }
  .table-responsive.scroll-table::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ccc;
    margin-top: -33px;
    margin-left: 10px;
    margin-right: 10px; }
  .table-responsive.scroll-table::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #ffffff; }

@media (min-width: 1200px) {
  .table-responsive.scroll-table table.table tbody tr:nth-child(even) td, .table-responsive.scroll-table table.table tbody tr:nth-child(even) td:first-of-type {
    background-color: rgba(218, 194, 182, 0.5); }
  .table-responsive.scroll-table table.table tbody tr:nth-child(odd) td, .table-responsive.scroll-table table.table tbody tr:nth-child(odd) td:first-of-type {
    background-color: white; }
  .table-responsive.scroll-table table.table tbody tr td {
    border-right: none;
    text-align: left; } }

.responsive-images {
  display: flex;
  justify-content: center; }
  .responsive-images__image {
    display: none; }
    @media only screen and (min-width: 1200px) {
      .responsive-images__image--lg {
        display: block; } }
    @media only screen and (min-width: 768px) and (max-width: 1999px) {
      .responsive-images__image--md {
        display: block; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .responsive-images__image--sm {
        display: block; } }
    @media (max-width: 479px) {
      .responsive-images__image--xs {
        display: block; } }

.flex-r {
  display: flex;
  flex-direction: row; }

.flex-c {
  display: flex;
  flex-direction: column; }

.flex-rr {
  display: flex;
  flex-direction: row-reverse; }

.flex-b-75 {
  flex-basis: 75%; }

.flex-b-50 {
  flex-basis: 50%; }

.flex-b-25 {
  flex-basis: 25%; }

.flex-w-w {
  flex-wrap: wrap; }

.flex-gr-1 {
  flex-grow: 1; }

.flex-g-4 {
  gap: 0.25rem; }

.flex-g-8 {
  gap: 0.5rem; }

.flex-g-12 {
  gap: 0.75rem; }

.flex-g-16 {
  gap: 1rem; }

.flex-g-24 {
  gap: 1.5rem; }

.flex-g-32 {
  gap: 2rem; }

.flex-g-40 {
  gap: 2.5rem; }

.flex-g-64 {
  gap: 4rem; }

.flex-jc-c {
  justify-content: center; }

.flex-jc-fs {
  justify-content: flex-start; }

.flex-jc-fe {
  justify-content: flex-end; }

.flex-jc-sa {
  justify-content: space-around; }

.flex-jc-sb {
  justify-content: space-between; }

.flex-ai-c {
  align-items: center; }

.flex-ai-fs {
  align-items: flex-start; }

.flex-ai-fe {
  align-items: flex-end; }

.flex-ai-b {
  align-items: baseline; }

@media (min-width: 768px) {
  .flex-tablet-r {
    display: flex;
    flex-direction: row; }
  .flex-tablet-c {
    display: flex;
    flex-direction: column; }
  .flex-tablet-rr {
    display: flex;
    flex-direction: row-reverse; }
  .flex-tablet-g-4 {
    gap: 0.25rem; }
  .flex-tablet-g-8 {
    gap: 0.5rem; }
  .flex-tablet-g-20 {
    gap: 1.25rem; }
  .flex-tablet-g-24 {
    gap: 1.5rem; }
  .flex-tablet-jc-c {
    justify-content: center; }
  .flex-tablet-jc-fs {
    justify-content: flex-start; }
  .flex-tablet-jc-fe {
    justify-content: flex-end; }
  .flex-tablet-jc-sa {
    justify-content: space-around; }
  .flex-tablet-jc-sb {
    justify-content: space-between; }
  .flex-tablet-ai-c {
    align-items: center; }
  .flex-tablet-ai-fs {
    align-items: flex-start; }
  .flex-tablet-ai-fe {
    align-items: flex-end; }
  .flex-tablet-ai-b {
    align-items: baseline; } }

@media (min-width: 1200px) {
  .flex-desktop-r {
    display: flex;
    flex-direction: row; }
  .flex-desktop-c {
    display: flex;
    flex-direction: column; }
  .flex-desktop-rr {
    display: flex;
    flex-direction: row-reverse; }
  .flex-desktop-g-4 {
    gap: 0.25rem; }
  .flex-desktop-g-8 {
    gap: 0.5rem; }
  .flex-desktop-g-16 {
    gap: 1rem; }
  .flex-desktop-g-24 {
    gap: 1.5rem; }
  .flex-desktop-g-32 {
    gap: 2rem; }
  .flex-desktop-g-64 {
    gap: 4rem; }
  .flex-desktop-jc-c {
    justify-content: center; }
  .flex-desktop-jc-fs {
    justify-content: flex-start; }
  .flex-desktop-jc-fe {
    justify-content: flex-end; }
  .flex-desktop-jc-sa {
    justify-content: space-around; }
  .flex-desktop-jc-sb {
    justify-content: space-between; }
  .flex-desktop-jc-se {
    justify-content: space-evenly; }
  .flex-desktop-ai-c {
    align-items: center; }
  .flex-desktop-ai-fs {
    align-items: flex-start; }
  .flex-desktop-ai-fe {
    align-items: flex-end; }
  .flex-desktop-ai-b {
    align-items: baseline; } }

@media (min-width: 1280px) {
  .flex-extralarge-r {
    display: flex;
    flex-direction: row; }
  .flex-extralarge-rr {
    display: flex;
    flex-direction: row-reverse; }
  .flex-extralarge-c {
    display: flex;
    flex-direction: column; }
  .flex-extralarge-g-4 {
    gap: 0.25rem; }
  .flex-extralarge-g-8 {
    gap: 0.5rem; }
  .flex-extralarge-g-16 {
    gap: 1rem; }
  .flex-extralarge-g-24 {
    gap: 1.5rem; }
  .flex-extralarge-g-32 {
    gap: 2rem; }
  .flex-extralarge-g-40 {
    gap: 2.5rem; }
  .flex-extralarge-g-64 {
    gap: 4rem; }
  .flex-extralarge-jc-c {
    justify-content: center; }
  .flex-extralarge-jc-fs {
    justify-content: flex-start; }
  .flex-extralarge-jc-fe {
    justify-content: flex-end; }
  .flex-extralarge-jc-sa {
    justify-content: space-around; }
  .flex-extralarge-jc-sb {
    justify-content: space-between; }
  .flex-extralarge-jc-se {
    justify-content: space-evenly; }
  .flex-extralarge-ai-c {
    align-items: center; }
  .flex-extralarge-ai-fs {
    align-items: flex-start; }
  .flex-extralarge-ai-fe {
    align-items: flex-end; }
  .flex-extralarge-ai-b {
    align-items: baseline; } }

.w-100 {
  width: 100%; }

.w-75 {
  width: 75%; }

.w-60 {
  width: 60%; }

.w-50 {
  width: 50%; }

.w-25 {
  width: 25%; }

.w-fit {
  width: fit-content; }

.f-mr-05 {
  margin-right: .5rem; }

.f-mr-1 {
  margin-right: 1rem; }

.f-mb-0 {
  margin-bottom: 0; }

.f-mb-1 {
  margin-bottom: 1rem; }

.f-mt-1 {
  margin-top: 1rem; }

.pb-0 {
  padding-bottom: 0; }

.pl-0 {
  padding-left: 0; }

.reset-ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.f-mt-0 {
  margin-top: 0; }

.f-mt-05 {
  margin-top: .5rem; }

.f-mt-1 {
  margin-top: 1rem; }

.f-mr-0 {
  margin-right: 0; }

.f-mr-05 {
  margin-right: .5rem; }

.f-mr-1 {
  margin-right: 1rem; }

.f-mb-0 {
  margin-bottom: 0; }

.f-mb-05 {
  margin-bottom: .5rem; }

.f-mb-1 {
  margin-bottom: 1rem; }

.f-ml-0 {
  margin-left: 0; }

.f-ml-05 {
  margin-left: .5rem; }

.f-ml-1 {
  margin-left: 1rem; }

.dialog {
  position: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100vh;
  border: 0;
  background-color: #ffffff;
  overflow-y: hidden;
  line-height: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  display: none; }
  .dialog.open {
    position: fixed;
    display: block; }
  .dialog__header {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem 1.25rem 1rem 1.25rem;
    text-align: left;
    box-shadow: 0px 0.25rem 1rem 0px rgba(0, 0, 0, 0.101961);
    background-color: #C2002F; }
    .dialog__header__title {
      font-family: "Museo" !important;
      font-weight: 400 !important;
      font-size: 18px !important;
      text-transform: uppercase;
      line-height: 1;
      text-align: left;
      margin: 0 !important;
      display: inline-block; }
    .dialog__header__close {
      border: none;
      background-color: transparent;
      color: #FFFFFF; }
  .dialog__body {
    display: flex;
    color: var(--text-dark-color);
    overflow-y: auto;
    height: calc(100dvh - 130px);
    overflow-y: scroll; }
  .dialog__footer {
    width: 100%;
    padding: 1.25rem;
    text-align: end;
    background-color: var(--background-default-color);
    box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.101961); }
    .dialog__footer__btn {
      width: 100%;
      padding: 0.7rem 1.9rem;
      background: #C2002F;
      color: #FFFFFF;
      text-decoration: none;
      border: none;
      border-radius: 4px;
      font-family: "Museo";
      font-size: 1.1rem;
      line-height: 25px; }
      .dialog__footer__btn--cancel {
        border: none;
        background-color: #FFFFFF;
        color: #C2002F; }
  .dialog button:disabled {
    background-color: transparent;
    opacity: .5; }
  .dialog--search-flight .dialog__content {
    padding: 0; }
  .dialog--search-flight .booker {
    padding: 0; }

.aui .modal {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  height: fit-content;
  margin: 0 auto;
  padding-right: 0 !important;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  box-shadow: none; }
  .aui .modal .modal-dialog {
    max-width: 100%;
    margin: 0;
    background: transparent; }
  .aui .modal .modal-header {
    display: flex;
    padding: 1rem 1.25rem;
    height: 3.5rem;
    border-top-right-radius: 0; }
  .aui .modal .modal-content {
    width: fit-content;
    min-width: 31.25rem;
    margin: 0 auto;
    border-top-left-radius: 0;
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 1.25rem; }
  .aui .modal .modal-body {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: auto;
    max-height: 100%;
    padding: 1.5rem; }
  .aui .modal__title {
    font-family: "Museo Sans";
    font-size: 1.25rem; }
  .aui .modal__close {
    position: relative; }

.aui .modal-backdrop {
  z-index: 1; }

#footer-links a:focus, #footer-menu a:focus {
  outline-color: white; }

#footer-links input[type=text]:focus, #footer-links input[type=button]:focus, #footer-menu input[type=text]:focus, #footer-menu input[type=button]:focus {
  outline: 2px solid white;
  outline-offset: 3px;
  color: black !important; }

.layout_social_heading {
  font-size: 1rem;
  margin-bottom: 0; }

.layout_footer_info_heading {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 300; }

html[dir="rtl"] .footer__menu__ramChevron {
  transform: rotate(180deg); }

html[dir="rtl"] .footer__webmap li {
  border-right: none;
  border-left: 1px solid var(--ram-text-inverse-color); }
  html[dir="rtl"] .footer__webmap li:last-child {
    border-left: none; }

.aui body.internal-page .footer {
  padding-block: 1.5rem;
  background-color: var(--ram-background-inverse-color); }
  .aui body.internal-page .footer--with-subfooter {
    padding-block-end: 0; }
  .aui body.internal-page .footer .container {
    width: 100%; }
  .aui body.internal-page .footer__border {
    border-top: 1px solid var(--ram-background-inverse-light-color); }
  .aui body.internal-page .footer__menu:focus {
    color: var(--ram-text-inverse-color);
    text-decoration: none; }
  .aui body.internal-page .footer__menu:hover {
    color: var(--ram-text-primary-color);
    text-decoration: none; }
  .aui body.internal-page .footer__menu__ramChevron {
    display: none;
    width: 1.1875rem; }
    @media (min-width: 992px) {
      .aui body.internal-page .footer__menu__ramChevron {
        width: auto; } }
  .aui body.internal-page .footer__link {
    color: var(--ram-text-inverse-color);
    text-decoration: none; }
    .aui body.internal-page .footer__link:hover {
      color: var(--ram-text-primary-color);
      text-decoration: none; }
    .aui body.internal-page .footer__link:focus {
      color: var(--ram-text-inverse-color);
      text-decoration: none; }
    .aui body.internal-page .footer__link.active {
      color: var(--ram-text-inverse-color);
      text-decoration: none; }
      .aui body.internal-page .footer__link.active .footer__menu__ramChevron {
        display: flex; }
      .aui body.internal-page .footer__link.active .footer__menu__chevron {
        display: inline-block;
        transform: rotate(270deg); }
    .aui body.internal-page .footer__link--notHover:hover {
      color: var(--ram-text-inverse-color); }
  .aui body.internal-page .footer__list__item {
    color: var(--ram-text-inverse-color);
    text-decoration: none; }
    .aui body.internal-page .footer__list__item:hover {
      color: var(--ram-text-primary-color);
      text-decoration: none; }
    .aui body.internal-page .footer__list__item--notHover:hover {
      color: var(--ram-text-inverse-color); }
  .aui body.internal-page .footer__paymentImage {
    width: 2.5rem;
    height: 1.5rem; }
  .aui body.internal-page .footer__text {
    color: var(--ram-text-inverse-color); }
  .aui body.internal-page .footer__webmap li {
    border-right: 1px solid var(--ram-text-inverse-color);
    padding-right: 0.5rem; }
    .aui body.internal-page .footer__webmap li:last-child {
      border-right: none; }
  .aui body.internal-page .footer--bck {
    background-color: var(--ram-background-inverse-light-color); }
  .aui body.internal-page .footer__container {
    width: 100%;
    max-width: 95%;
    margin: 0 auto; }
    @media (min-width: 1280px) {
      .aui body.internal-page .footer__container {
        max-width: 77.5rem; } }
  .aui body.internal-page .footer__menu__chevron {
    display: inline-block;
    transform: rotate(90deg); }
  .aui body.internal-page .footer__heading2 {
    font-size: 0.875rem !important; }
  .aui body.internal-page .footer__subfooter {
    background-color: #C2002F;
    padding-inline: 1rem;
    padding-block: 1rem;
    color: #FFFFFF;
    text-align: center; }
    .aui body.internal-page .footer__subfooter a {
      text-decoration: underline; }

html[dir="rtl"] .footer__menu__ramChevron {
  transform: rotate(180deg); }

html[dir="rtl"] .footer__webmap li {
  border-right: none;
  border-left: 1px solid var(--ram-text-inverse-color); }
  html[dir="rtl"] .footer__webmap li:last-child {
    border-left: none; }

#safar-flyer img {
  width: 100%; }

footer #sitemap-container a {
  padding: 0.3rem 0; }

.aui header .navbar #navbarNav .nav-item .nav-link {
  width: 100%;
  display: flex;
  background: none;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0; }

footer #footer-links {
  padding-top: 2rem; }

.content-image {
  display: block; }

.aui .nav-link-heading {
  font-size: 1rem;
  font-family: "Museo Sans"; }

.content-image .content.title-only {
  bottom: 100px; }

@media (min-width: 1200px) {
  .aui header .navbar #navbarNav .nav-item .nav-link {
    border-bottom: none; }
  html[dir="rtl"] header.header-dark .navbar #navbarNav .login-register:before {
    left: -5px; }
  html[dir="rtl"] header .navbar .top-right-nav .login-register li:last-child:before {
    left: -1000px !important;
    right: 0 !important;
    background-color: #C2002F; }
  html[dir="rtl"] .booking-menu-container .tab-container {
    left: 50%; }
  html[dir="rtl"] .warning-ticker__icon {
    right: 0;
    font-size: 1.4rem; }
  html[dir="rtl"] .warning-ticker__element {
    text-align: right; }
  html[dir="rtl"] .warning-ticker__count {
    float: left; }
  html[dir="rtl"] button.warning-ticker__prev-arrow, html[dir="rtl"] button.warning-ticker__next-arrow {
    transform: rotate(0deg); }
  html[dir="rtl"] .booking-menu-container .tab-container.noNegativeMargin {
    left: 0; } }

@use '../abstracts' as *;
.aui {
  /* you need to add another overflow-hidden to the flex-item containing the truncated element */ }
  .aui [class*="ram-icon"] {
    font-size: 1.25rem; }
  .aui .f-fw-b {
    font-weight: 700; }
  .aui .f-fw-sb {
    font-weight: 600; }
  .aui .f-fw-n {
    font-weight: 400; }
  .aui .f-fw-l {
    font-weight: 300; }
  .aui .f-td-u {
    text-decoration: underline; }
  .aui .f-tt-u {
    text-transform: uppercase; }
  .aui .f-tt-c {
    text-transform: capitalize; }
  .aui .f-ta-l {
    text-align: left; }
  .aui .f-ta-c {
    text-align: center; }
  .aui .f-ta-r {
    text-align: right; }
  .aui .f-heading-xl {
    font-family: "Museo";
    font-size: 1.5rem;
    line-height: 2rem; }
    @media (min-width: 992px) {
      .aui .f-heading-xl {
        font-size: 2.5rem;
        line-height: 2rem; } }
  .aui .f-heading-l {
    font-family: "Museo";
    font-size: 1.5rem;
    line-height: 2rem; }
    @media (min-width: 992px) {
      .aui .f-heading-l {
        font-size: 2rem;
        line-height: 2.5rem; } }
  .aui .f-heading-m {
    font-family: "Museo";
    font-size: 2rem;
    line-height: 2.5rem; }
  .aui .f-heading-s {
    font-family: "Museo";
    font-size: 1rem;
    line-height: 1.5rem; }
    @media (min-width: 992px) {
      .aui .f-heading-s {
        font-size: 1.5rem;
        line-height: 2rem; } }
  .aui .f-heading-subtitle {
    font-family: "Museo Sans";
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (min-width: 992px) {
      .aui .f-heading-subtitle {
        font-size: 1.25rem;
        line-height: 1.75rem; } }
  .aui .f-body-2xl {
    font-family: "Museo Sans";
    font-size: 1.5rem;
    line-height: 1.75rem; }
  .aui .f-body-xl {
    font-family: "Museo Sans";
    font-size: 1rem;
    line-height: 1.75rem; }
    @media (min-width: 992px) {
      .aui .f-body-xl {
        font-size: 1.25rem; } }
  .aui .f-body-l {
    font-family: "Museo Sans";
    font-size: 1rem;
    line-height: 1.375rem; }
  .aui .f-body-m {
    font-family: "Museo Sans";
    font-size: 0.875rem;
    line-height: 1.25rem; }
  .aui .f-body-s {
    font-family: "Museo Sans";
    font-size: 0.75rem;
    line-height: 1.25rem; }
  .aui .f-link {
    font-family: "Museo Sans";
    font-size: 1.1875rem;
    line-height: 1.5rem; }
  .aui .f-icon-xs {
    font-size: 1.25rem; }
  .aui .f-icon-s {
    font-size: 1.5rem; }
  .aui .f-icon-m {
    font-size: 1.75rem; }
  .aui .f-icon-l {
    font-size: 2rem; }
  .aui .f-icon-xl {
    font-size: 2.25rem; }
  .aui .f-icon-xxl {
    font-size: 2.625rem; }
  .aui .f-icon-mt-0 {
    margin-top: 0; }
  .aui .f-lh-n {
    line-height: normal; }
  .aui .whitespace-nowrap {
    white-space: nowrap; }
  .aui .overflow-hidden {
    /* You can also use overflow: auto, or overflow: scroll */
    overflow: hidden; }
  .aui .truncated {
    /* Must not be `display: flex` */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

html[dir="rtl"] .text-rtl-right {
  text-align: right; }

.warning-ticker__desktop {
  display: none; }

.warning-ticker__closeButton {
  position: absolute;
  right: -60px;
  top: -6px;
  color: #C2002F;
  background-color: transparent;
  border: none;
  font-size: 2rem;
  line-height: 1; }

.warning-ticker {
  background: #FEED8C;
  padding: .5rem;
  min-height: 40px; }
  .warning-ticker__wrapper {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
  .warning-ticker__icon {
    position: absolute;
    color: #C2002F;
    font-size: 1.4rem; }
  .warning-ticker__list {
    width: 100%;
    list-style-type: none; }
  .warning-ticker__element {
    font-family: "Museo Sans";
    font-weight: 500;
    font-size: .9rem; }
  .warning-ticker__link {
    display: inline-block;
    color: #000000;
    font-family: "Museo Sans";
    font-weight: 500;
    -webkit-text-stroke: 0.45px;
    font-size: .8rem; }
    .warning-ticker__link:hover {
      color: #000000;
      text-decoration: none; }
  .warning-ticker__count {
    float: right;
    font-family: "Museo Sans";
    font-weight: 500;
    -webkit-text-stroke: 0.45px;
    font-size: 0.9rem; }
  .warning-ticker__prev-arrow, .warning-ticker__next-arrow {
    cursor: pointer;
    position: absolute;
    top: -9px;
    line-height: 2.3rem;
    color: #C2002F;
    font-size: 2rem;
    background: none;
    border: none; }
  .warning-ticker__prev-arrow {
    left: -60px; }
  .warning-ticker__next-arrow {
    right: -30px; }
  .warning-ticker__mobile .warning-ticker__element {
    position: relative;
    padding-right: 3rem; }
  .warning-ticker__mobile .warning-ticker__count {
    position: absolute;
    top: calc(50% - 12px);
    right: 0; }
  .warning-ticker__mobile .warning-ticker__icon {
    position: absolute;
    top: calc(50% - 11px);
    left: -34px; }
  .warning-ticker__mobile .warning-ticker__link {
    display: inline-block;
    font-weight: 100;
    line-height: 1.1rem; }
    .warning-ticker__mobile .warning-ticker__link .strong {
      font-family: "Museo";
      font-weight: 500; }

@media (min-width: 1025px) {
  .warning-ticker__desktop {
    display: block; }
  .warning-ticker__mobile {
    display: none; }
  .warning-ticker {
    display: block; }
    .warning-ticker__wrapper {
      max-width: 880px; } }

@media (min-width: 1200px) {
  .warning-ticker__wrapper {
    max-width: 1075px; }
  .warning-ticker__closeButton {
    right: -115px; }
  .warning-ticker__next-arrow {
    right: -60px; } }

@media (min-width: 1600px) {
  .warning-ticker__wrapper {
    max-width: 1240px; } }

html[dir="rtl"] .warning-ticker__element {
  text-align: right; }

html[dir="rtl"] .warning-ticker__count {
  float: left; }

html[dir="rtl"] .warning-ticker__icon {
  right: 0; }

html[dir="rtl"] .warning-ticker__prev-arrow {
  right: -60px;
  left: inherit;
  transform: rotate(180deg); }

html[dir="rtl"] .warning-ticker__next-arrow {
  left: -30px;
  right: inherit;
  transform: rotate(180deg); }

html[dir="rtl"] .warning-ticker__link {
  text-align: left; }

html[dir="rtl"] .warning-ticker__closeButton {
  right: inherit;
  left: -60px; }

html[dir="rtl"] .warning-ticker__mobile .warning-ticker__element {
  padding-right: 0;
  padding-left: 3rem; }

html[dir="rtl"] .warning-ticker__mobile .warning-ticker__count {
  right: inherit;
  left: 0; }

html[dir="rtl"] .warning-ticker__mobile .warning-ticker__icon {
  left: 0;
  right: -34px; }

html[dir="rtl"] .warning-ticker__mobile .warning-ticker__link {
  text-align: right; }

@media (min-width: 1200px) {
  html[dir="rtl"] .warning-ticker__next-arrow {
    left: -60px; }
  html[dir="rtl"] .warning-ticker__closeButton {
    left: -115px; } }

.booking-menu-container .tab-container {
  z-index: 11;
  margin-top: -220px;
  position: absolute;
  width: 85%;
  left: 50%;
  transform: translateX(-50%); }
  .booking-menu-container .tab-container.open {
    position: inherit;
    left: 0;
    transform: inherit; }

.menuNav-open .booking-menu-container .tab-container,
.internal-page .booking-menu-container .tab-container {
  z-index: 0; }

.flight-search-container {
  background-color: #FFFFFF; }

.aui a.highlights__info-button__button {
  color: #C2002F; }

.aui a.highlights__info-link {
  color: #FFFFFF; }

.highlights {
  position: relative;
  overflow: auto;
  max-width: 1920px;
  margin: 0 auto; }
  .highlights .slick-slider {
    margin-bottom: 0; }
  .highlights .slick-track {
    margin: 0;
    padding: 0; }
  .highlights a.carousel-arrow {
    display: none !important;
    position: absolute;
    float: none;
    top: calc(50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
    color: #FFFFFF;
    background: #F5EBE1;
    opacity: 75%;
    border: none;
    z-index: 10;
    height: 5em;
    width: 2.5em;
    line-height: 5em;
    text-align: center;
    vertical-align: middle; }
    .highlights a.carousel-arrow:before {
      font-family: "Glpyh";
      font-size: 2em;
      color: #C2002F;
      display: inline-block; }
  .highlights .arrow-previous {
    border-bottom-right-radius: 5em;
    border-top-right-radius: 5em; }
    .highlights .arrow-previous:before {
      content: "\e989";
      padding-left: 0px;
      margin-left: -5px; }
  .highlights .arrow-next {
    right: 0;
    border-bottom-left-radius: 5em;
    border-top-left-radius: 5em; }
    .highlights .arrow-next:before {
      content: "\e988";
      padding-right: 0;
      margin-right: -5px; }
  .highlights .highlights__list {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    min-height: 310px;
    max-height: 400px;
    margin-bottom: 100px; }
    .highlights .highlights__list .highlights__image-desktop {
      max-width: 1920px; }
    .highlights .highlights__list .slick-slide .highlights__image, .highlights .highlights__list .highlights__image {
      display: none; }
    .highlights .highlights__list .slick-slide.slick-active .highlights__image.highlights__image-mobile, .highlights .highlights__list .highlights__image.highlights__image-mobile {
      display: block;
      min-height: 283px; }
  .highlights img.highlights__image {
    width: 100%;
    height: auto; }
  .highlights__info {
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    color: #FFFFFF; }
  .highlights__info-mobile {
    display: flex;
    top: 10%; }
  .highlights__info-desktop {
    display: none; }
  .highlights__info-link {
    color: #FFFFFF;
    text-decoration: none; }
    .highlights__info-link:focus, .highlights__info-link:visited, .highlights__info-link:active {
      color: #FFFFFF;
      text-decoration: none; }
  .highlights__info-main {
    margin-top: 2.5rem;
    margin-left: 5%;
    margin-bottom: 0;
    font-family: "Museo";
    font-weight: 900;
    font-size: 2.875em; }
  .highlights__info-block {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%; }
  .highlights__info-secondary {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: baseline;
    gap: .5rem;
    font-family: "Museo";
    font-weight: 100;
    flex-basis: 50%; }
    .highlights__info-secondary__text-one {
      font-size: 1.375em; }
    .highlights__info-secondary__text-two {
      font-size: 2.1875em; }
    .highlights__info-secondary__text-three {
      font-size: 0.875em; }
  .highlights__info-button {
    flex-basis: 50%;
    align-self: center;
    text-align: center; }
    .highlights__info-button__button {
      padding: 0.6rem 1rem;
      margin-bottom: 10px;
      color: #C2002F;
      font-family: "Museo Sans";
      font-weight: 700;
      font-size: 0.875em;
      text-transform: uppercase;
      text-align: center;
      text-decoration: none;
      background-color: #FFFFFF;
      border: none; }
      .highlights__info-button__button:hover, .highlights__info-button__button:active {
        color: #C2002F;
        text-decoration: none; }
  .highlights .playPause {
    position: absolute;
    display: none;
    margin: 0;
    width: 960px;
    margin-left: -490px;
    text-align: right;
    bottom: auto;
    top: 10px;
    height: 20px;
    right: 8px; }
    .highlights .playPause .playPause-separator:before {
      content: '';
      border-left: 1px solid gray;
      height: 35px;
      display: inline-block;
      position: absolute;
      top: -7px;
      right: 22px; }
    .highlights .playPause .playPause-separator {
      display: none; }
    .highlights .playPause .iconPause-bordered:before {
      content: '';
      border: 1px solid black;
      height: 20px;
      width: 5px;
      background: #FFFFFF;
      outline: none;
      margin-right: 2px;
      display: inline-block; }
    .highlights .playPause .iconPause-bordered:after {
      content: '';
      border: 1px solid black;
      height: 20px;
      width: 5px;
      background: #FFFFFF;
      outline: none;
      display: inline-block; }
    .highlights .playPause .iconPlay-bordered:before {
      content: '';
      position: absolute;
      border-right: 9px solid transparent;
      border-top: 9px solid transparent;
      border-left: 9px solid #FFFFFF;
      border-bottom: 9px solid transparent;
      z-index: 1;
      top: 7px;
      left: 13px; }
    .highlights .playPause .iconPlay-bordered:after {
      content: '';
      position: absolute;
      border-right: 11px solid transparent;
      border-top: 11px solid transparent;
      border-left: 11px solid black;
      border-bottom: 11px solid transparent;
      top: 5px;
      left: 12px; }
    .highlights .playPause.pauseActive .pauseActiveBtn {
      display: inline-block;
      background: none;
      padding: 6px 10px 2px 10px;
      vertical-align: top;
      border-radius: 50%;
      border: 1px solid #F5EBE1; }
    .highlights .playPause.pauseActive .playActiveBtn {
      display: none; }
    .highlights .playPause.playActive .pauseActiveBtn {
      display: none; }
    .highlights .playPause.playActive .playActiveBtn {
      display: inline-block;
      background: none;
      border: none;
      vertical-align: top;
      position: relative;
      height: 22px;
      width: 20px;
      border-radius: 50%;
      border: 1px solid #F5EBE1;
      padding: 16px; }
  .highlights .highlights__list li {
    line-height: 1;
    position: relative; }
  .highlights .highlights__list .slick-dots {
    position: absolute;
    bottom: 40%;
    left: 0;
    display: flex;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    list-style: none; }
    .highlights .highlights__list .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 16px;
      height: 16px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .highlights .highlights__list .slick-dots li button:before {
        position: absolute;
        top: 25%;
        left: 25%;
        height: 10px;
        width: 10px;
        text-align: center;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        background: none;
        border-radius: 50%;
        content: ''; }
    .highlights .highlights__list .slick-dots li button:focus {
      outline: 2px #000000 solid;
      border-radius: 50%;
      outline-offset: -4px; }
    .highlights .highlights__list .slick-dots li.slick-active button:before {
      background-color: #FFFFFF; }
  .highlights .highlights__list-item {
    min-width: 100vw;
    min-height: 134px;
    display: block; }

.highlights2__desktop {
  display: none; }

.highlights.highlights-v2 .slick-dots {
  bottom: 29%; }

.highlights2__item {
  position: relative; }
  .highlights2__item__img {
    width: 100%;
    height: auto;
    min-height: 283px; }
  .highlights2__item__info {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .highlights2__item__info__title {
      margin-bottom: 0;
      color: #FFFFFF;
      font-size: 3rem;
      line-height: 2.5rem;
      font-family: "Museo";
      font-weight: 500;
      padding: 0 1rem;
      -webkit-text-fill-color: #FFFFFF;
      /* Will override color (regardless of order) */
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #999999; }
      .highlights2__item__info__title.highlights2__item__info__title--color2 {
        color: #C2002F;
        -webkit-text-fill-color: #C2002F;
        /* Will override color (regardless of order) */
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #E8E8E8; }
      .highlights2__item__info__title.highlights2__item__info__title--color3 {
        color: #684458;
        -webkit-text-fill-color: #684458;
        /* Will override color (regardless of order) */
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #E8E8E8; }
    .highlights2__item__info .highlights2__item__info__button {
      margin-top: 1rem;
      padding: .8rem 1rem;
      background-color: #FFFFFF;
      font-family: "Museo Sans";
      font-weight: 700;
      color: #C2002F; }
      .highlights2__item__info .highlights2__item__info__button:hover {
        color: #C2002F; }
      .highlights2__item__info .highlights2__item__info__button.highlights2__item__info__button--color1 {
        background-color: #FFFFFF;
        color: #C2002F; }
        .highlights2__item__info .highlights2__item__info__button.highlights2__item__info__button--color1:hover {
          color: #C2002F; }
      .highlights2__item__info .highlights2__item__info__button.highlights2__item__info__button--color2 {
        background-color: #C2002F;
        color: #FFFFFF; }
        .highlights2__item__info .highlights2__item__info__button.highlights2__item__info__button--color2:hover {
          color: #FFFFFF; }
      .highlights2__item__info .highlights2__item__info__button.highlights2__item__info__button--color3 {
        background-color: #684458;
        color: #FFFFFF; }
        .highlights2__item__info .highlights2__item__info__button.highlights2__item__info__button--color3:hover {
          color: #FFFFFF; }

.booking-type2 .booking-menu-container .tab-container {
  margin-top: -179px; }

.quick-links-type2 .quick-links {
  padding-top: 140px; }

/* Modificaciones para accesibilidad */
body.keyboard-navigation .highlights a.carousel-arrow:focus {
  color: #F5EBE1;
  opacity: 1;
  outline-offset: -7px; }
  body.keyboard-navigation .highlights a.carousel-arrow:focus:before {
    color: black; }
  body.keyboard-navigation .highlights a.carousel-arrow:focus:after {
    content: '';
    position: absolute;
    background: #FFFFFF;
    height: 100%;
    width: 20px;
    left: 0px;
    z-index: -1; }

body.keyboard-navigation .highlights .highlights__list .slick-dots:focus {
  outline-offset: 3px; }

@media (min-width: 450px) {
  .highlights2__item__info {
    min-height: 273px; } }

/* Mobile, large devices (480px to 767px) */
@media (min-width: 480px) {
  .highlights__info-main {
    margin-top: 2rem;
    font-size: 3.75em; }
  .highlights__info-block {
    gap: 1rem; }
  .highlights__info-secondary {
    align-items: center;
    flex-basis: 70%; }
    .highlights__info-secondary__text-one {
      align-self: flex-start;
      font-size: 1.9375em; }
    .highlights__info-secondary__text-two {
      font-size: 3.5625em; }
    .highlights__info-secondary__text-three {
      margin-bottom: 0;
      font-size: 1.1875em; }
  .highlights__info-button {
    text-align: left; }
    .highlights__info-button__button {
      font-size: 1em;
      padding: .8rem 1rem; }
  .highlights__list .slick-dots {
    bottom: 35%; }
  .highlights2__item__info {
    min-height: calc(100% - 78px); }
    .highlights2__item__info__title {
      line-height: 3rem; }
  .highlights.highlights-v2 .slick-dots {
    bottom: 24%; } }

@media (min-width: 600px) {
  .highlights2__item__info {
    min-height: calc(100% - 128px); } }

@media (min-width: 650px) {
  .highlights2__item__info {
    min-height: calc(100% - 175px); } }

@media (min-width: 700px) {
  .highlights2__item__info {
    min-height: calc(100% - 200px); } }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .highlights {
    margin-top: 0px; }
    .highlights__info-main {
      font-size: 5em;
      margin-top: 0; }
    .highlights__info-secondary {
      gap: 1rem;
      flex-basis: 50%; }
      .highlights__info-secondary__text-one {
        font-size: 2.75em; }
      .highlights__info-secondary__text-two {
        font-size: 4.25em; }
      .highlights__info-secondary__text-three {
        align-self: flex-end;
        margin-bottom: 20px;
        font-size: 1.5625em; }
    .highlights__info-button__button {
      margin-bottom: 16px; }
    .highlights .highlights__list .slick-dots {
      bottom: 8.5em; }
      .highlights .highlights__list .slick-dots li button:before {
        top: 0;
        left: 0;
        height: 13px;
        width: 13px;
        border: 2px solid #FFFFFF; }
    .highlights .playPause {
      top: 43px;
      right: 15px; }
  .highlights2__item__info {
    min-height: 294px; }
  .highlights.highlights-v2 .slick-dots {
    bottom: 24%; } }

@media (min-width: 1025px) {
  body.keyboard-navigation .highlights a.carousel-arrow:focus:after {
    width: 40px; }
  .booking-menu-container .tab-container {
    width: 960px;
    margin-top: -100px; }
  .highlights {
    margin-top: -15px; }
    .highlights__info-mobile {
      display: none; }
    .highlights__info-desktop {
      display: flex; }
    .highlights__info-main {
      margin-top: 3rem;
      margin-left: 10%;
      font-size: 6.25em; }
    .highlights__info-secondary__text-one {
      font-size: 2.5em; }
    .highlights__info-secondary__text-two {
      font-size: 5em; }
    .highlights__info-secondary__text-three {
      align-self: flex-end;
      margin-bottom: 20px;
      font-size: 1.875em; }
    .highlights a.carousel-arrow {
      display: inline-block !important; }
    .highlights .highlights__list {
      overflow: hidden;
      margin-bottom: 0; }
      .highlights .highlights__list .slick-slide .highlights__image, .highlights .highlights__list .highlights__image {
        display: none; }
      .highlights .highlights__list .slick-slide.slick-active .highlights__image.highlights__image-desktop, .highlights .highlights__list .highlights__image.highlights__image-desktop {
        display: block; }
      .highlights .highlights__list .slick-dots {
        gap: 1rem;
        bottom: 8.1em; }
        .highlights .highlights__list .slick-dots li button:before {
          top: 0;
          left: 0;
          height: 16px;
          width: 16px;
          border: 3px solid #FFFFFF; }
      .highlights .highlights__list-item {
        min-height: 400px; }
  .highlights2__mobile {
    display: none; }
  .highlights2__desktop {
    display: block; }
  .booking-type2 .booking-menu-container .tab-container {
    margin-top: -106px; }
  .highlights2__item__info--position2 {
    align-items: flex-start; }
    .highlights2__item__info--position2 .highlights2__item__info--width1 {
      text-align: left;
      padding-left: 6rem; }
  .highlights2__item__info--position3 {
    align-items: flex-end; }
    .highlights2__item__info--position3 .highlights2__item__info--width1 {
      text-align: right;
      padding-right: 6rem; }
  .highlights2__item__info--height2 {
    min-height: 180px; }
  .highlights2__item__info .highlights2__item__info--width1 {
    width: 100%;
    margin-top: 2rem; }
  .highlights2__item__info .highlights2__item__info--width2 {
    width: 50%;
    margin-top: 2rem; }
  .highlights2__item__info__title.highlights2__item__info__title--size2 {
    font-size: 4rem;
    line-height: 4rem; }
  .highlights2__item__info__title.highlights2__item__info__title--size3 {
    font-size: 5rem;
    line-height: 4rem; }
  .highlights2__item__info__title.highlights2__item__info__title--size4 {
    font-size: 6rem;
    line-height: 5rem; }
  .highlights2__item__info__title.highlights2__item__info__title--size5 {
    font-size: 7rem;
    line-height: 6rem; }
  .highlights2__item__info__title.highlights2__item__info__title--size6 {
    font-family: "Museo";
    font-weight: 900;
    font-size: 6.25rem;
    line-height: 6rem; }
  .highlights.highlights-v2 ul.highlights__list .slick-dots {
    bottom: 30%; } }

/* Medium devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
  .highlights__info-main {
    margin-top: 2rem;
    margin-left: 13%;
    font-size: 7.5em; } }

/* Desktop, large screens (from 1600px) */
@media (min-width: 1600px) {
  .highlights__info-main {
    margin-left: 15%; } }

/* Desktop, large screens (from 1600px) */
@media (min-width: 1920px) {
  .highlights__info-main {
    margin-left: 18%; } }

/*************/
/**** RTL ****/
/*************/
html[dir="rtl"] .highlights__info-button {
  text-align: right; }

html[dir="rtl"] .highlights .arrow-previous {
  right: 0;
  border-bottom-left-radius: 5em;
  border-top-left-radius: 5em;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }
  html[dir="rtl"] .highlights .arrow-previous:before {
    content: "\e988";
    padding-left: 0;
    margin-left: -0;
    padding-right: 0px;
    margin-right: -5px; }

html[dir="rtl"] .highlights .arrow-next {
  right: auto;
  left: 0;
  border-bottom-right-radius: 5em;
  border-top-right-radius: 5em;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
  html[dir="rtl"] .highlights .arrow-next:before {
    content: "\e989";
    padding-left: 0;
    margin-left: -5px;
    padding-right: 0;
    margin-right: 0; }

html[dir="rtl"] .highlights .playPause {
  margin-left: 0;
  right: auto;
  text-align: left;
  width: 100%;
  left: 15px; }

html[dir="rtl"] .highlights__info-main {
  margin-right: 5%; }

@media (min-width: 1025px) {
  html[dir="rtl"] .highlights__info-main {
    margin-right: 10%; } }

@media (min-width: 1200px) {
  html[dir="rtl"] .highlights__info-main {
    margin-right: 12%; } }

@media (min-width: 1600px) {
  html[dir="rtl"] .highlights__info-main {
    margin-right: 18%; } }

.highlight {
  position: relative; }
  .highlight__wrapper {
    min-height: 420px;
    max-height: 420px; }
  .highlight img.highlight__image {
    width: 100%;
    height: auto; }
  .highlight .highlight__image-mobile {
    display: block;
    min-height: 283px; }
  .highlight .highlight__image-desktop {
    display: none; }
  .highlight__info {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column; }
    .highlight__info-desktop {
      display: none; }
    .highlight__info-main {
      margin-top: 1.5rem;
      margin-bottom: .5rem;
      color: #FFFFFF;
      font-family: "Museo";
      font-weight: 900;
      font-size: 2.875em; }
    .highlight__info-secondary {
      color: #FFFFFF;
      font-family: "Museo";
      font-size: 1.5625em;
      text-align: center;
      line-height: 1; }
    .highlight__info-button {
      display: flex;
      align-items: center;
      background-color: #FFFFFF;
      padding: .3rem 1rem;
      color: #C2002F;
      font-family: "Museo Sans";
      font-weight: 700;
      font-size: 14px; }
      .highlight__info-button:hover {
        color: #C2002F; }
      .highlight__info-button__icon {
        font-size: 1.3875rem;
        font-weight: bold;
        margin-right: .3rem; }

@media (min-width: 1025px) {
  .highlight {
    margin-top: -15px; }
    .highlight .highlight__image-mobile {
      display: none; }
    .highlight .highlight__image-desktop {
      display: block; }
    .highlight .highlight__wrapper {
      overflow: hidden;
      margin-bottom: 0;
      min-height: 500px;
      max-height: 500px; }
    .highlight .highlight__info-desktop {
      display: flex; }
    .highlight .highlight__info-mobile {
      display: none; }
    .highlight .highlight__info-main {
      margin-top: 2.5rem;
      margin-bottom: 1rem;
      font-size: 5.625em; }
    .highlight .highlight__info-secondary {
      font-size: 2.1875em;
      margin-bottom: 2rem; }
    .highlight .highlight__info-button {
      padding: .6rem 3rem;
      color: #C2002F; } }

/*************/
/**** RTL ****/
/*************/
@media (min-width: 1025px) {
  html[dir="rtl"] .highlights__info-main {
    margin-right: 10%; } }

@media (min-width: 1200px) {
  html[dir="rtl"] .highlights__info-main {
    margin-right: 12%; } }

@media (min-width: 1600px) {
  html[dir="rtl"] .highlights__info-main {
    margin-right: 18%; } }

.highlights-v3 a.carousel-arrow {
  top: auto;
  bottom: 3.5rem;
  height: auto;
  width: auto;
  transform: none;
  line-height: inherit;
  background: none;
  opacity: 1; }
  .highlights-v3 a.carousel-arrow::before {
    margin: 0;
    padding: 0;
    color: #FFFFFF; }

.highlights-v3 .arrow-previous {
  left: calc(50% - 35rem); }

.highlights-v3 .arrow-next {
  right: calc(50% - 35rem); }

.highlights-v3 .highlights__list-item {
  min-height: 200px; }

.highlights-v3 .highlights__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  top: 5rem;
  width: 25%;
  left: calc(50% - 30rem); }
  .highlights-v3 .highlights__info p {
    margin-bottom: 0; }
  .highlights-v3 .highlights__info__main {
    font-size: 1.75em;
    font-weight: 600; }
  .highlights-v3 .highlights__info__secondary {
    font-size: 1em;
    font-weight: 400; }
  .highlights-v3 .highlights__info__tertiary {
    font-size: 0.875em;
    font-weight: 400; }
  .highlights-v3 .highlights__info__button {
    position: inherit;
    padding: 10px 18px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #C2002F;
    font-size: 1.125em;
    font-weight: 400; }

@media (min-width: 768px) {
  .highlights-v3 .highlights__info__main {
    font-size: 3em; }
  .highlights-v3 .highlights__info__secondary {
    font-size: 1.5em; }
  .highlights-v3 .highlights__info__tertiary {
    font-size: 1.25em; } }

.travel-section {
  background-image: url("../images/travelsection/covid-background-image.png");
  color: #000000;
  background-position-y: -119%;
  background-repeat-y: no-repeat;
  background-position-x: 64%; }
  .travel-section__title {
    font-family: "Museo";
    font-weight: 500;
    font-size: 36px !important;
    padding-top: 60px; }
  .travel-section__title-desktop .col-12 {
    padding-left: 0; }
  .travel-section__title-mobile {
    display: none; }
  .travel-section__traveler-image {
    background-image: url("../images/travelsection/RAM_ilustracioncovidpng.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom; }
  .travel-section__contents {
    display: inline-block;
    font-family: "Museo Sans";
    font-size: 21px;
    letter-spacing: 0;
    line-height: 22px;
    padding-top: 35px;
    padding-left: 0; }
  .travel-section__content {
    display: flex;
    align-items: flex-start;
    min-height: auto;
    min-width: 475px;
    line-height: 25px; }
  .travel-section__more-info {
    display: flex;
    justify-content: right;
    align-items: center;
    min-height: 50px; }
    .travel-section__more-info__link, .travel-section__more-info a {
      color: #C2002F;
      font-family: "Museo";
      font-size: 16px;
      letter-spacing: 0;
      line-height: 17px;
      text-decoration: none;
      font-weight: 400; }

@media (max-width: 1200px) {
  .travel-section {
    background-position-y: 98%;
    background-position-x: 51%; }
    .travel-section__traveler-image {
      background-size: contain;
      background-position: center;
      min-height: 230px; }
    .travel-section__title {
      font-family: "Museo";
      font-weight: 500;
      font-size: 33px !important;
      padding-top: 60px; }
    .travel-section__title-desktop {
      display: none; }
    .travel-section__title-mobile {
      display: block; }
    .travel-section__content {
      width: 50%;
      height: auto;
      display: inline;
      line-height: 28px; }
    .travel-section__content:last-of-type {
      display: none; }
    .travel-section__more-info {
      justify-content: right; } }

@media (min-width: 500px) {
  .travel-section {
    background-position-y: 218%;
    background-position-x: 45%; } }

@media (min-width: 768px) {
  .travel-section {
    background-position-y: -158%; } }

html[dir="rtl"] .travel-section__title {
  float: right; }

.search-panel-expanded .quick-links {
  position: relative;
  z-index: -1; }

.quick-links {
  background: #F5EBE1;
  background-position: center;
  background-size: cover;
  padding-top: 95px;
  padding-bottom: 35px;
  margin-top: -128px; }
  .quick-links__container {
    text-align: center; }
  .quick-links__main-container {
    padding-left: 0; }
    .quick-links__main-container .slick-dots {
      position: absolute;
      bottom: -30px;
      display: block;
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center; }
      .quick-links__main-container .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 2px;
        padding: 0;
        cursor: pointer; }
        .quick-links__main-container .slick-dots li button {
          font-size: 0;
          line-height: 0;
          width: 20px;
          height: 20px;
          padding: 5px;
          cursor: pointer;
          color: #C2002F;
          border: 0;
          outline: none;
          background: transparent; }
          .quick-links__main-container .slick-dots li button:before {
            position: absolute;
            top: 25%;
            left: 25%;
            height: 8px;
            width: 8px;
            text-align: center;
            color: #FFFFFF;
            border: 1px solid #C2002F;
            background: none;
            border-radius: 50%;
            content: ''; }
      .quick-links__main-container .slick-dots li.slick-active button:before {
        background-color: #C2002F; }
    .quick-links__main-container .slick-track {
      margin: 0 auto; }
  .quick-links .quick-link {
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    .quick-links .quick-link__detail {
      text-align: center;
      padding-top: 8px;
      font-size: 12px;
      font-weight: 600;
      margin-bottom: 0;
      min-height: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .quick-links .quick-link__link {
      display: block;
      margin: .5rem;
      padding: 0.2rem;
      border-radius: 8px;
      box-shadow: 0px 2px 4px 0px #00000033; }
    .quick-links .quick-link__icon {
      color: #9E192D;
      font-size: 4rem; }
  .quick-links.quick-links--spacing {
    position: relative;
    padding-top: 130px; }

@media (min-width: 1025px) {
  .quick-links {
    padding-top: 130px;
    padding-bottom: 35px;
    margin-top: 0px; }
    .quick-links.quick-links--spacing {
      padding-top: 150px; }
    .quick-links .quick-link__link {
      box-shadow: none; }
      .quick-links .quick-link__link:hover {
        box-shadow: 0px 2px 4px 0px #00000033; }
    .quick-links .quick-link__detail {
      min-height: auto; } }

@media (min-width: 1200px) {
  .quick-links__main-container {
    max-width: 1220px;
    margin: 0 auto; }
  .quick-links--spacing .quick-links__main-container {
    max-width: inherit; }
  .quick-links__title {
    width: max-content; }
  .quick-links__icon {
    font-size: 6rem; } }

html[dir="rtl"] .quick-links__main-container {
  padding-right: 0 !important; }

.portlet-boundary_newsletter_WAR_ramloyaltysafarflyerportlet_ {
  background: transparent; }

.portlet-boundary_newsletter_WAR_ramloyaltysafarflyerportlet_ .portlet {
  background: transparent; }

.newsletter input.form-control.custom-form {
  padding: 1em 1em; }

.newsletter .row .field.form-control.custom-form {
  height: 45px; }

.newsletter .col-12 .control-group.input-text-wrapper {
  margin-bottom: 15px;
  text-align: center; }

.newsletter .col-12.button {
  text-align: center; }

.newsletter .col-12.button .input-text-wrapper input {
  margin: 0 auto;
  width: auto; }

.newsletter .col-12.button a {
  width: auto;
  display: inline-block; }

.pre-footer-newsletter-icon {
  width: 78px;
  height: 78px;
  background-image: url(/ram-airways-theme/css/images/newsletter/mail_relleno.png);
  background-repeat: no-repeat;
  display: block;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px; }

.light-background.newsletter-prefooter {
  background-color: #f6f2ed;
  background-image: url(/ram-airways-theme/css/images/newsletter/newsletter_back.png);
  background-position: right;
  background-size: cover;
  min-height: 355px;
  display: flex;
  align-items: center;
  text-align: left;
  margin-top: 40px; }

.newsletter__wrapper {
  display: flex;
  align-items: center;
  justify-content: center; }
  .newsletter__wrapper-form {
    margin-top: 1rem; }

.newsletter__title {
  font-family: "Museo Sans";
  font-weight: 500;
  margin-top: 0.7rem;
  margin-bottom: 0.4rem;
  font-size: 1.5rem; }

.newsletter__subtitle {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1; }

.newsletter__button {
  color: #FFFFFF;
  background-color: #C2002F;
  border-radius: 0px;
  font-size: 0.9rem !important;
  width: 100%;
  min-height: 45px;
  padding: 11px 20px !important; }
  .newsletter__button:hover {
    color: #FFFFFF; }
  .newsletter__button:focus {
    color: #FFFFFF;
    outline: 1px solid #000000;
    outline-offset: 3px; }

.row .field.form-control.custom-form.newsletter__input {
  height: 45px;
  border-radius: 0; }

@media (min-width: 992px) {
  .aui .light-background.newsletter-prefooter .container {
    min-width: 800px; } }

@media (min-width: 1025px) {
  .light-background.newsletter-prefooter {
    text-align: left;
    margin-top: 40px; }
    .light-background.newsletter-prefooter:before {
      content: '';
      background-image: url(/ram-airways-theme/css/images/newsletter/newsletter-bck_en.png);
      width: 466px;
      height: 355px;
      position: absolute;
      background-repeat: no-repeat;
      left: 1%; }
    .light-background.newsletter-prefooter--fr:before {
      background-image: url(/ram-airways-theme/css/images/newsletter/newsletter-bck_fr.png); } }

@media (min-width: 1200px) {
  .aui .light-background.newsletter-prefooter .container {
    min-width: 900px; } }

@media (max-width: 1200px) {
  .light-background.newsletter-prefooter:before {
    left: 3%; } }

@media (min-width: 1300px) {
  .light-background.newsletter-prefooter:before {
    left: 6%; } }

@media (min-width: 1500px) {
  .light-background.newsletter-prefooter:before {
    left: 9%; } }

@media (min-width: 1800px) {
  .light-background.newsletter-prefooter:before {
    left: 14%; } }

html[dir="rtl"] .newsletter__title,
html[dir="rtl"] .newsletter__subtitle {
  text-align: right; }

@media (min-width: 1025px) {
  html[dir="rtl"] .offset-lg-4 {
    margin-left: 0;
    margin-right: 33.33%; }
  html[dir="rtl"] .light-background.newsletter-prefooter:before {
    left: auto;
    right: -3%; } }

@media (min-width: 1200px) {
  html[dir="rtl"] .light-background.newsletter-prefooter:before {
    right: 1%; } }

@media (min-width: 1300px) {
  html[dir="rtl"] .light-background.newsletter-prefooter:before {
    right: 3%; } }

@media (min-width: 1500px) {
  html[dir="rtl"] .offset-xl-2 {
    margin-left: 0;
    margin-right: 15.66%; }
  html[dir="rtl"] .light-background.newsletter-prefooter:before {
    right: 5%; } }

@media (min-width: 1800px) {
  html[dir="rtl"] .light-background.newsletter-prefooter:before {
    right: 12%; } }

.login-register .nav-item {
  position: relative; }

.top-right-nav .container.responsive-menu__body__register {
  position: relative; }

.header-notifications {
  display: none;
  position: relative; }
  @media (min-width: 1025px) {
    .header-notifications {
      display: block; } }
  .header-notifications__icon {
    position: absolute;
    left: -55px;
    top: 10px;
    color: #C2002F;
    font-size: 2em;
    cursor: pointer;
    z-index: 998; }
  .header-notifications__number {
    position: absolute;
    top: 5px;
    left: -45px;
    padding: 3px 5px;
    background-color: #C2002F;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.9em;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 999;
    line-height: 1; }
  .header-notifications__popup {
    display: none;
    position: absolute;
    top: 3.5em;
    right: 100%;
    width: 400px;
    padding: .5em;
    z-index: 100;
    border: 2px solid #C8C8C8;
    background-color: #FFFFFF; }
    .header-notifications__popup__button-close {
      display: none;
      position: absolute;
      top: 1em;
      right: 0.5em;
      z-index: 999;
      font-size: 1.5em;
      color: #333333;
      cursor: pointer; }
    .header-notifications__popup.active {
      display: inline-block; }
      .header-notifications__popup.active .header-notifications__popup__button-close {
        display: inline-block; }
    .header-notifications__popup__title {
      padding-top: 0.5em;
      padding-left: .5em;
      font-weight: 700;
      font-size: 1.5em;
      color: #333333; }
    .header-notifications__popup__list {
      display: flex;
      flex-direction: column;
      gap: .5em;
      list-style: none;
      padding-left: 0;
      margin: 0; }
      .header-notifications__popup__list__item {
        padding: .8em 1em;
        max-height: 45px;
        background-color: #C8C8C87F; }
        .header-notifications__popup__list__item--no-items {
          margin-bottom: 0;
          color: #333333;
          font-size: 1.2em; }

header .navbar #navbarNav .top-right-nav .header-notifications a.link,
.home header .navbar .navbarNav .header-notifications a.link {
  display: inline-block;
  width: 100%;
  min-height: 100%;
  color: #333333;
  font-size: 1.2em;
  text-decoration: none; }

.notifications {
  position: relative; }
  .notifications__button-close {
    display: none;
    position: absolute;
    top: 0.8em;
    right: 1em;
    z-index: 999;
    font-size: 1.3em;
    cursor: pointer; }
  .notifications.activePanel .notifications__button-close {
    display: inline-block; }
  .notifications__list {
    position: relative;
    padding: .5em;
    border: 2px solid #C8C8C8;
    background: #FFFFFF;
    list-style: none; }
    .notifications__list__item {
      display: flex;
      flex-direction: row;
      gap: 1em;
      padding: 1em;
      font-family: "Museo";
      text-align: left;
      cursor: pointer; }
      .notifications__list__item:nth-child(even) {
        background-color: #F5EBE1; }
      .notifications__list__item .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: .5em;
        overflow: hidden; }
        .notifications__list__item .content--img {
          width: auto;
          align-items: center;
          display: none; }
          @media (min-width: 768px) {
            .notifications__list__item .content--img {
              display: flex; } }
        .notifications__list__item .content--text {
          flex-grow: 1; }
      .notifications__list__item .picture {
        height: auto;
        object-fit: contain;
        display: none; }
        @media (min-width: 768px) {
          .notifications__list__item .picture {
            display: inline-block;
            width: 90px; } }
      .notifications__list__item .username {
        font-weight: 700;
        font-size: 1.3em;
        display: none; }
      .notifications__list__item .title {
        font-weight: 700; }
      .notifications__list__item .text-container {
        max-height: 24px; }
      .notifications__list__item .text {
        width: 100%;
        display: none;
        font-size: 1.2em; }
        .notifications__list__item .text--clamp {
          display: inline-block; }
      .notifications__list__item .date {
        font-weight: 100;
        font-size: .9em; }
      .notifications__list__item.active {
        cursor: default; }
        .notifications__list__item.active:nth-child(even) {
          background-color: #FFFFFF; }
        .notifications__list__item.active .content--img {
          width: 300px; }
        .notifications__list__item.active .content--text {
          gap: 1em; }
        .notifications__list__item.active .picture {
          width: 150px; }
        .notifications__list__item.active .username {
          display: inline-block; }
        .notifications__list__item.active .title {
          font-size: 1.4em; }
        .notifications__list__item.active .text {
          display: inline-block; }
          .notifications__list__item.active .text--clamp {
            display: none !important; }
        .notifications__list__item.active .date {
          font-size: 1em; }
  .notifications.activePanel .notifications__list__item {
    display: none; }
  .notifications.activePanel .notifications__list__item.active {
    display: flex; }

html[dir="rtl"] {
  direction: rtl; }
  html[dir="rtl"] .header-notifications__icon {
    right: -5.2em;
    left: auto; }
  html[dir="rtl"] .header-notifications__number {
    left: auto;
    right: -10.3em; }
  html[dir="rtl"] .header-notifications__popup {
    left: 29.8em;
    text-align: right; }
    html[dir="rtl"] .header-notifications__popup__button-close {
      right: auto;
      left: 0.5em; }
    html[dir="rtl"] .header-notifications__popup__list {
      padding-right: 0; }
  html[dir="rtl"] .notifications__list__item {
    text-align: right; }

.login {
  background-image: url(/ram-airways-theme/css/images/back_login_mobile.jpg);
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover; }
  .login-wrapper {
    margin-top: 20px;
    margin-bottom: 30px; }
    .login-wrapper-form {
      padding: 0; }
      .login-wrapper-form .more-info {
        font-size: .9rem;
        color: #9E192D !important; }
    .login-wrapper-member {
      padding: .8rem 1.4rem 1.4rem 0;
      border-top: 1px solid #C8C8C8; }
      .login-wrapper-member p {
        font-family: "Museo Sans";
        font-size: .8rem;
        font-weight: 700;
        margin-bottom: 0 !important; }
        .login-wrapper-member p .more-info {
          font-weight: 700 !important;
          font-size: .8rem;
          color: #9E192D; }
    .login-wrapper-social {
      text-align: center;
      position: relative; }
      .login-wrapper-social:before {
        content: '';
        border: 1px solid #C8C8C8;
        height: 1px;
        position: absolute;
        left: 0px;
        top: 11px;
        width: 20px; }
      .login-wrapper-social:after {
        content: '';
        border: 1px solid #C8C8C8;
        height: 1px;
        position: absolute;
        top: 11px;
        right: 0px;
        width: 20px; }
      .login-wrapper-social-info {
        display: inline-block;
        color: #C8C8C8;
        font-size: 0.9rem;
        position: relative;
        padding: 0 1rem;
        margin-bottom: 0 !important; }
      .login-wrapper-social-list {
        padding: 18px;
        margin: 0;
        list-style-type: none;
        display: flex;
        justify-content: space-evenly; }
        .login-wrapper-social-list li {
          display: inline-block; }
  .login .form-control-label {
    font-family: "Museo Sans";
    font-size: 17px;
    font-weight: 700;
    margin-bottom: .3rem; }
    .login .form-control-label:last-of-type {
      margin-top: .3rem; }
  .login .form-legend {
    font-family: "Museo";
    font-size: 1.7rem;
    font-weight: 500;
    color: #9E192D;
    float: left;
    margin-top: .5rem;
    margin-bottom: 1.4rem; }
  .login .btn-danger {
    width: auto;
    padding: .6rem 3.1rem !important;
    margin: 1.4rem auto;
    background-color: #C2002F;
    border-radius: .25rem; }
  .login .login-justify-position {
    text-align: left; }
  .login .col-12.col-lg-6.login-justify-position {
    margin-top: -5px; }
  .login ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    opacity: 1;
    /* Firefox */ }
  .login :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999; }
  .login ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999999; }

#login-page-form .login input.form-control {
  width: 100% !important;
  height: 56px !important;
  -webkit-box-shadow: 2px 1px 11px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 1px 11px 0px rgba(0, 0, 0, 0.15);
  border-color: #E8E8E8;
  padding: .375rem .75rem !important;
  font-size: .9rem !important; }

@media (min-width: 768px) {
  .login {
    background-image: url(/ram-airways-theme/css/images/back_login_desktop.jpg);
    background-position: center center;
    margin-top: -30px; }
    .login-wrapper {
      margin-left: 149px;
      margin-top: 30px;
      background-color: #FFFFFF;
      -webkit-box-shadow: 4px 7px 12px 5px rgba(0, 0, 0, 0.27);
      box-shadow: 4px 7px 12px 5px rgba(0, 0, 0, 0.27); }
      .login-wrapper-form {
        padding: 1.4rem; }
      .login-wrapper-member {
        padding: 1.4rem;
        border-top: none;
        background-color: #F5EBE1; }
        .login-wrapper-member p {
          font-size: 17px; }
          .login-wrapper-member p .more-info {
            font-size: 1.1rem; }
      .login-wrapper-social:before {
        width: auto;
        left: 25px;
        top: 11px;
        right: 25px; }
      .login-wrapper-social:after {
        content: none; }
      .login-wrapper-social-info {
        background-color: #FFFFFF; }
    .login .form-control-label {
      margin-bottom: .3rem; }
      .login .form-control-label:last-of-type {
        margin-top: .3rem; }
    .login .form-legend {
      font-size: 2.5rem;
      margin-top: .9rem;
      margin-bottom: 2.2rem; }
    .login .btn-danger {
      padding: .6rem;
      width: 100%;
      margin-top: 2.3rem; }
    .login .login-justify-position {
      text-align: right; }
  #login-page-form .login input.form-control {
    width: 100% !important;
    height: 56px !important;
    -webkit-box-shadow: 2px 1px 11px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 1px 11px 0px rgba(0, 0, 0, 0.15);
    border-color: #E8E8E8;
    padding: .375rem .75rem !important; } }

html[dir="rtl"] .login-wrapper {
  text-align: right;
  margin-left: 0;
  margin-right: 145px; }

html[dir="rtl"] .login .login-justify-position {
  text-align: left; }

.best-offers-container {
  margin: 90px 10px; }
  .best-offers-container .upper-row,
  .best-offers-container .lower-row {
    display: flex;
    width: 100%;
    position: relative; }
  .best-offers-container .deal-image1 {
    margin-bottom: 2px;
    margin-right: 2px; }
  .best-offers-container .deal-image2 {
    margin-bottom: 2px; }
  .best-offers-container .location-list-container {
    flex-grow: 1;
    height: 230px; }
    .best-offers-container .location-list-container .location-label {
      font-weight: 100;
      font-size: 45px;
      line-height: 55px;
      margin-bottom: 10px; }
    .best-offers-container .location-list-container .location-selector-container {
      position: relative;
      padding-right: 40px; }
      .best-offers-container .location-list-container .location-selector-container .location-list-selector {
        cursor: pointer;
        position: relative;
        z-index: 1;
        font-size: 30px;
        border: none;
        border-bottom: 2px solid #000;
        padding: 0 40px 0 0;
        line-height: 75px;
        height: 75px;
        color: #333;
        font-weight: 500;
        width: 100% !important;
        background: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: ''; }
        .best-offers-container .location-list-container .location-selector-container .location-list-selector::-ms-expand {
          display: none; }
      .best-offers-container .location-list-container .location-selector-container .location-list-arrow {
        position: absolute;
        line-height: 75px;
        height: 75px;
        width: 40px;
        text-align: center;
        color: #333;
        font-size: 40px;
        top: 0;
        right: 40px; }
  .best-offers-container .deal-offer-1 {
    flex-grow: 1;
    height: 230px;
    position: relative;
    cursor: pointer; }
    .best-offers-container .deal-offer-1 img {
      width: 100%;
      height: 100%; }
  .best-offers-container .deal-offer-2 {
    height: 470px;
    position: relative;
    cursor: pointer; }
    .best-offers-container .deal-offer-2 img {
      width: 100%;
      height: 100%; }
  .best-offers-container .deal-offer-list {
    list-style: none;
    padding: 0;
    margin-top: 55px;
    margin-left: 40px;
    max-height: 390px;
    margin-bottom: 0;
    overflow-y: hidden; }
    .best-offers-container .deal-offer-list li {
      height: 35px;
      margin-left: 0px;
      width: 100%;
      padding-bottom: 10px;
      margin-bottom: 15px;
      border-bottom: 1px solid #ccc; }
      .best-offers-container .deal-offer-list li a {
        text-decoration: none;
        color: #333;
        font-weight: 200;
        line-height: 25px;
        font-size: 23px;
        height: 25px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block; }
        .best-offers-container .deal-offer-list li a .from {
          font-size: 20px;
          text-align: right; }
        .best-offers-container .deal-offer-list li a .price {
          font-weight: 400;
          text-align: center;
          display: inline-block; }
        .best-offers-container .deal-offer-list li a .currency {
          font-weight: 100;
          left: 3px; }
        .best-offers-container .deal-offer-list li a .supCurrency {
          font-weight: 300;
          font-size: 13px;
          display: inline-block;
          position: relative;
          top: -13px; }
        .best-offers-container .deal-offer-list li a .subTripType {
          font-weight: 300;
          font-size: 13px;
          display: inline-block;
          position: relative;
          top: 0px;
          left: -24px; }
    .best-offers-container .deal-offer-list--paypal {
      margin-top: 20px;
      max-height: 570px; }
      @media (min-width: 1025px) {
        .best-offers-container .deal-offer-list--paypal {
          max-height: 480px; } }
      @media (min-width: 1200px) {
        .best-offers-container .deal-offer-list--paypal {
          max-height: 430px; } }
      .best-offers-container .deal-offer-list--paypal li {
        padding-bottom: 70px;
        margin-bottom: 10px; }
        @media (min-width: 1200px) {
          .best-offers-container .deal-offer-list--paypal li {
            padding-bottom: 51px; } }
      .best-offers-container .deal-offer-list--paypal iframe {
        margin-top: 5px; }
        .best-offers-container .deal-offer-list--paypal iframe button {
          width: 100%; }
        .best-offers-container .deal-offer-list--paypal iframe .message {
          color: red; }
          .best-offers-container .deal-offer-list--paypal iframe .message__container {
            width: 100%; }
          .best-offers-container .deal-offer-list--paypal iframe .message__content {
            width: 90%;
            justify-content: center; }
  .best-offers-container .deal-offer-others {
    height: 25px;
    text-align: right; }
    .best-offers-container .deal-offer-others a {
      color: #c2002f;
      font-weight: 500;
      font-size: 16px;
      line-height: 25px; }
  .best-offers-container .banner-offers {
    background-color: #72bd1d;
    padding: 0;
    margin-left: 40px;
    height: 50px;
    line-height: 50px;
    font-size: 18px; }
    .best-offers-container .banner-offers a {
      color: #ffffff;
      text-decoration: none;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: block; }
    .best-offers-container .banner-offers .span-circle {
      background-color: #ffffff;
      border-radius: 50%;
      color: #72bd1d;
      font-weight: bold;
      display: inline-block;
      width: 2em;
      height: 2em;
      margin-right: .5em;
      margin-left: .5em;
      line-height: 2em;
      min-height: 0;
      float: none; }
  .best-offers-container .deal-label-container {
    position: absolute;
    height: 110px;
    padding: 10px 15px;
    min-width: 185px;
    right: 0;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: right; }
    .best-offers-container .deal-label-container .deal-city {
      font-weight: 900;
      font-size: 20px;
      line-height: 24px;
      height: 24px; }
    .best-offers-container .deal-label-container .deal-from {
      font-size: 11px;
      line-height: 13px;
      height: 13px; }
    .best-offers-container .deal-label-container .deal-price {
      font-size: 34px;
      line-height: 36px;
      height: 36px; }
    .best-offers-container .deal-label-container .deal-details {
      font-size: 15px;
      line-height: 17px;
      height: 17px; }
  .best-offers-container .best-offers-empty {
    position: absolute;
    top: 50px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center; }
  .best-offers-container .best-offers-loader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-size: auto 60px;
    background-color: rgba(255, 255, 255, 0.65);
    bottom: 0;
    z-index: 100; }

.class-img-small, .deal-offer-2 {
  border: 0px; }

@media (max-width: 1024px) {
  .deal-image1, .deal-image2 {
    margin-bottom: 2px; }
  .location-list-container {
    padding: 0 5px !important; }
  .location-selector-container {
    padding: 0 !important; }
  .deal-offer-1 {
    height: 200px !important; }
  .deal-offer-2 {
    height: 200px !important; }
  .deal-offer-list {
    margin-left: 0 !important; }
    .deal-offer-list .destination {
      font-size: 17px !important;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .deal-offer-list .from {
      font-size: 17px !important;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block; }
    .deal-offer-list .price {
      font-size: 17px !important;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .deal-offer-list .currency {
      font-weight: 100 !important;
      width: 10% !important;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 0px; }
    .deal-offer-list .from-mobile {
      width: 40% !important; }
    .deal-offer-list .price-mobile {
      width: 10% !important;
      padding-left: 0rem !important; }
  .banner-offers {
    margin-left: 0 !important;
    font-size: 14px !important; }
    .banner-offers a {
      margin-left: 15px; } }

@media (min-width: 1025px) {
  .best-offers-container .deal-offer-list li a .supCurrency {
    top: -10px; }
  .best-offers-container .deal-offer-list li a .subTripType {
    top: 2px; } }

html[dir="rtl"] .text-right {
  text-align: left !important; }

html[dir="rtl"] .best-offers-container .deal-offer-list li a .subTripType {
  left: 24px !important; }

html[dir="rtl"] .best-offers-container .deal-offer-list li a .supCurrency {
  top: -12px !important; }

html[dir="rtl"] .best-offers-container .deal-offer-list li a .destination.pr-0 {
  padding-right: 11px !important;
  padding-left: inherit !important; }

html[dir="rtl"] .best-offers-container .location-list-container .location-label {
  text-align: right; }

html[dir="rtl"] .best-offers-container .location-list-container .location-selector-container {
  padding-right: 0px !important;
  padding-left: 40px; }
  html[dir="rtl"] .best-offers-container .location-list-container .location-selector-container .location-list-selector {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  html[dir="rtl"] .best-offers-container .location-list-container .location-selector-container .location-list-arrow {
    left: 0px;
    right: auto !important; }
  html[dir="rtl"] .best-offers-container .location-list-container .location-selector-container .location-selector {
    padding-right: 0 !important;
    padding-left: 40px; }

@media (min-width: 1024px) {
  html[dir="rtl"] .best-offers-container .deal-offer-list {
    margin-right: 40px !important;
    margin-left: 0px !important; }
    html[dir="rtl"] .best-offers-container .deal-offer-list li a .subTripType {
      left: 24px !important;
      top: 3px !important; }
    html[dir="rtl"] .best-offers-container .deal-offer-list li a .supCurrency {
      top: -9px !important; }
  html[dir="rtl"] .best-offers-container .deal-offer-others {
    margin-right: 40px !important; }
  html[dir="rtl"] .best-offers-container .location-list-container .location-selector-container .location-list-selector {
    padding-left: 40px !important; }
  html[dir="rtl"] .best-offers-container .location-list-container .location-selector-container .location-list-arrow {
    left: 40px; } }

.next-challenge-portlet .nextchallenge_content .breakpoints {
  position: relative; }
  .next-challenge-portlet .nextchallenge_content .breakpoints .breakpoint {
    position: absolute; }
    .next-challenge-portlet .nextchallenge_content .breakpoints .breakpoint--first {
      left: 40%; }
    .next-challenge-portlet .nextchallenge_content .breakpoints .breakpoint--second {
      left: 60%; }
    .next-challenge-portlet .nextchallenge_content .breakpoints .breakpoint--third {
      left: 80%; }
    .next-challenge-portlet .nextchallenge_content .breakpoints .breakpoint label {
      transform: none; }

.next-challenge-portlet .nextchallenge_content .slider .slider-breakpoint-label {
  position: absolute; }
  .next-challenge-portlet .nextchallenge_content .slider .slider-breakpoint-label--first {
    left: 40%; }
  .next-challenge-portlet .nextchallenge_content .slider .slider-breakpoint-label--second {
    left: 60%; }
  .next-challenge-portlet .nextchallenge_content .slider .slider-breakpoint-label--third {
    left: 80%; }

.next-challenge-portlet .nextchallenge_content .slider .slider-labels {
  position: relative;
  display: flex;
  flex-direction: row; }
  .next-challenge-portlet .nextchallenge_content .slider .slider-labels span:not(:first-child) {
    transform: none;
    margin-left: 5px; }

.next-challenge-portlet .nextchallenge_content .slider .slider-label-title {
  transform: none; }

.next-challenge-portlet .nextchallenge_content .slider .slider-icon {
  position: absolute;
  left: -25px;
  cursor: pointer;
  color: #C2002F;
  font-size: 1.5em; }

.next-challenge-portlet .nextchallenge_content .slider .slider-range {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 20px;
  background-color: #E8E8E8; }

.next-challenge-portlet .nextchallenge_content .slider .slider-value {
  display: flex;
  right: auto;
  height: 20px;
  padding: 0 2px;
  background-color: #C2002F;
  color: #FFFFFF;
  font-size: 14px; }
  .next-challenge-portlet .nextchallenge_content .slider .slider-value::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -9px;
    width: 10px;
    height: 20px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #C2002F; }

.next-challenge-portlet .nextchallenge_content .slider .slider-rest {
  flex-grow: 1;
  height: 20px;
  background-color: #E8E8E8; }

html[dir=rtl] .next-challenge-portlet .nextchallenge_content .breakpoints {
  transform: none; }
  html[dir=rtl] .next-challenge-portlet .nextchallenge_content .breakpoints .breakpoint--first {
    left: 20%; }
  html[dir=rtl] .next-challenge-portlet .nextchallenge_content .breakpoints .breakpoint--second {
    left: 40%; }
  html[dir=rtl] .next-challenge-portlet .nextchallenge_content .breakpoints .breakpoint--third {
    left: 60%; }

html[dir=rtl] .next-challenge-portlet .nextchallenge_content .slider .slider-breakpoint-label {
  direction: ltr !important; }
  html[dir=rtl] .next-challenge-portlet .nextchallenge_content .slider .slider-breakpoint-label--first {
    left: 60%; }
  html[dir=rtl] .next-challenge-portlet .nextchallenge_content .slider .slider-breakpoint-label--second {
    left: 40%; }
  html[dir=rtl] .next-challenge-portlet .nextchallenge_content .slider .slider-breakpoint-label--third {
    left: 20%; }

html[dir=rtl] .next-challenge-portlet .nextchallenge_content .slider .slider-labels {
  transform: none; }
  html[dir=rtl] .next-challenge-portlet .nextchallenge_content .slider .slider-labels span:not(:first-child) {
    transform: translate(-100%);
    margin-left: -5px; }

html[dir=rtl] .next-challenge-portlet .nextchallenge_content .slider .slider-icon {
  left: auto;
  right: -35px; }

html[dir=rtl] .next-challenge-portlet .nextchallenge_content .slider .slider-value {
  right: 0; }
  html[dir=rtl] .next-challenge-portlet .nextchallenge_content .slider .slider-value::before {
    right: auto;
    left: -9px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #C2002F;
    border-left: none; }
  html[dir=rtl] .next-challenge-portlet .nextchallenge_content .slider .slider-value label {
    direction: ltr !important; }

body.hiddenHeader header {
  display: none; }

#my-profile-columns .profile-box-offer {
  display: flex;
  border: 2px solid black;
  border-radius: 20px;
  gap: 1rem;
  margin: 1rem; }
  #my-profile-columns .profile-box-offer__image {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #my-profile-columns .profile-box-offer__texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 1rem 1rem 0; }
    #my-profile-columns .profile-box-offer__texts p {
      margin-bottom: 0;
      text-align: left; }
    #my-profile-columns .profile-box-offer__texts .title {
      font-weight: 700;
      font-size: 1.1em; }
    #my-profile-columns .profile-box-offer__texts .block {
      font-size: 0.9em; }
    #my-profile-columns .profile-box-offer__texts .button.btn-red {
      width: 100% !important;
      margin: 0;
      padding: 0.5em 1em; }

#family-members .file-btn {
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis; }

.family-form-portlet .file-btn {
  padding: .8em 1em; }

.family-form-portlet .add-row, .family-form-portlet .delete-row {
  width: 52px;
  height: 52px; }

.family-form-portlet .form-validator-stack.help-inline .required {
  background-color: #c2002f;
  color: #fff;
  margin-top: 0px;
  padding: .4em 1em;
  position: relative;
  width: 100%; }

.login-lfr form.form.sign-in-form {
  position: relative;
  z-index: 0; }

@media (max-width: 1024px) {
  .inner-layout .market-selector-wrapper #global-market-language .content-country {
    top: -510px; }
  .market-selector-wrapper #global-market-language .content-country {
    top: -510px; } }

.market-selector-wrapper .international-wrapper {
  width: 100%; }

#my-profile-columns .btn-red, .aui .my-profile-columns .btn-red {
  width: 90% !important; }

.nextchallenge_content {
  height: auto; }

.aui .my-profile-columns.portlet-nested-portlets .portlet-column:nth-child(2) {
  margin-top: 0px !important; }

.portlet-boundary_rambookingsearchengine_WAR_ramibeportlet_ ::-webkit-input-placeholder {
  /* WebKit browsers */
  opacity: 0; }

.portlet-boundary_rambookingsearchengine_WAR_ramibeportlet_ :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 0; }

.portlet-boundary_rambookingsearchengine_WAR_ramibeportlet_ ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0; }

.portlet-boundary_rambookingsearchengine_WAR_ramibeportlet_ :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  opacity: 0; }

.portlet-boundary_rambookingsearchengine_WAR_ramibeportlet_ input::placeholder {
  opacity: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, ol, ul, dl {
  margin-bottom: 0;
  padding: 0; }

.portlet-borderless-container {
  padding: 0;
  margin: 0;
  background: transparent;
  min-height: inherit;
  position: inherit; }

body .ONESTRVL .dialog__footer {
  height: 5.375rem; }

body .ONESTRVL .dialog__body {
  height: calc(100dvh - 140px); }

body .ONESTRVL .dialog-overlay {
  position: inherit; }
  @media (min-width: 992px) {
    body .ONESTRVL .dialog-overlay {
      position: fixed; } }

.mdc-radio [type="radio"]:checked, .mdc-radio [type="radio"]:not(:checked) {
  display: block;
  position: absolute; }

body.internal-page .login {
  margin-top: 0; }

/* Administration */
.aui body .modal.yui3-widget-positioned {
  top: 50% !important;
  min-height: 600px !important;
  margin-left: auto !important;
  transform: translate(-50%, -50%);
  overflow-x: hidden; }
  .aui body .modal.yui3-widget-positioned .modal-content {
    width: 100%; }
  .aui body .modal.yui3-widget-positioned .modal-body {
    height: auto !important; }
  .aui body .modal.yui3-widget-positioned .dialog-iframe-node {
    width: 100% !important;
    height: 600px !important; }

html[dir="rtl"] {
  direction: rtl; }
  html[dir="rtl"] .aui #award-miles .container .dashboard-right {
    text-align: left; }
  html[dir="rtl"] .aui #award-miles .dashboard-heading {
    text-align: right; }
  html[dir="rtl"] .aui .breadcrumb li a {
    color: orange; }
  html[dir="rtl"] .custom-page-heading {
    background-position-x: left; }

#booking-app {
  position: relative;
  z-index: 11; }

*[dir="ltr"], .ltr {
  direction: ltr !important;
  unicode-bidi: embed; }

.tab-pane.tab-cards .tab-content {
  padding: 2rem;
  margin: 0;
  display: flex; }
  .tab-pane.tab-cards .tab-content__heading {
    font-family: Museo;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    text-align: left; }
  .tab-pane.tab-cards .tab-content-extraInfo {
    display: none; }
  .tab-pane.tab-cards .tab-content__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    margin-bottom: 3rem; }
    .tab-pane.tab-cards .tab-content__list__element.active .tab-content-extraInfo {
      display: block;
      margin-top: 1rem; }
    .tab-pane.tab-cards .tab-content__list__element.active .tab-content-icon {
      transform: rotate(180deg); }
  .tab-pane.tab-cards .tab-content-button {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 16px 32px;
    border-radius: 4px;
    border: 1px solid #7B7A7A;
    background-color: #FFFFFF; }
    .tab-pane.tab-cards .tab-content-button__img {
      max-width: 134px;
      min-height: 100px;
      overflow: hidden; }
      .tab-pane.tab-cards .tab-content-button__img img {
        width: 100%;
        height: 100%;
        object-fit: scale-down; }
    .tab-pane.tab-cards .tab-content-button__title {
      margin: 0;
      display: flex;
      font-family: Museo Sans;
      font-size: 18px;
      font-weight: 600;
      line-height: 21.6px;
      overflow: hidden;
      text-overflow: ellipsis;
      min-height: 45px;
      align-items: center; }
    .tab-pane.tab-cards .tab-content-button:focus {
      text-decoration: none !important; }
  .tab-pane.tab-cards .tab-content-icon {
    position: relative; }
    .tab-pane.tab-cards .tab-content-icon::before {
      position: relative;
      z-index: 1;
      display: inline-block; }
    .tab-pane.tab-cards .tab-content-icon:after {
      content: '';
      position: absolute;
      height: 30px;
      width: 30px;
      background-color: #F6F2ED;
      top: calc(50% - 15px);
      left: calc(50% - 15px);
      border-radius: 50%; }

@media (min-width: 768px) {
  .tab-pane.tab-cards .tab-content__list__element {
    flex-basis: 29.8%; }
    .tab-pane.tab-cards .tab-content__list__element.active .tab-content-button {
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; } }

@media (min-width: 1024px) {
  .tab-pane.tab-cards .tab-content__list__element {
    flex-basis: 30.8%; } }

@media (min-width: 1200px) {
  .tab-pane.tab-cards .tab-content__list__element {
    flex-basis: 22.8%; } }

.verifyCodeModalDiv {
  background: #15151599;
  z-index: 2147483646;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  animation-duration: 400ms;
  animation-timing-function: ease-in-out; }

.verifyModal {
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  height: 100vh; }
  .verifyModal .modal-icon:before {
    color: #C2002F; }
  .verifyModal .modal-dialog {
    background-color: #FFFFFF;
    max-width: 927px;
    border-radius: 4px;
    margin: 0 auto;
    height: 100%; }
  .verifyModal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #999999;
    padding: .3rem 1rem;
    pointer-events: auto; }
    .verifyModal .modal-header__title {
      color: #000000;
      font-family: "Museo";
      font-weight: 600;
      font-size: 26px !important;
      margin: 0; }
    .verifyModal .modal-header__close {
      color: #333333;
      background: transparent;
      border: none;
      font-size: 1.7rem; }
  .verifyModal .modal-content {
    padding: 1rem 2rem 2rem 2rem;
    border: none;
    gap: 2rem; }
    .verifyModal .modal-content__form {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      justify-content: space-between;
      gap: 1rem; }
    .verifyModal .modal-content .alert.alert-error {
      max-width: 100%; }
  .verifyModal .modal-text {
    font-family: "Museo Sans";
    margin: 0; }
  .verifyModal .modal-link {
    font-family: "Museo";
    font-weight: 400;
    text-decoration: underline; }
  .verifyModal .modal-paragrapgh {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
    align-items: center; }
  .verifyModal button {
    min-height: 50px; }
    .verifyModal button:focus {
      text-decoration: none !important; }

.otp-inputs {
  display: flex;
  gap: 1rem;
  width: 100%; }
  .otp-inputs input {
    width: inherit;
    padding: 0.4em 0;
    font-family: "Museo Sans";
    font-size: 1.5rem;
    font-weight: 200;
    text-align: center;
    border: 1px solid #D9C5B2; }
    .otp-inputs input:invalid {
      border: 1px solid #D9C5B2; }
    .otp-inputs input:valid {
      border: 1px solid #C2002F; }

/* hide spinner */
#otp-input input::-webkit-outer-spin-button,
#otp-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

#otp-input input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */ }

@media (min-width: 1200px) {
  .verifyModal {
    top: calc(50% - 200px);
    height: auto; }
    .verifyModal .modal-content {
      padding: 1rem 4rem 2rem 4rem;
      gap: 1rem; }
      .verifyModal .modal-content__form {
        flex-direction: row; }
  .otp-inputs {
    max-width: 78%; } }

.claim-information {
  width: 100%;
  border: 0.0625rem solid #1A1717;
  border-radius: 0.5rem;
  background: #FFFFFF;
  text-align: left;
  padding: 1.5rem;
  pointer-events: none; }
  .claim-information__title {
    font-family: "Museo";
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.0625rem;
    color: #000000;
    margin-bottom: 0; }
  .claim-information__text, .claim-information__text--highlight, .claim-information__text--grey {
    font-family: "Museo Sans";
    font-weight: 600;
    font-size: 1rem;
    display: inline-block; }
    .claim-information__text--highlight {
      font-weight: 400;
      color: #C2002F;
      pointer-events: auto; }
    .claim-information__text--grey {
      font-weight: 300;
      color: #1A1717; }
    @media (min-width: 768px) {
      .claim-information__text, .claim-information__text--highlight, .claim-information__text--grey {
        display: inline; } }
  .claim-information__link {
    font-family: "Museo Sans";
    font-size: 1rem;
    font-weight: 600;
    border: 0.0625rem solid #000000;
    border-radius: 0.25rem;
    color: #1A1717;
    padding: 0.625rem 1.5rem; }
    .claim-information__link:hover {
      border: 0.0625rem solid #C2002F; }
  .claim-information__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #FFFFFF;
    padding: 1.25rem; }
    @media (min-width: 768px) {
      .claim-information__info {
        display: flex;
        flex-direction: column;
        justify-content: space-between; } }
    .claim-information__info-wrapper, .claim-information__info-wrapper:first-child, .claim-information__info-wrapper:last-child {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.3); }
      .claim-information__info-wrapper:first-child, .claim-information__info-wrapper:last-child {
        border: 0; }
    .claim-information__info-title {
      font-family: museo;
      font-size: 1.75rem;
      font-weight: 300;
      color: #000000; }
    .claim-information__info-text {
      font-family: "Museo Sans";
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.5rem;
      color: #000000; }
    .claim-information__info-status-text {
      font-family: "Museo Sans";
      font-size: 1.25rem;
      font-weight: 600;
      color: #000000; }
  .claim-information__icon {
    color: #C2002F;
    font-size: 1.25rem; }
  .claim-information__input {
    min-height: 2.75rem !important; }
  .claim-information__direction {
    flex-direction: row; }

.aui .claim-modal {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: transparent !important;
  margin: 0 auto;
  padding-right: 0 !important;
  border: none;
  border-radius: 0;
  width: 100%;
  height: fit-content;
  box-shadow: none; }
  .aui .claim-modal__title, .aui .claim-modal__title--medium, .aui .claim-modal__title--small {
    font-family: "Museo";
    font-size: 1.5rem;
    color: #1A1717; }
    .aui .claim-modal__title--medium {
      font-family: "Museo Sans";
      font-size: 1rem; }
    .aui .claim-modal__title--small {
      font-family: "Museo Sans";
      font-size: 0.875rem; }
    .aui .claim-modal__title--red {
      font-family: "Museo Sans";
      font-size: 0.875rem;
      font-weight: 400;
      color: #C2002F; }
      .aui .claim-modal__title--red:hover {
        color: #C2002F; }
  .aui .claim-modal__link {
    text-decoration: underline; }
  .aui .claim-modal__close {
    position: relative;
    width: 0.9375rem;
    height: 0.9375rem;
    background-color: transparent;
    padding: 1rem; }
    .aui .claim-modal__close::before, .aui .claim-modal__close::after {
      content: '';
      position: absolute;
      width: 65%;
      height: 0.125rem;
      background-color: #1A1717;
      top: 50%;
      left: 15%;
      transform-origin: center; }
    .aui .claim-modal__close::before {
      transform: rotate(45deg); }
    .aui .claim-modal__close::after {
      transform: rotate(-45deg); }
  .aui .claim-modal__input.form-control {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0.25rem;
    border: 0.0625rem solid #C2C1BE;
    padding: 1rem !important;
    height: 2.875rem !important;
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      .aui .claim-modal__input.form-control {
        font-size: 1rem; } }
  .aui .claim-modal .modal-dialog {
    max-width: 100%;
    margin: 0;
    background: transparent; }
  .aui .claim-modal .modal-header {
    display: flex;
    padding: 1rem 1.25rem;
    height: 3.5rem;
    border-top-right-radius: 0; }
    .aui .claim-modal .modal-header.buy-miles-modal {
      height: 100%; }
      @media (min-width: 768px) {
        .aui .claim-modal .modal-header.buy-miles-modal {
          height: 3.5rem; } }
  .aui .claim-modal .modal-content {
    border-top-left-radius: 0;
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 1.25rem;
    width: 95%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .aui .claim-modal .modal-content {
        width: 36.25rem; } }
    @media (min-width: 768px) {
      .aui .claim-modal .modal-content.buy-miles-modal {
        width: 50%; } }
  .aui .claim-modal .modal-body {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: 100%;
    gap: 1.5rem;
    padding: 1.5rem; }
    .aui .claim-modal .modal-body.buy-miles-modal {
      max-height: 25rem; }
      @media (min-width: 768px) {
        .aui .claim-modal .modal-body.buy-miles-modal {
          max-height: 50%; } }
  .aui .claim-modal .btn-danger {
    width: 100%;
    font-family: "Museo Sans";
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem;
    background: #C2002F;
    border-color: #C2002F; }
    @media (min-width: 768px) {
      .aui .claim-modal .btn-danger {
        padding: 0.625rem 1rem;
        width: 10rem; } }

.claim-modal__input::placeholder {
  font-family: "Museo Sans";
  font-size: 1rem;
  color: #7B7A78; }

.claim-modal__input::-webkit-input-placeholder {
  font-family: "Museo Sans";
  font-size: 1rem;
  color: #7B7A78; }

.claim-modal__input:-ms-input-placeholder {
  font-family: "Museo Sans";
  font-size: 1rem;
  color: #7B7A78; }

.claim-modal__input::-ms-input-placeholder {
  font-family: "Museo Sans";
  font-size: 1rem;
  color: #7B7A78; }

.modal-backdrop {
  z-index: 2; }

.control-group {
  position: relative; }

html[dir="rtl"] .claim-information,
html[dir="rtl"] .claim-modal__title--medium,
html[dir="rtl"] .claim-modal__title--small,
html[dir="rtl"] .radio-label {
  text-align: right; }

html[dir="rtl"] .claim-modal {
  transform: translate(0%, -50%); }

html[dir="rtl"] .modal-body {
  overflow-y: initial; }

html[dir="rtl"] .claim-form .cb-input {
  right: 20px;
  left: auto; }

html[dir="rtl"] .claim-form .cb-arrow {
  right: auto !important;
  left: 19px; }

html[dir="rtl"] .fdatepicker.dropdown-menu.fdatepicker-rtl {
  right: auto; }

html[dir="rtl"] #request-section .form-control,
html[dir="rtl"] .claim-modal__input.form-control {
  text-align: right; }

html[dir="rtl"] .button-eye {
  left: -85%; }

.buy-miles {
  position: relative; }
  .buy-miles__title {
    font-family: "Museo";
    font-size: 2rem;
    font-weight: 200;
    line-height: 2.375rem; }
  .buy-miles__titleKO {
    font-family: "Museo";
    font-size: 2rem;
    font-weight: 300;
    line-height: 2rem; }
    @media (min-width: 1200px) {
      .buy-miles__titleKO {
        font-size: 3.125rem;
        line-height: 3.75rem; } }
  .buy-miles__subTitleKO {
    font-family: "Museo";
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5rem; }
    @media (min-width: 1200px) {
      .buy-miles__subTitleKO {
        font-size: 1.75rem;
        line-height: 2.125rem; } }
  .buy-miles__text, .buy-miles__text--bold {
    font-family: "Museo Sans";
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem; }
    .buy-miles__text--bold {
      font-weight: 600; }
  .buy-miles__subtext {
    font-family: "Museo";
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.0625rem; }
    @media (max-width: 768px) {
      .buy-miles__subtext {
        font-size: 1.375rem;
        line-height: 1.625rem; } }
  .buy-miles__custom-check {
    width: 1.5rem;
    align-items: center; }
    @media (max-width: 768px) {
      .buy-miles__custom-check {
        align-items: flex-start; } }
    .buy-miles__custom-check > .flex-r {
      width: 100%; }
      @media (min-width: 768px) {
        .buy-miles__custom-check > .flex-r {
          justify-content: flex-end;
          width: 50%; } }
    .buy-miles__custom-check .custom-checkbox-box {
      width: 1.5rem;
      height: 1.5rem;
      border: 0.0625rem solid #C2002F;
      transition: background-color 0.3s, border 0.3s; }
    .buy-miles__custom-check .checkbox-label {
      font-family: "Museo Sans";
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1rem;
      background: transparent;
      border: none; }
    .buy-miles__custom-check input[type="checkbox"].custom-checkbox {
      width: 1.5rem;
      height: 1.5rem;
      opacity: 0;
      position: absolute;
      cursor: pointer; }
    .buy-miles__custom-check input[type="checkbox"].custom-checkbox:checked + .custom-checkbox-box {
      background-color: #C2002F; }
    .buy-miles__custom-check .terms-link {
      margin-left: 0.1875rem; }
  .buy-miles__wrapper-img {
    width: 100%;
    padding: 0; }
    @media (min-width: 768px) {
      .buy-miles__wrapper-img {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        margin: 1rem auto 1.5rem auto;
        max-width: 78.3125rem; } }
  .buy-miles__img-1 {
    height: 3.875rem; }
    @media (min-width: 1025px) {
      .buy-miles__img-1 {
        width: 20.25rem;
        height: 10.125rem;
        object-fit: contain;
        max-width: 100%;
        max-height: 100%; } }
  .buy-miles__img-2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%; }
  .buy-miles__icon-info {
    font-size: 1.5rem;
    color: #C2002F; }
  .buy-miles__form {
    width: 50rem;
    margin: 0 auto;
    padding: 2rem; }
    @media (max-width: 768px) {
      .buy-miles__form {
        width: 100%;
        padding: 1.5rem 0.65625rem; } }
    .buy-miles__form .border-none {
      border: none; }
    .buy-miles__form--ko {
      width: 90%;
      padding: 2rem; }
      @media (min-width: 1200px) {
        .buy-miles__form--ko {
          width: 50rem; } }
  .buy-miles__error {
    display: none;
    width: 50rem;
    margin: 0 auto;
    background: #C2002F;
    color: #FFFFFF;
    font-family: "Museo Sans";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding: 1rem; }
  .buy-miles__btn {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.3125rem;
    padding: .9rem;
    width: 100%; }
    @media (min-width: 1200px) {
      .buy-miles__btn {
        width: auto;
        min-width: 25.4375rem; } }
  .buy-miles__icon {
    font-size: 2.4rem;
    color: #C2002F; }
    @media (min-width: 1200px) {
      .buy-miles__icon {
        font-size: 3.4rem; } }

.buy-miles-confirmation__title {
  position: relative; }
  @media (max-width: 768px) {
    .buy-miles-confirmation__title {
      position: absolute; } }

.buy-miles-confirmation__subtitle {
  font-family: "Museo";
  font-size: 2rem;
  font-weight: 200;
  line-height: 2.375rem; }
  @media (max-width: 768px) {
    .buy-miles-confirmation__subtitle {
      font-size: 1rem;
      line-height: 1.1875rem; } }

@media (max-width: 768px) {
  .buy-miles-confirmation__wrapper-img {
    width: 45%;
    height: 3.875rem;
    margin-left: auto; } }

.buy-miles-confirmation__img-1 {
  width: 20.25rem;
  height: 10.125rem;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%; }

.buy-miles-confirmation__custom-space {
  margin-bottom: 3.5rem; }
  @media (max-width: 768px) {
    .buy-miles-confirmation__custom-space {
      margin-bottom: 0;
      margin-top: 1rem; } }

.order-summary__title {
  font-family: "Museo";
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2.0625rem; }

.order-summary__subtitle {
  font-family: "Museo Sans";
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.375rem; }

.general-conditions__title, .general-conditions__text {
  font-family: "Museo";
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.75rem;
  color: #000000; }
  @media (max-width: 768px) {
    .general-conditions__title, .general-conditions__text {
      font-size: 1.25rem; } }

.general-conditions__title-modal {
  font-family: "Museo Sans";
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5rem; }
  @media (max-width: 768px) {
    .general-conditions__title-modal {
      line-height: 1.875rem; } }

.general-conditions__text {
  font-family: "Museo";
  font-size: 1rem;
  line-height: 2.125rem; }

.general-conditions__list-li::marker {
  color: #C2002F; }

.general-conditions__btn {
  background: transparent;
  border: none;
  padding: 0;
  margin-left: -3px; }

.aui body.internal-page.menu-open, .aui body.internal-page.dialog-open {
  overflow-y: hidden; }
  .aui body.internal-page.menu-open .booker__content, .aui body.internal-page.menu-open .footer label, .aui body.internal-page.dialog-open .booker__content, .aui body.internal-page.dialog-open .footer label {
    z-index: 0; }

.aui body.internal-page:not(.mm-wrapper).top-warnings.menu-open .main-content:after {
  top: 7.375rem; }

.aui body.internal-page.navbars-showed .mm-navbars--top, .aui body.internal-page.navbars-showed .mm-navbars--bottom {
  display: flex; }

.aui body.internal-page.navbars-showed .mm-panels.navbars-showed .mm-navbar {
  display: none; }

.aui body.internal-page:not(.navbars-showed) .mm-navbars--top, .aui body.internal-page:not(.navbars-showed) .mm-navbars--bottom {
  display: none; }

.aui body.internal-page:not(.navbars-showed) .mm-panels.navbars-showed .mm-navbar {
  display: flex; }

.aui body.internal-page.keyboard-navigation-global .menu-nav__link.active::before {
  content: "\e905";
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "ram-icons" !important;
  font-size: 1.5rem;
  color: var(--ram-text-default-color); }

.aui body.internal-page.keyboard-navigation-global .menu-nav__link.active .open-label {
  display: none; }

.aui body.internal-page.keyboard-navigation-global .menu-nav__link.active .close-label {
  display: inline; }

.aui body.internal-page.keyboard-navigation-global .menu-nav__link .open-label {
  display: inline; }

.aui body.internal-page.keyboard-navigation-global .menu-nav__link .close-label {
  display: none; }

.aui body.internal-page.mm-wrapper--opened .menu-nav__closeButton {
  position: fixed;
  display: inline;
  top: 0.875rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--ram-text-inverse-color);
  z-index: 3; }

.aui body.internal-page .navbar {
  height: 100%;
  min-height: 5rem;
  margin-bottom: 0;
  padding: 0;
  color: var(--ram-text-dark-color); }

.aui body.internal-page .menu-nav {
  position: relative;
  min-height: fit-content;
  margin-bottom: 0;
  padding-left: 0; }
  @media (min-width: 992px) {
    .aui body.internal-page .menu-nav {
      min-height: 100%; } }
  .aui body.internal-page .menu-nav p {
    margin-bottom: 0; }
  .aui body.internal-page .menu-nav__element {
    position: relative;
    min-height: 100%; }
    .aui body.internal-page .menu-nav__element--search {
      padding: 1rem 1rem; }
  .aui body.internal-page .menu-nav__link {
    position: relative;
    height: 100%;
    padding-inline: 1rem;
    color: var(--ram-text-inverse-color);
    text-decoration: none;
    color: var(--ram-text-dark-color); }
    @media (min-width: 1280px) {
      .aui body.internal-page .menu-nav__link {
        min-height: 5rem; } }
    .aui body.internal-page .menu-nav__link:hover, .aui body.internal-page .menu-nav__link.active, .aui body.internal-page .menu-nav__link:focus {
      color: var(--ram-brand-primary-color); }
      @media (min-width: 1280px) {
        .aui body.internal-page .menu-nav__link:hover::after, .aui body.internal-page .menu-nav__link.active::after, .aui body.internal-page .menu-nav__link:focus::after {
          content: "";
          position: absolute;
          top: calc(100% - 2px);
          left: 0;
          width: 100%;
          height: 0.25rem;
          background-color: var(--ram-brand-primary-color);
          z-index: 11; } }
    .aui body.internal-page .menu-nav__link .icon {
      font-family: 'ram-icons' !important;
      color: var(--ram-text-primary-color); }
      @media (min-width: 1280px) {
        .aui body.internal-page .menu-nav__link .icon {
          display: none; } }
    .aui body.internal-page .menu-nav__link .open-label, .aui body.internal-page .menu-nav__link .close-label {
      display: none; }
  .aui body.internal-page .menu-nav__footer {
    display: flex;
    padding-inline: 1rem;
    background: var(--ram-background-default-color);
    color: var(--ram-text-dark-color); }
    @media (min-width: 1280px) {
      .aui body.internal-page .menu-nav__footer {
        display: none; } }
    .aui body.internal-page .menu-nav__footer__language {
      padding-block: 0.875rem;
      padding-inline: 0;
      background: var(--ram-background-default-color);
      color: var(--ram-text-dark-color);
      border: none; }
    .aui body.internal-page .menu-nav__footer__login {
      padding-block: 0.875rem; }
      .aui body.internal-page .menu-nav__footer__login .link {
        color: var(--ram-text-primary-color); }
        .aui body.internal-page .menu-nav__footer__login .link:hover {
          border: none; }
    .aui body.internal-page .menu-nav__footer__apps {
      padding-block: 0.875rem; }
      .aui body.internal-page .menu-nav__footer__apps .apps__image {
        max-height: 2.1875rem; }
      .aui body.internal-page .menu-nav__footer__apps .app__links {
        display: flex;
        flex-direction: row;
        gap: 1rem; }
  .aui body.internal-page .menu-nav__closeButton {
    display: none; }
  .aui body.internal-page .menu-nav__openButton {
    color: var(--ram-text-dark-color); }
  .aui body.internal-page .menu-nav .ram-btn-search {
    min-height: 2.75rem;
    padding: 0.5rem 1rem;
    border: 0.0625rem solid var(--ram-border-default-color);
    border-radius: 0.25rem;
    background: var(--ram-background-default-color);
    color: var(--ram-text-default-color); }

@media (min-width: 1280px) {
  .aui body.internal-page .menu-nav__openButton {
    display: none; } }

@media (min-width: 1280px) {
  .aui body.internal-page .submenu-nav:not(.active) {
    display: none; } }

@media (min-width: 1280px) {
  .aui body.internal-page .submenu-nav {
    position: fixed;
    left: 0;
    width: 100%;
    top: 5rem;
    padding-block: 2.5rem;
    background: var(--ram-neutral-100-color);
    -webkit-box-shadow: inset 0 10px 10px -10px var(--ram-shadow-default-color);
    -moz-box-shadow: inset 0 10px 10px -10px var(--ram-shadow-default-color);
    box-shadow: inset 0 10px 10px -10px var(--ram-shadow-default-color);
    z-index: 10; } }

.aui body.internal-page .submenu-nav .container {
  max-width: 100%;
  padding-inline: 0; }
  @media (min-width: 1280px) {
    .aui body.internal-page .submenu-nav .container {
      width: 100%;
      max-width: 1240px; } }

.aui body.internal-page .submenu-nav .tabAccordion__button {
  display: flex;
  padding-inline: 1.25rem; }
  @media (min-width: 1280px) {
    .aui body.internal-page .submenu-nav .tabAccordion__button {
      display: none; } }
  .aui body.internal-page .submenu-nav .tabAccordion__button.active {
    color: var(--ram-text-primary-color);
    border-bottom: 0.0625rem solid var(--ram-border-default-color); }
    .aui body.internal-page .submenu-nav .tabAccordion__button.active .icon {
      transform: rotate(270deg); }
  .aui body.internal-page .submenu-nav .tabAccordion__button .icon {
    display: inline-block;
    transform: rotate(90deg);
    color: var(--ram-text-primary-color); }

.aui body.internal-page .submenu-nav__title {
  display: none; }
  @media (min-width: 1280px) {
    .aui body.internal-page .submenu-nav__title {
      display: flex;
      color: var(--ram-text-black-color); } }

@media (min-width: 1280px) {
  .aui body.internal-page .submenu-nav__list {
    display: flex;
    padding: 0;
    flex-grow: 1; } }

.aui body.internal-page .submenu-nav__list ul {
  padding-left: 0;
  list-style: none; }

.aui body.internal-page .submenu-nav__list .card__img {
  max-height: 12.8125rem; }

.aui body.internal-page .submenu-nav__list.active {
  background: var(--ram-neutral-100-color);
  border-bottom: 0.0625rem solid var(--ram-border-default-color); }
  @media (min-width: 1280px) {
    .aui body.internal-page .submenu-nav__list.active {
      padding: inherit; } }

.aui body.internal-page .submenu-nav__secondLevel {
  padding: 0.5rem 1.25rem; }
  @media (min-width: 1280px) {
    .aui body.internal-page .submenu-nav__secondLevel ul {
      gap: 0.75rem; } }
  @media (min-width: 1280px) {
    .aui body.internal-page .submenu-nav__secondLevel {
      padding: 0; } }

.aui body.internal-page .submenu-nav__element {
  width: 100%;
  padding: 0; }
  @media (min-width: 992px) {
    .aui body.internal-page .submenu-nav__element {
      min-width: 12.5rem; } }

.aui body.internal-page .submenu-nav__link {
  padding-block: 1rem;
  color: var(--ram-text-secondary-color);
  text-decoration: none; }
  @media (min-width: 1280px) {
    .aui body.internal-page .submenu-nav__link {
      padding-block: inherit; } }
  .aui body.internal-page .submenu-nav__link .icon {
    color: var(--ram-text-dark-color); }
  .aui body.internal-page .submenu-nav__link:hover {
    color: var(--ram-text-primary-color); }
    .aui body.internal-page .submenu-nav__link:hover .icon {
      color: var(--ram-text-primary-color); }
  .aui body.internal-page .submenu-nav__link .icon {
    display: none; }
    @media (min-width: 992px) {
      .aui body.internal-page .submenu-nav__link .icon {
        display: inline-block; } }
  .aui body.internal-page .submenu-nav__link__card__link:hover .submenu-nav__card__content span {
    color: var(--ram-brand-primary-dark-color); }

.aui body.internal-page .submenu-nav__cards {
  width: 100%;
  padding-inline: 1.25rem; }
  @media (min-width: 1280px) {
    .aui body.internal-page .submenu-nav__cards {
      width: 18.75rem;
      max-width: 18.75rem;
      min-height: 100%;
      padding-inline: 0; } }
  .aui body.internal-page .submenu-nav__cards--two .submenu-nav__card {
    flex: 1; }

.aui body.internal-page .submenu-nav__card {
  width: 100%;
  max-height: 5.625rem;
  border: 1.25rem 1.25rem; }
  @media (min-width: 576px) {
    .aui body.internal-page .submenu-nav__card {
      max-height: 7.5rem; } }
  @media (min-width: 768px) {
    .aui body.internal-page .submenu-nav__card {
      max-height: 10rem; } }
  @media (min-width: 1280px) {
    .aui body.internal-page .submenu-nav__card {
      width: auto;
      height: 100%;
      max-height: 100%; } }
  .aui body.internal-page .submenu-nav__card__img {
    width: 100%;
    max-height: 5.625rem;
    object-fit: cover;
    border-top-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem; }
    @media (min-width: 576px) {
      .aui body.internal-page .submenu-nav__card__img {
        max-height: 7.5rem; } }
    @media (min-width: 768px) {
      .aui body.internal-page .submenu-nav__card__img {
        max-height: 10rem; } }
    @media (min-width: 1280px) {
      .aui body.internal-page .submenu-nav__card__img {
        width: auto;
        height: 100%;
        max-height: 100%; } }
  .aui body.internal-page .submenu-nav__card__link {
    position: relative;
    height: 100%; }
    .aui body.internal-page .submenu-nav__card__link::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.6) 80%);
      z-index: 1;
      border-top-right-radius: 1.25rem;
      border-bottom-left-radius: 1.25rem; }
  .aui body.internal-page .submenu-nav__card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-inline: 1rem;
    padding-block: 0.5rem;
    color: var(--ram-text-inverse-color);
    z-index: 2; }

.aui .menu-open .header:not(.header--sticky), .aui .dialog-open .header:not(.header--sticky) {
  position: relative; }
  .aui .menu-open .header:not(.header--sticky) .btn-link, .aui .dialog-open .header:not(.header--sticky) .btn-link {
    color: var(--ram-text-dark-color); }
    .aui .menu-open .header:not(.header--sticky) .btn-link:active, .aui .menu-open .header:not(.header--sticky) .btn-link:focus, .aui .menu-open .header:not(.header--sticky) .btn-link.active, .aui .dialog-open .header:not(.header--sticky) .btn-link:active, .aui .dialog-open .header:not(.header--sticky) .btn-link:focus, .aui .dialog-open .header:not(.header--sticky) .btn-link.active {
      color: var(--ram-text-inverse-color); }
    .aui .menu-open .header:not(.header--sticky) .btn-link:hover, .aui .dialog-open .header:not(.header--sticky) .btn-link:hover {
      color: var(--ram-text-primary-color); }
    .aui .menu-open .header:not(.header--sticky) .btn-link.active:hover, .aui .dialog-open .header:not(.header--sticky) .btn-link.active:hover {
      color: var(--ram-text-inverse-color); }

.aui .menu-open .menu-nav__link, .aui .dialog-open .menu-nav__link {
  color: var(--ram-text-dark-color); }
  @media (min-width: 992px) {
    .aui .menu-open .menu-nav__link:hover, .aui .menu-open .menu-nav__link.active, .aui .dialog-open .menu-nav__link:hover, .aui .dialog-open .menu-nav__link.active {
      color: var(--ram-text-primary-color); }
      .aui .menu-open .menu-nav__link:hover::after, .aui .menu-open .menu-nav__link.active::after, .aui .dialog-open .menu-nav__link:hover::after, .aui .dialog-open .menu-nav__link.active::after {
        background-color: var(--ram-brand-primary-color);
        height: 0.25rem; } }

.aui .mm-panel--opened {
  overflow-y: auto; }

.aui .mm-panel#mm-1 .menu-nav__link .icon--next {
  color: var(--ram-text-dark-color); }

.aui .mm-menu {
  display: none;
  width: 100%;
  overflow-y: hidden; }
  .aui .mm-menu--opened {
    display: inline-block; }
  .aui .mm-menu .cards, .aui .mm-menu .menu-map {
    display: none; }
  .aui .mm-menu .explore__highlights {
    padding-inline: 1.25rem;
    padding-block: 2rem; }
    .aui .mm-menu .explore__highlights .highlight {
      color: var(--ram-text-primary-color);
      background: none; }
  .aui .mm-menu .explore__trending .trending {
    display: block;
    width: 100%;
    padding-block: 1rem; }
  .aui .mm-menu .explore__destinations .destination {
    display: block;
    width: 100%;
    padding-block: 1rem; }

.aui .mm-listitem {
  border-color: var(--ram-border-inverse-color); }

.aui .mm-btn--next {
  display: none; }
  .aui .mm-btn--next:after {
    width: 0.5625rem;
    height: 0.5625rem;
    border: 0.0625rem solid var(--ram-text-dark-color);
    border-bottom: none;
    border-right: none; }

.aui .mm-navbar {
  width: 100%;
  background: var(--ram-brand-primary-color);
  color: var(--ram-text-inverse-color); }
  .aui .mm-navbar__title {
    display: flex;
    gap: 0.5rem;
    font-size: 1rem; }
    .aui .mm-navbar__title:hover {
      color: var(--ram-text-inverse-color); }
    .aui .mm-navbar__title .icon--next {
      display: none; }
  .aui .mm-navbar .mm-btn::before {
    width: 0.75rem;
    height: 0.75rem;
    border: 2px solid var(--ram-text-inverse-color);
    border-right: none;
    border-bottom: none; }

.aui .mm-navbars {
  background: var(--ram-brand-primary-color);
  border: none; }
  .aui .mm-navbars--top {
    padding-right: 3.125rem;
    padding-left: 1rem; }
    .aui .mm-navbars--top .btn-link {
      padding: 0;
      height: 1.5625rem;
      color: var(--ram-text-inverse-color);
      border: none; }
      .aui .mm-navbars--top .btn-link:hover, .aui .mm-navbars--top .btn-link:focus, .aui .mm-navbars--top .btn-link:active {
        background-color: var(--ram-brand-primary-color); }

html[dir="rtl"] .header__menu-close {
  left: 0;
  right: auto; }

html[dir="rtl"] .submenu-nav__card__content .icon {
  display: inline;
  transform: rotate(180deg); }

html[dir="rtl"] .submenu-nav__card__img {
  border-top-right-radius: 0;
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 1.25rem; }

html[dir="rtl"] .mm-wrapper--opened .menu-nav__closeButton {
  right: auto;
  left: 1rem; }

.submenu-nav__card__content span:hover {
  color: var(--ram-brand-primary-color); }

.aui .bck-color-red {
  background-color: var(--ram-background-positive-color); }

.aui .bck-pattern-2 {
  background-image: url("../images/plot.png");
  background-position: bottom center; }

.aui .generic-prefooter {
  position: relative;
  min-height: 8.125rem; }
  @media (min-width: 992px) {
    .aui .generic-prefooter {
      min-height: 11.25rem; } }
  .aui .generic-prefooter__linkBottom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }