@import url(https://fonts.googleapis.com/css2?family=Spartan:wght@200;300;400;500;700&display=swap); /*!
 * Bootstrap v5.0.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #008800;
    --bs-teal: #20c997;
    --bs-cyan: #17a2b8;
    --bs-white: #ffffff;
    --bs-gray: #93a5be;
    --bs-gray-dark: #4e5079;
    --bs-primary: #418b78;
    --bs-secondary: #183b56;
    --bs-tertiary: #fc6666;
    --bs-primary-app: #ebf4f6;
    --bs-secondary-app: #424aa0;
    --bs-light: #e5eaf4;
    --bs-lighten: #f9fafe;
    --bs-success: #008800;
    --bs-info: #0d6efd;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-white: #ffffff;
    --bs-gray: #424767;
    --bs-neutral: #ffffff;
    --bs-dark: #183b56;
    --bs-soft: #eff1f5;
    --bs-black: #171f38;
    --bs-blue: #0d6efd;
    --bs-purple: #6f42c1;
    --bs-soft-indigo: #f5e8ff;
    --bs-soft-green: #2ca58d;
    --bs-gray-100: #fbfbfd;
    --bs-gray-200: #eff1f5;
    --bs-gray-300: #f9fafe;
    --bs-gray-400: #e5eaf4;
    --bs-gray-500: #b7c3d2;
    --bs-gray-600: #93a5be;
    --bs-gray-700: #52547a;
    --bs-gray-800: #4e5079;
    --bs-facebook: #3b5999;
    --bs-twitter: #1da1f2;
    --bs-google: #db4337;
    --bs-instagram: #e4405f;
    --bs-pinterest: #bd081c;
    --bs-youtube: #cd201f;
    --bs-slack: #3aaf85;
    --bs-dribbble: #ea4c89;
    --bs-dropbox: #1e90ff;
    --bs-twitch: #4b367c;
    --bs-paypal: #ecb32c;
    --bs-behance: #0057ff;
    --bs-reddit: #e84422;
    --bs-github: #222222;
    --bs-font-sans-serif: "Spartan", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0)
    );
}
*,
::after,
::before {
    box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #424767;
    background-color: #FFF5EE;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(23, 31, 56, 0);
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
.h1,
.h6,
h1,
h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.3;
    color: #183b56;
}
.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2.5rem;
    }
}
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}
.h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul {
    padding-left: 2rem;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
a {
    color: #183b56;
    text-decoration: none;
}
a:hover {
    color: #07121a;
}
figure {
    margin: 0 0 1rem;
}
img,
svg {
    vertical-align: middle;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button {
    text-transform: none;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
.lead {
    font-size: 1.25rem;
    font-weight: 400;
}
.display-2 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 500;
    line-height: 1.3;
}
@media (min-width: 1200px) {
    .display-2 {
        font-size: 3.5rem;
    }
}
.display-3 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 500;
    line-height: 1.3;
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 2.5rem;
    }
}
.container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
@media (min-width: 768px) {
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
}
@media (min-width: 992px) {
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
}
.form-control {
    display: block;
    width: 100%;
    min-height: calc(1.5em + 1.225rem);
    padding: 0.55rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #52547a;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.0625rem solid #cddaec;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.45rem;
    box-shadow: inset 0 1px 2px rgba(23, 31, 56, 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control:focus {
    color: #52547a;
    background-color: #fff;
    border-color: #85c6b6;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(23, 31, 56, 0.075),
        0 0 0 0.2rem rgba(65, 139, 120, 0.25);
}
.form-control:-ms-input-placeholder {
    color: #4e5079;
    opacity: 1;
}
.form-control:disabled {
    background-color: #eff1f5;
    opacity: 1;
}
.btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #424767;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0.0625rem solid transparent;
    padding: 0.55rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.45rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #424767;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(65, 139, 120, 0.25);
}
.btn:active {
    box-shadow: inset 0 3px 5px rgba(23, 31, 56, 0.125);
}
.btn:active:focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 139, 120, 0.25),
        inset 0 3px 5px rgba(23, 31, 56, 0.125);
}
.btn:disabled {
    pointer-events: none;
    opacity: 0.65;
    box-shadow: none;
}
.btn-primary {
    color: #fff;
    background-color: #418b78;
    border-color: #418b78;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(23, 31, 56, 0.075);
}
.btn-primary:hover {
    color: #fff;
    background-color: #357162;
    border-color: #31685a;
}
.btn-primary:focus {
    color: #fff;
    background-color: #357162;
    border-color: #31685a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(23, 31, 56, 0.075), 0 0 0 0.2rem rgba(94, 156, 140, 0.5);
}
.btn-primary:active {
    color: #fff;
    background-color: #31685a;
    border-color: #2d6053;
}
.btn-primary:active:focus {
    box-shadow: inset 0 3px 5px rgba(23, 31, 56, 0.125),
        0 0 0 0.2rem rgba(94, 156, 140, 0.5);
}
.btn-primary:disabled {
    color: #fff;
    background-color: #418b78;
    border-color: #418b78;
}
.btn-dark {
    color: #fff;
    background-color: #183b56;
    border-color: #183b56;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(23, 31, 56, 0.075);
}
.btn-dark:hover {
    color: #fff;
    background-color: #102638;
    border-color: #0d202e;
}
.btn-dark:focus {
    color: #fff;
    background-color: #102638;
    border-color: #0d202e;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(23, 31, 56, 0.075), 0 0 0 0.2rem rgba(59, 88, 111, 0.5);
}
.btn-dark:active {
    color: #fff;
    background-color: #0d202e;
    border-color: #0a1924;
}
.btn-dark:active:focus {
    box-shadow: inset 0 3px 5px rgba(23, 31, 56, 0.125),
        0 0 0 0.2rem rgba(59, 88, 111, 0.5);
}
.btn-dark:disabled {
    color: #fff;
    background-color: #183b56;
    border-color: #183b56;
}
.btn-block {
    display: block;
    width: 100%;
}
.collapse:not(.show) {
    display: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.navbar > .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-collapse {
    align-items: center;
    width: 100%;
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.8rem;
        padding-left: 0.8rem;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
    }
}
.sr-only-focusable:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.d-none {
    display: none !important;
}
.d-flex {
    display: flex !important;
}
.position-absolute {
    position: absolute !important;
}
.w-100 {
    width: 100% !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.justify-content-center {
    justify-content: center !important;
}
.align-items-center {
    align-items: center !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mt-n3 {
    margin-top: -1rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 500 !important;
}
.font-weight-bolder {
    font-weight: 700 !important;
}
.text-center {
    text-align: center !important;
}
.text-dark {
    color: #183b56 !important;
}
.text-muted {
    color: #58677d !important;
}
@media (min-width: 768px) {
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
}
@media (min-width: 992px) {
    .align-items-lg-center {
        align-items: center !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .mr-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mr-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-7 {
        margin-bottom: 8rem !important;
    }
    .ml-lg-auto {
        margin-left: auto !important;
    }
}
.datepicker-controls .button:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(65, 139, 120, 0.25);
}
.datepicker-header .datepicker-controls .button:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
figure,
main {
    display: block;
    margin: 0;
}
main {
    overflow: hidden;
}
img {
    max-width: 100%;
}
button:focus {
    outline: 0;
}
.top-0 {
    top: 0;
}
.left-0 {
    left: 0;
}
.text-center {
    text-align: center !important;
}
.animate-up-2 {
    transition: all 0.2s ease;
}
.animate-up-2:hover {
    transform: translate(0, -2px);
}
.navbar-main {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.navbar .navbar-nav .nav-link {
    transition: all 0.8s all 0.2s ease;
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        font-size: 1.2rem;
        display: flex;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }
}
.navbar .navbar-nav .nav-item .nav-link:focus,
.navbar .navbar-nav .nav-item:focus {
    outline: 0 !important;
}
.navbar-brand {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
}
.navbar-brand img {
    height: 37px;
    margin-top: -10px;
    max-width: none;
}
.navbar-collapse {
    width: auto;
}
@media (max-width: 991.98px) {
    .navbar-nav .nav-link {
        padding: 0.625rem 0;
    }
    .navbar-collapse {
        width: calc(100% - 30px);
        position: absolute;
        top: 0;
        left: 15px;
        z-index: 1050;
        overflow-y: auto;
        height: calc(100vh - 30px) !important;
        opacity: 0;
    }
}
.section {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.section-header {
    position: relative;
    padding-top: 7rem;
    padding-bottom: 3rem;
}
@media (min-width: 576px) {
    .section {
        position: relative;
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .section-header {
        position: relative;
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    .section-sm {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
.footer {
    position: relative;
}
.btn {
    position: relative;
    transition: all 0.2s ease;
    font-size: 1rem;
    border-radius: 0.45rem;
}
.btn-primary {
    color: #fff;
    background-color: #418b78;
    border-color: #418b78;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(23, 31, 56, 0.075);
}
.btn-primary:hover {
    color: #fff;
    background-color: #357162;
    border-color: #31685a;
}
.btn-primary:focus {
    color: #fff;
    background-color: #357162;
    border-color: #31685a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(23, 31, 56, 0.075), 0 0 0 0.2rem rgba(94, 156, 140, 0.5);
}
.btn-primary:active {
    color: #fff;
    background-color: #31685a;
    border-color: #2d6053;
}
.btn-primary:active:focus {
    box-shadow: inset 0 3px 5px rgba(23, 31, 56, 0.125),
        0 0 0 0.2rem rgba(94, 156, 140, 0.5);
}
.btn-primary:disabled {
    color: #fff;
    background-color: #418b78;
    border-color: #418b78;
}
.btn-dark {
    color: #fff;
    background-color: #183b56;
    border-color: #183b56;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(23, 31, 56, 0.075);
}
.btn-dark:hover {
    color: #fff;
    background-color: #102638;
    border-color: #0d202e;
}
.btn-dark:focus {
    color: #fff;
    background-color: #102638;
    border-color: #0d202e;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(23, 31, 56, 0.075), 0 0 0 0.2rem rgba(59, 88, 111, 0.5);
}
.btn-dark:active {
    color: #fff;
    background-color: #0d202e;
    border-color: #0a1924;
}
.btn-dark:active:focus {
    box-shadow: inset 0 3px 5px rgba(23, 31, 56, 0.125),
        0 0 0 0.2rem rgba(59, 88, 111, 0.5);
}
.btn-dark:disabled {
    color: #fff;
    background-color: #183b56;
    border-color: #183b56;
}
.form-control {
    box-shadow: none;
}
.nav-link {
    color: #4e5079;
}
.nav-link:hover {
    color: #183b56;
}
.h1,
.h6,
h1,
h2 {
    font-weight: 500;
}
p,
ul li {
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
}
a {
    color: #183b56;
    font-weight: 400;
    transition: all 0.2s ease;
}
a:hover {
    color: #07121a;
    cursor: pointer;
}
@media (max-width: 767.98px) {
    .lead {
        font-size: 1rem;
    }
}
.display-2,
.display-3 {
    font-weight: 500;
    color: #183b56;
}
@media (max-width: 767.98px) {
    .display-2 {
        font-size: 1.875rem;
    }
}
@media (max-width: 991.98px) {
    .display-3 {
        font-size: 1.875rem;
    }
}
.font-small {
    font-size: 0.875rem;
    font-weight: 300;
}
.text-dark,
.text-dark:hover {
    color: #183b56 !important;
}
.text-dark .display-2,
.text-dark h1 {
    color: #183b56;
}

.bg-contact {
	background-color: #F5F5F5;
}

.fill-contact {
	fill: #F5F5F5;
}

.navbar-main {
	background: #FFF5EE;
}

.header-global {
    z-index: 110;
    position: fixed;
    background: transparent;
	width: 100%;
	opacity: 0.9;
}

.header-global::after{
    content: "";
    display: block;
    width: 100%;
    background: linear-gradient(#FFF5EE, rgba(0, 0, 0, 0));
    Z-index: 23423432342234;
    position: absolute;
    bottom: 0;
	top: 60px;
    height: 60px;
}

@media (max-width: 991.98px) {
	.navbar-main .container {
		width: auto;
	}
}
