h1 {
    color: #333185;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 60px;
}

h2 {
    color: #333185;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 200;
    line-height: 60px; /* 150% */
}

h3 {
    color: #333185;
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 50px;
}

/*region top image section*/
header.fixed-header ~ main > section:first-child {
    padding: 0;
    margin-top: 0;
}

.section-header {
    position: relative;
    display: flex;
}

.section-header:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(310deg, rgba(153, 152, 204, 0.00) 20.91%, rgba(51, 49, 133, 0.60) 76.41%);
}

.top-image {
    position: relative;
    display: flex;
    z-index: -1;
    width: 100%;
    height: 586px;
    object-fit: cover;
}

.header-overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    padding: 120px 0;
    margin-top: 100px;
    width: 100%;
}

.header-overlay h1 {
    color: #FFF;
    font-family: Raleway;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
}

.header-overlay h1 span {
    color: #FA0;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Raleway;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px; /* 130% */
}

.header-orange-text {
    color: var(--Spot-Orange, #FA0);
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 45px;
}

/*endregion*/

/*region section main text*/
section.section-main-text {
    margin: 60px 0;
}

.main-text,
.main-text p {
    color: var(--dark-text, #444445);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 166.667% */
}

.main-text strong,
.main-text b {
    color: var(--auxilo-lila, #333185);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

/*endregion*/

/*region section icon after main text*/
section.section-main-text-icon .col-4:has( > .icon-recommendation-wrap) {
    margin-top: 90px;
}

section.section-main-text-icon .main-text-icon-wrap {
    display: flex;
    flex-direction: column;
    min-height: 333px;
    width: 100%;
    padding: 20px;
    border-radius: 6px;
    background: rgba(153, 152, 204, 0.10);
}

section.section-main-text-icon .main-text-icon-img-wrap {
    display: flex;
    width: 100%;
    flex-basis: 150px;
    justify-content: center;
    align-items: center;
}

section.section-main-text-icon .main-text-icon-img {
    max-width: 120px;
    max-height: 120px;
    object-fit: contain;
}

section.section-main-text-icon .main-text-icon-text-wrap {
    display: flex;
    flex-direction: column;
}

section.section-main-text-icon .main-text-icon-text-wrap .main-text-icon-header {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #333185;
    text-align: center;
    font-family: Raleway;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; /* 173.077% */
}

section.section-main-text-icon .main-text-icon-text-wrap .main-text-icon-text {
    color: #333185;
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
}

/*endregion*/

/*region section with number in circle*/
section.section-application-process {
    margin: 105px 0 85px 0;
}

.row-background-color {
    background: rgba(153, 152, 204, 0.10);
}

.application_process_img {
    flex-grow: 1;
    position: relative;
    top: -10%;
    margin-right: auto;
    width: 500px;
}

.before-first-block-line {
    display: flex;
    flex-grow: 1;
    margin-top: auto;
    height: 60%;
    border-top: 1px solid #333185;
    border-left: 1px solid #333185;
    border-radius: 10px 0 0 0;
}

.after-first-block {
    display: flex;
    flex-grow: 1;
}

.before-last-block-line {
    display: flex;
    width: 100%;
    height: calc(100% - 40px);
    margin-bottom: auto;
    border-bottom: 1px solid #333185;
    border-left: 1px solid #333185;
    border-radius: 0 0 0 10px;
}

.circle-border {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
    aspect-ratio: 1;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #333185;
    background: rgba(153, 152, 204, 0.00);
    margin-left: auto;
    margin-right: 15px;
}

.circle-background {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(153, 152, 204, 0.80);
}

.circle-number {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Raleway;
    font-size: 50px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

.before-circle-line {
    width: 100%;
    border-bottom: 1px solid #333185;
}

.vertical-circle-line {
    height: 100%;
    border-left: 1px solid #333185;
}

.section-application-process b,
.section-application-process strong {
    color: var(--auxilo-lila, #333185);
    font-weight: 700;
}

/*endregion*/

/*region section auxilance no background*/
.section-auxilance {
    margin: 90px 0 130px 0;
}

.section-auxilance h1,
.section-auxilance h2 {
    color: #333185;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 150% */
}

.section-auxilance h1 strong,
.section-auxilance h2 strong,
.section-auxilance h1 b,
.section-auxilance h2b {
    color: #FA0;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
}

.section-auxilance-main-text {
    color: var(--dark-text, #444445);
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px; /* 145.455% */
}

.section-auxilance-advantage-card-wrap {
    row-gap: 100px;
}

.section-auxilance-advantage-card-wrap .col-6:nth-child(odd) {
    padding-right: 50px;
}

.section-auxilance-advantage-card-wrap .col-6:nth-child(even) {
    padding-left: 50px;
}

.section-auxilance-advantage-card {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr; /* Заголовок, текст, список растягивается */
    height: 100%;
}

.section-auxilance-advantage_header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.section-auxilance-advantage_header h1,
.section-auxilance-advantage_header h2,
.section-auxilance-advantage_header h3,
.section-auxilance-advantage_header h4,
.section-auxilance-advantage_header h5,
.section-auxilance-advantage_header h6 {
    color: #333185;
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 166.667% */
    margin-bottom: 0;
}

.section-auxilance-advantage_header h1 strong,
.section-auxilance-advantage_header h2 strong,
.section-auxilance-advantage_header h3 strong,
.section-auxilance-advantage_header h4 strong,
.section-auxilance-advantage_header h5 strong,
.section-auxilance-advantage_header h6 strong,
.section-auxilance-advantage_header h1 b,
.section-auxilance-advantage_header h2 b,
.section-auxilance-advantage_header h3 b,
.section-auxilance-advantage_header h4 b,
.section-auxilance-advantage_header h5 b,
.section-auxilance-advantage_header h6 b {
    color: #FA0;
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 0;
}

.section-auxilance-advantage_header:after {
    content: '';
    display: flex;
    width: 100%;
    margin-left: 10px;
    border-bottom: 1px solid #333185;
}

.section-auxilance-advantage_text {
    display: flex;
    color: var(--dark-text, #444445);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 166.667% */
    margin-bottom: 30px;
}

.section-auxilance-advantage-list {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-auxilance-advantage-list li {
    color: var(--auxilo-lila, #333185);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
    position: relative;
    padding-left: 40px; /* Отступ для размещения иконки */
    margin-bottom: 8px; /* Отступ между пунктами */
}

.section-auxilance-advantage-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.4em; /* Выравнивание по вертикали */
    width: 32px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='11' viewBox='0 0 32 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1617_7822)'%3E%3Cpath d='M0.742188 5.5H27.1607' stroke='%23333185' stroke-width='1.6'/%3E%3Cpath d='M26.9551 10.3524C29.2195 10.3524 31.0722 8.16854 31.0722 5.49943C31.0722 2.83031 29.2195 0.646484 26.9551 0.646484C24.6906 0.646484 22.8379 2.83031 22.8379 5.49943C22.8379 8.16854 24.6906 10.3524 26.9551 10.3524Z' fill='white'/%3E%3Cpath d='M26.9549 11C24.3474 11 22.2888 8.49265 22.2888 5.5C22.2888 2.50735 24.416 0 26.9549 0C29.4939 0 31.6211 2.50735 31.6211 5.5C31.6211 8.49265 29.4939 11 26.9549 11C29.5625 11 24.416 11 26.9549 11ZM26.9549 1.29412C24.965 1.29412 23.3867 3.15441 23.3867 5.5C23.3867 7.84559 24.965 9.70588 26.9549 9.70588C28.9449 9.70588 30.5232 7.84559 30.5232 5.5C30.5232 3.15441 28.9449 1.29412 26.9549 1.29412C28.9449 1.29412 24.965 1.29412 26.9549 1.29412Z' fill='%23333185'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1617_7822'%3E%3Crect width='30.8788' height='11' fill='white' transform='translate(0.742188)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

/*endregion*/

/*region section auxilance violet background*/
.section-violet-advantage {
    margin: 85px 0;
    padding: 75px 0;
    background: rgba(153, 152, 204, 0.10);
}

.section-violet-advantage h2 {
    color: #333185;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; /* 150% */
    margin-bottom: 40px;
}

.advantage-item {
    display: flex;
    flex-direction: column;
    animation-duration: 3s;
}

.advantage-item-header-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 35px;
}

.advantage-item-circle-check {
    display: flex;
    width: 40px;
    height: 39px;
    min-width: 40px;
    min-height: 39px;
    margin-right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='39' viewBox='0 0 40 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.21436' y='4.50977' width='33.2019' height='31.3881' rx='15.6941' fill='%239998CC' fill-opacity='0.8'/%3E%3Crect x='1.28467' y='1.31836' width='37.481' height='37' rx='18.5' stroke='%239998CC'/%3E%3Cpath d='M12.8481 20.7903L18.7397 29.3855L28.8395 12.9766' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}

.advantage-item-header {
    color: var(--auxilo-lila, #333185);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 130% */
}

.advantage-item-text {
    color: var(--auxilo-lila, #333185);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px; /* 144.444% */
}

/*endregion*/

/*region section other funding*/
.orange-text {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 26px; /* 130% */
    color: var(--Spot-Orange, #FA0);
}

section#other-funding h2 {
    color: var(--auxilo-lila, #333185);
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 86.667% */
    margin-bottom: 40px;
}

section#other-funding .other-funding-card .other-funding-card-text-wrap a {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    white-space: nowrap;
    text-decoration: none;
    color: #FA0;
}

section#other-funding .other-funding-card .other-funding-card-text-wrap a:hover .arrow-black {
    margin-right: 10px;
    margin-left: 10px;
    transition: 0.3s margin-right, 0.3s margin-left;
}

section#other-funding .other-funding-card .other-funding-card-text-wrap a .arrow-black {
    position: relative;
    display: flex;
    width: 100%;
    height: 1px;
    margin-right: 20px;
    margin-left: 0;
    transition: 0.3s margin-right, 0.3s margin-left;
    background-color: #FFFFFF;
}

section#other-funding .other-funding-card .other-funding-card-text-wrap a .arrow-black:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    width: 8px;
    height: 8px;
    content: '';
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid white;
    border-right: 1px solid white;
}

section#other-funding .other-funding-card {
    height: 100%;
    border: 1px solid #333185;
    border-radius: 6px;
    background: rgba(51, 49, 133, 0.00);
}

section#other-funding .other-funding-card .image-wrap {
    overflow: hidden;
    width: 100%;
}

section#other-funding .other-funding-card img {
    width: 100%;
    height: 270px;
    transition: transform 0.3s ease-in-out;
    border-radius: 6px 6px 0 0;
    object-fit: cover;
}

section#other-funding .other-funding-card:hover img {
    transform: scale(1.1);
}

section#other-funding .other-funding-card .other-funding-card-text-wrap {
    display: flex;
    flex-direction: column;
    min-height: 300px;
    padding: 45px;
}

section#other-funding .other-funding-card .other-funding-card-text-wrap h2 {
    font-family: Raleway;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    color: #333185;
}

section#other-funding .other-funding-card .other-funding-card-text-wrap div {
    font-family: Raleway;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 26px; /* 144.444% */
    margin-top: auto;
    margin-bottom: 10px;
    color: #333185;
}

section#other-funding .other-funding-card .other-funding-card-text-wrap div b {
    font-weight: 700;
}

