@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.skip {
    position: absolute;
    z-index: -1000;
    top: 0;
    left: 0;
    opacity: 0
}

button:hover {
    cursor: pointer
}

:root {
    --primary: #43b7ff;
    --dark: #00306b;
    --light: #b3c1d3;
    --secondary: #19A084;
    --secondaryLight: #f7a5a7;
    --secondaryDark: #000;
    --tertiary: #F68D1E
}

.section {
    padding-top: 35px !important;
    padding-bottom: 35px !important
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden !important
}

html.clicked {
    position: fixed
}

body,
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important
}

p {
    line-height: 1.7em;
    font-size: 1.1em
}

a,
li,
p,
span {
    font-family: Poppins, sans-serif;
    color: #646464;
    margin: 0
}

h1,
h2,
h2 span,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
    margin: 0;
    color: #1d2124
}

h2 span {
    font-weight: 700
}

.container {
    padding: 0 15px;
    margin: auto;
    max-width: 380px;
    position: relative
}

.mobile-wrapper {
    background: 0 0;
    height: 100px;
    position: absolute;
    left: 0;
    width: 100%
}

#brand,
.call-strip-button,
.top-nav-strip,
.topper-flex {
    display: none
}

.button-solid {
    color: #fff;
    background: #43b7ff;
    background: -o-linear-gradient(left, #43b7ff 0, #00ddf6 100%);
    background: -webkit-gradient(linear, left top, right top, from(#43b7ff), to(#00ddf6));
    background: linear-gradient(90deg, #43b7ff 0, #00ddf6 100%);
    border-radius: 3px;
    width: auto;
    height: auto;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    white-space: nowrap;
    width: auto;
    margin: 10px 0;
    padding: 15px 30px;
    text-align: center;
    font-size: .75em;
    width: auto;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent
}

.button-solid:hover {
    color: var(--primary);
    background: #fff;
    border: 1px solid var(--primary);
    cursor: pointer
}

.button-transparent {
    display: inline-block;
    background: 0 0;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    font-size: .75em;
    margin: 10px 0;
    padding: 6px 30px;
    color: #fff;
    text-decoration: none;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    border-radius: 3px;
    white-space: nowrap;
    float: left;
    height: 50px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.button-transparent:hover {
    color: #fff;
    background: var(--primary);
    border: none
}

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: relative;
    z-index: 2000
}

.hamburger:hover {
    opacity: .7;
    cursor: pointer
}

.hamburger.is-active:hover {
    opacity: .7;
    cursor: pointer
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #000
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
    z-index: 2000
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    -webkit-transition: background-color 0s .13s linear;
    -o-transition: background-color 0s .13s linear;
    transition: background-color 0s .13s linear;
    -webkit-transition-delay: .22s;
    -o-transition-delay: .22s;
    transition-delay: .22s
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    -webkit-transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    -webkit-transition-delay: .22s;
    -o-transition-delay: .22s;
    transition-delay: .22s
}

.hamburger--spring .hamburger-inner::after {
    top: 20px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    -webkit-transition-delay: .22s;
    -o-transition-delay: .22s;
    transition-delay: .22s
}

.hamburger--spring.is-active .hamburger-inner {
    -webkit-transition-delay: .22s;
    -o-transition-delay: .22s;
    transition-delay: .22s;
    background-color: transparent !important
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    -o-transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    -o-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.call-us,
.navbar-menu img,
.quote-nav-button {
    display: none
}

.mobile-wrapper {
    height: 70px
}

.mobile-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    height: 100%;
    max-width: 100%
}

.hamburger {
    position: absolute;
    right: 15px
}

#desktop-neon {
    display: none !important
}

.mobile-wrapper img {
    height: 50px;
    position: relative;
    z-index: 1000;
    top: 10px
}

.neon {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in;
    font-family: Yellowtail;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 54px;
    left: 100px;
    z-index: 1000
}

.neon span {
    font-family: Yellowtail;
    display: table-cell;
    margin: 0;
    font-size: 1.5em;
    padding: 0;
    -webkit-animation: neonGlow 3s linear infinite;
    animation: neonGlow 3s linear infinite
}

.neon span:nth-child(1) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.neon span:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.neon span:nth-child(3) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.neon span:nth-child(4) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.neon span:nth-child(5) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    margin-right: 3px !important
}

.neon span:nth-child(6) {
    -webkit-animation-delay: 2.45s;
    animation-delay: 2.45s
}

.neon span:nth-child(7) {
    -webkit-animation-delay: 2.75s;
    animation-delay: 2.75s
}

.neon span:nth-child(8) {
    -webkit-animation-delay: 2.75s;
    animation-delay: 2.75s
}

.neon span:nth-child(9) {
    -webkit-animation-delay: 2.75s;
    animation-delay: 2.75s
}

@-webkit-keyframes neonGlow {

    0%,
    100% {
        color: #abe1fe;
        -webkit-filter: blur(2px);
        filter: blur(2px);
        text-shadow: 0 0 10px #43b7ff, 0 0 20px #43b7ff, 0 0 40px #43b7ff, 0 0 50px #43b7ff, 0 0 60px #43b7ff
    }

    5%,
    95% {
        color: #fff;
        -webkit-filter: blur(0);
        filter: blur(0);
        text-shadow: none,
    }
}

@keyframes neonGlow {

    0%,
    100% {
        color: #abe1fe;
        -webkit-filter: blur(2px);
        filter: blur(2px);
        text-shadow: 0 0 10px #43b7ff, 0 0 20px #43b7ff, 0 0 40px #43b7ff, 0 0 50px #43b7ff, 0 0 60px #43b7ff
    }

    5%,
    95% {
        color: #fff;
        -webkit-filter: blur(0);
        filter: blur(0);
        text-shadow: none,
    }
}

.navbar-menu {
    overflow: hidden;
    background: #f5f5f5;
    width: 0;
    top: 0;
    position: absolute;
    right: 0;
    height: 100vh !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 1000;
    max-width: 1600px
}

.side-nav {
    overflow: hidden;
    padding: 40px 0;
    position: absolute;
    right: 2em;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.side-nav ul {
    margin: 0;
    text-align: right;
    list-style: none;
    margin-top: 50px
}

.side-nav ul li {
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

.side-nav ul li.open {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-in-out
}

.side-nav ul li.open:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.side-nav ul li.open:nth-child(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.side-nav ul li.open:nth-child(4) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.side-nav ul li.open:nth-child(5) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.side-nav ul li.open:nth-child(6) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.side-nav a {
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(75px);
    -ms-transform: translateY(75px);
    transform: translateY(75px)
}

.active-menu {
    border-right: 4px solid var(--primary);
    color: var(--primary)
}

#bottom {
    background: url(/images/9ed5b5d8d9cd509ccc2db7f752ed24fa8b3f5391/code-type.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

#bottom:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7
}

#bottom .container {
    padding-top: 50px;
    padding-bottom: 50px
}

#bottom h2 {
    text-align: center;
    margin-bottom: 25px;
    color: #fff
}

#bottom p {
    text-align: center;
    margin-bottom: 25px;
    color: #fff;
    opacity: .95
}

.bottom-button {
    display: block;
    margin: auto;
    background: #fff;
    font-weight: 700;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 1em;
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto
}

#page-header {
    height: 220px;
    background: url(/images/bbb2f4c0724e87a13ec60d3604b0b3bb8d14eb23/coding-screen.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

#page-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00306b;
    background: -o-linear-gradient(left, #00306b 0, rgba(0, 122, 213, .727608543417367) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 48, 107, .7)), to(rgba(0, 122, 213, .927608543417367)));
    background: linear-gradient(90deg, rgba(0, 48, 107, .9) 0, rgba(0, 122, 213, .427608543417367) 100%)
}

#page-header h1 {
    color: #fff;
    font-size: 36px;
    text-align: center;
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

@media screen and (min-width:500px) and (max-width:1025px) {
    main {
        width: 100%
    }

    .container {
        max-width: 800px
    }

    .mobile-nav {
        max-width: 100%
    }

    #bottom .container {
        width: 500px
    }

    #bottom h2 {
        font-size: 2em
    }

    .mobile-wrapper {
        padding-left: 36px;
        padding-right: 36px
    }

    .container.clicked {
        max-width: 100%;
        width: 100%
    }

    .mobile-wrapper img {
        left: -33px
    }
}

@media screen and (min-width:1025px) {
    .mobile-display {
        display: none !important
    }

    #page-header {
        height: 400px;
        background-repeat: no-repeat;
        background-position: center 100%
    }

    .desktop-display {
        display: block
    }

    .mobile-wrapper {
        display: none
    }

    .side-nav a {
        opacity: 1;
        visibility: visible
    }

    .svg-group {
        width: 1600px
    }

    .background {
        background: var(--primary);
        height: 36px;
        width: 100%
    }

    .quote-nav-button {
        display: block;
        color: #fff;
        background: var(--primary);
        margin-left: 100px
    }

    .quote-nav-button:hover {
        opacity: .7
    }

    .container {
        max-width: 1100px;
        padding-left: 36px;
        padding-right: 36px
    }

    .navbar-menu img {
        display: block;
        margin: 0 !important;
        position: absolute;
        left: 2em;
        height: auto;
        width: 290px
    }

    nav {
        width: 100%;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 124px;
        background: 0 0;
        z-index: 100
    }

    #desktop-neon {
        display: block !important
    }

    .neon {
        top: 80px;
        left: 200px;
        width: 150px
    }

    .neon span {
        font-size: 2em
    }

    .neon span:nth-child(5) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        padding-right: 4px !important
    }

    .navbar-menu {
        width: 1100px !important;
        min-height: 100px;
        height: 124px !important;
        margin: auto;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 100;
        left: 0;
        background: 0 0
    }

    #on-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0
    }

    .side-nav {
        padding: 0;
        width: 1100px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        right: 0;
        overflow: visible
    }

    .side-nav ul li {
        margin: 0 50px 0 0;
        text-align: right
    }

    .call-us {
        font-size: .875em;
        line-height: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 400;
        margin-left: 40px !important;
        color: #212121
    }

    .call-us svg {
        width: 20px;
        margin-right: 10px;
        height: auto
    }

    .side-nav a {
        padding: 20px 0 10px 0;
        color: #fff;
        font-weight: 400;
        -webkit-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease;
        font-size: 14px;
        font-weight: 700
    }

    .side-nav ul li {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .side-nav ul li a:hover {
        cursor: pointer;
        opacity: 1;
        -webkit-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease;
        color: var(--primary)
    }

    .side-nav li {
        color: #212121
    }

    #on-top {
        margin-right: 30px
    }

    #on-top li {
        float: right
    }

    .active-menu {
        border-right: none;
        color: #fff;
        opacity: 1 !important;
        border-bottom: 3px solid var(--primary);
        color: #fff !important
    }

    #bottom .container {
        width: 600px
    }

    #bottom h2 {
        font-size: 2.5em
    }

    #page-header {
        background-attachment: fixed
    }

    #page-header h1 {
        margin-top: 50px
    }

    @media screen and (min-width:1025px) and (max-width:1456px) {
        .quote-nav-button {
            display: none
        }

        .call-us {
            display: none
        }
    }
}

