.elementor-46 .elementor-element.elementor-element-f8bb98a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-7fa0321 *//* ============================================================
   FORENSIC CLEANING SPECIALISTS
   PAGE 05 — CONTACT US
   FULL CSS
============================================================ */

:root{
    --fcs-navy:#071746;
    --fcs-navy-2:#0A1F58;
    --fcs-navy-3:#112D6D;

    --fcs-red:#D71932;
    --fcs-red-2:#F0283F;
    --fcs-red-dark:#A70D22;

    --fcs-white:#FFFFFF;
    --fcs-off:#F5F7FA;
    --fcs-soft:#E8EDF5;

    --fcs-text:#172033;
    --fcs-muted:#6F7888;

    --fcs-line:rgba(7,23,70,.12);
    --fcs-line-light:rgba(255,255,255,.14);

    --fcs-head:'Manrope',Arial,sans-serif;
    --fcs-body:'Inter',Arial,sans-serif;

    --fcs-max:1440px;
}


/* ============================================================
   GLOBAL
============================================================ */

.fcs-contact-page,
.fcs-contact-page *{
    box-sizing:border-box;
}

.fcs-contact-page{
    width:100%;
    overflow:hidden;

    background:#fff;
    color:var(--fcs-text);

    font-family:var(--fcs-body);
}

.fcs-contact-page img{
    display:block;
    width:100%;
}

.fcs-contact-page h1,
.fcs-contact-page h2,
.fcs-contact-page h3,
.fcs-contact-page p{
    margin:0;
}

.fcs-contact-page h1,
.fcs-contact-page h2,
.fcs-contact-page h3{
    font-family:var(--fcs-head);
}

.fcs-contact-page a{
    color:inherit;
    text-decoration:none;
}

.fcs-ct-container{
    width:min(calc(100% - 48px),var(--fcs-max));
    margin:0 auto;
}


/* ============================================================
   KICKER
============================================================ */

.fcs-ct-kicker{
    display:flex;
    align-items:center;
    gap:12px;

    margin-bottom:22px;

    color:var(--fcs-red);

    font-size:11px;
    font-weight:800;
    letter-spacing:.16em;
    text-transform:uppercase;
}

.fcs-ct-kicker > span:not(.fcs-ct-kicker__dot){
    width:34px;
    height:2px;

    background:var(--fcs-red);
}

.fcs-ct-kicker--light{
    color:#fff;
}

.fcs-ct-kicker--light > span:not(.fcs-ct-kicker__dot){
    background:var(--fcs-red-2);
}

.fcs-ct-kicker__dot{
    position:relative;

    width:9px;
    height:9px;

    border-radius:50%;

    background:var(--fcs-red-2);
}

.fcs-ct-kicker__dot:after{
    content:"";

    position:absolute;
    inset:-6px;

    border:1px solid rgba(240,40,63,.55);
    border-radius:50%;

    animation:fcsContactPulse 2s infinite;
}

@keyframes fcsContactPulse{
    0%{
        transform:scale(.65);
        opacity:1;
    }

    100%{
        transform:scale(1.55);
        opacity:0;
    }
}


/* ============================================================
   SECTION 01 — HERO
============================================================ */

.fcs-ct-hero{
    position:relative;

    min-height:720px;

    display:flex;
    align-items:center;

    overflow:hidden;

    background:var(--fcs-navy);
    color:#fff;
}

.fcs-ct-hero__media{
    position:absolute;
    inset:0;
}

.fcs-ct-hero__media img{
    width:100%;
    height:100%;

    object-fit:cover;
    object-position:center;
}

.fcs-ct-hero__overlay{
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            90deg,
            rgba(4,14,48,.98) 0%,
            rgba(5,18,58,.95) 40%,
            rgba(6,21,65,.73) 68%,
            rgba(6,21,65,.48) 100%
        );
}

.fcs-ct-hero__glow{
    position:absolute;

    width:620px;
    height:620px;

    right:-220px;
    top:-260px;

    border-radius:50%;

    background:rgba(215,25,50,.18);

    filter:blur(110px);
}

.fcs-ct-hero__container{
    position:relative;
    z-index:4;

    padding-top:95px;
    padding-bottom:95px;

    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(300px,.58fr);
    gap:80px;
    align-items:end;
}

