/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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;
    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: -0.25em
}

sup {
    top: -0.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
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-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
}

template {
    display: none
}

[hidden] {
    display: none
}

body {
    font-family: "Ubuntu", sans-serif
}

li {
    list-style: none
}

p {
    margin: 0;
    line-height: 22px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3d3d3d;
    font-family: "Montserrat", sans-serif
}

h1 {
    font-weight: bold;
    font-size: 2.5rem
}

h2 {
    font-weight: 600;
    font-size: 2rem
}

h3 {
    font-weight: 600;
    font-size: 1.6rem
}

.btn {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 50px;
    font-weight: 500
}

.btn-primary {
    background-color: #00bcd4;
    color: #fff;
    border: 1px solid #00bcd4;
    outline: none;
    overflow: hidden
}

.btn-primary.wider {
    min-width: 200px
}

.btn-secondary {
    position: relative;
    border: 1px solid #00bcd4;
    background-color: transparent;
    width: 8em;
    color: #00bcd4;
    outline: none;
    overflow: hidden;
    transition: color .3s .1s ease-out;
    z-index: 2
}

.btn-secondary::before {
    position: absolute;
    top: -108px;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    display: block;
    width: 16em;
    height: 16em;
    left: -4em;
    text-align: center;
    transition: box-shadow .5s ease-out;
    z-index: -1
}

.btn-secondary:hover {
    color: #fff
}

.btn-secondary:hover::before {
    box-shadow: inset 0 0 0 8em #00bcd4
}

.wider-s-btn {
    width: 10em
}

.wider-s-btn::before {
    top: -138px;
    width: 20em;
    height: 20em;
    left: -5em
}

.wider-s-btn:hover::before {
    box-shadow: inset 0 0 0 10em #00bcd4
}

.btn-simple {
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 4px;
    transition: all .3s
}

.btn-simple:hover {
    background-color: #f6f6f6
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #00bcd4
}

a.normal-link:hover {
    text-decoration: underline
}

