@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap);

:root {
    --primary1: #060423;
    --secondary1: #3d908a;
    --themebase2: #3d908a;
    --font1: 'Poppins', sans-serif;
    --fontbold: 700
}

a {
    color: #000;
    transition: .3s color ease-out, .3s background-color ease, .3s box-shadow ease
}

a i {
    margin-left: .5rem;
    margin-right: .5rem
}

a .appendix {
    opacity: .4;
    margin-left: .5rem
}

a:active,
a:focus,
a:hover {
    outline: 0 !important;
    text-decoration: none
}

a:hover {
    color: inherit
}

a.icon i {
    color: #000;
    margin-right: 1rem;
    font-size: 1.2rem
}

a.link {
    color: #000
}

a.nav-link i {
    color: inherit;
    opacity: .3
}

a.nav-link.active {
    color: #000
}

a.nav-link.active i {
    color: #000;
    opacity: 1
}

p {
    line-height: 2;
    font-size: 1.5rem;
    letter-spacing: .8px;
    word-spacing: 1px
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: var(--font1);
    font-weight: 400;
    position: relative
}

html {
    font-size: 62.5%
}

body {
    font-size: 1.5rem;
    overflow-x: hidden;
    line-height: 2.7rem
}

body.mfp-zoom-out-cur {
    overflow-y: hidden
}

body.pace-done.has-loading-screen .hero__link,
body.pace-done.has-loading-screen .loading-screen,
body.pace-done.has-loading-screen .navbar {
    transition-delay: 1s
}

body.pace-done.has-loading-screen .loading-screen {
    opacity: 0
}

body.pace-done.has-loading-screen .hero__link,
body.pace-done.has-loading-screen .navbar,
body.pace-done.has-loading-screen p.hero__title {
    opacity: 1
}

body.has-loading-screen .navbar {
    opacity: 0
}

body.has-loading-screen .hero__link {
    opacity: 0;
    transition: 3s
}

body.has-loading-screen p.hero__title {
    opacity: 0;
    transition: 3s;
    transition-delay: 1s
}

body.has-loading-screen h1 .hero__title {
    color: rgba(255, 255, 255, 0);
    position: relative
}

body.has-loading-screen h1 .hero__title.in span {
    color: var(--secondary1);
    position: relative;
    transition: .6s cubic-bezier(.25, .1, 0, 1.01);
    transition-delay: 1s
}

.hero__inner-wrapper h1 {
    font-size: 4rem;
    line-height: 6rem
}

body.has-loading-screen h1 .hero__title:before {
    background-color: #fff;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    content: '';
    z-index: 0;
    transition: .6s cubic-bezier(.25, .1, 0, 1.01);
    transition-delay: .3s
}

body.has-loading-screen h1 .hero__title.in {
    color: rgba(255, 255, 255, 1);
    transition-delay: .7s
}

body.has-loading-screen h1 .hero__title.in:before {
    animation: animation-h1-bg-reveal-in 1s cubic-bezier(.25, .1, 0, 1.01) forwards;
    animation-delay: .3s
}

@keyframes animation-h1-bg-reveal-in {
    0% {
        left: 0;
        width: 0
    }

    40% {
        left: 0;
        width: 100%
    }

    50% {
        right: 0
    }

    51% {
        right: 0;
        width: 100%
    }

    100% {
        right: 0;
        width: 0
    }
}

@keyframes animation-h1-bg-reveal-out {
    0% {
        right: 0;
        width: 0
    }

    10% {
        right: 0;
        width: 100%
    }

    20% {
        right: 0;
        width: 100%
    }

    100% {
        left: 0;
        width: 100%
    }
}

dl {
    margin-bottom: 1rem
}

dl dt {
    float: left;
    padding: .2rem 0
}

dl dd {
    text-align: right;
    padding: .2rem 0
}

ol,
ul {
    line-height: 3.2rem
}

h1 {
    font-size: 6rem;
    margin-bottom: 3rem;
    margin-top: 1rem;
    font-weight: 700;
    line-height: 8rem
}

h2 {
    font-size: 3.6rem;
    margin-bottom: 4rem;
    padding-top: 1rem;
    font-weight: 700
}

h3 {
    font-size: 3rem;
    margin-bottom: 2rem
}

h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.6rem
}

h5 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 700
}

hr {
    border-top-width: .2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    position: relative
}

hr.skewed {
    transform: rotate(-2deg)
}

hr.hr-skew-left {
    border: none;
    height: 7rem
}

hr.hr-skew-left:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    width: 100%;
    z-index: 1
}

hr.hr-skew-right {
    border: none;
    height: 7rem
}

hr.hr-skew-right:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    width: 100%;
    z-index: 1
}

hr.hr-white {
    border-top-color: #fff
}

.mark,
mark {
    background-color: #ffdc23
}

p {
    opacity: .65;
    margin-bottom: 3rem
}

section {
    position: relative
}

.badge {
    border-radius: .1rem;
    font-size: 1.2rem;
    font-weight: 700;
    padding: .6rem .6rem .4rem .6rem;
    vertical-align: middle;
    margin-left: .3rem;
    margin-right: .3rem
}

.big-number {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.big-number h4 {
    color: #000;
    font-size: 10rem;
    font-weight: 700;
    position: relative
}

.big-number h4:after {
    background-color: rgba(0, 0, 0, .06);
    bottom: 0;
    content: '';
    height: .3rem;
    left: 0;
    position: absolute;
    width: 7rem
}

.big-number h5 {
    font-size: 2rem;
    font-weight: 700
}

.block {
    padding-top: 8rem;
    padding-bottom: 8rem;
    overflow: hidden
}

.block .block__title {
    margin-bottom: 8rem
}

.block .block__title h2 {
    margin-bottom: 1rem
}

.block .block__title h3 {
    opacity: .5;
    font-size: 2.8rem
}

.block .block__wrapper {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem
}

.block .block__wrapper>h3 {
    margin-bottom: 6rem
}

.block .block__wrapper .background-wrapper {
    z-index: -1
}

.block section {
    margin-bottom: 2rem
}

.blockquote {
    padding: 2rem 4rem;
    position: relative
}

.blockquote p {
    font-size: 3.6rem;
    line-height: 5rem;
    margin-bottom: 3rem;
    opacity: .8
}

.blockquote .blockquote-footer {
    color: #000;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    left: 8rem;
    position: relative
}

.blockquote .blockquote-footer:before {
    background-color: #000;
    bottom: 0;
    content: '';
    left: -8rem;
    height: .2rem;
    margin: auto;
    position: absolute;
    top: 0;
    opacity: .2;
    width: 7rem
}

.blockquote i {
    color: #000;
    font-size: 8rem;
    margin-bottom: 3rem
}

.blockquote.blockquote--advanced {
    padding: 8rem 6rem
}

.blockquote.blockquote--advanced .image {
    border-radius: 50%;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
    display: inline-block;
    height: 13rem;
    margin-right: 5rem;
    position: relative;
    width: 13rem;
    vertical-align: middle;
    z-index: 1
}

.blockquote.blockquote--advanced:after {
    color: #000;
    content: '\f0e5';
    font-family: fontawesome;
    font-size: 9rem;
    left: 7rem;
    position: absolute;
    top: -1rem
}

.blockquote.blockquote--advanced:before {
    background-color: rgba(0, 0, 0, .06);
    content: '';
    height: 30rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 50rem;
    transform: skewY(-2deg);
    z-index: 0
}

.box {
    display: block;
    height: 100%;
    padding-bottom: 3rem;
    position: relative
}

.box .box__wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: .3s ease;
    position: relative;
    overflow: hidden
}

