@charset "utf-8";

/* latin-ext */
@font-face {
    font-family: 'Figtree';
    font-style: italic;
    font-weight: 300 900;
    font-display: swap;
    src: url(/assets/fonts/_Xmu-HUzqDCFdgfMm4GNAa5o_ik.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Figtree';
    font-style: italic;
    font-weight: 300 900;
    font-display: swap;
    src: url(/assets/fonts/_Xmu-HUzqDCFdgfMm4GND65o.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url(/assets/fonts/_Xms-HUzqDCFdgfMm4q9DbZs.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url(/assets/fonts/_Xms-HUzqDCFdgfMm4S9DQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Box sizing rules */
*, *::before, *::after { box-sizing: border-box; }

/* Remove default padding */
ul[class], ol[class] { padding: 0; list-style: none; }


/* Remove default margin */
body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd { margin: 0; }

/* Set core body defaults */
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    font-size: 16px;
    font-family: "Figtree", sans-serif;
    line-height: 1.4;

    /* @see https://css-tricks.com/couple-takes-sticky-footer/#there-is-grid */
    display: grid;
    grid-template-rows: auto 1fr auto;
}

/* A elements that don't have a class get default styles */
a:not([class]) { text-decoration-skip-ink: auto; }
a { color: inherit; }
a:hover { text-decoration: none; }

/* Make images easier to work with */
img { display: inline-block; }

/* Inherit fonts for inputs and buttons */
input, button, textarea, select { font: inherit; }
/* --------------------*/

fieldset { border: 0; margin: 0; padding: 0; }
input[type="text"],
input[type="email"],
input[type="password"] { border-radius: 4px; padding: 8px 12px; border: solid #808080 1px; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus { outline: none; box-shadow: 0 0 0 2px rgba(32,156,255,.24); }

h1, h2, h3 { font-weight: 600; }
h1 { margin: 0 0 2rem; }
h2 { margin: 1rem 0 1rem; }
h3 { margin: 1.5rem 0 1.1rem; font-size: 18px; }
h4 { margin: .7rem 0 .3rem; }
p { margin: .5rem 0; /*line-height: 23px; font-size: 14px; */ }
ul:not([class]) > li { margin-top: 12px; /*line-height: 25px;*/ }
ul.compact { padding: revert; list-style: revert; }
ul.compact > li, ol > li { margin-bottom: 3px; }

.feature-text p { /*line-height: normal;*/ }

.content { width: 100%; max-width: 960px; margin: 0 auto; padding: 2rem 0 10rem; display: flex; font-size: 15px; min-height: 600px; }
main { max-width: 640px; }
aside { margin-left: 20px; }

header { display: flex; width: 100%; max-width: 960px; margin: 0 auto; position: relative; height: 100px; }
.header-menu { font-size: 18px; display: flex; align-items: flex-start; padding-top: 36px; margin-left: auto; }
.header-claim { position: absolute; left: 67px; top: 70px; font-size: 14px; font-weight: 600; }

.header-link-wrapper { margin-right: 14px; white-space: nowrap; }
.header-link-wrapper:last-child { margin-right: 0; }

.header-link { padding: 2px 1px; text-decoration: none; text-shadow: 0 0 20px rgba(0, 0, 0, .6); border-bottom: solid transparent 1px; transition: all .07s ease-in;  font-weight: 600; }
.header-link:hover { border-color: #ffffff; }
.header-link.is--public { color: #1d8ee9; text-shadow: none; }
.header-link.is--public:hover { border-color: #1d8ee9; }

.header-link-signin { color: #ffffff; display: inline-block; cursor: pointer; border-radius: 50px; padding: 8px 18px; border: 1px solid #ffffff; transition: all 0.1s linear 0s; text-align: center; position: relative; margin-top: -9px; }
.header-link-signin:hover { border-color: #1d8ee9; }
.header-link-signin.is--public { border-color: #1d8ee9; }

footer { background: linear-gradient(135deg, #209cff, #68e0cf); grid-row-start: 3; grid-row-end: 4; z-index: 1; }
.footer-content { max-width: 960px; margin: 0 auto; padding: 40px 0; color: #ffffff; font-size: 14px; display: flex; flex-wrap: wrap; }
.footer-linklist { margin-right: 100px; }
.footer-end { flex-basis: 100%; margin-top: 2rem; }
.linklist-title { font-weight: 600; margin-bottom: 10px; }
.linklist-items li { margin: 6px 0; }
.linklist-items a { text-decoration: none; }
.linklist-items a:hover { text-decoration: underline; }

.f-button { display: inline-block; background-color: #209cff; color: #ffffff; border: 0; border-radius: 30px; padding: 8px 14px; font-weight: 500; cursor: pointer; text-decoration: none; -webkit-appearance: none; }
.f-button:focus { outline: none; box-shadow: 0 0 0 2px rgba(32,156,255,.24); }
.f-button:active { outline: none; }
.f-button:hover { background-color: #1d8ee9; }

.code { display: inline-block; padding: 2px 4px; border-radius: 4px; white-space: nowrap; background-color: #eaeaea; font-family: Consolas, "Courier New", Courier, sans-serif; font-weight: 600; }

@media screen and (max-width: 768px) {
    main, aside { padding: 1rem; }
    header { padding-left: 1rem; padding-right: 1rem; }
    .header-claim { padding-left: 1rem; }
    .header-link-wrapper { display: none; }
    .header-link-wrapper:last-child { display: block; }
    .footer-content { flex-direction: column; padding: 2rem;}
    .footer-linklist {  margin-right: 0; margin-bottom: 2rem; }
    .content { flex-direction: column; }
    #finyaLogo { height: 60px; }
}

.logo-wrapper { padding-top: 18px; }
.signedin .header-menu { display: none; }

.widget-title { font-size: 20px; font-weight: 600; }
.widget-title--hr { width: 50%; height: 2px; background-image: linear-gradient(135deg, #209cff, #68e0cf); margin-top: 3px; margin-bottom: 20px; }
.widget-list-enum { padding-left: 20px !important; list-style: disc !important; }
.widget-list-enum > li { padding: 10px 0 10px; }
.widget-content a { color: #209cff; }

.widget img { display:block; position:relative; left: -20px; }
.widget .radio-group-title { margin-bottom: 8px; font-weight: 600; }
.widget .radio-col { display: flex; }

.widget-form-group { margin-bottom: 25px; }
.widget-form-group input[type="email"] { width: 100%; }
.widget-form-group input[type="email"].has-error { border-color: red; }
.widget-form-group .custom-radio { margin-right: 15px; }
.widget.widget-registation .widget-registration-submit { margin-top: 10px; }

main .widget { border-radius: 2px;padding: 20px;margin: 30px 0;background-color: #f1f6f4; }
main .widget img { left: auto; }
main .widget .widget-finya-focus-text { display: none; }

@media screen and (min-width: 769px) {
    main .widget .widget-content ul {
        display: flex;
        margin: 0 -8px!important;
        list-style: none!important;
        padding: 0!important;
    }

    main .widget .widget-content li {
        padding: 0 8px!important;
    }

    main .widget .widget-content .widget-logo {
        display: flex;
        margin-top: 8px;
    }

    main .widget .widget-content .widget-logo img {
        width: 80px;
    }

    main .widget .radio-col .custom-radio {
        margin-right: 15px;
    }

    main .widget-form-group {
        margin-right: 20px;
    }

    main .widget-form-group input[type="email"]{
        width: 55%;
    }

    main .widget-radio-group-wrapper {
        display: flex;
    }

    main .widget-form-group .custom-radio {
        margin-right: 0
    }

    main .widget-registration {
        display: none;
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(48,171,244, 0.6);
        box-shadow: 0 0 0 0 rgba(48,171,244, 0.6);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(48,171,244, 0);
        box-shadow: 0 0 0 10px rgba(48,171,244, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(48,171,244, 0);
        box-shadow: 0 0 0 0 rgba(48,171,244, 0);
    }
}

.btn-primary {
    border: 0;
    box-shadow: 0 0 0 rgba(48,171,244, 0.6);
    animation: pulse 2s infinite;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
    background-image: linear-gradient(135deg, #209cff, #68e0cf);
    border-radius: 50px;
    color: #ffffff !important;
    font-size: 18px;
    padding: 14px 30px;
    font-weight: 600;
    transition: all .2s ease-in;
    text-decoration: none;
    -webkit-appearance: none;
}

.btn-primary:hover {
    text-decoration: underline;
}

.btn-secondary {
    border: 0;
    box-shadow: 0 0 0 rgba(48,171,244, 0.6);
    display: inline-block;
    cursor: pointer;
    background:#209cff;
    border-radius: 50px;
    color: #ffffff !important;
    font-size: 18px;
    padding: 14px 30px;
    font-weight: 600;
    text-decoration: none;
    -webkit-appearance: none;
}

.btn-secondary.is--small {
    border: 0;
    box-shadow: 0 0 0 rgba(48,171,244, 0.6);
    display: inline-block;
    cursor: pointer;
    background:#209cff;
    border-radius: 50px;
    color: #ffffff !important;
    font-size: 16px;
    padding: 8px 18px 7px;
    font-weight: 600;
    text-decoration: none;
}
.btn-secondary:hover {
    text-decoration: underline;
}

.icon-signup { margin-left: 8px; margin-right: 2px; transition: all .1s ease-in; }
.btn-primary:hover .icon-signup { margin-left: 10px; margin-right: 0; }
.btn-login {
    margin-top: 0;
}

main .btn-primary {
    margin-bottom: 20px;
}

.features-list li {
    line-height: 30px;
}

.tag {
    border: 2px solid #209cff!important;
    color: #209cff;
}

.tag i {
    color: #209cff!important;
}

.page-feature-content {
    /*line-height: 1.4;*/
}

.highlight-title {
    font-weight: 900;
    margin-bottom: 10px;
    text-shadow: 0 0 20px rgba(0, 0, 0, .6);
}

.custom-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.custom-radio input[type="radio"] + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: flex!important;
    align-items: center;
}

.custom-radio input[type="radio"] + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 25px;
    height: 25px;
    background: #FFF;
    border: 1px solid #808080;
    border-radius: 50%;
}

.custom-radio input[type="radio"]:focus + label:before {
   box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.custom-radio input[type="radio"]:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.custom-radio input[type="radio"]:disabled + label:before {
     box-shadow: none;
     background: #FFF
 }

.custom-radio input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    background: #209cff;
    border-radius: 50%;
    left: 5px;
}

.custom-radio input[type="radio"]:checked + label:before {
    border-color: #209cff;
}

.optionAutoLogon, .custom-check-box {
    position: relative;
    display: flex;
    align-items: center;
}

.custom-check-box input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.custom-check-box input[type="checkbox"]+ label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: flex!important;
    align-items: center;
}

.custom-check-box input[type="checkbox"] + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 25px;
    height: 25px;
    background: #FFF;
    border: 1px solid #808080;
    border-radius: 4px;
}


.custom-check-box input[type="checkbox"]:hover + label:before {
    background: #209cff;
}

.custom-check-box input[type="checkbox"]:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.custom-check-box input[type="checkbox"]:checked + label:before {
    background: #209cff;
}

.custom-check-box input[type="checkbox"]:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.custom-check-box input[type="checkbox"]:disabled + label:before {
    box-shadow: none;
    background: #FFF
}

.custom-check-box input[type="checkbox"]:checked + label:after {
    content: '';
    display: inline-block;
    transform: rotate(39deg);
    height: 14px;
    width: 7px;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    position: absolute;
    left: 8px;
    top: 4px;
}

.custom-check-box input[type="checkbox"]:checked + label:before {
    border-color: #209cff;
}


@media screen and (min-width: 769px) {
    .blog-article .blog-facts-widget {
        display: none!important;
    }
}

.grecaptcha-badge { z-index: 99; }

body > div.fc-consent-root > div.fc-dialog-container .fc-button .fc-button-background { border-radius: 5px !important; box-shadow: inset 0px 0px 0px 1px #1d8ee9 !important }

.fc-consent-root .fc-secondary-button .fc-button-background,
body > div.fc-consent-root > div.fc-dialog-container > div.fc-dialog.fc-data-preferences-dialog > div.fc-footer-buttons-container > div.fc-footer-buttons > button.fc-button.fc-confirm-choices.fc-primary-button > div
{ background-color: #ffffff !important; }

body > div.fc-consent-root > div.fc-dialog-container > div.fc-dialog.fc-choice-dialog > div.fc-footer-buttons-container > div.fc-footer-buttons > button.fc-button.fc-cta-consent.fc-primary-button > div,
body > div.fc-consent-root > div.fc-dialog-container > div.fc-dialog.fc-data-preferences-dialog > div.fc-footer-buttons-container > div.fc-footer-buttons > button.fc-button.fc-data-preferences-accept-all.fc-secondary-button > div
{ background-color: #1d8ee9 !important; }

body > div.fc-consent-root > div.fc-dialog-container > div.fc-dialog.fc-choice-dialog > div.fc-footer-buttons-container > div.fc-footer-buttons > button.fc-button.fc-cta-manage-options.fc-secondary-button > p,
body > div.fc-consent-root > div.fc-dialog-container > div.fc-dialog.fc-data-preferences-dialog > div.fc-footer-buttons-container > div.fc-footer-buttons > button.fc-button.fc-confirm-choices.fc-primary-button > p
{ color: #1d8ee9 !important; }

body > div.fc-consent-root > div.fc-dialog-container div.fc-footer-buttons > button.fc-button > p
{ font-weight: 500 !important; }

body > div.fc-consent-root > div.fc-dialog-container > div.fc-dialog.fc-choice-dialog > div.fc-footer-buttons-container > div.fc-footer-buttons > button.fc-button.fc-cta-consent.fc-primary-button > p,
body > div.fc-consent-root > div.fc-dialog-container > div.fc-dialog.fc-data-preferences-dialog > div.fc-footer-buttons-container > div.fc-footer-buttons > button.fc-button.fc-data-preferences-accept-all.fc-secondary-button > p
{ font-weight: 600 !important; }

body > div.fc-consent-root > div.fc-dialog-container > div.fc-dialog.fc-choice-dialog > div.fc-footer-buttons-container > div.fc-footer-buttons > button.fc-button.fc-cta-manage-options.fc-secondary-button > div
{ background-color: #ffffff !important; }