.fcs-ct-hero__content{
    max-width:900px;
}

.fcs-ct-hero h1{
    max-width:900px;

    color:#fff;

    font-size:clamp(58px,6.2vw,94px);
    font-weight:800;

    line-height:.98;
    letter-spacing:-.055em;
}

.fcs-ct-hero h1 span{
    display:block;
    margin-top:7px;

    color:var(--fcs-red-2);
}

.fcs-ct-hero__content > p{
    max-width:650px;

    margin-top:28px !important;

    color:rgba(255,255,255,.72);

    font-size:15px;
    line-height:1.85;
}

.fcs-ct-hero__quick{
    padding:30px;

    border-top:3px solid var(--fcs-red);

    background:rgba(5,19,58,.82);
    backdrop-filter:blur(18px);
}

.fcs-ct-hero__quick-icon{
    width:54px;
    height:54px;

    margin-bottom:30px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-red);
    color:#fff;

    font-size:18px;
}

.fcs-ct-hero__quick small{
    display:block;

    margin-bottom:8px;

    color:rgba(255,255,255,.46);

    font-size:8px;
    font-weight:800;
    letter-spacing:.14em;
}

.fcs-ct-hero__quick > a{
    display:block;

    color:#fff;

    font-family:var(--fcs-head);

    font-size:32px;
    font-weight:800;

    letter-spacing:-.04em;
}

.fcs-ct-hero__quick p{
    margin-top:12px !important;

    color:rgba(255,255,255,.58);

    font-size:11px;
    line-height:1.7;
}


/* ============================================================
   SECTION 02 — CONTACT INFO
============================================================ */

.fcs-ct-info{
    padding:0;

    background:#fff;
}

.fcs-ct-info__grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);

    border-left:1px solid var(--fcs-line);
    border-top:1px solid var(--fcs-line);
}

.fcs-ct-info__grid article{
    min-height:250px;

    padding:28px;

    border-right:1px solid var(--fcs-line);
    border-bottom:1px solid var(--fcs-line);

    display:flex;
    flex-direction:column;
}

.fcs-ct-info__grid article > span{
    width:52px;
    height:52px;

    margin-bottom:auto;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-off);
    color:var(--fcs-red);

    font-size:18px;
}

.fcs-ct-info__grid small{
    margin-top:35px;
    margin-bottom:7px;

    color:var(--fcs-red);

    font-size:8px;
    font-weight:800;
    letter-spacing:.13em;
}

.fcs-ct-info__grid h3{
    color:var(--fcs-navy);

    font-size:21px;
    font-weight:800;

    line-height:1.25;
    letter-spacing:-.03em;
}

.fcs-ct-info__grid a{
    margin-top:9px;

    color:var(--fcs-navy);

    font-family:var(--fcs-head);

    font-size:22px;
    font-weight:800;
}

.fcs-ct-info__grid p{
    margin-top:9px !important;

    max-width:310px;

    color:var(--fcs-muted);

    font-size:11px;
    line-height:1.7;
}


/* ============================================================
   SECTION 03 — CONTACT FORM
============================================================ */

.fcs-ct-form-section{
    padding:130px 0;

    background:var(--fcs-off);
}

.fcs-ct-form-section__grid{
    display:grid;
    grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);
    gap:90px;
    align-items:start;
}

.fcs-ct-form-section__content{
    max-width:600px;

    position:sticky;
    top:40px;
}

.fcs-ct-form-section h2,
.fcs-ct-heading h2,
.fcs-ct-location h2{
    color:var(--fcs-navy);

    font-size:clamp(42px,4.2vw,64px);
    font-weight:800;

    line-height:1.04;
    letter-spacing:-.05em;
}

.fcs-ct-form-section h2 span,
.fcs-ct-heading h2 span,
.fcs-ct-location h2 span{
    display:block;

    color:var(--fcs-red);
}

.fcs-ct-form-section__content > p{
    margin-top:28px !important;

    max-width:570px;

    color:var(--fcs-muted);

    font-size:14px;
    line-height:1.9;
}

.fcs-ct-form-section__help{
    margin-top:38px;

    border-top:1px solid var(--fcs-line);
}

