.elementor-16830 .elementor-element.elementor-element-7a5c129{padding:0px 0px 0px 0px;}.elementor-16830 .elementor-element.elementor-element-00f74df > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px;}.elementor-16830 .elementor-element.elementor-element-00f74df > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-16830 .elementor-element.elementor-element-7f317c2{padding:0px 0px 0px 0px;}.elementor-16830 .elementor-element.elementor-element-85f8fd2 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px;}.elementor-16830 .elementor-element.elementor-element-85f8fd2 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-16830 .elementor-element.elementor-element-9e6ec93{--display:flex;--padding-top:1px;--padding-bottom:1px;--padding-left:1px;--padding-right:1px;}.elementor-16830 .elementor-element.elementor-element-fe31ec3{--display:flex;--padding-top:1px;--padding-bottom:1px;--padding-left:1px;--padding-right:1px;}/* Start custom CSS for html, class: .elementor-element-2a9c44c */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&family=Open+Sans:wght@400;500;600&display=swap');


/* =====================================================
   GLOBAL
===================================================== */

.htps-page,
.htps-page *{
    box-sizing:border-box;
}

.htps-page{
    --blue:#123f73;
    --blue-dark:#0d315a;
    --blue-light:#3978b8;

    --yellow:#f2b705;
    --yellow-dark:#daa500;

    --white:#ffffff;
    --offwhite:#f4f5f6;

    --text:#1b1b1b;
    --grey:#6d6d6d;
    --line:#e0e3e7;

    width:100%;
    max-width:100%;

    overflow:hidden;

    background:#ffffff;

    color:var(--text);

    font-family:"Open Sans",Arial,sans-serif;
}


.htps-container{
    width:100%;
    max-width:1320px;

    margin:0 auto;

    padding:0 40px;
}


/* =====================================================
   LABEL
===================================================== */

.htps-label{
    display:flex;
    align-items:center;

    gap:14px;

    margin-bottom:22px;

    font-family:"Montserrat",sans-serif;

    font-size:12px;
    font-weight:800;

    letter-spacing:2.2px;

    text-transform:uppercase;

    color:var(--blue);
}


.htps-label:before{
    content:"";

    width:42px;
    height:4px;

    flex:0 0 42px;

    background:var(--yellow);
}


/* =====================================================
   INTRO
===================================================== */

.htps-intro{
    position:relative;

    padding:120px 0;

    background:#ffffff;
}


.htps-intro:after{
    content:"";

    position:absolute;

    top:0;
    right:0;

    width:10px;
    height:100%;

    background:var(--yellow);
}


.htps-intro-grid{
    display:grid;

    grid-template-columns:.72fr 1.28fr;

    gap:100px;

    align-items:start;
}


.htps-title-area h1{
    margin:0;

    font-family:"Montserrat",sans-serif;

    font-size:clamp(52px,6vw,82px);
    line-height:.98;

    font-weight:800;

    letter-spacing:-3.5px;

    color:var(--blue);
}


.htps-title-area h1 span{
    display:block;

    color:var(--yellow);
}


.htps-intro-copy{
    padding-top:12px;
}


.htps-intro-copy p{
    max-width:760px;

    margin:0;

    font-size:20px;
    line-height:1.8;

    font-weight:600;

    color:var(--blue);
}


/* =====================================================
   PRODUCTS SECTION
===================================================== */

.htps-products{
    padding:110px 0;

    background:#f4f5f6;
}


.htps-products-grid{
    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:26px;
}


/* =====================================================
   PRODUCT CARD
===================================================== */

.htps-product-card{
    position:relative;

    min-height:390px;

    padding:50px;

    display:flex;

    flex-direction:column;
    justify-content:flex-end;

    overflow:hidden;

    background:#ffffff;

    border-bottom:6px solid var(--yellow);

    box-shadow:0 15px 40px rgba(13,49,90,.06);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        background .35s ease;
}


.htps-product-card:hover{
    transform:translateY(-8px);

    box-shadow:0 25px 55px rgba(13,49,90,.12);
}


/* DARK CARDS */

.htps-product-card.dark{
    background:var(--blue);

    color:#ffffff;
}


/* =====================================================
   NUMBER
===================================================== */

