* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    scroll-behavior: smooth;
    outline: 0;
    font-family:"Inter", sans-serif;
}
html, body {
    margin: 0;
    padding: 0;
    width: 100%; 
}
.center {
    margin: 0 auto;
    width: 1280px;
}

.wrapper {
    background: #F7F8FA66;

}

.header {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #F5F5F5;
    box-shadow: 0px 4px 6px -2px #0a0d1257;
}

.d_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .d_flex {
    height: 80px;
}

.header .d_flex a {
    display: block;
}

.contact_us {
    box-shadow: 0px 1px 2px 0px #0A0D120D;
    color: #FFFFFF;
    border-radius: 8px;
    background: #12305B;
    padding: 13px 22px;
}

.content {
    margin: auto;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
}

.slick-slide {
    height: 400px;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
}

.slider {
    padding-top: 48px;
    margin-bottom: 196px;
}

.title h2 {
    font-size: 36px;
}

.title {
    margin-bottom: 56px;
}

.product {
    width: 355px;
    height: 400px;
    padding: 25px;
    box-shadow: 0px 4px 6px -2px #0a0d1257;
    margin-bottom: 32px;
}

.product_one {
    width: 355px;
    padding: 25px;
    box-shadow: 0px 4px 6px -2px #0a0d1257;
    margin-bottom: 32px;
}

.sub_title h4 {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.product > img {
    width: 355px;
    height: 240px;
    margin-bottom: 32px;
}

.product_one > img {
    width: 355px;
    height: 240px;
    margin-bottom: 32px;
}

.product > span {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6941C6;
}

.product > p {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #535862;
}

.product_one > span {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6941C6;
}

.product_one > p {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #535862;
    margin-bottom: 24px;
}

.badge {
    padding: 5px 15px 5px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6941C6;
    background: #F9F5FF;
    border-radius: 16px;
    margin-right: 10px;

}

.integration {
    padding: 5px 15px 5px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: #F8F9FC;
    color: #363F72;
    border-radius: 16px;
    margin-right: 10px;
}

.products {
    padding: 5px 15px 5px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: #F0F9FF;
    color: #026AA2;
    border-radius: 16px;
    margin-right: 10px;
}

.research {
    padding: 5px 15px 5px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: #EEF4FF;
    color: #3538CD;
    border-radius: 16px;
    margin-right: 10px;
}
.frameworks {
    padding: 5px 15px 5px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: #FFF6ED;
    color: #C4320A;
    border-radius: 16px;
    margin-right: 10px;
}

.f_start {
    justify-content: flex-start;
}
.sidebar{
    margin-bottom: 80px;
}
footer >div{
    height: 105px;
    border-top: 1px solid #E9EAEB;
    color: #717680;

}
footer {
    margin-top: 65px;
}
.send_email{
    width: 360px;
}
.send_email p{
    margin-bottom:16px ;
    color: #181D27;
    font-size: 14px;

}
.send_email input{
    width: 220px;
    height:44px;
    border-radius: 8px;
    padding-left: 14px;
    border: 1px solid #bec5d0;
}
.send_email button{
    width: 115px;
    height:44px;
    border-radius: 8px;
    background: #132B4F;
    border: 1px solid #132B4F;
    color: #F5F5F5;
}
.links{
    margin-top: 35px;
}
.links a{
    font-size: 16px;
    color: #535862;
    padding-right: 32px;
}
.slick-dots{
    display: none !important;
}
.slick-prev{
    background-image: url("../img/prv.svg");
    position: absolute;
    width: 67px;
    height: 57px;
    z-index: 20;
    background-repeat: no-repeat;
    top: 490px;
    left: 5px;
}
.slick-next{
    background-image: url("../img/nex.svg");
    position: absolute;
    width: 67px;
    height: 57px;
    z-index: 20;
    background-repeat: no-repeat;
    top: 490px;
    left: 90px;
}
.slick-prev:before, .slick-next:before{
    opacity:0;
}
.slick-prev:hover, .slick-prev:focus{
    background-image: url("../img/prv.svg");
    background-repeat: no-repeat;
}
.slick-next:hover, .slick-next:focus {
    background-image: url("../img/nex.svg");
    background-repeat: no-repeat;
}
.slick-next:before {
    content: '';
}
.slick-prev:before {
    content: '';
}