@charset "utf-8";


@font-face {
    font-family: 'PFDasGroteskPro-Light';
    src: url('../fonts/PFDasGroteskPro-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/PFDasGroteskPro-Light.woff') format('woff'), /* Modern Browsers */
    url('../fonts/PFDasGroteskPro-Light.svg#PFDasGroteskPro-Light') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDasGroteskPro-Bold';
    src: url('../fonts/PFDasGroteskPro-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/PFDasGroteskPro-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/PFDasGroteskPro-Bold.svg#PFDasGroteskPro-Bold') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDasGroteskPro-Regular';
    src: url('../fonts/PFDasGroteskPro-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/PFDasGroteskPro-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/PFDasGroteskPro-Regular.svg#PFDasGroteskPro-Regular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDasGroteskPro-Medium';
    src: url('../fonts/PFDasGroteskPro-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/PFDasGroteskPro-Medium.woff') format('woff'), /* Modern Browsers */
    url('../fonts/PFDasGroteskPro-Medium.svg#PFDasGroteskPro-Medium') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDasGroteskPro-Black';
    src: url('../fonts/PFDasGroteskPro-Black.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/PFDasGroteskPro-Black.woff') format('woff'), /* Modern Browsers */
    url('../fonts/PFDasGroteskPro-Black.svg#PFDasGroteskPro-Black') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'GothamGreek-Black';
    src: url('../fonts/GothamGreek-Black.eot');
    src: local('☺'), url('../fonts/GothamGreek-Black.woff') format('woff'), url('../fonts/GothamGreek-Black.ttf') format('truetype'), url('../fonts/GothamGreek-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamGreek-Bold';
    src: url('../fonts/GothamGreek-Bold.eot');
    src: local('☺'), url('../fonts/GothamGreek-Bold.woff') format('woff'), url('../fonts/GothamGreek-Bold.ttf') format('truetype'), url('../fonts/GothamGreek-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body {
    margin: 0px;
    padding: 0px;
    background: #ffffff;
}

.gs-page .gs-mob {
    display: none !important;
}

.gs-page .gs-clear {
    clear: both;
}

.gs-page * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
}

.gs-page h1,
.gs-page h2,
.gs-page h3,
.gs-page h4,
.gs-page h5,
.gs-page h6 {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.gs-page {
    font-family: 'PFDasGroteskPro-Regular';
    color: #423F3F;
    font-size: 19px;
    position: relative;
    line-height: normal;
    margin: 0 auto 0 auto;
    padding: 0px 0px 60px;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(#fff, #c8c8c8);
}

    .gs-page strong {
        font-family: 'PFDasGroteskPro-Bold';
        font-weight: normal;
    }

    .gs-page a {
        font-size: inherit;
        color: inherit;
        font-family: inherit;
        text-decoration: none;
    }

        .gs-page a:hover {
            text-decoration: none;
        }

    .gs-page img.gs-img-mob,
    .gs-page img.gs-img-tab {
        display: none !important;
    }

/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
.gs-hero {
    background: #9FD3FA;
    background: url("../images/img-hero-xl.jpg") no-repeat center top;
    height: 600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

    .gs-hero .gs-row {
        width: 100%;
        display: flex;
        height: 600px;
        align-items: center;
        max-width: 1190px;
        margin: auto;
        padding: 0 20px;
        justify-content: center;
    }

    .gs-hero .gs-content {
        width: 100%;
        text-align: center;
        color: #fff;
    }

        .gs-hero .gs-content .gs-title {
            font-family: 'PFDasGroteskPro-Black';
            font-size: 36px;
            line-height: 120%;
            letter-spacing: -0.02em;
            padding: 0 0 8px 0;
            color:white;
        }

        .gs-hero .gs-content .gs-text {
            font-family: 'PFDasGroteskPro-Light';
            font-size: 27px;
            line-height: 116%;
            color:white;
            padding: 0 0 18px 0;
        }

            .gs-hero .gs-content .gs-text strong {
                font-family: 'PFDasGroteskPro-Bold';
                font-size: 30px;
                line-height: 130%;
            }

    .gs-hero img {
        display: block;
        margin: 0 auto;
        width: auto;
        width: 100%;
        max-height: 570px;
        object-fit: contain;
        transform: translate(-6px, 0);
    }

    .gs-hero h1 {
        margin: 0px;
        padding: 0px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 5;
        color: #fff;
        padding: 20px 0 0 0;
        font-family: 'GothamGreek-Bold';
        font-size: 26px;
        line-height: 120%;
    }

        .gs-hero h1 span {
            color: #00ffab;
        }

        .gs-hero h1 strong {
            font-family: 'GothamGreek-Black';
            font-size: 67px;
            line-height: 120%;
            color: #00ffab;
            font-weight: normal;
            text-shadow: #2a795c -4px 4px 0px;
        }

        .gs-hero h1::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -14px;
            width: 118px;
            height: 16px;
            background: url("../images/img-underline.png") no-repeat center center;
            background-size: contain;
            margin: 0 0 0 70px;
        }

/* ///////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////// */

.gs-products {
    padding: 80px 20px 40px;
}

    .gs-products .gs-title {
        color: #423F3F;
        font-family: 'PFDasGroteskPro-Bold';
        font-size: 30px;
        line-height: 115%;
        padding: 80px 20px 20px;
    }

    .gs-products .gs-text {
        color: #423F3F;
        font-size: 20px;
        line-height: 110%;
        padding: 0 0 40px 0;
    }

    .gs-products .gs-items {
        max-width: 860px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: start;
        flex-direction: row;
        gap: 60px;
        flex-wrap: wrap;
    }

        .gs-products .gs-items .gs-item {
            max-width: 390px;
            text-align: left;
            width: 100%;
        }

        .gs-products .gs-item.gs-item6 {
            justify-items: center;
            margin-left: auto;
            margin-right: auto;
        }

        .gs-products .gs-item.gs-item7 {
            margin-left:auto;
            margin-right:auto;
        }

        .gs-products .gs-item.gs-item7 .gs-item-photo {
            justify-content: center!important;
        }

        .gs-products .gs-item.gs-item7 .gs-item-logo {
            margin-left:auto;
            margin-right:auto;
        }

        .gs-products .gs-item.gs-item7 .gs-item-title {
            text-transform: none!important;
        }

        .gs-products .gs-item.gs-item6 .gs-item-logo {
            justify-self:center;
        }

        @media screen and (min-width:768px) {
            .gs-products .gs-items .gs-item1 .gs-item-photo img {
                max-width: 95%!important;
            }
            /*.gs-products .gs-items .gs-item1 .gs-item-price {
                padding:12px 0 6px 0!important;
            }*/
            .gs-products .gs-items .gs-item2 .gs-item-price {
                padding:12px 0 6px 0!important;
            }
            .gs-products .gs-items .gs-item .gs-item-top {
                min-height:0px!important;
            }
        }


            .gs-products .gs-items .gs-item .gs-item-top {
                padding-bottom: 30px;
                min-height: max-content;
                height: max-content;
                min-height: 266px;
            }

            .gs-products .gs-items .gs-item .gs-item-photo {
                /*width: 368px;*/
                display: flex;
                justify-content: left;
                align-items: center;
                max-width: 100%;
                min-height: max-content;
            }

                .gs-products .gs-items .gs-item .gs-item-photo img {
                    max-width: 95%
                }

            .gs-products .gs-items .gs-item .gs-item-content {
                padding-left: 10px;
            }

            .gs-products .gs-items .gs-item .gs-item-title {
                padding: 8% 0 6px;
                color: #423F3F;
                font-family: 'PFDasGroteskPro-Bold';
                font-size: 20px;
                line-height: 110%;
                text-transform: uppercase;
            }

            .gs-products .gs-items .gs-item .gs-item-desc {
                color: #423F3F;
                font-family: 'PFDasGroteskPro-Bold';
                font-size: 20px;
                line-height: 115%;
                padding: 0 0 6px 0;
                margin: 0 auto;
            }

            .gs-products .gs-items .gs-item .gs-item-text {
                color: #423F3F;
                font-size: 17px;
                line-height: 115%;
                margin: 0 auto;
                margin-top:10px;
                margin-bottom:10px;
            }

                .gs-products .gs-items .gs-item .gs-item-text ul {
                    margin: 0px;
                    padding-left: 20px;
                }

            .gs-products .gs-items .gs-item .gs-item-price {
                font-size: 18px;
                line-height: 115%;
                padding: 30px 0 6px 0;
                margin: 0 auto;
            }

                .gs-products .gs-items .gs-item .gs-item-price strong {
                    font-size: 20px;
                    line-height: 115%;
                    padding: 0 0 6px 0;
                    margin: 0 auto;
                }

            .gs-products .gs-items .gs-item .gs-item-logo { /*
                background-image: url("../images/logo-cosmote.png");
                background-size: contain;*/
                max-width: 320px;
                height: 86px;
                padding-bottom: 30px;
            }

                .gs-products .gs-items .gs-item .gs-item-logo img {
                    max-width: 95%;
                }

    .gs-products .gs-view-all-products {
        margin: 30px auto;
        max-width: 224px;
        display: block;
        height: 44px;
        line-height: 44px;
        text-align: center;
        border-radius: 22px;
        color: #fff;
        background: #004383;
        text-align: center;
        font-family: 'PFDasGroteskPro-Bold';
        font-size: 16px;
        transition: all 200ms;
    }

        .gs-products .gs-view-all-products:hover {
            opacity: 0.8;
        }

/* ///////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////// */

.gs-links .gs-links-title {
    font-family: 'PFDasGroteskPro-Bold';
    font-size: 30px;
    color: inherit;
    padding: 0px 0 50px 0;
    line-height: 115%;
}

.gs-links .gs-links-holder {
    font-size: 0px;
}

    .gs-links .gs-links-holder .gs-link {
        display: inline-block;
        vertical-align: top;
        width: 160px;
        padding: 80px 0 0 0;
        background: url("../images/icon-links1.png") no-repeat center top;
        background-size: auto 75px;
        color: inherit;
        font-size: 18px;
        line-height: 24px;
        text-decoration: none;
        font-family: PFDasGroteskPro-Regular;
    }

        .gs-links .gs-links-holder .gs-link.gs-l2 {
            background-image: url("../images/icon-links2.png");
        }

        .gs-links .gs-links-holder .gs-link.gs-l3 {
            background-image: url("../images/icon-links3.png");
        }

        .gs-links .gs-links-holder .gs-link.gs-l4 {
            background-image: url("../images/icon-links4.png");
        }

        .gs-links .gs-links-holder .gs-link.gs-l5 {
            background-image: url("../images/icon-links5.png");
        }

/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */

.gs-outrow {
    padding: 40px 20px;
}

.gs-outrow-copy {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    padding: 20px 20px 40px;
    max-width: 920px;
    margin: 0 auto;
}

/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */

.gs-faq {
    font-family: 'PFDasGroteskPro-Regular';
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    margin: 0 auto 0 auto;
    line-height: normal;
    text-align: center;
    overflow: hidden;
    padding: 40px 20px;
}

    .gs-faq a {
        font-size: inherit;
        color: inherit;
        font-family: inherit;
        text-decoration: none;
    }

    .gs-faq .gs-title {
        font-family: 'PFDasGroteskPro-Bold';
        font-size: 32px;
        line-height: 110%;
        letter-spacing: -0.8px;
        padding: 0 0 20px 0;
        max-width: 1354px;
        text-align: left;
        margin: auto;
    }

    .gs-faq .gs-text {
        font-size: 22px;
        line-height: 160%;
        letter-spacing: -0.02em;
        padding: 0 0 40px 0;
    }

    .gs-faq .gs-items {
        max-width: 1354px;
        margin: 0 auto;
    }

        .gs-faq .gs-items .gs-item {
            text-align: left;
            background: #FFFFFF;
            border: 1px solid #F2F2F2;
            border-radius: 10px;
            margin: 0 0 20px 0;
        }

            .gs-faq .gs-items .gs-item .gs-item-q {
                display: block;
                font-family: 'PFDasGroteskPro-Medium';
                font-size: 25px;
                line-height: 160%;
                letter-spacing: -0.02em;
                padding: 20px 100px 20px 35px;
                position: relative;
                text-decoration: none;
            }

                .gs-faq .gs-items .gs-item .gs-item-q::after {
                    content: "";
                    position: absolute;
                    right: 40px;
                    width: 30px;
                    height: 14px;
                    top: 50%;
                    transform: translate(0, -50%);
                    background: url("../images/icon-faq.svg") no-repeat center center;
                    opacity: 0.2;
                    transition: opacity 200ms;
                }

            .gs-faq .gs-items .gs-item.gs-active .gs-item-q::after {
                transform: translate(0, -50%) rotate(180deg);
                opacity: 1;
            }

            .gs-faq .gs-items .gs-item .gs-item-ans {
                font-size: 20px;
                line-height: 160%;
                letter-spacing: -0.02em;
                color: #000000;
                padding: 0 100px 17px 35px;
                display: none;
            }

/* ///////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////// */

@media screen and (max-width: 1371px) {

    .gs-outrow-copy {
        padding: 20px 50px;
    }
}

@media screen and (max-width: 1339px) {

    .gs-hero h1 {
        padding: 1vw 0 0 0;
        font-size: 2vw;
    }

        .gs-hero h1 strong {
            font-size: 5.3vw;
            text-shadow: #2a795c -4px 4px 0px;
        }

        .gs-hero h1::after {
            bottom: -1.8vw;
            width: 9vw;
            height: 2vw;
            margin: 0 0 0 5vw;
        }
}

@media screen and (max-width: 959px) {

    .gs-page img.gs-img-tab {
        display: block !important;
    }

    .gs-page img.gs-img-desk {
        display: none !important;
    }

    .gs-hero h1 {
        padding: 253px 0 0 0;
        font-size: 26px;
    }

        .gs-hero h1 strong {
            font-size: 66px;
        }

        .gs-hero h1::after {
            bottom: -18px;
            width: 108px;
            height: 20px;
            margin: 0 0 0 78px;
        }


    .gs-products .gs-items {
        margin: 0 auto;
    }

        .gs-products .gs-items .gs-item {
            max-width: 390px;
            text-align: left;
            display: flex;
            width: 45%;
            flex-direction: column;
        }

            .gs-products .gs-items .gs-item .gs-item-text {
                font-size: 16px;
            }

    .gs-links .gs-links-holder .gs-link {
        width: 140px;
    }
}

@media screen and (max-width: 767px) {

    .gs-page {
        padding: 0px;
    }

        .gs-page img.gm-img-mob {
            display: block !important;
        }

        .gs-page img.gm-img-desk {
            display: none !important;
        }

    .gs-hero {
        margin: 0 auto;
        max-height: 500px;
    }

    .gs-hero {
        background: url("../images/img-hero-md.jpg") no-repeat 78% 25%;
        position:relative;
        gap:0px;
    }
    .gs-hero .gs-content {
        width: 60%;
        text-align: left;
    }
        .gs-hero .gs-row {
           justify-content: left;
            padding: 0 16px;
            height: 500px;
        }

        .gs-hero .gs-content .gs-title {
            font-size: 26px;
            position: relative;
        }

        .gs-hero .gs-content .gs-text {
            font-size: 20px;
            line-height: 120%;
            position: relative;
        }

            .gs-hero .gs-content .gs-text strong {
                font-size: 26px;
            }
    .gs-hero .gs-hero-span strong {
        font-size:23px!important;
    }

    .gs-products {
        margin: 0 auto;
        padding: 40px 16px;
    }

        .gs-products .gs-title {
            font-size: 20px;
            line-height: 125%;
            padding-top: 30px;
        }

        .gs-products .gs-items {
            /*width: 280px;*/
            margin: 0 auto;
            flex-direction: column;
            align-items: center;
            gap: 60px;
        }

            .gs-products .gs-items .gs-item {
                width: 100%;
            }

                .gs-products .gs-items .gs-item .gs-item-top {
                    min-height: max-content;
                    padding-bottom: 15px;
                }

                .gs-products .gs-items .gs-item .gs-item-photo {
                    align-items: center;
                    justify-content: center;
                }

                .gs-products .gs-items .gs-item .gs-item-logo {
                    max-width: 280px;
                    height: 75px;
                    margin: auto;
                }

                /*.gs-products .gs-items .gs-item .gs-item-text {
                    min-height: 64px;
                }*/

                .gs-products .gs-items .gs-item .gs-item-price {
                    padding: 16px 0 6px 0;
                }

        .gs-products .gs-view-all-products {
            margin: 10px auto 0 auto;
        }

    .gs-links .gs-links-holder .gs-link {
        margin: 0 0 30px 0;
    }

    .gs-links .gs-links-title {
        font-size: 20px;
        line-height: 125%;
    }

    .gs-faq, .gs-outrow {
        padding: 30px 20px;
    }

        .gs-faq .gs-title {
            font-size: 27px;
        }

        .gs-faq .gs-text {
            font-size: 18px;
            padding: 0 0 20px 0;
        }


        .gs-faq .gs-items .gs-item .gs-item-q {
            font-size: 16px;
            padding: 17px 60px 17px 20px;
        }

            .gs-faq .gs-items .gs-item .gs-item-q::after {
                right: 20px;
                width: 20px;
                height: 10px;
                opacity: 1;
                background-size: contain;
            }

        .gs-faq .gs-items .gs-item .gs-item-ans {
            font-size: 14px;
            padding: 0 60px 17px 20px;
        }

        /*.gs-products .gs-item.gs-item6 {
            margin-bottom:40px;
        }*/
        .gs-products .gs-item.gs-item7 { 
            margin-bottom:50px;
        }
}

@media screen and (max-width: 540px) {

    .gs-hero .gs-content .gs-text strong br {
        display: none;
    }
}

@media screen and (max-width: 515px) {

    .gs-hero h1 {
        padding: 50vw 0 0 0;
        font-size: 5vw;
    }

        .gs-hero h1 strong {
            font-size: 12vw;
        }

        .gs-hero h1::after {
            bottom: -3vw;
            width: 21vw;
            height: 3vw;
            margin: 0 0 0 15vw;
        }

    .gs-outrow .gs-links .gs-links-title br {
        display: none;
    }
}

@media screen and (min-width:768px) {
    .gs-hero .gs-hero-span strong {
        font-size:26px!important;
    }
    .gs-products .gs-items .gs-item7 .gs-item-top {
        position: relative;
        left: 2vw;
    }
}
