#btmBar.fixed {
    display: none
}
#scroll {
    width: 100%;
    padding: 0;
    margin: 0
}
.heading-menu {
    display: none
}
.page-container {
    width: 93%;
    max-width: 1400px;
    margin: auto;
    box-sizing: border-box;
    font-size: 0
}
.page-container * {
    box-sizing: border-box;
    color: #000
}
.page-container div {
    font-size: 16px
}
.page-container sub {
    font-size: 60%;
    font-weight: 500
}
.ban-img-side {
    display: none
}
.page-header {
    color: #000
}
.page-header .page-container {
    padding: 70px 58px;
    background: linear-gradient(127deg, #f7f7ff 0%, #eef2fd 59.11%, #d0e6ff 100%);
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    margin-top: 30px
}
.bread_crumb {
    margin-bottom: 15px
}
.bread_crumb a {
    display: inline-block;
    padding-right: 20px;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    color: #4445EC;
    font-weight: 300
}
.bread_crumb a:not(:last-child):after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg)
}
.bread_crumb a[href="#"],
.bread_crumb a[href='#'] {
    color: inherit;
    cursor: default;
    text-decoration: none
}
.bread_crumb a:last-child {
    color: #585877;
    pointer-events: none
}
.page-header h1 {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    margin: 0
}
.page-header .ban-text-side p {
    margin: 0;
    margin-top: 27px;
    font-size: 22px;
    line-height: 32px
}
.page-header .header-ban-cta {
    margin-top: 32px
}
.page-header .header-ban-cta a {
    display: inline-block;
    padding: 15px 70px 15px 23px;
    font-size: 17px;
    line-height: 1.2;
    position: relative;
    background: #4445EC;
    color: #fff;
    text-decoration: none;
    transition: .3s ease-in
}
.page-header .header-ban-cta a::before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAFJSURBVGhD7ZjdDcIwDITJBozCCGzACLQTAJvABJQN2aDYEg9RBeTHZ1sV7gtIdZL77iLZatqs/Ekr178JAO8EI4FIQOhAXCGhgeLlkUCNhfM8n7gupXSrqW+pUU+AxA8k6P4WNRHE2CKwVGsNwHqgEOoArJhSmOjnmLkJgzAB0IQwA9CCMAXQgDAHQEO4ACAh3ABQEK4ACAh3AClEFQA1ogMdtCu1deH7M63f5s2O/l9o9Hj+2rcIsJhlhBqbl48EwF386/MXABzr3uAK8cidX6EHuT+UMismUNoA8Z6uKY/budgq8Xy2O4BEvDuAVLwrAEK8GwBKvAsAUrw5AFq8KYCGeDMALfEmAB9mqeomVdMk1RvZAgAq3iQBPoQgeFTmT4vXGldbatQTaBHTUxsAPa4h10QCSDd79ooEelxDrokEkG727LX6BF6NgIsxOBkrQAAAAABJRU5ErkJggg==);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center;
    transition: .3s ease-in
}
.page-header .header-ban-cta a::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 48px;
    top: 0
}
.page-header .header-ban-cta a:hover {
    box-shadow: 0 2px 15px -5px #2020a8;
    transform: translateY(-4px)
}
.page-header .header-ban-cta a:hover:before {
    background-position: 49px 0
}
.page-header.main-page {
    background: linear-gradient(to left, #f7f7ff 0%, #fff 100%);
    padding: 84px 0 74px
}
.page-header.main-page h1 {
    font-size: 55px;
    line-height: 1.2
}
.page-header.main-page .page-container {
    padding: 0;
    background: none;
    border: none;
    margin-top: 0
}
.page-header.main-page .ban-text-side {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 580px)
}
.page-header.main-page .ban-img-side {
    width: 525px;
    display: inline-block
}
@media (max-width: 1100px) {
    .page-header .page-container {
        margin-top: 44px
    }
    .page-header.main-page .ban-text-side {
        width: calc(100% - 400px)
    }
    .page-header.main-page .ban-img-side {
        width: 400px
    }
    .page-header.main-page .page-container {
        margin-top: 0
    }
    .page-header.main-page h1 {
        font-size: 40px
    }
    .page-header h1 {
        font-size: 40px
    }
}
@media (max-width: 992px) {
    .page-header br {
        display: none
    }
    .page-header .ban-text-side {
        text-align: center
    }
    .page-header .page-container {
        padding: 40px
    }
    .page-header.main-page .ban-text-side {
        width: 100%
    }
    .page-header.main-page .ban-img-side {
        display: none
    }
    .page-header.main-page h1 {
        font-size: 40px
    }
    .page-header h1 {
        font-size: 36px
    }
}
@media (max-width: 767px) {
    .page-header.main-page {
        padding: 64px 0 50px
    }
    .page-header.main-page h1 {
        font-size: 36px
    }
    .page-header .ban-text-side {
        font-size: 18px;
        margin: 15px 0 10px
    }
}
.page-content-section {
    padding: 90px 0
}
.page-content-section .page-lhs {
    display: inline-block;
    width: 225px;
    vertical-align: top;
    position: relative;
    position: sticky;
    top: 110px
}
#scroll .page-content-section .page-lhs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 4px solid #E7E7F0
}
.page-content-section .page-lhs ul li {
    padding: 7px 10px 7px 22px;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    transition: .3s;
    cursor: pointer
}
.page-content-section .page-lhs ul li.active {
    font-weight: 500
}
.page-content-section .page-lhs ul li:not(.active):hover {
    color: #4445EC
}
.page-content-section .page-lhs .highlighter {
    width: 4px;
    height: 35px;
    background: #4445EC;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s linear
}
.page-content-section .page-lhs .lhs-trigger {
    display: none
}
@media screen and (min-width: 992px) {
    .page-content-section .page-lhs .lhs-menu-list {
        max-height: calc(100vh - 170px);
        overflow-y: auto
    }
    .page-content-section .page-lhs {
        max-height: calc(100vh - 170px);
        overflow: hidden
    }
}
@media (max-width: 992px) {
    .page-content-section .page-lhs {
        width: 100%;
        max-width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: -100%;
        background: #05050545;
        z-index: 99999;
        padding-top: 0;
        transition: .3s ease-in
    }
    .page-content-section .page-lhs .lhs-menu-list {
        position: relative;
        height: 100vh;
        overflow: auto;
        max-height: 100%;
        width: calc(100% - 50px);
        padding-top: 30px;
        background: #fff
    }
    .page-content-section .page-lhs .lhs-menu-list li.active {
        background: #f8f8ff;
        border-left: 4px solid #4445EC
    }
    .page-content-section .page-lhs ul {
        border: 0
    }
    .page-content-section .page-lhs .highlighter {
        display: none
    }
    .page-content-section .page-lhs .lhs-trigger {
        position: absolute;
        right: -28px;
        top: 48vh;
        width: 36px;
        height: 75px;
        background: blue;
        border-radius: 0 13px 13px 0;
        display: block;
        transform: scale(0.6);
        transition: .3s
    }
    .page-content-section .page-lhs .lhs-trigger:before {
        content: "";
        width: 15px;
        height: 15px;
        border: 2px solid #fff;
        border-bottom: 0;
        border-left: 0;
        border-radius: 1px;
        position: absolute;
        right: 0;
        top: 0;
        left: -8px;
        bottom: 0;
        margin: auto;
        transform: rotate(45deg);
        transition: .3s
    }
    .page-content-section .page-lhs.open-lhs .lhs-trigger {
        right: 22px
    }
    .page-content-section .page-lhs.open-lhs {
        left: 0
    }
    .page-content-section .page-lhs.open-lhs .lhs-trigger:before {
        left: 0;
        transform: rotate(45deg) scale(-1)
    }
}
.page-content-section .page-center {
    display: inline-block;
    width: calc(100% - 225px - 220px);
    vertical-align: top;
    padding: 0 70px;
    font-weight: 300
}
.page-content-section .page-center h2 {
    font-size: 28px;
    line-height: 1.3;
    color: #000;
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: 300
}
.page-content-section .page-center h2:first-child {
    margin-top: 0
}
.page-content-section .page-center h3 {
    font-size: 22px;
    line-height: 1.3;
    margin: 40px 0 20px;
    color: #000
}
.page-content-section .page-center h4 {
    font-size: 28px;
    line-height: 1.4;
    margin: 0 0 5px;
    color: #000
}
.page-content-section .page-center h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px;
    color: #000
}
.page-content-section .page-center h5+ul {
    margin-top: 20px
}
.page-content-section .page-center.main-page h2 {
    font-size: 42px;
    line-height: 1.3
}
.page-content-section .page-center.main-page h3 {
    font-size: 24px
}
.page-content-section .page-center.main-page hr {
    border-color: #000000;
    margin: 60px 0
}
.page-content-section .page-center>p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 25px;
    color: #000
}
.page-content-section .page-center>p.pad-left {
    padding-left: 30px
}
.page-content-section .page-center p a {
    color: #0099CC
}
.page-content-section .page-center strong {
    font-weight: 500
}
.page-content-section .page-center .main-text {
    font-size: 22px;
    line-height: 32px
}
#scroll .page-content-section .page-center ul {
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0
}
.page-content-section .page-center ul li,
.page-content-section .page-center ol li {
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px
}
.page-content-section .page-center ol>li {
    list-style: decimal;
    padding-left: 0;
    margin-left: 20px
}
.page-content-section .page-center ul li a {
    color: #0199cc
}
.page-content-section .page-center ol li a {
    color: #0199cc
}
.page-content-section .page-center ul li::before,
.page-content-section .page-center ol ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #000;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%
}
.page-content-section .page-center ol>li:before {
    display: none
}
.page-content-section .page-center ul ol,
.page-content-section .page-center ol ul {
    margin-top: 15px
}
.page-content-section .page-center ul.tick-list li {
    padding-left: 30px
}
.page-content-section .page-center ul.tick-list li::before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAVCAYAAAC6wOViAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAE2SURBVEhLtdWxbsIwEAbgcyBIbBlgbt4AWJDCBG8AG2o7tE9S9U0yQFh5A8IUiQXeAGYCElsRaXvgIEOCsOMkTmYrn+733ZlAwZ8x9MwywZfdpDNnFCnSrL8umkB+ZwSIgQCuP7Z61CsMjYKssL9/HOwnnWkh6DOQwoillu+0V8pRPgifvmPZyuOVAZWisqAyNA2oBE0L3lA6wLoGX5eu2mwd61t2drOAIWp8LA09+FnTAb62Na6CSrV3sFsHEZ4VDNHau9fVEGZRIAnOA97irb95dGAbMnBe8H6nYcRHNwlWAca693q3fFg/BSZb3vFE7ptGtgFja1AEX54GkzUb+zlievDpnPLgxyqygtzlkATnAYUbiR91tkijSQmftkc4b4UMTnxPQ/h07KMGm93IcmU7VHTuDOVn6haYkm4tAAAAAElFTkSuQmCC);
    position: absolute;
    left: 0;
    top: 10px;
    background-size: contain;
    background-repeat: no-repeat
}
.page-content-section .page-center .image-container {
    padding: 20px 0 10px;
    text-align: center
}
.page-content-section .page-center .image-container img {
    width: 100%;
    height: auto;
    border: .5px solid #566065;
    border-radius: 5px
}
.page-content-section .page-center .image-container p {
    font-size: 15px;
    line-height: 1.7;
    margin: 20px 0
}
.page-content-section .page-center .image-container+h5 {
    margin-top: 40px
}
.page-content-section .page-center .wid-90 {
    width: 90%;
    margin: auto
}
.page-content-section .page-center .wid-80 {
    width: 80%;
    margin: auto
}
.page-content-section .page-center .wid-70 {
    width: 70%;
    margin: auto
}
.page-content-section .page-center .wid-60 {
    width: 60%;
    margin: auto
}
.page-content-section .page-center .faq-qstn {
    font-size: 24px;
    line-height: 1.4
}
.page-content-section .page-center .faq-content {
    padding-bottom: 20px;
    border-bottom: 1px dashed #A0A0BC;
    margin-bottom: 40px
}
.page-content-section .page-center .faq-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}
.page-content-section .page-center .faq-answer ul:last-child {
    margin-bottom: 0
}
.page-content-section .page-center .faq-content:last-child {
    border-bottom: 0
}
@media (max-width: 1100px) {
    .page-content-section .page-center {
        padding: 0 30px
    }
}
@media (max-width: 992px) {
    .page-content-section .page-center {
        width: 100%;
        padding: 0
    }
    .page-content-section .page-center h2 {
        font-size: 32px
    }
    .page-content-section .page-center.main-page h2 {
        font-size: 32px
    }
    .page-content-section .page-center .main-text {
        font-size: 18px;
        line-height: 28px
    }
    .page-container {
        max-width: 85%
    }
}
@media (max-width: 767px) {
    .page-content-section .page-center h2 {
        font-size: 24px;
        margin: 30px 0 20px
    }
    .page-content-section .page-center h3 {
        font-size: 18px
    }
    .page-content-section .page-center .faq-qstn {
        font-size: 18px;
        font-weight: 500
    }
    .page-content-section .page-center.main-page h2 {
        font-size: 24px
    }
    .page-content-section .page-center.main-page h3 {
        font-size: 18px
    }
}
.page-content-section .bottom-cta-box {
    width: 100%;
    background: #F7F7FF;
    border: 1px solid #4445EC;
    text-align: center;
    margin: 40px 0;
    padding: 30px;
    position: relative
}
.page-content-section .bottom-cta-box p {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 400;
    color: #000;
    margin: 0
}
.page-content-section .bottom-cta-box .cta-wrap {
    margin-top: 20px
}
.page-content-section .bottom-cta-box .cta-wrap a {
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    padding: 8px 22px;
    border: 1px solid #4445EC;
    margin: 0 7px;
    color: #4445EC;
    text-decoration: none;
    transition: .3s
}
.page-content-section .bottom-cta-box .cta-wrap a:hover {
    box-shadow: 0 2px 10px -5px #4445EC;
    transform: translateY(-4px)
}
.page-content-section .bottom-cta-box .cta-wrap a:first-child {
    background: #4445EC;
    color: #fff
}
.page-content-section .bottom-cta-box.single-cta {
    padding-right: 280px;
    text-align: left
}
.page-content-section .bottom-cta-box.single-cta .cta-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    margin: 0
}
.table-sec {
    margin-bottom: 45px;
    margin-top: 25px;
    width: 100%;
    overflow: hidden;
    overflow-x: auto
}
.table-sec tbody tr.mob {
    display: none
}
.table-sec thead tr th,
.table-sec tbody tr td {
    background-color: #eef4ff;
    border: #d6d6d6 solid 1px;
    padding: 18px 30px;
    font-weight: 300
}
.table-sec thead tr th,
.table-sec tbody tr.mob td {
    font-weight: 500;
    font-size: 16px;
    text-align: left
}
.table-sec tbody tr td ul {
    padding-left: 21px
}
.page-content-section .page-center .image-container.no-border img {
    border: none
}
@media (max-width: 1150px) {
    .page-content-section .bottom-cta-box .cta-wrap a {
        margin: 10px 0;
        width: 200px
    }
    .page-content-section .bottom-cta-box.single-cta {
        padding: 30px;
        text-align: center
    }
    .page-content-section .bottom-cta-box.single-cta .cta-wrap {
        position: relative;
        top: 0;
        right: 0;
        transform: none;
        margin-top: 20px
    }
}
.page-content-section .page-rhs {
    display: inline-block;
    width: 220px;
    vertical-align: top;
    position: sticky;
    top: 100px
}
.page-content-section .page-rhs .related-pages {
    background: #F8F8FA;
    padding: 20px 22px;display: none;
}
.page-content-section .page-rhs .related-pages h3 {
    font-size: 17px;
    line-height: 27px;
    padding-bottom: 15px;
    border-bottom: 1px solid #707070;
    margin: 0 0 15px
}
.page-content-section .page-rhs .related-pages a {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    padding: 5px 0;
    margin-bottom: 7px
}
.page-content-section .page-rhs .related-pages a:last-child {
    margin-bottom: 0
}
.page-content-section .page-rhs .other-topic {
    padding: 25px 22px;
    border-bottom: 1px solid #707070
}
.page-content-section .page-rhs .other-topic a {
    font-size: 15px;
    line-height: 25px;
    color: #4445EC
}
@media (max-width: 992px) {
    .page-content-section .page-rhs {
        width: 100%;
        position: relative;
        top: 0;
        margin-top: 30px
    }
}
.page-content-section .blu-arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAYCAYAAADkgu3FAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAEWSURBVEhLvdXNDYJQDADgFuH+TLjrBuoGGuSsGxgn0JHcQO/Enw1kA71LwgJi5SU+QoxK6Xvx3Qi0XwptQfjTQakzHuf9IACVJN2Uk0MElYjq+MUFERQBbPZJuGzCRFAc50OC4mySczARpIEozjZl8IKLiaG2mBXUBrOGuJgTiIM5g5qwCtID6PuPqoua5uLbfQJa6/l678YKmk6zHSDMpMDPOKLJXyCEzqj+6pQXFHOPqC+tihBVmXBVj38ALA9JqIfbzdH7zw/uRwAcmowG0ddOoCbECcRBrCEuYgW1QaygKL6lCDj49OE/tZeoGaIom6MHWy4iruj1K0/LVdOrt/CvQRFVZBLq/Xg6da+cSbSCOIB55gli9It1gddg/QAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}
@media (max-width: 992px) {
    .page-content-section {
        padding: 50px 0
    }
}
.without-lhs .page-lhs {
    display: none
}
.without-lhs .page-center {
    width: calc(100% - 220px)
}
@media (max-width: 992px) {
    .without-lhs .page-center {
        width: 100%
    }
}
.bottom-sticky-footer-strap {
    background: #14142F;
    position: fixed;
    bottom: -200px;
    left: 0;
    width: 100%;
    color: #fff;
    transition: .3s ease-in;
    z-index: 99999
}
.sticky-wrap {
    max-width: 1150px;
    display: flex;
    align-items: center;
    margin: auto;
    width: 100%;
    font-size: 0;
    padding: 10px 0;
    justify-content: center
}
.sticky-wrap p {
    display: flex;
    width: auto;
    vertical-align: middle;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    color: #fff
}
.sticky-wrap-cta {
    display: flex;
    width: auto;
    vertical-align: middle
}
.sticky-wrap-cta a {
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    line-height: 25px;
    position: relative;
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
    transition: .3s ease-in;
    white-space: nowrap
}
.sticky-wrap-cta a:first-child {
    padding: 8px 46px 8px 25px;
    background: #D84125;
    border: 1px solid #D84125
}
.sticky-wrap-cta a:nth-of-type(2) {
    padding: 8px 25px 8px 46px;
    background: transparent;
    margin-right: 0;
    border: 1px solid #fff
}
.sticky-wrap-cta a:first-child:before {
    content: "";
    pointer-events: none;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 16px;
    top: 11px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAFoSURBVFhH7ZYxbsIwFIbxykKHHoAjsDE2PUF7BLgBnRgpI1N7g6Y3yA2Am3AABliQOpn/oWfJshKeSV7URLIlK3Zs3vvy/84jZtCxZjrGM0hAkiMqCllrZ0hkjTG/UkJpvTEQw/xwojmgcinpvXUNoE8kWHGSNYBoXrslIEm6pFBSKL1l4RlAYfyfOoTET4D5YqAPWHOicRUQ7mdYdhX8FfsP0oGm9ejXHgkWHhDB0N9EUQYU3KM80RX8ESB64m3wlN+Y/6Ev+f4G1yk67XXtjMFEXSG2hxIV6CMv4RHjZ55fcB16a3uM3529qpa5YHyWcszfhATRNvlxoi0Lk/NnB1nmq0XbyCJSZRejSLinNhBbOMaV1HrhwA9bpArk2TijcdOPs1uMOrK2+ZtKIK+W1DqcZdAxMe8BWRcUVqgoCSAxZj+B2jgzVapHKdQVICpsrr5oM+2hUFYWVOWwatImIEnNpFDvFLoCfCmjJb9CVYMAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-size: cover
}
.sticky-wrap-cta a:nth-of-type(2):before {
    content: "";
    pointer-events: none;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 16px;
    top: 11px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAKiSURBVFhH7Zb7URsxEId9FYRUgF1BoAKug9BBTAVJKoipIFBBTAWBCoAKoAOug4QKnN/n2fXIsuTTPRj8R3Zm53zWYz+t9nHV5ICkOiCWSRHMarX6Juif0u9VVV291QFKYR4EcCZ9Fszpe8MsBPDDIGYCalJA8uAR0Bq/6wNc6pkTbf5kBi5kbBkbEwhz7qUAXWoOB+gkRTDsKGN/9fggvZGheWglAmEoCdxG1gXmVpt9lj4KpvaNEyA7sG0QPt4Fhmsgk64EA9haBNPocWyvvUFYv4Gx9OXkD9I7GXwuOVEAMwgkhllFxokRwAjGLJhl0LQUft8BY8/MNflTtGArRuxqjmQc2FFlJ2Z00qks1KbEySKKEbwEMHFzq7GbsYiKA9gNCjZ1nYARM1xrb+kD4ymeMtqYx65zVbooZkqPI8cQV79s/rWeXCtZGAvXuTSPFcXXXs9YQfttVk49aINqTAk4t4w61zy6e5wALC+KryxMorICs05xjXHiLwb5McwsSwC8h3oxdK/hoWx8JWHaSrzGa21KU0Syfcj2wVt4jb4WyuZw/mcqtem6L1KeSLKyBpU3+41jXsKDeGnaB4ZTeJxkS7wM0ae+moFZmD0aYw8geIbyqpellP7WRGPpz05tttDERgtYmBQ7NR5EaBmsIZ5qPfwKfe0jEPv2Y2LnOhOSybBXY8BnBhPXoQ1o7mD+/1AYgpMPdYRvY7LFvRXazgZ5OGkoDEH+xzakRzVS/1a+DH4zpRVoEEx0LXgFnUrXnT6q1q1AY8DMZcXbg3t944UuQINhzDt4xIvaq7ziNWoNVwo0FsxSNr090LEJ7C1JAG3VJiaPBVNrL68tO0acKgLaCehRYOwqAJq0fWBZvzpJFcDRYOJr6fP+HybntYPyzD/Q5zAzjm1qBwAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-size: cover
}
.sticky-wrap-cta a:first-child:hover {
    background: #af0707
}
.sticky-wrap-cta a:nth-of-type(2):hover {
    background: #000082
}
.bottom-sticky-footer-strap.visible {
    bottom: 0
}
.sticky-wrap-cta a.with-signup {
    padding: 8px 20px
}
.sticky-wrap-cta a.with-signup:Before {
    display: none
}
@media screen and (max-width: 1200px) {
    .bottom-sticky-footer-strap {
        padding: 0px 100px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 992px) {
    .bottom-sticky-footer-strap {
        display: none
    }
}
.headerinner .with-signup a {
    font-size: 16px;
    width: 188px
}
.headerinner .with-signup a span {
    font-size: 14px
}
.heading-menu {
    display: none
}