/*
Theme Name: FinHealth Template
Text Domain: FinHealth Template
Version: 1.0.1
*/

body .wpcf7-response-output, body .wpcf7-not-valid-tip{
    display: none;
}
body .wpcf7-spinner {
    position: absolute;
    left: 100%;
}
body .input.wpcf7-not-valid {
    border-bottom-color: red;
}
body .wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px var(--background-body) inset;
    transition: background-color 5000s ease-in-out 0s;
}

.count .value:after {
    position: absolute;
    line-height: var(--line-height);
}
.title-color:after {
    position: absolute;
}

.error_file_size_message {
    color: red;
    font-size: 0.5rem;
    margin-top: 5px;
    font-style: oblique;
}

.news-entry .image.visible .image-wrapper img {
    height: auto;
}
.editor figure.wp-caption,
.editor figure.wp-caption img {
    width: 100% !important;
}

/* COOKIES BLOCK */
.cookies-informer {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: -1;
    display: block;
    max-width: 650px;
    background: var(--background-body);
    color: #fff;
    padding: 30px 30px 0;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 2px solid #179047;
}

.cookies-informer.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    z-index: 99;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.cookies-text {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Magistralc', sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.cookies-text a {
    font-weight: 600;
    position: relative;
}

.cookies-text a:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.cookies-btn {
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.cookies-btn .button {
    height: auto;
    min-height: 50px;
    margin-bottom: 30px;
}

.cookies-btn span,
.cookies-btn .btn {
    font-family: 'Magistralc', sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 22px;
    font-size: 18px;
    vertical-align: middle;
}

.cookies-btn .btn {
    margin-left: 60px;
}
.close{cursor: pointer;}

@media (max-width: 1650px) {
    .cookies-informer {
        bottom: 30px;
    }
}
@media (max-width: 1200px) {
    .cookies-informer {
        bottom: 20px;
    }
}

@media (max-width: 690px) {
    .cookies-informer {
        max-width: 100%;
        right: 0;
        bottom: 0;
    }
}
@media (max-width: 575px) {
    .cookies-informer {
       padding-top: 20px;
    }
    .cookies-btn .button {
        height: auto;
        min-height: 50px;
        margin-bottom: 20px;
        width: 100%;
    }
}


/* POPUP FORM */

.popup .style_2 {
    height: 100vh;
    overflow-y: scroll;
}
.popup .popup_form_content {
    max-width: 68vw;
    padding: 3rem 2.5rem 4rem;
    background-color: #0E1218;
    margin: 5vh auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.popup .popup_form_body {
    display: grid;
    align-content: space-between;
}
.popup .popup_form_content .row:not(.row-form) > * {
    padding: 0;
}
.popup .popup_form_content .row:not(.row-form) > *:nth-child(1n) {
    padding-right: 40px;
    padding-left: 20px;
}
.popup .popup_form_content .row:not(.row-form) > *:nth-child(2n) {
    padding-left: 40px;
    padding-right: 20px;
}
.button span{
    pointer-events: none;
}

@media (max-width: 1920px) {
    .popup .popup_form_content{
        max-width: 1390px;
    }
}
@media (max-width: 992px) {
    .popup .popup_form_content .row:not(.row-form) > *:nth-child(1n),
    .popup .popup_form_content .row:not(.row-form) > *:nth-child(2n) {
        padding: 0 20px;
    }
    .popup .popup_form_body {
        margin-bottom: 50px;
    }
}
@media (max-width: 768px) {
    .popup .popup_form_content .row:not(.row-form) > *:nth-child(1n),
    .popup .popup_form_content .row:not(.row-form) > *:nth-child(2n) {
        padding: 0 15px;
    }
    .popup .popup_form_content {
        padding: 70px 20px 70px;
    }
}

html, body {
    overflow-x: hidden;
}

/*04.10*/
:root {
    --custom_xxs: max(12px, 0.55rem);
    --custom_md: max(16px, 1.25rem);
    --container-padding: 8.4vw;
}

h6 {
    color: var(--color-title);
}

.mb_custom_xxs {
    margin-bottom: var(--custom_xxs);
}

.mb_custom_md {
    margin-bottom: var(--custom_md);
}

.mb_20 {
    margin-bottom: 0.75rem !important;
}

.mb_80 {
    margin-bottom: max(20px, 4.15vw);
}

.mb_120 {
    margin-bottom: max(40px, 6.25vw);
}

.mt_120 {
    margin-top: max(40px, 6.25vw);
}

.g_custom_48 {
    --bs-gutter-x: max(32px, 2.5vw);
    --bs-gutter-y: max(32px, 2.5vw);
}

.blog main>section:first-child.title .editor,
.tag main>section:first-child.title .editor {
    text-align: left;
}

.blog main>section:first-child.title .editor:before,
.tag main>section:first-child.title .editor:before {
    content: none;
}

.title_decor {
    position: relative;
    width: fit-content;
    padding-left: 0.75em;
}

.title_decor:before {
    content: "";
    position: absolute;
    top: 0.25em;
    left: 0;
    bottom: 0.05em;
    border-left: 0.08em solid var(--color);
}

/* TAGS*/
.tags {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .625rem;
}

.tags li {
    display: flex;
    align-items: center;
    border-radius: 999px;
    font-size: .7em;
    font-weight: 400;
    --line-height: 1.35em;
    color: currentColor;
    text-align: center;
    padding: .325em .9em;
    background-color: var(--color);
}

.tags.inline li {
    padding: 0;
    background-color: transparent;
}

.tags_inner>*+* {
    margin-top: max(24px, 2.15vw);
}


/* NEWS LATEST */
.news_latest_wrapp {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
}

.news_latest.flex-column {
    gap: max(16px, 1.05vw);
    min-height: auto;
}

.news_latest h5 {
    --line-height: 1.16em;
}

.news_latest h6 {
    font-size: max(16px, 0.925*var(--font-size));
    --line-height: 1.2em;
}

.news_latest .date {
    font-size: max(14px, 0.7*var(--font-size));
    --line-height: 1.5em;
}

.news_latest .image {
    width: 100%;
    flex: 0 0 48%;
}

.news_latest .image .image-wrapper a {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 77%;
}

.news_latest .image .image-wrapper a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_latest.news_latest_main {
    gap: 0;
}

.news_latest.news_latest_main .image .image-wrapper a {
    padding-bottom: 52.5%;
}

@media (min-width: 1200px) {
    .news_latest.news_latest_main {
        max-width: 89.4%;
    }
}

@media (max-width: 767px) {
    .news_latest .image .image-wrapper a {
        padding-bottom: 52.5%;
    }
}

/* NEWS ITEM */
.news_inner+.news_inner {
    margin-top: max(40px, 7vw);
}

.news_inner .title-wrapp {
    gap: 16px;
}

.news_inner .title_decor {
    --line-height: 1.2em;
    color: var(--color-title);
}

*+.news_wrapp {
    margin-top: max(32px, 3.15vw);
}

.news_wrapp {
    --gap: max(32px, 2.5vw);
    gap: var(--gap);
}

.news_wrapp + .button {
    margin-top: max(24px, 3.15vw);
    margin-inline: auto;
}

.news_item {
    position: relative;
    height: fit-content;
    padding-bottom: 25px;
    border-bottom: 2px solid currentColor;
}

.news_item .image {
    width: 100%;
}

.news_item .image .image-wrapper a {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 46%;
}

.news_item .image .image-wrapper a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_item h5 {
    --line-height: 1.16em;
}

.news_item .date {
    font-size: max(14px, 0.7*var(--font-size));
    --line-height: 1.5em;
}

.news_item .editor p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 1200px) {
    .news_inner {
        max-width: 89.4%;
    }

    .news_wrapp>*:nth-child(even) {
        margin-top: max(32px, 3.15vw);
    }

    .news_item {
        width: calc(50% - (var(--gap) / 2));
    }
}

/* NEWS MINI ITEM */
.news_mini_inner+.news_mini_inner {
    margin-top: max(40px, 6.25vw);
}

.news_mini_inner>*+* {
    --gap: max(24px, 2.15vw);
    margin-top: var(--gap);
}

.news_mini_inner .title_decor {
    --line-height: 1.2em;
    color: var(--color-title);
}

.news_mini_wrapp>*+* {
    margin-top: var(--gap);
}

.news_mini_item {
    gap: max(16px, 1.05vw);
    min-height: auto;
}

.news_mini_item .image {
    width: 100%;
    flex: 0 0 33.5%;
}

.news_mini_item .image .image-wrapper a {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 66.5%;
}

.news_mini_item .image .image-wrapper a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_mini_item h5 {
    --line-height: 1.16em;
}

.news_mini_item .date {
    font-size: max(14px, 0.7*var(--font-size));
    --line-height: 1.5em;
    padding: 0;
    border: none;
}

.news_mini_info {
    line-height: 0;
}

/* NEWS DETAIL */
.news-entry .date {
    padding-block: 0 .75rem;
}

/* NEWS DETAIL Latest */
.news_latest_sec .title-wrapp {
    gap: 16px;
}
.news_latest_sec .news_mini_item .image {
    flex: 0 0 39%;
}

.news_latest_sec .news_mini_item+.editor {
    margin-top: max(20px, 1.5vw);
    padding-bottom: 25px;
    border-bottom: 2px solid #448AFF;
}

/* NEWS TAG DETAIL */
.news_tag_main .editor.border-bottom {
    padding-bottom: max(20px, 1.9vw);
    border-bottom: 2px solid var(--color);
}

.news_tag_main .image .image-wrapper a {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 78%;
}

.news_tag_main .image .image-wrapper a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hidden {
    display: none !important;
}

.text-left {
    text-align: left !important;
}
.text-left::before {
    content: none !important;
}

:root {
    --bs-blue: #40c5ba;
    --color-brand: #179047;
}

.service-side.col-lg-7.editor {
    margin-bottom: var(--bs-gutter-y);
}
.service-side .title-gradient {
    line-height: normal;
}

@media (min-width: 1920px) {
    .service-side {margin-top: 0!important;}
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .service-side {margin-top: 10px!important;}
}

/*#hamburger {
    display: none!important;
}*/

.right-nav {
    display: flex;
    gap: 1.5625rem;
    z-index: 1;
}

.title-color:after {
    display: none;
}
@media (min-width: 1200px) {
    #logo img {
        width: 188px;
    }
}

