.nodivember__list {
    -webkit-column-count: 1;
    column-count: 1;
    list-style: decimal
}

@media(min-width:768px) {
    .nodivember__list {
        -webkit-column-count: 2;
        column-count: 2
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.glitchy-text {
    color: hsl(0, 0%, calc((100 - var(--light, 95))*1%));
    display: inline-block;
    position: relative
}

.glitchy-text__char--readable {
    opacity: 0;
    position: absolute
}

@keyframes glitch-switch {
    0% {
        content: var(--char-0)
    }

    10% {
        content: var(--char-1)
    }

    20% {
        content: var(--char-2)
    }

    30% {
        content: var(--char-3)
    }

    40% {
        content: var(--char-4)
    }

    50% {
        content: var(--char-5)
    }

    60% {
        content: var(--char-6)
    }

    70% {
        content: var(--char-7)
    }

    80% {
        content: var(--char-8)
    }

    90% {
        content: var(--char-9)
    }

    to {
        content: var(--char-0)
    }
}

.glitchy-text__char {
    color: transparent;
    position: relative
}

.glitchy-text__char:after {
    --txt: attr(data-char);
    animation-duration: .2s;
    animation-delay: .2s;
    animation-fill-mode: backwards;
    animation-timing-function: steps(1);
    animation-iteration-count: var(--count);
    animation-name: glitch-switch;
    color: hsl(0, 0%, calc((100 - var(--light, 95))*1%));
    transition: color .2s ease 0s;
    position: absolute;
    content: var(--txt);
    left: 0;
    top: 0
}

.theme-toggle__input {
    height: 0;
    opacity: 0;
    width: 0;
    position: absolute
}

.christmas-toggle__input {
    height: 0;
    opacity: 0;
    width: 0;
    position: absolute
}

.theme-toggle__label svg path {
    fill: hsl(0, 0%, calc(var(--light, 95)*1%))
}

.theme-toggle__input+label path:nth-of-type(2),
.theme-toggle__input:checked+label path:first-of-type {
    display: block
}

.theme-toggle__input+label path:first-of-type,
.theme-toggle__input:checked+label path:nth-of-type(2) {
    display: none
}

.theme-toggle__input~.layout,
.theme-toggle__input~label {
    --light: 5
}

.theme-toggle__input:checked~.layout,
.theme-toggle__input:checked~label {
    --light: 95
}

@media(prefers-color-scheme:dark) {
    .theme-toggle__input~.layout {
        --light: 5
    }

    .theme-toggle__input:checked~.layout,
    .theme-toggle__input~label {
        --light: 95
    }

    .theme-toggle__input:checked~label {
        --light: 5
    }

    .theme-toggle__input+label path:nth-of-type(2),
    .theme-toggle__input:checked+label path:first-of-type {
        display: none
    }

    .theme-toggle__input+label path:first-of-type,
    .theme-toggle__input:checked+label path:nth-of-type(2) {
        display: block
    }
}

@media(prefers-color-scheme:light) {
    .theme-toggle__input~.layout {
        --light: 95
    }

    .theme-toggle__input:checked~.layout,
    .theme-toggle__input~label {
        --light: 5
    }

    .theme-toggle__input:checked~label {
        --light: 95
    }

    .theme-toggle__input+label path:nth-of-type(2),
    .theme-toggle__input:checked+label path:first-of-type {
        display: block
    }

    .theme-toggle__input+label path:first-of-type,
    .theme-toggle__input:checked+label path:nth-of-type(2) {
        display: none
    }
}

@font-face {
    font-family: JetBrains Mono;
    src: url(font/JetBrainsMono-Regular.woff2) format("woff2"), url(font/JetBrainsMono-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: JetBrains Mono;
    src: url(font/JetBrainsMono-ExtraBold.woff2) format("woff2"), url(font/JetBrainsMono-ExtraBold.woff) format("woff");
    font-weight: 700;
    font-style: bold;
    font-display: swap
}

.bear__shades {
    opacity: var(--bear-shades)
}

.bear__tear-stream {
    fill: hsla(200, 100%, 75%, var(--bear-tears, 0))
}

.bear__brows {
    stroke: hsla(0, 0%, 0%, var(--bear-brows, 0))
}

.bear__eye {
    fill: hsla(0, 0%, 0%, var(--bear-eyes, 0))
}

.bear-logo {
    grid-row: span 2;
    position: relative;
    max-width: 400px;
    -o-object-fit: contain;
    object-fit: contain;
    height: 6rem;
    width: 6rem
}

.bear-logo__ear,
.bear-logo__head {
    fill: hsla(24, calc(var(--bear-saturation, 100)*1%), 25%, 1)
}

.bear-logo__ear-inner,
.bear-logo__muzzle {
    fill: hsla(24, calc(var(--bear-saturation, 57)*1%), 80%, 1)
}

.bear-logo__cap-strap--left {
    fill: hsla(0, calc(var(--bear-saturation, 100)*1%), 50%, 1)
}

.bear-logo__cap-strap--right {
    fill: hsla(0, calc(var(--bear-saturation, 100)*1%), 40%, 1)
}

.bear__eye--teary {
    fill: hsla(200, 100%, 75%, calc(var(--bear-tears, 0) - .5))
}

@media (min-width:768px) {
    .bear-logo {
        height: 12rem;
        width: 12rem
    }
}

.bear-logo--tears {
    --bear-shades: 0;
    --bear-brows: 1;
    --bear-tears: 0.85;
    --bear-eyes: 1;
    --bear-saturation: 0
}

.return-link:hover~.bear-logo--tears {
    --bear-brows: 0;
    --bear-tears: 0;
    --bear-saturation: 100
}

.bear-logo--tears circle,
.bear-logo--tears ellipse,
.bear-logo--tears path {
    transition: fill .2s ease 0s, transform .2s ease 0s
}

.return-link:hover~.bear-logo--tears .bear__eye {
    transform: scaleY(1);
    fill: hsla(0, 100%, 0%, var(--bear-eyes))
}

.bear-logo--tears .bear__eye {
    transform: scaleY(.25);
    transform-origin: 97px 894px;
    fill: hsla(200, 100%, 75%, var(--bear-eyes))
}

.bear-logo--tears .bear__eye--right {
    transform-origin: 201px 894px
}

.bear-logo--tears {
    --scaleX: -50;
    --scaleY: -50
}

.four-oh-four__code span:nth-of-type(2) {
    --scaleX: 30;
    --scaleY: -20
}

.four-oh-four__code span:nth-of-type(3) {
    --scaleX: -20;
    --scaleY: 50
}

.four-oh-four__code span:nth-of-type(4) {
    --scaleX: -30;
    --scaleY: 40
}

.four-oh-four__code-message span:nth-of-type(2) {
    --scaleX: 20;
    --scaleY: 10
}

.four-oh-four__code-message span:nth-of-type(3) {
    --scaleX: 5;
    --scaleY: -10
}

.four-oh-four__code-message span:nth-of-type(4) {
    --scaleX: 40;
    --scaleY: -30
}

.four-oh-four__code-message span:nth-of-type(6) {
    --scaleX: 50;
    --scaleY: 50
}

.four-oh-four__code-message span:nth-of-type(7) {
    --scaleX: 0;
    --scaleY: -15
}

.four-oh-four__code-message span:nth-of-type(8) {
    --scaleX: 35;
    --scaleY: 10
}

.four-oh-four__code-message span:nth-of-type(9) {
    --scaleX: -40;
    --scaleY: 25
}

.four-oh-four__code-message span:nth-of-type(10) {
    --scaleX: 50;
    --scaleY: -25
}

.bear-logo,
.four-oh-four__code-message span:nth-of-type(2):after,
.four-oh-four__code-message span:nth-of-type(3):after,
.four-oh-four__code-message span:nth-of-type(4):after,
.four-oh-four__code-message span:nth-of-type(6):after,
.four-oh-four__code-message span:nth-of-type(7):after,
.four-oh-four__code-message span:nth-of-type(8):after,
.four-oh-four__code-message span:nth-of-type(9):after,
.four-oh-four__code-message span:nth-of-type(10):after,
.four-oh-four__code span:nth-of-type(2):after,
.four-oh-four__code span:nth-of-type(3):after,
.four-oh-four__code span:nth-of-type(4):after {
    --translateX: calc(var(--X)*var(--scaleX)*1px);
    --translateY: calc(var(--Y)*var(--scaleY)*1px);
    transform: translate(var(--translateX), var(--translateY))
}

.mail-icon__address {
    transform: translate(-50%) translateY(100%) scale(0);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transition: transform .2s ease;
    font-weight: 700;
    padding: 1rem;
    background: hsl(0, 0%, calc(var(--light, 95)*1%));
    z-index: 1
}

.mail-icon svg {
    position: absolute;
    z-index: 2
}

.mail-icon {
    position: relative
}

.mail-icon:hover .mail-icon__address {
    transform: translate(-50%) translate(0) scale(1)
}

.socials-container,
.socials-container noscript {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    margin: 0 auto
}

.social-link {
    height: 44px;
    width: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: flex
}

.social-link[hidden] {
    display: none
}

.social-link:hover {
    background: hsl(0, 0%, calc((100 - var(--light, 95))*1%));
    transition: background .2s ease 0s
}

.social-link:hover path {
    fill: hsl(0, 0%, calc(var(--light, 5)*1%))
}

.social-link svg {
    height: 24px;
    width: 24px
}

.social-link svg path {
    fill: hsl(0, 0%, calc((100 - var(--light, 95))*1%));
    transition: fill .2s ease 0s
}

.socials-container--no-js .social-link {
    display: none
}

.blurb-radio:first-of-type:checked~.socials-container [data-level="0"],
.blurb-radio:nth-of-type(2):checked~.socials-container [data-level="0"],
.blurb-radio:nth-of-type(2):checked~.socials-container [data-level="1"],
.blurb-radio:nth-of-type(3):checked~.socials-container [data-level="0"],
.blurb-radio:nth-of-type(3):checked~.socials-container [data-level="1"],
.blurb-radio:nth-of-type(3):checked~.socials-container [data-level="2"],
.blurb-radio:nth-of-type(4):checked~.socials-container [data-level="0"],
.blurb-radio:nth-of-type(4):checked~.socials-container [data-level="1"],
.blurb-radio:nth-of-type(4):checked~.socials-container [data-level="2"],
.blurb-radio:nth-of-type(5):checked~.socials-container [data-level="0"],
.blurb-radio:nth-of-type(5):checked~.socials-container [data-level="1"],
.blurb-radio:nth-of-type(5):checked~.socials-container [data-level="2"],
.blurb-radio:nth-of-type(6):checked~.socials-container [data-level="0"],
.blurb-radio:nth-of-type(6):checked~.socials-container [data-level="1"],
.blurb-radio:nth-of-type(6):checked~.socials-container [data-level="2"] {
    display: flex
}

.blurb-radio__label {
    height: 44px;
    width: 44px;
    position: relative
}

.blurb-radio__label:after,
.blurb-radio__label:before {
    border-radius: 50%;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.blurb-radio__label:after {
    height: 10px;
    width: 10px;
    opacity: 0;
    transition: opacity .2s ease;
    background: hsl(0, 0%, calc((100 - var(--light, 5))*1%))
}

.blurb-radio__label:before {
    height: 24px;
    border: 4px solid hsl(0, 0%, calc((100 - var(--light, 5))*1%));
    width: 24px
}

.blurb-radio:first-of-type:checked~.blurb-radio__container label:first-of-type:after,
.blurb-radio:nth-of-type(2):checked~.blurb-radio__container label:nth-of-type(2):after,
.blurb-radio:nth-of-type(3):checked~.blurb-radio__container label:nth-of-type(3):after,
.blurb-radio:nth-of-type(4):checked~.blurb-radio__container label:nth-of-type(4):after,
.blurb-radio:nth-of-type(5):checked~.blurb-radio__container label:nth-of-type(5):after,
.blurb-radio:nth-of-type(6):checked~.blurb-radio__container label:nth-of-type(6):after,
.blurb-radio:nth-of-type(7):checked~.blurb-radio__container label:nth-of-type(7):after,
.blurb-radio:nth-of-type(8):checked~.blurb-radio__container label:nth-of-type(8):after,
.blurb-radio:nth-of-type(9):checked~.blurb-radio__container label:nth-of-type(9):after {
    opacity: 1
}

.blurb-radio:first-of-type:checked~.blurb__container .blurb:first-of-type,
.blurb-radio:nth-of-type(2):checked~.blurb__container .blurb:nth-of-type(2),
.blurb-radio:nth-of-type(3):checked~.blurb__container .blurb:nth-of-type(3),
.blurb-radio:nth-of-type(4):checked~.blurb__container .blurb:nth-of-type(4),
.blurb-radio:nth-of-type(5):checked~.blurb__container .blurb:nth-of-type(5),
.blurb-radio:nth-of-type(6):checked~.blurb__container .blurb:nth-of-type(6),
.blurb-radio:nth-of-type(7):checked~.blurb__container .blurb:nth-of-type(7),
.blurb-radio:nth-of-type(8):checked~.blurb__container .blurb:nth-of-type(8),
.blurb-radio:nth-of-type(9):checked~.blurb__container .blurb:nth-of-type(9) {
    display: block
}

.blurb {
    display: none
}

.blurb-swapper {
    -webkit-appearance: none;
    appearance: none;
    height: 44px;
    background: linear-gradient(transparent 20px, hsl(0, 0%, calc((100 - var(--light))*1%)) 20px 24px, transparent 24px 44px);
    outline: hsla(0, 0%, 100%, 0);
    transition: background .2s ease
}

.blurb-swapper::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background: hsl(0, 0%, calc((100 - var(--light))*1%));
    border: 4px solid hsl(0, 0%, calc(var(--light)*1%));
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background .2s ease, border .2s ease;
    transition: background .2s ease, border .2s ease
}

.blurb-swapper::-moz-range-thumb {
    width: 24px;
    height: 24px;
    cursor: pointer;
    -moz-transition: background .2s ease, border .2s ease;
    transition: background .2s ease, border .2s ease;
    background: hsl(0, 0%, calc((100 - var(--light))*1%));
    border: 4px solid hsl(0, 0%, calc(var(--light)*1%));
    border-radius: 50%
}

.blurb--contributed {
    position: relative;
    padding: 1rem 0;
    border-bottom: 4px solid hsl(0, 0%, calc((100 - var(--light))*1%));
    border-top: 4px solid hsl(0, 0%, calc((100 - var(--light))*1%))
}

.home .layout__content>*,
.home .layout__content>noscript>* {
    margin: 1em 0px 0px 0px;
}

.home .layout__content>noscript>.blurb__container {
    margin-bottom: 3.25rem
}

.gatsby-resp-image-wrapper {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: transform .15s, -webkit-filter .15s;
    transition: transform .15s, filter .15s;
    transition: transform .15s, filter .15s, -webkit-filter .15s;
    transform-origin: 50% 50%
}

.gatsby-resp-image-wrapper:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transform: rotate(5deg) scale(1.05)
}

.body-title {
    width: 100% !important;
    text-align: center !important;
    font-weight: bolder !important;
    font-size: 6rem !important;
    margin: 0px !important;
}

.body-title-min {
    width: 100% !important;
    /* background: blue; */
    text-align: center !important;
    font-weight: bolder !important;
    line-height: -10px !important;
    font-size: 4.2rem !important;
    margin-top: -22px !important;
}


*,
*::before,
*::after {
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

ul {
    list-style: none !important;
}

html {
    --light: 5;
}

@media(prefers-color-scheme:light) {
        {
        --light: 95;
    }
}

@media(prefers-color-scheme:dark) {
        {
        --light: 5;
    }
}

body {
    background: hsl(0, 0%, calc(var(--light, 5) * 1%));
    color: hsl(0, 0%, calc((100 - var(--light, 95)) * 1%));
    font-family: "JetBrains Mono", "Nunito Sans", -apple-system, ".SFNSText-Regular", "San Francisco", BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-scroll-behavior: smooth;
    -moz-scroll-behavior: smooth;
    -ms-scroll-behavior: smooth;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    -webkit-transition: background 0.2s ease 0s, color 0.2 ease 0s;
    transition: background 0.2s ease 0s, color 0.2 ease 0s;
}

a:not([class]) {
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
}

a,
a:hover,
a:visited {
    color: hsl(0, 0%, calc((100 - var(--light, 95)) * 1%));
}

img {
    display: block;
    max-width: 100%;
}

article>*+* {
    margin-top: 1em;
}

/* sc-component-id: footer__Container-sc-1lh4p1j-0 */
.kRaQoA {
    text-align: center;
    padding: 2rem;
}

.kRaQoA h1 {
    font-size: 0.875rem;
}

/* sc-component-id: theme-toggle__Container-sgvxtp-0 */
.kJnNgb {
    --iconSize: 24;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: kOCoaO 0.2s ease both;
    animation: kOCoaO 0.2s ease both;
    height: 44px;
    width: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

/* sc-component-id: theme-toggle__Container-sgvxtp-0 */
.kJnNgbb {
    --iconSize: 24;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: kOCoaO 0.2s ease both;
    animation: kOCoaO 0.2s ease both;
    height: 44px;
    width: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 1rem;
    top: 3rem;
}

.kJnNgb svg {
    height: calc(var(--iconSize) * 1px);
    width: calc(var(--iconSize) * 1px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.kJnNgb svg path {
    -webkit-transition: fill 0.2s ease 0s;
    transition: fill 0.2s ease 0s;
}

/* sc-component-id: layout__Content-sc-1mat6rw-0 */
.iovAMT {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* sc-component-id: layout__Container-sc-1mat6rw-1 */
.bWDuAz {
    background: hsl(0, 0%, calc(var(--light, 5) * 1%));
    color: hsl(0, 0%, calc((100 - var(--light, 95)) * 1%));
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
    transition: background 0.2s ease 0s, color 0.2s ease 0s;
}

.bWDuAz>main {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin: 0 auto;
    max-width: 600px;
    padding: 3rem 2rem 0;
}

/* sc-component-id: title__Container-sc-1wlrlta-0 */
.dywvHK {
    display: inline-grid;
    grid-gap: 0 1rem;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
}

/* sc-component-id: title__Forename-sc-1wlrlta-1 */
.OavfT {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
    font-size: 3rem;
}

@media (min-width:768px) {
    .OavfT {
        font-size: 6rem;
    }
}

/* sc-component-id: title__Surname-sc-1wlrlta-2 */
.gmnJQW {
    font-size: 1.5rem;
}

@media (min-width:768px) {
    .gmnJQW {
        font-size: 3rem;
    }
}

/* sc-component-id: css-blurb-swapper__RadioContainer-c95wpm-0 */
.flNJyg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flNJyg label {
    margin: 0 5px;
}

/* sc-component-id: blurbs__QuoteMarkContainer-sc-1tmat9r-0 */
.bpSwML {
    text-align: left;
}

.iASiqZ {
    text-align: right;
}

/* sc-component-id: blurbs__Comma-sc-1tmat9r-1 */
.kdWlzd {
    height: 44px;
    width: 44px;
}

.kdWlzd path {
    fill: hsl(0, 0%, calc((100 - var(--light)) * 1%));
}

/* sc-component-id: blurbs__BlurbLink-sc-1tmat9r-2 */
.jGmeIu {
    font-style: italic;
    font-size: 12px;
}

/* sc-component-id: blurbs__LinkContainer-sc-1tmat9r-3 */
.fTofwH {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* sc-component-id: blurbs__Blurb-sc-1tmat9r-4 */
.fTVAUn>p+p {
    margin-bottom: 1.25rem;
}

.fTVAUn h1,
.fTVAUn h2 {
    margin-bottom: 1.5rem;
}

.fTVAUn h1 {
    font-size: 1.5rem;
}

.fTVAUn h2 {
    font-size: 1.25rem;
}

.fTVAUn a:hover {
    background: hsl(0, 0%, calc((100 - var(--light, 95)) * 1%));
    color: hsl(0, 0%, calc(var(--light, 5) * 1%));
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease;
}

/* sc-component-id: sc-keyframes-kOCoaO */
@-webkit-keyframes kOCoaO {
    from {
        opacity: 0;
    }
}

@keyframes kOCoaO {
    from {
        opacity: 0;
    }
}


html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background-color: #ffffff;
}

.CV-u-nowrap {
    white-space: nowrap;
}

.CV-page {
    font-family: JetBrains Mono !important;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2em;
    color: #222222;
    font-size: .8em;
}

@media all and (max-width: 500px) {
    .CV-page {
        padding: 0 1em;
    }
}

.CV-page a {
    color: rgba(34, 34, 34, 0.15);
    text-decoration: underline;
}

.CV-page a span {
    color: rgba(14, 118, 158, 0.7);
    text-decoration: none;
    transition: color 0.2s;
}

.CV-page a:hover span {
    color: #00aef0;
}

.CV-page a:active {
    display: inline-block;
    transform: translate(0px, 1px);
}

.CV-page abbr {
    border-color: rgba(34, 34, 34, 0.25);
}

.CV-page hr {
    width: 30%;
    height: 0;
    margin: 1em auto;
    border: none;
    border-top: solid 1px #00aef0;
}

/* if IE<=7 */
.CV-page\  {
    width: 1100px;
}

.CV-primaryHeading {
    text-transform: uppercase;
    margin-bottom: 1.5em;
}

.CV-primaryHeading-name {
    display: block;
    margin-bottom: 0.1em;
    font-size: 1.8em;
    line-height: 0.9;
}

.CV-primaryHeading-position {
    display: block;
    font-size: 1em;
    line-height: 1;
    color: #00aef0;
    font-style: italic;
}

.CV-secondaryHeading {
    position: relative;
    margin: 1.5em 0 0;
    text-transform: uppercase;
}

.CV-secondaryHeading:before {
    content: "";
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    margin: 0 0.5em 0 -0.2em;
    border: 2px solid #00aef0;
    border-left: none;
    border-bottom: none;
    transform: scaleX(0.75) rotate(45deg);
}

.CV-tertiaryHeading {
    margin-top: 0;
    line-height: 1;
    color: #00aef0;
    font-style: italic;
    font-weight: normal;
    text-transform: uppercase;
}

.CV-detail {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0.5em 1.5em;
    border-radius: 1em;
    line-height: 1.2;
    font-size: 0.9em;
    text-decoration: none;
}

.CV-detail {
    padding-left: 56px;
}

.CV-detail:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 14px;
    width: 34px;
    height: 34px;
    margin-top: -14px;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: 2px 2px;
    background-color: #ffffff;
    border-radius: 50%;
    border: solid 1px #222222;
    transition: all 0.4s ease;
}

.CV-detail-key {
    display: inline-block;
    color: #222222;
    text-transform: uppercase;
    transition: all 0.4s ease;
    -webkit-font-smoothing: antialiased;
}

.CV-detail-val {
    display: inline-block;
    color: rgba(14, 118, 158, 0.7);
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-font-smoothing: antialiased;
}

@media all and (max-width: 500px) {
    .CV-detail-val {
        display: block;
        border-bottom: none;
    }
}

@media all and (min-width: 500px) {
    .CV-detail {
        width: 50%;
        vertical-align: middle;
    }

    .CV-detail-val {
        display: block;
    }
}

@media all and (min-width: 700px) {
    .CV-detail {
        width: 33%;
    }
}

.CV-detail:hover::before,
.CV-detail:focus::before {
    background-color: #bdedff;
}

.CV-detail:hover .CV-detail-key,
.CV-detail:focus .CV-detail-key,
.CV-detail:hover .CV-detail-val,
.CV-detail:focus .CV-detail-val {
    color: #00aef0;
    transform: translateX(0.3em);
}

.CV-introBlurb {
    width: 80%;
    margin: 3em auto 1em auto;
    text-align: center;
    font-size: 1.1em;
}

@media screen and (max-width: 500px) {
    .CV-introBlurb {
        width: 100%;
    }
}

.CV-grid {
    display: table;
}

.CV-grid-column {
    display: table-cell;
}

.CV-grid-column--left {
    width: 65%;
    padding-right: 2em;
}

.CV-grid-column--right {
    width: 35%;
}

@media screen and (max-width: 850px) {
    .CV-grid {
        display: block;
    }

    .CV-grid-column {
        display: block;
    }

    .CV-grid-column--left {
        width: 100%;
        padding-right: 0;
    }

    .CV-grid-column--right {
        width: 100%;
    }
}

.CV-timeline {
    position: relative;
    margin: 0 0 0 0.5em;
    padding-left: 1.5em;
    border-left: solid 1px #222222;
}

.CV-timeline:first-of-type {
    margin-top: 1em;
}

.CV-timeline:last-of-type {
    border-left-color: transparent;
}

.CV-timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: -0.5em;
    display: block;
    width: 1em;
    height: 1em;
    border: solid 1px #222222;
    background-color: #ffffff;
    border-radius: 50%;
}

.CV-timeline-heading {
    margin: 0;
    padding-bottom: 0.2em;
    line-height: 1em;
    font-weight: normal;
    transform: translateY(-0.1em);
}

.CV-timeline-heading-title {
    line-height: 1;
    color: #00aef0;
    font-style: italic;
    text-transform: uppercase;
}

.CV-timeline-heading-location {
    font-size: 0.9em;
}

.CV-timeline-heading-duration {
    display: block;
   
    color: #6f6f6f;
}

.CV-timeline-heading-duration-title {
    font-size: 12px;
    margin-top: 1px;
}

.uses {
    color: #6f6f6f;
    font-size: 10px;
}

.cv-skills-icon {
    max-width: 12px;
    max-height: 12px;
    display: inline;
    margin: 0px 5px 0px 0px;
    vertical-align: unset;
}

.CV-timeline-details {
    display: block;
    margin: 0;
    padding-bottom: 2em;
    padding: 0 0 2em 1em;
    list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGElEQVQIW2NkYGD4D8TIgJERTQDMpVAQAGaUAQbko3DsAAAAAElFTkSuQmCC");
}

.CV-timeline-details-item {
    font-size: 12px;
    /*margin-bottom: 0.5em;*/
}

.CV-referees {
    margin-bottom: 4em;
}

.CV-disclaimer {
    margin-top: 4em;
    font-size: 0.8em;
    text-align: right;
    font-variant: small-caps;
    color: #a2a2a2;
}

@media print {
    .CV-page {
        font-size: 0.7em;
    }

    .CV-pageBreakBefore {
        page-break-before: always;
    }

    .svg .CV-detail {
        padding-left: 44px;
    }

    .svg .CV-detail:before {
        left: 11px;
        width: 28px;
        height: 28px;
        margin-top: -11px;
        background-size: 22px;
    }
}

.skills section {
    overflow: hidden !important;
    margin-bottom: 4px;
}

.skills section span {
    display: inline-block;
    width: 15px;
    height: 15px;
    /*background: #bbb;*/
    border-radius: 15px;
    float: right;
    margin: 1px 1px;
    border: 2px solid;
}

section span.full {
    background: #ff5335;
    border: none;
}

.bug-gif {
    z-index: 8;
}


@media (min-width:320px) {

    .body-title-min {
        width: 100% !important;
        /* background: blue; */
        text-align: center !important;
        font-weight: bolder !important;
        line-height: -10px !important;
        /*font-size: 2rem !important;*/
        margin-top: -22px !important;
    }

    .skills section p {
        float: left;
        max-width: 60%;
        word-break: break-word;
        font-size: 14px;
    }

    .bug-gif {
        height: 250px;
    }
}

@media (min-width:961px) {
    .skill-puan {
        width: 50%;
        float: left;
        padding: 0px 5px 0px 10px;
    }

    .skills section p {
        float: left;
        max-width: 60%;
        word-break: break-word;
        font-size: 14px;
    }

    .bug-gif {
        height: 313px;
    }
}

@media (min-width:1281px) {

    .body-title-min {
        width: 100% !important;
        /* background: blue; */
        text-align: center !important;
        font-weight: bolder !important;
        line-height: -10px !important;
        /*font-size: 3.5rem !important;*/
        margin-top: -22px !important;
    }

    .skill-puan {
        padding: 0px 5px 0px 10px;
    }

    .skills section p {
        float: left;
        max-width: 60%;
        word-break: break-word;
    }

    .bug-gif {
        height: 313px;
    }
    
}

.mario-icon {
    display: inline !important;
    vertical-align: middle;
}


.header__appbar {
    background: #111 !important
}

@keyframes snow {
    0% {
        background-position: 0 0, 0 0, 0 0
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0 0, 0 0, 0 0
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px
    }
}

.header__appbar__snowfall-v2 {
    background: url(assets/default/images/snow1.png), url(https://www.webtekno.com/assets/default/images/snow2.png), url(https://www.webtekno.com/assets/default/images/snow3.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    -webkit-animation: snow 15s linear infinite;
    animation: snow 15s linear infinite;
}

.header__appbar--christmas-v2 {
    content: '';
    width: 100%;
    height: 60px;
    background: url('assets/default/images/snow.png') repeat-x left bottom #e62f2f;

    background-size: 339px;

}

.header__appbar--christmas-v2:after {
    content: '';
    width: 245px;
    height: 60px;
    background: url('assets/default/images/christmas-2019.png') no-repeat left bottom;
    position: absolute;
    right: 270px;
    bottom: 0px;
    background-size: 245px;
    @include transition(0.2s cubic-bezier(0.4, 0, 0.2, 1));
    box-sizing: border-box;
}

.header__appbar--christmas-v2.opacity:after {
    opacity: 0;
}

@media (min-width: 1048px) and (max-width: 1148px) {
    .header__appbar--christmas-v2:after {
        background-size: 200px;
        right: 230px;
    }
}

@media (max-width : 767px) {
    .header__appbar--christmas-v2:after {
        content: none;
    }
}

.header__appbar--right__user {
    z-index: 123123;
}

@keyframes beat {
    from {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }

    10% {
        transform: scale(1.1);
        animation-timing-function: ease-in;
    }

    15% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }

    25% {
        transform: scale(1.05);
        animation-timing-function: ease-in;
    }

    35% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}

.heart {
    color: #ea6153;
    animation: beat 1s infinite;
}

.unselect {
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}

.opacity05 {
    opacity: 0.5 !important;
}