html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    overflow-x: hidden;
}

body.has-internal-header {
    padding-top: 72px
}

@media (max-width: 767px) {
    body.has-internal-header {
        padding-top: 52px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

a {
    color: #106c3a
}

a:hover {
    color: inherit
}

a.dotted {
    background: #ffb7b7;
    border-bottom: 1px dotted
}

a.dotted:hover {
    text-decoration: none;
    border-color: inherit
}

.rub {
    /*font-family: sans-serif*/
}

h1 {
    font-size: 50px;
    font-weight: 500;
    line-height: 72px;
    position: relative;
    color: #46484b
}

h2 {
    font-size: 48px;
    color: #46484b
}

h3 {
    font-size: 32px;
    color: #46484b;
    font-weight: 400
}

h4 {
    font-size: 18px;
    color: #46484b
}

h5 {
    font-size: 23px
}

h1.hu:after {
    background-color: #106c3a;
    content: '';
    display: block;
    border-radius: 3px;
    line-height: inherit;
    width: 48px;
    height: 6px;
    min-width: 15%;
    max-width: 24%;
    position: absolute;
    bottom: -20px
}

.p25 {
    font-size: 25px
}

.p24 {
    font-size: 24px
}

.p16 {
    font-size: 16px
}

.p15 {
    font-size: 15px
}

.p14 {
    font-size: 14px
}

.p12 {
    font-size: 12px
}

.p10 {
    font-size: 10px
}

.extra-bold {
    font-weight: 800
}

.bold {
    font-weight: 700
}

.semi-bold {
    font-weight: 600
}

.light {
    font-weight: 300
}

.no-wrap {
    white-space: nowrap
}

.bump-top-xl {
    margin-top: 100px
}

.bump-bottom-xl {
    margin-bottom: 100px
}

.bump-top-lg {
    margin-top: 75px
}

.bump-bottom-lg {
    margin-bottom: 75px
}

.bump-top-md {
    margin-top: 50px
}

.bump-bottom-md {
    margin-bottom: 50px
}

.bump-top-sm {
    margin-top: 30px
}

.bump-bottom-sm {
    margin-bottom: 30px
}

.bump-top-xs {
    margin-top: 15px
}

.bump-bottom-xs {
    margin-bottom: 15px
}

.bump-top-none {
    margin-top: 0
}

.bump-bottom-none {
    margin-bottom: 0
}

.pad-top-xl {
    padding-top: 100px
}

.pad-bottom-xl {
    padding-bottom: 100px
}

.pad-top-lg {
    padding-top: 75px
}

.pad-bottom-lg {
    padding-bottom: 75px
}

.pad-top-md {
    padding-top: 50px
}

.pad-bottom-md {
    padding-bottom: 50px
}

.pad-top-sm {
    padding-top: 30px
}

.pad-bottom-sm {
    padding-bottom: 30px
}

.pad-top-xs {
    padding-top: 15px
}

.pad-bottom-xs {
    padding-bottom: 15px
}

.pad-top-none {
    padding-top: 0
}

.pad-bottom-none {
    padding-bottom: 0
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.col-center {
    float: none;
    margin-left: auto;
    margin-right: auto
}

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

ul.feature-list li {
    padding: 10px 15px;
    border-bottom: 1px solid #edeaf8
}

.txt-white {
    color: #fff
}

.txt-black {
    color: #000
}

.txt-grey {
    color: #666
}

.txt-lightgrey {
    color: #b7b7b7
}

.txt-fade-green {
    color: #e4f1c1
}

.txt-light-green {
    color: #a6ce39
}

.txt-dark-green {
    color: #106c3a
}

.light-green-bg {
    background-color: #a6ce39
}

.dark-green-bg {
    background-color: #106c3a
}

.grey-bg {
    background-color: #ebedf2
}

.darkgrey-bg {
    background-color: #303a3d
}

.black-bg {
    background-color: #000
}

.white-bg {
    background-color: #fff
}

.red-bg {
    background-color: red
}

.blue-bg {
    background-color: #00f
}

.f-basis-22 {
    flex-basis: 22%
}

.font-start {
    font-family: 'Gill Sans', 'Helvetica', sans-serif;
    margin-left: 2px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 36px;
        line-height: 1
    }

    h2 {
        font-size: 32px
    }

    h1.hu:after {
        bottom: -15px
    }
}

nav > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    /*align-items: center;*/
    justify-content: flex-end;
    align-items: flex-start;
    font-size: 16px
}

nav > ul > li {
    margin-left: 18px;
    position: relative
}

nav > ul > li:first-child {
    margin-left: 0
}

nav > ul > li a {
    color: #fff
}

nav > ul > li a:hover {
    color: #8caf2c;
    text-decoration: none
}

nav > ul > li.current-menu-item {
    font-weight: 600
}

nav > ul > li.current-menu-item:after {
    position: absolute;
    display: block;
    content: '';
    bottom: -12px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #a6ce39
}

a.btn-cta,
button.btn-cta,
input[type=submit].btn-cta {
    background-color: #106c3a;
    border-radius: 3px;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1.3;
    width: 100%;
    max-width: 320px;
    outline: 0;
    padding: 12px 16px 9px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    vertical-align: top;
    position: relative;
    -webkit-appearance: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15)
}

