/*
	CSS file for NHS
*/


@font-face {
    font-family: 'Frutiger';
    src: url('../fonts/Frutiger-Bold.eot');
    src: local('Frutiger-Bold'),
    url('../fonts/Frutiger-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Frutiger-Bold.woff2') format('woff2'),
    url('../fonts/Frutiger-Bold.woff') format('woff'),
    url('../fonts/Frutiger-Bold.ttf') format('truetype'),
    url('../fonts/Frutiger-Bold.svg#Frutiger-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger';
    src: url('../fonts/FrutigerNormal.eot');
    src: local('Frutiger Normal'), local('FrutigerNormal'),
    url('../fonts/FrutigerNormal.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FrutigerNormal.woff2') format('woff2'),
    url('../fonts/FrutigerNormal.woff') format('woff'),
    url('../fonts/FrutigerNormal.ttf') format('truetype'),
    url('../fonts/FrutigerNormal.svg#FrutigerNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger';
    src: url('../fonts/FrutigerLTPro-Light.eot');
    src: local('Frutiger LT Pro 45 Light'), local('FrutigerLTPro-Light'),
    url('../fonts/FrutigerLTPro-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FrutigerLTPro-Light.woff2') format('woff2'),
    url('../fonts/FrutigerLTPro-Light.woff') format('woff'),
    url('../fonts/FrutigerLTPro-Light.ttf') format('truetype'),
    url('../fonts/FrutigerLTPro-Light.svg#FrutigerLTPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}



/*	General	
------------------------------*/
	
	* {
		padding: 0;
		margin: 0;
		outline: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
        box-sizing: border-box;
	}

	body {
        color: #425563;
        font-family: 'Frutiger', sans-serif;
        font-size: 16px;
        line-height: 25px;
		background: #fff;
	}

	img,
	svg {
		display: block;
		max-width: 100%;
		height: auto;
	}

	a {
		color: inherit;
		text-decoration: none;
	}

	a img {
		border: 0;
	}

	a,
	svg,
	path,
	button {
		transition: all ease 0.4s;
	}

	.container {
		margin: 0 76px;
	}

	.wrapper {
	}

    .skip-link {
        position: absolute;
        top: -40px;
        left: 0;
        background: #000;
        color: #fff;
        font-family: 'Verdana', Arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        padding: 8px 16px;
        z-index: 100;
        text-decoration: none;
        transition: none;
    }

        .skip-link:focus {
            top: 0;
        }

        .user-is-tabbing .skip-link:focus {
            top: 10px;
            left: 10px;
            z-index: 99999;
            color: #212b32 !important;
            background-color: #ffeb3b !important;
            outline: 5px solid #ffeb3b;
            box-shadow: 1px 2px 0 6px #212b32;
            outline-offset: 0;
        }

    .user-is-tabbing *:focus {
        color: #212b32 !important;
        background-color: #ffeb3b !important;
        outline: 5px solid #ffeb3b;
        outline-offset: 0;
    }

    .user-is-tabbing *.btn:focus:before {
        background-color: #ffeb3b !important;
    }

    input {
        -webkit-appearance: none;
    }

    [data-aos="fade-up"] {
        -webkit-transform: translate3d(0px, 15px, 0);
        transform: translate3d(0px, 15px, 0);
    }

    [data-aos="fade-left"] {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    [data-aos="fade-right"] {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }


/*	Common Elements
-------------------------------------------*/


	/*
	 *	Button
	 */
	.btn {

	}


	/*
	 *	Form
	 */
	.gform_ajax_spinner,
	.gform_validation_errors,
	.gform_validation_container,
	.gform_required_legend,
	.validation_error {
		display: none;
	}

	.validation_message {
		color: #fff;
		font-size: 12px;
        line-height: 16px;
		padding: 8px 12px 6px 12px;
		background: #DD192C;
		border-radius: 6px;
		margin-top: 4px;
	}

    /*
     *  General content
     */
    .general-content {

    }

    .general-content > *:first-child {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

        .general-content h2 {
            color: #0072BC;
            font-size: 36px;
            font-weight: 700;
            line-height: 44px;
            letter-spacing: -0.72px;
            margin-top: 44px;
        }

            .general-content h4 + h2 {
                margin-top: 5px;
            }

        .general-content h3 {
            font-size: 24px;
            font-weight: 700;
            line-height: 30px;
            margin-top: 30px;
        }

        .general-content h4 {
            color: #15BEF0;
            font-size: 20px;
            font-weight: 700;
            line-height: 30px;
        }

        .general-content p {
            margin-top: 24px;
        }

            .general-content h2 + p {
                margin-top: 14px;
            }

        .general-content ul {
            list-style: none;
        }

            .general-content ul li {
                padding-left: 22px;
                position: relative;
            }

                .general-content ul li + li {
                    margin-top: 24px;
                }

                .general-content ul li:before {
                    content: "";
                    top: 8px;
                    left: 0;
                    width: 7px;
                    height: 7px;
                    border-radius: 100%;
                    background: #8DC63F;
                    position: absolute;
                }

        .general-content ol {
            margin: 16px 0 0 30px;
        }

            .general-content ol li + li {
                margin-top: 8px;
            }

    .page-general {
        max-width: 1100px;
        margin: 48px auto;
    }

        .page-general .general-content ul {
            margin: 16px 0 0 16px;
        }

            .page-general .general-content ul li + li {
                margin-top: 10px;
            }

	
/*	Header
-------------------------------------------*/
	
	header {
        display: flex;
        top: 30px;
        left: 34px;
        right: 34px;
        z-index: 100;
        padding: 24px 32px;
		position: fixed;
        border-radius: 10px;
        background: linear-gradient(89deg, #FFF 58.28%, rgba(255, 255, 255, 0.30) 115.75%);
        backdrop-filter: blur(12.5px);
        justify-content: space-between;
        align-items: center;
        transition: all ease 0.4s;
	}

        header.tiny {
            padding-top: 16px;
            padding-bottom: 16px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        header .logos {
            display: flex;
            align-items: center;
            cursor: pointer;
        }

            header .logos img + img {
                margin-left: 38px;
            }

        header nav ul {
            display: flex;
            align-items: center;
            list-style: none;
        }

            header nav ul li + li {
                margin-left: 36px;
            }

                header nav ul li a {
                    font-size: 18px;
                    font-weight: 700;
                    position: relative;
                }

                    header nav ul li:not(.contact) a:after {
                        content: "";
                        left: 50%;
                        bottom: -4px;
                        width: 0;
                        height: 3px;
                        background: #41B6E6;
                        position: absolute;
                        transform: translateX(-50%);
                        transition: all ease 0.4s;
                    }

                    header nav ul li a:hover:after,
                    header nav ul li.current-menu-item a:after {
                        width: 100%;
                    }

            header nav ul li.contact a {
                display: flex;
                color: #ffffff;
                height: 48px;
                padding: 2px 24px 0 24px;
                align-items: center;
                border-radius: 10px;
                position: relative;
                overflow: hidden;
            }

                header nav ul li.contact a:before,
                header nav ul li.contact a:after {
                    content: "";
                    top: 0;
                    left: 0;
                    z-index: -1;
                    width: 100%;
                    height: 100%;
                    background: #003087;
                    position: absolute;
                    transition: all ease 0.3s;
                }

                header nav ul li.contact a:after {
                    width: 0;
                    background: #41B6E6;
                }

                    header nav ul li.contact a:hover:after {
                        width: 100%;
                    }

        header .bars {
            display: none;
            width: 48px;
            height: 48px;
            border-radius: 10px;
            background: #ffffff;
            align-items: center;
            justify-content: center;
        }

            header .bars span {
                display: block;
                width: 18px;
                height: 2px;
                background: #003087;
                position: relative;
                opacity: 1;
                border-radius: 2px;
                transition: all ease 0.4s;
            }

            header .bars span:after,
            header .bars span:before {
                content: '';
                display: block;
                width: 18px;
                height: 2px;
                background: #003087;
                position: absolute;
                border-radius: 2px;
                transition: all ease .4s;
            }

            header .bars span:before {
                top: -7px;
                left: 0;
            }

            header .bars span:after {
                top: 7px;
                left: 0;
            }

    .opened-nav header .bars span {
        background: transparent;
    }

        .opened-nav header .bars span:before {
            top: 0;
            transform: rotate(45deg);
            transform-origin: center center;
        }

        .opened-nav header .bars span:after {
            top: 0;
            transform: rotate(-45deg);
            transform-origin: center center;
        }


/*	Footer
-------------------------------------------*/
	
	footer {
		
	}

    /*
     *  Box
     */
    footer .box {
        color: #ffffff;
        font-size: 18px;
        margin-top: 78px;
        border-radius: 20px;
        padding: 72px 56px 16px 56px;
        background: #006AB4;
    }

        footer .box h4 {
            font-size: 24px;
            font-weight: 700;
            line-height: 28px;
            letter-spacing: -0.48px;
            margin-bottom: 24px;
        }

            footer .box .col:last-child h4 {
                white-space: nowrap;
            }

            footer .box .col .social + h4 {
                margin-top: 32px;
            }

        footer .box .top {
            display: flex;
            margin-bottom: 86px;
        }

            footer .box .top .col + .col {
                margin-left: 85px;
            }

            footer .box .top ul {
                list-style: none;
            }

                footer .box .top ul li + li {
                    margin-top: 16px;
                }

                footer .box .top ul li a:hover {
                    color: #15BEF0;
                }

            footer .box .social {
                display: flex;
            }

                footer .box .social a + a {
                    margin-left: 12px;
                }

                footer .box .social a:hover svg {
                    fill: #15BEF0;
                }

        footer .newsletter {
            max-width: 522px;
        }

            footer form {
                display: flex;
                padding: 7px 12px;
                border-radius: 10px;
                border: 1px solid rgba(203, 2023, 203, 0.5);
                background: #FFF;
            }

            footer .gfield_label {
                display: none;
            }

            footer .gform_body {
                width: calc(100% - 130px);
            }

                footer .gfield input {
                    font-family: Frutiger, sans-serif;
                    font-size: 19px;
                    font-weight: 400;
                    line-height: 28px;
                    letter-spacing: -0.38px;
                    padding: 9px 0 7px 8px;
                    border: 0;
                }

                    footer .gfield input::placeholder {
                        color: #CBCBCB;
                    }

            footer .gform_footer {
                width: 130px;
            }

                footer .gform_button {
                    width: 100%;
                    color: #ffffff;
                    font-family: Frutiger, sans-serif;
                    font-size: 19px;
                    font-weight: 700;
                    line-height: 28px;
                    letter-spacing: -0.38px;
                    padding: 9px 0 7px 0;
                    border: 0;
                    border-radius: 10px;
                    overflow: hidden;
                    position: relative;
                    cursor: pointer;
                    z-index: 2;
                }

                    footer .gform_button i {
                        display: none !important;
                    }

                    footer .gform_button:before,
                    footer .gform_button:after {
                        content: "";
                        top: 0;
                        left: 0;
                        z-index: -1;
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        background: #1E3969;
                        transition: all ease 0.3s;
                    }

                        footer .gform_button:after {
                            width: 0;
                            background: #15BEF0;
                        }

                        footer .gform_button:hover:after {
                            width: 100%;
                        }

            footer .validation_message {
                width: calc(100% + 130px);
            }

            footer .gform_confirmation_wrapper {
                color: #1E3969;
                padding: 14px 12px 12px 12px;
                border-radius: 10px;
                border: 1px solid rgba(203, 2023, 203, 0.5);
                background: #FFF;
            }


    /*
     *  Bottom
     */
    footer .bottom {
        display: flex;
        color: #64748B;
        font-size: 17px;
        font-weight: 400;
        line-height: 24px;
        align-items: center;
        justify-content: space-between;
        padding: 42px 0;
    }

        footer .bottom .blue {
            color: #005FB8;
        }

        footer .bottom a {
            color: #64748B;
        }

            footer .bottom a:hover {
                color: #15BEF0;
            }


/*	Section: Hero
-------------------------------------------*/

    .hero {
        position: relative;
        background: #003087;
	}

        .hero:after {
            content: "";
            display: block;
            width: 100%;
            height: 8px;
            background: linear-gradient(90deg, #003087 0%, #41B6E6 100%);
        }

        .hero .bg {
            top: 0;
            left: 0;
            z-index: 1;
            width: 100%;
            height: calc(100% - 8px);
            overflow: hidden;
            position: absolute;
        }

            .hero .bg:before {
                content: "";
                top: 0;
                left: 0;
                z-index: 2;
                width: 100%;
                height: 100%;
                position: absolute;
                background: linear-gradient(241deg, rgba(0, 48, 135, 0.00) 6.63%, rgba(0, 48, 135, 0.67) 65.36%);
            }

            .hero .bg .swiper-slide img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: top center;
            }

            .hero .bg .d {
                right: 0;
                bottom: 96px;
                z-index: 3;
                position: absolute;
            }

        .hero .container {
            display: flex;
            z-index: 2;
            align-items: center;
            min-height: calc(100vh - 8px);
            position: relative;
        }

            .hero .content {
                color: #ffffff;
                padding-top: 40px;
            }

            .hero .content h1 {
                font-size: 89px;
                font-weight: 700;
                line-height: 76px;
                letter-spacing: -1.78px;
            }

            .hero .content p {
                font-size: 30px;
                font-weight: 400;
                line-height: 27px;
                margin-top: 22px;
            }

            .hero .btn {
                display: inline-flex;
                padding: 11px 11px 11px 25px;
                margin-top: 75px;
                border-radius: 10px;
                align-items: center;
                overflow: hidden;
                position: relative;
            }

                .hero .btn:before,
                .hero .btn:after {
                    content: "";
                    top: 0;
                    left: 0;
                    z-index: -1;
                    width: 100%;
                    height: 100%;
                    background: #003087;
                    position: absolute;
                    transition: all ease 0.3s;
                }

                .hero .btn:after {
                    width: 0;
                    background: #41B6E6;
                }

                    .hero .btn:hover:after {
                        width: 100%;
                    }

                .hero .btn i {
                    display: flex;
                    width: 48px;
                    height: 48px;
                    margin-left: 64px;
                    border-radius: 10px;
                    background: #41B6E6;
                    justify-content: center;
                    align-items: center;
                    transition: all ease 0.3s;
                }

                    .hero .btn:hover i {
                        background: #fff;
                    }

                    .hero .btn:hover i svg {
                        fill: #41B6E6;
                    }

        .hero .start {
            display: flex;
            right: -10px;
            bottom: 36px;
            z-index: 3;
            color: #FFF;
            font-size: 21px;
            font-weight: 400;
            line-height: 27px;
            position: absolute;
        }

            .hero .start svg {
                margin-left: 12px;
                margin-top: -10px;
                --distance: 10px;
                --duration: 1.5s;
                display: inline-block;
                animation: floatY var(--duration) cubic-bezier(0.6, 0, 0.4, 1) infinite alternate;
            }

            @keyframes floatY {
                0%   { transform: translateY(-var(--distance)); }
                100% { transform: translateY(var(--distance)); }
            }

            @media (prefers-reduced-motion: reduce) {
                .hero .start svg {
                    opacity: 1;
                    animation: none;
                    transform: none;
                    margin-top: 0;
                }
            }


/*	Section: Group
-------------------------------------------*/

    .sgroup {
        color: #fff;
        position: relative;
        padding: 117px 0 0 0;
        background: #003087;
    }

    .sgroup .container {
        display: flex;
        justify-content: space-between;
    }

    .sgroup .head {
        width: calc(50% - 46px);
        position: relative;
    }

        .sgroup .head h2 {
            font-size: 55px;
            font-weight: bold;
            line-height: 50px;
        }

        .sgroup .head h3 {
            font-size: 60px;
            font-weight: 400;
            line-height: 70px;
            background: linear-gradient(90deg, #15BEF0 0%, #B0DEF8 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 12px;
        }

        .sgroup .head .nhs {
            display: flex;
            align-items: center;
            padding-bottom: 124px;
        }

            .sgroup .head .nhs .logo {
                margin: 0 23px 0 0;
            }

            .sgroup .head .nhs h4 {
                color: #9CCF72;
                font-size: 24px;
                font-weight: 300;
                line-height: 30px;
            }

    .sgroup .content {
        width: calc(50% - 46px);
    }

        .sgroup .content .text {
            max-width: 620px;
            font-size: 21px;
            font-weight: 400;
            line-height: 27px;
        }
        

    /*
     *  CEO
     */
    .sgroup .ceo {
        display: flex;
        margin-top: 38px;
        padding-bottom: 27px;
    }

        .sgroup .ceo .text {
            width: 51.7%;
            padding-left: 94px;
            padding-right: 90px;
            position: relative;
        }

            .sgroup .ceo .text .plus {
                left: -64px;
                position: absolute;
            }

            .sgroup .ceo .text h2 {
                color: #FFF;
                font-size: 36px;
                font-weight: 700;
                line-height: 67px;
                letter-spacing: -0.72px;
                margin-top: 80px;
            }

            .sgroup .ceo .text p {
                color: #FFF;
                font-size: 16px;
                font-weight: 400;
                line-height: 25px;
            }

                .sgroup .ceo .text p + p {
                    margin-top: 24px;
                }
                
            .sgroup .ceo .text .btn {
                display: inline-flex;
                padding: 7px 7px 7px 14px;
                margin-top: 34px;
                color: #1E3969;
                font-weight: bold;
                border-radius: 7px;
                align-items: center;
                overflow: hidden;
                position: relative;
                z-index: 2;
            }
                
                .sgroup .ceo .text .btn:hover {
                    color: #fff;
                }
                
                .sgroup .ceo .text .btn span {
                    display: block;
                    padding-top: 1px;
                }
                
                .sgroup .ceo .text .btn:before,
                .sgroup .ceo .text .btn:after {
                    content: "";
                    top: 0;
                    left: 0;
                    z-index: -1;
                    width: 100%;
                    height: 100%;
                    background: #ffffff;
                    position: absolute;
                    transition: all ease 0.3s;
                }
                
                .sgroup .ceo .text .btn:after {
                    width: 0;
                    background: #41B6E6;
                }
                
                .sgroup .ceo .text .btn:hover:after {
                    width: 100%;
                }
                
                .sgroup .ceo .text .btn i {
                    display: flex;
                    width: 32px;
                    height: 32px;
                    margin-left: 64px;
                    border-radius: 7px;
                    background: #41B6E6;
                    justify-content: center;
                    align-items: center;
                    transition: all ease 0.3s;
                }
                
                .sgroup .ceo .text .btn:hover i {
                    background: #fff;
                }
                
                .sgroup .ceo .text .btn:hover i svg {
                    fill: #41B6E6;
                }

        .sgroup .image {
            width: calc(48.3% - 24px);
            height: 640px;
            border-radius: 20px;
            margin-right: 24px;
            position: relative;
            overflow: hidden;
        }

            .sgroup .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                position: absolute;
            }


/*	Section: Case for Change
-------------------------------------------*/

    .cfc {
        padding: 26px 0;
    }

    .cfc .side {
        top: 134px;
        left: 32px;
        width: calc(50% - 32px);
        height: calc(100vh - 158px);
        position: sticky;
        overflow: hidden;
        border-radius: 20px;
        /*background: #eee;*/
    }

        .cfc .side .img {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            transition: all ease 0.6s;
        }

            .cfc .side .img-2 {
                opacity: 0;
                z-index: 2;
            }

                .cfc .side[data-index="1"] .img-2,
                .cfc .side[data-index="2"] .img-2 {
                    opacity: 1;
                }

            .cfc .side .img-3 {
                opacity: 0;
                z-index: 3;
            }

                .cfc .side[data-index="2"] .img-3 {
                    opacity: 1;
                }

            .cfc .side .img img {
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                position: absolute;
                object-fit: cover;
                object-position: center;
            }

        .cfc .side + .item-wrapper {
            margin-top: calc(-100vh + 158px);
        }

            .cfc .item-wrapper + .item-wrapper {
                /*background: #eee;*/
            }

    .cfc .swiper {
        display: none;
    }

        .cfc .item-wrapper {
            display: flex;
            align-items: center;
            padding: 26px;
        }

        .cfc .item-wrapper .image {
            min-height: 916px;
            width: 50%;
            overflow: hidden;
            position: relative;
            border-radius: 20px;
            /*background: #eee;*/
        }

            .cfc .item-wrapper .image img {
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                position: absolute;
            }

        .cfc .item-wrapper .content {
            width: 50%;
            padding: 0 18px 0 44px;
        }

            .cfc .item-wrapper .general-content {
                max-width: 568px;
                margin: 0 auto;
            }

        .cfc .swiper-pagination {
            top: 50%;
            left: 60px;
            bottom: auto;
            width: 13px;
            display: flex;
            flex-direction: column;
        }

            .cfc .swiper-pagination-bullet {
                display: block;
                opacity: 1;
                width: 13px;
                height: 13px;
                border-radius: 50%;
                border: 1px solid #ffffff;
                background: rgba(255, 255, 255, 0.47);
                margin: 9px 0 !important;
                transition: all ease 0.3s;
            }

            .cfc .swiper-pagination-bullet-active {
                border-color: #15BEF0;
                background: #15BEF0;
            }

            .user-is-tabbing .cfc .swiper-pagination-bullet:focus {
                opacity: 1;
                border: none !important;
                background-color: #ffeb3b !important;
            }

        .cfc .swiper-buttons {
            top: 458px;
            right: 24px;
            z-index: 2;
            display: flex;
            align-items: center;
            position: absolute;
        }

            .cfc .swiper-buttons div {
                display: flex;
                width: 32px;
                height: 40px;
                align-items: center;
                justify-content: center;
            }

                .cfc .swiper-buttons .swiper-button-disabled {
                    opacity: 0.4;
                }

                .cfc .swiper-buttons div + div {
                    margin-left: 6px;
                }

                .cfc .swiper-buttons div svg {
                    width: 24px;
                    height: 24px;
                }


/*	Section: Benefits
-------------------------------------------*/

    .benefits {

    }

    /*
     *  Head
     */
    .benefits .head {
        color: #fff;
        text-align: center;
        padding: 128px 0;
        background: #003087 url('../img/benefits-plus.svg') no-repeat center center / 1455px 486px;
    }

        .benefits .head h4 {
            color: #41B6E6;
            font-size: 25px;
            font-weight: 700;
            line-height: 28px;
            margin-bottom: 26px;
        }

        .benefits .head h2 {
            font-size: 65px;
            font-weight: 700;
            line-height: 60px;
            letter-spacing: -1.3px;
        }

        .benefits .head p {
            max-width: 757px;
            color: #FFF;
            font-size: 21px;
            font-weight: 400;
            line-height: 32px;
            margin: 42px auto 0 auto;
        }

    .benefits .swiper-slide {
        min-height: 760px;
        display: flex;
        align-items: flex-start;
        position: relative;
        padding: 60px 72px 60px 72px;
    }

        .benefits .swiper-slide .image {
            top: 0;
            left: 0;
            z-index: 0;
            width: 100%;
            height: 100%;
            position: absolute;
        }

            .benefits .swiper-slide .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }

            .benefits .swiper-slide .image:before {
                content: "";
                top: 0;
                left: 0;
                z-index: 1;
                width: 100%;
                height: 100%;
                position: absolute;
                background: linear-gradient(217deg, rgba(0, 106, 180, 0.00) 27.72%, rgba(0, 106, 180, 0.90) 88.91%);
            }

            .benefits .swiper-slide .image:after {
                content: "";
                top: 56px;
                right: 70px;
                z-index: 2;
                width: 146px;
                height: 656px;
                position: absolute;
                background: url('../img/benefits-swiper-plus.svg') no-repeat center center;
            }

        .benefits .content-box {
            z-index: 2;
            width: 100%;
            max-width: 767px;
            position: relative;
            border-radius: 20px;
            padding: 48px 48px 68px 48px;
            background: rgba(255, 255, 255, 0.95);
        }

            .benefits .content-box .tabs {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-bottom: 32px;
            }

                .benefits .content-box .tabs .tab {
                    width: calc(50% - 6px);
                }

            .benefits .content-box .tab {
                display: flex;
                align-items: center;
                position: relative;
                padding: 9px 10px;
                border-radius: 10px;
                border: 1px solid #E6E6E6;
                background: #F5F5F5;
                cursor: pointer;
                transition: all ease 0.3s;
            }

                .benefits .content-box .tab .thumb {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 46px;
                    height: 46px;
                    border-radius: 10px;
                    overflow: hidden;
                    background: #ffffff;
                }

                    .benefits .content-box .tab .thumb img {

                    }

                .benefits .content-box .tab .title {
                    width: calc(100% - 46px);
                    color: #9AA4AC;
                    font-size: 20px;
                    font-weight: 700;
                    line-height: 23px;
                    padding: 2px 40px 0 22px;
                    position: relative;
                    transition: all ease 0.3s;
                }

                .benefits .content-box .tab > svg {
                    right: 20px;
                    position: absolute;
                    transition: all ease 0.3s;
                }

            .benefits .content-box .tab:hover,
            .benefits .content-box .tab.current {
                background: #FFF;
                border-color: #E6E6E6;
                box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
            }

                .benefits .content-box .tab:hover .title,
                .benefits .content-box .tab.current .title {
                    color: #003087;
                }

                .benefits .content-box .tab:hover > svg,
                .benefits .content-box .tab.current > svg {
                    fill: #8DC63F;
                }

                .benefits .content-box .tab:hover .thumb,
                .benefits .content-box .tab.current .thumb {
                    background: #005EB8;
                }

                .benefits .content-box .tab:hover .thumb svg,
                .benefits .content-box .tab.current .thumb svg {
                    fill: #ffffff;
                }

            .benefits .content-box .general-content {
                max-width: 626px;
            }

                .benefits .content-box .general-content ul li {
                    font-size: 18px;
                }

    /*
     *  Mobile
     */
    .benefits .mobile {
        display: none;
        padding: 18px 14px;
        position: relative;
    }

        .benefits .mobile .image {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: absolute;
        }

            .benefits .mobile .image img {
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                position: absolute;
            }

        .benefits .mobile .content-box {
            padding: 20px;
        }

            .benefits .mobile .content-box .tab {
                margin-bottom: 12px;
            }

                .benefits .mobile .content-box .tab .title {
                    font-size: 19px;
                    padding-left: 16px;
                    padding-right: 32px;
                }

                .benefits .mobile .content-box .tab > svg {
                    right: 16px;
                    transition: all ease 0.3s;
                }

                .benefits .mobile .content-box .tab.current > svg {
                    transform: rotate(180deg);
                }

            .benefits .content-box .general-content {
                padding-top: 12px;
                margin-bottom: 32px;
            }

                .benefits .content-box .general-content ul li {
                    font-size: 17px;
                    line-height: 25px;
                }

            @media (min-width: 768px) {
                .benefits .content-box .tab + .general-content {
                    display: none;
                }
                .benefits .content-box .tab.current + .general-content {
                    display: block;
                }
            }


/*	Section: FAQ
-------------------------------------------*/

    .faq {
        padding-top: 112px;
    }

        .faq .section-title {
            color: #425563;
            font-size: 41px;
            font-weight: 700;
            line-height: 67px;
            letter-spacing: -0.82px;
            margin-bottom: 24px;
        }

        .faq .tabs {
            display: flex;
            padding-bottom: 16px;
        }

            .faq .tabs .tab {
                display: flex;
                height: 48px;
                align-items: center;
                color: #1E3969;
                font-size: 18px;
                font-weight: 700;
                line-height: 27px;
                padding: 2px 22px 0 22px;
                border-radius: 7px;
                border: 1px solid #E6E6E6;
                background: #FFF;
            }

                .faq .tabs .tab + .tab {
                    margin-left: 16px;
                }

                .faq .tabs .tab.current,
                .faq .tabs .tab:hover {
                    color: #fff;
                    background: #003087;
                    border-color: #003087;
                }

    .faq .tab-wrapper {
        position: relative;
    }

        .faq .tab-content {
            display: none;
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .faq .tab-content.active {
            display: block;
            opacity: 1;
        }

    .faq .intro {
        color: #425563;
        font-size: 20px;
        font-weight: 400;
        line-height: 32px;
        padding-top: 14px;
    }

    .faq .faq-items {
        display: flex;
        margin-top: 30px;
        padding-top: 40px;
        border-top: 1px solid #E6E6E6;
        justify-content: space-between;
    }

        .faq .faq-items .col {
            width: calc(50% - 20px);
        }

        .faq .faq-items .item {
            padding: 20px 0 22px 0;
            border-bottom: 1px solid #E6E6E6;
        }

            .faq .faq-items .item h4 {
                min-height: 64px;
                display: flex;
                color: #425563;
                font-size: 23px;
                font-weight: 700;
                line-height: 32px;
                position: relative;
                align-items: center;
                padding-right: 25px;
                cursor: pointer;
                transition: all ease 0.4s;
            }

                .faq .faq-items .item h4 span {
                    display: flex;
                    min-width: 33px;
                    width: 33px;
                    height: 33px;
                    color: #fff;
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 21px;
                    padding-top: 1px;
                    border-radius: 8px;
                    background: #003087;
                    justify-content: center;
                    align-items: center;
                    margin-right: 35px;
                    margin-top: -2px;
                }

                    .faq .faq-items .item h4 span:after {
                        content: ".";
                        color: #15BEF0;
                        margin-left: -1px;
                        margin-right: -4px;
                    }

                .faq .faq-items .item h4:after {
                    content: "";
                    top: 50%;
                    right: 0;
                    width: 24px;
                    height: 24px;
                    margin-top: -14px;
                    position: absolute;
                    background: url('../img/faq-arrow.svg') no-repeat center center;
                    transition: transform ease 0.4s;
                }

                    .faq .faq-items .item h4.opened:after {
                        transform: rotate(-180deg);
                    }

            .faq .faq-items .item h4:hover {
                color: #006AB4;
            }

        .faq .faq-items .item .general-content {
            display: none;
            font-size: 20px;
            line-height: 32px;
            padding: 0 24px 24px 68px;
        }

            .faq .faq-items .item .general-content p {
                margin-top: 28px;
            }

            .faq .faq-items .item .general-content ul {
                padding-top: 6px;
            }

                .faq .faq-items .item .general-content ul li:before {
                    top: 11px;
                }

                .faq .faq-items .item .general-content ul li + li {
                    margin-top: 6px;
                }


    /*
     *  Contact form
     */
    .contact-form {
        display: flex;
        padding-bottom: 32px;
    }

        .contact-form h2 {
            color: #425563;
            font-size: 32px;
            font-weight: 700;
            line-height: 32px;
            margin-bottom: 18px;
        }

        .contact-form .form {
            width: calc(100% - 580px);
            padding-top: 56px;
            padding-right: 48px;
        }

            .contact-form .gfield_label {
                color: #003087;
                font-size: 18px;
                font-weight: 700;
                line-height: 32px;
                margin-bottom: 2px;
            }

                .contact-form .gfield_required {
                    color: #DD192C;
                    font-weight: 400;
                    margin-left: 1px;
                }

            .contact-form .gfield {
                margin-bottom: 26px;
            }

            .contact-form .gfield input:not([type="checkbox"]),
            .contact-form .gfield textarea {
                display: block;
                width: 100%;
                color: #425563;
                font-family: 'Frutiger', sans-serif;
                font-size: 22px;
                font-weight: 400;
                line-height: 32px;
                background: #FFF;
                border-radius: 7px;
                padding: 18px 26px 18px 26px;
                border: 1px solid #E6E6E6;
            }

                .contact-form .gfield textarea {
                    resize: none;
                    height: 182px;
                }

                .contact-form .gfield input::placeholder,
                .contact-form .gfield textarea::placeholder {
                    color: #C5D0D9;
                }

            .contact-form .gform_footer {
                padding-top: 24px;
            }

            .contact-form .gform_button {
                display: inline-flex;
                align-items: center;
                color: #FFF;
                font-size: 22px;
                font-weight: 700;
                line-height: 32px;
                border-radius: 7px;
                border: 0;
                background: transparent;
                padding: 11px 11px 11px 26px;
                position: relative;
                overflow: hidden;
                cursor: pointer;
            }

                .contact-form .gform_button i {
                    display: flex;
                    width: 32px;
                    height: 32px;
                    margin-left: 24px;
                    border-radius: 7px;
                    background: #ffffff;
                    justify-content: center;
                    align-items: center;
                }

                .contact-form .gform_button:before,
                .contact-form .gform_button:after {
                    content: "";
                    z-index: -1;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    background: #41B6E6;
                }

                .contact-form .gform_button:after {
                    width: 0;
                    background: #003087;
                    transition: all ease 0.4s;
                }

                    .contact-form .gform_button:hover:after {
                        width: 100%;
                    }

            .contact-form .gform_confirmation_wrapper {
                border: 1px solid #E6E6E6;
                border-radius: 7px;
                padding: 24px;
            }

                .contact-form .gform_confirmation_wrapper h2 {
                    color: #003087;
                    font-size: 28px;
                    margin-bottom: 12px;
                }

        .contact-form .image {
            width: 580px;
            min-height: 790px;
            overflow: hidden;
            position: relative;
            border-radius: 20px;
            background: #eee;
            margin-top: -64px;
        }

            .contact-form .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }


/*	Section: Sites
-------------------------------------------*/

    .sites {
        margin-top: 48px;
    }

        .sites .container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .sites h2 {
            width: 100%;
            color: #425563;
            font-size: 41px;
            font-weight: 700;
            line-height: 50px;
            letter-spacing: -0.82px;
            margin-bottom: 48px;
        }

        .sites a {
            width: calc(50% - 16px);
            height: 414px;
            border-radius: 20px;
            position: relative;
            overflow: hidden;
        }

            .sites a > img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                transition: all ease 0.3s;
            }

                .sites a:hover > img {
                    transform: scale(1.04);
                }

            .sites a .logo {
                left: 32px;
                bottom: 32px;
                border-radius: 10px;
                background: #ffffff;
                padding: 8px 22px 12px 22px;
                position: absolute;
            }


/*	Section: Page Header
-------------------------------------------*/

    .page-header .container {
        height: 400px !important;
        min-height: 400px !important;
        padding-top: 150px !important;
    }

    .page-header .content {
        padding-top: 0 !important;
    }

    .page-header .bg .swiper-slide img {
        object-position: center 20%;
    }


/*	Popup
-------------------------------------------*/
    
    .popup {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9005;
        overflow: auto;
        position: fixed;
        background: rgba(0, 48, 135, 0.67);
        opacity: 0;
        visibility: hidden;
        transition: all ease 0.3s;
    }
    
    .popup.show {
        opacity: 1;
        visibility: visible;
    }
    
    .popup .inner {
        display: table;
        width: 100%;
        height: 100vh;
        vertical-align: middle;
    }
    
    .popup .inner .tr {
        padding: 20px;
        display: table-cell;
        vertical-align: middle;
    }
    
    .popup .box {
        max-width: 760px;
        margin: 0 auto;
        position: relative;
        padding: 36px;
        color: #425563;
        background: #FFFFFF;
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
        box-sizing: border-box;
        border-radius: 20px;
        opacity: 0;
        transform: translate3d(0px, 50px, 0px);
        transition: all ease 0.5s 0s;
    }

        .popup.show .box {
            opacity: 1;
            transform: translate3d(0px, 0px, 0px);
        }

        .popup .box h2 {
            margin-top: 0;
        }

        .popup .box .close {
            display: flex;
            width: 40px;
            height: 40px;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 15px;
            right: 15px;
            cursor: pointer;
        }

            .popup .box .close:hover svg {
                fill: #0072BC;
            }



/*	Responsive
-------------------------------------------*/

@media (max-width: 1400px)
{
    footer .box .top .col + .col { margin-left: 50px; }

    .benefits .swiper-slide .image:after { display: none; }

    .sgroup .ceo .text { padding-left: 72px; padding-right: 72px; }
    .sgroup .ceo .text h2 { margin-top: 40px; }
}

@media (max-width: 1280px)
{
    .container { margin: 0 34px; }

    .hero .container { min-height: 700px; height: 80vh; }
    .hero .content { padding-top: 60px; }
    .hero .content h1 { font-size: 80px; line-height: 70px; }
    .hero .content p { font-size: 26px; line-height: 30px; }
    .hero .btn { margin-top: 50px; }

    .benefits .swiper-slide { padding-left: 32px; padding-right: 32px; }

    .faq { padding-top: 64px; }

    .sites a { height: 350px; }

    footer .box { margin-top: 60px; }
    footer .box .top { margin-bottom: 50px; }

    .contact-form .form { width: 560px; padding-top: 32px; }
    .contact-form .image { width: calc(100% - 560px); }

    .sgroup .ceo .image { height: auto; }
}

@media (max-width: 1023px)
{
    header { top: 24px; left: 24px; right: 24px; padding: 16px 24px !important; }
    header .bars { display: flex; }
    header nav { position: absolute; top: 70px; right: 0; border-radius: 10px; padding: 16px; background: linear-gradient(89deg, #FFF 58.28%, rgba(255, 255, 255, 0.30) 115.75%); backdrop-filter: blur(12.5px); opacity: 0; visibility: hidden; transform: translate3d(0, 10px, 0); transition: all ease 0.4s; }
    header nav ul { display: block; text-align: center; }
    header nav ul li a { padding: 2px 0; display: block; }
    header nav ul li + li { margin-left: 0; margin-top: 5px; }
    header nav ul li.contact { margin-top: 12px; }
    header nav ul li.contact a { width: 160px; justify-content: center; }
    .opened-nav header nav { opacity: 1; visibility: visible; transform: translate3d(0, 0, 0); }

    footer .box .top { flex-wrap: wrap; justify-content: space-between; margin-bottom: 10px; }
    footer .box .top .col { width: calc(50% - 12px); margin-bottom: 44px; }
    footer .box .top .col + .col { margin-left: 0; }
    footer .newsletter { max-width: 100%; }
    footer .bottom { display: block; }
    footer .bottom p span { display: block;}
    footer .bottom p + p { margin-top: 10px; }

    .hero .start { display: none; }

    .sgroup { padding: 70px 0 0 0; }
    .sgroup .container { display: block; }
    .sgroup .head { width: 100%; }
    .sgroup .content { width: 100%; margin-top: 48px; }
    .sgroup .plus { left: -500px; height: 140px; }

    .cfc { padding: 0; }
    .cfc .sections { display: none; }
    .cfc .swiper { display: block; }
    .cfc .item-wrapper { display: block; padding: 24px; }
    .cfc .item-wrapper .image { height: 420px; min-height: 0; width: 100%; }
    .cfc .item-wrapper .image img { object-position: center 20%; }
    .cfc .item-wrapper .content { padding: 32px 0 24px 0; width: 100%; }
    .cfc .item-wrapper .general-content { max-width: 100%; }
    .cfc .swiper-pagination { top: 208px; height: auto; }

    .faq .faq-items { display: block; padding-top: 20px; }
    .faq .faq-items .col { width: 100%; }

    .sites h2 { margin-bottom: 32px; }
    .sites a { width: 100%; }
    .sites a + a { margin-top: 24px; }

    .contact-form .form { width: 100%; padding-right: 0; }
    .contact-form .image { display: none; }

    .sgroup .head .nhs { padding-bottom: 0; }
    .sgroup .ceo { flex-direction: column; padding: 34px 34px 32px 34px; margin-top: 0; position: relative; }
    .sgroup .ceo .image { height: auto; width: 100%; padding-bottom: 87%; order: 1; }
    .sgroup .ceo .text { position: static; order: 2; padding-left: 0; padding-right: 0; width: 100%; }
    .sgroup .ceo .text .plus { top: -240px; right: calc(100% - 160px); left: auto; }
    .sgroup .ceo .text h2 { margin-top: 16px; }
}

@media (max-width: 767px)
{
    .container { margin: 0 24px; }

    header { top: 20px; left: 20px; right: 20px; padding: 12px 14px 12px 16px !important; }
    header .bars { width: 40px; height: 40px; }
    header .bars span { width: 14px; }
    header .bars span:before { width: 14px; top: -6px; }
    header .bars span:after { width: 14px; top: 6px; }
    header .logos img { width: auto; height: 40px; }
    header .logos img + img { margin-left: 25px; }

    .hero .container { height: calc(100vh - 8px - env(safe-area-inset-bottom)); min-height: 540px; }
    .hero .bg .swiper-slide img { object-position: 15% top; }
    .hero .bg .d { display: none; }
    .hero .content h1 { font-size: 44px; line-height: 42px; letter-spacing: -0.874px; }
    .hero .content p { font-size: 26px; line-height: 27px; }
    .hero .btn { margin-top: 40px; padding: 9px 9px 9px 20px; font-size: 17px; }
    .hero .btn i { margin-left: 52px; width: 40px; height: 40px; }
    .hero .btn svg { width: 12px; height: 14px; margin-left: 2px; }

    .sgroup { padding: 40px 0 0 0; }
    .sgroup .head h2 { font-size: 32px; line-height: 36px; }
    .sgroup .head h3 { font-size: 29px; line-height: 32px; }
    .sgroup .head .nhs .y77 { position: absolute; top: -105px; right: -5px; width: 78px; height: 78px; }
    .sgroup .head .nhs .logo { margin-left: 0; margin-right: 12px; }
    .sgroup .head .nhs h4 { font-size: 21px; }
    .sgroup .content { margin-top: 32px; }
    .sgroup .content .text { font-size: 18px; line-height: 27px; }
    .sgroup .ceo { padding-left: 24px; padding-right: 24px; }
    .sgroup .ceo .text .btn { font-size: 18px; line-height: 27px; margin-top: 30px; }
    .sgroup .ceo .text .plus { height: 145px; max-width: none; right: calc(100% - 100px); }

    .cfc .item-wrapper { padding: 25px 24px; }
    .cfc .item-wrapper .image { border-radius: 10px; }
    .cfc .swiper-pagination { left: 45px; }
    .cfc .swiper-pagination-bullet { width: 8px; height: 8px; margin: 6px 0 !important; }
    .cfc .item-wrapper .content { padding-top: 20px; }

    .benefits .head { padding: 70px 0 90px 0; }
    .benefits .head h2 { font-size: 42px; line-height: 43px; max-width: 330px; letter-spacing: -0.84px; margin-left: auto; margin-right: auto; }
    .benefits .head p { margin-top: 16px; font-size: 17px; line-height: 26px; }

    .faq { padding-top: 32px; }
    .faq .section-title { font-size: 24px; line-height: 32px; letter-spacing: -0.48px; }
    .faq .tabs { width: auto; }
    .faq .tabs .tab { height: 35px; flex-grow: 1; justify-content: center; font-size: 12px; line-height: 14px; padding-left: 7px; padding-right: 7px; text-align: center }
    .faq .tabs .tab + .tab { margin-left: 8px; }

    .faq .intro { padding-top: 8px; padding-bottom: 24px; font-size: 16px; line-height: 24px; }
    .faq .faq-items { margin-top: 0; }
    .faq .faq-items .item { padding: 14px 0; min-height: 40px; }
    .faq .faq-items .item h4 { font-size: 17px; line-height: 20px; min-height: 40px; }
    .faq .faq-items .item h4:after { width: 16px; height: 16px; background-size: 16px 16px; margin-top: -9px; }
    .faq .faq-items .item h4 span { min-width: 24px; width: 24px; height: 24px; font-size: 10px; line-height: 12px; border-radius: 5px; margin-right: 20px; }
    .faq .faq-items .item h4 span:after { margin-right: -2px;  }
    .faq .faq-items .item .general-content { font-size: 16px; line-height: 24px; padding: 12px 10px 12px 44px; }
    .faq .faq-items .item .general-content ul li:before { top: 8px; }

    .sites h2 { font-size: 24px; line-height: 32px; letter-spacing: -0.48px; margin-bottom: 20px; }
    .sites a { height: 216px; }
    .sites a .logo { left: 20px; bottom: 20px; padding: 7px 16px 10px 16px; }
    .sites a .logo img { width: auto; height: 56px; }

    .benefits .swiper { display: none; }
    .benefits .mobile { display: block; }

    .contact-form { padding-bottom: 0; }
    .contact-form h2 { font-size: 24px; line-height: 32px; }
    .contact-form .form { padding-top: 16px; }
    .contact-form .gfield_label { font-size: 16px; line-height: 28px; }
    .contact-form .gfield input:not([type="checkbox"]), .contact-form .gfield textarea { font-size: 18px; line-height: 24px; padding-left: 16px; padding-right: 16px; }
    .contact-form .gfield { margin-bottom: 20px; }
    .contact-form .gform_footer { padding-top: 12px; }
    .contact-form .gfield input { font-size: 18px; line-height: 24px; padding-left: 18px; }
    .contact-form .gfield input i { margin-left: 16px; }

    .page-header .container { height: 250px !important; min-height: 250px !important; padding-top: 90px !important; }
    .page-header .bg .swiper-slide img { max-width: none; width: 140%; margin-left: -10%; object-position: center top; }

    .general-content h2 { font-size: 30px; line-height: 40px; }

    .popup .inner .tr { padding: 12px; }
    .popup .box { padding: 24px 24px; }
    .popup .box .close { right: 10px; top: 10px; }
    .popup .box .close svg { width: 20px; height: 20px; }

    footer .box { margin-top: 24px; padding: 32px 26px 24px 26px; }
    footer .box h4 { font-size: 19px; line-height: 21px; margin-bottom: 12px; }
    footer .box .top { display: block; }
    footer .box .top .col { width: 100%; margin-bottom: 20px; }
    footer .box .top ul { font-size: 15px; line-height: 20px; }
    footer .box .top ul li + li { margin-top: 3px; }
    footer .box .social svg { width: 35px; height: 35px; }
    footer .box .social a + a { margin-left: 8px; }
    footer .box .newsletter { margin-top: 00px; padding-top: 10px; }
    footer .gform_body { width: calc(100% - 82px); }
    footer .gfield input { font-size: 16px; line-height: 20px; width: 100%; display: block; padding-left: 3px; }
    footer .gform_footer { width: 82px; }
    footer .gfield input { width: 82px; font-size: 14px; padding: 3px 0; }
    footer .validation_message { width: calc(100% + 82px); font-size: 11px; padding: 6px 10px 4px 10px; }
    footer .gform_confirmation_wrapper { font-size: 16px; line-height: 20px; padding: 10px 10px 10px 10px; }
    footer .bottom { padding: 20px 0; font-size: 14px; line-height: 20px; }
}