.stricked-link {
    text-decoration: none;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.stricked-link::after,
.stricked-link::before {
    content: "";
    position: absolute;
    bottom: -10%;
    left: 0px;
    right: 0px;
    height: 3px;
    overflow: hidden;
    background: #00bcd4;
    -moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transition: transform 400ms cubic-bezier(1, 0, 0, 1) 0ms;
    z-index: 0
}

.stricked-link::before {
    bottom: 15px;
    top: 17px;
    height: 40%;
    opacity: .2;
    left: -5px;
    right: -5px;
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    transition-duration: 400ms
}

.stricked-link:hover {
    text-decoration: none
}

.stricked-link:hover::before {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.stricked-link:hover::after {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    transition-duration: 400ms
}

.stricked-link.smaller-text-stricked:before {
    bottom: 8px;
    top: 8px
}

.stricked-link.smaller-text-stricked:after {
    height: 2px
}

.read-more {
    text-decoration: none;
    color: #00bcd4;
    font-style: italic;
    cursor: pointer
}

.read-more::before {
    bottom: 8px;
    top: 8px;
    height: 40%;
    opacity: .2;
    left: -5px;
    right: -5px;
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    transition-duration: 400ms
}

.only-stricked {
    text-decoration: none;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.only-stricked::before {
    content: "";
    position: absolute;
    bottom: 5px;
    top: 7px;
    height: 40%;
    opacity: .2;
    left: -5px;
    right: -5px;
    overflow: hidden;
    background: #00bcd4;
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    transition: transform 400ms cubic-bezier(1, 0, 0, 1) 0ms;
    transition-duration: 400ms;
    z-index: 0
}

.only-stricked:hover {
    text-decoration: none
}

.only-stricked:hover::before {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.highlighted-dot {
    color: #00bcd4
}

.underlined-link {
    text-decoration: none;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block
}

.underlined-link::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0px;
    right: 0px;
    height: 3px;
    overflow: hidden;
    background: #00bcd4;
    -moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transition: transform 400ms cubic-bezier(1, 0, 0, 1) 0ms;
    z-index: 0
}

@font-face {
    font-family: "icons";
    src: url("../../assets/fonts//icons.eot?dvm4f6");
    src: url("../../assets/fonts//icons.eot?dvm4f6#iefix") format("embedded-opentype"), url("../../assets/fonts//icons.ttf?dvm4f6") format("truetype"), url("../../assets/fonts//icons.woff?dvm4f6") format("woff"), url("../../assets/fonts//icons.svg?dvm4f6#icons") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^=icon-],
[class*=" icon-"] {
    font-family: "icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-twitter-with-circle:before {
    content: ""
}

.icon-linkedin-with-circle:before {
    content: ""
}

.icon-github:before {
    content: ""
}

.f8-bg {
    background-color: #f8f8f8
}

.two-col-grid {
    display: grid;
    grid-row-gap: 20px
}

@media(min-width: 900px) {
    .two-col-grid {
        grid-template-columns: 50% 50%;
        grid-column-gap: 20px
    }
}

.prev-arrow,
.next-arrow {
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    opacity: .6;
    transition: all .4s ease
}

.prev-arrow:hover,
.next-arrow:hover {
    opacity: .9
}

.prev-arrow {
    left: -20px
}

.prev-arrow:hover {
    left: -25px
}

.next-arrow {
    right: -20px
}

.next-arrow:hover {
    right: -25px
}

.slick-slider {
    padding: 20px
}

.slide {
    padding: 0 5px
}

.slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.slick-initialized .slick-slide:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

.slick-dots {
    position: relative
}

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

body {
    margin: 0
}

body.noscroll {
    overflow: hidden
}

canvas {
    display: block
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #212121
}

.landing-title {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: scale(0) translate(50%, -50%);
    transform: scale(0) translate(50%, -50%);
    color: #fff;
    background: rgba(0, 0, 0, .4);
    text-shadow: 0px 0px 2px #131415;
    transition: height .4s;
    padding: 10px 20px;
    height: calc(100vh + 50px);
    width: 100vw;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.landing-title .landing-title__vcentered {
    width: 100%
}

@media(min-width: 600px) {
    .landing-title {
        padding: 50px 40px 40px 40px;
        width: 90%;
        max-width: 500px;
        height: auto;
        align-items: center;
        border-radius: 20px
    }
    .landing-title .landing-title__vcentered {
        min-height: 50vh
    }
    .landing-title .landing-title__action {
        height: 25vh;
        align-items: flex-end
    }
}

.landing-title h1 {
    text-align: center;
    font-weight: 800;
    margin: 0 0 10% 0;
    letter-spacing: 3px;
    color: inherit
}

@media(min-width: 360px) {
    .landing-title h1 {
        font-size: calc(1.6rem + 6 * ((100vw - 320px) / 680))
    }
}

@media(max-width: 359px) {
    .landing-title h1 {
        font-size: 1.5rem
    }
}

@media(min-width: 600px) {
    .landing-title h1 {
        font-size: 2.8rem;
        letter-spacing: 5px
    }
}

.landing-title h1 .word-split:not(:first-child) {
    margin-left: 10px
}

.landing-title h1 .word-split:last-child .letter:last-child {
    color: #00bcd4
}

.landing-title h1.landing-title__greeting {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 55px
}

.landing-title .landing-title__name {
    text-align: center;
    font-weight: 800;
    margin: 20px 0;
    letter-spacing: 3px;
    color: inherit
}

@media(min-width: 360px) {
    .landing-title .landing-title__name {
        font-size: calc(1.4rem + 6 * ((100vw - 320px) / 680))
    }
}

@media(max-width: 359px) {
    .landing-title .landing-title__name {
        font-size: 1.2rem
    }
}

@media(min-width: 600px) {
    .landing-title .landing-title__name {
        font-size: 2.2rem;
        letter-spacing: 5px
    }
}

.landing-title .landing-title__name .letter:last-child {
    color: #00bcd4
}

.landing-title .letter {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    line-height: 1em;
    opacity: 0;
    color: inherit
}

.landing-title .landing-title__content {
    margin-top: 50px;
    line-height: 21px;
    letter-spacing: 2px
}

.landing-title .landing-title__content h2 {
    text-align: center;
    position: relative;
    width: max-content;
    margin: 0 auto;
    color: inherit
}

@media(min-width: 360px) {
    .landing-title .landing-title__content h2 {
        font-size: calc(1rem + 6 * ((100vw - 320px) / 680))
    }
}

@media(max-width: 359px) {
    .landing-title .landing-title__content h2 {
        font-size: 1rem
    }
}

.landing-title .landing-title__content h2:after {
    transition: all .4s;
    width: 0;
    content: "";
    border-bottom: solid 2px
}

.landing-title .landing-title__content h2.underlined:after {
    content: "";
    position: absolute;
    transition: all .4s;
    width: 100%;
    border-bottom: solid 2px rgba(0, 188, 212, .6);
    transition: all .5s ease-in-out;
    left: 0;
    color: inherit
}

@media(max-width: 359px) {
    .landing-title .landing-title__content h2.underlined:after {
        border-bottom: solid 2px rgba(0, 188, 212, .6);
        bottom: -5px
    }
}

@media(min-width: 360px) {
    .landing-title .landing-title__content h2.underlined:after {
        bottom: -5px
    }
}

@media(min-width: 600px) {
    .landing-title .landing-title__content h2.underlined:after {
        bottom: -10px;
        border-bottom: solid 3px rgba(0, 188, 212, .6)
    }
}

.landing-title .landing-title__action {
    margin: 30vh auto 30px auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.landing-title .landing-title__action a {
    margin-left: 5px;
    margin-right: 5px
}

@media(min-width: 600px) {
    .landing-title .landing-title__action {
        margin: 20px auto 0 auto
    }
}

@media screen and (max-width: 379px) {
    .landing-title .landing-title__action {
        justify-content: center
    }
    .landing-title .landing-title__action a:first-child {
        margin-bottom: 15px
    }
}

.logo-container {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(112, 112, 112, .33);
    border-radius: 11px;
    padding: 10px 10px;
    position: fixed;
    top: 20px;
    left: 20px;
    background-color: #fff;
    z-index: 12;
    transition: transform .3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color .4s
}

.logo-container.hide-x {
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px)
}

.logo-container:hover {
    border-color: #313131
}

.logo-container a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 13
}

.nav-trigger {
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    height: 60px;
    width: 60px;
    z-index: 15;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    border: 1px solid rgba(112, 112, 112, .33);
    border-radius: 11px;
    background-color: #fff;
    transition: transform .3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color .4s
}

.nav-trigger.hide-x {
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transform: translateX(100px)
}

.nav-trigger:hover {
    border-color: #313131
}

.nav-trigger .icon {
    background-color: #313131;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    width: 18px;
    height: 3px;
    z-index: 20
}

.nav-trigger .icon::before,
.nav-trigger .icon:after {
    content: "";
    background-color: #313131;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}

.nav-trigger .icon::before {
    -moz-transform: translateY(-6px) rotate(0deg);
    -o-transform: translateY(-6px) rotate(0deg);
    -ms-transform: translateY(-6px) rotate(0deg);
    -webkit-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg)
}

.nav-trigger .icon::after {
    -moz-transform: translateY(6px) rotate(0deg);
    -o-transform: translateY(6px) rotate(0deg);
    -ms-transform: translateY(6px) rotate(0deg);
    -webkit-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg)
}

.nav-trigger::before,
.nav-trigger::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform
}

.nav-trigger::before {
    background: transparent;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-duration: .3s;
    transition-delay: .4s
}

.nav-trigger::after {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    transition-duration: 0s;
    transition-delay: 0s
}

.nav-trigger.close-nav {
    border: 1px solid #00bcd4;
    background-color: transparent
}

.nav-trigger.close-nav::before {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.nav-trigger.close-nav::after {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-duration: .3s;
    transition-delay: .4s
}

.nav-trigger.close-nav .icon {
    background-color: rgba(0, 188, 212, 0)
}

.nav-trigger.close-nav .icon::before,
.nav-trigger.close-nav .icon::after {
    background-color: #00bcd4
}

.nav-trigger.close-nav .icon::before {
    -moz-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
}

.nav-trigger.close-nav .icon::after {
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg)
}

.primary-nav {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 80px 5% 10px 5%;
    z-index: 13;
    background-color: rgba(49, 49, 49, .9);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .3s
}

.primary-nav.fade-in {
    visibility: visible;
    opacity: .95
}

.primary-nav .nav-content {
    width: 620px;
    max-width: 100%
}

.primary-nav .nav-content li {
    margin: 2.8em 0;
    text-align: center;
    text-transform: capitalize;
    width: 100%
}

.primary-nav .nav-content li.current .stricked-link::before {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.primary-nav .nav-content li.current .stricked-link::after {
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    transition-duration: 400ms
}

@media(min-width: 600px) {
    .primary-nav .nav-content li {
        margin: 3.6em 0
    }
}

.primary-nav .nav-content .menu-links a {
    font-size: 6vh;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.primary-nav .menu-title {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center
}

.primary-nav .menu-title .menu-title__text {
    min-width: 215px;
    margin: 0 auto;
    padding: 0 10px
}

.primary-nav .menu-title .menu-title__line {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #fff;
    top: 9px;
    z-index: -1
}

.primary-nav .menu__bottom {
    border-top: 2px solid #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around
}

@media screen and (max-height: 650px) {
    .primary-nav .menu__bottom {
        display: none
    }
}

.overlay-nav,
.overlay-content {
    position: fixed;
    top: 28px;
    right: 28px;
    height: 4px;
    width: 4px;
    -moz-transform: translateX(-20px) translateY(20px);
    -o-transform: translateX(-20px) translateY(20px);
    -ms-transform: translateX(-20px) translateY(20px);
    -webkit-transform: translateX(-20px) translateY(20px);
    transform: translateX(-20px) translateY(20px)
}

.overlay-nav span,
.overlay-content span {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.overlay-nav.is-hidden,
.overlay-content.is-hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s 0s, visibility 0s .3s
}

.overlay-nav {
    opacity: .9;
    z-index: 12
}

.overlay-nav span {
    background-color: rgba(49, 49, 49, .9)
}

.overlay-content {
    z-index: 14
}

.overlay-content span {
    background-color: #fff
}

main.about {
    z-index: 1
}

main.about section {
    width: 100%;
    background-color: #f8f8f8
}

main.about section#about-me {
    padding-top: 0
}

main.about section .anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden
}

main.about section .mix {
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto
}

main.about section h1 {
    position: absolute;
    padding-left: 20px;
    top: -50px;
    z-index: 1
}

@media(min-width: 360px) {
    main.about section h1 {
        font-size: 3rem;
        top: -60px
    }
}

main.about section .section-content {
    padding: 40px 20px 30px 20px
}

.journey h3 {
    text-align: center
}

.timeline {
    overflow: hidden;
    margin: 2em auto
}

.timeline__container {
    position: relative;
    width: 90%;
    margin: 0 auto
}

.timeline__container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed
}

