::-webkit-input-placeholder {
  color: #536273; }

:focus::-webkit-input-placeholder {
  color: #2d3c4d; }

:-ms-input-placeholder {
  color: #536273; }

:focus:-ms-input-placeholder {
  color: #2d3c4d; }

::-moz-placeholder {
  color: #536273; }

:focus::-moz-placeholder {
  color: #2d3c4d; }

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: fallback; }

@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  font-display: fallback; }

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-display: fallback; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Source Sans Pro", sans-serif;
  color: #536273; }
  body h1 {
    white-space: normal;
    word-wrap: break-word;
    font-size: 40px;
    line-height: 1.2;
    color: #2d3c4d;
    margin-bottom: 16px;
    margin-top: 0;
    font-weight: 400; }
    @media (max-width: 767px) {
      body h1 {
        font-size: 28px;
        line-height: 1.29; } }
  body h2 {
    white-space: normal;
    word-wrap: break-word;
    font-size: 36px;
    line-height: 1.22;
    color: #2d3c4d;
    margin-bottom: 16px;
    margin-top: 0;
    font-weight: 400; }
    @media (max-width: 767px) {
      body h2 {
        font-size: 36px; } }
  body h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45;
    color: #536273;
    margin-bottom: 16px;
    margin-top: 0; }
  body h4 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.47;
    color: #536273;
    margin-bottom: 16px;
    margin-top: 0; }
  body h5 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.53;
    color: #536273;
    margin-bottom: 16px;
    margin-top: 0; }
  body h6 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.34;
    color: #536273;
    margin-bottom: 16px;
    margin-top: 0; }
  body p {
    font-weight: 400;
    color: #536273;
    font-size: 17px;
    line-height: 1.53;
    margin-bottom: 16px;
    margin-top: 0; }
  body a {
    color: #0073e6;
    font-size: 17px;
    line-height: 1.41;
    font-weight: 400;
    text-decoration: none; }
    body a:hover {
      color: #1b8eff;
      text-decoration: none; }
    body a:focus {
      text-decoration: none; }
    body a.link-outside-body {
      font-weight: 600;
      color: #0073e6; }
      body a.link-outside-body::after {
        content: url("https://static-staging.airhelp.com/images/front-page/arrow-right.svg?ver=1534405593");
        position: relative;
        top: 3px;
        margin-left: 8px; }
    body a.back-to-top {
      display: inline-flex;
      font-weight: 600;
      color: #0073e6; }
      body a.back-to-top::after {
        content: url("https://static-staging.airhelp.com/images/front-page/arrow-right.svg?ver=1534405593");
        position: relative;
        margin-left: 8px;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
  body .uppercase {
    text-transform: uppercase; }

:focus,
a:focus {
  outline-color: #1b8eff;
  outline-style: auto;
  outline-width: 5px; }

hr {
  margin-top: 32px;
  margin-bottom: 32px; }

input[type=text], input[type=email], select {
  -webkit-appearance: none;
  -moz-appearance: none; }

.ah-btn, .ah-btn-large, .ah-btn-small {
  white-space: normal;
  word-wrap: break-word;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  text-decoration: none;
  background-color: #fff;
  color: #536273;
  height: 48px;
  padding-left: 32px;
  padding-right: 32px;
  border: none;
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
  position: relative; }
  .ah-btn:hover, .ah-btn-large:hover, .ah-btn-small:hover {
    background-color: #f4fcff;
    color: #2d3c4d;
    text-decoration: none; }
  .ah-btn:active, .ah-btn-large:active, .ah-btn-small:active, .ah-btn:focus, .ah-btn-large:focus, .ah-btn-small:focus, .ah-btn:active:focus, .ah-btn-large:active:focus, .ah-btn-small:active:focus {
    box-shadow: none;
    outline: none;
    text-decoration: none; }
  .ah-btn--positive {
    box-shadow: 0 8px 16px 0 rgba(83, 99, 115, 0.32);
    transition: box-shadow 0.2s ease-in-out;
    color: #fff;
    background-color: #1b8eff;
    font-weight: 600; }
    .ah-btn--positive:hover {
      box-shadow: 0 12px 16px 0 rgba(83, 99, 115, 0.4); }
    .ah-btn--positive:active {
      box-shadow: 0 8px 16px 0 rgba(83, 99, 115, 0.32); }
    .ah-btn--positive:hover, .ah-btn--positive:active, .ah-btn--positive:focus {
      background-color: #0073e6;
      color: #fff; }
    .ah-btn--positive.inactive {
      background-color: #a0afc0;
      cursor: default;
      pointer-events: none;
      text-decoration: none;
      box-shadow: none; }
  .ah-btn--ghost {
    border: 1px solid #dae2eb; }
    .ah-btn--ghost:hover {
      background-color: #fff;
      border: 1px solid #c6d5e6; }
    .ah-btn--ghost:active, .ah-btn--ghost:focus {
      border: 1px solid #798899;
      border-radius: 3px;
      color: #2d3c4d; }
  .ah-btn--negative {
    box-shadow: 0 8px 16px 0 rgba(83, 99, 115, 0.32);
    transition: box-shadow 0.2s ease-in-out;
    color: #0073e6; }
    .ah-btn--negative:hover {
      box-shadow: 0 12px 16px 0 rgba(83, 99, 115, 0.4); }
    .ah-btn--negative:active {
      box-shadow: 0 8px 16px 0 rgba(83, 99, 115, 0.32); }
    .ah-btn--negative:hover {
      color: #1b8eff;
      background-color: #fff; }
    .ah-btn--negative:active, .ah-btn--negative:focus {
      color: #0073e6; }
  .ah-btn--loading.ah-btn--positive {
    color: #1b8eff; }
    .ah-btn--loading.ah-btn--positive:hover, .ah-btn--loading.ah-btn--positive:active, .ah-btn--loading.ah-btn--positive:focus {
      background-color: #1b8eff; }
  .ah-btn--loading.ah-btn--negative, .ah-btn--loading.ah-btn--ghost {
    color: #fff; }
    .ah-btn--loading.ah-btn--negative .ah-btn__loader-path, .ah-btn--loading.ah-btn--negative .ah-btn__loader-fill, .ah-btn--loading.ah-btn--ghost .ah-btn__loader-path, .ah-btn--loading.ah-btn--ghost .ah-btn__loader-fill {
      stroke: #536273; }
  .ah-btn--loading .ah-btn__loader {
    display: block; }
  .ah-btn__loader {
    vertical-align: bottom;
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background-color: inherit; }
    .ah-btn__loader-path {
      fill: none;
      stroke: #fff;
      opacity: 0.3;
      stroke-width: 2px; }
    .ah-btn__loader-fill {
      fill: none;
      stroke: #fff;
      stroke-width: 2px;
      stroke-linecap: round;
      stroke-dasharray: 56.52;
      stroke-dashoffset: 42;
      -webkit-animation: loader-rotate 0.75s linear infinite;
              animation: loader-rotate 0.75s linear infinite;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }

@-webkit-keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.ah-btn-large {
  height: 72px;
  font-size: 19px; }

.ah-btn-small {
  height: 32px;
  font-size: 15px;
  padding-left: 16px;
  padding-right: 16px; }

.scanner-buttons__button {
  display: inline-block; }
  .scanner-buttons__button-link {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 8px 16px 0 rgba(83, 99, 115, 0.32);
    transition: box-shadow 0.2s ease-in-out;
    display: flex;
    color: #fff;
    text-align: left;
    height: 48px;
    padding-left: 32px;
    padding-right: 32px;
    margin: 16px 0;
    font-weight: 600;
    border-radius: 3px;
    align-items: center;
    white-space: normal; }
    .scanner-buttons__button-link:hover {
      box-shadow: 0 12px 16px 0 rgba(83, 99, 115, 0.4); }
    .scanner-buttons__button-link:active {
      box-shadow: 0 8px 16px 0 rgba(83, 99, 115, 0.32); }
    .scanner-buttons__button-link:hover {
      opacity: 0.9;
      text-decoration: none;
      color: #fff; }
    .scanner-buttons__button-link::before {
      margin-right: 16px;
      display: inline-table;
      content: '';
      background-size: 16px;
      background-repeat: no-repeat;
      background-position: center center;
      height: 100%;
      width: 22px; }
  .scanner-buttons__button--google {
    background-color: #d24310; }
    .scanner-buttons__button--google::before {
      background-image: url("https://static-staging.airhelp.com/images/google.svg"); }
    .scanner-buttons__button--google.inactive {
      background-color: #a0afc0;
      cursor: default;
      box-shadow: none; }
      .scanner-buttons__button--google.inactive:hover {
        opacity: 1; }
  .scanner-buttons__button--outlook {
    background-color: #036fc5; }
    .scanner-buttons__button--outlook::before {
      background-image: url("https://static-staging.airhelp.com/images/ms-windows.svg"); }
    .scanner-buttons__button--outlook.inactive {
      background-color: #a0afc0;
      cursor: default;
      box-shadow: none; }
      .scanner-buttons__button--outlook.inactive:hover {
        opacity: 1; }
  .scanner-buttons__button--hotmail {
    background-color: #f0b13a; }
    .scanner-buttons__button--hotmail::before {
      background-image: url("https://static-staging.airhelp.com/images/icon-hotmail.svg"); }
    .scanner-buttons__button--hotmail.inactive {
      background-color: #a0afc0;
      cursor: default;
      box-shadow: none; }
      .scanner-buttons__button--hotmail.inactive:hover {
        opacity: 1; }

.b-lazy {
  -webkit-filter: blur(10px);
          filter: blur(10px); }
  .b-lazy.b-loaded {
    -webkit-filter: blur(0);
            filter: blur(0); }

.modal__overlay {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.7);
  transition: visibility 0s linear 200ms, opacity 200ms linear; }
  .modal__overlay.open {
    transition: opacity 200ms linear;
    visibility: visible;
    opacity: 1; }

.modal__popup {
  position: relative;
  transition: 200ms -webkit-transform ease-in-out;
  transition: 200ms transform ease-in-out;
  transition: 200ms transform ease-in-out, 200ms -webkit-transform ease-in-out;
  display: flex;
  text-align: left;
  vertical-align: middle;
  padding: 0;
  margin: 72px auto 0;
  will-change: transform; }
  @media (max-width: 767px) {
    .modal__popup {
      margin: 0; } }
  .modal__popup--close {
    position: absolute;
    top: 16px;
    right: 32px;
    transition: 200ms;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none; }

.modal__content {
  box-shadow: 0 8px 35px 0 rgba(50, 50, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  position: relative;
  border-radius: 6px;
  background-clip: padding-box;
  outline: 0;
  padding: 16px; }
  @media (max-width: 767px) {
    .modal__content {
      border-radius: 0; } }

.modal-open {
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .modal-open.ios-modal-fix {
    position: fixed; }

.ios-scroll-locked {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed; }

*, *::before, *::after {
  box-sizing: border-box; }

body {
  margin: 0; }
  body .hidden {
    display: none; }

.text-center {
  text-align: center; }

ul, ol {
  margin-top: 0;
  margin-bottom: 10px; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

img {
  vertical-align: middle; }

.img-responsive {
  width: 100%; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600; }

caption {
  padding-top: 8px;
  caption-side: bottom;
  font-style: italic;
  font-weight: 400;
  color: inherit; }

.caret {
  background: url("https://static-staging.airhelp.com/images/dropdown-arrow-sg-85.svg") center center no-repeat;
  height: 16px;
  width: 16px;
  border: 0;
  margin-left: 6px;
  -webkit-transform: translateY(-8%);
          transform: translateY(-8%);
  display: inline-block;
  vertical-align: middle; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.intercom-icon-placeholder {
  z-index: 2147482999;
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 60px;
  border-radius: 100px;
  overflow: hidden;
  background: #0073e6;
  transition: box-shadow 80ms ease-in-out, width .4s ease .2s, box-shadow 80ms ease-in-out;
  width: 60px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  cursor: pointer; }
  .intercom-icon-placeholder:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09), 0 4px 40px rgba(0, 0, 0, 0.24); }

.intercom-icon-placeholder-inner {
  background-image: url(data:image/png;base64,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);
  background-size: 32px 36px;
  position: absolute;
  top: 2px;
  bottom: 0;
  width: 100%;
  transition: opacity .08s linear, -webkit-transform .16s linear, -webkit-transform .16s linear;
  transition: transform .16s linear, opacity .08s linear, transform .16s linear;
  transition: transform .16s linear, opacity .08s linear, transform .16s linear, -webkit-transform .16s linear, -webkit-transform .16s linear;
  background-position: 50%;
  background-repeat: no-repeat; }

.shareable {
  background: rgba(27, 142, 255, 0.2);
  display: inline-block; }

.tooltip-share {
  position: absolute; }
  .tooltip-share__icon--twitter {
    cursor: pointer;
    position: relative; }

.tippy-popper:focus {
  outline: none; }

.ah-container-fixed {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.ah-container-fixed::after,
.ah-container-fixed::before {
  content: ' ';
  display: table; }

.ah-container-fixed::after {
  clear: both; }

@media (min-width: 768px) and (max-width: 991px) {
  .ah-container-fixed {
    width: 578px; } }

@media (min-width: 992px) {
  .ah-container-fixed {
    width: 960px; } }

.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  .hidden-lg {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .row::after, .row::before {
  content: ' ';
  display: table; }

.clearfix::after, .container-fluid::after, .container::after, .row::after {
  clear: both; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

.top-navbar {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: constant(safe-area-inset-right);
  padding-left: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-left: env(safe-area-inset-left);
  position: fixed;
  right: 0;
  left: 0;
  font-size: 15px;
  font-weight: 600;
  color: #536273;
  height: 64px;
  border-bottom: 1px solid #dae2eb;
  background-color: #fff;
  z-index: 1030;
  top: initial;
  will-change: transform; }
  @media (max-width: 991px) {
    .top-navbar {
      height: 48px; } }
  .top-navbar__header {
    margin-right: -16px;
    margin-left: -16px; }
    .top-navbar__header::after {
      content: ' ';
      display: table;
      clear: both; }
    @media (min-width: 992px) {
      .top-navbar__header {
        margin-right: 0;
        margin-left: 0;
        float: left; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .top-navbar__container {
      width: 100%; } }
  @media (min-width: 992px) {
    .top-navbar__container {
      padding-left: 0;
      padding-right: 0; } }
  .top-navbar__logo-link {
    float: left;
    padding: 16px;
    font-size: 18px;
    margin-top: 4px; }
    @media (max-width: 991px) {
      .top-navbar__logo-link {
        display: none; } }
    .top-navbar__logo-link-mobile {
      display: flex;
      align-items: center;
      margin: 0;
      padding: 12px;
      float: left;
      border: none; }
      @media (min-width: 992px) {
        .top-navbar__logo-link-mobile {
          display: none; } }
      .top-navbar__logo-link-mobile:hover, .top-navbar__logo-link-mobile:focus {
        background-color: inherit !important; }
      .top-navbar__logo-link-mobile-dropdown-icon {
        height: 16px;
        width: 16px;
        align-self: center;
        transition: 200ms -webkit-transform ease-in-out;
        transition: 200ms transform ease-in-out;
        transition: 200ms transform ease-in-out, 200ms -webkit-transform ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .top-navbar__logo-link-mobile-image {
        height: 24px;
        padding-right: 8px;
        z-index: 1; }
  .top-navbar__logo-image {
    width: 100px; }
  .top-navbar__claim-link-mobile {
    display: flex;
    float: right;
    font-size: 15px;
    height: 40px;
    margin-top: 4px;
    margin-right: 12px;
    padding: 0 16px;
    max-width: 160px;
    position: relative;
    line-height: 1.07;
    z-index: 2;
    opacity: 0;
    transition: box-shadow .2s ease-in-out, opacity .2s ease-in-out;
    will-change: opacity, display; }
    @media (min-width: 992px) {
      .top-navbar__claim-link-mobile {
        display: none; } }
  @media (max-width: 991px) {
    .top-navbar__menu.closed {
      display: none; } }
  .top-navbar__menu-login-icon {
    background-image: url("https://static-staging.airhelp.com/images/warning.svg?ver=1534426919");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 16px;
    width: 16px;
    margin-left: 8px; }
  @media (min-width: 992px) {
    .top-navbar__menu-login, .top-navbar__menu-lang-switch, .top-navbar__menu-hr-mobile {
      display: none !important; } }
  @media (min-width: 992px) {
    .top-navbar__menu .top-navbar__menu-list .top-navbar__menu-label {
      display: none !important; } }
  .top-navbar__menu-list {
    opacity: 0;
    margin: 20px 0 0 -10px;
    line-height: 26px;
    padding-left: 0;
    list-style: none; }
    @media (min-width: 992px) {
      .top-navbar__menu-list {
        float: left; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .top-navbar__menu-list {
        opacity: 1; } }
    @supports (-ms-ime-align: auto) {
      .top-navbar__menu-list {
        opacity: 1; } }
  @media (min-width: 992px) {
    .top-navbar__menu-item {
      float: left; } }
  .top-navbar__menu-item a {
    padding: 0;
    margin: 0 16px;
    font-size: 15px;
    font-weight: 600;
    color: #536273; }
    .top-navbar__menu-item a:hover, .top-navbar__menu-item a:focus {
      color: #536273; }
  .top-navbar__menu-item--dropdown {
    position: relative;
    padding-bottom: 8px; }
    @media (min-width: 992px) {
      .top-navbar__menu-item--dropdown {
        float: left; } }
    .top-navbar__menu-item--dropdown:hover .top-navbar__menu-item-dropdown-menu {
      display: block; }
    .top-navbar__menu-item--dropdown.open a {
      background-color: transparent; }
  .top-navbar__menu-item-dropdown-menu {
    box-shadow: 0 8px 35px 0 rgba(50, 50, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
    border: none;
    border-radius: 3px;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box; }
    .top-navbar__menu-item-dropdown-menu li a {
      display: block;
      padding: 4px 20px;
      clear: both;
      font-weight: 400;
      white-space: nowrap; }
    @media (min-width: 992px) {
      .top-navbar__menu-item-dropdown-menu .top-navbar__menu-item {
        float: none; }
        .top-navbar__menu-item-dropdown-menu .top-navbar__menu-item:first-child a {
          border-top-left-radius: 3px;
          border-top-right-radius: 3px; }
        .top-navbar__menu-item-dropdown-menu .top-navbar__menu-item:last-child a {
          border-bottom-left-radius: 3px;
          border-bottom-right-radius: 3px; } }
    .top-navbar__menu-item-dropdown-menu .top-navbar__menu-item a {
      margin: 0;
      font-weight: 600;
      color: #536273;
      padding: 0; }
      @media (min-width: 992px) {
        .top-navbar__menu-item-dropdown-menu .top-navbar__menu-item a {
          padding: 8px 16px; } }
      .top-navbar__menu-item-dropdown-menu .top-navbar__menu-item a:hover {
        color: #536273;
        background-color: #f4fcff; }
      .top-navbar__menu-item-dropdown-menu .top-navbar__menu-item a:focus, .top-navbar__menu-item-dropdown-menu .top-navbar__menu-item a:active {
        background-color: transparent;
        color: #2d3c4d;
        outline-color: #1b8eff;
        outline-style: auto;
        outline-width: 5px; }
      @media (max-width: 991px) {
        .top-navbar__menu-item-dropdown-menu .top-navbar__menu-item a {
          padding: 11px 16px;
          line-height: 1.53; }
          .top-navbar__menu-item-dropdown-menu .top-navbar__menu-item a:hover, .top-navbar__menu-item-dropdown-menu .top-navbar__menu-item a:focus {
            background-color: #f4fcff;
            color: #536273; } }
  @media (max-width: 991px) {
    .top-navbar__menu {
      background-color: #fff;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-name: fadeInDownAh;
              animation-name: fadeInDownAh;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      height: 100vh;
      border: none;
      margin: 0 -16px;
      padding: 0 16px;
      will-change: transform; }
      .top-navbar__menu-hr-mobile {
        display: block;
        border-top: 1px solid #dae2eb;
        margin: 16px 0 16px -15px;
        width: 100vw; }
      .top-navbar__menu-login, .top-navbar__menu-lang-switch {
        width: 100%;
        max-width: 300px; }
        .top-navbar__menu-login-cs, .top-navbar__menu-lang-switch-cs {
          margin: 24px auto 16px 0; }
      .top-navbar__menu-login {
        margin: 24px auto 16px 0; } }
    @media (max-width: 991px) and (max-width: 991px) {
      .top-navbar__menu-login {
        height: 40px;
        font-size: 15px;
        padding-left: 8px;
        padding-right: 8px;
        line-height: 1.07;
        margin: 4px 12px;
        width: 153px;
        float: right;
        z-index: 1; } }
  @media (max-width: 991px) {
      .top-navbar__menu-login-top {
        margin: 4px 0 0;
        height: 40px; }
      .top-navbar__menu .top-navbar__menu-label {
        color: #798899;
        padding: 11px 16px; }
      .top-navbar__menu .top-navbar__menu-label {
        font-size: 17px; }
      .top-navbar__menu-item a {
        font-size: 17px;
        padding: 11px 16px;
        line-height: 1.53; }
        .top-navbar__menu-item a:hover {
          color: #536273;
          background-color: #f4fcff; }
      .top-navbar__menu-item--dropdown {
        padding-bottom: 0; }
      .top-navbar__menu-item a {
        display: flex;
        white-space: normal !important;
        word-wrap: break-word;
        margin-left: 0;
        margin-right: 0; }
        .top-navbar__menu-item a.dropdown-toggle {
          display: none; }
      .top-navbar__menu-list {
        opacity: 0;
        margin: 22px 0 0 -10px;
        margin-left: 0; }
      .top-navbar__menu-item-dropdown-menu {
        display: block;
        position: static;
        float: none;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none; } }
  .top-navbar__menu-lang-switch {
    display: inline-block;
    margin-bottom: 180px; }
  .top-navbar__menu-right {
    float: right;
    display: none;
    align-items: baseline;
    margin: 16px 0 0;
    opacity: 0;
    transition: opacity .15s ease-in-out; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .top-navbar__menu-right {
        opacity: 1; } }
    @supports (-ms-ime-align: auto) {
      .top-navbar__menu-right {
        opacity: 1; } }
    @media (min-width: 992px) {
      .top-navbar__menu-right {
        display: flex; } }
    .top-navbar__menu-right-lang-switch {
      height: 30px;
      padding: 0;
      font-size: 15px;
      margin-right: 16px; }
      .top-navbar__menu-right-lang-switch:hover {
        background-color: #fff; }
      .top-navbar__menu-right-lang-switch .caret {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
    .top-navbar__menu-right-claim-link {
      padding: 0 16px;
      margin-top: -13px;
      margin-left: 8px;
      transition: opacity .15s ease-in-out, box-shadow .2s ease-in-out; }
      .top-navbar__menu-right-claim-link--hidden {
        display: none !important; }

.navbar-toggle:not(.closed) .top-navbar__logo-link-mobile-dropdown-icon {
  -webkit-transform: rotate3d(0, 0, 1, -180deg);
          transform: rotate3d(0, 0, 1, -180deg); }

@-webkit-keyframes fadeInDownAh {
  from {
    opacity: 0.8;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInDownAh {
  from {
    opacity: 0.8;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.mobile-modal {
  overflow-x: hidden;
  width: 100vw;
  height: 100vh !important;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 1031;
  font-size: 17px; }
  .mobile-modal.closed {
    display: none; }
  .mobile-modal__body {
    position: fixed;
    top: 35px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    width: 100vw; }
  .mobile-modal__head {
    height: 48px;
    position: fixed;
    top: 0;
    z-index: 1031;
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #dae2eb; }
    .mobile-modal__head-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%; }
    .mobile-modal__head-close {
      margin-right: 32px;
      margin-left: auto;
      cursor: pointer; }
  .mobile-modal__label {
    width: 100%;
    padding: 27px 0 11px 16px;
    margin-bottom: 4px;
    border-top: 1px solid #dae2eb;
    color: #798899;
    font-size: 17px;
    font-weight: 600; }
  .mobile-modal__list {
    padding-left: 0;
    list-style: none;
    background-color: #fff;
    margin: 12px 12px 0; }
    .mobile-modal__list:last-of-type {
      padding-bottom: 180px; }
    .mobile-modal__list-item {
      width: 100%;
      padding: 11px 12px 11px 16px;
      margin-top: 4px;
      margin-bottom: 4px;
      cursor: pointer; }
      .mobile-modal__list-item.active {
        background-color: #f4fcff; }
        .mobile-modal__list-item.active::after {
          content: url("https://static-staging.airhelp.com/images/front-page/check.svg?ver=1536566060");
          vertical-align: baseline;
          float: right;
          margin-right: 10px; }
      .mobile-modal__list-item:hover {
        background-color: #f4fcff; }
      .mobile-modal__list-item-link {
        padding-left: 32px;
        color: #536273;
        font-weight: 600; }
        .mobile-modal__list-item-link.active {
          color: #0073e6; }
        .mobile-modal__list-item-link:focus {
          text-decoration: none; }

.lang-curr-main-modal li,
.mobile-modal li {
  cursor: pointer; }
  .lang-curr-main-modal li a,
  .mobile-modal li a {
    pointer-events: none;
    padding-left: 0; }

.cs .top-navbar__menu-list, .cs .top-navbar__menu-hr-mobile {
  display: none; }

.top-navbar-form {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f3f9ff;
  min-height: 80px;
  position: fixed;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid #dae2eb;
  margin-top: 64px; }
  @media (max-width: 991px) {
    .top-navbar-form {
      text-align: center;
      position: static;
      padding-top: 64px;
      margin-top: 0; } }
  @media (min-width: 992px) {
    .top-navbar-form {
      max-height: 85px;
      will-change: transform;
      transition: -webkit-transform 200ms linear;
      transition: transform 200ms linear;
      transition: transform 200ms linear, -webkit-transform 200ms linear; }
      .top-navbar-form--pinned {
        -webkit-transform: translateY(-80%);
                transform: translateY(-80%); } }
  @media (min-width: 992px) {
    .top-navbar-form__container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      min-height: 80px; } }
  .top-navbar-form__copy {
    display: flex;
    float: left;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45;
    color: #0073e6;
    margin-top: 16px;
    margin-right: 32px; }
    @media (max-width: 991px) {
      .top-navbar-form__copy {
        display: block;
        float: none;
        margin-bottom: 0;
        margin-right: 0;
        font-size: 19px; } }
  .top-navbar-form__wrapper {
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 991px) {
      .top-navbar-form__wrapper {
        margin-top: 16px;
        display: block;
        margin-bottom: 32px; } }
    @media (min-width: 992px) {
      .top-navbar-form__wrapper {
        margin-right: -15px; }
        .top-navbar-form__wrapper:focus-within {
          height: 48px;
          box-shadow: 0 0 0 1px #1b8eff;
          border-radius: 3px; } }
  .top-navbar-form__start-airport, .top-navbar-form__flight-destination {
    display: inline-block;
    float: left;
    padding: 0;
    max-width: 233px;
    min-width: 160px;
    width: 100%; }
    @media (max-width: 991px) {
      .top-navbar-form__start-airport, .top-navbar-form__flight-destination {
        display: none !important; } }
  .top-navbar-form__start-airport-input, .top-navbar-form__flight-destination-input {
    height: 48px;
    width: 100%;
    padding-left: 16px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.34;
    border-top: 1px solid #c6d5e6;
    border-bottom: 1px solid #c6d5e6;
    border-radius: 3px;
    color: #536273;
    outline: none; }
  .top-navbar-form__start-airport-input {
    background: url("https://static-staging.airhelp.com/images/front-page/arrow-separator.svg?ver=1536241596") right center no-repeat;
    background-color: #fff;
    background-size: contain;
    border-right: none;
    border-left: 1px solid #c6d5e6;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 16px; }
  .top-navbar-form__flight-destination-input {
    border-left: none;
    border-right: 1px solid #c6d5e6;
    padding-right: 8px; }
  .top-navbar-form__cta-btn {
    min-width: 205px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 19px;
    line-height: 1.22;
    font-weight: 600; }
    @media (min-width: 992px) {
      .top-navbar-form__cta-btn {
        margin-left: -3px;
        box-shadow: none; }
        .top-navbar-form__cta-btn:hover, .top-navbar-form__cta-btn:active {
          box-shadow: none; } }
    @media (max-width: 767px) {
      .top-navbar-form__cta-btn {
        width: 100%;
        max-width: 352px; } }

@media (min-width: 992px) {
  .js-top-navbar-headroom {
    will-change: transform;
    transition: -webkit-transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear; }
  .js-top-navbar-headroom--pinned {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  .js-top-navbar-headroom--unpinned {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@media (max-width: 991px) {
  .top-navbar-form ~ section > .c-single-post:first-of-type {
    padding-top: 0 !important; } }

@media (min-width: 992px) {
  .top-navbar-form ~ section > .c-single-post:first-of-type {
    padding-top: 144px !important; } }

.single-airportscore .top-navbar-form {
  padding-top: 0;
  margin-top: 0; }
  @media (min-width: 992px) {
    .single-airportscore .top-navbar-form--pinned {
      -webkit-transform: translateY(-75%);
              transform: translateY(-75%); } }
  .single-airportscore .top-navbar-form__copy {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 1.53; }
  @media (min-width: 992px) {
    .single-airportscore .top-navbar-form ~ .jumbotron-header-airport-single {
      padding-top: 80px; } }

.lang-curr-main-modal {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #536273;
  font-weight: 600;
  width: 100%;
  will-change: transform; }
  .lang-curr-main-modal__popup {
    width: 800px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .lang-curr-main-modal__popup {
        width: 700px; } }
  .lang-curr-main-modal__content {
    padding: 0 32px 32px; }
  .lang-curr-main-modal__close {
    margin-left: auto;
    cursor: pointer;
    margin-top: 40px;
    float: right;
    opacity: 1; }
  .lang-curr-main-modal__label {
    width: 100%;
    padding: 24px 0 19px 12px;
    border-top: 1px solid #dae2eb;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.34;
    color: #798899;
    margin-top: 8px; }
    .lang-curr-main-modal__label--first {
      border-top: none;
      width: 90%;
      float: left;
      margin-top: 40px;
      padding-top: 0;
      padding-bottom: 10px; }
  .lang-curr-main-modal__list {
    padding-left: 0;
    list-style: none;
    margin: 0 auto;
    padding-right: 32px; }
    .lang-curr-main-modal__list--inline {
      width: 100%;
      padding-right: 0;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row; }
    .lang-curr-main-modal__list-item {
      padding: 6px 12px;
      font-size: 15px;
      margin-bottom: 8px;
      cursor: pointer; }
      .lang-curr-main-modal__list-item--inline {
        width: calc(33.33333333% - 32px);
        margin-right: 32px; }
      .lang-curr-main-modal__list-item.active, .lang-curr-main-modal__list-item:hover {
        background-color: #f4fcff; }
        .lang-curr-main-modal__list-item.active .lang-curr-main-modal__list-item-link, .lang-curr-main-modal__list-item:hover .lang-curr-main-modal__list-item-link {
          color: #536273; }
      .lang-curr-main-modal__list-item-link {
        color: #536273;
        font-size: 14px;
        font-weight: 600; }
        .lang-curr-main-modal__list-item-link:focus {
          text-decoration: none; }

.ah-footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #dae2eb;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.33;
  z-index: 101;
  position: relative;
  background-color: #fff; }
  @media (max-width: 991px) {
    .ah-footer {
      font-size: 17px;
      line-height: 1.53; } }
  .ah-footer__lang-switch, .ah-footer__main-menus, .ah-footer__legal-menu-wrapper {
    border-top: 1px solid #dae2eb; }
  .ah-footer__lang-switch {
    padding-top: 32px;
    padding-bottom: 32px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ah-footer__lang-switch {
        padding-right: constant(safe-area-inset-right);
        padding-left: constant(safe-area-inset-left);
        padding-right: env(safe-area-inset-right);
        padding-left: env(safe-area-inset-left); } }
  .ah-footer__badges-block {
    border-top: 1px solid #dae2eb;
    padding-top: 32px;
    padding-bottom: 32px; }
  @media (max-width: 767px) {
    .ah-footer__badges-trustpilot {
      max-width: 304px;
      margin: 0 auto; } }
  .ah-footer__badges-wrap {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .ah-footer__badges-wrap {
        flex-wrap: wrap;
        max-width: 300px;
        margin: 0 auto; } }
  .ah-footer__single-badge {
    text-align: center;
    padding-left: 16px; }
    @media (max-width: 767px) {
      .ah-footer__single-badge {
        flex-grow: 1;
        width: 50%;
        margin-bottom: 32px; } }
  .ah-footer__main-menus, .ah-footer__legal-menu-wrapper {
    padding-top: 16px;
    padding-bottom: 16px; }
  @media (max-width: 767px) {
    .ah-footer__lang-switch-container {
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .ah-footer__lang-switch-container, .ah-footer__main-menus-container, .ah-footer__legal-menu-container {
      width: 100%; } }
  .ah-footer__lang-switch-btn {
    padding-top: 0;
    padding-bottom: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ah-footer__lang-switch-btn {
        margin-left: 15px; } }
    @media (min-width: 992px) {
      .ah-footer__lang-switch-btn {
        height: 32px !important;
        font-size: 15px !important;
        padding-left: 16px !important;
        padding-right: 16px !important; } }
  .ah-footer__lang-switch-btn-arrow {
    background: url("https://static-staging.airhelp.com/images/dropdown-arrow-sg-85.svg") center center no-repeat;
    height: 16px;
    width: 16px;
    margin-left: 8px; }
  .ah-footer__lang-switch-social {
    display: block;
    height: 32px;
    float: right;
    margin: 0;
    padding-left: 0;
    font-size: 0; }
    @media (max-width: 767px) {
      .ah-footer__lang-switch-social {
        float: none;
        margin: 32px auto 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .ah-footer__lang-switch-social {
        margin: 8px 15px 0 16px; } }
  .ah-footer__lang-switch-social-item, .ah-footer__lang-switch-social-item-link {
    display: inline-block;
    height: 32px; }
  .ah-footer__lang-switch-social-item {
    margin-left: 16px; }
    .ah-footer__lang-switch-social-item--first {
      margin-left: 0; }
  @media (max-width: 991px) {
    .ah-footer__main-menu-wrapper--with-separator {
      padding-bottom: 16px;
      margin-bottom: 16px; }
      .ah-footer__main-menu-wrapper--with-separator::after {
        content: '';
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid #dae2eb; } }
  @media (min-width: 992px) {
    .ah-footer__main-menu-wrapper {
      width: calc(25% - 5px);
      padding-left: 0;
      padding-right: 0; } }
  .ah-footer__main-menu, .ah-footer__legal-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .ah-footer__main-menu a, .ah-footer__legal-menu a {
      color: #536273;
      font-size: 15px;
      font-weight: 600;
      text-decoration: none; }
      .ah-footer__main-menu a:hover, .ah-footer__main-menu a:focus, .ah-footer__legal-menu a:hover, .ah-footer__legal-menu a:focus {
        color: #2d3c4d;
        text-decoration: none; }
  @media (max-width: 991px) {
    .ah-footer__main-menu {
      display: inline-block;
      width: 100%; } }
  .ah-footer__main-menu-label, .ah-footer__main-menu-item, .ah-footer__legal-menu-item {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .ah-footer__main-menu-label, .ah-footer__main-menu-item, .ah-footer__legal-menu-item {
        min-height: 48px;
        margin-top: 8px;
        margin-bottom: 8px;
        padding: 0 32px; } }
    @media (min-width: 992px) {
      .ah-footer__main-menu-label, .ah-footer__main-menu-item, .ah-footer__legal-menu-item {
        min-height: 32px;
        padding: 0 16px;
        margin-top: 16px;
        margin-bottom: 16px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .ah-footer__main-menu-label, .ah-footer__main-menu-item, .ah-footer__legal-menu-item {
        width: 50%;
        float: left; } }
  .ah-footer__main-menu-label {
    color: #798899;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;
    margin: 16px 0; }
    @media (max-width: 991px) {
      .ah-footer__main-menu-label {
        font-size: 17px;
        line-height: 1.53;
        margin-top: 0;
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .ah-footer__legal-menu-wrapper {
      padding-top: 0;
      padding-bottom: 0; } }
  @media (min-width: 992px) {
    .ah-footer__legal-menu {
      margin-left: -16px; } }
  @media (max-width: 991px) {
    .ah-footer__legal-menu {
      clear: both; } }
  @media (min-width: 992px) {
    .ah-footer__legal-menu-item {
      width: 25%;
      float: left; } }

.czech-footer-wrapper {
  text-align: center;
  border-top: 1px solid #dae2eb;
  padding: 128px 0; }
  @media (min-width: 992px) {
    .czech-footer-wrapper {
      background-image: url("https://static-staging.airhelp.com/images/front-page/blog-bg.svg");
      background-position: bottom left;
      background-repeat: no-repeat;
      background-size: contain; } }
  @media (max-width: 767px) {
    .czech-footer-wrapper {
      padding: 64px 0; } }

.czech-footer__heading {
  line-height: 1.22; }
  .czech-footer__heading--small {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 32px;
    color: #2d3c4d; }

.czech-footer__paragraph {
  margin-bottom: 32px; }
  .czech-footer__paragraph:last-of-type {
    margin-bottom: 0; }

.ah-copyright {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f9fafc;
  border-top: 1px solid #dae2eb;
  color: #798899;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.33;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  z-index: 150; }
  @media (min-width: 768px) and (max-width: 991px) {
    .ah-copyright__container {
      width: 100%; } }
  @media (max-width: 991px) {
    .ah-copyright__text {
      font-size: 17px;
      line-height: 1.53;
      padding-left: 32px;
      padding-right: 32px; } }

.fixed-banner {
  z-index: 100;
  min-height: 90px;
  position: fixed;
  top: 64px;
  background-color: #00c078;
  padding: 32px 48px 32px 16px; }
  @media (max-width: 991px) {
    .fixed-banner {
      width: 100%;
      top: 48px; } }
  @media (min-width: 992px) {
    .fixed-banner {
      top: 80px;
      right: 0;
      left: 0;
      margin: 0 auto; } }
  .fixed-banner__content {
    display: flex;
    align-items: flex-start; }
    @media (min-width: 768px) {
      .fixed-banner__content {
        align-items: center; } }
    .fixed-banner__content-icon {
      background-image: url("https://static-staging.airhelp.com/images/notification.svg?ver=1534426919");
      background-position: center left;
      background-repeat: no-repeat;
      background-size: 24px 24px;
      flex-shrink: 0;
      width: 24px;
      height: 24px;
      margin-right: 16px; }
    .fixed-banner__content-text {
      font-size: 17px;
      font-weight: 600;
      color: #fff;
      margin: 0; }
    .fixed-banner__content-arrow {
      background-image: url("https://static-staging.airhelp.com/images/white-arrow.svg?ver=1534426919");
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: 16px 16px;
      display: inline-block;
      vertical-align: sub;
      width: 16px;
      height: 16px;
      margin-left: 8px; }
  .fixed-banner__close {
    background-image: url("https://static-staging.airhelp.com/images/close-white.svg?ver=1534426919");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer; }
  .fixed-banner a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600; }
    .fixed-banner a:hover {
      color: #fff; }

.js-claim-status-headroom {
  will-change: transform;
  transition: -webkit-transform 250ms linear;
  transition: transform 250ms linear;
  transition: transform 250ms linear, -webkit-transform 250ms linear; }

.js-claim-status-headroom--pinned {
  -webkit-transform: translateY(0%);
          transform: translateY(0%); }

.js-claim-status-headroom--unpinned {
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%); }

.c-cookie-notice {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background-color: #f3f9ff;
  width: 100%; }
  .c-cookie-notice__wrapper {
    margin: auto;
    max-width: 1170px;
    display: flex;
    justify-content: space-between;
    padding: 16px 80px 16px 16px; }
    @media (max-width: 991px) {
      .c-cookie-notice__wrapper {
        flex-direction: row-reverse; } }
  .c-cookie-notice__text {
    font-size: 15px;
    color: #536273;
    margin-bottom: 0; }
    .c-cookie-notice__text a {
      font-size: inherit; }
  .c-cookie-notice__button {
    min-height: 24px;
    min-width: 24px;
    cursor: pointer;
    margin-right: 8px; }

.c-trustpilot-score {
  margin: 0 auto;
  display: inline-flex;
  flex-wrap: wrap;
  float: none; }
  .c-trustpilot-score__out-of {
    display: flex;
    margin: -2.5px auto 8px;
    padding: 0 16px; }
  .c-trustpilot-score__based-on-link-wrapper {
    margin: 0 auto;
    padding: 0 16px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .c-trustpilot-score__based-on-link-wrapper {
        margin-top: -2px; } }
  .c-trustpilot-score__out-of-text {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #536273;
    white-space: nowrap; }
  .c-trustpilot-score__out-of-number {
    font-size: 22px;
    font-weight: 600;
    color: #00b67a; }
  .c-trustpilot-score__out-of-logo {
    vertical-align: baseline; }
  .c-trustpilot-score__star-rating {
    background-image: url("https://static-staging.airhelp.com/images/stars.svg?ver=1533656555");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 150px;
    width: 150px;
    height: 25px;
    margin: 0 auto 16px; }
    .c-trustpilot-score__star-rating.s1 {
      background-position: 0 -39px; }
    .c-trustpilot-score__star-rating.s2 {
      background-position: 0 -78px; }
    .c-trustpilot-score__star-rating.s3 {
      background-position: 0 -116px; }
    .c-trustpilot-score__star-rating.s4 {
      background-position: 0 -159.5px; }
    .c-trustpilot-score__star-rating.s5 {
      background-position: 0 -200.5px; }
  .c-trustpilot-score__based-on-link {
    display: inline-block;
    margin-bottom: 32px;
    margin-top: 0; }
    .c-trustpilot-score__based-on-link:hover {
      text-decoration: none; }
  .c-trustpilot-score__based-on-link-label {
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #00b67a;
    border-radius: 3px;
    padding: 3px 16px; }