.box .box__header {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.box .box__image {
    margin-bottom: 3rem
}

.box .box__content {
    padding-top: .5rem;
    padding-bottom: 2rem;
    flex: 1 1 auto
}

.box .box__content p {
    margin-bottom: .5rem
}

.box .box__content li {
    opacity: .65;
    padding-left: 0
}

.box .box__footer {
    padding-top: .5rem;
    padding-bottom: 1rem;
    margin-top: -3rem
}

.box.box--pricing .box__wrapper {
    background-color: #fff;
    border-radius: .3rem;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
    text-align: center
}

.box.box--pricing .box__header {
    background-color: rgba(0, 0, 0, .06);
    padding-top: 4rem;
    padding-bottom: 2rem
}

.box.box--pricing .box__content {
    padding-top: 2rem;
    padding-bottom: 4rem
}

.box.box--pricing .box__footer {
    padding-bottom: 3rem;
    padding-top: 3rem
}

.box.box--pricing h4 {
    font-weight: 700;
    margin-bottom: 1rem;
    opacity: .8
}

.box.box--pricing h5 {
    opacity: .5
}

.box.box--pricing .price {
    font-weight: 700;
    margin-bottom: .2rem
}

.box.box--pricing ul {
    opacity: .6
}

.box.box--pricing.promoted {
    transform: scale(1.03)
}

.box.box--pricing.promoted .box__wrapper {
    background-color: #000;
    box-shadow: 0 1rem 2.2rem rgba(0, 0, 0, .2)
}

.box.box--pricing.promoted .box__footer {
    background-color: transparent
}

.box.box--pricing.promoted .price,
.box.box--pricing.promoted ul {
    color: #fff;
    opacity: 1
}

.box.box--image {
    height: 48rem;
    transition: .3s transform ease
}

.box.box--image .additional-info figure {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 2rem
}

.box.box--image .additional-info figure i {
    opacity: .3
}

.box.box--image .additional-info figure span {
    opacity: .5
}

.box.box--image p {
    line-height: 1.6;
    margin-bottom: 0;
    position: relative
}

.box.box--image .box__wrapper {
    background-color: #fff;
    border-radius: .3rem;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
    overflow: hidden;
    position: relative
}

.box.box--image .box__header {
    height: 22rem;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0
}

.box.box--image .box__content {
    background-color: #fff;
    bottom: 0;
    min-height: 15rem;
    padding: 3rem;
    position: absolute;
    width: 100%
}

.box.box--image h4 {
    font-weight: 700;
    margin-bottom: 1rem
}

.box.box--image h5 {
    opacity: .5
}

.box.box--image:hover .box__wrapper {
    box-shadow: 0 .4rem 3rem rgba(0, 0, 0, .25)
}

.box.box--image.box--image--full-image {
    color: #fff
}

.box.box--image.box--image--full-image .box__header {
    height: 100%
}

.box.box--image.box--image--full-image .box__image:before {
    transition: .3s ease;
    opacity: .7;
    border-radius: .3rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40rem;
    content: '';
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%)
}

.box.box--image.box--image--full-image .box__content {
    background-color: transparent;
    min-height: inherit
}

.box.box--image.box--image--full-image h4 {
    font-size: 3.6rem;
    position: relative;
    bottom: 0;
    transition: .3s ease
}

.box.box--image.box--image--full-image h5 {
    bottom: 3rem;
    opacity: 0;
    transition: .3s ease;
    position: absolute
}

.box.box--image.box--image--full-image:hover .box__wrapper {
    box-shadow: 0 .4rem 3rem rgba(0, 0, 0, .5)
}

.box.box--image.box--image--full-image:hover .box__image:before {
    opacity: .9
}

.box.box--image.box--image--full-image:hover h4 {
    bottom: 2.5rem
}

.box.box--image.box--image--full-image:hover h5 {
    opacity: .4
}

.carousel-gallery {
    margin-top: -6rem
}

.carousel-gallery .carousel-gallery__image {
    display: block;
    height: 54rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
    position: relative
}

.carousel-gallery .carousel-gallery__image .img-into-bg {
    border-radius: .3rem;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
    overflow: hidden
}

.carousel-gallery .box {
    height: 54rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 4rem
}

.carousel-gallery .box.box--image.box--image--full-image .box__image:before {
    display: none
}

.morphext>.animated {
    display: inline-block
}

.dropdown-menu {
    border: none;
    font-size: 1.4rem;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
    padding: 0
}

.dropdown-menu.show {
    transform: inherit !important;
    top: 100% !important;
    font-size: inherit
}

#footer {
    color: #fff;
    padding-top: 8rem;
    padding-bottom: 2rem;
    position: relative
}

#footer a {
    color: #fff
}

#footer .background--particles {
    margin: 0
}

#footer input[type=date],
#footer input[type=email],
#footer input[type=number],
#footer input[type=password],
#footer input[type=search],
#footer input[type=tel],
#footer input[type=text],
#footer input[type=time],
#footer textarea.form-control {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .3);
    color: #fff;
    box-shadow: none
}

#footer input[type=date]:active,
#footer input[type=date]:focus,
#footer input[type=date]:hover,
#footer input[type=email]:active,
#footer input[type=email]:focus,
#footer input[type=email]:hover,
#footer input[type=number]:active,
#footer input[type=number]:focus,
#footer input[type=number]:hover,
#footer input[type=password]:active,
#footer input[type=password]:focus,
#footer input[type=password]:hover,
#footer input[type=search]:active,
#footer input[type=search]:focus,
#footer input[type=search]:hover,
#footer input[type=tel]:active,
#footer input[type=tel]:focus,
#footer input[type=tel]:hover,
#footer input[type=text]:active,
#footer input[type=text]:focus,
#footer input[type=text]:hover,
#footer input[type=time]:active,
#footer input[type=time]:focus,
#footer input[type=time]:hover,
#footer textarea.form-control:active,
#footer textarea.form-control:focus,
#footer textarea.form-control:hover {
    border-color: rgba(255, 255, 255, .8)
}

#footer .form ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .3)
}

