/*Reset*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul, ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    vertical-align: middle;
}

/* ------- Main Site -------- */

html {
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
    background: #f8f6f2;
    scroll-behavior: smooth;
}

* {
    font-family: Inter,arial,sans-serif;
    font-weight: 300;
    line-height: 140%;
    color: #1f271b;
}

body {
    font-size: 17px;
    z-index: 0;
    background-color: #f8f6f2;
}

    body.nojs, html.nojs {
        display: block !important;
    }


        body.nojs #pageblank, html.nojs #pageblank {
            display: none;
        }


.wrapper {
    max-width: 1443px;
    padding: 0px 35px;
    margin: 0px auto;
}



#header {
    position: fixed;
    background-color: #fff;
    background-color: rgba(248, 246, 242, 0);
    border-bottom: 2px solid #49627d;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    display: block;
    width: 100%;
    overflow: hidden;
    z-index: 100;
    transition: background-color 0.3s ease;
}

    #header.scrolled {
        background-color: rgba(248, 246, 242, 1);
        transition: background-color 0.3s ease;
        border-bottom: 1px solid #e2e1dc;
        border-bottom: 1px solid #cccdc7;
    }


    #header div.wrapper {
    }

    #header a.logo {
        width: 107px;
        display: block;
        margin: 28px 0px 26px 7px;
        background: url(logo-dark.png) 0 0 no-repeat;
        background-size: 107px auto;
    }

        #header a.logo:after {
            content: " ";
            width: 2px;
            height: 300px;
            position: absolute;
            top: 0;
            left: 22%;
            margin-left: 100px;
            background-color: #49627d;
            background-color: rgba(255, 255, 255, 0.2);
        }

        #header a.logo img {
            width: 100%;
            display: block;
        }

header.scrolled img {
    opacity: 0;
}


#header.scrolled a.logo:after {
    background-color: #e2e1dc;
}





#top {
    background-color: #1f3445;
    height: 100vh;
    height: calc(100vh - 140px);
    position: relative;
    padding-top: 140px;
}

    #top img {
        height: 100%;
        width: 100%;
        z-index: 5;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        object-fit: cover;
        object-position: center center;
        mix-blend-mode: overlay;
        opacity: 0.9;
    }

    #top:before {
        content: "Goose";
        height: 100%;
        width: 100%;
        z-index: 5;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        z-index: 6;
        background-color: #1f3445;
        opacity: 0;
    }



    #top div.wrapper {
        z-index: 10;
        position: relative;
        height: 100%;
    }

    #top h1 {
        font-size: 600%;
        max-width: 800px;
        color: #fff;
        font-weight: 400;
        line-height: 110%;
        letter-spacing: -.02em;
        text-shadow: 3px 2px 4px rgba(0,0,0,.33);
    }



    #top > div.wrapper > div {
        position: absolute;
        bottom: 10%;
        left: 35px;
        max-width: 650px;
    }

    #top h2 {
        font-size: 150%;
        margin-bottom: 40px;
        color: #f8f6f2;
        font-weight: 500;
        line-height: 130%;
    }

    #top a {
        background-color: rgb(158, 130, 81);
        color: #fff;
        padding: 12px 30px;
        border-radius: 34px;
        text-decoration: none;
        display: inline-block;
        font-weight: 500;
        font-size: 90%;
    }


#world {
    padding: 100px 0px;
    border-bottom: 1px solid #cccdc7;
    background: url(worldbg.png) repeat-x;
    background-size: auto 100%;
    animation: animatedBackground 500s linear infinite;
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: lighten;
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -10000px 0;
    }
}



#world div.wrapper {
    position: relative;
    overflow: hidden;
    height: 1%;
}

#world p.subtitle {
    color: #9e8251;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#world h2 {
    color: #1f271b;
    font-weight: 400;
    font-size: 300%;
    max-width: 65%;
    line-height: 120%;
    margin: 0;
    letter-spacing: -.02em;
}

