:root {
    --vt-c-white: #ffffff;
    --vt-c-white-soft: #f8f8f8;
    --vt-c-white-mute: #f2f2f2;
    --vt-c-black: #181818;
    --vt-c-black-soft: #222222;
    --vt-c-black-mute: #282828;
    --vt-c-indigo: #2c3e50;
    --vt-c-divider-light-1: rgba(60, 60, 60, .29);
    --vt-c-divider-light-2: rgba(60, 60, 60, .12);
    --vt-c-divider-dark-1: rgba(84, 84, 84, .65);
    --vt-c-divider-dark-2: rgba(84, 84, 84, .48);
    --vt-c-text-light-1: var(--vt-c-indigo);
    --vt-c-text-light-2: rgba(60, 60, 60, .66);
    --vt-c-text-dark-1: var(--vt-c-white);
    --vt-c-text-dark-2: rgba(235, 235, 235, .64)
}

:root {
    --color-background: rgb(253, 241, 69);
    --color-background-soft: var(--vt-c-white-soft);
    --color-background-mute: var(--vt-c-white-mute);
    --color-border: var(--vt-c-divider-light-2);
    --color-border-hover: var(--vt-c-divider-light-1);
    --color-heading: var(--vt-c-text-light-1);
    --color-text: var(--vt-c-text-light-1);
    --section-gap: 160px
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    font-weight: 400
}

body {
    min-height: 100vh;
    color: var(--color-text);
    background: var(--color-background);
    transition: color .5s, background-color .5s;
    line-height: 1.6;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 15px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#app {
    margin: auto;
    padding: 0rem;
    font-weight: 400;
    overflow: hidden
}

a,
.green {
    text-decoration: none;
    color: #fff;
    transition: .4s;
    padding: 3px
}

@media (hover: hover) {
    a:hover {
        background-color: #5b5c3333
    }
}

@media (min-width: 1024px) {
    body {
        display: flex;
        place-items: center
    }

    #app {
        display: flex;
        grid-template-columns: 1fr 1fr;
        padding: 0 0rem
    }
}

h1[data-v-531db362] {
    font-weight: 500;
    font-size: 2.6rem;
    position: relative;
    top: -10px
}

h3[data-v-531db362] {
    font-size: 1.2rem
}

.greetings h1[data-v-531db362],
.greetings h3[data-v-531db362] {
    text-align: center
}

@media (min-width: 1024px) {

    .greetings h1[data-v-531db362],
    .greetings h3[data-v-531db362] {
        text-align: left
    }
}

.item[data-v-fd0742eb] {
    margin-top: 2rem;
    display: flex;
    position: relative
}

.details[data-v-fd0742eb] {
    flex: 1;
    margin-left: 1rem
}

i[data-v-fd0742eb] {
    display: flex;
    place-items: center;
    place-content: center;
    width: 32px;
    height: 32px;
    color: var(--color-text)
}

h3[data-v-fd0742eb] {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: .4rem;
    color: var(--color-heading)
}

@media (min-width: 1024px) {
    .item[data-v-fd0742eb] {
        margin-top: 0;
        padding: .4rem 0 1rem calc(var(--section-gap) / 2)
    }

    i[data-v-fd0742eb] {
        top: calc(50% - 25px);
        left: -26px;
        position: absolute;
        border: 1px solid var(--color-border);
        background: var(--color-background);
        border-radius: 8px;
        width: 50px;
        height: 50px
    }

    .item[data-v-fd0742eb]:before {
        content: " ";
        border-left: 1px solid var(--color-border);
        position: absolute;
        left: 0;
        bottom: calc(50% + 25px);
        height: calc(50% - 25px)
    }

    .item[data-v-fd0742eb]:after {
        content: " ";
        border-left: 1px solid var(--color-border);
        position: absolute;
        left: 0;
        top: calc(50% + 25px);
        height: calc(50% - 25px)
    }

    .item[data-v-fd0742eb]:first-of-type:before {
        display: none
    }

    .item[data-v-fd0742eb]:last-of-type:after {
        display: none
    }
}

.ca[data-v-6ef785fa] {
    font-family: VT323;
    margin-bottom: 32px;
    margin-top: 32px;
    color: #fff;
    font-weight: 900;
    font-size: 2rem;
    padding: none
}

.bottomEmail[data-v-6ef785fa] {
    margin-top: 120px;
    color: #fff;
    font-family: VT323;
    font-size: 1rem
}

.container[data-v-6ef785fa] {
    display: block;
    width: 400px;
    margin: 50px auto;
    text-align: center
}