@media(min-width: 600px) {
    .timeline {
        margin-top: 3em;
        margin-bottom: 3em
    }
    .timeline__container::before {
        left: 50%;
        margin-left: -2px
    }
}

.timeline__block {
    position: relative;
    margin: 2em 0
}

.timeline__block:after {
    content: "";
    display: table;
    clear: both
}

.timeline__block:first-child {
    margin-top: 0
}

.timeline__block:last-child {
    margin-bottom: 0
}

@media(min-width: 600px) {
    .timeline__block {
        margin: 4em 0
    }
}

.timeline__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.timeline__img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px
}

.timeline__img {
    background: #00bcd4
}

@media(min-width: 600px) {
    .timeline__img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    .timeline__img img {
        width: 34px;
        height: 34px;
        margin-left: -17px;
        margin-top: -17px
    }
    .timeline__img.timeline__img--bounce-in {
        visibility: visible;
        -webkit-animation: bounce-1 .6s;
        animation: bounce-1 .6s
    }
}

.timeline__content {
    position: relative;
    margin-left: 60px;
    background: #fff;
    border-radius: .25em;
    padding: 15px 15px 20px 15px;
    border: 1px solid rgba(112, 112, 112, .14);
    border-radius: 3px
}

.timeline__content h4 {
    margin: 0 0 10px 0
}

