<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.main-wrapper {
    /* BENEFICII PENTRU ELECTRICIENI*/
    /* RESPONSIVE BENEFICII PENTRU ELECTRICIENI*/
    /* END RESPONSIVE BENEFICII PENTRU ELECTRICIENI*/
    /* END BENEFICII PENTRU ELECTRICIENI */
}

@media (min-width: 768px) {
    div.search-results-wrapper {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

.searchbox-has-query .searchbox-input .form-control {
    border-bottom-left-radius: 0;
}

.searchbox-has-query .searchbox-input .input-group-btn .btn {
    border-bottom-right-radius: 0;
}

div.search-results-wrapper {
    max-height: 300px;
    overflow-x: auto;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

div.search-results-wrapper div.result {
    padding: 5px;
    display: flex;
    align-items: center;
}

div.search-results-wrapper div.result div.img-wrapper {
    margin-right: 10px;
}

div.search-results-wrapper div.result div.img-wrapper a img {
    max-width: 60px;
}

div.search-results-wrapper div.result div.content-wrapper a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-size: 14px;
}

div.search-results-wrapper div.result div.content-wrapper a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--dark_blue);
    transition: all 0.2s ease-out;
}

div.search-results-wrapper div.result div.content-wrapper a:hover::before {
    width: 100%;
}


div.search-results-wrapper div.result div.content-wrapper span {
    display: block;
}


div.main-wrapper header {
    background: #fff;
    z-index: 10;
    /* GIFT WRAPPER CSS */
    /* END GIFT WRAPPER CSS */
    /* LOGO, SEARCH, USER LINKS WRAPPER CSS */

    div.search-bar-wrapper {
        div.logo-wrapper {
            img {
                max-width: 100%;
            }
        }

        div.account-related-links {
            ul {
                display: inline-block;
                margin: 0;
                padding: 0;

                li {
                    display: inline-block;
                    margin-right: 10px;

                    a {
                        display: inline-block;
                        font-size: 30px;
                        color: #000;
                        transition: all 0.2s ease-out;

                        &amp;:hover {
                            color: var(--light_blue);
                        }
                    }

                    &amp;.cart-items-icon {
                        a.shopping-cart-wrapper {
                            position: relative;

                            span.badgee {
                                position: absolute;
                                top: 0;
                                right: 0;
                                background: linear-gradient(to right, #cf3f50, #fe2d34);
                                width: 17px;
                                height: 17px;
                                border-radius: 50%;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                color: #fff;
                                font-size: 10px;
                            }
                        }
                    }
                }
            }
        }
    }

    /* END LOGO, SEARCH, USER LINKS WRAPPER CSS */
    /* NAV WRAPPER CSS */
    /* END NAV WRAPPER CSS */
}

div.main-wrapper header div.pre-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--yellow);
}

div.main-wrapper header div.pre-header div.gift-wrapper {
    align-items: center;
    position: relative;
}

div.main-wrapper header div.pre-header div.gift-wrapper div.left {
    display: flex;
    align-items: center;
}

div.main-wrapper header div.pre-header div.gift-wrapper div.left div.img-wrapper img {
    max-width: 100%;
    margin-right: 25px;
}

div.main-wrapper header div.pre-header div.gift-wrapper div.left div.text-wrapper h2 {
    color: var(--dark_blue);
    font-size: 25px;
    font-weight: 800;
    margin: 0;
}

div.main-wrapper header div.pre-header div.gift-wrapper div.left div.text-wrapper h3 {
    color: #000;
    margin: 0;
    font-size: 15px;
    font-weight: 800;
}

div.main-wrapper header div.pre-header div.gift-wrapper div.right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

div.main-wrapper header div.pre-header div.gift-wrapper div.right a.btn {
    margin-right: 12px;
}

div.main-wrapper header div.search-bar-wrapper div.logo-wrapper img {
    max-width: 100%;
}

div.main-wrapper header div.search-bar-wrapper div.search-bar {
    display: flex;
}

