/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.MatchMedia {
  display: none;
}
.MatchMedia--minSize_zero {
  display: block;
}
@media only screen and (min-width: 480px) {
  .MatchMedia--minSize_mobile {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .MatchMedia--minSize_ipad {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .MatchMedia--minSize_desktop {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .MatchMedia--minSize_ipad-landscape {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .MatchMedia--minSize_laptop {
    display: block;
  }
}
@media only screen and (min-width: 1420px) {
  .MatchMedia--minSize_max {
    display: block;
  }
}
@media only screen and (min-width: 1420px) {
  .MatchMedia--maxSize_max {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .MatchMedia--maxSize_laptop {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .MatchMedia--maxSize_ipad-landscape {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .MatchMedia--maxSize_desktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .MatchMedia--maxSize_ipad {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  .MatchMedia--maxSize_mobile {
    display: none;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.Constraint {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.Constraint--laptop {
  max-width: 1280px;
}
.Constraint--slim {
  max-width: 990px;
  position: relative;
}
.Constraint--front {
  max-width: 1200px;
  position: relative;
}
.Constraint--absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.Constraint--wide {
  max-width: 1420px;
}
@media only screen and (min-width: 768px) {
  .Constraint--front,
  .Constraint--slim,
  .Constraint--wide {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 960px) {
  .Constraint--front,
  .Constraint--slim,
  .Constraint--wide {
    padding: 0 30px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.HeaderTabs {
  display: inline-block;
  position: relative;
}
.HeaderTabs::after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}
.HeaderTabs__link {
  text-decoration: none;
  color: #00005e;
  cursor: pointer;
  display: block;
  padding: 0 10px;
  position: relative;
}
.HeaderTabs--light .HeaderTabs__link {
  color: #fff;
}
.HeaderTabs__tab {
  z-index: 4;
  position: relative;
  float: left;
  outline: 0;
}
.HeaderTabs__tab:first-child .HeaderTabs__link {
  padding-left: 0;
}
.HeaderTabs__text {
  position: relative;
  display: block;
  padding: 10px 0;
  font-size: 16px;
}
.HeaderTabs__text--ellipsis {
  max-width: 135px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.HeaderTabs__text--active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ff5326;
  transition: all 0.2s;
}
.HeaderTabs__slider {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #ff5326;
  transition: all 0.3s ease;
}
.HeaderTabs__menuPositioner {
  position: absolute;
  z-index: 1;
  top: 50px;
  left: -50%;
}
.HeaderTabs__menuContent {
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.5);
  background: #fff;
  border-radius: 3px;
  transition: all 0.2s;
  transform-origin: top;
}
.HeaderTabs__menuContent::after {
  content: '';
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -5px;
  border: 7px solid transparent;
  border-bottom-color: #fff;
}
.HeaderTabs__menuContent-enter {
  opacity: 0;
  transform: scale(0.9);
}
.HeaderTabs__menuContent-enter-active {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 200ms, transform 200ms;
}
.HeaderTabs__menuContent-exit {
  opacity: 1;
}
.HeaderTabs__menuContent-exit-active {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 200ms, transform 200ms;
}
.HeaderTabs__menuLink {
  text-decoration: none;
  color: #00005e;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding: 13px 25px 13px 13px;
  border-left: 2px solid transparent;
  min-width: 150px;
}
.HeaderTabs__menuLink:hover {
  border-color: #ff5326;
}
.HeaderTabs__menuIcon {
  height: 20px;
  width: 20px;
  margin-right: 15px;
}
.HeaderTabs__co2Icon g {
  stroke: #00005e;
  stroke-width: 2px;
}
@media only screen and (min-width: 960px) {
  .HeaderTabs__link {
    padding: 0 20px;
  }
  .HeaderTabs__text--ellipsis {
    max-width: 160px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.Hamburger {
  position: relative;
  width: 22px;
  height: 15px;
  outline: none;
  border: none;
  cursor: pointer;
}
.Hamburger__line,
.Hamburger__line::after,
.Hamburger__line::before {
  width: 22px;
  height: 2px;
  border-radius: 1px;
  content: '';
  background-color: #00005e;
  display: block;
  position: absolute;
  transition: all 500ms ease-in-out;
}
.Hamburger--white .Hamburger__line,
.Hamburger--white .Hamburger__line::after,
.Hamburger--white .Hamburger__line::before {
  background-color: #fff;
}
.Hamburger__line::after {
  bottom: -12px;
  top: auto;
  left: 0;
}
.Hamburger__line::before {
  top: 6px;
  left: 0;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.MobileMenu {
  display: inline-block;
}
.MobileMenu__overlay {
  position: fixed;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.MobileMenu__hamburgerRight {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
}
.MobileMenu__menu {
  position: fixed;
  z-index: 200;
  top: 40px;
  left: 15px;
  right: 15px;
  border: 1px solid #979797;
  background-color: #fff;
  padding: 6px 0;
}
.MobileMenu__item {
  height: 45px;
  line-height: 45px;
}
.MobileMenu__link {
  text-decoration: none;
  color: #00005e;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 10px;
  min-width: 50%;
}
.MobileMenu__icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #00005e;
}
.MobileMenu__treeIcon path {
  stroke: #00005e;
}
.MobileMenu__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.MobileMenu__x::before,
.MobileMenu__x::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  border-bottom: 1px solid #979797;
  transform: rotate(45deg);
}
.MobileMenu__x::after {
  transform: rotate(-45deg);
}
@media only screen and (min-width: 375px) {
  .MobileMenu__menu {
    top: 55px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.Button {
  background-color: #ff5326;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  text-align: center;
  font-family: SpartanMB, 'Arial', 'sans-serif';
  color: #fff;
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  outline: 0;
  border: 0;
  transition: all 0.15s ease-in-out;
}
.Button:hover {
  background-color: #ff633a;
}
.Button:active {
  background-color: #ff5326;
}
.Button--ocean {
  background-color: #00005e;
}
.Button--ocean:hover {
  background-color: #000072;
}
.Button--ocean:active {
  background-color: #00005e;
}
.Button--big {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
}
.Button--small {
  padding: 0 5px;
  min-width: 60px;
  line-height: 24px;
  font-size: 11px;
}
.Button--select {
  line-height: 40px;
  font-size: 16px;
}
.Button--disabled {
  background-color: #dcdcdc;
  cursor: not-allowed;
}
.Button--disabled:hover {
  background-color: #dcdcdc;
}
.Button--fill {
  width: 100%;
}
.Button--sort {
  color: #5e5e5e;
  background-color: transparent;
  border: 1px solid #c5c5c5;
}
.Button--sort:hover,
.Button--sort:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.Button--sort:active {
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
}
.Button--sort.Button--active {
  color: #00005e;
  background-color: transparent;
}
.Button--sort.Button--active:hover {
  background-color: rgba(10, 10, 10, 0);
}
.Button--sort.Button--active:active {
  background-color: transparent;
}
.Button--loadMore {
  font-size: 11px;
  text-transform: uppercase;
  margin: 30px 20px;
  height: 46px;
  line-height: 46px;
  box-sizing: content-box;
  display: block;
  background-color: #d1d1d1;
  color: #828282;
  border: none;
}
.Button--loadMore:hover {
  background-color: #ebebeb;
}
.Button--loadMore:active {
  background-color: #d1d1d1;
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
}
.Button--form {
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
}
.Button--form:focus {
  outline: 5px auto #ff5326;
}
@media only screen and (min-width: 768px) {
  .Button--loadMore {
    margin: 30px auto;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
  }
  .Button--big {
    height: 55px;
    line-height: 55px;
  }
  .Button--sort {
    color: #9b9b9b;
  }
  .Button--sort:hover,
  .Button--sort:active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .Button--sort:active {
    box-shadow: none;
  }
  .Button--select {
    line-height: 45px;
  }
  .Button--form {
    height: 53px;
    line-height: 53px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInHalf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes forwardBackInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shadowPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes treeBounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
/* Input is meant to be used as both a classname or a mixin to be :extend-ed */
.Input,
.Dropdown {
  position: relative;
  -webkit-appearance: none;
  color: #00005e;
  display: block;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  height: 43px;
  line-height: 43px;
  outline: 0;
  padding: 0 14px;
  border-radius: 3px;
  border: 2px solid transparent;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-family: SpartanMB, 'Arial', 'sans-serif';
  border-color: transparent;
  text-overflow: ellipsis;
}
input.Input,
input.Dropdown {
  line-height: normal;
}
.Input--focus,
.Dropdown--focus {
  border: 2px solid #ff5326;
  transition: border-color 0.2s linear;
}
.Input--focus:-ms-input-placeholder, .Dropdown--focus:-ms-input-placeholder {
  color: transparent;
}
.Input--focus::placeholder,
.Dropdown--focus::placeholder {
  color: transparent;
}
.Input__shake {
  animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
}
.Input__label,
.Dropdown__label {
  position: absolute;
  color: transparent;
  padding: 0 5px;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  font-size: 12px;
  line-height: 16px;
  top: -8px;
  left: 10px;
  box-sizing: border-box;
  z-index: 1;
  white-space: nowrap;
}
.Input__label--focus,
.Dropdown__label--focus {
  color: #ff5326;
  transition: color 0.2s linear;
}
.Input__label--focus::before,
.Dropdown__label--focus::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background-color: #fff;
  z-index: -1;
}
.Input__label--error::before {
  background-color: #ffe6da;
}
.Input__form {
  border: 3px solid #dcdcdc;
  box-shadow: none;
}
.Input__error {
  background-color: #ffe6da;
  border-color: #ff5326;
}
@media only screen and (min-width: 768px) {
  .Input,
  .Dropdown {
    height: 53px;
    line-height: 53px;
  }
}
.Dropdown {
  position: relative;
  font-family: SpartanMB, 'Arial', 'sans-serif';
  font-size: 16px;
  line-height: 40px;
}
.Dropdown--withIcon {
  padding-left: 40px;
}
.Dropdown--focus:-ms-input-placeholder {
  color: transparent;
}
.Dropdown--focus::placeholder {
  color: transparent;
}
.Dropdown__label {
  top: -10px;
}
.Dropdown__icon {
  position: absolute;
  display: flex;
  top: calc(50% - 9px);
  left: 15px;
  z-index: 1;
  height: 16px;
  width: 16px;
}
.Dropdown__icon path {
  fill: #00005e;
}
.Dropdown__arrow {
  border: 5px solid transparent;
  border-top: 6px solid #00005e;
  border-bottom-width: 0;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -3px;
}
.Dropdown__selected {
  padding-right: 10px;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.Dropdown__dropdown {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
}
.Dropdown__dropdown option {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .Dropdown {
    line-height: 51px;
  }
}
@media only screen and (min-width: 960px) {
  .Dropdown__icon {
    display: none;
  }
  .Dropdown--withIcon {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 1100px) {
  .Dropdown__icon {
    display: flex;
  }
  .Dropdown--withIcon {
    padding-left: 40px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.Settings {
  position: relative;
  margin-right: 0;
  font-size: 16px;
  color: #00005e;
  z-index: 44;
}
.Settings__overlay {
  position: fixed;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.Settings__bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0;
  width: 0;
}
.Settings__dropdown {
  margin-bottom: 10px;
  text-align: left;
}
.Settings__language {
  padding-right: 5px;
}
.Settings__downArrow {
  display: inline;
  margin-left: 5px;
  position: relative;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  fill: #00005e;
  transition: all 0.15s ease;
}
.Settings__downArrow--open {
  transform: rotate(180deg);
}
.Settings__globeIcon {
  width: 25px;
  height: 35px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.Settings__globeIcon path {
  fill: #00005e;
}
.Settings__menu {
  cursor: pointer;
  text-decoration: none;
  color: #00005e;
  display: block;
  position: relative;
  padding: 10px 0;
}
.Settings__menu--dark {
  color: #fff;
}
.Settings__menu--dark .Settings__downArrow {
  fill: #fff;
}
.Settings__menu--dark .Settings__globeIcon path {
  fill: #fff;
}
.Settings__window {
  position: absolute;
  z-index: 200;
  left: 15px;
  right: 15px;
  top: 55px;
  padding: 20px;
  border-radius: 2px;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.5);
  background: #fff;
}
.Settings__window-enter {
  opacity: 0;
  transform: scale(0.9);
}
.Settings__window-enter-active {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 200ms, transform 200ms;
}
.Settings__window-exit {
  opacity: 1;
}
.Settings__window-exit-active {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 200ms, transform 200ms;
}
.Settings__select {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  -webkit-appearance: none;
}
.Settings__activate,
.Settings__cancel {
  margin-top: 10px;
  line-height: 46px;
  height: 46px;
}
.Settings__cancel {
  color: #00005e;
  background-color: transparent;
  cursor: default;
  border: 1px solid #00005e;
}
.Settings__cancel:hover {
  background-color: #efefef;
}
.Settings__arrow::after {
  content: '';
  position: absolute;
  top: 14px;
  right: 12px;
  border: 5px solid transparent;
  border-top: 7px solid #00005e;
}
.Settings__label {
  text-align: left;
  font-size: 14px;
  margin-bottom: 3px;
  margin-top: 5px;
  color: #000;
}
.Settings__closeIcon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 22px;
}
.Settings__closeIcon::before,
.Settings__closeIcon::after {
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  margin-top: 8px;
  width: 16px;
  border-bottom: 1px solid #979797;
  transform: rotate(45deg);
}
.Settings__closeIcon::after {
  transform: rotate(-45deg);
}
@media only screen and (min-width: 375px) {
  .Settings__activate,
  .Settings__cancel {
    width: calc(50% - 10px);
    display: inline-block;
  }
  .Settings__activate {
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .Settings__menu {
    text-indent: 0;
    width: auto;
    height: auto;
    background: none;
  }
  .Settings__menu::after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0;
    position: relative;
    top: 9px;
    background: transparent;
    transition: width 0.2s ease, background-color 0.2s ease;
  }
  .Settings__menu:hover::after {
    width: 100%;
    background: #ff5326;
  }
  .Settings__activate {
    width: 100%;
  }
  .Settings__window {
    width: 235px;
    left: auto;
    top: 8px;
    right: 0;
    transition: all 0.2s;
    transform-origin: right top;
  }
  .Settings__window::after {
    content: '';
    position: absolute;
    top: -14px;
    right: 50px;
    border: 7px solid transparent;
    border-bottom-color: #fff;
  }
  .Settings__cancel,
  .Settings__closeIcon {
    display: none;
  }
  .Settings__label {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .Settings {
    position: relative;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.Bar__container {
  position: relative;
  display: none;
  align-items: center;
  padding: 5px 15px;
}
.Bar__container--mobile {
  display: flex;
}
.Bar--white {
  background-color: #fff;
}
.Bar__link {
  text-decoration: none;
  margin-right: auto;
}
.Bar__logo {
  width: 90px;
  height: 40px;
}
.Bar__right {
  margin-left: auto;
}
.Bar__hamburger {
  margin-left: 15px;
}
@media only screen and (min-width: 768px) {
  .Bar {
    max-width: 1360px;
    margin: 0 auto 25px;
    padding: 0 20px;
  }
  .Bar--noPadding {
    padding: 0;
  }
  .Bar__logo {
    margin-right: 25px;
  }
  .Bar__container {
    display: flex;
    justify-content: flex-start;
    padding: 0;
  }
  .Bar__container--mobile {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .Bar {
    padding: 0 30px;
  }
  .Bar--noPadding {
    padding: 0;
  }
  .Bar__logo {
    margin-right: 60px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.ContentHeader {
  position: relative;
}
.ContentHeader__titles {
  width: 100%;
}
.ContentHeader__titles--clickable {
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.ContentHeader__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  height: 180px;
}
.ContentHeader__banner {
  background: #00005e;
  background: url(/content/svg/world_map_blue.svg) no-repeat center center;
  background-size: 200% 200%;
  /* this is for IE11 else we would use cover */
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.ContentHeader__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  width: 100%;
  z-index: 1;
}
.ContentHeader__title {
  font-family: Dohop-Mono, 'Arial', 'sans-serif';
  font-size: 36px;
  color: #fff;
  text-align: center;
}
.ContentHeader__subtitle {
  text-align: center;
  margin: 12px 0;
  color: #fff;
  font-family: Dohop-Text, 'Arial', 'sans-serif';
  font-size: 16px;
}
@media only screen and (min-width: 375px) {
  .ContentHeader__banner {
    background-size: 130% 200%;
    /* this is for IE11 else we would use cover */
  }
}
@media only screen and (min-width: 768px) {
  .ContentHeader {
    padding-top: 20px;
  }
  .ContentHeader__container {
    width: 100%;
    height: auto;
  }
  .ContentHeader__banner {
    display: none;
  }
  .ContentHeader .HeaderBar {
    padding-bottom: 50px;
  }
  .ContentHeader__contentLeft {
    justify-content: flex-start;
  }
  .ContentHeader__titles {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 50px 0;
  }
  .ContentHeader__title {
    padding: 0;
    text-align: left;
    font-size: 42px;
    color: #00005e;
  }
  .ContentHeader__subtitle {
    text-align: left;
    font-size: 18px;
    padding-top: 20px;
  }
  .ContentHeader__content {
    padding: 0;
  }
  .ContentHeader--results .HeaderBar {
    float: right;
    width: calc(100% - 180px);
    padding-left: 25px;
    padding-bottom: 30px;
  }
  .ContentHeader--results .ContentHeader__content {
    top: 0;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.Checkbox {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  cursor: pointer;
  font-family: Dohop-Text, 'Arial', 'sans-serif';
  font-size: 16px;
}
.Checkbox__input {
  position: absolute;
  visibility: hidden;
}
.Checkbox__check {
  position: relative;
  display: inline-flex;
  align-items: center;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #ff5326;
  border-radius: 2px;
  box-sizing: border-box;
  transition: background-color 0.1s ease-in;
}
.Checkbox__input:checked + .Checkbox__check {
  background-color: #ff5326;
}
.Checkbox__input:checked + .Checkbox__check::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.Checkbox__check--white {
  border: 2px solid #fff;
}
.Checkbox__input:checked + .Checkbox__check--white {
  background-color: #fff;
}
.Checkbox__input:checked + .Checkbox__check--white::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3px;
  width: 4px;
  height: 9px;
  border: solid #00005e;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.Checkbox--disabled {
  color: #828282;
}
.Checkbox--disabled .Checkbox__check {
  border-color: #828282;
}
.Checkbox__content {
  margin-left: 10px;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.AutocompleteResult {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid #efefef;
  color: #505050;
  padding: 10px 15px;
  font-family: SpartanMB, 'Arial', 'sans-serif';
  font-size: 16px;
}
.AutocompleteResult:first-child {
  border-top: none;
}
.AutocompleteResult--nested {
  padding-left: 30px;
  font-size: 12px;
}
.AutocompleteResult__title {
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  font-size: 14px;
}
.AutocompleteResult__subTitle {
  color: #828282;
  font-size: 12px;
}
.AutocompleteResult__subTitle--active {
  color: #fff;
}
.AutocompleteResult--active.AutocompleteResult--nested::before,
.AutocompleteResult--active.AutocompleteResult--nested::after {
  border-color: #fff;
}
.AutocompleteResult--active {
  background-color: #ff5326;
  border-color: #ff5326;
  color: #fff;
}
.AutocompleteResult__main--oneLine {
  padding: 8px 0;
}
.AutocompleteResult__arrowIcon {
  margin: 0 5px;
  height: 8px;
  width: 8px;
}
.AutocompleteResult__arrowIcon path {
  fill: #505050;
}
.AutocompleteResult__icon {
  margin-bottom: -3px;
  margin-right: 10px;
  height: 18px;
  width: 18px;
}
.AutocompleteResult__icon--small {
  height: 14px;
  width: 14px;
}
.AutocompleteResult__icon--gray path {
  fill: #505050;
}
.AutocompleteResult__icon--white path {
  fill: #fff;
}
@media only screen and (min-width: 768px) {
  .AutocompleteResult--active {
    cursor: pointer;
    background-color: #ff5326;
    color: #fff;
  }
  .AutocompleteResult--active:first-child {
    border-radius: 3px 3px 0 0;
  }
  .AutocompleteResult--active:last-child {
    border-radius: 0 0 3px 3px;
  }
  .AutocompleteResult--active:only-child {
    border-radius: 3px;
  }
}
@media only screen and (min-width: 960px) {
  .AutocompleteResult {
    min-width: 300px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.AutocompleteResults__content {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.AutocompleteResults__arrow {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -5px;
  border: 7px solid transparent;
  border-top: none;
  border-bottom-color: #fff;
  z-index: 11;
}
.AutocompleteResults__arrow--sunburn {
  border-bottom-color: #ff5326;
}
.AutocompleteResults__header {
  padding: 10px 15px;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .AutocompleteResults {
    z-index: 300;
    /* position this at the bottom of parent element */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .AutocompleteResults__content {
    position: absolute;
    border-radius: 3px;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
    min-width: 100%;
    top: 10px;
    left: 0;
    margin-right: -400px;
    /* allow to grow naturally to the right */
  }
}
@media only screen and (min-width: 960px) {
  .AutocompleteResults__content {
    /* allow to grow naturally to the right */
    margin-right: -10000px;
  }
}

@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInHalf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes forwardBackInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shadowPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes treeBounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
/* Input is meant to be used as both a classname or a mixin to be :extend-ed */
.Input,
.SearchInput__input {
  position: relative;
  -webkit-appearance: none;
  color: #00005e;
  display: block;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  height: 43px;
  line-height: 43px;
  outline: 0;
  padding: 0 14px;
  border-radius: 3px;
  border: 2px solid transparent;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-family: SpartanMB, 'Arial', 'sans-serif';
  border-color: transparent;
  text-overflow: ellipsis;
}
input.Input,
input.SearchInput__input {
  line-height: normal;
}
.Input--focus {
  border: 2px solid #ff5326;
  transition: border-color 0.2s linear;
}
.Input--focus:-ms-input-placeholder {
  color: transparent;
}
.Input--focus::placeholder {
  color: transparent;
}
.Input__shake {
  animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
}
.Input__label {
  position: absolute;
  color: transparent;
  padding: 0 5px;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  font-size: 12px;
  line-height: 16px;
  top: -8px;
  left: 10px;
  box-sizing: border-box;
  z-index: 1;
  white-space: nowrap;
}
.Input__label--focus {
  color: #ff5326;
  transition: color 0.2s linear;
}
.Input__label--focus::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background-color: #fff;
  z-index: -1;
}
.Input__label--error::before {
  background-color: #ffe6da;
}
.Input__form {
  border: 3px solid #dcdcdc;
  box-shadow: none;
}
.Input__error {
  background-color: #ffe6da;
  border-color: #ff5326;
}
@media only screen and (min-width: 768px) {
  .Input,
  .SearchInput__input {
    height: 53px;
    line-height: 53px;
  }
}
/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.SearchInput {
  position: relative;
}
.SearchInput__input {
  padding-left: 40px;
  font-size: 16px;
}
.SearchInput__input--iconRight {
  text-overflow: ellipsis;
  padding-right: 35px;
}
.SearchInput__input--pointer,
.SearchInput__icon--pointer {
  cursor: pointer;
}
.SearchInput__icon {
  position: absolute;
  display: flex;
  top: calc(50% - 9px);
  left: 15px;
  z-index: 1;
  height: 16px;
  width: 16px;
}
.SearchInput__icon path {
  fill: #00005e;
}
.SearchInput__arrow {
  position: absolute;
  display: flex;
  top: calc(50% - 6px);
  right: 14px;
  background: #fff;
  transition: all 0.3s ease;
  z-index: 1;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.SearchInput__arrow path {
  fill: #00005e;
}
.SearchInput__arrow--open {
  transform: rotate(180deg);
}
.SearchInput__label {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: capitalize;
}
.SearchInput__error {
  background-color: #ffe6da;
}
@media only screen and (min-width: 768px) {
  .SearchInput__input--iconRight {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 960px) {
  .SearchInput__input {
    font-size: 14px;
    padding-left: 15px;
  }
  .SearchInput__icon {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  .SearchInput__input {
    font-size: 16px;
    padding-left: 40px;
  }
  .SearchInput__icon {
    display: flex;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.MobileAutocomplete {
  height: 100vh;
  background: #fff;
}
.MobileAutocomplete__input {
  width: 100%;
}
.MobileAutocomplete__topBar {
  padding: 15px 0;
  background-color: #00005e;
}
.MobileAutocomplete__row {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.MobileAutocomplete__cancelButton {
  padding-left: 12px;
  font-family: SpartanMB, 'Arial', 'sans-serif';
  font-size: 16px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInHalf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes forwardBackInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shadowPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes treeBounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
/* Input is meant to be used as both a classname or a mixin to be :extend-ed */
.Input {
  position: relative;
  -webkit-appearance: none;
  color: #00005e;
  display: block;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  height: 43px;
  line-height: 43px;
  outline: 0;
  padding: 0 14px;
  border-radius: 3px;
  border: 2px solid transparent;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-family: SpartanMB, 'Arial', 'sans-serif';
  border-color: transparent;
  text-overflow: ellipsis;
}
input.Input {
  line-height: normal;
}
.Input--focus {
  border: 2px solid #ff5326;
  transition: border-color 0.2s linear;
}
.Input--focus:-ms-input-placeholder {
  color: transparent;
}
.Input--focus::placeholder {
  color: transparent;
}
.Input__shake {
  animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
}
.Input__label {
  position: absolute;
  color: transparent;
  padding: 0 5px;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  font-size: 12px;
  line-height: 16px;
  top: -8px;
  left: 10px;
  box-sizing: border-box;
  z-index: 1;
  white-space: nowrap;
}
.Input__label--focus {
  color: #ff5326;
  transition: color 0.2s linear;
}
.Input__label--focus::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background-color: #fff;
  z-index: -1;
}
.Input__label--error::before {
  background-color: #ffe6da;
}
.Input__form {
  border: 3px solid #dcdcdc;
  box-shadow: none;
}
.Input__error {
  background-color: #ffe6da;
  border-color: #ff5326;
}
@media only screen and (min-width: 768px) {
  .Input {
    height: 53px;
    line-height: 53px;
  }
}
/* Input styling */
.DatePickerInput {
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  transition: width 0.3s;
}
.DatePickerInput--twin {
  width: 50%;
}
.DatePickerInput--twin:first-child {
  margin-right: 6px;
}
.DatePickerInput--twin:last-child {
  margin-left: 6px;
}
.DatePickerInput--flexible {
  width: 100%;
}
.DatePickerInput__text {
  padding: 4px;
}
.DatePickerInput__pointer {
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -5px;
  border: 7px solid transparent;
  border-top: none;
  border-bottom-color: #fff;
  z-index: 11;
}
@media only screen and (min-width: 960px) {
  .DatePickerInput--twin:first-child {
    margin-right: 3px;
  }
  .DatePickerInput--twin:last-child {
    margin-left: 3px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.DatePickerDay {
  text-align: center;
  line-height: 38px;
  width: 38px;
  border: 1px solid #efefef;
  cursor: pointer;
}
.DatePickerDay--hidden {
  visibility: hidden;
  border: none;
}
.DatePickerDay--indirect {
  color: #00d2ff;
}
.DatePickerDay--isBetween {
  background: #ccf6ff;
}
.DatePickerDay--selected {
  background-color: #00005e;
  color: #fff;
}
.DatePickerDay--selected.DatePickerDay--indirect {
  color: #fff;
  background-color: #00d2ff;
}
.DatePickerDay--disabled {
  background: #efefef;
  color: #b8b8b8;
  cursor: not-allowed;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.DatePickerMonth {
  width: 280px;
  margin: auto;
}
.DatePickerMonth__title {
  line-height: 44px;
  border-bottom: 1px solid #00005e;
}
.DatePickerMonth__weekday {
  box-sizing: border-box;
  line-height: 24px;
  font-size: 14px;
  padding: 7px 0;
  font-weight: normal;
  text-align: center;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInHalf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes forwardBackInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shadowPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes treeBounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.MobileView {
  min-height: 100vh;
  background: #fff;
  animation-name: fadeIn;
  animation-duration: 0.3s;
}
.MobileView__bar {
  background: #00005e;
  fill: #fff;
  color: #fff;
  position: fixed;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  line-height: 20px;
  min-height: 60px;
  padding: 20px;
  z-index: 2;
}
.MobileView__bar--ghost {
  position: static;
  visibility: hidden;
}
.MobileView__content--padding {
  padding: 15px;
}
.MobileView__headerButton {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  animation-name: fadeIn;
  animation-duration: 0.4s;
}
.MobileView__backButton {
  left: 15px;
  width: 26px;
}
.MobileView__confirm {
  right: 15px;
  font-size: 16px;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
}
.MobileView__arrow {
  height: 26px;
  width: 26px;
}
.MobileView__title {
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
}

.CloseButton {
  cursor: pointer;
  position: absolute;
  padding: 10px;
  top: 10px;
  right: 20px;
}
.CloseButton__text {
  padding-right: 10px;
  float: left;
  line-height: 15px;
}
.CloseButton__button {
  background: url('/content/icons/close.svg') no-repeat center center;
  width: 10px;
  height: 15px;
  float: right;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.DatePickerSeasons {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
}
.DatePickerSeasons__season {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: calc(50% - 5px);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  margin-top: 10px;
  font-size: 16px;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  line-height: 14px;
  cursor: pointer;
  white-space: nowrap;
}
.DatePickerSeasons__season:nth-child(2n) {
  margin-left: 10px;
}
.DatePickerSeasons__season--winter {
  color: #00d2ff;
  border: 2px solid #00d2ff;
}
.DatePickerSeasons__season--spring {
  color: #50d9af;
  border: 2px solid #50d9af;
}
.DatePickerSeasons__season--summer {
  color: #fdbb00;
  border: 2px solid #fdbb00;
}
.DatePickerSeasons__season--fall {
  color: #ff5326;
  border: 2px solid #ff5326;
}
.DatePickerSeasons__seasonIcon {
  width: 64px;
  height: 64px;
  margin: 20px auto 26px;
}
.DatePickerSeasons__seasonIcon--winter {
  color: #00d2ff;
}
.DatePickerSeasons__seasonIcon--winter path {
  stroke: #00d2ff;
}
.DatePickerSeasons__seasonIcon--spring {
  fill: #50d9af;
}
.DatePickerSeasons__seasonIcon--summer path {
  fill: #fdbb00;
}
.DatePickerSeasons__seasonIcon--fall path {
  fill: #ff5326;
}
.DatePickerSeasons__season:hover {
  transition: background-color 0.3s;
}
.DatePickerSeasons__season--active,
.DatePickerSeasons__season:hover {
  color: #fff;
}
.DatePickerSeasons__season--active.DatePickerSeasons__season--winter,
.DatePickerSeasons__season:hover.DatePickerSeasons__season--winter {
  background-color: #00d2ff;
}
.DatePickerSeasons__season--active.DatePickerSeasons__season--spring,
.DatePickerSeasons__season:hover.DatePickerSeasons__season--spring {
  background-color: #50d9af;
}
.DatePickerSeasons__season--active.DatePickerSeasons__season--summer,
.DatePickerSeasons__season:hover.DatePickerSeasons__season--summer {
  background-color: #fdbb00;
}
.DatePickerSeasons__season--active.DatePickerSeasons__season--fall,
.DatePickerSeasons__season:hover.DatePickerSeasons__season--fall {
  background-color: #ff5326;
}
.DatePickerSeasons__season--active svg *,
.DatePickerSeasons__season:hover svg * {
  stroke: #fff;
  fill: #fff;
}
.DatePickerSeasons__season--active:hover,
.DatePickerSeasons__season:hover:hover {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .DatePickerSeasons {
    width: calc(50% - 5px);
  }
  .DatePickerSeasons__season {
    margin-left: 0;
    width: 140px;
  }
  .DatePickerSeasons__season:nth-child(2n) {
    margin-left: 10px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.DatePickerMonths {
  text-align: center;
  margin-left: auto;
}
.DatePickerMonths__month {
  width: calc(50% - 5px);
  display: inline-block;
  box-sizing: border-box;
  border: 2px solid #00005e;
  border-radius: 3px;
  margin-top: 10px;
  font-size: 14px;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  padding: 0 10px;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  white-space: nowrap;
}
.DatePickerMonths__month:nth-child(2n) {
  margin-left: 10px;
}
.DatePickerMonths__month:hover {
  background-color: #00005e;
  color: #fff;
}
.DatePickerMonths__month--active {
  background-color: #00005e;
  color: #fff;
}
.DatePickerMonths__month--active svg * {
  stroke: #fff;
  fill: #fff;
}
.DatePickerMonths__month--active:hover {
  background-color: #00005e;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .DatePickerMonths {
    width: 290px;
  }
  .DatePickerMonths__month {
    margin-left: 0;
    width: 140px;
  }
  .DatePickerMonths__month:nth-child(2n) {
    margin-left: 10px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.OneWayOrRoundTrip--tabs {
  display: flex;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  margin-bottom: 5px;
}
.OneWayOrRoundTrip__button {
  white-space: nowrap;
  min-width: 120px;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  border: 2px solid #00005e;
  color: #00005e;
  background-color: #fff;
}
.OneWayOrRoundTrip__button:hover {
  color: #fff;
  background-color: #00005e;
}
.OneWayOrRoundTrip__linkButton {
  padding: 5px;
  color: #9b9b9b;
  border-radius: 3px;
  outline: 0;
  transition: color 0.15s;
  cursor: pointer;
}
.OneWayOrRoundTrip__linkButton:hover {
  color: #ff5326;
}
.OneWayOrRoundTrip__linkButton:focus {
  background-color: #dcdcdc;
}
.OneWayOrRoundTrip__linkButton--active {
  color: #ff5326;
}
.OneWayOrRoundTrip__roundTrip {
  margin-right: 10px;
}
@media only screen and (min-width: 960px) {
  .OneWayOrRoundTrip__linkButton--ocean {
    color: #7f7fae;
  }
  .OneWayOrRoundTrip__linkButton--ocean:hover {
    color: #fff;
  }
  .OneWayOrRoundTrip__linkButton--ocean.OneWayOrRoundTrip__linkButton--active {
    color: #fff;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.DatePickerCalendar__content {
  color: #00005e;
  position: relative;
  padding: 15px 12px 12px;
  background: white;
  font-family: SpartanMB, 'Arial', 'sans-serif';
}
.DatePickerCalendar__monthContainer {
  padding-bottom: 10px;
}
.DatePickerCalendar__footer {
  clear: both;
}
.DatePickerCalendar__listItems {
  clear: left;
  line-height: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.DatePickerCalendar__item {
  color: #b0b0b0;
  margin-right: 15px;
  padding: 0 0 0 20px;
  float: left;
  position: relative;
}
.DatePickerCalendar__item:last-child {
  margin-right: 0;
}
.DatePickerCalendar__info {
  position: absolute;
  box-sizing: border-box;
  top: 12px;
  left: 0;
  width: 15px;
  height: 15px;
}
.DatePickerCalendar__info--direct {
  background: #00005e;
}
.DatePickerCalendar__info--indirect {
  background: #00d2ff;
}
.DatePickerCalendar__info--unavail {
  background: #efefef;
}
.DatePickerCalendar__navigator {
  position: absolute;
  top: 15px;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.DatePickerCalendar__navigator svg {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
  fill: #00005e;
}
.DatePickerCalendar__navigator--disabled svg {
  fill: #828282;
}
.DatePickerCalendar__navigator--prev {
  left: 0;
  transform: rotate(180deg);
}
.DatePickerCalendar__navigator--next {
  right: 0;
}
.DatePickerCalendar__navigator--flexible {
  top: 57px;
}
.DatePickerCalendar__flexible__header {
  height: 42px;
}
.DatePickerCalendar__type {
  float: left;
  line-height: 42px;
  height: 42px;
  box-sizing: border-box;
  padding-left: 25px;
  background: url('/content/icons/compass.svg') no-repeat left center;
  background-size: 15px 16px;
  position: relative;
  cursor: pointer;
}
.DatePickerCalendar__type--specific {
  background-image: url('/content/icons/calendar.svg');
}
.DatePickerCalendar__type--active {
  border-bottom: 2px solid #ff5326;
}
.DatePickerCalendar__button {
  display: block;
  cursor: pointer;
  float: right;
  border: 1px solid #00005e;
  border-radius: 2px;
  line-height: 38px;
  padding: 0 12px;
}
.DatePickerCalendar__type--flexible {
  margin-left: 25px;
}
.DatePickerCalendar__type__button {
  margin-left: 20px;
}
.DatePickerCalendar__flexible__content {
  display: flex;
  flex-flow: column;
  padding: 15px 0;
}
.DatePickerCalendar__tabs {
  border: 1px solid #00005e;
  height: 40px;
  text-align: center;
  margin-bottom: 15px;
}
.DatePickerCalendar__tab {
  height: 40px;
  width: 50%;
  float: left;
  box-sizing: border-box;
  cursor: pointer;
}
.DatePickerCalendar__tab__text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.DatePickerCalendar__tab--active {
  background-color: #00005e;
  color: #fff;
}
.DatePickerCalendar__season__image {
  width: 64px;
  height: 64px;
  margin: 20px auto 26px;
}
.DatePickerCalendar__close {
  top: 17px;
  right: 3px;
}
.DatePickerCalendar__close--noText {
  display: none;
  top: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .DatePickerCalendar {
    position: absolute;
    top: 53px;
    left: 50%;
    width: 0;
    bottom: 0;
    z-index: 10;
  }
  .DatePickerCalendar__content {
    position: absolute;
    top: 10px;
    left: -310px;
    width: 580px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
  }
  .DatePickerCalendar__content--sticky {
    top: 0;
  }
  .DatePickerCalendar__content--flexible {
    width: 590px;
  }
  .DatePickerCalendar__flexible__content {
    flex-flow: row;
  }
  .DatePickerCalendar__monthContainer {
    float: left;
  }
  .DatePickerCalendar__monthContainer + .DatePickerCalendar__monthContainer {
    padding-left: 20px;
  }
  .DatePickerCalendar__oneWayOrRoundTrip {
    position: absolute;
    right: 10px;
    bottom: 15px;
  }
  .DatePickerCalendar__oneWayOrRoundTrip--noList {
    position: static;
    float: right;
  }
  .DatePickerCalendar__close--noText {
    display: block;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.DateRangePicker__inputs {
  display: flex;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.LoadingBar {
  height: 3px;
  background-color: #ff5326;
  position: absolute;
  left: 0;
  transition: width 0.8s linear;
  visibility: visible;
}
.LoadingBar--finishing {
  transition: width 0.5s linear;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.DateMatrix {
  display: none;
  position: relative;
}
.DateMatrix__text {
  position: relative;
  cursor: pointer;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  font-size: 14px;
  color: #50d9af;
}
.DateMatrix__text::after {
  position: absolute;
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  width: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: width 0.2s ease, background-color 0.2s ease;
}
.DateMatrix__text:hover::after {
  width: 100%;
  background: #50d9af;
}
.DateMatrix__text::after {
  bottom: -2px;
}
.DateMatrix__text--active::after {
  position: absolute;
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #50d9af;
}
.DateMatrix__text--active::after {
  bottom: -2px;
}
.DateMatrix__bannerAmount {
  border-bottom: 1px solid #50d9af;
}
.DateMatrix:hover ~ .DateMatrix__bannerAmount {
  border: none;
}
.DateMatrix__bannerAmount--active {
  border: none;
}
.DateMatrix__content {
  margin-top: 20px;
  padding: 20px 30px 30px 20px;
  background: white;
  position: absolute;
  z-index: 10;
  width: 700px;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.5);
}
.DateMatrix__headingReturn {
  position: absolute;
  top: 0;
  left: 0;
}
.DateMatrix__textReturn {
  padding-left: 25px;
  background: url(/content/img/flex-left.png) no-repeat left center;
  background-size: 14px 14px;
  transform: translateX(-100%) rotate(-90deg);
  transform-origin: top right;
}
.DateMatrix__headingDepart {
  padding: 0 0 20px 40px;
}
.DateMatrix__textDepart {
  display: inline-block;
  padding-right: 25px;
  background: url(/content/img/flex-right.png) no-repeat right center;
  background-size: 14px 14px;
}
.DateMatrix__faresWrapper {
  /* to position "Return" label */
  position: relative;
  padding-left: 40px;
}
.DateMatrix__fares {
  position: relative;
  border-top: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
}
.DateMatrix__fares::after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}
.DateMatrix__cell {
  position: relative;
  font-size: 14px;
  float: left;
  white-space: nowrap;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 12.5%;
  box-sizing: border-box;
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}
.DateMatrix__cell--break0 {
  background: rgba(80, 217, 175, 0.7);
}
.DateMatrix__cell--break1 {
  background: rgba(80, 217, 175, 0.3);
}
.DateMatrix__cell--break3 {
  background: rgba(255, 83, 38, 0.3);
}
.DateMatrix__cell--break4 {
  background: rgba(255, 83, 38, 0.8);
}
.DateMatrix__cell--selected,
.DateMatrix__cell--date:hover {
  border-color: #00005e;
}
.DateMatrix__cell--selected::before,
.DateMatrix__cell--date:hover::before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  border-right: 1px solid #00005e;
}
.DateMatrix__cell--selected::after,
.DateMatrix__cell--date:hover::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: -1px;
  border-bottom: 1px solid #00005e;
}
.DateMatrix__link {
  text-decoration: none;
  color: #00005e;
  cursor: pointer;
  color: inherit;
  position: relative;
  display: block;
  height: 100%;
}
.DateMatrix__searchIcon {
  display: block;
  height: 100%;
  background: url(/content/img/search-icon.svg) no-repeat center center;
  background-size: 13px 20px;
}
.DateMatrix__info {
  margin-top: 30px;
  padding-left: 40px;
  line-height: 25px;
}
.DateMatrix__info__block {
  width: 25px;
  height: 25px;
  background: #50d9af;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.DateMatrix__info__block--expensive {
  background-color: #ff5326;
  margin-left: 20px;
}
.DateMatrix__pointer {
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -5px;
  border: 7px solid transparent;
  border-top: none;
  border-bottom-color: #fff;
  z-index: 11;
}
@media only screen and (min-width: 768px) {
  .DateMatrix {
    display: block;
    margin-top: 18px;
  }
}
@media only screen and (min-width: 960px) {
  .DateMatrix__content {
    width: 810px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.CounterButton-module__counterButton___1CT9I {
  display: flex;
}
.CounterButton-module__input___2jbzS {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  border: 0;
  border-top: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  text-align: center;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
}
.CounterButton-module__readOnlyInput___3BaPy {
  outline: none;
}
.CounterButton-module__largeInput___3ZuwW {
  width: 40px;
  max-width: 40px;
}
.CounterButton-module__addButton___1iG6U {
  border-radius: 0 3px 3px 0;
}
.CounterButton-module__subButton___3me3E {
  border-radius: 3px 0 0 3px;
}
.CounterButton-module__subButton___3me3E,
.CounterButton-module__addButton___1iG6U {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  font-size: 24px;
  max-width: 30px;
  min-height: 34px;
  height: 100%;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.CounterButton-module__subButton___3me3E:focus,
.CounterButton-module__addButton___1iG6U:focus {
  outline: 5px auto #ff5326;
}
.CounterButton-module__minus___1ZkTU {
  position: relative;
  top: -3px;
  line-height: 0;
}
.CounterButton-module__largeButton___1_hkl {
  width: 40px;
  max-width: 40px;
  min-height: 40px;
}
.CounterButton-module__buttonDisabled___1iI_s {
  background-color: #dcdcdc;
  cursor: not-allowed;
}
.CounterButton-module__buttonDisabled___1iI_s:hover {
  background-color: #dcdcdc;
  outline: 0;
}
@media only screen and (min-width: 768px) {
  .CounterButton-module__subButton___3me3E:not(.CounterButton-module__largeButton___1_hkl),
  .CounterButton-module__addButton___1iG6U:not(.CounterButton-module__largeButton___1_hkl) {
    min-height: 30px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.ControlRow {
  display: flex;
  align-items: center;
  padding: 10px;
}
.ControlRow:not(:last-child) {
  border-bottom: 2px solid #efefef;
}
.ControlRow--noAge {
  padding: 15px 10px;
}
.ControlRow__age {
  font-size: 14px;
  color: #828282;
}
.ControlRow__pax {
  display: flex;
  align-items: center;
  margin-left: auto;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInHalf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes forwardBackInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shadowPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes treeBounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
/* Input is meant to be used as both a classname or a mixin to be :extend-ed */
.Input,
.Travellers__input {
  position: relative;
  -webkit-appearance: none;
  color: #00005e;
  display: block;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  height: 43px;
  line-height: 43px;
  outline: 0;
  padding: 0 14px;
  border-radius: 3px;
  border: 2px solid transparent;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-family: SpartanMB, 'Arial', 'sans-serif';
  border-color: transparent;
  text-overflow: ellipsis;
}
input.Input,
input.Travellers__input {
  line-height: normal;
}
.Input--focus {
  border: 2px solid #ff5326;
  transition: border-color 0.2s linear;
}
.Input--focus:-ms-input-placeholder {
  color: transparent;
}
.Input--focus::placeholder {
  color: transparent;
}
.Input__shake {
  animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
}
.Input__label {
  position: absolute;
  color: transparent;
  padding: 0 5px;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  font-size: 12px;
  line-height: 16px;
  top: -8px;
  left: 10px;
  box-sizing: border-box;
  z-index: 1;
  white-space: nowrap;
}
.Input__label--focus {
  color: #ff5326;
  transition: color 0.2s linear;
}
.Input__label--focus::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background-color: #fff;
  z-index: -1;
}
.Input__label--error::before {
  background-color: #ffe6da;
}
.Input__form {
  border: 3px solid #dcdcdc;
  box-shadow: none;
}
.Input__error {
  background-color: #ffe6da;
  border-color: #ff5326;
}
@media only screen and (min-width: 768px) {
  .Input,
  .Travellers__input {
    height: 53px;
    line-height: 53px;
  }
}
.Travellers {
  position: relative;
}
.Travellers__icon {
  position: absolute;
  display: flex;
  top: calc(50% - 9px);
  left: 15px;
  z-index: 1;
  height: 16px;
  width: 16px;
}
.Travellers__icon path {
  fill: #00005e;
}
.Travellers__inputLabel {
  display: none;
}
.Travellers__input {
  cursor: pointer;
}
.Travellers__modal {
  z-index: 3;
  /* on top of content below form */
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
}
.Travellers__modalContent {
  position: absolute;
  top: 10px;
  left: -150px;
  width: 300px;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  line-height: 20px;
  box-sizing: border-box;
  border-radius: 2px;
}
.Travellers__modalContent::after {
  content: '';
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -5px;
  border: 7px solid transparent;
  border-bottom-color: #fff;
}
.Travellers__controls {
  padding: 0 10px;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInHalf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes forwardBackInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shadowPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes treeBounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.SingleLineForm__firstInput {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.SingleLineForm__lastInput {
  border-right: none;
}
.SingleLineForm__button {
  position: relative;
  z-index: 40;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.SearchForm {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.SearchForm #flightform {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.SearchForm__subForm {
  position: relative;
  margin: 6px 0;
}
.SearchForm__origin,
.SearchForm__destination {
  width: 100%;
}
.SearchForm__inputIcon--sunburn svg *,
.SearchForm__travellersArrow--sunburn svg * {
  fill: #ff5326;
}
.SearchForm__switchIcon {
  transition: transform 0.15s ease 0s;
  height: 14px;
  width: 14px;
  z-index: 99999;
}
.SearchForm__switchIcon path {
  fill: #00005e;
}
.SearchForm__switchIcon--rotated {
  transform: rotateZ(180deg);
}
.SearchForm__switch {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 31;
  transform: rotateZ(90deg);
}
.SearchForm__destinationIcon {
  left: 20px;
}
.SearchForm__hotelCheckboxContainer {
  margin: 15px 0;
}
.SearchForm__hotelCheckboxContainer--isEmpty {
  height: 22px;
}
.SearchForm__error {
  position: relative;
  bottom: -7px;
  color: #ff5326;
  animation-name: fadeIn;
  animation-duration: 800ms;
}
.SearchForm__loadingBar {
  display: none;
}
@media only screen and (min-width: 768px) {
  .SearchForm {
    padding: 0 20px;
  }
  .SearchForm--onResultsPage {
    margin-top: 20px;
  }
  .SearchForm #flightform {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .SearchForm__subForm {
    margin: 6px;
  }
  .SearchForm__origin,
  .SearchForm__passengers {
    margin-left: 0;
    width: calc(50% - 6px);
  }
  .SearchForm__destination,
  .SearchForm__dates,
  .SearchForm__submit {
    margin-right: 0;
    width: calc(50% - 6px);
  }
  .SearchForm__submit {
    margin-left: auto;
    margin-right: 0;
  }
  .SearchForm__hotelCheckboxContainer {
    margin: 10px 0;
    width: 50%;
  }
  .SearchForm__switch {
    padding: 0;
    display: flex;
    top: 10px;
    right: -22px;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border: solid 1px #7f7fae;
    border-radius: 50%;
    transition: background-color 0.15s ease 0s;
    transform: rotateZ(0deg);
  }
  .SearchForm__switch:hover {
    background-color: #ff5326;
    border-color: #ff5326;
  }
  .SearchForm__switch:hover .SearchForm__switchIcon path {
    fill: #fff;
  }
  .SearchForm--sticky .SearchForm__switch {
    top: 5px;
  }
  .SearchForm__loadingBar {
    display: block;
    position: absolute;
    bottom: -20px;
  }
}
@media only screen and (min-width: 960px) {
  .SearchForm {
    margin: 0;
    padding: 0;
  }
  .SearchForm--onResultsPage {
    padding: 5px 30px 20px;
  }
  .SearchForm--sticky {
    position: fixed;
    padding: 10px 30px;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
    background-color: #00005e;
  }
  .SearchForm__input--sticky {
    height: 43px;
  }
  .SearchForm__submit--sticky {
    height: 43px;
    line-height: 43px;
  }
  .SearchForm__subForm {
    margin: 2px 3px;
    width: calc(22% - 6px);
  }
  .SearchForm__subForm--sticky {
    height: 43px;
  }
  .SearchForm__origin {
    margin-left: 0;
    width: calc(22% - 3px);
  }
  .SearchForm__passengers {
    width: calc(18% - 6px);
  }
  .SearchForm__submit {
    margin-right: 0;
    width: calc(16% - 3px);
  }
  .SearchForm__input--dest {
    padding-left: 20px;
  }
  .SearchForm__hotelCheckboxContainer {
    width: 100%;
  }
  .SearchForm__checkbox {
    font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
    font-size: 14px;
  }
  .SearchForm__switch {
    right: -19px;
  }
  .SearchForm__loadingBar {
    bottom: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .SearchForm__input--dest {
    padding-left: 40px;
  }
  .SearchForm__inputIcon--dest {
    left: 20px;
  }
  .SearchForm__subForm {
    margin: 2px 3px;
    width: calc(23% - 6px);
  }
  .SearchForm__dates {
    width: calc(24% - 6px);
  }
  .SearchForm__passengers {
    width: calc(17% - 6px);
  }
  .SearchForm__submit {
    margin-right: 0;
    width: calc(13% - 3px);
  }
}
@media only screen and (min-width: 1420px) {
  .SearchForm {
    margin: 0 auto;
    padding: 22px calc((100% - 1360px)/2);
  }
  .SearchForm--sticky {
    padding: 10px calc((100% - 1360px)/2) 15px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.ResultsHeader {
  position: relative;
}
.ResultsHeader__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  font-size: 16px;
  text-align: center;
}
.ResultsHeader__title > span:nth-child(2) {
  width: 10%;
}
.ResultsHeader__title > span:first-child {
  padding-right: 15px;
}
.ResultsHeader__title > span:last-child {
  padding-left: 15px;
}
.ResultsHeader__airportCode {
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  font-size: 14px;
}
.ResultsHeader__passengers {
  margin-top: 12px;
}
.ResultsHeader__airplane {
  position: relative;
  top: 4px;
  fill: #fff;
  width: 30px;
  height: 25px;
}
.ResultsHeader__pen {
  position: absolute;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  width: 30px;
  height: 30px;
}
.ResultsHeader__pen:hover path {
  fill: #fff000;
}
@media only screen and (min-width: 375px) {
  .ResultsHeader__title {
    font-size: 18px;
    overflow: hidden;
  }
  .ResultsHeader__title > span:first-child,
  .ResultsHeader__title > span:last-child {
    text-overflow: ellipsis;
  }
}
@media only screen and (min-width: 480px) {
  .ResultsHeader__title {
    font-size: 18px;
  }
  .ResultsHeader__title > span:first-child,
  .ResultsHeader__title > span:last-child {
    width: 45%;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInHalf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes forwardBackInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shadowPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes treeBounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.Section {
  position: relative;
}
.Section::after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}
.Section--header {
  background-color: #fff;
  transition: height 0.3s ease-out;
}
.Section--transparent {
  background-color: transparent;
}
.Section--content {
  background-color: #efefef;
}
.Section--alternate {
  background: #fff;
}
.Section__canvas {
  display: none;
}
@media only screen and (min-width: 768px) {
  .Section__canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .Section--withBackgroundImage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .Section--fadeInBackgroundImage {
    animation: fadeIn 0.5s ease-in-out;
  }
  .Section__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInHalf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes forwardBackInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shadowPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes treeBounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.FilterBox {
  padding-bottom: 20px;
}
.FilterBox::after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}
.FilterBox__hidden {
  display: none;
}
.FilterBox__title {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: inline-block;
  padding-right: 8px;
  width: 100%;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: SpartanMB, 'Arial', 'sans-serif';
  letter-spacing: 0.5px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.FilterBox__title:not(.FilterBox__title--noline)::after {
  content: '';
  position: absolute;
  top: calc(50% - 0.5px);
  margin-left: 7px;
  height: 1px;
  width: 100%;
  background-color: #d1d1d1;
}
.FilterBox__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 9px;
  transition: all 0.3s ease;
  width: 12px;
  height: 12px;
}
.FilterBox__arrow path {
  fill: #00005e;
}
.FilterBox__arrow--open {
  transform: rotate(180deg);
}
.FilterBox__heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding-bottom: 15px;
  outline: 0;
  cursor: pointer;
}
.FilterBox__clickableText {
  float: right;
  font-family: SpartanMB, 'Arial', 'sans-serif';
  font-size: 12px;
  color: #ff5326;
  cursor: pointer;
}
.FilterBox__clickableText:hover {
  color: #f23200;
}
.FilterBox__title__marker {
  display: block;
  background-color: #ff9d64;
  height: 5px;
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -9px;
  border-radius: 100%;
}
.FilterBox__content--animation {
  animation-name: fadeDown;
  animation-duration: 0.3s;
}
@media only screen and (min-width: 960px) {
  .FilterBox__title {
    background: #efefef;
    max-width: 157px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.FilterSlider {
  padding-top: 25px;
}
.FilterSlider:first-child {
  padding-top: 0;
}
.FilterSlider__wrapper {
  position: relative;
}
.FilterSlider__title {
  margin-bottom: 5px;
  line-height: 20px;
  color: #828282;
  font-size: 14px;
  font-family: Dohop-Text, 'Arial', 'sans-serif';
}
.FilterSlider__sliderWrapper {
  position: relative;
}
.FilterSlider__slider {
  height: 30px;
  touch-action: none;
}
.FilterSlider__bar {
  box-sizing: border-box;
  position: absolute;
  top: 12px;
  left: 0;
  height: 2px;
  background: #ff5326;
  border-radius: 5px;
}
.FilterSlider--disabled .FilterSlider__bar {
  background-color: #828282;
}
.FilterSlider__handle {
  position: relative;
  background-color: #ff5326;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  top: 3px;
  touch-action: none;
  cursor: pointer;
  transition: box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.FilterSlider__handle:hover {
  box-shadow: 0 0 0 7px rgba(255, 83, 38, 0.16);
}
.FilterSlider__handle:focus,
.FilterSlider__handle:active {
  background-color: #ff5326;
  border-color: #ff5326;
  box-shadow: 0 0 0 13px rgba(255, 83, 38, 0.16);
}
.FilterSlider--disabled .FilterSlider__handle {
  background-color: #9b9b9b;
  box-shadow: none;
  cursor: not-allowed;
}
.handle {
  outline: none;
  z-index: 1 !important;
}
@media only screen and (min-width: 960px) {
  .FilterSlider__bar {
    height: 2px;
  }
  .FilterSlider__handle {
    height: 12px;
    width: 12px;
    top: 7px;
  }
}
.FilterSlider__hint {
  display: inline-block;
  padding-bottom: 15px;
  font-family: Dohop-Text, 'Arial', 'sans-serif';
}
.FilterSlider--disabled .FilterSlider__hint {
  color: #828282;
}
.FilterSlider__bar-0,
.FilterSlider__bar-2 {
  background: #ddd !important;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.GoFilters {
  padding: 20px;
}
.GoFilters__oneway {
  margin-top: 30px;
}
.GoFilters__nonstop {
  margin-bottom: 30px;
}
.GoFilters .FilterBox .FilterBox .FilterBox__title {
  font-size: 16px;
}
.GoFilters__row {
  margin-bottom: 12px;
}
@media only screen and (min-width: 960px) {
  .GoFilters {
    padding: 0;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.ButtonRounded {
  min-height: 40px;
  padding: 8px 10px;
  background-color: transparent;
  color: #3b3b3b;
  font-family: SpartanMB-Bold, 'Arial', 'sans-serif';
  font-size: 16px;
  line-height: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 20px;
  border: 2px solid #3b3b3b;
  transition: all 0.3s ease 0s;
  outline: 0;
}
.ButtonRounded:hover {
  background-color: #3b3b3b;
  color: #fff;
}
.ButtonRounded--grass {
  border: 2px solid #50d9af;
  color: #50d9af;
}
.ButtonRounded--grass svg path,
.ButtonRounded--grass svg rect {
  transition: all 0.3s ease 0s;
  fill: #50d9af;
}
.ButtonRounded--grass:hover {
  background-color: #50d9af;
}
.ButtonRounded--grass:hover svg path,
.ButtonRounded--grass:hover svg rect {
  fill: #fff;
}
.ButtonRounded--ocean {
  border: 2px solid #00005e;
  color: #00005e;
}
.ButtonRounded--ocean svg path,
.ButtonRounded--ocean svg rect {
  transition: all 0.3s ease 0s;
  fill: #00005e;
}
.ButtonRounded--ocean:hover {
  background-color: #00005e;
}
.ButtonRounded--ocean:hover svg path,
.ButtonRounded--ocean:hover svg rect {
  fill: #fff;
}
.ButtonRounded--white {
  border: 2px solid #fff;
  color: #fff;
}
.ButtonRounded--white svg path,
.ButtonRounded--white svg rect {
  transition: all 0.3s ease 0s;
  fill: #fff;
}
.ButtonRounded--white:hover {
  background-color: transparent;
}
.ButtonRounded--white:hover svg path,
.ButtonRounded--white:hover svg rect {
  fill: #fff;
}
@media screen and (min-width: 480px) {
  .ButtonRounded {
    padding: 8px 30px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.MobileGoFilters {
  text-align: right;
}
.MobileGoFilters__button--sort {
  margin-right: 10px;
}
.MobileGoFilters__button--filter {
  margin-left: 10px;
}
.MobileGoFilters__buttonInnerContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.MobileGoFilters__filterIcon {
  margin-right: 10px;
  height: 20px;
  width: 20px;
}
@media only screen and (min-width: 320px) {
  .MobileGoFilters__button--sort {
    margin-right: 2px;
  }
  .MobileGoFilters__button--filter {
    margin-left: 2px;
  }
}
@media only screen and (min-width: 480px) {
  .MobileGoFilters {
    justify-content: center;
  }
  .MobileGoFilters__button--sort {
    margin-right: 15px;
  }
  .MobileGoFilters__button--filter {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 960px) {
  .MobileGoFilters {
    display: none;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInHalf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes forwardBackInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shadowPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes treeBounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.Loading__container {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.Loading {
  margin: auto;
  width: 260px;
}
.Loading__text {
  text-align: center;
  font-size: 18px;
  padding-bottom: 20px;
}
.Loading__content {
  position: relative;
  height: 260px;
}
.Loading__airplane {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -27px;
  width: 54px;
  height: 50%;
  animation: spin-clockwise 4s linear infinite;
  transform-origin: center bottom;
}
.Loading__globe {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -46px 0 0 -46px;
  width: 92px;
  height: 92px;
  animation: spin-counter-clockwise 9s linear infinite;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.SearchError {
  border-radius: 3px;
  background-color: #fff;
  padding: 75px 20px;
  text-align: center;
  font-size: 18px;
  margin: 20px 0;
}
.SearchError__header {
  font-size: 30px;
  margin-bottom: 5px;
}
.SearchError__image {
  margin: 60px 0;
  height: 120px;
  background: #fff no-repeat center;
  background-size: contain;
}
.SearchError__text {
  max-width: 330px;
  display: inline-block;
}
.SearchError__reset {
  color: #ff5326;
  cursor: pointer;
}
.SearchError__link {
  text-decoration: none;
  color: #00005e;
  cursor: pointer;
  color: #ff5326;
}
@media only screen and (min-width: 768px) {
  .SearchError {
    margin-top: 0;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.AllResultsFiltered__reset {
  color: #ff5326;
  cursor: pointer;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.GoImageLayer__image {
  background: none no-repeat center center;
  background-size: cover;
  transition: transform 0.5s ease;
  height: 100%;
  width: 100%;
}
.GoImageLayer {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.GoImageLayer:hover .GoImageLayer__image {
  transform: scale(1.05);
}
.GoImageLayer__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 94, 0.35) 0%, transparent 40%);
}
.GoImagelayer__info {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  top: 15px;
  left: 0;
  right: 15px;
  bottom: 15px;
  font-size: 24px;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  color: #fff;
}
.GoImageLayer__titleWrapper,
.GoImageLayer__priceWrapper {
  position: relative;
  flex-basis: 0;
  padding: 0 15px;
  display: inline-block;
}
.GoImageLayer__title,
.GoImageLayer__price {
  position: relative;
  flex-basis: 0;
}
.GoImageLayer__highlighter {
  width: 0;
  background-color: #50d9af;
  transition: width 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}
.GoImageLayer__highlighter--price {
  border-radius: 0 0 3px 0;
}
.GoImageLayer__highlighter--visible {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .GoImageLayer {
    border-radius: 3px;
  }
  .GoImageLayer__imageContainer {
    border-radius: 3px;
  }
  .GoImagelayer__info {
    top: 20px;
    right: 20px;
    bottom: 20px;
  }
  .GoImageLayer__titleWrapper,
  .GoImageLayer__priceWrapper {
    padding: 0 20px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.GoDestinations__more {
  width: 100%;
}
.GoDestinations__inspire {
  position: relative;
  padding: 15px;
  border-radius: 3px;
}
.GoDestinations__inspireWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.GoDestinations__textWrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.GoDestinations__inspire__header {
  color: #ff5326;
  font-size: 20px;
}
.GoDestinations__warning {
  font-size: 20px;
  display: none;
}
.GoDestinations__continent::after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}
.GoDestinations__continent__header {
  font-size: 28px;
  padding-left: 20px;
  margin-bottom: 15px;
}
.GoDestinations__cities {
  display: flex;
  flex-wrap: wrap;
}
.GoDestinations__city {
  height: 220px;
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media only screen and (min-width: 480px) {
  .GoDestinations__city {
    width: 50%;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .GoDestinations__city:nth-child(odd) {
    padding-left: 0;
    padding-right: 10px;
  }
  .GoDestinations__inspire__header {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .GoDestinations__inspireWrapper {
    flex-direction: row;
  }
  .GoDestinations__textWrapper {
    margin-bottom: 0;
  }
  .GoDestinations__inspire {
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
  }
  .GoDestinations__inspire__header {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .GoDestinations__warning {
    display: block;
  }
  .GoDestinations__continent__header {
    padding-left: 0;
  }
}
@media only screen and (min-width: 960px) {
  .GoDestinations {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .GoDestinations__city {
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .GoDestinations__city {
    height: 250px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.RecommendedHotels__heading {
  font-size: 16px;
  padding: 25px 0 19px;
  color: #5e5e5e;
}
.RecommendedHotels__city {
  color: #313131;
}
.RecommendedHotels__promo {
  font-size: 16px;
  color: #828282;
  display: block;
}
.RecommendedHotels__hotels {
  margin: -7px -7px 0;
}
.RecommendedHotels__hotels::after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}
.RecommendedHotels__hotel {
  float: left;
  box-sizing: border-box;
  width: 100%;
  padding: 7px 7px 25px;
}
.RecommendedHotels__link {
  text-decoration: none;
  color: #00005e;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #cdcdcd;
}
.RecommendedHotels__link::after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}
.RecommendedHotels__image {
  overflow: hidden;
}
.RecommendedHotels__background {
  height: 140px;
  background: none no-repeat center center;
  background-size: cover;
  transition: transform 0.5s ease;
}
.RecommendedHotels__link:hover .RecommendedHotels__background {
  transform: scale(1.05);
}
.RecommendedHotels__name {
  padding-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.RecommendedHotels__stars {
  float: right;
  padding-top: 8px;
}
.RecommendedHotels__star {
  padding-left: 6px;
  display: block;
  float: right;
  width: 17px;
  height: 17px;
}
.RecommendedHotels__star path {
  fill: #cdcdcd;
}
.RecommendedHotels__price {
  font-size: 30px;
  line-height: 40px;
  white-space: nowrap;
}
@media only screen and (min-width: 480px) {
  .RecommendedHotels__hotel--horizontal {
    width: 33.33333333%;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.Overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 70;
  animation: fadeIn 0.4s ease;
}
.Overlay--absolute {
  position: absolute;
  z-index: auto;
}
.Overlay__middle {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #fff;
  text-align: center;
  padding: 15px;
  width: 700px;
  z-index: 1301;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.GoShareDestination__container {
  display: inline-block;
}
.GoShareDestination__icon {
  width: 40px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  background: url('/content/icons/facebook_white.svg') no-repeat center;
}
.GoShareDestination__icon--messenger {
  background-image: url('/content/icons/messenger_white.svg');
}
.GoShareDestination__icon--twitter {
  background-image: url('/content/icons/twitter_white.svg');
}
@media only screen and (min-width: 480px) {
  .GoShareDestination__icon {
    width: 45px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.GoLocal__container {
  display: flex;
  align-items: center;
  padding: 10px;
  overflow: hidden;
  text-align: left;
}
.GoLocal__container--green {
  background-color: #50d9af;
  color: #fff;
}
.GoLocal__container--yellow {
  display: none;
  background-color: #fff000;
  color: #00005e;
}
.GoLocal__content {
  display: flex;
  flex-direction: column;
}
.GoLocal__temp {
  font-size: 20px;
}
.GoLocal__icon {
  background: none no-repeat center center;
  display: block;
  margin-right: 10px;
  width: 35px;
  height: 35px;
}
.GoLocal__icon--localtime {
  width: 30px;
  height: 30px;
}
.GoLocal__localtime {
  background-color: #fff000;
  color: #00005e;
}
.GoLocal__text {
  white-space: nowrap;
}
.GoLocal__text--toRight {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .GoLocal__container {
    border-radius: 3px;
  }
}
@media only screen and (min-width: 960px) {
  .GoLocal__container {
    margin: 10px 0;
  }
  .GoLocal__container--yellow {
    display: flex;
    margin-top: 0;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.GoContent__flights__container {
  border-radius: 3px;
}
.GoContent__flights__container,
.GoContent__hotels {
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.GoContent__hotels {
  margin-top: 20px;
  padding: 30px 15px;
}
.GoContent__header {
  text-align: center;
}
.GoContent__header--results {
  position: relative;
  height: 340px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.GoContent__resultsHeader__text {
  font-size: 22px;
  color: #fff;
  font-family: Dohop-Mono, 'Arial', 'sans-serif';
  margin: 0 15px;
}
.GoContent__resultsHeader__titleContainer {
  margin-top: 50px;
}
.GoContent__icon {
  background: url('/content/icons/small_airplane_white.svg') no-repeat center;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  border: 2px solid #fff;
  display: inline-block;
  margin-bottom: 10px;
}
.GoContent__header__text {
  font-size: 20px;
  font-family: Dohop-Mono, 'Arial', 'sans-serif';
  margin-bottom: 15px;
}
.GoContent__warning {
  position: absolute;
  color: #00005e;
  background: #fff000;
  width: 55%;
  padding: 10px 15px;
  bottom: 55px;
  text-align: left;
}
.GoContent__shareDestination {
  position: absolute;
  text-align: left;
  bottom: 10px;
  left: 10px;
}
.GoContent__flightDetails {
  height: 78px;
  box-sizing: border-box;
  border-bottom: 1px solid #efefef;
  display: block;
  text-decoration: none;
  color: #00005e;
  padding: 0 15px;
}
.GoContent__flightDetails:first-of-type {
  border-top: 1px solid #efefef;
}
.GoContent__flightDetails:hover {
  background: #efefef;
}
.GoContent__flightDetails__column {
  display: inline-block;
  vertical-align: top;
}
.GoContent__price {
  font-size: 18px;
  line-height: normal;
  display: block;
  padding-top: 15px;
  float: right;
}
.GoContent__airportsAndDates {
  float: left;
  padding-top: 15px;
  line-height: normal;
}
.GoContent__price__button {
  min-width: 132px;
  padding: 8px 15px;
}
.GoContent__dates {
  display: block;
  font-size: 14px;
}
.GoContent__stay {
  display: none;
}
.GoContent__airports {
  text-align: center;
  width: 85px;
  color: #9b9b9b;
  font-size: 14px;
  margin-top: 10px;
}
.GoContent__airport--from {
  float: left;
}
.GoContent__airport--to {
  float: right;
}
.GoContent__airportIcon {
  width: 15px;
  height: 15px;
  vertical-align: top;
  background: url('/content/icons/airplane-out-gray.svg') no-repeat center;
  background-size: contain;
  display: inline-block;
}
.GoContent__search {
  width: 26%;
  display: none;
  padding-top: 21px;
}
.GoContent__more {
  text-align: center;
  margin-top: 30px;
  color: #ff5326;
  cursor: pointer;
}
.GoContent__hotels .GoContent__more {
  margin-top: 5px;
  display: block;
  text-decoration: none;
}
.GoContent__more--flights {
  padding-bottom: 30px;
}
.GoContent__noResults {
  font-weight: normal;
  padding: 0 30px;
}
.GoContent__icon--hotels {
  background-image: url('/content/icons/small_hotel.svg');
  border: 2px solid #00005e;
}
.GoContent__mobileFilters {
  position: relative;
  margin: 15px;
}
.City__go .GoContent__mobileFilters {
  display: none;
}
@media only screen and (min-width: 768px) {
  .GoContent__resultsHeader__text {
    font-size: 24px;
  }
  .GoContent__resultsHeader__titleContainer {
    margin-top: 80px;
  }
  .GoContent__warning {
    width: 45%;
    bottom: 20px;
    padding: 20px;
    font-size: 16px;
  }
  .GoContent__shareDestination {
    text-align: right;
    right: 10px;
    bottom: 20px;
  }
  .GoContent__hotels {
    padding: 30px;
  }
  .GoContent__flightDetails {
    padding: 0 30px;
    line-height: 78px;
  }
  .GoContent__airportsAndDates {
    float: none;
    padding-top: 0;
    width: 67.5%;
    line-height: 78px;
  }
  .GoContent__price {
    width: 32.5%;
    line-height: 78px;
    display: inline-block;
    padding-top: 0;
    float: none;
  }
  .GoContent__dates {
    width: 50%;
    display: inline-block;
  }
  .GoContent__stay {
    display: inline-block;
    width: 26%;
  }
  .GoContent__airports {
    width: 50%;
    float: right;
    margin-top: 0;
    max-width: 100px;
    text-align: center;
    color: #00005e;
  }
  .GoContent__stay + .GoContent__airports {
    width: 24%;
  }
  .GoContent__airportIcon {
    height: 78px;
    background-image: url('/content/icons/airplane-out-ocean.svg');
  }
  .GoContent__topWrapper {
    position: relative;
    margin-bottom: 10px;
  }
  .GoContent__ipadWeather {
    width: 70%;
    display: inline-block;
  }
  .GoContent__mobileFilters {
    width: 30%;
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .GoContent__header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
}
@media only screen and (min-width: 960px) {
  .GoContent__mobileFilters {
    display: none;
  }
  .GoContent__topWrapper {
    display: none;
  }
  .GoContent__warning {
    width: 55%;
  }
}
@media only screen and (min-width: 1280px) {
  .GoFrontPage .GoContent__flights--withHotels {
    width: calc(100% - 400px);
    float: left;
    box-sizing: border-box;
  }
  .GoFrontPage .GoContent__hotels {
    box-sizing: border-box;
    width: 380px;
    float: right;
    margin-top: 0;
  }
  .GoFrontPage .GoContent__header--results {
    height: 400px;
  }
  .GoFrontPage .GoContent__resultsHeader__titleContainer {
    margin-top: 120px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.InfoFooter {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.InfoFooter__text {
  max-width: 800px;
}
.InfoFooter__img {
  width: 120px;
}
.InfoFooter__hunang {
  display: none;
}
@media only screen and (min-width: 480px) {
  .InfoFooter {
    text-align: center;
  }
  .InfoFooter__text {
    line-height: 24px;
    padding: 0 20px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.Footer {
  clear: both;
  padding: 60px 15px;
  overflow: auto;
  color: #828282;
  text-align: center;
}
.Footer--withMobileTabs {
  padding: 32px 15px;
}
.Footer__group {
  padding-bottom: 10px;
}
.Footer__desktop {
  margin: auto;
}
.Footer__mobileLinks {
  display: inline-block;
  padding: 0 10px;
}
.Footer__lists {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 24px;
}
.Footer__lists--hidden {
  display: none;
}
.Footer__header {
  line-height: 32px;
  color: #999;
  margin: 0;
}
.Footer__link {
  color: #00005e;
  text-decoration: none;
  cursor: pointer;
}
.Footer__link:hover {
  border-bottom: 1px solid #00005e;
}
.Footer__citydropdown {
  padding-left: 3px;
}
.Footer__cities {
  list-style: none;
}
.Footer__link__cities {
  color: #ff5326;
}
.Footer__link__cities:hover {
  border-bottom: 1px solid #ff5326;
}
.Footer__socialText {
  margin-left: 5px;
}
.Footer__social {
  display: block;
  padding: 3px 0;
  text-decoration: none;
  color: #666;
}
.Footer__social:hover .Footer__socialText {
  color: #313131;
  border-bottom: 1px solid #313131;
}
.Footer__socialLogo {
  display: inline-block;
  height: 30px;
  width: 30px;
  padding-left: 5px;
}
.Footer__img {
  width: 120px;
}
@media only screen and (min-width: 480px) {
  .Footer__mobile {
    display: none;
  }
  .Footer__desktop {
    display: block;
  }
  .Footer__group {
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    min-height: 190px;
  }
  .Footer__copyright {
    clear: both;
    text-align: center;
    padding: 0 20px;
    line-height: 24px;
    color: #828282;
  }
  .Footer__group--social {
    width: 100%;
    margin-bottom: 30px;
  }
  .Footer__socialIcon {
    margin: auto;
    padding-bottom: 5px;
  }
  .Footer__socialIcon path {
    fill: #00005e;
  }
}
@media only screen and (min-width: 768px) {
  .Footer {
    padding: 40px 0;
  }
  .Footer__group {
    width: 25%;
    height: auto;
    padding-bottom: 30px;
  }
  .Footer__socialIcon {
    display: block;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.GoFrontPage__left {
  display: none;
  float: left;
  width: 180px;
}
.GoFrontPage__results {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .GoFrontPage__content {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .GoFrontPage__left {
    display: block;
  }
  .GoFrontPage__results {
    width: calc(100% - 180px);
    padding-left: 25px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.RecaptchaLinks {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 64px;
}
.RecaptchaLinks--searchPage {
  background-color: #efefef;
  margin-bottom: 0;
}
.RecaptchaLinks a {
  color: #ff5326;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .RecaptchaLinks {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 950px) {
  .RecaptchaLinks {
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.MobileTabs {
  display: flex;
  align-items: flex-end;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  font-size: 12px;
}
.MobileTabs__tab {
  text-decoration: none;
  color: #00005e;
  cursor: pointer;
  display: flex;
  flex-flow: column;
  align-items: center;
  box-sizing: border-box;
  width: calc(100% / 3);
  text-align: center;
  color: #9b9b9b;
  border-top: 2px solid #dcdcdc;
  padding: 20px 0;
  background: #fff;
}
.MobileTabs__tab:first-child {
  border-left-width: 0;
}
.MobileTabs__tab:last-child {
  border-right-width: 0;
}
.MobileTabs__icon {
  height: 18px;
  width: 22px;
  margin: auto;
}
.MobileTabs__icon * {
  fill: #9b9b9b;
}
.MobileTabs__tab--active {
  color: #ff5326;
  border-color: #dcdcdc;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-top: 2px solid #ff5326;
}
.MobileTabs__tab--active svg * {
  fill: #ff5326;
}
.MobileTabs__text {
  display: none;
}
@media only screen and (min-width: 375px) {
  .MobileTabs__tab {
    padding: 12px 0;
  }
  .MobileTabs__text {
    display: block;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.BigLogoHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
}
.BigLogoHeader--transparent {
  box-shadow: none;
}
.BigLogoHeader__content {
  padding: 20px 0 40px;
}
.BigLogoHeader__link {
  display: block;
  margin: 0 auto;
}
.BigLogoHeader__logo {
  height: 54px;
  width: 210px;
}
@media only screen and (min-width: 375px) {
  .BigLogoHeader__logo {
    height: 59px;
    width: 230px;
  }
}
@media only screen and (min-width: 768px) {
  .BigLogoHeader {
    position: static;
    padding: 20px 0 0;
    margin-bottom: 0;
    box-shadow: none;
  }
  .BigLogoHeader__content {
    padding: 85px 0;
  }
  .BigLogoHeader__logo {
    height: 85px;
    width: 334px;
  }
}
@media only screen and (min-width: 960px) {
  .BigLogoHeader__bar {
    padding: 0;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.Heading {
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  font-size: 24px;
  color: #00005e;
  padding: 15px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .Heading {
    font-size: 28px;
    margin: 0 0 25px;
    color: #ff5326;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.Inspired__header {
  box-sizing: border-box;
  padding: 24px;
  text-align: center;
}
.Inspired__title {
  font: normal 18px Dohop-Text, 'Arial', 'sans-serif';
  margin: 0 0 5px;
  text-align: center;
}
.Inspired__subtitle {
  color: #999;
}
.Inspired__cities::after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}
.Inspired__anywhere {
  text-decoration: none;
  color: #00005e;
  cursor: pointer;
  display: block;
  font-size: 16px;
  text-align: center;
  color: #ff5326;
  float: right;
  padding-right: 15px;
}
.Inspired__container {
  display: block;
  text-decoration: none;
  height: 215px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.Inspired--oddSize .Inspired__container:last-child {
  display: none;
}
@media only screen and (min-width: 768px) {
  .Inspired {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
  }
  .Inspired__header {
    padding: 60px 24px 24px;
  }
  .Inspired__title {
    font-size: 24px;
    line-height: 26px;
  }
  .Inspired__subtitle {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }
  .Inspired__anywhere {
    text-align: right;
    position: relative;
    bottom: 5px;
    margin-top: 5px;
    padding-right: 0;
  }
  .Inspired__container {
    float: left;
    width: 50%;
    box-sizing: border-box;
    height: 280px;
    box-shadow: none;
  }
  .Inspired__container:nth-child(odd) {
    padding-right: 10px;
  }
  .Inspired__container:nth-child(even) {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 960px) {
  .Inspired--oddSize .Inspired__container:last-child {
    display: block;
  }
  .Inspired__container {
    width: 25%;
    height: 140px;
  }
  .Inspired__container:nth-child(odd) {
    padding-left: 15px;
    padding-right: 0;
  }
  .Inspired__container:nth-child(even) {
    padding-right: 5px;
    padding-left: 10px;
  }
  .Inspired__container:first-of-type {
    width: 50%;
    height: 300px;
    padding-right: 10px;
    padding-left: 0;
  }
  .Inspired--big .Inspired__container:last-of-type {
    width: 50%;
    height: 300px;
    padding-left: 10px;
    padding-right: 0;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.PageInfoBanner__container {
  background-color: #f3f3f3;
}
.PageInfoBanner {
  padding: 40px 0;
}
.PageInfoBanner::after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}
.PageInfoBanner__iconObject {
  padding: 0 40px;
}
.PageInfoBanner__iconObject__container {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  min-height: 125px;
}
.PageInfoBanner__text__description {
  margin-bottom: 0;
}
.PageInfoBanner__link__container {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.PageInfoBanner__link {
  color: #ff5326;
  text-decoration: none;
}
.PageInfoBanner__text__title {
  font-size: 16px;
  font-family: Dohop-Text, 'Arial', 'sans-serif';
  margin-bottom: 20px;
}
.PageInfoBanner__text__title--bottom {
  margin-bottom: 25px;
}
.PageInfoBanner--bottom {
  padding-top: 40px;
}
.PageInfoBanner__image__container {
  height: 70px;
  position: relative;
}
.PageInfoBanner__image {
  max-width: 55px;
  max-height: 50px;
  bottom: 0;
  padding-bottom: 15px;
}
.PageInfoBanner__text__description a {
  color: #ff5326;
  text-decoration: none;
}
@media only screen and (min-width: 480px) {
  .PageInfoBanner__iconObject {
    padding: 0 10px;
  }
  .PageInfoBanner__iconObject__container {
    width: 33.33333333%;
    min-height: 135px;
  }
  .PageInfoBanner__link__container {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .PageInfoBanner--bottom {
    padding-top: 50px;
  }
  .PageInfoBanner__iconObject {
    padding: 0 35px;
  }
  .PageInfoBanner__text__title--bottom {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .PageInfoBanner__iconObject__container {
    min-height: 125px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
/* General css */
.TrustBanner {
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  background-color: #00005e;
  min-height: 50px;
  padding: 6px 0;
  color: #fff;
  position: relative;
}
.TrustBanner__content {
  max-width: 990px;
  margin: 20px auto 0;
}
.TrustBanner--hotels {
  padding: 30px 0;
  background-color: #fdbb00;
}
.TrustBanner--hotels .TrustBanner__content {
  margin: 0 auto;
}
.TrustBanner--cars {
  background-color: #3b3b3b;
  color: #fff;
}
.TrustBanner--packages {
  background-color: #00d2ff;
  color: #fff;
  padding: 30px 0;
}
.TrustBanner--packages .TrustBanner__content {
  margin: 0 auto;
}
.TrustBanner__content--title {
  text-align: center;
  font-size: 26px;
  padding: 0 15px;
  margin-bottom: 20px;
  margin-top: 0;
}
.TrustBanner__content--txt {
  font-size: 17px;
  padding: 0 15px;
  text-align: center;
  line-height: 1.2;
}
.TrustBanner__logos {
  text-align: center;
  margin: 30px auto 0;
  max-width: 85%;
}
.TrustBanner__container {
  width: 50%;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: middle;
}
.TrustBanner__logo {
  height: 36px;
  width: 75%;
}
.TrustBanner__subtitle {
  font-family: SpartanMB, 'Arial', 'sans-serif';
  font-size: 14px;
  text-align: center;
  padding: 0 15px;
}
/* FLIGHTS CSS */
.TrustBanner__container--sc_ryanair,
.TrustBanner__container--sc_bravofly,
.TrustBanner__container--sc_kilroy,
.TrustBanner__container--sc_klm,
.TrustBanner__container--sc_sas,
.TrustBanner__container--sc_travellink {
  width: 33%;
}
.TrustBanner__container--us_flightnetwork,
.TrustBanner__container--us_kiwicom,
.TrustBanner__container--us_westjet {
  width: 33%;
}
.TrustBanner__container--ae_Emirates,
.TrustBanner__container--ae_Etihad_Airways,
.TrustBanner__container--ae_Qatar_Airways {
  width: 33%;
}
.TrustBanner__container--world_Emirates,
.TrustBanner__container--world_lufthansa,
.TrustBanner__container--world_expedia {
  width: 33%;
}
.TrustBanner__logo--gb_thomascook {
  width: 90%;
}
.TrustBanner__logo--gb_easyJet {
  width: 50%;
}
.TrustBanner__logo--gb_flybe {
  width: 40%;
}
.TrustBanner__logo--sc_sas {
  width: 50%;
}
.TrustBanner__container--sc_kilroy {
  width: 25%;
}
.TrustBanner__container--sc_ryanair {
  width: 42%;
}
.TrustBanner__logo--us_flightnetwork,
.TrustBanner__logo--us_westjet,
.TrustBanner__logo--us_aircanada {
  width: 100%;
}
.TrustBanner__logos--ae {
  max-width: 100%;
}
.TrustBanner__logo--ae_Emirates {
  width: 100%;
}
.TrustBanner__logos--world {
  max-width: 95%;
}
/* CARS CSS */
.TrustBanner__container--cars_Europcar,
.TrustBanner__container--cars_avis,
.TrustBanner__container--cars_Hertz,
.TrustBanner__container--cars_Sixt {
  width: 100px;
  max-width: 25%;
  height: 36px;
  display: inline-block;
}
.TrustBanner__logo--cars_Europcar {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .TrustBanner__logo--world_lufthansa {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .TrustBanner__content--txt {
    padding: 0 50px;
  }
  .TrustBanner__title {
    font-size: 28px;
    margin: 0 auto 20px;
    max-width: 520px;
  }
  .TrustBanner__subtitle {
    font-size: 18px;
  }
  .TrustBanner__container {
    width: 25%;
  }
  .TrustBanner__logos--sc {
    max-width: 90%;
  }
  .TrustBanner__logos--world > .TrustBanner__container {
    width: 130px;
  }
  .TrustBanner__logos--ae > .TrustBanner__container {
    width: 130px;
  }
  .TrustBanner__logos--sc > .TrustBanner__container {
    width: 130px;
  }
  .TrustBanner__logos--de > .TrustBanner__container {
    width: 33%;
  }
}
@media only screen and (min-width: 960px) {
  .TrustBanner__title {
    max-width: 100%;
  }
  .TrustBanner__logos {
    max-width: 100%;
  }
  .TrustBanner__container {
    width: 14.28571429%;
  }
  .TrustBanner__logos--de > .TrustBanner__container {
    width: 14.28571429%;
  }
  .TrustBanner__logos--sc > .TrustBanner__container {
    width: 100px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
@keyframes AdBanner-module__spin-clockwise___37w9L {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes AdBanner-module__spin-counter-clockwise___1MgwN {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes AdBanner-module__fadeIn___2rBl6 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes AdBanner-module__fadeDown___lurK7 {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes AdBanner-module__fadeUp___3GA5g {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes AdBanner-module__fadeInUp___137rK {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes AdBanner-module__fadeInDown___3kLlQ {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes AdBanner-module__fadeInRight___29ArA {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes AdBanner-module__fadeInHalf___3xMrg {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes AdBanner-module__scaleIn___3P3ne {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes AdBanner-module__shake___pgC3r {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes AdBanner-module__forwardBackInfinite___2Jutr {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes AdBanner-module__placeHolderShimmer___3xkzT {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes AdBanner-module__pulse___vYSH2 {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes AdBanner-module__shadowPulse___15Wxt {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes AdBanner-module__bouncedelay___-gq4r {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes AdBanner-module__treeBounce___1C4RN {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.AdBanner-module__wrapper___2K4eB {
  text-decoration: none;
}
.AdBanner-module__image___NCq9U {
  transition: transform 0.5s ease;
  height: 100%;
  width: 100%;
}
.AdBanner-module__banner___3jGCH {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.AdBanner-module__banner___3jGCH:hover .AdBanner-module__image___NCq9U {
  transform: scale(1.01);
}
@media only screen and (min-width: 768px) {
  .AdBanner-module__bannerContstraint___3J-6k {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .AdBanner-module__bannerContstraint___3J-6k {
    padding-top: 30px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInHalf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes forwardBackInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shadowPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes treeBounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.FrontPage {
  background: #fff;
}
.FrontPage .SearchForm,
.FrontPage .HotelSearchForm,
.FrontPage .CarSearchForm {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .FrontPage .SearchForm,
  .FrontPage .HotelSearchForm,
  .FrontPage .CarSearchForm {
    padding-left: 0;
    padding-right: 0;
  }
}
.FrontPage .HotelSearchForm,
.FrontPage .CarSearchForm {
  margin-top: 20px;
}
.FrontPage .Inspired {
  padding-top: 5px;
}
.FrontPage .Inspired:last-child {
  padding-bottom: 40px;
}
.FrontPage .Section--alternate + .Section--content {
  padding-top: 15px;
}
.FrontPage__tree {
  position: absolute;
  animation: treeBounce 1000ms linear both;
  width: 32px;
  height: 53px;
  z-index: 0;
}
.FrontPage__heading {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) {
  .FrontPage .Section--alternate + .Section--content {
    padding-top: 50px;
  }
  .FrontPage__header {
    padding: 180px 0;
  }
  .FrontPage__headerConstraint {
    margin: auto 15px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.9);
  }
  .FrontPage__heading {
    margin: 0;
    padding: 15px 0;
  }
}
@media only screen and (min-width: 960px) {
  .FrontPage__tree {
    width: 40px;
    height: 60px;
  }
}
@media only screen and (min-width: 1240px) {
  .FrontPage__headerConstraint {
    margin: auto;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.PlainPage {
  min-height: 100vh;
  background: #00d2ff;
}
.PlainPage__padding {
  padding: 100px 0 10px;
}
.PlainPage__content {
  margin: 0 auto;
  padding: 30px 10px;
  max-width: 360px;
  border-radius: 5px;
}

@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInHalf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes forwardBackInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shadowPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes treeBounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
/* Input styling */
/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.TransferPage {
  text-align: center;
}
.TransferPage__textTitle {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 0;
}
.TransferPage__text {
  font-size: 13px;
}
.TransferPage__logoContainer {
  background: #fff;
  border-radius: 100%;
  margin: auto;
  height: 240px;
  width: 240px;
  position: relative;
}
.TransferPage__logo {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.TransferPage__airplaneContainer {
  animation: spin-clockwise 4s linear infinite;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.TransferPage__airplane {
  position: relative;
  width: 52px;
  top: -27px;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.PageNotFound {
  margin-top: -1px;
  background-color: #fff;
  padding: 20px 15px 100px;
}
.PageNotFound::after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}
.PageNotFound__explaination {
  text-align: center;
}
.PageNotFound__ghost {
  background: url('/content/img/Ghost.svg') no-repeat center;
  height: 120px;
  background-size: contain;
  margin-bottom: 35px;
}
.PageNotFound__title {
  font: 24px Dohop-Mono, 'Arial', 'sans-serif';
}
.PageNotFound__home {
  text-decoration: none;
  color: #ff5326;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .PageNotFound {
    padding-top: 0;
  }
  .PageNotFound__title {
    font-size: 36px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.Tooltip {
  position: absolute;
  z-index: 40;
  margin-top: -10px;
  background: #00005e;
  color: white;
  border-radius: 2px;
  padding: 8px;
  font-size: 12px;
  line-height: 18px;
  border: 0 solid white;
  text-shadow: none !important;
  box-shadow: 0 0 0 rgba(20, 20, 20, 0.25);
  max-width: 280px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, Helvetica, sans-serif;
}
.Tooltip::first-letter {
  text-transform: capitalize;
}
.Tooltip__arrow {
  position: absolute;
  z-index: 41;
  margin-top: -10px;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 6px solid #00005e;
  border-bottom: 0;
}
.Tooltip,
.Tooltip__arrow {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.Tooltip--loaded,
.Tooltip__arrow--loaded {
  opacity: 1;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.FilterMain .Checkbox__content {
  position: relative;
  max-width: 150px;
}
.FilterMain__filter {
  margin-bottom: 12px;
  font-size: 16px;
  overflow: hidden;
}
.FilterMain__filter:last-child {
  margin-bottom: 0;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.RadioButton {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.RadioButton__input {
  position: absolute;
  visibility: hidden;
}
.RadioButton__radio {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  width: 20px;
  /* Because of flexbox */
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ff5326;
}
input[type='radio']:checked + .RadioButton__radio {
  background-color: #ff5326;
}
input[type='radio']:checked + .RadioButton__radio::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 2px solid #efefef;
  width: 12px;
  /* Because of flexbox */
  min-width: 12px;
  height: 12px;
}
.RadioButton--disabled input[type='radio']:checked + .RadioButton__radio {
  background-color: #828282;
}
.RadioButton__content {
  padding-left: 10px;
  font-family: Dohop-Text, 'Arial', 'sans-serif';
  font-size: 16px;
}
.RadioButton--disabled .RadioButton__content {
  color: #828282;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.FilterStops__container {
  display: inline-flex;
  flex-direction: column;
}
.FilterStops__filter {
  font-size: 16px;
}
.FilterStops__filter:not(:last-child) {
  margin-bottom: 12px;
}

/* Input styling */
/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInHalf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes forwardBackInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shadowPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes treeBounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.FilterCheckboxList--animation {
  animation-name: fadeIn;
  animation-duration: 0.3s;
}
.FilterCheckboxList__rows {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.FilterCheckboxList__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.FilterCheckboxList__row .Checkbox {
  white-space: nowrap;
  width: 100%;
}
.FilterCheckboxList__row .Checkbox__content {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 250px;
}
.FilterCheckboxList__row:first-of-type {
  padding-right: 0;
}
.FilterCheckboxList__only {
  text-decoration: none;
  color: #00005e;
  cursor: pointer;
  color: #505050;
}
@media only screen and (min-width: 768px) {
  .FilterCheckboxList__row {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 960px) {
  .FilterCheckboxList__row .Checkbox__content {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 120px;
    font-size: 14px;
  }
  .FilterCheckboxList__only {
    font-size: 12px;
  }
}

/* Input styling */
/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.FilterAirportList {
  line-height: 30px;
}
.FilterAirportList__group {
  padding-top: 20px;
}
.FilterAirportList__group:first-child {
  padding-top: 0;
}
.FilterAirportList__heading {
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 14px;
  color: #828282;
}
.FilterAirportList__rows {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.FilterAirportList__row {
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .FilterAirportList__row {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 960px) {
  .FilterAirportList__row .Checkbox__content {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 150px;
    font-size: 14px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.NewResultsPopup {
  position: fixed;
  bottom: 15px;
  left: 5px;
  width: 330px;
  z-index: 1301;
  display: flex;
  flex-flow: column;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  box-shadow: 1px 2px 1px #d2d2d2;
}
.NewResultsPopup__content {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 18px 24px;
  height: 76%;
  background-color: #ff9d64;
}
.NewResultsPopup__contentIcon {
  height: 35px;
  width: 40px;
  margin: 10px 0 20px;
  fill: #00005e;
}
.NewResultsPopup__content__title {
  color: white;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.NewResultsPopup__content__txt {
  color: #00005e;
  text-align: center;
  font-family: Dohop-Text, 'Arial', 'sans-serif';
  font-size: 16px;
  margin-top: 18px;
  margin-bottom: 10px;
}
.NewResultsPopup__btn {
  background-color: white;
  color: #ff5326;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  height: 58px;
  outline: none;
  border: none;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.NewResultsPopup__btn:hover {
  background-color: #fcfcfc;
}
@media only screen and (max-width: 480px) {
  .NewResultsPopup {
    width: 95%;
    max-width: 330px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 74px;
    z-index: z-index-over-chat-widget;
  }
}
@media only screen and (max-width: 960px) {
  .NewResultsPopup {
    bottom: 74px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.Filters {
  padding: 20px;
  padding-bottom: 60px;
}
.Filters__hidden {
  display: none;
}
@media only screen and (min-width: 960px) {
  .Filters {
    padding: 0;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.SortButtonsLoading {
  display: flex;
  padding: 2px 0;
  width: 100%;
}
.SortButtonsLoading__tile--containerLeft,
.SortButtonsLoading__tile--containerRight {
  display: flex;
}
.SortButtonsLoading__tile--containerLeft {
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  min-width: 120px;
}
.SortButtonsLoading__tile--containerRight {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
.SortButtonsLoading__tile--title {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #e6e6e6;
  background: linear-gradient(to right, #e6e6e6 8%, #d6d6d6 18%, #e6e6e6 33%);
  background-size: 800px 104px;
  border-radius: 3px;
  height: 18px;
  width: 70px;
  background-color: #e6e6e6;
}
.SortButtonsLoading__tile--price {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #e6e6e6;
  background: linear-gradient(to right, #e6e6e6 8%, #d6d6d6 18%, #e6e6e6 33%);
  background-size: 800px 104px;
  border-radius: 3px;
  height: 25px;
  width: 100px;
  background-color: #e6e6e6;
  margin-bottom: 10px;
}
.SortButtonsLoading__tile--duration {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #e6e6e6;
  background: linear-gradient(to right, #e6e6e6 8%, #d6d6d6 18%, #e6e6e6 33%);
  background-size: 800px 104px;
  border-radius: 3px;
  height: 14px;
  width: 50px;
  background-color: #e6e6e6;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInHalf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes forwardBackInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shadowPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes treeBounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.SortButtons {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 15px;
  color: #50d9af;
  animation-name: fadeDown;
  animation-duration: 0.3s;
}
.SortButtons h4,
.SortButtons p {
  margin: 0;
}
.SortButtons__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2px 10px 4px;
  margin-bottom: 12px;
  border-radius: 3px;
  border: 2px solid #50d9af;
  outline: 0;
  transition: all 0.3s ease 0s;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.SortButtons__button:hover:not(.SortButtons__button--disabled) {
  background-color: #50d9af;
  color: #fff;
}
.SortButtons__button--animation {
  animation-name: fadeIn;
  animation-duration: 0.3s;
}
.SortButtons__button--active {
  background-color: #50d9af;
  color: #fff;
}
.SortButtons__button--disabled {
  background-color: transparent;
  border-color: #d6d6d6;
  outline-color: #d6d6d6;
}
.SortButtons__containerLeft,
.SortButtons__containerRight {
  display: flex;
}
.SortButtons__containerLeft {
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 15px;
}
.SortButtons__price {
  font-family: SpartanMB-Bold, 'Arial', 'sans-serif';
  font-size: 24px;
  white-space: nowrap;
}
.SortButtons__title {
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  font-size: 16px;
}
.SortButtons__duration {
  font-family: SpartanMB, 'Arial', 'sans-serif';
  font-size: 14px;
  white-space: nowrap;
}
@media only screen and (min-width: 960px) {
  .SortButtons {
    flex-flow: row nowrap;
    padding: 0;
    animation-name: none;
    animation-duration: unset;
    width: 100%;
  }
  .SortButtons__button {
    margin-right: 12px;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .SortButtons__button--last {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .SortButtons__containerLeft {
    margin-right: 10px;
  }
  .SortButtons__button {
    margin-right: 6px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInHalf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes forwardBackInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shadowPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes treeBounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.FilterFeedback {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: #50d9af;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, Helvetica, sans-serif;
  font-size: 16px;
  z-index: 999999;
}
.FilterFeedback__itineraries {
  margin: 0 15px;
  color: white;
  font-weight: bold;
  animation: fadeUp 0.3s ease-in-out;
}
.FilterFeedback__btn {
  margin-right: 15px;
  color: #50d9af;
  background-color: white;
  font-weight: bold;
  border-radius: 3px;
  padding: 10px 20px;
  border: none;
  animation: fadeUp 0.3s ease-in-out;
}
@media only screen and (max-width: 320px) {
  .FilterFeedback {
    font-size: 13px;
  }
  .FilterFeedback__itineraries {
    margin: 0 10px;
  }
  .FilterFeedback__btn {
    margin-right: 10px;
    padding: 8px 10px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.MobileFilters {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
}
.MobileFilters__button {
  background-color: rgba(255, 255, 255, 0.6);
}
.MobileFilters__button--sort {
  margin-right: 10px;
}
.MobileFilters__button--filter {
  margin-left: 10px;
}
.MobileFilters__buttonInnerContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.MobileFilters__filterIcon {
  margin-right: 10px;
  height: 20px;
  width: 20px;
}
@media only screen and (min-width: 320px) {
  .MobileFilters__button--sort {
    margin-right: 2px;
  }
  .MobileFilters__button--filter {
    margin-left: 2px;
  }
}
@media only screen and (min-width: 480px) {
  .MobileFilters {
    justify-content: center;
  }
  .MobileFilters__button--sort {
    margin-right: 15px;
  }
  .MobileFilters__button--filter {
    margin-left: 15px;
  }
}

/* Input styling */
/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.ItineraryPrice {
  position: relative;
  display: flex;
  text-align: center;
  min-width: 180px;
  padding: 0 15px 15px;
  margin-left: auto;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
}
.ItineraryPrice__rightWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
}
.ItineraryPrice__priceContainer {
  margin-bottom: 10px;
}
.ItineraryPrice__price {
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 7px;
  white-space: nowrap;
  font-size: 27px;
  line-height: 27px;
  color: #00005e;
  font-family: SpartanMB-Bold, 'Arial', 'sans-serif';
}
.ItineraryPrice__price--pax {
  font-size: 14px;
  line-height: 14px;
  padding: 0;
}
.ItineraryPrice__button {
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
}
.ItineraryPrice__vendor {
  color: #828282;
  font-size: 14px;
}
.ItineraryPrice__protectionLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 15px;
  bottom: 0;
  background-color: #fdbb00;
  height: 24px;
  width: 24px;
  box-shadow: 1px 1px 2px rgba(20, 20, 20, 0.25);
}
.ItineraryPrice__protectionLabel__tooltip {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ItineraryPrice__protectionIcon {
  height: 16px;
  width: 16px;
}
@media only screen and (min-width: 768px) {
  .ItineraryPrice {
    flex-direction: column;
    padding: 20px 12px 20px 6px;
    width: auto;
    min-width: 200px;
    justify-content: space-between;
    border-radius: 0 3px 3px 0;
  }
  .ItineraryPrice::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 4px;
    height: 100%;
    left: -4px;
    top: 0;
  }
  .ItineraryPrice__priceContainer {
    margin: 0;
    padding: 5px 0;
  }
  .ItineraryPrice__price--moreSpace {
    padding: 5px 0;
  }
  .ItineraryPrice__protectionLabel {
    right: 0;
    top: 15px;
    left: auto;
  }
  .ItineraryPrice__button {
    min-width: 140px;
    margin: 0 auto;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.ItineraryStop {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #3b3b3b;
}
.ItineraryStop__duration {
  text-align: right;
  padding-right: 10px;
  margin-right: 10px;
  width: 18%;
  font-size: 14px;
  color: #ff5326;
}
.ItineraryStop__info {
  position: relative;
  padding: 50px 0 50px 20px;
}
.ItineraryStop__line {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #3b3b3b 50%, transparent 50%);
  background-size: 100% 10px;
}
.ItineraryStop__item {
  font-size: 12px;
  margin: 10px 0;
}
.ItineraryStop__title {
  position: absolute;
  top: 0;
  font-family: SpartanMB, 'Arial', 'sans-serif';
  color: #ff5326;
}
.ItineraryStop__title--only {
  position: relative;
}
.ItineraryStop__itemIcon {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  fill: #ff5326;
}
.ItineraryStop__groundTransitAirports {
  display: flex;
  font-size: 12px;
}
.ItineraryStop__arrow {
  margin: 0 5px;
  width: 20px;
  height: 10px;
  fill: #ff5326;
}
.ItineraryStop__button {
  margin: 5px 0;
}

/* Input styling */
/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.ItineraryDetailedRoute {
  position: relative;
  margin-bottom: 15px;
}
.ItineraryDetailedRoute__line {
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, #dcdcdc 50%, transparent 50%);
  background-size: 10px 100%;
}
.ItineraryDetailedRoute__itinerary {
  display: flex;
  padding: 0 15px;
}
.ItineraryDetailedRoute__route {
  width: 50%;
}
.ItineraryDetailedRoute__heading {
  display: inline-block;
  margin: 20px 0;
  background-color: #fdbb00;
  padding: 5px 10px;
}
.ItineraryDetailedRoute__mobileHeading {
  display: flex;
  background-color: #fdbb00;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.ItineraryDetailedRoute__headingTitle {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  font-family: SpartanMB, 'Arial', 'sans-serif';
}
.ItineraryDetailedRoute__headingSubTitle {
  font-size: 14px;
  font-family: SpartanMB, 'Arial', 'sans-serif';
}
.ItineraryDetailedRoute__mobileHeadingSubTitle {
  margin-left: auto;
}
.ItineraryDetailedRoute__headingIcon {
  display: none;
  margin-right: 15px;
  width: 30px;
  height: 15px;
  fill: #00005e;
}
.ItineraryDetailedRoute__flight {
  font-size: 16px;
}
.ItineraryDetailedRoute__timeAndAirport {
  display: flex;
  align-items: center;
}
.ItineraryDetailedRoute__timeAndAirport--withNewDay {
  margin-bottom: -8px;
}
.ItineraryDetailedRoute__date {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 16px;
  padding-right: 10px;
  width: 18%;
}
.ItineraryDetailedRoute__airplaneIcon {
  margin-right: 12px;
  width: 20px;
  height: 14px;
  fill: #3b3b3b;
}
.ItineraryDetailedRoute__airport {
  font-family: SpartanMB, 'Arial', 'sans-serif';
  font-size: 16px;
  font-weight: 600;
}
.ItineraryDetailedRoute__airTime {
  display: flex;
  align-items: center;
}
.ItineraryDetailedRoute__duration {
  text-align: right;
  padding-right: 10px;
  margin-right: 10px;
  width: 18%;
  font-size: 14px;
  color: #3b3b3b;
}
.ItineraryDetailedRoute__flightInfo {
  position: relative;
  border-left: 1px solid #3b3b3b;
  padding: 50px 0 50px 20px;
}
.ItineraryDetailedRoute__airline {
  position: absolute;
  top: 0;
  margin-top: 5px;
}
.ItineraryDetailedRoute__airlineText {
  white-space: nowrap;
}
.ItineraryDetailedRoute__airlineInfo {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.ItineraryDetailedRoute__airlineSeparator {
  padding: 0 5px;
}
.ItineraryDetailedRoute__airlineLogo {
  background: none no-repeat center center;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  background-size: contain;
}
.ItineraryDetailedRoute__airlineMessage {
  font-size: 14px;
  margin-left: 32px;
  white-space: nowrap;
}
.ItineraryDetailedRoute__groundTransitAirports {
  display: flex;
}
.ItineraryDetailedRoute__groundTransitIata {
  font-weight: 600;
  color: #ff5326;
  background: #fff000;
  margin-left: 3px;
}
.ItineraryDetailedRoute__newDay {
  background-color: #fdbb00;
  padding: 2px 2px 0;
  border-radius: 2px;
}
@media only screen and (min-width: 768px) {
  .ItineraryDetailedRoute {
    border-top: none;
  }
  .ItineraryDetailedRoute__heading {
    display: block;
    background-color: transparent;
    padding: 0;
  }
  .ItineraryDetailedRoute__headingIcon {
    display: block;
  }
  .ItineraryDetailedRoute__headingSubTitle {
    color: #828282;
    margin-left: 45px;
  }
}

/* Input styling */
/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.ItineraryDetails {
  position: relative;
  display: flex;
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
}
.ItineraryDetails__open {
  max-height: 1300px;
}
.ItineraryDetails__line {
  position: absolute;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: #dcdcdc;
}
.ItineraryDetails__route {
  margin: 15px 0;
  width: 50%;
}

.CollapseWithAnimation__content {
  overflow: hidden;
  transition: height 0.3s ease-out;
  height: auto;
}

/* Input styling */
/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.ItineraryRoute {
  position: relative;
}
.ItineraryRoute__separator {
  height: 1px;
  width: calc(100% - 30px);
  margin-left: 15px;
  border-top: 1px solid #dcdcdc;
}
.ItineraryRoute--outbound {
  margin-bottom: 5px;
}
.ItineraryRoute__main {
  display: flex;
  align-items: center;
  width: 100%;
}
.ItineraryRoute__airlines {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: calc(100% - 100px);
  min-width: 70px;
  padding: 10px 15px 15px;
}
.ItineraryRoute__airline {
  display: flex;
  align-items: center;
  margin-right: 15px;
  color: #828282;
}
.ItineraryRoute__airlineLogo {
  background: none no-repeat center center;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-right: 5px;
}
.ItineraryRoute__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5px 15px;
}
.ItineraryRoute__information {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 425px;
  margin-bottom: 6px;
}
.ItineraryRoute__timeAndAirport {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 52px;
}
.ItineraryRoute__time {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  font-family: SpartanMB, 'Arial', 'sans-serif';
}
.ItineraryRoute__daysApart {
  display: none;
  position: absolute;
  top: 0;
  right: -15px;
  font-size: 10px;
  color: #ff5326;
}
.ItineraryRoute__airport {
  color: #3b3b3b;
  text-align: center;
  word-spacing: 100vw;
}
.ItineraryRoute__usefulInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  font-size: 12px;
}
.ItinearyRoute__duration {
  text-align: center;
}
.ItineraryRoute__avoidBreak {
  display: inline-block;
}
.ItineraryRoute__numStops {
  margin-left: 4px;
}
.ItineraryRoute__directMessage {
  margin-top: -20px;
}
.ItineraryRoute__airplaneIcon {
  display: none;
  background-color: #fff;
  z-index: 1;
  width: 18px;
  height: 10px;
}
.ItineraryRoute__airplaneIcon path {
  fill: #00005e;
}
.ItineraryRoute__airplaneIcon--departing {
  position: absolute;
  left: 0;
}
.ItineraryRoute__airplaneIcon--arriving {
  position: absolute;
  right: 0;
}
.ItineraryRoute__journeyLine {
  display: flex;
  align-items: center;
  position: relative;
  margin: 5px 0 25px;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
}
.ItineraryRoute__stop {
  position: absolute;
  left: calc(50% - 3px);
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 9.5px 0 0;
  z-index: 1;
  text-align: center;
  width: 24px;
}
.ItineraryRoute__bullet {
  background-color: #ff5326;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  color: #ff5326;
}
.ItineraryRoute__stopOverAirport {
  padding-top: 4px;
}
@media only screen and (min-width: 375px) {
  .ItineraryRoute__airplaneIcon--departing {
    display: block;
    left: -26px;
  }
  .ItineraryRoute__airplaneIcon--arriving {
    display: block;
    right: -26px;
  }
}
@media only screen and (min-width: 480px) {
  .ItineraryRoute__usefulInfo {
    min-width: 185px;
  }
  .ItineraryRoute__usefulInfo--alwaysMobile {
    min-width: 140px;
  }
}
@media only screen and (min-width: 768px) {
  .ItineraryRoute {
    margin: 0;
    padding: 0 15px;
  }
  .ItineraryRoute--alwaysMobile {
    padding: 0;
  }
  .ItineraryRoute--outbound {
    border-bottom: none;
    margin-bottom: 0;
  }
  .ItineraryRoute--homebound {
    margin-top: 18px;
  }
  .ItineraryRoute__airlines {
    top: -4px;
    padding: 0;
  }
  .ItineraryRoute__airlines--alwaysMobile {
    top: 0;
    padding: 10px 15px 15px;
  }
  .ItineraryRoute__airlineLogo {
    width: 30px;
    height: 30px;
    padding: 5px 0;
  }
  .ItineraryRoute__airlineLogo--alwaysMobile {
    width: 20px;
    height: 20px;
    padding: 0;
  }
  .ItineraryRoute__airport {
    word-spacing: normal;
  }
  .ItineraryRoute__newStop {
    margin: 18px 16px 0;
  }
  .ItineraryRoute__daysApart {
    display: block;
  }
}

/* Input styling */
/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.ItinerarySeparator {
  position: relative;
  background-color: #fff;
  z-index: 1;
  padding-top: 4px;
  height: 24px;
}
.ItinerarySeparator__firstBite,
.ItinerarySeparator__secondBite {
  content: '';
  position: absolute;
  background-color: #efefef;
  width: 8px;
  height: 16px;
  transition: height 0.15s ease-in-out;
}
.ItinerarySeparator__firstBite {
  left: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: inset -5px 0 5px -5px rgba(0, 0, 0, 0.4);
}
.ItinerarySeparator__secondBite {
  right: 0;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  box-shadow: inset 5px 0 5px -5px rgba(0, 0, 0, 0.4);
}
.ItinerarySeparator__line {
  position: absolute;
  top: 11px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, #dcdcdc 50%, transparent 50%);
  background-size: 10px 100%;
}
@media only screen and (min-width: 768px) {
  .ItinerarySeparator {
    height: auto;
    width: 23px;
    padding-top: 0;
  }
  .ItinerarySeparator__firstBite,
  .ItinerarySeparator__secondBite {
    height: 8px;
    width: 17px;
  }
  .ItinerarySeparator__firstBite {
    top: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
    box-shadow: inset 0 -7px 7px -7px rgba(0, 0, 0, 0.4);
  }
  .ItinerarySeparator__secondBite {
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 16px;
    box-shadow: inset 0 7px 7px -7px rgba(0, 0, 0, 0.4);
  }
  .ItinerarySeparator__firstBite--detailsOpen {
    top: 1px;
    height: 1px;
    background-color: transparent;
    box-shadow: none;
  }
  .ItinerarySeparator__secondBite--detailsOpen {
    display: none;
  }
  .ItinerarySeparator__line {
    top: 0;
    bottom: 0;
    left: 8px;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to bottom, #dcdcdc 50%, transparent 50%);
    background-size: 100% 10px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.ShareItinerary {
  display: none;
  font-size: 14px;
}
.ShareItinerary a {
  text-decoration: none;
  color: #828282;
  fill: #828282;
  cursor: pointer;
}
.ShareItinerary__toggleContainer {
  display: flex;
}
.ShareItinerary__icon {
  position: relative;
  top: 7px;
  padding-left: 5px;
  width: 20px;
}
.ShareItinerary__copyMessage {
  display: none;
  position: absolute;
  color: #fff;
  background: #00005e;
  border-radius: 2px;
  top: -20px;
  left: -5px;
  padding: 4px 8px;
  transition: opacity 1s ease-in-out;
}
.ShareItinerary__copyMessage::after {
  display: none;
  position: absolute;
  content: '';
  bottom: -6px;
  border-style: solid;
  border-width: 6px 6px 0;
  border-color: #00005e transparent;
  left: 25px;
}
.ShareItinerary__copyMessage--enabled {
  display: inline-block;
}
.ShareItinerary__copyMessage--enabled::after {
  display: block;
}
@media only screen and (min-width: 768px) {
  .ShareItinerary {
    display: block;
    left: auto;
    right: 25px;
    bottom: 15px;
  }
  .ShareItinerary a {
    color: #00005e;
  }
}

/* Input styling */
/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.Itinerary,
.Itinerary--alwaysMobile {
  position: relative;
  background: #fff;
  border-radius: 3px;
  margin: 0 10px 15px 10px;
  font-family: Dohop-Text, 'Arial', 'sans-serif';
}
.Itinerary--noPrice,
.Itinerary--noPrice--alwaysMobile {
  margin: 0;
}
.Itinerary__clickable,
.Itinerary__clickable--alwaysMobile {
  position: relative;
  cursor: pointer;
  border-radius: 3px;
}
.Itinerary__clickable::after,
.Itinerary__clickable--alwaysMobile::after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}
.Itinerary__collapsed,
.Itinerary__collapsed--alwaysMobile {
  position: relative;
  display: flex;
  flex-direction: column;
}
.Itinerary__main,
.Itinerary__main--alwaysMobile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
}
.Itinerary__main--insideTile,
.Itinerary__main--insideTile--alwaysMobile {
  box-shadow: none;
}
.Itinerary__main--noPrice,
.Itinerary__main--withPrice--alwaysMobile {
  border-radius: 3px;
}
.Itinerary__header,
.Itinerary__header--alwaysMobile {
  height: 25px;
  margin-bottom: 15px;
}
.Itinerary__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transition: all 0.3s ease;
  width: 12px;
  height: 12px;
}
.Itinerary__arrow path {
  fill: #ff5326;
}
.Itinerary__arrow--open {
  transform: rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .Itinerary {
    border-radius: 3px;
    box-shadow: none;
    margin: 0 0 15px 0;
  }
  .Itinerary--insideTile {
    margin: 0;
  }
  .Itinerary__clickable {
    border-radius: 3px;
  }
  .Itinerary__clickable--withDetails {
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
  }
  .Itinerary__collapsed {
    flex-direction: row;
  }
  .Itinerary__main--withPrice {
    border-radius: 3px 0 0 3px;
  }
  .Itinerary__main--withPrice::after {
    content: '';
    position: absolute;
    background: #fff;
    font-size: 0;
    width: 4px;
    height: 100%;
    right: -4px;
    top: 0;
  }
  .Itinerary--noShadow {
    box-shadow: none;
  }
  .Itinerary__footer {
    display: flex;
    position: relative;
    padding: 5px 15px 10px;
  }
  .Itinerary__details {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .Itinerary__airlines {
    position: relative;
    display: flex;
    max-width: calc(100% - 100px);
    padding: 10px 15px 0;
  }
  .Itinerary__airline {
    display: flex;
    align-items: center;
    margin-right: 15px;
    color: #9b9b9b;
  }
  .Itinerary__airlineLogo {
    background: none no-repeat center center;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-size: contain;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.PackageImages-module__container___2bS1y {
  position: relative;
  height: 180px;
}
.PackageImages-module__overlay___33wec {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.PackageImages-module__image___D5lb0 {
  object-fit: cover;
  width: 100%;
  height: 180px;
  border-radius: 3px 3px 0 0;
}
.PackageImages-module__arrowPrev___2DIsE,
.PackageImages-module__arrowNext___2oT0G {
  position: absolute;
  top: calc(50% - 7px);
  height: 10px;
  width: 14px;
  padding: 5px;
  z-index: 2;
  cursor: pointer;
}
.PackageImages-module__arrowPrev___2DIsE path,
.PackageImages-module__arrowNext___2oT0G path {
  fill: #fff;
}
.PackageImages-module__arrowPrev___2DIsE {
  transform: rotate(90deg);
  left: 0;
}
.PackageImages-module__arrowNext___2oT0G {
  transform: rotate(-90deg);
  right: 0;
}
.PackageImages-module__arrowDisabled___9jzJv {
  cursor: not-allowed;
}
.PackageImages-module__arrowDisabled___9jzJv path {
  fill: #9b9b9b;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.Package-module__container___3ObBH {
  position: relative;
  display: flex;
  flex-flow: column;
  background-color: #fff;
  border-radius: 3px;
  font-family: SpartanMB, 'Arial', 'sans-serif';
  overflow: hidden;
  height: auto;
}
.Package-module__link___2dG9E {
  text-decoration: none;
}
.Package-module__ratingWrapper___3sXLS {
  position: absolute;
  cursor: default;
  top: 0;
  right: 15px;
  z-index: 2;
}
.Package-module__score___1W2zV {
  display: flex;
  flex-flow: column;
  background-color: #50d9af;
  color: #fff;
  font-size: 16px;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  padding: 5px;
  border-radius: 0 0 3px 3px;
}
.Package-module__information___1hGmi {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 10px;
  height: 100%;
  cursor: pointer;
}
.Package-module__heading___aCWsv {
  position: absolute;
  text-align: center;
  top: -80px;
  z-index: 2;
}
.Package-module__destination___2CHXl,
.Package-module__stay___3qNWL {
  color: #fff;
}
.Package-module__destination___2CHXl {
  font-size: 24px;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
}
.Package-module__dates___1PLOS {
  color: #00d2ff;
  font-size: 12px;
}
.Package-module__hotel___1X2hX {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.Package-module__hotelName___ovSky {
  align-self: flex-start;
  font-size: 16px;
  margin-right: 10px;
}
.Package-module__hotelStars___1ANQP {
  display: flex;
  align-items: center;
}
.Package-module__hotelStar___JWvMt {
  height: 10px;
  width: 10px;
  margin-right: 5px;
}
.Package-module__hotelStar___JWvMt path {
  fill: #fdbb00;
}
.Package-module__hotelStar___JWvMt:last-child {
  margin-right: 0;
}
.Package-module__roomWrapper___3r6Vr,
.Package-module__foodWrapper___3EpfK {
  display: flex;
  align-items: center;
  align-self: flex-start;
  color: #828282;
}
.Package-module__bedIcon___UzTL0,
.Package-module__foodIcon___hNaJj {
  height: 18px;
  width: 18px;
  margin-right: 5px;
}
.Package-module__bedIcon___UzTL0 path,
.Package-module__foodIcon___hNaJj path {
  fill: #828282;
}
.Package-module__priceWrapper___13zSv {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: flex-end;
  margin-top: auto;
}
.Package-module__price___10dgl {
  font-size: 24px;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  color: #ff5326;
}
.Package-module__priceDescription___11Z5Z {
  color: #828282;
}
.Package-module__priceDescription___11Z5Z strong {
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
}
.Package-module__replacementImage___22Vwh {
  height: 200px;
  width: 100%;
  background-color: #fff;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.PackagesSlider-module__container___CoOUD {
  position: relative;
  margin-bottom: 15px;
  padding: 0 15px;
}
.PackagesSlider-module__arrowPrev___3HVhF,
.PackagesSlider-module__arrowNext___21TOz {
  position: absolute;
  top: calc(50% - 25px);
  height: 50px;
  width: 14px;
  cursor: pointer;
}
.PackagesSlider-module__arrowPrev___3HVhF path,
.PackagesSlider-module__arrowNext___21TOz path {
  fill: #7f7fae;
}
.PackagesSlider-module__arrowPrev___3HVhF {
  left: 0;
}
.PackagesSlider-module__arrowNext___21TOz {
  transform: rotate(180deg);
  right: 0;
}
.PackagesSlider-module__arrowDisabled___CWq6I {
  cursor: not-allowed;
}
.PackagesSlider-module__arrowDisabled___CWq6I path {
  fill: #dcdcdc;
}
.PackagesSlider-module__pagination___1fXwg {
  display: flex;
  padding-bottom: 15px;
  justify-content: center;
}
.PackagesSlider-module__paginationDot___1v1Nb {
  background-color: #dcdcdc;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin-right: 10px;
}
.PackagesSlider-module__paginationDot___1v1Nb:last-child {
  margin-right: 0;
}
.PackagesSlider-module__activePaginationDot___3yHnd {
  background-color: #00d2ff;
}
@media only screen and (min-width: 768px) {
  .PackagesSlider-module__container___CoOUD {
    padding: 0 20px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.PackagesBanner-module__heading___kaY0K {
  font-size: 24px;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  padding: 0 15px;
}
.PackagesBanner-module__container___35W84 {
  position: relative;
  margin-bottom: 15px;
  padding: 0 20px;
}
.PackagesBanner-module__arrowPrev___23Ll2,
.PackagesBanner-module__arrowNext___3A571 {
  position: absolute;
  top: calc(50% - 25px);
  height: 50px;
  width: 14px;
  z-index: 99;
  cursor: pointer;
}
.PackagesBanner-module__arrowPrev___23Ll2 path,
.PackagesBanner-module__arrowNext___3A571 path {
  fill: #7f7fae;
}
.PackagesBanner-module__arrowPrev___23Ll2 {
  left: 0;
}
.PackagesBanner-module__arrowNext___3A571 {
  transform: rotate(180deg);
  right: 0;
}
.PackagesBanner-module__arrowDisabled___2THUd {
  cursor: not-allowed;
}
.PackagesBanner-module__arrowDisabled___2THUd path {
  fill: #dcdcdc;
}

/* Input styling */
/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.SingleItinerary {
  float: left;
  width: 100%;
}
.SingleItinerary__showOther {
  text-align: center;
  padding: 15px 0;
}
.SingleItinerary__showOtherLink {
  text-decoration: none;
  color: #00005e;
  cursor: pointer;
  font-size: 15px;
}
.SingleItinerary__loading {
  text-align: center;
  font-size: 16px;
  color: #8f8f8f;
}
.SingleItinerary__spinner {
  width: 30px;
  height: 30px;
  margin: 0 auto 10px;
  background: url(/content/img/ajax-loader-smaller.gif) no-repeat center center;
}
.SingleItinerary__notFound {
  text-align: center;
  font-size: 16px;
  color: #8f8f8f;
}
.SingleItinerary__title {
  color: #5e5e5e;
  padding-bottom: 15px;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.CheaperPriceIndicator {
  position: fixed;
  bottom: 12px;
  left: 12px;
  width: 340px;
  max-width: 80%;
  min-height: 50px;
  padding: 20px;
  background: #ffea34;
  font-size: 16px;
  color: #00005e;
  z-index: 2;
  border-radius: 3px;
  box-sizing: border-box;
}
.CheaperPriceIndicator__price {
  font-family: Dohop-Mono, 'Arial', 'sans-serif';
  line-height: 18px;
  margin-bottom: 3px;
}
.CheaperPriceIndicator__icon {
  width: 40px;
  height: 60px;
  float: left;
  background: url('/content/img/how-much.png') no-repeat;
  background-size: contain;
}
.CheaperPriceIndicator__rightContainer {
  float: left;
  width: calc(100% - 40px);
  padding: 0 20px;
  box-sizing: border-box;
}
.CheaperPriceIndicator__close {
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 15px;
  cursor: pointer;
  height: 15px;
}
.CheaperPriceIndicator__close::after,
.CheaperPriceIndicator__close::before {
  position: absolute;
  display: block;
  content: '';
  height: 1px;
  background-color: #00005e;
  width: 15px;
}
.CheaperPriceIndicator__close::after {
  transform: rotate(-45deg);
}
.CheaperPriceIndicator__close::before {
  transform: rotate(45deg);
}
.CheaperPriceIndicator__link {
  border-bottom: 1px solid #00005e;
  font-size: 14px;
  text-decoration: none;
  color: #00005e;
  cursor: pointer;
}

/* Input styling */
/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.ExpiredPopup__content {
  box-sizing: border-box;
  padding: 20px;
  width: 75%;
  max-width: 500px;
  font-size: 16px;
  text-align: center;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
.ExpiredPopup__clock {
  width: 46px;
  padding-bottom: 20px;
}
.ExpiredPopup__button {
  height: 50px;
  line-height: 50px;
  width: 150px;
  font-size: 16px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .ExpiredPopup__content {
    padding: 25px;
    font-size: 18px;
  }
}

/*
** Mixins
*/
/* Input styling */
/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.MobileLoading {
  display: flex;
  flex-flow: column;
  background: #fff;
  border-radius: 3px;
  margin: 0 10px 15px 10px;
}
.MobileLoading__body {
  position: relative;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
  padding: 10px 0 10px 15px;
  height: 200px;
}
.MobileLoading__body__tile--airlines {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  display: block;
  border-radius: 2px;
  height: 12px;
  width: 84px;
  margin-top: 12px;
  margin-bottom: 18px;
}
.MobileLoading__body__tile--itinerary {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  display: block;
  border-radius: 2px;
  height: 22px;
  width: 80%;
  max-width: 330px;
  margin: 30px auto;
}
.MobileLoading__line {
  height: 1px;
  width: calc(100% - 30px);
  margin-left: 15px;
  border-top: 1px solid #dcdcdc;
}
.MobileLoading__footer {
  display: flex;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
  padding: 15px;
  align-items: top;
}
.MobileLoading__footer__tiles {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  margin-left: auto;
}
.MobileLoading__footer__tiles--vendor {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  display: block;
  border-radius: 2px;
  height: 12px;
  width: 60px;
  margin-bottom: 10px;
}
.MobileLoading__footer__tiles--price {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  display: block;
  border-radius: 2px;
  height: 14px;
  margin-bottom: 15px;
  width: 90px;
}
.MobileLoading__footer--btn {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #ffe1d9;
  background: linear-gradient(to right, #ffe1d9 8%, #f3cabf 18%, #ffe1d9 33%);
  background-size: 800px 104px;
  display: block;
  border-radius: 2px;
  height: 40px;
  width: 104px;
  background-color: #ffe1d9;
  border-radius: 3px;
}

/*
** Mixins
*/
/* Input styling */
/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/*
** Styles
*/
.DesktopLoading {
  display: flex;
  background: #fff;
  position: relative;
  height: 160px;
  border-radius: 3px;
  margin: auto;
  margin-bottom: 20px;
}
.DesktopLoading__price {
  position: relative;
  margin-left: auto;
  height: 100%;
  width: 200px;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0 3px 3px 0;
}
.DesktopLoading__price::before {
  content: '';
  position: absolute;
  background: #fff;
  width: 4px;
  height: 100%;
  left: -4px;
  top: 0;
}
.DesktopLoading__price__tiles {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 25px 20px;
}
.DesktopLoading__price__tiles--vendor {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  display: block;
  border-radius: 2px;
  height: 12px;
  width: 54px;
}
.DesktopLoading__price__tiles--price {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  display: block;
  border-radius: 2px;
  margin-top: 13px;
  height: 16px;
  width: 110px;
}
.DesktopLoading__price__tiles--btn {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #ffe1d9;
  background: linear-gradient(to right, #ffe1d9 8%, #f3cabf 18%, #ffe1d9 33%);
  background-size: 800px 104px;
  display: block;
  border-radius: 2px;
  margin-top: 16px;
  height: 45px;
  width: 150px;
}
.DesktopLoading__itinerary {
  position: relative;
  width: 80%;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px 0 0 3px;
}
.DesktopLoading__itinerary::after {
  position: absolute;
  background: #fff;
  content: '';
  font-size: 0;
  width: 4px;
  height: 100%;
  right: -4px;
  top: 0;
}
.DesktopLoading__itinerary__tiles {
  padding: 20px;
}
.DesktopLoading__itinerary__tiles--airline {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  display: block;
  border-radius: 2px;
  height: 14px;
  width: 110px;
}
.DesktopLoading__itinerary__tiles--outbound {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  display: block;
  border-radius: 2px;
  height: 16px;
  width: 100%;
  margin-top: 18px;
}
.DesktopLoading__itinerary__tiles--homebound {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  display: block;
  border-radius: 2px;
  height: 16px;
  width: 100%;
  margin-top: 14px;
}
.DesktopLoading__itinerary__tiles--details {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  display: block;
  border-radius: 2px;
  height: 14px;
  width: 62px;
  position: absolute;
  right: 20px;
  bottom: 16px;
}
.DesktopLoading__itinerary__tiles--share {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  display: block;
  border-radius: 2px;
  height: 14px;
  width: 44px;
  position: absolute;
  left: 20px;
  bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .DesktopLoading {
    height: 156px;
  }
  .DesktopLoading__itinerary__tiles {
    padding: 22px 18px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/*
** Mixins
*/

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInHalf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes forwardBackInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shadowPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes treeBounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.Results {
  padding-bottom: 40px;
}
.Results .Loading {
  padding-top: 20px;
}
.Results__itineraries {
  float: left;
  width: 100%;
}
.Results__itineraries--animation {
  animation-name: fadeIn;
  animation-duration: 0.3s;
}
.Results__filterAd {
  width: 160px;
  margin: 0 auto;
}
.Results__head {
  display: flex;
  justify-content: center;
  padding: 20px 15px;
}
.Results__sortButtons {
  width: 100%;
}
.Results__noResults {
  font-size: 18px;
  font-family: Dohop-Mono, 'Arial', 'sans-serif';
}
.Results__moreRecommended {
  text-align: center;
  color: #ff5326;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  margin-bottom: 20px;
  cursor: pointer;
  border: 1px solid #dcdcdc;
  border-left: 0;
  border-right: 0;
}
.Results__number {
  display: none;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .Results .Loading {
    padding-top: 0;
  }
  .Results__itineraries {
    margin-top: 15px;
  }
  .Results__head {
    padding: 0;
  }
  .Results__moreRecommended {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 960px) {
  .Results__head {
    position: relative;
    justify-content: flex-start;
  }
  .Results__number {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 66px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.ExploreBoxes__box {
  font-size: 25px;
  line-height: 35px;
  background-color: #fff;
  padding: 25px;
  cursor: pointer;
  margin-bottom: 18px;
  color: #00005e;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
}
.ExploreBoxes__icon {
  position: relative;
  top: 10px;
  display: inline-block;
  height: 35px;
  width: 50px;
  margin: 0 10px;
  background: url('/content/img/car.svg') no-repeat center center;
}
.ExploreBoxes__icon--mountain {
  background-image: url('/content/img/Mountains.svg');
}
.ExploreBoxes__link {
  font-size: 16px;
  color: #ff5326;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.HotelsExplore {
  background: #fff;
  padding: 20px 0;
  margin-bottom: 18px;
  border-radius: 3px;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
}
.HotelsExplore__image {
  width: 43px;
  height: 50px;
  background-image: url('/content/img/hotel.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.HotelsExplore__header {
  font-size: 20px;
  font-family: Dohop-Mono, 'Arial', 'sans-serif';
  text-align: center;
  margin-top: 28px;
  padding: 0 20px;
}
.HotelsExplore__rows {
  margin-top: 20px;
}
.HotelsExplore__row__container {
  height: 80px;
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 25px 15px;
  box-sizing: border-box;
}
.HotelsExplore__row {
  padding: 0;
  display: block;
  text-decoration: none;
  color: #00005e;
  cursor: pointer;
}
.HotelsExplore__row:first-of-type .HotelsExplore__row__container {
  border-top: 1px solid #e1e1e1;
}
.HotelsExplore__row:hover {
  background-color: #efefef;
}
.HotelsExplore__row__number {
  margin-bottom: 5px;
}
.HotelsExplore__star {
  padding-left: 6px;
  display: block;
  float: left;
  width: 20px;
  height: 20px;
}
.HotelsExplore__star:first-of-type {
  padding-left: 0;
}
.HotelsExplore__star path {
  fill: #00005e;
}
.HotelsExplore__more {
  color: #ff5326;
  display: block;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInHalf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes forwardBackInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shadowPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes treeBounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
/* Input is meant to be used as both a classname or a mixin to be :extend-ed */
.Input,
.ExitIntent__input {
  position: relative;
  -webkit-appearance: none;
  color: #00005e;
  display: block;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  height: 43px;
  line-height: 43px;
  outline: 0;
  padding: 0 14px;
  border-radius: 3px;
  border: 2px solid transparent;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-family: SpartanMB, 'Arial', 'sans-serif';
  border-color: transparent;
  text-overflow: ellipsis;
}
input.Input,
input.ExitIntent__input {
  line-height: normal;
}
.Input--focus {
  border: 2px solid #ff5326;
  transition: border-color 0.2s linear;
}
.Input--focus:-ms-input-placeholder {
  color: transparent;
}
.Input--focus::placeholder {
  color: transparent;
}
.Input__shake {
  animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
}
.Input__label {
  position: absolute;
  color: transparent;
  padding: 0 5px;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  font-size: 12px;
  line-height: 16px;
  top: -8px;
  left: 10px;
  box-sizing: border-box;
  z-index: 1;
  white-space: nowrap;
}
.Input__label--focus {
  color: #ff5326;
  transition: color 0.2s linear;
}
.Input__label--focus::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background-color: #fff;
  z-index: -1;
}
.Input__label--error::before {
  background-color: #ffe6da;
}
.Input__form {
  border: 3px solid #dcdcdc;
  box-shadow: none;
}
.Input__error {
  background-color: #ffe6da;
  border-color: #ff5326;
}
@media only screen and (min-width: 768px) {
  .Input,
  .ExitIntent__input {
    height: 53px;
    line-height: 53px;
  }
}
.ExitIntent__overlay {
  padding: 0;
  background: #00005e;
  animation: fadeIn 0.3s ease;
  max-width: 100%;
}
.ExitIntent {
  color: white;
  text-align: left;
  padding: 15px 20px;
}
.ExitIntent__close {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 15px;
  cursor: pointer;
  height: 15px;
}
.ExitIntent__close::after,
.ExitIntent__close::before {
  position: absolute;
  display: block;
  content: '';
  height: 3px;
  background-color: #fff;
  width: 15px;
}
.ExitIntent__close::after {
  transform: rotate(-45deg);
}
.ExitIntent__close::before {
  transform: rotate(45deg);
}
.ExitIntent__header {
  font-size: 22px;
  line-height: 22px;
  font-family: Dohop-Mono, 'Arial', 'sans-serif';
  padding-right: 20px;
  padding-bottom: 10px;
}
.ExitIntent__info {
  font-size: 16px;
  box-sizing: border-box;
}
.ExitIntent__content {
  display: flex;
  flex-direction: column-reverse;
}
.ExitIntent__image {
  height: 180px;
  box-sizing: border-box;
}
.ExitIntent__form {
  display: flex;
  margin: 0 auto;
  padding-top: 20px;
}
.ExitIntent__inputContainer {
  width: 80%;
  height: 45px;
}
.ExitIntent__input {
  height: 45px;
  line-height: 45px;
  border-radius: 3px 0 0 3px;
}
.ExitIntent__input--error {
  background-color: #ffe6da;
  border-color: #ff5326;
  box-shadow: 0 0 0 1px #ff5326;
}
.ExitIntent__error {
  color: #ff5326;
  font-size: 13px;
  padding: 5px 0 0 14px;
}
.ExitIntent__button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  white-space: nowrap;
}
.ExitIntent__unsubscribe {
  font-size: 14px;
  color: #9b9b9b;
  font-style: italic;
  position: relative;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .ExitIntent {
    color: white;
    text-align: left;
    padding: 30px 50px;
  }
  .ExitIntent__header {
    font-size: 30px;
    line-height: 30px;
  }
  .ExitIntent__content {
    display: flex;
    flex-direction: row;
  }
  .ExitIntent__info {
    width: 55%;
    font-size: 18px;
  }
  .ExitIntent__image {
    height: 220px;
    margin-left: auto;
  }
  .ExitIntent__inputContainer {
    height: 55px;
  }
  .ExitIntent__input {
    height: 55px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .ExitIntent__overlay {
    width: 800px;
  }
  .ExitIntent__info {
    width: 60%;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.SearchPage__left,
.SearchPage__right {
  display: none;
  float: left;
  width: 180px;
}
.SearchPage__right {
  width: 240px;
}
.SearchPage__results {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.SearchPage .Section--header {
  border-bottom: 1px solid #dedede;
}
@media only screen and (min-width: 768px) {
  .SearchPage .Section--content .Constraint {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 960px) {
  .SearchPage__left {
    display: block;
  }
  .SearchPage__left .DoubleClick {
    /* doubleclick is 10px wider than the sidebar */
    margin-left: -5px;
  }
  .SearchPage__results {
    width: calc(100% - 180px);
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1420px) {
  .SearchPage__right {
    display: block;
  }
  .SearchPage__results {
    width: calc(100% - 180px - 240px);
    padding-right: 25px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.BackButton {
  top: 90px;
  left: 0;
  position: absolute;
  padding: 15px;
  cursor: pointer;
  z-index: 1;
}
.BackButton::after {
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  width: 0;
  position: relative;
  top: 9px;
  background: transparent;
  transition: width 0.2s ease, background-color 0.2s ease;
}
.BackButton:hover::after {
  width: 100%;
  background: #ff5326;
}
.BackButton__content {
  display: flex;
  align-items: center;
}
.BackButton__arrow {
  width: 15px;
  height: 13px;
  display: block;
  background-image: url('/content/icons/back-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.BackButton__txt {
  font-size: 14px;
}
@media only screen and (min-width: 320px) {
  .BackButton__txt {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .BackButton {
    top: 120px;
    left: 18px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInHalf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes forwardBackInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shadowPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes treeBounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
/* Input styling */
.LoadingTile {
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
  height: 82px;
  margin: 4px 0;
  padding: 4px 0;
  animation: fadeInRight 0.25s ease-in;
  border-radius: 3px;
}
.LoadingTile__firstSection {
  flex-grow: 1;
  padding-left: 40px;
  width: 60%;
}
.LoadingTile__shimmer {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  display: block;
  height: 20px;
  width: 104px;
  border-radius: 2px;
}
.LoadingTile__shimmer--less-width {
  width: 85px;
}
.LoadingTile__btn {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  margin: 0 20px 0 36px;
  height: 50px;
  width: 150px;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInHalf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes forwardBackInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shadowPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes treeBounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.VendorTile {
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
  margin: 4px 0;
  animation: fadeInRight 0.25s ease-in;
  font-size: 16px;
  background-color: #fff;
  border-radius: 3px;
}
.VendorTile__content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  width: 100%;
}
.VendorTile__content--extraPaddingTop {
  padding-top: 25px;
}
.VendorTile__vendor {
  flex-grow: 1;
  padding-left: 15px;
  font-weight: 400;
  width: 100%;
}
.VendorTile__extraVendorInfo {
  display: flex;
  flex-flow: column;
}
.VendorTile__bookWithFlag {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  padding: 3px 8px;
  background-color: #fdbb00;
  font-size: 12px;
  border-bottom-right-radius: 5px;
}
.VendorTile__price {
  margin: 0 15px;
  font-size: 1.3em;
  font-weight: bold;
  white-space: nowrap;
}
.VendorTile__multiPaxPrice {
  font-size: 14px;
  font-weight: normal;
  margin-top: 2px;
}
.VendorTile__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-left: auto;
  padding: 0 7px;
  min-width: 106px;
  height: auto;
  background-color: #50d9af;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.VendorTile__btn:hover {
  opacity: 0.9;
  background-color: #50d9af;
  cursor: pointer;
}
.VendorTile__btn:active {
  opacity: 0.9;
  background-color: #50d9af;
}
.VendorTile--fadeIn {
  animation: fadeIn 0.2s ease-in;
}
@media only screen and (min-width: 480px) {
  .VendorTile__content {
    flex-direction: row;
    align-items: center;
    padding: 23px 0;
  }
  .VendorTile__btn {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .VendorTile__content {
    padding: 29px 0;
  }
  .VendorTile__vendor {
    padding-left: 40px;
    margin-bottom: 5px;
  }
  .VendorTile__btn {
    align-self: center;
    height: 50px;
    margin: 0 15px;
    min-width: 135px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.Disclaimer {
  position: relative;
  border-radius: 4px;
  padding: 10px 0;
  background-color: white;
}
.Disclaimer__title,
.Disclaimer__subTitle,
.Disclaimer h3 {
  color: #00d2ff;
  font-weight: 600;
  font-family: SpartanMB, 'Arial', 'sans-serif';
  cursor: pointer;
}
.Disclaimer__title {
  font-size: 16px;
}
.Disclaimer__subTitle,
.Disclaimer h3 {
  font-size: 14px;
}
.Disclaimer__text--isOpen {
  max-height: 1000px;
}
.Disclaimer__arrow {
  margin-left: 8px;
  transition: all 0.3s ease;
  width: 12px;
  height: 12px;
}
.Disclaimer__arrow path {
  fill: #00d2ff;
}
.Disclaimer__arrow--open {
  transform: rotate(180deg);
}
.Disclaimer__body strong {
  font-weight: normal;
}
.Disclaimer__body li {
  padding-left: 10px;
}
.Disclaimer__body ul {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 0;
}
.Disclaimer__body ul li::before {
  display: inline-block;
  content: '\2022';
  color: #00d2ff;
  font-weight: bold;
  width: 15px;
  margin-left: -15px;
}
.Disclaimer__body,
.Disclaimer p {
  font-size: 14px;
  line-height: 20px;
  color: #7b7b7b;
}
.Disclaimer__body--codeshare {
  text-align: right;
}
.Disclaimer__icon {
  margin-right: 8px;
  height: 18px;
  width: 18px;
}
.Disclaimer__icon path {
  fill: #00d2ff;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInHalf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes forwardBackInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shadowPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes treeBounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.VendorPicker {
  display: flex;
  flex-flow: column;
  margin: 50px 0;
}
.VendorPicker__title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  font-family: SpartanMB, 'Arial', 'sans-serif';
}
.VendorPicker__subTitle {
  font-size: 14px;
  font-weight: 100;
  color: #3b3b3b;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .VendorPicker {
    display: flex;
    flex-flow: column;
    margin-bottom: 45px;
  }
  .VendorPicker__title {
    font-size: 20px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 960px) {
  .VendorPicker {
    margin: 0 0 50px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.TicketFlight {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #00005e;
}
.TicketFlight__place {
  float: left;
  width: 33%;
  max-width: 150px;
}
.TicketFlight__codeshare {
  font-weight: bold;
}
.TicketFlight__time {
  float: left;
  font-weight: bold;
  width: 55%;
  max-width: 100px;
}
.TicketFlight__airport {
  float: left;
}
.TicketFlight__duration {
  color: #828282;
  float: right;
}
.TicketFlight__arrow {
  float: left;
  height: 20px;
  width: 5%;
  max-width: 40px;
  background: url('/content/svg/arrow-right-gray.svg') no-repeat left center;
  background-size: 15px 13px;
  margin-right: 20px;
}
.TicketFlight__nextDay {
  background-color: #fff000;
}
@media only screen and (min-width: 768px) {
  .TicketFlight {
    margin: auto;
    font-size: 14px;
    color: #00005e;
    padding-left: 30px;
    width: 60%;
    float: left;
  }
  .TicketFlight__place {
    width: 110px;
    min-width: auto;
  }
  .TicketFlight__date {
    float: left;
    text-align: right;
    width: 130px;
  }
  .TicketFlight__arrow {
    width: 20px;
    margin: 0;
  }
  .TicketFlight__airport {
    color: #00005e;
    margin: 0;
  }
  .TicketFlight__time {
    width: 50px;
    font-weight: bold;
    font-size: 16px;
    padding: 0 10px;
  }
  .TicketFlight__duration {
    display: block;
    color: #9b9b9b;
    margin: auto;
  }
}

/* Input styling */
/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInHalf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes forwardBackInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shadowPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes treeBounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.MultiTicket__content {
  position: fixed;
  margin: 80px auto;
  margin-bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-bottom: 10px;
  overflow: auto;
  background-color: #f9f9f9;
  border-radius: 2px;
  animation: fadeUp 0.2s ease-in;
  z-index: 74;
}
.MultiTicket__overlay {
  display: none;
}
.MultiTicket__title {
  color: #00005e;
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
  line-height: 20px;
  background-color: white;
}
.MultiTicket__notice {
  position: relative;
  background: #fff000;
  padding: 25px 30px;
  line-height: 20px;
  font-size: 16px;
}
.MultiTicket__notice::after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}
.MultiTicket__close {
  display: none;
}
.MultiTicket__noticeText {
  text-align: center;
  line-height: 22px;
}
.MultiTicket__header {
  position: relative;
  line-height: 35px;
  font-size: 14px;
}
.MultiTicket__header::after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}
.MultiTicket__header p {
  margin-top: 0;
  margin-bottom: 0;
}
.MultiTicket__airlineLogo {
  margin: 8px 0 0 15px;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
}
.MultiTicket__airline {
  float: left;
  line-height: 35px;
  font-size: 16px;
  margin-left: 10px;
  color: #828282;
}
.MultiTicket__footer__topBorder {
  background-image: linear-gradient(to right, #dcdcdc 50%, rgba(255, 255, 255, 0) 0%);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  left: 0;
  height: 4px;
  width: 100%;
  position: absolute;
}
.MultiTicket__footer {
  position: relative;
  width: 100%;
  height: 60px;
}
.MultiTicket__footer::after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}
.MultiTicket__button {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  min-width: 85px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.MultiTicket__vendor {
  line-height: 15px;
  font-size: 14px;
  color: #828282;
  max-width: 100px;
  text-align: right;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.MultiTicket__price {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.MultiTicket__single {
  font-weight: bold;
  font-size: 16px;
}
.MultiTicket__total {
  text-transform: lowercase;
  color: #00005e;
}
.MultiTicket__sum__total {
  float: right;
  padding: 15px;
}
.MultiTicket__ticketNumber {
  float: left;
  width: 35px;
  font-size: 20px;
  text-align: center;
  box-sizing: border-box;
  line-height: 31px;
  border: 2px solid;
  border-radius: 50%;
}
.MultiTicket__transferLink {
  text-decoration: none;
  color: #00005e;
  cursor: pointer;
  color: #1695ca;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
}
.MultiTicket__flights {
  padding: 15px 0;
}
.MultiTicket__flights .TicketFlight {
  padding-bottom: 10px;
}
.MultiTicket__rowContainer {
  background-color: white;
}
.MultiTicket__rowContainer::after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}
.MultiTicket__row {
  padding: 20px 15px 0;
  border-bottom: 2px solid #dcdcdc;
}
.MultiTicket__border {
  display: none;
  background-image: linear-gradient(to right, #dcdcdc 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 1px;
  background-repeat: repeat-x;
  left: 0;
  height: 1px;
  width: 100%;
  position: absolute;
}
.MultiTicket__disclaimer {
  background-color: white;
  padding: 10px;
}
.MultiTicket__mobile--hidden {
  display: none;
}
@media only screen and (min-width: 480px) {
  .MultiTicket__single {
    margin-right: 20px;
    float: left;
  }
  .MultiTicket__total {
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .MultiTicket__overlay {
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
  }
  .MultiTicket__title {
    font-size: 18px;
  }
  .MultiTicket__close {
    display: block;
  }
  .MultiTicket__content {
    width: 768px;
    max-height: 80vh;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
    background-color: white;
  }
  .MultiTicket__notice {
    display: block;
    margin-bottom: 0;
    background: #fff000;
  }
  .MultiTicket__airline {
    float: left;
    line-height: 35px;
    font-size: 20px;
    margin-left: 20px;
    color: #9b9b9b;
  }
  .MultiTicket__border {
    display: block;
  }
  .MultiTicket__flights {
    padding-bottom: 10px;
  }
  .MultiTicket__flights::after {
    content: '';
    visibility: hidden;
    height: 0;
    display: block;
    clear: both;
  }
  .MultiTicket__footer {
    float: right;
    text-align: right;
    width: calc(40% - 30px);
    margin-top: 15px;
  }
  .MultiTicket__vendor {
    max-width: none;
  }
  .MultiTicket__button {
    height: 44px;
    max-width: 105px;
    font-size: 16px;
    line-height: 40px;
    margin-left: 10px;
    position: static;
    transform: none;
    float: right;
  }
  .MultiTicket__price {
    width: 135px;
    position: static;
    transform: none;
    float: right;
  }
  .MultiTicket__total {
    width: 100%;
    float: right;
    margin-top: 15px;
  }
  .MultiTicket__single {
    width: 100%;
    float: right;
    margin-right: 0;
  }
  .MultiTicket__single--centered {
    margin-top: 13px;
  }
  .MultiTicket__airlineLogo {
    margin-left: 20px;
    margin-top: 5px;
    width: 30px;
    height: 30px;
  }
  .MultiTicket__row {
    border: none;
    padding: 20px 25px 0;
  }
  .MultiTicket__sum__total {
    padding-right: 25px;
  }
  .MultiTicket__mobile--hidden {
    display: block;
  }
  .MultiTicket__disclaimer {
    padding: 0 30px;
  }
  .MultiTicket__noticeText {
    text-align: center;
  }
  .MultiTicket__noticeIcon {
    display: none;
    text-align: center;
  }
}

.Arrow {
  display: inline-block;
}

.MultiTickets__mobile-arrow {
  display: inline-block;
  padding: 0 8px;
}
.MultiTickets__mobile-arrow svg {
  width: 15px;
  height: 15px;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.TransferStepHeader {
  width: 100%;
  height: 70px;
  box-shadow: 1px 3px 5px #dcdcdc;
  position: relative;
}
.TransferStepHeader__left {
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  left: 15px;
}
.TransferStepHeader__logo {
  width: 90px;
  height: 40px;
}
.TransferStepHeader__popover {
  background-color: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.5);
  padding: 20px;
  bottom: 0;
  margin: auto;
  z-index: 999999;
  height: 100px;
  width: 200px;
}
.TransferStepHeader__right {
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: auto;
  right: 0;
}
.TransferStepHeader__right > .Settings {
  right: 15px;
}
.TransferStepHeader__divider {
  display: block;
  background-color: #00005e;
  height: 45px;
  width: 1px;
}
.TransferStepHeader__customerService {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  margin: 0 14px;
}
.TransferStepHeader__txt {
  color: #7b7b7b;
  font-weight: 300;
  margin: 2px 0;
}
.TransferStepHeader__phone {
  font-weight: 500;
  margin: 2px 0;
}
.TransferStepHeader--flex {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .TransferStepHeader {
    height: 85px;
  }
  .TransferStepHeader__left {
    margin-left: 20px;
  }
  .TransferStepHeader__right > .Settings {
    right: 30px;
    position: relative;
    font-size: 16px;
  }
  .TransferStepHeader__divider {
    height: 58px;
  }
  .TransferStepHeader__customerService {
    font-size: 16px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.SimpleAd__image {
  padding-top: 66%;
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.5s ease;
}
.SimpleAd {
  position: relative;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-sizing: border-box;
}
.SimpleAd:hover .SimpleAd__image {
  transform: scale(1.05);
}
.SimpleAd__container {
  overflow: hidden;
}
.SimpleAd__imageOpacity {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}
.SimpleAd__imageContainer {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .SimpleAd {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .SimpleAd {
    width: 100%;
  }
  .SimpleAd:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.ItinerarySectionLoading {
  width: 100%;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.ItinerarySectionLoading__header {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 45px;
  padding: 15px;
  background-color: #00005e;
  border-radius: 3px 3px 0 0;
}
.ItinerarySectionLoading__route {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 54px;
}
.ItinerarySectionLoading__headerTile,
.ItinerarySectionLoading__routeTile {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 22px;
  width: 150px;
}
.ItinerarySectionLoading__headerSmallTile {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 16px;
  width: 200px;
  margin-top: 10px;
}
.ItinerarySectionLoading__separator {
  height: 1px;
  background-color: #dcdcdc;
  margin: 0 15px;
}
@media only screen and (min-width: 768px) {
  .ItinerarySectionLoading__headerTile,
  .ItinerarySectionLoading__routeTile {
    width: 200px;
  }
  .ItinerarySectionLoading__headerSmallTile {
    width: 250px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInHalf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes forwardBackInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shadowPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes treeBounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.ItinerarySection {
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.ItinerarySection_header {
  background-color: #00005e;
  color: #fff;
  border-radius: 3px 3px 0 0;
  padding: 8px 15px;
  font-family: SpartanMB, 'Arial', 'sans-serif';
}
.ItinerarySection__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.ItinerarySection__subTitle {
  font-size: 16px;
}
.ItinerarySection__arrows {
  margin: 0 5px;
  height: 14px;
  width: 14px;
}
.ItinerarySection__arrows path {
  fill: #fff;
}
.ItinerarySection__loading {
  width: 360px;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  color: #8f8f8f;
}
.ItinerarySection__spinner {
  width: 30px;
  height: 30px;
  margin: 0 auto 10px;
  background: url(/content/img/ajax-loader-smaller.gif) no-repeat center center;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.CartrawlerWidget .WidgetTemplate {
  color: #00005e !important;
  font-family: SpartanMB, 'Arial', 'sans-serif' !important;
  border: none !important;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2) !important;
  margin-bottom: 50px !important;
}
.CartrawlerWidget .EngineDeeplink,
.CartrawlerWidget .ProductName__title-appendix,
.CartrawlerWidget .DateDisplayInline__dates {
  color: #00005e !important;
}
.CartrawlerWidget .WidgetTemplate1--return,
.CartrawlerWidget .WidgetTemplate1Return__search-summary {
  height: auto !important;
}
.CartrawlerWidget .WidgetTemplate1Return__search-summary .SearchSummary1 {
  height: auto !important;
  max-height: calc(74px) !important;
}
.CartrawlerWidget .ctc-button {
  color: #fff !important;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif' !important;
  margin-bottom: 15px !important;
}
.CartrawlerWidget .ProductBlock__middleRow {
  padding: 0 !important;
}
.CartrawlerWidget .ProductAttributes {
  border: none !important;
}
.CartrawlerWidget .ProductAttribute__value {
  text-align: left !important;
  width: 40% !important;
}
.CartrawlerWidget .ProductBlock__image {
  border: none !important;
}
.CartrawlerWidget .ctt-truncate {
  overflow: visible !important;
  white-space: normal !important;
}
@media only screen and (min-width: 960px) {
  .CartrawlerWidget .ctc-button {
    margin-bottom: 0 !important;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.CarbonOffsetGrass-module__container___3Jc0W {
  background-color: #50d9af;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 12px;
}
.CarbonOffsetGrass-module__strawYellow___2mQ6e,
.CarbonOffsetGrass-module__strawGreen____Cly_ {
  display: none;
}
.CarbonOffsetGrass-module__strawYellow___2mQ6e {
  position: absolute;
  bottom: 12px;
  height: 7px;
  width: 2px;
  border-radius: 25%;
  background-color: #ffbc00;
}
.CarbonOffsetGrass-module__strawYellow___2mQ6e::before,
.CarbonOffsetGrass-module__strawYellow___2mQ6e::after {
  content: '';
  position: absolute;
  top: 2px;
  height: 6px;
  width: 2px;
  border-radius: 25%;
}
.CarbonOffsetGrass-module__strawYellow___2mQ6e::before {
  left: -4px;
  transform: rotate(-20deg);
}
.CarbonOffsetGrass-module__strawYellow___2mQ6e::after {
  right: -4px;
  transform: rotate(20deg);
}
.CarbonOffsetGrass-module__strawYellow___2mQ6e:nth-child(1) {
  left: 100px;
}
.CarbonOffsetGrass-module__strawYellow___2mQ6e:nth-child(2) {
  left: 400px;
}
.CarbonOffsetGrass-module__strawYellow___2mQ6e:nth-child(3) {
  left: 700px;
}
.CarbonOffsetGrass-module__strawYellow___2mQ6e:nth-child(4) {
  left: 900px;
}
.CarbonOffsetGrass-module__strawYellow___2mQ6e:nth-child(5) {
  left: 1050px;
}
.CarbonOffsetGrass-module__strawYellow___2mQ6e:nth-child(6) {
  left: 1300px;
}
.CarbonOffsetGrass-module__strawYellow___2mQ6e:nth-child(7) {
  left: 1600px;
}
.CarbonOffsetGrass-module__strawYellow___2mQ6e:nth-child(8) {
  left: 1700px;
}
.CarbonOffsetGrass-module__strawYellow___2mQ6e:nth-child(9) {
  left: 1900px;
}
.CarbonOffsetGrass-module__strawYellow___2mQ6e:nth-child(10) {
  left: 2150px;
}
.CarbonOffsetGrass-module__strawYellow___2mQ6e:nth-child(11) {
  left: 2500px;
}
.CarbonOffsetGrass-module__strawYellow___2mQ6e:nth-child(12) {
  left: 2650px;
}
.CarbonOffsetGrass-module__strawYellow___2mQ6e:nth-child(13) {
  left: 2750px;
}
.CarbonOffsetGrass-module__strawYellow___2mQ6e::before,
.CarbonOffsetGrass-module__strawYellow___2mQ6e::after {
  background-color: #ffbc00;
}
.CarbonOffsetGrass-module__strawGreen____Cly_ {
  position: absolute;
  bottom: 12px;
  height: 7px;
  width: 2px;
  border-radius: 25%;
  background-color: #50d9af;
}
.CarbonOffsetGrass-module__strawGreen____Cly_::before,
.CarbonOffsetGrass-module__strawGreen____Cly_::after {
  content: '';
  position: absolute;
  top: 2px;
  height: 6px;
  width: 2px;
  border-radius: 25%;
}
.CarbonOffsetGrass-module__strawGreen____Cly_::before {
  left: -4px;
  transform: rotate(-20deg);
}
.CarbonOffsetGrass-module__strawGreen____Cly_::after {
  right: -4px;
  transform: rotate(20deg);
}
.CarbonOffsetGrass-module__strawGreen____Cly_:nth-child(1) {
  left: 100px;
}
.CarbonOffsetGrass-module__strawGreen____Cly_:nth-child(2) {
  left: 400px;
}
.CarbonOffsetGrass-module__strawGreen____Cly_:nth-child(3) {
  left: 700px;
}
.CarbonOffsetGrass-module__strawGreen____Cly_:nth-child(4) {
  left: 900px;
}
.CarbonOffsetGrass-module__strawGreen____Cly_:nth-child(5) {
  left: 1050px;
}
.CarbonOffsetGrass-module__strawGreen____Cly_:nth-child(6) {
  left: 1300px;
}
.CarbonOffsetGrass-module__strawGreen____Cly_:nth-child(7) {
  left: 1600px;
}
.CarbonOffsetGrass-module__strawGreen____Cly_:nth-child(8) {
  left: 1700px;
}
.CarbonOffsetGrass-module__strawGreen____Cly_:nth-child(9) {
  left: 1900px;
}
.CarbonOffsetGrass-module__strawGreen____Cly_:nth-child(10) {
  left: 2150px;
}
.CarbonOffsetGrass-module__strawGreen____Cly_:nth-child(11) {
  left: 2500px;
}
.CarbonOffsetGrass-module__strawGreen____Cly_:nth-child(12) {
  left: 2650px;
}
.CarbonOffsetGrass-module__strawGreen____Cly_:nth-child(13) {
  left: 2750px;
}
.CarbonOffsetGrass-module__strawGreen____Cly_::before,
.CarbonOffsetGrass-module__strawGreen____Cly_::after {
  background-color: #50d9af;
}
@media only screen and (min-width: 960px) {
  .CarbonOffsetGrass-module__strawYellow___2mQ6e,
  .CarbonOffsetGrass-module__strawGreen____Cly_ {
    display: block;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
@keyframes ThreeDotsLoading-module__spin-clockwise___3Z7WO {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes ThreeDotsLoading-module__spin-counter-clockwise___2Q5DS {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes ThreeDotsLoading-module__fadeIn___qRyRz {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ThreeDotsLoading-module__fadeDown___1X8Ue {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes ThreeDotsLoading-module__fadeUp___1Xqez {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes ThreeDotsLoading-module__fadeInUp___2I6kz {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes ThreeDotsLoading-module__fadeInDown___2wEz- {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes ThreeDotsLoading-module__fadeInRight___1eBpu {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes ThreeDotsLoading-module__fadeInHalf___Ev2wf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes ThreeDotsLoading-module__scaleIn____syJT {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes ThreeDotsLoading-module__shake___3rDRc {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes ThreeDotsLoading-module__forwardBackInfinite___37C7q {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes ThreeDotsLoading-module__placeHolderShimmer___3Egwe {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes ThreeDotsLoading-module__pulse___1o3qk {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes ThreeDotsLoading-module__shadowPulse___30mPR {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes ThreeDotsLoading-module__bouncedelay___2v_H0 {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes ThreeDotsLoading-module__treeBounce___AypKg {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.ThreeDotsLoading-module__spinner___Pw7Ab {
  width: 70px;
  text-align: center;
}
.ThreeDotsLoading-module__spinner___Pw7Ab > div {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #000;
  border-radius: 100%;
  display: inline-block;
  animation: ThreeDotsLoading-module__bouncedelay___2v_H0 1.8s infinite ease-in-out both;
}
.ThreeDotsLoading-module__backgroundColorSunburn___2DTv9 > div {
  background-color: #ff5326;
}
.ThreeDotsLoading-module__backgroundColorOcean___2X7Lv > div {
  background-color: #00005e;
}
.ThreeDotsLoading-module__backgroundColorGrass___3LPhQ > div {
  background-color: #50d9af;
}
.ThreeDotsLoading-module__backgroundColorGolden___3wMMA > div {
  background-color: #fdbb00;
}
.ThreeDotsLoading-module__backgroundColorSky___3CuVK > div {
  background-color: #00d2ff;
}
.ThreeDotsLoading-module__spinner___Pw7Ab .ThreeDotsLoading-module__bounce1___kqTjl {
  animation-delay: -0.32s;
}
.ThreeDotsLoading-module__spinner___Pw7Ab .ThreeDotsLoading-module__bounce2___9OOrD {
  animation-delay: -0.16s;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
@keyframes CarbonOffsetTile-module__spin-clockwise___1Ci-P {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes CarbonOffsetTile-module__spin-counter-clockwise___vzaSz {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes CarbonOffsetTile-module__fadeIn___3-DRN {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes CarbonOffsetTile-module__fadeDown___1T-LF {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes CarbonOffsetTile-module__fadeUp___1rNGs {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes CarbonOffsetTile-module__fadeInUp___24kY8 {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes CarbonOffsetTile-module__fadeInDown___3IGP8 {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes CarbonOffsetTile-module__fadeInRight___1I9xx {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes CarbonOffsetTile-module__fadeInHalf___20EkX {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes CarbonOffsetTile-module__scaleIn___2qeVB {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes CarbonOffsetTile-module__shake___HX1Gc {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes CarbonOffsetTile-module__forwardBackInfinite___2S4SS {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes CarbonOffsetTile-module__placeHolderShimmer___3E_rN {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes CarbonOffsetTile-module__pulse___-qRoO {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes CarbonOffsetTile-module__shadowPulse___3Rlmk {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes CarbonOffsetTile-module__bouncedelay___3cAQK {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes CarbonOffsetTile-module__treeBounce___17hfZ {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.CarbonOffsetTile-module__tile___1cAuB {
  position: relative;
  display: flex;
  flex-flow: column;
  border-radius: 3px;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
  font-family: SpartanMB, 'Arial', 'sans-serif';
  padding: 15px 15px 30px;
  min-height: 250px;
  animation: CarbonOffsetTile-module__fadeInRight___1I9xx 0.25s ease-in;
  margin-bottom: 50px;
}
.CarbonOffsetTile-module__info___2MZ6d {
  display: flex;
  flex-flow: column;
}
.CarbonOffsetTile-module__title___iO2-j {
  font-size: 28px;
  font-family: SpartanMB-Bold, 'Arial', 'sans-serif';
  text-transform: uppercase;
  line-height: 32px;
  max-width: 160px;
}
.CarbonOffsetTile-module__title___iO2-j strong {
  color: #50d9af;
}
.CarbonOffsetTile-module__text___2EgJk,
.CarbonOffsetTile-module__link___2hgw4 {
  font-size: 16px;
}
.CarbonOffsetTile-module__text___2EgJk {
  margin-bottom: 8px;
  font-family: SpartanMB-Light, 'Arial', 'sans-serif';
}
.CarbonOffsetTile-module__link___2hgw4 {
  text-decoration: none;
  color: #ff5326;
  cursor: pointer;
  margin-bottom: 10px;
}
.CarbonOffsetTile-module__parenthesis___1m_Ld {
  color: #ff5326;
}
.CarbonOffsetTile-module__firstParenthesis___2e5Ve {
  margin-left: 5px;
}
.CarbonOffsetTile-module__lady___1sSlK {
  position: absolute;
  height: 120px;
  width: 120px;
  bottom: 0;
  right: 20px;
  transform: scaleX(-1);
}
.CarbonOffsetTile-module__treePicker___2KNwN {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
}
.CarbonOffsetTile-module__backupTreePicker___2bwUl {
  align-items: flex-start;
}
.CarbonOffsetTile-module__treePickerLine___2_N0F {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 35px;
  white-space: nowrap;
}
.CarbonOffsetTile-module__treePickerLine___2_N0F strong {
  margin: 0 5px;
  color: #50d9af;
}
.CarbonOffsetTile-module__treePickerLineOnlyText___1gja9 {
  display: block;
  white-space: normal;
}
.CarbonOffsetTile-module__price___18NQO {
  display: flex;
  align-items: center;
}
.CarbonOffsetTile-module__treePickerCounter___1nb9c {
  padding: 0 5px;
}
.CarbonOffsetTile-module__treePickerCounterWrapper___3kiQd {
  margin: 14px 0;
}
.CarbonOffsetTile-module__treePickerTitle___1kf3A {
  font-size: 16px;
  text-align: left;
}
.CarbonOffsetTile-module__plantButton___3HRvA {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #ff5326;
  color: #fff;
  border-radius: 3px;
  padding: 15px 30px;
  min-width: 90px;
  margin-top: 40px;
  margin-right: auto;
  font-family: SpartanMB-Bold, 'Arial', 'sans-serif';
}
.CarbonOffsetTile-module__backupPlantButton___2X5fd {
  padding: 10px 30px;
  margin-top: 0;
}
.CarbonOffsetTile-module__grass___1_713 {
  position: absolute;
  height: 10px;
  background-color: #50d9af;
  bottom: -2px;
  left: 0;
  right: 0;
  border-radius: 0 0 3px 3px;
}
.CarbonOffsetTile-module__straw___iIhHn {
  display: block;
}
.CarbonOffsetTile-module__tree___1rb6T {
  padding: 0 5px;
  width: 28px;
  height: 28px;
  stroke-width: 3px;
}
.CarbonOffsetTile-module__bubble___22Cpg {
  position: absolute;
  top: -14px;
  right: 2px;
  height: 68px;
  width: 144px;
}
.CarbonOffsetTile-module__bubble___22Cpg.CarbonOffsetTile-module__pulsingBubble___1rBU2 {
  animation-name: CarbonOffsetTile-module__pulse___-qRoO;
  animation-duration: 1s;
}
.CarbonOffsetTile-module__bubbleText___3MgEt {
  position: absolute;
  color: #fff;
  line-height: 14px;
  top: 2px;
  left: calc(100% - 136px);
  width: 120px;
  text-align: center;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
}
@media only screen and (min-width: 350px) {
  .CarbonOffsetTile-module__bubble___22Cpg {
    height: 72px;
    right: 10px;
  }
  .CarbonOffsetTile-module__bubbleText___3MgEt {
    left: calc(100% - 146px);
  }
}
@media only screen and (min-width: 570px) {
  .CarbonOffsetTile-module__treePicker___2KNwN {
    align-items: flex-start;
    max-width: 420px;
  }
  .CarbonOffsetTile-module__title___iO2-j {
    max-width: 228px;
  }
  .CarbonOffsetTile-module__treePickerTitleWide___1U-77 {
    max-width: 300px;
  }
  .CarbonOffsetTile-module__treePickerLine___2_N0F {
    justify-content: flex-start;
  }
  .CarbonOffsetTile-module__treePickerLineOnlyText___1gja9 {
    text-align: left;
  }
  .CarbonOffsetTile-module__plantButton___3HRvA {
    margin-left: 0;
    padding: 10px 30px;
    margin-top: 10px;
  }
  .CarbonOffsetTile-module__backupPlantButton___2X5fd {
    margin-top: 0;
  }
  .CarbonOffsetTile-module__lady___1sSlK {
    height: 160px;
    width: 160px;
  }
  .CarbonOffsetTile-module__bubble___22Cpg {
    top: 8px;
    right: 20px;
    height: 70px;
    width: 150px;
  }
  .CarbonOffsetTile-module__bubbleText___3MgEt {
    max-width: 130px;
    top: 25px;
    left: calc(100% - 154px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px), (min-width: 1120px) {
  .CarbonOffsetTile-module__tile___1cAuB {
    flex-flow: row;
    padding: 20px 80px 30px 20px;
    min-height: 150px;
  }
  .CarbonOffsetTile-module__info___2MZ6d {
    margin-right: 10px;
  }
  .CarbonOffsetTile-module__title___iO2-j {
    margin-bottom: 10px;
  }
  .CarbonOffsetTile-module__text___2EgJk {
    font-family: SpartanMB, 'Arial', 'sans-serif';
  }
  .CarbonOffsetTile-module__link___2hgw4 {
    margin-top: auto;
  }
  .CarbonOffsetTile-module__treePicker___2KNwN {
    margin-left: auto;
    min-width: 350px;
    align-items: center;
  }
  .CarbonOffsetTile-module__treePickerLine___2_N0F {
    justify-content: center;
  }
  .CarbonOffsetTile-module__treePickerLineOnlyText___1gja9 {
    text-align: center;
  }
  .CarbonOffsetTile-module__treePickerCounterWrapper___3kiQd {
    margin: 10px 0;
  }
  .CarbonOffsetTile-module__plantButton___3HRvA {
    margin-right: 0;
  }
  .CarbonOffsetTile-module__lady___1sSlK {
    height: 130px;
    width: 130px;
    right: 5px;
  }
  .CarbonOffsetTile-module__bubble___22Cpg {
    top: -20px;
    right: 15px;
  }
  .CarbonOffsetTile-module__bubbleText___3MgEt {
    top: -5px;
  }
}
@media only screen and (min-width: 960px) {
  .CarbonOffsetTile-module__tile___1cAuB {
    margin-bottom: 75px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInHalf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes forwardBackInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shadowPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes treeBounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.TransferStep__openButton {
  line-height: 45px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
}
.TransferStep {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 73;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  /* Forces GPU acceleration for more smooth scrolling */
  transform: translate3d(0, 0, 0);
  /* Enables native scroll on position fixed elements in mobile/ipad */
  -webkit-overflow-scrolling: touch;
}
.TransferStep__body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 80px;
  box-sizing: border-box;
}
.TransferStep__main {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.TransferStep__main .Itinerary {
  animation: fadeIn 0.2s ease-in;
}
.TransferStep__side {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.TransferStep__itineraryHeader {
  background-color: #00005e;
  color: #fff;
  border-radius: 3px 3px 0 0;
  padding: 5px 10px;
}
.TransferStep__itineraryTitle {
  font-size: 24px;
  font-weight: 600;
}
.TransferStep__itinerarySubTitle {
  font-size: 16px;
}
.TransferStep__disclaimerWrapper {
  margin-top: 30px;
}
.TransferStep__ads {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .TransferStep__main,
  .TransferStep__side {
    padding: 0 30px;
  }
  .TransferStep__disclaimerWrapper {
    margin-top: 45px;
  }
  .TransferStep__ads {
    flex-flow: row;
  }
}
@media only screen and (min-width: 960px) {
  .TransferStep__body {
    padding: 120px 30px 0 30px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
  .TransferStep__main {
    margin: 0;
    width: 66%;
    padding: 0 30px 0 0;
  }
  .TransferStep__side {
    width: 34%;
    padding: 0;
  }
  .TransferStep__ads {
    flex-flow: column;
    justify-content: flex-start;
    padding: 0;
    box-sizing: border-box;
    margin-top: 30px;
  }
}
@media only screen and (min-width: calc(960px + 70px)) {
  .TransferStep__main {
    width: 70%;
  }
  .TransferStep__side {
    width: 30%;
  }
}
@media only screen and (min-width: 1280px) {
  .TransferStep__body {
    padding: 120px 30px 0 30px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.City .SearchForm {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .City .SearchForm {
    padding-left: 0;
    padding-right: 0;
  }
}
.City .GoContent__content .RecommendedHotels__hotel {
  width: 50%;
}
.City__flexible {
  text-align: center;
  padding: 20px 0;
  color: #00005e;
}
.City__flexibleHeader {
  color: #00005e;
  font-size: 24px;
}
.City__flightHotelInfo {
  font-size: 26px;
  text-align: center;
}
.City__information {
  padding: 40px 15px 20px;
}
.City__title {
  font-size: 20px;
  text-align: center;
  padding: 10px 0 20px;
  position: relative;
}
.City__titleText {
  background-color: #f3f3f3;
  padding: 0 5px;
}
.City__subtitle {
  font-weight: normal;
  margin: 0;
}
.City__header {
  padding: 10px 0;
  color: #00005e;
  text-align: center;
}
.City__headerCity {
  font-size: 28px;
  font-weight: normal;
  margin: 0;
}
.City__logo--container {
  padding: 0 0 20px;
}
.City__logo {
  background: url('/content/img/Dohop-Simpler-icons.svg');
  height: 50px;
  width: 190px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 5px;
  position: relative;
  top: 10px;
  display: block;
}
.City__airlineList {
  padding: 20px 0;
}
.City__airportList {
  padding-bottom: 20px;
}
.City__box {
  height: 100px;
  text-align: center;
  position: relative;
  display: block;
}
.City__box--left {
  background-color: #fff000;
  width: 100%;
}
.City__box--right {
  background-color: #00d2ff;
  width: 100%;
}
.City__boxContent {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.City__boxIcon {
  height: 50px;
  width: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 10px auto 0;
}
.City__boxIcon--hotel {
  background-image: url('/content/img/icons/Hotels.png');
  height: 50px;
  width: 40px;
}
.City__boxIcon--car {
  background-image: url('/content/img/icons/Car.png');
}
.City__destinationSeperator {
  font-size: 16px;
}
.City__icon {
  background: url('/content/img/icons/flights.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  margin: 0 auto;
}
.City__promoBanner {
  color: #999;
  text-align: center;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .City__logo--container {
    padding: 45px 0;
  }
  .City__header {
    padding: 35px 0;
  }
  .City__logo {
    height: 90px;
    width: 350px;
    background-image: url('/content/img/Dohop-Simple.png');
  }
}
@media only screen and (min-width: 960px) {
  .City__outerContainer {
    position: relative;
    min-height: 500px;
  }
  .City__innerContainer {
    position: relative;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
  .City__background {
    height: 500px;
    position: absolute;
    display: block;
  }
  .City__title::before {
    border-top: 2px solid #dcdcdc;
    content: '';
    margin: 0 auto;
    position: absolute;
    top: 21px;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .City__travelList {
    text-align: center;
  }
  .City__box {
    background-clip: content-box;
    float: left;
    width: 50%;
    box-sizing: border-box;
    height: 175px;
  }
  .City__box--left {
    padding-right: 10px;
  }
  .City__box--right {
    padding-left: 10px;
  }
  .City__tabs {
    margin-bottom: 40px;
  }
  .City__tabs::after {
    content: '';
    visibility: hidden;
    height: 0;
    display: block;
    clear: both;
  }
  .City__flexible {
    color: #fff;
  }
  .City__go {
    min-height: 420px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.Sidebar__container {
  margin: 0 0 20px;
  text-align: center;
}
.Sidebar__container li {
  display: inline;
}
.Sidebar__container a {
  display: inline-block;
  padding: 10px;
}
.Sidebar__list {
  list-style-type: none;
  margin: 0;
  font-size: 18px;
}
.Sidebar__list {
  margin: 0;
  padding: 0;
}
.Sidebar__item {
  margin-bottom: 20px;
}
.Sidebar__item a {
  text-decoration: none;
  color: #00005e;
}
.Sidebar__item--active {
  color: #ff5326;
}
.Sidebar__item--active a {
  color: #ff5326;
}
@media only screen and (min-width: 480px) {
  .Sidebar__list {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .Sidebar__container {
    float: left;
    width: 180px;
    text-align: left;
  }
  .Sidebar__container li {
    display: block;
  }
  .Sidebar__container a {
    display: block;
    padding: 0;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
._TravelGuideMap {
  margin-bottom: 15px;
  height: 400px;
}
._TravelGuideText {
  color: #00005e;
  font-size: 16px;
}
._TravelGuideTitle {
  font-family: Dohop-Mono, 'Arial', 'sans-serif';
  font-weight: normal;
  font-size: 36px;
  color: white;
}
@media only screen and (min-width: 768px) {
  ._TravelGuideTitle {
    font-size: 42px;
    line-height: 42px;
    margin-top: 48px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
.TravelGuideLayout .Section--content {
  padding-top: 40px;
}
.TravelGuideLayout__content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px 30px;
}
.TravelGuideLayout__content strong {
  font-weight: normal;
  text-decoration: underline;
}
@media only screen and (min-width: 480px) {
  .TravelGuideLayout__content {
    padding: 0 30px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .TravelGuideLayout__content {
    float: left;
    width: calc(100% - 180px);
    box-sizing: border-box;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .TravelGuideLayout__content {
    padding-right: 90px;
  }
}
@media only screen and (min-width: 1280px) {
  .TravelGuideLayout__content {
    padding-right: 330px;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.TravelGuideHeading {
  padding: 30px 0 15px;
}
.TravelGuideHeading::after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}
.TravelGuideHeading--top {
  padding-top: 0;
}
.TravelGuideHeading--left {
  float: left;
}
.TravelGuideHeading__title {
  line-height: 30px;
  font: 24px Dohop-Text, 'Arial', 'sans-serif';
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.TravelGuideHeading__link {
  text-decoration: none;
  color: #00005e;
  cursor: pointer;
}
.TravelGuideHeading__caption {
  font-size: 14px;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.TravelGuideList__section::after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}
.TravelGuideList__row {
  padding: 5px 0;
}
.TravelGuideList__link {
  color: #00005e;
  cursor: pointer;
  text-decoration: none;
  color: #ff5326;
}
@media only screen and (min-width: 768px) {
  .TravelGuideList__column {
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
    float: left;
  }
  .TravelGuideList__column::after {
    content: '';
    visibility: hidden;
    height: 0;
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 960px) {
  .TravelGuideList__column--4 {
    width: 25%;
  }
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.TravelGuideAlphabet {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.TravelGuideAlphabet::after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}
.TravelGuideAlphabet__letter {
  float: left;
  padding-right: 5px;
}
.TravelGuideAlphabet__link {
  cursor: pointer;
  text-decoration: none;
  color: #00005e;
}

/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
/* Input styling */
.TravelGuideSchedule__dropdown {
  margin-top: 10px;
  clear: left;
  width: auto;
}
.TravelGuideSchedule__schedule {
  clear: both;
  padding-top: 20px;
}
.TravelGuideSchedule__schedule--loading {
  opacity: 0.5;
}
.TravelGuideSchedule__table {
  width: 100%;
  font-size: 14px;
}
.TravelGuideSchedule__tr {
  border-bottom: 1px solid #dcdcdc;
  height: 30px;
}
.TravelGuideSchedule__th {
  font-weight: normal;
  text-align: left;
  padding: 2px;
  vertical-align: bottom;
}
.TravelGuideSchedule__th--date {
  text-align: center;
}
.TravelGuideSchedule__td {
  vertical-align: middle;
  padding: 2px;
  white-space: nowrap;
  border-left: 1px solid #f6f6f6;
}
.TravelGuideSchedule__td:first-child {
  border: none;
}
.TravelGuideSchedule__timecol {
  display: none;
}
.TravelGuideSchedule__bullet {
  color: #ff5326;
  font-size: 40px;
  line-height: 35px;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .TravelGuideSchedule__dropdown {
    clear: none;
    float: right;
    margin: 20px 0 0 10px;
  }
  .TravelGuideSchedule__airline {
    display: inline-block;
    min-width: 100px;
  }
  .TravelGuideSchedule__fn {
    display: inline-block;
    min-width: 50px;
  }
  .TravelGuideSchedule__airports {
    display: inline-block;
  }
  .TravelGuideSchedule__td {
    border: none;
  }
  .TravelGuideSchedule__timecol {
    display: table-cell;
  }
  .TravelGuideSchedule__mobileTime {
    display: none;
  }
}

/* stylelint-disable */
@font-face {
  font-family: 'Dohop-Text';
  src: url('/content/font/dohop/Dohop-Text.woff2') format('woff2'), url('/content/font/dohop/Dohop-Text.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Dohop-Mono';
  src: url('/content/font/dohop/Dohop-Mono.woff2') format('woff2'), url('/content/font/dohop/Dohop-Mono.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SpartanMB';
  src: url('/content/font/spartan/SpartanMB-Regular.eot');
  src: url('/content/font/spartan/SpartanMB-Regular.woff2') format('woff2'), url('/content/font/spartan/SpartanMB-Regular.woff') format('woff'), url('/content/font/spartan/SpartanMB-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SpartanMB-Light';
  src: url('/content/font/spartan/SpartanMB-Light.eot');
  src: url('/content/font/spartan/SpartanMB-Light.woff2') format('woff2'), url('/content/font/spartan/SpartanMB-Light.woff') format('woff'), url('/content/font/spartan/SpartanMB-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SpartanMB-Thin';
  src: url('/content/font/spartan/SpartanMB-Thin.eot');
  src: url('/content/font/spartan/SpartanMB-Thin.woff2') format('woff2'), url('/content/font/spartan/SpartanMB-Thin.woff') format('woff'), url('/content/font/spartan/SpartanMB-Thin.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SpartanMB-SemiBold';
  src: url('/content/font/spartan/SpartanMB-SemiBold.eot');
  src: url('/content/font/spartan/SpartanMB-SemiBold.woff2') format('woff2'), url('/content/font/spartan/SpartanMB-SemiBold.woff') format('woff'), url('/content/font/spartan/SpartanMB-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SpartanMB-Bold';
  src: url('/content/font/spartan/SpartanMB-Bold.eot');
  src: url('/content/font/spartan/SpartanMB-Bold.woff2') format('woff2'), url('/content/font/spartan/SpartanMB-Bold.woff') format('woff'), url('/content/font/spartan/SpartanMB-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SpartanMB-ExtraBold';
  src: url('/content/font/spartan/SpartanMB-ExtraBold.eot');
  src: url('/content/font/spartan/SpartanMB-ExtraBold.woff2') format('woff2'), url('/content/font/spartan/SpartanMB-ExtraBold.woff') format('woff'), url('/content/font/spartan/SpartanMB-ExtraBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadeInHalf {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes forwardBackInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shadowPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(253, 187, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(253, 187, 0, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes treeBounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4% {
    transform: matrix3d(0.432, 0, 0, 0, 0, 0.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.91% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.91% {
    transform: matrix3d(1.189, 0, 0, 0, 0, 1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.82% {
    transform: matrix3d(1.276, 0, 0, 0, 0, 1.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.42% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.92% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.53% {
    transform: matrix3d(0.96, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.03% {
    transform: matrix3d(0.931, 0, 0, 0, 0, 0.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.14% {
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.37% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.59% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type='button'],
/* 1 */ input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type='search'] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* global BEM components/classnames */
.IEWarning {
  background: #ffea34;
  text-align: center;
  font-size: 16px;
  color: #00005e;
  padding: 10px;
}
.IEWarning a {
  color: #00005e;
}
/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Border */
/* Background colors */
/* Font sizes */
/* Dohop mono */
/* Box shadows */
/* Font colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Breakpoints */
/*
 * Gutters
 */
/* This is the gutter between rows */
/*
 * Loading
 */
/* Z INDEXES */
/* Design */
/* Hover transition */
/* Fonts families */
/* Font styles */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #efefef;
  color: #00005e;
  margin: 0px;
}
.Label {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .Label {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 12px;
  }
}
.Textarea {
  padding: 16px;
  height: 100px;
}
.Background--sky {
  background-color: #00d2ff;
}
.Background--sun {
  background-color: #fff000;
}
.Background--grass {
  background-color: #50d9af;
}
.Background--peach {
  background-color: #ff9d64;
}
.Background--white {
  background-color: white;
}
/* Input is meant to be used as both a classname or a mixin to be :extend-ed */
.Input,
.Textarea {
  position: relative;
  -webkit-appearance: none;
  color: #00005e;
  display: block;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  height: 43px;
  line-height: 43px;
  outline: 0;
  padding: 0 14px;
  border-radius: 2px;
  border: 2px solid transparent;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-family: SpartanMB, 'Arial', 'sans-serif';
  border-color: transparent;
  text-overflow: ellipsis;
}
input.Input,
input.Textarea {
  line-height: normal;
}
.Input--focus {
  border: 2px solid #ff5326;
  transition: border-color 0.2s linear;
}
.Input--focus:-ms-input-placeholder {
  color: transparent;
}
.Input--focus::placeholder {
  color: transparent;
}
.Input__shake {
  animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
}
.Input__label {
  position: absolute;
  color: transparent;
  padding: 0 5px;
  font-family: SpartanMB-SemiBold, 'Arial', 'sans-serif';
  font-size: 12px;
  line-height: 16px;
  top: -8px;
  left: 10px;
  box-sizing: border-box;
  z-index: 1;
  white-space: nowrap;
}
.Input__label--focus {
  color: #ff5326;
  transition: color 0.2s linear;
}
.Input__label--focus::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background-color: #fff;
  z-index: -1;
}
.Input__label--error::before {
  background-color: #ffe6da;
}
.Input__form {
  border: 2px solid #dcdcdc;
  box-shadow: none;
}
.Input__error {
  background-color: #ffe6da;
  border-color: #ff5326;
}
@media only screen and (min-width: 768px) {
  .Input,
  .Textarea {
    height: 53px;
    line-height: 53px;
  }
}
.Link {
  color: #ff5326;
  text-decoration: none;
  cursor: pointer;
}
body {
  font-size: 14px;
  background-color: #fff;
}
.PageRouteAnimation__fadeIn {
  animation: fadeInHalf 0.3s ease-in-out;
}
/* Colors - Bedow design */
/* Colors */
/* Border colors */
/* Background colors */
/* Font sizes */
/* Font colors */
/* Variables */
/* Link colors */
/* sidebar width - and everything that should be aligned with the sidebar */
/* Used in Dohop GetInspired photo padding */
/* Media queries sizes  */
/* Z INDEXES */
/* Design */
/* component colors */
/* Input styling */
/* sprite generator */
.CookieMessage {
  width: 100%;
  color: #9b9b9b;
  z-index: 999999;
  font-size: 12px;
}
.CookieMessage a {
  color: #ec6400;
  text-decoration: none;
}
.CookieMessage__message {
  background-color: white;
  padding: 10px 20px;
  margin: auto;
  position: relative;
  box-shadow: 0 0 0 1px #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.CookieMessage__content {
  margin: auto;
  width: 85%;
  max-width: 600px;
  text-align: center;
  position: relative;
}
.CookieMessage__content::after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}
.CookieMessage__icon {
  width: 25px;
  height: 25px;
  left: -35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.CookieMessage__close {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 18px;
  cursor: pointer;
  height: 18px;
  padding: 0;
  border: none;
  color: red;
  width: 22px;
  height: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.CookieMessage__close::after,
.CookieMessage__close::before {
  position: absolute;
  display: block;
  content: '';
  height: 2px;
  background-color: #ec6400;
  width: 18px;
}
.CookieMessage__close::after {
  transform: rotate(-45deg);
}
.CookieMessage__close::before {
  transform: rotate(45deg);
}
.CookiePolicy__header {
  font-weight: normal;
  margin: 0;
  padding-bottom: 35px;
  padding-left: 0;
}
.CookiePolicy__icon {
  width: 26px;
  height: 26px;
  float: left;
}
.AboutBox {
  margin-bottom: 50px;
}
.AboutBox::after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}
.AboutBox__noText {
  margin-bottom: 15px;
}
.AboutBox__noText::after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}
.AboutBox__title {
  margin-bottom: 15px;
  font-size: 24px;
}
.AboutBox__subTitle {
  margin-bottom: 10px;
  font-size: 22px;
  font-style: italic;
  text-decoration: underline;
}
.AboutBox__title--small {
  font-size: 18px;
}
.AboutBox__text {
  max-width: 600px;
  line-height: 28px;
  float: left;
  font-size: 18px;
}
.AboutBox__text a {
  color: #ff5326;
  text-decoration: none;
}
.AboutBox__text--small {
  font-size: 14px;
  color: black;
  line-height: 16px;
}
@media only screen and (min-width: 1280px) {
  .AboutBox__text {
    width: 75%;
  }
}
@media only screen and (min-width: 1420px) {
  .AboutBox__title {
    padding-right: 50px;
  }
}
.NotifyBox__container {
  color: #fff;
  padding: 15px 40px 15px 20px;
  text-align: left;
  line-height: 1.4;
}
.NotifyBox__container.NotifyBox__success {
  background: #50d9af;
  animation-duration: 700ms;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}
.NotifyBox__container.NotifyBox__error {
  background: #ff5326;
  animation-duration: 700ms;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}
.NotifyBox__container.NotifyBox__text--center {
  text-align: center;
}
.NotifyBox__container.NotifyBox__fullscreen {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 72;
}
.NotifyBox__container.NotifyBox__fullscreen.NotifyBox__textDark {
  color: #00005e;
}
.NotifyBox__container.NotifyBox__fullscreen > div {
  padding: 0 20px;
}
.NotifyBox__container.NotifyBox__fullscreen > div p {
  font-size: 20px;
  line-height: 1.2;
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: none;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}


/*# sourceMappingURL=bundle.951d23d08523ace5ebbc.css.map*/