.talk_to_us {
    z-index: 1;
    font-size: 29px;
    line-height: 22px;
    margin-bottom: 4px;
    font-weight: 700;
}
.talk_to_us span {
    color: #40c5ba;
}

@media (max-width: 767px) {
    .talk_to_us {
        font-size: 22px;
    }
}
@media (max-width: 397px) {
    .talk_to_us {
        font-size: 20px;
    }
    #logo img {
        width: 200px;
    }
}

.phone-link {
    font-size: 1.25rem;
}

.grecaptcha-badge {
    visibility: hidden;
}


nav {
    left: auto;
    right: 0;
    width: auto;
    z-index: 1;
}

@media (min-width: 991px) {
    nav .column {
        width: 100%;
    }
    nav .column > div:hover > a {
        color: var(--color-brand);
    }
}

#hamburger.active {
    color: #fff;
}
#hamburger .icon {
    transition: 0.25s;
}
#hamburger.active .icon {
    width: 32px;
    height: 40px;
    transition: 0.25s;
}

nav a.active {
    color: var(--color-brand);
}

@media (max-width: 767px) {
    header {
        padding: 0 15px;
    }

    #hamburger .icon {
        width: 30px;
    }
    #hamburger.active .icon {
        width: 28px;
    }
    .right-nav {
        gap: 12px;
    }
    nav {
        left: 0;
    }
}