#footer .form ::-moz-placeholder {
    color: rgba(255, 255, 255, .3)
}

#footer .form :-ms-input-placeholder {
    color: rgba(255, 255, 255, .3)
}

#footer .form :-moz-placeholder {
    color: rgba(255, 255, 255, .3)
}

.gallery {
    position: relative
}

.gallery .gallery__image {
    background-color: #000;
    color: #fff;
    display: block;
    height: 50rem;
    overflow: hidden
}

.gallery .gallery__image:hover .img-into-bg {
    opacity: .3;
    transform: scale(1.1)
}

.gallery .gallery__caption {
    padding: 8rem 4rem;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2
}

.gallery .gallery__caption h3 {
    font-size: 4.2rem
}

.gallery .gallery__caption h5 {
    font-size: 1.8rem;
    margin-bottom: .2rem;
    font-weight: 700;
    opacity: .8
}

.gallery .img-into-bg {
    opacity: .6;
    transition: 1s cubic-bezier(.23, .05, .17, 1.02);
    transform: scale(1.03)
}

@keyframes animation--hero-link--arrow {
    0% {
        top: 1rem;
        left: 1.7rem
    }

    10% {
        top: .5rem;
        left: 1.7rem
    }

    20% {
        left: 1.7rem;
        top: 4rem
    }

    30% {
        top: 5rem;
        left: -2rem
    }

    31% {
        top: -5rem;
        left: -2rem
    }

    32% {
        top: -4rem;
        left: 1.7rem
    }

    40% {
        top: 1.5rem
    }

    100%,
    50% {
        top: 1rem
    }
}

#hero {
    color: #fff;
    position: relative
}

#hero a.btn,
#hero a.hero__link {
    color: #fff
}

#hero .hero__link {
    font-size: 2.4rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    position: relative
}

#hero .hero__link figure {
    background-color: rgba(255, 255, 255, .3);
    border-radius: 100%;
    color: #fff;
    font-size: 2.7rem;
    padding: 1.5rem;
    margin-right: 1rem;
    position: relative;
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    display: inline-block
}

#hero .hero__link figure:after {
    content: '\f107';
    font-family: Fontawesome;
    color: #fff;
    display: block;
    position: absolute;
    left: 1.7rem;
    top: 1rem;
    animation: animation--hero-link--arrow 2s cubic-bezier(.01, .33, .09, .99) infinite;
    animation-delay: 1s
}

#hero .hero__link:hover {
    color: #fff
}

#hero .container,
#hero .row {
    height: 100%
}

#hero .hero__caption {
    background-color: #000;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
    padding: 5rem 3rem;
    color: #fff;
    position: relative
}

#hero .hero__outer-wrapper {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 101
}

#hero .hero__inner-wrapper {
    display: table-cell;
    position: relative
}

#hero .hero__background {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0
}

#hero .hero__background div {
    height: 100%
}

#hero .hero__slider {
    height: 100%
}

#hero .hero__slider div {
    height: 100% !important
}

#hero .hero__slider .slide {
    height: 100%;
    width: 100%
}

#hero hr {
    border-top-color: #fff;
    border-width: .1rem;
    opacity: .3;
    margin: 5px 0
}

#hero .navbar {
    padding: 1.2rem
}

#hero .navbar:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-color: var(--primary1);
    opacity: 0;
    transition: .3s ease;
    z-index: -1
}

#hero .navbar.bg-black:after,
#hero .navbar.bg-black:before {
    opacity: 1
}

.list.list--text li {
    margin-bottom: 5rem
}

.list.list--text h4 {
    font-size: 2.4rem;
    margin-bottom: 1.8rem
}

.list.list--dashed {
    list-style: none
}

.list.list--dashed li {
    position: relative
}

.list.list--dashed li:before {
    background-color: #000;
    content: '';
    height: .2rem;
    font-size: 1.4rem;
    font-weight: 700;
    left: -2rem;
    opacity: .6;
    position: absolute;
    top: 1rem;
    width: 1rem
}

.loading-screen {
    background-color: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    transition: 3s ease
}

.map-wrapper {
    position: relative
}

.map-wrapper .pack {
    position: absolute;
    z-index: 1;
    bottom: -3rem;
    left: 3rem
}

.map-wrapper .pack .image {
    height: 20rem;
    margin-top: 2rem;
    margin-right: -3rem;
    margin-left: -3rem;
    margin-bottom: -3rem
}

.modal {
    text-align: center
}

.modal .close {
    background-color: #fff;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    color: #000;
    height: 5rem;
    width: 5rem;
    line-height: 0;
    position: absolute;
    right: -1rem;
    top: -1rem;
    z-index: 3
}

.modal .modal-content {
    box-shadow: 0 .5rem 5rem rgba(0, 0, 0, 1);
    border: none;
    opacity: 0;
    transform: scale(.98);
    transition: .3s ease
}

.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    transition: .3s ease
}

.modal.fade .modal-dialog {
    transform: translate(0, 0)
}

.modal.show .modal-content {
    opacity: 1;
    transform: scale(1)
}

.modal-backdrop.show {
    opacity: .7
}

.modal .modal-dialog {
    max-width: 100rem
}

.modal .modal__title {
    bottom: 0;
    color: #fff;
    left: 3rem;
    position: absolute;
    z-index: 2
}

.modal .modal-header {
    height: 45rem;
    position: relative;
    width: 100%
}

.modal .modal__carousel {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.modal .modal__carousel div {
    height: 100% !important
}

.modal .modal__carousel:before {
    opacity: .7;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20rem;
    content: '';
    pointer-events: none;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%)
}

.mfp-fade.mfp-bg {
    opacity: 0;
    background-color: #000;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.navbar {
    padding: 3rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    transition: 2s opacity ease
}

.navbar .nav-info {
    opacity: .4;
    padding: .5rem 1rem;
    font-weight: 700
}

.navbar .nav-link {
    display: block;
    font-weight: 700;
    transition: .3s ease;
    position: relative
}

.navbar .divider {
    background-color: #000;
    height: auto;
    width: .2rem;
    margin-right: 2rem;
    margin-left: 2rem;
    opacity: .05
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    letter-spacing: 1px;
    font-weight: 400
}

.owl-carousel .owl-item .img-into-bg img {
    display: none
}

.owl-next,
.owl-prev {
    cursor: pointer;
    display: inline-block;
    transition: .3s ease;
    opacity: .7;
    height: 4rem;
    width: 4rem;
    text-align: center;
    line-height: 4rem;
    border-radius: 50%
}

.owl-next:hover,
.owl-prev:hover {
    background-color: #000;
    opacity: 1
}

.owl-next:before,
.owl-prev:before {
    font-family: fontawesome;
    font-size: 1.6rem
}

.owl-next:before {
    content: '\f054'
}

.owl-prev:before {
    content: '\f053'
}

