/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Bootstrap import */
.inet *,
.inet *::before,
.inet *::after {
    box-sizing: border-box;
}
.inet ul {
    margin-top: 0;
}
.inet img {
    vertical-align: middle;
    border-style: none;
}
.inet svg {
    overflow: hidden;
    vertical-align: middle;
}
.inet button {
    border-radius: 0;
}
.inet .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .inet .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .inet .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .inet .container {
        max-width: 980px;
    }
}
@media (min-width: 1200px) {
    .inet .container {
        max-width: 1140px;
    }
}
.inet .dropdown {
    position: relative;
    margin-top: 6px;
    margin-left: 12px;
}
.inet .dropdown > .nav-link {
    padding-top: 3px;
    padding-bottom: 3px;
    border: solid 1px #454c71;
    border-radius: 18px;
    color: #454c71;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.inet .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.inet .no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.inet .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.inet .col,
.inet .col-4,
.inet .col-12,
.inet .col-md-6,
.inet .col-lg-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.inet .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.inet .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .inet .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .inet .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
.inet .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .inet .btn {
        transition: none;
    }
}
.inet .btn:hover {
    color: #212529;
    text-decoration: none;
}
.inet .btn:focus,
.inet .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.inet .btn-block {
    display: block;
    width: 100%;
}
.inet .collapse:not(.show) {
    display: none;
}
.inet .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .inet .collapsing {
        transition: none;
    }
}
.inet .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.inet .navbar .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.inet .navbar .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
@media (min-width: 992px) {
    .inet .navbar .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.inet .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.inet .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.inet .nav-link {
    padding: 0.5rem 1rem;
    text-decoration: none;
    display: inline;
}
.inet .nav-link:hover,
.inet .nav-link:focus {
    text-decoration: none;
}
.inet .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.inet .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.inet .navbar-toggler:hover,
.inet .navbar-toggler:focus {
    text-decoration: none;
}
.inet .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.inet .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.inet .bg-white {
    background-color: #fff !important;
}
.inet .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.inet .d-none {
    display: none !important;
}
.inet .d-block {
    display: block !important;
}
.inet .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.inet .align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.inet .flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.inet .justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.inet .br-0 {
    border-right: 0 !important;
}
.inet .mb-0 {
    margin-bottom: 0 !important;
}
.ml-2 {
    margin-left: 0.5rem !important;
}
.inet .mb-3 {
    margin-bottom: 1rem !important;
}
@media (min-width: 768px) {
    .mt-md-3 {
        margin-top: 1rem !important;
    }
}
@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }
}
.inet .pr-0,
.inet .px-0 {
    padding-right: 0 !important;
}
.inet .pl-0,
.inet .px-0 {
    padding-left: 0 !important;
}
.inet .p-2 {
    padding: 0.5rem !important;
}
.inet .pb-2 {
    padding-bottom: 0.5rem !important;
}
.inet .pl-3 {
    padding-left: 1rem !important;
}
.inet .text-center {
    text-align: center !important;
}
@media (min-width: 992px) {
    .inet .d-lg-none {
        display: none !important;
    }
    .inet .d-lg-block {
        display: block !important;
    }
}
/* END Bootstrap import */

.inet {
    font-family: 'Satoshi', sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

.inet svg.nav-icon {
    width: 24px;
    height: 24px;
}

.inet #navbarNav {
    font-size: 13px;
    line-height: 1.08;
}

.inet #navbarNav > .row > .col-4 {
    border-right: solid 1px #7d84af;
}

.inet #navbarNav > .row > .col-4:last-of-type {
    border-right: none;
}

.inet #navbarNav > .row > .col-4 > .col-12 {
    padding: 12px 6px;
}

.inet svg.menu-icon {
    width: 35px;
    height: 43px;
    stroke: #7d84af;
    margin-bottom: 7px;
}

.inet .btn.btn-circle {
    border-radius: 23px;
}

.inet .btn.estate-upload {
    margin: 34px 0 25px;
    border: none;
    color: #fff;
}

.inet .btn.estate-upload .plus {
    height: 20px;
    margin-bottom: 5px;
}

.inet .btn-cta {
    padding: 10px 14px 8px;
    background-color: #f26523;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.inet .btn-cta:hover {
    color: #fff;
    text-decoration: none;
}

.inet .dropdown.dropdown-profile .dropdown-menu {
    left: unset;
    right: 12px;
    background-color: white;
    border-color: rgba(125, 132, 175, 0.45);
    box-shadow: 0 0 10px -1px rgba(125, 132, 175, 0.75)
}

