body {
        margin: 0;
        padding: 0;
        font-size: 1rem;
        font-weight: 400;
        font-family: Arial, Verdana, sans-serif;
        color: #6c7072;
}

:is(ol, ul, menu, dir) ul {
        list-style: disc;
}

h1, h2, h3, h4, h5, h6 {
        font-variant: all-petite-caps;
        margin: 0;
}

h1, h2, h3, p, ul {
        line-height: 1.5;
}

h1 {
        color: black;
        font-weight: 400;
        font-size: 5rem;
        padding-top: 0;
        line-height: 1.1;
        letter-spacing: -.5px;
        margin-top: .02953em;
        margin-bottom: .13348em;
}

h3 {
        padding-bottom: .26267em;
        font-size: 1.6rem;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0.2px;
}

h4 {
        font-size: 1.1rem;
        padding: .215em 0;
        margin-bottom: 0;
}

p {
        margin: 0;
        padding: .251em  0;
}

p.center {
        text-align: center;
}

p.small {
        font-size: .85rem;
}

img {
        display: block;
        width: 100%;
        object-fit: cover;
        overflow: hidden;
        text-align: center;
        line-height: 14;
}

img.header {
        height: 14rem;
}

div.logo-wrap {
        box-sizing: border-box;
        padding: calc((26rem - 4.3125rem) / 2 ) 2.9375rem;
        background-color: #242424;
        position: absolute;
        top: 0;
        left: 0;
        height: 26rem;
}

img.logo {
        width: 2.9375rem;
        height: 4.3125rem;
        position: relative;
        object-fit: scale-down;
}

div {
        border-color: #242424;
}

div#page {
        max-width: 72rem;
        min-width: 20rem;
        margin: 0 auto;
        position: relative;
}

div.textbox {
        margin-top: 1rem;
        padding: 0 1rem;
        word-wrap: break-word;
}

div.col-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 1rem;
}

div.col {
        border: 1px solid #242424;
        width: 100%;
        margin: 1rem 0;
        position: relative;
        min-height: 30rem;
}

div.img-wrap {
        padding: 0;
        background-color: #6c7072;
        width: 100%;
        overflow: hidden;
}

div.col div.img-wrap {
        height: 14rem;
}

div.col div.img-wrap img {
        height: 14rem;
}

div.btn-wrap {
        margin: 1rem 0;
        width: 100%;
        padding: 0;
        
}

a.btn {
        position: relative;
        display: block;
        overflow: hidden;
        border: 1px solid #4d4e53;
        height: 100%;
        text-decoration: none;
        font-weight: bold;
        color: #4d4e53;
        margin: 0 1rem;
        padding: .75rem 4rem;
        text-align: center;
}

a.btn:hover {
        background-color: #d8d7d5;
}

div.btn-wrap.bottom {
        position: absolute;
        bottom: 0;
}

@media screen and (min-width: 27rem) {
        div.col {
                width: 75%;
                margin: 1rem auto;
        }
}

@media screen and (min-width: 37.5em) {
        img.header {
                height: 14rem;
        }

        div.col {
                width: 48%;
        }
}

@media screen and (min-width: 50em) {
        img.header {
                height: auto;
        }

        div.logo-wrap {
                padding: calc((26rem - 6.9rem) / 2 ) 4.7rem;
        }
        
        img.logo {
                width: 4.7rem;
                height: 6.9rem;
        }

        div.col {
                width: 30%;
        }
}

@media screen and (min-width: 64rem) {
}
