@import url(https://fonts.googleapis.com/css?family=Archivo);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700);
/* FRETTE: Start Variables
-------------------------- */
@font-face {
  font-family: 'Didot';
  src: url("../fonts/Didot/DidoteTextPro-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'Didot';
  font-weight: bold;
  src: url("../fonts/Didot/DidoteTextPro-Bold.otf") format("opentype"); }

@font-face {
  font-family: 'Didot';
  font-style: italic;
  src: url("../fonts/Didot/DidoteTextPro-Italic.otf") format("opentype"); }

@font-face {
  font-family: 'Didot';
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/Didot/DidoteTextPro-BoldItalic.otf") format("opentype"); }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeue/HelveticaNeueeTextPro-Roman.otf") format("opentype"); }

@font-face {
  font-family: 'HelveticaNeueMd';
  src: url("../fonts/HelveticaNeue/HelveticaNeueeTextPro-Md.otf") format("opentype"); }

/*Replace old fonts with new fonts by default*/
body {
  margin: 0; }

/* FRETTE: End Variables
------------------------ */
/*------------------------------------*\
  #FORMS
\*------------------------------------*/
/*------------------------------------*\
  #TRANSITIONS
\*------------------------------------*/
/* FRETTE: Start Variables
-------------------------- */
@font-face {
  font-family: 'Didot';
  src: url("../fonts/Didot/DidoteTextPro-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'Didot';
  font-weight: bold;
  src: url("../fonts/Didot/DidoteTextPro-Bold.otf") format("opentype"); }

@font-face {
  font-family: 'Didot';
  font-style: italic;
  src: url("../fonts/Didot/DidoteTextPro-Italic.otf") format("opentype"); }

@font-face {
  font-family: 'Didot';
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/Didot/DidoteTextPro-BoldItalic.otf") format("opentype"); }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeue/HelveticaNeueeTextPro-Roman.otf") format("opentype"); }

@font-face {
  font-family: 'HelveticaNeueMd';
  src: url("../fonts/HelveticaNeue/HelveticaNeueeTextPro-Md.otf") format("opentype"); }

/*Replace old fonts with new fonts by default*/
body {
  margin: 0; }

/* FRETTE: End Variables
------------------------ */
/*------------------------------------*\
  #FORMS
\*------------------------------------*/
/*------------------------------------*\
  #TRANSITIONS
\*------------------------------------*/
.carousel-plp-wrapper {
  padding-top: 4.25rem;
  padding-bottom: 5rem;
  background: #F6F6F6;
  color: #031e2f;
  position: relative;
  z-index: 1; }
  .pdp-recommendation .carousel-plp-wrapper {
    background-color: transparent; }

.plp-grid-carousel__title {
  font-size: 24px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 22px;
  text-transform: capitalize; }
  @media (min-width: 769px) {
    .plp-grid-carousel__title {
      font-size: 28px;
      letter-spacing: 1px; } }

.plp-grid-carousel {
  max-width: 85.75rem;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 769px) {
  .plp-grid-carousel__item {
    margin-left: .875rem;
    margin-right: .875rem; } }

@media (max-width: 768.98px) {
  .plp-grid-carousel__item {
    margin-left: 1rem; } }

.plp-grid-carousel__item-name {
  font-size: .875rem;
  line-height: 1.71;
  letter-spacing: 0.8px;
  text-align: center;
  margin-top: 1rem; }
  @media (min-width: 1200px) {
    .plp-grid-carousel__item-name {
      font-size: 1.25rem; } }
  @media (min-width: 769px) and (max-width: 991.98px) {
    .plp-grid-carousel__item-name {
      font-size: 1rem; } }

/**
 * [Adds styles to allow an element's height scale proportionatelly]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 */
/**
 * [Calculates the percentage aspect ratio (what % height is compared to the width)]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * *****REMEMBER TO USE MARGIN OR PADDING AND NOT TOP/BOTTOM******
 * [Calculates the center of an element in relation to a provided width and height.
 * Useful to place an absolute element at the center of another when
 * the positioned element cannot be the target's child ]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * [In the  awful case you can't use Flexbox to vertically align something]
 * @param  {[type]} $transform:       false         [Use transforms to align instead of the absolute trick]
 * @param  {[type]} $pos:             absolute      [position type]
 * @param  {[type]} $posAdj:          0             [position adjustment. If $transform is true, this value only affects the 'top' property.]
 * @param  {[type]} $alignHorizontal: false         [Includes horizontal alignment]
 */
@-webkit-keyframes flipdown
  0% {
  opacity: 0;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg); }
@keyframes flipdown
  0% {
  opacity: 0;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg); }

5% {
  opacity: 1; }

80% {
  -webkit-transform: rotateX(8deg);
          transform: rotateX(8deg); }

83% {
  -webkit-transform: rotateX(6deg);
          transform: rotateX(6deg); }

92% {
  -webkit-transform: rotateX(-3deg);
          transform: rotateX(-3deg); }

100% {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg); }

/**
 * [Strip the pesky units from values]
 * @param  {[Number]} $value
 */
/**
 * [Fluid Type]
 */
.main-hero {
  max-width: 86.25rem;
  margin: 0 auto;
  position: relative; }
  .main-hero:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .main-hero .main-hero__content {
    position: relative;
    z-index: 1; }

