/* ==================================================
   HERO + QUEM SOMOS
================================================== */

/* FUNDO GLOBAL */

.about-page{

    background:

    radial-gradient(
    circle at top right,
    rgba(30,201,243,.08),
    transparent 30%),

    radial-gradient(
    circle at bottom left,
    rgba(86,194,113,.08),
    transparent 35%),

    linear-gradient(
    180deg,
    #f8fbfd 0%,
    #eef8fb 100%);
}
/* ==================================================
   HERO ABOUT PREMIUM
================================================== */

.about-hero{

    position:relative;

    min-height:120vh;

    display:flex;

    align-items:center;

    overflow:hidden;

    background:
    linear-gradient(
    90deg,
    rgba(7,42,82,.88) 0%,
    rgba(7,42,82,.78) 35%,
    rgba(7,42,82,.45) 100%),
    url('../images/who.png');

    background-size:cover;

    background-position:center center;

    background-repeat:no-repeat;
}
/* CONTAINER */

.about-hero .container{

    width:90%;

    max-width:1400px;

    margin:auto;

    position:relative;

    z-index:2;

    margin-bottom:60px;
}

/* REMOVIDO GLOWS */

.about-glow{
    display:none;
}

/* CONTEÚDO */

.about-hero-content{

    width:650px;

    max-width:100%;

    position:relative;

    z-index:2;
    margin-bottom:295px;
}

/* BADGE */

.about-hero-content span{

     display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 18px;

    border-radius:999px;

    background:
    rgba(255,255,255,.08);

    backdrop-filter:blur(15px);

    border:
    1px solid rgba(255,255,255,.10);

    font-size:.78rem;

    font-weight:600;

    letter-spacing:2px;

    color:#fbbf24;

    margin-bottom:28px;

    text-transform:uppercase;
}
/* TÍTULO */

.about-hero-content h1{

    color:white;

    font-size:clamp(
    2.1rem,
    4vw,
    3rem);

    line-height:1.12;

    font-weight:700;

    letter-spacing:-1px;

    margin-bottom:22px;

    max-width:650px;

    text-shadow:
    0 8px 25px rgba(0,0,0,.20);
}

/* TEXTO */

.about-hero-content p{

    color:
    rgba(255,255,255,.88);

    font-size:1rem;

    line-height:1.9;

    max-width:580px;

    margin-bottom:38px;
}

/* BOTÕES */

.about-actions{

    display:flex;

    gap:18px;

    flex-wrap:wrap;
}

/* BOTÃO PRINCIPAL */

.about-actions .btn-primary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    background:white;

    color:#072A52;

    padding:17px 34px;

    border-radius:999px;

    text-decoration:none;

    font-weight:600;

    transition:.35s ease;

    box-shadow:
    0 20px 40px rgba(255,255,255,.15);
}

.about-actions .btn-primary:hover{

    transform:
    translateY(-4px);

    background:#f8fafc;
}

/* BOTÃO SECUNDÁRIO */

.about-actions .btn-outline{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    border:
    1px solid rgba(255,255,255,.20);

    color:white;

    padding:17px 34px;

    border-radius:999px;

    text-decoration:none;

    backdrop-filter:
    blur(12px);

    background:
    rgba(255,255,255,.08);

    transition:.35s ease;
}

.about-actions .btn-outline:hover{

    background:
    rgba(255,255,255,.15);

    transform:
    translateY(-4px);
}

/* SCROLL INDICATOR */

.about-hero::after{

    content:'';

    position:absolute;

    left:50%;

    bottom:35px;

    transform:
    translateX(-50%);

    width:28px;

    height:48px;

    border-radius:20px;

    border:
    2px solid rgba(255,255,255,.45);
}

.about-hero::before{

    content:'';

    position:absolute;

    left:50%;

    bottom:55px;

    transform:
    translateX(-50%);

    width:6px;

    height:10px;

    border-radius:10px;

    background:white;

    animation:
    heroScroll 2s infinite;

    z-index:3;
}

@keyframes heroScroll{

    0%{

        opacity:0;

        transform:
        translateX(-50%)
        translateY(0);
    }

    50%{

        opacity:1;
    }

    100%{

        opacity:0;

        transform:
        translateX(-50%)
        translateY(12px);
    }
}

/* RESPONSIVO */
/* ==========================================================
   ABOUT HERO - MOBILE
========================================================== */