.footer-top > .row .col-lg-6:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-top > .row .col-lg-6:not(:first-child) .wpcf7 {
    display: inline-block;
}
.footer-top > .row .col-lg-6:not(:first-child) form {
    padding-bottom: 5rem;
}
.form-control {
    margin-bottom: 2.5em;
}

.icon-wrapper {
    display: block;
    width: 150px;
    height: 150px;
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus,
form select:-webkit-autofill,
form select:-webkit-autofill:hover,
form select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}



.nav-wrapper .nav-list {
    display: flex;
}

.nav-wrapper .nav-list .menu-item a {
    padding: 12px 28px;
    font-family: Onest;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 40px;
    transition: 0.3s;
}

.nav-wrapper .nav-list .menu-item:first-child a {
    border-color: #179047;
}

.btn-wrap {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.btn-wrap .button {
    flex: 1;
    max-width: 18%;
    /*justify-content: center; */
    /*text-align: center;*/
    min-width: fit-content;
}

.perlin {
    /*transform: rotate(90deg) translateX(-150px);*/
    transform: rotate(90deg);
}

.mt-0 {
    margin-top: 0;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.pi-0 {
    padding-inline: 0;
}

.has-border {
    border: 1px solid #FFFFFF66;
    border-radius: 12px;
    padding: 24px;
}

.media-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.media-text.has-border {
    justify-content: space-between;
    align-items: end;
}



.pricing-packages {
    /*padding: 80px 0;*/
}

.package-card {
    height: 100%;
    padding: 40px;
    border: 2px solid #FFFFFF66;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.package-card.is_popular {
    border-color: #179047;
}


.package-card-top-title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    min-height: 40px;
    margin-bottom: 16px;
}

.package-badge {
    align-self: flex-start;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 21px;
    border-radius: 20px;
    background: #179047;
    color: #fff;
}

.package-title {
    font-family: Sulphur Point;
    font-weight: 700;
    font-size: 24px;
    /*line-height: 120%;*/
    letter-spacing: -1.5px;
    vertical-align: middle;
    text-transform: uppercase;

}

.package-description {
    margin-bottom: 24px;
    color: #FFFFFFCC;
    font-family: Onest;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;

}


.package-price {
    margin-bottom: 24px;
    font-family: Sulphur Point;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -1.5px;
    vertical-align: middle;
    color: #FFFFFF99;
    text-align: center;
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.package-card.is_popular .package-price {
    border-color: #17904766;
    background-color: #1790471A;
}

.package-price span {
    font-family: Sulphur Point;
    font-weight: 700;
    font-style: Bold;
    font-size: 43px;
    leading-trim: CAP_HEIGHT;
    line-height: 120%;
    letter-spacing: -1.5px;
    vertical-align: middle;
    color: #FFFFFF;
    padding-inline: 10px;
}

.package-features-wrap {
    border-top: 1px solid #FFFFFF33;
    padding-top: 30px;
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 0 0 34px;
}

.package-features li {
    margin-bottom: 16px;
    padding-left: 66px;
    position: relative;
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: middle;

}

.package-features li::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(./build/assets/images/checkbox.svg) no-repeat;
    position: absolute;
    left: 20px;
    top: -3px;
}

.package-result {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #FFFFFFCC;
    margin-bottom: 38px;
}

.package-title-sec {
    font-family: Onest;
    font-weight: 600;
    font-style: Regular;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #FFFFFFCC;
}

.package-features-wrap .package-title-sec {
    margin-bottom: 16px;
}

.package-action {
    margin-top: auto;
}

.package-action .button {
    margin-inline: auto;
}

.package-card.is_popular .button {
    background-color: #179047;
}

.author-wrap {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.autor-image {
    max-width: 158px;
}

.autor-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.autor-det {
    margin-left: 50px;
}

.autor-det .name {
    font-family: Onest;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 26px;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #FFFFFF;
}

.autor-det .position {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 26px;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: middle;

}

.text-in-border {
    margin-top: 60px;
    border: 1px solid #FFFFFF66;
    border-radius: 16px;
    padding: 40px;
}

.footer-top {
    border-top: 1px solid;
    padding-top: 50px;
}

.footer-naw-wrap {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
}

.wrap-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 1200px) {
    #hamburger.d-flex {
        display: none!important;
    }

    .nav-wrapper .nav-list .menu-item:hover a {
        /*border-color: #179047;*/
        /*color: #fff;*/
        transition: 0.3s;
    }
}

