header {
    background-color: #fff !important;
    width: 100%;
    padding: 19px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
}

header * {
    box-sizing: border-box;
}

header a {
    text-decoration: none;
}

header img {
    max-width: 100%;
}

header .navigation {
    max-width: 1440px;
    padding: 0 16px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    column-gap: 30px;
}

header .navigation .logo_wrapper {
    width: 105px;
}

header .navigation .logo_wrapper * {
    display: block;
    max-width: 100%;
}

header ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

header ul li {
    list-style-type: none !important;
}

header .navigation nav > ul {
    display: flex;
    column-gap: 27px;
}

header .navigation nav > ul > li {
    position: relative;
}

header .navigation nav > ul > li > .menu_link,
header .navigation .right_nav .menu_btns > li > a {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #0B2538;
    cursor: pointer;
    transition: .3s ease-in-out;
}

header nav > ul > li.has_dropdown > .menu_link {
    padding-right: 16px;
}

header nav > ul > li.has_dropdown > .menu_link > i {
    font-size: 10px;
    position: absolute;
    right: 1px;
    top: calc(50% - 6px);
    transition: .3s ease-in-out;
    color: inherit;
}


header nav > ul > li.has_dropdown.active_item .menu_link > i {
    transform: rotate(-180deg);
}


.menu_item.has_dropdown.active_item .menu_link {
    color: #FF4D00;
}

header .dropdown {
    display: none;
    top: 16px;
    position: absolute;
    background-color: #FFFFFF;
}

header .dropdown.simple {
    width: 215px;
    left: 50%;
    transform: translateX(-50%);
}

header .dropdown.simple > ul {
    border-top: 1px solid #E8EDF3;
    box-shadow: 0px 10px 20px 0px #D4E0EE80;
    overflow: hidden;
}

header .dropdown > * {
    margin-top: 27px;
}

header .navigation nav > ul > li:nth-last-child(1) .dropdown.simple {
    left: unset;
    right: 0;
    transform: unset;
}

header .dropdown.simple ul li:not(:last-child) {
    border-bottom: 1px solid #E8EDF3;
}

header .dropdown.simple ul li a {
    display: block;
    padding: 12px 10px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #0B2538;
    transition: .3s ease-in-out;
}

header .dropdown.simple ul li a:hover {
    color: #FF4D00;
}

header .dropdown.mega {
    left: 0;
    position: fixed;
    right: 0;
    top: 45px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px #D4E0EE80;
    overflow: hidden;
}

header .dropdown.mega::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E8EDF3;
    position: absolute;
    left: 0;
    top: 26px;
}

header .dropdown > .mega_menu {
    max-width: 1440px;
    margin: 27px auto 0;
}

header .dropdown.mega .content_wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

header .dropdown .mega_menu.product .column1 {
    width: 36.11%;
    padding: 40px 8px 40px 60px;
    background-color: #FFFFFF;
}

header .dropdown .mega_menu.product .column2 {
    width: 26.39%;
    background-color: #FFFFFF;
    padding: 40px;
}

header .dropdown .mega_menu.product .column3 {
    padding: 40px 60px;
    background-color: #f3f6f9;
    width: 37.5%;
}


header .dropdown .mega_menu.product .product_feature_box {
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #E8EDF3;
    transition: all .3s ease-in-out;
}

header .dropdown .mega_menu.product .product_feature_box:hover {
    background-color: rgba(255, 77, 0, 0.05);
    border-color: rgba(255, 77, 0, 0.05);
}

header .dropdown .mega_menu.product .product_feature_box_type2 {
    padding: 20px 10px 0;
    margin-bottom: 10px;
}

header .dropdown .mega_menu.product .product_feature_box_type2:nth-last-child(1),
header .dropdown .mega_menu.product .product_feature_box:nth-last-child(1) {
    margin-bottom: 0;
}

