.style-reset {
    clip-path: inset(0 0 0 0);
    background: black;
    color: white;
    font-size: 16px;
    margin: 0;
    padding: 0
}

.style-reset * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word
}

.style-reset ol,
.style-reset ul,
.style-reset li,
.style-reset figure {
    margin: 0;
    padding: 0
}

.style-reset h1,
.style-reset h2,
.style-reset h3,
.style-reset h4,
.style-reset p,
.style-reset a,
.style-reset li {
    font: inherit;
    padding: 0;
    margin: 0
}

#hd .hd-w1200 {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

#hd .hd-col50 {
    width: 50%
}

#hd .flex-nowrap {
    display: flex;
    flex-wrap: nowrap
}

#hd .align-items-center {
    align-items: center
}

#hd .hd-d-none {
    display: none !important
}

@media screen and (min-width: 2560px) {
    #hd .hd-w1200 {
        max-width: 1600px
    }
}

@media screen and (max-width: 1023px) {
    #hd .hd-w1200 {
        width: 90%
    }
}

@media screen and (max-width: 768px) {
    #hd .hd-d-768-none {
        display: none !important
    }

    #hd .hd-d-768-block {
        display: block !important
    }
}

#hd .sec-amd {
    /* padding-bottom: 4em; */
    background: black;
    position: relative;
    overflow: hidden;
    z-index: 9
}

#hd .sec-amd .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center
}

#hd .sec-amd .hd-container {
    padding: 5% 0;
    display: flex
}

#hd .sec-amd .hd-content {
    padding-left: 2em;
    margin-left: auto
}

#hd .sec-amd .hd-content p {
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 1em;
    text-shadow: 0 0 3px black
}

#hd .sec-amd .logo-container {
    margin-top: 2em
}

#hd .sec-amd .logo-container .hd-logo {
    width: 90%;
    min-width: 280px;
    margin-left: 0
}

#hd .sec-amd .logo-container .hd-pd {
    width: 25%;
    max-width: 500px !important;
    margin-left: auto
}

#hd .sec-amd h2 {
    font-size: 4.125em;
    margin-bottom: .25em;
    text-align: left;
    font-weight: 500;
    
}

#hd .sec-amd h3 {
    font-size: 2.7em;
    margin-bottom: 2em;
}

#hd .sec-amd h3+p {
    margin-bottom: 1em
}

#hd .sec-amd .list-decimal li {
    list-style-type: decimal;
    list-style-position: inside;
    font-size: .875em;
    line-height: 1.125;
    letter-spacing: .018em;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: .5em;
    text-shadow: 0 0 3px black
}

@media screen and (max-width: 1440px) {
    #hd .sec-amd h2 {
        font-size: 3em
    }
}

@media screen and (max-width: 1280px) {
    #hd .sec-amd h3 {
        font-size: 2em
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-amd .hd-content p {
        font-size: 1em
    }

    #hd .sec-amd h2 {
        font-size: 2.75em
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-amd .hd-bg {
        position: relative;
        height: auto
    }

    #hd .sec-amd .hd-content {
        width: 100%;
        padding-left: 0
    }

    #hd .sec-amd .logo-container {
        margin: 2em 0 1.5em
    }

    #hd .sec-amd .logo-container .hd-logo {
        min-width: 0
    }

    #hd .sec-amd h2 {
        font-size: 3em
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-amd .hd-bg {
        width: 150%;
        max-width: none !important;
        margin-left: -25%
    }

    #hd .sec-amd .logo-container {
        flex-direction: column;
        align-items: center
    }

    #hd .sec-amd .logo-container .hd-logo {
        width: 70%;
        min-width: 280px;
        margin: 0 auto 1em
    }

    #hd .sec-amd .logo-container .hd-pd {
        width: 250px;
        margin: 0 auto
    }

    #hd .sec-amd h2 {
        font-size: 2.5em
    }

    #hd .sec-amd h3 {
        font-size: 1.5em
    }
}

/*# sourceMappingURL=hd-style.css.map */