.desktop-display {
    display: none
}

footer {
    position: relative;
    height: auto;
    padding-top: 150px;
    background: #001099;
    background: -o-linear-gradient(305deg, #001099 0, #3ad9ff 96%);
    background: linear-gradient(145deg, #001099 0, #3ad9ff 96%)
}

.footer-img {
    position: absolute;
    width: 100%;
    top: -2px
}

.handles {
    width: auto;
    position: absolute;
    top: 0;
    left: 19px
}

.handle-circle {
    background: #fff;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute
}

.handle-line {
    width: 50px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 5px
}

.handle-end {
    position: absolute;
    background: #fff;
    height: 20px;
    width: 200px;
    border-radius: 10px 0 0 10px;
    top: -2px;
    right: -250px
}

.light {
    height: auto;
    width: auto;
    position: relative;
    top: 0;
    z-index: 10
}

.wire {
    height: 330px;
    width: 5px;
    -webkit-transform: translateY(50x);
    -ms-transform: translateY(50x);
    transform: translateY(50x);
    background: #fff;
    margin: auto;
    z-index: 0
}

.triangle {
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-bottom: 26px solid #fff;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

.bulb {
    background: #fff;
    height: 20px;
    width: 20px;
    position: relative;
    z-index: -1;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    bottom: 6px;
    right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bulb:before {
    display: none;
    position: absolute;
    border-radius: 50%;
    content: '';
    height: 79px;
    width: 79px;
    opacity: .7;
    -webkit-animation-name: bulbFlicker;
    animation-name: bulbFlicker;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    -webkit-transform: translateY(-22px);
    -ms-transform: translateY(-22px);
    transform: translateY(-22px);
    background: #43b7ff;
    background: -o-radial-gradient(circle, #43b7ff 0, rgba(0, 0, 0, 0) 45%);
    background: radial-gradient(circle, #43b7ff 0, rgba(0, 0, 0, 0) 45%)
}

@-webkit-keyframes bulbFlicker {
    0% {
        background: #43b7ff;
        background: radial-gradient(circle, #43b7ff 0, rgba(0, 0, 0, 0) 45%)
    }

    1% {
        background: rgba(67, 183, 255, 0)
    }

    2% {
        background: #43b7ff;
        background: radial-gradient(circle, #43b7ff 0, rgba(0, 0, 0, 0) 45%)
    }

    8% {
        background: rgba(67, 183, 255, 0)
    }

    9% {
        background: #43b7ff;
        background: radial-gradient(circle, #43b7ff 0, rgba(0, 0, 0, 0) 45%)
    }

    25% {
        background: rgba(67, 183, 255, 0)
    }

    26% {
        background: #43b7ff;
        background: radial-gradient(circle, #43b7ff 0, rgba(0, 0, 0, 0) 45%)
    }

    47% {
        background: rgba(67, 183, 255, 0)
    }

    48% {
        background: #43b7ff;
        background: radial-gradient(circle, #43b7ff 0, rgba(0, 0, 0, 0) 45%)
    }

    100% {
        background: #43b7ff;
        background: radial-gradient(circle, #43b7ff 0, rgba(0, 0, 0, 0) 45%)
    }
}

@keyframes bulbFlicker {
    0% {
        background: #43b7ff;
        background: -o-radial-gradient(circle, #43b7ff 0, rgba(0, 0, 0, 0) 45%);
        background: radial-gradient(circle, #43b7ff 0, rgba(0, 0, 0, 0) 45%)
    }

    1% {
        background: rgba(67, 183, 255, 0)
    }

    2% {
        background: #43b7ff;
        background: -o-radial-gradient(circle, #43b7ff 0, rgba(0, 0, 0, 0) 45%);
        background: radial-gradient(circle, #43b7ff 0, rgba(0, 0, 0, 0) 45%)
    }

    8% {
        background: rgba(67, 183, 255, 0)
    }

    9% {
        background: #43b7ff;
        background: -o-radial-gradient(circle, #43b7ff 0, rgba(0, 0, 0, 0) 45%);
        background: radial-gradient(circle, #43b7ff 0, rgba(0, 0, 0, 0) 45%)
    }

    25% {
        background: rgba(67, 183, 255, 0)
    }

    26% {
        background: #43b7ff;
        background: -o-radial-gradient(circle, #43b7ff 0, rgba(0, 0, 0, 0) 45%);
        background: radial-gradient(circle, #43b7ff 0, rgba(0, 0, 0, 0) 45%)
    }

    47% {
        background: rgba(67, 183, 255, 0)
    }

    48% {
        background: #43b7ff;
        background: -o-radial-gradient(circle, #43b7ff 0, rgba(0, 0, 0, 0) 45%);
        background: radial-gradient(circle, #43b7ff 0, rgba(0, 0, 0, 0) 45%)
    }

    100% {
        background: #43b7ff;
        background: -o-radial-gradient(circle, #43b7ff 0, rgba(0, 0, 0, 0) 45%);
        background: radial-gradient(circle, #43b7ff 0, rgba(0, 0, 0, 0) 45%)
    }
}

footer img {
    margin-bottom: 30px;
    margin-top: 0
}

.footer-logo {
    height: 60px;
    margin-bottom: 100px
}

#footer-neon {
    left: 120px;
    top: 40px
}

#footer-neon span {
    font-size: 1.7em
}

.footer-line {
    height: 1px;
    width: 200px;
    background: var(--primary);
    opacity: .9;
    margin-top: 20px;
    margin-bottom: 30px
}

.footer-item {
    margin-bottom: 50px
}

.footer-item p {
    width: 230px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 1em !important
}

.footer-item h2 {
    margin-bottom: 0;
    color: #fff
}

.footer-item a {
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    position: relative;
    color: #fff
}

.footer-item a:hover {
    cursor: pointer
}

.branding {
    background: rgba(0, 0, 0, .15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.branding p {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    font-size: .7em;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #fff
}

@media screen and (min-width:500px) and (max-width:1025px) {
    .mobile-display {
        display: none
    }

    .desktop-display {
        display: block !important
    }

    .handle-line {
        width: 80px
    }

    .handle-end {
        right: -100px
    }

    footer {
        padding-top: 337px
    }

    .wire {
        height: 300px
    }

    .footer-logo {
        height: 100px
    }

    #footer-neon {
        top: 70px;
        left: 210px
    }

    #footer-neon span {
        font-size: 2.6em
    }
}

@media screen and (min-width:1026px) {
    footer .desktop-display {
        display: block !important
    }

    footer {
        padding-top: 620px !important
    }

    .footer-img {
        top: -2px;
        width: 110%
    }

    .flex-group {
        max-width: 1100px;
        margin: auto
    }

    footer img {
        margin-top: 0;
        margin-bottom: 56px
    }

    .footer-logo {
        margin-bottom: 45px
    }

    .link:before {
        content: '';
        position: absolute;
        height: 2px;
        width: 0;
        bottom: -5px;
        background: var(--primary);
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out
    }

    .link:hover.link:before {
        width: 50px;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out
    }

    .link-long:before {
        content: '';
        position: absolute;
        height: 2px;
        width: 0;
        bottom: -5px;
        background: var(--primary);
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out
    }

    .link-long:hover.link-long:before {
        width: 67px;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out
    }

    .handles {
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
        left: 14px
    }

    .handle-line {
        width: 60px
    }

    .handle-end {
        width: 20px;
        right: -60px;
        position: relative
    }

    .handle-end:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 332px;
        background: var(--primary);
        left: 20px
    }

    .handle-end:after {
        content: '';
        position: absolute;
        width: 70px;
        height: 1px;
        background: var(--primary);
        left: -50px;
        bottom: -312px
    }

    .flex-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 0;
        position: relative
    }

    .flex-group:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        background: var(--primary);
        bottom: 30px
    }

    .footer-item {
        margin-top: 100px
    }

    .footer-item:last-child p {
        width: 180px
    }

    .footer-item h2 {
        margin-bottom: 0
    }

    .image-box {
        -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        transform: translateY(-25px)
    }
}

@media screen and (min-width:2500px) {
    footer {
        padding-top: 350px !important
    }

    .flex-group {
        padding-top: 450px !important
    }

    .footer-img {
        top: -500px;
        left: -100px;
        width: 150%
    }
}

@media screen and (min-width:2310px) {
    footer {
        padding-top: 250px !important
    }

    .flex-group {
        padding-top: 250px !important
    }

    .footer-img {
        top: -500px;
        left: -100px;
        width: 150%
    }
}

@media screen and (min-width:2201px) {
    footer {
        padding-top: 350px !important
    }

    .flex-group {
        padding-top: 200px
    }

    .footer-img {
        top: -500px;
        left: -100px;
        width: 150%
    }
}

@media screen and (min-width:2000px) and (max-width:2200px) {
    footer {
        padding-top: 580px !important
    }

    .footer-img {
        top: -190px;
        width: 120%
    }
}

@media screen and (min-width:1560px) and (max-width:1790px) {
    footer {
        padding-top: 550px !important
    }
}

@media screen and (min-width:1400px) and (max-width:1559px) {
    footer {
        padding-top: 450px !important
    }

    .flex-group {
        margin-top: 80px
    }
}

@media screen and (min-width:1200px) and (max-width:1399px) {
    footer {
        padding-top: 350px !important
    }

    .flex-group {
        padding-top: 250px
    }
}

@media screen and (min-width:1026px) and (max-width:1199px) {
    footer {
        padding-top: 0 !important
    }

    .flex-group {
        padding-top: 550px
    }
}

@media screen and (min-width:2500px) {
    footer {
        padding-top: 350px !important
    }

    .flex-group {
        padding-top: 300px !important
    }

    .footer-img {
        top: -500px;
        left: -100px;
        width: 150%
    }
}

@media screen and (min-width:2530px) {
    footer {
        padding-top: 200px !important
    }

    .flex-group {
        padding-top: 400px !important
    }

    .footer-img {
        top: -700px;
        left: -100px;
        width: 150%
    }
}

#about img {
    width: 50%;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 25px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 25px 15px rgba(0, 0, 0, .1)
}

.section-content span {
    color: var(--primary);
    font-size: .9em;
    text-transform: uppercase;
    margin-bottom: 20px
}

body h2 {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.3em
}

body h2 span {
    color: var(--primary)
}

.section-content p {
    font-size: 1em;
    margin-bottom: 25px
}

.circle-box:last-child {
    margin-bottom: 50px
}

.about-button {
    background: #43b7ff;
    background: -o-linear-gradient(left, #43b7ff 0, #00ddf6 100%);
    background: -webkit-gradient(linear, left top, right top, from(#43b7ff), to(#00ddf6));
    background: linear-gradient(90deg, #43b7ff 0, #00ddf6 100%);
    display: block;
    margin: auto;
    margin-bottom: 60px
}

.topper {
    margin-bottom: 50px
}

.circles {
    padding-top: 50px;
}

.circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    margin-bottom: 45px;
    position: relative
}

.circle:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--primary);
    opacity: .6;
    z-index: -1
}

.circle:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--primary);
    opacity: .3;
    z-index: -1
}

.circle span {
    color: #fff;
    font-size: 2em
}

.circle-box {
    margin-bottom: 100px
}

.circle-box h3 {
    text-align: center;
    margin: 15px auto;
    font-size: 1.3em
}

.circle-box p {
    text-align: center;
    font-weight: 600;
    background: linear-gradient(0deg, rgba(118, 115, 66, 1) 0%, transparent 80%);
}

.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-line {
    height: 50px;
    width: 1px;
    background: var(--primary);
    margin: 0 30px 0 0
}

.contact-info {
    width: 180px
}

.contact-info p {
    font-size: 1em !important
}

.contact-item svg {
    width: 60px !important;
    height: auto;
    margin-right: 20px
}

#second-svg {
    width: 45px !important;
    margin-right: 35px
}

.contact-left {
    margin-bottom: 80px
}

.contact-item {
    margin-bottom: 25px
}

.desktop-svg {
    display: none
}

.quote {
    margin-bottom: 40px
}

.quote:before {
    content: url(/assets/blob.svg);
    position: absolute;
    height: 1000px !important;
    width: 200px !important;
    z-index: -10;
    bottom: 0;
    right: 0;
    opacity: .1
}

.quote p:first-child {
    margin-bottom: 15px
}

.quote p:nth-child(2) {
    margin-bottom: 15px;
    font-size: 1.5em
}

.quote p:nth-child(3) {
    margin-bottom: 0;
    font-weight: 700
}

.quote p:nth-child(4) {
    margin-bottom: 30px
}

#contact {
    height: auto;
    padding-top: 0;
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, .09);
    margin-bottom: 50px
}

.contact-topper {
    font-weight: 700;
    font-size: 2.1875em;
    margin-bottom: 0;
    position: relative;
    margin-top: 50px;
    color: #414141
}

#contact h3 {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 0
}

.contact-topper span {
    color: var(--primary);
    display: inline-block;
    font-weight: 700
}

#valley-form {
    display: relative;
    margin-top: 100px
}

#contact button[type=submit],
#contact input[type=email],
#contact input[type=tel],
#contact input[type=text],
#contact input[type=url],
#contact textarea {
    font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
    border-radius: 5px
}

#contact {
    position: relative;
    width: 100%;
    max-width: 390px;
    background: #fff;
    z-index: 20
}

#contact h3 {
    color: #414141;
    display: block;
    font-size: 1.75em;
    font-weight: 700
}

.form-text {
    margin: 0 0 30px 0;
    display: block;
    color: #414141;
    line-height: 1.6em
}

form p {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%
}

#contact input[type=email],
#contact input[type=tel],
#contact input[type=text],
#contact input[type=url],
#contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 0 15px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#contact input[type=email]:hover,
#contact input[type=tel]:hover,
#contact input[type=text]:hover,
#contact input[type=url]:hover,
#contact textarea:hover {
    -webkit-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    border: 1px solid #aaa
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
    margin-bottom: 30px
}

#contact button[type=submit] {
    cursor: pointer;
    background: #43b7ff;
    background: -o-linear-gradient(left, #43b7ff 0, #00ddf6 100%);
    background: -webkit-gradient(linear, left top, right top, from(#43b7ff), to(#00ddf6));
    background: linear-gradient(90deg, #43b7ff 0, #00ddf6 100%);
    display: block;
    margin-bottom: 60px;
    font-size: 1em
}

#contact button::before {
    border-color: var(--primary)
}

#contact button::after {
    border-color: var(--primary)
}

#contact button[type=submit]:hover {
    opacity: .6;
    -webkit-transition: background .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

#contact button[type=submit]:active {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5)
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #999
}

::-webkit-input-placeholder {
    color: #888
}

:-moz-placeholder {
    color: #888
}

::-moz-placeholder {
    color: #888
}

:-ms-input-placeholder {
    color: #888
}

.form-h4 {
    font-size: 1.2em
}

.contact-item h2 {
    font-size: 1.3em;
    margin-bottom: 0
}

.form-p {
    margin-bottom: 100px
}

.form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width:500px) and (max-width:1024px) {
    #about {
        padding-top: 100px !important
    }

    .circle-box {
        width: 400px;
        margin: auto;
        margin-bottom: 100px
    }

    .contact-left {
        margin: 40px auto 110px auto
    }

    form {
        margin: auto
    }
}

@media screen and (min-width:1026px) {
    #about {
        padding-top: 100px !important
    }

    #about .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #about img {
        width: 360px;
        height: 550px;
        margin-right: 45px
    }

    .section-content {
        width: 650px
    }

    #circles {
        padding-bottom: 100px !important;
        position: relative;
        z-index: 1000
    }

    .topper {
        padding-top: 100px
    }

    .topper h2 {
        text-align: center
    }

    .topper p {
        text-align: center
    }

    .circles {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative
    }

    .circles:before {
        content: '';
        position: absolute;
        width: 800px;
        left: 130px;
        top: 75px;
        z-index: -1;
        border: 1px dashed rgba(0, 105, 243, .1)
    }

    .circle-box {
        width: 300px
    }

    #about-contact {
        height: 10px
    }

    .about-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 800px
    }

    .contact-left {
        position: relative;
        z-index: 1000
    }

    footer {
        padding-top: 00px
    }

    .footer-img {
        top: 150px
    }

    #about-contact {
        position: relative
    }

    #about-contact:before {
        content: '';
        position: absolute;
        display: block;
        height: 400px;
        width: 100%;
        bottom: -200px;
        background: #fff;
        z-index: 10
    }
}