@media (max-width:768px){

.about-hero{

    min-height:65vh !important;

    height:65vh;

    padding:85px 0 35px;

    display:flex;

    align-items:center;

    background-size:cover;

    background-position:68% center;

}

.about-hero .container{

    width:92%;

    margin:0 auto;

    margin-bottom:0 !important;

}

.about-hero-content{

    width:100%;

    max-width:280px;

    margin:0 !important;

    text-align:left;

}

/* BADGE */

.about-hero-content span{

    display:inline-flex;

    align-items:center;

    padding:7px 12px;

    margin-bottom:60px;

    font-size:.55rem;

    letter-spacing:1px;

}

/* TÍTULO */

.about-hero-content h1{

    font-size:1.55rem;

    line-height:1.2;

    font-weight:700;

    margin-bottom:12px;

    max-width:260px;

}

/* TEXTO */

.about-hero-content p{

    font-size:.82rem;

    line-height:1.6;

    margin-bottom:20px;

    max-width:260px;

}

/* BOTÕES */

.about-actions{

    display:flex;

    flex-direction:row;

    justify-content:flex-start;

    align-items:center;

    gap:8px;

    flex-wrap:nowrap;

}

.about-actions .btn-primary,
.about-actions .btn-outline{

    display:flex;

    justify-content:center;

    align-items:center;

    min-width:125px;

    padding:11px 16px;

    font-size:.72rem;

    border-radius:999px;

}

/* REMOVE INDICADOR */

.about-hero::before,
.about-hero::after{

    display:none;

}

}

/* ==================================================
   ABOUT COMPANY - PREMIUM EDITORIAL
================================================== */