.htps-number{
    position:absolute;

    top:38px;
    right:42px;

    font-family:"Montserrat",sans-serif;

    font-size:72px;
    line-height:1;

    font-weight:800;

    letter-spacing:-4px;

    color:rgba(18,63,115,.08);
}


.htps-product-card.dark .htps-number{
    color:rgba(255,255,255,.08);
}


/* =====================================================
   PRODUCT TITLES
===================================================== */

.htps-product-card h2{
    position:relative;

    z-index:2;

    max-width:520px;

    margin:0 0 24px;

    font-family:"Montserrat",sans-serif;

    font-size:clamp(30px,3vw,42px);
    line-height:1.1;

    font-weight:800;

    letter-spacing:-1.5px;

    color:var(--blue);
}


.htps-product-card h2 span{
    display:block;

    margin-top:5px;

    color:var(--yellow);
}


.htps-product-card.dark h2{
    color:#ffffff;
}


.htps-product-card.dark h2 span{
    color:var(--yellow);
}


/* =====================================================
   PRODUCT TEXT
===================================================== */

.htps-product-card p{
    position:relative;

    z-index:2;

    max-width:470px;

    margin:0;

    font-size:15px;
    line-height:1.9;

    color:var(--grey);
}


.htps-product-card.dark p{
    color:#dbe5ef;
}


/* =====================================================
   HOVER DETAILS
===================================================== */

.htps-product-card:before{
    content:"";

    position:absolute;

    top:0;
    left:0;

    width:0;
    height:6px;

    background:var(--blue);

    transition:width .4s ease;
}


.htps-product-card.dark:before{
    background:var(--yellow);
}


.htps-product-card:hover:before{
    width:100%;
}


/* =====================================================
   TABLET
===================================================== */

