:root {
    --blue: #0f6cbd;
    --blue2: #0b4f8a;
    --dark: #0f172a;
    --dark2: #1f2937;
    --light: #f4f6f8;
    --white: #fff;
}
.eyebrow {
    color: #93c5fd;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.15em;
    font-weight: bold;
    margin-bottom: 12px;
}
.btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.primary {
    background: var(--blue);
    color: #fff;
}
.secondary {
    background: #fff;
    color: var(--dark);
}
.head {
    margin-bottom: 30px;
}
.head .title, .head>h2, .head>h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 5px;
    line-height: normal;
}
.head p {
    margin: 0;
    color: #6b7280;
    font-size: 18px;
}
.grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.panel .body {
    padding: 24px;
}
.panel .body h3 {
    font-weight: bold;
}
.app-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 320px;
}
.app-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.75);
}
.overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(2, 6, 23, 0.82) 100%);
}
.overlay h3 {
    font-weight: bold;
    margin: 0 0 6px;
    font-size: 28px;
}
.cta {
    background: linear-gradient(90deg, var(--blue2), var(--blue));
    color: #fff;
}
.cta .head {
    margin-bottom: 25px;
}
.cta .head .title {
    margin-bottom: 20px;
}
.cta .head .desc {
    line-height: normal;
    border-left: 5px solid #f90;
    padding: 5px 25px;
    color: #fff;
}
.cta .bot i.fa {
    width: 20px;
    text-align: center;
}
.cta .bot i.fa+a {
    margin-left: 0;
}
.cta .bot>div {
    margin-bottom: 5px;
}
.cta-wrap {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 24px;
    align-items: center;
}
.form {
    background: #fff;
    color: #111827;
    padding: 22px;
    border-radius: 20px;
}
.form h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 960px) {
    .menu, .phone {
        display: none;
    }
    .grid, .about-grid, .cta-wrap, .footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .head .title, .head>h2, .head>h1 {
        font-size: 34px;
    }
}


/* BEGIN s-slide-9 */
.s-slide-9 .slick-list::before {
    padding-bottom: calc(41% + 0.88px);
}
.s-slide-9 .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 10px;
}
.s-slide-9 .slick-dots li button {
    color: transparent;
    font-size: 4px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 3em;
    height: 3em;
}
.s-slide-9 .slick-slide {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}
.s-slide-9 .slick-active .s_eyebrow, .s-slide-9 .slick-active .s_title, .s-slide-9 .slick-active .s_desc, .s-slide-9 .slick-active .s_btns {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.s-slide-9 .s_caption {
    max-width: 900px;
    color: #fff;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    left: 135px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.s-slide-9 .s_caption .s_title {
    font-weight: bold;
    display: block;
    margin-bottom: 30px;
    font-size: 65px;
    line-height: 1.1;
}
.s-slide-9 .s_caption .s_eyebrow {
    color: #93c5fd;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: bold;
    margin-bottom: 10px;
}
.s-slide-9 .s_caption .s_desc {
    margin-bottom: 40px;
    font-size: 19px;
    color: #fff;
}
.s-slide-9 .s_caption .s_button {
    display: inline-block;
    color: #000;
    font-weight: bold;
    padding: 0.715em 1.072em 0.715em 1.072em;
    background-color: #fff;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}
.s-slide-9 .s_caption .s_button:hover {
    color: #fff;
    background-color: #f60;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/* END s-slide-9 */
@media (max-width: 991px) {
    .s-slide-9 .s_caption {
        left: unset;
    }
    .s-slide-9 .s_caption .s_title {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .s-slide-9 .s_caption .s_desc {
        margin-bottom: 30px;
    }
    .s-slide-9 .slick-list::before {
        height: 500px;
        padding-bottom: 0;
    }
    .s-slide-9 .slick-slide {
        display: flex;
        justify-content: center;
    }
}