#index #content {
  background: #F7F6F2; }

.hometop-cms {
  position: relative; }
  .hometop-cms picture {
    max-height: 880px;
    min-height: 500px;
    height: 75dvh;
    display: block; }
    .hometop-cms picture img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    @media (max-width: 767px) {
      .hometop-cms picture {
        max-height: 695px; } }
  .hometop-cms h1 {
    position: absolute;
    bottom: 230px;
    left: 50%;
    max-width: 950px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    font-size: 4.375rem;
    width: 100%;
    font-weight: 700; }
    @media (max-width: 767px) {
      .hometop-cms h1 {
        font-size: 1.875rem; } }

.home-featuredsearch-block {
  position: relative;
  margin-top: -165px; }
  .home-featuredsearch-block .h3 {
    font-size: 1.75rem;
    color: #DDB23D;
    font-weight: 700; }
    @media (max-width: 767px) {
      .home-featuredsearch-block .h3 {
        font-size: 1.375rem; } }
  .home-featuredsearch-block form {
    max-width: 1000px;
    margin: auto; }
    .home-featuredsearch-block form ul.row li {
      position: relative;
      margin-bottom: 18px; }
    .home-featuredsearch-block form ul.row input[type="radio"] {
      opacity: 0;
      position: absolute;
      width: 0;
      height: 0; }
      .home-featuredsearch-block form ul.row input[type="radio"] + label {
        border: 1px solid #DBD8CC;
        border-radius: 10px;
        padding: 13px 25px;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 1.125rem; }
        @media (max-width: 767px) {
          .home-featuredsearch-block form ul.row input[type="radio"] + label {
            display: block;
            width: 100%; } }
      .home-featuredsearch-block form ul.row input[type="radio"]:checked + label {
        background: #DBD8CC; }

.links-home .links-home-header h2 {
  max-width: 580px;
  margin: 0 auto 35px; }

.block-cms-displayhome .block-content {
  padding-bottom: 360px; }
  .block-cms-displayhome .block-content h2 {
    max-width: 480px;
    margin-bottom: 60px; }
.block-cms-displayhome picture {
  display: block;
  overflow: hidden;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  max-height: 850px;
  height: 100%; }
  .block-cms-displayhome picture img {
    object-fit: cover;
    height: 100%;
    width: 100%; }
  @media (max-width: 767px) {
    .block-cms-displayhome picture {
      border-radius: 6px; } }
.block-cms-displayhome .content-container {
  max-width: 587px;
  padding-right: 7px;
  padding-bottom: 300px; }
  @media (max-width: 767px) {
    .block-cms-displayhome .content-container {
      padding: 0 0 30px;
      max-width: none; } }

.displayHome1 {
  background: #fff; }
  .displayHome1 .links-blocks {
    position: relative;
    margin-top: -250px; }
    .displayHome1 .links-blocks a {
      border: 6px solid #fff;
      border-radius: 12px; }
      .displayHome1 .links-blocks a picture img {
        width: 100%; }
    @media (max-width: 767px) {
      .displayHome1 .links-blocks {
        margin-top: 0; } }

.block-cms-displayhome1 .form-container {
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%; }
  .block-cms-displayhome1 .form-container .form {
    max-width: 510px; }
  .block-cms-displayhome1 .form-container .input-group .form-control {
    -webkit-border-top-left-radius: 39px;
    -webkit-border-bottom-left-radius: 39px;
    -moz-border-radius-topleft: 39px;
    -moz-border-radius-bottomleft: 39px;
    border-top-left-radius: 39px;
    border-bottom-left-radius: 39px;
    background: none;
    border-right: 0;
    border-color: #7B7971;
    border-width: 2px;
    height: 4.8125rem;
    padding-left: 30px; }
  .block-cms-displayhome1 .form-container .input-group span {
    background: none;
    border: 1px solid #DBD8CC;
    -webkit-border-top-right-radius: 39px;
    -webkit-border-bottom-right-radius: 39px;
    -moz-border-radius-topright: 39px;
    -moz-border-radius-bottomright: 39px;
    border-top-right-radius: 39px;
    border-bottom-right-radius: 39px;
    border-left: 0;
    border-width: 2px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-color: #7B7971;
    padding: 0 40px 0 15px; }
    .block-cms-displayhome1 .form-container .input-group span svg {
      width: 27px; }
      .block-cms-displayhome1 .form-container .input-group span svg * {
        fill: #7B7971; }
  @media (max-width: 991px) {
    .block-cms-displayhome1 .form-container {
      position: relative;
      top: auto;
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      left: auto; } }

.block-cms-displayhome2 h3 {
  color: #DDB23D;
  font-size: 1.25rem;
  font-weight: 700; }

/*# sourceMappingURL=index.css.map */