a.btn-cta:hover,
button.btn-cta:hover,
input[type=submit].btn-cta:hover {
    background-color: #00572d;
    color: #fff
}

a.btn-cta:focus,
button.btn-cta:focus,
input[type=submit].btn-cta:focus {
    color: #fff;
    outline: 0
}

a.btn-ghost,
a.btn-green,
button.btn-ghost,
button.btn-green,
input[type=submit].btn-ghost,
input[type=submit].btn-green {
    background-color: transparent;
    color: #46484b;
    border-radius: 3px;
    padding: 7px 25px 7px 25px;
    outline: 0;
    border: 1px solid #46484b
}

a.btn-ghost:focus,
a.btn-ghost:hover,
a.btn-green,
button.btn-ghost:focus,
button.btn-ghost:hover,
button.btn-green,
input[type=submit].btn-ghost:focus,
input[type=submit].btn-ghost:hover,
input[type=submit].btn-green {
    background-color: #116c3a;
    border-color: #116c3a;
    color: #fff
}

a.btn-ghost:focus,
button.btn-ghost:focus,
input[type=submit].btn-ghost:focus {
    color: #fff;
    outline: 0
}

a.btn-green:hover,
button.btn-green:hover,
input[type=submit].btn-green:hover {
    background-color: #00572d;
    color: #fff
}

a.btn-ghost.txt-white,
button.btn-ghost.txt-white,
input[type=submit].btn-ghost.txt-white {
    color: #fff;
    border-color: #fff
}

a.btn-cta.btn-micro {
    padding: 7px 6px;
    font-size: 11px;
    line-height: 16px;
    border-radius: 4px;
    text-transform: none;
    display: inline-block;
    width: auto
}

a.btn-white,
button.btn-white,
input[type=submit].btn-white {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 3px;
    box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, .11), 0 2px 2px 0 rgba(0, 0, 0, .12)
}

.close {
    float: none;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99
}

header {
    padding-top: 20px;
    padding-bottom: 20px;
    backdrop-filter: blur(10px);
    background: rgba(0, 87, 45, .7);
}

body.has-internal-header header,
header.open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 72px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 1, 1, .15)
}

@media (max-width: 375px) {
    #hero {
        background-size: 115%
    }
}

@media (max-width: 320px) {
    #hero {
        background-size: 150%
    }
}

@media (max-width: 767px) {
    body.has-internal-header header {
        height: 52px
    }
}

header.open .cls-3,
header.white-bg .cls-3 {
    fill: #65696e
}

a.logo,
a.logo img {
    width: 185px;
    /* height: 32px;*/
    display: inline-block
}