#world div.v {
    width: 227px;
    height: 103px;
    border-radius: 130px;
    display: block;
    background: #fff;
    overflow: hidden;
    position: absolute;
    right: 35px;
    top: 50%;
    top: calc(50% - 50px);
}

    #world div.v video {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }



section.twocol div.wrapper {
    display: flex;
}

section.twocol div.col {
    width: calc(50% - 40px);
    padding: 40px 40px 100px 0px;
}

    section.twocol div.col:last-child {
        padding: 40px 0px 40px 40px;
        border-left: 1px solid #cccdc7;
    }

section.twocol h2 {
    color: #1f271b;
    font-weight: 500;
    font-size: 150%;
    margin-bottom: 110px;
}


section.twocol img {
    width: 100%;
    border-radius: 20px;
    display: block;
}


section.twocol blockquote {
    background-color: #eae3d7;
    font-family: "Hedvig Letters Serif", serif;
    color: #000;
    padding: 30px 25px;
    font-size: 150%;
    border-radius: 20px;
}

section.twocol ul {
    margin-bottom: 50px;
}

    section.twocol ul li {
        border-top: 1px solid #cccdc7;
        padding: 15px 20px 15px 80px;
        font-weight: 400;
        font-size: 110%;
        color: #272b27;
        position: relative;
    }


        section.twocol ul li:before {
            content: "";
            height: 46px;
            width: 46px;
            background: url(icon-people.avif) 50% 50% no-repeat;
            border: 1px solid #cccdc7;
            position: absolute;
            left: 0;
            top: 50%;
            top: calc(50% - 23px);
            background-size: 75%;
            background-color: rgba(255, 255, 255, 0.2);
            background-blend-mode: lighten;
            border-radius: 5px;
        }


        section.twocol ul li:nth-child(2):before {
            background-image: url(icon-handshake.avif);
        }

        section.twocol ul li:nth-child(3):before {
            background-image: url(icon-magnify.avif);
        }


section.dark {
    background-color: #122433;
    padding: 50px 0px;
}

    section.dark div.wrapper {
        display: flex;
    }

    section.dark h2 {
        color: rgb(158, 130, 81);
        width: 35%;
        font-size: 200%;
        font-weight: 500;
    }

    section.dark blockquote {
        color: #fff;
        font-size: 250%;
        font-weight: 400;
        width: 50%;
    }



section.threecol {
    overflow: hidden;
}

    section.threecol h2 {
        font-size: 300%;
        padding-top: 130px;
        padding-bottom: 50px;
        font-weight: 400;
        position: relative;
    }

        section.threecol h2:after {
            content: "";
            height: 1px;
            width: 1000%;
            border-bottom: 1px solid #cccdc7;
            display: block;
            position: absolute;
            bottom: 0;
            left: -50%;
        }



    section.threecol div.wrapper {
        display: flex;
        justify-content: space-between;
        padding-top: 40px;
        padding-bottom: 80px;
    }

        section.threecol div.wrapper > div {
            width: 30%;
            width: calc(32% - 50px);
            background-color: #eae3d7;
            padding: 150px 25px 50px 25px;
            border-radius: 15px;
            position: relative;
        }

            section.threecol div.wrapper > div:before {
                content: "";
                position: absolute;
                top: 25px;
                left: 25px;
                height: 56px;
                width: 56px;
                background: url(icon-handshake2.avif) 50% 50% no-repeat;
                border: 1px solid #cccdc7;
                background-size: 75%;
                background-color: rgba(255, 255, 255, 0.2);
                background-blend-mode: lighten;
                border-radius: 5px;
            }


            section.threecol div.wrapper > div:nth-child(2):before {
                background-image: url(icon-green.avif);
            }

            section.threecol div.wrapper > div:nth-child(3):before {
                background-image: url(icon-secure.avif);
            }



    section.threecol h3 {
        font-weight: 500;
        font-size: 140%;
        padding-bottom: 20px;
        border-bottom: 1px solid #c1beb1;
        margin-bottom: 80px;
    }

    section.threecol p {
        font-weight: 400;
        font-size: 110%;
        color: #272b27;
    }