div.main-wrapper header div.search-bar-wrapper div.search-bar input {
    border: 1px solid #e3e3e3 !important;
    border-radius: 23px 0 0 23px;
    padding: 10px 20px !important;
}

div.main-wrapper header div.search-bar-wrapper div.search-bar button {
    border-radius: 0 23px 23px 0;
    width: 55px;
    max-width: 100%;
    text-align: center;
}

div.account-related-links ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

div.account-related-links ul li {
    display: inline-block;
    margin-right: 10px;
}

div.account-related-links ul li a {
    display: inline-block;
    font-size: 30px;
    color: #000;
    transition: all 0.2s ease-out;
}

div.account-related-links ul li a:hover {
    color: var(--light_blue);
}

a.navbar-main-btn {
    position: relative;
}

a.navbar-main-btn span.count {
    position: absolute;
    top: 0;
    left: 50%;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--hover_yellow);
    font-size: 12px;
    color: var(--dark_blue);
}

@media (min-width: 1260px) {
    a.navbar-main-btn span.count {
        top: 0;
        left: 35px;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-main-btn &gt; .navbar-icon {
        font-size: 23px;
    }
}


div.user-wrapper {
    position: relative;
}

div.user-wrapper:hover div.user-menu {
    opacity: 1;
    visibility: visible;
}

div.user-wrapper div.user-menu {
    position: absolute;
    background: #fff;
    width: 280px;
    top: calc(100% + 20px);
    right: 0;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
    z-index: 0;
}

div.user-wrapper div.user-menu::before {
    content: "";
    position: absolute;
    bottom: calc(100% - 1px);
    right: 5px;
    height: 15px;
    width: 20px;
    background: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    z-index: -1;
}

div.user-wrapper div.user-menu ul {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
}

div.user-wrapper div.user-menu ul li {
    display: block;
    margin: 0;
}

div.user-wrapper div.user-menu ul li a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
}

div.user-wrapper div.user-menu ul li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #dedede;
}

div.account-related-links ul li.user-wrapper div.user-menu ul li:last-of-type a::before {
    display: none;
}

.cart-wrapper {
    position: relative;
}

.cart-wrapper:hover div.cart-items {
    opacity: 1;
    visibility: visible;
}

.cart-wrapper div.cart-items {
    position: absolute;
    top: calc(100% + 20px);
    white-space: collapse;
    right: 0;
    width: 330px;
    background: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
}

.cart-wrapper div.cart-items::before {
    content: "";
    position: absolute;
    bottom: calc(100% - 1px);
    right: 5px;
    height: 15px;
    width: 20px;
    background: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    z-index: -1;
}

.cart-wrapper div.cart-items div.item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-wrapper div.cart-items div.item div.img-wrapper {
    width: 100%;
    max-width: 40px;
}

.cart-wrapper div.cart-items div.item div.img-wrapper img {
    width: 100%;
}

.cart-wrapper div.cart-items div.item div.name-wrapper {
    margin-left: 7px;
    margin-right: 7px;
}

.cart-wrapper div.cart-items div.item div.name-wrapper a {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    color: var(--dark_blue);
    text-decoration: none;
    transition: all 0.2s ease-out;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cart-wrapper div.cart-items div.item div.name-wrapper a:hover {
    color: #000;
}

.cart-wrapper div.cart-items div.item div.qty-wrapper {
    margin-right: 15px;
}

.cart-wrapper div.cart-items div.item div.qty-wrapper p {
    margin: 0;
    font-size: 12px;
}

.cart-wrapper div.cart-items div.item div.price-wrapper p {
    margin: 0;
    margin-bottom: -7px;
    font-size: 12px;
}

.cart-wrapper div.cart-items div.item div.price-wrapper a {
    font-size: 12px;
    display: inline-block;
}

.cart-wrapper div.cart-items div.total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 15px;
    border-bottom: 1px solid #dedede;
}

.cart-wrapper div.cart-items div.total p {
    margin: 0;
}

.cart-wrapper div.cart-items div.button-wrapper {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.cart-wrapper div.cart-items div.button-wrapper a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    width: 100%;
    max-width: 250px;
}

