.home-logos-wrapper .slick-track {
  display: flex;
  align-items: center;
}
.home-logos-wrapper .slick-track .home-logos-logo {
  display: flex;
  justify-content: center;
}

.sj-stats-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: 30%;
}
.sj-stats-wrapper::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.46);
  z-index: 0;
}
.sj-stats-wrapper .sj-stats-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 160px 0;
  position: relative;
  z-index: 10;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .sj-stats-wrapper .sj-stats-inner {
    padding: 120px 0 160px 0;
  }
}
.sj-stats-wrapper .sj-stats-inner .sj-stats-item {
  flex: 0 0 25%;
  max-width: 25%;
}
@media only screen and (max-width: 768px) {
  .sj-stats-wrapper .sj-stats-inner .sj-stats-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 40px;
  }
}
.sj-stats-wrapper .sj-stats-inner .sj-stats-item .sj-stats-item-value {
  padding-bottom: 30px;
}
.sj-stats-wrapper .sj-stats-inner .sj-stats-item .sj-stats-item-value span {
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  font-size: 64px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .sj-stats-wrapper .sj-stats-inner .sj-stats-item .sj-stats-item-value span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .sj-stats-wrapper .sj-stats-inner .sj-stats-item .sj-stats-item-value {
    padding-bottom: 10px;
  }
}
.sj-stats-wrapper .sj-stats-inner .sj-stats-item .sj-stats-item-label span {
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .sj-stats-wrapper .sj-stats-inner .sj-stats-item .sj-stats-item-label span {
    font-size: 24px;
  }
}

.aircraft-comp-title {
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #24434d;
}

.aircraft-comp-inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -22px;
  margin-right: -22px;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .aircraft-comp-inner {
    margin-left: 0;
    margin-right: 0;
  }
}
.aircraft-comp-inner .aircraft-comp-item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 22px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .aircraft-comp-inner .aircraft-comp-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
    padding: 0;
  }
}
.aircraft-comp-inner .aircraft-comp-item a:hover {
  text-decoration: none;
}
.aircraft-comp-inner .aircraft-comp-item .aircraft-comp-item-inner {
  background: #f6fafc;
}
.aircraft-comp-inner .aircraft-comp-item .aircraft-comp-item-inner .aircraft-comp-image img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.aircraft-comp-inner .aircraft-comp-item .aircraft-comp-item-inner .aircraft-comp-title {
  padding-bottom: 10px;
}
.aircraft-comp-inner .aircraft-comp-item .aircraft-comp-item-inner .aircraft-comp-title p {
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #24434d;
  padding: 17px 0;
  position: relative;
}
.aircraft-comp-inner .aircraft-comp-item .aircraft-comp-item-inner .aircraft-comp-title p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 50px;
  background-color: #e47813;
  transform: translateX(-50%);
}

.dest-cta-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.dest-cta-wrapper::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  left: 0;
  top: 0;
  z-index: 1;
}
.dest-cta-wrapper .dest-cta-inner {
  position: relative;
  padding: 80px 0;
  width: 50%;
  text-align: left;
  z-index: 2 !important;
}
@media only screen and (max-width: 768px) {
  .dest-cta-wrapper .dest-cta-inner {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .dest-cta-wrapper .dest-cta-inner {
    width: 80%;
  }
}
.dest-cta-wrapper .dest-cta-inner h2 {
  color: white;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 24px;
}
.dest-cta-wrapper .dest-cta-inner p {
  padding-bottom: 20px;
  font-family: "Raleway", sans-serif;
  color: #cdcdcd;
  font-size: 20px;
}
.dest-cta-wrapper .dest-cta-inner a {
  font-family: "Raleway", serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background-color: #e47815;
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.25);
}
.dest-cta-wrapper .dest-cta-inner a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.response_stratos-loading {
  margin-top: 110px;
}

.plan-options-results__field input {
  height: 36px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 14px 5px;
  border-radius: 3px;
  border: none;
  color: #272727;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 4px 11px;
}

.modal-content {
  max-width: 950px;
  margin: 0 auto;
}

.modal-dialog-pricing .modal-content p {
  font-family: "Raleway", sans-serif;
}

.modal-dialog-pricing .modal-content button.close {
  position: absolute;
  right: 15px;
  top: 10px;
}

.modal-dialog-pricing .modal-content .modal-header p {
  font-weight: bold;
  color: #cdd2da;
  text-transform: uppercase;
}

.modal-dialog-pricing .modal-content .modal-body p {
  width: 50%;
  float: left;
  margin: 0;
  margin-bottom: 10px;
}

.modal-dialog-pricing .modal-content .modal-body p input,
.modal-dialog-pricing .modal-content .modal-body p.message textarea {
  width: 100%;
  height: 55px;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 14px 10px;
  border: none;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 4px 11px;
}

.modal-dialog-pricing .modal-content .modal-body p.message {
  width: 100%;
  margin-bottom: 0;
  padding-left: 10px;
}

.modal-dialog-pricing .modal-content .modal-body p.message textarea {
  height: 150px;
}

.modal-dialog-pricing .modal-content .modal-body p.phone {
  padding-left: 10px;
}

