/* Variables */
.M04 .v01 {
  min-height: 720px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 42px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end; }
  .M04 .v01:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 74.73%, rgba(0, 0, 0, 0.5) 86.02%), linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 0; }
  .M04 .v01 > * {
    position: relative;
    z-index: 10; }
  .M04 .v01 .content {
    display: flex;
    flex-direction: column;
    gap: 57px;
    align-items: center; }
  .M04 .v01 .upper {
    padding: 48px 0 110px 0;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    transform: translateY(-50%); }
  .M04 .v01 .text_columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .M04 .v01 .text_columns {
        justify-content: center;
        gap: 30px; } }
    .M04 .v01 .text_columns .text_column .title {
      color: #FFF;
      text-align: center;
      font-family: "Playfair Display", serif;
      font-style: italic;
      font-size: 24px;
      font-weight: 400;
      line-height: 120%;
      letter-spacing: -0.48px;
      margin-bottom: 0px; }
    .M04 .v01 .text_columns .text_column .text {
      color: #FFF;
      text-align: center;
      font-family: "WorkSans", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 120%;
      letter-spacing: -0.21px; }

.M04 .topBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 8px 0; }
  .M04 .topBar .breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 26px; }
    .M04 .topBar .breadcrumbs .link {
      display: block;
      width: fit-content;
      color: #1C2222;
      font-family: "WorkSans", sans-serif;
      font-size: 12px;
      font-weight: 500;
      line-height: 120%;
      letter-spacing: -0.18px; }
      .M04 .topBar .breadcrumbs .link:not(:last-child) {
        padding-right: 10px;
        border-right: 1px solid;
        margin-right: 10px; }
      .M04 .topBar .breadcrumbs .link:last-child {
        text-decoration: none; }
  .M04 .topBar .shareButton {
    color: #1C2222;
    font-family: "WorkSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.21px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
    padding: 4px 12px;
    border: 1px solid;
    border-radius: 99px;
    text-decoration: none;
    cursor: pointer; }
    .M04 .topBar .shareButton:hover {
      background-color: #ED8664;
      border-color: #ED8664; }
  .M04 .topBar .shareLinks {
    background: #fff;
    position: absolute;
    padding: 10px;
    right: 0;
    top: 50px;
    opacity: 0; }
    .M04 .topBar .shareLinks .addtoany_list {
      display: flex; }
    .M04 .topBar .shareLinks.active {
      opacity: 1; }
  .M04 .topBar .goBackCTA {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    margin: 25px 0 15px 0;
    width: fit-content; }
    .M04 .topBar .goBackCTA .arrow {
      min-width: 15px;
      height: 15px;
      border-left: 1px solid #1C2222;
      position: relative;
      overflow: hidden; }
      .M04 .topBar .goBackCTA .arrow img.first {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 21px;
        height: 15px;
        transition: .3s all linear; }
      .M04 .topBar .goBackCTA .arrow img.second {
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(0%, -50%);
        width: 21px;
        height: 15px;
        transition: .3s all linear; }
    .M04 .topBar .goBackCTA .goBack {
      position: relative;
      color: #1C2222;
      font-family: "WorkSans", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 120%;
      letter-spacing: -0.21px;
      text-decoration: none;
      width: fit-content;
      display: flex;
      align-items: center;
      gap: 5px; }
      .M04 .topBar .goBackCTA .goBack:after {
        position: absolute;
        bottom: -2px;
        left: 0;
        content: "";
        width: 8px;
        height: 1px;
        background-color: #1C2222;
        transition: .3s all linear; }
    .M04 .topBar .goBackCTA:hover .goBack:after {
      width: 100%; }
    .M04 .topBar .goBackCTA:hover .arrow {
      border-left: 0;
      border-right: 1px solid #1C2222; }
      .M04 .topBar .goBackCTA:hover .arrow img.first {
        left: -100%; }
      .M04 .topBar .goBackCTA:hover .arrow img.second {
        left: -40%; }

.M04 .tags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap; }
  .M04 .tags .tag {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #1C2222;
    font-family: "WorkSans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.18px;
    background-color: #FFF;
    padding: 2px 9px;
    border: 1px solid;
    border-radius: 99px; }
    .M04 .tags .tag img {
      width: 12px;
      height: 12px; }
    .M04 .tags .tag:not(.common) {
      background-color: #ED8664;
      border: 0; }

.M04 .title {
  margin-bottom: 24px;
  max-width: 750px; }
  .M04 .title > * {
    color: #FFF;
    text-align: center;
    font-family: "WorkSans", sans-serif;
    font-size: 90px;
    font-weight: 500;
    line-height: 90%;
    letter-spacing: -5.4px;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .M04 .title > * {
        font-size: 50px;
        line-height: 95%;
        letter-spacing: -1px; } }

.M04 .subtitle {
  margin-bottom: 6px;
  max-width: 750px; }
  .M04 .subtitle > * {
    color: #FFF;
    text-align: center;
    font-family: "WorkSans", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1.08px;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .M04 .subtitle > * {
        font-size: 20px;
        line-height: 120%;
        letter-spacing: -0.9px; } }

.M04 .text > * {
  color: #F3F8F8;
  text-align: center;
  font-family: "WorkSans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.24px; }
  .M04 .text > * b, .M04 .text > * strong {
    font-weight: 500; }
  .M04 .text > *:last-child {
    margin: 0; }

.M04 .links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 20px; }
  .M04 .links .cta {
    display: flex;
    width: fit-content;
    color: #ED8664;
    font-family: "WorkSans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.28px;
    padding: 6px 16px;
    border: 1px solid #ED8664;
    border-radius: 99px;
    cursor: pointer;
    text-decoration: none;
    transition: .3s all linear; }
    .M04 .links .cta:hover {
      background-color: #ED8664;
      color: #1C2222; }

.M04 .v02 {
  background-repeat: no-repeat;
  position: relative; }
  .M04 .v02 .subtitle * {
    margin-bottom: 0; }
  .M04 .v02 .upper {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .M04 .v02.imageBottom .headerInfo {
    flex-direction: column-reverse; }
  .M04 .v02.imageTop .headerInfo {
    flex-direction: column; }
  .M04 .v02 .imgHeader {
    background-size: cover;
    width: 100%;
    height: clamp(242px, 40vw, 308px);
    background-repeat: no-repeat; }
  .M04 .v02 .topBar {
    position: relative; }
  .M04 .v02 .headerInfo {
    background-size: cover;
    background-repeat: no-repeat;
    display: flex; }
    .M04 .v02 .headerInfo.hasBread .content {
      padding: 60px 0; }
  .M04 .v02 .content {
    padding: 110px 0;
    max-width: 810px;
    margin-inline: auto; }
    @media screen and (max-width: 767px) {
      .M04 .v02 .content {
        padding: 72px 0; } }
  .M04 .v02 .text {
    text-align: center; }
  .M04 .v02 .title > *, .M04 .v02 .subtitle > *, .M04 .v02 .text > * {
    color: #1C2222; }

.M04 .v03 {
  min-height: 860px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 107px; }
  @media screen and (max-width: 992px) {
    .M04 .v03 {
      background-size: cover;
      min-height: 540px;
      margin-bottom: 54px;
      flex-direction: column;
      justify-content: unset; }
      .M04 .v03 .topBar {
        position: relative;
        margin: 0px 0 20px 0; }
      .M04 .v03 .upper {
        margin: 20px 0 50px 0; } }
  .M04 .v03 .background-title-subtitle {
    max-width: 646px;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 20px; }
    .M04 .v03 .background-title-subtitle .title em {
      font-style: italic;
      font-weight: 500;
      line-height: 95%;
      letter-spacing: -1.68px;
      font-family: "Playfair Display";
      font-size: clamp(36px, 4vw, 56px);
      text-align: center; }
    .M04 .v03 .background-title-subtitle .subtitle {
      margin-bottom: 0 !important; }
  .M04 .v03 .content {
    max-width: 680px;
    margin-inline: auto; }
  .M04 .v03 .tags {
    margin-bottom: 52px; }
  .M04 .v03 .title {
    margin-bottom: 24px; }
  .M04 .v03 .title > * {
    color: #1C2222;
    text-align: center;
    font-family: "WorkSans";
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%;
    letter-spacing: -2.8px; }
    @media screen and (max-width: 992px) {
      .M04 .v03 .title > * {
        font-family: Geist;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 95%;
        letter-spacing: -0.72px; } }
  .M04 .v03 .subtitle {
    margin-bottom: 32px; }
  .M04 .v03 .title > *, .M04 .v03 .subtitle > *, .M04 .v03 .text > * {
    color: #1C2222; }