.page-wrapper {
    height: 100%;
    position: relative
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: .3125rem;
    width: 12.5rem;
    background: rgba(255, 255, 255, .2);
    overflow: hidden
}

.pace .pace-progress {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 12.5rem;
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #fff
}

.pace.pace-inactive {
    display: none
}

.person {
    position: relative;
    text-align: center
}

.person .person__image {
    border-radius: 50%;
    backface-visibility: hidden;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
    height: 23rem;
    width: 23rem;
    overflow: hidden;
    display: inline-block;
    position: relative
}

.person .person__description {
    margin-left: 20rem
}

.person .person__social {
    background-color: rgba(0, 0, 0, .6);
    border-radius: 100%;
    bottom: 4rem;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 24rem;
    transform: translateY(100%);
    transition: .3s ease
}

.person .person__social i {
    color: #fff;
    padding: .5rem;
    font-size: 2rem
}

.person label {
    font-weight: 700;
    font-size: 1.4rem;
    padding-bottom: 0;
    margin-bottom: 0
}

.person h4 {
    margin-bottom: 1rem
}

.person h5 {
    opacity: .5;
    font-weight: 400;
    margin-bottom: 2rem
}

.person:hover .person__social {
    transform: translateY(calc(0 + 4rem))
}

.prog-bar {
    margin-bottom: 3rem;
    position: relative
}

.prog-bar h4 {
    margin-bottom: 2.5rem
}

.prog-bar h5 {
    background-color: rgba(0, 0, 0, .06);
    font-size: 1.4rem;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 0
}

.prog-bar h5:before {
    bottom: -1rem;
    border-style: solid;
    border-width: 0 1rem 1rem 0;
    border-color: transparent rgba(0, 0, 0, .06) transparent transparent;
    content: '';
    height: 0;
    right: 0;
    width: 0;
    position: absolute
}

.prog-bar .bar {
    background-color: #000;
    height: .3rem;
    width: 100%
}

.slider-nav {
    bottom: 7rem;
    position: absolute;
    right: 0
}

.tab-content {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.btn {
    display: inline-block;
    position: relative;
    transition: .3s ease;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    border-radius: .2rem;
    padding: 1.4rem 1.6rem 1.3rem 1.6rem;
    border: none;
    outline: 0 !important;
    cursor: pointer;
    box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .2)
}

.btn:active,
.btn:focus,
.btn:hover {
    outline: 0 !important
}

.btn.btn-primary {
    background-color: var(--primary1);
    border-color: var(--primary1)
}

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
    color: #fff;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .2)
}

.btn.btn-default {
    background-color: #fff;
    border-color: #fff;
    color: #000
}

.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:hover {
    color: #000;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .2)
}

.btn.btn-rounded {
    border-radius: 3rem
}

.btn.btn-framed {
    background-color: transparent;
    border-style: solid;
    border-width: .5rem;
    border-radius: .3rem;
    box-shadow: none;
    color: #000;
    opacity: .9;
    position: relative
}

.btn.btn-framed.btn-primary {
    border-color: #000
}

.btn.btn-framed.btn-primary:active,
.btn.btn-framed.btn-primary:focus,
.btn.btn-framed.btn-primary:hover {
    background-color: #000;
    border-color: #000;
    box-shadow: none;
    color: #fff
}

.btn.btn-framed.btn-secondary {
    color: #868e96
}

.btn.btn-framed.btn-secondary:active,
.btn.btn-framed.btn-secondary:focus,
.btn.btn-framed.btn-secondary:hover {
    background-color: #868e96;
    color: #fff
}

.btn.btn-framed.btn-success {
    color: #1e7e34
}

.btn.btn-framed.btn-success:active,
.btn.btn-framed.btn-success:focus,
.btn.btn-framed.btn-success:hover {
    background-color: #1e7e34;
    color: #fff
}

.btn.btn-framed.btn-danger {
    color: #dc3545
}

.btn.btn-framed.btn-danger:active,
.btn.btn-framed.btn-danger:focus,
.btn.btn-framed.btn-danger:hover {
    background-color: #dc3545;
    color: #fff
}

.btn.btn-framed.btn-warning {
    color: #ffc107
}

.btn.btn-framed.btn-warning:active,
.btn.btn-framed.btn-warning:focus,
.btn.btn-framed.btn-warning:hover {
    background-color: #ffc107;
    color: #fff
}

.btn.btn-framed.btn-info {
    color: #17a2b8
}

.btn.btn-framed.btn-info:active,
.btn.btn-framed.btn-info:focus,
.btn.btn-framed.btn-info:hover {
    background-color: #17a2b8;
    color: #fff
}

.btn.btn-framed.btn-light {
    color: #000;
    border-color: rgba(0, 0, 0, .06)
}

.btn.btn-framed.btn-light:active,
.btn.btn-framed.btn-light:focus,
.btn.btn-framed.btn-light:hover {
    background-color: rgba(0, 0, 0, .06)
}

.btn.small {
    padding: .7rem 1rem;
    font-size: 1.2rem
}

.btn.large {
    font-size: 2.4rem;
    padding: 1.2rem 2.4rem
}

.btn.large.icon i {
    margin: 0 1rem;
    font-size: 1.5rem
}

.btn.icon i {
    margin: 0 .5rem;
    font-size: 1.2rem;
    vertical-align: middle
}

.btn.btn-light {
    color: #000
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
select.custom-select,
textarea.form-control {
    border: .2rem solid rgba(0, 0, 0, .15);
    border-radius: .3rem;
    color: #363636;
    transition: .3s;
    transform-style: preserve-3d;
    -webkit-appearance: none;
    background-color: #fff;
    font-size: 1.4rem;
    outline: 0 !important;
    width: 100%;
    height: inherit;
    padding: 1.5rem
}

input[type=date]:active,
input[type=date]:focus,
input[type=date]:hover,
input[type=email]:active,
input[type=email]:focus,
input[type=email]:hover,
input[type=number]:active,
input[type=number]:focus,
input[type=number]:hover,
input[type=password]:active,
input[type=password]:focus,
input[type=password]:hover,
input[type=search]:active,
input[type=search]:focus,
input[type=search]:hover,
input[type=tel]:active,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=text]:active,
input[type=text]:focus,
input[type=text]:hover,
input[type=time]:active,
input[type=time]:focus,
input[type=time]:hover,
select.custom-select:active,
select.custom-select:focus,
select.custom-select:hover,
textarea.form-control:active,
textarea.form-control:focus,
textarea.form-control:hover {
    border: .2rem solid rgba(0, 0, 0, .25)
}

input[type=date].small,
input[type=email].small,
input[type=number].small,
input[type=password].small,
input[type=search].small,
input[type=tel].small,
input[type=text].small,
input[type=time].small,
textarea.form-control.small {
    padding: 1rem
}

.input-group-btn {
    margin-bottom: .4rem
}