.fcs-ct-form-section__help article{
    padding:22px 0;

    border-bottom:1px solid var(--fcs-line);

    display:grid;
    grid-template-columns:52px 1fr;
    gap:16px;
}

.fcs-ct-form-section__help article > span{
    width:46px;
    height:46px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff;
    color:var(--fcs-red);

    font-size:16px;
}

.fcs-ct-form-section__help strong{
    display:block;

    color:var(--fcs-navy);

    font-size:14px;
    font-weight:800;
}

.fcs-ct-form-section__help p{
    margin-top:5px !important;

    color:var(--fcs-muted);

    font-size:10px;
    line-height:1.7;
}


/* FORM WRAPPER */

.fcs-ct-form-wrap{
    background:#fff;

    border-top:4px solid var(--fcs-red);

    box-shadow:0 24px 70px rgba(7,23,70,.08);
}

.fcs-ct-form-head{
    padding:28px 30px;

    border-bottom:1px solid var(--fcs-line);

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.fcs-ct-form-head small{
    display:block;

    margin-bottom:5px;

    color:var(--fcs-red);

    font-size:8px;
    font-weight:800;
    letter-spacing:.13em;
}

.fcs-ct-form-head h3{
    color:var(--fcs-navy);

    font-size:24px;
    font-weight:800;
    letter-spacing:-.03em;
}

.fcs-ct-form-head > span{
    width:50px;
    height:50px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-navy);
    color:#fff;

    font-size:17px;
}


/* FORM */

.fcs-ct-form{
    padding:30px;
}

.fcs-ct-form__row{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.fcs-ct-field{
    margin-bottom:20px;
}

.fcs-ct-field label{
    display:block;

    margin-bottom:8px;

    color:var(--fcs-navy);

    font-size:10px;
    font-weight:800;
    letter-spacing:.02em;
}

.fcs-ct-field label span{
    color:var(--fcs-red);
}

.fcs-ct-input{
    position:relative;

    min-height:58px;

    display:flex;
    align-items:center;

    border:1px solid rgba(7,23,70,.14);

    background:#fff;

    transition:.25s ease;
}

.fcs-ct-input:focus-within{
    border-color:var(--fcs-red);

    box-shadow:0 0 0 3px rgba(215,25,50,.07);
}

.fcs-ct-input > i:first-child{
    width:50px;

    flex:0 0 50px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:var(--fcs-red);

    font-size:14px;
}

.fcs-ct-input input,
.fcs-ct-input select,
.fcs-ct-input textarea{
    width:100%;

    border:0;
    outline:0;

    background:transparent;

    color:var(--fcs-text);

    font-family:var(--fcs-body);

    font-size:12px;
    font-weight:500;
}

.fcs-ct-input input{
    height:56px;
    padding:0 16px 0 0;
}

.fcs-ct-input input::placeholder,
.fcs-ct-input textarea::placeholder{
    color:#9AA2B2;
}

.fcs-ct-input select{
    height:56px;

    padding:0 45px 0 0;

    appearance:none;
    -webkit-appearance:none;

    cursor:pointer;
}

.fcs-ct-input--select{
    position:relative;
}

.fcs-ct-select-arrow{
    position:absolute;

    right:18px;

    color:var(--fcs-muted) !important;

    font-size:11px !important;

    pointer-events:none;
}

.fcs-ct-input--textarea{
    align-items:flex-start;
}

.fcs-ct-input--textarea > i:first-child{
    padding-top:18px;
}

.fcs-ct-input textarea{
    min-height:145px;

    padding:17px 17px 17px 0;

    resize:vertical;

    line-height:1.7;
}


/* FORM BOTTOM */

.fcs-ct-form__bottom{
    margin-top:8px;
    padding-top:22px;

    border-top:1px solid var(--fcs-line);

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
}

.fcs-ct-form__bottom > p{
    max-width:340px;

    display:flex;
    align-items:flex-start;
    gap:9px;

    color:var(--fcs-muted);

    font-size:9px;
    line-height:1.65;
}

.fcs-ct-form__bottom > p i{
    margin-top:2px;
    color:var(--fcs-red);
}

.fcs-ct-submit{
    min-width:185px;
    min-height:56px;

    padding:0 20px;

    border:0;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;

    background:var(--fcs-red);
    color:#fff;

    font-family:var(--fcs-body);

    font-size:10px;
    font-weight:800;

    cursor:pointer;

    transition:.3s ease;
}

.fcs-ct-submit:hover{
    background:var(--fcs-red-2);
    transform:translateY(-3px);
}


/* ============================================================
   SECTION 04 — SERVICE ACCESS
============================================================ */

.fcs-ct-service-access{
    position:relative;

    padding:130px 0;

    background:var(--fcs-navy);
    color:#fff;
}

.fcs-ct-service-access__texture{
    position:absolute;
    inset:0;

    opacity:.08;

    background-image:
        radial-gradient(
            rgba(255,255,255,.8) .6px,
            transparent .6px
        );

    background-size:14px 14px;
}

.fcs-ct-service-access .fcs-ct-container{
    position:relative;
    z-index:2;
}

.fcs-ct-heading{
    margin-bottom:60px;

    display:grid;
    grid-template-columns:1.1fr .55fr;
    gap:70px;
    align-items:end;
}

.fcs-ct-heading h2{
    color:#fff;
}

.fcs-ct-heading h2 span{
    color:var(--fcs-red-2);
}

.fcs-ct-heading > p{
    color:rgba(255,255,255,.54);

    font-size:13px;
    line-height:1.85;
}

.fcs-ct-service-access__grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);

    border-top:1px solid rgba(255,255,255,.12);
    border-left:1px solid rgba(255,255,255,.12);
}