.about-company{

    position:relative;

    padding:180px 0;

    overflow:hidden;

    background:
    linear-gradient(
    180deg,
    #f8fbfd 0%,
    #ffffff 55%,
    #f6fafc 100%);
}

/* GLOWS */

.about-company::before{

    content:'';

    position:absolute;

    top:-250px;
    right:-250px;

    width:700px;
    height:700px;

    border-radius:50%;

    background:
    radial-gradient(
    circle,
    rgba(30,201,243,.12),
    transparent 70%);

    filter:blur(60px);
}

.about-company::after{

    content:'';

    position:absolute;

    left:-250px;
    bottom:-250px;

    width:650px;
    height:650px;

    border-radius:50%;

    background:
    radial-gradient(
    circle,
    rgba(86,194,113,.08),
    transparent 70%);

    filter:blur(60px);
}

/* GRID */

.about-company-grid{

    display:grid;

    grid-template-columns:58% 42%;

    gap:80px;

    align-items:center;

    position:relative;

    z-index:5;
}

/* ==================================================
   IMAGE
================================================== */

.about-company-image{

    position:relative;
}

.about-company-image img{

    width:100%;

    height:620px;

    object-fit:cover;

    border-radius:42px;

    display:block;

    box-shadow:
    0 45px 120px rgba(7,42,82,.12);

    transition:.6s ease;
}

.about-company-image:hover img{

    transform:scale(1.03);
}

/* FRAME */

.about-company-image::after{

    content:'';

    position:absolute;

    inset:18px;

    border-radius:32px;

    border:
    1px solid rgba(255,255,255,.45);

    pointer-events:none;
}

/* ==================================================
   CONTENT
================================================== */

.about-company-content{

    position:relative;
}

/* BIG DECORATIVE NUMBER */

.about-company-content::before{

    content:'10';

    position:absolute;

    top:-120px;
    right:0;

    font-size:14rem;

    font-weight:900;

    line-height:1;

    color:
    rgba(7,42,82,.04);

    pointer-events:none;
}

/* LABEL */

.about-company-label{

    display:inline-flex;

    align-items:center;

    gap:12px;

    margin-bottom:25px;

    color:#22c1d6;

    font-size:.78rem;

    font-weight:700;

    letter-spacing:3px;

    text-transform:uppercase;
}

.about-company-label::before{

    content:'';

    width:50px;
    height:2px;

    background:#22c1d6;
}

/* TITLE */

.about-company-content h3{

    font-size:clamp(
    2rem,
    4vw,
    3.4rem);

    line-height:1.08;

    color:#072A52;

    margin-bottom:28px;

    max-width:500px;

    font-weight:700;
}

/* TEXT */

.about-company-content p{

    color:#526176;

    line-height:2;

    font-size:1rem;

    margin-bottom:20px;

    max-width:560px;
}

/* SIGNATURE */

.about-signature{

    margin-top:35px;

    margin-bottom:35px;
}

.about-signature strong{

    display:block;

    color:#072A52;

    font-size:1.15rem;

    margin-bottom:6px;
}

.about-signature span{

    color:#22c1d6;

    font-size:.82rem;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;
}

/* ==================================================
   PILLARS
================================================== */

.about-company-points{

    margin-top:40px;

    display:flex;

    flex-direction:column;

    gap:18px;
}

.about-company-points div{

    position:relative;

    padding-left:32px;

    color:#0f172a;

    font-size:1rem;

    font-weight:600;

    transition:.35s ease;
}

.about-company-points div::before{

    content:'';

    position:absolute;

    left:0;
    top:10px;

    width:12px;
    height:12px;

    border-radius:50%;

    background:
    linear-gradient(
    135deg,
    #22c1d6,
    #56c271);
}

.about-company-points div:hover{

    transform:translateX(10px);

    color:#072A52;
}

/* LINE */

.about-company-line{

    width:90px;

    height:4px;

    border-radius:999px;

    margin-top:40px;

    background:
    linear-gradient(
    90deg,
    #22c1d6,
    #56c271);
}


/* ==================================================
   ESTATÍSTICAS
================================================== */

.about-stats{

    position:relative;

    padding:120px 0;

    overflow:hidden;

    background:
    linear-gradient(
    135deg,
    #072A52,
    #0f172a);
}

.about-stats::before{

    content:'';

    position:absolute;

    width:650px;
    height:650px;

    border-radius:50%;

    background:
    rgba(34,193,214,.10);

    right:-250px;
    top:-250px;

    filter:blur(140px);
}

.about-stats::after{

    content:'';

    position:absolute;

    width:500px;
    height:500px;

    border-radius:50%;

    background:
    rgba(86,194,113,.08);

    left:-200px;
    bottom:-200px;

    filter:blur(120px);
}

.stats-grid{

    position:relative;

    z-index:2;

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:25px;
}

.stat-card{

    text-align:center;

    padding:45px 25px;

    border-radius:28px;

    background:
    rgba(255,255,255,.05);

    backdrop-filter:
    blur(18px);

    border:
    1px solid rgba(255,255,255,.08);

    transition:.4s ease;
}

.stat-card:hover{

    transform:
    translateY(-8px);

    background:
    rgba(255,255,255,.08);
}

.stat-card h3{

    color:#22c1d6;

    font-size:3rem;

    font-weight:800;

    line-height:1;

    margin-bottom:15px;
}

.stat-card span{

    color:white;

    letter-spacing:.5px;

    font-size:.95rem;
}

/* ==================================================
   HISTÓRIA
================================================== */

.about-story{

    position:relative;

    padding:140px 0;

    background:
    linear-gradient(
    180deg,
    #f8fbfd,
    #eef8fb);
}

/* TIMELINE */

.story-line{

    margin-top:80px;

    display:grid;

    grid-template-columns:
    repeat(3,1fr);

    gap:30px;

    position:relative;
}

.story-line::before{

    content:'';

    position:absolute;

    top:35px;
    left:8%;

    width:84%;
    height:2px;

    background:
    linear-gradient(
    90deg,
    #1ec9f3,
    #56c271);
}

.story-item{

    position:relative;

    background:white;

    padding:40px;

    border-radius:28px;

    border:
    1px solid rgba(15,23,42,.05);

    box-shadow:
    0 15px 35px rgba(15,23,42,.05);

    transition:.4s ease;
}

.story-item:hover{

    transform:
    translateY(-8px);

    box-shadow:
    0 25px 55px rgba(15,23,42,.08);
}

.story-item::before{

    content:'';

    position:absolute;

    top:-18px;
    left:50%;

    transform:translateX(-50%);

    width:18px;
    height:18px;

    border-radius:50%;

    background:#22c1d6;

    border:5px solid white;
}

.story-year{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:10px 18px;

    border-radius:999px;

    background:
    linear-gradient(
    135deg,
    #1ec9f3,
    #56c271);

    color:white;

    font-size:.8rem;

    font-weight:700;

    margin-bottom:20px;
}

.story-item h4{

    font-size:1.3rem;

    color:#072A52;

    margin-bottom:15px;
}

.story-item p{

    color:#526176;

    line-height:1.8;
}

/* ==================================================
   MISSÃO VISÃO VALORES
================================================== */

.about-mvv{

    position:relative;

    padding:140px 0;

    background:
    linear-gradient(
    180deg,
    #ffffff,
    #f8fbfd);
}

.mvv-grid{

    display:grid;

    grid-template-columns:
    repeat(3,1fr);

    gap:30px;
}

.mvv-card{

    position:relative;

    overflow:hidden;

    padding:45px;

    border-radius:30px;

    background:white;

    border:
    1px solid rgba(15,23,42,.05);

    box-shadow:
    0 15px 40px rgba(15,23,42,.05);

    transition:.45s ease;
}

.mvv-card::before{

    content:'';

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:5px;

    background:
    linear-gradient(
    90deg,
    #1ec9f3,
    #56c271,
    #f2c94c);
}

.mvv-card:hover{

    transform:
    translateY(-10px);

    box-shadow:
    0 30px 70px rgba(15,23,42,.10);
}

.mvv-card h3{

    color:#072A52;

    font-size:1.6rem;

    margin-bottom:18px;
}

.mvv-card p{

    color:#526176;

    line-height:1.9;
}


/* ==================================================
   ABOUT PREMIUM 
================================================== */

.about-differentials{

    position:relative;

    padding:140px 0;

    overflow:hidden;

    background:
    linear-gradient(
    135deg,
    #072A52 0%,
    #0f172a 50%,
    #12385f 100%);
}

/* GLOWS */

.about-differentials::before{

    content:'';

    position:absolute;

    width:700px;
    height:700px;

    border-radius:50%;

    background:
    rgba(30,201,243,.12);

    right:-250px;
    top:-250px;

    filter:blur(140px);
}

.about-differentials::after{

    content:'';

    position:absolute;

    width:550px;
    height:550px;

    border-radius:50%;

    background:
    rgba(86,194,113,.10);

    left:-200px;
    bottom:-200px;

    filter:blur(120px);
}

/* HEADER */

.about-differentials .section-header{

    text-align:center;

    max-width:760px;

    margin:0 auto 80px;

    position:relative;

    z-index:2;
}

.about-differentials .section-header span{

    width:80px;

    height:4px;

    display:block;

    margin:0 auto 20px;

    border-radius:999px;

    background:
    linear-gradient(
    90deg,
    #1ec9f3,
    #56c271,
    #f2c94c);
}

.about-differentials .section-header h2{

    color:white;

    font-size:clamp(
    2rem,
    4vw,
    3rem);

    margin-bottom:15px;
}

.about-differentials .section-header p{

    color:
    rgba(255,255,255,.75);

    line-height:1.9;
}

/* GRID */

.differentials-grid{

    display:grid;

    grid-template-columns:
    repeat(2,1fr);

    gap:30px;

    position:relative;

    z-index:2;
}

/* CARD */

.differential-card{

    position:relative;

    overflow:hidden;

    padding:45px;

    border-radius:32px;

    background:
    rgba(255,255,255,.06);

    backdrop-filter:
    blur(18px);

    border:
    1px solid rgba(255,255,255,.08);

    transition:.45s ease;
}

.differential-card:hover{

    transform:
    translateY(-10px);

    border-color:
    rgba(30,201,243,.35);

    box-shadow:
    0 30px 70px rgba(0,0,0,.25);
}

/* NUMERO */

.differential-number{

    position:absolute;

    right:20px;
    top:10px;

    font-size:5rem;

    font-weight:800;

    color:
    rgba(255,255,255,.05);

    line-height:1;
}

/* ICON */

.differential-icon{

    width:65px;
    height:65px;

    border-radius:20px;

    display:flex;

    align-items:center;
    justify-content:center;

    margin-bottom:25px;

    background:
    linear-gradient(
    135deg,
    #1ec9f3,
    #56c271);

    color:white;

    font-size:1.4rem;
}

.differential-card h3{

    color:white;

    font-size:1.4rem;

    margin-bottom:15px;
}

.differential-card p{

    color:
    rgba(255,255,255,.75);

    line-height:1.9;
}
/* ==================================================
   CTA SIGNATURE PREMIUM
================================================== */

.about-cta{

    position:relative;

    padding:180px 0;

    overflow:hidden;

    background:

    radial-gradient(
    circle at top right,
    rgba(30,201,243,.10),
    transparent 30%),

    radial-gradient(
    circle at bottom left,
    rgba(86,194,113,.08),
    transparent 35%),

    linear-gradient(
    135deg,
    #f8fbfd 0%,
    #eef8fb 45%,
    #ffffff 100%);
}

/* GLOW 1 */

.about-cta::before{

    content:'';

    position:absolute;

    width:900px;
    height:900px;

    border-radius:50%;

    background:
    radial-gradient(
    circle,
    rgba(30,201,243,.12),
    transparent 70%);

    right:-350px;
    top:-300px;

    filter:blur(40px);
}

/* GLOW 2 */

.about-cta::after{

    content:'';

    position:absolute;

    width:700px;
    height:700px;

    border-radius:50%;

    background:
    radial-gradient(
    circle,
    rgba(86,194,113,.08),
    transparent 70%);

    left:-250px;
    bottom:-250px;

    filter:blur(40px);
}

/* CONTAINER */

.about-cta-content{

    position:relative;

    z-index:2;

    max-width:900px;

    margin:auto;

    text-align:center;
}

/* LABEL */

.about-cta-content span{

    display:inline-flex;

    align-items:center;

    gap:12px;

    color:#0891b2;

    font-size:.8rem;

    font-weight:700;

    letter-spacing:3px;

    text-transform:uppercase;

    margin-bottom:30px;
}

.about-cta-content span::before,
.about-cta-content span::after{

    content:'';

    width:50px;
    height:2px;

    background:
    linear-gradient(
    90deg,
    #1EC9F3,
    #56C271);
}

/* TITULO */

.about-cta-content h2{

    font-size:clamp(
    2.3rem,
    3vw,
    3.8rem);

    line-height:1.05;

    font-weight:800;

    letter-spacing:-2px;

    margin-bottom:25px;

    background:
    linear-gradient(
    90deg,
    #072A52,
    #1EC9F3,
    #56C271);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* TEXTO */

.about-cta-content p{

    max-width:650px;

    margin:0 auto 45px;

    color:#526176;

    line-height:1.9;

    font-size:1.05rem;
}

/* BOTÃO */

.about-cta-btn{

    display:inline-flex;

    align-items:center;

    gap:14px;

    padding:20px 42px;

    border-radius:999px;

    text-decoration:none;

    color:white;

    font-weight:600;

    background:
    linear-gradient(
    135deg,
    #072A52,
    #0f4d8c);

    box-shadow:
    0 25px 60px rgba(7,42,82,.18);

    transition:.4s ease;
}

.about-cta-btn:hover{

    transform:
    translateY(-8px);

    box-shadow:
    0 35px 80px rgba(7,42,82,.25);
}

.about-cta-btn i{

    transition:.35s;
}

.about-cta-btn:hover i{

    transform:
    translateX(6px);
}

/* LINHA PREMIUM */

.about-cta-content::after{

    content:'';

    display:block;

    width:140px;

    height:5px;

    border-radius:999px;

    margin:60px auto 0;

    background:
    linear-gradient(
    90deg,
    #1EC9F3,
    #56C271,
    #F2C94C);
}
/* ==========================================================
   ABOUT COMPANY + STATS MOBILE
========================================================== */

@media only screen and (max-width:768px){

/* ==========================================
   ABOUT COMPANY
========================================== */

.about-company{

    padding:80px 0;

}

.about-company-grid{

    display:flex;

    flex-direction:column;

    gap:30px;

}

.about-company-image{

    order:1;

}

.about-company-image img{

    width:100%;

    height:260px;

    object-fit:cover;

    border-radius:20px;

}

.about-company-content{

    order:2;

    text-align:left;

}

.about-company-content h3{

    font-size:1.3rem;

    line-height:1.25;

    margin-bottom:18px;

}

.about-company-content p{

    font-size:.90rem;

    line-height:1.8;

    margin-bottom:15px;

}

/* ==========================================
   ESTATÍSTICAS
========================================== */

.about-stats{

    padding:70px 0;

}

.stats-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:16px;

}

.stat-card{

    padding:22px 15px;

    border-radius:18px;

    text-align:center;

}

.stat-card h3{

    font-size:2rem;

    margin-bottom:8px;

}

.stat-card span{

    font-size:.82rem;

    line-height:1.5;

}

}

/* ==========================================================
   HISTÓRIA + MISSÃO/VISÃO/VALORES MOBILE
========================================================== */

@media only screen and (max-width:768px){

/* ==========================================
   TÍTULOS DAS SECÇÕES
========================================== */

.services-heading{

    margin-bottom:35px;

    text-align:center;

}

.services-heading span{

    width:50px;

    height:3px;

    margin:0 auto 12px;

}

.services-heading h2{

    font-size:1.6rem;

    line-height:1.2;

    margin-bottom:12px;

}

.services-heading p{

    font-size:.88rem;

    line-height:1.7;

    max-width:100%;

}

/* ==========================================
   HISTÓRIA
========================================== */

.about-story{

    padding:80px 0;

}

.story-line{

    display:flex;

    flex-direction:column;

    gap:20px;

}

.story-line::before{

    display:none;

}

.story-item{

    width:100%;

    padding:22px;

    border-radius:20px;

}

.story-year{

    font-size:.68rem;

    padding:7px 14px;

    margin-bottom:14px;

    letter-spacing:1px;

}

.story-item h4{

    font-size:1.2rem;

    margin-bottom:12px;

}

.story-item p{

    font-size:.88rem;

    line-height:1.75;

}

/* ==========================================
   MISSÃO VISÃO VALORES
========================================== */

.about-mvv{

    padding:80px 0;

}

.mvv-grid{

    display:grid;

    grid-template-columns:1fr;

    gap:20px;

}

.mvv-card{

    padding:24px;

    border-radius:22px;

}

.mvv-card h3{

    font-size:1.3rem;

    margin-bottom:15px;

}

.mvv-card p{

    font-size:.88rem;

    line-height:1.8;

}

/* ==========================================
   REMOVE HOVERS NO MOBILE
========================================== */

.story-item:hover,

.mvv-card:hover{

    transform:none;

}

}

/* ==========================================================
   DIFERENCIAIS + CTA MOBILE
========================================================== */

@media only screen and (max-width:768px){

/* ==========================================
   DIFERENCIAIS
========================================== */

.about-differentials{

    padding:80px 0;

}

.about-differentials::before{

    width:280px;

    height:280px;

    right:-120px;

    top:-120px;

    filter:blur(70px);

}

.about-differentials::after{

    width:220px;

    height:220px;

    left:-100px;

    bottom:-100px;

    filter:blur(60px);

}

.about-differentials .section-header{

    margin:0 auto 35px;

    max-width:100%;

    text-align:center;

}

.about-differentials .section-header span{

    width:55px;

    height:3px;

    margin:0 auto 12px;

}

.about-differentials .section-header h2{

    font-size:1.6rem;

    line-height:1.2;

    margin-bottom:12px;

}

.about-differentials .section-header p{

    font-size:.88rem;

    line-height:1.7;

}

/* GRID */

.differentials-grid{

    grid-template-columns:1fr;

    gap:18px;

}

/* CARD */

.differential-card{

    padding:24px;

    border-radius:22px;

}

.differential-number{

    font-size:2.8rem;

    right:18px;

    top:15px;

}

.differential-icon{

    width:52px;

    height:52px;

    border-radius:14px;

    margin-bottom:16px;

    font-size:1.1rem;

}

.differential-card h3{

    font-size:1.15rem;

    margin-bottom:10px;

}

.differential-card p{

    font-size:.88rem;

    line-height:1.75;

}

.differential-card:hover{

    transform:none;

}

/* ==========================================
   CTA
========================================== */

.about-cta{

    padding:80px 0;

}

.about-cta::before{

    width:280px;

    height:280px;

    top:-120px;

    right:-120px;

    filter:blur(70px);

}

.about-cta::after{

    width:220px;

    height:220px;

    left:-100px;

    bottom:-100px;

    filter:blur(60px);

}

.about-cta-content{

    max-width:100%;

    padding:0 10px;

    text-align:center;

}

.about-cta-content span{

    font-size:.65rem;

    letter-spacing:1px;

    margin-bottom:14px;

}

.about-cta-content span::before,

.about-cta-content span::after{

    width:25px;

}

.about-cta-content h2{

    font-size:1.7rem;

    line-height:1.25;

    margin-bottom:22px;

}

.about-cta-btn{

    width:100%;

    max-width:260px;

    margin:0 auto;

    display:flex;

    justify-content:center;

    align-items:center;

    padding:15px 22px;

    font-size:.90rem;

    border-radius:999px;

}

.about-cta-btn:hover{

    transform:none;

}

.about-cta-content::after{

    width:70px;

    height:3px;

    margin:35px auto 0;

}

}