/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./src/scss/flexible.scss ***!
  \************************************************************************************************************************************************************************************************/
.errorPage {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .errorPage__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .errorPage__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .errorPage__text {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .errorPage__text p {
      margin: 0 0 48px; }
    .errorPage__text h1 {
      margin: 0 0 48px; }
    .errorPage__text .btn.show {
      animation: fadeInUp 0.3s forwards; }

.hero__classic {
  position: relative;
  width: 100%;
  padding: 170px 88px 96px;
  color: #fff;
  overflow: hidden; }
  @media screen and (max-width: 1440px) {
    .hero__classic {
      padding: 170px 60px 96px; } }
  @media screen and (max-width: 786px) {
    .hero__classic {
      padding: 170px 20px 96px; } }
  .hero__classic.show .hero__classic-text--title > p {
    animation: fadeInUp 0.7s forwards; }
  .hero__classic.show .hero__classic-text--title h1 {
    animation: fadeInUp 0.7s forwards 0.3s; }
  .hero__classic.show .hero__classic-text--title .btn {
    animation: enterLeft 0.7s forwards 0.6s; }
    .hero__classic.show .hero__classic-text--title .btn:nth-child(2) {
      animation-delay: 0.9s; }
  .hero__classic.show .hero__classic-text--content {
    animation: enterLeft 0.7s forwards 0.6s; }
  .hero__classic::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 9.27%), linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 70.15%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1; }
  .hero__classic-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2; }
    .hero__classic-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .hero__classic-text {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .hero__classic-text {
        flex-direction: column;
        align-items: flex-start; } }
    @media screen and (max-width: 600px) {
      .hero__classic-text--title {
        width: 100%; } }
    .hero__classic-text--title > p {
      margin: 0 0 48px;
      opacity: 0; }
    .hero__classic-text--title h1 {
      margin: 0 0 64px;
      opacity: 0; }
    .hero__classic-text--title---buttons {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 600px) {
        .hero__classic-text--title---buttons {
          flex-direction: column;
          width: 100%; } }
      .hero__classic-text--title---buttons a {
        opacity: 0; }
        .hero__classic-text--title---buttons a:not(:last-child) {
          margin: 0 24px 0 0;
          border: 1px solid #a58460; }
          @media screen and (max-width: 600px) {
            .hero__classic-text--title---buttons a:not(:last-child) {
              margin: 0 0 16px; } }
        @media screen and (max-width: 600px) {
          .hero__classic-text--title---buttons a {
            width: 100%;
            justify-content: center;
            max-width: 100%; } }
    .hero__classic-text--content {
      max-width: 378px;
      width: 100%;
      padding: 48px;
      margin: 0 0 0 40px;
      border-left: 5px solid #a58460;
      background: rgba(255, 255, 255, 0.11);
      backdrop-filter: blur(12px);
      opacity: 0; }
      @media screen and (max-width: 991px) {
        .hero__classic-text--content {
          margin: 0;
          padding: 16px; } }

@media screen and (min-width: 1921px) {
  .hero__classic {
    padding: 8.85417vw 4.58333vw 5vw; }
    .hero__classic-text--title > p {
      margin: 0 0 2.5vw; }
    .hero__classic-text--title h1 {
      margin: 0 0 3.33333vw; }
    .hero__classic-text--title---buttons a:not(:last-child) {
      margin: 0 1.25vw 0 0;
      border: 0.05208vw solid #a58460; }
    .hero__classic-text--content {
      max-width: 19.6875vw;
      padding: 2.5vw;
      margin: 0 0 0 2.08333vw;
      border-left: 0.26042vw solid #a58460;
      backdrop-filter: blur(0.625vw); } }

.hero__slider {
  height: 100vh;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .hero__slider {
      min-height: 100vh;
      height: unset; } }
  @media screen and (max-width: 768px) {
    .hero__slider .swiper-wrapper {
      min-height: 100vh; } }
  .hero__slider-slide {
    padding: 154px 145px 0 88px; }
    @media screen and (max-width: 1440px) {
      .hero__slider-slide {
        padding: 154px 60px; } }
    @media screen and (max-width: 768px) {
      .hero__slider-slide {
        padding: 98px 20px 88px;
        min-height: 100vh;
        height: auto; } }
    .hero__slider-slide > img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      object-fit: cover;
      z-index: -2; }
    .hero__slider-slide::after {
      content: "";
      position: absolute;
      z-index: -2;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 9.27%), linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 70.15%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%); }
    .hero__slider-slide.show .hero__slider-slide--text---title span,
    .hero__slider-slide.show .hero__slider-slide--text---title h1,
    .hero__slider-slide.show .hero__slider-slide--text---title a {
      animation: fadeInUp 0.7s forwards; }
    .hero__slider-slide.show .hero__slider-slide--text---title h1 {
      animation-delay: 0.3s; }
    .hero__slider-slide.show .hero__slider-slide--text---title a {
      animation-delay: 0.6s; }
    .hero__slider-slide.show .hero__slider-slide--text---content {
      animation: scaleSide 0.4s forwards 0.4s; }
      .hero__slider-slide.show .hero__slider-slide--text---content p {
        animation: fadeInUp 0.6s forwards 0.7s; }
    .hero__slider-slide--text {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%;
      position: relative; }
      @media screen and (max-width: 768px) {
        .hero__slider-slide--text {
          flex-direction: column;
          margin: 250px 0 0;
          padding: 0 0 79px;
          align-items: flex-start;
          justify-content: unset; } }
      .hero__slider-slide--text---title {
        max-width: 844px;
        width: 100%;
        color: #fff; }
        @media screen and (max-width: 1440px) {
          .hero__slider-slide--text---title {
            max-width: 568px;
            margin: 0 60px 0 0; } }
        @media screen and (max-width: 1100px) {
          .hero__slider-slide--text---title {
            max-width: 670px; } }
        @media screen and (max-width: 768px) {
          .hero__slider-slide--text---title {
            max-width: 100%;
            margin: 0; } }
        .hero__slider-slide--text---title span {
          text-transform: uppercase;
          margin: 0 0 48px;
          display: block;
          opacity: 0; }
          @media screen and (max-width: 768px) {
            .hero__slider-slide--text---title span {
              margin: 0 0 16px; } }
        .hero__slider-slide--text---title h1 {
          opacity: 0;
          margin: 0 0 48px; }
          @media screen and (max-width: 768px) {
            .hero__slider-slide--text---title h1 {
              margin: 0 0 32px; } }
        .hero__slider-slide--text---title a {
          opacity: 0; }
          @media screen and (max-width: 768px) {
            .hero__slider-slide--text---title a {
              max-width: 100%;
              justify-content: center;
              width: 100%;
              position: absolute;
              left: 0; } }
      .hero__slider-slide--text---content {
        padding: 48px;
        width: 100%;
        max-width: 378px;
        background: rgba(255, 255, 255, 0.11);
        backdrop-filter: blur(12px);
        border-left: 5px solid #a58460;
        color: #fff;
        transform: scaleX(0);
        transform-origin: left; }
        .hero__slider-slide--text---content p {
          opacity: 0; }
        @media screen and (max-width: 1100px) {
          .hero__slider-slide--text---content {
            padding: 32px; } }
  .hero__slider-pagination {
    position: absolute;
    bottom: 128px !important;
    left: 88px !important;
    z-index: 1; }
    @media screen and (max-width: 1600px) {
      .hero__slider-pagination {
        bottom: 60px !important; } }
    @media screen and (max-width: 1440px) {
      .hero__slider-pagination {
        bottom: 40px !important;
        left: 60px !important; } }
    @media screen and (max-width: 768px) {
      .hero__slider-pagination {
        left: 20px !important; } }
    .hero__slider-pagination .swiper-pagination-bullet {
      width: 49px;
      height: 10px;
      border-radius: 0;
      background: rgba(255, 255, 255, 0.2); }
      .hero__slider-pagination .swiper-pagination-bullet:not(:last-child) {
        margin: 0 16px 0 0 !important; }
      .hero__slider-pagination .swiper-pagination-bullet-active {
        background: #a58460; }
  .hero__slider-scroll {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #a58460;
    color: #fff;
    width: 210px;
    padding: 16px 24px 16px 16px;
    transform: rotate(-90deg) translateX(35%);
    display: flex;
    align-items: center;
    cursor: pointer; }
    @media (hover: hover) and (pointer: fine) {
      .hero__slider-scroll:hover::before {
        transform: scaleX(0); } }
    .hero__slider-scroll::before {
      content: "";
      width: 40px;
      height: 1px;
      background-color: #000;
      left: 15px;
      position: absolute;
      transition: 0.3s ease;
      transform-origin: left; }
      @media screen and (max-width: 1200px) {
        .hero__slider-scroll::before {
          display: none; } }
    @media screen and (max-width: 768px) {
      .hero__slider-scroll {
        top: 269px;
        bottom: unset;
        right: -80px; } }
    @media screen and (max-width: 600px) {
      .hero__slider-scroll {
        display: none; } }
    .hero__slider-scroll p {
      width: 100%;
      margin: 0 0 0 16px; }
    .hero__slider-scroll--divider {
      width: 100%;
      height: 1px;
      background: #fff; }

@media screen and (min-width: 1921px) {
  .hero__slider-slide {
    padding: 0 7.55208vw 0 4.58333vw; }
    .hero__slider-slide::before {
      max-width: 30vw; }
    .hero__slider-slide--text---title {
      max-width: 43.95833vw; }
      .hero__slider-slide--text---title span {
        margin: 0 0 2.5vw; }
      .hero__slider-slide--text---title h1 {
        margin: 0 0 2.5vw; }
    .hero__slider-slide--text---content {
      padding: 2.5vw;
      max-width: 19.6875vw;
      backdrop-filter: blur(0.625vw);
      border-left: 0.26042vw solid #a58460; }
  .hero__slider-pagination {
    bottom: 6.66667vw !important;
    left: 4.58333vw !important; }
    .hero__slider-pagination .swiper-pagination-bullet {
      width: 2.55208vw;
      height: 0.52083vw; }
      .hero__slider-pagination .swiper-pagination-bullet:not(:last-child) {
        margin: 0 0.83333vw 0 0 !important; } }

.hero__filter {
  position: relative;
  width: 100%;
  padding: 170px 88px 96px;
  color: #fff; }
  @media screen and (max-width: 1440px) {
    .hero__filter {
      padding: 170px 60px 96px; } }
  @media screen and (max-width: 786px) {
    .hero__filter {
      padding: 170px 20px 96px; } }
  .hero__filter::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 9.27%), linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 70.15%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1; }
  .hero__filter.show > p,
  .hero__filter.show h1 {
    animation: fadeInUp 0.7s forwards; }
  .hero__filter.show .hero__filter-filters > p {
    animation: fadeInUp 0.7s forwards 0.2s; }
  .hero__filter.show .hero-filter {
    animation: enterLeft 0.7s forwards 0.3s; }
  .hero__filter.show .hero__filter-filters--search {
    animation: fadeInUp 0.7s forwards 0.6s; }
  .hero__filter-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2; }
    .hero__filter-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .hero__filter > p {
    margin: 0 0 48px;
    opacity: 0; }
  .hero__filter h1 {
    margin: 0 0 64px;
    opacity: 0; }
  .hero__filter-filters {
    display: flex;
    align-items: flex-start; }
    @media screen and (max-width: 1440px) {
      .hero__filter-filters {
        flex-wrap: wrap;
        max-width: 828px; } }
    .hero__filter-filters > p {
      margin: 0 32px 0 0;
      opacity: 0; }
      @media screen and (max-width: 991px) {
        .hero__filter-filters > p {
          margin: 0 0 16px; } }
    .hero__filter-filters .hero-filter {
      opacity: 0;
      margin: 0 32px 0 0;
      position: relative;
      max-height: 58px;
      color: #fff;
      padding: 19px 24px 0;
      background: #a58460;
      min-width: 155px;
      cursor: pointer;
      z-index: 4;
      text-align: center; }
      @media screen and (max-width: 991px) {
        .hero__filter-filters .hero-filter {
          width: 100%; } }
      .hero__filter-filters .hero-filter:nth-of-type(2) {
        z-index: 3; }
      .hero__filter-filters .hero-filter:nth-of-type(3) {
        z-index: 2; }
      @media screen and (max-width: 1440px) {
        .hero__filter-filters .hero-filter:last-of-type {
          margin: 0 0 24px; } }
      @media screen and (max-width: 1440px) {
        .hero__filter-filters .hero-filter {
          margin: 0 32px 24px 0; } }
  @media screen and (max-width: 1440px) and (max-width: 991px) {
    .hero__filter-filters .hero-filter {
      margin: 0 0 24px; } }
      .hero__filter-filters .hero-filter > p {
        border-bottom: 1px solid #fff;
        padding: 0 0 19px;
        border-color: transparent;
        transition: 0.3s ease; }
      .hero__filter-filters .hero-filter .js-type-heading,
      .hero__filter-filters .hero-filter .js-stage-heading,
      .hero__filter-filters .hero-filter .js-location-heading {
        position: relative; }
        .hero__filter-filters .hero-filter .js-type-heading::after,
        .hero__filter-filters .hero-filter .js-stage-heading::after,
        .hero__filter-filters .hero-filter .js-location-heading::after {
          content: "";
          position: absolute;
          right: 0;
          top: 22%;
          border: solid #fff;
          border-width: 0 2px 2px 0;
          display: none;
          padding: 4px;
          transform: rotate(45deg) translateY(-50%);
          transition: transform 0.3s ease; }
          @media screen and (max-width: 991px) {
            .hero__filter-filters .hero-filter .js-type-heading::after,
            .hero__filter-filters .hero-filter .js-stage-heading::after,
            .hero__filter-filters .hero-filter .js-location-heading::after {
              display: inline-block; } }
      .hero__filter-filters .hero-filter.active > p {
        border-color: #fff; }
      .hero__filter-filters .hero-filter.active .hero-filter-dropdown {
        max-height: 400px; }
      .hero__filter-filters .hero-filter.active .js-type-heading::after,
      .hero__filter-filters .hero-filter.active .js-stage-heading::after,
      .hero__filter-filters .hero-filter.active .js-location-heading::after {
        transform: rotate(-135deg) translateY(-50%); }
      .hero__filter-filters .hero-filter-dropdown {
        position: absolute;
        bottom: 0;
        left: 0;
        transform-origin: top;
        transform: translateY(100%);
        text-align: center;
        width: 100%;
        background: #a58460;
        padding: 0 24px;
        transition: 0.7s ease;
        overflow: hidden;
        max-height: 0; }
        .hero__filter-filters .hero-filter-dropdown p {
          border-bottom: 1px solid rgba(255, 255, 255, 0.3);
          padding: 0 0 12px;
          margin: 0 0 12px; }
          .hero__filter-filters .hero-filter-dropdown p:first-child {
            margin: 24px 0 12px; }
          .hero__filter-filters .hero-filter-dropdown p:last-child {
            margin: 0 0 24px; }
    .hero__filter-filters--search {
      border: 1px solid #a58460;
      width: 100%;
      max-width: 873px;
      position: relative;
      padding: 19px 24px;
      opacity: 0;
      background: rgba(255, 255, 255, 0.9); }
      @media screen and (max-width: 1440px) {
        .hero__filter-filters--search {
          margin: 24px 0 0; } }
      @media screen and (max-width: 991px) {
        .hero__filter-filters--search {
          padding: 0 0 0 24px;
          height: 48px;
          display: flex;
          justify-content: space-between; } }
      .hero__filter-filters--search input {
        width: 50%;
        background: transparent;
        border: none;
        color: #000; }
        .hero__filter-filters--search input::placeholder {
          color: #000; }
      .hero__filter-filters--search button {
        position: absolute;
        top: 9px;
        right: 9px;
        display: flex;
        align-items: center;
        background: #a58460;
        color: #fff;
        border: none;
        padding: 8px 24px; }
        @media screen and (max-width: 991px) {
          .hero__filter-filters--search button {
            padding: 12px;
            position: unset; } }
        @media screen and (max-width: 991px) {
          .hero__filter-filters--search button p {
            display: none; } }
        .hero__filter-filters--search button svg {
          margin: 0 16px 0 0; }
          @media screen and (max-width: 991px) {
            .hero__filter-filters--search button svg {
              margin: 0; } }

@media screen and (min-width: 1921px) {
  .hero__filter {
    padding: 8.85417vw 4.58333vw 5vw; }
    .hero__filter > p {
      margin: 0 0 2.5vw; }
    .hero__filter h1 {
      margin: 0 0 3.33333vw; }
    .hero__filter-filters > p {
      margin: 0 1.66667vw 0 0; }
    .hero__filter-filters .hero-filter {
      margin: 0 1.66667vw 0 0;
      max-height: 3.02083vw;
      padding: 0.98958vw 1.25vw 0;
      min-width: 8.07292vw; }
      .hero__filter-filters .hero-filter > p {
        padding: 0 0 0.98958vw; }
      .hero__filter-filters .hero-filter .js-type-heading::after,
      .hero__filter-filters .hero-filter .js-stage-heading::after,
      .hero__filter-filters .hero-filter .js-location-heading::after {
        border-width: 0 0.10417vw 0.10417vw 0;
        padding: 0.20833vw; }
      .hero__filter-filters .hero-filter.active .hero-filter-dropdown {
        max-height: 20.83333vw; }
      .hero__filter-filters .hero-filter-dropdown {
        padding: 0 1.25vw; }
        .hero__filter-filters .hero-filter-dropdown p {
          padding: 0 0 0.625vw;
          margin: 0 0 0.625vw; }
          .hero__filter-filters .hero-filter-dropdown p:first-child {
            margin: 1.25vw 0 0.625vw; }
          .hero__filter-filters .hero-filter-dropdown p:last-child {
            margin: 0 0 1.25vw; }
    .hero__filter-filters--search {
      border: 0.05208vw solid #a58460;
      max-width: 45.46875vw;
      padding: 0.98958vw 1.25vw; }
      .hero__filter-filters--search button {
        top: 0.46875vw;
        right: 0.46875vw;
        padding: 0.41667vw 1.25vw; }
        .hero__filter-filters--search button svg {
          margin: 0 0.83333vw 0 0; } }

.hero__video {
  position: relative;
  width: 100%;
  padding: 170px 88px 96px;
  color: #fff; }
  @media screen and (max-width: 1440px) {
    .hero__video {
      padding: 170px 60px 96px; } }
  @media screen and (max-width: 786px) {
    .hero__video {
      padding: 170px 20px 96px; } }
  .hero__video.show .hero__video-text > p {
    animation: fadeInUp 0.7s forwards; }
  .hero__video.show .hero__video-text h1 {
    animation: fadeInUp 0.7s forwards 0.3s; }
  .hero__video.show .hero__video-text .btn {
    animation: enterLeft 0.7s forwards 0.4s; }
    .hero__video.show .hero__video-text .btn:nth-child(2) {
      animation-delay: 0.5s; }
  .hero__video-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .hero__video-video::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 9.27%), linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 70.15%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%); }
    .hero__video-video video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .hero__video-text > p {
    margin: 0 0 48px;
    opacity: 0;
    text-transform: uppercase; }
  .hero__video-text h1 {
    opacity: 0;
    margin: 0 0 48px; }
  .hero__video-text--buttons {
    display: flex;
    align-items: center; }
    .hero__video-text--buttons p {
      margin: 0 24px 0 0;
      border: 1px solid #a58460;
      cursor: pointer; }
    @media screen and (max-width: 768px) {
      .hero__video-text--buttons {
        flex-direction: column;
        align-items: flex-start; }
        .hero__video-text--buttons p {
          margin: 0 0 12px; } }

@media screen and (min-width: 1921px) {
  .hero__video {
    padding: 8.85417vw 4.58333vw 5vw; }
    .hero__video-text > p {
      margin: 0 0 2.5vw; }
    .hero__video-text h1 {
      margin: 0 0 2.5vw; }
    .hero__video-text--buttons p {
      margin: 0 1.25vw 0 0;
      border: 0.05208vw solid #a58460; } }

.tcc__wrapper-cards--cta {
  display: flex;
  flex-direction: column;
  padding: 40px 40px 48px;
  border: 1px solid #a58460;
  background: #f3f0ec;
  color: #000;
  opacity: 0;
  transition: 0.3s ease;
  margin: 0 0 20px; }
  @media screen and (max-width: 1366px) {
    .tcc__wrapper-cards--cta {
      padding: 28px; } }
  @media screen and (max-width: 768px) {
    .tcc__wrapper-cards--cta {
      padding: 20px; } }
  .tcc__wrapper-cards--cta.layout-0 {
    width: 32%; }
    @media screen and (max-width: 1200px) {
      .tcc__wrapper-cards--cta.layout-0 {
        width: 49%; } }
    @media screen and (max-width: 768px) {
      .tcc__wrapper-cards--cta.layout-0 {
        width: 100%; } }
  .tcc__wrapper-cards--cta.layout-2 {
    width: 49%; }
    @media screen and (max-width: 768px) {
      .tcc__wrapper-cards--cta.layout-2 {
        width: 100%; } }
  .tcc__wrapper-cards--cta.layout-1 {
    width: 100%; }
    @media screen and (max-width: 1200px) {
      .tcc__wrapper-cards--cta.layout-1:not(:only-child) {
        width: 49%; } }
    @media screen and (max-width: 768px) {
      .tcc__wrapper-cards--cta.layout-1:not(:only-child) {
        width: 100%; } }
  .tcc__wrapper-cards--cta > svg {
    margin: 0 0 97px; }
    .tcc__wrapper-cards--cta > svg path {
      transition: 0.3s ease; }
    @media screen and (max-width: 768px) {
      .tcc__wrapper-cards--cta > svg {
        margin: 0 0 48px; } }
  .tcc__wrapper-cards--cta h3 {
    margin: 0 0 24px; }
  .tcc__wrapper-cards--cta---content {
    margin: 0 0 32px;
    opacity: 0.7; }
  .tcc__wrapper-cards--cta---btn {
    display: flex;
    align-items: center;
    margin: auto 0 0;
    position: relative;
    padding: 0 0 0 2px;
    width: fit-content;
    color: #000; }
    .tcc__wrapper-cards--cta---btn::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 1px;
      background: #000;
      bottom: 0;
      left: 0;
      transform: scaleX(0);
      transition: 0.3s ease;
      transform-origin: left; }
    .tcc__wrapper-cards--cta---btn svg {
      margin: 0 0 0 8px; }
      .tcc__wrapper-cards--cta---btn svg path {
        fill: #000; }
  @media (hover: hover) and (pointer: fine) {
    .tcc__wrapper-cards--cta:hover {
      border-color: #00135d; }
      .tcc__wrapper-cards--cta:hover > svg path {
        fill: #00135d; }
      .tcc__wrapper-cards--cta:hover .tcc__wrapper-cards--cta---btn::after {
        transform: scaleX(1); } }

@media screen and (min-width: 1921px) {
  .tcc__wrapper-cards--cta {
    padding: 2.08333vw 2.08333vw 2.5vw;
    border: 0.05208vw solid #a58460; }
    .tcc__wrapper-cards--cta > svg {
      margin: 0 0 5.05208vw; }
    .tcc__wrapper-cards--cta h3 {
      margin: 0 0 1.25vw; }
    .tcc__wrapper-cards--cta---content {
      margin: 0 0 1.66667vw; }
    .tcc__wrapper-cards--cta---btn svg {
      margin: 0 0 0 0.41667vw; } }

.tcc__wrapper-cards--numbered {
  background: #f3f0ec;
  border: 1px solid #a58460;
  padding: 40px;
  opacity: 0;
  margin: 0 0 20px; }
  .tcc__wrapper-cards--numbered.layout-0 {
    width: 32%; }
    @media screen and (max-width: 1200px) {
      .tcc__wrapper-cards--numbered.layout-0 {
        width: 49%; } }
    @media screen and (max-width: 768px) {
      .tcc__wrapper-cards--numbered.layout-0 {
        width: 100%; } }
  .tcc__wrapper-cards--numbered.layout-2 {
    width: 49%; }
    @media screen and (max-width: 768px) {
      .tcc__wrapper-cards--numbered.layout-2 {
        width: 100%; } }
  .tcc__wrapper-cards--numbered.layout-1 {
    width: 100%; }
    @media screen and (max-width: 1200px) {
      .tcc__wrapper-cards--numbered.layout-1:not(:only-child) {
        width: 49%; } }
    @media screen and (max-width: 768px) {
      .tcc__wrapper-cards--numbered.layout-1:not(:only-child) {
        width: 100%; } }
  .tcc__wrapper-cards--numbered---number {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #a58460;
    margin: 0 0 141px; }
  .tcc__wrapper-cards--numbered h3 {
    margin: 0 0 24px; }
  .tcc__wrapper-cards--numbered---content {
    opacity: 0.7; }

@media screen and (min-width: 1921px) {
  .tcc__wrapper-cards--numbered {
    border: 0.05208vw solid #a58460;
    padding: 2.08333vw; }
    .tcc__wrapper-cards--numbered---number {
      width: 3.75vw;
      height: 3.75vw;
      margin: 0 0 7.34375vw; }
    .tcc__wrapper-cards--numbered h3 {
      margin: 0 0 1.25vw; } }

.tcc__wrapper-cards--styled {
  display: flex;
  flex-direction: column;
  padding: 40px;
  border: 1px solid #a58460;
  background: #fff;
  color: #000;
  opacity: 0;
  transition: 0.3s ease;
  margin: 0 0 20px; }
  @media screen and (max-width: 1366px) {
    .tcc__wrapper-cards--styled {
      padding: 28px; } }
  @media screen and (max-width: 768px) {
    .tcc__wrapper-cards--styled {
      padding: 20px; } }
  .tcc__wrapper-cards--styled.layout-0 {
    width: 32%; }
    @media screen and (max-width: 1200px) {
      .tcc__wrapper-cards--styled.layout-0 {
        width: 49%; } }
    @media screen and (max-width: 768px) {
      .tcc__wrapper-cards--styled.layout-0 {
        width: 100%; } }
  .tcc__wrapper-cards--styled.layout-2 {
    width: 49%; }
    @media screen and (max-width: 768px) {
      .tcc__wrapper-cards--styled.layout-2 {
        width: 100%; } }
  .tcc__wrapper-cards--styled.layout-1 {
    width: 100%; }
    @media screen and (max-width: 1200px) {
      .tcc__wrapper-cards--styled.layout-1:not(:only-child) {
        width: 49%; } }
    @media screen and (max-width: 768px) {
      .tcc__wrapper-cards--styled.layout-1:not(:only-child) {
        width: 100%; } }
  .tcc__wrapper-cards--styled > svg {
    margin: 0 0 97px; }
    .tcc__wrapper-cards--styled > svg path {
      transition: 0.3s ease; }
    @media screen and (max-width: 768px) {
      .tcc__wrapper-cards--styled > svg {
        margin: 0 0 48px; } }
  .tcc__wrapper-cards--styled h3 {
    margin: auto 0 16px; }
  .tcc__wrapper-cards--styled---content ul {
    list-style-type: none; }
    .tcc__wrapper-cards--styled---content ul li {
      list-style-type: none;
      list-style-position: inside;
      display: flex;
      align-items: center; }
      .tcc__wrapper-cards--styled---content ul li::before {
        content: "";
        margin: 0 8px 0 0;
        width: 24px;
        display: block;
        height: 24px;
        background-repeat: no-repeat;
        background-image: url(0e8153e4f14bf3ed3438.svg); }
      .tcc__wrapper-cards--styled---content ul li:not(:last-child) {
        margin: 0 0 8px; }
  .tcc__wrapper-cards--styled---btn {
    display: flex;
    align-items: center;
    margin: auto 0 0;
    position: relative;
    padding: 0 0 0 2px;
    width: fit-content;
    color: #000; }
    .tcc__wrapper-cards--styled---btn::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 1px;
      background: #000;
      bottom: 0;
      left: 0;
      transform: scaleX(0);
      transition: 0.3s ease;
      transform-origin: left; }
    .tcc__wrapper-cards--styled---btn svg {
      margin: 0 0 0 8px; }
      .tcc__wrapper-cards--styled---btn svg path {
        fill: #000; }
  @media (hover: hover) and (pointer: fine) {
    .tcc__wrapper-cards--styled:hover {
      border-color: #00135d; }
      .tcc__wrapper-cards--styled:hover > svg path {
        fill: #00135d; }
      .tcc__wrapper-cards--styled:hover .tcc__wrapper-cards--styled---btn::after {
        transform: scaleX(1); } }

@media screen and (min-width: 1921px) {
  .tcc__wrapper-cards--styled {
    padding: 2.08333vw;
    border: 0.05208vw solid #a58460;
    margin: 0 0 1.04167vw; }
    .tcc__wrapper-cards--styled > svg {
      margin: 0 0 5.05208vw; }
    .tcc__wrapper-cards--styled h3 {
      margin: auto 0 0.83333vw; }
    .tcc__wrapper-cards--styled---content ul li::before {
      margin: 0 0.41667vw 0 0; }
    .tcc__wrapper-cards--styled---content ul li:not(:last-child) {
      margin: 0 0 0.41667vw; }
    .tcc__wrapper-cards--styled---btn {
      padding: 0 0 0 0.10417vw; }
      .tcc__wrapper-cards--styled---btn::after {
        height: 0.05208vw; }
      .tcc__wrapper-cards--styled---btn svg {
        margin: 0 0 0 0.41667vw; } }

.tcl__wrapper-media--images {
  position: relative;
  padding: 0 129px 0 0;
  margin: 0 0 0 60px;
  min-width: 794px; }
  @media screen and (max-width: 1366px) {
    .tcl__wrapper-media--images {
      min-width: 594px;
      padding: 0 89px 0 0; } }
  @media screen and (max-width: 1100px) {
    .tcl__wrapper-media--images {
      min-width: 394px; } }
  @media screen and (max-width: 991px) {
    .tcl__wrapper-media--images {
      margin: 36px 0 0;
      min-width: unset;
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .tcl__wrapper-media--images {
      padding: 0; } }
  .tcl__wrapper-media--images .bigImage {
    opacity: 0;
    width: 100%;
    max-width: 665px;
    object-fit: cover; }
    @media screen and (max-width: 768px) {
      .tcl__wrapper-media--images .bigImage {
        height: auto;
        max-width: 100%; } }
  .tcl__wrapper-media--images .smallImage {
    opacity: 0;
    width: 100%;
    max-width: 257px;
    height: 263px;
    object-fit: cover;
    position: absolute;
    right: 0;
    bottom: 96px; }
    @media screen and (max-width: 1366px) {
      .tcl__wrapper-media--images .smallImage {
        max-width: 177px;
        height: 183px; } }
    @media screen and (max-width: 991px) {
      .tcl__wrapper-media--images .smallImage {
        max-width: 257px;
        height: 263px; } }
    @media screen and (max-width: 768px) {
      .tcl__wrapper-media--images .smallImage {
        display: none; } }

@media screen and (min-width: 1921px) {
  .tcl__wrapper-media--images {
    padding: 0 6.71875vw 0 0;
    margin: 0 0 0 3.125vw;
    min-width: 41.35417vw; }
    .tcl__wrapper-media--images .bigImage {
      max-width: 34.63542vw; }
    .tcl__wrapper-media--images .smallImage {
      max-width: 13.38542vw;
      height: 13.69792vw;
      bottom: 5vw; } }

.tcl__map {
  margin: 0 60px 0 0; }
  @media screen and (max-width: 991px) {
    .tcl__map {
      margin: 32px 0 0; } }
  .tcl__map-image {
    max-width: 665px;
    width: 100%;
    margin: 0 0 32px; }
    .tcl__map-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.tccta__form {
  position: relative;
  padding: 0 0 40px;
  opacity: 0; }
  .tccta__form .screen-reader-response {
    display: none; }
  .tccta__form form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 48px;
    grid-row-gap: 42px; }
    @media screen and (max-width: 1440px) {
      .tccta__form form {
        grid-column-gap: 20px; } }
    @media screen and (max-width: 1280px) {
      .tccta__form form {
        grid-template-columns: repeat(1, 1fr); } }
    .tccta__form form .wpcf7-form-control-wrap {
      padding: 0; }
    .tccta__form form .wpcf7-email,
    .tccta__form form .wpcf7-text {
      max-width: 380px;
      width: 100%;
      border: 1px solid #fff;
      background: rgba(255, 255, 255, 0.2);
      padding: 21px 24px;
      color: #fff; }
      @media screen and (max-width: 500px) {
        .tccta__form form .wpcf7-email,
        .tccta__form form .wpcf7-text {
          width: 100%; } }
      .tccta__form form .wpcf7-email::placeholder,
      .tccta__form form .wpcf7-text::placeholder {
        color: #fff; }
    .tccta__form form .wpcf7-not-valid-tip {
      display: none; }
    .tccta__form form > p {
      display: flex;
      align-items: center; }
      .tccta__form form > p a {
        text-decoration: underline;
        color: #fff;
        margin: 0 0 0 4px; }
      .tccta__form form > p > span {
        padding: 0;
        display: none; }
      .tccta__form form > p .newsletter-checkbox {
        display: flex !important;
        width: 24px;
        height: 24px;
        background: transparent;
        border: 1px solid #fff;
        margin: 0 16px 0 0;
        justify-content: center;
        align-items: center;
        cursor: pointer; }
        .tccta__form form > p .newsletter-checkbox > span {
          display: block;
          width: 16px;
          height: 16px;
          background: #fff;
          transform: scale(0);
          transition: 0.3s ease; }
        .tccta__form form > p .newsletter-checkbox.active > span {
          transform: scale(1); }
  .tccta__form-submit {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 21.5px 40px;
    background: #fff;
    max-width: 380px;
    width: 100%; }
    .tccta__form-submit input {
      border: none;
      background: transparent;
      margin: 0 8px 0 0; }

@media screen and (min-width: 1921px) {
  .tccta__form {
    padding: 0 0 2.08333vw; }
    .tccta__form form {
      grid-column-gap: 2.5vw;
      grid-row-gap: 2.1875vw; }
      .tccta__form form .wpcf7-email,
      .tccta__form form .wpcf7-text {
        max-width: 19.79167vw;
        border: 0.05208vw solid #fff;
        padding: 1.09375vw 1.25vw; }
      .tccta__form form > p a {
        margin: 0 0 0 0.20833vw; }
      .tccta__form form > p .newsletter-checkbox {
        width: 1.25vw;
        height: 1.25vw;
        border: 0.05208vw solid #fff;
        margin: 0 0.83333vw 0 0; }
        .tccta__form form > p .newsletter-checkbox > span {
          width: 0.83333vw;
          height: 0.83333vw; }
    .tccta__form-submit {
      padding: 1.09375vw 2.08333vw;
      max-width: 19.79167vw; }
      .tccta__form-submit input {
        margin: 0 0.41667vw 0 0; } }

.single__content {
  max-width: 1095px;
  width: 100%;
  margin: 0 auto;
  padding: 96px 0; }
  @media screen and (max-width: 1440px) {
    .single__content {
      padding: 96px 60px; } }
  @media screen and (max-width: 768px) {
    .single__content {
      padding: 96px 20px; } }
  .single__content-date {
    margin: 0 0 48px;
    display: flex;
    align-items: center; }
    .single__content-date--date {
      background: #a58460;
      color: #000;
      padding: 12px 16px;
      text-transform: uppercase;
      font-size: 12px;
      margin: 0 32px 0 0; }
    .single__content-date--author {
      background: transparent;
      color: #000;
      padding: 12px 16px;
      text-transform: uppercase;
      font-size: 12px; }
      .single__content-date--author span {
        text-decoration: underline; }
  .single__content-share {
    display: flex;
    align-items: center;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding: 32px 0 0; }
    .single__content-share p {
      margin: 0 13px 0 0; }
    .single__content-share a {
      width: 60px;
      height: 60px;
      border: 0.5px solid rgba(0, 0, 0, 0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; }
      .single__content-share a svg path {
        fill: #000; }
      .single__content-share a:not(:last-child) {
        margin: 0 16px 0 0; }
  .single__content .post-imagesubtitle {
    margin: 0 0 48px;
    opacity: 0; }
    .single__content .post-imagesubtitle.show {
      animation: fadeInUp 0.7s forwards; }
    .single__content .post-imagesubtitle__image {
      width: 100%; }
      .single__content .post-imagesubtitle__image img {
        width: 100%;
        height: auto; }
    .single__content .post-imagesubtitle__subtitle {
      width: 100%;
      padding: 16px 24px;
      background: #00135d;
      color: #fff; }
  .single__content .post-titlecontent {
    margin: 0 0 48px; }
    .single__content .post-titlecontent h2 {
      margin: 0 0 48px;
      opacity: 0; }
      .single__content .post-titlecontent h2.small {
        margin: 0 0 32px;
        font-size: 32px; }
    .single__content .post-titlecontent.show h2 {
      animation: fadeInUp 0.7s forwards; }
    .single__content .post-titlecontent.show .post-titlecontent__content {
      animation: fadeInUp 0.7s forwards 0.3s; }
    .single__content .post-titlecontent__content {
      opacity: 0; }
      .single__content .post-titlecontent__content p:not(:last-child) {
        margin: 0 0 32px; }
      .single__content .post-titlecontent__content ul {
        padding: 0 0 0 24px; }
        .single__content .post-titlecontent__content ul li {
          margin: 0 0 16px;
          padding: 0 0 8px;
          list-style-image: url(0e8153e4f14bf3ed3438.svg);
          line-height: 225%; }
          .single__content .post-titlecontent__content ul li::marker {
            margin-top: 10px; }
  .single__content .post-video {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 0 48px;
    overflow: hidden; }
    .single__content .post-video video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0; }
    .single__content .post-video::after {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      opacity: 0; }
    .single__content .post-video.playing::after {
      opacity: 0 !important;
      visibility: hidden !important; }
    .single__content .post-video.playing .post-video__play {
      scale: 0 1 !important; }
      .single__content .post-video.playing .post-video__play p,
      .single__content .post-video.playing .post-video__play svg {
        opacity: 0 !important;
        transform: translateY(-20px) !important; }
    .single__content .post-video.show video, .single__content .post-video.show::after {
      animation: enterBottom 0.7s forwards; }
    .single__content .post-video.show .post-video__play {
      animation: scaleSideTransform 0.7s forwards 0.3s; }
      .single__content .post-video.show .post-video__play p,
      .single__content .post-video.show .post-video__play svg {
        animation: fadeInUp 0.7s forwards 0.6s; }
    .single__content .post-video__play {
      display: flex;
      align-items: center;
      padding: 72px 106px;
      background: rgba(255, 255, 255, 0.11);
      backdrop-filter: blur(12px);
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 12px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      opacity: 0; }
      .single__content .post-video__play p {
        opacity: 0; }
      .single__content .post-video__play svg {
        margin: 0 48px 0 0;
        opacity: 0; }
      @media screen and (max-width: 768px) {
        .single__content .post-video__play {
          padding: 24px; } }

.single__similar {
  padding: 128px 0;
  background: #f3f0ec; }
  .single__similar-wrapper {
    max-width: 1378px;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 1440px) {
      .single__similar-wrapper {
        padding: 0 60px; } }
    @media screen and (max-width: 768px) {
      .single__similar-wrapper {
        padding: 0 20px; } }
  .single__similar h2 {
    margin: 0 0 64px;
    opacity: 0; }
    .single__similar h2.show {
      animation: fadeInUp 0.7s forwards; }
  .single__similar-cta {
    margin: 32px 0 0; }
    .single__similar-cta.show {
      animation: enterRight 0.7s forwards; }
  .single__similar-items--item {
    display: flex;
    opacity: 0;
    align-items: center; }
    .single__similar-items--item.show {
      animation: enterRight 0.7s forwards; }
    .single__similar-items--item:not(:last-child) {
      margin: 0 0 48px; }
    @media screen and (max-width: 1100px) {
      .single__similar-items--item {
        flex-direction: column;
        align-items: flex-start; }
        .single__similar-items--item:not(:last-child) {
          margin: 0; } }
    .single__similar-items--item---image {
      max-width: 380px;
      width: 100%;
      height: 237px;
      margin: 0 48px 0 0; }
      @media screen and (max-width: 1100px) {
        .single__similar-items--item---image {
          margin: 0 0 24px; } }
      .single__similar-items--item---image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .single__similar-items--item---text {
      color: #000; }
      .single__similar-items--item---text----date {
        padding: 12px 16px;
        background: #a58460;
        color: #fff;
        margin: 0 0 32px;
        width: fit-content;
        font-size: 12px; }
        @media screen and (max-width: 768px) {
          .single__similar-items--item---text----date {
            padding: 8px; } }
      .single__similar-items--item---text----more {
        display: flex;
        align-items: center; }
        .single__similar-items--item---text----more svg path {
          fill: #000; }
      .single__similar-items--item---text h3 {
        margin: 0 0 32px; }

@media screen and (min-width: 1921px) {
  .single__content {
    max-width: 57.03125vw;
    padding: 5vw 0; }
    .single__content-date {
      margin: 0 0 2.5vw; }
      .single__content-date--date {
        padding: 0.625vw 0.83333vw;
        font-size: 0.625vw;
        margin: 0 1.66667vw 0 0; }
      .single__content-date--author {
        padding: 0.625vw 0.83333vw;
        font-size: 0.625vw; }
    .single__content-share {
      border-top: 0.05208vw solid rgba(0, 0, 0, 0.3);
      padding: 1.66667vw 0 0; }
      .single__content-share p {
        margin: 0 0.67708vw 0 0; }
      .single__content-share a {
        width: 3.125vw;
        height: 3.125vw; }
        .single__content-share a:not(:last-child) {
          margin: 0 0.83333vw 0 0; }
    .single__content .post-imagesubtitle {
      margin: 0 0 2.5vw; }
      .single__content .post-imagesubtitle__subtitle {
        padding: 0.83333vw 1.25vw; }
    .single__content .post-titlecontent {
      margin: 0 0 2.5vw; }
      .single__content .post-titlecontent h2 {
        margin: 0 0 2.5vw; }
        .single__content .post-titlecontent h2.small {
          margin: 0 0 1.66667vw;
          font-size: 1.66667vw; }
      .single__content .post-titlecontent__content p:not(:last-child) {
        margin: 0 0 1.66667vw; }
      .single__content .post-titlecontent__content ul {
        padding: 0 0 0 1.25vw; }
        .single__content .post-titlecontent__content ul li {
          margin: 0 0 0.83333vw;
          padding: 0 0 0.41667vw; }
          .single__content .post-titlecontent__content ul li::marker {
            margin-top: 0.52083vw; }
    .single__content .post-video {
      margin: 0 0 2.5vw; }
      .single__content .post-video__play {
        padding: 3.75vw 5.52083vw;
        backdrop-filter: blur(0.625vw);
        letter-spacing: 0.625vw; }
        .single__content .post-video__play svg {
          margin: 0 2.5vw 0 0; }
  .single__similar {
    padding: 6.66667vw 0; }
    .single__similar-wrapper {
      max-width: 71.77083vw; }
    .single__similar h2 {
      margin: 0 0 3.33333vw; }
    .single__similar-cta {
      margin: 1.66667vw 0 0; }
    .single__similar-items--item:not(:last-child) {
      margin: 0 0 2.5vw; }
    .single__similar-items--item---image {
      max-width: 19.79167vw;
      height: 12.34375vw;
      margin: 0 2.5vw 0 0; }
    .single__similar-items--item---text----date {
      padding: 0.625vw 0.83333vw;
      margin: 0 0 1.66667vw;
      font-size: 0.625vw; }
    .single__similar-items--item---text h3 {
      margin: 0 0 1.66667vw; } }

