.elementor-17479 .elementor-element.elementor-element-662e5ff5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-17479 .elementor-element.elementor-element-60e996e8{--display:flex;}.elementor-17479 .elementor-element.elementor-element-7686f2e3{--display:flex;}.elementor-17479 .elementor-element.elementor-element-151d6d8b{--display:flex;}.elementor-17479 .elementor-element.elementor-element-f1be467{--display:flex;}body.elementor-page-17479:not(.elementor-motion-effects-element-type-background), body.elementor-page-17479 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-35526bf8 );}body.elementor-page-17479{padding:0% 0% 0% 0%;}/* Start custom CSS for container, class: .elementor-element-662e5ff5 */.section-wrapper.success {
    padding-top: var(--hero-top-padding);
    padding-bottom: var(--hero-top-padding);
    min-height: calc(100svh - var(--nav-bar-height) - 7rem);
}

.section-wrapper.success .section-inner-wrapper.success {
    flex-direction: column;
}

.section-inner-wrapper.success .heading-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section-inner-wrapper.success .img-wrapper-wrapper {
    display: flex;
    max-width: 600px;
}


@media only screen and (min-width: 768px) {
    .section-wrapper.success {
        min-height: calc(100svh - var(--nav-bar-height) - 4.5rem);
    }
}

@media only screen and (min-width: 1025px) {
    .section-wrapper.success .section-inner-wrapper.success {
        flex-direction: row;
    }
    .section-inner-wrapper.success .heading-wrapper {
        align-items: start;
        text-align: left;
    }
    .section-inner-wrapper.success .img-wrapper-wrapper {
        max-width: 800px;
    }

}

/**/
.socials-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 2rem;
    
    line-height: 0;
}

.socials-wrapper svg {
    fill: var(--text);
    
    transition: fill 150ms ease;
}

.socials-wrapper a:hover svg {
    fill: var(--brand-color);
}/* End custom CSS */
/* Start custom CSS */.SmH3 H3{
    font-size: 20px !important;
}
.MH3 H3{
    font-size: 22px !important;
}


.HTwoRobotoResponsive H2 {
    font-size: 35px !important; 
    @media screen and (min-width: 768px) {
        font-size: 40px !important;
    }
    @media screen and (min-width: 1025px) {
        font-size: 45px !important;
    }
}

.HOneResponsive H1 {
    font-size: 50px !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 600 !important;
    @media screen and (min-width: 768px) {
        font-size: 60px !important;
    }
    @media screen and (min-width: 1025px) {
        font-size: 70px !important;
    }
}

.HThreeResponsive H3 {
    font-size: 18px !important;
    @media screen and (min-width: 768px) {
        font-size: 20px !important;
    }
    @media screen and (min-width: 1025px) {
        font-size: 25px !important
    }
}/* End custom CSS */