/* Hide svg sprite */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

body {
    font-family: neue-haas-grotesk-text, sans-serif;
    color: #3E4C59;
}

body > img {
    bottom: 0;
}

a {
    color: #FFEA5C;
}

.h1, .h2, .h3, .h4, .h5, .h6, .h7, .h8 {
    font-weight: 500;
    color: #111B25;
}

.h1 {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -1.4px;
}

.h2 {
    font-size: 32px;
    line-height: 1.12;
    letter-spacing: -0.8px;
}

.h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.5px;
}

.h4 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.3px;
}

.h5 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.4px;
}

.h6 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
}

.h7 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.4px;
}

.h8 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
}

@media screen and (min-width: 992px) {
    .h1 {
        font-size: 64px;
        line-height: 68px;
        letter-spacing: -1.4px;
    }

    .h2 {
        font-size: 48px;
        line-height: 54px;
        letter-spacing: -1px;
    }

    .h3 {
        font-size: 40px;
        line-height: 46px;
        letter-spacing: -0.5px;
    }

    .h4 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.8px;
    }

    .h5 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -0.5px;
    }

    .h6 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.3px;
    }

    .h7 {
        font-size: 18px;
        line-height: 22px;
    }

    .h8 {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 991px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.text-primary {
    color: #FFEA5C !important;
}

.text-opening {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #52606D;
}

.text-featured {
    font-size: 16px;
    line-height: 22px;
}

@media screen and (min-width: 992px) {
    .text-opening {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.3px;
    }

    .text-featured {
        font-size: 17px;
        line-height: 23px;
    }
}

@media screen and (max-width: 991px) and (min-width: 375px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

.bg-black {
    background: #282828;
}

.check-list {
    padding: 0;
    list-style: none;
}

.check-list li {
    font-size: 17px;
    line-height: 24px;
    color: #111111;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.check-list li svg {
    color: #111111;
    margin-right: 6px;
}

.check-list li + li {
    margin-top: 24px;
}

.check-list.dark li {
    color: #FFFFFF;
}

.check-list.dark li svg {
    color: #00CA75;
}

@media screen and (min-width: 992px) {
    .check-list li svg {
        margin-right: 8px;
    }

    .check-list li + li {
        margin-top: 10px;
    }
}

@media screen and (max-width: 991px) {
    .check-list li span {
        width: calc(100% - 21px);
    }
}

.check-list-inline {
    padding: 0;
    list-style: none;
}

.check-list-inline li {
    font-size: 17px;
    line-height: 21px;
    color: #3E4C59;
}

.check-list-inline li svg {
    color: #FFEA5C;
    margin-right: 6px;
}

.check-list-inline.dark li {
    color: #FFFFFF;
}

.check-list-inline.dark li svg {
    color: #fff;
}

@media screen and (min-width: 992px) {
    .check-list-inline {
        display: flex;
    }

    .check-list-inline li {
        display: flex;
        align-items: center;
    }

    .check-list-inline li svg {
        margin-right: 8px;
    }

    .check-list-inline li + li {
        margin-left: 19px;
    }
}

@media screen and (max-width: 991px) {
    .check-list-inline li + li {
        margin-top: 16px;
    }
}

.badge {
    font-size: 14px;
    line-height: 20px;
    border-radius: 100px;
    padding: 3px 8px;
    font-weight: normal;
}

.badge-primary {
    background: #FFEA5C;
    color: #fff;
}

.accordion {
    border-bottom: 1px solid #E1E6EC;
    border-top: 1px solid #E1E6EC;
    margin-bottom: 36px;
}

.accordion-item-header {
    cursor: pointer;
    padding: 15px 33px 15px 0;
    position: relative;
}

.accordion-item-header:not(.collapsed) .accordion-item-header-title:before {
    width: 100%;
    transition: ease-in 0.4s;
}

.accordion-item-header-title {
    letter-spacing: normal;
    margin-bottom: 0;
}

.accordion-item-header-title:before {
    content: '';
    position: absolute;
    top: -2px;
    border-top: 2px solid #F5F7FA;
    left: 0;
    width: 0;
}

.accordion-item-header:before, .accordion-item-header:after {
    background-color: #FFEA5C;
    border-radius: 1px;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-item-header:before {
    height: 2px;
    right: 0;
    width: 18px;
}

.accordion-item-header.collapsed:after {
    width: 2px;
    right: 8px;
    height: 18px;
}

.accordion-item-body {
    position: relative;
    bottom: 6px;
}

.accordion-item-body:last-child {
    margin-bottom: 0;
}

.accordion-item-body p {
    opacity: 1;
    transition: ease-in-out 0.15s;
}

.accordion-item-body p:last-child {
    padding-bottom: 30px;
}

.accordion-item-body.collapsing p {
    opacity: 0;
}

.accordion-item + .accordion-item {
    border-top: 1px solid #d9e2ec;
}

@media (min-width: 1200px) {
    .accordion {
        margin-left: auto;
        margin-right: auto;
        max-width: 884px;
    }

    .accordion-item-header {
        padding-bottom: 26px;
        padding-top: 26px;
    }

    .accordion-item-header:before, .accordion-item-header:after {
        background-color: #E4E7EB;
    }

    .accordion-item-body {
        font-size: 18px;
        line-height: 24px;
        position: relative;
        bottom: 9px;
    }

    .accordion-item-body p:last-child {
        padding-bottom: 5px;
    }
}

.accordion-dark {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.accordion-dark .accordion-item-header-title {
    color: #F5F7FA;
}

.accordion-dark .accordion-item-body {
    color: #E4E7EB;
}

.accordion-dark .accordion-item + .accordion-item {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.accordion.faq-animation .accordion-item-header:not(.collapsed) .accordion-item-header-title:before {
    transition: ease-in 5s;
}

.we-are-complete {
    overflow: hidden;
    padding: 84px 0;
    border-top: 1px solid #393939;
}

.we-are-complete .h2 {
    color: #fff;
    margin-bottom: 23px;
}

.we-are-complete .btn {
    margin-top: 57px;
}

.we-are-complete .check-list-inline.dark li svg {
    color: #FFEA5C;
}

@media screen and (min-width: 992px) {
    .we-are-complete {
        padding: 150px 0;
    }

    .we-are-complete .h2 {
        margin-bottom: 40px;
        line-height: 52px;
        letter-spacing: -0.4px;
    }

    .we-are-complete .row > [class*='col-']:last-child {
        text-align: right;
    }
}

@media screen and (max-width: 991px) {
    .we-are-complete .we-are-complete-image {
        height: auto;
        max-width: 100%;
        margin-bottom: 32px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 480px) {
    .we-are-complete .btn {
        width: 100%;
    }
}

.other-benefits {
    background: #282828;
    padding-bottom: 84px;
    padding-top: 84px;
    text-align: center;
}

.other-benefits [class*='col-']:not(:last-child) {
    margin-bottom: 48px;
}

.other-benefits-title {
    color: #FFFFFF;
}

.other-benefits-title:last-child {
    margin-bottom: 0;
}

.other-benefits .h3 {
    margin-bottom: 42px;
}

.other-benefits-icon {
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .other-benefits {
        padding-top: 129px;
        padding-bottom: 132px;
        text-align: inherit;
    }

    .other-benefits [class*='col-']:not(:last-child) {
        margin-bottom: 0;
    }
}

.btn {
    font-family: 'neue-haas-grotesk-text', sans-serif;
    padding: 15px 30px;
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 24px;
}

.btn-lg {
    padding: 15px 32px;
}

.btn:not(:disabled):not(.disabled):active {
    box-shadow: none !important;
}

.btn svg {
    position: relative;
    bottom: 1px;
    vertical-align: middle;
}

.btn-arrow, .btn-arrow-left {
    position: relative;
    transition: all 0.3s ease;
}

.btn-arrow {
    left: 0;
}

.btn-arrow-left {
    right: 0;
}

.btn:hover .btn-arrow {
    left: 5px;
}

.btn:hover .btn-arrow-left {
    right: 5px;
}

.btn-primary {
    color: #111111;
    background: #FFEA5C;
    border-color: transparent;
}

.btn-primary:hover {
    color: #111111;
    background: #d8c349;
    border-color: #d8c349;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #111111;
    background: #d8c349;
    border-color: #d8c349;
}

.btn-primary.disabled, .btn.btn-primary:disabled {
    color: #111111;
    background: #d8c349;
    border-color: #d8c349;
}

.btn-outline-primary {
    color: #FFEA5C;
    background: transparent;
    border-color: #D9E2EC;
}

.btn-outline-primary:hover {
    background: #F0F5FF;
    border-color: #F0F5FF;
    color: #FFEA5C;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #FFEA5C;
    background: #C2D9FF;
    border-color: #C2D9FF;
}

.btn-outline-secondary {
    color: #111B25;
    background: transparent;
    border-color: #CBD2D9;
}

.btn-outline-secondary:hover {
    background: #E4E7EB;
    border-color: #E4E7EB;
    color: #111B25;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    background: #CBD2D9;
    border-color: #CBD2D9;
    color: #111B25;
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.24);
}

.btn-outline-light:hover {
    background-color: #2173FF;
    border-color: #2173FF;
    color: #fff;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    background-color: #FFEA5C;
    border-color: #FFEA5C;
    color: #fff;
}

.btn-dark {
    background: #111B25;
    border-color: #111B25;
}

.btn-dark:hover {
    background: #F5F7FA;
    border-color: #F5F7FA;
    color: #111B25;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    background: #E4E7EB;
    border-color: #E4E7EB;
    color: #111B25;
}

.btn-light {
    background: #F5F7FA;
    border-color: #F5F7FA;
    color: #111111;
}

.btn-light:hover {
    background: #dfe1e4;
    border-color: #dfe1e4;
    color: #111111;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    background: #dfe1e4;
    color: #111111;
}

.btn-link {
    color: #FFEA5C;
}

.btn-link:hover {
    color: #cfba4f;
    text-decoration: none;
}

.btn-link:not(:disabled):not(.disabled).active, .btn-link:not(:disabled):not(.disabled):active, .show > .btn-link.dropdown-toggle {
    color: #0245B9;
    text-decoration: none;
}

.btn-link .btn-arrow {
    position: relative;
    left: -2px;
}

.btn-link:hover .btn-arrow {
    left: 3px;
}

.btn-back {
    border: 1px solid #E4E7EB;
    color: #616E7C;
    background-color: transparent;
}

.btn-back svg {
    bottom: 2px;
}

@media screen and (min-width: 992px) {
    .btn {
        padding: 19px 33px;
        font-size: 16px;
        line-height: 20px;
    }

    .btn-sm {
        height: 56px;
        font-size: 16px;
        padding: 17px 33px;
    }
}

.btn-xs {
    height: 32px;
    font-size: 15px;
    padding: 5px 16px;
    letter-spacing: -0.2px;
}

.btn .spin {
    margin-right: 8px;
    position: relative;
    top: -1px;
    width: 20px;
}

.btn .spin circle {
    stroke-width: 6;
}

.btn .spin .dash {
    stroke: #fff;
}

.btn:focus {
    box-shadow: none;
}

.btn.disabled, .btn:disabled {
    opacity: 1;
}

.header {
    background-color: #F7F7F7;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1040;
}

.header-ppc {
    position: absolute;
    background-color: transparent;
}

.header .navbar {
    padding: 14px 0;
}

.header .navbar .navbar-brand {
    z-index: 99;
}

.header .navbar .navbar-brand img {
    width: 142px;
    height: 30px;
}

.header-ppc .navbar .navbar-brand img {
    width: 156px;
    height: 33px;
}

.header .navbar .navbar-brand img:nth-child(2) {
    display: none;
}

.header .navbar #navbar .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: #000000;
    cursor: pointer;
}

.header .navbar #navbar .navbar-nav .nav-link.highlight {
    color: #FFEA5C;
}

.header .navbar #navbar .navbar-nav .nav-link.has-submenu:not(.collapsed) svg {
    transform: rotate(180deg);
}

.header .navbar #navbar .navbar-nav .nav-link .icon {
    margin-left: 6px;
}

@media screen and (max-width: 991px) {
    .header .navbar #navbar .navbar-nav .nav-button {
        margin-top: 65px;
    }

    .header .navbar #navbar .navbar-nav .nav-button .btn {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .header .navbar #navbar:before {
        background-color: #fff;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 70px;
        content: '';
        display: block;
    }

    .header .navbar #navbar {
        position: fixed;
        left: 0;
        top: 70px;
        height: calc(100% - 70px);
        width: 100%;
        background-color: white;
        padding-top: 16px;
        padding-bottom: 24px;
        z-index: 9;
        overflow: auto;
    }

    .header .navbar .navbar-nav {
        padding-left: 25px;
        padding-right: 25px;
    }

    .header .navbar #navbar:not(.open) {
        display: none;
    }

    .header .navbar #navbar.open .navbar-nav {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .header .navbar #navbar.open .navbar-nav {
        max-width: 720px;
    }
}