.calculator-top {
    background-color: #a6ce39;
    color: #fff;
    padding: 25px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.calculator-bottom {
    background-color: #fff;
    padding: 25px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.calculator-bottom.grey {
    background-color: #eceef2
}

.loan-detail-row {
    padding: 13px 0 9px 0;
    border-bottom: 1px solid #ababab;
    line-height: 1.2
}

.loan-detail-row:first-child {
    padding-top: 0
}

.details-box-body .loan-detail-row {
    border-color: #fff
}

.slider-value {
    color: #fff;
    position: relative;
    white-space: nowrap
}

.slider-value-unit {
    font-size: 14px;
    font-weight: 300
}

.slider-value-amount {
    display: inline-block;
    background-color: transparent;
    border: 0;
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    font-size: 36px
}

@media (max-width: 320px) {
    .slider-value-amount {
        font-size: 26px;
    }
}

input.slider-value-amount {
    width: 135px;
    border-bottom: 1px dotted #fff;
    font-weight: 600;
    color: #fff
}

.noUi-target {
    border-radius: 6px;
    background-color: transparent;
    height: 12px
}

.noUi-connect,
.noUi-target {
    box-shadow: none;
    border: none
}

.noUi-horizontal .noUi-handle {
    cursor: pointer
}

.noUi-base {
    background-color: #89ab2a;
    border-radius: 0;
    height: 5px
}

.noUi-connect {
    background-color: #026d35;
    border-radius: 0;
    height: 5px
}

.noUi-horizontal .noUi-handle {
    outline: 0;
    cursor: pointer;
    border-radius: 16px;
    width: 32px;
    height: 32px;
    top: -14px;
    background-color: #026d35;
    left: -16px;
    border-color: #026d35;
    border: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25)
}

.noUi-handle:after,
.noUi-handle:before {
    background-color: transparent
}

.noUi-marker-horizontal.noUi-marker:first-child {
    margin-left: -1px
}

.noUi-value.noUi-value-horizontal.noUi-value-large {
    color: #fff
}

.noUi-marker-horizontal.noUi-marker-large {
    background-color: #fff;
    height: 8px
}

.noUi-marker-large {
    background-color: #fff
}

.noUi-horizontal.noUi-extended {
    padding-right: 32px
}

.noUi-horizontal.noUi-extended .noUi-handle {
    left: -1px
}

.noUi-horizontal.noUi-extended .noUi-origin {
    right: -32px
}

.noUi-handle {
    box-shadow: none;
    border-color: #ccc
}

.noUi-handle {
    background: #013b1d url(../images/handle_arrows.png) no-repeat center center;
    background-size: 19px 9px
}

.noUi-haspips {
    margin-bottom: 50px
}

@media (max-width: 991px) {
    a.logo,
    a.logo img {
        margin: 0 auto 0 auto;
        display: block
    }
}

@media (max-width: 575px) {
    .bump-bottom-md {
        margin-bottom: 0px;
    }
}

.login-btn-container > ul > li > a {
    background: #17572E;
    color: #ffffff;
}

@media (max-width: 767px) {
    header {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0px;
    }

    .slider-value {
        font-size: 22px
    }

    a.logo,
    a.logo img {
        margin: 0 auto 0 auto;
        display: block
    }
}

@media (max-width: 575px) {
    .calculator-top {
        border-radius: 0;
        padding: 20px
    }

    .calculator-bottom {
        border-radius: 0;
        padding: 20px
    }

    .container-calculator {
        padding: 0
    }

    .container-calculator div.row {
        width: 100%;
        margin: 0
    }

    .container-calculator div.row > div {
        padding: 0
    }

    .noUi-label {
        line-height: 1.2;
        margin-bottom: 0;
        position: relative;
        top: 5px
    }

    .container-calculator div.row > .pdl-calc-footer {
        padding: 0 15px
    }
}

@media (max-width: 320) {
    .noUi-label {
        font-size: 14px;
    }
}

.hta-icon {
    line-height: 100px;
    max-height: 100px;
    margin-bottom: 30px
}

.hta-icon object {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 100px
}

.diq-icon {
    width: 59px;
    height: 53px;
    display: block;
    margin: 0 auto 30px auto
}

.question {
    margin-bottom: 50px;
    position: relative
}

.question-title {
    margin-bottom: 30px
}

.question-large {
    padding: 20px 15px;
    border-bottom: 1px solid #efefef;
    position: relative
}

.question-large-title {
    cursor: pointer;
    padding-right: 40px
}

.question-large-title:after {
    display: block;
    content: '+';
    color: #106c3a;
    position: absolute;
    right: 20px;
    font-size: 1.2em;
    top: 17px;
    font-weight: 800
}

.question-large-title.active:after {
    content: '-'
}

.question-large-title + div {
    margin-top: 30px;
    display: none
}

.question-large-title.active + div {
    display: block
}

@media (max-width: 767px) {
    .question {
        margin-bottom: 15px
    }

    .question-title {
        cursor: pointer;
        margin-bottom: 10px;
        padding-right: 25px
    }

    .question-title:after {
        display: block;
        content: '+';
        color: #44e340;
        position: absolute;
        right: 20px;
        font-size: 1.2em;
        top: 0;
        font-weight: 800
    }

    .question-title.active:after {
        content: '-'
    }

    .question-title + div {
        display: none
    }

    .question-title.active + div {
        display: block
    }
}

.box {
    padding: 20px 30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px
}

.box.tight {
    padding: 12px 30px
}

#simple-footer {
    font-size: .667em;
    background-color: #000
}