.pixel[data-v-6ef785fa],
.pixel2[data-v-6ef785fa] {
    font-size: 25px;
    color: #fff;
    height: auto;
    margin: 10px;
    font-family: VT323;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pixel[data-v-6ef785fa]:active,
.pixel2[data-v-6ef785fa]:active {
    top: 2px
}

.pixel[data-v-6ef785fa] {
    line-height: 0;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    border-style: solid;
    border-width: 20px;
    -moz-border-image: url(../images/sREM8Yn.png) 20 stretch;
    -webkit-border-image: url(../images/sREM8Yn.png) 20 stretch;
    -o-border-image: url(../images/sREM8Yn.png) 20 stretch;
    border-image: url(../images/sREM8Yn.png) 20 stretch
}

.pixel p[data-v-6ef785fa] {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: auto;
    text-align: center;
    margin: -20px;
    line-height: 20px;
    padding: 10px 20px;
    background: #000;
    background: linear-gradient(135deg, transparent 10px, #000000 0) top left, linear-gradient(225deg, transparent 10px, #000000 0) top right, linear-gradient(315deg, transparent 10px, #000000 0) bottom right, linear-gradient(45deg, transparent 10px, #000000 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-image: radial-gradient(circle at 0 0, #c000 14px, #000 15px), radial-gradient(circle at 100% 0, #c000 14px, #000 15px), radial-gradient(circle at 100% 100%, #c000 14px, #000 15px), radial-gradient(circle at 0 100%, #c000 14px, #000 15px)
}

.pixel2[data-v-6ef785fa] {
    position: relative;
    display: block;
    margin: 10px;
    font-family: VT323;
    text-transform: uppercase;
    font-size: 25px;
    color: #fff
}

.pixel2[data-v-6ef785fa]:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: -10px;
    right: -10px;
    background: #000;
    z-index: -1
}

.pixel2[data-v-6ef785fa]:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: -6px;
    right: -6px;
    background: #000;
    z-index: -1
}

.pixel2[data-v-6ef785fa] {
    margin: 12px 36px;
    justify-content: center;
    text-align: center;
    min-width: 180px;
    padding: 10px;
    position: relative;
    background: #000;
    width: auto;
    z-index: 2
}

@media screen and (max-width: 1200px) {
    .columnize[data-v-6ef785fa] {
        flex-direction: column !important
    }

    .ca[data-v-6ef785fa] {
        font-size: 1.5rem;
        margin-top: 8px
    }

    .bottomEmail[data-v-6ef785fa] {
        margin-top: 12px;
        margin-bottom: 12px
    }
}

.columnize[data-v-6ef785fa] {
    display: flex;
    flex-direction: row;
    align-items: center
}

button[data-v-6ef785fa] {
    background-color: var(--color-border);
    padding: 10px 32px;
    min-width: 300px;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    margin: 18px
}

.alt-color[data-v-6ef785fa] {
    color: #fff;
    background-color: #77403b
}

.holder[data-v-6ef785fa] {
    max-width: 800px;
    padding: 0 32px;
    margin-top: 64px;
    margin-bottom: 64px
}

div[data-v-6ef785fa] {
    display: flex;
    flex-direction: column;
    align-items: center
}

li[data-v-6ef785fa] {
    font-size: 1.2rem;
    line-height: 1.5
}

p[data-v-6ef785fa] {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 18px 0;
    padding: 0
}

h1[data-v-6ef785fa] {
    font-size: 3rem;
    font-weight: 600;
    margin: 48px 0 0;
    padding: 0;
    text-align: center
}

h2[data-v-6ef785fa] {
    font-size: 2rem;
    font-weight: 500;
    margin: 24px 0;
    padding: 0;
    text-align: center
}

h3[data-v-6ef785fa] {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 12px 0;
    padding: 0;
    text-align: center
}

header[data-v-6ef785fa] {
    line-height: 1.5
}

.logo[data-v-6ef785fa] {
    display: block;
    margin: 0 auto 2rem
}

@media (min-width: 1024px) {
    header[data-v-6ef785fa] {
        display: flex;
        place-items: center;
        padding-right: calc(var(--section-gap) / 2)
    }

    .logo[data-v-6ef785fa] {
        margin: 0 2rem 0 0
    }

    header .wrapper[data-v-6ef785fa] {
        display: flex;
        place-items: flex-start;
        flex-wrap: wrap
    }
}

img[data-v-6ef785fa] {
    display: inline-block;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    width: 300px;
    border-radius: 300px;
    border: 2px solid yellow;
    margin: 8px 8px 32px;
    -webkit-border-radius: 50%;
    display: block;
    box-shadow: 0 0 10px #ff0
}