header .dropdown .mega_menu.product .product_feature_box .header {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

header .dropdown .mega_menu.product .product_feature_box .header .icon {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

header .dropdown .mega_menu.product .content_box .h4 {
    margin: 0 0 17px;
}

header .dropdown .mega_menu.product .content_box .h4 a {
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    color: #0B2538;
}

header .dropdown .mega_menu.product .product_feature_box .h4 {
    margin: 0;
}

header .dropdown .mega_menu.product .product_feature_box .h4 a {
    font-size: 20px;
}

header .dropdown .mega_menu.product .content_box .link_list {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

header .dropdown .mega_menu.product .product_feature_box .link_list {
    padding-left: 52px;
}

header .dropdown .mega_menu.product .content_box .link_list li a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #0B2538;
}

header .dropdown .mega_menu.product .product_feature_box .link_list li a {
    font-size: 15px;
    display: flex;
    align-items: center;
}

header .dropdown .mega_menu.product .content_box .link_list li a:hover,
header .dropdown .mega_menu.product .content_box .h4 a:hover {
    color: #FF4D00;
}

header .dropdown .mega_menu.product .product_feature_box .link_list li a .label {
    background-color: #00F0C8;
    color: #fff !important;
    font-weight: 700;
    padding: 5px 5px 1px;
    border-radius: 4px;
    display: inline-flex;
    margin-left: 10px;
    line-height: 15px;
}

header .dropdown .mega_menu.product .content_box .media_box {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

header .dropdown .mega_menu.product .content_box .h3 {
    color: #0B2538;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.17;
    margin: 0 0 10px;
}

header .dropdown .mega_menu .content_box .btn_wrapper a {
    color: #FF4D00;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.375;
    display: block;
    max-width: fit-content;
    transition: all .3s ease-in-out;
}

header .dropdown .mega_menu .content_box .btn_wrapper a:visited {
    color: #FF4D00;
}

header .dropdown.mega .content_box .btn_wrapper a:hover,
header .dropdown.mega .content_box .btn_wrapper a:focus,
header .dropdown.mega .content_box .btn_wrapper a:active {
    color: #00263a;
}


header .navigation .right_nav {
    margin-left: auto;
}

header .navigation .right_nav,
header .navigation .right_nav .menu_btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 20px;
}

header .navigation .right_nav .menu_btns a.cta_button {
    margin: 0;
    line-height: 16px;
    letter-spacing: 0;
    padding: 11px 19px 8px;
}

header .navigation .right_nav .menu_btns a.btn.btn--primary:hover,
header .navigation .right_nav .menu_btns a.btn.btn--primary:focus,
header .navigation .right_nav .menu_btns a.btn.btn--primary:active,
header .navigation .right_nav .menu_btns a.btn.btn--primary:visted {
    color: #fff !important;
}

header .dropdown .mega_menu.solutions .column1 {
    padding: 30px 10px 30px 60px;
    width: 62.5%;
}

header .dropdown .mega_menu.solutions .column2 {
    padding: 40px 50px;
    background-color: #f3f6f9;
    width: 37.5%;
}

header .dropdown .mega_menu.solutions .column1 .content_box,
header .dropdown .mega_menu.solutions .column2 .content_box .top_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 21px;
}

header .dropdown .mega_menu.solutions .column2 .content_box .top_area {
    column-gap: 20px;
    margin-bottom: 40px;
}

header .dropdown .mega_menu.solutions .column2 .content_box .top_area .links_area {
    width: calc(100%/ 2 - 10px);
}

header .dropdown .mega_menu.solutions .column1 .content_box .links_area {
    width: calc(100%/ 3 - 14px);
}

header .dropdown .mega_menu.solutions .column1 .content_box .area2,
header .dropdown .mega_menu.solutions .column1 .content_box .area3 {
    margin-top: 52px;
}

header .dropdown .mega_menu.solutions .content_box .links_area .h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #FF4D00;
    margin: 0 0 30px;
}


