@font-face {
        font-family: "VolvoBroadPro";
        src: url("/static/fonts/VolvoBroadPro.otf");
}

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

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

h1, h2, h3, h4, h5, h6 {
        font-variant: normal;
        margin: 0;
        text-align: center;
}

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

h1 {
        font-variant: all-petite-caps;
        font-family: VolvoBroadPro, Arial, sans-serif;
        font-weight: 400;
        font-size: 5rem;
        text-align: center;
        padding-top: 0;
        line-height: 1.1;
        letter-spacing: -.5px;
        margin-top: .02953em;
        margin-bottom: .13348em;
}

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

h4 {
        font-variant: normal;
        text-align: center;
        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 {
        padding: 1.5rem;
        background-color: white;
        position: absolute;
        top: 1.5rem;
        left: 1.5rem;
}

img.logo {
        width: 3rem;
        height: 3rem;
        position: relative;
}

div {
        border-color: #4d4e53;
}

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 #4d4e53;
        width: 100%;
        margin: 1rem 0;
        position: relative;
        min-height: 30rem;
}

div.img-wrap {
        padding: 0;
        background-color: #d8d7d5;
        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: 2.5rem;
                top: 2.5rem;
                left: 2.5rem;
        }
        
        img.logo {
                width: 5rem;
                height: 5rem;
        }

        div.col {
                width: 30%;
        }
}

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