@media screen and (min-width:1200px) {
    footer {
        padding-top: 100px
    }

    .flex-group {
        padding-top: 250px
    }
}

@media screen and (min-width:1400px) {
    .flex-group {
        padding-top: 150px
    }
}

@media screen and (min-width:1996px) {
    .flex-group {
        padding-top: 350px
    }

    #about-contact {
        position: relative;
        -webkit-transform: translateY(300px);
        -ms-transform: translateY(300px);
        transform: translateY(300px);
        z-index: 900000
    }

    #about-contact:before {
        bottom: 40px
    }

    #circles {
        padding-bottom: 0 !important;
        overflow: visible;
        margin-bottom: -184px;
        z-index: 9000000
    }
}

@media screen and (min-width:2200px) {
    .flex-group {
        padding-top: 883px !important
    }

    #about-contact {
        position: relative;
        -webkit-transform: translateY(543px);
        -ms-transform: translateY(543px);
        transform: translateY(543px);
        z-index: 900000
    }

    #about-contact:before {
        bottom: 167px
    }

    #circles {
        padding-bottom: 0 !important;
        overflow: visible;
        margin-bottom: -489px;
        z-index: 9000000
    }
}

@media screen and (min-width:2400px) {
    footer {
        padding-top: 600px
    }
}

