@media all and (max-width: 1024px) {
  .site-header {
    display: none;
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    font-family: "Heebo", sans-serif;
  }
  .mobile-menu .mm-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 12px;
    background: rgba(247, 245, 243, 0.9);
  }
  .mobile-menu .mm-top-talk {
    height: 40px;
  }
  .mobile-menu .header-logo img {
    height: 32px;
    width: auto;
  }
  .mobile-menu .mm-bt {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu .mm-bar-container {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 18px;
    cursor: pointer;
    user-select: none;
    transform: rotate(0deg);
    transition: all 0.3s ease;
  }
  .mobile-menu .mm-bar-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .mobile-menu .mm-bar-wrapper .mm-bar {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #3F3F3A;
    transition: all 0.3s ease;
  }
  .mobile-menu .mm-bar-wrapper .mm-bar.topBar {
    top: 0;
  }
  .mobile-menu .mm-bar-wrapper .mm-bar.mdBar {
    top: 8px;
  }
  .mobile-menu .mm-bar-wrapper .mm-bar.btmBar {
    bottom: 0;
  }
  .mobile-menu.open .mm-bar-container {
    transform: rotate(0);
  }
  .mobile-menu.open .mm-bar-wrapper .topBar {
    transform: translateY(8px) rotate(45deg);
  }
  .mobile-menu.open .mm-bar-wrapper .mdBar {
    opacity: 0;
  }
  .mobile-menu.open .mm-bar-wrapper .btmBar {
    transform: translateY(-8px) rotate(-45deg);
  }
  .mobile-menu .mm-bot {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(247, 245, 243, 0.9);
    transform: translateY(-100%);
    transition: transform 0.3s ease;
  }
  .mobile-menu.open .mm-bot {
    transform: translateY(0);
  }
  .mobile-menu .mm-bg {
    display: none;
  }
  .mobile-menu .btn {
    border-radius: 153.775px;
    height: 46px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .mobile-menu .btn-outline {
    border: 1.5px solid #3F3F3A;
    color: #08193d;
    padding: 7.5px 21px;
    background: #FFF;
    height: 35px;
    transition: all 0.3s ease;
  }
  .mobile-menu .btn-outline.mm-top-talk {
    font-size: 13.5px;
    font-weight: 700;
    line-height: normal;
    transition: all 0.3s ease;
  }
  .mobile-menu .btn-outline:hover {
    background: #9D0751;
    border: 1.5px solid #9D0751;
    color: #FFF;
  }
  .mobile-menu .btn-primary {
    background-color: #08193D;
    color: white;
    padding: 10px 28px;
    transition: all 0.3s ease;
  }
  .mobile-menu .btn-primary img {
    width: 24px;
    height: 24px;
  }
  .mobile-menu .btn-primary:hover {
    background-color: #9D0751;
  }
  .mobile-menu .header-logo {
    width: 76px;
    height: auto;
    display: flex;
  }
  .mobile-menu .header-logo img {
    width: 100%;
    height: auto;
  }
  .mobile-menu .mm-bot-inner {
    min-height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .mobile-menu .mm-bot-inner > ul {
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
  }
  .mobile-menu .mm-bot-inner > ul li a {
    display: block;
    text-decoration: none;
    color: #3F3F3A;
    font-size: 18px;
    font-weight: 700;
    line-height: 133.333%;
  }
  .mobile-menu .mm-buttons {
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .mobile-menu .mm-buttons .mm-buttons-box {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .mobile-menu .mm-buttons .btn {
    width: 100%;
    height: 46px;
    font-size: 16px;
    border-radius: 999px;
  }
  .page-template-mortgage-page .mobile-menu .btn-primary:hover, .page-template-consultant-page .mobile-menu .btn-primary:hover {
    background-color: #47A6EE;
  }
  .page-template-mortgage-page .mobile-menu .btn-outline:hover, .page-template-consultant-page .mobile-menu .btn-outline:hover {
    background: #47A6EE;
    border: 1.5px solid #47A6EE;
    color: #FFF;
  }
  .page-template-realtors-page .mobile-menu .btn-primary:hover {
    background-color: #71A130;
  }
  .page-template-realtors-page .mobile-menu .btn-outline:hover {
    background: #71A130;
    border: 1.5px solid #71A130;
    color: #FFF;
  }
  body.admin-bar .mobile-menu {
    top: 61px;
  }
}

/*# sourceMappingURL=mobile-menu.css.map */
