.hero__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.hero__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.content {
  width: 100%;
  float: none; }

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.hero {
  min-height: 70vh;
  max-height: 100vh;
  height: 100vh; }

.hero__video {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: black; }
  .hero__video.hero__video--hidden {
    opacity: 0; }
    .hero__video.hero__video--hidden .hero__video__close,
    .hero__video.hero__video--hidden .hero__video__mute {
      opacity: 0;
      visibility: hidden; }
  .hero__video iframe {
    width: 100%;
    height: 100%; }

.video__update {
  position: absolute;
  left: 2em;
  z-index: 6;
  bottom: 0;
  width: 300px;
  background: rgba(255, 255, 255, 0.5) !important; }

@media all and (max-width: 1050px) {
  .mason {
    min-height: auto;
    height: auto !important;
    height: 89vh; } }

.home {
  background-color: #fff; }
  .home ul,
  .home ol {
    list-style: none;
    padding: 0; }
  .home__container {
    width: calc(100% - 150px);
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 3; }
  .home__section-heading {
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 1rem 0; }
    .home__section-heading--pri {
      color: #16172F; }
    .home__section-heading--sec {
      color: #84B92B; }
    .home__section-heading--b {
      color: #000; }
    .home__section-heading--w {
      color: #fff; }
  .home__text {
    font-size: 1rem; }
    .home__text--pri {
      color: #16172F; }
    .home__text--sec {
      color: #84B92B; }
    .home__text--b {
      color: #000; }
    .home__text--w {
      color: #fff; }
  .home__btn {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.7rem 2rem;
    margin: 1rem 0 1rem 0;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s;
    border-radius: 10px;
    border: 2px solid #fff; }
  .home__btn-pri {
    background-color: #fff;
    color: #16172F; }
    .home__btn-pri:hover {
      background-color: transparent;
      color: #fff; }
  .home__btn-sec {
    background-color: #84B92B;
    color: #000; }
    .home__btn-sec:hover {
      background-color: #16172F; }

.home__feed-flex {
  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; }

.home__feed-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem; }

.home__feed-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem; }

.home__feed-controls--left,
.home__feed-controls--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  padding: 0rem;
  -webkit-transition: ease-in-out all 0.2s;
  -o-transition: ease-in-out all 0.2s;
  transition: ease-in-out all 0.2s;
  cursor: pointer; }
  .home__feed-controls--left svg,
  .home__feed-controls--right svg {
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s; }

@media all and (min-width: 1601px) {
  .home__section-heading {
    font-size: 2.2rem; }
  .home__text {
    font-size: 1.4rem; } }

@media all and (min-width: 1171px) and (max-width: 1600px) {
  .home__section-heading {
    font-size: 2rem; }
  .home__text {
    font-size: 1.4rem; } }

@media all and (max-width: 1170px) {
  .home__section-heading {
    font-size: 1.5rem; }
  .home__text {
    font-size: 1.4rem; }
  .home__feed-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .home__feed-flex .home__section-heading {
      margin: 0 0 2rem 0; } }

@media all and (max-width: 800px) {
  .home__container {
    width: calc(100% - 50px); } }

.welcome {
  position: relative; }
  .welcome__container {
    max-width: 1920px;
    margin: 0 auto; }
  .welcome__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%; }
  .welcome__left {
    position: relative; }
  .welcome__text-content {
    background-color: #16172F;
    color: #fff;
    border-radius: 0 40%;
    padding: 7rem 10rem 10rem 10rem;
    position: relative;
    overflow: hidden; }
  .welcome__sub-title {
    margin: 0;
    font-style: italic;
    font-weight: 300;
    line-height: 0.3; }
  .welcome p {
    font-weight: 500;
    line-height: 1.6; }
  .welcome__right {
    position: relative; }
  .welcome__image {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 40% 0;
    overflow: hidden; }
    .welcome__image img {
      position: relative;
      inset: unset !important;
      -webkit-transform: unset !important;
      -ms-transform: unset !important;
      transform: unset !important; }
  .welcome .welcome-decor {
    position: absolute; }
  .welcome .welcome-leaf-a {
    top: 74px;
    left: 90px; }
  .welcome .welcome-logo {
    right: 74px;
    bottom: -32px;
    width: 324px; }
  .welcome .welcome-leaf-b {
    left: -20px;
    bottom: -42px;
    z-index: 4; }

.welcome-park .welcome__text-content {
  background-color: #6A8EBE; }

.welcome-park h2, .welcome-park p {
  color: #16172F; }

.welcome-hill .welcome__text-content {
  background-color: #9E87DD; }

.welcome-hill h2, .welcome-hill p {
  color: #16172F; }

.welcome-manor .welcome__text-content {
  background-color: #75C184; }

.welcome-manor h2, .welcome-manor p {
  color: #16172F; }

@media all and (min-width: 1600px) {
  .welcome p {
    font-size: 1.3rem; }
  .welcome__image {
    margin: 0 0 0 -1rem;
    width: 470px;
    height: 470px; }
    .welcome__image img {
      position: absolute; } }

@media all and (min-width: 1101px) and (max-width: 1599px) {
  .welcome__image {
    margin: 0 0 0 -1rem;
    width: 340px;
    height: 340px; }
    .welcome__image img {
      position: absolute; } }

@media all and (max-width: 1100px) {
  .welcome__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    text-align: center; }
  .welcome .welcome-decor {
    display: none; } }

@media all and (max-width: 680px) {
  .welcome__list {
    gap: 0; }
  .welcome__text-content {
    padding: 4.6rem 3rem 3rem;
    border-radius: 0; }
  .welcome__image {
    border-radius: 0; } }

.clone-links {
  padding: 8rem 0 3rem 0; }
  .clone-links__title-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 699px;
    margin: 0 auto; }
    .clone-links__title-flex h2 {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      text-align: center;
      position: relative;
      top: -24px; }
    .clone-links__title-flex img {
      width: 137px; }
    .clone-links__title-flex .header-decor-cl-b {
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1); }
  .clone-links__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .clone-links__list-item {
    position: relative; }
    @media all and (min-width: 1025px) {
      .clone-links__list-item {
        width: 50%; } }
  @media all and (min-width: 1025px) {
    .clone-links__item-bottom {
      width: 100%;
      max-width: 50%; } }
  .clone-links__content {
    height: 620px;
    overflow: hidden;
    position: relative;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s; }
    .clone-links__content::before {
      content: "";
      position: absolute;
      left: 0;
      z-index: 1;
      height: 100%;
      width: 100%;
      opacity: 0.8; }
    .clone-links__content:hover::before {
      opacity: 0.94;
      -webkit-transition: ease-in-out all 0.2s;
      -o-transition: ease-in-out all 0.2s;
      transition: ease-in-out all 0.2s; }
    .clone-links__content:hover .clone-links__content-container {
      top: 0; }
    .clone-links__content:hover a {
      opacity: 1; }
    .clone-links__content:hover .cl-white-logo {
      width: 230px; }
  .clone-links__content-left {
    border-radius: 0 50%; }
    .clone-links__content-left::before {
      background-color: #6A8EBE; }
    .clone-links__content-left .cl-white-logo {
      right: 1rem; }
    .clone-links__content-left a {
      color: #6A8EBE; }
  .clone-links__content-right {
    border-radius: 50% 0; }
    .clone-links__content-right::before {
      background-color: #9E87DD; }
    .clone-links__content-right .cl-white-logo {
      left: 1rem; }
    .clone-links__content-right a {
      color: #9E87DD; }
  .clone-links__content-bottom {
    border-radius: 0 50%; }
    @media all and (min-width: 1025px) {
      .clone-links__content-bottom {
        border-radius: 0 0 50% 50%; } }
    .clone-links__content-bottom::before {
      background-color: #75C184; }
    .clone-links__content-bottom .cl-white-logo {
      left: 1rem; }
    .clone-links__content-bottom a {
      color: #75C184; }
  .clone-links__content-container {
    position: relative;
    top: 3rem;
    z-index: 3;
    height: 100%;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s; }
  .clone-links span {
    line-height: 2.1;
    font-weight: 600; }
  .clone-links a {
    opacity: 0;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s; }
  .clone-links .cl-bg {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%; }
  .clone-links .cl-white-logo {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 224px;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s; }
  .clone-links .clone-links-decor {
    position: absolute;
    z-index: 3; }
  .clone-links .clone-links-leaf-b {
    top: 0;
    left: 6rem; }
  .clone-links .clone-links-leaf-a {
    bottom: 0;
    left: 6rem; }

@media all and (max-width: 1100px) {
  .clone-links__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    text-align: center; }
  .clone-links__title-flex img {
    display: none; }
  .clone-links__content {
    height: 442px; }
  .clone-links-decor {
    display: none; } }

@media all and (max-width: 680px) {
  .clone-links__content {
    border-radius: 0; } }

.learning {
  padding: 0 0 3rem 0; }
  .learning__title {
    text-align: center; }
  .learning__links-list {
    text-align: center;
    overflow: hidden;
    border-radius: 0 30px; }
    .learning__links-list-bg {
      position: absolute !important; }
  .learning__links-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6rem;
    color: #fff;
    height: 100%;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s;
    background-color: rgba(22, 23, 47, 0.6);
    text-decoration: none; }
    .learning__links-item:hover {
      background-color: rgba(22, 23, 47, 0.9); }
      .learning__links-item:hover .learning__links-text {
        font-size: 2.2rem; }
  .learning__links-text {
    font-size: 2rem;
    font-weight: 700;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s; }
  .learning__links-link {
    margin: 0;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s; }

@media all and (min-width: 1150px) {
  .learning__links-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.3rem;
    height: 500px;
    position: relative; }
  .learning .learning-line {
    position: absolute;
    top: 51%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: 100%; }
  .learning__links-item {
    position: relative;
    height: 100%; }
    .learning__links-item:nth-child(odd) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .learning__links-item:nth-child(odd) .learning__links-link {
        position: relative;
        bottom: 3rem; }
    .learning__links-item:nth-child(even) .learning__links-link {
      position: relative;
      top: 3rem; }
    .learning__links-item:hover .fa-circle {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .learning__links-item:hover .learning__links-link {
      opacity: 1; }
    .learning__links-item:hover:nth-child(odd) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .learning__links-item:hover:nth-child(odd) .learning__links-link {
        bottom: 0; }
    .learning__links-item:hover:nth-child(even) .learning__links-link {
      top: 0; }
  .learning .fa-circle {
    position: absolute;
    z-index: 3;
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    font-size: 1.4rem;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s; }
  .learning__links-link {
    position: relative;
    opacity: 0; } }

@media all and (max-width: 1149px) {
  .learning .fa-circle,
  .learning .learning-line {
    display: none; }
  .learning__links-item {
    gap: 3rem;
    padding: 3rem 0;
    height: auto; } }

@media all and (min-width: 600px) and (max-width: 1149px) {
  .learning__links-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem; } }

@media all and (max-width: 599px) {
  .learning__links-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    border-radius: 0; } }

/*
Park
*/
.class-pages-park {
  position: relative;
  padding: 7rem 0; }
  .class-pages-park__title {
    color: #16172F;
    text-align: center;
    margin: 0 0 6rem 0; }
    .class-pages-park__title span {
      color: #6A8EBE; }
  .class-pages-park__list {
    display: -ms-grid;
    display: grid;
    gap: 2rem; }
  .class-pages-park__list-item a {
    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;
    gap: 1.2rem;
    text-decoration: none;
    height: 16rem; }
  .class-pages-park__list-item:hover .class-pages-park__image {
    height: 12.5rem;
    width: 8.3rem; }
    .class-pages-park__list-item:hover .class-pages-park__image img {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg); }
  .class-pages-park__image {
    background-color: #E8E8E8;
    height: 12rem;
    width: 8rem;
    border-radius: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s; }
    .class-pages-park__image img {
      width: auto;
      height: 80%;
      position: absolute;
      -webkit-transition: ease-in-out all 0.2s;
      -o-transition: ease-in-out all 0.2s;
      transition: ease-in-out all 0.2s; }
  .class-pages-park__item-title {
    color: #16172F;
    font-size: 1.5rem;
    font-weight: 700;
    margin: auto 0 0 0; }

@media all and (min-width: 1101px) {
  .class-pages-park__list {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr); } }

@media all and (min-width: 671px) and (max-width: 1100px) {
  .class-pages-park__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr); } }

@media all and (min-width: 340px) and (max-width: 670px) {
  .class-pages-park__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); } }

@media all and (max-width: 339px) {
  .class-pages-park__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }

/*
Hill
*/
.class-pages-hill {
  position: relative;
  padding: 7rem 0; }
  .class-pages-hill__title {
    color: #16172F;
    text-align: center;
    margin: 0 0 6rem 0; }
    .class-pages-hill__title span {
      color: #9E87DD; }
  .class-pages-hill__list {
    display: -ms-grid;
    display: grid;
    gap: 2rem; }
  .class-pages-hill__list-item a {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    border-radius: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 11px -1px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 3px 11px -1px rgba(0, 0, 0, 0.27); }
  .class-pages-hill__list-item:hover .class-pages-hill__image img {
    opacity: 0.6;
    top: 15px; }
  .class-pages-hill__list-item:hover .class-pages-hill__item-title {
    top: -12px; }
    .class-pages-hill__list-item:hover .class-pages-hill__item-title::before {
      top: -7px; }
  .class-pages-hill__image {
    width: 100%;
    text-align: center; }
    .class-pages-hill__image img {
      position: relative;
      top: 62px;
      opacity: 0;
      -webkit-transition: ease-in-out all 0.2s;
      -o-transition: ease-in-out all 0.2s;
      transition: ease-in-out all 0.2s; }
  .class-pages-hill__item-title {
    width: 100%;
    text-align: center;
    background-color: #fff;
    color: #16172F;
    font-size: 1.5rem;
    font-weight: 700;
    margin: auto 0 0 0;
    position: relative;
    z-index: 3;
    top: 0;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s; }
    .class-pages-hill__item-title::before {
      content: "";
      width: 100%;
      background-color: #fff;
      height: 3rem;
      position: absolute;
      top: 0px;
      left: 0;
      z-index: -1;
      -webkit-transition: ease-in-out all 0.2s;
      -o-transition: ease-in-out all 0.2s;
      transition: ease-in-out all 0.2s; }

@media all and (min-width: 1501px) {
  .class-pages-hill__list {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
    gap: 7rem; }
  .class-pages-hill__list-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 1 / 3 / 2 / 5; }
  .class-pages-hill__list-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-area: 1 / 5 / 2 / 7; }
  .class-pages-hill__list-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 2;
    grid-area: 1 / 7 / 2 / 9; }
  .class-pages-hill__list-item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 2;
    grid-area: 1 / 9 / 2 / 11; }
  .class-pages-hill__list-item:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 2 / 2 / 3 / 4; }
  .class-pages-hill__list-item:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-area: 2 / 4 / 3 / 6; }
  .class-pages-hill__list-item:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 6;
    -ms-grid-column-span: 2;
    grid-area: 2 / 6 / 3 / 8; }
  .class-pages-hill__list-item:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 8;
    -ms-grid-column-span: 2;
    grid-area: 2 / 8 / 3 / 10; }
  .class-pages-hill__list-item:nth-child(9) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 10;
    -ms-grid-column-span: 2;
    grid-area: 2 / 10 / 3 / 12; }
  .class-pages-hill__list-item:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 3 / 3 / 4 / 5; }
  .class-pages-hill__list-item:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-area: 3 / 5 / 4 / 7; }
  .class-pages-hill__list-item:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 2;
    grid-area: 3 / 7 / 4 / 9; }
  .class-pages-hill__list-item:nth-child(13) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 2;
    grid-area: 3 / 9 / 4 / 11; } }

