.elementor-415 .elementor-element.elementor-element-27187e7c{--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;--gap:50px 50px;--row-gap:50px;--column-gap:50px;}.elementor-415 .elementor-element.elementor-element-4d7d2f2f{--display:grid;--e-con-grid-template-columns:60% 1fr;--e-con-grid-template-rows:repeat(1, 1fr);--gap:25px 25px;--row-gap:25px;--column-gap:25px;--grid-auto-flow:row;}.elementor-415 .elementor-element.elementor-element-9d31d8e{--display:flex;--gap:25px 25px;--row-gap:25px;--column-gap:25px;}.elementor-415 .elementor-element.elementor-element-36c2e308{text-align:left;}.elementor-415 .elementor-element.elementor-element-36c2e308 .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:50px;font-weight:800;text-transform:uppercase;line-height:1.25em;color:var( --e-global-color-secondary );}.elementor-415 .elementor-element.elementor-element-7d467f76{text-align:justify;font-family:"Manrope", Sans-serif;font-size:18px;font-weight:400;color:var( --e-global-color-secondary );}.elementor-415 .elementor-element.elementor-element-7d467f76 a{color:var( --e-global-color-secondary );}.elementor-415 .elementor-element.elementor-element-2730867a .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-415 .elementor-element.elementor-element-2730867a .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-415 .elementor-element.elementor-element-2730867a{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-415 .elementor-element.elementor-element-2730867a .elementor-icon-list-item > .elementor-icon-list-text, .elementor-415 .elementor-element.elementor-element-2730867a .elementor-icon-list-item > a{font-family:"Manrope", Sans-serif;font-size:16px;font-weight:400;}.elementor-415 .elementor-element.elementor-element-2730867a .elementor-icon-list-text{color:var( --e-global-color-secondary );transition:color 0.3s;}@media(max-width:1400px){.elementor-415 .elementor-element.elementor-element-4d7d2f2f{--grid-auto-flow:row;}.elementor-415 .elementor-element.elementor-element-36c2e308 .elementor-heading-title{font-size:40px;}.elementor-415 .elementor-element.elementor-element-7d467f76{font-size:16px;}}@media(max-width:1200px){.elementor-415 .elementor-element.elementor-element-4d7d2f2f{--e-con-grid-template-columns:1fr;--grid-auto-flow:row;}.elementor-415 .elementor-element.elementor-element-36c2e308{text-align:center;}.elementor-415 .elementor-element.elementor-element-36c2e308 .elementor-heading-title{font-size:34px;}.elementor-415 .elementor-element.elementor-element-7d467f76{font-size:16px;}}@media(max-width:700px){.elementor-415 .elementor-element.elementor-element-27187e7c{--gap:25px 25px;--row-gap:25px;--column-gap:25px;}.elementor-415 .elementor-element.elementor-element-4d7d2f2f{--e-con-grid-template-columns:1;--grid-auto-flow:row;}.elementor-415 .elementor-element.elementor-element-36c2e308 .elementor-heading-title{font-size:30px;}.elementor-415 .elementor-element.elementor-element-7d467f76{font-size:12px;}.elementor-415 .elementor-element.elementor-element-2730867a .elementor-icon-list-item > .elementor-icon-list-text, .elementor-415 .elementor-element.elementor-element-2730867a .elementor-icon-list-item > a{font-size:10px;}}/* Start custom CSS for icon-list, class: .elementor-element-2730867a */.elementor-415 .elementor-element.elementor-element-2730867a ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.elementor-415 .elementor-element.elementor-element-2730867a li{
    padding: 10px 20px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 100px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-386b2f01 */.carousel-container {
    font-family: 'Manrope', sans-serif;
}

.carousel-track {
    display: flex;
    justify-content: center;
    height: 500px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.card {
    width: 300px;
    height: 500px;
    padding: 25px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    transition: all 0.8s ease;
    position: absolute;
    will-change: transform, z-index;
}

.card.main {
    transform: scale(1);
    width: 33.333%;
    z-index: 10;
}

.card.left {
    transform: scale(0.95) translateX(50px);
    z-index: 5;
    left: 30%;
    margin-left: -150px;
}

.card.left-outside {
    transform: scale(0.85) translateX(125px);
    z-index: 1;
    left: 15%;
    margin-left: -150px;
}

.card.right {
    transform: scale(0.95) translateX(-50px);
    z-index: 5;
    left: 70%;
    margin-left: -150px;
}

.card.right-outside {
    transform: scale(0.85) translateX(-125px);
    z-index: 1;
    left: 85%;
    margin-left: -150px;
}

.title {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 15px;
    color: #2B2721;
}

.description {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0E0F0C;
}

.highlight {
    background-color: #FFFB00;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 8px;
}

.list {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0E0F0C;
}

.list ul {
    padding-left: 20px;
    margin-top: 10px;
}

.list li {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #314158;
    padding-bottom: 8px;
}

@media (max-width: 1400px) {
    .carousel-track {
        height: 480px;
    }

    .card {
        width: 280px;
        height: 480px;
        padding: 20px;
    }
    
    .card.main {
        width: 30%;
    }
    
    .card.left {
        transform: scale(0.95) translateX(40px);
        left: 28%;
        margin-left: -140px;
    }
    
    .card.left-outside {
        transform: scale(0.85) translateX(100px);
        left: 12%;
        margin-left: -140px;
    }
    
    .card.right {
        transform: scale(0.95) translateX(-40px);
        left: 72%;
        margin-left: -140px;
    }
    
    .card.right-outside {
        transform: scale(0.85) translateX(-100px);
        left: 88%;
        margin-left: -140px;
    }
    
    .title {
        font-size: 18px;
    }
    
    .description, .list {
        font-size: 16px;
    }
    
    .highlight {
        font-size: 13px;
    }
    
    .list li {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    .carousel-track {
        height: 440px;
    }
    
    .card {
        width: 250px;
        height: 440px;
        padding: 15px;
    }
    
    .card.main {
        width: 50%;
    }
    
    .card.left {
        transform: scale(0.95) translateX(30px);
        left: 25%;
        margin-left: -125px;
    }
    
    .card.left-outside {
        transform: scale(0.85) translateX(80px);
        left: 8%;
        margin-left: -125px;
    }
    
    .card.right {
        transform: scale(0.95) translateX(-30px);
        left: 75%;
        margin-left: -125px;
    }
    
    .card.right-outside {
        transform: scale(0.85) translateX(-80px);
        left: 92%;
        margin-left: -125px;
    }
    
    .title {
        font-size: 17px;
        margin-bottom: 12px;
    }
    
    .description, .list {
        font-size: 15px;
        margin-bottom: 8px;
    }
    
    .highlight {
        font-size: 12px;
        padding: 6px 8px;
    }
    
    .list li {
        font-size: 12px;
        padding-bottom: 6px;
    }
}

@media (max-width: 700px) {
    .carousel-track {
        height: 380px;
        overflow: hidden;
    }
    
    .card {
        width: 200px;
        height: 380px;
        padding: 12px;
        box-shadow: none;
        border: solid 1px #DFDFDF;
    }
    
    .card.main {
        width: 66.666%;
        transform: scale(1);
    }
    
    .card.left {
        transform: scale(0.9) translateX(20px);
        left: 20%;
        margin-left: -100px;
    }
    
    .card.left-outside {
        transform: scale(0.8) translateX(50px);
        left: 5%;
        margin-left: -100px;
    }
    
    .card.right {
        transform: scale(0.9) translateX(-20px);
        left: 80%;
        margin-left: -100px;
    }
    
    .card.right-outside {
        transform: scale(0.8) translateX(-50px);
        left: 95%;
        margin-left: -100px;
    }
    
    .title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .description, .list {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .highlight {
        font-size: 11px;
        padding: 5px 7px;
    }
    
    .list ul {
        padding-left: 15px;
        margin-top: 8px;
    }
    
    .list li {
        font-size: 11px;
        padding-bottom: 5px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-27187e7c */.elementor-415 .elementor-element.elementor-element-27187e7c:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-color: #101618;
}/* End custom CSS */