h1[data-v-c6dd8908] {
    font-weight: 400;
    letter-spacing: .05rem;
    line-height: 1;
    font-size: 2rem;
    margin: 1.5rem 0
}

@media screen and (min-width:768px) {
    h1[data-v-c6dd8908] {
        font-size: 2.5rem
    }
}

h2[data-v-c6dd8908] {
    font-weight: 400;
    letter-spacing: .05rem;
    line-height: 1;
    font-size: 1.5rem;
    margin: 1.5rem 0
}

@media screen and (min-width:768px) {
    h2[data-v-c6dd8908] {
        font-size: 2rem
    }
}

h3[data-v-c6dd8908] {
    font-weight: 400;
    letter-spacing: .05rem;
    line-height: 1;
    font-size: 1.25rem;
    margin: 1rem 0
}

@media screen and (min-width:768px) {
    h3[data-v-c6dd8908] {
        font-size: 1.5rem
    }
}

h4[data-v-c6dd8908] {
    font-weight: 400;
    letter-spacing: .05rem;
    line-height: 1;
    font-size: 1rem;
    margin: 1rem 0
}

@media screen and (min-width:768px) {
    h4[data-v-c6dd8908] {
        font-size: 1.25rem
    }
}

h5[data-v-c6dd8908] {
    font-weight: 400;
    letter-spacing: .05rem;
    line-height: 1;
    font-size: .875rem;
    margin: 1rem 0
}

@media screen and (min-width:768px) {
    h5[data-v-c6dd8908] {
        font-size: 1rem
    }
}

h6[data-v-c6dd8908] {
    font-weight: 400;
    letter-spacing: .05rem;
    line-height: 1;
    font-size: .875rem;
    margin: 1rem 0
}

@media screen and (min-width:768px) {
    h6[data-v-c6dd8908] {
        font-size: 1rem
    }
}

a[data-v-c6dd8908] {
    text-decoration: underline;
    color: #000;
    transition: color .2s
}

a[data-v-c6dd8908]:active,
a[data-v-c6dd8908]:focus,
a[data-v-c6dd8908]:hover {
    color: #333
}

.visually-hidden[data-v-c6dd8908] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

body[data-v-c6dd8908] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-container[data-v-c6dd8908] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1rem;
    box-sizing: border-box
}

.icon-container.light[data-v-c6dd8908] {
    background: #fff;
    color: #000
}

.icon-container.dark[data-v-c6dd8908] {
    background: #000;
    color: #fff
}

.icon-container.gray[data-v-c6dd8908] {
    background: #e6e6e6;
    color: #000
}

.icon-container__content[data-v-c6dd8908] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

@media screen and (min-width:768px) {
    .icon-container__content[data-v-c6dd8908] {
        flex-direction: row;
        align-items: flex-start
    }
}

.icon-container__content.small[data-v-c6dd8908] {
    max-width: 600px
}

.icon-container__content.medium[data-v-c6dd8908] {
    max-width: 900px
}

.icon-container__content.large[data-v-c6dd8908] {
    max-width: 1200px
}

.icon-container__content.left[data-v-c6dd8908] {
    justify-content: flex-start
}

.icon-container__content.right[data-v-c6dd8908] {
    justify-content: flex-end
}

.icon-container__content.center[data-v-c6dd8908] {
    justify-content: center
}