.cart-wrapper div.cart-items div.button-wrapper a i {
    font-size: 12px;
}

div.main-wrapper header div.nav {
    background: var(--dark_blue);
}

@media (min-width: 1024px) {
    div.main-wrapper header div.nav.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000000000;
    }
}

div.main-wrapper header div.nav ul.navbar-wrapper {
    display: inline-block;
    margin: 0;
    padding: 0;
}

div.main-wrapper header div.nav ul.navbar-wrapper li {
    display: inline-block;
    margin-right: 20px;
}

div.main-wrapper header div.nav ul.navbar-wrapper li a {
    color: #fff;
    text-decoration: none;
    position: relative;
}

div.main-wrapper header div.nav ul.navbar-wrapper li a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all 0.2s ease-out;
}

div.main-wrapper header div.nav ul.navbar-wrapper li a:hover:before {
    width: 100%;
}

div.main-wrapper header div.nav button.helpcenter {
    color: #fff;
}

div.main-wrapper div.gray-band {
    margin-top: 10px;
    min-height: 100px;
    background: #fafafa;
}

div.main-wrapper div.beneficii-pentru-electricieni {
    background: var(--dark_blue);
}

div.main-wrapper div.beneficii-pentru-electricieni div.content-wrapper {
    color: #fff;
}

div.main-wrapper div.beneficii-pentru-electricieni div.content-wrapper img {
    margin-top: -115px;
}

div.main-wrapper div.beneficii-pentru-electricieni div.content-wrapper h2 {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 26px;
}

div.main-wrapper div.beneficii-pentru-electricieni div.content-wrapper ul {
    margin: 0;
    padding: 0;
    display: block;
}

div.main-wrapper div.beneficii-pentru-electricieni div.content-wrapper ul li {
    display: block;
}

div.main-wrapper div.beneficii-pentru-electricieni div.content-wrapper ul li i {
    margin-right: 5px;
}

div.main-wrapper div.beneficii-pentru-electricieni div.content-wrapper button {
    font-weight: 700;
    font-size: 23px;
    color: #fff;
}

@media (max-width: 767px) {
    div.main-wrapper div.section6 div.content-wrapper {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    div.main-wrapper div.section6 div.content-wrapper img {
        display: none;
    }

    div.main-wrapper div.section6 div.content-wrapper button {
        margin-top: 25px;
        font-size: 17px;
    }
}

div.main-wrapper div.gift-bar {
    background: var(--dark_blue);
    padding-top: 30px;
    padding-bottom: 30px;
}

div.main-wrapper div.gift-bar div.content-wrapper {
    align-items: center;
}

div.main-wrapper div.gift-bar div.content-wrapper div.img-text-wrapper {
    display: flex;
    align-items: center;
}

div.main-wrapper div.gift-bar div.content-wrapper div.img-text-wrapper img {
    max-width: 100%;
    margin-right: 40px;
}

div.main-wrapper div.gift-bar div.content-wrapper div.img-text-wrapper div.text-wrapper {
    color: #fff;
    align-items: center;
}

div.main-wrapper div.gift-bar div.content-wrapper div.img-text-wrapper div.text-wrapper h3 {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 17px;
}

div.main-wrapper div.gift-bar div.content-wrapper div.img-text-wrapper div.text-wrapper p {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
}

div.main-wrapper div.gift-bar div.content-wrapper div.img-text-wrapper div.text-wrapper button.mobile {
    display: none;
}

div.main-wrapper div.gift-bar div.content-wrapper button {
    width: 100%;
    max-width: 243px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

div.main-wrapper footer {
    padding-top: 50px;
    background: #f3f3f3;
}

div.main-wrapper footer div.content-wrapper.row1 div.col1 img {
    max-width: 100%;
    margin-bottom: 28px;
}

div.main-wrapper footer div.content-wrapper.row1 div.col1 p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 35px;
}

div.main-wrapper footer div.content-wrapper.row1 div.col1 h6 {
    font-weight: 600;
    font-size: 19px;
}

div.main-wrapper footer div.content-wrapper.row1 div.col1 ul {
    margin: 20px 0 0;
    padding: 0;
    display: block;
}

div.main-wrapper footer div.content-wrapper.row1 div.col1 ul li {
    display: inline-block;
    margin-right: 10px;
}

div.main-wrapper footer div.content-wrapper.row1 div.col1 ul li a {
    display: inline-block;
    font-size: 30px;
    transition: all 0.2s ease-out;
}

div.main-wrapper footer div.content-wrapper.row1 div.col1 ul li a.facebook {
    color: var(--dark_blue);
}

div.main-wrapper footer div.content-wrapper.row1 div.col1 ul li a.facebook:hover {
    color: #2490f4;
}

div.main-wrapper footer div.content-wrapper.row1 div.col1 ul li a.youtube {
    color: #bd0000;
}

div.main-wrapper footer div.content-wrapper.row1 div.col1 ul li a.youtube:hover {
    color: #dc1515;
}

div.main-wrapper footer div.content-wrapper.row1 div.col2 h6 {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 14px;
}

div.main-wrapper footer div.content-wrapper.row1 div.col2 ul {
    display: block;
    margin: 0;
    padding: 0;
}

div.main-wrapper footer div.content-wrapper.row1 div.col2 ul li {
    display: block;
    margin-bottom: 5px;
}

div.main-wrapper footer div.content-wrapper.row1 div.col2 ul li a {
    text-decoration: none;
    color: #000;
    position: relative;
}

div.main-wrapper footer div.content-wrapper.row1 div.col2 ul li a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: #000;
    transition: all 0.2s ease-out;
}