.timeline__content .timeline__location,
.timeline__content .timeline__date {
    display: block;
    margin: 20px 0
}

.timeline__content:after {
    content: "";
    display: table;
    clear: both
}

@media(min-width: 600px) {
    .timeline__content {
        margin-left: 0;
        width: 45%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    .timeline__block:nth-child(even) .timeline__content {
        float: right
    }
}

#skills .section-content {
    display: grid;
    grid-auto-rows: minmax(125px, auto);
    grid-gap: 1.5rem
}

@media(min-width: 600px) {
    #skills .section-content {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 2px
    }
}

#skills .section-content .skills__indskill .skills__left-side {
    position: relative
}

#skills .section-content .skills__indskill .skills__left-side .skills__title {
    position: absolute;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, .87);
    cursor: vertical-text
}

#skills .section-content .skills__indskill .skills__left-side .skills__title.skills__title-normal {
    transition: all .7s;
    top: 0 !important;
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

#skills .section-content .skills__indskill .skills__left-side .skills__title.rotate {
    -moz-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important
}

#skills .section-content .skills__indskill .skills__items {
    margin-left: 40px
}

#skills .section-content .skills__indskill .skills__items li {
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 25px
}

@media(min-width: 900px) {
    #work .section-content {
        padding: 40px 0 30px 0
    }
    #work .section-content p {
        padding: 0 20px
    }
}

