@charset "UTF-8";
body.menu-active {
  overflow: hidden; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, .b-wysiwyg cite, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, .b-wysiwyg cite, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none;
  outline: none; }

a {
  text-decoration: none; }

img, picture {
  display: block;
  max-width: 100%; }

html {
  font-size: 10px;
  height: 100%; }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    html {
      font-size: 7px; } }
  @media (min-width: 768px) and (max-width: 1279px) {
    html {
      font-size: 7px; } }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  background: #f0f0f1; }
  body ::selection {
    background: #5f9ea0; }

.link {
  font-family: inherit;
  font-size: 1.6rem;
  color: #fff;
  transition: color .3s ease;
  text-transform: uppercase; }
  @media (min-width: 769px) {
    .link:hover {
      cursor: pointer;
      color: #9B9B9B; } }

main, main.trim {
  padding-top: 5.2rem; }
  @media (min-width: 769px) {
    main, main.trim {
      padding-top: 11.6rem; } }

button,
input,
select,
option,
textarea {
  font-family: inherit !important;
  font-size: inherit;
  -webkit-appearance: none;
  border-radius: 0; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none; }

input[type=button] {
  -webkit-appearance: none; }

input,
textarea,
button,
select,
label,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@font-face {
  font-family: "icomoon";
  src: url("../fonts/svg-icons/icomoon.eot?wyh5on");
  src: url("../fonts/svg-icons/icomoon.eot?wyh5on#iefix") format("embedded-opentype"), url("../fonts/svg-icons/icomoon.ttf?wyh5on") format("truetype"), url("../fonts/svg-icons/icomoon.woff?wyh5on") format("woff"), url("../fonts/svg-icons/icomoon.svg?wyh5on#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow:before {
  content: "";
  color: #fff; }

.icon-burger:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-fb:before {
  content: ""; }

.icon-ig:before {
  content: ""; }

.icon-ig2:before {
  content: ""; }

.icon-pn:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-twt:before {
  content: ""; }

@font-face {
  font-family: "suite";
  src: url("../fonts/svg-icons/suite.eot?k13vri");
  src: url("../fonts/svg-icons/suite.eot?k13vri#iefix") format("embedded-opentype"), url("../fonts/svg-icons/suite.ttf?k13vri") format("truetype"), url("../fonts/svg-icons/suite.woff?k13vri") format("woff"), url("../fonts/svg-icons/suite.svg?k13vri#suite") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */ }

.icon-email {
  font-family: "suite" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .icon-email:before {
    content: ""; }

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }

.glide * {
  box-sizing: inherit; }

.glide__track {
  overflow: hidden; }

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform; }

.glide__slides--dragging {
  user-select: none; }

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none; }

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none; }

.glide--rtl {
  direction: rtl; }

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1; }

.glide__arrow:focus {
  outline: none; }

.glide__arrow:hover {
  border-color: white; }

.glide__arrow--left {
  left: 2em; }

.glide__arrow--right {
  right: 2em; }

.glide__arrow--disabled {
  opacity: 0.33; }

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%); }

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em; }

.glide__bullet:focus {
  outline: none; }

.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5); }

.glide__bullet--active {
  background-color: white; }

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

.f {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%; }

.l {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0; }
  @media (min-width: 769px) {
    .l {
      max-width: 144rem; } }

.m {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 144rem;
  padding: 0 2rem; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .m {
      padding: 0 8.33333%; } }
  @media (min-width: 1024px) {
    .m {
      padding: 0 12rem; } }