.input-group-btn:not(:first-child)>.btn:first-child {
    margin-left: -.2rem;
    border-radius: 0;
    background-color: #000;
    box-shadow: none;
    top: .2rem
}

label {
    padding-bottom: .5rem;
    margin-right: 1rem
}

.form .status {
    transform: scale(.1);
    transition: .3s ease;
    top: -2rem;
    right: -2rem;
    position: absolute
}

.form .status .status-icon {
    border-radius: 50%;
    transition: .3s ease;
    width: 4rem;
    height: 4rem;
    background-color: grey;
    color: #fff;
    text-align: center;
    line-height: 4rem
}

.form .status .status-icon.valid {
    background-color: #50aa8d
}

.form .status .status-icon.invalid {
    background-color: #e45544
}

.form .status i {
    font-size: 1.8rem
}

.form .form-group {
    position: relative
}

.form label.error {
    position: absolute;
    left: 0;
    bottom: -3rem;
    background-color: red;
    color: #fff;
    padding: .3rem
}

.form ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.form :-moz-placeholder {
    color: rgba(0, 0, 0, .4)
}

.form ::-moz-placeholder {
    color: rgba(0, 0, 0, .4)
}

.form :-ms-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.form ::-ms-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.form.submitted .status {
    transform: scale(1)
}

.form.submitted .form-group,
.form.submitted .input-group {
    pointer-events: none
}

.form.submitted .btn[type=submit] {
    pointer-events: none;
    opacity: .5
}

.form-group {
    margin-bottom: 1.5rem
}

.form-group label {
    font-size: 1.3rem;
    margin-bottom: .8rem;
    font-weight: 700
}

.form-group label.framed {
    font-weight: 400
}

textarea.form-control {
    line-height: 2rem
}

.background-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden
}

.background-wrapper .background {
    height: 100%;
    width: 100%
}

.background-wrapper.skew-down,
.background-wrapper.skew-up {
    position: absolute
}

.background--image,
.img-into-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.background--image img,
.img-into-bg img {
    display: none
}

.background--image.original--size,
.img-into-bg.original--size {
    background-size: inherit
}

.background--image.background--repeat-x,
.img-into-bg.background--repeat-x {
    background-repeat: repeat-x
}

.background--image.background--repeat-y,
.img-into-bg.background--repeat-y {
    background-repeat: repeat-y
}

.background--image.background--repeat-repeat,
.img-into-bg.background--repeat-repeat {
    background-repeat: repeat;
    background-size: inherit
}

.background--particles {
    margin-left: -10%;
    margin-top: -10%;
    overflow: hidden;
    width: 120%;
    height: 120%
}

.bg-light {
    background-color: #fff !important
}

.img-responsive {
    max-width: 100%
}

.d-table-row {
    display: table-row
}

#content [data-parallax=scroll] .parallax-element.background--image {
    height: 150%
}

.no-shadow {
    box-shadow: none !important
}

.no-shadow:hover {
    box-shadow: none
}

[data-parallax=scroll] .parallax-element {
    background-position-x: 50%;
    transform: translateY(0);
    overflow: visible;
    position: relative;
    background-position-y: 0
}

.pack {
    background-color: #fff;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
    padding: 3rem;
    border-radius: .3rem;
    position: relative
}

.rounded-corners {
    border-radius: .3rem
}

.has-dark-background {
    color: #fff
}

.has-dark-background .btn-framed {
    color: #fff
}

.no-shadow {
    box-shadow: none;
    text-shadow: none
}

.pointer-events-none {
    pointer-events: none
}

.position-absolute {
    position: absolute
}

.position-relative {
    position: relative
}

.text-caps {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700
}

.height-100px {
    height: 6.25rem
}

.height-150px {
    height: 9.375rem
}

.height-200px {
    height: 12.5rem
}

.height-250px {
    height: 15.625rem
}

.height-300px {
    height: 18.75rem
}

.height-350px {
    height: 21.875rem
}

.height-400px {
    height: 25rem
}

.height-450px {
    height: 28.125rem
}

.height-500px {
    height: 31.25rem
}

.height-10 {
    height: 10%
}

.height-20 {
    height: 20%
}

.height-30 {
    height: 30%
}

.height-40 {
    height: 40%
}

.height-50 {
    height: 50%
}

.height-60 {
    height: 60%
}

.height-70 {
    height: 70%
}

.height-80 {
    height: 80%
}

.height-90 {
    height: 90%
}

.height-100 {
    height: 100%
}

.width-10 {
    width: 10%
}

.width-20 {
    width: 20%
}

.width-25 {
    width: 25%
}

.width-30 {
    width: 30%
}

.width-33 {
    width: 33%
}

.width-40 {
    width: 40%
}

.width-50 {
    width: 50%
}

.width-60 {
    width: 60%
}

.width-70 {
    width: 70%
}

.width-80 {
    width: 80%
}

.width-90 {
    width: 90%
}

.width-100 {
    width: 100%
}

.width-10px {
    width: .625rem
}

.width-20px {
    width: 1.25rem
}

.width-30px {
    width: 1.875rem
}

.width-40px {
    width: 2.5rem
}

.width-50px {
    width: 3.125rem
}

.width-100px {
    width: 6.25rem
}

.width-150px {
    width: 9.375rem
}

.width-200px {
    width: 12.5rem
}

.width-250px {
    width: 15.625rem
}

.width-300px {
    width: 18.75rem
}

.opacity-5 {
    opacity: .05
}

.opacity-10 {
    opacity: .1
}

.opacity-20 {
    opacity: .2
}

.opacity-30 {
    opacity: .3
}

.opacity-40 {
    opacity: .4
}

.opacity-50 {
    opacity: .5
}

.opacity-60 {
    opacity: .6
}

.opacity-70 {
    opacity: .7
}

.opacity-80 {
    opacity: .8
}

.opacity-90 {
    opacity: .9
}

.push-right {
    right: -10rem;
    position: relative;
    z-index: 1
}

.push-left {
    left: -10rem;
    position: relative;
    z-index: 1
}

.push-down {
    top: 5rem;
    position: relative;
    z-index: 1
}

.push-up {
    top: -5rem;
    position: relative;
    z-index: 1
}

.reveal {
    position: relative;
    display: inline-block
}

.reveal:before {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    transition: .6s cubic-bezier(.25, .1, 0, 1.01);
    transition-delay: .1s
}

.reveal.in:before {
    width: 0
}

.skew-up-right {
    position: relative
}