div.main-wrapper footer div.content-wrapper.row1 div.col2 ul li a:hover::before {
    width: 100%;
}

div.main-wrapper footer div.content-wrapper.row1 div.col3 h6 {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 14px;
}

div.main-wrapper footer div.content-wrapper.row1 div.col3 ul {
    display: block;
    margin: 0;
    padding: 0;
}

div.main-wrapper footer div.content-wrapper.row1 div.col3 ul li {
    display: block;
    margin-bottom: 5px;
}

div.main-wrapper footer div.content-wrapper.row1 div.col3 ul li i {
    width: 25px;
    text-align: center;
}

div.main-wrapper footer div.content-wrapper.row1 div.col3 ul li a {
    text-decoration: none;
    color: #000;
    position: relative;
}

div.main-wrapper footer div.content-wrapper.row1 div.col3 ul li a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: #000;
    transition: all 0.2s ease-out;
}

div.main-wrapper footer div.content-wrapper.row1 div.col3 ul li a:hover::before {
    width: 100%;
}

div.main-wrapper footer div.content-wrapper.row1 div.col4 h6 {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 14px;
}

div.main-wrapper footer div.content-wrapper.row1 div.col4 p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 35px;
}

div.main-wrapper footer div.content-wrapper.row1 div.col4 form input {
    border: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.main-wrapper footer div.content-wrapper.row1 div.col4 form input::placeholder {
    color: #000;
}

div.main-wrapper footer div.content-wrapper.row1 div.col4 form button {
    text-transform: uppercase;
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    background: linear-gradient(90deg, #FDC853 0%, #E7A732 100%);
}

div.main-wrapper footer div.content-wrapper.row2 {
    margin-top: 60px;
}

div.main-wrapper footer div.content-wrapper.row2 div.col1 h6 {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 20px;
}

div.main-wrapper footer div.content-wrapper.row2 div.col1 ul {
    margin: 0;
    padding: 0;
    display: block;
}

div.main-wrapper footer div.content-wrapper.row2 div.col1 ul li {
    display: block;
    margin-bottom: 15px;
}

div.main-wrapper footer div.content-wrapper.row2 div.col2 h6 {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 20px;
}

div.main-wrapper footer div.content-wrapper.row2 div.col2 ul {
    margin: 0;
    padding: 0;
    display: block;
}

div.main-wrapper footer div.content-wrapper.row2 div.col2 ul li {
    display: block;
    margin-bottom: 15px;
}

div.main-wrapper footer div.content-wrapper.row2 div.col3 h6 {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 20px;
}

div.main-wrapper footer div.content-wrapper.row2 div.col3 ul {
    margin: 0;
    padding: 0;
    display: block;
}

div.main-wrapper footer div.content-wrapper.row2 div.col3 ul li {
    display: block;
    margin-bottom: 15px;
}

div.main-wrapper footer div.content-wrapper.row3 {
    padding-top: 50px;
}

div.main-wrapper footer div.content-wrapper.row3 div.copyright-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #b1b1b1;
    display: flex;
    align-items: center;
}

div.main-wrapper footer div.content-wrapper.row3 div.copyright-wrapper p {
    color: #656565;
    position: relative;
}

div.main-wrapper footer div.content-wrapper.row3 div.copyright-wrapper p a {
    display: inline-block;
    position: relative;
    color: #656565;
    text-decoration: none;
}

div.main-wrapper footer div.content-wrapper.row3 div.copyright-wrapper p a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: #656565;
    content: "";
    transition: all 0.2s ease-out;
}