@media screen and (min-width: 992px) {
    .header {
        background-color: #FFFFFF;
        border-bottom: 1px solid #E1E1E1;
        height: 84px;
    }

    .header-ppc {
        background-color: transparent;
        border-bottom: 0 none;
    }

    .header .navbar {
        padding: 18px 0;
        position: static;
    }

    .header-ppc .navbar {
        padding: 28px 0;
    }

    .header .navbar .ico-menu {
        display: none;
    }

    .header .navbar #navbar {
        width: 100%;
        margin-left: 8px;
    }

    .header .navbar #navbar .navbar-nav {
        align-items: center;
        width: 100%;
    }

    .header .navbar #navbar .navbar-nav .nav-item:not(:last-child) {
        margin-right: 6px;
    }

    .header .navbar #navbar .navbar-nav .nav-item.nav-login {
        margin-left: auto;
        margin-right: 9px;
    }

    .header .navbar #navbar .navbar-nav .nav-item.nav-button .btn {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: -0.2px;
        height: 48px;
        padding: 13px 18px;
        font-weight: 500;
    }

    .header .navbar #navbar .navbar-nav .nav-item.nav-button .btn svg {
        left: 3px;
        bottom: 2px;
    }

    .header .navbar #navbar .navbar-nav .nav-link {
        font-size: 15px;
        padding-right: 4px;
        padding-left: 4px;
        line-height: 24px;
        letter-spacing: -0.2px;
        display: flex;
        align-items: center;
        position: relative;
        transition: all 0.3s;
    }

    .header .navbar #navbar .navbar-nav .nav-link:hover {
        color: #498CFF;
    }

    .header .navbar #navbar .navbar-nav .nav-link.has-submenu {
        padding-right: 5px;
    }

    .header .navbar #navbar .navbar-nav .nav-link:before {
        opacity: 0;
        content: '';
        background: #FFEA5C;
        height: 2px;
        width: calc(100% - 14px);
        left: 8px;
        bottom: -21px;
        position: absolute;
        transition: ease-in-out 0.12s;
    }

    .header .navbar #navbar .navbar-nav .nav-link.active, .header .navbar #navbar .navbar-nav .nav-link.has-submenu:not(.collapsed) {
        color: #FFEA5C;
    }

    .header .navbar #navbar .navbar-nav .nav-link.has-submenu:not(.collapsed):before {
        opacity: 1;
    }

    .header .navbar #navbar .navbar-nav .nav-link.has-submenu:before {
        width: calc(100% - 23px);
    }
}