.main-hero__center {
  position: relative; }
  @media (max-width: 768.98px) {
    .main-hero__center {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.main-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #ffffff; }
  @media (min-width: 769px) {
    .main-hero__overlay {
      padding: 5% 4.375rem; } }
  @media (max-width: 768.98px) {
    .main-hero__overlay {
      padding: 25% 1rem; } }
  .main-hero__overlay.set--alignment-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    .main-hero__overlay.set--alignment-middle .main-hero__content {
      max-width: 38.5rem; }
  .main-hero__overlay.set--alignment-right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    text-align: right; }
  .main-hero__overlay.set--v-alignment-top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .main-hero__overlay.set--v-alignment-middle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .main-hero__overlay.set--v-alignment-bottom {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (min-width: 769px) {
      .main-hero__overlay.set--v-alignment-bottom.set--layout-large {
        padding-bottom: 10.87%; } }

.main-hero__content {
  max-width: 31.125rem; }

.main-hero__title {
  margin-bottom: .35em;
  font-weight: 200; }

.main-hero__description:not(:last-child) {
  margin-bottom: 2rem; }

@media screen and (max-width: 768px) {
  .heritage-page .breadcrumb-list {
    display: none; } }

@media screen and (min-width: 1280px) {
  .heritage-page .breadcrumb-list {
    padding: 0 1.625rem;
    margin: 0 0 1.625rem 0; } }

@media screen and (min-width: 1920px) {
  .heritage-page .breadcrumb-list {
    padding: 0 2.3125rem;
    margin: 0 0 2rem 0; } }

.inner-banner {
  max-width: 100%;
  padding: 14.5px 18px 0 18px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .inner-banner {
      padding: 20px 20px 0 20px; } }
  @media screen and (min-width: 1280px) {
    .inner-banner {
      padding: 0 26px; } }
  @media screen and (min-width: 1920px) {
    .inner-banner {
      padding: 0 41px;
      margin: 0 0 55px 0; } }
  .inner-banner .media {
    position: relative;
    padding-bottom: 110.6%;
    border-radius: 8px;
    overflow: hidden;
    background: #000; }
    @media screen and (min-width: 768px) {
      .inner-banner .media {
        padding-bottom: 80.7%; } }
    @media screen and (min-width: 1280px) {
      .inner-banner .media {
        padding-bottom: 42.17%; } }
    .inner-banner .media video,
    .inner-banner .media iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      pointer-events: none;
      border-radius: 8px; }
    .inner-banner .media .video-controler {
      position: absolute;
      right: 21px;
      bottom: 19px;
      width: 9px;
      height: 13px;
      z-index: 9; }
      .inner-banner .media .video-controler svg {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
      .inner-banner .media .video-controler .play-btn {
        display: none; }
      .inner-banner .media .video-controler.pause .play-btn {
        display: block; }
      .inner-banner .media .video-controler.pause .pause-btn {
        display: none; }
      @media screen and (min-width: 768px) {
        .inner-banner .media .video-controler {
          right: 27px;
          bottom: 26px;
          width: 9px;
          height: 13px; } }
      @media screen and (min-width: 1280px) {
        .inner-banner .media .video-controler {
          right: 26px;
          bottom: 26px;
          width: 6.9px;
          height: 9.9px; } }
      @media screen and (min-width: 1920px) {
        .inner-banner .media .video-controler {
          right: 32px;
          bottom: 30px;
          width: 9px;
          height: 13px; } }
  .inner-banner .caption-content {
    text-align: center;
    max-width: 100%; }
    @media screen and (min-width: 768.02px) {
      .inner-banner .caption-content {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        max-width: 513px; } }
    @media screen and (min-width: 1280px) {
      .inner-banner .caption-content {
        max-width: 497px; } }
    @media screen and (min-width: 1920px) {
      .inner-banner .caption-content {
        max-width: 947px; } }
    @media screen and (max-width: 768px) {
      .inner-banner .caption-content {
        padding: 29px 0 91px 0; } }
    @media screen and (max-width: 375px) {
      .inner-banner .caption-content {
        padding: 25px 0 46px 0; } }
    .inner-banner .caption-content h1 {
      font-family: 'Butler-Light';
      font-size: 45px;
      font-weight: 300;
      line-height: 1;
      letter-spacing: -1.38px;
      color: #fff;
      margin: 16px 0 51px 0; }
      @media screen and (min-width: 1280px) {
        .inner-banner .caption-content h1 {
          font-size: 46px;
          margin: 17px 0 33px 0; } }
      @media screen and (min-width: 1920px) {
        .inner-banner .caption-content h1 {
          font-size: 71px;
          margin: 27px 0 44px 0; } }
      @media screen and (max-width: 768px) {
        .inner-banner .caption-content h1 {
          margin: 17px 0 52px 0;
          color: #000; } }
    .inner-banner .caption-content p {
      font-family: 'Archivo-SemiBold';
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 2.11px;
      color: #fff;
      margin: 0;
      text-transform: uppercase; }
      @media screen and (min-width: 1280px) {
        .inner-banner .caption-content p {
          font-size: 8px;
          letter-spacing: 1.41px; } }
      @media screen and (min-width: 1920px) {
        .inner-banner .caption-content p {
          font-size: 12px;
          letter-spacing: 2.11px; } }
      @media screen and (max-width: 768px) {
        .inner-banner .caption-content p {
          color: #000; } }
    .inner-banner .caption-content .btn-default {
      font-family: 'Archivo-Medium';
      font-weight: 500;
      width: 100%;
      padding: 10px;
      border-radius: 8px;
      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;
      margin: auto; }
      @media screen and (min-width: 768.02px) {
        .inner-banner .caption-content .btn-default {
          font-size: 9px;
          letter-spacing: 1.58px;
          background: #fff;
          color: #000;
          height: 40px; } }
      @media screen and (min-width: 1280px) {
        .inner-banner .caption-content .btn-default {
          max-width: 162px; } }
      @media screen and (min-width: 1920px) {
        .inner-banner .caption-content .btn-default {
          font-size: 12px;
          max-width: 225px;
          height: 60px; } }
      @media screen and (max-width: 768px) {
        .inner-banner .caption-content .btn-default {
          font-size: 9px;
          letter-spacing: 1.58px;
          max-width: 162px;
          height: 40px;
          background: #000;
          color: #fff; } }
      @media screen and (max-width: 376px) {
        .inner-banner .caption-content .btn-default {
          font-size: 12px;
          letter-spacing: 2.11px;
          max-width: 100%;
          height: 60px; } }

.heritage-nav {
  margin: 0 0 91px 0; }
  @media screen and (min-width: 1920px) {
    .heritage-nav {
      margin: 55px 0 143px 0; } }

.heritage-info {
  padding-bottom: 66px; }
  @media screen and (min-width: 768px) {
    .heritage-info {
      padding-bottom: 84px; } }
  @media screen and (min-width: 1280px) {
    .heritage-info {
      padding-bottom: 97px; } }
  @media screen and (min-width: 1920px) {
    .heritage-info {
      padding-bottom: 173px; } }
  .heritage-info .container {
    padding: 0 20px;
    max-width: 100%; }
  .heritage-info .info {
    display: grid;
    grid-template-columns: 335px auto;
    grid-gap: 40px;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .heritage-info .info .image {
      position: relative; }
    @media screen and (max-width: 650px) {
      .heritage-info .info {
        grid-template-columns: 1fr; } }
    @media screen and (min-width: 768px) {
      .heritage-info .info {
        grid-template-columns: 365px auto;
        grid-gap: 33px;
        max-width: 678px;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    @media screen and (min-width: 1280px) {
      .heritage-info .info {
        grid-template-columns: 514px auto;
        grid-gap: 68px;
        max-width: 940px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media screen and (min-width: 1920px) {
      .heritage-info .info {
        grid-template-columns: 771px auto;
        grid-gap: 102px;
        max-width: 1403px; } }
  .heritage-info h3 {
    font-family: 'Butler-Light';
    font-weight: 300;
    color: #000;
    position: absolute;
    font-size: 45px;
    line-height: 1;
    max-width: 174px;
    width: 100%;
    left: 20px;
    top: 20px;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .heritage-info h3 {
        font-size: 80px;
        line-height: 0.85;
        max-width: 239px;
        left: calc(100% - 27px);
        top: 38px; } }
    @media screen and (min-width: 1280px) {
      .heritage-info h3 {
        font-size: 100px;
        line-height: 0.9;
        max-width: 420px;
        left: -67px;
        top: 40px; } }
    @media screen and (min-width: 1920px) {
      .heritage-info h3 {
        font-size: 140px;
        line-height: 0.93;
        max-width: 420px;
        left: -98px;
        top: 62px; } }
  .heritage-info h4 {
    font-family: 'Butler-Light';
    font-weight: 300;
    font-size: 24px;
    line-height: 1.25;
    color: #000; }
    @media screen and (min-width: 768px) {
      .heritage-info h4 {
        margin: 0 0 75px 0; } }
    @media screen and (min-width: 1280px) {
      .heritage-info h4 {
        font-size: 25px;
        line-height: 1.36;
        margin: 0; } }
    @media screen and (min-width: 1920px) {
      .heritage-info h4 {
        font-size: 45px;
        line-height: 1.27; } }
  .heritage-info .content {
    width: 100%;
    margin: auto; }
    @media screen and (max-width: 767.98px) {
      .heritage-info .content {
        margin-top: 40px; }
        .heritage-info .content > .inner {
          max-height: 186px;
          height: 100%;
          overflow: hidden; }
        .heritage-info .content .toggle-text {
          display: block;
          margin-top: 20px; }
        .heritage-info .content.show-full > .inner {
          max-height: 100%; }
        .heritage-info .content.show-full .toggle-text:after {
          display: none; } }
    @media screen and (min-width: 768px) {
      .heritage-info .content {
        max-width: 461px;
        margin-top: 57px; } }
    @media screen and (min-width: 1280px) {
      .heritage-info .content {
        max-width: 588px;
        margin-top: 88px; } }
    @media screen and (min-width: 1920px) {
      .heritage-info .content {
        max-width: 882px;
        margin-top: 133px; } }
    .heritage-info .content p {
      font-family: 'Archivo-ExtraLight';
      font-size: 16px;
      font-weight: 200;
      line-height: 1.55;
      letter-spacing: 0.6px;
      color: #777; }
      .heritage-info .content p:not(:last-child) {
        margin-bottom: 22px; }
      @media screen and (min-width: 768px) {
        .heritage-info .content p {
          font-size: 13px;
          line-height: 1.46;
          letter-spacing: 0.39px; } }
      @media screen and (min-width: 1280px) {
        .heritage-info .content p {
          font-size: 13px;
          line-height: 1.46;
          letter-spacing: 0.39px; } }
      @media screen and (min-width: 1920px) {
        .heritage-info .content p {
          font-size: 20px;
          line-height: 1.55;
          letter-spacing: 0.6px; }
          .heritage-info .content p:not(:last-child) {
            margin-bottom: 32px; } }
  .heritage-info .toggle-text {
    position: relative;
    display: none;
    text-align: center; }
    .heritage-info .toggle-text button {
      display: inline-block;
      font-family: 'Archivo-Medium';
      font-size: 12px;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 2.11px;
      color: #000;
      text-transform: uppercase;
      padding-bottom: 5px;
      border-bottom: 1px solid #000;
      position: relative;
      z-index: 1; }
    .heritage-info .toggle-text:after {
      content: '';
      background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(39%, #fff), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(bottom, #fff, #fff 39%, rgba(255, 255, 255, 0));
      background: -o-linear-gradient(bottom, #fff, #fff 39%, rgba(255, 255, 255, 0));
      background: linear-gradient(to top, #fff, #fff 39%, rgba(255, 255, 255, 0));
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 159px; }

.style-living {
  margin-bottom: 132px; }
  @media screen and (min-width: 768px) {
    .style-living {
      margin-bottom: 85px; } }
  @media screen and (min-width: 1280px) {
    .style-living {
      margin-bottom: 194px; } }
  @media screen and (min-width: 1920px) {
    .style-living {
      margin-bottom: 293px; } }
  .style-living .container {
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      .style-living .container {
        max-width: 100%;
        padding-left: 55px; } }
    @media screen and (max-width: 767.98px) {
      .style-living .container {
        padding-left: 20px; } }
    @media screen and (min-width: 769px) {
      .style-living .container {
        max-width: 673px; } }
    @media screen and (min-width: 1280px) {
      .style-living .container {
        max-width: 1052px; } }
    @media screen and (min-width: 1920px) {
      .style-living .container {
        max-width: 1554px; } }
  .style-living .info {
    display: grid;
    grid-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767.98px) {
      .style-living .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        grid-gap: 0; }
        .style-living .info .image {
          margin-bottom: 20px; } }
    @media screen and (min-width: 768px) {
      .style-living .info {
        grid-template-columns: auto 365px; } }
    @media screen and (min-width: 1280px) {
      .style-living .info {
        grid-template-columns: auto 515px;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    @media screen and (min-width: 1920px) {
      .style-living .info {
        grid-template-columns: auto 771px; } }
    .style-living .info .image {
      position: relative;
      padding-bottom: 133.4%;
      width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      .style-living .info .image img {
        border-radius: 8px; }
      @media screen and (min-width: 768px) {
        .style-living .info .image {
          padding-bottom: 133.5%; } }
      @media screen and (min-width: 1280px) {
        .style-living .info .image {
          padding-bottom: 133.6%; } }
      @media screen and (min-width: 1920px) {
        .style-living .info .image {
          padding-bottom: 133.5%; } }
      .style-living .info .image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .style-living .info .desc {
      width: 100%; }
      @media screen and (max-width: 767.98px) {
        .style-living .info .desc {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .style-living .info .desc .btn {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; }
          .style-living .info .desc h4 {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            margin-top: 49px; }
          .style-living .info .desc p {
            -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                    order: 3; } }
      @media screen and (min-width: 768px) {
        .style-living .info .desc {
          max-width: 239px; } }
      @media screen and (min-width: 1280px) {
        .style-living .info .desc {
          max-width: 307px; } }
      @media screen and (min-width: 1920px) {
        .style-living .info .desc {
          max-width: 459px; } }
      .style-living .info .desc .btn-default {
        display: none !important; }
        @media screen and (max-width: 1279.98px) {
          .style-living .info .desc .btn-default {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important; } }
  .style-living h3 {
    font-family: 'Butler-Light';
    font-weight: 300;
    color: #000;
    position: absolute;
    font-size: 45px;
    line-height: 1;
    max-width: 174px;
    width: 100%;
    max-width: 211px;
    left: 20px;
    top: 20px;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .style-living h3 {
        max-width: 100%;
        position: relative;
        left: 0;
        top: 0;
        text-align: center;
        margin: 0 0 67px 0; } }
    @media screen and (min-width: 1280px) {
      .style-living h3 {
        font-size: 100px;
        line-height: 0.9;
        max-width: 456px;
        text-align: left;
        position: absolute;
        top: 41px;
        left: -66px;
        margin: 0; } }
    @media screen and (min-width: 1920px) {
      .style-living h3 {
        max-width: 683px;
        font-size: 140px;
        line-height: 0.93;
        top: 62px;
        left: -100px; } }
  .style-living h4 {
    font-family: 'Butler-Light';
    font-weight: 300;
    font-size: 24px;
    line-height: 1.33;
    color: #000;
    margin: 0 0 36px 0; }
    @media screen and (min-width: 768px) {
      .style-living h4 {
        margin: 0 0 22px 0;
        line-height: 1.25; } }
    @media screen and (min-width: 1280px) {
      .style-living h4 {
        font-size: 25px;
        line-height: 1.48;
        margin: 0 0 13.6px 0; } }
    @media screen and (min-width: 1920px) {
      .style-living h4 {
        font-size: 45px;
        line-height: 1.27;
        margin: 0 0 34px 0; } }
  .style-living p {
    font-family: 'Archivo-ExtraLight';
    font-size: 16px;
    font-weight: 200;
    line-height: 1.44;
    letter-spacing: 0.48px;
    color: #777; }
    @media screen and (min-width: 768px) {
      .style-living p {
        font-family: 'Archivo-Light';
        font-size: 12px;
        line-height: 1.42;
        letter-spacing: 0.36px; } }
    @media screen and (min-width: 1280px) {
      .style-living p {
        font-family: 'Archivo-ExtraLight';
        font-size: 13px;
        line-height: 1.46;
        letter-spacing: 0.39px; } }
    @media screen and (min-width: 1920px) {
      .style-living p {
        font-size: 20px;
        line-height: 1.55;
        letter-spacing: 0.6px; }
        .style-living p:not(:last-child) {
          margin-bottom: 32px; } }
  .style-living .btn-default {
    font-family: 'Archivo-Medium';
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2.11px;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    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;
    background: #000;
    width: 100%;
    height: 60px; }
    @media screen and (min-width: 768px) {
      .style-living .btn-default {
        font-size: 9px;
        font-weight: 500;
        letter-spacing: 1.58px;
        width: 145px;
        height: 41px; } }
    @media screen and (min-width: 1280px) {
      .style-living .btn-default {
        width: 150px;
        height: 40px;
        position: absolute;
        right: 14.3px;
        bottom: 13.5px;
        background: #fff;
        color: #000; } }
    @media screen and (min-width: 1920px) {
      .style-living .btn-default {
        font-size: 12px;
        line-height: 1;
        letter-spacing: 2.11px;
        width: 225px;
        height: 60px;
        right: 21px;
        bottom: 19.7px; } }
  .style-living .show-on-768 {
    display: none; }
  @media screen and (min-width: 768px) and (max-width: 1279.98px) {
    .style-living .image h3 {
      display: none; }
    .style-living .show-on-768 {
      display: block; } }
  @media screen and (max-width: 1279.98px) {
    .style-living .image .btn-default {
      display: none !important; } }

.collections {
  margin-bottom: 149px; }
  @media screen and (min-width: 768px) {
    .collections {
      margin-bottom: 88px; } }
  @media screen and (min-width: 1280px) {
    .collections {
      margin-bottom: 196px; } }
  @media screen and (min-width: 1920px) {
    .collections {
      margin-bottom: 297px; } }
  .collections h2 {
    font-family: 'Archivo-ExtraLight';
    font-size: 1rem;
    color: #000;
    line-height: 1.94;
    letter-spacing: 2.4px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 3.938rem 0; }
    @media screen and (min-width: 768px) {
      .collections h2 {
        margin-bottom: 4.344rem; } }
    @media screen and (min-width: 1280px) {
      .collections h2 {
        line-height: 1.55;
        letter-spacing: 3px;
        font-size: 1.25rem;
        margin: 0 0 3.125rem 0; } }
    @media screen and (min-width: 1920px) {
      .collections h2 {
        margin: 0 0 4.681rem 0; } }
  .collections .container {
    padding: 0 0 0 1.219rem;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      .collections .container {
        padding: 0 1.25rem; } }
    @media screen and (min-width: 1280px) {
      .collections .container {
        padding: 0 1.625rem; } }
    @media screen and (min-width: 1920px) {
      .collections .container {
        padding: 0 2.563rem; } }
  .collections .row {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.313rem;
    overflow: auto; }
    @media screen and (min-width: 768px) {
      .collections .row {
        grid-gap: 3.438rem; } }
    @media screen and (min-width: 1280px) {
      .collections .row {
        grid-gap: 1.669rem; } }
    @media screen and (min-width: 1920px) {
      .collections .row {
        grid-gap: 2.5rem; } }
    .collections .row > div {
      padding: 0; }
      @media screen and (max-width: 767.98px) {
        .collections .row > div {
          width: 266px; } }
  .collections .media {
    position: relative;
    padding-bottom: 138.75%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1.875rem; }
    .collections .media img,
    .collections .media video {
      border-radius: 8px; }
    .collections .media a,
    .collections .media img,
    .collections .media video {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .collections .media.image a:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    @media screen and (min-width: 768px) {
      .collections .media {
        margin-bottom: 1.863rem;
        padding-bottom: 120.5%; } }
    @media screen and (min-width: 1280px) {
      .collections .media {
        margin-bottom: 1.713rem;
        padding-bottom: 107.1%; } }
    @media screen and (min-width: 1920px) {
      .collections .media {
        margin-bottom: 2.563rem;
        padding-bottom: 107.2%; } }
  .collections h3 {
    font-family: 'Butler-Light';
    font-size: 1.775rem;
    color: #000;
    line-height: 0.83;
    letter-spacing: 0.6px;
    margin: 0 0 1.375rem 0; }
    @media screen and (min-width: 768px) {
      .collections h3 {
        font-size: 1.475rem;
        line-height: 0.92;
        letter-spacing: 0;
        margin: 0 0 1.375rem 0; } }
    @media screen and (min-width: 1280px) {
      .collections h3 {
        font-size: 1.563rem;
        line-height: 1.52;
        letter-spacing: 0.5px;
        margin: 0 0 0.625rem 0; } }
    @media screen and (min-width: 1920px) {
      .collections h3 {
        font-size: 2.188rem;
        line-height: 1.09;
        letter-spacing: 0.7px;
        margin: 0 0 0.813rem 0; } }
  .collections p {
    font-family: 'Archivo-ExtraLight';
    color: #000;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.8px;
    margin: 0 0 0.875rem 0; }
    @media screen and (min-width: 768px) {
      .collections p {
        font-family: 'Archivo-Light';
        font-size: 0.75rem;
        line-height: 1.5;
        letter-spacing: 0.36px;
        margin: 0 0 1.25rem 0; } }
    @media screen and (min-width: 1280px) {
      .collections p {
        font-size: 0.813rem;
        line-height: 1.46;
        letter-spacing: 0.39px;
        max-width: 325px;
        margin: 0 0 0.975rem 0; } }
    @media screen and (min-width: 1920px) {
      .collections p {
        font-size: 1rem;
        line-height: 1.44;
        letter-spacing: 0.48px;
        max-width: 333px;
        margin: 0 0 1.775rem 0; } }
  .collections .btn-default {
    max-width: 16.625rem;
    width: 100%;
    height: 3.75rem;
    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;
    padding: 0.625rem;
    border-radius: 8px;
    background-color: #000;
    color: #fff;
    font-family: 'Archivo-Medium';
    line-height: 1;
    font-weight: 500;
    font-size: 0.75rem;
    letter-spacing: 2.11px; }
    @media screen and (min-width: 768px) {
      .collections .btn-default {
        max-width: 11.563rem;
        height: 2.563rem;
        font-size: 0.563rem;
        letter-spacing: 1.58px; } }
    @media screen and (min-width: 1280px) {
      .collections .btn-default {
        max-width: 8.938rem;
        height: 1.669rem;
        font-size: 0.438rem;
        letter-spacing: 1.23px; } }
    @media screen and (min-width: 1920px) {
      .collections .btn-default {
        font-size: 0.75rem;
        max-width: 17.188rem;
        height: 3.063rem;
        letter-spacing: 2.11px; } }

.interior {
  margin-bottom: 135px; }
  @media screen and (min-width: 768px) {
    .interior {
      margin-bottom: 74px; } }
  @media screen and (min-width: 1280px) {
    .interior {
      margin-bottom: 191px; } }
  @media screen and (min-width: 1920px) {
    .interior {
      margin-bottom: 293px; } }
  .interior .container {
    max-width: 100%;
    padding: 0 1.25rem; }
    @media screen and (min-width: 769px) {
      .interior .container {
        max-width: 42.125rem; } }
    @media screen and (min-width: 1280px) {
      .interior .container {
        max-width: 60.625rem; } }
    @media screen and (min-width: 1920px) {
      .interior .container {
        max-width: 89.875rem; } }
  .interior .row {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.231rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .interior .row {
        grid-template-columns: 22.813rem auto;
        grid-gap: 4.375rem; } }
    @media screen and (min-width: 1280px) {
      .interior .row {
        grid-template-columns: 32.188rem auto;
        grid-gap: 7.375rem; } }
    @media screen and (min-width: 1920px) {
      .interior .row {
        grid-template-columns: 48.188rem auto;
        grid-gap: 11.125rem; } }
  .interior .image {
    position: relative;
    padding-bottom: 133.5%; }
    .interior .image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media screen and (max-width: 768px) {
      .interior .image .btn-default {
        display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1279.98px) {
    .interior .desc {
      max-width: 239px; }
      .interior .desc .btn-default {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; } }
  @media screen and (max-width: 767.98px) {
    .interior .desc {
      max-width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .interior .desc .btn {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
      .interior .desc h3 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-top: 3.063rem; }
      .interior .desc p {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin: 0; } }
  .interior h3 {
    font-family: 'Butler-Light';
    font-size: 1.5rem;
    line-height: 1.33;
    color: #000;
    margin: 0 0 2.188rem 0; }
    @media screen and (max-width: 375px) {
      .interior h3 {
        max-width: 20.125rem; } }
    @media screen and (min-width: 768px) {
      .interior h3 {
        line-height: 1.25;
        margin: 0 0 1.625rem 0; } }
    @media screen and (min-width: 1280px) {
      .interior h3 {
        font-size: 1.563rem;
        line-height: 1.48;
        margin: 0 0 1.688rem 0; } }
    @media screen and (min-width: 1920px) {
      .interior h3 {
        font-size: 2.813rem;
        line-height: 1.27;
        margin: 0 0 2.063rem 0; } }
  .interior p {
    font-family: 'Archivo-ExtraLight';
    font-size: 1rem;
    line-height: 1.33;
    color: #777;
    line-height: 1.44;
    letter-spacing: 0.48px;
    margin: 0; }
    @media screen and (min-width: 768px) and (max-width: 1279.98px) {
      .interior p {
        color: #292929;
        opacity: .6; } }
    @media screen and (min-width: 768px) {
      .interior p {
        font-size: 0.75rem;
        line-height: 1.42;
        letter-spacing: 0.36px;
        margin: 0 0 2.125rem 0; } }
    @media screen and (min-width: 1280px) {
      .interior p {
        font-size: 0.813rem;
        line-height: 1.46;
        letter-spacing: 0.39px; } }
    @media screen and (min-width: 1920px) {
      .interior p {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0.6px; } }
  .interior .btn-default {
    max-width: 100%;
    width: 100%;
    height: 3.75rem;
    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;
    padding: 0.625rem;
    border-radius: 0.5rem;
    background-color: #000;
    color: #fff;
    font-family: 'Archivo-Medium';
    line-height: 1;
    font-weight: 500;
    font-size: 0.75rem;
    letter-spacing: 0.13187rem; }
    @media screen and (min-width: 768px) {
      .interior .btn-default {
        font-size: 0.5625rem;
        max-width: 9.0625rem;
        height: 2.5625rem;
        letter-spacing: 0.09875rem; } }
    @media screen and (min-width: 1280px) {
      .interior .btn-default {
        max-width: 9.375rem;
        height: 2.5rem;
        background-color: #fff;
        color: #000;
        position: absolute;
        right: 0.8125rem;
        bottom: 0.8125rem; } }
    @media screen and (min-width: 1920px) {
      .interior .btn-default {
        font-size: 0.75rem;
        max-width: 14.0625rem;
        height: 3.75rem;
        letter-spacing: 0.13187rem;
        right: 1.25rem;
        bottom: 1.25rem; } }

/* Section 3: CUSTOMIZE THE CAROUSEL
------------------------------------ */
/* Carousel base class */
.heritage-timeline-carousel {
  background-color: #031d30;
  margin-bottom: 5rem;
  padding: 0; }
  .heritage-timeline-carousel .carousel-container {
    position: relative;
    width: 100%;
    padding-bottom: 3.75rem; }
    @media (min-width: 768px) {
      .heritage-timeline-carousel .carousel-container {
        padding-bottom: 3.625rem; } }
    @media (min-width: 1280px) {
      .heritage-timeline-carousel .carousel-container {
        padding-bottom: 3.125rem; } }
    @media (min-width: 1920px) {
      .heritage-timeline-carousel .carousel-container {
        padding-bottom: 3.75rem; } }
  @media (min-width: 768px) {
    .heritage-timeline-carousel {
      margin-bottom: 4.875rem; } }
  @media (min-width: 1280px) {
    .heritage-timeline-carousel {
      margin-bottom: 8.875rem; } }
  @media (min-width: 1920px) {
    .heritage-timeline-carousel {
      margin-bottom: 13.3125rem; } }
  .heritage-timeline-carousel .inline-scroller-container {
    padding-top: 0.625rem;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0; }
    .heritage-timeline-carousel .inline-scroller-container .mCSB_container {
      margin: 0 0 0.5rem !important; }
    .heritage-timeline-carousel .inline-scroller-container .mCSB_scrollTools.mCSB_scrollTools_horizontal {
      height: 0.5rem !important; }
    .heritage-timeline-carousel .inline-scroller-container .mCSB_dragger_bar {
      height: 0.5rem !important;
      background-color: #021623 !important;
      margin: 0 !important; }
    .heritage-timeline-carousel .inline-scroller-container .mCSB_draggerRail {
      height: 0.5rem !important;
      background-color: #ffffff !important;
      border-radius: 0 !important;
      margin: 0 !important; }
    .heritage-timeline-carousel .inline-scroller-container .scroll-items {
      border-bottom: 0.625rem solid rgba(255, 255, 255, 0.5);
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      min-width: 100%; }
  .heritage-timeline-carousel .carousel-indicators {
    margin: 0;
    position: unset;
    right: unset;
    bottom: unset;
    left: unset; }
    .heritage-timeline-carousel .carousel-indicators button {
      background-color: transparent;
      border: 0;
      color: #ffffff;
      text-indent: 0;
      width: auto;
      margin: 0;
      padding: 0 1.5rem;
      position: relative;
      opacity: .5; }
      .heritage-timeline-carousel .carousel-indicators button .year {
        display: block;
        font-family: "Archivo-SemiBold";
        font-size: 0.75rem;
        letter-spacing: 0.13187rem;
        line-height: 1;
        color: #ffffff; }
      .heritage-timeline-carousel .carousel-indicators button .h-line {
        background-color: #ffffff;
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
        height: 0.875rem;
        width: 0.3125rem;
        margin: auto;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0; }
      .heritage-timeline-carousel .carousel-indicators button.active {
        opacity: 1; }
        .heritage-timeline-carousel .carousel-indicators button.active .year {
          font-family: "Archivo-Bold"; }
        .heritage-timeline-carousel .carousel-indicators button.active .h-line {
          background-color: white;
          height: 1.5rem;
          margin-bottom: -0.625rem; }
      @media (min-width: 768px) {
        .heritage-timeline-carousel .carousel-indicators button {
          padding: 0.3125rem 1.9375rem 0; }
          .heritage-timeline-carousel .carousel-indicators button .h-line {
            height: 0.8125rem; }
          .heritage-timeline-carousel .carousel-indicators button .year {
            font-size: 0.8125rem;
            line-height: 0.92;
            letter-spacing: 0.14313rem;
            padding-bottom: 1.5625rem; }
          .heritage-timeline-carousel .carousel-indicators button.active .h-line {
            height: 1.4375rem; } }
      @media (min-width: 1280px) {
        .heritage-timeline-carousel .carousel-indicators button {
          padding: 0.3125rem 1rem 0; }
          .heritage-timeline-carousel .carousel-indicators button .h-line {
            height: 0.625rem; }
          .heritage-timeline-carousel .carousel-indicators button .year {
            font-size: 0.5625rem;
            line-height: 0.89;
            letter-spacing: 0.09875rem;
            padding-bottom: 1.25rem; }
          .heritage-timeline-carousel .carousel-indicators button.active .h-line {
            height: 1.25rem; } }
      @media (min-width: 1920px) {
        .heritage-timeline-carousel .carousel-indicators button {
          padding: 0.3125rem 1.5625rem 0; }
          .heritage-timeline-carousel .carousel-indicators button .h-line {
            height: 0.75rem; }
          .heritage-timeline-carousel .carousel-indicators button .year {
            font-size: 0.875rem;
            line-height: 0.86;
            letter-spacing: 0.15375rem;
            padding-bottom: 1.5625rem; }
          .heritage-timeline-carousel .carousel-indicators button.active .h-line {
            height: 1.5rem; } }
  .heritage-timeline-carousel .carousel-inner {
    padding: 0; }
    @media (min-width: 768px) {
      .heritage-timeline-carousel .carousel-inner {
        padding: 1.5rem; } }
    @media (min-width: 1280px) {
      .heritage-timeline-carousel .carousel-inner {
        padding: 0.9375rem 4.375rem 0; } }
    @media (min-width: 1920px) {
      .heritage-timeline-carousel .carousel-inner {
        padding: 0.9375rem 5.75rem 0; } }
    .heritage-timeline-carousel .carousel-inner .section-title {
      font-size: 1rem;
      line-height: 1.94;
      letter-spacing: 0.15rem;
      font-family: "Archivo-ExtraLight";
      color: #ffffff;
      text-transform: uppercase;
      text-align: center;
      margin: 3.4375rem 0 2.5rem; }
      @media (min-width: 768px) {
        .heritage-timeline-carousel .carousel-inner .section-title {
          font-size: 0.75rem;
          line-height: 1;
          letter-spacing: 0.13125rem;
          margin: 0; } }
      @media (min-width: 1280px) {
        .heritage-timeline-carousel .carousel-inner .section-title {
          font-size: 0.8125rem;
          line-height: 1;
          letter-spacing: 0.12187rem;
          margin: 0; } }
      @media (min-width: 1920px) {
        .heritage-timeline-carousel .carousel-inner .section-title {
          font-size: 1.25rem;
          line-height: 1;
          letter-spacing: 0.1875rem;
          margin: 0; } }
  .heritage-timeline-carousel .carousel-items {
    padding: 0;
    height: 100%;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .heritage-timeline-carousel .carousel-items [class^="col-"], .heritage-timeline-carousel .carousel-items [class*="col-"], .heritage-timeline-carousel .carousel-items .container-fluid {
      padding: 0;
      margin: 0; }
    .heritage-timeline-carousel .carousel-items .container-fluid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    @media (min-width: 768px) {
      .heritage-timeline-carousel .carousel-items {
        padding: 0; }
        .heritage-timeline-carousel .carousel-items .container-fluid {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    @media (min-width: 1280px) {
      .heritage-timeline-carousel .carousel-items {
        padding: 1.25rem; }
        .heritage-timeline-carousel .carousel-items .container-fluid {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    @media (min-width: 1920px) {
      .heritage-timeline-carousel .carousel-items {
        padding: 1.25rem; }
        .heritage-timeline-carousel .carousel-items .container-fluid {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
  .heritage-timeline-carousel .template-01 .txt-container, .heritage-timeline-carousel .template-02 .txt-container, .heritage-timeline-carousel .template-03 .txt-container {
    margin-bottom: 3.75rem;
    padding: 0 1.75rem;
    text-align: center; }
    .heritage-timeline-carousel .template-01 .txt-container .item-title, .heritage-timeline-carousel .template-02 .txt-container .item-title, .heritage-timeline-carousel .template-03 .txt-container .item-title {
      font-size: 1rem;
      line-height: 1.94;
      letter-spacing: 0.15rem;
      font-family: "Archivo-SemiBold";
      margin-bottom: 1.25rem; }
    .heritage-timeline-carousel .template-01 .txt-container [class^="item-para-"], .heritage-timeline-carousel .template-01 .txt-container [class*="item-para-"], .heritage-timeline-carousel .template-02 .txt-container [class^="item-para-"], .heritage-timeline-carousel .template-02 .txt-container [class*="item-para-"], .heritage-timeline-carousel .template-03 .txt-container [class^="item-para-"], .heritage-timeline-carousel .template-03 .txt-container [class*="item-para-"] {
      font-size: 1.125rem;
      line-height: 1.39;
      font-family: "Butler-Light"; }
    .heritage-timeline-carousel .template-01 .txt-container .item-para, .heritage-timeline-carousel .template-02 .txt-container .item-para, .heritage-timeline-carousel .template-03 .txt-container .item-para {
      font-size: 1.125rem;
      line-height: 1.39;
      font-family: "Butler-Light"; }
  @media (min-width: 768px) {
    .heritage-timeline-carousel .template-01 .txt-container, .heritage-timeline-carousel .template-02 .txt-container, .heritage-timeline-carousel .template-03 .txt-container {
      padding: 1.875rem 6.5625rem 3.875rem;
      margin: 0;
      text-align: left; }
      .heritage-timeline-carousel .template-01 .txt-container .item-title, .heritage-timeline-carousel .template-02 .txt-container .item-title, .heritage-timeline-carousel .template-03 .txt-container .item-title {
        font-size: 0.5625rem;
        line-height: 0.89;
        letter-spacing: 0.09875rem;
        margin-bottom: 1.5rem; }
      .heritage-timeline-carousel .template-01 .txt-container [class^="item-para-"], .heritage-timeline-carousel .template-01 .txt-container [class*="item-para--"], .heritage-timeline-carousel .template-02 .txt-container [class^="item-para-"], .heritage-timeline-carousel .template-02 .txt-container [class*="item-para--"], .heritage-timeline-carousel .template-03 .txt-container [class^="item-para-"], .heritage-timeline-carousel .template-03 .txt-container [class*="item-para--"] {
        font-size: 1.5rem;
        line-height: 1.25; }
      .heritage-timeline-carousel .template-01 .txt-container .item-para, .heritage-timeline-carousel .template-02 .txt-container .item-para, .heritage-timeline-carousel .template-03 .txt-container .item-para {
        font-size: 1.5rem;
        line-height: 1.25; } }
  @media (min-width: 1280px) {
    .heritage-timeline-carousel .template-01 .txt-container, .heritage-timeline-carousel .template-02 .txt-container, .heritage-timeline-carousel .template-03 .txt-container {
      margin-bottom: 0;
      padding: 0.9375rem 1.25rem 0.9375rem 5rem;
      text-align: left; }
      .heritage-timeline-carousel .template-01 .txt-container .item-title, .heritage-timeline-carousel .template-02 .txt-container .item-title, .heritage-timeline-carousel .template-03 .txt-container .item-title {
        font-size: 0.5625rem;
        line-height: 0.89;
        letter-spacing: 0.09875rem;
        margin-bottom: 1.25rem; }
      .heritage-timeline-carousel .template-01 .txt-container [class^="item-para-"], .heritage-timeline-carousel .template-01 .txt-container [class*="item-para--"], .heritage-timeline-carousel .template-02 .txt-container [class^="item-para-"], .heritage-timeline-carousel .template-02 .txt-container [class*="item-para--"], .heritage-timeline-carousel .template-03 .txt-container [class^="item-para-"], .heritage-timeline-carousel .template-03 .txt-container [class*="item-para--"] {
        font-size: 1.5625rem;
        line-height: 1.48; }
      .heritage-timeline-carousel .template-01 .txt-container .item-para, .heritage-timeline-carousel .template-02 .txt-container .item-para, .heritage-timeline-carousel .template-03 .txt-container .item-para {
        font-size: 1.5625rem;
        line-height: 1.48; } }
  @media (min-width: 1920px) {
    .heritage-timeline-carousel .template-01 .txt-container, .heritage-timeline-carousel .template-02 .txt-container, .heritage-timeline-carousel .template-03 .txt-container {
      margin-bottom: 0;
      padding: 1.25rem 2.5rem 1.25rem 6.25rem;
      text-align: left; }
      .heritage-timeline-carousel .template-01 .txt-container .item-title, .heritage-timeline-carousel .template-02 .txt-container .item-title, .heritage-timeline-carousel .template-03 .txt-container .item-title {
        font-size: 0.875rem;
        line-height: 0.86;
        letter-spacing: 0.15375rem;
        margin-bottom: 2rem;
        text-align: left; }
      .heritage-timeline-carousel .template-01 .txt-container [class^="item-para-"], .heritage-timeline-carousel .template-01 .txt-container [class*="item-para--"], .heritage-timeline-carousel .template-02 .txt-container [class^="item-para-"], .heritage-timeline-carousel .template-02 .txt-container [class*="item-para--"], .heritage-timeline-carousel .template-03 .txt-container [class^="item-para-"], .heritage-timeline-carousel .template-03 .txt-container [class*="item-para--"] {
        font-size: 2.8125rem;
        line-height: 1.27; }
      .heritage-timeline-carousel .template-01 .txt-container .item-para, .heritage-timeline-carousel .template-02 .txt-container .item-para, .heritage-timeline-carousel .template-03 .txt-container .item-para {
        font-size: 2.8125rem;
        line-height: 1.27; } }
  .heritage-timeline-carousel .template-03 .txt-container [class^="item-para-"], .heritage-timeline-carousel .template-03 .txt-container [class*="item-para--"] {
    text-transform: uppercase;
    font-size: 1.125rem;
    letter-spacing: normal;
    line-height: 1.5; }
  @media (min-width: 768px) {
    .heritage-timeline-carousel .template-03 .txt-container [class^="item-para-"], .heritage-timeline-carousel .template-03 .txt-container [class*="item-para--"] {
      font-size: 1.875rem;
      letter-spacing: 0.0625rem;
      line-height: 1.2; } }
  @media (min-width: 1280px) {
    .heritage-timeline-carousel .template-03 .txt-container [class^="item-para-"], .heritage-timeline-carousel .template-03 .txt-container [class*="item-para--"] {
      font-size: 1.875rem;
      letter-spacing: -0.0625rem;
      line-height: 1.2; } }
  @media (min-width: 1920px) {
    .heritage-timeline-carousel .template-03 .txt-container [class^="item-para-"], .heritage-timeline-carousel .template-03 .txt-container [class*="item-para--"] {
      font-size: 4.4375rem;
      letter-spacing: -2.13px;
      line-height: 1; } }
  .heritage-timeline-carousel .template-01 .img-container, .heritage-timeline-carousel .template-03 .img-container {
    overflow-x: auto;
    border-right: 0;
    padding: 26px 0 40px;
    text-align: center; }
    .heritage-timeline-carousel .template-01 .img-container .image-area, .heritage-timeline-carousel .template-03 .img-container .image-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      width: 100%;
      height: 225px;
      margin: unset; }
      .heritage-timeline-carousel .template-01 .img-container .image-area img, .heritage-timeline-carousel .template-03 .img-container .image-area img {
        position: unset;
        width: 335px;
        height: 225px;
        max-width: unset;
        max-height: unset;
        cursor: pointer; }
      .heritage-timeline-carousel .template-01 .img-container .image-area .img-1, .heritage-timeline-carousel .template-03 .img-container .image-area .img-1 {
        margin: 0 5px 0 0; }
      .heritage-timeline-carousel .template-01 .img-container .image-area .img-2, .heritage-timeline-carousel .template-03 .img-container .image-area .img-2 {
        margin: 0 5px; }
      .heritage-timeline-carousel .template-01 .img-container .image-area .img-3, .heritage-timeline-carousel .template-03 .img-container .image-area .img-3 {
        margin: 0 0 0 5px; }
      .heritage-timeline-carousel .template-01 .img-container .image-area .z-index, .heritage-timeline-carousel .template-03 .img-container .image-area .z-index {
        z-index: unset; }
  @media (min-width: 768px) {
    .heritage-timeline-carousel .template-01 .img-container, .heritage-timeline-carousel .template-03 .img-container {
      overflow-x: unset;
      border-right: 0;
      padding: 1.875rem 3.75rem; }
      .heritage-timeline-carousel .template-01 .img-container .image-area, .heritage-timeline-carousel .template-03 .img-container .image-area {
        width: 600px;
        height: 420px;
        margin: auto; }
        .heritage-timeline-carousel .template-01 .img-container .image-area img, .heritage-timeline-carousel .template-03 .img-container .image-area img {
          position: absolute;
          width: 30rem;
          height: 20rem; }
        .heritage-timeline-carousel .template-01 .img-container .image-area .img-1, .heritage-timeline-carousel .template-03 .img-container .image-area .img-1 {
          top: 0;
          right: 0;
          z-index: 100;
          margin: 0; }
        .heritage-timeline-carousel .template-01 .img-container .image-area .img-2, .heritage-timeline-carousel .template-03 .img-container .image-area .img-2 {
          top: 50px;
          left: 0;
          z-index: 200;
          margin: 0; }
        .heritage-timeline-carousel .template-01 .img-container .image-area .img-3, .heritage-timeline-carousel .template-03 .img-container .image-area .img-3 {
          top: 100px;
          left: 60px;
          z-index: 300;
          margin: 0; }
        .heritage-timeline-carousel .template-01 .img-container .image-area .z-index, .heritage-timeline-carousel .template-03 .img-container .image-area .z-index {
          z-index: 400; } }
  @media (min-width: 1280px) {
    .heritage-timeline-carousel .template-01 .img-container, .heritage-timeline-carousel .template-03 .img-container {
      overflow-x: unset;
      border-right: 0.125rem solid rgba(255, 255, 255, 0.1);
      padding: 0.9375rem 2.5rem; }
      .heritage-timeline-carousel .template-01 .img-container .image-area, .heritage-timeline-carousel .template-03 .img-container .image-area {
        width: 29.0625rem;
        height: 22.5rem; }
        .heritage-timeline-carousel .template-01 .img-container .image-area img, .heritage-timeline-carousel .template-03 .img-container .image-area img {
          width: 25.125rem;
          height: 16.875rem;
          transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out; }
        .heritage-timeline-carousel .template-01 .img-container .image-area .img-1, .heritage-timeline-carousel .template-03 .img-container .image-area .img-1 {
          top: 20;
          right: 0;
          z-index: 100;
          margin: 0; }
        .heritage-timeline-carousel .template-01 .img-container .image-area .img-2, .heritage-timeline-carousel .template-03 .img-container .image-area .img-2 {
          top: 40px;
          left: 0;
          z-index: 200;
          margin: 0; }
        .heritage-timeline-carousel .template-01 .img-container .image-area .img-3, .heritage-timeline-carousel .template-03 .img-container .image-area .img-3 {
          top: 60px;
          left: 30px;
          z-index: 300;
          margin: 0; }
        .heritage-timeline-carousel .template-01 .img-container .image-area .z-index, .heritage-timeline-carousel .template-03 .img-container .image-area .z-index {
          z-index: 400; }
      .heritage-timeline-carousel .template-01 .img-container .image-area:hover .img-1, .heritage-timeline-carousel .template-03 .img-container .image-area:hover .img-1 {
        transform: translate(60px, -30px);
        -webkit-transform: translate(60px, -30px);
        -moz-transform: translate(60px, -30px);
        -o-transform: translate(60px, -30px);
        -ms-transform: translate(60px, -30px); }
      .heritage-timeline-carousel .template-01 .img-container .image-area:hover .img-2, .heritage-timeline-carousel .template-03 .img-container .image-area:hover .img-2 {
        transform: translate(-70px, -10px);
        -webkit-transform: translate(-70px, -10px);
        -moz-transform: translate(-70px, -10px);
        -o-transform: translate(-70px, -10px);
        -ms-transform: translate(-70px, -10px); }
      .heritage-timeline-carousel .template-01 .img-container .image-area:hover .img-3, .heritage-timeline-carousel .template-03 .img-container .image-area:hover .img-3 {
        transform: translate(0, 40px);
        -webkit-transform: translate(0, 40px);
        -moz-transform: translate(0, 40px);
        -o-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px); } }
  @media (min-width: 1920px) {
    .heritage-timeline-carousel .template-01 .img-container, .heritage-timeline-carousel .template-03 .img-container {
      overflow-x: unset;
      border-right: 0.125rem solid rgba(255, 255, 255, 0.1);
      padding: 1.25rem; }
      .heritage-timeline-carousel .template-01 .img-container .image-area, .heritage-timeline-carousel .template-03 .img-container .image-area {
        width: 45rem;
        height: 28.125rem; }
        .heritage-timeline-carousel .template-01 .img-container .image-area img, .heritage-timeline-carousel .template-03 .img-container .image-area img {
          width: 498px;
          height: 333px;
          transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out; }
        .heritage-timeline-carousel .template-01 .img-container .image-area .img-1, .heritage-timeline-carousel .template-03 .img-container .image-area .img-1 {
          top: 0;
          right: 0;
          z-index: 100;
          margin: 0; }
        .heritage-timeline-carousel .template-01 .img-container .image-area .img-2, .heritage-timeline-carousel .template-03 .img-container .image-area .img-2 {
          top: 40px;
          left: 0;
          z-index: 200;
          margin: 0; }
        .heritage-timeline-carousel .template-01 .img-container .image-area .img-3, .heritage-timeline-carousel .template-03 .img-container .image-area .img-3 {
          top: 100px;
          left: 80px;
          z-index: 300;
          margin: 0; }
        .heritage-timeline-carousel .template-01 .img-container .image-area .z-index, .heritage-timeline-carousel .template-03 .img-container .image-area .z-index {
          z-index: 400; }
      .heritage-timeline-carousel .template-01 .img-container .image-area:hover .img-1, .heritage-timeline-carousel .template-03 .img-container .image-area:hover .img-1 {
        transform: translate(50px, -30px);
        -webkit-transform: translate(50px, -30px);
        -moz-transform: translate(50px, -30px);
        -o-transform: translate(50px, -30px);
        -ms-transform: translate(50px, -30px); }
      .heritage-timeline-carousel .template-01 .img-container .image-area:hover .img-2, .heritage-timeline-carousel .template-03 .img-container .image-area:hover .img-2 {
        transform: translate(-60px, 20px);
        -webkit-transform: translate(-60px, 20px);
        -moz-transform: translate(-60px, 20px);
        -o-transform: translate(-60px, 20px);
        -ms-transform: translate(-60px, 20px); }
      .heritage-timeline-carousel .template-01 .img-container .image-area:hover .img-3, .heritage-timeline-carousel .template-03 .img-container .image-area:hover .img-3 {
        transform: translate(40px, 50px);
        -webkit-transform: translate(40px, 50px);
        -moz-transform: translate(40px, 50px);
        -o-transform: translate(40px, 50px);
        -ms-transform: translate(40px, 50px); } }
  .heritage-timeline-carousel .template-02 .img-container {
    overflow-x: unset;
    border-right: 0;
    padding: 1.625rem 0 2.5rem;
    text-align: center; }
    .heritage-timeline-carousel .template-02 .img-container .image-area {
      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;
      position: relative;
      width: 20.9375rem;
      margin: auto; }
      .heritage-timeline-carousel .template-02 .img-container .image-area img {
        max-height: 100%;
        width: auto;
        cursor: default; }
      .heritage-timeline-carousel .template-02 .img-container .image-area [class^="hotspot-"], .heritage-timeline-carousel .template-02 .img-container .image-area [class*="hotspot-"] {
        display: block;
        background: url("../images/icons/hotshot.svg") center center no-repeat;
        position: absolute;
        width: 1.5625rem;
        height: 1.5625rem;
        text-indent: -9999px;
        background-size: 90%; }
      .heritage-timeline-carousel .template-02 .img-container .image-area [class^="hotspot-"]:hover, .heritage-timeline-carousel .template-02 .img-container .image-area [class*="hotspot-"]:hover {
        background: url("../images/icons/hotshot-hover.svg") center center no-repeat;
        position: absolute;
        background-size: 90%; }
      .heritage-timeline-carousel .template-02 .img-container .image-area .hotspot-01 {
        top: 6.125rem;
        left: 5rem;
        background-size: 100%; }
      .heritage-timeline-carousel .template-02 .img-container .image-area .hotspot-02 {
        top: 0.125rem;
        right: 4.875rem;
        background-size: 100%; }
      .heritage-timeline-carousel .template-02 .img-container .image-area .hotspot-03 {
        bottom: 6.5625rem;
        right: 2.5rem;
        background-size: 100%; }
  @media (min-width: 768px) {
    .heritage-timeline-carousel .template-02 .img-container {
      overflow-x: unset;
      border-right: 0;
      padding: 1.875rem 5rem; }
      .heritage-timeline-carousel .template-02 .img-container .image-area {
        width: 28.125rem;
        height: 28.125rem; }
        .heritage-timeline-carousel .template-02 .img-container .image-area [class^="hotspot-"], .heritage-timeline-carousel .template-02 .img-container .image-area [class*="hotspot-"] {
          width: 1.75rem;
          height: 1.75rem; }
        .heritage-timeline-carousel .template-02 .img-container .image-area .hotspot-01 {
          top: 9.25rem;
          left: 7.375rem; }
        .heritage-timeline-carousel .template-02 .img-container .image-area .hotspot-02 {
          top: 0.625rem;
          right: 7.375rem; }
        .heritage-timeline-carousel .template-02 .img-container .image-area .hotspot-03 {
          bottom: 10.3125rem;
          right: 5rem; } }
  @media (min-width: 1280px) {
    .heritage-timeline-carousel .template-02 .img-container {
      overflow-x: unset;
      border-right: 0.125rem solid rgba(255, 255, 255, 0.1);
      padding: 0.9375rem 3.125rem; }
      .heritage-timeline-carousel .template-02 .img-container .image-area {
        width: 25rem;
        height: 22.5rem; }
        .heritage-timeline-carousel .template-02 .img-container .image-area [class^="hotspot-"], .heritage-timeline-carousel .template-02 .img-container .image-area [class*="hotspot-"] {
          width: 1.875rem;
          height: 1.875rem; }
        .heritage-timeline-carousel .template-02 .img-container .image-area .hotspot-01 {
          top: 7.375rem;
          left: 4.5rem; }
        .heritage-timeline-carousel .template-02 .img-container .image-area .hotspot-02 {
          top: 2.375rem;
          right: 8rem; }
        .heritage-timeline-carousel .template-02 .img-container .image-area .hotspot-03 {
          right: 7.8125rem;
          bottom: 11.25rem; } }
  @media (min-width: 1920px) {
    .heritage-timeline-carousel .template-02 .img-container {
      overflow-x: unset;
      border-right: 0.125rem solid rgba(255, 255, 255, 0.1);
      padding: 1.25rem; }
      .heritage-timeline-carousel .template-02 .img-container .image-area {
        width: 33.125rem;
        height: 28.125rem; }
        .heritage-timeline-carousel .template-02 .img-container .image-area [class^="hotspot-"], .heritage-timeline-carousel .template-02 .img-container .image-area [class*="hotspot-"] {
          width: 2.0625rem;
          height: 2.0625rem; }
        .heritage-timeline-carousel .template-02 .img-container .image-area .hotspot-01 {
          top: 8.75rem;
          left: 7.5rem; }
        .heritage-timeline-carousel .template-02 .img-container .image-area .hotspot-02 {
          top: 2.375rem;
          right: 11.5rem; }
        .heritage-timeline-carousel .template-02 .img-container .image-area .hotspot-03 {
          bottom: 12.5rem;
          right: 11.25rem; } }
  .heritage-timeline-carousel .carousel-control-prev {
    width: 0.6875rem;
    height: 1.5rem;
    top: 130px;
    left: 34%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .heritage-timeline-carousel .carousel-control-prev .icon-left-arrow {
      background: url("../images/icons/left-arrow-icon.svg") center center no-repeat;
      background-size: 100%;
      width: 0.65625rem;
      height: 1.3125rem; }
    .heritage-timeline-carousel .carousel-control-prev:focus-visible {
      outline: auto; }
    @media (min-width: 768px) {
      .heritage-timeline-carousel .carousel-control-prev {
        width: 0.78125rem;
        height: 1.5625rem;
        top: unset;
        bottom: 20%;
        left: 1.25rem;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .heritage-timeline-carousel .carousel-control-prev .icon-left-arrow {
          width: 0.78125rem;
          height: 1.5625rem; } }
    @media (min-width: 1280px) {
      .heritage-timeline-carousel .carousel-control-prev {
        top: 52%;
        left: 3.125rem;
        width: 0.775rem;
        height: 1.55rem; }
        .heritage-timeline-carousel .carousel-control-prev .icon-left-arrow {
          width: 0.775rem;
          height: 1.55rem; } }
    @media (min-width: 1920px) {
      .heritage-timeline-carousel .carousel-control-prev {
        top: 50%;
        left: 4.625rem;
        width: 1.1625rem;
        height: 2.33125rem; }
        .heritage-timeline-carousel .carousel-control-prev .icon-left-arrow {
          width: 1.1625rem;
          height: 2.33125rem; } }
  .heritage-timeline-carousel .carousel-control-next {
    width: 0.65625rem;
    height: 1.3125rem;
    top: 8.125rem;
    right: 34%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .heritage-timeline-carousel .carousel-control-next .icon-right-arrow {
      background: url("../images/icons/right-arrow-icon.svg") center center no-repeat;
      background-size: 100%;
      width: 0.65625rem;
      height: 1.3125rem; }
    .heritage-timeline-carousel .carousel-control-next:focus-visible {
      outline: auto; }
    @media (min-width: 768px) {
      .heritage-timeline-carousel .carousel-control-next {
        width: 0.78125rem;
        height: 0.125rem x;
        top: unset;
        bottom: 20%;
        right: 1.25rem;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .heritage-timeline-carousel .carousel-control-next .icon-right-arrow {
          width: 0.78125rem;
          height: 1.5625rem; } }
    @media (min-width: 1280px) {
      .heritage-timeline-carousel .carousel-control-next {
        top: 52%;
        right: 3.125rem;
        width: 0.775rem;
        height: 1.55rem; }
        .heritage-timeline-carousel .carousel-control-next .icon-right-arrow {
          width: 0.775rem;
          height: 1.55rem; } }
    @media (min-width: 1920px) {
      .heritage-timeline-carousel .carousel-control-next {
        top: 50%;
        right: 4.625rem;
        width: 18.6px;
        height: 37.3px; }
        .heritage-timeline-carousel .carousel-control-next .icon-right-arrow {
          width: 1.1625rem;
          height: 2.33125rem; } }

/* Section 3: tooltip - Overtide bootstarp tooltip
-------------------------------------------------- */
.tooltip .tooltip-inner {
  color: #757777;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.0225rem;
  text-align: left;
  background-color: #ffffff;
  padding: 1.25rem 1.25rem 2.125rem;
  -webkit-box-shadow: 0 0.25rem 0.125rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.125rem rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  max-width: 20rem;
  font-family: "Archivo-Light"; }
  .tooltip .tooltip-inner img {
    width: 17.5rem;
    margin-bottom: 1.25rem; }
  .tooltip .tooltip-inner h2 {
    font-family: "Butler-Light";
    font-size: 1.5rem;
    line-height: 0.92;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    margin-bottom: 1.25rem; }
  .tooltip .tooltip-inner p {
    font-family: "Archivo-Light";
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0.36px;
    text-align: left;
    color: #777777; }

.tooltip .arrow {
  display: none; }

.tooltip .tooltip.top .tooltip-arrow {
  border-top-color: #ffffff; }

.tooltip .tooltip.right .tooltip-arrow {
  border-right-color: #ffffff; }

.tooltip .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ffffff; }

.tooltip .tooltip.left .tooltip-arrow {
  border-left-color: #ffffff; }

.tooltip.tooltip-hotspot .tooltip-inner {
  padding: 2.3125rem 2.3125rem 1.6875rem 2.3125rem; }
  .tooltip.tooltip-hotspot .tooltip-inner h2 {
    font-family: "Butler-Light";
    font-size: 1.875rem;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: 1.25rem; }
  .tooltip.tooltip-hotspot .tooltip-inner p {
    font-family: "Archivo-Light";
    font-size: 1rem;
    line-height: 1.38;
    letter-spacing: 0.48px;
    color: #292929;
    text-align: center; }

.tooltip.show {
  opacity: 0.95; }

/**
* ----------------------------------------
* animation scale-up-center
* ----------------------------------------
*/
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/**
* ----------------------------------------
* carousel fade in or out
* ----------------------------------------
*/
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition: opacity ease-out .7s;
  -o-transition: opacity ease-out .7s;
  transition: opacity ease-out .7s; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

#timeline_sec {
  overflow: hidden; }


/*# sourceMappingURL=cmsHeritage.css.map*/