.fcs-ct-service-access__grid > div{
    position:relative;

    min-height:190px;

    padding:25px;

    border-right:1px solid rgba(255,255,255,.12);
    border-bottom:1px solid rgba(255,255,255,.12);

    display:flex;
    flex-direction:column;
    justify-content:space-between;

    overflow:hidden;

    transition:.3s ease;
}

.fcs-ct-service-access__grid > div:hover{
    background:rgba(255,255,255,.04);
}

.fcs-ct-service-access__grid > div > span{
    width:48px;
    height:48px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-red);

    color:#fff;
    font-size:16px;
}

.fcs-ct-service-access__grid strong{
    position:relative;
    z-index:2;

    max-width:270px;

    margin-top:32px;

    color:#fff;

    font-size:15px;
    font-weight:700;

    line-height:1.45;
}

.fcs-ct-service-access__mimamori{
    background:#fff;
}

.fcs-ct-service-access__mimamori:hover{
    background:#fff !important;
}

.fcs-ct-service-access__mimamori > span{
    background:var(--fcs-navy) !important;
}

.fcs-ct-service-access__mimamori strong{
    color:var(--fcs-navy);
}

.fcs-ct-service-access__mimamori em{
    position:absolute;

    right:-10px;
    bottom:-55px;

    color:rgba(7,23,70,.05);

    font-style:normal;

    font-size:170px;
    line-height:1;
}


/* ============================================================
   SECTION 05 — LOCATION
============================================================ */

.fcs-ct-location{
    padding:130px 0;

    background:#fff;
}

.fcs-ct-location__grid{
    display:grid;
    grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
    gap:90px;
    align-items:stretch;
}

.fcs-ct-location__content{
    padding:35px 0;
}

.fcs-ct-location__content > p{
    max-width:560px;

    margin-top:28px !important;

    color:var(--fcs-muted);

    font-size:14px;
    line-height:1.85;
}

.fcs-ct-location__details{
    margin-top:40px;

    border-top:1px solid var(--fcs-line);
}

.fcs-ct-location__details > div{
    padding:23px 0;

    border-bottom:1px solid var(--fcs-line);

    display:grid;
    grid-template-columns:52px 1fr;
    gap:15px;
}

.fcs-ct-location__details > div > span{
    width:46px;
    height:46px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-off);
    color:var(--fcs-red);
}

.fcs-ct-location__details small{
    display:block;

    margin-bottom:6px;

    color:rgba(7,23,70,.36);

    font-size:8px;
    font-weight:800;
    letter-spacing:.12em;
}

.fcs-ct-location__details strong,
.fcs-ct-location__details a{
    color:var(--fcs-navy);

    font-size:13px;
    font-weight:700;
    line-height:1.65;
}

.fcs-ct-location__details a{
    font-size:20px;
}