@media screen and (min-width: 1200px) {
    .header .navbar #navbar {
        margin-left: 21px;
    }

    .header .navbar #navbar .navbar-nav .nav-link {
        font-size: 16px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 991px) {
    .ico-menu button {
        background: transparent;
        border: 0 none;
        display: block;
        outline: none;
        position: relative;
        padding: 12px 0px;
        z-index: 99;
    }

    .ico-menu button > span {
        background: #1F2933;
        display: block;
        height: 2px;
        position: relative;
        top: 0;
        transition: transform 0.25s ease, opacity 0.25s 0.15s, top 0.25s ease 0.15s;
        width: 28px;
    }

    .ico-menu button > span + span {
        margin-top: 5px;
    }

    .ico-menu button > span + span:not(.closed) {
        margin-top: 6px;
    }

    .ico-menu button:not(.closed) > span {
        background: #1F2933;
        opacity: 0;
        transition: top 0.25s ease, opacity 0.25s, transform 0.25s ease 0.15s;
    }

    .ico-menu button:not(.closed) > span:first-child {
        opacity: 1;
        transform: rotate(45deg);
        top: 8px;
    }

    .ico-menu button:not(.closed) > span:last-child {
        opacity: 1;
        transform: rotate(-45deg);
        top: -8px;
    }

    .ico-menu button.closed > span:first-child {
        opacity: 0;
    }
}

