html {
    font-family: 'Manrope', arial, sans-serif;
}

h1 {
    color: #141E58;
    font-size: 38px;
    font-weight: 700;
    font-family: "Onest", arial, sans-serif;
}

h2 {
    color: #141E58;
    font-size: 32px;
    font-weight: 700;
    font-family: "Onest", arial, sans-serif;
}

h3 {
    color: #141E58;
    font-size: 27px;
    font-weight: 600;
    font-family: "Onest", arial, sans-serif;
}

h4 {
    color: #141E58;
    font-size: 22px;
    font-weight: 600;
    font-family: "Onest", arial, sans-serif;
}

h5 {
    color: #141E58;
    font-size: 17px;
    font-weight: 600;
    font-family: "Onest", arial, sans-serif;
}

h6 {
    color: #141E58;
    font-size: 15px;
    font-weight: 600;
    font-family: "Onest", arial, sans-serif;
}

p {
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    font-family: "Manrope", arial, sans-serif;
}

p.subtitle {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    font-family: "Manrope", arial, sans-serif;
    margin: 0 0 24px;
}

blockquote {
    color: #3B3D53;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.16px;
    border-left: 2px solid #2F40D7;
    padding-left: 20px;
    margin-left: 0;
}

ul.style-list li {
    position: relative;
    line-height: 20px;
    padding: 5px 0;
    font-family: "Manrope", arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #212121;
}

ul.style-list li:before {
    content: "check_circle";
    font-family: 'Material Icons';
    position: absolute;
    left: -25px;
    color: #2F40D7;
    font-size: 15px;
    font-weight: 100;
}

.button {
    font-family: "Manrope", arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 30px;
    border: none;
    display: block;
}

.button.button-primary-1 {
    background: #2F40D7;
    color: #ffffff;
    min-width: 140px;
    width: 140px;
    text-align: center;
    line-height: 40px;
}
.button-primary-1-o {
    border: 1px solid #fc5f35;
    background: none;
    color: #fc5f35;
}

.button.button-primary-1.button-slim {
    min-width: 160px;
    width: 160px;
    display: block;
    text-align: center;
    line-height: 40px;
}

.button.button-primary-2.button-slim {
    min-width: 160px;
    width: 160px;
    display: block;
    text-align: center;
    line-height: 40px;
}

.button.button-primary-3.button-slim {
    min-width: 160px;
    width: 160px;
    display: block;
    text-align: center;
    line-height: 40px;
}

.button.button-primary-1:hover {
    background: #fd9276;
}

.button.button-primary-2 {
    background: #fdca00;
    color: #000;
    min-width: 140px;
    width: 140px;
    display: block;
    text-align: center;
    line-height: 40px;
}

.button.button-primary-2:hover {
    background: #fedf66;
}

.button.button-primary-3 {
    background: #2b2d5c;
    color: #ffffff;
    min-width: 140px;
    width: 140px;
    display: block;
    text-align: center;
    line-height: 40px;
}

.button.button-primary-3:hover {
    background: #80819c;
}

.button.button-primary-3-o {
    background: none;
    border: 1px solid #141E58;
    color: #141E58;
    min-width: 140px;
    width: 140px;
    display: block;
    text-align: center;
    line-height: 40px;
}

.button.button-primary-3-o:hover {
    background: #80819c;
    border-color: #80819c;
    color: #ffffff;
}

.left {
    float: left;
}

.right {
    float: right;
}

.text-center {
    text-align: center;
}

.no-padding {
    padding: 0 !important;
}

.padding-right {
    padding-right: 0 !important;
}

.padding-left {
    padding-left: 0 !important;
}

.margin-top {
    margin-top: 0 !important;
}

.margin-bottom {
    margin-bottom: 0 !important;
}
.height-none {
    height: 0 !important;
}