#simple-footer,
#simple-footer a,
footer a {
    color: #fff
}

.nav-icon {
    width: 30px;
    cursor: pointer;
    position: relative;
    padding: 0 10px;
    right: 7px;
    top: 7px;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

header.open .nav-icon span,
header.white-bg .nav-icon span {
    background-color: #ababab
}

.nav-icon span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.nav-icon span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.nav-icon span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -2px;
    left: 25px
}

.nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
    left: -15px
}

.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 19px;
    left: 25px
}

#mobile-menu {
    background: #4E5448;
    color: #fff;
    position: fixed;
    width: 100%;
    /*height: 100%;*/
    top: 98px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    display: none
}

#mobile-menu > ul {
    max-height: -webkit-fill-available;
    overflow-y: scroll;
}

@media screen and (max-width: 993px) {
    #mobile-menu {
        top: 78px;
    }

    .header-container {
        justify-content: space-between;
    }
}

@media screen and (max-width: 768px) {
    #mobile-menu {
        top: 73px;
    }
}

@media screen and (max-width: 509px) {
    #mobile-menu {
        top: 73px;
    }

    .logo-container {
        width: fit-content;
        padding-left: 0;
    }

    .logo-container > a > image{
        margin-left: 0;
    }

    .login-btn-container {
        padding-left: 12px;
    }

    .header-container {
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 509px) {
    .logo-container > a > img {
        margin-left: 0;
        margin-right: 0;
    }

    .logo-container > a {
        width: fit-content;
    }

    .logo-container {
        padding-right: 0;
    }
}

@media screen and (max-width: 391px) {
    .language-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 371px) {
    .login-btn-container {
        padding: 0 10px 0 0;
    }
}

@media screen and (max-width: 356px) {
    .hamburger-menu-container {
        left: 6px;
        width: 27px;
    }

    .login-btn-container > ul > li > a {
        font-size: 12px;
    }

    .logo-container > a > img {
        max-width: 118px;
        height: 22px;
        margin-top: 10px;
    }
}

#mobile-menu ul {
    list-style-type: none;
    padding: unset;
    margin-top: 20px;
}

#mobile-menu a {
    display: block;
    color: #fff;
    font-weight: 300;
    border-bottom: 1px solid #A5AD96;
    padding: .8em .5em
}

#mobile-menu a:hover {
    background: #106c3a;
    text-decoration: none
}

#mobile-menu a:active {
    background: #afdefa;
    color: #47a3da
}

.mobile-nav-show {
    display: block !important
}

.captionBox {
    visibility: hidden;
}

.black-well__control {
    padding: 3px 10px;
    color: white;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.black-well__control:hover {
    cursor: pointer;
}

#caption-slide {
    color: #fff;
    position: relative;
    left: 0
}

.captionBox {
    margin: 0 0 0 -1000px;
    font-weight: 400;
    background: rgba(0, 0, 0, .5) none repeat scroll 0 0;
    font-size: 24px;
    padding: 12px 12px 12px 1000px;
    line-height: 38px;
    border-radius: 0 10px 10px 0;
    display: flex;
    align-items: center;
}

.captionBox li {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
}


.captionBox h1 {
    color: #fff;
    margin: 0;
    font-weight: 400;
    position: relative;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 30px;
    max-width: 80%
}

.captionBox blockquote {
    color: #fff;
    margin-bottom: 0
}

.captionBox blockquote p {
    font-size: 26px;
    font-family: serif;
    font-style: oblique
}

.captionBox blockquote cite {
    font-style: normal;
    font-weight: 300;
    display: block;
    text-align: right;
    font-size: 16px
}

.captionBox blockquote cite a {
    color: #FFF;
}

@media (max-width: 1199px) {
    .captionBox h1 {
        max-width: 100%
    }
}

.list-group-item {
    font-family: "DecimaNovaPro", serif;
    font-size: 14px;
}

.list-group-item.active {
    background-color: rgba(2, 109, 53, .1);
    border-color: rgba(2, 109, 53, .1);
    color: #026D35;
}

.documents a {
    text-decoration: none;
    color: inherit;
}

.documents__preview {
    color: #026D35;
    font-size: 14px;
}

.documents .disabled {
    text-decoration: none;
    background: #ededed;
}

.documents .disabled h6 {
    color: #979595 !important;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(2, 109, 53, .1);
    color: #026D35;
}

.accordion-body {
    padding: 1rem .25rem;
}

.accordion-button {
    color: #026D35;
}

.link {
    color: #026D35;
    text-decoration: none;
}