section#other-funding .other-funding-card .other-funding-card-text-wrap a .arrow-black {
    background-color: #333185;
}

section#other-funding .other-funding-card .other-funding-card-text-wrap a .arrow-black:after {
    border-top: 1px solid #333185;
    border-right: 1px solid #333185;
}

/*endregion*/

/*region Bootstrap5 custom indicators*/
/* Скрываем стандартные индикаторы */
.carousel-indicators {
    display: none;
}

/* Стили для кастомных индикаторов */
.custom-indicators-container {
    position: absolute;
    z-index: 15;
    right: 0;
    bottom: 20px;
    left: 0;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.custom-indicators {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 15px;
}

.custom-indicator {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    cursor: pointer;
}

.progress-bar-container {
    overflow: hidden;
    width: 90px;
    height: 2px;
    margin-bottom: 5px;
    background-color: #333185;
}

.progress-bar {
    width: 0;
    height: 100%;
    transition: width linear;
    background-color: var(--Spot-Orange, #FA0);
}

.custom-indicator.active .progress-bar {
    width: 100%;
    transition-duration: var(--slide-interval);
}

.indicator-label {
    font-family: Raleway;
    font-size: 8px;
    font-weight: 700;
    font-style: normal;
    color: #333185;
}

.custom-indicator.active .indicator-label {
    color: #FA0;
}

/*endregion*/

@media all and (width < 1570px) {
    .application_process_img {
        left: 0;
    }
}

@media all and (width < 1400px) {
    .application_process_img {
        left: -20%;
    }
}

@media all and (width < 1340px) {
    .application_process_img {
        left: 0;
    }
}

@media all and (width > 767px) and (width < 992px) {
    section.section-main-text-icon .main-text-icon-text-wrap .main-text-icon-header {
        font-size: 24px;
        line-height: normal;
    }

    section.section-main-text-icon .main-text-icon-text-wrap .main-text-icon-text {
        font-size: 16px;
        line-height: normal;
    }

    section#other-funding .other-funding-card {
        display: flex;
        flex-direction: column;
    }

    section#other-funding .other-funding-card .other-funding-card-text-wrap {
        display: flex;
        flex-grow: 1;
        padding: 15px;
        min-height: auto;
    }

    section#other-funding .other-funding-card .other-funding-card-text-wrap h2 {
        font-size: 18px;
    }
}

