
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h2, h5, h6, p, blockquote, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: 'Arial', 'Helvetica', sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.flex {
    display: -webkit-flex;
    /* Safari */
    display: -moz-flex;
    /* Mozilla */
    display: flex;
    -webkit-align-items: center;
    /* Safari 7.0+ */
    -webkit-justify-content: center;
    -moz-align-items: center;
    /* Mozilla */
    -moz-justify-content: center;
    /* Mozilla */
    align-items: center;
    justify-content: center;
}

body {
    margin: 0;
    padding: 0;
    font-family: Source-Sans,Arial,sans-serif;
    box-sizing: border-box;
    overflow-x: hidden;
    background-color: #fafafa;
}
.default-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 110px;
    z-index: 999;
}
.navbar-inner {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 850px;
}
.navbar-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.navbar-item {
    color: rgb(0, 0, 0);
    text-decoration: none;
    margin: 0 30px;
    font-size: 18px;
}
.navbar-item.dropdown::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border: 2px solid rgb(0, 0, 0);
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    opacity: .75;
    position: initial;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s cubic-bezier(0.54, 0, 0.36, 1);
    box-sizing: border-box;
    z-index: 99;
    cursor: pointer;
    border-radius: 1px;
    position: relative;
    margin-left: 10px;
    top: 0px;
}
.navbar-item.dropdown:hover::after {
    transform: rotate(-135deg);
    transition: all .25s cubic-bezier(0.54, 0, 0.36, 1);
    top: 5px;
}
.body-content {
    width: 100%;
    height: 100%;
    position: absolute;
}
.body-area {
    position: absolute;
    top: 100%;
    width: 100%;
}
.background {
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .8;
}
.background-overlay {
    background-image: linear-gradient(to left top, #ff66d3, #ae60ff);
    width: 100%;
    height: 100%;
}
.background-shadow {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0));
    width: 100%;
    height: 100%;
    position: absolute;
}
.logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 580px;
    z-index: 99;
}
.title-p139_131 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #383d40;
    margin: 0 20px;
}
.description-1g27_62l {
    text-align: center;
    font-size: 16px;
    color: #000000;
    overflow-wrap: break-word;
    margin: 0 20px;
    list-style-position: inside;
}
.section-class {
    width: 100%;
    height: 150px;
    background: #e5e8ef;
}
.min-container {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.text-wrapper-8ah1 {
    margin: 90px 0;
    width: 100%;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.min-container {
    text-align: center;
}
.block-quote {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}
.description-1g27_622 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    overflow-wrap: break-word;
}
.text-quote-wrapper {
    background-image: linear-gradient(to left, #ff66d3, #ae60ff);
    padding: 35px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}
.text-quote-min {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.quote_underline {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
}
.quote-line {
    width: 50px;
    height: 3px;
    background: #fff;
    margin-right: 16px;
    position: relative;
    top: 1px;
}
.logo_colorized {
    display: none !important;
    width: 190px;
    position: absolute;
    left: 0;
    opacity: 0;
}
.navbar-name {
    cursor: pointer;
}
.modal-navbar {
    height: auto;
    width: 350px;
    background: white;
    position: absolute;
    top: 80px;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease;
    box-shadow: 0px 30px 70px 0px #0000004f;
    border-radius: 4px;
    cursor: default;
}
.modal-extend {
    position: absolute;
    width: 84px;
    height: 50px;
    margin-top: 22px;
    display: none;
    cursor: default;
}
.navbar-item:hover .modal-extend {
    display: inherit;
}
.navbar-item:hover .modal-navbar {
    top: 90px;
    opacity: 1;
    transform: none;
    pointer-events: all;
    transition: all .2s ease;
}
.modal-extend:hover .modal-navbar {
    top: 70px;
    opacity: 1;
    transform: none;
    pointer-events: all;
    transition: all .2s ease;
}
.modal-item {
    width: 100%;
    height: 50px;
    cursor: pointer;
    color: #000;
    display: flex;
    align-items: center;
    font-weight: bold;
    background-color: #fff;
    transition: all .3s ease;
}
.modal-item-text {
    padding-left: 20px;
    transition: all .3s ease;
}
.modal-item:hover .modal-item-text {
    padding-left: 25px;
    transition: all .3s ease;
    color: #fff;
}
.modal-item:hover {
    background-color: rgb(47, 49, 51);
    transition: all .3s ease;
}
.a-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
}
.img-wide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-weight: bold;
}
.img-magic {
    position: relative;
}
.img-filter {
    box-shadow: inset 0px 0px 0px 20000px #9563eb66;
}
.img-block {
    width: 100%;
    max-width: 1000px;
}
.img-0 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.full-navbar {
    background-color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.21) 0px 0px 17px;
    height: 80px;
}
.full-item {
    color: rgb(0, 0, 0);
}
.full-logo {
    opacity: 1 !important;
}
.area-nopic {
    top: 80px !important;
}
.navbar-wrapper-items {
    display: flex;
}
.slice.full {
    border-color: #000 !important;
    background-color: #000 !important;
}
.contact-form {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.default-input {
    height: 40px;
    width: 100%;
    border: 1px solid #494f53;
    border-radius: 3px;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 20px;
    max-width: 100%;
    background: #fff;
}
.input-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    margin: 0 20px;
}
.input-name {
    color: #2a2e30;
    font-weight: bold;
    font-size: 18px;
    margin: 25px 0px 10px 0;
    max-width: 100%;
    width: 100%;
}
.default-select {
    height: 40px;
    width: 100%;
    border: 1px solid #494f53;
    border-radius: 3px;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 20px;
    max-width: 100%;
    background: #fff;
}
.form-button {
    background-color: #494f53;
    width: max-content;
    font-size: 22px;
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: bold;
    margin: 25px 0px 10px 20px;
    position: relative;
    cursor: pointer;
    border: none;
}
@media (max-width: 900px) {
    .navbar-responsive-button {
        position: absolute;
        right: 0;
        display: inherit;
        cursor: pointer;
        margin: 0 30px 0 0;
    }
    .slice {
        width: 40px;
        height: 8px;
        border: 2px solid black;
        border-radius: 20px;
        box-sizing: border-box;
        background: #000;
    }
    .slice1 {
        margin: 0 0 5px 0;
    }

    .slice2 {
        margin: 0 0 5px 0;
    }
    .navbar-wrapper-items {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100px;
        background: #fff;
        width: 100%;
        opacity: 0;
        pointer-events: none;
        box-shadow: 0px 20px 50px 0px #00000036;
    }
    .dropdown::after {
        border: 2px solid #000 !important;
        border-top: 1px solid transparent !important;
        border-left: 1px solid transparent !important;
    }
}
.default-footer {
    width: 100%;
    height: 100px;
    background-color: #f7f8fb;
    border-top: 1px solid #b2b8bb;
    margin-top: 50px;
}
.copyright-text {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    color: #494f53;
}
.contact-form-external {
    width: 100%;
    max-width: 850px;
    margin-left: auto;
    margin-top: -140px;
}