.link:hover {
    color: #026D35;
    text-decoration: underline;
}

.btn-outline-primary {
    color: #026D35 !important;
    border-color: #026D35 !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    border-color: #026D35 !important;
    background: #026D35 !important;
}

.documents .card:hover {
    cursor: pointer;
    background-color: rgba(2, 109, 53, .1);
    text-decoration: none;
}

.documents .disabled:hover {
    cursor: not-allowed;
    background: #ededed;
    text-decoration: none;
}

.bg-primary {
    background-color: #026D35 !important;
}

.scrollto {
    text-decoration: none;
}

/*@media(max-width:991px) {*/
/*    .captionBox {*/
/*        margin-bottom: 30px*/
/*    }*/
/*}*/

@media (max-width: 991px) {
    .captionBox {
        margin: 0 0 0 0;
        font-weight: 400;
        background: #3f3c6d;
        font-size: 24px;
        padding: 17px;
        line-height: 38px;
        border-radius: 0;
    }

    .captionBox h2 {
        font-size: 20px;
        max-width: 100%;
        margin-bottom: 0px;
    }

    .captionBox h2 a {
        color: white;
    }

    .captionBox blockquote p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 5px
    }

    .captionBox blockquote cite {
        font-size: 12px;
        line-height: 1
    }
}

.table-schedule {
    font-size: 14px
}

.table-schedule td,
.table-schedule th {
    white-space: nowrap
}

.table-responsive {
    overflow-y: auto;
    max-height: 80vh;
    display: block
}

button.close {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background-color: #4d4d4d;
    color: #fff;
    text-shadow: none;
    opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
    text-align: center
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #a6ce39
}

.lSSlideOuter .lSPager.lSpg > li a:hover,
.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #106c3a
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0
}

.modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    box-shadow: none
}

.modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 0;
    padding: 10px;
    background: #11add1;
    border: 0
}

.modal-title {
    font-weight: 300;
    font-size: 2em;
    color: #fff;
    line-height: 30px
}

.modal-body {
    position: absolute;
    top: 50px;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
    overflow: auto
}

.modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    background: #f1f3f5
}

.calc-count {
    color: #fff;
    text-align: center;
    margin-bottom: 13px;
    font-size: 18px
}

#calc-count {
    color: #fff;
    font-weight: 700;
    white-space: nowrap
}

.pdl-calc-footer {
    display: none;
    flex-direction: column;
    align-items: center
}

.pdl-calc-footer a,
.pdl-calc-footer span {
    color: #fff;
    text-align: justify;
    margin: 0;
    font-size: 15px
}

.pdl-calc-footer span {
    padding-bottom: 1em
}

.pdl-calc-footer a {
    text-decoration: underline
}

.caption-mobile-box {
    display: none;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 20px
}

.cms__contact-block--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
    .calc-count {
        font-size: 17px
    }
}

@media screen and (max-width: 350px) {
    .calc-count {
        font-size: 16px
    }
}

@media (min-width: 992px) {
    .captionBox h1 {
        white-space: normal;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    #caption-slide {
        display: none
    }

    .header {
        margin-bottom: 0;
        background-color: #3f3c6d
    }

    .calc-block {
        min-height: 0
    }

    .loan-detail-row {
        padding: 3px
    }

    .pdl-calc-footer {
        display: flex;
        padding: 0 15px
    }

    .caption-mobile-box {
        display: block
    }

    #hero {
        background: #585594
    }
}

.pdl-caption-footer {
    font-size: 16px
}

.pdl-caption-footer a {
    color: #fff;
    text-decoration: underline
}

.login-btn {
    text-align: end
}

.st0 {
    fill: #006d38
}

.st1 {
    fill: #a6ce39
}

.st2 {
    fill: #fff
}

header.open svg .st2 {
    fill: #333
}

@media (max-width: 320px) {
    .xs-no-bump-bottom {
        margin-bottom: 0;
    }

    .xs-hide {
        display: none;
    }

    button#apply-button-home-main {
        font-size: 15px;
    }
}


@media (min-width: 576px) {
    #hero {
        min-height: 900px;
        background-color: #1c1f2e;
    }
}

a.dotted {
    background: none;
}

.grace-button {
    font-size: 16px;
}

.loan-amount-display, .loan-gasv-display {
    font-size: 36px;
}

.loan-amount {
    min-width: 150px
}

@media (max-width: 320px) {
    .loan-amount-display, .loan-gasv-display{
        font-size: 28px;
    }

    .loan-amount {
        min-width: 120px
    }
}