.fcs-ct-location__direction{
    margin-top:28px;

    display:inline-flex;
    align-items:center;
    gap:15px;

    color:var(--fcs-navy);

    font-size:10px;
    font-weight:800;
}

.fcs-ct-location__direction > span{
    width:38px;
    height:38px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-navy);
    color:#fff;

    transition:.3s ease;
}

.fcs-ct-location__direction:hover > span{
    background:var(--fcs-red);
    transform:translate(3px,-3px);
}

.fcs-ct-location__map{
    position:relative;

    min-height:620px;

    background:var(--fcs-off);
}

.fcs-ct-location__map iframe{
    position:absolute;
    inset:0;

    width:100%;
    height:100%;
}

.fcs-ct-location__map-label{
    position:absolute;

    left:25px;
    bottom:25px;

    z-index:3;

    width:270px;

    padding:18px;

    display:flex;
    align-items:center;
    gap:14px;

    background:var(--fcs-navy);
    color:#fff;

    box-shadow:0 15px 45px rgba(7,23,70,.18);
}

.fcs-ct-location__map-label > span{
    width:44px;
    height:44px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-red);
}

.fcs-ct-location__map-label small{
    display:block;

    margin-bottom:4px;

    color:rgba(255,255,255,.40);

    font-size:8px;
    font-weight:800;
    letter-spacing:.12em;
}

.fcs-ct-location__map-label strong{
    font-size:13px;
}


/* ============================================================
   SECTION 06 — FINAL CTA
============================================================ */

.fcs-ct-final{
    position:relative;

    padding:100px 0;

    overflow:hidden;

    background:#050F32;
    color:#fff;
}

.fcs-ct-final__glow{
    position:absolute;

    width:650px;
    height:650px;

    right:-240px;
    top:-300px;

    border-radius:50%;

    background:rgba(215,25,50,.18);

    filter:blur(100px);
}

.fcs-ct-final .fcs-ct-container{
    position:relative;
    z-index:2;
}

.fcs-ct-final__status{
    padding-bottom:24px;

    border-bottom:1px solid rgba(255,255,255,.12);

    display:flex;
    align-items:center;
    gap:12px;

    color:rgba(255,255,255,.56);

    font-size:9px;
    font-weight:800;
    letter-spacing:.13em;
    text-transform:uppercase;
}

.fcs-ct-final__status > span{
    width:9px;
    height:9px;

    border-radius:50%;

    background:var(--fcs-red-2);

    box-shadow:0 0 0 6px rgba(240,40,63,.12);
}

.fcs-ct-final__main{
    padding:60px 0;

    display:grid;
    grid-template-columns:1fr .7fr;
    gap:80px;
    align-items:end;
}

.fcs-ct-final h2{
    max-width:800px;

    color:#fff;

    font-size:clamp(46px,5.4vw,78px);
    font-weight:800;

    line-height:1.02;
    letter-spacing:-.055em;
}

.fcs-ct-final h2 span{
    display:block;

    color:var(--fcs-red-2);
}

.fcs-ct-final__main > div:first-child > p{
    max-width:550px;

    margin-top:23px !important;

    color:rgba(255,255,255,.54);

    font-size:12px;
    line-height:1.8;
}

.fcs-ct-final__contact small{
    display:block;

    margin-bottom:9px;

    color:var(--fcs-red-2);

    font-size:8px;
    font-weight:800;
    letter-spacing:.15em;
}

.fcs-ct-final__contact > a{
    display:block;

    color:#fff;

    font-family:var(--fcs-head);

    font-size:clamp(34px,4vw,55px);
    font-weight:800;

    line-height:1.1;
    letter-spacing:-.04em;
}

.fcs-ct-final__contact > span{
    margin-top:15px;

    display:flex;
    align-items:center;
    gap:9px;

    color:rgba(255,255,255,.52);

    font-size:10px;
}

.fcs-ct-final__contact > span i{
    color:var(--fcs-red-2);
}

.fcs-ct-final__bottom{
    padding-top:26px;

    border-top:1px solid rgba(255,255,255,.12);

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}

.fcs-ct-final__bottom > span{
    color:rgba(255,255,255,.50);

    font-size:10px;
    font-weight:700;
}