.projects-grid {
    margin-top: 40px;
    display: grid;
    grid-row-gap: 20px
}

@media(min-width: 900px) {
    .projects-grid {
        grid-template-columns: 50% 50%;
        grid-row-gap: 0
    }
}

.projects-grid__project {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center
}

.projects-grid__bg {
    transition: transform .5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: .2s;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.projects-grid__bg.dark-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #151515;
    opacity: .6
}

.projects-grid__bg.center-bg-img {
    background-size: 90%;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.projects-grid__bg.bg-img-s {
    background-size: 60%
}

.projects-grid__center {
    width: 80%
}

.projects-grid__header,
.projects-grid__separator,
.projects-grid__subtitle {
    position: relative;
    z-index: 2;
    color: #fff
}

.projects-grid__header {
    text-transform: uppercase;
    text-align: center;
    transition: transform .7s cubic-bezier(0.175, 0.885, 0.32, 1.275) .4s;
    margin: 20px 0
}

@media(min-width: 1200px) {
    .projects-grid__header {
        transform: translate3D(0, 30px, 0)
    }
}

.projects-grid__separator {
    height: 5px;
    background: #fff;
    border: 0;
    transition: width .5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s
}

@media(min-width: 1200px) {
    .projects-grid__separator {
        width: 0
    }
}

.projects-grid__subtitle {
    margin: 20px 0;
    text-align: center;
    transform: translate3D(0, -6px, 0);
    transition: opacity .6s, transform .8s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

@media(min-width: 1200px) {
    .projects-grid__subtitle {
        opacity: 0
    }
}

.projects-grid__link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3
}

.projects-grid__project:hover .projects-grid__bg {
    transform: scale3D(1.04, 1.04, 1)
}

.projects-grid__project:hover .projects-grid__header {
    transform: translate3D(0, -6px, 0);
    transition-delay: 0s
}

.projects-grid__project:hover .projects-grid__separator {
    width: 100%;
    transition-delay: .2s
}

.projects-grid__project:hover .projects-grid__subtitle {
    transform: translate3D(0, 6px, 0);
    opacity: 1
}

@media(min-width: 900px) {
    .two-col-grid-project {
        grid-column-start: 1;
        grid-column-end: 3
    }
}

@media(min-width: 900px) {
    .two-rows-grid-project {
        grid-column-start: 2;
        grid-row-start: 2;
        grid-row-end: 4
    }
}

.uniplanner-project .projects-grid__bg {
    background-size: 100%;
    background-position-y: 27%;
    background-repeat: no-repeat;
    background-position-x: 50%
}

.homestart-project .dark-overlay {
    background-position: right
}

.homestart-project .dark-overlay:before {
    background-image: linear-gradient(to top right, rgba(0, 98, 140, 0.87), rgba(255, 56, 120, 0.62))
}

.johncullen-project .dark-overlay:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 120%) #989898;
    background-blend-mode: multiply, multiply
}