@media screen and (min-width:2500px) {
    .flex-group {
        padding-top: 1000px !important
    }

    #circles {
        margin-bottom: -650px
    }

    #about-contact {
        -webkit-transform: translateY(720px);
        -ms-transform: translateY(720px);
        transform: translateY(720px)
    }

    #about-contact:before {
        bottom: 380px
    }

    .footer-img {
        top: 31px
    }
}

@media screen and (min-width:2530px) {
    .flex-group {
        padding-top: 1150px !important
    }

    #circles {
        margin-bottom: -650px
    }

    #about-contact {
        -webkit-transform: translateY(720px);
        -ms-transform: translateY(720px);
        transform: translateY(720px)
    }

    #about-contact:before {
        bottom: 380px
    }

    .footer-img {
        top: 31px
    }
}

@media screen and (min-width:2791px) {
    .flex-group {
        padding-top: 1250px !important
    }
}

@media screen and (min-width:3200px) {
    .flex-group {
        padding-top: 1350px !important
    }

    #circles {
        margin-bottom: -850px
    }

    #about-contact {
        -webkit-transform: translateY(920px);
        -ms-transform: translateY(920px);
        transform: translateY(920px)
    }

    #about-contact:before {
        bottom: 580px
    }

    .footer-img {
        top: 31px
    }
}