header .dropdown .mega_menu.solutions .links_area .link_list_main {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

header .dropdown .mega_menu.solutions .links_area .link_list_main > li .item_link,
header .dropdown .mega_menu.solutions .links_area .link_list_main > li.has_child .nested_link_list li a {
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    color: #0B2538;
    display: block;
    max-width: max-content;
    position: relative;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

header .dropdown .mega_menu.solutions .column2 .links_area .link_list_main > li .item_link {
    font-size: 17px;
    line-height: 22px;
}

header .dropdown .mega_menu.solutions .links_area .link_list_main > li.has_child .item_link {
    padding-right: 22px;
}

header .dropdown .mega_menu.solutions .links_area .link_list_main > li .item_link i {
    font-size: 12px;
    line-height: 1;
    color: inherit;
    transition: all .3s ease-in-out;
    position: absolute;
    right: 0;
    top: 1px;
}

header .dropdown .mega_menu.solutions .links_area .link_list_main > li.has_child .item_link {
    padding-right: 22px;
}

header .dropdown .mega_menu.solutions .links_area .link_list_main > li.has_child.expanded .item_link,
header .dropdown .mega_menu.solutions .links_area .link_list_main a:hover {
    color: #FF4D00 !important;
}

header .dropdown .mega_menu.solutions .links_area .link_list_main > li.has_child.expanded .item_link > i {
    transform: rotate(-180deg);
}

header .dropdown .mega_menu.solutions .links_area .link_list_main > li.has_child .nested_link_list li a {
    font-size: 14px;
    font-weight: 500;
}

header .dropdown .mega_menu.solutions .links_area .link_list_main > li.has_child .nested_link_list {
    display: none;
    flex-direction: column;
    padding-top: 17px;
    row-gap: 10px;
}

header .dropdown .mega_menu.solutions .links_area .link_list_main > li.has_child.expanded .nested_link_list {
    display: flex;
}

header .dropdown .mega_menu.solutions .column2 .content_box .text_wrapper {
    padding: 25px 15px;
    background-color: #fff;
    border-radius: 15px;
}

header .dropdown .mega_menu.solutions .column2 .content_box .text_wrapper .h3 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: #0B2538;
    margin: 0 0 10px;
}

header .dropdown .mega_menu.resources .column1 {
    padding: 30px 40px 30px 60px;
    width: 62.5%;
}

header .dropdown .mega_menu.resources .column2 {
    padding: 40px 60px 30px;
    background-color: #f3f6f9;
    width: 37.5%;
}

header .dropdown .mega_menu.resources .column1 .content_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

header .dropdown .mega_menu.resources .resource_box {
    padding: 30px 20px 20px;
    border: 1px solid #E8EDF3;
    border-radius: 10px;
    width: calc(50% - 15px);
    transition: all .3s ease-in-out;
    cursor: pointer;
}

header .dropdown .mega_menu.resources .resource_box:hover {
    background-color: rgba(255, 77, 0, 0.05);
    border-color: rgba(255, 77, 0, 0.05);
}

header .dropdown .mega_menu.resources .resource_box .box_info .h4 {
    margin-bottom: 17px;
}

header .dropdown .mega_menu.resources .resource_box .box_info .h4 a {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #0B2538;
    transition: all .3s ease-in-out;
    display: block;
    max-width: max-content;
}

header .dropdown .mega_menu.resources .resource_box .box_info p {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 300;
    color: #0B2538;
    margin-bottom: 17px;
}

header .dropdown .mega_menu.resources .resource_box .resource_item {
    border-top: 1px solid #E8EDF3;
    padding-top: 12px;
}

header .dropdown .mega_menu.resources .resource_box .resource_item .resource_label {
    font-size: 12px;
    line-height: 17px;
    font-weight: 300;
    color: #0B2538;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

header .dropdown .mega_menu.resources .resource_box .resource_item .resource_title {
    margin: 0;
}

header .dropdown .mega_menu.resources .resource_box .resource_item .resource_title a {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    color: #0B2538;
    display: block;
    max-width: max-content;
    transition: all .3s ease-in-out;
}

header .dropdown .mega_menu.resources .column2 .content_box,
header .dropdown .mega_menu.resources .resource_links_box ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

header .dropdown .mega_menu.resources .resource_links_box .h4 {
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 17px;
    color: #0B2538;
}

header .dropdown .mega_menu.resources .resource_links_box ul {
    row-gap: 10px;
}

header .dropdown .mega_menu.resources .resource_links_box ul li a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #0B2538;
    display: block;
    max-width: max-content;
    transition: all .3s ease-in-out;
}

header .dropdown .mega_menu.resources .resource_box .box_info .h4 a:hover,
header .dropdown .mega_menu.resources .resource_box .resource_item .resource_title a:hover,
header .dropdown .mega_menu.resources .resource_links_box ul li a:hover,
header .dropdown .mega_menu.about .about_link_box .link_list li a:hover {
    color: #FF4D00;
}

header .dropdown .mega_menu.about .column1 {
    width: 62.5%;
    padding: 30px 40px 30px 60px;
}

header .dropdown .mega_menu.about .column2 {
    width: 37.5%;
    background-color: #f3f6f9;
    padding: 66px 60px 30px;
}

header .dropdown .mega_menu.about .column1 .content_box {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}

header .dropdown .mega_menu.about .about_link_box .h4 {
    font-size: 18px;
    line-height: 22px;
    margin: 20px 0 30px;
    font-weight: 700;
    color: #FF4D00;
}

header .dropdown .mega_menu.about .about_link_box .link_list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

header .dropdown .mega_menu.about .about_link_box .link_list li a {
    font-size: 17px;
    line-height: 18px;
    font-weight: 700;
    color: #0B2538;
    display: block;
    max-width: max-content;
}


header .dropdown .mega_menu.about .about_content_box {
    border: 1px solid #E8EDF3;
    padding: 30px 20px 20px;
    border-radius: 10px;
    width: 51.25%;
}

header .dropdown .mega_menu.about .about_content_box:hover {
    background-color: rgba(255, 77, 0, 0.05);
    border-color: rgba(255, 77, 0, 0.05);
}

header .dropdown .mega_menu.about .about_content_box .top_content .h4 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #0B2538;
    margin: 0 0 17px;
}