.gasv-info {
    margin: 1rem 0;
}

.calculator-bottom {
    padding: 10px 0px;
}

.loan-detail-label {
    font-size: 11px;
}

.loan-detail-value {
    font-size: 14px;
    font-weight: 700;
}

a.btn-white,
button.btn-white,
input[type=submit].btn-white {
    background-color: #fff;
    color: #000;
    border-radius: 3px;
    padding: 7px 10px;
    outline: 0;
    font-size: 15px;
}

a.btn-white:hover,
button.btn-white:hover,
input[type=submit].btn-white:hover {
    background-color: #fff;
    color: #000
}

a.btn-white:focus,
button.btn-white:focus,
input[type=submit].btn-white:focus {
    color: #000;
    outline: 0
}

@media (max-width: 991px) {
    nav > ul > li {
        margin-left: 10px;
    }
}

@media (max-width: 400px) {
    a.main-button, button.main-button, input[type="submit"].main-button {
        padding: 15px;
    }

    nav > ul > li {
        margin-left: 5px;
    }
}

@media (max-width: 350px) {
    a.main-button, button.main-button, input[type="submit"].main-button {
        font-size: 16px;
    }

    .login-text {
        display: none;
    }
}

.logo-img {
    width: 155px !important;
}

.container-nav {
    padding-left: 5px;
}

.nav-container-menu {
    display: flex;
}

.container-btn {
    align-items: center;
}

.btn-header {
    margin-left: 10px !important;
}
.circle {
    margin: auto;
    background: linear-gradient(155.1deg, #A8D03A 13.5%, #BBE745 88.62%);
    border-radius: 50%;
    height: 5em;
    width: 5em;
    position: relative
}

.checkmark-icon {
    position: absolute;
    top: 35px;
    left: 28px;
}

.text-thankyou {
    color: #272727;
    line-height: normal
}

.container-amount-get {
    text-align: center;
    color: #272727;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.amount-get {
    color: #026D35;

    text-decoration: underline;
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 5px;

    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.warning-text {
    text-align: center;
    color: rgba(39, 39, 39, 0.80);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.timer-text {
    text-align: center;
    color: #272727;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-top: 90px;
}

#countdownTimer {
    color: #026D35;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn-redirect-lk {
    border: none;
    display: inline-flex;
    padding: 11px 95px;
    align-items: flex-start;
    gap: 10px;

    border-radius: 10px;
    background: #A6CF45;

    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.btn-redirect-lk:hover {
    color: #FFF !important;
}

.content-thank {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 281px) {
    .container-amount-get {
        width: 96%;
    }
}

.reviews-slider-items {
    height: auto !important
}

.white-well {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
}

.container-modal-cookie, .container-modal-cookies {
    display: none;
    width: auto;
    background: #ffffff;
    padding: 30px 20px;
    box-shadow: 0 3px 14px -3px #12121285;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30%;
    z-index: 999;
}

@media screen and (max-width: 992px) {
    .container-modal-cookie, .container-modal-cookies {
        width: 90%;
    }
}

.close-modal-cookie, .close-modal-cookies {
    float: right;
    cursor: pointer;
    z-index: 99;
}

.container-modal-cookie-text {
    display: flex;
    align-items: flex-start;
}

.container-modal-cookie-text > p {
    font-size: 16px;
}

.btn-outline-primary:disabled {
    background-color: #b7b7b75c;
    color: #121212 !important;
    border-color: #eeeeee !important;
}

.vivus-invest__background-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
}

.vivus-invest__content {
    position: absolute;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    align-items: flex-start;
    top: 16.88%;
    left: 56.81%;
}

.vivus-invest__content p {
    row-gap: 16px;
    font-weight: 650;
    font-size: 64px;
    line-height: 130%;
    font-family: 'Core Sans С';
    color: #fff;
}

.vivus-invest__content p {
    margin: unset;
}

.vivus-invest__content a {
    font-weight: 500;
    font-style: Medium;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    padding: 20px 22.55px;
    border-radius: 16px;
    background-color: #fff;
}

.vivus-invest__content a,
.vivus-invest__content a:active,
.vivus-invest__content a:hover {
    color: #185601;
}

@media (max-width: 900px) {
  .vivus-invest__content {
    padding: 16px;
    top: 0%;
    left: 0%;
  }

  .vivus-invest__content p {
    font-size: 48px;
  }

  .vivus-invest__content a {
    font-size: 24px;
  }
}