:root {
  --aaTagColor: #ffffff;
  --aaTagBackground: #0d8187;
  --extraBigZindex: 9999;
  --farelight: linear-gradient(75.9deg, #287C95 0%, #0A7AB9 100%);
  --fareflex: linear-gradient(76.53deg, #0A7AB9 1.66%, #3A61B3 99.19%);
  --farecomfortflex: linear-gradient(75.96deg, #3A61B3 0%, #1B4193 100%);
  --farebusiness: linear-gradient(296.14deg, #112A90 40.73%, #3160B9 100%);
  --farebusinessbasic: linear-gradient(212deg, #1B4193 1.07%, #183A84 110.46%);
  --farefamily: linear-gradient(77deg, #0A7AB9 1.66%, #0963A7 99.19%);
  --economy: #287C95;
  --business: #112A90;
  --fcLight: #218086;
  --fcFlex: #0A7AB9;
  --fcComfortFlex: #3A61B3;
  --fcFamily: #0A7AB9;
  --fcBusinessBasic: #1A4CB7;
  --fcBusiness: #1B4193;
}

.popupOpen body {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.eotHero {
  height: 387px;
  position: relative;
}

.eotHero__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.eotHero__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #002677;
  opacity: 0.5;
}

.eotHero__bg picture {
  display: block;
  line-height: 1;
  font-size: 0;
  height: 100%;
}

.eotHero__bg img {
  aspect-ratio: 1920/387;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.eotHero__wrapper {
  padding: 67px 45px 7px;
  position: relative;
}

.eotHero__row {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}

.eot__logoFigure--inpopup {
  max-width: 490px;
  opacity: 0;
}

.eotPopup--open .eot__logoFigure--inpopup {
  transition: all 0.3s ease-out 0.75s;
  opacity: 1;
}

.eotLogoCombo {
  display: flex;
  align-items: center;
}

.eotLogoCombo--inpopup {
  opacity: 0;
}

.eotPopup--open .eotLogoCombo--inpopup {
  transition: all 0.3s ease-out 0.75s;
  opacity: 1;
}

.eotLogoCombo__figure {
  margin: 0;
  padding: 0;
}

.eotIntro {
  width: 975px;
  max-width: 100%;
  margin: 85px auto 25px;
}

.eotIntro h1 {
  color: #002677;
  font-size: 3.25rem;
  margin: 0 0 20px;
}

.eotIntro p {
  font-size: 1.3125rem;
  line-height: 1.28;
  margin: 0 0 14px;
}

.eotIntro__video {
  margin: 50px 0 0;
  aspect-ratio: 16/9;
}

.eotIntro__video iframe {
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.eotFooter {
  padding: 25px 0 50px;
}

.eotFooter__row {
  display: flex;
  justify-content: center;
  padding: 0 0 25px;
}

.eotAppIntro {
  display: flex;
  align-items: center;
}

.eotAppIntro img {
  margin: 0 10px 0 0;
}

.eotAppIntro__text {
  font-size: 0.875rem;
  line-height: 1.14;
  margin: 0;
  color: #55555f;
}

.eotAppIntro__text strong,
.eotAppIntro__text b {
  font-family: "urw_geometric_extsemi_bold", sans-serif;
  font-size: inherit;
  font-weight: normal;
  color: #002677;
}

[dir=rtl] .eotAppIntro__text strong,
[dir=rtl] .eotAppIntro__text b {
  font-weight: 600 !important;
}

.eotApp {
  display: flex;
  align-items: center;
  justify-content: center;
}

.eotApp__link {
  display: inline-block;
  font-size: 0;
  margin: 0 8px;
  width: 118px;
}

.eotPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  background: #002677;
}

.eotPopup--open {
  opacity: 1;
  visibility: visible;
}

.eotPopup__close {
  min-width: inherit;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 42px;
  right: 48px;
  background: #416BF6;
  color: #ffffff;
  cursor: pointer;
}

.desktop .eotPopup__close:hover,
.eotPopup__close:active,
.eotPopup__close:focus {
  background: #345ADB;
}

.eotPopup__close:focus {
  outline: 0;
}

.eotPopup__close:focus-visible {
  outline: 1px dashed #416BF6;
  outline-offset: 4px;
}

.eotPopup__close span {
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.eotPopup__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow-y: auto;
}

.eotPopup__header {
  display: flex;
  justify-content: center;
  padding: 90px 0 0;
}

.eotPopup__footer {
  display: flex;
  justify-content: flex-end;
  padding: 25px 48px 55px 0;
}

@-webkit-keyframes splitLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes splitLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes splitRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes splitRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes splitTop {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes splitTop {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes splitBottom {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes splitBottom {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes optionsAnimation {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes optionsAnimation {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.eotQuestionWrap {
  /*&:not(.eotQuestionWrap--active) {
            opacity: 0;
            visibility: hidden;
            height: 0;
        }*/
}

.eotQuestionWrap--hidden {
  display: none;
}

.eotQuestion__images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: -1;
}

.eotQuestion__figure {
  flex-grow: 1;
  overflow: hidden;
  /*&:first-child {
            picture {
                @include responsive(">large") {
                    transform: translateX(-100%);
                    transform-origin: left center;
                }

                @include responsive("<large") {
                    transform: translateY(-100%);
                    transform-origin: center top;
                }

                transition: all 0.65s ease-out 0.8s;
                opacity: 0.5;

                .eotImages--animate & {


                    @include responsive(">large") {
                        animation: 0.65s ease-out splitLeft forwards .8s;
                    }

                    @include responsive("<large") {
                        animation: 0.65s ease-out splitTop forwards .8s;
                    }
                }
            }
        }

        &:last-child {
            picture {
                @include responsive(">large") {
                    transform: translateX(100%);
                    transform-origin: right center;
                }

                @include responsive("<large") {
                    transform: translateY(100%);
                    transform-origin: center bottom;
                }

                transition: all 0.65s ease-out 0.8s;
                opacity: 0.5;

                .eotImages--animate & {
                    @include responsive(">large") {
                        animation: 0.65s ease-out splitRight forwards .8s;
                    }

                    @include responsive("<large") {
                        animation: 0.65s ease-out splitBottom forwards .8s;
                    }
                }
            }
        }*/
}

.eotQuestion__figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 38, 119, 0.1);
  z-index: 1;
}

.eotQuestion__figure picture {
  display: block;
  line-height: 1;
  font-size: 0;
  height: 100%;
  width: 100%;
}

.eotQuestion__figure img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.eotQuestion__question {
  font-family: "urw_geometric_extsemi_bold", sans-serif;
  font-size: 1.875rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.4;
  margin: 0;
  text-align: center;
  /*
        @include responsive("<medium") {
            @include mobilequestion();
        }*/
}

[dir=rtl] .eotQuestion__question {
  font-weight: 600 !important;
}

.eotQuestion__options {
  margin-top: 25px;
  /*@include responsive("<medium") {
            @include mobilebuttons();
        }*/
}

.eotQuestion__options .button {
  width: 234px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 30px;
  min-height: 56px;
}

.desktop .eotQuestion__options .button:hover,
.eotQuestion__options .button:active,
.eotQuestion__options .button:focus {
  background: #345ADB;
}

.eotQuestion__options .button:focus {
  outline: 0;
}

.eotQuestion__options .button:focus-visible {
  outline: 1px dashed #416BF6;
  outline-offset: 4px;
}

.eotQuestion__optionsWrap {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  /*@include responsive("<medium") {
            min-height: 144px;
        }*/
}

.eotImages--animate .eotQuestion__optionsWrap {
  transition: all 0.55s ease-out 0.75s;
  -webkit-animation: 0.55s ease-out optionsAnimation forwards 0.75s;
  animation: 0.55s ease-out optionsAnimation forwards 0.75s;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes scaleY {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes scaleY {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@-webkit-keyframes introAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes introAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.eotDiscoverWrap {
  /* &:not(.eotDiscover--active) {
            opacity: 0;
            visibility: hidden; 
            height: 0;
        }*/
}

.eotDiscoverWrap:last-child .eotDiscoverImages__figure:before,
.eotDiscoverWrap:last-child .eotDiscoverImages__figure:after {
  display: none;
}

.eotDiscoverIntro {
  padding-left: 14px;
  padding-right: 14px;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  transition: all 0.6s ease-out 0.8s;
}

.eotDiscover--active .eotDiscoverIntro {
  -webkit-animation: 0.6s ease-out introAnimation forwards 0.8s;
  animation: 0.6s ease-out introAnimation forwards 0.8s;
}

.eotDiscoverIntro__text {
  font-family: "urw_geometric_extsemi_bold", sans-serif;
  font-size: 1.875rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

[dir=rtl] .eotDiscoverIntro__text {
  font-weight: 600 !important;
}

.eotDiscoverIntro__text strong,
.eotDiscoverIntro__text b {
  font-size: 3.125rem;
  display: block;
}

.eotDiscover__figure {
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
}

.eotDiscover--active .eotDiscover__figure {
  -webkit-animation: 1.4s linear bounce forwards 0.4s;
  animation: 1.4s linear bounce forwards 0.4s;
}

.eotDiscover__figure img {
  max-width: 102px;
}

.eotDiscoverImages {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: -1;
}

.eotDiscoverImages:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 38, 119, 0.1);
  z-index: 1;
}

.eotDiscoverImages__figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* opacity: 0;
           visibility: hidden;
           transition: all .4s ease-out;*/
  /*  &--active {
               opacity: 1;
               visibility: visible;
           }*/
}

.eotDiscoverImages__figure:before,
.eotDiscoverImages__figure:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  background: #002677;
  z-index: 1;
}

.eotDiscoverImages__figure:before {
  top: 0;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.eotDiscoverImages__figure:after {
  bottom: 0;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.eotDiscoverImages__figure--active:before,
.eotDiscoverImages__figure--active:after {
  /*transform: scaleY(0);*/
  -webkit-animation: 1.2s ease scaleY forwards;
  animation: 1.2s ease scaleY forwards;
  /*transition: all 1.2s ease-out 1.2s;*/
}

.eotDiscoverImages__figure picture {
  display: block;
  line-height: 1;
  font-size: 0;
  height: 100%;
  width: 100%;
}

.eotDiscoverImages__figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.eotDiscoverImages__figure--active .eotDiscoverImages__figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.6s ease-out 1.2s;
  transition: transform 0.6s ease-out 1.2s;
  transition: transform 0.6s ease-out 1.2s, -webkit-transform 0.6s ease-out 1.2s;
}

.eotTickets {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0 0;
  position: relative;
}

.eotTickets--chosen .eotTickets__buttonWrap--first {
  opacity: 0;
}

.eotTickets--chosen .eotTickets__buttonWrap--last {
  opacity: 0;
}

.eotTickets__buttonWrap {
  text-align: center;
  transition: all 0.4s ease-out;
}

.eotTickets__buttonWrap--last {
  transition-delay: 0.2s;
}

.eotTickets--done .eotTickets__buttonWrap {
  opacity: 0;
}

.eotTickets__button {
  display: inline-block;
  min-width: inherit;
  width: 220px;
  height: 90px;
  border: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 25px;
  background: none;
  cursor: pointer;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.eotTickets__button:hover,
.eotTickets__button:focus {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.eotTickets__button:focus {
  outline: 0;
}

.eotTickets__animation {
  width: 420px;
  height: 400px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-57%, -50%);
  transform: translate(-57%, -50%);
  margin-top: 36px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  pointer-events: none;
}

.eotTickets__animation.active {
  opacity: 1;
  visibility: visible;
}

.eotTickets__btnWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 65px;
}

.eotTickets__btnWrap .button {
  min-width: 160px !important;
}

.eotTickets__btnWrap .border {
  position: relative;
  color: #ffffff;
}

@media (min-width: 480px) {
  .eotQuestion__options > * {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .eotHero__row--right {
    justify-content: flex-end;
  }

  .eotLogoCombo {
    max-width: 315px;
  }

  .eotLogoCombo__figure:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 8px;
    margin-right: 8px;
  }

  .eotQuestion__figure img {
    aspect-ratio: 1023/540;
  }

  .eotTickets--chosen .eotTickets__buttonWrap--first {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  .eotTickets--chosen .eotTickets__buttonWrap--last {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@media (min-width: 1024px) {
  .eotQuestion__figure img {
    aspect-ratio: 960/1080;
  }
}

@media (min-width: 1280px) {
  .eotTickets__btnWrap .border {
    top: 17vh;
  }
}

@media (max-width: 1479px) {
  .eotHero__bg img {
    aspect-ratio: 1460/387;
  }
}

@media (max-width: 1279px) {
  .eotHero__bg img {
    aspect-ratio: 1023/387;
  }

  .eot__logoFigure--inpopup {
    max-width: 380px;
  }

  .eotPopup__header {
    padding-top: 45px;
  }

  .eotPopup__footer {
    padding-bottom: 15px;
  }

  .eotDiscoverIntro__text {
    font-size: 1.5rem;
  }

  .eotDiscoverIntro__text strong,
  .eotDiscoverIntro__text b {
    font-size: 2.5rem;
  }

  .eotTickets__btnWrap .border {
    margin-top: 30px;
  }
}

@media (max-width: 1023px) {
  .eotIntro {
    padding-left: 26px;
    padding-right: 26px;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .eotQuestion__images {
    flex-wrap: wrap;
  }

  .eotQuestion__figure {
    width: 100%;
    height: 50%;
  }

  .eotQuestion__question {
    font-size: 1.25rem;
    position: absolute;
    width: 100%;
    bottom: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 16px;
  }

  .eotQuestion__options {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    margin-top: 0;
    margin-top: -16px;
  }

  .eotQuestion__options .button {
    margin: 8px;
  }

  .eotQuestion__optionsWrap {
    min-height: 144px;
  }
}

@media (max-width: 767px) {
  .eotHero {
    height: 210px;
  }

  .eotHero__bg img {
    aspect-ratio: 750/410;
  }

  .eotHero__wrapper {
    padding: 36px 15px 0px;
  }

  .eotHero__row--right {
    justify-content: space-between;
  }

  .eot__logoFigure--inpopup {
    max-width: 230px;
  }

  .eot__logoFigure {
    max-width: 280px;
  }

  .eotLogoCombo {
    justify-content: space-between;
    width: 100%;
  }

  .eotLogoCombo--inpopup {
    justify-content: center;
  }

  .eotLogoCombo__figure {
    max-width: 110px;
  }

  .eotLogoCombo__figure--inpopup:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 8px;
    margin-right: 8px;
  }

  .eotIntro h1 {
    font-size: 2.25rem;
  }

  .eotIntro p {
    font-size: 1rem;
  }

  .eotIntro__video iframe {
    height: 239px;
  }

  .eotFooter {
    padding-bottom: 25px;
  }

  .eotPopup__close {
    top: 10px;
    right: 10px;
  }

  .eotPopup__header {
    padding-top: 25px;
  }

  .eotPopup__footer {
    padding-right: 0;
  }

  .eotQuestion__figure img {
    aspect-ratio: 750/635;
  }

  .eotQuestion__options {
    margin-top: 0;
  }

  .eotDiscoverIntro__text strong,
  .eotDiscoverIntro__text b {
    font-size: 1.875rem;
  }

  .eotDiscoverIntro__text {
    font-size: 1.125rem;
  }

  .eotDiscover__figure img {
    max-width: 70px;
  }

  .eotTickets {
    padding-top: 20px;
  }

  .eotTickets--chosen .eotTickets__buttonWrap--first {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  .eotTickets--chosen .eotTickets__buttonWrap--last {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .eotTickets {
    flex-wrap: wrap;
  }

  .eotTickets__buttonWrap {
    width: 100%;
  }

  .eotTickets__button {
    width: 135px;
    height: 56px;
    margin: 8px;
  }

  .eotTickets__btnWrap {
    padding-top: 10px;
  }

  .eotTickets__btnWrap .border {
    margin-top: 20px;
  }
}