@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,700;0,900;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap");
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.banner {
  margin-bottom: 0;
}

.section {
  padding: 60px 0;
}
.section__title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 15px;
  position: relative;
  font-family: "Montserrat", serif;
  font-size: 35px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.section__title.lined {
  font-weight: 600;
}
.section__box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffd45b;
  height: 100%;
}
.section__box h4 {
  font-size: 52px;
  line-height: 1;
  color: #000;
}
.section--background {
  background-color: #f6f6f6;
}
.section--background .section__title {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
  .section__title {
    margin-bottom: 30px;
  }
}

.article__item {
  position: relative;
}
.article__title {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.article__image {
  margin-bottom: 15px;
}
.article__link {
  position: absolute;
  inset: 0;
}
.article--fresh {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "post-1 post-1 post-1 post-1 post-1 post-1 post-1 post-1 post-2 post-2 post-2 post-2" "post-3 post-3 post-3 post-3 post-4 post-4 post-4 post-4 post-5 post-5 post-5 post-5";
}
.article--fresh .article__item.post-1 {
  grid-area: post-1;
}
.article--fresh .article__item.post-2 {
  grid-area: post-2;
}
.article--fresh .article__item.post-3 {
  grid-area: post-3;
}
.article--fresh .article__item.post-4 {
  grid-area: post-4;
}
.article--fresh .article__item.post-5 {
  grid-area: post-5;
}
.article--fresh .article__title {
  margin-bottom: 0;
}
.article--cherry {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "post-1 post-1 post-1 post-1 post-1 post-1 post-1 post-1 post-1 post-1 post-1 post-1" "post-2 post-2 post-2 post-2 post-3 post-3 post-3 post-3 post-4 post-4 post-4 post-4";
}
.article--cherry .article__item.post-1 {
  grid-area: post-1;
}
.article--cherry .article__item.post-2 {
  grid-area: post-2;
}
.article--cherry .article__item.post-3 {
  grid-area: post-3;
}
.article--cherry .article__item.post-4 {
  grid-area: post-4;
}
.article--cherry .article__title {
  margin-bottom: 0;
}
.article--case .article__title {
  font-size: 27px;
}
.article--case .article__image {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .article {
    display: block;
  }
  .article__item {
    margin-bottom: 30px;
  }
  .article__image.resize {
    width: 100%;
    height: 230px !important;
    object-fit: cover;
  }
}

.socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  height: 100%;
}
.socials li {
  list-style: none;
}
.socials li a {
  font-size: 45px;
  line-height: 1;
  text-align: center;
  color: #000;
}

.form {
  padding: 30px;
}
.form__fieldset {
  margin-bottom: 5px;
}
.form__fieldset p {
  display: flex;
  gap: 3px;
  margin-bottom: 0;
}
.form__fieldset p span {
  width: 100%;
}
.form__fieldset input, .form__fieldset textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 3px;
  color: #000;
  margin: 0;
  padding: 3px 6px;
}
.form__fieldset input:focus, .form__fieldset textarea:focus {
  outline: 0;
}
.form__fieldset textarea {
  height: 160px;
}
.form__fieldset .wpcf7-submit {
  border-radius: 3px;
  color: #000 !important;
  background-color: transparent !important;
  width: auto;
  padding: 3px 12px;
  border: 1px solid #000 !important;
}
.form__fieldset:last-of-type {
  margin-bottom: 0;
}

.about__item {
  margin-bottom: 15px;
}
.about__image {
  width: 90px;
  height: 90px;
  margin: 0 auto 5px auto;
}
.about__name, .about__role {
  font-size: 13px;
  line-height: 17px;
}

.more {
  display: inline-block;
  margin-top: 40px;
  background-color: #fff;
  color: #000;
  padding: 6px 36px;
  border: 1px solid #000;
  text-transform: uppercase;
}
.more:hover {
  color: #000;
  text-decoration: none;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background-color: #fff;
  height: 350px;
}
.box__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.box__inner img {
  width: 70%;
}
.box__title {
  font-family: "Montserrat", serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.box__outer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box__outer p {
  margin: 0;
}
.box__outer p a {
  color: #000;
}
.box__outer p a:hover {
  color: #000;
}
.box__outer .link {
  display: block;
  font-family: Northwell;
  font-size: 40px;
  color: #fff;
  text-decoration: none;
}
.box__outer .link:hover {
  color: #fff;
}
.box--tuned {
  background-color: #ffd45b;
}
.box--watchouse {
  background-color: #000;
}
@media screen and (max-width: 991px) {
  .box {
    margin-bottom: 30px;
  }
}

.pimp--new .pimp__item {
  height: 350px;
}

/*# sourceMappingURL=style-homepage-23.css.map */