.megamenu .container {
    padding-left: 0;
    padding-right: 0;
}

.megamenu-item:hover {
    text-decoration: none;
}

.megamenu-links {
    list-style: none;
    padding: 0;
    margin-top: 4px;
    margin-bottom: 20px;
}

.megamenu-links-title {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.41;
    padding: 4px 0;
    color: #111B25;
    margin-bottom: 0;
}

[class*='megamenu-links-icon'] {
    display: none;
}

.megamenu-links-description {
    display: none;
}

.megamenu-footer {
    display: none;
}

@media screen and (min-width: 992px) {
    .megamenu {
        border-top: #E4E7EB;
        background: #FFFFFF;
        box-shadow: 0 20px 32px -15px rgba(17, 27, 37, 0.25);
        width: 100%;
        overflow: hidden;
        padding-bottom: 80px;
    }

    .megamenu .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .megamenu-item {
        display: flex;
        margin-bottom: 50px;
    }

    .megamenu-links {
        padding: 72px 0 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    [class*='megamenu-links-icon'] {
        display: block;
        margin-right: 20px;
        flex: 0 0 40px;
        width: 40px;
    }

    .megamenu-links-icon-dark {
        display: none;
    }

    .megamenu-links-title {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #111B25;
        margin-bottom: 8px;
        transition: ease-in-out .15s;
        padding: 0;
    }

    .megamenu-links-description {
        font-size: 14px;
        line-height: 21px;
        color: #3E4C59;
        margin-bottom: 0;
        transition: ease-in-out .15s;
        display: block;
    }

    .megamenu-links a:hover .megamenu-links-description {
        color: #111B25;
    }

    .megamenu-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 60px;
        font-size: 17px;
        line-height: 24px;
        color: #3E4C59;
        display: flex;
        align-items: center;
        box-shadow: 0px -1px 0px #E4E7EB;
        width: 100%;
    }

    .megamenu-footer .btn {
        padding: 19px 11px;
    }

    .megamenu-overlay {
        height: 0;
        width: 0;
    }

    .megamenu-group {
        width: 100%;
        position: absolute;
        left: 0;
        top: 84px;
        z-index: 99;
    }

    .megamenu-overlay {
        width: 100%;
        top: 0;
        left: 0;
        position: fixed;
        z-index: 99;
        transition: ease-in-out 0.15s;
    }

    .megamenu-overlay:before {
        display: block;
        content: '';
        background-color: rgba(17, 27, 37, 0.4);
        height: 100vh;
        width: 100%;
    }
}

