.btn-hover-bg {
    text-transform: uppercase !important;
}

.dropdown-menu .nav-item .nav-link {
    padding: 5px 15px !important;
}

.service .service-item .service-link span {
    text-transform: uppercase !important;
}

article {
    --img-scale: 1.001;
    --title-color: black;
    --link-icon-translate: -20px;
    --link-icon-opacity: 0;
    position: relative;
    border-radius: 16px;
    box-shadow: none;
    background: #ff32002e;
    transform-origin: center;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

article a::after {
    position: absolute;
    inset-block: 0;
    inset-inline: 0;
    cursor: pointer;
    content: "";
}

/* basic article elements styling */
article h2 {
    margin: 0 0 18px 0;
    font-family: "Bebas Neue", cursive;
    font-size: 1.9rem;
    letter-spacing: 0.06em;
    color: var(--title-color);
    transition: color 0.3s ease-out;
}

figure {
    margin: 0;
    padding: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

article img {
    max-width: 100%;
    transform-origin: center;
    transform: scale(var(--img-scale));
    transition: transform 0.4s ease-in-out;
}

.article-body {
    padding: 24px;
}

article a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #28666e;
}

article a:focus {
    outline: 1px dotted #28666e;
}

article a .icon {
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    transform: translateX(var(--link-icon-translate));
    opacity: var(--link-icon-opacity);
    transition: all 0.3s;
}

/* using the has() relational pseudo selector to update our custom properties */
article:has(:hover, :focus) {
    --img-scale: 1.1;
    --title-color: #28666e;
    --link-icon-translate: 0;
    --link-icon-opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
        rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

/************************ 
  Generic layout (demo looks)
  **************************/

.articles {
    display: grid;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 24px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
}

@media screen and (max-width: 960px) {
    article {
        container: card/inline-size;
    }
}

@container card (min-width: 380px) {
    .article-wrapper {
        display: grid;
        grid-template-columns: 100px 1fr;
        gap: 16px;
    }

    .article-body {
        padding-left: 0;
    }

    figure {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    figure img {
        height: 100%;
        aspect-ratio: 1;
        object-fit: cover;
    }
}

.sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.Mycadrecookie {
    position: fixed;
    display: grid;
    align-items: center;
    height: -webkit-fill-available;
    width: 100%;
    background: rgba(0, 0, 0, 0.329);
    z-index: 99999;
    padding: 5em 15em;
    overflow: auto;
    display: none;
}

.first-cookie {
    background: white;
    padding: 2em;
    border-radius: 15px;
    display: block;
}

.selecting-cookie {
    display: none;
    background: white;
    padding: 2em;
    border-radius: 15px;
}

.selecting-cookie .question {
    margin: 1em 0;
}

.selecting-cookie .title {
    font-size: 20px;
    margin-left: 0.5em;
}

.btn-params {
    color: #ff3200;
    cursor: pointer;
}

.btn-trans {
    background: none;
    color: #ff3200 !important;
}

.btn.btn-primary.sm {
    border-radius: 15px;
    font-size: 10px;
    color: white;
}

.btns {
    text-align: right;
}

@media (max-width: 768px) {
    .Mycadrecookie {
        padding: 1em;
    }
}

.loadertwo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
    display: inline-block;
}

.loadertwo::before,
.loadertwo::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #11ff00;
    animation: prixClipFix 2s linear infinite;
}

.loadertwo::after {
    inset: 8px;
    transform: rotate3d(90, 90, 0, 180deg);
    border-color: #11ff00;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }

    75%,
    100% {
        clip-path: polygon(50% 50%,
                0 0,
                100% 0,
                100% 100%,
                100% 100%,
                100% 100%);
    }
}

#newsletter {
    border: none;
    background: none;
}

ul,
li {
    list-style-type: none;
}

.loadertwo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
    display: inline-block;
}

.loadertwo::before,
.loadertwo::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #11ff00;
    animation: prixClipFix 2s linear infinite;
}

.loadertwo::after {
    inset: 8px;
    transform: rotate3d(90, 90, 0, 180deg);
    border-color: #11ff00;
}

#loadertwo {
    border: none;
    background: none;
}

.succes,
.error {
    font-size: 3em;
}

.succes {
    color: #11ff00;
}

.error {
    color: red;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }

    75%,
    100% {
        clip-path: polygon(50% 50%,
                0 0,
                100% 0,
                100% 100%,
                100% 100%,
                100% 100%);
    }
}