@media(max-width:1024px){

    .htps-container{
        padding:0 30px;
    }

    .htps-intro{
        padding:90px 0;
    }

    .htps-intro-grid{
        grid-template-columns:1fr;

        gap:45px;
    }

    .htps-products{
        padding:90px 0;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media(max-width:767px){

    .htps-container{
        padding:0 20px;
    }


    .htps-intro{
        padding:70px 0;
    }


    .htps-intro:after{
        width:6px;
    }


    .htps-label{
        margin-bottom:16px;

        font-size:11px;

        letter-spacing:1.7px;
    }


    .htps-title-area h1{
        font-size:45px;

        letter-spacing:-2px;
    }


    .htps-intro-copy p{
        font-size:18px;

        line-height:1.75;
    }


    .htps-products{
        padding:70px 0;
    }


    .htps-products-grid{
        grid-template-columns:1fr;

        gap:20px;
    }


    .htps-product-card{
        min-height:330px;

        padding:35px 28px;
    }


    .htps-number{
        top:28px;
        right:28px;

        font-size:58px;
    }


    .htps-product-card h2{
        font-size:31px;

        letter-spacing:-1px;
    }


    .htps-product-card p{
        font-size:14px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media(max-width:400px){

    .htps-title-area h1{
        font-size:39px;
    }


    .htps-product-card h2{
        font-size:28px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c7c74dc */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&family=Open+Sans:wght@400;500;600&display=swap');


/* =====================================================
   FOOTER GLOBAL
===================================================== */

.htc-footer,
.htc-footer *{
    box-sizing:border-box;
}

.htc-footer{
    --blue:#123f73;
    --blue-dark:#0d315a;
    --blue-light:#3978b8;

    --yellow:#f2b705;
    --yellow-dark:#daa500;

    --white:#ffffff;

    width:100%;

    overflow:hidden;

    background:var(--blue-dark);

    font-family:"Open Sans",Arial,sans-serif;
}


/* =====================================================
   TOP ACCENT
===================================================== */

.htc-footer-accent{
    width:100%;
    height:7px;

    background:var(--yellow);
}


/* =====================================================
   MAIN
===================================================== */

.htc-footer-main{
    position:relative;

    padding:75px 0 35px;

    background:
        linear-gradient(
            135deg,
            #0d315a 0%,
            #123f73 55%,
            #164c82 100%
        );
}


/* BACKGROUND DECORATION */

.htc-footer-main:before{
    content:"";

    position:absolute;

    width:430px;
    height:430px;

    right:-170px;
    top:-180px;

    border-radius:50%;

    border:1px solid rgba(242,183,5,.12);
}


.htc-footer-main:after{
    content:"";

    position:absolute;

    width:230px;
    height:500px;

    right:5%;
    top:-160px;

    transform:rotate(20deg);

    border-left:1px solid rgba(242,183,5,.08);
    border-right:1px solid rgba(255,255,255,.04);
}


/* =====================================================
   CONTAINER
===================================================== */

.htc-footer-container{
    position:relative;

    z-index:2;

    width:100%;

    max-width:1380px;

    margin:0 auto;

    padding:0 45px;
}


/* =====================================================
   MAIN GRID
===================================================== */

.htc-footer-grid{
    display:grid;

    grid-template-columns:1.25fr 1fr .75fr;

    gap:75px;

    align-items:start;
}


/* =====================================================
   SMALL LABEL
===================================================== */

.htc-footer-label{
    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:24px;

    font-family:"Montserrat",sans-serif;

    font-size:11px;
    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    color:var(--yellow);
}


.htc-footer-label:before{
    content:"";

    width:34px;
    height:3px;

    background:var(--yellow);
}


/* =====================================================
   OFFICE
===================================================== */

.htc-footer-office h2{
    max-width:560px;

    margin:0;

    font-family:"Montserrat",sans-serif;

    font-size:clamp(27px,2.8vw,39px);
    line-height:1.25;

    font-weight:700;

    letter-spacing:-1.2px;

    color:#ffffff;
}


.htc-footer-office h2 span{
    display:block;

    color:#d7e2ee;
}


.htc-country{
    margin:12px 0 30px;

    font-family:"Montserrat",sans-serif;

    font-size:11px;
    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

    color:#aebfd0;
}


/* =====================================================
   PHONE
===================================================== */

.htc-footer-phone{
    max-width:390px;

    display:flex;

    align-items:center;

    gap:15px;

    padding-top:24px;

    border-top:1px solid rgba(255,255,255,.13);

    text-decoration:none;
}


.htc-footer-phone span,
.htc-contact-item span{
    display:block;

    margin-bottom:5px;

    font-size:9px;
    font-weight:600;

    letter-spacing:1.4px;

    text-transform:uppercase;

    color:#9fb1c4;
}


.htc-footer-phone strong{
    font-family:"Montserrat",sans-serif;

    font-size:16px;

    font-weight:600;

    color:#ffffff;
}


/* =====================================================
   ICON
===================================================== */

.htc-footer-icon{
    width:44px;
    height:44px;

    flex:0 0 44px;

    display:flex;

    align-items:center;
    justify-content:center;

    background:var(--yellow);
}


.htc-footer-icon svg{
    width:19px;
    height:19px;

    fill:var(--blue-dark);
}


/* =====================================================
   CONTACT
===================================================== */

.htc-footer-contact{
    min-width:0;
}


.htc-contact-item{
    display:flex;

    align-items:center;

    gap:15px;

    padding:18px 0;

    border-bottom:1px solid rgba(255,255,255,.12);
}


.htc-contact-item:first-of-type{
    padding-top:0;
}


.htc-contact-item a{
    display:block;

    color:#ffffff;

    font-size:14px;
    line-height:1.5;

    font-weight:500;

    text-decoration:none;

    word-break:break-word;

    transition:color .25s ease;
}


.htc-contact-item a:hover{
    color:var(--yellow);
}


/* =====================================================
   LOCATIONS
===================================================== */

.htc-location-list{
    display:flex;

    flex-direction:column;

    border-top:1px solid rgba(255,255,255,.12);
}


.htc-location-list span{
    position:relative;

    display:block;

    padding:14px 0 14px 18px;

    border-bottom:1px solid rgba(255,255,255,.12);

    font-family:"Montserrat",sans-serif;

    font-size:12px;
    font-weight:600;

    letter-spacing:.5px;

    text-transform:uppercase;

    color:#ffffff;
}


.htc-location-list span:before{
    content:"";

    position:absolute;

    left:0;
    top:50%;

    width:6px;
    height:6px;

    transform:translateY(-50%);

    border-radius:50%;

    background:var(--yellow);
}


/* =====================================================
   SOCIAL ROW
===================================================== */

.htc-footer-social-row{
    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:40px;

    margin-top:65px;

    padding-top:30px;

    border-top:1px solid rgba(255,255,255,.14);
}


.htc-social-heading{
    flex:0 0 auto;

    font-family:"Montserrat",sans-serif;

    font-size:11px;
    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    color:#aebfd0;
}


/* =====================================================
   SOCIAL LINKS
===================================================== */

.htc-social-links{
    display:flex;

    align-items:center;

    justify-content:flex-end;

    flex-wrap:wrap;

    gap:10px;
}


.htc-social-links a{
    min-height:46px;

    display:flex;

    align-items:center;
    justify-content:center;

    gap:9px;

    padding:0 17px;

    border:1px solid rgba(255,255,255,.14);

    text-decoration:none;

    color:#ffffff;

    transition:
        background .3s ease,
        border-color .3s ease,
        color .3s ease,
        transform .3s ease;
}


.htc-social-links a svg{
    width:17px;
    height:17px;

    fill:var(--yellow);

    transition:fill .3s ease;
}


.htc-social-links a span{
    font-family:"Montserrat",sans-serif;

    font-size:10px;

    font-weight:600;

    letter-spacing:.5px;

    text-transform:uppercase;
}


.htc-social-links a:hover{
    background:var(--yellow);

    border-color:var(--yellow);

    color:var(--blue-dark);

    transform:translateY(-3px);
}


.htc-social-links a:hover svg{
    fill:var(--blue-dark);
}


/* =====================================================
   LAPTOP
===================================================== */

@media(max-width:1200px){

    .htc-footer-container{
        padding:0 30px;
    }

    .htc-footer-grid{
        grid-template-columns:1.2fr 1fr .7fr;

        gap:45px;
    }

}


/* =====================================================
   TABLET
===================================================== */

@media(max-width:950px){

    .htc-footer-main{
        padding-top:60px;
    }

    .htc-footer-grid{
        grid-template-columns:1fr 1fr;

        gap:50px;
    }

    .htc-footer-locations{
        grid-column:1 / -1;
    }

    .htc-location-list{
        display:grid;

        grid-template-columns:repeat(5,1fr);
    }

    .htc-location-list span{
        text-align:center;

        padding:15px 8px;

        border-right:1px solid rgba(255,255,255,.12);
    }

    .htc-location-list span:before{
        display:none;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media(max-width:767px){

    .htc-footer-accent{
        height:5px;
    }

    .htc-footer-main{
        padding:55px 0 28px;
    }

    .htc-footer-container{
        padding:0 20px;
    }

    .htc-footer-grid{
        grid-template-columns:1fr;

        gap:50px;
    }

    .htc-footer-locations{
        grid-column:auto;
    }

    .htc-footer-office h2{
        font-size:29px;

        letter-spacing:-1px;
    }

    .htc-footer-phone{
        max-width:100%;
    }

    .htc-location-list{
        grid-template-columns:1fr 1fr;
    }

    .htc-location-list span{
        text-align:left;

        padding:14px 12px 14px 17px;
    }

    .htc-location-list span:before{
        display:block;
    }

    .htc-footer-social-row{
        display:block;

        margin-top:50px;

        padding-top:25px;
    }

    .htc-social-heading{
        margin-bottom:18px;
    }

    .htc-social-links{
        display:grid;

        grid-template-columns:1fr 1fr;

        gap:8px;
    }

    .htc-social-links a{
        justify-content:flex-start;

        padding:0 14px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media(max-width:430px){

    .htc-footer-container{
        padding:0 16px;
    }

    .htc-footer-office h2{
        font-size:25px;
    }

    .htc-footer-phone strong{
        font-size:14px;
    }

    .htc-contact-item a{
        font-size:12px;
    }

    .htc-location-list{
        grid-template-columns:1fr;
    }

    .htc-social-links{
        grid-template-columns:1fr;
    }

    .htc-social-links a{
        min-height:48px;
    }

}


/* =====================================================
   REDUCED MOTION
===================================================== */

@media(prefers-reduced-motion:reduce){

    .htc-footer *,
    .htc-footer *:before,
    .htc-footer *:after{
        transition:none !important;
    }

}/* End custom CSS */