.fcs-ct-final__bottom a{
    min-width:150px;
    min-height:54px;

    padding:0 20px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;

    background:var(--fcs-red);
    color:#fff;

    font-size:10px;
    font-weight:800;

    transition:.3s ease;
}

.fcs-ct-final__bottom a:hover{
    background:var(--fcs-red-2);
    transform:translateY(-3px);
}


/* ============================================================
   ICON SAFETY
============================================================ */

.fcs-contact-page .fa-solid,
.fcs-contact-page .fas{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    font-style:normal;
    line-height:1;
}


/* ============================================================
   TABLET
============================================================ */

@media(max-width:1100px){

    .fcs-ct-hero__container{
        grid-template-columns:1fr;
        gap:40px;
    }

    .fcs-ct-hero__quick{
        max-width:500px;
    }

    .fcs-ct-form-section__grid,
    .fcs-ct-location__grid{
        gap:60px;
    }

    .fcs-ct-service-access__grid{
        grid-template-columns:repeat(2,1fr);
    }

}


/* ============================================================
   TABLET / MOBILE
============================================================ */

@media(max-width:820px){

    .fcs-ct-container{
        width:min(calc(100% - 34px),var(--fcs-max));
    }

    .fcs-ct-hero{
        min-height:auto;
    }

    .fcs-ct-hero__container{
        padding-top:90px;
        padding-bottom:90px;
    }

    .fcs-ct-hero h1{
        font-size:clamp(50px,11vw,76px);
    }

    .fcs-ct-info__grid{
        grid-template-columns:1fr;
    }

    .fcs-ct-info__grid article{
        min-height:210px;
    }

    .fcs-ct-form-section,
    .fcs-ct-service-access,
    .fcs-ct-location{
        padding:90px 0;
    }

    .fcs-ct-form-section__grid,
    .fcs-ct-location__grid{
        grid-template-columns:1fr;
    }

    .fcs-ct-form-section__content{
        position:static;
    }

    .fcs-ct-heading{
        grid-template-columns:1fr;
        gap:25px;
    }

    .fcs-ct-location__map{
        min-height:500px;
    }

    .fcs-ct-final__main{
        grid-template-columns:1fr;
        gap:40px;
    }

}


/* ============================================================
   MOBILE
============================================================ */

@media(max-width:620px){

    .fcs-ct-container{
        width:calc(100% - 28px);
    }

    .fcs-ct-hero__container{
        padding-top:70px;
        padding-bottom:70px;
    }

    .fcs-ct-hero h1{
        font-size:46px;
        line-height:1.02;
    }

    .fcs-ct-hero__content > p{
        margin-top:24px !important;

        font-size:13px;
        line-height:1.75;
    }

    .fcs-ct-hero__quick{
        padding:22px;
    }

    .fcs-ct-hero__quick > a{
        font-size:26px;
    }

    .fcs-ct-form-section h2,
    .fcs-ct-heading h2,
    .fcs-ct-location h2{
        font-size:38px;
    }

    .fcs-ct-form-wrap{
        box-shadow:none;
    }

    .fcs-ct-form-head{
        padding:22px 20px;
    }

    .fcs-ct-form{
        padding:20px;
    }

    .fcs-ct-form__row{
        grid-template-columns:1fr;
        gap:0;
    }

    .fcs-ct-input{
        min-height:56px;
    }

    .fcs-ct-form__bottom{
        flex-direction:column;
        align-items:stretch;
    }

    .fcs-ct-form__bottom > p{
        max-width:none;
    }

    .fcs-ct-submit{
        width:100%;
    }

    .fcs-ct-service-access__grid{
        grid-template-columns:1fr;
    }

    .fcs-ct-service-access__grid > div{
        min-height:165px;
    }

    .fcs-ct-location__map{
        min-height:430px;
    }

    .fcs-ct-location__map-label{
        left:15px;
        right:15px;
        bottom:15px;

        width:auto;
    }

    .fcs-ct-final{
        padding:80px 0;
    }

    .fcs-ct-final h2{
        font-size:43px;
    }

    .fcs-ct-final__bottom{
        flex-direction:column;
        align-items:stretch;
    }

    .fcs-ct-final__bottom a{
        width:100%;
    }

}/* End custom CSS */