.skew-up-right:before {
    background-image: url(../img/bg-skew-up-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    width: 100%;
    z-index: 1
}

.skew-up-left {
    position: relative
}

.skew-up-left:before {
    background-image: url(../../assets/img/bg-skew-up-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    width: 100%;
    z-index: 1
}

.skew-down-right {
    position: relative
}

.skew-down-right:after {
    background-image: url(../../assets/img/bg-skew-down-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
    z-index: 1
}

.skew-down-left {
    position: relative
}

.skew-down-left:after {
    background-image: url(../../assets/img/bg-skew-down-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
    z-index: 1
}

.shadow {
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15)
}

.text-align-right {
    text-align: right
}

.text-align-left {
    text-align: left
}

.text-color-black {
    color: #000
}

.text-color-white {
    color: #fff !important
}

.text-color-default {
    color: #000
}

.line-height-2 {
    line-height: 1.2
}

.line-height-4 {
    line-height: 1.4
}

.line-height-6 {
    line-height: 1.6
}

.line-height-8 {
    line-height: 1.8
}

@media screen and (min-width:48rem) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: ' ';
        height: 100%
    }
}

@media (min-width:62rem) and (max-width:74.9375rem) {
    h1 {
        font-size: 4.2rem;
        margin-top: 0;
        line-height: 6rem
    }

    h2 {
        font-size: 3.8rem
    }

    h3 {
        font-size: 2.4rem
    }

    h4 {
        font-size: 2.2rem
    }

    body {
        font-size: 1.4rem;
        line-height: 2.4rem
    }

    .block {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .box.box--image .box__content {
        padding: 2.5rem
    }

    .blockquote p {
        font-size: 3rem;
        line-height: 4rem
    }

    .big-number h4 {
        font-size: 8rem
    }

    .big-number h5 {
        font-size: 1.8rem;
        line-height: 2.2rem
    }

    .gallery .gallery__image {
        height: 40rem
    }

    .gallery .gallery__caption {
        padding: 4rem 3rem
    }

    .gallery .gallery__caption h3 {
        font-size: 3rem
    }

    .navbar {
        padding: 2rem
    }

    ol,
    ul {
        line-height: 2.8rem
    }

    .person .person__image {
        height: 21rem;
        width: 21rem
    }

    .push-right {
        right: -6rem
    }

    .push-left {
        left: -6rem
    }

    .push-down {
        top: 4rem
    }

    .push-up {
        top: -4rem
    }
}

@media (min-width:48rem) and (max-width:61.9375rem) {
    h1 {
        font-size: 3.8rem;
        margin-top: 0;
        line-height: 5rem
    }

    h2 {
        font-size: 3.2rem
    }

    h3 {
        font-size: 2.2rem
    }

    h4 {
        font-size: 2rem
    }

    p {
        font-size: 1.4rem;
        line-height: 2.4rem
    }

    .big-number h4 {
        font-size: 6rem
    }

    .big-number h5 {
        font-size: 1.4rem;
        line-height: 2rem
    }

    .block {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .block .block__title {
        margin-bottom: 6rem
    }

    .blockquote p {
        font-size: 2.8rem;
        line-height: 3.6rem
    }

    .btn {
        padding: 1rem 1.6rem .9rem 1.6rem
    }

    .box.box--image .box__content {
        padding: 2rem
    }

    .gallery .gallery__image {
        height: 30rem
    }

    .gallery .gallery__caption {
        padding: 3rem 3rem
    }

    .gallery .gallery__caption h3 {
        font-size: 2.4rem
    }

    .navbar {
        padding: 2rem
    }

    .person .person__image {
        height: 21rem;
        width: 21rem
    }

    .push-right {
        right: -4rem
    }

    .push-left {
        left: -4rem
    }

    .push-down {
        top: 3rem
    }

    .push-up {
        top: -3rem
    }
}

@media (max-width:47.9375rem) {
    h1 {
        font-size: 3.6rem;
        line-height: 5.8rem
    }

    .block {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .blockquote p {
        font-size: 2rem;
        line-height: inherit
    }

    .blockquote.blockquote--advanced:before {
        height: 100%;
        width: 100%
    }

    h2 {
        font-size: 3rem;
        line-height: 5rem
    }

    #hero .hero__background .owl-stage-outer {
        height: 100% !important
    }

    #hero .hero__inner-wrapper {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }

    .map-wrapper .pack {
        bottom: 0;
        left: 0;
        position: relative;
        width: 100%
    }

    .gallery .gallery__image {
        height: 40rem
    }

    .gallery .gallery__caption {
        padding: 3rem 3rem
    }

    .gallery .gallery__caption h3 {
        font-size: 2.4rem
    }

    .page-wrapper {
        border-width: 0
    }

    .push-right {
        right: 0
    }

    .push-left {
        left: 0
    }

    .push-down {
        top: 0
    }

    .push-up {
        top: 0
    }
}

.navbar-brand {
    font-size: 3rem
}

.navbar-brand img {
    margin-right: 1rem;
    width: 4rem;
    vertical-align: text-bottom
}

.navbar-dark .navbar-brand {
    font-weight: 400;
    color: #3d908a;
}

.navbar-brand span {
    color: #aaa;
    font-weight: 100
}

.top-auto {
    top: auto
}

.dropdown-item {
    color: #b9b9b9;
    padding: 0
}

.dropdown-item::after {
    content: '';
    width: 0;
    height: 1px;
    display: block;
    background: #ccc;
    transition: .3s
}

.dropdown-item:hover::after {
    width: 100%
}

.dropdown-menu {
    background-color: #101010;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23101010' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23101010' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23101010' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23101010' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23101010' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23141516' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%2317181a' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23191c1f' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%231c2024' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%231f2429' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #eee;
    background-color: transparent
}

.dropdown-toggle::after {
    content: '\f107';
    font-family: Fontawesome;
    color: inherit;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0
}

.navbar-nav .dropdown:hover>.dropdown-menu,
.navbar-nav .dropdown>.dropdown-menu:hover {
    display: block
}

.navbar-nav .dropdown-menu h4>a {
    color: #fff
}

.navbar-nav .dropdown-menu h4>a:hover {
    color: #52afff
}

.navigation__ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.navigation__li {
    display: block;
    position: relative
}

.navigation--left .navigation__anchor {
    padding-left: 30px;
    text-transform: uppercase
}

.navigation__anchor--active {
    font-weight: 700
}

.navigation__anchor {
    color: inherit;
    display: block;
    margin: 0;
    padding: 10px;
    position: relative;
    text-decoration: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0 !important;
    overflow: hidden;
    letter-spacing: 1px;
    line-height: 2.2;
    transition: all .3s
}

.navigation__anchor-circle {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    border: 1px solid #363636;
    border-radius: 100%;
    overflow: hidden;
    transform: translateY(-3.5px);
    transition: all .3s
}

.navigation__anchor:hover .navigation__anchor-circle {
    border: 1px solid #868e96;
    background-color: #868e96;
    border-radius: 100%;
    display: inline-block;
    box-shadow: 0 0 4px 0 #868e96
}

.navigation__anchor:hover .navigation__anchor-text {
    color: #868e96;
    transition: all .3s
}

.navigation__anchor-text {
    display: block;
    transform: translateZ(0);
    transition: all .3s
}

.navigation__anchor:after {
    bottom: -3px
}

.navigation__anchor:before {
    top: -3px
}

.navigation__anchor:after,
.navigation__anchor:before {
    content: '';
    width: 1px;
    height: 50%;
    position: absolute;
    left: 3px;
    background-color: #363636
}

.navigation__active-dot {
    border: 1px solid #363636;
    background-color: #363636;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 23px;
    width: 7px;
    height: 7px;
    overflow: hidden;
    box-shadow: 0 0 4px 0 #363636;
    transform: translateY(0);
    transition: all .3s
}

.navigation__ul li:first-child>.navigation__anchor:before,
.navigation__ul li:last-child>.navigation__anchor:after {
    display: none
}

.icon-feature {
    width: 30px;
    margin-right: 6px
}

.bg-aboutus {
    background: url(../img/aboutus2.jpg);
    background-size: cover
}

.bg-aboutus-card {
    background-color: #000;
    padding: 5rem 3rem;
    margin-top: 3rem;
    margin-left: -3rem
}

.approach-num {
    color: var(--secondary1);
    position: absolute;
    font-size: xxx-large;
    font-weight: 700;
    right: 4px;
    top: 0;
    opacity: 0;
    transition: opacity .3s
}

#approach ul.list-group {
    background: var(--primary1);
    padding: 3rem;
    min-height: 336px;
    margin-bottom: 1.5rem
}

#approach ul.list-group li {
    background: 0 0;
    color: #ccc;
    line-height: 1.6;
    font-size: 1.4rem
}

#approach ul.list-group li h4 {
    color: #fff
}