@media screen and (min-width:3500px) {
    .flex-group {
        padding-top: 1550px !important
    }

    #circles {
        margin-bottom: -1000px
    }

    #about-contact {
        -webkit-transform: translateY(1090px);
        -ms-transform: translateY(1090px);
        transform: translateY(1090px)
    }

    #about-contact:before {
        bottom: 880px;
        z-index: -1
    }

    .footer-img {
        top: 31px
    }

    #about .container {
        position: relative;
        z-index: 9000000
    }
}

:root {
    --dark: #000;
    --medium: #1b1b1b;
    --light: #2e2e2e
}

.top-dark-mode-button {
    position: absolute;
    top: 60px;
    right: 15px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 1000;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.top-dark-mode-button:after {
    content: 'DARK';
    position: absolute;
    color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 22px;
    top: 10px;
    -webkit-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in
}

.dark-mode-group {
    position: absolute;
    top: -340px;
    right: 15px;
    width: 80px;
    height: 470px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dark-mode-group p {
    font-size: .7em !important;
    text-align: center;
    color: #fff;
    opacity: .8
}

.dark-toggle {
    margin: 0;
    width: 30px;
    height: 16px;
    z-index: 20;
    border-radius: 10px;
    background: 0 0;
    border: 3px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1000;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.dark-toggle span {
    height: 20px;
    width: 20px;
    left: -8px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75)
}

body.dark-mode .top-dark-mode-button:after {
    content: 'LIGHT';
    color: var(--primary);
    top: 12px
}

body.dark-mode .button-solid {
    background: 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #444;
    border-left-color: #000;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 0 #000;
    box-shadow: 0 2px 0 #000;
    color: #43b7ff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    text-shadow: 0 -1px 0 #000;
    width: auto;
    height: 46px;
    padding: 15px 30px;
    -webkit-animation: glow .8s ease-out infinite alternate;
    animation: glow .8s ease-out infinite alternate
}

body.dark-mode #contact button {
    background: 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #444;
    border-left-color: #000;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 0 #000;
    box-shadow: 0 2px 0 #000;
    color: #43b7ff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    text-shadow: 0 -1px 0 #000;
    width: auto;
    height: 46px;
    padding: 15px 30px;
    -webkit-animation: glow 8s steps() infinite forwards;
    animation: glow 8s steps() infinite forwards
}

@-webkit-keyframes glow {
    0% {
        border-color: #43b7ff;
        -webkit-box-shadow: 0 0 5px rgba(67, 183, 255, .2), inset 0 0 5px rgba(67, 183, 255, .1), 0 2px 0 #000;
        box-shadow: 0 0 5px rgba(67, 183, 255, .2), inset 0 0 5px rgba(67, 183, 255, .1), 0 2px 0 #000
    }

    15% {
        border-color: #56beff;
        -webkit-box-shadow: 0 0 10px rgba(67, 183, 255, .6), inset 0 0 10px rgba(67, 183, 255, .4), 0 2px 0 #000;
        box-shadow: 0 0 10px rgba(67, 183, 255, .6), inset 0 0 10px rgba(67, 183, 255, .4), 0 2px 0 #000
    }

    16% {
        border-color: transparent;
        -webkit-box-shadow: 0 0 20px transparent, inset 0 0 10px transparent, 0 2px 0 transparent;
        box-shadow: 0 0 20px transparent, inset 0 0 10px transparent, 0 2px 0 transparent
    }

    17% {
        border-color: #43b7ff;
        -webkit-box-shadow: 0 0 5px rgba(67, 183, 255, .2), inset 0 0 5px rgba(67, 183, 255, .1), 0 2px 0 #000;
        box-shadow: 0 0 5px rgba(67, 183, 255, .2), inset 0 0 5px rgba(67, 183, 255, .1), 0 2px 0 #000
    }

    20% {
        border-color: #56beff;
        -webkit-box-shadow: 0 0 10px rgba(67, 183, 255, .6), inset 0 0 10px rgba(67, 183, 255, .4), 0 2px 0 #000;
        box-shadow: 0 0 10px rgba(67, 183, 255, .6), inset 0 0 10px rgba(67, 183, 255, .4), 0 2px 0 #000
    }

    30% {
        border-color: #43b7ff;
        -webkit-box-shadow: 0 0 5px rgba(67, 183, 255, .2), inset 0 0 5px rgba(67, 183, 255, .1), 0 2px 0 #000;
        box-shadow: 0 0 5px rgba(67, 183, 255, .2), inset 0 0 5px rgba(67, 183, 255, .1), 0 2px 0 #000
    }

    100% {
        border-color: #56beff;
        -webkit-box-shadow: 0 0 10px rgba(67, 183, 255, .6), inset 0 0 10px rgba(67, 183, 255, .4), 0 2px 0 #000;
        box-shadow: 0 0 10px rgba(67, 183, 255, .6), inset 0 0 10px rgba(67, 183, 255, .4), 0 2px 0 #000
    }
}

@keyframes glow {
    0% {
        border-color: #43b7ff;
        -webkit-box-shadow: 0 0 5px rgba(67, 183, 255, .2), inset 0 0 5px rgba(67, 183, 255, .1), 0 2px 0 #000;
        box-shadow: 0 0 5px rgba(67, 183, 255, .2), inset 0 0 5px rgba(67, 183, 255, .1), 0 2px 0 #000
    }

    15% {
        border-color: #56beff;
        -webkit-box-shadow: 0 0 10px rgba(67, 183, 255, .6), inset 0 0 10px rgba(67, 183, 255, .4), 0 2px 0 #000;
        box-shadow: 0 0 10px rgba(67, 183, 255, .6), inset 0 0 10px rgba(67, 183, 255, .4), 0 2px 0 #000
    }

    16% {
        border-color: transparent;
        -webkit-box-shadow: 0 0 20px transparent, inset 0 0 10px transparent, 0 2px 0 transparent;
        box-shadow: 0 0 20px transparent, inset 0 0 10px transparent, 0 2px 0 transparent
    }

    17% {
        border-color: #43b7ff;
        -webkit-box-shadow: 0 0 5px rgba(67, 183, 255, .2), inset 0 0 5px rgba(67, 183, 255, .1), 0 2px 0 #000;
        box-shadow: 0 0 5px rgba(67, 183, 255, .2), inset 0 0 5px rgba(67, 183, 255, .1), 0 2px 0 #000
    }

    20% {
        border-color: #56beff;
        -webkit-box-shadow: 0 0 10px rgba(67, 183, 255, .6), inset 0 0 10px rgba(67, 183, 255, .4), 0 2px 0 #000;
        box-shadow: 0 0 10px rgba(67, 183, 255, .6), inset 0 0 10px rgba(67, 183, 255, .4), 0 2px 0 #000
    }

    30% {
        border-color: #43b7ff;
        -webkit-box-shadow: 0 0 5px rgba(67, 183, 255, .2), inset 0 0 5px rgba(67, 183, 255, .1), 0 2px 0 #000;
        box-shadow: 0 0 5px rgba(67, 183, 255, .2), inset 0 0 5px rgba(67, 183, 255, .1), 0 2px 0 #000
    }

    100% {
        border-color: #56beff;
        -webkit-box-shadow: 0 0 10px rgba(67, 183, 255, .6), inset 0 0 10px rgba(67, 183, 255, .4), 0 2px 0 #000;
        box-shadow: 0 0 10px rgba(67, 183, 255, .6), inset 0 0 10px rgba(67, 183, 255, .4), 0 2px 0 #000
    }
}

.top-dark-mode-button .dark-toggle {
    background: #e6e6e6;
    border-color: #e6e6e6;
    -webkit-box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5);
    box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5);
    width: 35px
}