div.main-wrapper footer div.content-wrapper.row3 div.copyright-wrapper p a:hover::before {
    width: 100%;
}

div.main-wrapper footer div.content-wrapper.row3 div.copyright-wrapper p:nth-of-type(1) {
    margin-right: 75px;
}

div.main-wrapper footer div.content-wrapper.row3 div.copyright-wrapper p:nth-of-type(2) {
    padding-right: 20px;
    margin-right: 20px;
}

div.main-wrapper footer div.content-wrapper.row3 div.copyright-wrapper p:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -1px;
    height: 16px;
    width: 1px;
    background: #656565;
}

div.main-wrapper footer div.content-wrapper.row3 div.copyright-wrapper p:nth-of-type(3) {
    padding-right: 20px;
    margin-right: 20px;
}

div.main-wrapper footer div.content-wrapper.row3 div.copyright-wrapper p:nth-of-type(3)::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -1px;
    height: 16px;
    width: 1px;
    background: #656565;
}

div.main-wrapper footer div.content-wrapper.row3 div.copyright-wrapper p:last-of-type {
    margin-right: 0;
    margin-left: auto;
}

/* COMMON RESPONSIVE SETTINGS */
@media (max-width: 350px) {
    div.search-bar-wrapper div.account-related-links ul li a {
        font-size: 15px !important;
    }
}

