@font-face {
    font-family: AirbnbCereal;
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/AirbnbCereal_W_Lt-hy213ai.otf");
    font-display: swap;
}

body {
    background-color: skyblue;
    font-family: AirbnbCereal, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.jyoYKi {
    min-height: 570px;
}

.fade-out {
    opacity: 0;
    transition: opacity 1s ease;
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.navbar {
    align-items: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    padding-bottom: .5rem !important;
    padding-top: .5rem !important;
    position: relative !important;
}

.container-fluid {
    max-width: 1440px;
}

.container-fluid {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

@media (min-width: 576px) {
    .container-fluid {
        padding-right: 32px !important;
        padding-left: 32px !important;
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding-right: 48px !important;
        padding-left: 48px !important;
    }
}

.btn-connect {
    background-color: #325d88 !important;
    border-color: #325d88 !important;
}

.btn-connect:hover {
    color: #FFF !important;
    background-color: #2b4f74 !important;
    border-color: transparent !important;
}

.dropdown-user {
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 22px;
    text-transform: uppercase;
    color: rgb(26, 38, 45) !important;
    outline: none;
    font-weight: 600 !important;
    text-decoration: none;
    border-radius: 8px !important;
    padding: 4px 8px !important;
}

.dropdown-user:hover,
.dropdown-user:focus,
.dropdown-user:active {
    color: rgb(26, 38, 45) !important;
    background-color: rgb(237, 239, 240) !important;
    text-decoration: none;
}

.space-between {
    height: 0px;
    border-top: 1px solid rgb(213, 215, 217);
}

.color-btn-logout {
    color: rgba(26, 38, 45, 0.6) !important;
}

.color-btn-logout:hover,
.color-btn-logout:focus,
.color-btn-logout:active {
    color: rgb(26, 38, 45) !important;
    background-color: rgb(237, 239, 240) !important;
    text-decoration: none;
}

.btn-dropdown-user {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    background-color: transparent;
    outline: none;
    padding: 0px;
}

.sc-img-gravatar {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    margin: 0px auto;
    border-radius: 0px;
    aspect-ratio: unset;
    width: 100%;
}

.sc-gravatar .sc-img-gravatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.vihbpq {
    max-width: 100px;
    -o-object-fit: cover;
       object-fit: cover;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #3460ce;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #6776f4;
    color: #fff;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Login page
--------------------------------------------------------------*/
.card-fill {
    background-color: #fff !important;
    background-clip: border-box !important;
    border: 1px solid #d5d7d9 !important;
    border-radius: 0.5rem !important;
    flex: 1 1 auto !important;
}

.card-fill .card-body {
    display: flex;
    align-items: center;
    padding: 20px !important;
}

@media (min-width: 576px) {
    .card-fill .card-body {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
        padding-left: 28px !important;
        padding-right: 28px !important;
    }
}

.my-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.lh-label {
    line-height: 1.35rem;
}

.form-control-login {
    height: calc(1.75em + 0.875rem + 2px) !important;
    padding: 0.4375rem 1rem !important;
    line-height: 1.75 !important;
    color: #0d161b !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #d5d7d9 !important;
    border-radius: 0.5rem !important;
}

.form-control-login::-webkit-input-placeholder {
    color: #9ea2a4 !important;
}

.form-control-login::-moz-placeholder {
    color: #9ea2a4 !important;
}

.form-control-login:-ms-input-placeholder {
    color: #9ea2a4 !important;
}

.form-control-login::-ms-input-placeholder {
    color: #9ea2a4 !important;
}

.form-control-login::placeholder {
    color: #9ea2a4 !important;
}

.form-control-login:focus {
    color: #0d161b !important;
    background-color: #fff !important;
    border-color: #0d161b !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.1875rem #d5d7d9 !important;
}

form:invalid button.btn-dark[type=submit],
.btn-dark:disabled {
    color: #fff;
    background-color: #0d161b;
    border-color: #0d161b;
    opacity: 0.4;
}

.text-muted a {
    color: #53595c !important;
}

/*--------------------------------------------------------------
# Registration page
--------------------------------------------------------------*/
.text-very-weak {
    color: #842029;
    font-weight: 600;
}

.text-weak {
    color: #dc3545;
    font-weight: 600;
}

.text-medium {
    color: #fd7e14;
    font-weight: 600;
}

.text-strong {
    color: #20c997;
    font-weight: 600;
}

.text-very-strong {
    color: #198754;
    font-weight: 600;
}

/*--------------------------------------------------------------
# Profil Page
--------------------------------------------------------------*/
.account {
    overflow: hidden;
}

.tab-content {
    min-height: 455px;
}

.account .nav-link,
.password .nav-link {
    border: 0 !important;
    padding: 12px 15px 12px;
    transition: 0.3s;
    color: #2c4964 !important;
    border-radius: 0;
    border-bottom: 2px solid #ebf1f6 !important;
    font-weight: 600;
    font-size: 15px;
    min-width: 90px;
    text-align: center;
    text-transform: uppercase;
}

.account .nav-link:hover,
.password .nav-link:hover {
    color: #1977cc;
}

.account .nav-link.active,
.password .nav-link.active {
    color: #1977cc !important;
    border-color: #1977cc !important;
}

.account .tab-pane.active,
.password .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}

.text-h6 {
    font-size: 1.25rem !important;
    font-weight: 700;
    line-height: 1.7rem;
    letter-spacing: .0019rem !important;
    text-transform: none !important;
    color: rgb(97, 104, 110);
}

.link-modal-email {
    color: #1977cc;
    position: absolute;
    bottom: -10px;
}

.font-m {
    line-height: 24px;
    font-size: 14px !important;
}

.bold {
    font-weight: 700 !important;
}

.form-register {
    border: 0 solid #fff !important;
    border-bottom: 1px solid #ababab !important;
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: 300 !important;
    height: calc(1.5em + .75rem + 2px);
    background-color: #1c1e21;
    color: inherit;
    font-size: 15px !important;
    height: 50px !important;
}

.form-register,
.has-content {
    padding: .375rem .75rem .375rem 0 !important;
}

.form-register:focus {
    background-color: #25272a;
    border-color: #1977cc !important;
    box-shadow: none;
    color: #fff;
}

.effect-17,
.form-register:focus {
    background-color: transparent !important;
}

.form-register:focus {
    box-shadow: 0 0 0 0 #fff !important
}

.newmail {
    color: #3b3f4a !important
}

.email_change {
    background: #1977cc !important;
    border: none !important;
    border-radius: 4px !important;
    color: #fff !important;
    cursor: pointer;
    font-size: .9rem !important;
    margin: 24px 0 12px !important;
    padding: 16px !important;
    width: 100%;
    text-transform: uppercase;
}

.email_change:hover {
    background-color: #1977cc !important;
    border-color: none !important;
    color: #212529 !important;
}

.text-body-3 {
    margin: 0;
    padding: 0;
    line-height: 1.3125rem;
    letter-spacing: .0156rem !important;
    text-transform: none !important;
    color: rgb(72, 77, 81);
}

.password .form-control:focus {
    box-shadow: 0 0 0 0 #fff !important;
    background-color: transparent;
    border-color: rgb(97, 104, 110);
    border: 2px solid;
}

.password .form-control:hover {
    border-color: rgb(97, 104, 110);
}

.prepend-input {
    padding-left: 40px !important;
}

.prepend-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3%;
}

.togglePassword {
    cursor: pointer;
}

.advice-change-password {
    padding: 15px;
    font-size: 0.875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    margin-top: -7px;
    z-index: 300;
    background-color: #fff;
}

.avatar .card {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d5d7d9;
    border-radius: 0.5rem;
}

.avatar .card-header {
    margin-bottom: 0;
    background-color: transparent;
}

.grid-credentials {
    display: grid;
    gap: 32px;
    grid-template-areas: "header";
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 992px) {
    .grid-credentials {
        grid-template-areas: "header header";
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .grid-credentials {
        grid-template-areas: "header header header";
        grid-template-columns: repeat(3, 1fr);
    }
}

.grid-header-credentials {
    grid-area: header / header / header / header;
    margin-bottom: 16px;
}

.btn-transparent-grey {
    background-color: transparent;
    border-color: transparent;
    color: #53595c;
}

.btn-transparent-grey:hover {
    color: #53595c;
    background-color: #edeff0;
    border-color: rgba(0, 0, 0, 0);
}

.btn-transparent-grey:focus,
.btn-transparent-grey:active {
    color: #53595c !important;
    box-shadow: 0 0 0 0.1875rem rgba(83, 89, 92, 0.5) !important;
}

.modal-delete-title {
    font-size: 1.1875rem;
    color: #0d161b;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.35rem;
}

.modal-delete-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 2rem 2rem;
    padding-bottom: 0 !important;
    border-bottom: 0 solid #d5d7d9;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.modal-body-delete {
    padding: 2rem;
}

.mb-8 {
    margin-bottom: 32px !important;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.75rem;
    padding-left: 2rem;
    print-color-adjust: exact;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control.custom-checkbox .custom-control-label {
    line-height: 1.75;
    font-weight: 400;
    cursor: pointer;
}

.custom-control-label::before {
    position: absolute;
    top: 0.125rem;
    left: -2rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #d5d7d9;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.375rem;
}

.custom-control-label::after {
    position: absolute;
    top: 0.125rem;
    left: -2rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    background: 50%/100% 100% no-repeat;
}

.custom-control-input:not(.is-invalid):focus~.custom-control-label::before {
    border-color: #0d161b;
    box-shadow: 0 0 0 0.1875rem #d5d7d9;
}

.custom-control-input:not(.is-invalid):not(:disabled):active~.custom-control-label::before {
    background-color: #edeff0;
    border-color: #d5d7d9;
}

.custom-control-input:not(.is-invalid):checked~.custom-control-label::before {
    background-color: #0d161b !important;
    border-color: #0d161b !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("../img/check-cB6sOcq.svg");
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1.5rem;
    height: 1.625rem;
    opacity: 0;
}

.modal-footer-delete {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0 2rem 2rem 2rem;
    border-top: 0 solid #d5d7d9;
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}

.img-preview {
    -o-object-fit: cover;
    object-fit: cover;
    width: 50%;
    margin-top: 16px;
}

.vich-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 50%;
}

.toggle-password-button {
    top: -1.6rem !important;
}

/*--------------------------------------------------------------
# ResetPassword page
--------------------------------------------------------------*/
.text-lg {
    font-size: 1.125rem !important;
    line-height: 1.7777777778 !important
}

/*--------------------------------------------------------------
# 2fa page
--------------------------------------------------------------*/
.label-for-2fa {
    line-height: 1.35rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.form-2fa-text {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.875rem !important;
    line-height: 1.7142857143 !important;
    font-weight: 400;
}

.form-control-2fa {
    display: block;
    width: 100%;
    height: calc(1.75em + 0.875rem + 2px);
    padding: 0.4375rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    color: #0d161b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5d7d9;
    border-radius: 0.5rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-2fa:focus {
    color: #0d161b;
    background-color: #fff;
    border-color: #0d161b;
    outline: 0;
    box-shadow: 0 0 0 0.1875rem #d5d7d9;
}

.custom-control-label-2fa {
    font-weight: 400;
    cursor: pointer;
    line-height: 1.75;
    color: #0d161b;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-2fa {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.75rem;
    padding-left: 2rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

.custom-control-input-2fa {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1.5rem;
    height: 1.625rem;
    opacity: 0;
}

.custom-control-label-2fa::before {
    position: absolute;
    top: 0.125rem;
    left: -2rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #d5d7d9;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0.375rem;
}

.custom-control-label-2fa::after {
    position: absolute;
    top: 0.125rem;
    left: -2rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    background: 50%/100% 100% no-repeat;
}

.custom-control-input-2fa:not(.is-invalid):checked~.custom-control-label-2fa::before {
    background-color: #0d161b !important;
    border-color: #0d161b !important;
}

.custom-control-input-2fa:checked~.custom-control-label-2fa::after {
    background-image: url("../img/check-cB6sOcq.svg");
}

/*--------------------------------------------------------------
# Newsletter && About && footer && legal
--------------------------------------------------------------*/
.newsletter,
.about {
    position: relative;
    overflow: hidden;
}

.container-news,
.container-about,
.container-footer,
.container-legal {
    position: relative;
    margin: 0px auto;
    z-index: 1;
    padding: 40px 20px;
    width: auto;
    font-size: 18px;
}

@media (min-width: 768px) {

    .container-news,
    .container-about,
    .container-footer,
    .container-legal {
        width: 750px;
    }
}

@media (min-width: 992px) {

    .container-news,
    .container-about,
    .container-footer,
    .container-legal {
        width: 970px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1200px) {

    .container-news,
    .container-about,
    .container-footer,
    .container-legal {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.wrap-news,
.wrap-about {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

@media (min-width: 768px) {

    .wrap-news,
    .wrap-about {
        flex-wrap: nowrap;
    }
}

.content-news,
.content-about {
    flex: 1 1 100%;
    width: 100%;
}

@media (min-width: 768px) {

    .content-news,
    .content-about {
        flex-basis: 50%;
    }
}

.title-news,
.title-about,
.title-legal {
    letter-spacing: 0em;
    line-height: 1.25;
    text-transform: none;
    font-size: 36px;
    font-weight: 400 !important;
    margin: 0px;
    color: rgb(13, 22, 27);
}

.content-news,
.content-about {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.75;
    text-transform: none;
    font-weight: 500 !important;
    text-align: center;
    margin-top: 12px;
    color: rgb(13, 22, 27);
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    white-space: initial;
}

.form-news {
    display: flex;
    margin-top: 24px;
    justify-content: center;
    text-align: center;
}

.sign-up-form {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    text-align: center;
    align-items: center;
}

.content-sign-up-form {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .content-sign-up-form {
        flex-wrap: nowrap;
    }
}

@media (min-width: 992px) {
    .content-sign-up-form {
        flex-wrap: nowrap;
    }
}

.input-row {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.submit-news {
    letter-spacing: 0em;
    line-height: 1.75;
    text-transform: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    transition-property: transform, box-shadow;
    transition-duration: 0.35s;
    outline: none;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 4px;
    background-color: #428bca;
    color: rgb(255, 255, 255);
    font-weight: 500 !important;
}

.input-email {
    letter-spacing: 0em;
    line-height: 1.75;
    padding: 12px 20px;
    font-size: 18px;
    color: rgb(26, 38, 45);
    border: 1px solid rgba(26, 38, 45, 0.4);
    outline: none;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    font-weight: 500 !important;
    width: 100%;
}

@media (min-width: 768px) {
    .input-email {
        width: auto;
    }
}

@media (min-width: 768px) {
    .input-email {
        width: 100%;
    }
}

.input-email:not([disabled]):focus,
.input-email:not([disabled]):active {
    border: 1px solid rgba(26, 38, 45, 0.8);
    box-shadow: rgba(26, 38, 45, 0.2) 0px 0px 0px 3px;
}

.submit-news {
    flex: 1 1 auto;
}

@media (min-width: 768px) {
    .submit-news {
        flex: 0 0 100%;
    }
}

@media (min-width: 768px) {
    .submit-news {
        flex: 0 0 auto;
    }
}

@media (min-width: 992px) {
    .submit-news {
        flex: 0 0 auto;
    }
}

.submit-news:not([disabled]):hover {
    box-shadow: rgba(31, 35, 65, 0.37) 0px 20px 30px -11px;
    transform: translate(0px, -5px);
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.text-news {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.75;
    text-transform: none;
    font-weight: 500 !important;
    margin-top: 8px;
    color: rgb(13, 22, 27);
}

/*--------------------------------------------------------------
# Contact page
--------------------------------------------------------------*/
.bg-container-contact100 {
    width: 100%;
    height: 100%;
    background-image: url("../img/bg-01-nmaz7Fi.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
}

.bg-container-contact100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -11;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(41, 44, 51, 0.6);
    pointer-events: none;
}

.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    position: relative;
    z-index: 10;
}

.wrap-contact100 {
    width: 560px;
    background: #fff;
    border-radius: 3px;
    position: relative;
    margin-top: 40px;
}

.contact100-form-title {
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    width: 100%;
    min-height: 128px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../img/bg-contact-form-puRn4Xx.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
    padding: 30px 15px 30px 15px;
}

.contact100-form-title::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(67, 67, 67, 0.6);
}

.contact100-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 55px 48px 55px;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    margin-bottom: 1rem !important;
}

.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 15px;
    color: #0d161b;
    line-height: 1.75;
    padding: 0.4375rem 1rem;
    background-clip: padding-box;
    border: 1px solid #d5d7d9;
    border-radius: 0.5rem;
}

.input100::-webkit-input-placeholder {
    color: #9ea2a4;
}

.input100::-moz-placeholder {
    color: #9ea2a4;
}

.input100:-ms-input-placeholder {
    color: #9ea2a4;
}

.input100::-ms-input-placeholder {
    color: #9ea2a4;
}

.input100::placeholder {
    color: #9ea2a4;
}

input.input100 {
    height: 55px;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    color: #0d161b;
    border: 1px solid;
    border-radius: 0.5rem;
    border-color: #0d161b;
    box-shadow: 0 0 0 0.1875rem #d5d7d9;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus {
    border-color: transparent !important;
    outline: 0;
    background-color: transparent !important;
    box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}

.input100:focus+.focus-input100 {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.label-input100 {
    font-size: 18px;
    color: #9ea2a4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    left: 2px;
}

.rs1 {
    height: 42px;
}

.input100.is-invalid:focus {
    border-color: transparent;
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0);
}

/*--------------------------------------------------------------
# footer && legal notice
--------------------------------------------------------------*/
.footer,
.legal {
    position: relative;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

.legal-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin-top: 20px;
}

.legal-footer-rgpd {
    padding-left: 24px;
    margin: 0px;
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.link-to-legal {
    text-decoration: none;
    font-size: 14.4px;
    letter-spacing: 0em;
    line-height: 1.75;
    text-transform: none;
    color: rgba(13, 22, 27, 0.4);
    font-weight: 400 !important;
}

.link-to-legal:hover {
    text-decoration: underline;
}

.copy-footer {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
    border-radius: 4px;
    padding: 6px 12px;
    margin-top: 48px;
}

.logo__mark {
    align-items: center;
    display: inline-flex;
    margin-right: 5px;
}

.logo__mark .greater-icon {
    height: 100%;
    width: 0.95rem;
}

.logo__text {
    font-family: sans-serif;
    font-size: 14px;
    letter-spacing: unset;
    color: rgb(110, 116, 119);
    font-weight: 400 !important;
}

.logo__cursor {
    -webkit-animation: cursor 1s infinite;
    animation: cursor 1s infinite;
    background: rgb(52, 96, 206);
    border-radius: 1px;
    display: inline-block;
    height: 1rem;
    margin-left: 5px;
    width: 10px;
}

.vertical-bar {
    width: 1px;
    height: 16px;
    background: rgb(213, 215, 217);
    margin: 0px 12px;
}

.content-legal {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.75;
    text-transform: none;
    font-weight: 500 !important;
    margin-top: 12px;
    color: rgb(13, 22, 27);
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    white-space: initial;
}

.content-legal a {
    color: rgb(13, 22, 27);
    text-decoration: underline;
}

.content-legal a:hover {
    opacity: 0.75;
}

.container-footer-second {
    position: relative;
    margin: 0px auto;
    z-index: 1;
    padding: 40px 20px;
    max-width: 1440px;
    width: 100%;
    font-size: 18px;
}

@media (min-width: 768px) {
    .container-footer-second {
        width: auto;
    }
}

@media (min-width: 992px) {
    .container-footer-second {
        width: auto;
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (min-width: 1200px) {
    .container-footer-second {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@-webkit-keyframes cursor {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes cursor {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

/*--------------------------------------------------------------
# About page
--------------------------------------------------------------*/
.img-about {
    width: 100%;
}

@media (min-width: 768px) {
    .img-about {
        width: 15%;
    }
}

.about-img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    margin: 0px auto;
    border-radius: 9999px;
    aspect-ratio: 1 / 1;
    width: 100%;
}

.content-about-me {
    margin-top: 12px;
    color: rgb(13, 22, 27);
    overflow-wrap: anywhere;
    word-break: normal;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.75;
    text-transform: none;
    font-weight: 400 !important;
}

.social-about {
    display: flex;
    margin-top: 24px;
    justify-content: center;
    text-align: center;
}

.social-about-gap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-about-icon {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.75;
    text-transform: none;
    font-weight: 400 !important;
    text-decoration: none;
}

.kYhbwl {
    transform: scale(1.1);
    transition-duration: 0.15s;
}

.ijPsOS {
    fill: rgb(13, 22, 27);
}

.kYhbwl:hover {
    transform: scale(1.5);
}

/*--------------------------------------------------------------
# Faq Page
--------------------------------------------------------------*/
.f99nak {
    display: flex;
    justify-content: center;
    padding: 0;
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.mj2t1u {
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
}

.oblv0b {
    margin: 0px 0px 20px 0px;
    padding: 5px 10px 5px 10px;
    background-color: #EEF4F8;
    border-radius: 5px 5px 5px 5px;
}

.vp05nj:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
}

.y7twg7 {
    color: #00425C;
    font-size: 14px;
    margin-bottom: 0;
}

.vts7ms {
    margin-bottom: 0px;
    text-align: center;
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
    width: 100%;
}

.qtodvk {
    margin: 0px 0px 30px 0px;
}

.y7begz {
    color: #122B3B;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 0;
}

.v1xuyh {
    color: #DC006B;
}

.d1oiv1 {
    display: flex;
    width: 100%;
}

#accordionFaq {
    width: 100%;
    --bs-accordion-btn-bg: transparent !important;
    --bs-accordion-border-radius: none !important;
    --bs-accordion-border-width: 0px !important;
    --bs-accordion-active-color: rgb(220, 0, 107) !important;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
    --bs-accordion-active-bg: transparent !important;
    --bs-accordion-btn-color: rgb(0, 66, 92) !important;
}

.wjne7j {
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: rgb(238, 244, 248) !important;
    border-radius: 10px;
}

.wjne7j:first-of-type {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.wjne7j:last-of-type {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.d3ogo9 {
    color: rgb(0, 66, 92);
    font-weight: 500;
}

.d3ogo9:hover {
    color: rgb(220, 0, 107);
}

.hu4ltu {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.xnsq1r {
    width: 100%;
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
    justify-content: flex-end;
}

.hpgtdl {
    width: 35%;
}

@media (max-width: 768px) {
    .hpgtdl {
        width: 100%;
    }
}

.v8lhhm {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.abemm2 {
    width: calc(33.333333333333% - 10px);
    border-bottom: 1px solid rgb(0, 66, 92);
    cursor: pointer;
    margin-top: 15px;
    min-height: unset !important;
    margin-bottom: unset !important;
    padding-left: unset !important;
}

@media (max-width: 768px) {
    .abemm2 {
        width: 100%;
    }
}

.abemm2:hover {
    background-color: rgba(238, 244, 248, 1);
}

.abemm2:nth-child(3n+1) {
    margin-right: 15px;
}

.abemm2:nth-child(3n+2) {
    margin-right: 15px;
}

.abemm2 .form-check {
    display: none;
}

.qulnzd {
    cursor: pointer;
}

.w5iwm8 {
    width: 80px;
    height: calc(80px - 20px);
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}

.d6p1sq {
    -webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(96%) saturate(4542%) hue-rotate(321deg) brightness(113%) contrast(108%);
            filter: brightness(0) saturate(100%) invert(10%) sepia(96%) saturate(4542%) hue-rotate(321deg) brightness(113%) contrast(108%);
}

.udho67 {
    width: calc(100% - 80px);
}

.k2hclc {
    font-weight: 800;
    line-height: 20px;
    width: 100%;
    padding: 10px 9px 10px;
    font-size: 20px;
    color: rgb(0, 66, 92);
}

.jdrs90 {
    width: 100%;
    padding: 0 8px 10px;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    color: rgb(143, 140, 140);
}

.js-filter-pagination .page-link {
    color: #212529;
}

.js-filter-pagination .page-link:hover {
    color: #000000;
}

.js-filter-pagination .page-link:focus {
    color: #212529;
}

.js-filter-pagination .active>.page-link,
.page-link.active {
    background-color: #212529;
    border-color: #212529;
}

.vxvpze {
    background-color: rgba(238, 244, 248, 1);
}

.vxvpze .d6p1sq {
    -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(81%) saturate(1668%) hue-rotate(172deg) brightness(92%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(16%) sepia(81%) saturate(1668%) hue-rotate(172deg) brightness(92%) contrast(101%);
}

/*--------------------------------------------------------------
  # Spinner
  --------------------------------------------------------------*/
.is-loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    opacity: 0.5;
    z-index: 4;
}

.is-loading .spinner-border {
    position: absolute;
    top: calc(50% - 1rem);
    left: calc(50% - 1rem);
    z-index: 5;
}