.footer {
    padding-top: 71px;
    padding-bottom: 59px;
}

.footer-logo {
    margin-bottom: 22px;
}

.footer-links {
    padding-left: 0;
    list-style: none;
    margin-bottom: 47px;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links li a {
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.1px;
    color: #52606D;
}

.footer-links li a:hover {
    color: #3b4851;
}

.footer-associated {
    margin-top: 12px;
    margin-bottom: 31px;
}

.footer-associated .h6 {
    font-weight: 500;
    color: #616E7C;
    margin-bottom: 21px;
}

.footer-associated img + img {
    margin-left: 25px;
}

.footer-separator {
    height: 1px;
    width: 100%;
    background: #E4E7EB;
    margin-top: 16px;
}

.footer-copy {
    margin-top: 31px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #616E7C;
}

.footer-social {
    text-align: center;
    margin-top: 43px;
}

.footer-social a {
    text-decoration: none;
}

.footer-social a svg {
    color: #6D6D6D;
}

.footer-social a + a {
    margin-left: 16px;
}

.footer .h5 {
    margin-bottom: 24px;
}

.footer p, .footer address {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #616E7C;
}

.footer p {
    margin-bottom: 1px;
}

.footer address {
    letter-spacing: -0.1px;
    margin-top: 24px;
    margin-bottom: 46px;
}

@media screen and (min-width: 992px) {
    .footer {
        padding-top: 95px;
        padding-bottom: 42px;
    }

    .footer-logo {
        margin-bottom: 27px;
    }

    .footer-logo:nth-child(2) {
        display: none;
    }

    .footer-links {
        margin-bottom: 129px;
    }

    .footer-links li a {
        color: #52606D;
        font-size: 17px;
        line-height: 28px;
        transition: ease-in-out .15s;
    }

    .footer-associated {
        margin-top: 40px;
        margin-bottom: 31px;
    }

    .footer-associated img + img {
        margin-left: 21px;
    }

    .footer-associated .h6 {
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 18px;
    }

    .footer-separator {
        margin-top: 9px;
    }

    .footer-copy {
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        margin-top: 40px;
    }

    .footer-social {
        margin-top: 0;
        text-align: right;
    }

    .footer .h5 {
        font-size: 17px;
        line-height: 20px;
        margin-top: 9px;
    }

    .footer p, .footer address {
        font-weight: normal;
        font-size: 14px;
    }

    .footer p {
        margin-bottom: 3px;
        line-height: 17px;
    }

    .footer address {
        letter-spacing: -0.1px;
        margin-top: 39px;
        margin-bottom: 46px;
        line-height: 20px;
    }
}

@media screen and (max-width: 991px) {
    .footer-associated img {
        display: block;
    }

    .footer-associated img + img {
        margin-left: 0;
        margin-top: 16px;
    }
}

.hero {
    padding-top: 104px;
    padding-bottom: 111px;
    background: #151515;
    overflow: hidden;
    position: relative;
}

.hero-title {
    color: #F2F2F2;
    margin-bottom: 20px;
}

.hero-opening {
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: -0.3px;
    color: #ECECEC;
    margin-bottom: 32px;
}

.hero > .container {
    position: relative;
    z-index: 1;
}

.hero .btn {
    width: 100%;
}

.hero .btn + .btn {
    margin-top: 12px;
}

.hero-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero-bg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

@media (min-width: 576px) {
    .hero .btn {
        width: auto;
    }

    .hero .btn + .btn {
        margin-top: 0;
        margin-left: 9px;
    }
}

@media screen and (min-width: 992px) {
    .hero {
        padding-top: 199px;
        padding-bottom: 247px;
    }

    .hero > .container {
        display: flex;
    }

    .hero-title {
        font-size: 72px;
        line-height: 1.03;
        letter-spacing: -2px;
        margin-bottom: 18px;
    }

    .hero-opening {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 18px;
    }

    .hero .btn {
        width: auto;
        font-size: 18px;
        padding: 21px 31px;
    }
}

@media (min-height: 828px) and (min-width: 1440px) {
    .hero {
        min-height: 100vh;
    }

    .hero-buttons {
        margin-top: 48px;
    }
}

.section {
    padding: 84px 0;
    text-align: center;
    font-size: 17px;
    line-height: 1.41;
    color: #242424;
}

.section-pre-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #8F8F8F;
    margin-bottom: 16px;
}