.form-control:focus {
    color: #ff3d00;
    box-shadow: 0 0 0 0.25rem #ff411157;
}

.accordion {
    margin: 2em;
}

.accordion__title {
    font-family: "industry", sans-serif;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.125em;
}

.accordion__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accordion__item {
    margin-bottom: 1em;
    visibility: hidden;
}

.accordion__item:last-child {
    border-bottom: 0;
}

.accordion__item.is-active .accordion__itemTitleWrap::after {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
}

.accordion__item.is-active .accordion__itemIconWrap {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion__itemTitleWrap {
    display: flex;
    height: 3em;
    align-items: center;
    padding: 0 1em;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.accordion__itemTitleWrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: #ff3200;
    z-index: 1;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.accordion__itemTitleWrap.is-active::after,
.accordion__itemTitleWrap:hover::after {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
}

.accordion__itemIconWrap {
    width: 1.25em;
    height: 1.25em;
    margin-left: auto;
    position: relative;
    z-index: 10;
}

.accordion__itemTitle {
    margin: 0;
    font-family: "industry", sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    position: relative;
    z-index: 10;
}

.accordion__itemContent {
    font-size: 0.875em;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    padding: 0 1.25em;
}

.accordion__itemContent p {
    margin: 2em 0;
}

h2 {
    margin-bottom: 0px;
    margin-top: 25px;
    text-align: center;
    font-weight: 200;
    font-size: 19px;
    font-size: 1.2rem;
}

.myCart {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
}

.dropdown-select.visible {
    display: block;
}

.dropdown {
    position: relative;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    padding-left: 10px;
    cursor: pointer;
}

ul li:hover {
    background: rgba(255, 255, 255, 0.1);
}

.dropdown-select {
    position: absolute;
    background: #ff3200;
    text-align: left;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 90%;
    left: 2px;
    line-height: 2em;
    margin-top: 2px;
    box-sizing: border-box;
}

.thin {
    font-weight: 400;
    font-size: 1.3rem;
}

.small {
    font-size: 15px;
}

.half-input-table {
    border-collapse: collapse;
    width: 100%;
}

.half-input-table td:first-of-type {
    border-right: 10px solid #ff3200;
    width: 50%;
}

span.text-danger {
    display: none;
}

.window {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0px 15px 50px 10px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    z-index: 10;
    overflow: hidden;
}

.window-success {
    width: 60%;
    padding: 2em;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.window-success h1 {
    font-size: 30px;
    text-transform: uppercase;
}

.window-success p {
    font-size: 20px;
    text-transform: capitalize;
}

.order-info {
    width: 40%;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    align-items: center;
}

#checkout {
    width: 100%;
}

.price {
    bottom: 0px;
    position: absolute;
    right: 0px;
    color: #ff3200;
}

.order-table td:first-of-type {
    width: 25%;
}

.order-table {
    position: relative;
}

.line {
    height: 1px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #ddd;
}

.order-table td:last-of-type {
    vertical-align: top;
    padding-left: 25px;
}

.order-info-content {
    table-layout: fixed;
}

.full-width {
    width: 100%;
}

.pay-btn {
    border: none;
    background: #22b877;
    line-height: 1.5em;
    border-radius: 10px;
    font-size: 19px;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
    width: calc(100% - 50px);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: flex;
    width: 100%;
    justify-content: center;
    text-transform: capitalize;
}

.pay-btn:hover {
    background: #22a877;
    color: #eee;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.total {
    margin-top: 25px;
    font-size: 20px;
    font-size: 1.3rem;
    position: absolute;
    bottom: 30px;
    right: 27px;
    left: 35px;
}

.dense {
    line-height: 1.2em;
    font-size: 16px;
    font-size: 1rem;
}

.p-FieldLabel {
    color: #fff;
}

.Input,
.p-FauxInput {
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
    margin-top: 3px;
    line-height: 1.5em;
    font-size: 20px;
    font-size: 1.3rem;
    border: none;
    padding: 5px 10px 5px 10px;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.credit-info {
    width: 60%;
    color: #eee;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-size: 0.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
}

.dropdown-btn {
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    border-radius: 5px;
    text-align: center;
    line-height: 1.5em;
    cursor: pointer;
    position: relative;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.dropdown-btn:after {
    content: "\25BE";
    right: 8px;
    position: absolute;
}

.dropdown-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.dropdown-select {
    display: none;
}

.credit-card-image {
    display: block;
    max-height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 15px;
}

.credit-info-content {
    width: 100%;
    align-content: center;
}

@media (max-width: 600px) {
    .window {
        height: 100%;
        display: block;
    }

    .window-success {
        width: 90%;
    }

    .order-info {
        width: 100%;
        height: auto;
        padding-bottom: 100px;
        border-radius: 0px;
    }

    .credit-info {
        width: 100%;
        height: auto;
        padding-bottom: 100px;
        border-radius: 0px;
    }

    .pay-btn {
        border-radius: 0px;
    }
}

.donation-content {
    box-shadow: 0px 1.88px 3.75px rgba(0, 0, 0, 0.245);
    border-radius: 8px;
    margin: 20px auto;
    padding: 20px;
}

.letter {
    box-shadow: 0px 1.88px 3.75px #ff33004c;
    padding: 15px;
    font-weight: bold;
    z-index: 1020 !important;
}

.letter>a:nth-child(n + 2) {
    border-left: 2px solid rgba(0, 0, 34, 0.23);
    padding-left: 15px;
}

.toptop {
    top: 178px;
}

.mynavbar {
    z-index: 9999 !important;
}

@media (max-width: 783px) {
    .toptop {
        top: 100px;
    }
}

.myLogin {
    position: absolute;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
    overflow: hidden;
    background: #000;
}

.myLogin::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(#000, #ff3200, #000);
    animation: animate 5s linear infinite;
}

@keyframes animate {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.myLogin span {
    position: relative;
    display: block;
    width: calc(6.25vw - 2px);
    height: calc(6.25vw - 2px);
    background: #181818;
    z-index: 2;
    transition: 1.5s;
}

.myLogin span:hover {
    background: #ff3200;
    transition: 0s;
}

.myLogin .signin {
    position: absolute;
    width: 400px;
    background: #222;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 9);
}

.myLogin .signin .content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}

.myLogin .signin .content h2 {
    font-size: 2em;
    color: #ff3200;
    text-transform: uppercase;
}

.myLogin .signin .content .form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.myLogin .signin .content .form .inputBox {
    position: relative;
    width: 100%;
}

.myLogin .signin .content .form .inputBox input {
    position: relative;
    width: 100%;
    background: #333;
    border: none;
    outline: none;
    padding: 25px 10px 7.5px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 1em;
}

.myLogin .signin .content .form .inputBox i {
    position: absolute;
    left: 0;
    padding: 3px 10px;
    font-style: normal;
    color: #aaa;
    transition: 0.5s;
    pointer-events: none;
}

.signin .content .form .inputBox input:focus~i,
.signin .content .form .inputBox input:valid~i {
    transform: translateY(-7.5px);
    font-size: 0.8em;
    color: #fff;
}

.signin .content .form .links {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.signin .content .form .links a {
    color: #fff;
    text-decoration: none;
}

.signin .content .form .links a:nth-child(2) {
    color: #ff3200;
    font-weight: 600;
}

.signin .content .form .inputBox input[type="submit"] {
    padding: 10px;
    background: #ff3200;
    color: #000;
    font-weight: 600;
    font-size: 1.35em;
    letter-spacing: 0.05em;
    cursor: pointer;
}

input[type="submit"]:active {
    opacity: 0.6;
}

@media (max-width: 900px) {
    .myLogin span {
        width: calc(10vw - 2px);
        height: calc(10vw - 2px);
    }
}

@media (max-width: 600px) {
    .myLogin span {
        width: calc(20vw - 2px);
        height: calc(20vw - 2px);
    }
}

.checkbox-wrapper-2 .ikxBAC {
    appearance: none;
    background-color: #dfe1e4;
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 20px;
    margin: 0;
    position: relative;
    width: 30px;
}

.checkbox-wrapper-2 .ikxBAC::before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
}

.checkbox-wrapper-2 .ikxBAC,
.checkbox-wrapper-2 .ikxBAC::after {
    transition: all 100ms ease-out;
}

.checkbox-wrapper-2 .ikxBAC::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 14px;
}

.checkbox-wrapper-2 input[type="checkbox"] {
    cursor: default;
}

.checkbox-wrapper-2 .ikxBAC:hover {
    background-color: #c9cbcd;
    transition-duration: 0s;
}

.checkbox-wrapper-2 .ikxBAC:checked {
    background-color: #6e79d6;
}

.checkbox-wrapper-2 .ikxBAC:checked::after {
    background-color: #fff;
    left: 13px;
}

.checkbox-wrapper-2 :focus:not(.focus-visible) {
    outline: 0;
}

.checkbox-wrapper-2 .ikxBAC:checked:hover {
    background-color: #ff3200;
}

.loadertwo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
    display: inline-block;
}

.loadertwo::before,
.loadertwo::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #11ff00;
    animation: prixClipFix 2s linear infinite;
}

.loadertwo::after {
    inset: 8px;
    transform: rotate3d(90, 90, 0, 180deg);
    border-color: #11ff00;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }

    75%,
    100% {
        clip-path: polygon(50% 50%,
                0 0,
                100% 0,
                100% 100%,
                100% 100%,
                100% 100%);
    }
}

.container .hero {
    text-align: center;
    margin-right: 64px;
    padding: 30px;
}

@media (max-width: 900px) {
    .container .hero {
        margin-right: 32px;
    }
}

@media (max-width: 767px) {
    .container .hero {
        display: none;
    }
}

.container .hero img {
    margin-top: 40px;
}

.container .text-block {
    max-width: 1140px;
    margin: 0 auto;
    text-align: left;
    padding: 30px 30px 50px;
}

@media screen and (max-width: 770px) {
    .container .text-block {
        padding: 35px 15px;
    }
}

.container .text-block h1 {
    width: 100%;
    font-family: Avenir;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    font-size: 32px;
    margin-bottom: 40px;
    padding-top: 20px;
    color: #04172f;
}

.container .text-block a {
    text-decoration: underline;
}

.container .text-block-new {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.container .text-block-new .c8 {
    padding-top: 20px;
}

.container .text-block-new .lst-kix_ipp2a1ld2f9l-0>li:before {
    content: "\2022   ";
    vertical-align: middle;
}

.container .text-block {
    max-width: 1140px;
    margin: 0 auto;
    text-align: left;
    padding: 30px 30px 50px;
}

@media screen and (max-width: 770px) {
    .container .text-block {
        padding: 35px 15px;
    }
}

.container .text-block p,
.container .text-block ul {
    margin-bottom: 10px;
}

.container .text-block h2 {
    font-weight: 700;
    font-size: 24px;
    color: #04172f;
    margin-bottom: 20px;
}

.container .text-block h2:not(:first-child) {
    margin-top: 40px;
}

.container .text-block li,
.container .text-block p {
    color: #04172f;
}

.container .text-block .engagements-block {
    background-color: #f7f7f7;
    padding: 50px 30px;
}

@media screen and (max-width: 770px) {
    .container .text-block .engagements-block {
        padding: 35px 15px;
    }
}

.container .text-block .engagements-block h3 {
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-size: 40px;
    text-align: center;
    color: #04172f;
    margin-bottom: 68px;
}

@media screen and (max-width: 770px) {
    .container .text-block .engagements-block h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }
}

.container .text-block .engagements-block .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.container .text-block .engagements-block .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 770px) {
    .container .text-block .engagements-block .col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 20px;
    }
}