.waterperry-project .dark-overlay {
    background-position-y: 20%
}

.waterperry-project .dark-overlay:before {
    background-image: linear-gradient(to top, #09203f 0%, #537895 100%)
}

.easitill-project .projects-grid__bg {
    background-size: 80%
}

.portfolio-project .projects-grid__bg {
    background-size: 100px;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-position-x: 50%
}

.portfolio-project .dark-overlay:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 120%) #989898;
    background-blend-mode: multiply, multiply
}

#contact form {
    margin-top: 30px
}

#contact .send-message {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all .3s
}

#contact .send-message img {
    width: 24px;
    margin-left: 15px;
    transition: transform .3s, width .3s .2s, margin 0s .2s
}

#contact .send-message:hover {
    background-color: #00a0b4;
    border-color: #00a0b4
}

#contact .send-message:hover img {
    transform: rotate(20deg) translateX(5px)
}

#contact .send-message:active img {
    transform: rotate(0) translateX(55px);
    width: 0;
    margin-left: 0
}

#contact .contact-details {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0
}

.controls {
    text-align: left;
    position: relative
}

@-webkit-keyframes autofill {
    to {
        color: #666;
        background: #fff
    }
}

.controls input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both
}

.controls input[type=text],
.controls input[type=email],
.controls input[type=tel],
.controls textarea,
.controls button,
.controls select {
    padding: 15px 12px;
    font-size: 16px;
    border: 1px solid rgba(112, 112, 112, .33);
    width: 100%;
    margin-bottom: 18px;
    color: #888;
    font-size: 16px;
    background-color: #fff;
    border-radius: 5px;
    transition: all .3s
}

.controls input[type=text]:focus,
.controls input[type=text]:hover,
.controls input[type=email]:focus,
.controls input[type=email]:hover,
.controls input[type=tel]:focus,
.controls input[type=tel]:hover,
.controls textarea:focus,
.controls textarea:hover,
.controls button:focus,
.controls button:hover,
.controls select:focus,
.controls select:hover {
    outline: none;
    border-color: #00bcd4
}

.controls input[type=text]:focus+label,
.controls input[type=text]:hover+label,
.controls input[type=email]:focus+label,
.controls input[type=email]:hover+label,
.controls input[type=tel]:focus+label,
.controls input[type=tel]:hover+label,
.controls textarea:focus+label,
.controls textarea:hover+label,
.controls button:focus+label,
.controls button:hover+label,
.controls select:focus+label,
.controls select:hover+label {
    color: #00bcd4;
    cursor: text
}

.controls .fa-sort {
    position: absolute;
    right: 10px;
    top: 17px;
    color: #999
}

.controls select {
    appearance: none;
    cursor: pointer
}

.controls label {
    position: absolute;
    left: 10px;
    top: 12px;
    color: #999;
    font-size: 16px;
    display: inline-block;
    padding: 4px 10px;
    background-color: rgba(255, 255, 255, 0);
    pointer-events: none;
    transition: transform .15s cubic-bezier(0.4, 0, 0.2, 1), color .15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .15s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2
}

.controls label.active {
    transform: translateY(-98%) scale(0.75) translateX(-7px);
    color: #00bcd4
}

.controls label.active:before {
    background-color: #fff
}

.controls label:before {
    content: "";
    height: 8px;
    position: absolute;
    width: 100%;
    bottom: 4.3px;
    z-index: -1;
    left: 0
}

.controls textarea {
    resize: none;
    height: 200px
}