.c-btn {
  outline: none;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  width: 28rem;
  height: 5rem;
  border: 1px solid #fff;
  transition: all 0.45s ease;
  font-size: 1.8rem;
  text-transform: uppercase;
  border-radius: 50px; }
  @media (min-width: 769px) {
    .c-btn:hover {
      cursor: pointer;
      background-color: #fff;
      color: #141414; } }
  .c-btn.black {
    border: 1px solid #141414;
    color: #141414; }
    @media (min-width: 769px) {
      .c-btn.black:hover {
        color: #fff;
        background-color: #141414; } }
  .c-btn a {
    color: inherit;
    font: inherit; }

.c-newsletter {
  font-size: 1.6rem; }
  .c-newsletter .hidden {
    display: none; }
  .c-newsletter__title {
    font-family: "Playfair Display", serif;
    font-size: inherit;
    letter-spacing: 0.15em;
    margin-bottom: 5.3rem; }
    .c-newsletter__title .cursive {
      font-weight: 500;
      font-style: italic; }
  .c-newsletter .c-btn {
    display: none; }
  .c-newsletter__form {
    margin-bottom: 2rem;
    position: relative; }
  .c-newsletter__input {
    color: #fff !important;
    font-weight: 300 !important;
    width: 100%;
    border: none !important;
    outline: none;
    background: none;
    border-bottom: 1px solid #fff !important;
    font-size: inherit !important;
    padding-bottom: 1.6rem !important;
    text-align: inherit;
    border-radius: 0px !important;
    background: transparent !important; }
    .c-newsletter__input::placeholder {
      color: inherit; }
    .c-newsletter__input:-webkit-autofill, .c-newsletter__input:-webkit-autofill:hover, .c-newsletter__input:-webkit-autofill:focus {
      border: 0;
      -webkit-text-fill-color: #fff;
      transition: background-color 5000s ease-in-out 0s; }
  .c-newsletter__cta {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff; }
    .c-newsletter__cta .icon {
      font-size: 0.78rem; }
  .c-newsletter__consent {
    font-size: 1rem;
    line-height: 1.65rem;
    max-width: 100%;
    text-align: left; }
    @media (min-width: 769px) {
      .c-newsletter__consent {
        max-width: 30.5rem; } }
    .c-newsletter__consent a {
      color: inherit;
      text-decoration: underline; }

.c-newsletter.cream {
  background-color: #f6f4ee;
  display: flex;
  flex-flow: column nowrap;
  padding: 6rem 3rem;
  justify-content: center;
  text-align: center;
  margin-bottom: 3rem; }
  @media (min-width: 769px) {
    .c-newsletter.cream {
      margin-bottom: 8rem;
      margin-top: 5rem; } }
  .c-newsletter.cream .c-newsletter__input {
    color: #141414 !important;
    border-bottom: 1px solid #141414 !important;
    padding-bottom: 1.1rem !important;
    margin-bottom: 4.5rem; }
  .c-newsletter.cream .c-newsletter__title {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 500;
    font-size: 4rem;
    margin-bottom: 2.5rem;
    letter-spacing: normal; }
  .c-newsletter.cream .c-newsletter__subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 5.3rem; }
  .c-newsletter.cream .c-newsletter__form {
    margin-bottom: 6rem; }
  .c-newsletter.cream .c-newsletter__consent {
    text-align: center;
    margin: 0 auto;
    font-size: 1.2rem; }
  .c-newsletter.cream .mc4wp-form {
    margin-bottom: 6rem; }
  .c-newsletter.cream .mc4wp-alert.mc4wp-error {
    bottom: 13rem;
    left: 0;
    right: 0;
    text-align: center; }
  .c-newsletter.cream .c-btn {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center; }
  .c-newsletter.cream .icon.icon-arrow {
    display: none; }
  .c-newsletter.cream .c-newsletter__cta {
    position: relative;
    width: 100%;
    margin: 0 auto; }

.mc4wp-form {
  position: relative;
  margin-bottom: 2rem; }
  .mc4wp-form.mc4wp-form-submitted.mc4wp-form-success .mc4wp-form-fields {
    display: none; }
  .mc4wp-form.mc4wp-form-submitted.mc4wp-form-error input {
    border-bottom: 1px solid #FF9C9C; }
  .mc4wp-form .mc4wp-alert.mc4wp-error {
    position: absolute;
    bottom: 4rem;
    font-size: 1rem;
    line-height: 1.65rem;
    max-width: 25.5rem;
    text-align: left;
    margin: 0 auto;
    color: #FF9C9C;
    font-family: "Open Sans", sans-serif; }

.c-latest {
  width: 100%; }
  @media (min-width: 769px) {
    .c-latest {
      max-width: 34rem;
      display: flex;
      flex-flow: column; } }
  .c-latest__media img {
    width: 100%;
    height: auto; }
  .c-latest__body {
    position: relative;
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    min-height: 13rem;
    padding: 3rem 2rem;
    border: 0.5px solid #6e6e6e; }
    @media (min-width: 769px) {
      .c-latest__body {
        padding: 2.6rem 4.2rem 3rem;
        min-height: 13.5rem;
        flex: 1; } }
    .c-latest__body.cream {
      background-color: #f6f4ee;
      border: 0.5px solid #f6f4ee; }
    .c-latest__body::after {
      display: block;
      background-color: inherit;
      content: '';
      position: absolute;
      width: 2rem;
      height: 2rem;
      top: -1rem;
      transform: rotate(45deg);
      transform-origin: center; }
    .c-latest__body a {
      color: #141414; }
  .c-latest__category {
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    color: inherit;
    margin-bottom: 2rem;
    text-align: center;
    letter-spacing: 0.15em; }
    @media (min-width: 769px) {
      .c-latest__category {
        margin-bottom: 2.5rem; } }
  .c-latest__title {
    font-family: "Playfair Display", serif;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: capitalize;
    color: inherit;
    max-width: 25rem;
    text-align: center;
    line-height: 2.4rem; }
    @media (min-width: 769px) {
      .c-latest__title {
        font-size: 2rem;
        line-height: 2.6rem; } }
    @media (min-width: 1024px) {
      .c-latest__title:hover {
        text-decoration: underline; } }
    .c-latest__title i, .c-latest__title em, .c-latest__title strong, .c-latest__title b {
      font-style: normal; }

.c-category {
  margin-top: 1.6rem;
  position: relative;
  width: 100%; }
  @media (min-width: 769px) {
    .c-category {
      max-width: 56rem; } }
  .c-category__content {
    position: relative;
    margin-bottom: 11.2rem; }
    @media (min-width: 769px) {
      .c-category__content {
        margin-bottom: 8.4rem; } }
  .c-category__media .category-name {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -1.6rem;
    background-color: #141414;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.15em; }
    .c-category__media .category-name h4 {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 1rem;
      min-width: 12.6rem;
      height: 3.2rem;
      color: inherit; }
  .c-category__media img {
    width: 100%;
    height: auto; }
  .c-category__body {
    border: 0.5px solid #6f6f6f;
    position: absolute;
    bottom: -11.2rem;
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    min-height: 16.3rem;
    margin: 0 2rem;
    width: calc(100% - 4rem);
    padding: 3rem 2rem; }
    @media (min-width: 769px) {
      .c-category__body {
        min-height: 15.4rem;
        bottom: -7.9rem;
        padding: 2.8rem 5rem 3rem 3rem;
        width: calc(100% - 4rem); } }
  .c-category__author {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    color: #6e6e6e;
    text-align: center; }
    @media (min-width: 769px) {
      .c-category__author {
        text-align: left;
        margin-bottom: 1rem; } }
    .c-category__author .date {
      font-weight: 600;
      color: inherit;
      margin-right: .9rem;
      padding-right: .4rem;
      border-right: 0.5px solid #6e6e6e;
      letter-spacing: 0.15em; }
    .c-category__author .name {
      color: inherit;
      font-weight: 500;
      font-family: "Playfair Display", serif;
      font-style: italic; }
  .c-category__title {
    font-size: 2rem;
    line-height: 2.66rem;
    font-family: "Playfair Display", serif;
    font-weight: 500; }
    @media (min-width: 769px) {
      .c-category__title {
        line-height: 3.2rem;
        font-size: 2.4rem; } }
    .c-category__title.center-to-left {
      text-align: center; }
      @media (min-width: 1024px) {
        .c-category__title.center-to-left {
          text-align: left; } }
    @media (min-width: 1024px) {
      .c-category__title:hover {
        text-decoration: underline; } }
    .c-category__title a {
      display: block;
      color: inherit;
      font: inherit; }
    .c-category__title i, .c-category__title em, .c-category__title strong, .c-category__title b {
      font-style: normal; }

.c-category-hero {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap; }
  @media (min-width: 769px) {
    .c-category-hero {
      max-width: 120rem;
      flex-flow: column-reverse; } }
  .c-category-hero.full {
    max-width: 100%; }
  .c-category-hero__media img {
    width: 100%;
    height: auto; }
  .c-category-hero__body {
    background-color: #f6f4ee;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 6rem 2rem; }
    @media (min-width: 769px) {
      .c-category-hero__body {
        padding: 4.3rem 2rem; } }
  .c-category-hero__title.c-title .cursive {
    font-style: normal; }
  .c-category-hero__title span {
    background-color: #f6f4ee; }
  .c-category-hero__title a {
    display: block;
    color: inherit;
    font-size: inherit; }
  .c-category-hero__title.c-title {
    font-size: 3.4rem;
    line-height: 4.532rem;
    margin-bottom: 3.2rem; }
    @media (min-width: 769px) {
      .c-category-hero__title.c-title {
        font-size: 4.6rem;
        line-height: 6.132rem;
        max-width: 68.4rem;
        margin-bottom: 2.7rem; } }
  .c-category-hero__author {
    margin-bottom: 5rem;
    font-size: 1.4rem;
    color: #6e6e6e; }
    @media (min-width: 769px) {
      .c-category-hero__author {
        margin-bottom: 6rem;
        font-size: 1.6rem; } }
    .c-category-hero__author .date {
      font-weight: 600;
      color: inherit;
      margin-right: .7rem;
      padding-right: .7rem;
      border-right: 0.5px solid #6e6e6e;
      letter-spacing: 0.15em; }
    .c-category-hero__author .name {
      color: inherit;
      font-weight: 500;
      font-family: "Playfair Display", serif;
      font-style: italic; }

.c-featured {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: column-reverse; }
  @media (min-width: 769px) {
    .c-featured {
      flex-flow: row nowrap;
      justify-content: space-between; } }
  @media (min-width: 769px) {
    .c-featured__media {
      width: 46.66667%; } }
  .c-featured__media a {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 24rem; }
    @media (min-width: 769px) {
      .c-featured__media a {
        min-height: 40rem; } }
  .c-featured__media img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .c-featured__body {
    position: relative;
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 4rem 2rem;
    text-align: center; }
    @media (min-width: 769px) {
      .c-featured__body {
        padding: 4rem 6rem;
        text-align: left;
        align-items: flex-start;
        justify-content: center;
        flex: 1; } }
    .c-featured__body.cream {
      background-color: #f6f4ee; }
    .c-featured__body::after {
      display: block;
      background-color: inherit;
      content: '';
      position: absolute;
      width: 2rem;
      height: 2rem;
      transform: rotate(45deg);
      transform-origin: center;
      bottom: -1rem; }
      @media (min-width: 769px) {
        .c-featured__body::after {
          left: -1rem;
          bottom: auto; } }
  .c-featured .category-name {
    background-color: #141414;
    color: #fff;
    padding: 0 1rem;
    font-size: 2rem;
    font-weight: 600;
    min-width: 12.6rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 3rem; }
    .c-featured .category-name a {
      color: inherit; }
  .c-featured__author {
    margin-bottom: 2rem;
    display: block;
    font-size: 1.6rem;
    color: #6e6e6e; }
    .c-featured__author .date {
      font-weight: 600;
      color: inherit;
      margin-right: .7rem;
      padding-right: .7rem;
      border-right: 0.5px solid #6e6e6e;
      letter-spacing: 0.15em; }
    .c-featured__author .name {
      color: inherit;
      font-weight: 500;
      font-family: "Playfair Display", serif;
      font-style: italic; }
  .c-featured__title {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-style: italic;
    text-transform: capitalize;
    color: #141414;
    font-size: 3.4rem;
    line-height: 4.532rem;
    margin-bottom: 4rem;
    font-style: normal; }
    @media (min-width: 769px) {
      .c-featured__title {
        font-size: 3.19444vw;
        line-height: 4.23611vw;
        margin-bottom: 5rem; } }
    @media (min-width: 145rem) {
      .c-featured__title {
        font-size: 4.6rem;
        line-height: 6.132rem; } }
    @media (min-width: 1025px) {
      .c-featured__title {
        font-size: 4.6rem;
        line-height: 6.132rem; } }
    @media (min-width: 1024px) {
      .c-featured__title:hover {
        text-decoration: underline; } }
    .c-featured__title a {
      display: block;
      color: inherit;
      font-size: inherit; }

@media (min-width: 769px) {
  .c-share {
    display: flex;
    flex-flow: row nowrap; } }

.c-share__title {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 1.6rem;
  margin-bottom: 2.4rem; }
  @media (min-width: 769px) {
    .c-share__title {
      text-align: left;
      margin-right: 2rem;
      margin-bottom: 0; } }

.c-share__icons {
  display: block;
  text-align: center; }
  @media (min-width: 769px) {
    .c-share__icons {
      text-align: left; } }

.c-share__icon {
  font-size: 1.8rem;
  color: #141414;
  transition: color .2s ease; }
  @media (min-width: 1024px) {
    .c-share__icon {
      font-size: 1.4rem; } }
  @media (min-width: 1024px) {
    .c-share__icon:hover {
      color: #9B9B9B; } }
  .c-share__icon + .c-share__icon {
    margin-left: 4rem; }
    @media (min-width: 769px) {
      .c-share__icon + .c-share__icon {
        margin-left: 1.37rem; } }

.c-ribbon {
  padding: 2rem 1rem;
  color: #141414;
  background-color: #f6f4ee; }
  @media (min-width: 769px) {
    .c-ribbon {
      background-color: #fff; } }
  .c-ribbon.cream {
    background-color: #f6f4ee; }
  .c-ribbon__text {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.9rem;
    text-align: center;
    max-width: 30rem;
    margin: 0 auto; }
    @media (min-width: 769px) {
      .c-ribbon__text {
        max-width: 82.5rem; } }
  .c-ribbon a {
    color: inherit;
    text-decoration: underline; }

.c-nav {
  display: none;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 5.2rem;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 1rem 4rem 9rem 4rem;
  z-index: 100; }
  @media (min-width: 1024px) {
    .c-nav {
      position: static;
      display: flex;
      justify-content: flex-end;
      width: 74.4%;
      background: #141414;
      padding: 0; } }
  @media (min-width: 769px) {
    .c-nav {
      overflow-y: unset; } }
  .c-nav.active {
    display: block; }
    @media (max-width: 1023px) {
      .c-nav.active {
        display: flex;
        align-items: center;
        justify-content: center; } }
  @media (min-width: 1024px) {
    .c-nav .links {
      display: flex;
      flex-flow: row wrap;
      align-items: center; } }
  @media (max-width: 1023px) {
    .c-nav .links {
      position: relative;
      height: fit-content;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 1.6rem; } }
  @media (min-width: 1024px) {
    .c-nav .links li {
      position: relative;
      margin-right: 2vw; }
      .c-nav .links li:last-child {
        margin-right: 0; } }
  .c-nav .links li .dropdown {
    position: absolute;
    display: flex;
    gap: 3.2rem;
    bottom: -7.5rem;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 769px) {
      .c-nav .links li .dropdown {
        display: none;
        top: 100%;
        left: 0;
        background-color: #fff;
        padding: 1.6rem 2.4rem;
        height: 5.6rem;
        transform: translateX(0);
        bottom: 7.8rem; } }
    .c-nav .links li .dropdown li {
      margin-right: 0;
      width: 2.4rem;
      height: 2.4rem;
      display: flex;
      justify-content: center; }
    .c-nav .links li .dropdown span.icon {
      font-size: 2.4rem;
      line-height: 100%;
      color: #141414; }
  .c-nav .links li.dropdown-parent a.link {
    display: none; }
  .c-nav .links li:hover .dropdown {
    display: flex; }
  .c-nav .links .link {
    text-align: center;
    display: block;
    padding: 1.5rem 0;
    color: #141414;
    font-size: 2rem; }
    @media (min-width: 769px) {
      .c-nav .links .link {
        font-size: 1.6rem; } }
    @media (min-width: 1024px) {
      .c-nav .links .link {
        padding: 1rem 0;
        color: #fff; }
        .c-nav .links .link:hover {
          color: #9B9B9B; } }
    .c-nav .links .link.active {
      text-decoration: underline; }

.c-search {
  display: none;
  width: 100%;
  position: fixed;
  top: 5.2rem;
  left: 0;
  right: 0;
  padding-bottom: 2rem;
  background: #fff;
  transition: all 0.3s ease; }
  @media (min-width: 1024px) {
    .c-search {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .c-search.active {
    display: block;
    z-index: 101; }
    @media (min-width: 1024px) {
      .c-search.active {
        position: fixed;
        top: 11.6rem;
        right: 0;
        left: 0;
        width: 100%; } }
  .c-search .wrap {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Playfair Display", serif; }
    .c-search .wrap::after {
      display: block;
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 88%;
      height: 1px;
      background-color: #9B9B9B; }
      @media (min-width: 1024px) {
        .c-search .wrap::after {
          display: none; } }
    @media (min-width: 1024px) {
      .c-search .wrap.m {
        justify-content: space-between;
        width: 76%;
        margin: 0 auto;
        border-bottom: 1px solid #6f6f6f;
        padding: 0 0 2rem 0; } }
  .c-search input {
    width: 80%;
    border: 0;
    outline: 0;
    padding: 2rem 0;
    font-weight: bold;
    font-size: 3rem; }
    @media (min-width: 769px) {
      .c-search input {
        font-size: 4rem; } }
    @media (min-width: 1024px) {
      .c-search input {
        width: 88%;
        padding: 0;
        font-style: normal;
        font-weight: bold; } }
    .c-search input::placeholder {
      font-family: "Playfair Display", serif;
      color: #141414;
      opacity: 1; }
  .c-search button {
    color: #141414; }
  .c-search .icon-search {
    font-size: 2.2rem;
    color: #141414; }
    @media (min-width: 1024px) {
      .c-search .icon-search {
        font-size: 2.55rem; } }

.c-title {
  font-family: "Playfair Display", serif;
  position: relative;
  z-index: 2;
  font-weight: 500;
  color: #141414;
  font-size: 4rem;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 769px) {
    .c-title {
      font-size: 3rem; } }
  .c-title.line::after {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    content: '';
    background-color: #6e6e6e;
    height: 0.5px;
    width: 100%;
    margin: 0 auto; }
  .c-title .inner {
    padding: 0 2rem;
    background-color: #fff; }
  .c-title.uppercase, .c-title .uppercase {
    text-transform: uppercase; }
  .c-title.capitalied, .c-title .capitalized {
    text-transform: capitalize; }
  .c-title.center {
    text-align: center; }
  .c-title.center-to-left {
    text-align: center; }
    @media (min-width: 769px) {
      .c-title.center-to-left {
        text-align: left; } }
  .c-title .cursive {
    font-style: italic;
    font-size: inherit; }
  .c-title span.cream {
    background-color: #f6f4ee; }
  .c-title span + span {
    padding-left: 1rem; }

.b-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #141414;
  padding: 1.48rem 0;
  z-index: 100;
  transition: all 0.3s ease; }
  @media (min-width: 1024px) {
    .b-header {
      padding: 4rem 0; } }
  .b-header .m {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 1024px) {
      .b-header .m {
        padding: 0 8.4vw;
        flex-flow: row wrap;
        justify-content: flex-start;
        position: relative; } }
  .b-header .search-trigger {
    color: #fff; }
    .b-header .search-trigger.mobile {
      font-size: 2.2rem; }
      @media (min-width: 1024px) {
        .b-header .search-trigger.mobile {
          display: none; } }
    .b-header .search-trigger.desk {
      display: none; }
      @media (min-width: 1024px) {
        .b-header .search-trigger.desk {
          display: block;
          width: 2.2%;
          font-size: 2.6rem;
          margin-left: 2.9%;
          cursor: pointer; } }
  .b-header .logo {
    width: 44%; }
    @media (min-width: 1024px) {
      .b-header .logo {
        width: 20.5%; } }
  .b-header .menu-trigger {
    color: #fff; }
    .b-header .menu-trigger.icon-burger {
      font-size: 1.6rem; }
    .b-header .menu-trigger.icon-close {
      font-size: 2rem; }
    @media (min-width: 1024px) {
      .b-header .menu-trigger {
        display: none; } }
  .b-header.sticky {
    padding: 1.6rem 0; }
    .b-header.sticky .logo {
      width: 16%; }
    .b-header.sticky .m {
      justify-content: space-between; }
    .b-header.sticky .c-search.active {
      top: 6.7rem; }

@media (min-width: 769px) {
  .b-latest .glide__slides {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 6.25%; } }

.b-latest__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center; }
  @media (min-width: 769px) {
    .b-latest__list {
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 6.25%; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .b-latest__list {
      grid-template-columns: repeat(2, 1fr);
      grid-row-gap: 2rem; } }

.b-latest .b-latest__slider {
  margin-bottom: 11.7rem; }
  @media (min-width: 769px) {
    .b-latest .b-latest__slider {
      margin-bottom: 9rem; } }
  .b-latest .b-latest__slider .glide__bullets {
    bottom: -5rem;
    z-index: 2; }
    @media (min-width: 769px) {
      .b-latest .b-latest__slider .glide__bullets {
        display: none; } }
    .b-latest .b-latest__slider .glide__bullets .glide__bullet {
      background: transparent;
      border: 1px solid #141414;
      width: 1.2rem;
      height: 1.2rem;
      margin: 0 1rem; }
      .b-latest .b-latest__slider .glide__bullets .glide__bullet--active {
        background: #141414; }

@media (min-width: 769px) {
  .b-category .glide__slides {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5.55556%;
    grid-row-gap: 8.5rem; } }

.b-category__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  grid-row-gap: 7.5rem; }
  @media (min-width: 769px) {
    .b-category__list {
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 5.55556%;
      grid-row-gap: 8.5rem; } }

.b-category .b-category__slider {
  margin-bottom: 4rem; }
  @media (min-width: 769px) {
    .b-category .b-category__slider {
      margin-bottom: 0; } }
  .b-category .b-category__slider .glide__bullets {
    bottom: -5rem;
    z-index: 2; }
    @media (min-width: 769px) {
      .b-category .b-category__slider .glide__bullets {
        display: none; } }
    .b-category .b-category__slider .glide__bullets .glide__bullet {
      background: transparent;
      border: 1px solid #141414;
      width: 1.2rem;
      height: 1.2rem;
      margin: 0 1rem; }
      .b-category .b-category__slider .glide__bullets .glide__bullet--active {
        background: #141414; }

.b-featured__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 7rem; }
  @media (min-width: 769px) {
    .b-featured__list {
      grid-row-gap: 8rem; } }

.b-wysiwyg h1,
.b-wysiwyg h2,
.b-wysiwyg h3,
.b-wysiwyg h4,
.b-wysiwyg h5,
.b-wysiwyg h6 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin-bottom: 4rem; }
  .b-wysiwyg h1.has-text-align-center,
  .b-wysiwyg h2.has-text-align-center,
  .b-wysiwyg h3.has-text-align-center,
  .b-wysiwyg h4.has-text-align-center,
  .b-wysiwyg h5.has-text-align-center,
  .b-wysiwyg h6.has-text-align-center {
    text-align: center; }

.b-wysiwyg h1 {
  font-size: 2.8rem;
  line-height: 4.7rem; }
  @media (min-width: 769px) {
    .b-wysiwyg h1 {
      font-size: 3rem; } }
  @media (min-width: 769px) {
    .b-wysiwyg h1 {
      line-height: 5rem; } }

.b-wysiwyg h2 {
  font-size: 2.6rem;
  line-height: 4.5rem; }
  @media (min-width: 769px) {
    .b-wysiwyg h2 {
      font-size: 2.8rem; } }
  @media (min-width: 769px) {
    .b-wysiwyg h2 {
      line-height: 4.7rem; } }

.b-wysiwyg h3 {
  font-size: 2.4rem;
  line-height: 3.4rem; }
  @media (min-width: 769px) {
    .b-wysiwyg h3 {
      font-size: 2.6rem; } }
  @media (min-width: 769px) {
    .b-wysiwyg h3 {
      line-height: 3.6rem; } }

.b-wysiwyg h4 {
  font-size: 2.2rem;
  line-height: 3.2rem; }
  @media (min-width: 769px) {
    .b-wysiwyg h4 {
      font-size: 2.4rem; } }
  @media (min-width: 769px) {
    .b-wysiwyg h4 {
      line-height: 3.4rem; } }

.b-wysiwyg h5 {
  font-size: 2rem;
  line-height: 3.7rem; }
  @media (min-width: 769px) {
    .b-wysiwyg h5 {
      font-size: 2.2rem; } }
  @media (min-width: 769px) {
    .b-wysiwyg h5 {
      line-height: 3.9rem; } }

.b-wysiwyg h6 {
  font-size: 1.8rem;
  line-height: 2.9rem;
  font-weight: 600; }
  @media (min-width: 769px) {
    .b-wysiwyg h6 {
      font-size: 2rem; } }
  @media (min-width: 769px) {
    .b-wysiwyg h6 {
      line-height: 2.7rem; } }

.b-wysiwyg p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 4rem; }
  @media (min-width: 769px) {
    .b-wysiwyg p {
      font-size: 1.8rem; } }
  @media (min-width: 769px) {
    .b-wysiwyg p {
      line-height: 2.45rem; } }
  .b-wysiwyg p br {
    display: block;
    margin-bottom: 3.5rem;
    line-height: 3.5rem;
    content: ""; }

.b-wysiwyg strong,
.b-wysiwyg b {
  font-weight: 600; }

.b-wysiwyg i,
.b-wysiwyg em {
  font-style: italic; }

.b-wysiwyg a {
  color: #3C67FF;
  text-decoration: underline;
  font-size: 1.6rem;
  line-height: 2.6rem; }
  @media (min-width: 769px) {
    .b-wysiwyg a {
      font-size: 1.8rem; } }
  @media (min-width: 769px) {
    .b-wysiwyg a {
      line-height: 2.45rem; } }

.b-wysiwyg img {
  margin-bottom: 3rem;
  height: auto; }

.b-wysiwyg figcaption, .b-wysiwyg cite {
  color: #9B9B9B;
  font-size: 1.2rem;
  line-height: 2.6rem;
  margin-bottom: 4rem;
  margin-top: -2rem; }
  @media (min-width: 769px) {
    .b-wysiwyg figcaption, .b-wysiwyg cite {
      font-size: 1.4rem; } }
  @media (min-width: 769px) {
    .b-wysiwyg figcaption, .b-wysiwyg cite {
      line-height: 2.45rem; } }

.b-wysiwyg blockquote,
.b-wysiwyg q {
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3.7rem;
  margin-bottom: 2rem;
  padding-left: 5rem;
  quotes: "“" "”" "‘" "’"; }
  @media (min-width: 769px) {
    .b-wysiwyg blockquote,
    .b-wysiwyg q {
      font-size: 2.2rem; } }
  @media (min-width: 769px) {
    .b-wysiwyg blockquote,
    .b-wysiwyg q {
      line-height: 3.9rem; } }
  @media (max-width: 1023px) {
    .b-wysiwyg blockquote,
    .b-wysiwyg q {
      padding-left: 0; } }
  .b-wysiwyg blockquote::before,
  .b-wysiwyg q::before {
    position: absolute;
    left: 0;
    top: 1.4rem;
    font-size: 8.4rem;
    content: open-quote; }
  .b-wysiwyg blockquote p,
  .b-wysiwyg q p {
    font-weight: 500;
    font-size: 2rem;
    line-height: 3.7rem;
    margin: 0;
    padding: 0; }
    @media (min-width: 769px) {
      .b-wysiwyg blockquote p,
      .b-wysiwyg q p {
        font-size: 2.2rem; } }
    @media (min-width: 769px) {
      .b-wysiwyg blockquote p,
      .b-wysiwyg q p {
        line-height: 3.9rem; } }
  @media (min-width: 1024px) {
    .b-wysiwyg blockquote,
    .b-wysiwyg q {
      margin-bottom: 3rem; } }

.b-wysiwyg cite {
  padding-left: 5rem; }

.b-wysiwyg hr {
  width: 100%;
  background-color: #000000;
  margin: 8rem 0; }

.b-wysiwyg table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  font-size: 1.6rem;
  border-collapse: collapse;
  margin: auto;
  margin-bottom: 4rem;
  text-align: center; }
  @media (min-width: 1024px) {
    .b-wysiwyg table {
      display: table; } }
  .b-wysiwyg table td,
  .b-wysiwyg table th {
    padding: 2rem 1rem;
    border: 1px solid #CACACA;
    color: #8d8d8d; }
  .b-wysiwyg table th,
  .b-wysiwyg table tr:first-of-type td {
    border: 1px solid #141414;
    color: #141414; }

.b-wysiwyg ul,
.b-wysiwyg ol {
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding-left: 2rem;
  margin-bottom: 6rem; }
  @media (min-width: 769px) {
    .b-wysiwyg ul,
    .b-wysiwyg ol {
      font-size: 1.8rem; } }
  @media (min-width: 769px) {
    .b-wysiwyg ul,
    .b-wysiwyg ol {
      line-height: 2.4rem; } }
  @media (min-width: 1024px) {
    .b-wysiwyg ul,
    .b-wysiwyg ol {
      padding-left: 4rem; } }
  .b-wysiwyg ul li,
  .b-wysiwyg ol li {
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
    line-height: 2.2rem; }
    @media (min-width: 769px) {
      .b-wysiwyg ul li,
      .b-wysiwyg ol li {
        font-size: 1.8rem; } }
    @media (min-width: 769px) {
      .b-wysiwyg ul li,
      .b-wysiwyg ol li {
        line-height: 2.45rem; } }
    @media (min-width: 1024px) {
      .b-wysiwyg ul li,
      .b-wysiwyg ol li {
        margin-bottom: 1.8rem; } }

.b-wysiwyg ul {
  list-style-type: disc; }
  .b-wysiwyg ul ul {
    margin-bottom: 0;
    margin-top: 2rem;
    list-style-type: circle; }

.b-wysiwyg ol {
  list-style-type: decimal; }
  .b-wysiwyg ol ol {
    margin-bottom: 0;
    margin-top: 2rem;
    list-style-type: lower-roman; }

.b-wysiwyg .wp-block-table {
  margin: 0 auto;
  max-width: 100%;
  display: block;
  overflow-x: auto; }
  @media (min-width: 769px) {
    .b-wysiwyg .wp-block-table {
      max-width: 54.5rem; } }

.b-wysiwyg .wp-block-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 6rem; }
  @media (min-width: 1024px) {
    .b-wysiwyg .wp-block-buttons {
      justify-content: flex-start; } }
  .b-wysiwyg .wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-left: 0;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem; }
    @media (min-width: 1024px) {
      .b-wysiwyg .wp-block-buttons .wp-block-button {
        margin-right: 0.5rem; }
        .b-wysiwyg .wp-block-buttons .wp-block-button:last-child {
          margin-bottom: 0; } }
    .b-wysiwyg .wp-block-buttons .wp-block-button:last-child {
      margin-right: 0; }
    .b-wysiwyg .wp-block-buttons .wp-block-button a {
      text-decoration: none;
      min-width: 28rem;
      padding: 1.5rem 0rem;
      border-radius: 50px;
      font-size: 1.8rem;
      border: 1px solid #141414;
      transition: all 0.3s;
      background: #141414;
      text-align: center;
      text-transform: uppercase;
      display: inline-block; }
    .b-wysiwyg .wp-block-buttons .wp-block-button__link {
      color: white; }
      .b-wysiwyg .wp-block-buttons .wp-block-button__link:hover {
        color: #32373c;
        background-color: white; }
    .b-wysiwyg .wp-block-buttons .wp-block-button.is-style-outline a {
      color: #141414;
      background: transparent; }
      .b-wysiwyg .wp-block-buttons .wp-block-button.is-style-outline a:hover {
        color: white;
        background-color: #141414; }

.b-wysiwyg .wp-block-columns {
  margin-bottom: 5rem; }
  .b-wysiwyg .wp-block-columns .wp-block-column {
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column; }
    .b-wysiwyg .wp-block-columns .wp-block-column:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 1024px) {
      .b-wysiwyg .wp-block-columns .wp-block-column {
        margin-bottom: 0; } }
    .b-wysiwyg .wp-block-columns .wp-block-column .wp-block-buttons {
      justify-content: center;
      margin-top: auto;
      margin-bottom: 0; }
    .b-wysiwyg .wp-block-columns .wp-block-column h3 {
      font-size: 2.5rem; }

.b-wysiwyg .blocks-gallery-grid {
  padding-left: 0;
  margin-bottom: 3rem; }

.b-wysiwyg .wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: auto; }

.b-wysiwyg .slick-slider {
  padding: 0 !important; }
  .b-wysiwyg .slick-slider .slick-next,
  .b-wysiwyg .slick-slider .slick-prev {
    background: black;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    transition: all 0.3s; }
    .b-wysiwyg .slick-slider .slick-next:before,
    .b-wysiwyg .slick-slider .slick-prev:before {
      color: white; }
    .b-wysiwyg .slick-slider .slick-next:hover,
    .b-wysiwyg .slick-slider .slick-prev:hover {
      background: #4A4A4A; }
  .b-wysiwyg .slick-slider .slick-next {
    right: -50px; }
  .b-wysiwyg .slick-slider .slick-prev {
    left: -50px; }
  .b-wysiwyg .slick-slider.wp-block-oacs-slider .blocks-gallery-image,
  .b-wysiwyg .slick-slider.wp-block-oacs-slider .blocks-gallery-item {
    margin: 0; }

@media (min-width: 1025px) {
  .b-wysiwyg .instagram-media {
    max-width: 320px !important; } }

.b-wysiwyg .tiktok-embed {
  max-width: 300px !important;
  background: #f0f0f1; }
  @media (min-width: 1025px) {
    .b-wysiwyg .tiktok-embed {
      max-width: 375px !important; } }
  .b-wysiwyg .tiktok-embed:before {
    display: none; }
  .b-wysiwyg .tiktok-embed:after {
    display: none; }

.b-wysiwyg #embed-video-container {
  background: #f0f0f1; }

.b-wysiwyg .c-editor-note__wrapper {
  background-color: #f6f4ee;
  padding: 2.4rem; }

.b-wysiwyg .c-editor-note-rating__content {
  color: #000;
  font-size: 1.8rem;
  line-height: 150%; }
  .b-wysiwyg .c-editor-note-rating__content * {
    color: inherit;
    font-size: inherit;
    line-height: inherit; }
  .b-wysiwyg .c-editor-note-rating__content strong,
  .b-wysiwyg .c-editor-note-rating__content b {
    font-weight: 600; }

.b-footer {
  background-color: #141414;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 4rem; }
  @media (min-width: 1024px) {
    .b-footer {
      padding-top: 5.8rem;
      padding-bottom: 3rem; } }
  .b-footer__list {
    display: flex;
    flex-flow: column nowrap; }
    @media (min-width: 1024px) {
      .b-footer__list {
        flex-flow: row nowrap; } }
    .b-footer__list .item {
      color: inherit;
      display: flex;
      flex-flow: column nowrap; }
      @media (min-width: 1024px) {
        .b-footer__list .item {
          max-width: 38rem; } }
    .b-footer__list .logo {
      margin-bottom: 5rem;
      flex: 1;
      align-items: center; }
      @media (min-width: 1024px) {
        .b-footer__list .logo {
          margin-right: 4.86111%;
          margin-bottom: 0;
          align-items: flex-start;
          order: 1; } }
      .b-footer__list .logo img {
        width: 18.7rem; }
    .b-footer__list .social {
      align-items: center;
      min-width: 11.3rem; }
      @media (min-width: 1024px) {
        .b-footer__list .social {
          align-items: flex-start;
          order: 2; } }
      .b-footer__list .social__title {
        font-family: "Playfair Display", serif;
        font-size: 1.6rem;
        margin-bottom: 2rem;
        letter-spacing: 0.15em; }
        .b-footer__list .social__title .cursive {
          font-weight: 500;
          font-style: italic; }
      .b-footer__list .social__icons {
        display: flex;
        align-items: baseline; }
        @media (min-width: 1024px) {
          .b-footer__list .social__icons {
            align-items: center; } }
        .b-footer__list .social__icons .link {
          display: inline-block; }
          .b-footer__list .social__icons .link + .link {
            margin-left: 3rem; }
            @media (min-width: 1024px) {
              .b-footer__list .social__icons .link + .link {
                margin-left: 1.5rem; } }
        .b-footer__list .social__icons .icon {
          font-size: 1.5rem; }
          @media (min-width: 1024px) {
            .b-footer__list .social__icons .icon {
              font-size: 1.8rem; } }
        .b-footer__list .social__icons .icon-ig2 {
          font-size: 1.7rem; }
          @media (min-width: 1024px) {
            .b-footer__list .social__icons .icon-ig2 {
              font-size: 2.4rem; } }
    .b-footer__list .nav {
      align-items: center;
      margin-bottom: 6rem;
      padding: 0; }
      @media (min-width: 1024px) {
        .b-footer__list .nav {
          margin: 0 4.86111%;
          padding: 0 4.86111%;
          align-items: flex-start;
          border-left: 0.5px solid #6e6e6e;
          border-right: 0.5px solid #6e6e6e;
          order: 3;
          margin-left: 7%;
          min-width: 22.4rem; } }
      .b-footer__list .nav .link + .link {
        margin-top: 4rem; }
        @media (min-width: 1024px) {
          .b-footer__list .nav .link + .link {
            margin-top: 2.8rem; } }
    .b-footer__list .news {
      margin-bottom: 7rem; }
      @media (min-width: 1024px) {
        .b-footer__list .news {
          margin-bottom: 0;
          order: 4; } }
  .b-footer__copyrights {
    text-align: center;
    padding-top: 4rem;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.3rem; }
    @media (min-width: 1024px) {
      .b-footer__copyrights {
        padding-top: 6rem; } }
    .b-footer__copyrights a {
      color: #fff;
      text-decoration: underline; }
  .b-footer__copyright {
    display: block; }

.b-hp-slider {
  width: 100%;
  margin-bottom: 6rem; }
  @media (min-width: 1024px) {
    .b-hp-slider {
      margin-bottom: 6.4rem; } }
  .b-hp-slider .glide__slides {
    z-index: 1; }
  .b-hp-slider .glide__slide {
    position: relative; }
    .b-hp-slider .glide__slide img {
      width: 100%; }
  .b-hp-slider .glide__bullets {
    bottom: 4.1rem;
    z-index: 2; }
    @media (min-width: 1024px) {
      .b-hp-slider .glide__bullets {
        bottom: 5rem; } }
    .b-hp-slider .glide__bullets .glide__bullet {
      background: transparent;
      border: 1px solid #fff;
      width: 1.2rem;
      height: 1.2rem;
      margin: 0 1rem; }
      .b-hp-slider .glide__bullets .glide__bullet--active {
        background: #fff; }
  .b-hp-slider .img-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 27.22%, #333333 111.22%); }
  .b-hp-slider .slide-content {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10.3rem;
    width: 96%;
    text-align: center; }
    @media (min-width: 1024px) {
      .b-hp-slider .slide-content {
        width: 55%;
        max-width: 78.2rem;
        bottom: 12.2rem; } }
    .b-hp-slider .slide-content .slide-title {
      font-family: "Playfair Display", serif;
      font-size: 3rem;
      line-height: 5rem;
      color: #fff; }
      @media (min-width: 769px) {
        .b-hp-slider .slide-content .slide-title {
          font-size: 4rem; } }
      @media (min-width: 769px) {
        .b-hp-slider .slide-content .slide-title {
          line-height: 6rem; } }
      .b-hp-slider .slide-content .slide-title .uppercase {
        text-transform: uppercase; }
      .b-hp-slider .slide-content .slide-title .cursive {
        font-style: italic; }
    .b-hp-slider .slide-content .c-btn {
      margin-top: 3.5rem;
      letter-spacing: 0.15em;
      transition: none; }
      @media (min-width: 769px) {
        .b-hp-slider .slide-content .c-btn {
          margin-top: 6rem; } }

.p-home .b-latest {
  margin-bottom: 6rem; }
  @media (min-width: 769px) {
    .p-home .b-latest {
      margin-bottom: 9rem; } }
  .p-home .b-latest__title {
    margin-bottom: 6rem;
    font-size: 3rem; }
    @media (min-width: 769px) {
      .p-home .b-latest__title {
        font-size: 4rem; } }

.p-home .b-category {
  margin-bottom: 8rem; }
  @media (min-width: 769px) {
    .p-home .b-category {
      margin-bottom: 10rem; } }
  .p-home .b-category__title {
    font-size: 3rem;
    margin-bottom: 6rem; }
    @media (min-width: 769px) {
      .p-home .b-category__title {
        font-size: 6rem;
        margin-bottom: 11.4rem; } }

.p-home .b-featured {
  margin-bottom: 7rem; }
  @media (min-width: 769px) {
    .p-home .b-featured {
      margin-bottom: 8rem; } }

.p-category__title {
  font-size: 4rem;
  margin-bottom: 7.2rem;
  margin-top: 4rem; }
  @media (min-width: 769px) {
    .p-category__title {
      font-size: 6rem;
      margin-bottom: 5.7rem;
      margin-top: 6rem; } }

.p-category__hero {
  margin-bottom: 6rem; }

.p-category .b-latest__title {
  margin-bottom: 6rem;
  font-size: 3rem; }
  @media (min-width: 769px) {
    .p-category .b-latest__title {
      font-size: 4rem; } }

.p-category .b-featured {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  background-color: #f6f4ee;
  padding: 7rem 0; }
  @media (min-width: 769px) {
    .p-category .b-featured {
      padding: 10rem 0; } }
  .p-category .b-featured .c-btn {
    margin-top: 7rem;
    letter-spacing: 0.15em; }
    @media (min-width: 769px) {
      .p-category .b-featured .c-btn {
        margin-top: 10rem; } }

@media (min-width: 769px) {
  .p-category .b-featured__list {
    grid-row-gap: 9rem; } }

@media (min-width: 769px) {
  .p-category .c-category-hero {
    flex-flow: column; } }

.p-category .c-latest__category {
  display: none; }

.p-article__wrapper {
  padding-bottom: 6rem; }
  @media (min-width: 769px) {
    .p-article__wrapper {
      padding-bottom: 8rem; } }

@media (min-width: 769px) {
  .p-article .promo .p-article__content .main {
    width: 71.667%;
    max-width: 70rem;
    padding-right: 0; } }

.p-article .promo .b-wysiwyg hr {
  margin: 4rem 0; }

.p-article__content {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 2rem; }
  @media (min-width: 769px) {
    .p-article__content {
      padding: 0 12rem;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: flex-start; } }
  .p-article__content .main {
    width: 100%; }
    @media (min-width: 769px) {
      .p-article__content .main {
        width: 71.667%;
        max-width: 86rem;
        padding-right: 13.334%; } }
  .p-article__content .asideSticky .c-btn {
    width: 99%;
    margin: auto; }
  @media (min-width: 769px) {
    .p-article__content .asideSticky {
      width: 28.334%; } }

.p-article__hero {
  margin-bottom: 6rem; }
  .p-article__hero .c-category-hero__title {
    font-size: 3.4rem;
    line-height: 4.5rem;
    max-width: 70rem; }
    @media (min-width: 769px) {
      .p-article__hero .c-category-hero__title {
        font-size: 4.6rem;
        line-height: 6.1rem;
        margin-bottom: 2rem; } }
  .p-article__hero .c-category-hero__author {
    margin-bottom: 0; }

.p-article .c-share {
  margin-bottom: 6rem; }
  @media (min-width: 769px) {
    .p-article .c-share {
      margin-bottom: 4rem; } }

.p-article__cta {
  font-family: "Playfair Display", serif;
  display: block;
  font-style: italic;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-align: center;
  color: #141414; }
  @media (min-width: 769px) {
    .p-article__cta {
      font-size: 2rem;
      line-height: 2.7rem; } }
  .p-article__cta span {
    text-decoration: underline; }
  .p-article__cta a {
    color: inherit; }

.p-article .b-featured {
  margin-bottom: 6rem; }
  @media (min-width: 769px) {
    .p-article .b-featured {
      margin-bottom: 0; } }
  .p-article .b-featured .c-latest {
    margin-bottom: 3rem; }
  .p-article .b-featured .c-latest__body {
    min-height: 10.3rem; }
  .p-article .b-featured .c-latest__title {
    font-size: 2rem; }

.p-article__featured {
  font-size: 2rem;
  line-height: 2.7rem;
  margin-bottom: 3rem; }

.p-article__read-more {
  font-size: 3rem;
  margin-bottom: 6rem; }
  @media (min-width: 769px) {
    .p-article__read-more {
      font-size: 4rem;
      margin-bottom: 7.3rem; } }

.p-404 {
  display: flex;
  flex-flow: column nowrap; }
  .p-404 main {
    display: flex;
    flex: 1;
    padding-top: 11rem;
    padding-bottom: 11rem;
    align-items: center;
    justify-content: center; }
    @media (min-width: 769px) {
      .p-404 main {
        padding-top: 22.8rem;
        padding-bottom: 22.8rem; } }
  .p-404__content {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 92.3rem;
    max-height: 53rem;
    min-height: 44rem;
    border: 1px solid #6e6e6e; }
  .p-404__title {
    font-family: "Playfair Display", serif;
    font-size: 8rem;
    line-height: 10.7rem;
    font-weight: 400;
    margin-bottom: 3rem; }
    @media (min-width: 769px) {
      .p-404__title {
        font-size: 12rem;
        line-height: 16rem; } }
  .p-404__desc {
    font-weight: 400;
    text-align: center;
    font-size: 1.6rem;
    color: #929080;
    line-height: 2.2rem;
    margin-bottom: 6.5rem;
    padding: 0 2rem; }
    @media (min-width: 769px) {
      .p-404__desc {
        font-size: 1.8rem;
        line-height: 2.5rem;
        margin-bottom: 8rem; } }

.p-static {
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .p-static .b-wysiwyg {
      max-width: 70rem;
      padding: 0;
      margin: auto; } }
  .p-static__title {
    font-family: "Playfair Display", serif;
    text-align: center;
    font-style: italic;
    font-weight: 500;
    font-size: 3.4rem;
    line-height: 4.5rem;
    color: #141414;
    margin-top: 6rem;
    margin-bottom: 4rem; }
    @media (min-width: 769px) {
      .p-static__title {
        font-size: 4.6rem; } }
    @media (min-width: 769px) {
      .p-static__title {
        line-height: 6.1rem; } }
    @media (min-width: 769px) {
      .p-static__title {
        margin: 10rem 0; } }

.p-search-results .no-results .c-search {
  display: block;
  position: static; }

.p-search-results__title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.7rem;
  margin: 4rem 0; }
  @media (min-width: 769px) {
    .p-search-results__title {
      font-size: 2.5rem; } }
  @media (min-width: 1024px) {
    .p-search-results__title {
      margin: 8rem auto 5rem auto; } }
  .p-search-results__title .search-term {
    font-style: normal;
    text-transform: uppercase; }

@media (min-width: 1024px) {
  .p-search-results .b-latest__list {
    grid-row-gap: 50px;
    grid-column-gap: 50px;
    padding-bottom: 5rem; } }

.p-search-results .c-latest {
  margin-bottom: 4rem; }
  .p-search-results .c-latest:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 1024px) {
    .p-search-results .c-latest {
      margin-bottom: 0; } }
  .p-search-results .c-latest__body {
    display: block;
    min-height: auto;
    padding: 1.5rem 2rem; }
  .p-search-results .c-latest__body::after {
    display: none; }
  .p-search-results .c-latest__title {
    text-align: left; }

.p-search-results .btn-wrap {
  text-align: center;
  margin: 6rem 0; }
  @media (min-width: 1024px) {
    .p-search-results .btn-wrap {
      margin: 8rem 0; } }

.p-search-results__none {
  margin-top: 2rem; }
  @media (min-width: 1024px) {
    .p-search-results__none {
      margin-top: 17.5rem; } }
  .p-search-results__none .message {
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 3rem;
    line-height: 4.2rem;
    margin-bottom: 4rem; }
    @media (min-width: 769px) {
      .p-search-results__none .message {
        font-size: 4rem; } }
    @media (min-width: 769px) {
      .p-search-results__none .message {
        line-height: 5.33rem; } }
    @media (min-width: 1024px) {
      .p-search-results__none .message {
        width: 70%;
        max-width: 82rem;
        margin: auto;
        margin-bottom: 8rem; } }
    .p-search-results__none .message .uppercase {
      text-transform: uppercase; }
    .p-search-results__none .message .cursive {
      font-style: italic; }
  @media (min-width: 1024px) {
    .p-search-results__none .suggestions {
      max-width: 76rem;
      margin: auto; } }
  .p-search-results__none .suggestions .c-title {
    font-size: 2.6rem;
    margin-bottom: 3rem;
    font-weight: 500; }
    @media (min-width: 769px) {
      .p-search-results__none .suggestions .c-title {
        font-size: 3rem; } }
    .p-search-results__none .suggestions .c-title .inner {
      padding: 0 1rem; }
      @media (min-width: 1024px) {
        .p-search-results__none .suggestions .c-title .inner {
          padding: 0 2rem; } }
  .p-search-results__none .suggestions .list {
    list-style-type: disc;
    font-size: 1.5rem;
    line-height: 2.3rem;
    width: 90%;
    margin: 0 auto 5rem auto;
    padding-left: 3.5rem;
    max-width: 30.2rem; }
    @media (min-width: 769px) {
      .p-search-results__none .suggestions .list {
        font-size: 1.8rem; } }
    @media (min-width: 769px) {
      .p-search-results__none .suggestions .list {
        line-height: 2.45rem; } }
    @media (min-width: 1024px) {
      .p-search-results__none .suggestions .list {
        max-width: 36rem; } }
