@media (min-width: 768px) {
}@media (min-width: 992px) {
}@font-face {
  font-family: "kepler-std-caption";
  src: url('../assets/fonts/Kepler/kepler-caption-regular.woff2') format('woff2'), url('../assets/fonts/Kepler/kepler-caption-regular.woff') format('woff');
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "kepler-std-caption";
  src: url('../assets/fonts/Kepler/kepler-caption-bold.woff2') format('woff2'), url('../assets/fonts/Kepler/kepler-caption-bold.woff') format('woff');
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "kepler-std-subhead";
  src: url('../assets/fonts/Kepler/kepler-subhead.woff2') format('woff2'), url('../assets/fonts/Kepler/kepler-subhead.woff') format('woff');
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Belluga';
  src: url('../assets/fonts/Belluga/belluga-regular.woff2') format('woff2'), url('../assets/fonts/Belluga/belluga-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-magazine-homepage-section-titles {
  font-size: 3.2rem;
  text-align: center;
  line-height: 56px;
}
@media (min-width: 768px) {
  .font-magazine-homepage-section-titles {
    font-size: 4.6rem;
  }
}
.font-magazine-homepage-section-titles strong {
  margin: auto auto 16px auto;
  font-size: 48px;
  display: block;
  font-weight: normal;
  font-family: "Belluga", sans-serif;
  height: 32px;
}
@media (min-width: 768px) {
  .font-magazine-homepage-section-titles strong {
    margin: auto auto 32px auto;
    display: inline-block;
    font-size: 66px;
  }
}
.font-magazine-homepage-section-descriptions {
  font-size: 2rem;
  font-style: italic;
  text-align: center;
}
.link-color-magazine a {
  text-decoration: underline;
  color: #343A40;
}
.link-color-magazine a:hover {
  color: #b6a467;
}
.link-color-magazine a:focus {
  color: #897840;
}
.place-card {
  position: relative;
}
.place-card__cover {
  position: relative;
  padding-bottom: 62.5%;
  background-color: #14716A;
}
.place-card__picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
}
.place-card__main-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 16px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.place-card__name {
  display: block;
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #fff;
  font-weight: 800;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.place-card__name:hover,
.place-card__name:focus {
  color: #fff;
}
.place-card__name::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.place-card__rating {
  font-size: 0.8rem;
}
.place-card__rating-number {
  margin-left: 8px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
}
.place-card__description-wrapper {
  padding: 16px;
  background-color: #fff;
  border: 1px solid #EEE9E5;
}
.place-card__description {
  font-size: 1.8rem;
  line-height: 24px;
  max-height: 72px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 72px;
}
.content-module {
  margin-top: 24px;
  margin-bottom: 24px;
}
.content-module .picture {
  position: relative;
  margin-bottom: 16px;
}
.content-module .picture__caption {
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: 8px;
}
.content-module .picture__caption a {
  text-decoration: underline;
  color: #868E96;
}
.content-module__see-more {
  justify-self: center;
  width: calc(100% - 32px);
}
@media (min-width: 768px) {
  .content-module__see-more {
    width: auto;
  }
}
.content-module__see-more--hidden {
  display: none;
}
.inspiration-article .content-module-rich-text + .content-module-rich-text > p {
  margin-top: -48px;
}
.content-module-rich-text a {
  text-decoration: underline;
  color: #343A40;
}
.content-module-rich-text a:hover {
  color: #b6a467;
}
.content-module-rich-text a:focus {
  color: #897840;
}
.content-module-rich-text h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .content-module-rich-text h2 {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .content-module-rich-text h2 {
    line-height: 40px;
  }
}
.content-module-rich-text p + h2 {
  padding-top: 48px;
}
.content-module-rich-text h2::before {
  content: "";
  background-color: #b6a467;
  height: 4px;
  display: block;
  width: 56px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .content-module-rich-text h2::before {
    width: 80px;
  }
}
.content-module-rich-text h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .content-module-rich-text h3 {
    font-size: 2.4rem;
  }
}
.content-module-rich-text p + h3 {
  padding-top: 24px;
}
.content-module-rich-text strong {
  font-weight: 700;
}
.content-module-rich-text p,
.content-module-rich-text li {
  font-size: 2rem;
  font-family: "kepler-std-caption", serif;
  line-height: 32px;
  margin: 0;
}
@media (min-width: 768px) {
  .content-module-rich-text p,
  .content-module-rich-text li {
    font-size: 22px;
  }
}
.content-module-rich-text li {
  margin-bottom: 16px;
}
.content-module-rich-text ul {
  list-style: none;
  margin: 0;
}
.content-module-rich-text ul > li:before {
  font-size: 3.6rem;
  vertical-align: middle;
  color: #14716A;
  content: "\2022";
  margin-left: -16px;
  padding-right: 8px;
}
.content-module-rich-text ul > li > *:first-child {
  display: inline;
}
.content-module-one-picture-16-9 {
  position: relative;
}
.content-module-one-picture-16-9__img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .content-module-double-picture-3-4-and-16-9 .align-item-bottom {
    display: flex;
    align-items: baseline;
  }
}
.content-module-double-picture-3-4-and-16-9__img-wrapper {
  position: relative;
}
.content-module-double-picture-3-4-and-16-9__col + .content-module-double-picture-3-4-and-16-9__col {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .content-module-double-picture-3-4-and-16-9__col + .content-module-double-picture-3-4-and-16-9__col {
    margin-top: 0;
  }
}
.content-module-double-picture-3-4-and-16-9__img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.content-module-double-picture-3-4-and-16-9 + .content-module-double-picture-3-4-and-16-9 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .content-module-double-picture-3-4-and-16-9 + .content-module-double-picture-3-4-and-16-9 {
    margin-top: 7px;
  }
}
.content-module-double-picture-3-4__img-wrapper {
  position: relative;
}
.content-module-double-picture-3-4__img-wrapper--second {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .content-module-double-picture-3-4__img-wrapper--second {
    margin-top: 0;
  }
}
.content-module-double-picture-3-4__img,
.content-module-double-picture-3-4__img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.content-module-double-picture-16-9__img-wrapper {
  position: relative;
}
.content-module-double-picture-16-9__img-wrapper--second {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .content-module-double-picture-16-9__img-wrapper--second {
    margin-top: 0;
  }
}
.content-module-double-picture-16-9__img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.content-module-triple-picture-1-1__img-wrapper {
  position: relative;
}
.content-module-triple-picture-1-1__img-wrapper--second,
.content-module-triple-picture-1-1__img-wrapper--third {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .content-module-triple-picture-1-1__img-wrapper--second,
  .content-module-triple-picture-1-1__img-wrapper--third {
    margin-top: 0;
  }
}
.content-module-triple-picture-1-1__img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.content-module-citation__quote {
  margin: 0;
}
@media (min-width: 768px) {
  .content-module-citation__quote {
    margin: 0 0 0 32px;
  }
}
.content-module-citation__quote-icon-left,
.content-module-citation__quote-icon-right {
  width: 40px;
}
@media (min-width: 768px) {
  .content-module-citation__quote-icon-left,
  .content-module-citation__quote-icon-right {
    width: 64px;
  }
}
.content-module-citation__quote-icon-left {
  margin-bottom: 16px;
}
.content-module-citation__quote-icon-right {
  transform: scaleX(-1);
  float: right;
}
.content-module-citation__content {
  font-size: 2.4rem;
  font-family: "kepler-std-subhead", serif;
  line-height: 40px;
  margin: 0;
}
@media (min-width: 768px) {
  .content-module-citation__content {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .content-module-citation__content {
    line-height: 40px;
    padding-right: 32px;
  }
}
.content-module-citation__author {
  font-size: 2rem;
  margin: 8px 0;
  font-weight: 700;
}
@media (min-width: 768px) {
  .content-module-citation__author {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .content-module-citation__author {
    margin-top: 16px;
    padding-right: 32px;
  }
}
.content-module-citation__author-description {
  font-size: 1.6rem;
  margin: 0;
}
@media (min-width: 768px) {
  .content-module-citation__author-description {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .content-module-citation__author-description {
    padding-right: 32px;
  }
}
.content-module-citation-with-picture .picture {
  margin-bottom: 0;
}
.content-module-citation-with-picture .content-module-citation {
  padding: 32px 24px;
}
@media (min-width: 768px) {
  .content-module-citation-with-picture .content-module-citation {
    padding: 0 0 0 16px;
  }
}
@media (min-width: 768px) {
  .content-module-citation-with-picture .content-module-citation__quote {
    margin: 0 0 0 16px;
  }
}
@media (min-width: 992px) {
  .content-module-citation-with-picture .content-module-citation__quote {
    margin: 0;
    padding: 40px 16px 40px 24px;
  }
}
@media (min-width: 768px) {
  .content-module-citation-with-picture .content-module-citation__quote-icon-left,
  .content-module-citation-with-picture .content-module-citation__quote-icon-right {
    width: 40px;
  }
}
@media (min-width: 992px) {
  .content-module-citation-with-picture .content-module-citation__quote-icon-left,
  .content-module-citation-with-picture .content-module-citation__quote-icon-right {
    width: 64px;
  }
}
.content-module-citation-with-picture .content-module-citation__quote-icon-left {
  position: absolute;
  top: -16px;
}
@media (min-width: 768px) {
  .content-module-citation-with-picture .content-module-citation__quote-icon-left {
    position: initial;
  }
}
@media (min-width: 992px) {
  .content-module-citation-with-picture .content-module-citation__quote-icon-left {
    position: absolute;
    top: -24px;
  }
}
.content-module-citation-with-picture__col {
  padding: 0;
}
@media (min-width: 768px) {
  .content-module-citation-with-picture__col {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content-module-citation-with-picture__wrapper {
  position: relative;
}
.content-module-citation-with-picture__img {
  width: 100%;
}
@media (min-width: 768px) {
  .content-module-citation-with-picture__left,
  .content-module-citation-with-picture__right {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .content-module-citation-with-picture__left {
    flex: 2;
    max-width: 616px;
  }
}
@media (min-width: 1200px) {
  .content-module-citation-with-picture__left {
    max-width: 752px;
  }
}
.content-module-citation-with-picture__right {
  margin-top: -100px;
  position: relative;
  padding: 0 16px 24px 16px;
}
@media (min-width: 768px) {
  .content-module-citation-with-picture__right {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .content-module-citation-with-picture__right {
    margin-left: -131px;
  }
}
@media (min-width: 1200px) {
  .content-module-citation-with-picture__right {
    margin-left: -160px;
  }
}
.content-module-youtube-video {
  position: relative;
}
@media (min-width: 768px) {
  .content-module-youtube-video {
    margin-bottom: 56px;
    margin-top: 24px;
  }
}
.content-module-youtube-video .video {
  margin: 0;
  width: 100%;
}
.content-module-youtube-video .video:active .video__content-btn {
  background-color: #F3F0E5;
  color: #897840;
}
.content-module-youtube-video:hover .video__content-btn {
  color: #b6a467;
  background-color: #FAF8F3;
}
@media (min-width: 768px) {
  .content-module-youtube-video:hover .content-module-youtube-video__description {
    background-color: rgba(182, 164, 103, 0.16);
  }
}
@media (min-width: 768px) {
  .content-module-youtube-video__content {
    position: relative;
    width: calc(100% * 2/3);
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .content-module-youtube-video__description {
    background-color: #FAF8F3;
    position: absolute;
    top: 32px;
    right: 15px;
    height: 100%;
    width: calc(100% * 2/3 - 20px);
    padding: 16px;
    padding-left: calc(100% * 1/3 + 6px);
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .content-module-youtube-video__description {
    padding-top: 48px;
    padding-left: calc(100% * 1/3 + 14px);
  }
}
.content-module-youtube-video__destination {
  font-weight: 700;
  display: flex;
  align-items: center;
  margin: 16px 0 0 0;
}
@media (min-width: 768px) {
  .content-module-youtube-video__destination {
    margin: 0;
  }
}
.content-module-youtube-video__destination__text {
  margin-left: 8px;
}
.content-module-youtube-video__title {
  font-size: 2rem;
  font-family: "kepler-std-subhead", serif;
  overflow-wrap: break-word;
  margin: 0;
}
@media (min-width: 768px) {
  .content-module-youtube-video__title {
    font-size: 2.4rem;
  }
}
.content-module-youtube-video__duration {
  color: #868E96;
  margin-top: 8px;
}
.content-module-download-resources__title {
  margin: 0;
  font-weight: bold;
  font-size: 1.7em;
  color: #343A40;
}
@media (min-width: 768px) {
  .content-module-download-resources__title {
    font-size: 2em;
  }
}
.content-module-download-resources__resource {
  margin: 24px 0 0;
}
.content-module-download-resources__img-wraper {
  position: relative;
}
.content-module-download-resources__text-wraper {
  position: absolute;
  bottom: 0;
  padding: 24px;
}
.content-module-download-resources__img {
  width: 100%;
}
.content-module-download-resources__text {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 8px;
}
.content-module-download-resources__link {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}
.content-module-download-resources__icon {
  font-size: 1.8rem;
  vertical-align: middle;
}
.content-module-newsletter {
  margin-top: 64px;
}
@media (min-width: 768px) {
  .content-module-newsletter {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .content-module-newsletter .newsletter__form--success {
    margin-top: 16px;
  }
}
.content-module-newsletter__container {
  padding: 24px;
  position: relative;
}
.content-module-newsletter__illustration-col {
  text-align: center;
}
@media (min-width: 768px) {
  .content-module-newsletter__illustration-col {
    text-align: initial;
    position: relative;
  }
}
@media (min-width: 768px) {
  .content-module-newsletter__row {
    display: flex;
  }
}
.content-module-newsletter__illustration-container {
  margin-bottom: 24px;
  margin-top: -68px;
  max-height: 164px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .content-module-newsletter__illustration-container {
    margin: 0;
    max-height: initial;
    overflow: initial;
  }
}
.content-module-newsletter__illustration {
  width: 70%;
}
@media (min-width: 768px) {
  .content-module-newsletter__illustration {
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 100%;
  }
}
.agency-item {
  display: block;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover), (-moz-touch-enabled: 0), (pointer: none) {
  .agency-item:hover .agency-item__cover::before {
    opacity: 0;
  }
  .agency-item:hover .agency-item__cover__img {
    -webkit-transform: translateY(-13.5%);
    -moz-transform: translateY(-13.5%);
    -ms-transform: translateY(-13.5%);
    -o-transform: translateY(-13.5%);
    transform: translateY(-13.5%);
  }
  .agency-item:hover .agency-item__cover__text {
    color: #343A40;
    background-color: #fff;
  }
  .agency-item:hover .agency-item__link {
    color: #343A40;
  }
  .agency-item:hover .agency-name {
    color: #343A40;
  }
  .agency-item:hover .agency-item__title {
    background-color: #fff;
  }
  .agency-item:hover .agency-stars-label {
    color: #343A40;
  }
}
.agency-item .agency-name {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .agency-item .agency-name {
    font-size: 3.6rem;
  }
}
.agency-item__cover {
  position: relative;
  overflow: hidden;
}
.agency-item__cover__text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  background-color: transparent;
  z-index: 2;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media (min-width: 768px) {
  .agency-item__cover__text {
    font-size: 1.8rem;
  }
}
.agency-item__cover__img {
  border: 0;
  display: block;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.agency-item__cover__img::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 40%);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.agency-item__link {
  display: block;
  color: #fff;
}
.agency-item__link::before {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.agency-item__title {
  padding: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #343A40;
  line-height: 16px;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .agency-item__title {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .agency-item__title {
    line-height: 24px;
  }
}
.agency-item__stars-container {
  margin: 0;
}
.agency-item__stars-container .agency-stars {
  font-size: 8px;
}
.agency-item__stars-container .agency-stars-label {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 24px;
  vertical-align: top;
}
.large-agency-card__picture {
  flex: 210px 0 0;
  width: 210px;
}
@media (min-width: 992px) {
  .large-agency-card__picture {
    flex: 216px 0 0;
    width: 216px;
  }
}
@media (min-width: 1200px) {
  .large-agency-card__picture {
    flex: 264px 0 0;
    width: 264px;
  }
}
.large-agency-card__picture img {
  max-width: 100%;
}
.large-agency-card__content {
  flex-grow: 1;
  position: relative;
  padding: 24px 40px 24px 24px;
  margin: 24px 0;
}
@media (min-width: 992px) {
  .large-agency-card__content {
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .large-agency-card__content {
    padding: 32px 48px 32px 32px;
  }
}
.large-agency-card__arrow {
  font-size: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 16px;
  color: #fff;
}
.large-agency-card__arrow:hover {
  color: #FAF9F8;
}
@media (min-width: 1200px) {
  .large-agency-card__arrow {
    right: 24px;
  }
}
.large-agency-card__title {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 768px) {
  .large-agency-card__title {
    font-size: 1.8rem;
  }
}
.large-agency-card__title .agency-name {
  display: inline-block;
  margin-top: 8px;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
@media (min-width: 768px) {
  .large-agency-card__title .agency-name {
    font-size: 3.6rem;
  }
}
@media (min-width: 768px) {
  .large-agency-card__title .agency-name {
    line-height: 1;
    margin-bottom: 16px;
  }
}
.large-agency-card__title:hover {
  color: #fff;
}
.large-agency-card__short-description {
  font-size: 1.5rem;
  color: #fff;
  line-height: 24px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .large-agency-card__short-description {
    font-size: 1.6rem;
  }
}
.large-agency-card__stars-container {
  margin: 16px 0 0;
}
.large-agency-card__stars {
  font-size: 1.6rem;
}
.large-agency-card__stars-label {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 24px;
  vertical-align: top;
  text-decoration: underline;
}
.agency-presentation-card {
  padding: 24px;
  margin-top: 8px;
}
.agency-presentation-card__picture-col {
  display: table-cell;
}
.agency-presentation-card__picture {
  width: 96px;
}
.agency-presentation-card__text-col {
  display: table-cell;
  vertical-align: top;
  padding-left: 24px;
}
.agency-presentation-card .agency-title {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 768px) {
  .agency-presentation-card .agency-title {
    font-size: 1.8rem;
  }
}
.agency-presentation-card .agency-name {
  display: inline-block;
  margin-top: 8px;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
@media (min-width: 768px) {
  .agency-presentation-card .agency-name {
    font-size: 3.6rem;
  }
}
.agency-presentation-card .agency-short-description {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #fff;
  line-height: 24px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .agency-presentation-card .agency-short-description {
    font-size: 1.6rem;
  }
}
.agency-presentation-card .agency-stars-container {
  margin: 0;
}
.agency-presentation-card .agency-stars {
  font-size: 8px;
}
.agency-presentation-card .agency-stars-label {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 24px;
  vertical-align: top;
  text-decoration: underline;
}
.content-module-header__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.content-module-header__description {
  font-size: 1.8rem;
  margin-bottom: 16px;
}
.content-module-agency-cards__container {
  display: flex;
}
.content-module-agency-cards .agency-presentation-card + .agency-presentation-card {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .content-module-agency-cards .agency-presentation-card + .agency-presentation-card {
    margin-top: 8px;
  }
}
.content-module-itinerary-cards .swiper-button {
  top: 80px;
}
@media (min-width: 1200px) {
  .content-module-itinerary-cards .swiper-button {
    top: 104px;
  }
}
.edito-card-square {
  position: relative;
  display: block;
}
.edito-card-square__text {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}
.edito-card-square__text__title {
  font-size: 2.4rem;
  font-weight: 800;
}
@media (min-width: 1200px) {
  .edito-card-square__text__title {
    font-size: 3.6rem;
  }
}
.edito-card-square__text__description {
  font-size: 1.8rem;
  font-weight: 700;
}
.swiper-slide .edito-card-square .edito-card-square__text__title {
  font-size: 2.4rem;
  font-weight: 800;
}
@media (min-width: 768px) {
  .swiper-slide .edito-card-square .edito-card-square__text__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .swiper-slide .edito-card-square .edito-card-square__text__title {
    font-size: 2.4rem;
  }
}
.swiper-slide .edito-card-square .edito-card-square__text__description {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .swiper-slide .edito-card-square .edito-card-square__text__description {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .swiper-slide .edito-card-square .edito-card-square__text__description {
    font-size: 1.8rem;
  }
}
.edito-card-large {
  margin-top: 32px;
}
.edito-card-large__cover {
  position: relative;
  overflow: hidden;
}
.edito-card-large__cover.full-width {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .edito-card-large__cover.full-width {
    margin-left: 0;
    margin-right: 0;
  }
}
.edito-card-large__cover__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.edito-card-large__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px 15px;
}
@media (min-width: 768px) {
  .edito-card-large__content {
    padding: 24px;
  }
}
.edito-card-large__content__title {
  font-size: 4.8rem;
  font-family: Moret, serif;
  line-height: 6.4rem;
  max-height: 19.2rem;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 768px) {
  .edito-card-large__content__title {
    margin-bottom: 8px;
  }
}
.edito-card-large__content__subtitle {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .edito-card-large__content__subtitle {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .edito-card-large__content__subtitle {
    max-height: 48px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .edito-card-large__content__subtitle {
    line-height: 24px;
    max-height: 72px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 1200px) {
  .edito-card-large__content__subtitle {
    line-height: 24px;
    max-height: 96px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
.edito-card-large__content__description {
  font-size: 1.8rem;
  font-weight: 700;
}
.content-module-edito-cards .edito-card-large {
  margin-top: 0;
}
.content-module-edito-cards .edito-card-large + .edito-card-large {
  margin-top: 16px;
}
.content-module-place-cards .swiper-button {
  top: 80px;
}
@media (min-width: 992px) {
  .content-module-place-cards .swiper-button {
    top: 96px;
  }
}
@media (min-width: 1200px) {
  .content-module-place-cards .swiper-button {
    top: 120px;
  }
}
@media (max-width: 767px) {
  .content-module-place-cards .col-sm-6 .place-card {
    margin-bottom: 24px;
  }
}
.content-module-trip-review-cards .trip-review-excerpt-card {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .content-module-trip-review-cards .trip-review-excerpt-card--single-card .trip-review-excerpt-card .trip-review-excerpt-card-name,
  .content-module-trip-review-cards .trip-review-excerpt-card--single-card .trip-review-excerpt-card .trip-review-excerpt-card-rating-note {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .content-module-trip-review-cards .trip-review-excerpt-card--single-card .trip-review-excerpt-card .trip-review-excerpt-card-author {
    display: inline-flex;
    align-items: baseline;
    flex-direction: row;
  }
}
.content-module-trip-review-cards .trip-review-excerpt-card--single-card .trip-review-excerpt-card .trip-review-excerpt-card-rating {
  display: inline-flex;
}
.content-module-trip-review-cards .trip-review-excerpt-card--single-card .trip-review-excerpt-card .trip-review-excerpt-card-quote {
  height: auto;
}
@media (min-width: 768px) {
  .content-module-trip-review-cards .trip-review-excerpt-card--single-card .trip-review-excerpt-card .trip-review-excerpt-card-date {
    margin: 0 16px 0 8px;
  }
}
@media (min-width: 768px) {
  .content-module-trip-review-cards .trip-review-excerpt-card--single-card .trip-review-excerpt-card .trip-review-excerpt-card-content {
    padding: 24px 24px 16px 24px;
  }
}
@media (min-width: 768px) {
  .content-module-trip-review-cards .trip-review-excerpt-card--single-card .trip-review-excerpt-card .trip-review-excerpt-card-agency {
    margin: 0 24px 24px 24px;
  }
}
.content-module-trip-review-cards .trip-review-excerpt-card--single-card .trip-review-excerpt-card-rating {
  border-left: none;
  padding-left: auto;
}
@media (min-width: 768px) {
  .content-module-trip-review-cards .trip-review-excerpt-card--single-card .trip-review-excerpt-card-rating {
    border-left: 1px #EEE9E5 solid;
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  .content-module-trip-review-cards .trip-review-excerpt-card--downshifted {
    margin-top: 16px;
  }
}
.content-module-trip-review-cards__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.trip-review-excerpt-card {
  background-color: #fff;
  border: 1px solid #EEE9E5;
}
.trip-review-excerpt-card .link-arrow {
  font-size: 1.6rem;
}
.trip-review-excerpt-card-content {
  padding: 16px;
}
@media (min-width: 768px) {
  .trip-review-excerpt-card-content {
    padding-top: 24px;
  }
}
@media (min-width: 992px) {
  .trip-review-excerpt-card-content {
    padding: 24px 24px 16px 24px;
  }
}
.trip-review-excerpt-card-with-picture {
  display: flex;
}
@media (min-width: 1200px) {
  .trip-review-excerpt-card-with-picture {
    padding-right: 0;
  }
}
.trip-review-excerpt-card-with-picture .trip-review-excerpt-card-content {
  padding-right: 15px;
}
.trip-review-excerpt-card-picture-container {
  position: relative;
  width: 50%;
  min-width: 50%;
}
.trip-review-excerpt-card-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trip-review-excerpt-card-content .iconvar {
  margin-right: 10px;
  font-size: 1.5em;
  vertical-align: middle;
  color: #14716A;
}
.trip-review-excerpt-card-author {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-bottom: 8px;
}
.trip-review-excerpt-card-name {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .trip-review-excerpt-card-name {
    font-size: 1.8rem;
  }
}
.trip-review-excerpt-card-date {
  font-size: 1.5rem;
  color: #868E96;
  margin-top: 8px;
}
.trip-review-excerpt-card-name,
.trip-review-excerpt-card-date {
  line-height: 24px;
  max-height: 24px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.trip-review-excerpt-card-rating {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.trip-review-excerpt-card-rating .stars-rate {
  font-size: 12px;
}
@media (min-width: 768px) {
  .trip-review-excerpt-card-rating .stars-rate {
    font-size: 1.6rem;
  }
}
.trip-review-excerpt-card-rating-note {
  margin-right: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 24px;
  color: #343A40;
}
@media (min-width: 768px) {
  .trip-review-excerpt-card-rating-note {
    font-size: 1.8rem;
  }
}
.trip-review-excerpt-card-quote {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}
.trip-review-excerpt-card-quote--content-module,
.trip-review-excerpt-card-quote--destination-page,
.content-module-trip-review-cards .trip-review-excerpt-card-quote {
  line-height: 24px;
  max-height: 192px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  height: 192px;
}
.trip-review-excerpt-card-agency {
  display: flex;
  margin: 0 16px 16px 16px;
  padding-top: 16px;
  border-top: 1px solid #EEE9E5;
}
@media (min-width: 768px) {
  .trip-review-excerpt-card-agency {
    margin-bottom: 24px;
  }
}
.trip-review-excerpt-card-agency-content {
  padding-left: 16px;
  line-height: 24px;
}
.trip-review-excerpt-card-agency-picture {
  min-width: 66px;
}
.trip-review-excerpt-card-agency-title {
  margin-bottom: 8px;
  font-size: 1.5rem;
}
/*

Base:
-----
.itinerary-card {}

Modifiers:
----------
.itinerary-card--with-differentiating-info{}
.itinerary-card--horizontal {}
.itinerary-card--highlight {}

Templates:
----------
app/browser/components/itineraries/itinerary-card/itinerary-card.html.twig
app/vitamin/src/modules/list-itineraries/components/ItineraryCard.jsx

 */
/**
* Create an animation to let the wishlist heart beat
*/
@keyframes bounceHeartWishList {
  0% {
    font-size: 13px;
  }
  50% {
    font-size: 20px;
  }
  100% {
    font-size: 16px;
  }
}
.itinerary-card {
  position: relative;
}
.itinerary-card:hover .itinerary-card__cta {
  opacity: 1;
}
.itinerary-card__cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #D6F8EE;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.itinerary-card__wishlist {
  position: absolute;
  z-index: 103;
  right: 16px;
  top: 0;
  margin-top: 62.5%;
  width: 36px;
  height: 36px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #EEE9E5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, -50%) scale(1.2);
  -moz-transform: translate(0, -50%) scale(1.2);
  -ms-transform: translate(0, -50%) scale(1.2);
  -o-transform: translate(0, -50%) scale(1.2);
  transform: translate(0, -50%) scale(1.2);
}
@media (min-width: 992px) {
  .itinerary-card__wishlist {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.itinerary-card__wishlist::before {
  font-family: "varanasi";
  content: "\EA26";
  font-size: 16px;
  line-height: 36px;
  color: #343A40;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.itinerary-card__wishlist:hover {
  border-color: #c7c3bf;
}
.itinerary-card__wishlist.animate::before {
  animation-duration: 0.3s;
  animation-name: bounceHeartWishList;
  font-size: 16px;
}
.itinerary-card__wishlist[data-selected]::before {
  content: "\EA47";
  color: #DB2C24;
}
.itinerary-card__body {
  height: 147px;
}
.itinerary-card__body-container {
  padding: 24px 16px 16px 16px;
  background-color: #fff;
}
.itinerary-card__flight-included {
  z-index: 101;
  background-color: #E5755F;
}
.itinerary-card__highlight {
  z-index: 101;
  background-color: #129CAB;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.itinerary-card__differentiating-info {
  display: flex;
  max-width: 100%;
  height: 16px;
  line-height: 16px;
}
.itinerary-card__combined,
.itinerary-card__GIR {
  position: relative;
  height: 16px;
  padding-left: 1.8em;
  line-height: 16px;
  max-height: 16px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.itinerary-card__combined::before,
.itinerary-card__GIR::before {
  position: absolute;
  top: 2px;
  left: 1px;
  font-family: "varanasi";
  font-size: 1.5em;
}
.itinerary-card__combined,
.itinerary-card__GIR {
  font-size: 1.4rem;
  font-weight: 700;
}
.itinerary-card__combined {
  color: #129CAB;
}
.itinerary-card__combined::before {
  content: "\EA1A";
}
.itinerary-card__GIR {
  color: #038B62;
  flex: 0 0 auto;
}
.itinerary-card__GIR::before {
  content: "\EA72";
}
.itinerary-card__tags {
  margin-bottom: 8px;
  height: 24px;
}
.itinerary-card__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 24px;
  max-height: 48px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #343A40;
  margin-bottom: 8px;
  height: 48px;
}
.itinerary-card__title:hover {
  color: #343A40;
}
.itinerary-card__title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 102;
}
.itinerary-card__description {
  font-size: 1.5rem;
  line-height: 24px;
  max-height: 144px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  color: #343A40;
  display: none;
  margin-bottom: 24px;
}
.itinerary-card__details {
  line-height: 18px;
  max-height: 36px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-right: -16px;
}
.itinerary-card__duration {
  margin-right: 5px;
  white-space: nowrap;
}
.itinerary-card__price {
  padding-left: 4px;
  border-left: 1px solid #EEE9E5;
}
.itinerary-card__price-value {
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 5px;
  color: #129CAB;
}
.itinerary-card__duration,
.itinerary-card__price {
  font-size: 1.4rem;
  display: inline;
  color: #868E96;
}
.itinerary-card__cta {
  display: none;
  position: absolute;
  z-index: 101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .itinerary-card__cta {
    display: flex;
  }
}
.itinerary-card--with-differentiating-info .itinerary-card__body-container {
  padding-top: 4px;
}
.itinerary-card--with-differentiating-info .itinerary-card__differentiating-info {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .itinerary-card--horizontal {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
  }
  .itinerary-card--horizontal .itinerary-card__header,
  .itinerary-card--horizontal .itinerary-card__body {
    height: 100%;
    width: 50%;
  }
  .itinerary-card--horizontal .itinerary-card__header {
    position: absolute;
    left: 0;
    top: 0;
    padding-bottom: 0;
  }
  .itinerary-card--horizontal .itinerary-card__body {
    background-image: url('../assets/images/patterns/citrus.svg');
    background-size: cover;
  }
  .itinerary-card--horizontal .itinerary-card__body-container {
    height: 100%;
    padding: 24px;
  }
  .itinerary-card--horizontal .itinerary-card__highlight {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .itinerary-card--horizontal .itinerary-card__wishlist {
    top: 24px;
    right: 24px;
    margin-top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .itinerary-card--horizontal .itinerary-card__title {
    font-size: 1.8rem;
    height: unset;
    max-height: unset;
    -webkit-line-clamp: unset;
  }
  .itinerary-card--horizontal .itinerary-card__description {
    display: block;
    display: -webkit-box;
  }
}
@media (min-width: 768px) {
  .itinerary-card--horizontal.itinerary-card--highlight .itinerary-card__body {
    padding: 8px 8px 8px 0;
  }
  .itinerary-card--horizontal.itinerary-card--highlight .itinerary-card__body-container {
    padding-top: 32px;
    padding-right: 16px;
  }
  .itinerary-card--horizontal.itinerary-card--highlight .itinerary-card__differentiating-info {
    margin-top: 8px;
  }
}
.publish-information {
  margin: 16px 0;
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .publish-information {
    text-align: center;
  }
}
.publish-information .publish-infomation__time {
  display: inline-block;
  width: 100%;
}
.publish-information .iconvar {
  margin-left: 8px;
  margin-right: 4px;
  font-size: 1.6rem;
  vertical-align: text-top;
}
.press-article .press-article__title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 56px;
  margin: 0;
  padding-top: 48px;
}
@media (min-width: 768px) {
  .press-article .press-article__title {
    font-size: 4.6rem;
  }
}
@media (min-width: 768px) {
  .press-article .press-article__title {
    text-align: center;
  }
}
.press-article .breadcrumb {
  padding: 8px 24px 0;
}
.press-article .press-article__introduction {
  font-size: 2rem;
  font-weight: 700;
  line-height: 32px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .press-article .press-article__introduction {
    font-size: 2.4rem;
  }
}
.press-article .press-article__introduction > p {
  margin: 0;
}
@media (min-width: 768px) {
  .press-article .press-article__introduction {
    text-align: center;
  }
}
.press-article .press-article__cover {
  position: relative;
  margin-top: 48px;
  padding-bottom: 75%;
}
@media (min-width: 768px) {
  .press-article .press-article__cover {
    padding-bottom: 56.25%;
  }
}
@media (min-width: 992px) {
  .press-article .press-article__cover {
    padding-bottom: 42.8571%;
  }
}
.press-article .press-article__cover-img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