#about-me .section-content,
section h1,
.journey h3,
.timeline__container,
.left-timeline,
.right-timeline,
.skills__title,
.skills__items li,
#work p,
#work .projects-grid__project,
#contact .controls,
#contact button,
.project .project-title,
.project-section .section-content,
.footer-content .social-icon {
    visibility: hidden
}

footer {
    width: 100%;
    background-color: #313131;
    padding: 20px 20px
}

footer .footer-content {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: 100px;
    max-width: 320px
}

.social-icon {
    padding: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: border-color .4s;
    display: flex;
    align-items: center;
    justify-content: center
}

.social-icon i,
.social-icon i:before {
    font-size: 40px;
    transform: rotate(360deg) scale(0.8);
    transition: transform .4s cubic-bezier(0.77, 0, 0.175, 1);
    display: inline-block
}

.social-icon:hover {
    border-color: #00bcd4
}

.social-icon:hover i,
.social-icon:hover i:before {
    transform: rotate(-360deg) scale(1)
}

.section-separator {
    background-image: url("../../images/parallax-bg.svg");
    height: 100px;
    background-attachment: fixed;
    background-position: center;
    background-size: 100%
}

.section-separator.first-separator {
    height: 120px
}

.dialog {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 80px 5%;
    z-index: 13;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .3s
}

.dialog.fade-in {
    visibility: visible;
    opacity: 1
}

