.-YC-WidgetType-features_image4 {
    --bgcolor: #FAFAFD;
    --secondarytext: #b9b8e5;
    --backfround: #FAFAFD;
    --uicolor: #1f1e87;
    --section-shadow: 0 2px 3px #00000026, 0 8px 20px #0003;
    --icontext: #44d4ad;
    
    
    
    
    
    
    --top-separator-color:
    var(--bgcolor);
    --bottom-separator-color: white;
--first-button-color:
    var(--primary-text);
    --first-button-text: #ffffff;
    --first-button-border: 2px solid
    var(--primary-text);
    --first-button-hovercolor: #041c3600;
    --first-button-hovertext:
    var(--primary-text);
    --first-button-hoverborder: 2px solid
    var(--primary-text);
    --second-button-color: #1269eb00;
    --second-button-text:
    var(--uicolor2);
    --second-button-border: 2px solid
    var(--uicolor2);
    --second-button-hovercolor:
    var(--uicolor2);
    --second-button-hovertext: white;
    --second-button-hoverborder: 2px solid
    var(--uicolor2);
}
.-YC-featuresimage4-content-s1 h3 {
    font-weight: 500;
    display: block;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 20px;
    color: var(--primary-text);
}

.-YC-featuresimage4-content-s1 p {
    color: var(--box-content-color);
    font-weight: 300;
    line-height: 1.4;
    transition: 180ms all ease;
}

.-YC-Top-featuresimage4-title h4 {
    color: var(--pcolor);
    font-weight: 500;
    font-size: 27px;
}

.-YC-Top-featuresimage4-title {
    DISPLAY: FLEX;
    align-items: stretch;
    flex-wrap: wrap;
    border: 1px solid var(--diver);
    background: white;
    border-radius: 30px;
    box-shadow: 1px 26px 18px 0px #0000001a;
    transition: .3s all 
ease;
    padding: 50px;
    z-index: 1;
    position: relative;
    border: 1px solid var(--diver);
}
.featuresimage4 {
    flex-wrap: wrap;
    justify-content: space-between;
}

.container.featuresimage4 {
}

.container.featuresimage4:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 80%;
    filter: blur(211px);
    transform: translate(-50%,-50%);
    z-index: -1;
    opacity: 0.4;
}
.-YC-Top-featuresimage4-title h2 {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 35px;
    font-weight: 700;
}

.-YC-featuresimage4-content-s1 {position: relative;flex-wrap: wrap;}

.-onesection-image-contentarea {
    color: #6f6d7a;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.8;
}

.-onesection-image-contentarea * {
    margin: revert;
}

.-onesection-image-contentarea strong {
    font-weight: 500;
}

.-onesection-image-contentarea > *:first-child {
    margin-top: 0;
}

.-onesection-image-contentarea > *:last-child {
    margin-bottom: 0;
}

.-YC-Top-featuresimage4-title p:empty {
    display: none;
}

.-YC-Top-featuresimage4-title >  p {
    font-weight: 300;
    font-size: 19px;
    line-height: 1.6;
}

.-YC-featuresimage4-content-s1 {
    display: block;
    width: -webkit-fill-available;
    margin: 0px -30px;
    margin-top: 30px;
}

.-YC-featuresimage4-content-s1 > ul {
    display: flex;
    flex-wrap: wrap;
}

.-YC-featuresimage4-content-s1 > ul > li {flex-direction: column;display: flex;box-shadow: var(--boxses-shadow);margin: 0 20px 40px;flex: 1;flex-wrap: wrap;border-radius: var(--largeradius);position: relative;max-width: 500px;min-width: 300px;transition: 180ms all ease;background: #f8faff;padding: 20px;}
.-YC-featuresimage4-content-s1 > ul > li > i {
    font-size: 26px;
    position: relative;
    z-index: 1;
    display: flex;
    border-radius: 50%;
    align-content: center;
    width: 50px;
    justify-content: center;
    padding: 4px;
    align-items: center;
    color: var(--features-bg);
    margin-bottom: 20px;
    height: 50px;
    border: 2px solid var(--features-bg);
}


.-featuresimage4-Context {
    font-weight: 400;
    line-height: 1.4;
    font-size: 16px;
    color: #4A596A;
}
.-YC-Right-featuresimage4-SectionURL {
    display: flex;
    width: 100%;
    left: 50%;
    min-width: 100%;
    margin-top: 30px;
}

.--diver-item {
    height: 1px;
    width: 100%;
    margin: 30px 0;
    background: #efefef;
}

.-YC-Right-featuresimage4-SectionURL > a {
    display: flex;
    padding: 20px 55px;
    border-radius: var(--largeradius);
    font-size: 18px;
    font-weight: 400;
    align-content: center;
    align-items: center;
    margin-inline-end: 10px;
    background: var(--first-button-color);
    color: var(--first-button-text);
    border: var(--first-button-border);
    flex-wrap: wrap;
}

.-YC-Right-featuresimage4-SectionURL > a:hover {
    background: var(--first-button-hovercolor);
    color: var(--first-button-hovertext);
    border: var(--first-button-hoverborder);
}
.-YC-Right-featuresimage4-SectionURL > a.button_url_2 {
    background: var(--second-button-color);
    color: var(--second-button-text);
    border: var(--second-button-border);
}

.-YC-Right-featuresimage4-SectionURL > a.button_url_2:hover {background: var(--second-button-hovercolor);color: var(--second-button-hovertext);border: var(--second-button-hoverborder);}
.-YC-Right-featuresimage4-SectionURL > a > i {
    margin-right: 10px;
    font-weight: 400;
}


.-YC-Top-featuresimage4-title h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.8;
    color: var(--uicolor2);
    width: 40%;
    display: flex;
    align-items: revert;
    flex-direction: column;
}

