.transition {
  transition: all 0.25s ease-out;
}
.image-overlay .overlay {
  opacity: 0;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .image-overlay .overlay {
    display: none;
  }
}
.image-overlay .overlay a {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: #fff;
  color: #C68945;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  text-decoration: none;
  padding: 0.5rem 1.2rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 899px) {
  .image-overlay .overlay a {
    font-size: 18px;
    line-height: 1.1;
  }
}
.image-overlay:hover .overlay {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .image-overlay:hover .overlay {
    display: none;
  }
}
.display_grid {
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
}
@media only screen and (max-width: 899px) {
  .display_grid {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
.xd-grid {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  padding: 0 calc(30rem * 1 / 18);
  gap: 0 calc(20rem * 1 / 18);
}
@media only screen and (max-width: 600px) {
  .xd-grid {
    padding: 0;
  }
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.font_graphie_book {
  font-family: "graphie", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_graphie_regular {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.font_graphie_semiBold {
  font-family: "graphie", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.font_graphie_bold {
  font-family: "graphie", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font_calluna_regular {
  font-family: "calluna", serif;
  font-weight: 400;
  font-style: normal;
}
.font_calluna_bold {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
}
.font_calluna_bold_italic {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: italic;
}
.font_calluna_semiBold {
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: normal;
}
.font_calluna_semiBold_italic {
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
}
.font_h1 {
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
}
.font_15 {
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_15 {
    font-size: 15px;
    line-height: 1.1;
  }
}
.font_16 {
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_16 {
    font-size: 16px;
    line-height: 1.1;
  }
}
.font_17 {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_17 {
    font-size: 17px;
    line-height: 1.1;
  }
}
.font_18 {
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_18 {
    font-size: 18px;
    line-height: 1.1;
  }
}
.font_20 {
  font-size: calc(0.94rem * var(--text-multiplier));
  line-height: calc(1.22rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_20 {
    font-size: 20px;
    line-height: 1.1;
  }
}
.font_22 {
  font-size: calc(0.97rem * var(--text-multiplier));
  line-height: calc(1.25rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_22 {
    font-size: 22px;
    line-height: 1.1;
  }
}
.font_24 {
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_24 {
    font-size: 24px;
    line-height: 1.1;
  }
}
.font_30 {
  font-size: calc(1.41rem * var(--text-multiplier));
  line-height: calc(1.69rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_30 {
    font-size: 30px;
    line-height: 1.1;
  }
}
.font_32 {
  font-size: calc(1.5rem * var(--text-multiplier));
  line-height: calc(1.78rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_32 {
    font-size: 32px;
    line-height: 1.1;
  }
}
.font_36 {
  font-size: calc(1.69rem * var(--text-multiplier));
  line-height: calc(1.97rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_36 {
    font-size: 35px;
    line-height: 1.1;
  }
}
.font_64 {
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_64 {
    font-size: 64px;
    line-height: 1.1;
  }
}
.font_75 {
  font-size: calc(3.52rem * var(--text-multiplier));
  line-height: calc(3.8rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_75 {
    font-size: 75px;
    line-height: 1.1;
  }
}
.font_80 {
  font-size: calc(4rem * var(--text-multiplier));
  line-height: calc(4.28rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_80 {
    font-size: 80px;
    line-height: 1.1;
  }
}
.blue_btn {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .blue_btn {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .blue_btn {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.blue_btn:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
.grey_btn {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #EBE6E2;
  color: #25384A;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.38rem 1.5rem;
  width: fit-content;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .grey_btn {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .grey_btn {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.grey_btn:hover {
  background-color: #fff;
  transition: opacity 0.5s ease-in-out;
}
.fbp {
  padding-top: 5rem;
  background-color: #FAF8F7;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  padding: 0 calc(30rem * 1 / 18);
  gap: 0 calc(20rem * 1 / 18);
}
@media only screen and (max-width: 600px) {
  .fbp {
    padding: 0;
  }
}
.fbp__title {
  width: 100%;
  margin: calc(180rem * 1 / 21.333333) auto 3rem;
  padding-bottom: calc(50rem * 1 / 21.333333);
  border-bottom: 1px solid #25384A;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  color: #25384A;
  grid-column: 2 / 16;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
@media only screen and (max-width: 899px) {
  .fbp__title {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 1024px) {
  .fbp__title {
    font-size: 20px;
    line-height: 26px;
    margin: 110px auto 30px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 899px) {
  .fbp__title {
    grid-column: 1 / 17;
    padding: 12px 0;
  }
}
@media only screen and (max-width: 600px) {
  .fbp__title {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    width: calc(100% - 30px);
    padding: 40px 0;
    margin: 60px 15px 10px;
    font-family: "graphie", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
}
.fbp__wrapper {
  grid-column: 2 / 16;
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  gap: 0 calc(20rem * 1 / 18);
  padding-bottom: 4rem;
}
@media only screen and (max-width: 1024px) {
  .fbp__wrapper {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .fbp__wrapper {
    grid-column: 1 / 17;
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    gap: 0 calc(20rem * 1 / 18);
  }
}
@media only screen and (max-width: 600px) {
  .fbp__wrapper {
    padding-bottom: 120px;
  }
}
.fbp__row {
  grid-column: 2 / 14;
  text-decoration: none;
  border-bottom: 1px solid rgba(37, 56, 74, 0.4);
  color: #25384A;
  padding: calc(40rem * 1 / 21.333333) calc(0rem * 1 / 18);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1024px) {
  .fbp__row {
    grid-column: 1 / 15;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    gap: 0 calc(20rem * 1 / 18);
    padding: 24px 0;
  }
}
@media only screen and (max-width: 899px) {
  .fbp__row {
    grid-column: 1 / 17;
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    gap: 0 calc(20rem * 1 / 18);
  }
}
@media only screen and (max-width: 600px) {
  .fbp__row {
    display: flex;
    flex-direction: column;
    margin: 0 15px;
  }
  .fbp__row:first-of-type {
    padding: 30px 0;
  }
  .fbp__row:not(:first-of-type) {
    padding: 40px 0 30px;
  }
}
.fbp__row-image {
  margin-left: calc(40rem * 1 / 21.333333);
  width: 100%;
  height: calc(352rem * 1 / 21.333333);
  grid-column: 1 / 7;
  overflow: hidden;
  border-radius: calc(10rem * 1 / 21.333333);
}
@media only screen and (max-width: 1024px) {
  .fbp__row-image {
    margin-left: 24px;
    grid-column: 1 / 8;
    border-radius: 10px;
    height: 260px;
  }
}
@media only screen and (max-width: 899px) {
  .fbp__row-image {
    grid-column: 1 / 9;
    height: 320px;
  }
}
@media only screen and (max-width: 600px) {
  .fbp__row-image {
    margin: 0;
    grid-column: 1 / -1;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
}
.fbp__row-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fbp__row-info {
  padding-right: calc(40rem * 1 / 21.333333);
  grid-column: 8 / 13;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: calc(16rem * 1 / 21.333333);
}
@media only screen and (max-width: 1024px) {
  .fbp__row-info {
    padding-right: 24px;
    gap: 12px;
    grid-column: 9 / 15;
  }
}
@media only screen and (max-width: 899px) {
  .fbp__row-info {
    grid-column: 10 / 17;
  }
}
@media only screen and (max-width: 600px) {
  .fbp__row-info {
    margin-top: 24px;
    padding-right: 24px;
    padding-left: 6px;
  }
}
.fbp__row-category {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(17rem * 1 / 21.333333);
  line-height: calc(24rem * 1 / 21.333333);
  color: #25384A;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .fbp__row-category {
    font-size: 14px;
    line-height: 19px;
  }
}
.fbp__row-title {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(36rem * 1 / 21.333333);
  line-height: calc(44rem * 1 / 21.333333);
  color: #25384A;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .fbp__row-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.fbp__row-excerpt p {
  font-family: "graphie", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(17rem * 1 / 21.333333);
  line-height: calc(24rem * 1 / 21.333333);
  color: #25384A;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .fbp__row-excerpt p {
    font-size: 14px;
    line-height: 19px;
  }
}
.fbp__row-link {
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  color: #C68945;
  margin: 0;
  margin-top: calc(8rem * 1 / 21.333333);
  font-size: calc(18rem * 1 / 21.333333);
  line-height: calc(26rem * 1 / 21.333333);
}
@media only screen and (max-width: 1024px) {
  .fbp__row-link {
    font-size: 14px;
    line-height: 19px;
    margin-top: 6px;
  }
}
.fbp__row:hover {
  background-color: #fff;
}
.fbp__row:hover .fbp__row-link {
  text-decoration: underline;
}
.fbp__more {
  grid-column: 2 / 14;
  justify-self: center;
  padding: calc(12rem * 1 / 21.333333) calc(28rem * 1 / 21.333333);
  background-color: #25384A;
  margin-top: calc(72rem * 1 / 21.333333);
  margin-bottom: 2rem;
  border-radius: calc(40rem * 1 / 21.333333);
  color: #DACEC5;
  cursor: pointer;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1024px) {
  .fbp__more {
    padding: 12px 28px;
    border-radius: 40px;
    margin-top: 48px;
  }
}
@media only screen and (max-width: 899px) {
  .fbp__more {
    grid-column: 1 / 17;
  }
}
.fbp__more span {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: italic;
  font-size: calc(18rem * 1 / 21.333333);
  line-height: calc(26rem * 1 / 21.333333);
  color: #DACEC5;
}
@media only screen and (max-width: 1024px) {
  .fbp__more span {
    font-size: 14px;
    line-height: 19px;
  }
}
.fbp__more:hover {
  background-color: #1c2b39;
}
