.elementor-97 .elementor-element.elementor-element-173f8c7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c1a77df */#rcm-footer.rcm-footer{
    --rcm-primary:#90191c;
    --rcm-gold:#c9a656;
    --rcm-ink:#1a1a1a;
    --rcm-muted:#5b5b5b;
    --rcm-line:#dcd3bf;
    background:#efe8d6;
    padding:80px 24px 0;
    position:relative;
    overflow:hidden;
    font-family:"SF Pro Regular", sans-serif;
    color:var(--rcm-ink);
  }

  #rcm-footer.rcm-footer::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
      linear-gradient(to right, rgba(26,26,26,.045) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(26,26,26,.045) 1px, transparent 1px);
    background-size:64px 64px;
    mask-image:radial-gradient(ellipse at top right, #000 0%, transparent 65%);
    -webkit-mask-image:radial-gradient(ellipse at top right, #000 0%, transparent 65%);
    pointer-events:none;
    opacity:.6;
  }

  .rcm-footer__inner{
    max-width:1240px;
    margin:0 auto;
    position:relative;
    z-index:1;
  }

  .rcm-footer__top{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.4fr;
    gap:56px;
    padding-bottom:60px;
    border-bottom:1px solid var(--rcm-line);
  }

  /* brand */
  .rcm-footer__logo{
    display:inline-flex;
    align-items:center;
    margin-bottom:20px;
  }
  .rcm-footer__logo img{
    height:44px;
    width:auto;
    display:block;
  }
  .rcm-footer__tagline{
    font-size:14.5px;
    line-height:1.7;
    color:var(--rcm-muted);
    margin:0 0 24px;
    max-width:380px;
  }
  .rcm-footer__cta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
  }
  .rcm-footer__btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:11px 20px;
    border-radius:999px;
    font-size:13.5px;
    font-weight:500;
    text-decoration:none;
    line-height:1;
    transition:background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
    border:1px solid transparent;
  }
  .rcm-footer__btn svg{ width:14px; height:14px; }
  .rcm-footer__btn:not(.rcm-footer__btn--ghost){
    background:var(--rcm-primary);
    color:#fff;
    box-shadow:0 8px 18px -12px rgba(144,25,28,.5);
  }
  .rcm-footer__btn:not(.rcm-footer__btn--ghost):hover{
    background:#7a1316;
    transform:translateY(-2px);
  }
  .rcm-footer__btn--ghost{
    background:transparent;
    color:var(--rcm-ink);
    border-color:rgba(26,26,26,.18);
  }
  .rcm-footer__btn--ghost:hover{
    border-color:var(--rcm-primary);
    color:var(--rcm-primary);
    transform:translateY(-2px);
  }

  /* columns */
  .rcm-footer__col h4{
    font-family:"LemonmilkReg", sans-serif;
    font-size:13px;
    letter-spacing:.16em;
    text-transform:uppercase;
    color:var(--rcm-primary);
    margin:0 0 22px;
    font-weight:400;
    position:relative;
    padding-bottom:14px;
  }
  .rcm-footer__col h4::after{
    content:"";
    position:absolute;
    left:0; bottom:0;
    width:24px;
    height:2px;
    background:var(--rcm-gold);
  }
  .rcm-footer__col ul{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    flex-direction:column;
    gap:10px;
  }
  .rcm-footer__col a{
    text-decoration:none;
    color:var(--rcm-ink);
    font-size:14.5px;
    line-height:1.5;
    transition:color .25s ease, padding .3s ease;
    position:relative;
    display:inline-block;
  }
  .rcm-footer__col a:hover{
    color:var(--rcm-primary);
    padding-left:8px;
  }
  .rcm-footer__col a::before{
    content:"";
    position:absolute;
    left:0; top:50%;
    width:0;
    height:1px;
    background:var(--rcm-primary);
    transform:translateY(-50%);
    transition:width .3s ease;
  }
  .rcm-footer__col a:hover::before{ width:5px; }

  /* contact list */
  .rcm-footer__contact{ gap:14px !important; }
  .rcm-footer__contact li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    font-size:14.5px;
    line-height:1.55;
    color:var(--rcm-muted);
  }
  .rcm-footer__contact li svg{
    width:18px; height:18px;
    color:var(--rcm-primary);
    flex-shrink:0;
    margin-top:2px;
  }
  .rcm-footer__contact a{
    color:var(--rcm-ink);
    font-size:14.5px;
  }
  .rcm-footer__contact a::before{ display:none; }
  .rcm-footer__contact a:hover{ padding-left:0; }

  /* bottom strip */
  .rcm-footer__bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:26px 0 28px;
    flex-wrap:wrap;
    gap:12px;
  }
  .rcm-footer__bottom p{
    margin:0;
    font-size:13px;
    color:var(--rcm-muted);
  }
  .rcm-footer__bottom-mark{
    font-size:11.5px;
    letter-spacing:.16em;
    text-transform:uppercase;
    color:var(--rcm-primary);
    font-weight:600;
  }

  /* reveal */
  .rcm-footer [data-reveal]{
    opacity:0;
    transform:translateY(18px);
    transition:opacity .7s ease, transform .7s ease;
  }
  .rcm-footer [data-reveal].is-in{ opacity:1; transform:none; }

  /* responsive */
  @media (max-width:1024px){
    .rcm-footer__top{
      grid-template-columns:1fr 1fr;
      gap:44px;
    }
    .rcm-footer__brand{ grid-column:span 2; }
  }
  @media (max-width:640px){
    #rcm-footer.rcm-footer{ padding:64px 18px 0; }
    .rcm-footer__top{
      grid-template-columns:1fr;
      gap:36px;
      padding-bottom:40px;
    }
    .rcm-footer__brand{ grid-column:auto; }
    .rcm-footer__bottom{
      flex-direction:column;
      align-items:flex-start;
      padding:20px 0 24px;
      gap:8px;
    }
  }
</style>/* End custom CSS */