.header-wrapper.scrolled .navbar,
.logo-container {
    left: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    top: 0
}

.cta-btn,
.logo,
.nav-link,
.topan {
    text-decoration: none
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: 'work sans', sans-serif
}

.header-wrapper {
    position: relative;
    width: 100%;
    z-index: 1000
}

.topan {
    color: inherit;
    font-weight: inherit
}

.top-bar {
    background-color: #7632da;
    color: #fff;
    padding: 8px var(--content-inset, 1rem) 8px calc(var(--content-inset, 1rem) + 160px);
    height: 40px;
    position: relative;
    transition: transform .1s ease-in-out;
    z-index: 1001
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

.contacta-info i,
.cta-btn,
.nav-link {
    color: #fff;
    font-size: 18px
}

.header-wrapper.scrolled .nav-link,
.nav-link {
    color: #22378b
}

.logo img,
.logo-container {
    transition: .3s ease-in-out
}

.top-bar svg {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    vertical-align: middle;
    stroke: #fff
}

.mobile-menu-btn:focus {
    outline: 0
}

.business-hours {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px
}

.contacta-info {
    display: flex;
    gap: 20px;
    font-size: 14px;
    min-width: 0
}

.contacta-info .icon {
    vertical-align: middle;
    margin-right: 10px;
    color: #7632da
}

.contacta-info span {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0
}

.contacta-info .topan {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
        padding: 0px 6px 0 0;
}

.logo-container {
    position: absolute;
    z-index: 1002;
    background: #f1f7f9;
    padding: 15px 2rem 15px var(--content-inset, 2rem);
    height: 120px;
    display: flex;
    align-items: center
}

.nav-item,
.navbar {
    align-items: center
}

.logo {
    display: block
}

.nav-item,
.nav-link,
.nav-menu,
.navbar {
    display: flex
}

.logo img {
    height: 100px;
    width: auto
}

.navbar {
    background-color: #f2f8fa;
    padding: 0 var(--content-inset, 1rem) 0 calc(var(--content-inset, 1rem) + 160px);
    height: 80px;
    transition: background-color .4s ease-in-out;
    position: relative;
    z-index: 1000
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.nav-menu {
    list-style: none;
    gap: 45px;
    margin: 0
}

.nav-link {
    font-weight: 600;
    align-items: center;
    gap: 6px;
    transition: color .2s
}

.nav-link:hover {
    color: #fe5e00
}

.nav-link::after {
    content: '';
    font-size: 20px;
    font-weight: 400;
    margin-left: 2px
}

.header-wrapper.scrolled .navbar {
    position: fixed;
    width: 100%;
    background-color: #fff
}

.header-wrapper.scrolled .logo-container {
    position: fixed;
    top: 0;
    height: 80px;
    background-color: #ffffff;
}

.header-wrapper.scrolled .logo img {
    height: 55px
}

.cta-btn {
    background-color: #c2402f;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 4px;
    transition: background-color .3s;
    border: 2px solid #fff
}

.cta-btn:hover {
    background-color: #a8341f
}

.mobile-menu-btn {
    display: none;
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 10px;
    position: fixed;
    right: 20px;
    top: 25px;
    z-index: 1003
}

.hamburger,
.hamburger:after,
.hamburger:before {
    display: block;
    width: 24px;
    height: 2px;
    background: #e31837
}

.hamburger {
    position: relative;
    transition: background .2s ease-out
}

.hamburger:after,
.hamburger:before {
    content: '';
    position: absolute;
    transition: .2s ease-out
}

.hamburger:before {
    top: -8px
}

.hamburger:after {
    bottom: -8px
}

.mobile-menu-btn.active .hamburger {
    background: 0 0
}

.mobile-menu-btn.active .hamburger:before {
    transform: rotate(45deg);
    top: 0
}

.mobile-menu-btn.active .hamburger:after {
    transform: rotate(-45deg);
    bottom: 0
}

.mobile-contacta,
.mobile-tablet-cta {
    display: none
}

@media (min-width:992px) and (max-width:1024px) {

    .business-hours,
    .contacta-info {
        font-size: 14px
    }
}

@media (min-width:768px) and (max-width:1023px) {

    .logo,
    .logo img {
        margin: 0;
        padding: 0
    }

    .mobile-menu-btn {
        display: flex;
        position: fixed;
        right: 20px;
        top: 28px;
        align-items: center;
        justify-content: center
    }

    .logo-container {
        position: fixed;
        width: 100%;
        height: 80px;
        padding: 10px 80px 10px var(--content-inset, 2rem);
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0
    }

    .logo {
        flex-shrink: 0;
        display: flex;
        align-items: center
    }

    .logo-container .mobile-tablet-cta {
        display: flex;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0
    }

    .logo-container .mobile-tablet-cta .cta-btn {
        background-color: #cc4a09;
        color: #fff;
        font-weight: 700;
        padding: 0;
        border-radius: 4px;
        font-size: 13px;
        border: 2px solid #fff;
        white-space: nowrap;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        width: 180px;
        height: 40px;
        text-align: center
    }

    body>.header-wrapper>.mobile-tablet-cta {
        display: none
    }
}

@media (max-width:991px) {
    .header-wrapper {
        position: fixed;
        top: 0;
        width: 100%
    }

    .top-bar {
        display: none
    }

    .mobile-menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px
    }

    .logo-container {
        position: fixed;
        width: 100%;
        height: 80px;
        padding: 10px 2rem
    }

    .logo img {
        height: 50px
    }

    .navbar {
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: auto;
        background: #fff;
        padding: 160px 20px 20px;
        transform: translateX(100%);
        transition: transform .1s ease-in-out;
        box-shadow: -2px 0 10px rgba(0, 0, 0, .1);
        overflow-y: auto;
        margin-top: 0;
        z-index: 1000
    }

    .cta-btn,
    .nav-item,
    .nav-link,
    .nav-menu {
        width: 100%
    }

    .navbar.active {
        transform: translateX(-300px)
    }

    body.menu-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%
    }

    .nav-container {
        flex-direction: column;
        align-items: flex-start
    }

    .nav-menu {
        flex-direction: column;
        gap: 0
    }

    .nav-link {
        color: #7632da;
        padding: 15px 0;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .mobile-contacta {
        display: block;
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid rgba(0, 0, 0, .1)
    }

    .mobile-contacta .contacta-info {
        flex-direction: column;
        gap: 15px
    }

    .mobile-contacta .contacta-info p {
        color: #333;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 0
    }

    .mobile-contacta .contacta-info i {
        color: #e31837;
        width: 16px;
        text-align: center
    }

    .cta-btn {
        margin-top: 30px;
        text-align: center
    }
}

@media (max-width:767px) {
    .logo-container {
        padding: 10px 20px 12px;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        top: 0;
        gap: 0;
        transition: padding .3s ease-in-out, height .3s ease-in-out
    }

    .logo {
        flex-shrink: 0;
        order: 1;
        display: flex;
        align-items: center;
        height: 50px;
        margin: 0;
        transition: height .3s ease-in-out
    }

    .logo img {
        margin: 0;
        padding: 0
    }

    .mobile-menu-btn {
        right: 20px;
        top: 20px;
        position: absolute;
        transition: top .3s ease-in-out
    }

    .navbar {
        width: 100%;
        right: -100%
    }

    .navbar.active {
        transform: translateX(-100%)
    }

    body>.header-wrapper>.mobile-tablet-cta {
        display: none
    }

    .logo-container .mobile-tablet-cta {
        display: flex;
        width: 100%;
        justify-content: center;
        order: 2;
        margin-top: 10px;
        margin-bottom: 0;
        padding: 0;
        transition: margin-top .3s ease-in-out
    }

    .logo-container .mobile-tablet-cta .cta-btn {
        background-color: #cc4a09;
        color: #fff;
        font-weight: 700;
        padding: 12px 18px;
        border-radius: 4px;
        font-size: 13px;
        border: 2px solid #fff;
        white-space: nowrap;
        max-width: 200px;
        margin: 0;
        transition: padding .3s ease-in-out, font-size .3s ease-in-out
    }

    .header-wrapper.scrolled .logo-container {
        padding-bottom: 8px;
        padding-top: 6px
    }

    .header-wrapper.scrolled .logo,
    .header-wrapper.scrolled .logo img {
        height: 40px
    }

    .header-wrapper.scrolled .mobile-menu-btn {
        top: 13px
    }

    .header-wrapper.scrolled .logo-container .mobile-tablet-cta .cta-btn {
        padding: 10px 14px;
        font-size: 12px
    }
}