@media all and (width < 768px) {
    h1,
    h2,
    .tab-content h2,
    h3 {
        font-size: 26px;
        font-weight: 300;
        line-height: 40px;
    }

    .header-overlay {
        bottom: 0;
        padding-bottom: 150px;
        margin-top: 0;
    }

    .top-image {
        height: 100vh;
    }

    .header-orange-text {
        color: var(--Spot-Orange, #FA0);
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.50);
        font-family: Raleway;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .header-overlay h1 span {
        color: #FA0;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.50);
        font-family: Raleway;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px; /* 120% */
    }

    .header-overlay h1 {
        color: #FFFFFF;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.50);
        font-family: Raleway;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px; /* 120% */
    }

    /*region Top content mobile*/
    .top-content-collapse-row {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .top-content-collapse-wrap {
        border-top: 1px solid #333185;
    }

    .top-content-collapse-wrap p {
        color: var(--dark-text-2, #444445);
        font-family: Raleway;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }

    .top-content-collapse-wrap ul {
        margin: 0;
        color: var(--dark-text-2, #444445);
        font-family: Raleway;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }

    .top-content-collapse-header {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        padding: 15px 0;
        text-decoration: none;
        color: var(--auxilo-lila, #333185);
        font-family: Raleway;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .top-content-collapse-header h5 {
        color: var(--auxilo-lila, #333185);
        font-family: Raleway;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .top-content-collapse-header:after {
        content: '';
        display: flex;
        align-self: baseline;
        width: 31px;
        min-width: 31px;
        height: 30px;
        min-height: 30px;
        margin-left: auto;
        border-bottom: none;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("data:image/svg+xml,%3Csvg width='31' height='30' viewBox='0 0 31 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.9282' cy='15' r='14.5' fill='white' stroke='%23333185'/%3E%3Cline x1='9.10938' y1='14.5' x2='24.1094' y2='14.5' stroke='%23333185'/%3E%3Cline x1='16.7925' y1='21.8184' x2='16.7925' y2='6.81836' stroke='%23333185'/%3E%3C/svg%3E");
        transition: transform 0.3s ease;
    }

    .top-content-collapse-header[aria-expanded="true"]:after {
        transform: rotate(45deg);
    }

    .section-main-content .icon-three-in-row {
        margin-top: 0;
    }

    /*endregion*/

    .icon-wrap {
        display: flex;
        min-width: 100%;
        flex-direction: row;
        align-items: flex-start;
    }

    .icon-wrap img {
        max-width: 25px;
        margin-right: 20px;
        margin-top: 5px;
    }

    .icon-wrap .icon-text,
    .icon-wrap .icon-text p {
        color: #9998CC;
        font-family: Raleway;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }

    .section-application-process h2 {
        margin-bottom: 75px;
    }

    .before-first-block-line,
    .vertical-circle-line,
    .before-circle-line,
    .before-last-block-line {
        display: none;
    }

    .circle-border {
        margin-right: auto;
        margin-bottom: 45px;
    }

    .circle-center-line-on-mobile {
        display: flex;
        position: absolute;
        z-index: -1;
        left: 50%;
        bottom: 0;
        height: 45px;
        border-right: 1px solid #333185;;
    }

    .margin-top-circle-mobile {
        margin-top: 40px;
    }

    .collapse-application_process_block-wrap {
        padding: 15px 0;
        border-top: 1px solid #333185;
        border-bottom: 1px solid #333185;
    }

    .application-process-collapse-header,
    .application-process-collapse-header h3 {
        color: #333185;
        font-family: Raleway;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px; /* 250% */
        text-decoration: none;
    }

    .section-auxilance h1,
    .section-auxilance h2 {
        color: #333185;
        font-family: Raleway;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; /* 133.333% */
    }

    .section-auxilance h1 strong,
    .section-auxilance h2 strong,
    .section-auxilance h1 b,
    .section-auxilance h2b {
        color: #FA0;
        font-family: Raleway;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px;
    }

    .section-auxilance-advantage-card-wrap {
        row-gap: 0;
    }

    .section-auxilance-advantage-card-wrap-line {
        display: flex;
        width: 100%;
        border-bottom: 1px solid #333185;
    }

    .application-process-collapse-header,
    .section-auxilance-advantage_header {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        padding: 15px 0;
        text-decoration: none;
    }

    .application-process-collapse-header:after,
    .section-auxilance-advantage_header:after {
        content: '';
        display: flex;
        width: 31px;
        height: 30px;
        margin-left: auto;
        border-bottom: none;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("data:image/svg+xml,%3Csvg width='31' height='30' viewBox='0 0 31 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.9282' cy='15' r='14.5' fill='white' stroke='%23333185'/%3E%3Cline x1='9.10938' y1='14.5' x2='24.1094' y2='14.5' stroke='%23333185'/%3E%3Cline x1='16.7925' y1='21.8184' x2='16.7925' y2='6.81836' stroke='%23333185'/%3E%3C/svg%3E");
        transition: transform 0.3s ease;
    }

    .application-process-collapse-header[aria-expanded="true"]:after,
    .section-auxilance-advantage_header[aria-expanded="true"]:after {
        transform: rotate(45deg);
    }

    .section-auxilance-advantage-list {
        margin-bottom: 45px;
    }

    .section-violet-advantage h2 {
        color: #333185;
        font-family: Raleway;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 125% */
    }

    .section-main-text-icon .carousel-indicators{
        display: flex;
    }

    .section-violet-advantage{
        padding-bottom: 150px;
    }

    .advantages-list .carousel-indicators {
        display: flex;
        bottom: -100px;
    }

    .section-main-text-icon .carousel-indicators [data-bs-target],
    .advantages-list .carousel-indicators [data-bs-target] {
        width: 50px;
        background-color: #333185;
        margin-left: 14px;
        margin-right: 14px;
        opacity: 1;
    }

    .section-main-text-icon .carousel-indicators .active,
    .advantages-list .carousel-indicators .active {
        background-color: #FFAA00;
        opacity: 1;
    }

    section#other-funding h2 {
        margin-bottom: 15px;
        color: var(--auxilo-lila, #333185);
        font-family: Raleway;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px; /* 130% */
    }

    #OtherFundingCustomCarousel {
        margin-bottom: 50px;
    }

    #OtherFundingCustomCarousel .custom-indicators-container {
        bottom: -90px;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    #OtherFundingCustomCarousel .custom-indicators {
        justify-content: space-between;
        width: 100%;
    }

    #OtherFundingCustomCarousel .progress-bar-container {
        width: 90px;
        height: 2px;
    }

    #OtherFundingCustomCarousel .indicator-label {
        font-family: Raleway;
        font-size: 8px;
        font-weight: 700;
        font-style: normal;
        color: #333185;
    }

    section#other-funding .other-funding-card .other-funding-card-text-wrap {
        min-height: 225px;
        padding: 30px;
    }

    section#other-funding .other-funding-card .other-funding-card-text-wrap h2 {
        margin-bottom: 15px;
        color: var(--auxilo-lila, #333185);
        font-family: Raleway;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px; /* 130% */
    }

    section#other-funding .other-funding-card .other-funding-card-text-wrap div {
        font-size: 16px;
    }

    section#other-funding .other-funding-card .other-funding-card-text-wrap a {
        font-size: 12px;
        font-weight: 700;
        line-height: 10px;
    }

    #OtherFundingCustomCarousel {
        margin-bottom: 50px;
    }

    #OtherFundingCustomCarousel .custom-indicators-container {
        bottom: -90px;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    #OtherFundingCustomCarousel .custom-indicators {
        justify-content: space-between;
        width: 100%;
    }

    #OtherFundingCustomCarousel .progress-bar-container {
        width: 90px;
        height: 2px;
    }

    #OtherFundingCustomCarousel .indicator-label {
        font-family: Raleway;
        font-size: 8px;
        font-weight: 700;
        font-style: normal;
        color: #333185;
    }


}
@media all and (width < 576px) {
    .header-overlay {
        height: 100%;
        justify-content: center;
    }

}