.approach-enabler .col {
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
    padding: 2rem;
    background-color: #000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 60'%3E%3Cg %3E%3Crect fill='%23000000' width='11' height='11'/%3E%3Crect fill='%23010101' x='10' width='11' height='11'/%3E%3Crect fill='%23010102' y='10' width='11' height='11'/%3E%3Crect fill='%23020203' x='20' width='11' height='11'/%3E%3Crect fill='%23020304' x='10' y='10' width='11' height='11'/%3E%3Crect fill='%23030405' y='20' width='11' height='11'/%3E%3Crect fill='%23030406' x='30' width='11' height='11'/%3E%3Crect fill='%23040507' x='20' y='10' width='11' height='11'/%3E%3Crect fill='%23040608' x='10' y='20' width='11' height='11'/%3E%3Crect fill='%23050709' y='30' width='11' height='11'/%3E%3Crect fill='%2305070a' x='40' width='11' height='11'/%3E%3Crect fill='%2306080b' x='30' y='10' width='11' height='11'/%3E%3Crect fill='%2306090c' x='20' y='20' width='11' height='11'/%3E%3Crect fill='%2307090d' x='10' y='30' width='11' height='11'/%3E%3Crect fill='%23070a0e' y='40' width='11' height='11'/%3E%3Crect fill='%23080b0f' x='50' width='11' height='11'/%3E%3Crect fill='%23080c10' x='40' y='10' width='11' height='11'/%3E%3Crect fill='%23090c10' x='30' y='20' width='11' height='11'/%3E%3Crect fill='%23090d11' x='20' y='30' width='11' height='11'/%3E%3Crect fill='%230a0d12' x='10' y='40' width='11' height='11'/%3E%3Crect fill='%230a0e12' y='50' width='11' height='11'/%3E%3Crect fill='%230b0f13' x='60' width='11' height='11'/%3E%3Crect fill='%230b0f14' x='50' y='10' width='11' height='11'/%3E%3Crect fill='%230c1014' x='40' y='20' width='11' height='11'/%3E%3Crect fill='%230c1015' x='30' y='30' width='11' height='11'/%3E%3Crect fill='%230d1116' x='20' y='40' width='11' height='11'/%3E%3Crect fill='%230d1116' x='10' y='50' width='11' height='11'/%3E%3Crect fill='%230d1217' x='70' width='11' height='11'/%3E%3Crect fill='%230e1217' x='60' y='10' width='11' height='11'/%3E%3Crect fill='%230e1318' x='50' y='20' width='11' height='11'/%3E%3Crect fill='%230f1318' x='40' y='30' width='11' height='11'/%3E%3Crect fill='%230f1419' x='30' y='40' width='11' height='11'/%3E%3Crect fill='%230f141a' x='20' y='50' width='11' height='11'/%3E%3Crect fill='%2310151a' x='80' width='11' height='11'/%3E%3Crect fill='%2310151b' x='70' y='10' width='11' height='11'/%3E%3Crect fill='%2310151b' x='60' y='20' width='11' height='11'/%3E%3Crect fill='%2311161c' x='50' y='30' width='11' height='11'/%3E%3Crect fill='%2311161c' x='40' y='40' width='11' height='11'/%3E%3Crect fill='%2311171d' x='30' y='50' width='11' height='11'/%3E%3Crect fill='%2312171d' x='90' width='11' height='11'/%3E%3Crect fill='%2312171e' x='80' y='10' width='11' height='11'/%3E%3Crect fill='%2312181f' x='70' y='20' width='11' height='11'/%3E%3Crect fill='%2312181f' x='60' y='30' width='11' height='11'/%3E%3Crect fill='%23131920' x='50' y='40' width='11' height='11'/%3E%3Crect fill='%23131920' x='40' y='50' width='11' height='11'/%3E%3Crect fill='%23131921' x='90' y='10' width='11' height='11'/%3E%3Crect fill='%23131a21' x='80' y='20' width='11' height='11'/%3E%3Crect fill='%23131a22' x='70' y='30' width='11' height='11'/%3E%3Crect fill='%23141b23' x='60' y='40' width='11' height='11'/%3E%3Crect fill='%23141b23' x='50' y='50' width='11' height='11'/%3E%3Crect fill='%23141b24' x='90' y='20' width='11' height='11'/%3E%3Crect fill='%23141c24' x='80' y='30' width='11' height='11'/%3E%3Crect fill='%23151c25' x='70' y='40' width='11' height='11'/%3E%3Crect fill='%23151d25' x='60' y='50' width='11' height='11'/%3E%3Crect fill='%23151d26' x='90' y='30' width='11' height='11'/%3E%3Crect fill='%23151d27' x='80' y='40' width='11' height='11'/%3E%3Crect fill='%23151e27' x='70' y='50' width='11' height='11'/%3E%3Crect fill='%23161e28' x='90' y='40' width='11' height='11'/%3E%3Crect fill='%23161f28' x='80' y='50' width='11' height='11'/%3E%3Crect fill='%23161f29' x='90' y='50' width='11' height='11'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    margin-top: 1rem;
    margin-right: 1rem
}

.approach-enabler .col::before {
    content: '\f101';
    font-family: fontawesome;
    font-size: 22rem;
    position: absolute;
    top: 5rem;
    color: #2f377e00;
    right: 4rem
}