@media (max-width: 500px) {
    div.main-wrapper div.pre-header div.gift-wrapper div.left {
        margin-bottom: 12px;
    }

    div.main-wrapper div.pre-header div.gift-wrapper div.left div.img-wrapper img {
        width: 100%;
        max-width: 40px !important;
    }

    div.main-wrapper div.pre-header div.gift-wrapper div.left div.text-wrapper h2 {
        font-size: 20px !important;
    }

    div.main-wrapper div.pre-header div.gift-wrapper div.left div.text-wrapper h3 {
        font-size: 15px !important;
    }

    div.main-wrapper div.pre-header div.gift-wrapper div.right a.btn {
        width: 100%;
    }

    div.main-wrapper div.pre-header div.gift-wrapper div.right button.close-banner {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}

@media (min-width: 501px) {
    div.main-wrapper div.gift-bar div.content-wrapper button.mobile {
        display: none;
    }
}

@media (min-width: 501px) and (max-width: 767px) {
    div.main-wrapper div.pre-header div.gift-wrapper div.left {
        margin-bottom: 12px;
    }

    div.main-wrapper div.pre-header div.gift-wrapper div.left div.img-wrapper img {
        width: 100%;
        max-width: 40px !important;
    }

    div.main-wrapper div.pre-header div.gift-wrapper div.left div.text-wrapper h2 {
        font-size: 20px !important;
    }

    div.main-wrapper div.pre-header div.gift-wrapper div.left div.text-wrapper h3 {
        font-size: 15px !important;
    }

    div.main-wrapper div.pre-header div.gift-wrapper div.right a.btn {
        width: 100%;
    }

    div.main-wrapper div.pre-header div.gift-wrapper div.right button.close-banner {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}

@media (max-width: 767px) {
    div.main-wrapper header {
        position: sticky;
        top: 0;
        /* GIFT WRAPPER CSS */
        /*  END GIFT WRAPPER CSS */
        /* LOGO, SEARCH, USER LINKS WRAPPER */
        /* END LOGO, SEARCH, USER LINKS WRAPPER */
        /* NAVBAR WRAPPER */
        /* END NAVBAR WRAPPER */
    }

    div.search-bar {
        display: none;
    }

    div.user-menu {
        display: none;
    }

    div.main-wrapper header div.search-bar-wrapper div a {
        font-size: 20px;
    }

    div.main-wrapper header div.nav {
        display: none;
    }

    div.main-wrapper div.gray-band {
        min-height: 70px;
        background: none;
    }

    div.main-wrapper footer {
        padding-top: 30px;
    }

    div.main-wrapper footer div.content-wrapper.row1 div.col2 {
        padding-top: 30px;
    }

    div.main-wrapper footer div.content-wrapper.row1 div.col3 {
        padding-top: 30px;
    }

    div.main-wrapper footer div.content-wrapper.row1 div.col4 {
        padding-top: 30px;
    }

    div.main-wrapper footer div.content-wrapper.row3 div.copyright-wrapper {
        display: block;
        padding-bottom: 0;
    }

    div.main-wrapper footer div.content-wrapper.row3 div.copyright-wrapper p {
        display: block;
    }

    div.main-wrapper footer div.content-wrapper.row3 div.copyright-wrapper p::before {
        display: none;
    }

    div.main-wrapper div.gift-bar div.content-wrapper div.img-text-wrapper {
        align-items: flex-start;
    }

    div.main-wrapper div.gift-bar div.content-wrapper div.img-text-wrapper div.text-wrapper h3 {
        font-size: 20px !important;
    }

    div.main-wrapper div.gift-bar div.content-wrapper div.img-text-wrapper div.text-wrapper p {
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 0;
    }

    div.main-wrapper div.gift-bar div.content-wrapper div.img-text-wrapper div.text-wrapper button {
        font-size: 18px;
        max-width: 175px;
        padding-left: 7px;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-top: 18px;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    footer {
        padding-top: 30px;
    }

    footer div.content-wrapper.row3 div.copyright-wrapper {
        display: flex !important;
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    footer div.content-wrapper.row3 div.copyright-wrapper p {
        margin: 0 !important;
        margin-bottom: 14px !important;
        padding: 0 !important;
        width: 50%;
    }

    footer div.content-wrapper.row3 div.copyright-wrapper p::before {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    div.main-wrapper header div.pre-header div.left div.img-wrapper img {
        width: 100%;
        max-width: 45px !important;
    }

    div.main-wrapper header div.pre-header div.left div.text-wrapper h2 {
        font-size: 25px !important;
    }

    div.main-wrapper header div.pre-header div.left div.text-wrapper h3 {
        font-size: 20px !important;
    }

    div.main-wrapper footer {
        padding-top: 30px;
    }

    div.main-wrapper footer div.content-wrapper.row3 div.copyright-wrapper {
        display: flex !important;
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    div.main-wrapper footer div.content-wrapper.row3 div.copyright-wrapper p {
        margin: 0 !important;
        margin-bottom: 14px !important;
        padding: 0 !important;
        width: 50%;
    }

    div.main-wrapper footer div.content-wrapper.row3 div.copyright-wrapper p::before {
        display: none;
    }
}

@media (max-width: 1024px) {
    /* NAVBAR WRAPPER */
    div.nav {
        display: none;
    }

    li.nav-mobile-toggle {
        display: inline-block !important;
    }

    /* END NAVBAR WRAPPER */
}

/* END COMMON RESPONSIVE SETTINGS */
</pre></body></html>