.dark-mode-button {
    background: 0 0;
    border: none;
    height: 40px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.dark-mode .triangle {
    border-bottom: 26px solid var(--dark);
    -webkit-box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5);
    box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5);
    -webkit-animation-name: flicker;
    animation-name: flicker;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s
}

@-webkit-keyframes flicker {
    0% {
        -webkit-box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5);
        box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5)
    }

    1% {
        -webkit-box-shadow: 0 15px 5px -8px transparent;
        box-shadow: 0 15px 5px -8px transparent
    }

    2% {
        -webkit-box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5);
        box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5)
    }

    8% {
        -webkit-box-shadow: 0 15px 5px -8px transparent;
        box-shadow: 0 15px 5px -8px transparent
    }

    9% {
        -webkit-box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5);
        box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5)
    }

    25% {
        -webkit-box-shadow: 0 15px 5px -8px transparent;
        box-shadow: 0 15px 5px -8px transparent
    }

    26% {
        -webkit-box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5);
        box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5)
    }

    47% {
        -webkit-box-shadow: 0 15px 5px -8px transparent;
        box-shadow: 0 15px 5px -8px transparent
    }

    48% {
        -webkit-box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5);
        box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5)
    }

    100% {
        -webkit-box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5);
        box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5)
    }
}

@keyframes flicker {
    0% {
        -webkit-box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5);
        box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5)
    }

    1% {
        -webkit-box-shadow: 0 15px 5px -8px transparent;
        box-shadow: 0 15px 5px -8px transparent
    }

    2% {
        -webkit-box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5);
        box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5)
    }

    8% {
        -webkit-box-shadow: 0 15px 5px -8px transparent;
        box-shadow: 0 15px 5px -8px transparent
    }

    9% {
        -webkit-box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5);
        box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5)
    }

    25% {
        -webkit-box-shadow: 0 15px 5px -8px transparent;
        box-shadow: 0 15px 5px -8px transparent
    }

    26% {
        -webkit-box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5);
        box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5)
    }

    47% {
        -webkit-box-shadow: 0 15px 5px -8px transparent;
        box-shadow: 0 15px 5px -8px transparent
    }

    48% {
        -webkit-box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5);
        box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5)
    }

    100% {
        -webkit-box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5);
        box-shadow: 0 15px 5px -8px rgba(67, 183, 255, .5)
    }
}