.section-title {
    margin-bottom: 16px;
}

.section .btn {
    margin-top: 24px;
}

@media (max-width: 575px) {
    .section .btn {
        padding-left: 22px;
        padding-right: 22px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .section {
        padding: 150px 0;
        text-align: inherit;
    }

    .section-pre-title {
        font-size: 17px;
        line-height: 1.23;
    }

    .section-img {
        display: flex;
        justify-content: flex-end;
    }

    .section-img img {
        max-width: 100%;
    }
}

.section-nf .section-title {
    margin-bottom: 24px;
}

.section-nf .check-list {
    margin-top: 32px;
    margin-bottom: 32px;
}

@media (min-width: 992px) {
    .section-nf {
        padding: 118px 0 0;
    }
}

.billing-methods {
    padding: 84px 0;
}

.billing-methods a {
    text-decoration: none;
}

.billing-methods .h2 {
    margin-bottom: 44px;
    color: #fff;
}

.billing-methods-item {
    background: #202020;
    border-radius: 8px;
    padding: 48px 40px;
    -webkit-transition: ease-in-out 0.15s;
    -moz-transition: ease-in-out 0.15s;
    -ms-transition: ease-in-out 0.15s;
    -o-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
}

.billing-methods-item:hover {
    background: #323232;
}

.billing-methods-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 0;
}

