@font-face {
  font-family: TTWellingtons;
  font-weight: 800;
  src: url(fonts/TTWellingtons/TTWellingtons-ExtraBold.woff2) format('woff2'), url(fonts/TTWellingtons/TTWellingtons-ExtraBold.woff) format('woff'), url(fonts/TTWellingtons/TTWellingtons-ExtraBold.ttf) format('truetype'), url(fonts/TTWellingtons/TTWellingtons-ExtraBold.eot?) format('eot');
}

@font-face {
  font-family: TTWellingtons;
  src: url(fonts/TTWellingtons/TTWellingtons-Regular.woff2) format('woff2'), url(fonts/TTWellingtons/TTWellingtons-Regular.woff) format('woff'), url(fonts/TTWellingtons/TTWellingtons-Regular.ttf) format('truetype'), url(fonts/TTWellingtons/TTWellingtons-Regular.eot?) format('eot');
}

/* @font-face {
  font-family: TTNorms;
  font-weight: 500;
  src: url(fonts/TTNorms/TTNorms-Medium.woff) format("woff"),
    url(fonts/TTNorms/TTNorms-Medium.ttf) format("truetype"),
    url(fonts/TTNorms/TTNorms-Medium.eot?) format("eot");
} */

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-top: 0 !important;
}

.big-margin {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

@media only screen and (min-width: 768px) {
  .big-margin {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .big-margin {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
}

@media only screen and (min-width: 1366px) {
  .big-margin {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
}

.hide-xs {
  display: none;
}

@media only screen and (min-width: 768px) {
  .hide-xs {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .hide-lg {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .md-60 {
    width: 60%;
  }

  .md-50 {
    width: 50%;
  }

  .md-40 {
    width: 40%;
  }

  .md-col-1 {
    padding-right: 1.5rem;
    float: left;
  }

  .md-col-2 {
    padding-left: 1.5rem;
    float: right;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jc-sa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clearfix::after {
  display: block;
  content: '';
  clear: both;
}

.delay-2200 {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:focus {
  outline: 0;
}

@media print {
  a {
    display: none;
  }
}

a,
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

body {
  display: block;
  position: relative;
  font-family: TTWellingtons, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
  background: #fff;
  min-width: 320px;
}

@media print {
  body {
    color: #333;
  }
}

input,
textarea {
  font-variant-ligatures: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #9b9b9b;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #9b9b9b;
}

::-ms-input-placeholder {
  opacity: 1;
  color: #9b9b9b;
}

::placeholder {
  opacity: 1;
  color: #9b9b9b;
}

:-ms-input-placeholder {
  color: #9b9b9b;
}

::ms-input-placeholder {
  color: #9b9b9b;
}

h2 {
  font-family: TTWellingtons;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.16;
  text-align: center;
  letter-spacing: -0.4px;
  color: #333;
}

@media only screen and (min-width: 1366px) {
  h2 {
    letter-spacing: -0.5px;
    font-size: 5rem;
  }
}

.container {
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .container {
    padding: 0 40px;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    padding: 0 87px;
  }
}

@media only screen and (min-width: 1366px) {
  .container {
    padding: 0 80px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  .footer {
    background-image: url(img/shapes/footer-shape.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

.footer__join-us {
  background-color: #fff;
  position: relative;
  padding-bottom: 6.5rem;
  padding-top: 6.3rem;
  display: none;
}

@media only screen and (min-width: 992px) {
  .footer__join-us {
    margin-top: 0;
    background-color: transparent;
    margin-top: 0;
    padding-top: 5rem;
    padding-bottom: 0;
    padding-right: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .footer__join-us::before {
    display: none;
  }
}

@media only screen and (min-width: 1366px) {
  .footer__join-us {
    padding-top: 6rem;
  }

  .footer__join-us .container {
    padding-left: 0;
  }
}

.footer__inner {
  background-color: #f26a36;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 2.5rem;
  margin-top: 4.5rem;
}

@media only screen and (min-width: 992px) {
  .footer__inner {
    padding-top: 7rem;
    padding-bottom: 5rem;
    background-color: transparent;
    margin-top: 0;
  }

  .footer__inner::before {
    display: none;
  }
}

@media only screen and (min-width: 1366px) {
  .footer__inner {
    padding-bottom: 7rem;
  }
}

.footer__inner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4.5rem;
  background: url(img/shapes/footer-bottom@mobile.png) no-repeat;
  background-size: 100% 100%;
  top: 1px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.footer__inner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4rem;
}

@media only screen and (min-width: 992px) {
  .footer__inner-top {
    margin-bottom: 1.5rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media only screen and (min-width: 1366px) {
  .footer__inner-top {
    margin-bottom: 2.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .footer__inner-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.footer__logo {
  width: 15rem;
  margin-right: 3rem;
  display: block;
}

@media only screen and (min-width: 992px) {
  .footer__logo {
    width: 17rem;
    margin-right: 7rem;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1366px) {
  .footer__logo {
    width: 28.1rem;
    margin-right: 8rem;
  }
}

.footer__logo img {
  width: 100%;
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 4.8rem;
}

@media only screen and (min-width: 992px) {
  .footer__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
  }
}

.footer__nav-item:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 992px) {
  .footer__nav-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 5.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .footer__nav-item:not(:last-child) {
    margin-right: 8rem;
  }
}

.footer__nav-item a {
  font-family: TTWellingtons;
  font-size: 2rem;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.6px;
  color: #fff;
  text-transform: uppercase;
}

.footer__nav-item a:hover {
  color: #ffbe25;
}

@media only screen and (min-width: 992px) {
  .footer__nav-item a {
    font-size: 1.4rem;
    letter-spacing: 1.1px;
  }
}

@media only screen and (min-width: 1366px) {
  .footer__nav-item a {
    font-size: 2rem;
    letter-spacing: 1.6px;
  }
}

.footer__bottom-logo {
  text-align: right;
  display: block;
}

.footer__bottom-logo img {
  width: 14.2rem;
  display: inline-block;
}

@media only screen and (min-width: 992px) {
  .footer__bottom-logo img {
    width: 14rem;
  }
}

@media only screen and (min-width: 1366px) {
  .footer__bottom-logo img {
    width: 22.5rem;
    margin-bottom: -2rem;
  }
}

@media only screen and (min-width: 992px) {
  .footer--join-us {
    -webkit-clip-path: polygon(0 100%, 0 40%, 18% 28%, 44% 45%, 68% 0, 87% 0, 100% 7%, 100% 100%);
    clip-path: polygon(0 100%, 0 40%, 18% 28%, 44% 45%, 68% 0, 87% 0, 100% 7%, 100% 100%);
    background-image: url(img/shapes/footer-shape--join-us.png);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer--join-us .footer__join-us {
  display: block;
}

@media only screen and (min-width: 992px) {
  .footer--join-us .footer__inner {
    padding-top: 0;
  }
}

@media only screen and (min-width: 1366px) {
  .footer--join-us .footer__bottom-logo img {
    width: 19rem;
  }
}

.section__img {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8rem;
  overflow: hidden;
  display: none;
}

@media only screen and (min-width: 768px) {
  .section__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .section__img--explore img {
    font-size: 5rem;
    height: 37rem;
  }
}

.section__title {
  font-family: TTWellingtons;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.31;
  letter-spacing: -0.4px;
  text-align: center;
  color: #333;
  margin-bottom: 5rem;
  padding: 0 1.5rem;
}

@media only screen and (min-width: 768px) {
  .section__title {
    margin-bottom: 6.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .section__title {
    font-size: 5rem;
    margin-bottom: 7rem;
  }
}

.section__subtitle {
  font-family: TTWellingtons;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #333;
  margin-bottom: 5rem;
}

@media only screen and (min-width: 768px) {
  .section__subtitle {
    margin-bottom: 6rem;
  }
}

@media only screen and (min-width: 1366px) {
  .section__subtitle {
    font-size: 2.4rem;
    margin-bottom: 8rem;
  }
}

.section__subtitle--orange {
  color: #f26a36;
}

.section__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 992px) {
  .section__icon {
    margin-bottom: 2rem;
  }
}

.section__icon--marker svg {
  width: 5rem;
  height: 5rem;
  fill: #b3b7be;
}

.section__icon--compass svg {
  width: 8rem;
  height: 8rem;
  fill: #b3b7be;
}

@media only screen and (min-width: 768px) {
  .section__icon--arch {
    margin-top: 10rem;
    margin-bottom: 4rem;
  }
}

.section__icon--arch svg {
  width: 5.5rem;
  height: 5.5rem;
  fill: #b3b7be;
}

@media only screen and (min-width: 768px) {
  .section__icon--notebook {
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 1366px) {
  .section__icon--notebook {
    margin-top: -7rem;
    margin-bottom: 11.5rem;
  }
}

.section__icon--notebook svg {
  width: 5rem;
  height: 5rem;
  fill: #b3b7be;
}

.section__title + .section__subtitle {
  margin-top: -3.8rem;
}

@media only screen and (min-width: 768px) {
  .section__title + .section__subtitle {
    margin-top: -5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .section__title + .section__subtitle {
    margin-top: -6rem;
  }
}

@media only screen and (min-width: 768px) {
  .section-hr {
    height: 1px;
    background-color: #d8d8d8;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .section-hr {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 1366px) {
  .section-hr {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.explore-murrieta {
  padding-top: 9rem;
}

.explore-murrieta h2 {
  margin-bottom: 5rem;
}

@media only screen and (min-width: 1366px) {
  .explore-murrieta h2 {
    max-width: 90rem;
    margin: 0 auto 8rem;
  }
}

@media only screen and (min-width: 1366px) {
  .explore-murrieta {
    padding-top: 13rem;
  }
}

.section-blog {
  padding-top: 8rem;
}

@media only screen and (min-width: 768px) {
  .section-blog {
    padding-top: 10rem;
  }
}

@media only screen and (min-width: 1366px) {
  .section-blog {
    padding-top: 13rem;
  }
}

.btn-save-activity {
  background-color: transparent;
  color: #ee3350;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1.6px;
}

.btn-save-activity:hover svg {
  fill-opacity: 1;
}

@media only screen and (min-width: 1366px) {
  .btn-save-activity {
    font-size: 2rem;
  }
}

.btn-save-activity svg {
  stroke: #ee3350;
  fill: #ee3350;
  fill-opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 3px;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 2rem;
}

@media only screen and (min-width: 1366px) {
  .btn-save-activity svg {
    width: 3rem;
    height: 3rem;
  }
}

.btn-save-activity--saved svg {
  fill-opacity: 1;
}

.btn-remove-activity {
  background-color: transparent;
  color: #ee3350;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1.6px;
  line-height: 1.5;
}

.btn-remove-activity:hover svg {
  fill-opacity: 0;
}

@media only screen and (min-width: 1366px) {
  .btn-remove-activity {
    font-size: 2rem;
  }
}

@media print {
  .btn-remove-activity {
    display: none;
  }
}

.btn-remove-activity svg {
  stroke: #ee3350;
  fill: #ee3350;
  fill-opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 2rem;
}

@media only screen and (min-width: 1366px) {
  .btn-remove-activity svg {
    margin-bottom: 3px;
    width: 3rem;
    height: 3rem;
  }
}

.btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3.2rem;
  -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.1);
  height: 6rem;
  background-color: #f26a36;
  margin: 0;
  padding: 0 2rem;
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-primary:hover {
  background-color: #e64a0f;
}

@media only screen and (min-width: 992px) {
  .btn-primary {
    font-size: 2rem;
    height: 5rem;
    padding: 0 3rem;
  }
}

@media only screen and (min-width: 1366px) {
  .btn-primary {
    height: 6rem;
    padding: 0 5rem;
  }
}

.btn-primary--large {
  width: 23rem;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .btn-primary--large {
    padding-left: 4rem;
    padding-right: 4rem;
    width: auto;
    font-size: 1.8rem;
  }
}

.btn-arrow {
  display: block;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 8rem;
}

@media (min-width: 840px) {
  .btn-arrow {
    position: absolute;
    top: 32rem;
  }
}

@media only screen and (min-width: 1366px) {
  .btn-arrow {
    top: 37rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.btn-arrow span {
  opacity: 0.8;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  color: #9b9b9b;
  text-transform: uppercase;
  display: block;
  margin-top: 1.5rem;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media only screen and (min-width: 1366px) {
  .btn-arrow span {
    margin-top: 0;
  }
}

.btn-arrow svg {
  fill-opacity: 0;
  stroke: #f26a36;
  width: 8rem;
  height: 8rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn-arrow.btn-arrow--prev-post:hover span {
  color: #333;
}

.btn-arrow.btn-arrow--prev-post:hover svg {
  stroke: #ffbe25;
  -webkit-transform: translateX(-1rem);
  transform: translateX(-1rem);
}

@media only screen and (min-width: 768px) {
  .btn-arrow.btn-arrow--prev-post {
    left: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .btn-arrow.btn-arrow--prev-post {
    left: 8.7rem;
  }
}

@media only screen and (min-width: 1366px) {
  .btn-arrow.btn-arrow--prev-post {
    left: 8rem;
  }

  .btn-arrow.btn-arrow--prev-post span {
    margin-left: 1.5rem;
  }
}

.btn-arrow.btn-arrow--next-post:hover span {
  color: #333;
}

.btn-arrow.btn-arrow--next-post:hover svg {
  stroke: #ffbe25;
  -webkit-transform: translateX(1rem) rotate(180deg);
  transform: translateX(1rem) rotate(180deg);
}

.btn-arrow.btn-arrow--next-post svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (min-width: 768px) {
  .btn-arrow.btn-arrow--next-post {
    right: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .btn-arrow.btn-arrow--next-post {
    right: 8.7rem;
  }
}

@media only screen and (min-width: 1366px) {
  .btn-arrow.btn-arrow--next-post {
    right: 8rem;
  }

  .btn-arrow.btn-arrow--next-post span {
    margin-right: 1.5rem;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.centered-text {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .centered-text {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 992px) {
  .centered-text {
    margin-bottom: 100px;
  }
}

.centered-text__title {
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.16;
  letter-spacing: -0.5px;
  text-align: center;
  color: #333333;
  margin-bottom: 20px;
  display: block;
}

@media only screen and (min-width: 992px) {
  .centered-text__title {
    margin-bottom: 47px;
    font-size: 50px;
  }
}

.centered-text__text {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}

@media only screen and (min-width: 992px) {
  .centered-text__text {
    line-height: 1.6;
    font-size: 20px;
  }
}

.stories {
  margin-bottom: 80px;
}

.stories__list {
  max-width: 374px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .stories__list {
    max-width: none;
    max-width: 1040px;
  }
}

.stories__item {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .stories__item {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .stories__item {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 1366px) {
  .stories__item {
    margin-bottom: 122px;
  }
}

.stories__item-img {
  height: 230px;
  border-radius: 3px;
  margin-bottom: 40px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}

@media only screen and (min-width: 768px) {
  .stories__item-img {
    width: 46%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .stories__item-img {
    height: 320px;
  }
}

.stories__item:nth-child(2n + 2) .stories__item-img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (min-width: 768px) {
  .stories__item-content {
    width: 46%;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .stories__item-content {
    margin-left: 40px;
  }
}

.stories__item-title {
  font-family: 'TTWellingtons', sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.2px;
  color: #333333;
  display: block;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .stories__item-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .stories__item-title {
    font-size: 30px;
    letter-spacing: -0.3px;
    margin-bottom: 30px;
  }
}

.stories__item-text {
  font-family: 'TTWellingtons', sans-serif;
  font-size: 14px;
  line-height: 1.71;
  color: #333333;
  opacity: 0.8;
}

@media only screen and (min-width: 992px) {
  .stories__item-text {
    font-size: 16px;
    line-height: 1.75;
  }
}

.stories__cta {
  margin-top: 50px;
  text-align: center;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating__star {
  margin-right: 1.2rem;
}

.rating__star svg {
  fill-opacity: 0;
  width: 1.8rem;
  height: 1.8rem;
  stroke: #ffbe25;
  stroke-width: 2px;
  fill: #ffbe25;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media only screen and (min-width: 1366px) {
  .rating__star svg {
    width: 2.1rem;
    height: 2.1rem;
  }
}

.rating__star.filled svg {
  fill-opacity: 1;
}

.rating__dollar-sign {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: normal;
  color: #ffbe25;
  margin-right: 1.8rem;
  opacity: 0.5;
}

@media only screen and (min-width: 768px) {
  .rating__dollar-sign {
    margin-right: 1.6rem;
  }
}

@media only screen and (min-width: 1366px) {
  .rating__dollar-sign {
    margin-right: 1.5rem;
    font-size: 2.4rem;
  }
}

.rating__dollar-sign.filled {
  opacity: 1;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print {
  .share {
    display: none;
  }
}

.share span {
  color: #4a4a4a;
  font-weight: 600;
  margin-right: 1.5rem;
  font-size: 1.6rem;
}

.share__more {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.88;
  color: #f26a36;
  background: 0 0;
  position: relative;
  cursor: pointer;
}

.share__more:hover {
  color: #ffbe25;
}

.share__more:hover .share__more-arrow {
  fill: #ffbe25;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.share__more:hover .share__more-list {
  visibility: visible;
  opacity: 1;
}

.share__more-arrow {
  fill: #f26a36;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 2rem;
  margin-bottom: -3px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.share__more-list {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.share__print {
  margin-bottom: 2.7rem;
  width: 100%;
  text-align: left;
  background: 0 0;
  margin-top: 3.2rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.6px;
  color: #f26a36;
}

.share__print:hover {
  color: #ffbe25;
}

.share__link {
  font-size: 0;
}

.share__link svg {
  width: 3.8rem;
  height: 3.8rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.share__link:hover svg {
  fill: #f26a36;
}

.share--cards {
  margin-left: 0;
}

.share--cards .share__link {
  margin-right: 1.5rem;
}

@media only screen and (min-width: 1366px) {
  .share--cards .share__link {
    margin-right: 7px;
  }
}

.share--cards .share__link:hover svg {
  fill: #f26a36;
}

.share--cards .share__link svg {
  width: 3rem;
  height: 3rem;
  fill: #ffbe25;
}

@media only screen and (min-width: 1366px) {
  .share--cards .share__link svg {
    width: 3.8rem;
    height: 3.8rem;
  }
}

.share--activities {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 5rem;
}

@media only screen and (min-width: 768px) {
  .share--activities {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12rem;
    padding-bottom: 4.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .share--activities {
    padding-bottom: 6rem;
    margin-top: 13.5rem;
    margin-bottom: 12rem;
  }
}

.share--activities span {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.17;
  color: #4a4a4a;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .share--activities span {
    width: auto;
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 1366px) {
  .share--activities span {
    font-size: 3rem;
    margin-right: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .share--activities .share__print {
    width: auto;
    margin: 0;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1366px) {
  .share--activities .share__print {
    font-size: 2rem;
    letter-spacing: 0.7px;
  }
}

.share--activities .share__link {
  margin-right: 1.5rem;
}

.share--activities .share__link:hover svg {
  fill: #ffbe25;
}

@media only screen and (min-width: 1366px) {
  .share--activities .share__link {
    margin-right: 0.5rem;
  }
}

.share--activities .share__link svg {
  width: 3rem;
  height: 3rem;
  fill: #f26a36;
}

@media only screen and (min-width: 1366px) {
  .share--activities .share__link svg {
    width: 4rem;
    height: 4rem;
  }
}

.share--mobile-hidden {
  display: none;
}

@media only screen and (min-width: 768px) {
  .share--mobile-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.share--post {
  margin-top: 3rem;
}

@media only screen and (min-width: 992px) {
  .share--post {
    margin-top: 6rem;
  }
}

@media only screen and (min-width: 1366px) {
  .share--post {
    margin-top: 8rem;
  }
}

.share--post .share__link:hover svg {
  fill: #ffbe25;
}

.share--post span,
.event-details span {
  font-size: 1.4rem;
  font-weight: 600;
  color: #4a4a4a;
  margin-right: 0;
}

@media only screen and (min-width: 1366px) {
  .share--post span,
  .event-details span {
    font-size: 1.6rem;
    margin-right: 2rem;
  }
}

.share--post svg,
.share--event svg {
  width: 3rem;
  height: 3rem;
  fill: #f26a36;
  margin-left: 1.8rem;
}

@media only screen and (min-width: 1366px) {
  .share--post svg,
  .share--event svg {
    margin-left: 1rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}

.share-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .share-mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: auto !important;
    position: relative;
  }

  .share-mobile .share-mobile__share-icon {
    height: 2.3rem;
    width: 2.3rem;
    fill: #f26a36;
  }

  .share-mobile:hover .share {
    visibility: visible;
    opacity: 1;
  }

  .share-mobile .share {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 50%;
    left: -3.5rem;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    background-color: #fff;
    -webkit-box-shadow: 10px 16px 34px 15px rgba(174, 174, 174, 0.22);
    box-shadow: 10px 16px 34px 15px rgba(174, 174, 174, 0.22);
    padding: 1.5rem 0 1.5rem 1.5rem;
  }

  .share-mobile .share::after {
    content: '';
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-width: 3rem 2.5rem 3rem 2.5rem;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }

  .share-mobile .share .share__link:last-child {
    margin-right: 0;
  }

  .share-mobile .share svg {
    fill: #f26a36;
  }

  .share-mobile .share > span {
    display: none;
  }
}

.share__link + .share__more {
  margin-left: 1.7rem;
}

@media only screen and (min-width: 768px) {
  .share__link + .share__more {
    margin-left: 0.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .share__link + .share__more {
    margin-left: 3.5rem;
  }
}

.filter {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media only screen and (min-width: 992px) {
  .filter {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

@media only screen and (min-width: 1366px) {
  .filter {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}

.filter__select,
.regions__select {
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  display: block;
  text-transform: uppercase;
  padding: 1.5rem 1.8rem 1.3rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #f26a36;
  color: #fff;
  border-radius: 3rem;
}

.filter__select::after,
.regions__select::after {
  content: '';
  position: absolute;
  right: 1.8rem;
  top: 1.5rem;
  width: 1rem;
  height: 1rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.filter__select.active::after,
.regions__select.active::after {
  -webkit-transform: translateY(5px) rotate(225deg);
  transform: translateY(5px) rotate(225deg);
}

@media only screen and (min-width: 768px) {
  .filter__select,
  .regions__select {
    display: none;
  }
}

.filter__form {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .filter__form {
    margin-left: -3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (min-width: 1366px) {
  .filter__form {
    margin-left: -4rem;
  }
}

@media only screen and (min-width: 768px) {
  .filter__group {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 2rem;
    margin-left: 3rem;
  }
}

@media only screen and (min-width: 1366px) {
  .filter__group {
    margin-left: 4rem;
  }
}

.filter__radio {
  display: none;
}

.filter__radio:checked + .filter__label {
  color: #f26a36;
}

@media only screen and (min-width: 768px) {
  .filter__radio:checked + .filter__label {
    background-color: #f26a36;
    color: #fff;
    border-color: #f26a36;
  }
}

.filter__label {
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #9b9b9b;
  display: block;
  text-transform: uppercase;
  padding: 1.5rem 1.8rem 1.3rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.filter__label:hover {
  color: #f26a36;
}

@media only screen and (min-width: 768px) {
  .filter__label:hover {
    background-color: #f26a36;
    color: #fff;
    border-color: #f26a36;
  }
}

@media only screen and (min-width: 768px) {
  .filter__label {
    padding: 1.2rem 4.5rem 1rem;
    letter-spacing: 0.6px;
    text-align: center;
    border: solid 1px #9b9b9b;
    border-radius: 3rem;
  }
}

.filter--cards {
  max-width: 37.4rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .filter--cards {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}

.big-img {
  position: relative;
  height: 53vw;
  max-height: 76.8rem;
  background-color: #333;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1366px) {
  .filter__label {
    padding: 1.5rem 5rem 1.3rem;
    font-size: 1.6rem;
  }
}

.big-img__headline,
.big-img__title {
  position: absolute;
  font-family: TTWellingtons, sans-serif;
  line-height: 1;
  letter-spacing: -0.8px;
  color: #fff;
  text-shadow: 2px 2px 6px #4a4a4a;
}

.big-img__title {
  font-size: 3rem;
  bottom: 3rem;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .big-img__title {
    font-size: 4rem;
    bottom: 3rem;
  }
}

@media only screen and (min-width: 992px) {
  .big-img__title {
    font-size: 6rem;
    bottom: 6rem;
  }
}

@media only screen and (min-width: 1366px) {
  .big-img__title {
    font-size: 8rem;
    bottom: 8rem;
  }
}

.big-img__headline {
  font-size: 1.4rem;
  bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .big-img__headline {
    font-size: 1.5rem;
    bottom: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .big-img__headline {
    font-size: 2rem;
    bottom: 3rem;
  }
}

@media only screen and (min-width: 1366px) {
  .big-img__headline {
    font-size: 2.5rem;
    bottom: 4rem;
  }
}

.small-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1.1rem;
  width: 22rem;
  border-bottom: solid 2px #9b9b9b;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.small-search__input {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  color: #333;
}

.small-search__submit {
  width: 2.9rem;
  height: 2.9rem;
  margin-right: 1.1rem;
  background-color: transparent;
  font-size: 0;
}

.small-search__submit svg {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 2.3rem;
  height: 2.3rem;
  fill: #9b9b9b;
}

.small-search--menu {
  margin-top: 4rem;
}

@media only screen and (min-width: 768px) {
  .small-search--menu {
    display: none;
  }
}

.small-search.active .small-search__form {
  border-bottom-color: #333;
}

.small-search.active .small-search__submit svg {
  width: 2.9rem;
  height: 2.9rem;
  fill: #f26a36;
}

.search {
  display: none;
  margin-top: auto;
  width: 100%;
  padding: 0 3rem;
}

@media only screen and (min-width: 1366px) {
  .search {
    width: 100%;
  }
}

.search__label {
  font-family: TTWellingtons;
  font-size: 2.5rem;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.16;
  letter-spacing: -0.5px;
  color: #110c10;
  margin-bottom: 3rem;
  display: block;
}

@media only screen and (min-width: 1366px) {
  .search__label {
    font-size: 5rem;
  }
}

.search__input {
  height: 4rem;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #e1e3e6;
  display: block;
  margin-bottom: 3rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: TTWellingtons;
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #9b9b9b;
}

@media only screen and (min-width: 1366px) {
  .search__input {
    height: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.search__btn {
  height: 4rem;
  border-radius: 30px;
  background-color: #f26a36;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: TTWellingtons;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.6px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.search__btn:hover {
  background-color: #e64a0f;
}

@media only screen and (min-width: 1366px) {
  .search__btn {
    font-size: 2rem;
    height: 6rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.saved-activities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: TTWellingtons, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #333;
  font-style: normal;
  position: relative;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

.saved-activities:hover svg {
  fill: #f26a36;
}

.saved-activities svg {
  width: 2.96rem;
  height: 2.7rem;
  fill: #333;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  margin-right: 0.2rem;
  vertical-align: middle;
}

.saved-activities__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background-color: #ee3350;
  border-radius: 50%;
  margin-left: 1rem;
  font-family: TTWellingtons;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .saved-activities--menu {
    display: none;
  }
}

.saved-activities--header {
  display: none;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-right: 4.5rem;
  font-size: 2.4rem;
}

.saved-activities--header:hover {
  color: #f26a36;
}

.saved-activities--header svg {
  fill: #fff;
}

.saved-activities--header .saved-activities__text {
  display: none;
}

@media only screen and (min-width: 768px) {
  .saved-activities--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1366px) {
  .saved-activities--header {
    line-height: 1.5;
    margin-right: 6rem;
  }

  .saved-activities--header .saved-activities__text {
    display: block;
  }
}

.saved-activities--header .saved-activities__count {
  position: absolute;
  margin-left: 0;
  width: 2rem;
  height: 2rem;
  top: -1rem;
  font-size: 1.2rem;
  left: 2rem;
}

@media only screen and (min-width: 1366px) {
  .saved-activities--header .saved-activities__count {
    top: -0.5rem;
  }
}

.icon--arrow-in-right {
  fill: #fff;
  fill-opacity: 0;
}

.menu-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  display: none;
}

.menu {
  background-color: #fff;
  -webkit-box-shadow: 10px 16px 34px 0 rgba(174, 174, 174, 0.22);
  box-shadow: 10px 16px 34px 0 rgba(174, 174, 174, 0.22);
  position: fixed;
  right: 0;
  overflow: scroll;
  top: 0;
  bottom: 0;
  z-index: 110;
  width: 38rem;
  padding: 2rem 4rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  overflow: hidden;
}

.menu__nav {
  overflow-y: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
}

.menu__list {
  -ms-flex-negative: 0;
  padding-left: 3rem;
  flex-shrink: 0;
}

.menu__bottom-fixed {
  margin-top: auto;
  margin-bottom: 2.2rem;
  padding-left: 3rem;
  padding-top: 2rem;
}

.menu__close {
  background: 0 0;
  overflow: hidden;
  color: #9b9b9b;
  font-size: 7rem;
  line-height: 0.5;
  cursor: pointer;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: absolute;
  right: 1.5rem;
  top: 3rem;
}

.menu__close {
  color: #f26a36;
}

.menu__close:hover {
  color: #9b9b9b;
}

.menu__list li {
  margin: 2rem 0;
  position: relative;
}

.menu__list li a {
  font-family: TTWellingtons;
  text-transform: capitalize;
  font-size: 2rem;
  color: #110c10;
  font-weight: 700;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: -0.5px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.menu__list li:nth-child(3) {
  margin-bottom: 4rem;
}

.menu__list li:nth-child(3):after {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f26a36;
}

.sub-menu li:nth-child(3) {
  margin-bottom: 2rem;
}

.sub-menu li:nth-child(3):after {
  display: none;
}

.menu__list li a:hover,
.menu__list li.active > a {
  color: #f26a36;
}

.sub-menu {
  display: none;
  padding-left: 2rem;
}

.sub-menu .menu__list li {
  margin-top: 1rem;
}

.sub-menu li a {
  font-family: TTWellingtons;
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: -0.2px;
  color: #4a4a4a;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.sub-menu li a:hover {
  color: #f26a36;
}

.menu-item-has-children .menu__arrow {
  cursor: pointer;
  position: absolute;
  left: -27px;
  top: 0;
  width: 1.3rem;
  height: 1.3rem;
  border: solid #f26a36;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-item-has-children .menu__arrow:hover {
  border-color: #ee3350;
}

.menu-item-has-children.active .menu__arrow {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 0.5rem;
}

@media only screen and (min-width: 1366px) {
  .menu-item-has-children.active .menu__arrow {
    top: 1rem;
  }
}

.promo {
  padding-bottom: 15rem;
  position: relative;
  overflow: hidden;
}

.promo::after {
  position: absolute;
  width: 100vw;
  right: 0;
  height: 16vw;
  z-index: 1;
  bottom: 14.5rem;
  background-image: url(img/shapes/hero-shape@mobile.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 99% 100%;
}

@media only screen and (min-width: 768px) {
  .promo::after {
    content: '';
    height: 22rem;
    bottom: -5.5rem;
    background-image: url(img/shapes/promo-bottom-wave-shape.svg);
    background-size: auto 100%;
  }
}

@media only screen and (min-width: 1366px) {
  .promo::after {
    height: 32.5rem;
    bottom: -10.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .promo {
    margin-bottom: 14rem;
    padding-bottom: 0;
  }
}

.promo--with-video {
  padding-bottom: 0;
  margin-bottom: 8rem;
}

@media only screen and (min-width: 768px) {
  .promo--with-video {
    margin-bottom: 0;
  }
}

.promo--with-video::after {
  content: '';
  bottom: -3px;
}

.promo__inner {
  background-color: #555322;
  background-size: cover;
  background-position: center;
  background-attachment: unset;
  padding-bottom: 17.6rem;
  padding-top: 18.2rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .promo__inner {
    padding-top: 21rem;
    padding-bottom: 20rem;
    background-attachment: fixed;
  }
}

@media only screen and (min-width: 1366px) {
  .promo__inner {
    padding-top: 24.5rem;
    padding-bottom: 23rem;
    background-attachment: fixed;
  }
}

.promo--with-video .promo__inner {
  padding-bottom: 7.6rem;
  padding-top: 24rem;
}

@media only screen and (min-width: 576px) {
  .promo--with-video .promo__inner {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

@media only screen and (min-width: 768px) {
  .promo--with-video .promo__inner {
    padding-top: 15rem;
    padding-bottom: 26rem;
  }
}

@media only screen and (min-width: 1366px) {
  .promo--with-video .promo__inner {
    padding-top: 16rem;
    padding-bottom: 33rem;
  }
}

.promo__video-btn-wrapper {
  position: absolute;
  top: 11rem;
  left: 50%;
  width: 120px;
}

@media only screen and (min-width: 576px) {
  .promo__video-btn-wrapper {
    top: 50%;
    left: 75%;
  }
}

@media only screen and (min-width: 1366px) {
  .promo__video-btn-wrapper {
    top: 45%;
    left: 78%;
  }
}

.promo__video-btn {
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

@media only screen and (min-width: 576px) {
  .promo__video-btn {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.promo__video-btn img {
  width: 66px;
  height: 66px;
  display: inline-block;
  margin-bottom: 9px;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media only screen and (min-width: 768px) {
  .promo__video-btn img {
    width: 120px;
    height: 120px;
  }
}

@media only screen and (min-width: 992px) {
  .promo__video-btn img {
    margin-bottom: 20px;
  }
}

.promo__video-btn:hover img {
  opacity: 1;
}

.promo__video-btn span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

@media only screen and (min-width: 992px) {
  .promo__video-btn span {
    font-size: 20px;
  }
}

.promo__headline {
  margin-bottom: 1.8rem;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.6px;
  max-width: 40rem;
}

@media only screen and (min-width: 992px) {
  .promo__headline {
    font-size: 6rem;
    line-height: 1;
    max-width: 50rem;
  }
}

@media only screen and (min-width: 1366px) {
  .promo__headline {
    font-size: 8rem;
    max-width: 70rem;
    line-height: 1;
    letter-spacing: -0.8px;
    margin-bottom: 2.4rem;
  }
}

.promo__text {
  font-size: 1.6rem;
  line-height: normal;
  max-width: 36rem;
  margin-bottom: 4rem;
}

@media only screen and (min-width: 992px) {
  .promo__text {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 992px) {
  .promo__text {
    margin-bottom: 7.5rem;
    max-width: 55rem;
  }
}

@media only screen and (min-width: 1366px) {
  .promo__text {
    font-size: 2.4rem;
    line-height: normal;
    max-width: 75rem;
    margin-bottom: 11rem;
  }
}

@media only screen and (min-width: 1366px) {
  .promo--with-video .promo__text {
    font-size: 2rem;
    max-width: 65rem;
    margin-bottom: 5rem;
  }
}

.promo__start-exploring {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.promo__start-exploring:hover {
  color: #f26a36;
}

.promo__start-exploring:hover svg {
  fill: #f26a36;
  stroke: #f26a36;
}

@media only screen and (min-width: 768px) {
  .promo__start-exploring {
    line-height: 1.4;
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 1366px) {
  .promo__start-exploring {
    font-size: 3rem;
    line-height: 1.55;
  }
}

.promo__start-exploring svg {
  fill: #fff;
  fill-opacity: 0;
  stroke: #fff;
  width: 6.3rem;
  height: 3.8rem;
  margin-right: 2rem;
  margin-top: -2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media only screen and (min-width: 768px) {
  .promo__start-exploring svg {
    width: 6.6rem;
    height: 4rem;
  }
}

@media only screen and (min-width: 1366px) {
  .promo__start-exploring svg {
    width: 8.3rem;
    height: 5rem;
    margin-right: 3rem;
  }
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 90;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3.3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 1366px) {
  .header__inner {
    padding-top: 4.3rem;
  }
}

.header__top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  .header__top-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header__logo {
  width: 10rem;
  height: 3.65rem;
  display: block;
}

.header__logo svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

@media only screen and (min-width: 768px) {
  .header__logo {
    width: 15.2rem;
    height: 6.4rem;
  }
}

.header__temp {
  position: relative;
  font-family: TTWellingtons;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  font-variant-numeric: lining-nums;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media only screen and (min-width: 768px) {
  .header__temp {
    margin-left: 4rem;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1366px) {
  .header__temp {
    margin-left: 4.5rem;
  }
}

.header__temp svg {
  height: 3rem;
  width: 3rem;
  fill: #fff;
  stroke: #fff;
}

.header__temp-number {
  position: relative;
  margin-right: 1rem;
  margin-left: 1rem;
  display: inline-block;
}

.header__temp-number::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 6px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 0.5rem;
}

.header__btns-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: auto;
}

.header__book-now {
  font-family: TTWellingtons;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  display: none;
  border-bottom: 2px solid #fff;
  margin-right: 3rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header__book-now:hover {
  color: #f26a36;
  border-color: #f26a36;
}

@media (min-width: 414px) {
  .header__book-now {
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .header__book-now {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .header__book-now {
    margin-right: 5.4rem;
  }
}

@media only screen and (min-width: 1366px) {
  .header__book-now {
    margin-right: 5.9rem;
  }
}

.header__book-now--home {
  display: block;
}

.header__search-btn {
  background: 0 0;
  color: #fff;
  font-size: 0;
  height: 2.9rem;
  width: 2.9rem;
  margin-right: 3rem;
  display: none;
}

@media only screen and (min-width: 768px) {
  .header__search-btn {
    display: block;
    margin-right: 5.4rem;
  }
}

@media only screen and (min-width: 1366px) {
  .header__search-btn {
    margin-right: 4rem;
  }
}

.header__search-btn svg {
  height: 2.9rem;
  width: 2.9rem;
  fill: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header__search-btn:hover svg {
  fill: #f26a36;
}

@media only screen and (min-width: 768px) {
  .header--half .header__logo svg {
    fill: #f26a36;
  }

  .header--half .header__temp {
    color: #f26a36;
  }

  .header--half .header__temp svg {
    fill: #f26a36;
    stroke: #f26a36;
  }

  .header--half .header__temp-number::after {
    border-color: #f26a36;
  }
}

.menu-btn {
  background: 0 0;
  color: #fff;
  font-size: 0;
  height: 2.9rem;
  width: 2.9rem;
  position: relative;
  cursor: pointer;
}

.menu-btn__bottom,
.menu-btn__center,
.menu-btn__top {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-btn:hover .menu-btn__bottom,
.menu-btn:hover .menu-btn__center,
.menu-btn:hover .menu-btn__top {
  background-color: #f26a36;
}

.menu-btn__top {
  top: 0;
}

.menu-btn__center {
  top: calc(50% - 1px);
}

.menu-btn__bottom {
  bottom: 0;
}

.menu-btn--active .menu-btn__top {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 45%;
  width: 120%;
  left: -10%;
}

.menu-btn--active .menu-btn__center {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
}

.menu-btn--active .menu-btn__bottom {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  bottom: 45%;
  width: 120%;
  left: -10%;
}

.planning-shape {
  display: none;
  background-image: url(img/shapes/planning-shape.svg);
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 44rem;
  height: 45rem;
}

@media only screen and (min-width: 768px) {
  .planning-shape {
    display: block;
  }
}

@media only screen and (min-width: 1366px) {
  .planning-shape {
    width: 63rem;
    height: 62rem;
  }
}

.planning {
  position: relative;
}

.planning__headline {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.29;
  letter-spacing: -0.4px;
  color: #333;
}

.planning__sub {
  line-height: normal;
  font-size: 2rem;
  color: #333;
}

.planning__toggle-btn {
  font-size: 0;
  width: 5rem;
  height: 5rem;
  position: absolute;
  right: 0;
  top: 0.5rem;
  background: 0 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}

@media (min-width: 414px) {
  .planning__toggle-btn {
    top: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .planning__toggle-btn {
    display: none;
  }
}

.planning__toggle-btn svg {
  fill: #fff;
  fill-opacity: 0;
  width: 5rem;
  height: 4.9rem;
  stroke: #fff;
}

.planning__toggle-btn--active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.planning__form {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.planning__date {
  border: solid 1px #e1e3e6;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.2rem;
  height: 6rem;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.planning__date-label {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #ac9187;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
  .planning__date-label {
    font-size: 1.4rem;
    line-height: 1;
  }
}

.planning__date-value {
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  color: #333;
  text-align: right;
  font-family: TTNorms;
}

@media only screen and (min-width: 992px) {
  .planning__date-value {
    font-size: 1.8rem;
    line-height: 1;
  }
}

.planning__search-btn {
  border-radius: 32px;
  -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.1);
  width: 24rem;
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  height: 6rem;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.planning--home {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  z-index: 3;
  background-color: #f26a36;
  margin-bottom: 0;
}

.planning--home-link a:hover {
  color: #ffbe25;
}

.planning--home-link a:hover svg {
  stroke: #ffbe25;
}

@media only screen and (min-width: 768px) {
  .planning--home {
    position: absolute;
    bottom: 12.4rem;
    right: 0;
    background-color: transparent;
  }
  .planning--home-link {
    bottom: 20rem;
    right: -2rem;
  }
}

@media only screen and (min-width: 992px) {
  .planning--home-link {
    right: -68px;
  }
}

@media only screen and (min-width: 1366px) {
  .planning--home {
    bottom: 16.4rem;
  }
  .planning--home-link {
    bottom: 23rem;
    right: 0;
  }
}

.planning--home::after,
.planning--home::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .planning--home::after,
  .planning--home::before {
    display: none;
  }
}

.planning--home::before {
  height: 5.3rem;
  top: 0;
  -webkit-transform: translateY(-99%);
  transform: translateY(-99%);
  background-image: url(img/shapes/planning-shape-top@mobile.png);
}

.planning--home::after {
  height: 15.3rem;
  bottom: 0;
  -webkit-transform: translateY(98%);
  transform: translateY(98%);
  background-image: url(img/shapes/planning-shape-bottom@mobile.png);
}

.planning--home .planning__inner-wrapper {
  max-width: 34.6rem;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .planning--home .planning__inner-wrapper {
    margin: 0;
    margin-left: auto;
    width: 22rem;
  }
}

@media only screen and (min-width: 992px) {
  .planning--home .planning__inner-wrapper {
    width: 20rem;
    padding-top: 3.3rem;
  }
}

@media only screen and (min-width: 1366px) {
  .planning--home .planning__inner-wrapper {
    padding-top: 7rem;
    width: 30rem;
  }
}

.planning--home .planning__form {
  margin-top: 4rem;
}

@media only screen and (min-width: 768px) {
  .planning--home .planning__form {
    margin-top: 0;
  }
}

.planning--home .planning__headline {
  color: #fff;
  font-size: 2.8rem;
}

@media (min-width: 414px) {
  .planning--home .planning__headline {
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .planning--home .planning__headline {
    font-size: 2.8rem;
    text-align: right;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1366px) {
  .planning--home .planning__headline {
    font-size: 4rem;
    letter-spacing: -0.5px;
  }
}

.planning--home .planning__sub {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 0;
}

@media (min-width: 414px) {
  .planning--home .planning__sub {
    font-size: 2.1rem;
  }
}

@media only screen and (min-width: 768px) {
  .planning--home .planning__sub {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    text-align: right;
  }
}

@media only screen and (min-width: 1366px) {
  .planning--home .planning__sub {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

#jrs-calendar-start-1501,
.planning--home .planning__date {
  border: none;
  border-radius: 8px;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  #jrs-calendar-start-1501,
  .planning--home .planning__date {
    margin-bottom: 1rem;
    height: 4rem;
    padding: 0 1.6rem;
  }
}

@media only screen and (min-width: 992px) {
  #jrs-calendar-start-1501,
  .planning--home .planning__date {
    height: 5rem;
  }
}

@media only screen and (min-width: 1366px) {
  #jrs-calendar-start-1501,
  .planning--home .planning__date {
    height: 6rem;
    padding: 0 2rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .planning--home .planning__date-label {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1366px) {
  .planning--home .planning__date-label {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .planning--home .planning__date-value {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 992px) {
  .planning--home .planning__date-value {
    font-size: 1.8rem;
  }
}

.planning--home .planning__collapse {
  position: relative;
  border: 1px solid transparent;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
  .planning--home .planning__collapse {
    opacity: 1;
    display: block !important;
  }
}

.planning--home .planning__search-btn {
  background-color: #febd3b;
  width: 100%;
}

.planning--home .planning__search-btn:hover {
  background-color: #feac08;
}

@media only screen and (min-width: 768px) {
  .planning--home .planning__search-btn {
    margin-top: 2rem;
    height: 4rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 992px) {
  .planning--home .planning__search-btn {
    height: 5rem;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1366px) {
  .planning--home .planning__search-btn {
    margin-top: 3rem;
    height: 6rem;
    font-size: 2rem;
  }
}

.planning--home .planning__collapse--active {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 1;
}

.planning--internal {
  margin-top: 8rem;
  margin-bottom: 10rem;
}

@media only screen and (min-width: 992px) {
  .planning--internal {
    margin-top: 10rem;
    margin-bottom: 9rem;
  }
}

@media only screen and (min-width: 1366px) {
  .planning--internal {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}

.planning--internal .planning__inner-wrapper {
  position: relative;
  max-width: 40rem;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .planning--internal .planning__inner-wrapper {
    max-width: none;
    padding-left: 2.3rem;
    padding-right: 2.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 1366px) {
  .planning--internal .planning__inner-wrapper {
    max-width: 111.6rem;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .planning--internal .planning__text-wrapper {
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 1366px) {
  .planning--internal .planning__text-wrapper {
    margin-right: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .planning--internal .planning__form {
    margin-top: 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media only screen and (min-width: 1366px) {
  .planning--internal .planning__form {
    margin-top: 4rem;
  }
}

.planning--internal .planning__date-wrapper {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .planning--internal .planning__date-wrapper {
    margin-bottom: 0;
    margin-left: 3rem;
  }
}

@media only screen and (min-width: 1366px) {
  .planning--internal .planning__date-wrapper {
    margin-left: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .planning--internal .planning__date {
    height: 5rem;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1366px) {
  .planning--internal .planning__date {
    height: 6rem;
    padding: 0 1.8rem;
  }
}

.planning--internal .planning__btn-wrapper {
  text-align: center;
  height: 6rem;
  width: 100%;
  margin-top: 2rem;
}

@media only screen and (min-width: 992px) {
  .planning--internal .planning__btn-wrapper {
    margin-top: 4rem;
  }
}

@media only screen and (min-width: 1366px) {
  .planning--internal .planning__btn-wrapper {
    margin-top: 5rem;
  }
}

.planning--internal .planning__search-btn {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background-color: #f26a36;
  margin: 0;
}

.planning--internal .planning__search-btn:hover {
  background-color: #e64a0f;
}

@media only screen and (min-width: 992px) {
  .planning--internal .planning__search-btn {
    width: 20rem;
    height: 5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .planning--internal .planning__search-btn {
    width: 23rem;
    height: 6rem;
  }
}

.planning--internal .planning__headline {
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 992px) {
  .planning--internal .planning__headline {
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 1366px) {
  .planning--internal .planning__headline {
    font-size: 5rem;
  }
}

.planning--internal .planning__sub {
  font-size: 1.8rem;
}

@media only screen and (min-width: 1366px) {
  .planning--internal .planning__sub {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 1366px) {
  .planning--internal .planning__date-label {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1366px) {
  .planning--internal .planning__date-value {
    font-size: 2rem;
  }
}

.home-map {
  min-height: 60rem;
  margin-bottom: 5rem;
  display: none;
}

@media only screen and (min-width: 992px) {
  .home-map {
    display: block;
  }
}

.home-map__text {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.61;
  letter-spacing: -0.4px;
  color: #9b9b9b;
}

@media only screen and (min-width: 1366px) {
  .home-map__text {
    font-size: 5rem;
  }
}

.datepicker-overlay {
  position: fixed;
  width: 100vh;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  z-index: 2;
}

.custom-datepicker {
  width: 100%;
  padding-top: 5rem;
  position: relative !important;
  -webkit-box-shadow: 6px 16px 34px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 6px 16px 34px 0 rgba(0, 0, 0, 0.12);
  z-index: 100;
}

@media only screen and (min-width: 768px) {
  .custom-datepicker {
    padding-top: 4rem;
  }
}

@media only screen and (min-width: 1366px) {
  .custom-datepicker {
    padding-top: 5rem;
  }
}

.custom-datepicker__year {
  position: absolute;
  top: 2rem;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #afafaf;
  font-weight: 500;
  font-family: TTWellingtons;
  font-variant-numeric: lining-nums;
}

@media only screen and (min-width: 768px) {
  .custom-datepicker__year {
    top: 1rem;
  }
}

@media only screen and (min-width: 1366px) {
  .custom-datepicker__year {
    top: 2rem;
  }
}

.custom-datepicker__month {
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #333;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: TTWellingtons;
}

@media only screen and (min-width: 768px) {
  .custom-datepicker__month {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1366px) {
  .custom-datepicker__month {
    font-size: 2rem;
  }
}

.planning--internal .datepicker-from,
.planning--internal .datepicker-to {
  right: 0;
  top: auto;
  bottom: 2rem;
  max-width: none;
  margin: 0 auto;
  z-index: 10;
  -webkit-box-shadow: 6px 16px 34px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 6px 16px 34px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}

@media only screen and (min-width: 992px) {
  .planning--internal .datepicker-from,
  .planning--internal .datepicker-to {
    bottom: -1rem;
  }
}

.planning--internal .custom-datepicker {
  border: none;
}

.datepicker-from,
.datepicker-to {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  position: absolute;
  z-index: 110;
  display: none;
  top: 4rem;
  right: 0;
  width: 100%;
  -webkit-box-shadow: 0 8px 32px 0 rgba(51, 51, 51, 0.12);
  box-shadow: 0 8px 32px 0 rgba(51, 51, 51, 0.12);
}

@media only screen and (min-width: 768px) {
  .datepicker-from,
  .datepicker-to {
    top: 0;
  }
}

.datepicker--nav-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #333;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: TTWellingtons;
  font-variant-numeric: lining-nums;
}

@media only screen and (min-width: 1366px) {
  .datepicker--nav-title {
    font-size: 2rem;
  }
}

.datepicker--cell-day {
  font-family: TTWellingtons;
  font-weight: 500;
  font-style: normal;
  font-variant-numeric: lining-nums;
  font-size: 1.4rem;
}

@media only screen and (min-width: 1366px) {
  .datepicker--cell-day {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .datepicker--cells-months {
    height: 12rem;
  }
}

.datepicker--cell-month {
  font-family: TTWellingtons;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
}

@media only screen and (min-width: 1366px) {
  .datepicker--cell-month {
    font-size: 1.6rem;
  }
}

.datepicker--nav-action path {
  stroke: #f26a36;
}

.datepicker--nav-action {
  width: 5.4rem;
}

@media only screen and (min-width: 768px) {
  .datepicker--nav-action {
    width: 3.4rem;
  }
}

@media only screen and (min-width: 1366px) {
  .datepicker--nav-action {
    width: 5.4rem;
  }
}

.datepicker--nav-action svg {
  width: 5.4rem;
}

@media only screen and (min-width: 768px) {
  .datepicker--nav-action svg {
    width: 3.4rem;
  }
}

@media only screen and (min-width: 1366px) {
  .datepicker--nav-action svg {
    width: 5.4rem;
  }
}

.datepicker--cell.-selected-.-focus- {
  background: #f26a36;
}

.datepicker--nav {
  padding-left: 2rem;
  padding-right: 2rem;
  border-bottom: none;
  margin-bottom: 2.2rem;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .datepicker--nav {
    margin-bottom: 1.2rem;
  }
}

@media only screen and (min-width: 1366px) {
  .datepicker--nav {
    margin-bottom: 2.2rem;
  }
}

.datepicker--content {
  padding: 0 1rem 2rem;
}

@media only screen and (min-width: 1366px) {
  .datepicker--content {
    padding: 0 2rem 3rem;
  }
}

.datepicker--day-name {
  font-family: TTWellingtons;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: normal;
  color: #9b9b9b;
  text-transform: capitalize;
}

.datepicker--days-names {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .datepicker--days-names {
    margin-bottom: 1.2rem;
  }
}

@media only screen and (min-width: 1366px) {
  .datepicker--days-names {
    margin-bottom: 1rem;
  }
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #9b9b9b;
}

@media only screen and (min-width: 768px) {
  .datepicker--cell {
    height: 2.4rem;
  }
}

@media only screen and (min-width: 1366px) {
  .datepicker--cell {
    height: 3.4rem;
  }
}

.explore-areas {
  margin: 0 -2rem;
}

@media only screen and (min-width: 768px) {
  .explore-areas {
    margin: 0;
    margin-bottom: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 16px 32px 0 rgba(51, 51, 51, 0.12);
    box-shadow: 0 16px 32px 0 rgba(51, 51, 51, 0.12);
  }
}

@media only screen and (min-width: 992px) {
  .explore-areas {
    margin-bottom: 10rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 1366px) {
  .explore-areas {
    margin-bottom: 12rem;
  }
}

.explore-areas__item {
  height: 20rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1px;
  overflow: hidden;
  background-position: center;
}

@media only screen and (min-width: 576px) {
  .explore-areas__item {
    height: 30rem;
  }
}

@media only screen and (min-width: 768px) {
  .explore-areas__item {
    width: calc(50% - 1px);
    margin: 0 0.5px 1px;
    height: 40rem;
  }
}

@media only screen and (min-width: 992px) {
  .explore-areas__item {
    height: 26.6rem;
  }
}

@media only screen and (min-width: 1366px) {
  .explore-areas__item {
    height: 40rem;
  }
}

.explore-areas__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.explore-areas__item--visible::after {
  background-color: rgba(0, 0, 0, 0);
}

.explore-areas__link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
}

.explore-areas__title {
  font-weight: 700;
  line-height: 1;
  font-size: 3rem;
  letter-spacing: -0.3px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  .explore-areas__title {
    font-size: 2rem;
    letter-spacing: -0.2px;
  }
}

@media only screen and (min-width: 1366px) {
  .explore-areas__title {
    font-size: 3rem;
  }
}

.explore-areas__descr-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 2;
  background-color: #febd3b;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.explore-areas__descr-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150%;
  -webkit-transform: translateY(-99%);
  transform: translateY(-99%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.explore-areas__descr-wrapper--yellow {
  background-color: #febd3b;
}

.explore-areas__descr-wrapper--yellow::before {
  background-image: url(img/effects/hover-yellow-wave.png);
}

.explore-areas__descr-wrapper--cyan {
  background-color: #5bc6cc;
}

.explore-areas__descr-wrapper--cyan::before {
  background-image: url(img/effects/hover-cyan-wave.png);
}

.explore-areas__descr-wrapper--purple {
  background-color: #770056;
}

.explore-areas__descr-wrapper--purple::before {
  background-image: url(img/effects/hover-purple-wave.png);
}

.explore-areas__descr-wrapper--red {
  background-color: #ee3350;
}

.explore-areas__descr-wrapper--red::before {
  background-image: url(img/effects/hover-red-wave.png);
}

.explore-areas__descr-wrapper--green {
  background-color: #32c936;
}

.explore-areas__descr-wrapper--green::before {
  background-image: url(img/effects/hover-green-wave.png);
}

.explore-areas__descr-wrapper--orange {
  background-color: #f26a36;
}

.explore-areas__descr-wrapper--orange .link:hover {
  color: #febd3b;
}

.explore-areas__descr-wrapper--orange .link:hover svg {
  fill: #febd3b;
  stroke: #febd3b;
}

.explore-areas__descr-wrapper--orange::before {
  background-image: url(img/effects/hover-orange-wave.png);
}

.explore-areas__descr {
  padding: 2rem;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (min-width: 576px) {
  .explore-areas__descr {
    padding: 6rem 8rem;
  }
}

@media only screen and (min-width: 768px) {
  .explore-areas__descr {
    padding: 5rem 4rem;
    width: 32rem;
  }
}

@media only screen and (min-width: 992px) {
  .explore-areas__descr {
    width: 21.2rem;
    padding: 2rem;
  }
}

@media only screen and (min-width: 1366px) {
  .explore-areas__descr {
    padding: 4rem 3.5rem 3rem 3.5rem;
    width: auto;
    max-width: 50rem;
  }
}

@media only screen and (min-width: 1600px) {
  .explore-areas__descr {
    padding: 5.6rem 3.5rem 4rem 3.5rem;
  }
}

.explore-areas__descr-title {
  font-weight: 700;
  line-height: 1;
  font-size: 2.8rem;
  color: #fff;
  letter-spacing: -0.3px;
  margin-bottom: 1.5rem;
  display: block;
}

.explore-areas__descr-sub-title {
  font-size: 1.6rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: -1.5rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .explore-areas__descr-title {
    margin-bottom: 2.5rem;
    font-size: 3rem;
  }
}

@media only screen and (min-width: 992px) {
  .explore-areas__descr-title {
    margin-bottom: 7px;
    font-size: 2rem;
    letter-spacing: -0.2px;
  }
}

@media only screen and (min-width: 1366px) {
  .explore-areas__descr-title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}

.explore-areas__descr-text {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
  /* overflow: hidden; */
  /* height: 9rem; */
  margin-bottom: 1.5rem;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .explore-areas__descr-text {
    /* height: 14.4rem; */
    line-height: 1.5;
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 992px) {
  .explore-areas__descr-text {
    /* height: 16.4rem; */
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
    line-height: 1.29;
  }
}

@media only screen and (min-width: 1366px) {
  .explore-areas__descr-text {
    height: 18.4rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .explore-areas__descr-text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.explore-areas__item .explore-areas__descr-wrapper {
  height: 0;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.explore-areas__item--visible .explore-areas__descr-wrapper {
  height: 100%;
}

.explore-areas__item .explore-areas__descr {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.explore-areas__item:hover .explore-areas__descr {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.explore-areas__item:hover .explore-areas__descr-wrapper {
  height: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media only screen and (min-width: 992px) {
  .explore-areas--internal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 992px) {
  .explore-areas--internal .explore-areas__title {
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 1366px) {
  .explore-areas--internal .explore-areas__title {
    font-size: 5rem;
  }
}

@media only screen and (min-width: 992px) {
  .explore-areas--internal .explore-areas__descr-title {
    font-size: 3.6rem;
    margin-bottom: 2.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .explore-areas--internal .explore-areas__descr-title {
    font-size: 5rem;
  }
}

@media only screen and (min-width: 992px) {
  .explore-areas--internal .explore-areas__descr {
    padding: 4rem 3rem 3rem;
    width: auto;
  }
}

@media only screen and (min-width: 1366px) {
  .explore-areas--internal .explore-areas__descr {
    padding: 8rem 6rem 8rem 8rem;
    max-width: none;
  }
}

@media only screen and (min-width: 768px) {
  .explore-areas--3-items {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 768px) {
  .explore-areas--3-items .explore-areas__item {
    height: 30rem;
  }
}

@media only screen and (min-width: 992px) {
  .explore-areas--3-items .explore-areas__item {
    height: 26.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .explore-areas--3-items .explore-areas__item {
    height: 40rem;
  }
}

@media only screen and (min-width: 768px) {
  .explore-areas--3-items .explore-areas__descr {
    width: auto;
    padding: 3rem 2rem;
  }
}

@media only screen and (min-width: 1366px) {
  .explore-areas--3-items .explore-areas__descr {
    padding: 5rem;
  }
}

@media only screen and (min-width: 768px) {
  .explore-areas--3-items .explore-areas__title {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1366px) {
  .explore-areas--3-items .explore-areas__title {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .explore-areas--3-items .explore-areas__descr-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1366px) {
  .explore-areas--3-items .explore-areas__descr-title {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .explore-areas--3-items .explore-areas__descr-text {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1366px) {
  .explore-areas--3-items .explore-areas__descr-text {
    font-size: 1.6rem;
  }
}

.link {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-family: TTWellingtons;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 1.3px;
  font-weight: 800;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.5s;
}

@media only screen and (min-width: 992px) {
  .link {
    font-size: 1.6rem;
  }
}

.link:hover {
  color: #f26a36;
}

.link:hover svg {
  fill: #f26a36;
  stroke: #f26a36;
}

.link svg {
  margin-right: 2rem;
  margin-top: -2px;
  height: 3rem;
  width: 5.5rem;
  fill: #fff;
  stroke: #fff;
  transition: all 0.5s;
}

@media only screen and (min-width: 1366px) {
  .link svg {
    margin-right: 1.7rem;
  }
}

.link--orange {
  color: #f26a36;
}

.link--orange svg {
  stroke: #f26a36;
  fill: #f26a36;
}

.link--orange:hover {
  color: #ffbe25;
}

.link--orange:hover svg {
  fill: #ffbe25;
  stroke: #ffbe25;
}

.link--explore {
  margin-top: auto;
}

@media only screen and (min-width: 1366px) {
  .link--big {
    font-size: 2rem;
  }

  .link--big svg {
    width: 8rem;
    height: 4rem;
    margin-right: 1.7rem;
  }
}

.link--card {
  margin-top: auto;
}

@media only screen and (min-width: 1366px) {
  .link--card {
    font-size: 2rem;
  }

  .link--card svg {
    height: 4rem;
    width: 8rem;
  }
}

.link--map {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .link--map {
    bottom: 4rem;
    left: 4rem;
  }
}

@media only screen and (min-width: 1366px) {
  .link--map {
    font-size: 2rem;
    bottom: 4rem;
    left: 4rem;
  }

  .link--map svg {
    width: 8rem;
    height: 4rem;
    margin-right: 2rem;
  }
}

.link--download {
  font-weight: 800 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.3rem;
  letter-spacing: 0.5px;
}

@media only screen and (min-width: 1366px) {
  .link--download {
    font-size: 2rem;
    margin-bottom: 3.3rem;
  }
}

.link--download svg {
  fill-opacity: 0;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

@media only screen and (min-width: 768px) {
  .link--download svg {
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 1366px) {
  .link--download svg {
    width: 4.5rem;
    height: 4.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .links-list {
    margin-top: 3.5rem;
  }
}

.headline-article {
  position: relative;
  margin-bottom: 8rem;
  background: no-repeat;
  background-size: cover;
  overflow: hidden;
}

@media only screen and (min-width: 1366px) {
  .headline-article {
    margin-bottom: 12rem;
  }
}

.headline-article__inner {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

@media only screen and (min-width: 768px) {
  .headline-article__inner {
    padding-top: 29rem;
    padding-bottom: 6rem;
  }
}

@media only screen and (min-width: 1366px) {
  .headline-article__inner {
    padding-top: 40.2rem;
    padding-bottom: 8rem;
  }
}

.headline-article__descr {
  position: relative;
  z-index: 2;
}

.headline-article__category {
  font-family: TTWellingtons;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.headline-article__category a {
  color: #fff;
}

.headline-article__category a:hover {
  color: #f26a36;
}

@media only screen and (min-width: 768px) {
  .headline-article__category {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 1366px) {
  .headline-article__category {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}

.headline-article__title {
  font-family: TTWellingtons;
  font-size: 4.8rem;
  letter-spacing: -0.5px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 3rem;
  display: block;
  font-variant-numeric: lining-nums;
}

@media only screen and (min-width: 768px) {
  .headline-article__title {
    margin-bottom: 1rem;
    font-size: 6rem;
    letter-spacing: -0.6px;
  }
}

@media only screen and (min-width: 1366px) {
  .headline-article__title {
    font-size: 8rem;
    line-height: 1;
    letter-spacing: -0.8px;
    width: 90rem;
    margin-bottom: 3.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .headline-article--internal .headline-article__inner {
    padding-top: 34.6rem;
  }
}

@media only screen and (min-width: 1366px) {
  .headline-article--internal .headline-article__inner {
    padding-top: 48.6rem;
  }
}

@media only screen and (min-width: 992px) {
  .headline-article--internal .headline-article__title {
    margin-bottom: 1.6rem;
  }
}

@media only screen and (min-width: 1366px) {
  .headline-article--internal .headline-article__title {
    margin-bottom: 3.6rem;
  }
}

.articles-preview-list {
  margin-bottom: 7.7rem;
  padding: 0;
}

@media only screen and (min-width: 992px) {
  .articles-preview-list {
    padding-left: 8.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .articles-preview-list {
    padding-left: 24rem;
    padding-right: 20rem;
  }
}

.articles-preview-list__item {
  max-width: 37.4rem;
  margin: 0 auto;
}

@media only screen and (min-width: 1366px) {
  .articles-preview-list__item:last-child {
    margin-bottom: 12.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .articles-preview-list__item {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7rem;
  }
}

@media only screen and (min-width: 1366px) {
  .articles-preview-list__item {
    margin-bottom: 6.5rem;
  }
}

.articles-preview-list__img-wrapper {
  position: relative;
  border-radius: 4px;
  height: 23rem;
  overflow: hidden;
  margin-bottom: 3rem;
}

.articles-preview-list__img-wrapper img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .articles-preview-list__img-wrapper {
    width: 30rem;
    height: 20rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4rem;
    margin-bottom: 0;
  }
}

.articles-preview-list__category {
  font-family: TTWellingtons;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}

.articles-preview-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .articles-preview-list__header {
    margin-bottom: 1.7rem;
  }
}

@media only screen and (min-width: 1366px) {
  .articles-preview-list__header {
    margin-bottom: 8px;
  }
}

.articles-preview-list__user-icon {
  background: url(img/icons/user-icon.png) no-repeat;
  display: block;
  width: 4.2rem;
  height: 4.2rem;
}

.articles-preview-list__author-name {
  display: block;
  margin-left: 2rem;
  margin-right: 2rem;
  font-family: TTWellingtons;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  color: #9b9b9b;
}

.articles-preview-list__publish-date {
  display: block;
  font-family: TTWellingtons;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  color: #9b9b9b;
}

.articles-preview-list__title {
  font-family: TTWellingtons;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #333;
  display: block;
  margin-bottom: 8px;
}

@media only screen and (min-width: 1366px) {
  .articles-preview-list__title {
    letter-spacing: -0.3px;
    font-size: 3rem;
  }
}

.articles-preview-list__text {
  font-family: TTWellingtons;
  font-size: 1.4rem;
  height: 7.2rem;
  overflow: hidden;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: normal;
  color: #5c5c5c;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .articles-preview-list__text {
    line-height: 1.7;
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1366px) {
  .articles-preview-list__text {
    margin-bottom: 2.8rem;
    font-size: 1.6rem;
  }
}

.articles-preview-list .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.moments-gallery__viewport {
  overflow: hidden;
}

.moments-gallery__list {
  width: 200vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.moments-gallery__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4px;
  margin-bottom: 4px;
  height: 23rem;
}

.moments-gallery__item img {
  height: 100%;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .moments-gallery__item {
    height: 19.2rem;
  }
}

@media only screen and (min-width: 1366px) {
  .moments-gallery__item {
    height: 26rem;
  }
}

@media only screen and (min-width: 992px) {
  .section-moments-gallery + .footer {
    margin-top: -18rem;
  }
}

@media only screen and (min-width: 1366px) {
  .section-moments-gallery + .footer {
    margin-top: -25rem;
  }
}

.sign-up {
  text-align: center;
  max-width: 34rem;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .sign-up {
    text-align: right;
  }
}

@media only screen and (min-width: 1366px) {
  .sign-up {
    max-width: 46.5rem;
  }
}

.sign-up__lead {
  font-family: TTWellingtons;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: normal;
  color: #25344b;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
  .sign-up__lead {
    margin-bottom: 0.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .sign-up__lead {
    text-align: center;
    font-size: 3rem;
    letter-spacing: -0.3px;
    margin-bottom: 1.9rem;
  }
}

.sign-up__sub-lead {
  font-family: TTWellingtons;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.14;
  color: #888;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 992px) {
  .sign-up__sub-lead {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .sign-up__sub-lead {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 2.5rem;
  }
}

.sign-up__form {
  height: 5rem;
  position: relative;
  display: inline-block;
  width: 100%;
}

@media only screen and (min-width: 1366px) {
  .sign-up__form {
    height: 6rem;
  }
}

.sign-up__input {
  padding: 0 10rem 0 1.4rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  border: solid 1px #e1e3e6;
  font-family: TTWellingtons;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: normal;
  color: #25344b;
  width: 90%;
  border-radius: 4px;
}

@media only screen and (min-width: 1366px) {
  .sign-up__input {
    height: 6rem;
    font-size: 2rem;
    padding-right: 18rem;
  }
}

.sign-up__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-left: 2.7rem;
  padding-right: 2.7rem;
  border-radius: 30px;
  background-color: #f26a36;
  font-family: TTWellingtons;
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media only screen and (min-width: 1366px) {
  .sign-up__btn {
    padding-left: 3.7rem;
    padding-right: 3.7rem;
    font-size: 2rem;
  }
}

.sign-up__btn:hover {
  background-color: #e64a0f;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.socials__link {
  display: block;
  font-size: 0;
}

.socials__link svg {
  height: 38px;
  width: 38px;
}

.socials__item:not(:last-child) {
  margin-right: 2rem;
}

.socials--footer .socials__item svg {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.socials--footer .socials__item:hover svg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.socials--footer .socials__item:not(:last-child) {
  margin-right: 1.5rem;
}

@media only screen and (min-width: 992px) {
  .socials--footer .socials__item:not(:last-child) {
    margin-right: 1.4rem;
  }
}

@media only screen and (min-width: 1366px) {
  .socials--footer .socials__item:not(:last-child) {
    margin-right: 1.7rem;
  }
}

@media only screen and (min-width: 992px) {
  .socials--footer svg {
    height: 27px;
    width: 27px;
  }
}

@media only screen and (min-width: 1366px) {
  .socials--footer svg {
    height: 38px;
    width: 38px;
  }
}

@media only screen and (min-width: 992px) {
  .socials--footer {
    margin-bottom: 0;
  }
}

.socials--menu {
  margin-bottom: 0;
  -webkit-transform: translateX(-1rem);
  transform: translateX(-1rem);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  margin-top: 4rem;
}

@media only screen and (min-width: 1366px) {
  .socials--menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.socials--menu svg {
  fill: #9b9b9b;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.socials--menu .socials__item:not(:last-child) {
  margin-right: 1.3rem;
}

.socials--menu .socials__item svg {
  fill: #f26a36;
}

.socials--menu .socials__item:hover svg {
  fill: #9b9b9b;
}

.socials--content {
  margin-top: 1rem;
}

@media only screen and (min-width: 1366px) {
  .socials--content {
    margin-top: -0.8rem;
  }
}

.socials--content .socials__item:not(:last-child) {
  margin-right: 1.5rem;
}

@media only screen and (min-width: 1366px) {
  .socials--content .socials__item:not(:last-child) {
    margin-right: 0.5rem;
  }
}

.socials--content .socials__link:hover svg {
  fill: #ffbe25;
}

.socials--content .socials__link svg {
  width: 3rem;
  height: 3rem;
  fill: #f26a36;
}

@media only screen and (min-width: 1366px) {
  .socials--content .socials__link svg {
    width: 4rem;
    height: 4rem;
  }
}

.effect-white-waves-1 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120vh;
  z-index: 100000;
  visibility: visible;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  background-color: #fff;
}

.effect-white-waves-1::before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-90%);
  transform: translateY(-90%);
  background: url(img/effects/effect-white-waves-1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.loaded .effect-white-waves-1 {
  -webkit-animation-name: effect1;
  animation-name: effect1;
}

.loaded .effect-white-waves-1::before {
  -webkit-animation-name: effect2;
  animation-name: effect2;
}

@-webkit-keyframes effect1 {
  0% {
    visibility: visible;
    height: 120vh;
  }

  100% {
    height: 0;
    visibility: hidden;
  }
}

@keyframes effect1 {
  0% {
    visibility: visible;
    height: 120vh;
  }

  100% {
    height: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes effect2 {
  0% {
    height: 0;
  }

  100% {
    height: 1000%;
  }
}

@keyframes effect2 {
  0% {
    height: 0;
  }

  100% {
    height: 1000%;
  }
}

.effect-white-waves-2 {
  width: 100.5%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(img/effects/effect-white-waves-2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 496px;
  z-index: 3;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

[data-aos='effect-white-waves-2'] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

[data-aos='effect-white-waves-2'].aos-animate {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.effect-white-waves-3 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 3;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 5s;
  transition: all 5s;
  background-color: #fff;
}

.effect-white-waves-3::before {
  content: '';
  position: absolute;
  top: 0;
  height: 200%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-90%);
  transform: translateY(-90%);
  background: url(img/effects/effect-white-waves-3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

[data-aos='effect-white-waves-3'] {
  height: 100%;
}

[data-aos='effect-white-waves-3'].aos-animate {
  height: 0;
}

.animation_container--blog {
  height: 294px;
}

@media only screen and (min-width: 1366px) {
  .animation_container--blog {
    height: 38.7rem;
  }
}

.animation_container--moments {
  height: 297px;
}

@media only screen and (min-width: 1366px) {
  .animation_container--moments {
    height: 40rem;
  }
}

.hero {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background-color: #333;
  height: 48rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 768px) {
  .hero {
    min-height: 49rem;
    height: 49vw;
    max-height: 90rem;
    margin-bottom: -4.7rem;
  }
}

@media only screen and (min-width: 1366px) {
  .hero {
    margin-bottom: -9rem;
  }
}

.hero__title {
  position: absolute;
  top: 22.2rem;
  font-family: TTWellingtons, sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #fff;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .hero__title {
    top: 17vw;
    font-size: 6rem;
  }
}

@media only screen and (min-width: 1366px) {
  .hero__title {
    font-size: 8rem;
  }
}

.hero__effect {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 30;
  -webkit-animation-name: hero-animation;
  animation-name: hero-animation;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0, 0.3, 0.5, 0);
  animation-timing-function: cubic-bezier(0, 0.3, 0.5, 0);
}

.hero__effect::before {
  content: '';
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-99%);
  transform: translateY(-99%);
  width: 100%;
  height: 100%;
  background: url(img/shapes/hero-shape@mobile.png) no-repeat center bottom;
  background-size: 100%;
  z-index: 25;
  -webkit-animation-name: hero-wave-animation;
  animation-name: hero-wave-animation;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@media only screen and (min-width: 768px) {
  .hero__effect::before {
    background-image: url(img/shapes/hero-shape.png);
  }
}

.hero--no-title {
  height: 36rem;
}

@media only screen and (min-width: 768px) {
  .hero--no-title {
    height: 45rem;
    width: 51%;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .hero--no-title {
    height: 54.3rem;
  }
}

@media only screen and (min-width: 1366px) {
  .hero--no-title {
    height: 79.1rem;
    width: 53%;
  }
}

@media only screen and (min-width: 768px) {
  .hero--no-title .hero__effect::before {
    left: -2px;
    width: 101%;
    background-image: url(img/shapes/hero-half-shape.png);
    background-size: 100% 100%;
    -webkit-animation-name: hero-wave-animation-half;
    animation-name: hero-wave-animation-half;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
}

@-webkit-keyframes hero-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes hero-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@-webkit-keyframes hero-wave-animation {
  0% {
    background-size: 300%;
  }

  100% {
    background-size: 100%;
  }
}

@keyframes hero-wave-animation {
  0% {
    background-size: 300%;
  }

  100% {
    background-size: 100%;
  }
}

@-webkit-keyframes hero-wave-animation-half {
  0% {
    background-size: 100% 1000%;
  }

  100% {
    background-size: 100% 100%;
  }
}

@keyframes hero-wave-animation-half {
  0% {
    background-size: 100% 1000%;
  }

  100% {
    background-size: 100% 100%;
  }
}

.breadcrumbs {
  opacity: 0.8;
  max-width: 100%;
  font-family: TTWellingtons, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #9b9b9b;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 1366px) {
  .breadcrumbs {
    margin-bottom: 2rem;
  }
}

.breadcrumbs__item {
  display: inline-block;
  padding-left: 0.4rem;
}

.breadcrumbs a {
  color: #9b9b9b !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.breadcrumbs a[href]:hover {
  color: #f26a36 !important;
}

.breadcrumbs__item:not(:last-child) {
  position: relative;
  padding-right: 1.2rem;
}

.breadcrumbs__item:not(:last-child)::after {
  content: '>';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 15%;
}

.content {
  color: #4a4a4a;
  font-size: 1.6rem;
  position: relative;
  z-index: 20;
}

.content p {
  margin-bottom: 5px;
  line-height: 1.25;
  font-weight: 400;
}

.content b {
  font-weight: 800;
}

.content strong {
  font-weight: 600;
}

.content a {
  font-weight: 600;
  line-height: 1.88;
  color: #f26a36;
}

.content__title {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #f26a36;
  margin: 0;
  margin-bottom: 4.4rem;
}

@media only screen and (min-width: 768px) {
  .content__title {
    margin-bottom: 3.6rem;
  }
}

@media only screen and (min-width: 992px) {
  .content__title {
    font-size: 6rem;
    margin-bottom: 4.6rem;
  }
}

@media only screen and (min-width: 1366px) {
  .content__title {
    font-size: 8rem;
    margin-bottom: 7.6rem;
  }
}

.content__text ul {
  padding-left: 2rem;
}

.content__text ol {
  margin-bottom: 3rem;
}

.content__sub-title,
.content__text h2 {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #25344b;
  margin-bottom: 2rem;
  text-align: left;
}

@media only screen and (min-width: 1366px) {
  .content__sub-title,
  .content__text h2 {
    font-size: 5rem;
    margin-bottom: 3rem;
  }
}

.content__text,
.content__text p {
  font-family: TTWellingtons;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.75;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: normal;
  color: #333;
  opacity: 1;
  /* opacity: 0.8; */
}

.content__text {
  margin-top: 4rem;
  margin-bottom: 8rem;
}

@media only screen and (min-width: 1366px) {
  .content__text,
  .content__text p {
    font-size: 1.8rem;
  }

  .content__text {
    margin-top: 8rem;
    margin-bottom: 12rem;
  }
}

@media only screen and (min-width: 768px) {
  .content__text--narrow {
    width: 68rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1366px) {
  .content__text--narrow {
    width: 72rem;
  }
}

.content__text--post {
  margin-bottom: 4.5rem;
  max-width: 51rem;
  margin-left: auto;
  margin-right: auto;
}

.content__text--post p {
  line-height: 2;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 1366px) {
  .content__text--post p {
    line-height: 1.8;
  }
}

@media (min-width: 840px) {
  .content__text--post {
    margin-top: 9rem;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1366px) {
  .content__text--post {
    max-width: 72rem;
    /* margin-top: 16rem; */
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .content__text--bigger p:first-child {
    margin-top: 4.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .content__text--bigger p:first-child {
    margin-top: 3.5rem;
  }
}

.content__text--bigger p {
  line-height: 1.5;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .content__text--bigger p {
    line-height: 1.75;
  }
}

.content__sub-title + .content__text {
  margin-top: 0;
}

.content__post-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.content__shift {
  margin-bottom: 7rem;
}

.content__splitted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 4rem;
}

@media only screen and (min-width: 768px) {
  .content__splitted {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 8rem;
    margin-bottom: 6rem;
  }

  .content__splitted > * {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .content__splitted {
    margin-bottom: 8rem;
  }
}

@media only screen and (min-width: 1366px) {
  .content__splitted {
    margin-bottom: 10rem;
  }
}

.content__splitted > :not(.content__img) > :first-child {
  padding-top: 0;
  margin-top: 0;
}

.content__splitted > :not(.content__img) > :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .content__splitted > :first-child:not(.content__img) {
    padding-right: 8rem;
  }
}

@media only screen and (min-width: 768px) {
  .content__splitted > :last-child:not(.content__img) {
    padding-left: 8rem;
  }
}

@media only screen and (min-width: 992px) {
  .content__splitted {
    margin-top: 10rem;
  }
}

@media only screen and (min-width: 1366px) {
  .content__splitted {
    margin-top: 12rem;
  }
}

.content__splitted .content__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 48vw;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .content__splitted .content__img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    height: auto;
    min-height: 40rem;
    margin-bottom: 0;
  }
}

.content__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -3rem;
}

@media only screen and (min-width: 768px) {
  .content__contacts {
    margin-top: 3rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content__contacts > :nth-child(2n + 1) {
    width: 55%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media only screen and (min-width: 1366px) {
  .content__contacts {
    margin-top: 6rem;
  }
}

.content__contacts strong {
  display: block;
}

@media only screen and (min-width: 768px) {
  .content__contacts strong {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 1366px) {
  .content__contacts strong {
    margin-top: 0;
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .content__contacts p {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1366px) {
  .content__contacts p {
    font-size: 1.6rem;
  }
}

.content__contacts > * {
  margin-bottom: 2rem;
  margin-left: 3rem;
}

@media only screen and (min-width: 768px) {
  .content__contacts > * {
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 1366px) {
  .content__contacts > * {
    margin-bottom: 5rem;
  }
}

.content__contacts > :last-child {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .content__contacts > :last-child {
    width: auto;
  }
}

.btn {
  border-radius: 3rem;
  background-color: #f26a36;
  font-family: TTWellingtons;
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 1px;
  color: #fff;
}

@media only screen and (min-width: 1366px) {
  .hero:not(.hero--no-title) + .content .breadcrumbs {
    max-width: 50%;
  }
}

.hero:not(.hero--no-title) + .content .content__sub-title {
  max-width: 68rem;
}

@media only screen and (min-width: 1366px) {
  .hero:not(.hero--no-title) + .content .content__sub-title {
    max-width: 78rem;
  }
}

.hero:not(.hero--no-title) + .content .content__text:not(.content__text--post) {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1366px) {
  .hero:not(.hero--no-title) + .content .content__text:not(.content__text--post) {
    max-width: 72rem;
  }
}

.hero:not(.hero--no-title) + .content .content__sub-title + .content__text {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .hero--no-title + .content {
    margin-right: -10rem;
    padding-top: 15rem;
    width: 53%;
    position: relative;
    z-index: 30;
    margin-bottom: 10rem;
    min-height: 36rem;
  }

  .hero--no-title + .content .container {
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .hero--no-title + .content {
    padding-top: 19.6rem;
    min-height: 44.3rem;
  }

  .hero--no-title + .content .content__shift {
    margin-left: 3.3rem;
  }
}

@media only screen and (min-width: 1366px) {
  .hero--no-title + .content {
    padding-top: 24rem;
    width: 50%;
    margin-bottom: 24rem;
    min-height: 62.1rem;
  }

  .hero--no-title + .content .container {
    padding-right: 3rem;
  }
}

@media only screen and (min-width: 1366px) {
  .hero--no-title + .content--contacts {
    margin-bottom: 12rem;
  }
}

@media only screen and (min-width: 768px) {
  .divider {
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    margin-top: 8rem;
  }
}

@media only screen and (min-width: 992px) {
  .divider {
    margin-top: 10rem;
  }
}

@media only screen and (min-width: 1366px) {
  .divider {
    margin-top: 12rem;
  }
}

.map {
  height: 60rem;
}

@media only screen and (min-width: 768px) {
  .map {
    height: 53vw;
  }
}

@media only screen and (min-width: 1366px) {
  .map {
    max-height: 76.8rem;
  }
}

.map-wrapper {
  overflow: hidden;
  position: relative;
}

.map__info img {
  width: 374px;
  height: 227px;
}

.map__pin {
  cursor: pointer;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #fff;
  border: solid 2px #f26a36;
  border-radius: 50%;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 1366px) {
  .map__pin {
    width: 3rem;
    height: 3rem;
  }
}

.map__popup {
  position: absolute;
  width: 31rem;
  height: 22.7rem;
  left: 50%;
  bottom: 1.2rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  visibility: hidden;
  opacity: 0;
  border-radius: 4px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 414px) {
  .map__popup {
    width: 37.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .map__popup {
    width: 34rem;
    height: 22rem;
    right: 1.2rem;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media only screen and (min-width: 1366px) {
  .map__popup {
    width: 48rem;
    height: 32rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}

.map__marker:hover .map__popup {
  visibility: visible;
  opacity: 1;
}

.get-in-touch {
  padding-top: 0;
  margin-bottom: 8rem;
}

@media only screen and (min-width: 768px) {
  .get-in-touch {
    padding-top: 7rem;
  }
}

@media only screen and (min-width: 992px) {
  .get-in-touch {
    padding-top: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 81rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10rem;
  }
}

@media only screen and (min-width: 1366px) {
  .get-in-touch {
    width: 112rem;
    padding-top: 12rem;
    margin-bottom: 16rem;
  }
}

.get-in-touch__title {
  text-align: left;
  margin-bottom: 5rem;
  font-size: 4.2rem;
  line-height: 1;
}

@media only screen and (min-width: 992px) {
  .get-in-touch__title {
    font-size: 3.55rem;
    margin-bottom: 0;
    line-height: 1.6;
  }
}

@media only screen and (min-width: 1366px) {
  .get-in-touch__title {
    font-size: 5rem;
    line-height: 1.2;
  }
}

.get-in-touch__form {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .get-in-touch__form {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    margin-top: -1.5rem;
    width: 49rem;
  }
}

@media only screen and (min-width: 1366px) {
  .get-in-touch__form {
    width: 68rem;
    margin-left: auto;
  }
}

.get-in-touch__form input {
  width: 100%;
}

.get-in-touch__form label {
  font-size: 0;
}

@media only screen and (min-width: 992px) {
  .form-columns-2,
  .get-in-touch__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form-columns-2 .hs-form-field,
  .get-in-touch__row > * {
    width: 47% !important;
  }
}

.get-in-touch__fieldset {
  margin-bottom: 3rem;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .get-in-touch__fieldset {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .get-in-touch__fieldset {
    margin-bottom: 3.2rem;
  }
}

.get-in-touch__input,
.gform_fields input[type='text'],
.gform_fields input[type='email'],
.gform_fields input[type='tel'] {
  width: 100%;
  font-size: 2rem;
  font-family: TTNorms, sans-serif;
  color: #333;
  font-weight: 500;
  border-radius: 4px;
  border: solid 1px #e1e3e6;
  padding: 1.7rem 2rem;
  height: 6rem;
}

@media only screen and (min-width: 992px) {
  .get-in-touch__input,
  .gform_fields input[type='text'],
  .gform_fields input[type='email'],
  .gform_fields input[type='tel'] {
    font-size: 1.8rem;
    height: 5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .get-in-touch__input,
  .gform_fields input[type='text'],
  .gform_fields input[type='email'],
  .gform_fields input[type='tel'] {
    font-size: 2rem;
    height: 6rem;
  }
}

.get-in-touch__input-textarea {
  height: 24rem;
}

@media (min-width: 576px) {
  .get-in-touch__input-textarea {
    height: 18rem;
  }
}

@media only screen and (min-width: 768px) {
  .get-in-touch__input-textarea {
    height: 11rem;
  }
}

.get-in-touch .button {
  margin-top: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .get-in-touch .button,
  .media_button {
    margin-top: 0.5rem;
    width: 19rem !important;
  }
}

@media only screen and (min-width: 1366px) {
  .get-in-touch .button,
  .media_button {
    font-size: 2rem;
    width: 24rem !important;
  }
}

.cards {
  margin-bottom: 8rem;
}

.cards h2 {
  margin-bottom: 4rem;
}

@media only screen and (min-width: 992px) {
  .cards h2 {
    margin-bottom: 8rem;
  }
}

@media only screen and (min-width: 1366px) {
  .cards h2 {
    margin-bottom: 10rem;
  }
}

.cards__item {
  max-width: 37.4rem;
  margin: 0 auto 5rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .cards__item {
    margin: 0 auto 10rem;
    max-width: 85rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1366px) {
  .cards__item {
    max-width: 104rem;
    margin-bottom: 16rem;
  }
}

@media print {
  .cards__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    width: 100%;
  }
}

.cards__img {
  position: relative;
  height: 23rem;
  margin-bottom: 4.5rem;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .cards__img {
    margin-right: 4rem;
    width: 32rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .cards__img {
    margin-right: 8.3rem;
    height: 28.4rem;
    width: 42.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media only screen and (min-width: 1366px) {
  .cards__img {
    margin-right: 8rem;
    width: 48rem;
    height: 32rem;
  }
}

@media print {
  .cards__img {
    width: 25rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5rem;
  }
}

.cards__img-text {
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.25;
  color: #fff;
  font-weight: 600;
}

.cards__img-text a {
  color: #fff;
}

.cards__img-text a:hover {
  color: #f26a36;
}

@media only screen and (min-width: 768px) {
  .cards__img-text {
    bottom: 2rem;
  }
}

@media only screen and (min-width: 1366px) {
  .cards__img-text {
    font-size: 1.6rem;
    bottom: 4rem;
    left: 4rem;
  }
}

.cards__img-text b {
  display: block;
  font-weight: 800;
  margin-bottom: 1rem;
}

.cards__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 1.5rem;
  margin-left: -2rem;
}

.cards__item-header > * {
  margin-bottom: 1rem;
  margin-left: 2rem;
}

@media only screen and (min-width: 768px) {
  .cards__item-header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
    margin-left: -3rem;
  }

  .cards__item-header > * {
    margin-left: 3rem;
  }
}

@media only screen and (min-width: 1366px) {
  .cards__item-header {
    margin-bottom: 2rem;
    margin-left: -4rem;
  }

  .cards__item-header > * {
    margin-left: 4rem;
  }
}

.cards__user-icon {
  background: url(img/icons/user-icon.png) no-repeat;
  background-size: cover;
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  overflow: hidden;
  border-radius: 2.1rem;
}

.cards__author-name {
  display: block;
  margin-left: 2rem;
  font-family: TTWellingtons;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  color: #9b9b9b;
}

.cards__publish-date {
  display: block;
  font-family: TTWellingtons;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  color: #9b9b9b;
}

.cards__title {
  font-family: TTWellingtons, sans-serif;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #333;
  margin-bottom: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .cards__title {
    margin-bottom: 2.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .cards__title {
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 1366px) {
  .cards__title {
    font-size: 3rem;
  }
}

.cards__text {
  opacity: 0.8;
  font-family: TTWellingtons, sans-serif;
  font-size: 1.4rem;
  line-height: 1.71;
  color: #333;
  margin-bottom: 2.9rem;
}

@media only screen and (min-width: 992px) {
  .cards__text {
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 1366px) {
  .cards__text {
    font-size: 1.6rem;
    margin-bottom: 2.8rem;
  }
}

.cards__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cards__row > :first-child {
  padding-right: 11vw;
}

@media only screen and (min-width: 768px) {
  .cards__row > :first-child {
    padding-right: 4vw;
  }
}

@media only screen and (min-width: 992px) {
  .cards__row > :first-child {
    padding-right: 1vw;
  }
}

@media only screen and (min-width: 1366px) {
  .cards__row > :first-child {
    padding-right: 4vw;
  }
}

.cards__content {
  color: #4a4a4a;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 1366px) {
  .cards__content {
    font-size: 1.6rem;
  }
}

.cards__content strong {
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 1366px) {
  .cards__content strong {
    margin-bottom: 1rem;
  }
}

.cards__content p {
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  opacity: 0.8;
  line-height: 1.57;
}

@media only screen and (min-width: 1366px) {
  .cards__content p {
    line-height: 1.88;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

.cards__content p svg {
  height: 1.4rem;
  width: 1.4rem;
  fill: #ffbe25;
}

@media only screen and (min-width: 1366px) {
  .cards__content p svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.cards__content b {
  font-weight: 500;
  font-variant-numeric: lining-nums;
}

.cards__content ul {
  padding-right: 1.5rem;
  padding-top: 0.5rem;
}

.cards__content li {
  margin-top: 2.4rem;
  padding-left: 1.7rem;
  position: relative;
}

@media only screen and (min-width: 1366px) {
  .cards__content li {
    padding-left: 2.4rem;
  }
}

.cards__content li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  border: solid 2px #f26a36;
  border-radius: 50%;
}

@media only screen and (min-width: 1366px) {
  .cards__content li::before {
    width: 1rem;
    height: 1rem;
  }
}

.cards__content li,
.cards__content li a {
  font-size: 1.4rem;
  color: #f26a36;
  white-space: nowrap;
  font-weight: 600;
}

@media only screen and (min-width: 1366px) {
  .cards__content li a {
    font-size: 1.6rem;
  }
}

.cards__content li a:hover {
  color: #ee3350;
}

.cards .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cards--mobile-slider .cards__list {
  margin: 0 -1rem;
}

@media only screen and (min-width: 768px) {
  .cards--mobile-slider .cards__list {
    margin: 0;
  }
}

.cards--mobile-slider .cards__item {
  margin: 0 1rem;
}

@media only screen and (min-width: 768px) {
  .cards--mobile-slider .cards__item {
    margin: 0 auto 10rem;
  }
}

@media only screen and (min-width: 1366px) {
  .cards--mobile-slider .cards__item {
    margin-bottom: 16rem;
  }
}

.cards--activities .cards__empty-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: #b3b7be;
  text-align: center;
  margin-bottom: 15rem;
}

@media only screen and (min-width: 992px) {
  .cards--activities .cards__empty-title {
    margin-bottom: 25rem;
  }
}

@media only screen and (min-width: 1366px) {
  .cards--activities .cards__empty-title {
    font-size: 3rem;
    margin-bottom: 35rem;
  }
}

.cards--activities .cards__descr {
  padding-top: 0;
}

.cards--activities .cards__title {
  line-height: 1.4;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1366px) {
  .cards--activities .cards__title {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .cards--activities .cards__text {
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 1366px) {
  .cards--activities .cards__text {
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 1366px) {
  .cards--activities .section__icon {
    margin-bottom: 6rem;
  }
}

.cards--with-icons .cards__item {
  padding-top: 7rem;
}

@media only screen and (min-width: 768px) {
  .cards--with-icons .cards__item {
    margin-bottom: 8rem;
  }
}

@media only screen and (min-width: 992px) {
  .cards--with-icons .cards__item {
    padding-top: 9rem;
  }
}

@media only screen and (min-width: 1366px) {
  .cards--with-icons .cards__item {
    padding-top: 11rem;
    margin-bottom: 10rem;
  }
}

@media print {
  .cards--with-icons .cards__item {
    padding-top: 0;
  }
}

.cards--with-icons .cards__icon {
  position: absolute;
  top: 0;
  left: 50%;
}

.cards--with-icons .cards__icon svg {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5rem;
  height: 5rem;
  fill: #b3b7be;
}

@media print {
  .cards--with-icons .cards__icon {
    display: none;
  }
}

.cards--hotels .cards__descr {
  padding-top: 0;
}

.cards--hotels .cards__content {
  margin-bottom: 4rem;
}

@media only screen and (min-width: 992px) {
  .cards--home .cards__list {
    padding-left: 8.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .cards--home .cards__list {
    padding-left: 24rem;
    padding-right: 20rem;
  }
}

.cards--home .cards__img-text {
  font-size: 1.6rem;
  font-weight: 400;
}

@media only screen and (min-width: 1366px) {
  .cards--home .cards__img-text {
    bottom: 2rem;
    left: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .cards--home .cards__img {
    width: 30rem;
    height: 20rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4rem;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .cards--home .cards__descr {
    padding-top: 0;
  }
}

.cards--home .cards__img {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .cards--home .cards__item {
    margin-bottom: 6rem;
  }

  .cards--home .cards__item:last-child {
    margin-bottom: 9rem;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1366px) {
  .cards--home .cards__item:last-child {
    margin-bottom: 12rem;
  }
}

.cards--home .cards__item-header {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .cards--home .cards__item-header {
    margin-bottom: 0.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .cards--home .cards__title {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .cards--home .cards__text {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1366px) {
  .cards--home .link {
    font-size: 1.6rem;
  }

  .cards--home .link svg {
    height: 3rem;
    width: 5.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .cards--blog .cards__item {
    margin-bottom: 8rem;
  }
}

@media only screen and (min-width: 1366px) {
  .cards--blog .cards__item {
    margin-bottom: 10rem;
  }
}

.cards--blog .cards__img {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 1366px) {
  .cards--blog .cards__img-text {
    bottom: 3rem;
    left: 3rem;
  }
}

.cards--blog .cards__descr {
  padding-top: 0;
}

.cards--blog .cards__item-header {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (min-width: 768px) {
  .cards--blog .cards__item-header {
    margin-bottom: 0.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .cards--blog .cards__title {
    margin-bottom: 1.3rem;
  }
}

.cards--blog .cards__text {
  margin-top: 2rem;
}

@media only screen and (min-width: 1366px) {
  .cards--blog .section__img {
    margin-bottom: 12rem;
  }
}

@media only screen and (min-width: 768px) {
  .cards--with-lists {
    margin-top: 9.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .cards--with-lists .cards__item {
    margin-bottom: 11rem;
  }
}

.cards--with-lists .cards__title {
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 768px) {
  .cards--with-lists .cards__title {
    margin-bottom: 3.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .cards--with-lists .cards__content {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .cards--with-lists .cards__descr {
    padding-top: 0;
  }
}

.cards--with-lists .cards__content p {
  line-height: 1.71;
  margin-bottom: 1rem;
}

.cards--with-lists .cards__content ul {
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cards--with-lists .cards__content ul > * {
  margin-top: 0;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 1366px) {
  .cards--with-lists .cards__content ul > * {
    margin-bottom: 3.5rem;
  }
}

.cards--with-lists .cards__content ul > :nth-child(2n + 1) {
  width: 53%;
  padding-right: 11vw;
}

.slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-dots button {
  background: 0 0;
  font-size: 0;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 9px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 2px #9b9b9b;
}

.slider-dots .slick-active button {
  background-color: #9b9b9b;
}

.photo-slider {
  overflow: hidden;
  position: relative;
}

.photo-slider__item {
  position: relative;
  height: 53vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.photo-slider__item-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.3px;
  color: #fff;
  position: absolute;
  bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .photo-slider__item-title {
    bottom: 4rem;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .photo-slider__item-title {
    bottom: 6rem;
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 1366px) {
  .photo-slider__item-title {
    bottom: 8rem;
    font-size: 3rem;
  }
}

.photo-slider__next,
.photo-slider__prev {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}

.photo-slider__next svg,
.photo-slider__prev svg {
  fill-opacity: 0;
  stroke: #fff;
  width: 5rem;
  height: 5rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media only screen and (min-width: 992px) {
  .photo-slider__next svg,
  .photo-slider__prev svg {
    width: 7rem;
    height: 7rem;
  }
}

.photo-slider__prev {
  left: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .photo-slider__prev {
    left: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .photo-slider__prev {
    left: 8.7rem;
  }
}

@media only screen and (min-width: 1366px) {
  .photo-slider__prev {
    left: 8rem;
  }
}

.photo-slider__next {
  right: 2rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

@media only screen and (min-width: 768px) {
  .photo-slider__next {
    right: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .photo-slider__next {
    right: 8.7rem;
  }
}

@media only screen and (min-width: 1366px) {
  .photo-slider__next {
    right: 8rem;
  }
}

.photo-slider--simple .slider-dots {
  display: none !important;
}

.photo-slider--mobile-dots {
  margin-bottom: 8rem;
  margin-top: 6rem;
}

@media only screen and (min-width: 768px) {
  .photo-slider--mobile-dots {
    margin-top: 10rem;
  }
}

@media only screen and (min-width: 1366px) {
  .photo-slider--mobile-dots {
    margin-top: 13rem;
  }
}

.photo-slider--mobile-dots .photo-slider__item {
  height: 60rem;
}

@media only screen and (min-width: 768px) {
  .photo-slider--mobile-dots .photo-slider__item {
    height: 53vw;
  }
}

.photo-slider--mobile-dots .photo-slider__next,
.photo-slider--mobile-dots .photo-slider__prev {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .photo-slider--mobile-dots .photo-slider__next,
  .photo-slider--mobile-dots .photo-slider__prev {
    display: block !important;
  }
}

.photo-slider--mobile-dots .photo-slider__item-title {
  font-size: 3rem;
}

.photo-slider--mobile-dots .slider-dots {
  margin-top: 2.5rem;
}

@media only screen and (min-width: 768px) {
  .photo-slider--mobile-dots .slider-dots {
    display: none !important;
  }
}

#scrollTop {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 190, 37, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 50%;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 20;
}

#scrollTop svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  height: 2.5rem;
  width: 2.5rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  fill: #fff;
}

#scrollTop:hover {
  background: rgba(255, 190, 37, 0.9);
}

#scrollTop:hover svg {
  -webkit-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
}

.book {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
}

@media only screen and (min-width: 768px) {
  .book {
    margin-top: 10rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media only screen and (min-width: 992px) {
  .book {
    padding-top: 8rem;
    padding-bottom: 9rem;
    margin-top: 12rem;
  }
}

@media only screen and (min-width: 1366px) {
  .book {
    margin-top: 17rem;
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
}

.book__headline {
  display: block;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 2.3rem;
}

@media only screen and (min-width: 768px) {
  .book__headline {
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .book__headline {
    margin-bottom: 5.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .book__headline {
    font-size: 4.9rem;
    margin-bottom: 6.5rem;
  }
}

.book__form {
  max-width: 34.5rem;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .book__form {
    max-width: 85rem;
  }
}

@media only screen and (min-width: 1366px) {
  .book__form {
    max-width: 104rem;
  }
}

.book__inputs-row {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .book__inputs-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -3rem;
    margin-bottom: 4.6rem;
  }

  .book__inputs-row > * {
    margin-left: 3rem;
  }
}

.book__sub-title {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}

.book__input {
  width: 100%;
  font-size: 2rem;
  font-family: TTNorms, sans-serif;
  color: #333;
  font-weight: 500;
  border-radius: 4px;
  border: solid 1px #e1e3e6;
  padding: 1.7rem 2.2rem;
  height: 6rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .book__input {
    height: 5rem;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1366px) {
  .book__input {
    height: 6rem;
    font-size: 2rem;
    padding: 2rem 3rem;
  }
}

.book__radios-row {
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 768px) {
  .book__radios-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -6rem;
    margin-bottom: 3.6rem;
  }

  .book__radios-row > * {
    margin-left: 6rem;
  }
}

.book__radio-group {
  margin-bottom: 1.5rem;
}

.book__radio {
  display: none;
}

.book__radio:checked + .book__radio-label::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.book__radio-label {
  color: #fff;
  margin-left: 2.5rem;
  padding-left: 4.5rem;
  font-size: 2rem;
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .book__radio-label {
    margin-left: 0;
    font-size: 1.8rem;
    line-height: 1;
  }
}

@media only screen and (min-width: 1366px) {
  .book__radio-label {
    font-size: 2rem;
  }
}

.book__radio-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #fff;
  width: 2.6rem;
  height: 2.6rem;
}

@media only screen and (min-width: 768px) {
  .book__radio-label::before {
    top: -3px;
  }
}

.book__radio-label::after {
  content: '';
  position: absolute;
  left: 0.7rem;
  top: 0.7rem;
  border-radius: 50%;
  background-color: #f26a36;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media only screen and (min-width: 768px) {
  .book__radio-label::after {
    top: 0.4rem;
  }
}

.book__textarea {
  width: 100%;
  font-size: 2rem;
  font-family: TTNorms, sans-serif;
  color: #333;
  font-weight: 500;
  border-radius: 4px;
  border: solid 1px #e1e3e6;
  padding: 1.7rem 2.2rem;
  height: 12rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .book__textarea {
    font-size: 1.8rem;
    margin-bottom: 4.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .book__textarea {
    padding: 2rem 3rem;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .book .btn-primary {
    background-color: #ffbe25;
    width: 20rem;
    font-size: 2rem;
  }

  .book .btn-primary:hover {
    background-color: #f26a36;
  }
}

@media only screen and (min-width: 1366px) {
  .book .btn-primary {
    width: 22rem;
  }
}

.media-contact {
  margin-top: 8rem;
  margin-bottom: 13rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 992px) {
  .media-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 81rem;
    margin-top: 9rem;
    margin-bottom: 10rem;
  }
}

@media only screen and (min-width: 1366px) {
  .media-contact {
    margin-top: 11.5rem;
    margin-bottom: 12rem;
    max-width: 112rem;
  }
}

.media-contact__text-wrapper {
  margin-left: 1.5rem;
  margin-bottom: 5rem;
}

@media only screen and (min-width: 992px) {
  .media-contact__text-wrapper {
    margin-left: 0;
    margin-right: 5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .media-contact__text-wrapper {
    margin-right: 6.5rem;
    margin-bottom: 6rem;
  }
}

.media-contact__headline {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.29;
  letter-spacing: -0.4px;
  color: #333;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 992px) {
  .media-contact__headline {
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 1366px) {
  .media-contact__headline {
    font-size: 5rem;
  }
}

.media-contact__sub {
  line-height: normal;
  color: #333;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .media-contact__sub {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1366px) {
  .media-contact__sub {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 992px) {
  .media-contact__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.media-contact__input {
  width: 100%;
  font-size: 2rem;
  font-family: TTNorms, sans-serif;
  color: #333;
  font-weight: 500;
  border-radius: 4px;
  border: solid 1px #e1e3e6;
  padding: 1.7rem 2rem;
  height: 6rem;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 992px) {
  .media-contact__input {
    font-size: 1.8rem;
    height: 5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .media-contact__input {
    font-size: 2rem;
    height: 6rem;
  }
}

@media only screen and (min-width: 992px) {
  .media-contact__inputs-group {
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1366px) {
  .media-contact__inputs-group {
    margin-top: 4.5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media only screen and (min-width: 992px) {
  .media-contact__inputs-group > * {
    width: 48%;
  }
}

.media-contact__btn-wrapper {
  text-align: center;
  width: 100%;
}

.media-contact button[type='submit'] {
  margin-top: 2rem;
}

@media only screen and (min-width: 768px) {
  .media-contact button[type='submit'] {
    width: 20rem;
  }
}

@media only screen and (min-width: 992px) {
  .media-contact button[type='submit'] {
    margin-top: -0.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .media-contact button[type='submit'] {
    width: 23rem;
  }
}

#response_field {
  position: absolute;
  font-size: 1.5rem;
  color: #a4a6a4;
  margin-top: -2rem;
}

@media only screen and (min-width: 768px) {
  .response_field {
    font-size: 2rem;
  }
}

.map-regions {
  display: none;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 992px) {
  .map-regions {
    padding-right: 87px;
  }
}

@media only screen and (min-width: 1366px) {
  .map-regions {
    padding-right: 80px;
  }
}

.map-regions__svg {
  width: 70%;
  flex-shrink: 0;
}

.map-regions__region {
  cursor: pointer;
}

.map-regions__svg.with-active .map-regions__region:not(.active):not(.active),
.map-regions__svg.with-hover .map-regions__region:not(.hover):not(.active) {
  filter: '';
  opacity: 0.6;
}

.map-regions__svg.with-active .map-regions__region.active,
.map-regions__svg.with-active .map-regions__region:hover,
.map-regions__svg.with-hover .map-regions__region.hover {
  filter: url(#shadow);
}

.map-regions__popup {
  padding: 2rem 0 2rem 0;
  position: relative;
  display: none;
  line-height: 1.75;
  font-size: 1.4rem;
}

.map-regions__popup h6 {
  font-size: 2.4rem;
  margin-bottom: 2rem;

  line-height: 1.54;
  color: #333333;
}

.point__title {
  font-size: 1.6rem !important;
  margin-top: 2rem !important;
  margin-bottom: 0.5rem !important;
}

.map-regions__popup ul {
  font-size: 1.6rem;
  margin-bottom: 0.3rem;
  /* list-style: circle; */
  /* padding-left: 2rem */
}

.map-regions__popup li {
}

.map-regions__popup li::before {
  content: '- ';
}

.map-regions__popup li a {
  color: #333;
  /* opacity: .8 */
}

.map-regions__popup .link svg {
  stroke: #333;
}

.map-regions__popup .link {
  margin-top: 2rem;
  opacity: 0.8;
}

.map-regions__popup .link svg {
  stroke: #333;
}

.map-regions__popup li a:hover {
  text-decoration: underline;
}

.map-regions__popup * {
  color: #333;
  /* opacity: .8 */
}

.map-regions__close-popup {
  background: 0 0;
  line-height: 0.8;
  overflow: hidden;
  color: #333;
  font-size: 4rem;
  cursor: pointer;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  font-family: serif;
  z-index: 10;
}

@media only screen and (min-width: 1366px) {
  .map-regions__close-popup {
    right: 6rem;
    font-size: 7rem;
    top: 4.5rem;
  }
}

.map-regions__close-popup:hover {
  color: #f26a36;
}

@media only screen and (min-width: 992px) {
  .map-regions {
    display: flex;
    padding-bottom: 10rem;
  }
}

@media only screen and (min-width: 1200px) {
  .map-regions__svg {
    max-height: 900px;
    /* width: 55%; */
    /* margin-right: 3rem */
  }

  .map-regions__popup {
    padding: 4rem 0 2rem 0;
  }
}

@media only screen and (min-width: 1366px) {
  .map-regions__svg {
    /* width: 55%; */
    /* transform: scale(1.2) */
  }

  .map-regions__popup {
    padding: 5rem 3rem 3rem 0;
    font-size: 1.6rem;
  }

  .map-regions__close-popup {
    right: 2.5rem;
    font-size: 5rem;
    top: 2.5rem;
  }

  .map-regions__popup h6 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }

  .point__title {
    font-size: 2rem !important;
    margin-top: 1.5rem !important;
  }

  .map-regions__popup ul {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}

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

.map-regions__tooltip {
  display: none;
  position: absolute;
  padding: 1rem 2rem;
  border-radius: 2rem;
  background-color: #f26a36;
  color: #fff;
  z-index: 9999;
}

.map-regions__tooltip h3 {
  display: inline;
}

.temp-popup {
  display: none;
  position: absolute;
  width: 37rem;
  max-height: 49rem;
  padding: 3rem 4rem 4rem 4rem;
  top: 6rem;
  left: -4.5rem;
  background-color: #fff;
  box-shadow: 10px 16px 34px 0 rgba(0, 0, 0, 0.33);
  border-radius: 2rem;
  z-index: 9900;
}

.header__temp {
  cursor: pointer;
}

.header__temp:hover .temp-popup:before {
  display: block;
}

.temp-popup:before {
  content: '';
  position: absolute;
  width: 4.7rem;
  height: 4.7rem;
  border-radius: 5px;
  transform: rotate(-45deg);
  background-color: #fff;
  top: -2rem;
  left: 7.5rem;
  z-index: 9900;
}

.temp-popup__table {
  position: relative;
  z-index: 9999;
}

.temp-popup__table tr td,
.temp-popup__table tr th {
  text-align: left;
  font-family: TTWellingtons, sans-serif;
  line-height: 1;
}

.temp-popup__table tr th {
  text-transform: uppercase;
  color: #d2d2d2;
  font-size: 1.6rem;
  padding-bottom: 3rem;
  font-weight: 600;
}

.temp-popup__table tr td {
  font-size: 2rem;
  letter-spacing: 0.7px;
  color: #333;
  padding-bottom: 3rem;
}

.temp-popup__table tr td:nth-child(1),
.temp-popup__table tr th:nth-child(1) {
  width: 10.3rem;
}

.temp-popup__table tr td:nth-child(2),
.temp-popup__table tr th:nth-child(2) {
  width: 9rem;
}

.temp-popup__table tr td:nth-child(3),
.temp-popup__table tr th:nth-child(3) {
  width: 6.3rem;
}

.temp-popup__table tr td:nth-child(4),
.temp-popup__table tr th:nth-child(4) {
  width: 4.1rem;
}

.temp-popup__table-day {
  font-size: 2rem;
  font-weight: 700;
}

.temp-popup__table-max span,
.temp-popup__table-min span {
  font-family: TTNorms, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
}

.temp-popup__table-max span::after {
  content: '\00B0';
  color: #f26a36;
}

.temp-popup__table-min span::after {
  content: '\00B0';
  color: #5bc6cc;
  letter-spacing: 0.7px;
}

.sticky-header {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  text-align: left;
  padding: 5px 0;
  box-shadow: 0 7px 9px #5f5f5f1f;
  z-index: 9999;
}

.sticky-header h2 {
  font-size: 1.4rem;
  text-align: left;
  color: #25344b;
  opacity: 0.8;
}

.sticky-nav {
  display: none;
}

.sticky-nav--fixed {
  display: block;
  position: fixed;
  top: 50%;
  right: 0;
  background-color: #fff;
  z-index: 99;
  padding: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translate(100%, -50%);
  transition: transform 0.3s ease;
  border-radius: 20px 0 0 20px;
}

@keyframes nav-appear {
  0% {
    transform: translate(100%, -50%);
  }

  100% {
    transform: translate(0, -50%);
  }
}

.sticky-nav--open {
  transform: translate(0, -50%);
}

.regions-nav__wrapper {
  font-weight: 800;
}

.regions-nav__title {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #9b9b9b;
  display: block;
}

.regions-nav__url {
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: block;
  margin-bottom: 15px;
  color: #9b9b9b;
  padding-left: 10px;
}

.regions-nav__url::before {
  content: '-';
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  transition: opacity 0.5s ease;
}

.regions-nav__url:hover,
.regions-nav__url.active {
  color: #383838;
}

.regions-nav__url.active {
  transform: translateX(10px);
}

.regions-nav__url.active::before {
  opacity: 1;
  transition-delay: 0.2s;
}

.regions-nav__url {
  font-size: 14px;
}

.regions-nav__url {
  font-size: 14px;
}

.sticky-nav__toggle {
  width: 30px;
  height: 25px;
  position: absolute;

  left: -10px;
  transform: translateX(-102%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.sticky-nav__toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #f26a36;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.sticky-nav__toggle span:nth-child(1) {
  top: 0px;
}

.sticky-nav__toggle span:nth-child(2),
.sticky-nav__toggle span:nth-child(3) {
  top: 11px;
}

.sticky-nav__toggle span:nth-child(4) {
  top: 22px;
}

.sticky-nav__toggle.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.sticky-nav__toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sticky-nav__toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sticky-nav__toggle.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media only screen and (min-width: 768px) {
  .sticky-nav--fixed {
    transform: translate(0, -50%);
    animation: nav-appear 0.5s ease forwards;
  }

  .sticky-nav__toggle {
    display: none;
  }
}

.jrs-calendar-1501 {
  right: 0;
}

.yo-datepicker-day,
.yo-datepicker-day-current,
.yo-datepicker-day-noselect {
  text-align: center !important;
}

.links-list__link-icon {
  transform: rotate(-90deg);
  transition: 350ms;
}

.links-list__link-icon.active {
  transform: rotate(0);
}

.links-list__hide-text {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}

.links-list__hide-text.active {
  padding: 0 0.5rem 2rem 0.5rem;
  max-height: 999rem;
}

.links-list__hide-text.content__text {
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .links-list__hide-text.active {
    padding: 0 1rem 3rem 6.5rem;
  }
}

#photo-gallery-text .gallery__list {
  padding-left: 0;
}

.gallery__item {
  display: inline-flex;
}

.gallery__image {
  width: 90px;
}

@media only screen and (min-width: 768px) {
  .sticky-header h2 {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 1366px) {
  .sticky-header h2 {
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .sign-up__lead {
    max-width: 220px;
    margin: 0 auto 1em;
  }

  .sign-up__sub-lead {
    max-width: 280px;
    margin: 0 auto 3em;
  }

  .explore-areas__link {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .planning--home .planning__inner-wrapper {
    text-align: center;
    padding-right: 30px;
  }
}

.event-details {
  display: flex;
}

.event-details__col {
  width: 50%;
}

#spacer-newsletter {
  margin: 4% 0 4% 0;
}

/* new styles */

.cards__list--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cards__item--grid {
  display: inherit;
  flex-wrap: wrap;
  max-width: 100%;
  margin-bottom: 5rem;
}

.cards__item--grid .cards__img {
  width: 100%;
  margin-right: 0;
}

.cards__item--grid .cards__title {
  width: 100%;
}

.link--grey {
  color: #6b6969;
}

.link--grey svg {
  height: 2.5rem;
  max-width: 2.5rem;
  fill: #6b6969;
  stroke: #6b6969;
  transition: all 0.5s;
}

.cards__item-header--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.cards__item-header--flex .cards__title,
.cards__item-header--flex .share--unite {
  margin-bottom: 0;
}

.share--unite {
  -ms-flex-preferred-size: 25px;
  flex-basis: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.share__wrapper-button {
  height: 2.5rem;
  max-width: 2.5rem;
  fill: #6b6969;
  stroke: #6b6969;
}

.share--unite .share__wrapper {
  position: absolute;
  top: calc(100% + 10px);
  left: auto;
  right: 0;
  max-height: 0;
  background: #333333;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.5s;
  z-index: 99;
}

.share--unite .share__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 8px 30px 8px 15px;
  background: rgba(255, 255, 255, 0);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.14px;
  color: #ffffff;
  transition: all 0.5s;
}

.share--unite .share__wrapper div:first-child .share__link {
  padding-top: 16px;
}

.share--unite .share__wrapper div:last-child .share__link {
  padding-bottom: 16px;
}

.share--unite .share__link:hover {
  background: rgba(255, 255, 255, 0.6);
}

.share--unite .share__wrapper svg {
  height: 2.5rem;
  max-width: 2.5rem;
  margin-right: 13px;
  fill: #c1c1c1;
  stroke: #c1c1c1;
}

.share--unite .share__wrapper div:hover svg {
  fill: #c1c1c1;
  stroke: #c1c1c1;
}

.share--unite:hover .share__wrapper {
  max-height: 100vh;
}

#feedback-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 299;
  transform: translate(-50%, -50%);
  max-width: 800px;
  width: 100%;
  height: 90vh;
  padding: 80px;
  display: none;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  border-radius: 40px;
}

#feedback-popup .popup__close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #f26a37;
  cursor: pointer;
}

#feedback-popup iframe {
  width: 100%;
  height: 100%;
}

body.scroll-lock {
  overflow: hidden;
}

body.scroll-lock:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(242, 106, 55, 0.4) 42%, rgba(255, 197, 58, 0.4) 80%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 199;
}

@media only screen and (max-width: 767px) {
  #feedback-popup {
    width: 96%;
    padding: 40px 0;
    border-radius: 20px;
  }
  #feedback-popup .popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .cards__item--grid {
    max-width: 49%;
  }

  .cards__item--grid {
    margin: unset;
  }

  .cards__links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .link--grey svg {
    max-width: 5rem;
  }

  .share--unite .share__wrapper svg {
    max-width: 5rem;
  }
}

@media only screen and (min-width: 992px) {
  .cards__item--grid {
    max-width: 32%;
  }
}

@media only screen and (min-width: 1100px) {
  .share--unite .share__wrapper {
    left: 0;
    right: auto;
  }
}

.gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  .ginput_complex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    & > * {
      width: 48%;

      @media only screen and (max-width: 767px) {
        width: 100%;
      }

      &:not(:first-child) {
        @media only screen and (max-width: 767px) {
          margin-top: 14px;
        }
      }
    }
  }

  & > * {
    width: 100%;

    &:not(:first-child) {
      margin-top: 14px;
    }
  }

  fieldset {
    padding: 0;
  }

  .gfield--width-half {
    width: 48%;

    @media only screen and (max-width: 767px) {
      width: 100%;
    }
  }

  legend,
  label {
    font-weight: bold;
  }

  legend {
    color: #f26a36;
  }
}

.gform-footer {
  margin-top: 44px;
}

.gform_confirmation_message {
  text-align: center;
  font-weight: bold;
  color: #f26a36;
}

.top-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 20px 0;
  display: block;
  color: #ffffff;
  background: #f26a36;
  text-align: center;
  font-family: TTWellingtons, sans-serif;
  font-weight: 700;
  clip-path: polygon(100% 0%, 0% 0% , 0.00% 97.50%, 2.00% 97.27%, 4.00% 96.62%, 6.00% 95.59%, 8.00% 94.28%, 10.00% 92.81%, 12.00% 91.32%, 14.00% 89.93%, 16.00% 88.77%, 18.00% 87.95%, 20.00% 87.54%, 22.00% 87.58%, 24.00% 88.06%, 26.00% 88.94%, 28.00% 90.15%, 30.00% 91.56%, 32.00% 93.06%, 34.00% 94.51%, 36.00% 95.78%, 38.00% 96.75%, 40.00% 97.34%, 42.00% 97.49%, 44.00% 97.19%, 46.00% 96.47%, 48.00% 95.39%, 50.00% 94.05%, 52.00% 92.56%, 54.00% 91.07%, 56.00% 89.72%, 58.00% 88.61%, 60.00% 87.85%, 62.00% 87.51%, 64.00% 87.63%, 66.00% 88.18%, 68.00% 89.12%, 70.00% 90.37%, 72.00% 91.81%, 74.00% 93.31%, 76.00% 94.74%, 78.00% 95.97%, 80.00% 96.88%, 82.00% 97.40%, 84.00% 97.47%, 86.00% 97.10%, 88.00% 96.31%, 90.00% 95.18%, 92.00% 93.80%, 94.00% 92.31%, 96.00% 90.84%, 98.00% 89.51%, 100.00% 88.45%);

  & + * {
    margin-top: 40px;
  }
}