body.dark-mode .wire {
    background: var(--dark)
}

body.dark-mode .dark-toggle {
    background: #43b7ff;
    background: -o-linear-gradient(left, #43b7ff 0, #00ddf6 100%);
    background: -webkit-gradient(linear, left top, right top, from(#43b7ff), to(#00ddf6));
    background: linear-gradient(90deg, #43b7ff 0, #00ddf6 100%);
    border: none
}

body.dark-mode .dark-toggle span {
    left: 15px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

body.dark-mode .navbar-menu {
    background: #222;
    background: -o-linear-gradient(#222, #000);
    background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));
    background: linear-gradient(#222, #000);
    height: 120%
}

body.dark-mode .neon {
    visibility: visible;
    opacity: 1
}

body.dark-mode .side-nav a {
    color: #fff
}

body.dark-mode .hamburger-inner,
body.dark-mode .hamburger-inner::after,
body.dark-mode .hamburger-inner::before {
    background: #fff;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

body.dark-mode .hamburger.is-active .hamburger-inner::after,
body.dark-mode .hamburger.is-active .hamburger-inner::before {
    background: #fff
}

body.dark-mode {
    background: var(--dark)
}

body.dark-mode h2,
body.dark-mode li,
body.dark-mode p {
    color: #fff !important
}

body.dark-mode li,
body.dark-mode p {
    opacity: .9
}

body.dark-mode h3 {
    color: var(--primary)
}

.blue {
    display: block
}

body.dark-mode .blue {
    display: none
}

body.dark-mode .white {
    display: block !important
}

body.dark-mode .universe {
    display: block
}

body.dark-mode #landing {
    background: rgba(0, 16, 153, .3);
    background: -o-linear-gradient(305deg, rgba(0, 16, 153, .2) 0, rgba(58, 217, 255, .2) 96%);
    background: linear-gradient(145deg, rgba(0, 16, 153, .2) 0, rgba(58, 217, 255, .2) 96%)
}

.dark-swoop {
    display: none
}

body.dark-mode .dark-swoop {
    display: block
}

body.dark-mode .light-swoop {
    display: none
}

body.dark-mode #page-header {
    background: url(/images/5728f1d0fbcb3d15a4cf71013800d9be6ec55a36/night.jpg);
    background-size: auto;
    background-position: 10% 62%;
    background-repeat: no-repeat
}

body.dark-mode #page-header:before {
    display: none
}

body.dark-mode #portfolio {
    height: 2039px !important
}

body.dark-mode .example {
    background: var(--medium);
    -webkit-box-shadow: 0 0 25px -5px #43b7ff;
    box-shadow: 0 0 25px -5px #43b7ff;
    border-right: 1px solid var(--primary);
    border-top: 1px solid var(--primary);
    border-left: 1px solid var(--primary)
}

body.dark-mode #prices {
    height: 1666px !important
}

body.dark-mode .price-box {
    background: var(--medium);
    -webkit-box-shadow: 0 0 25px -5px #43b7ff;
    box-shadow: 0 0 25px -5px #43b7ff;
    border: transparent;
    border: 1px solid var(--primary)
}

body.dark-mode .price-box h2 {
    background: var(--dark);
    color: #fff;
    border-radius: 5px 5px 0 0
}

body.dark-mode .price-box li {
    color: #fff
}

body.dark-mode .price-box span {
    color: #fff
}

body.dark-mode footer {
    background: #000;
    background: -o-linear-gradient(#222, #000);
    background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));
    background: linear-gradient(#222, #000)
}

body.dark-mode .light-source {
    position: absolute;
    height: 200px;
    width: 200px;
    background: rgba(67, 183, 255, .66);
    opacity: .4;
    z-index: 100
}

body.dark-mode .bulb:before {
    display: block
}

.dark-mode-svg {
    display: none
}

body.dark-mode .dark-mode-svg {
    display: block
}

body.dark-mode .light-mode-svg {
    display: none
}

body.dark-mode #about-contact:before {
    background: #000
}

