* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@font-face {
    font-family: "El Messiri";
    src: url(font/ElMessiri-Regular.ttf), url(font/ElMessiri-Bold.ttf), url(font/ElMessiri-Medium.ttf), url(font/ElMessiri-SemiBold.ttf);
    font-display: swap
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body,
html {
    position: relative;
    z-index: -2
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

dl,
ol,
p,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

.fw-bold {
    font-weight: 700 !important
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: none
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-text:last-child {
    margin-bottom: 0
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }
}

.position-absolute {
    position: absolute !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.w-50 {
    width: 50% !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

.text-center {
    text-align: center !important
}

.font-weight-bold {
    font-weight: 700 !important
}

body,
html {
    font-size: 100%;
    line-height: 35px !important;
    font-family: "El Messiri", sans-serif !important;
    padding: 0 !important;
    margin: 0 !important
}

.navbar_pad {
    padding: .5% 7%
}

.contact {
    padding: 5%;
    background: #fff;
    z-index: 999
}

.contact h4 {
    font-size: 2em;
    line-height: 1.5em
}

.contact label {
    margin-bottom: 1.3rem
}

.contact .form-control {
    padding: 1.5rem 1rem
}

.contact .form-animate-fields .form-field {
    position: relative;
    overflow: hidden;
    padding-top: 24px;
    margin-bottom: 24px;
    z-index: 99
}

.contact .form-animate-fields .form-input {
    position: relative;
    z-index: 100;
    display: block;
    background-color: transparent;
    width: 100%;
    height: 44px;
    padding: 8px;
    border: 0;
    border-bottom: 1px solid #000 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000
}

.contact .form-animate-fields .form-input:focus {
    outline: 0;
    border-bottom: none !important
}

.contact .form-animate-fields .form-label {
    width: 100%;
    position: absolute;
    top: 24px;
    padding: 10px 0
}

.contact .form-animate-fields .form-label:after,
.contact .form-animate-fields .form-label:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0
}

.contact .form-animate-fields .form-label:before {
    top: 0;
    background-color: rgba(31, 168, 163, .1);
    height: 100%;
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    -webkit-transition: -webkit-transform .35s cubic-bezier(.7, 0, .3, 1);
    transition: -webkit-transform .35s cubic-bezier(.7, 0, .3, 1);
    transition: transform .35s cubic-bezier(.7, 0, .3, 1);
    transition: transform .35s cubic-bezier(.7, 0, .3, 1), -webkit-transform .35s cubic-bezier(.7, 0, .3, 1)
}

.contact .form-animate-fields .form-input.is-filled+.form-label:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.contact .form-animate-fields .form-label:after {
    bottom: 0;
    height: 2px;
    background-color: #5b6c6c;
    -webkit-transition: opacity .5s cubic-bezier(.7, 0, .3, 1);
    transition: opacity .5s cubic-bezier(.7, 0, .3, 1)
}

.contact .form-animate-fields .form-input.is-filled+.form-label:after {
    opacity: 0
}

.contact .form-animate-fields .form-label-content {
    color: #a9a9a9;
    position: relative;
    display: block;
    width: 100%;
    font-weight: 600 !important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: color .25s .25s cubic-bezier(.7, 0, .3, 1), -webkit-transform .25s 50ms cubic-bezier(.7, 0, .3, 1);
    transition: color .25s .25s cubic-bezier(.7, 0, .3, 1), -webkit-transform .25s 50ms cubic-bezier(.7, 0, .3, 1);
    transition: transform .25s 50ms cubic-bezier(.7, 0, .3, 1), color .25s .25s cubic-bezier(.7, 0, .3, 1);
    transition: transform .25s 50ms cubic-bezier(.7, 0, .3, 1), color .25s .25s cubic-bezier(.7, 0, .3, 1), -webkit-transform .25s 50ms cubic-bezier(.7, 0, .3, 1)
}

.contact .form-animate-fields .form-input.is-filled+.form-label .form-label-content {
    color: #1fa8a3;
    color: #1087df;
    opacity: 1 !important;
    font-weight: 600 !important;
    -webkit-transform: translate3d(0, -34px, 0) scale3d(.75, .75, .75);
    transform: translate3d(0, -34px, 0) scale3d(.75, .75, .75)
}

.contact input[type=submit] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: #1087df;
    color: #fff;
    font-weight: 700 !important;
    border-radius: 32px;
    width: 140px;
    line-height: 2.5;
    font-size: 18px;
    border: solid #1087df 1px;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-box-shadow: 0 6px 24px -4px rgba(11, 92, 152, .7);
    box-shadow: 0 6px 24px -4px rgba(11, 92, 152, .7);
    cursor: pointer;
    -webkit-transition: all 140ms;
    transition: all 140ms;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.contact input[type=submit]:hover {
    background-color: shade(#1087df, 8%)
}

.contact input[type=submit]:active {
    background-color: shade(#1087df, 26%);
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
}

.contact #submit-control {
    padding-top: 2rem;
    padding-bottom: 0 !important;
    margin: 0 !important;
    text-align: right
}

.contact .btn_custom {
    height: 55px;
    width: 190px
}

.btn_custom {
    position: relative;
    padding: .65em 4em;
    border-radius: .5em;
    background: linear-gradient(104.62deg, #1fa8a3 1.39%, #1087df 99.91%);
    color: #fff;
    border: none;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .6s cubic-bezier(.25, 1, .5, 1);
    transition: all .6s cubic-bezier(.25, 1, .5, 1);
    -webkit-mask-image: -webkit-radial-gradient(white, #000)
}

.btn_custom:hover .button-text {
    background-image: -webkit-gradient(linear, left top, right top, from(#1fa8a3), to(#1087df));
    background-image: linear-gradient(90deg, #1fa8a3 0, #1087df 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.btn_custom .button-text {
    position: relative;
    z-index: 2
}

.btn_custom .fill-container {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding-bottom: 100%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.btn_custom .fill-container::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 40%;
    -webkit-transition: all .6s cubic-bezier(.25, 1, .5, 1);
    transition: all .6s cubic-bezier(.25, 1, .5, 1);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.btn_custom:hover {
    border-color: #1087df;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.btn_custom:hover .fill-container {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
}

.btn_custom:hover .fill-container::after {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.fade_in {
    -webkit-animation-name: fade_in;
    animation-name: fade_in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes fade_in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade_in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.in-left_before {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: opacity .6s .1s, -webkit-transform .6s ease;
    transition: opacity .6s .1s, -webkit-transform .6s ease;
    transition: opacity .6s .1s, transform .6s ease;
    transition: opacity .6s .1s, transform .6s ease, -webkit-transform .6s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.in-left_after {
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.in-right_before {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: opacity .6s .1s, -webkit-transform .6s ease;
    transition: opacity .6s .1s, -webkit-transform .6s ease;
    transition: opacity .6s .1s, transform .6s ease;
    transition: opacity .6s .1s, transform .6s ease, -webkit-transform .6s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.in-right_after {
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translatex(100px);
        transform: translatex(100px)
    }

    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        transform: translatex(0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translatex(100px);
        transform: translatex(100px)
    }

    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        transform: translatex(0)
    }
}

.fade-up {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: opacity .6s .1s, -webkit-transform .6s ease;
    transition: opacity .6s .1s, -webkit-transform .6s ease;
    transition: opacity .6s .1s, transform .6s ease;
    transition: opacity .6s .1s, transform .6s ease, -webkit-transform .6s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.fade-in {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important
}

.scale {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: -webkit-transform .9s ease;
    transition: -webkit-transform .9s ease;
    transition: transform .9s ease;
    transition: transform .9s ease, -webkit-transform .9s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.scale-up {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.zoom-card {
    opacity: 0;
    -webkit-transition: -webkit-transform .9s ease;
    transition: -webkit-transform .9s ease;
    transition: transform .9s ease;
    transition: transform .9s ease, -webkit-transform .9s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.zoom-in {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

footer {
    padding-top: 5%;
    background-color: #16161a;
    -webkit-box-shadow: 0 10px 30px -5px #000;
    box-shadow: 0 10px 30px -5px #000;
    color: #94a1b2;
    z-index: 999
}

footer a {
    color: #94a1b2;
    margin: 3%
}

footer a:hover {
    color: #1087df;
    text-decoration: none;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out
}

.copy {
    text-align: center;
    padding: 1%;
    color: #94a1b2;
    background-color: #131316
}

#site-content {
    position: flex;
    z-index: 200;
    background: #fff !important;
    -webkit-box-shadow: 3px 2px 2px 0 rgba(0, 0, 0, .5);
    box-shadow: 3px 2px 2px 0 rgba(0, 0, 0, .5)
}

.site-footer {
    position: relative;
    z-index: -1;
    width: 100%;
    text-align: center;
    /* background-image: url(mck_parallax.svg); */
    height: 35vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden !important
}

.site-footer button {
    border-radius: .75em;
    position: relative;
    margin: 2%;
    padding: 2% 10% !important;
    border: 1px solid transparent;
    background: #000;
    padding: 10px;
    -webkit-box-shadow: 5px 8px 8px rgba(0, 0, 0, .19);
    box-shadow: 5px 8px 8px rgba(0, 0, 0, .19);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #1796c5 !important;
    font-size: 1.5em
}

.site-footer .cen {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.wrapper_footer {
    position: relative;
    margin: 0 !important
}

.smoothtop {
    position: absolute;
    margin-top: -25px;
    right: 30px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    cursor: pointer
}

.smoothtop:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.smoothtop .card {
    background-color: transparent;
    border: none
}

.ringing {
    padding-left: 6rem;
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes shake {
    2% {
        -webkit-transform: translate(1.5px, -1.5px) rotate(-.5deg);
        transform: translate(1.5px, -1.5px) rotate(-.5deg)
    }

    4% {
        -webkit-transform: translate(-1.5px, -.5px) rotate(1.5deg);
        transform: translate(-1.5px, -.5px) rotate(1.5deg)
    }

    6% {
        -webkit-transform: translate(1.5px, 2.5px) rotate(-.5deg);
        transform: translate(1.5px, 2.5px) rotate(-.5deg)
    }

    8% {
        -webkit-transform: translate(2.5px, .5px) rotate(-.5deg);
        transform: translate(2.5px, .5px) rotate(-.5deg)
    }

    10% {
        -webkit-transform: translate(2.5px, -.5px) rotate(-.5deg);
        transform: translate(2.5px, -.5px) rotate(-.5deg)
    }

    12% {
        -webkit-transform: translate(-.5px, 1.5px) rotate(1.5deg);
        transform: translate(-.5px, 1.5px) rotate(1.5deg)
    }

    14% {
        -webkit-transform: translate(2.5px, -.5px) rotate(1.5deg);
        transform: translate(2.5px, -.5px) rotate(1.5deg)
    }

    16% {
        -webkit-transform: translate(.5px, -1.5px) rotate(.5deg);
        transform: translate(.5px, -1.5px) rotate(.5deg)
    }

    18% {
        -webkit-transform: translate(2.5px, 2.5px) rotate(-.5deg);
        transform: translate(2.5px, 2.5px) rotate(-.5deg)
    }

    20% {
        -webkit-transform: translate(1.5px, -.5px) rotate(1.5deg);
        transform: translate(1.5px, -.5px) rotate(1.5deg)
    }

    22% {
        -webkit-transform: translate(-.5px, 1.5px) rotate(.5deg);
        transform: translate(-.5px, 1.5px) rotate(.5deg)
    }

    24% {
        -webkit-transform: translate(-1.5px, 1.5px) rotate(.5deg);
        transform: translate(-1.5px, 1.5px) rotate(.5deg)
    }

    26% {
        -webkit-transform: translate(2.5px, .5px) rotate(1.5deg);
        transform: translate(2.5px, .5px) rotate(1.5deg)
    }

    28% {
        -webkit-transform: translate(-.5px, -.5px) rotate(.5deg);
        transform: translate(-.5px, -.5px) rotate(.5deg)
    }

    72% {
        -webkit-transform: translate(-.5px, -.5px) rotate(.5deg);
        transform: translate(-.5px, -.5px) rotate(.5deg)
    }

    74% {
        -webkit-transform: translate(.5px, -1.5px) rotate(.5deg);
        transform: translate(.5px, -1.5px) rotate(.5deg)
    }

    76% {
        -webkit-transform: translate(-.5px, 1.5px) rotate(.5deg);
        transform: translate(-.5px, 1.5px) rotate(.5deg)
    }

    78% {
        -webkit-transform: translate(1.5px, -1.5px) rotate(-.5deg);
        transform: translate(1.5px, -1.5px) rotate(-.5deg)
    }

    80% {
        -webkit-transform: translate(-1.5px, -.5px) rotate(.5deg);
        transform: translate(-1.5px, -.5px) rotate(.5deg)
    }

    82% {
        -webkit-transform: translate(.5px, -.5px) rotate(.5deg);
        transform: translate(.5px, -.5px) rotate(.5deg)
    }

    84% {
        -webkit-transform: translate(2.5px, 2.5px) rotate(1.5deg);
        transform: translate(2.5px, 2.5px) rotate(1.5deg)
    }

    86% {
        -webkit-transform: translate(2.5px, -.5px) rotate(1.5deg);
        transform: translate(2.5px, -.5px) rotate(1.5deg)
    }

    88% {
        -webkit-transform: translate(.5px, .5px) rotate(-.5deg);
        transform: translate(.5px, .5px) rotate(-.5deg)
    }

    90% {
        -webkit-transform: translate(-.5px, -1.5px) rotate(-.5deg);
        transform: translate(-.5px, -1.5px) rotate(-.5deg)
    }

    92% {
        -webkit-transform: translate(2.5px, 1.5px) rotate(-.5deg);
        transform: translate(2.5px, 1.5px) rotate(-.5deg)
    }

    94% {
        -webkit-transform: translate(2.5px, -1.5px) rotate(-.5deg);
        transform: translate(2.5px, -1.5px) rotate(-.5deg)
    }

    96% {
        -webkit-transform: translate(2.5px, 2.5px) rotate(.5deg);
        transform: translate(2.5px, 2.5px) rotate(.5deg)
    }

    98% {
        -webkit-transform: translate(2.5px, -.5px) rotate(.5deg);
        transform: translate(2.5px, -.5px) rotate(.5deg)
    }

    0%,
    30%,
    70%,
    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

.cd-header {
    display: none
}

@media (max-width:810px) {
    #site-footer button {
        font-size: 1.1em
    }
}

.w-65 {
    width: 65%
}

.navlinkpos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 13%
}

.link {
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    margin: 0 4%
}

.link::after,
.link::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 75%;
    left: 0;
    pointer-events: none;
    color: #1fa8a3
}

.link::before {
    content: ""
}

.nav-links .link--dia {
    font-size: 1.15rem;
    font-weight: 500
}

.nav-links .link--dia::after,
.nav-links .link--dia::before {
    opacity: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .8, 1);
    transition-timing-function: cubic-bezier(.2, 1, .8, 1)
}

.nav-links .link--dia:hover::after,
.nav-links .link--dia:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(.2, 0, .3, 1);
    transition-timing-function: cubic-bezier(.2, 0, .3, 1)
}

.nav-links .link--dia::after {
    content: "";
    top: calc(75% + 4px);
    width: 70%;
    left: 15%;
    color: #1087df
}

.nav-links .link--dia::before,
.nav-links .link--dia:hover::after {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.nav-links .link--dia:hover::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

._cen {
    text-align: left
}

@media only screen and (max-width:600px) {
    ._cen {
        text-align: center
    }

    .cen {
        font-size: .6em
    }
}

@media only screen and (max-width:991px) {
    .navlinkpos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 13%
    }

    .nav-link {
        text-align: center
    }
}

.order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
}

.order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13
}

@media (max-width:769px) {
    .order-sm-first {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-sm-last {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
}

@media (max-width:992px) {
    .img-fluid {
        max-width: 100% !important;
        height: auto !important
    }
}

nav {
    width: 100vw;
    padding: 0 7%;
    background-color: rgba(255, 255, 255, .45);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    z-index: 8888;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

.logo {
    padding: 2vh 2vw;
    text-align: center
}

.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0 .7vw;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto 0
}

.nav-links li {
    margin: 0 3%
}

.nav-link {
    color: #000 !important;
    font-size: 1.25em
}

.hamburger div {
    width: 30px;
    height: 3px;
    background: #000;
    margin: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.hamburger {
    display: none
}

@media screen and (max-width:1150px) {
    .nav-links li {
        margin: 0
    }
}

@media screen and (max-width:900px) {
    nav {
        position: fixed;
        z-index: 8888
    }

    .header {
        display: none
    }

    .cd-header {
        display: block;
        position: fixed;
        width: 100%;
        top: 0;
        background-color: rgba(255, 255, 255, .45);
        left: 0;
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        z-index: 100
    }

    .header-wrapper {
        position: relative;
        width: calc(100% - 100px);
        margin-left: 50px
    }

    .logo-wrap {
        position: absolute;
        display: block;
        left: 0;
        top: 8px;
        cursor: pointer
    }

    .logo-wrap a {
        cursor: pointer;
        font-weight: 900 !important;
        font-size: 20px;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #fff;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .logo-wrap a span {
        color: #1087df
    }

    .logo-wrap a:hover {
        opacity: .9
    }

    .nav-but-wrap {
        position: relative;
        z-index: 999;
        float: right;
        padding-left: 15px;
        padding-top: 11px;
        margin-top: 16px;
        padding-bottom: 11px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .menu-icon {
        height: 30px;
        width: 30px;
        position: relative;
        z-index: 2;
        cursor: pointer;
        display: block
    }

    .menu-icon__line {
        height: 2px;
        width: 30px;
        display: block;
        background-color: #000;
        margin-bottom: 7px;
        cursor: pointer;
        transition: background-color .5s ease, -webkit-transform .2s ease;
        -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
        transition: transform .2s ease, background-color .5s ease;
        transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease
    }

    .menu-icon__line-left {
        width: 16.5px;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }

    .menu-icon__line-right {
        width: 16.5px;
        float: right;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }

    .menu-icon:hover .menu-icon__line-left,
    .menu-icon:hover .menu-icon__line-right {
        width: 30px
    }

    .nav {
        position: fixed;
        z-index: 200;
        display: block
    }

    .nav:after,
    .nav:before {
        content: "";
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: #daf5fc;
        border-bottom-left-radius: 200%;
        z-index: -1;
        -webkit-transition: border-radius linear .8s, -webkit-transform cubic-bezier(.77, 0, .175, 1) .6s;
        transition: border-radius linear .8s, -webkit-transform cubic-bezier(.77, 0, .175, 1) .6s;
        transition: transform cubic-bezier(.77, 0, .175, 1) .6s, border-radius linear .8s;
        transition: transform cubic-bezier(.77, 0, .175, 1) .6s, border-radius linear .8s, -webkit-transform cubic-bezier(.77, 0, .175, 1) .6s;
        transition: transform cubic-bezier(.77, 0, .175, 1) .6s, -webkit-transform cubic-bezier(.77, 0, .175, 1) .6s, border-radius linear .8s;
        -webkit-transform: translateX(100%) translateY(-100%);
        transform: translateX(100%) translateY(-100%)
    }

    .nav:after {
        background-image: linear-gradient(315deg, #1fa8a3 0, #1087df 74%);
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .nav:before {
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    .nav__content {
        position: fixed;
        visibility: hidden;
        top: 0;
        margin-top: 50px;
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
        width: 100%;
        text-align: center
    }

    .nav__list {
        position: relative;
        padding: 0;
        margin: 0;
        z-index: 2
    }

    .nav__list-item {
        position: relative;
        display: block;
        -webkit-transition-delay: .8s;
        transition-delay: .8s;
        opacity: 0;
        text-align: center;
        color: #fff;
        overflow: hidden;
        font-family: Montserrat, sans-serif;
        font-size: 5vh;
        font-weight: 900 !important;
        line-height: 1.15;
        letter-spacing: 3px;
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0);
        transition: opacity .2s ease, -webkit-transform .3s ease;
        -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
        transition: opacity .2s ease, transform .3s ease;
        transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
        margin-top: 4%;
        margin-bottom: 4%
    }

    .nav__list-item a {
        position: relative;
        text-decoration: none;
        color: rgba(255, 255, 255, .6);
        overflow: hidden;
        cursor: pointer;
        padding-left: 5px;
        padding-right: 5px;
        font-weight: 900;
        z-index: 2;
        display: inline-block;
        text-transform: uppercase;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }

    .nav__list-item a:after {
        position: absolute;
        content: "";
        top: 50%;
        margin-top: -2px;
        left: 50%;
        width: 0;
        height: 0;
        opacity: 0;
        background-image: linear-gradient(315deg, #1fa8a3 0, #1087df 74%);
        z-index: 1;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }

    .nav__list-item a:hover:after {
        height: 4px;
        opacity: 1;
        left: 0;
        width: 100%
    }

    .nav__list-item a:hover {
        color: #fff
    }

    .nav__list-item.active-nav a {
        color: #fff
    }

    .nav__list-item.active-nav a:after {
        height: 4px;
        opacity: 1;
        left: 0;
        width: 100%
    }

    .nav-active .nav__content {
        visibility: visible
    }

    .nav-active .menu-icon__line {
        background-color: #000;
        -webkit-transform: translate(0, 0) rotate(-45deg);
        transform: translate(0, 0) rotate(-45deg)
    }

    .nav-active .menu-icon__line-left {
        width: 15px;
        -webkit-transform: translate(2px, 4px) rotate(45deg);
        transform: translate(2px, 4px) rotate(45deg)
    }

    .nav-active .menu-icon__line-right {
        width: 15px;
        float: right;
        -webkit-transform: translate(-3px, -3.5px) rotate(45deg);
        transform: translate(-3px, -3.5px) rotate(45deg)
    }

    .nav-active .menu-icon:hover .menu-icon__line-left,
    .nav-active .menu-icon:hover .menu-icon__line-right {
        width: 15px
    }

    .nav-active .nav {
        visibility: visible
    }

    .nav-active .nav:after,
    .nav-active .nav:before {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        border-radius: 0
    }

    .nav-active .nav:after {
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    .nav-active .nav:before {
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .nav-active .nav__list-item {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
        transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
        transition: opacity .3s ease, transform .3s ease, color .3s ease;
        transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease
    }

    .nav-active .nav__list-item:nth-child(0) {
        -webkit-transition-delay: .7s;
        transition-delay: .7s
    }

    .nav-active .nav__list-item:nth-child(1) {
        -webkit-transition-delay: .8s;
        transition-delay: .8s
    }

    .nav-active .nav__list-item:nth-child(2) {
        -webkit-transition-delay: .9s;
        transition-delay: .9s
    }

    .nav-active .nav__list-item:nth-child(3) {
        -webkit-transition-delay: 1s;
        transition-delay: 1s
    }

    .nav-active .nav__list-item:nth-child(4) {
        -webkit-transition-delay: 1.1s;
        transition-delay: 1.1s
    }

    .nav-active .nav__list-item:nth-child(5) {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s
    }

    .nav-active .nav__list-item:nth-child(6) {
        -webkit-transition-delay: 1.3s;
        transition-delay: 1.3s
    }

    .nav-active .nav__list-item:nth-child(7) {
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s
    }

    .nav-active .nav__list-item:nth-child(8) {
        -webkit-transition-delay: 1.5s;
        transition-delay: 1.5s
    }

    .nav-active .nav__list-item:nth-child(9) {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s
    }

    .nav-active .nav__list-item:nth-child(10) {
        -webkit-transition-delay: 1.7s;
        transition-delay: 1.7s
    }
}

::-webkit-scrollbar {
    width: 9px !important
}

::-webkit-scrollbar-thumb {
    border-radius: 35px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 168, 163, .8)), to(rgba(16, 133, 223, .8)));
    background: linear-gradient(0deg, rgba(31, 168, 163, .8) 0, rgba(16, 133, 223, .8) 100%);
    -webkit-transition: .4s ease;
    transition: .4s ease
}

::-webkit-scrollbar-thumb:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#1fa8a3), to(#1085df));
    background: linear-gradient(0deg, #1fa8a3 0, #1085df 100%)
}

::-webkit-scrollbar-track {
    background: 0 0
}

.submit__control h3 {
    font-weight: 400 !important;
    margin-bottom: 25px
}

.submit__generated {
    display: inline-block
}

.submit__generated span {
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: center;
    line-height: 35px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px
}

.submit__generated.unvalid:after,
.submit__generated.valid:after {
    font-size: 18px;
    margin-left: 10px
}

.submit__generated.valid .submit__input {
    border: 1px solid #2ecc71;
    color: #2ecc71 !important
}

.submit__generated.unvalid .submit__input {
    border: 1px solid #e74c3c;
    color: #e74c3c
}

.submit__generated .submit__input {
    position: relative;
    outline: 0;
    height: 35px;
    width: 35px;
    border-radius: 4px;
    border: 1px solid #42a0dd;
    color: #42a0dd;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    top: -2px
}

i.fa-refresh {
    margin: 4px 0 0 5px;
    padding: 5px;
    font-size: 18px;
    color: rgba(0, 0, 0, .2);
    cursor: pointer;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out
}

i.fa-refresh:hover {
    color: rgba(0, 0, 0, .4);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

span.submit__error,
span.submit__error--empty {
    color: #e74c3c;
    position: absolute;
    margin-top: 0;
    margin-left: 100px
}

.submit {
    display: block;
    color: #fff;
    border: 0;
    opacity: 1;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out
}

.submit.enter-press,
.submit.overlay,
.submit:active {
    margin: auto;
    -webkit-box-shadow: none;
    box-shadow: none
}

.submit__overlay {
    height: 55px;
    width: 190px;
    background-color: #1085df7e;
    position: absolute;
    border-radius: .5em;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