@media all and (min-width: 950px) and (max-width: 1500px) {
  .class-pages-hill__list {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    gap: 3rem; } }

@media all and (max-width: 949px) {
  .class-pages-hill__list {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 3rem; } }

/*
Manor
*/
.class-pages-manor {
  position: relative;
  padding: 7rem 0; }
  .class-pages-manor__title {
    color: #16172F;
    text-align: center;
    margin: 0 0 6rem 0; }
    .class-pages-manor__title span {
      color: #75C184; }
  .class-pages-manor__list {
    display: -ms-grid;
    display: grid;
    gap: 2rem; }
  .class-pages-manor__list-item a {
    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;
    gap: 1.2rem;
    text-decoration: none;
    height: 16rem; }
  .class-pages-manor__list-item:hover .class-pages-manor__image {
    height: 12.5rem;
    width: 8.3rem; }
    .class-pages-manor__list-item:hover .class-pages-manor__image img {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg); }
  .class-pages-manor__image {
    background-color: #E8E8E8;
    height: 12rem;
    width: 8rem;
    border-radius: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s; }
    .class-pages-manor__image img {
      width: auto;
      height: 80%;
      position: absolute;
      -webkit-transition: ease-in-out all 0.2s;
      -o-transition: ease-in-out all 0.2s;
      transition: ease-in-out all 0.2s; }
  .class-pages-manor__item-title {
    color: #16172F;
    font-size: 1.5rem;
    font-weight: 700;
    margin: auto 0 0 0; }