.-YC-Top-featuresimage4-title h2 i {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #351852;
    color: #fff;
    border-radius: 50%;
}

.-YC-Top-featuresimage4-title .content2 {display: flex;flex-wrap: wrap;min-width: 300px;max-width: 500px;position: relative;}

.-YC-Top-featuresimage4-title .content2 > i {display: inline-block;}

.-featuresimage4-section-2 {
    display: flex;
}

.-featuresimage4-section-2 p {
    font-size: 20px;
    line-height: 1.9;
}

.-featuresimage4-section-2 > i {
    font-size: 34px;
    font-weight: 300;
    margin-left: 18px;
    color: #6d839b;
}
.-YC-featuresimage4-image4 img {
}

.-YC-featuresimage4-image4 {
    display: flex;
    width: calc(100% - 640px);
    margin-inline-start: 40px;
    justify-content: center;
    align-items: center;
}


.-YC-Top-featuresimage4-title-TOP {
    position: relative;
    margin-inline-end: 40px;
    background: #fff;
    border-radius: 40px;
    align-self: center;
    flex: 1;
}

.--Floatin-Logo svg path {
}

.--Floatin-Logo {
    opacity: 0.4;
}

.-YC-Top-featuresimage4-title-Image {
    border-radius: 50px;
    /* filter: drop-shadow(0 14px 34px rgba(78,105,131,.3)); */
    position: relative;
    align-self: center;
    flex: 1;
    max-width: 450px;
}

.-YC-Top-featuresimage4-title-Image > video {
    width: 100%;
}

.-YC-Top-featuresimage4-title-Image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.-YC-Right-featuresimage4-SectionURL .-Mini-Form-Div.YC-Animation-Item {
    width: 100%;
    margin: 0;
}

.-Yc-form-listfeatures-Section form {
    display: flex;
    padding: 30px 20px;
    border-radius: 20px;
    border: 1px solid var(--diver);
    box-shadow: -1px 13px 13px 0px rgb(5 12 31 / 5%);
}

.-Yc-form-listfeatures-Section form .-fix-inputs-area {
    flex: 1;
    margin-inline-end: 13px;
    margin-bottom: 0;
}

.-YC-Right-featuresimage4-SectionURL .-YC-Forms-button {margin: 0;}

.-YC-Right-featuresimage4-SectionURL .-fix-forms-field-title {
    display: none;
}

.-Yc-form-listfeatures-Section.YC-Animation-Item {
    flex: 1;
}

.-YC-WidgetType-features_image4 {
    background: transparent;
    width: 100%;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1002%26quot%3b)' fill='none'%3e%3cpath d='M -161.9597857101008%2c58 C -65.96%2c109.8 126.04%2c291.8 318.0402142898992%2c317 C 510.04%2c342.2 606.04%2c154.8 798.0402142898993%2c184 C 990.04%2c213.2 1086.04%2c445.4 1278.0402142898993%2c463 C 1470.04%2c480.6 1725.65%2c266.8 1758.0402142898993%2c272 C 1790.43%2c277.2 1503.61%2c445.6 1440%2c489' stroke='rgba(123%2c 104%2c 238%2c 0.53)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -573.6429632909771%2c493 C -477.64%2c417.4 -285.64%2c144 -93.64296329097715%2c115 C 98.36%2c86 194.36%2c323.6 386.35703670902285%2c348 C 578.36%2c372.4 674.36%2c238.4 866.3570367090229%2c237 C 1058.36%2c235.6 1231.63%2c336.2 1346.3570367090229%2c341 C 1461.09%2c345.8 1421.27%2c277 1440%2c261' stroke='rgba(123%2c 104%2c 238%2c 0.53)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -400.16249172745347%2c353 C -304.16%2c300.4 -112.16%2c77.4 79.83750827254656%2c90 C 271.84%2c102.6 367.84%2c396.6 559.8375082725465%2c416 C 751.84%2c435.4 847.84%2c209.2 1039.8375082725465%2c187 C 1231.84%2c164.8 1439.81%2c326.4 1519.8375082725465%2c305 C 1599.87%2c283.6 1455.97%2c125 1440%2c80' stroke='rgba(123%2c 104%2c 238%2c 0.53)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -917.2465582659606%2c159 C -821.25%2c221.2 -629.25%2c470.4 -437.2465582659606%2c470 C -245.25%2c469.6 -149.25%2c153.4 42.75344173403943%2c157 C 234.75%2c160.6 330.75%2c471.2 522.7534417340394%2c488 C 714.75%2c504.8 819.3%2c256.8 1002.7534417340394%2c241 C 1186.2%2c225.2 1352.55%2c375.4 1440%2c409' stroke='rgba(123%2c 104%2c 238%2c 0.53)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1002'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
}