.dialog.read-more-job {
    background-image: linear-gradient(to bottom right, #a8edea 0%, #fed6e3 100%)
}

.dialog.read-more-job p {
    margin-bottom: 20px
}

.dialog.read-more-uni {
    background-image: linear-gradient(to top left, #37ecba 0%, #72afd3 100%)
}

.read-more__container {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 4px 8px 1px rgba(46, 61, 73, .2);
    max-width: 600px;
    opacity: 0;
    transform: translateY(-200px)
}

.read-more__container .read-more__header {
    border-bottom: 1px solid #efefef;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.read-more__container .read-more__header img {
    max-width: 30px;
    margin-right: 20px
}

.read-more__container .read-more__header img.logo-siveco {
    max-width: 40px
}

.read-more__container h2 {
    font-size: 1.7rem;
    margin: 0
}

.read-more__container .read-more__content {
    padding: 0 20px 10px 20px;
    overflow-y: auto;
    max-height: calc(100vh - 220px)
}

.read-more__container .read-more__content p {
    white-space: pre-line
}

.read-more__container .read-more__action {
    margin-top: 20px;
    border-top: 1px solid #efefef;
    padding: 10px 20px 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

main.project {
    margin-top: 100px
}

@media screen and (min-width: 1399px) {
    main.project {
        margin-top: 25px
    }
}

main.project .project-title {
    width: 100%;
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto 40px auto
}

@media(min-width: 360px) {
    main.project .project-title {
        font-size: 3rem
    }
}

main.project section {
    width: 100%
}

main.project section .section-content {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto
}

main.project section .section-content h2:not(.projects-grid__header) {
    padding: 10px 20px
}

main.project section .section-content .project-row {
    padding: 0 20px 20px 20px
}

main.project section .section-content .project-row p {
    margin-bottom: 30px;
    line-height: 1.6rem
}

main.project section .section-content .project-row.two-col-grid img {
    max-width: 800px;
    margin: 0 auto;
    display: table;
    width: 100%
}

main.project.easitill-main-container .desc-section .two-col-grid img {
    max-height: 400px;
    width: unset !important
}

main.project.easitill-main-container .technology-section .project-row,
main.project.waterperry-main-container .technology-section .project-row {
    padding: 0 20px 50px 20px
}

main.project .desc-section .project-row {
    padding: 30px 20px 20px 20px !important
}

main.project .view-project-website {
    font-size: 1em;
    font-style: italic
}

main.project .team {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap
}

main.project .team .team__member {
    padding: 20px 30px
}

main.project .team .team__member img {
    border-radius: 50%;
    max-width: 200px
}

main.project .team .team__member .team__member__name {
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 15px 0 30px 0
}

main.project .team .team__member .team__member__social {
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

main.project .team .team__member .team__member__social .social-icon {
    color: #343434;
    border-color: #343434
}

main.project .old-website-section .slide img {
    max-height: 600px;
    max-width: 100%;
    margin: 0 auto
}

main.project .design-section .design-colours {
    display: grid;
    grid-template-columns: 45% 45%;
    grid-column-gap: 10%;
    justify-items: center;
    margin-bottom: 30px;
    grid-row-gap: 20px;
    margin: 40px 0 60px 0
}

@media(min-width: 600px) {
    main.project .design-section .design-colours {
        grid-template-columns: 22% 22% 22% 22%;
        grid-column-gap: 4%
    }
}

main.project .design-section .design-colours .design-colours__item {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    transition: transform .3s
}

main.project .design-section .design-colours .design-colours__item:hover {
    transform: scale(1.2)
}

main.project .design-section .slide img {
    max-height: 400px;
    max-width: 100%;
    margin: 0 auto
}

main.project .design-section .slider-johncullen-prototype img {
    max-height: 600px
}

main.project .technology-grid {
    display: grid;
    grid-auto-rows: minmax(125px, auto);
    grid-gap: 1.5rem
}

@media(min-width: 600px) {
    main.project .technology-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2px
    }
}

main.project .technology-grid .technology-grid__cat .technology-grid__cat__left-side {
    position: relative
}

main.project .technology-grid .technology-grid__cat .technology-grid__cat__left-side .technology-grid__cat__title {
    position: absolute;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, .87);
    cursor: vertical-text
}

main.project .technology-grid .technology-grid__cat .technology-grid__cat__left-side .technology-grid__cat__title.technology-grid__cat__title-normal {
    transition: all .7s;
    top: 0 !important;
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

main.project .technology-grid .technology-grid__cat .technology-grid__cat__left-side .technology-grid__cat__title.rotate {
    -moz-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important
}

main.project .technology-grid .technology-grid__cat .technology-grid__items li {
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 25px
}

main.project .technology-grid .technology-grid__cat .technology-grid__items li:not(:last-child) {
    margin-bottom: 15px
}

main.project .technology-grid .technology-grid__cat .technology-grid__items span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-left: 5px;
    line-height: normal;
    letter-spacing: 0
}

main.project .result-section {
    padding-top: 1px
}

main.project .result-section h2 {
    margin-bottom: 0
}

main.project .result-section .slide img {
    max-height: 600px;
    max-width: 100%;
    margin: 0 auto
}

@media(max-width: 359px) {
    main.project .related-projects .slick-slider {
        padding: 0
    }
    main.project .related-projects .projects-grid__header {
        font-size: 1.7rem
    }
}

main.project .related-projects .slide img {
    max-height: 300px;
    max-width: 100%;
    margin: 0 auto
}

main.project .slide-lg-img {
    max-height: 700px !important
}

main.project .style-tile-img {
    margin: 0 auto;
    display: table;
    max-width: 700px;
    width: 100%
}

main.project .old-website-section p:first-child {
    margin-bottom: 10px !important
}

main.project .old-website-section ul {
    margin-top: 0;
    padding-left: 15px;
    line-height: 1.6rem
}

main.project .old-website-section ul li {
    list-style: initial
}

.cc-window {
    box-shadow: 1px 4px 8px 1px rgba(46, 61, 73, .2);
    z-index: 10
}

.cc-window .cc-btn {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 5px;
    font-weight: 500;
    position: relative;
    border: 1px solid #00bcd4;
    background-color: transparent;
    width: 8em;
    color: #00bcd4;
    outline: none;
    overflow: hidden;
    transition: color .3s .1s ease-out;
    z-index: 2
}

.cc-window .cc-btn::before {
    position: absolute;
    top: -108px;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    display: block;
    width: 16em;
    height: 16em;
    left: -60px;
    text-align: center;
    transition: box-shadow .5s ease-out;
    z-index: -1
}

.cc-window .cc-btn:hover {
    color: #fff
}

.cc-window .cc-btn:hover::before {
    box-shadow: inset 0 0 0 8em #00bcd4
}


/*# sourceMappingURL=style.css.map */