.billing-methods-item .h4 {
    margin-bottom: 13px;
    color: #FFEA5C;
}

.billing-methods-icon {
    margin-bottom: 14px;
}

@media screen and (min-width: 992px) {
    .billing-methods {
        padding: 150px 0;
    }

    .billing-methods .h2 {
        margin-bottom: 84px;
    }

    .billing-methods-item {
        height: 397px;
    }
}

@media screen and (max-width: 991px) {
    .billing-methods-item {
        margin-bottom: 22px;
    }
}

.dark-mode {
    background: #111111;
    color: #9AA5B1;
}

.dark-mode .h1, .dark-mode .h2, .dark-mode .h3, .dark-mode .h4, .dark-mode .h5, .dark-mode .h6, .dark-mode .h7 {
    color: #fff;
}

.dark-mode .btn.btn-outline-secondary {
    color: #FFFFFF;
    border-color: #52606D;
}

.dark-mode .header {
    background: #111111;
}

.dark-mode .header .navbar .navbar-brand img:first-child {
    display: none;
}

.dark-mode .header .navbar .navbar-brand img:nth-child(2) {
    display: block;
}

.dark-mode .header .navbar #navbar .navbar-nav .nav-link {
    color: #fff;
}

.dark-mode .header .navbar #navbar .navbar-nav .nav-link svg {
    color: #FFEA5C;
}

.dark-mode .header .navbar #navbar .navbar-nav .nav-link.highlight {
    color: #F5F7FA;
}

@media screen and (max-width: 991px) {
    .dark-mode .header {
        border-bottom: 1px solid #202020;
    }

    .dark-mode .header .navbar #navbar {
        background-color: #111B25;
    }

    .dark-mode .header .navbar #navbar:before {
        background-color: #111B25;
    }

    .dark-mode .header .navbar #navbar .navbar-nav .nav-link.highlight {
        color: #FFE45C;
    }
}

@media screen and (min-width: 992px) {
    .dark-mode .header {
        border-bottom: 0 none;
        transition: ease-in-out .15s;
    }

    .dark-mode .header:not(.scrolled) {
        background-color: transparent;
    }

    .dark-mode .header .navbar #navbar .navbar-nav .nav-link:before {
        background: #FFEA5C;
    }

    .dark-mode .header .navbar #navbar .navbar-nav .nav-link:hover {
        color: #9AA5B1;
    }

    .dark-mode .header .navbar #navbar .navbar-nav .nav-link.has-submenu:not(.collapsed) {
        color: #FFEA5C;
    }

    .dark-mode .header .navbar #navbar .navbar-nav .nav-link.active {
        color: #7B8794;
    }
}

@media screen and (max-width: 991px) {
    .dark-mode .header .ico-menu button > span {
        background: #FFEA5C;
    }

    .dark-mode .header .ico-menu button:not(.closed) > span {
        background: #FFEA5C;
    }
}

.dark-mode .megamenu-links-title {
    color: #F5F7FA;
}