.modal-dialog-pricing .modal-content .modal-body p.first_name,
.modal-dialog-pricing .modal-content .modal-body p.last_name,
.modal-dialog-pricing .modal-content .modal-body p.email,
.modal-dialog-pricing .modal-content .modal-body p.phone,
.modal-dialog-pricing .modal-content .modal-body p.message {
  position: relative;
}

.modal-dialog-pricing .modal-content .modal-body p.first_name:before,
.modal-dialog-pricing .modal-content .modal-body p.last_name:before,
.modal-dialog-pricing .modal-content .modal-body p.email:before,
.modal-dialog-pricing .modal-content .modal-body p.phone:before,
.modal-dialog-pricing .modal-content .modal-body p.message:before {
  position: absolute;
  top: 5px;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 14px;
  color: #e47815;
}

.modal-dialog-pricing .modal-content .modal-body p.first_name:before {
  content: "First Name";
}

.modal-dialog-pricing .modal-content .modal-body p.last_name:before {
  content: "Last name";
}

.modal-dialog-pricing .modal-content .modal-body p.phone:before {
  content: "Phone";
}

.modal-dialog-pricing .modal-content .modal-body p.email:before {
  content: "Email";
}

.modal-dialog-pricing .modal-content .modal-body p.message:before {
  content: "Message";
}

@media screen and (min-width: 768px) {
  .modal-dialog-pricing .modal-content .modal-body p {
    width: 25%;
  }
  .modal-dialog-pricing .modal-content .modal-body p.email {
    padding-left: 10px;
  }
}
.modal-dialog-pricing.newrequest-destination .modal-content .modal-body p.email {
  padding-left: 10px;
}

.modal-dialog-pricing.newrequest-destination .modal-content .modal-body p.phone {
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog-pricing.newrequest-destination .modal-content .modal-body p.phone {
    padding-left: 10px;
  }
}
.modal-dialog-pricing .modal-header {
  background-color: #f6fafc;
}

.modal-dialog-pricing .modal-header p {
  font-weight: bold;
  text-transform: uppercase;
  color: #cdd2da;
}

.modal-dialog-pricing .modal-body {
  min-height: 250px;
  background-color: #f6fafc;
}

.modal-dialog-pricing .modal-body p {
  width: 50%;
  float: left;
  margin: 0;
  margin-bottom: 10px;
  padding-left: 10px;
}

.modal-dialog-pricing .modal-body p input,
.modal-dialog-pricing .modal-body p.message textarea {
  width: 100%;
  height: auto;
  padding: 20px 14px 13px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  border: none;
  color: #272727;
  box-shadow: rgba(0, 0, 0, 0.05) 0 4px 11px;
  background-color: #fff;
}

.modal-dialog-pricing .modal-body p.message {
  width: 100%;
}

.modal-dialog-pricing .modal-body p.first_name,
.modal-dialog-pricing .modal-body p.last_name,
.modal-dialog-pricing .modal-body p.email,
.modal-dialog-pricing .modal-body p.phone,
.modal-dialog-pricing .modal-body p.message {
  position: relative;
}

.modal-dialog-pricing .modal-body p.first_name::before,
.modal-dialog-pricing .modal-body p.last_name::before,
.modal-dialog-pricing .modal-body p.email::before,
.modal-dialog-pricing .modal-body p.phone::before,
.modal-dialog-pricing .modal-body p.message::before {
  position: absolute;
  top: 5px;
  font-weight: bold;
  font-size: 11px;
  padding-left: 14px;
  text-transform: uppercase;
  color: #e47815;
}

.modal-dialog-pricing .modal-body p.phone:before {
  content: "Phone";
}

.modal-dialog-pricing .modal-body p.email:before {
  content: "Email";
}

.modal-dialog-pricing .modal-body p.message:before {
  content: "Message";
}

.modal-dialog-pricing .modal-body p:nth-child(odd),
.modal-dialog-pricing .modal-body p.message {
  padding-left: 0;
}

@media (min-width: 768px) {
  .modal-dialog-pricing .modal-body p {
    width: 25%;
  }
  .modal-dialog-pricing .modal-body p:nth-child(odd),
  .modal-dialog-pricing .modal-body p.message {
    padding-left: 10px;
  }
}
.modal-content .modal-title {
  font-size: 30px;
  font-weight: bold;
}

.modal-dialog-pricing .modal-title {
  font-size: 40px;
  font-family: "Libre Baskerville", sans-serif;
  color: #22434d;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .modal-dialog-pricing .modal-body {
    padding-left: 5px;
  }
}
div.modal-content button.close {
  background: transparent;
  border: none;
  box-shadow: none;
  color: gray;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: color 0.3s ease;
  font-size: 40px;
  padding: 0;
  margin: 0;
}

div.modal-content button.close:focus,
div.modal-content button.close:active {
  color: #e47815;
  background: transparent;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: color 0.3s ease;
  font-size: 40px;
  padding: 0;
  margin: 0;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 768px) {
  .home-logos-inner {
    margin: -20px 0;
  }
}/*# sourceMappingURL=page-why-stratos-v2.css.map */