@media screen and (max-width: 1199px) {
  .closebtn svg {
    cursor: pointer;
    width: 30px;
    height: 30px;
    color: red;
  }
  .admin-bar .mobile-menu-sidebar.right, .admin-bar .mobile-menu-sidebar.left {
    top: 32px;
  }
  .admin-bar .mobile-menu-sidebar.top {
    top: -100vw;
    left: unset;
  }
  .admin-bar .mobile-menu-sidebar.top.opened {
    top: 32px;
  }
  .admin-bar .mobile-menu-sidebar.bottom.opened {
    bottom: -32px;
  }
  .mobile-menu-sidebar {
    position: fixed;
    left: -10000px; /* Dont change!! */
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #FAF5F0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: left 0.3s ease, right 0.3s linear;
    -moz-transition: left 0.3s ease, right 0.3s linear;
    -o-transition: left 0.3s ease, right 0.3s linear;
    transition: left 0.3s ease, right 0.3s linear;
  }
  .mobile-menu-sidebar.left {
    left: -100%;
    top: 0;
  }
  .mobile-menu-sidebar.left.opened {
    left: 0;
  }
  .mobile-menu-sidebar.right {
    right: -100%;
    left: unset;
    top: 0;
  }
  .mobile-menu-sidebar.right.opened {
    right: 0;
  }
  .mobile-menu-sidebar.top {
    top: -100%;
    left: unset;
    -webkit-transition: top 0.3s ease, bottom 0.3s linear;
    -moz-transition: top 0.3s ease, bottom 0.3s linear;
    -o-transition: top 0.3s ease, bottom 0.3s linear;
    transition: top 0.3s ease, bottom 0.3s linear;
  }
  .mobile-menu-sidebar.top.opened {
    top: 0;
  }
  .mobile-menu-sidebar.bottom {
    top: unset;
    bottom: -100%;
    left: unset;
    -webkit-transition: bottom 0.3s linear, top 0.3s ease;
    -moz-transition: bottom 0.3s linear, top 0.3s ease;
    -o-transition: bottom 0.3s linear, top 0.3s ease;
    transition: bottom 0.3s linear, top 0.3s ease;
  }
  .mobile-menu-sidebar.bottom.opened {
    bottom: 0;
  }
  .mobile-menu-sidebar.menu-fixed-width {
    width: 300px;
  }
  .mobile-menu-sidebar.menu-fixed-width li.menu-item-has-children > .sub-menu {
    width: 240px !important;
  }
  .mobile-menu-sidebar ul {
    list-style: none;
    position: relative;
    background-color: #FEFCFB;
    border-top: 1px solid rgba(43, 39, 33, 0.15);
  }
  .mobile-menu-sidebar ul li {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 91px;
    border-bottom: 1px solid rgba(43, 39, 33, 0.15);
  }
  .mobile-menu-sidebar ul li.menu-title > a:hover {
    color: #000072;
  }
  .mobile-menu-sidebar ul li a {
    color: #000072;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .mobile-menu-sidebar ul li.current-menu-ancestor > a, .mobile-menu-sidebar ul li.current-menu-item > a, .mobile-menu-sidebar ul li a:hover {
    color: #014EE6;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children {
    cursor: pointer;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children.open {
    -webkit-tap-highlight-color: transparent;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children .submenu-toggle {
    position: absolute;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children .submenu-toggle:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 24 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.7075 10.7081L14.7075 19.7081C14.5199 19.8957 14.2654 20.0011 14 20.0011C13.7346 20.0011 13.4801 19.8957 13.2925 19.7081C13.1049 19.5204 12.9994 19.2659 12.9994 19.0006C12.9994 18.7352 13.1049 18.4807 13.2925 18.2931L20.5863 11.0006H1C0.734784 11.0006 0.48043 10.8952 0.292893 10.7077C0.105357 10.5201 0 10.2658 0 10.0006C0 9.73534 0.105357 9.48099 0.292893 9.29345C0.48043 9.10591 0.734784 9.00056 1 9.00056H20.5863L13.2925 1.70806C13.1049 1.52042 12.9994 1.26592 12.9994 1.00056C12.9994 0.735192 13.1049 0.480697 13.2925 0.293056C13.4801 0.105415 13.7346 0 14 0C14.2654 0 14.5199 0.105415 14.7075 0.293056L23.7075 9.29306C23.8005 9.38593 23.8742 9.49622 23.9246 9.61762C23.9749 9.73901 24.0008 9.86914 24.0008 10.0006C24.0008 10.132 23.9749 10.2621 23.9246 10.3835C23.8742 10.5049 23.8005 10.6152 23.7075 10.7081Z' fill='%23014EE6'/%3E%3C/svg%3E");
    cursor: pointer;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #FEFCFB;
    width: 100%;
    margin-bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: 0;
    cursor: initial;
    z-index: 999;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu li {
    height: 80px;
    padding: 0;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu li a {
    display: flex;
    align-items: center;
    margin: 0 20px;
    text-transform: unset;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu li a img {
    width: 108px;
    height: 80px;
    margin-right: 18px;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu .close-submenu {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 55px;
    font-weight: 500;
    height: 80px;
    color: #000072;
    border-bottom: 1px solid rgba(43, 39, 33, 0.15);
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu .close-submenu:hover {
    color: #014EE6;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu .close-submenu:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 24 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.7075 10.7081L14.7075 19.7081C14.5199 19.8957 14.2654 20.0011 14 20.0011C13.7346 20.0011 13.4801 19.8957 13.2925 19.7081C13.1049 19.5204 12.9994 19.2659 12.9994 19.0006C12.9994 18.7352 13.1049 18.4807 13.2925 18.2931L20.5863 11.0006H1C0.734784 11.0006 0.48043 10.8952 0.292893 10.7077C0.105357 10.5201 0 10.2658 0 10.0006C0 9.73534 0.105357 9.48099 0.292893 9.29345C0.48043 9.10591 0.734784 9.00056 1 9.00056H20.5863L13.2925 1.70806C13.1049 1.52042 12.9994 1.26592 12.9994 1.00056C12.9994 0.735192 13.1049 0.480697 13.2925 0.293056C13.4801 0.105415 13.7346 0 14 0C14.2654 0 14.5199 0.105415 14.7075 0.293056L23.7075 9.29306C23.8005 9.38593 23.8742 9.49622 23.9246 9.61762C23.9749 9.73901 24.0008 9.86914 24.0008 10.0006C24.0008 10.132 23.9749 10.2621 23.9246 10.3835C23.8742 10.5049 23.8005 10.6152 23.7075 10.7081Z' fill='%23014EE6'/%3E%3C/svg%3E");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mobile-menu-sidebar .submenu-breadcrumb {
    padding: 12px 20px;
    background: #FAF5F0;
  }
  .mobile-menu-sidebar .breadcrumb-item {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #363530;
  }
  .mobile-menu-sidebar .breadcrumb-item:not(:last-child):after {
    content: "";
    height: 15px;
    width: 10px;
    margin: 0 5px;
    display: inline-block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23AEA99E' d='M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z'/%3E%3C/svg%3E");
  }
  .mobile-menu-sidebar .breadcrumb-item.current-item {
    color: #014EE6;
  }
  .mobile-menu-sidebar .sd-block-button.text-link .inner-button {
    display: inline-flex;
    flex-direction: row-reverse;
    background: transparent;
    color: #014EE6;
    border: none;
    margin-left: 20px;
    padding: 0;
    line-height: 20px;
  }
  .mobile-menu-sidebar .sd-block-button.text-link .inner-button svg {
    margin-left: 0;
    margin-right: 7px;
  }
  .mobile-menu-sidebar.slide .menu-item-has-children .sub-menu {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100vw;
    margin: 0;
  }
  .mobile-menu-sidebar.slide .menu-item-has-children.open > .sub-menu {
    height: 100vh;
  }
  .mobile-menu-sidebar.fade .menu-item-has-children.open .sub-menu {
    height: 100vh;
  }
  .mobile-menu-sidebar.fade .menu-item-has-children.right .sub-menu {
    left: unset;
  }
  .mobile-menu-sidebar.expand .menu-item-has-children {
    flex-direction: column;
    align-items: flex-start;
  }
  .mobile-menu-sidebar.expand .menu-item-has-children > .submenu-toggle {
    top: 11px;
  }
  .mobile-menu-sidebar.expand .menu-item-has-children > .submenu-toggle:after {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transform: rotateZ(0deg);
  }
  .mobile-menu-sidebar.expand .menu-item-has-children.open > .submenu-toggle:after {
    transform: rotateZ(90deg);
  }
  .mobile-menu-sidebar.expand .menu-item-has-children .sub-menu {
    position: relative;
    height: unset;
    padding: 0 0 0 10px;
  }
  .mobile-menu-sidebar.expand .menu-item-has-children .sub-menu li:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 1200px) {
  .mobile-menu-sidebar,
  .mobile-menu-sidebar.opened,
  .mobile-menu-sidebar.closed,
  .mobile-menu-sidebar .closebtn {
    display: none;
  }
}
@media screen and (max-width: 300px) {
  .mobile-menu-sidebar.menu-fixed-width {
    width: 100%;
  }
  .mobile-menu-sidebar.menu-fixed-width li.menu-item-has-children > .sub-menu {
    width: 100% !important;
  }
}

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