header .dropdown .mega_menu.about .about_content_box .top_content p {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 300;
    color: #0B2538;
    margin: 0 0 17px;
}

header .dropdown .mega_menu.about .about_content_box .bottom_content {
    border-top: 1px solid #E8EDF3;
    padding-top: 12px;
}

header .dropdown .mega_menu.about .about_content_box .bottom_content .box_label {
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    margin: 0 0 7px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

header .dropdown .mega_menu.about .about_content_box .bottom_content .resource_title {
    margin: 0 0 7px;
}

header .dropdown .mega_menu.about .about_content_box .bottom_content .resource_title a {
    max-width: max-content;
    display: block;
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    color: #0B2538;
}

header .dropdown .mega_menu.about .about_content_box .bottom_content .resource_title a:hover {
    color: #FF4D00;
}


header .dropdown .mega_menu.about .about_content_box .bottom_content .btns_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 20px;
    column-gap: 20px;
}


header .dropdown .mega_menu.about .column2 .quote_box .author_info {
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
    min-height: 27px;
    display: flex;
    align-items: center;
}

header .dropdown .mega_menu.about .column2 .quote_box .author_info::before {
    content: '';
    width: 25px;
    height: 26px;
    background-image: url('https://5403065.fs1.hubspotusercontent-na1.net/hubfs/5403065/_budgetly_website/np_quote_white.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

header .dropdown .mega_menu.about .column2 .quote_box .author_info .h4 {
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    color: #0B2538;
}

header .dropdown .mega_menu.about .column2 .quote_box .author_info .h4 span {
    font-weight: 500;
}

header .dropdown .mega_menu.about .column2 .quote_box .quote_text {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    color: #0B2538;
    margin: 0 0 25px;
}

header .dropdown .mega_menu.about .column2 .quote_box .quote_text {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    color: #0B2538;
    margin: 0 0 25px;
}

.active_page_link {
    color: #FF4D00 !important;
}

@media (min-width:1441px) {
    header .dropdown .mega_menu::after {
        background-color: #f3f6f9;
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 27px;
        width: 34%;
        z-index: 1;
    }
}

@media (min-width:768px) {
    header .dropdown.mega {
        background: none;
    }

    header .dropdown.mega::after {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 27px;
        left: 0;
    }

    header nav > ul > li.has_dropdown .dropdown {
        display: block !important;
        visibility: hidden;
        opacity: 0;
        transition: all .3s ease-in-out;
    }

    header nav > ul > li.has_dropdown:hover .dropdown {
        visibility: visible;
        opacity: 1;
    }

    header .navigation nav > ul > li .menu_link:hover,
    header .dropdown .mega_menu.solutions .column1 .links_area .link_list_main > li .item_link:hover {
        color: #FF4D00;
    }

    header nav > ul > li.has_dropdown:hover > .menu_link > i {
        transform: rotate(-180deg);
    }

    header .navigation .menu_toggler,
    header .dropdown .mega_menu.product .product_feature_box_type2 > i,
    header .dropdown .mega_menu.product .product_feature_box > i {
        display: none;
    }


}

@media (max-width:1400px) {

    header .dropdown .mega_menu.product .content_wrapper .column1 {
        padding: 40px 8px 40px 32px;
    }

    header .dropdown .mega_menu.product .content_wrapper .column2,
    header .dropdown .mega_menu.product .content_wrapper .column3 {
        padding: 40px 32px;
    }

    header .dropdown .mega_menu.solutions .column1,
    header .dropdown .mega_menu.solutions .column2,
    header .dropdown .mega_menu.resources .column1,
    header .dropdown .mega_menu.resources .column2,
    header .dropdown .mega_menu.about .column1,
    header .dropdown .mega_menu.about .column2 {
        padding: 32px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    header .dropdown .mega_menu .content_wrapper {
        max-height: 577px;
        overflow: auto;
    }
}


@media (max-width:1024px) {
    header .dropdown .mega_menu.product .content_wrapper .column1 {
        padding: 30px 15px 30px 56px;
        width: 55.52%;
    }

    header .dropdown .mega_menu.product .content_wrapper .column2 {
        padding: 30px 56px 30px 15px;
        width: 44.48%;
    }

    header .dropdown .mega_menu.product .content_wrapper .column3 {
        padding: 30px 40px;
        width: 100%;
    }

    header .dropdown .mega_menu.product .content_wrapper .column3 .content_box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    header .dropdown .mega_menu.product .content_box .media_box {
        margin-bottom: 0;
        width: 34.61%;
    }

    header .dropdown .mega_menu.product .content_box .text_wrapper {
        width: 65.39%;
        padding-left: 30px;
    }

    header .dropdown .mega_menu.product .content_box .h3 {
        font-size: 29px;
        margin-bottom: 5px;
    }

    header .navigation nav > ul {
        column-gap: 15px;
    }

    header .navigation .right_nav .menu_btns {
        column-gap: 8px;
    }

    header .navigation .right_nav .menu_btns a.cta_button {
        padding: 11px 12px 8px;
        font-size: 12px;
    }

    header .dropdown .mega_menu.solutions .column1 {
        width: 100%;
        padding: 40px 22px 40px 30px;
    }

    header .dropdown .mega_menu.solutions .column2 {
        width: 100%;
        padding: 30px;
    }

    header .dropdown .mega_menu.solutions .column2 .content_box {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        column-gap: 20px;
    }

    header .dropdown .mega_menu.solutions .column2 .content_box .text_wrapper {
        padding: 25px 15px;
        width: 47.6%;
        padding: 25px 20px;
    }

    header .dropdown .mega_menu.solutions .column2 .content_box .top_area {
        width: calc(52.4% - 20px);
        column-gap: 10px;
        margin-bottom: 0;
    }

    header .dropdown .mega_menu.solutions .column2 .content_box .top_area .links_area {
        width: calc(100%/ 2 - 5px);
    }

    header .dropdown .mega_menu.solutions .content_box .links_area .h4 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
        color: #FF4D00;
        margin: 0 0 20px;
    }

    header .dropdown .mega_menu.resources .column1 {
        padding: 30px;
        width: 100%;
    }

    header .dropdown .mega_menu.resources .column2 {
        padding: 40px 60px 30px;
        width: 100%;
    }

    header .dropdown .mega_menu.resources .resource_box {
        padding: 20px;
        width: calc(50% - 10px);
    }

    header .dropdown .mega_menu.resources .column2 .content_box {
        flex-direction: row;
        column-gap: 20px;
    }

    header .dropdown .mega_menu.resources .resource_links_box {
        width: calc(50% - 10px);
    }

    header .dropdown .mega_menu.resources .resource_box .resource_item .resource_title a {
        font-size: 13px;
        line-height: 18px;
    }

    header .dropdown .mega_menu.about .column1 {
        width: 100%;
        padding: 30px;
    }

    header .dropdown .mega_menu.about .column2 {
        width: 100%;
        padding: 30px 50px 20px;
    }

    header .dropdown .mega_menu.about .column1 .content_box {
        column-gap: 20px;
    }

    header .dropdown .mega_menu.about .column1 .content_box > div {
        width: calc(100%/2 - 10px) !important;
    }

    header .dropdown .mega_menu.about .column2 .quote_box .quote_text {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 15px;
    }
}

@media (min-width:768px) and (max-width:799px) {
    header .navigation .right_nav .menu_btns a.cta_button {
        padding: 11px 8px 8px;
        font-size: 11px;
    }

}

@media (max-width:767px) {
    body.menu_active {
        overflow: hidden;
    }

    header .navigation .logo_wrapper {
        z-index: 2;
    }

    header .navigation .menu_toggler {
        display: flex;
        width: 21px;
        height: 14px;
        justify-content: center;
        align-items: center;
        position: relative;
        cursor: pointer;
    }

    header .navigation .menu_toggler .line,
    header .navigation .menu_toggler::before,
    header .navigation .menu_toggler::after {
        display: block;
        position: relative;
        background-color: #00263A;
        width: 100%;
        height: 2px;
        transition: all .3s ease-in-out;
    }

    header .navigation .menu_toggler::before,
    header .navigation .menu_toggler::after {
        content: '';
        position: absolute;
        left: 0;
    }

    header .navigation .menu_toggler::before {
        top: 0
    }

    header .navigation .menu_toggler::after {
        bottom: 0
    }

    header .navigation .menu_toggler:hover {
        color: #FF4D00;
    }

    header .navigation .menu_toggler.active .line {
        opacity: 0;
    }

    header .navigation .menu_toggler.active::before {
        transform: translateX(0) translateY(4px) rotate(45deg);
    }

    header .navigation .menu_toggler.active:after {
        transform: translateX(0) translateY(-8px) rotate(-45deg);
    }

    header .navigation {
        background-color: #fff !important;
        overflow: hidden;
    }

    header .navigation nav {
        width: 100vw;
        position: fixed;
        background-color: #fff !important;
        top: 0;
        right: -100%;
        height: 100%;
        min-height: 100vh;
        padding-top: 73px;
        transition: right .5s ease-in-out;
    }

    header .navigation nav.expended {
        right: 0;
    }

    header .navigation .menu_item .dropdown {
        display: block;
    }

    /*
	header .navigation .menu_item.has_dropdown.active_item .dropdown {
		display: block;
	}
*/

    header .navigation nav > ul {
        justify-content: flex-start;
        flex-wrap: nowrap;
        flex-direction: column;
        height: 100%;
        background: #fff;
        padding: 20px;
        overflow: auto;
        row-gap: 25px;
        border-top: 1px solid #E8EDF3;
    }

    header .navigation nav > ul > li > .menu_link {
        font-size: 17px;
        line-height: 16px;
        font-weight: 700;
        padding: 18px 20px 15px;
        border: 1px solid #E8EDF3;
        border-radius: 10px;
    }

    header nav > ul > li.has_dropdown > .menu_link > i {
        right: 20px;
        top: calc(50% - 7px);
        font-size: 14px;
    }

    header nav > ul > li.has_dropdown > .menu_link {
        padding-right: 40px;
    }

    .menu_item.has_dropdown.active_item .menu_link {
        background-color: rgba(255, 77, 0, 0.05);
        border-color: rgba(255, 77, 0, 0.05);
    }

    header .dropdown.simple,
    header .dropdown.mega {
        position: relative;
        width: 100%;
        top: 0;
        left: 0 !important;
        transform: unset !important;
        right: 0 !important;
        margin: 0 auto;
    }

    header .dropdown > * {
        border: 0 !important;
        box-shadow: none !important;
        margin: 0 auto 12px;
    }

    header .dropdown.simple ul {
        padding: 7px 20px;
    }

    header .dropdown.simple ul li {
        border: 0px !important;
    }

    header .dropdown.simple ul li a {
        padding: 7px 0;
    }

    header .dropdown.mega::before {
        display: none;
    }

    /*
    header .navigation .menu_item.has_dropdown.active_item .dropdown.mega {
        width: calc(100% + 40px);
        margin: 0 -20px;
        box-shadow: 0px 10px 20px 0px #D4E0EE80 !important;
    }
*/
    header .navigation .menu_item .dropdown.mega {
        width: calc(100% + 40px);
        margin: 0 -20px;
        box-shadow: 0px 10px 20px 0px #D4E0EE80 !important;
    }

    header .dropdown > .mega_menu {
        margin: 0px auto;
    }

    header .dropdown .mega_menu.product .content_wrapper .column1,
    header .dropdown .mega_menu.product .content_wrapper .column2 {
        padding: 20px !important;
        width: 100%;
    }

    header .dropdown .mega_menu.product .content_wrapper .column2 {
        padding: 0 20px 20px !important;
        width: 100%;
    }

    header .dropdown .mega_menu.product .content_wrapper .column3 {
        padding: 25px 30px !important;
    }

    header .dropdown .mega_menu.product .content_box .media_box {
        margin-bottom: 20px;
        width: 100%;
    }

    header .dropdown .mega_menu.product .content_box .text_wrapper {
        padding-left: 0;
        width: 100%;
    }

    header .dropdown .mega_menu.product .content_box .h3 {
        font-size: 24px;
    }

    header .dropdown .mega_menu .content_box .btn_wrapper a {
        font-size: 12px;
    }

    header .dropdown .mega_menu.product .product_feature_box {
        padding: 19px 20px 14px;
        cursor: pointer;
        position: relative;
    }

    header .dropdown .mega_menu.product .product_feature_box .header .icon {
        display: none;
    }

    header .dropdown .mega_menu.product .product_feature_box .header {
        margin: 0;
    }

    header .dropdown .mega_menu.product .product_feature_box .h4 {
        font-size: 17px;
    }

    header .dropdown .mega_menu.product .product_feature_box .link_list,
    header .dropdown .mega_menu.product .product_feature_box_type2 .link_list {
        padding: 17px 0 0;
        display: none;
        row-gap: 12px;
    }

    header .dropdown .mega_menu.product .product_feature_box.active_box .link_list,
    header .dropdown .mega_menu.product .product_feature_box_type2.active_box2 .link_list {
        display: flex;
    }

    header .dropdown .mega_menu.product .product_feature_box .link_list li a {
        font-size: 14px;
        line-height: 18px;
    }

    header .dropdown .mega_menu.product .product_feature_box_type2 {
        position: relative;
        padding: 10px 20px;
        cursor: pointer;
    }

    header .dropdown .mega_menu.product .product_feature_box > i,
    header .dropdown .mega_menu.product .product_feature_box_type2 > i {
        position: absolute;
        right: 21px;
        top: 20px;
        font-size: 14px;
        line-height: 1;
        color: #0b2538;
        transition: transform .5s ease-in-out;
    }

    header .dropdown .mega_menu.product .product_feature_box_type2 > i {
        top: 10px;
    }

    header .dropdown .mega_menu.product .product_feature_box.active_box > i,
    header .dropdown .mega_menu.product .product_feature_box_type2.active_box2 > i {
        color: #FF4D00 transform:rotate(-180deg);
    }

    header .dropdown .mega_menu.product .content_box .h4 {
        margin: 0;
    }

    header .dropdown .mega_menu.solutions .column1 {
        padding: 20px 30px;
    }

    header .dropdown .mega_menu.solutions .column1 .content_box {
        row-gap: 20px;
    }

    header .dropdown .mega_menu.solutions .column1 .content_box .links_area {
        width: 100%;
    }

    header .dropdown .mega_menu.solutions .column1 .content_box .area2,
    header .dropdown .mega_menu.solutions .column1 .content_box .area3 {
        margin: 0;
    }

    header .dropdown .mega_menu.solutions .links_area .link_list_main > li .item_link {
        max-width: 100%;
    }

    header .dropdown .mega_menu.solutions .column2 {
        width: 100%;
        padding: 40px 30px 30px;
    }

    header .dropdown .mega_menu.solutions .column2 .content_box {
        row-gap: 20px;
    }

    header .dropdown .mega_menu.solutions .column2 .content_box .top_area,
    header .dropdown .mega_menu.solutions .column2 .content_box .text_wrapper {
        width: 100%;
    }

    header .dropdown .mega_menu.solutions .column2 .links_area .link_list_main > li .item_link {
        font-size: 15px;
        line-height: 18px;
    }

    header .dropdown .mega_menu.resources .column1 {
        padding: 30px 30px 20px;
    }

    header .dropdown .mega_menu.resources .column1 .content_box {
        row-gap: 20px;
    }

    header .dropdown .mega_menu.resources .resource_box {
        padding: 30px 20px 20px;
        width: 100%;
    }

    header .dropdown .mega_menu.resources .column2 {
        padding: 30px;
    }

    header .dropdown .mega_menu.about .column1 {
        width: 100%;
        padding: 40px 30px 30px;
    }

    header .dropdown .mega_menu.about .column1 .content_box {
        flex-direction: column;
        row-gap: 40px;
    }

    header .dropdown .mega_menu.about .column1 .content_box > div {
        width: 100% !important;
    }

    header .dropdown .mega_menu.about .about_link_box .h4 {
        margin: 0 0 30px;
    }

    header .dropdown .mega_menu.about .column2 {
        padding: 30px 30px 20px;
    }

    header .dropdown .mega_menu.about .column2 .quote_box .quote_text {
        font-size: 17px;
        line-height: 23px;
        margin: 0 0 10px;
    }

    header .dropdown .mega_menu.product .product_feature_box_type2 {
        margin-bottom: 15px;
    }

    header .dropdown .mega_menu.solutions .links_area .link_list_main {
        row-gap: 24px;
    }

    header .dropdown .mega_menu.resources .resource_links_box ul,
    header .dropdown .mega_menu.solutions .links_area .link_list_main > li.has_child .nested_link_list {
        row-gap: 16px;
    }

}

@media (max-width:429px) {

    header .navigation .right_nav,
    header .navigation .right_nav .menu_btns {
        column-gap: 8px;
    }

    header .navigation {
        column-gap: 10px;
    }
}

@media (max-width:350px) {
    header .dropdown .mega_menu.solutions .column2 .content_box .top_area {
        row-gap: 20px;
    }

    header .dropdown .mega_menu.solutions .column2 .content_box .top_area .links_area {
        width: 100%;
    }
}

@media (max-width:339px) {
    header .navigation .right_nav .menu_btns a.cta_button {
        padding: 11px 12px 8px;
        font-size: 12px;
    }

    header .navigation .right_nav .menu_btns li:first-child {
        display: none;
    }
}