.select-wrapper input.select-dropdown {
    border-radius: 3px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    font-size: 14px;
    padding: 0 20px;
    line-height: 48px;
    width: 100%;
    box-sizing: border-box;
    color: #2b2d5c;
    font-family: "Manrope", arial, sans-serif;
    font-weight: 600;
    box-shadow: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

.select-wrapper span.caret {
    display: none;
}

.select-wrapper.input-field {
    position: relative;
}

.select-wrapper.input-field:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    color: #2b2d5c;
    right: 15px;
    font-weight: 600;
    top: 10px;
    line-height: 30px;
    z-index: 1;
}

.select-wrapper.input-field .select-dropdown {
    position: relative;
}

.select-wrapper.input-field .select-dropdown:after {
    content: '\f106';
    font-family: FontAwesome;
    position: absolute;
    color: #2b2d5c;
    right: 15px;
    font-weight: 600;
    top: 10px;
    line-height: 30px;
    z-index: 1;
}

.select-dropdown li.disabled {
    color: #989898;
    cursor: default;
}

.dropdown-content li > a, .dropdown-content li > span {
    color: #2b2d5c;
}

.select-dropdown li.disabled span {
    color: #989898;
    cursor: default;
}

.select-wrapper.input-field .select-dropdown:after {
    z-index: 3;
}

.select-wrapper.input-field .dropdown-content {
    z-index: 2;
}

.position-relative {
    position: relative !important;
}

.page h1 {
    margin-top: 0;
}

.page {
    padding-top: 20px;
}

a {
    transition: color .5s;
    outline: none;
}

a.button {
    transition: color .5s, background .5s, border-color .5s;
}

.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px
}

.desktop-block {
    display: none !important;
}

.desktop-none {
    display: block !important;
}

.mobile-style-none {
    display: none !important;
}

.mobile-style-block {
    display: block !important;
}

@media all and (max-width: 600px) {
    .mobile-style-none {
        display: block !important;
    }

    .mobile-style-block {
        display: none !important;
    }

    .page {
        padding-top: 0;
    }

    .page h1 {
        text-align: center;
    }

    blockquote {
        padding-left: 20px;
        line-height: 24px;
    }

    h1 {
        color: #141E58;
        font-size: 35px;
        font-weight: 700;
    }

    h2 {
        color: #141E58;
        font-size: 27px;
        font-weight: 700;
    }

    h3 {
        color: #141E58;
        font-size: 24px;
        font-weight: 600;
    }

    h4 {
        color: #141E58;
        font-size: 20px;
        font-weight: 600;
    }

    h5 {
        color: #141E58;
        font-size: 16px;
        font-weight: 600;
    }

    h6 {
        color: #141E58;
        font-size: 15px;
        font-weight: 600;
    }

    p {
        color: #212121;
        font-size: 14px;
        font-weight: 400;
    }
}

textarea {
    background: #ffffff;
    border-radius: 3px;
    min-height: 120px;
    height: 120px;
    resize: vertical;
    border: 1px solid #d8dadb;
    padding: 10px;
    outline: none;
}

form input:not([type="submit"]), .style-input input:not([type="submit"]) {
    background: #ffffff !important;
    border-radius: 3px !important;
    border: 1px solid #d8dadb !important;
    padding: 0 10px !important;
}

textarea:focus, input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border: 1px solid #141E58 !important;
    box-shadow: inset 0 0 10px -3px rgba(107, 107, 107, 0.3) !important;
}

.number-field .minus, .number-field .plus, .select-wrapper input.select-dropdown:hover, input[type=text]:hover, input[type=email]:hover, input[type=password]:hover, select:hover, textarea:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
}

[type="checkbox"].filled-in:not(:checked) + label:after {
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 2px solid #d8dadb;
    border-radius: 1px;
}

[type="checkbox"].filled-in:checked + label:after {
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #141E58;
    border-color: #141E58;
}

[type="checkbox"].filled-in:checked + label:before {
    top: 0;
    left: 0;
    width: 8px;
    height: 12px;
}