#footer {
    background-color: #000;
}

    #footer * {
        color: #fff;
    }


    #footer > div {
        border-bottom: 1px solid #444;
    }





        #footer > div > div.wrapper {
            display: flex;
        }

            #footer > div > div.wrapper > div {
                border-left: 1px solid #444;
                padding: 150px 30px;
                width: 25%;
            }


        #footer > div:last-child {
            border-bottom: none;
        }

            #footer > div:last-child > div.wrapper > div {
                padding: 50px 30px;
                border-right: 1px solid #444;
            }

    #footer img {
        width: 110px;
        margin-bottom: 50px;
        display: block;
    }

    #footer address {
        font-style: normal;
    }

    #footer h3 {
        font-weight: 500;
    }

    #footer p.small {
        font-size: 80%;
    }


@media screen and (max-width: 1150px) {


    .wrapper {
        padding: 0px 20px;
    }

    #header a.logo {
        width: 85px;
        margin: 18px 0px 16px 7px;
        background-size: 85px auto;
    }

        #header a.logo:after {
            display: none;
        }


    #top {
        height: calc(100vh - 110px);
        padding-top: 110px;
    }

        #top h1 {
            font-size: 500%;
        }

        #top h2 {
            font-size: 130%;
        }

    section.twocol div.wrapper {
        display: block;
        padding-top: 40px;
    }

    section.twocol div.col {
        width: auto;
    }

        section.twocol div.col:last-child {
            padding: 40px 0px 40px 40px;
            border-left: 1px solid #cccdc7;
        }

    section.twocol h2 {
        color: #1f271b;
        font-weight: 500;
        font-size: 150%;
        margin-bottom: 50px;
    }

    section.twocol div.col, section.twocol div.col:last-child {
        padding: 0;
        border: none;
    }

    section.twocol ul li {
        padding: 25px 20px 25px 110px;
    }

        section.twocol ul li:before {
            left: 30px;
        }

    section.twocol blockquote {
        width: 80%;
        margin: 0 auto 50px auto;
    }

    section.twocol img {
        width: 100%;
        width: calc(100% + 50px);
        margin-left: calc(0% - 25px);
        max-height: 300px;
        object-fit: cover;
        border-radius: 0;
        margin-bottom: 40px;
    }

    section.dark {
        text-align: center;
    }

        section.dark div.wrapper {
            display: block;
        }

        section.dark h2 {
            width: 100%;
        }

        section.dark blockquote {
            width: auto;
            font-size: 180%;
            padding: 0px 80px;
        }

 

    section.threecol h2 {
        padding-top: 80px;
        padding-bottom: 40px;
    }


    section.threecol div.wrapper {
        display: block;
        padding-bottom: 20px;
       
    }

        section.threecol div.wrapper > div {
            width: 80%;
            margin: 0 auto 30px auto;
            padding: 100px 25px 40px 25px;
        }


    section.threecol h3 {
        margin-bottom: 40px;
    }
}



@media screen and (max-width: 940px) {

    #world div.v {
        display: none;
    }

    #world h2 {
        max-width: none;
    }


    section.dark blockquote {

        padding: 0;
    }
}


@media screen and (max-width: 820px) {


    #top h1 {
        font-size: 310%;
        margin-bottom: 50px;
    }

    #top {
        height: auto;
        padding-bottom: 60px;
    }

        #top > div.wrapper > div {
            position: relative;
            bottom: auto;
            left: auto;
        }

    #world {
        padding: 50px 0px;
    }

        #world h2 {
            font-size: 250%;
        }

section.twocol h2 {font-size:110%;}

    #footer > div > div.wrapper {
        display: block;
        text-align:center;
    }

        #footer > div > div.wrapper > div {
            border: none;
            padding: 50px 10px 0px 10px;
            width: auto;
        }


  

        #footer > div:last-child > div.wrapper > div {
    
            border:none;
        }


    #footer img {
        width: 110px;
        margin: 0px auto 20px auto;
    }

    #footer address {
        margin-bottom: 40px;
    }

}




@media screen and (max-width: 680px) {

    #world h2 {
        font-size: 170%;
    }
}