@media (max-width: 1536px) {
    h1, .h1 {
        font-size: max(96px, 1 * var(--font-size));
        --line-height: 1em;
        font-weight: 700;
        margin: 0;
    }

    h2, .h2 {
        font-size: max(60px, 1 * var(--font-size));
        --line-height: 1em;
        font-weight: 700;
    }

    .package-card {
        padding: 40px 16px;
    }

    .package-title {
        font-size: 22px;
    }
    .package-badge {
        font-size: 13px;
    }
}

@media (max-width: 1199px) {
    .nav-wrapper.desc {
        display: none;
    }
}

@media (max-width: 767px) {

    :root {
        --container-padding: 4.4vw;
    }

    #logo img {
        width: 100px;
    }

   .banner {
       padding-top: 80px !important;
   }

    h1, .h1 {
        font-size: max(42px, 1 * var(--font-size));
    }
    h2, .h2 {
        font-size: max(36px, 1 * var(--font-size));
    }

    h3, .h3 {
        font-size: max(36px, 1 * var(--font-size));
    }

    h4, .h4 {
        font-size: max(28px, 1 * var(--font-size));
    }

    .autor-image {
        max-width: 90px;
    }
    .autor-det .name {
        font-family: Onest;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 20px;
    }
    .autor-det .position {
        font-family: Onest;
        font-weight: 400;
        font-style: Regular;
        font-size: 19px;
    }
    .perlin {
        display: none;
    }
    .footer-naw-wrap {
        gap: 5px 36px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .footer-bottom .col-xl-4 .justify-content-end {
        justify-content: center!important;
    }
    .right-nav {
        z-index: 2;
    }
    .btn-wrap {
        flex-direction: column;
        align-items: center;
    }
    .btn-wrap .button {
        flex: auto;
        width: 200px;
        max-width: none;
    }

    .package-card {
        height: 100%;
        padding: 40px 10px;
    }
    .package-card-top-title {
        flex-direction: column-reverse;
        align-items: baseline;
        gap: 20px;
    }
    .mt-100 {
        margin-top: 40px;
    }
    .text-in-border {
        margin-top: 40px;
        padding: 25px;
    }
    .partner-entry {
        position: relative;
        padding-bottom: 25%;
        margin-bottom: 30px;
    }

    .media-text.has-border {
        align-items: baseline;
        gap: 20px;
    }
    .wrap-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .mt-50 {
        margin-top: 40px;
    }
    .icon-wrapper {
        display: block;
        width: 100px;
        height: 100px;
    }

    .partners-sec .container-fluid > .row {
        width: 100%;
        margin-inline: auto;
    }

    .package-price {
        flex-direction: column;
        align-items: center;
    }

    .list-choose-info .icon-wrapper img {
        height: 100%;
    }
    .mb-100 {
        margin-bottom: 40px;
    }
    .social-button {
        width: 40px;
        height: 40px;
    }

    .footer-logo img {
        width: 120px;
    }

    .footer-top {
        border-top: 1px solid;
        padding-top: 30px;
    }
    .footer-logo {
        display: flex;
        justify-content: center;
    }

    .footer-bottom .row, .footer-bottom .justify-content-end {
        justify-content: center!important;
    }
    .flare-sm {
        --size: 45vw;
    }
}