@media (min-width: 992px) {
    .dark-mode .megamenu {
        border-top: 1px solid #202020;
        background: #111111;
    }

    .dark-mode .megamenu-links-description {
        color: #E4E7EB;
    }

    .dark-mode .megamenu-links a:hover .megamenu-links-title, .dark-mode .megamenu-links a:hover .megamenu-links-description {
        color: #fff;
    }

    .dark-mode .megamenu-footer {
        background: #212121;
        color: #FFFFFF;
        box-shadow: none;
    }

    .dark-mode .megamenu-footer .btn {
        padding: 19px 11px;
    }

    .dark-mode .megamenu-posts .h8 {
        color: #E4E7EB;
    }

    .dark-mode .megamenu-posts .megamenu-posts-item + .megamenu-posts-item {
        border-color: #323F4B;
    }

    .dark-mode .megamenu-posts-overflow {
        border-left: 1px solid #323F4B;
        background: #18222C;
    }

    .dark-mode .megamenu-posts-title {
        color: #E4E7EB;
    }

    .dark-mode .megamenu-posts:after {
        background: #18222C;
    }

    .dark-mode .megamenu-posts-item:hover .megamenu-posts-title {
        color: #498CFF;
    }
}

.dark-mode .footer p, .dark-mode .footer address {
    color: #D8D8D8;
}

.dark-mode .footer-links li a {
    color: #D8D8D8;
}

.dark-mode .footer-links li a:hover {
    color: #CBD2D9;
}

.dark-mode .footer-associated .h6 {
    color: #D8D8D8;
}

.dark-mode .footer-separator {
    background: #252525;
}

.dark-mode .footer-copy {
    color: #D8D8D8;
}

.dark-mode .footer-logo:first-child {
    display: none;
}

.dark-mode .footer-logo:nth-child(2) {
    display: block;
}

.faq-section {
    background: #F5F7FA;
    padding-bottom: 84px;
    padding-top: 84px;
}

.faq-section .h2 {
    margin-bottom: 40px;
}

.faq-section .accordion {
    margin-bottom: 0;
    padding-bottom: 12px;
    padding-top: 28px;
}

.faq-section .accordion + .accordion {
    border-top: none;
}

.faq-section .accordion-title {
    margin-bottom: 16px;
    position: relative;
    cursor: pointer;
    color: #111B25;
}

.faq-section .accordion-title:before, .faq-section .accordion-title:after {
    background-color: #111;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.faq-section .accordion-title:before {
    height: 18px;
    right: 8px;
    width: 2px;
}

.faq-section .accordion-title:after {
    height: 2px;
    right: 0;
    width: 18px;
}

.faq-section .accordion-title:not(.collapsed):before {
    display: none;
}

.faq-section .accordion-body {
    padding-bottom: 16px;
    color: #242424;
}

@media (max-width: 767px) {
    .faq-section .accordion {
        margin-bottom: 0;
        padding-bottom: 16px;
        padding-top: 23px;
    }

    .faq-section .accordion-title {
        font-size: 18px;
        margin-bottom: 7px;
        padding-right: 37px;
    }

    .faq-section .accordion-body {
        padding-bottom: 7px;
    }
}

@media (min-width: 992px) {
    .faq-section {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.c6-price {
    padding-top: 84px;
    padding-bottom: 84px;
    background: #0C0C0C;
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 1.41;
    position: relative;
}

.c6-price .h2 {
    font-size: 32px;
    line-height: 1.12;
    letter-spacing: -0.8px;
    margin-bottom: 16px;
    color: #fff;
}

.c6-price-price {
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 62px;
    line-height: 1.2;
    color: #FFEA5C;

}

.c6-price-description {
    margin-bottom: 8px;
}

.c6-price-small {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}

.c6-price .container {
    position: relative;
    z-index: 1;
}

.c6-price-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.c6-price-bg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 991px) {
    .c6-price .btn {
        margin-top: 30px;
        width: 100%;
        font-size: 18px;
        line-height: 1.8;
    }
}

@media (min-width: 576px) {
    .c6-price .btn {
        width: auto;
    }
}

@media (min-width: 992px) {
    .c6-price {
        padding-top: 115px;
        padding-bottom: 119px;
        font-size: 20px;
        line-height: 1.5;
    }

    .c6-price .h2 {
        font-size: 38px;
        line-height: 1.21;
        letter-spacing: -0.4px;
        margin-bottom: 18px;
    }

    .c6-price-price {
        font-size: 180px;
        line-height: 1.2;
        margin-top: 0;
        margin-bottom: 16px;
    }

    .c6-price .btn {
        margin-top: 33px;
    }
}