body.dark-mode #page-header:before {
    background: rgba(0, 7, 66, .9) !important;
    background: -o-linear-gradient(305deg, rgba(0, 16, 153, .5) 0, #3ad9ff 96%);
    background: -o-linear-gradient(305deg, rgba(0, 16, 153, .5) 0, rgba(58, 217, 255, .5) 96%);
    background: linear-gradient(145deg, rgba(0, 16, 153, .5) 0, rgba(58, 217, 255, .5) 96%)
}

body.dark-mode #contact {
    background: #222;
    background: -o-linear-gradient(#333, #111);
    background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
    background: linear-gradient(#333, #111);
    -webkit-box-shadow: 0 0 25px -5px #43b7ff;
    box-shadow: 0 0 25px -5px #43b7ff;
    border: 1px solid var(--primary)
}

body.dark-mode #contact h3 {
    color: #fff
}

body.dark-mode #contact input {
    background: #222;
    background: -o-linear-gradient(#222, #333);
    background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));
    background: linear-gradient(#222, #000);
    color: #fff
}

body.dark-mode #contact input:focus {
    border: 1px solid var(--primary);
    -webkit-box-shadow: 0 0 10px -5px #43b7ff;
    box-shadow: 0 0 10px -5px #43b7ff;
    animation: glow;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite
}

body.dark-mode #contact textarea {
    background: #000;
    background: -o-linear-gradient(#222, #000);
    background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));
    background: linear-gradient(#222, #000);
    color: #fff
}

body.dark-mode #contact textarea:focus {
    border: 1px solid var(--primary);
    -webkit-box-shadow: 0 0 10px -5px #43b7ff;
    box-shadow: 0 0 10px -5px #43b7ff;
    animation: glow;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite
}

body.dark-mode .line-box {
    border-left: 2px dashed rgba(67, 183, 255, .6);
    border-bottom: 2px dashed rgba(67, 183, 255, .6)
}

body.dark-mode .line-box:after {
    border-right: 2px dashed rgba(67, 183, 255, .6)
}

body.dark-mode .checkmark li {
    color: #fff
}

body.dark-mode #updates {
    background: var(--dark)
}

body.dark-mode .box {
    background: var(--medium);
    -webkit-box-shadow: 0 -10px 25px -4px rgba(67, 183, 255, .66);
    box-shadow: 0 -10px 25px -4px rgba(67, 183, 255, .66);
    border-left: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary)
}

@-webkit-keyframes neon {
    0% {
        -webkit-box-shadow: 0 -10px 25px -4px rgba(67, 183, 255, .66);
        box-shadow: 0 -10px 25px -4px rgba(67, 183, 255, .66)
    }

    50% {
        -webkit-box-shadow: 0 -10px 25px -4px rgba(67, 183, 255, .4);
        box-shadow: 0 -10px 25px -4px rgba(67, 183, 255, .4)
    }

    100% {
        -webkit-box-shadow: 0 -10px 25px -4px rgba(67, 183, 255, .66);
        box-shadow: 0 -10px 25px -4px rgba(67, 183, 255, .66)
    }
}

@keyframes neon {
    0% {
        -webkit-box-shadow: 0 -10px 25px -4px rgba(67, 183, 255, .66);
        box-shadow: 0 -10px 25px -4px rgba(67, 183, 255, .66)
    }

    50% {
        -webkit-box-shadow: 0 -10px 25px -4px rgba(67, 183, 255, .4);
        box-shadow: 0 -10px 25px -4px rgba(67, 183, 255, .4)
    }

    100% {
        -webkit-box-shadow: 0 -10px 25px -4px rgba(67, 183, 255, .66);
        box-shadow: 0 -10px 25px -4px rgba(67, 183, 255, .66)
    }
}

@media screen and (min-width:500px) and (max-width:1025px) {
    body.dark-mode #portfolio {
        height: auto !important
    }

    body.dark-mode #page-header {
        background: url(/images/5728f1d0fbcb3d15a4cf71013800d9be6ec55a36/night.jpg);
        background-attachment: fixed;
        background-position: 46% 264%
    }

    .dark-mode-group {
        height: 430px;
        top: -310px
    }

    .top-dark-mode-button {
        right: 50px
    }
}

@media screen and (min-width:1026px) {
    header {
        max-width: 1100px;
        position: relative;
        margin: auto
    }

    body.dark-mode #page-header {
        background: url(/images/5728f1d0fbcb3d15a4cf71013800d9be6ec55a36/night.jpg);
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center 130%
    }

    .mobile-dark {
        display: none !important
    }

    .dark-mode-group {
        position: relative;
        right: -32px;
        top: -270px
    }

    body.dark-mode .navbar-menu {
        height: 124px
    }

    body.dark-mode .navbar-menu {
        overflow: visible
    }

    .top-dark-mode-button {
        position: absolute !important;
        top: 44px !important;
        right: 0 !important;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        z-index: 5000
    }

    body.dark-mode .navbar-menu {
        background: unset
    }

    body.dark-mode .navbar-menu {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    body.dark-mode .circles:before {
        border: 1px dashed rgba(67, 183, 255, .5)
    }

    body.dark-mode #portfolio {
        height: auto !important
    }

    body.dark-mode #prices {
        height: 100px !important
    }
}