.inet .dropdown.dropdown-profile .dropdown-menu::before,
.inet .dropdown.dropdown-profile .dropdown-menu::after {
    bottom: 100%;
    left: 18%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.inet .dropdown.dropdown-profile .dropdown-menu::before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0.20);
    border-width: 9px;
    margin-left: 130px;
}

.inet .dropdown.dropdown-profile .dropdown-menu::after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: 131px;
}

.inet .dropdown.dropdown-profile .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #464c71;
    font-weight: 500;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.inet .dropdown.dropdown-profile .dropdown-menu .dropdown-item.active,
.inet .dropdown.dropdown-profile .dropdown-menu .dropdown-item:active {
    background-color: #1BAE19;
    color: #fff;
}

.inet .dropdown-profile-divider {
    margin: 3px 8px 4px;
    border-top: 1px solid rgba(70, 76, 113, 0.5);
}

.inet .menu-item {
    height: 80px;
}

.inet .menu-item.active,
.inet .menu-item:hover,
.inet .menu-item.active svg.menu-icon,
.inet .menu-item:hover svg.menu-icon {
    color: #10ac9a;
    stroke: #10ac9a;
}

.inet .nav-link {
    font-weight: 400;
}

.inet .navbar {
    padding: 0;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.inet .navbar .container.open {
    border-bottom: 1px solid #38ada0;
}

.inet .navbar-nav .nav-link {
    color: #464c71;
}

.inet .navbar-nav .nav-link.active,
.inet .navbar-nav .nav-link:hover,
.inet .navbar-nav.navbar-nav-lower .nav-link.active,
.inet .navbar-nav.navbar-nav-lower .nav-link:hover,
.inet .navbar-nav.navbar-nav-upper .nav-link:hover {
    color: #008f93;
}

.inet .navbar-nav.navbar-nav-lower .nav-link {
    color: #595959;
    padding-right: 12px;
    padding-left: 12px;
}

.inet .navbar-nav.navbar-nav-upper .nav-link {
    color: #38ada0;
}

.inet .navbar-nav-lower {
    margin: 6px 0;
}

.inet .navbar-nav-lower .nav-item {
    border-right: 2px solid #e3e3e3;
}

.inet .navbar-nav-upper {
    margin-top: 14px;
}

.inet .navbar-nav-upper .nav-link img {
    margin-top: -3px;
}

.inet .navbar-brand {
    margin: 10px 15px 10px 0;
}

.inet .navbar-collapse {
    z-index: 1;
}

.inet .navbar-collapse a {
    color: #7d84af;
    text-decoration: none;
}

.inet .navbar-collapse.collapsing,
.inet .navbar-collapse.show {
    transition: height .25s ease, box-shadow .25s ease;
}

.inet .navbar-toggler {
    margin: 15px -13px 15px 0;
    border-color: transparent;
    cursor: pointer;
}

.inet .user-icon {
    fill: #7d84af;
}

@media (min-width: 992px) {
    .inet .btn.estate-upload {
        margin-top: 21px;
        margin-bottom: 0;
        padding-top: 11px;
        padding-bottom: 10px;
    }

    .inet .btn.estate-upload .plus {
        height: 9px;
        margin-bottom: 2px;
    }

    .inet .btn-cta {
        font-size: 13px;
    }

    .inet .navbar {
        box-shadow: 0 -1px 12px 0 rgba(0, 0, 0, 0.5);
    }

    .inet .navbar-brand {
        margin-top: 3px;
        margin-bottom: 0;
    }
}

footer.inet {
    font-size: 15px;
}

footer.inet ul {
    list-style: none;
    margin-bottom: 3rem;
    padding-inline-start: 32px;
}

footer.inet .bottom {
    padding: 1.5rem;
    background-color: #21938F;
    text-align: center;
}

footer.inet .bottom ul {
    padding-inline-start: 0;
}

footer.inet .content {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #0b240e;
    background-image: url(../assets/image/transparents/bank360-bg-green.png);
    background-position: 0 100%;
    background-repeat: no-repeat;
    min-height: auto;
}

footer.inet .footer-icon {
    margin-right: 14px;
}

footer.inet .footer-link {
    display: block;
    font-weight: 400;
    color: white;
    padding: 0 0 8px 0;
    text-decoration: none;
    font-size: 14px;
}

footer.inet .footer-link:hover {
    color: #1caf1a;
}

footer.inet .logo {
    padding: 3rem 0;
    text-align: center;
}

footer.inet .all-rights-text {
    color: white;
    font-size: 14px;
}

footer.inet .title, .title-with-arrow {
    color: #1caf1a;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

footer.inet .title a:hover {
    color: #1caf1a;
}

footer.inet .title .title-with-arrow {
    transition: all 0.2s;
}

footer.inet .title .title-with-arrow .accicon {
    margin-left: 16px;
    transition: all 0.2s;
}

footer.inet .title .title-with-arrow .accicon img {
    width: 20px;transition: all 0.2s;
}

footer.inet .title .title-with-arrow:not(.collapsed) .rotate-icon {
    transition: all 0.2s;
    transform: rotate(180deg);
}

@media (min-width: 768px) {
    footer.inet ul {
        margin-bottom: 0;
    }

    footer.inet .bottom ul > li {
        display: inline-block;
    }

    footer.inet .bottom ul > li .footer-link {
        border-right: 2px solid #fff;
        padding-top: 0;
        padding-bottom: 0;
    }

    footer.inet .bottom ul > li:last-of-type .footer-link {
        border-right: none;
    }
}

.desktopHeader {
    position: relative;
    z-index: 4999;
    background-color: #ffffff;
}

.desktopHeader .desktopContainer {
    max-width: unset;
}

.desktopHeader .topSection {
    max-width: 1320px;
    margin: auto;
    padding: 8px 0;

    @media screen and (max-width: 1400px) {
        max-width: 1004px;
    }
}

.desktopHeader .middleSectionWrapper {
    margin: unset;
}

.desktopHeader .bottomSectionWrapper {
    width: 100%;
    margin: unset;
    top: 0;
    left: 0;
    background-color: #ffffff;
    transition: all 0.2s;
}

.desktopHeader .fixedMenu {
    position: fixed;
    z-index: 4999;
}

.desktopHeader .bottomSection {
    position: relative;
    padding: 0;
}

@media screen and (max-width: 1400px) {
   .desktopHeader .bottomSection {
       max-width: 980px;
       margin: auto;
   }
}

@media screen and (max-width: 1028px) {
    .desktopHeader .bottomSection {
        margin-left: 12px;
    }
}

.desktopHeader .bottomSection .innerBottomSection {
    padding: 0;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    flex-wrap: wrap;
    max-width: 1288px;
    margin: auto;
    width: 100%;
}

@media screen and (max-width: 1400px) {
    .desktopHeader .bottomSection .innerBottomSection {
        max-width: 972px;
    }
}

@media screen and (max-width: 992px) {
    .desktopHeader {
        display: none;
    }
}

.desktopHeader  .rates {
    font-size: 0.70rem;
    display: flex;
    justify-content: flex-end;
    gap: 7px;
    height: 100%;
}

.desktopHeader .rates .rateItem:not(:last-child):after {
    height: 40%;
    display: block;
    width: 1px;
    background: #999;
    content: '';
}

@media screen and (max-width: 992px) {
    .desktopHeader .rates .rateItem:not(:last-child):after {
        min-height: 15px;
        margin-right: 6px;
    }
}

.desktopHeader .rates .title {
    color: #6c757d;
    font-weight: 700;
}

.desktopHeader .rates .data {
    color: #1f1f1f;
    font-weight: 500;
}

.desktopHeader .rates .arrow {
    width: 12px;
    height: 12px;
    font-size: 6px;
    background-repeat: no-repeat;
    display: inline-block;
}

.desktopHeader .rates .arrow.up {
    background-image: url(../assets/image/arrow_up_red.svg);
}

.desktopHeader .rates .arrow.down {
    background-image: url(../assets/image/arrow_down_green.svg);
}

.desktopHeader .rates a {
    display: flex;
    align-items: center;
    gap: 7px
}

@media screen and (max-width: 576px) {
    .desktopHeader .rates  {
        gap: 4px;
    }
}

.menuInnerWrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1320px;
    margin: auto;
    width: 100%;
}

@media screen and (max-width: 1400px) {
    .menuInnerWrapper {
        max-width: 1003px;
    }
}

.rightSide {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

ul.menu {
    padding: 0;
    margin: 0;
    display: flex;
}

ul.menu .mobile {
    flex-direction: column;

    li {
        padding-left: 24px;
        padding-bottom: 12px;
        padding-top: 12px;
        font-size: 16px;
        color: #1f1f1f;
    }
}

ul.menu li {
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    padding: 3px;
    margin-right: 24px;
}

ul.menu li a {
    color: #1f1f1f;
    display: block;
}

ul.menu li a:hover {
    color: #1caf1a;
}

.Level0_wrapper__ozzuA{
    padding: 0;
    margin: 0;
    display: flex;
}

.Level0_wrapper__ozzuA li {
    list-style: none;
    font-size: 1rem;
    font-weight: 700;
    padding: 0;
    height: 32px;
    margin-right: 16px;
    color: #1f1f1f;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.Level0_wrapper__ozzuA li.Level0_active_Personal__PdfRo {
    color: #1caf1a;
    border-bottom: 3px solid #1caf1a;
}

.Level1_desktop_wrapper {
    padding: 0;
    margin: 0;
    display: flex;
}

.Level1_desktop_wrapper .Level1_desktop_Personal {
    list-style: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 8px 28px 8px 0;
    color: #1f1f1f;
}

.Level1_desktop_wrapper .Level1_desktop_Personal a {
    color: #1f1f1f;
}

.Level1_desktop_wrapper .Level1_desktop_Personal a:hover {
    color: #1caf1a;
}

.Level1_desktop_wrapper .Level1_desktop_Personal a.active {
    color: #1caf1a;
}

.loginButton_container a {
    font-weight: 500;
    color: #1caf1a;
    transition: all 0.2ms;
}

.loginButton_container a .loginButton {
    color: #fff;
    background-color: #1caf1a;
    border:0;
    height: 24px;
    font-size: 14px;
    min-width: 150px;
    width: 100%;
    line-height: 12px;
    padding: 4px 0;
    border-radius: 8px;
}

.loginButton_container a .loginButton:hover {
    color: #fff;
    background-color: #0f830d;
    border:0;
}

.loginButton_container a .loginButton:focus, .loginButton:focus-visible {
    outline: 0;
}

.newAdButton_container {
    margin-right: 20px;
}

.newAdButton_container a {
    font-weight: 500;
    color: #e0320b;
    transition: all 0.2ms;
}

.newAdButton_container a .newAdButton {
    color: #fff;
    background-color: #e0320b;
    border:0;
    height: 24px;
    font-size: 14px;
    min-width: 150px;
    width: 100%;
    line-height: 12px;
    padding: 4px 0;
    border-radius: 8px;
}

.newAdButton_container a .newAdButton:hover {
    color: #fff;
    background-color: #be2e0d;
    border:0;
}

.newAdButton_container a .newAdButton:focus, .newAdButton:focus-visible {
    outline: 0;
}

.userName a {
    color: #1caf1a;
    font-weight: 500;
}

.userName a svg {
    margin-right: 8px;
}

.MobileHeader_mobileHeader__mNQqm {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4999;
}

.MobileHeader_iconContainer__i6aHf {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    margin-left: auto;
    color: #212529;
}

.User_button__GOeIs {
    color: #212529;
}

.Search_icon__TyosS, .User_button__GOeIs {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 300px;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #ffffff;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-box-shadow: -200px 0px 30px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -36px 0px 30px 0px rgba(0,0,0,0.75);
        box-shadow: -36px 0px 71px 0px rgba(0,0,0,0.75);
    }
    .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.offcanvas-header {
    padding-top: 24px;
    padding-right: 10px;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.Level0_wrapper__ozzuA {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

Level0_wrapper_Mobile__BjANY {
    justify-content: space-around;
}

.Level1_mobile_wrapper__xe7fr {
    padding: 12px 24px 0;
}

.Level1_mobile_item__1dYVq {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 0;
    color: #1f1f1f!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.Level1_mobile_item__1dYVq.active {
    color: #1caf1a!important;
}

ul.Menu_menu__W_nDw.Menu_mobile__IUxTl {
    flex-direction: column;
}
ul.Menu_menu__W_nDw {
    padding: 0;
    margin: 0;
    display: flex;
}

ul.Menu_menu__W_nDw.Menu_mobile__IUxTl li {
    padding-left: 24px;
    padding-bottom: 12px;
    padding-top: 12px;
    font-size: 16px;
    color: #1f1f1f;
}

ul.Menu_menu__W_nDw li {
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    padding: 3px;
    margin-right: 24px;
}

ul.Menu_menu__W_nDw li a {
    color: #1f1f1f;
    display: block;
}

.content-wrapper.fixedMenu {
    margin-top: 74px;
}

/*
.mobile {
    display: flex;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
}

@media screen and (max-width: 992px) {
    .mobile {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .mobile {
        font-size: 0.78rem;
    }
}

@media screen and (max-width: 576px) {
    .mobile {
        font-size: 0.6rem;
    }

    .mobile img {
        width: 0.5rem;
    }
}



    @media (max-width: 433px) {
        font-size: 0.47rem;
    }

    @include media-breakpoint-down(xs) {
        font-size: 0.38rem;
    }

*/