@media all and (min-width: 1101px) {
  .class-pages-manor__list {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr); } }

@media all and (min-width: 671px) and (max-width: 1100px) {
  .class-pages-manor__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr); } }

@media all and (min-width: 340px) and (max-width: 670px) {
  .class-pages-manor__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); } }

@media all and (max-width: 339px) {
  .class-pages-manor__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }

.ethos {
  padding: 3rem 0 8rem 0;
  position: relative; }
  .ethos .ethos-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0; }
  .ethos__title {
    text-align: center;
    padding: 0;
    line-height: 0; }
  .ethos h3 {
    text-align: center;
    font-style: italic;
    font-weight: 500; }
    .ethos h3 span {
      font-weight: 700; }
  .ethos__list {
    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;
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5rem 0 0 0; }
  .ethos__list-item {
    height: 18rem;
    width: 18rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative; }
    .ethos__list-item:hover .ethos__ethos-container:before {
      background-color: #84b92b; }
    .ethos__list-item:hover .ethos__ethos-word {
      opacity: 0; }
    .ethos__list-item:hover .ethos__ethos-text {
      opacity: 1; }
  .ethos__ethos-container::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(132, 185, 43, 0.8);
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s; }
  .ethos__text-pos {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #16172F; }
  .ethos__ethos-word {
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s; }
    .ethos__ethos-word .ethos-t1 {
      font-size: 12rem;
      font-weight: 500;
      letter-spacing: -5px; }
    .ethos__ethos-word .ethos-t2 {
      font-weight: 500;
      font-size: 1.3rem; }
  .ethos__ethos-text {
    opacity: 0;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s;
    width: 85%; }
    .ethos__ethos-text .ethos-t1 {
      font-weight: 700;
      text-transform: uppercase; }
    .ethos__ethos-text .ethos-t2 {
      font-weight: 500; }
  .ethos__image-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover; }

@media all and (max-width: 1000px) {
  .ethos .ethos-logo {
    width: 100%; } }

@media all and (max-width: 1760px) {
  .ethos__list-item {
    height: 12rem;
    width: 12rem; }
  .ethos__ethos-word .ethos-t1 {
    font-size: 6rem; } }