.container .text-block .engagements-block .col.wide {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.container .text-block .engagements-block .engagement-card {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 310px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.container .text-block .engagements-block .engagement-card .image {
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 30px;
    height: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.container .text-block .engagements-block .engagement-card .image img.centered-img {
    position: relative;
    left: 30px;
}

.container .text-block .engagements-block .engagement-card .heading {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 20px;
    text-align: center;
    color: #04172f;
    margin-bottom: 18px;
}

.container .text-block .engagements-block .engagement-card .desc {
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 15px;
    text-align: center;
    max-width: 180px;
    margin: 0 auto;
    color: #04172f;
}

.c12,
.c14 {
    font-weight: 600;
    text-align: left;
    width: 100%;
    display: block;
    margin-bottom: 1em;
    font-size: 25;
}

.c6 {
    font-weight: 600;
    text-align: left;
    width: 100%;
    display: block;
    margin-block: 0.5em;
    font-size: 20;
}

/* Superposition pour bloquer les interactions */
.toast-active::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Couleur semi-transparente */
    z-index: 999;
    /* Au-dessus de tout */
}

/* Désactive les clics */
.toast-active {
    pointer-events: none;
}

.Toastify__toast-container {
    pointer-events: auto;
    /* Permet d'interagir avec la notification */
}

.Toastify__toast {
    display: flex;
}

.signature {
    transform: translateY(-40px);
}

.signature path {
    fill: none;
    stroke: #ef3340;
    stroke-width: 5;
    stroke-dasharray: 600;
    /* Ajusté en fonction de la longueur du chemin */
    stroke-dashoffset: 600;
    animation: draw 5s ease-in forwards infinite;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}