.approach-enabler p {
    font-size: 1.4rem;
    color: #ffffffe0;
    align-self: center;
    text-align: center
}

.approach-joint {
    width: 100%;
    width: -webkit-fill-available;
    border: 2px dashed #00000057;
    height: 200px;
    position: absolute;
    margin-top: -12rem;
    z-index: -1;
    background: #f0f8ff
}

.collab-p1 {
    font-size: 3rem;
    line-height: 1.2;
    opacity: 1
}

.client {
    background-color: #101010;
    padding: 6rem 11rem
}

.client img {
    width: 100px
}

.fluid1 {
    background-color: #131630;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1' gradientTransform='rotate(60,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23131630'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1' gradientTransform='rotate(263,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%230e1124' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%230e1124' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2' gradientTransform='rotate(0,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%230e1124' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%230e1124' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg %3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    padding: 6rem 11rem
}

.btn-primary {
    color: #fff !important;
    transition: color .4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden
}

.btn-primary::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: var(--secondary1);
    color: #000 !important;
    z-index: 1;
    transition: transform .5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(.5, 1.6, .4, .7);
    transform: scaleX(0);
    border-radius: 0
}

.btn-primary:hover::before {
    transform: scaleX(1);
    color: #222 !important;
    z-index: -1
}

.footer-links li {
    background: 0 0;
    padding-left: 0;
    padding: .2rem 0
}

.footer-links li a:hover,
.orEmail a:hover {
    text-decoration: underline
}

footer p {
    color: #fff;
    opacity: 1
}

footer [class*=col] {
    padding-top: 2rem;
    padding-bottom: 2rem
}

#cover-game {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px
}

.col-md-6 span.hero__title {
    font-size: 2rem
}

.offering {
    background: #000;
    transform: skew(0);
    padding: 2rem;
    padding-left: 8rem;
    color: #eee;
    margin-bottom: 2rem
}

.offering .offering-num {
    left: 1rem;
    top: auto;
    opacity: .8;
    color: #4c59cc9d;
    position: absolute;
    font-size: xxx-large;
    font-weight: 700
}

.list-layout1 {
    background-color: #000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23000000'/%3E%3Cstop offset='1' stop-color='%23363b3d'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%2315181c' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%2315181c' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%2315181c' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%2315181c' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.5'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover
}

.list-layout1 li * {
    color: #ffffffe0
}

.list-layout1>ul>li {
    background: 0 0
}

.list-layout1>ul>li>i {
    font-size: 2rem;
    margin-right: 1rem
}

.list-layout2 {
    background-color: #000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23000000'/%3E%3Cstop offset='1' stop-color='%23363b3d'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%2315181c' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%2315181c' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%2315181c' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%2315181c' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.5'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover
}

.list-layout2>li img {
    width: 2.5rem;
    filter: invert(1)
}

.list-layout2 li {
    padding: 2rem;
    background: 0 0
}

.list-layout2 li span {
    font-weight: 700;
    color: #ffffffe0
}

.social-links {
    font-size: 2rem;
    margin-bottom: 2rem
}

.social-links i.fa {
    margin-right: 2rem
}

.list-layout2 li.list-group-item::before {
    content: '';
    background: #ffffff73;
    height: 1px;
    display: block;
    width: 32%;
    position: absolute;
    top: 50%;
    left: 28%
}

.contact-form {
    background: #3135371c;
    padding: 3rem
}

.layout1 {
    background-size: cover;
    background-position: 12rem 12rem;
    background-repeat: no-repeat;
    min-height: 64rem
}

.layout1.bg-whatWeDo {
    background-image: url(../img/lay-bg-whatWeDo.webp)
}

.layout1.bg-team {
    background-image: url(../img/lay-bg-team2.webp)
}

.layout1.bg-ourvision {
    background-image: url(../img/lay-bg-ourvision.webp)
}

.layout1.bg-aboutus {
    background-image: url(../img/lay-bg-aboutus.webp);
    min-height: 76rem
}

.layout1-card {
    background-color: var(--primary1);
    padding: 6rem 6rem
}

layout1-card p {
    font-weight: 400
}

.layout1-card-right {
    background-color: #fff;
    padding: 6rem;
    margin-top: 5rem
}

.hyperlink i {
    margin-left: 1rem;
    animation: hyperlinkarrow .6s ease-in infinite alternate
}

@keyframes hyperlinkarrow {
    from {
        margin-left: 1rem
    }

    to {
        margin-left: 0
    }
}

.navbar-nav .nav-link.active {
    color: #fff;
    border-bottom: 2px solid #ccc
}

.social-links .fa {
    padding: 1.1rem;
    font-size: 18px;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    margin-left: .4rem
}

.social-links .fa:hover {
    opacity: .7
}

.social-links .fa-facebook {
    background: #3b5998;
    color: #fff
}

.social-links .fa-twitter {
    background: #55acee;
    color: #fff
}

.social-links .fa-linkedin {
    background: #007bb5;
    color: #fff
}

#nav-icon3 {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #eee;
    border-radius: 8px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon3 span:nth-child(1) {
    top: 0
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 14px
}

#nav-icon3 span:nth-child(4) {
    top: 28px
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

.navbar-dark .navbar-toggler {
    border-color: transparent
}

.navbar-dark .navbar-toggler:focus {
    outline: 0
}

.accordioncareer .btn-link {
    font-size: 1.6rem;
    line-height: 24px;
    padding: 25px 2%;
    position: relative;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    cursor: pointer;
    white-space: normal
}

.custom-file {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    border: .2rem solid rgba(0, 0, 0, .15);
    border-radius: .3rem
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    z-index: 1
}

.custom-file .custom-file-label {
    margin: 0;
    padding: 1.2rem
}

.accordioncareer form {
    padding: 25px 2%
}

.accordioncareer .btn-link .arrow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 90px;
    background: #4c59cc
}

.accordioncareer .accordion .btn-link .arrow:after {
    content: '';
    background: url(../img/down-arrow.png);
    background-size: 100%;
    position: absolute;
    top: 39%;
    left: 33px;
    width: 24px;
    height: 19px;
    transform: rotateZ(0);
    transition: all .5s
}

.accordion .btn-link.collapsed .arrow:after {
    transform: rotateZ(-180deg)
}

.invalid-feedback {
    font-size: 1.175rem
}

.rotateanimation {
    transform: rotateZ(360deg)
}

.loading {
    animation: rotate 2s linear infinite;
    font-size: 3.5rem;
    vertical-align: middle;
    margin-left: 1rem;
    display: none
}

@keyframes rotate {
    from {
        transform: rotateZ(0)
    }

    to {
        transform: rotateZ(720deg)
    }
}

.counter {
    font-size: 5rem;
    margin-bottom: 2rem;
    font-weight: 700
}