@charset "UTF-8";
section {
    background-color: #ffffff;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    position: relative;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
a,
a:hover {
    text-decoration: none;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.0;
}

.mbr-section-subtitle {
    line-height: 1.0;
}

.mbr-text {
    font-style: normal;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1.5;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
}

b,
strong {
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

textarea[type='hidden'] {
    display: none;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #111111;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-content {
    flex-basis: 100%;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}
.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap;
    }
}
figure {
    margin-bottom: 0;
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

img,
iframe {
    display: block;
    width: 100%;
}

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

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}
/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}

.btn {
    font-weight: 300;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-form {
    margin: 0;
}
.btn-form:hover {
    cursor: pointer;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: 0.5rem;
    vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type='submit'] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*! Map */
.map {
    height: 25rem;
    position: relative;
}
.map iframe {
    width: 100%;
    height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: '›';
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}
.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #ffffff;
}
.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

#scrollToTop a i::before {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center;
    }
}
/*Gradients animation*/
@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox;
    }
}
@media (max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .navbar-collapse.show {
        overflow: auto;
    }
}
@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }
    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }
    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}
@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav-link .mbr-iconfont {
    margin-right: 0.5rem;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
}

.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.form-group:focus {
    outline: none;
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative;
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
}

.jq-selectbox li {
    padding: 1.07em 0.5em;
}

input[type='range'] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem);
    }
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: '';
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
    font-size: 16px;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0.357em;
    padding: 0;
}

.alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}
.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: '';
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px,
        rgba(0, 0, 0, 0.07) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
    border-color: red;
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}
form .row [class*='col'] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .mbr-section-btn {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}

form .form-check-input {
    margin-top: 0.5;
}

textarea.form-control {
    line-height: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control,
form .btn {
    min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
    top: 7px;
}

.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: none;
}

.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

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

.mb-4 {
    margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }
    .row > [class*='col'] {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.card-wrapper,
.item-wrapper {
    overflow: hidden;
}

.app-video-wrapper > img {
    opacity: 1;
}

.item {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
}

.dropdown-item + .dropdown-menu {
    display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}

@media (min-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        height: 300% !important;
        top: -100% !important;
    }
}
@media (max-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        width: 300% !important;
        left: -100% !important;
    }
}
body {
  font-family: 'Oxygen', sans-serif;
}
.display-1 {
  font-family: 'Oxygen', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'Oxygen', sans-serif;
  font-size: 1.75rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-4 {
  font-family: 'Oxygen', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Oxygen', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-6 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-6 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-7 {
  font-family: 'Oxygen', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-6 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #7aba40 !important;
}
.bg-success {
  background-color: #7aba40 !important;
}
.bg-info {
  background-color: #7aba40 !important;
}
.bg-warning {
  background-color: #7aba40 !important;
}
.bg-danger {
  background-color: #7aba40 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7aba40 !important;
  border-color: #7aba40 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #50792a !important;
  border-color: #50792a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #50792a !important;
  border-color: #50792a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7aba40 !important;
  border-color: #7aba40 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #50792a !important;
  border-color: #50792a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #50792a !important;
  border-color: #50792a !important;
}
.btn-info,
.btn-info:active {
  background-color: #7aba40 !important;
  border-color: #7aba40 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #50792a !important;
  border-color: #50792a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #50792a !important;
  border-color: #50792a !important;
}
.btn-success,
.btn-success:active {
  background-color: #7aba40 !important;
  border-color: #7aba40 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #50792a !important;
  border-color: #50792a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #50792a !important;
  border-color: #50792a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7aba40 !important;
  border-color: #7aba40 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #50792a !important;
  border-color: #50792a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #50792a !important;
  border-color: #50792a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7aba40 !important;
  border-color: #7aba40 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #50792a !important;
  border-color: #50792a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #50792a !important;
  border-color: #50792a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7aba40;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #50792a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7aba40 !important;
  border-color: #7aba40 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7aba40;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #50792a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7aba40 !important;
  border-color: #7aba40 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7aba40;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #50792a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7aba40 !important;
  border-color: #7aba40 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7aba40;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #50792a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7aba40 !important;
  border-color: #7aba40 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7aba40;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #50792a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7aba40 !important;
  border-color: #7aba40 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7aba40;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #50792a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #7aba40 !important;
  border-color: #7aba40 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #7aba40 !important;
}
.text-secondary {
  color: #7aba40 !important;
}
.text-success {
  color: #7aba40 !important;
}
.text-info {
  color: #7aba40 !important;
}
.text-warning {
  color: #7aba40 !important;
}
.text-danger {
  color: #7aba40 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #486e26 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #486e26 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #486e26 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #486e26 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #486e26 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #486e26 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*='text-']:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*='text-']:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #7aba40;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7aba40;
}
.alert-warning {
  background-color: #7aba40;
}
.alert-danger {
  background-color: #7aba40;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7aba40;
  border-color: #7aba40;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #7aba40;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bbdd9c;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bbdd9c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bbdd9c;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #bbdd9c;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bbdd9c;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oxygen', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #7aba40 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oxygen', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #7aba40;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7aba40;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7aba40;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7aba40;
  border-bottom-color: #7aba40;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #7aba40 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #7aba40 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%237aba40' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tNP54K1Hzs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tNP54K1Hzs nav.navbar {
  position: fixed;
}
.cid-tNP54K1Hzs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNP54K1Hzs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNP54K1Hzs .dropdown-item:hover,
.cid-tNP54K1Hzs .dropdown-item:focus {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .dropdown-item:hover span {
  color: white;
}
.cid-tNP54K1Hzs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNP54K1Hzs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNP54K1Hzs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNP54K1Hzs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNP54K1Hzs .nav-link {
  position: relative;
}
.cid-tNP54K1Hzs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNP54K1Hzs .container {
    flex-wrap: nowrap;
  }
}
.cid-tNP54K1Hzs .navbar-caption:hover,
.cid-tNP54K1Hzs .navbar-caption:focus {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tNP54K1Hzs .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item:hover {
  color: #7aba40;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item a:hover {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .dropdown-menu,
.cid-tNP54K1Hzs .navbar.opened {
  background: #f3eded !important;
}
.cid-tNP54K1Hzs .nav-item:focus,
.cid-tNP54K1Hzs .nav-link:focus {
  outline: none;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNP54K1Hzs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNP54K1Hzs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNP54K1Hzs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3eded;
  padding: 0 !important;
}
.cid-tNP54K1Hzs .navbar.opened {
  transition: all 0.3s;
}
.cid-tNP54K1Hzs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNP54K1Hzs .navbar .navbar-logo img {
  width: auto;
}
.cid-tNP54K1Hzs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNP54K1Hzs .navbar.collapsed {
  justify-content: center;
}
.cid-tNP54K1Hzs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNP54K1Hzs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNP54K1Hzs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tNP54K1Hzs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNP54K1Hzs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNP54K1Hzs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNP54K1Hzs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tNP54K1Hzs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNP54K1Hzs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNP54K1Hzs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNP54K1Hzs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNP54K1Hzs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tNP54K1Hzs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tNP54K1Hzs .navbar.navbar-short {
  min-height: 70px;
}
.cid-tNP54K1Hzs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tNP54K1Hzs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNP54K1Hzs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNP54K1Hzs .dropdown-item.active,
.cid-tNP54K1Hzs .dropdown-item:active {
  background-color: transparent;
}
.cid-tNP54K1Hzs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNP54K1Hzs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNP54K1Hzs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNP54K1Hzs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3eded;
}
.cid-tNP54K1Hzs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNP54K1Hzs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNP54K1Hzs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNP54K1Hzs .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tNP54K1Hzs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNP54K1Hzs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNP54K1Hzs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNP54K1Hzs .navbar {
    height: 70px;
  }
  .cid-tNP54K1Hzs .navbar.opened {
    height: auto;
  }
  .cid-tNP54K1Hzs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNP54K1Hzs .container-fluid {
  padding: 0 1rem !important;
}
.cid-tNP54K1Hzs .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tNP54K1Hzs .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tNP54K1Hzs .navbar-collapse {
    width: 100%;
  }
  .cid-tNP54K1Hzs .navbar-nav {
    width: 100%;
  }
  .cid-tNP54K1Hzs .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tNxNsP24dN .mbr-iconfont {
  display: block;
  font-size: 4rem;
}
.cid-tNxNsP24dN .card-wrapper {
  transition: all 0.3s;
  padding: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tNxNsP24dN .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-tNxNsP24dN .card-wrapper:hover .icon2,
.cid-tNxNsP24dN .card-wrapper:hover .icon3 {
  animation: icon;
  animation-duration: 0.3s;
}
.cid-tNxNsP24dN .text-wrapper {
  display: flex;
}
@keyframes icon {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.cid-tNxNsP24dN img {
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tNxNsP24dN img:hover {
  transform: scale(1.05);
}
.cid-tNxNsP24dN .icon1 {
  color: #f7df67;
}
.cid-tNxNsP24dN .icon2 {
  color: #ffffff;
}
.cid-tNxNsP24dN .icon3 {
  color: #f7df67;
}
.cid-tNxNsP24dN .big {
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}
.cid-tNxNsP24dN .card1 {
  background-image: url("../../../assets/images/home1-401x551.webp");
  background-size: cover;
  background-position: center;
  padding: 6rem;
  padding-top: 15rem;
}
.cid-tNxNsP24dN .card1 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1rem;
}
@media (max-width: 1400px) {
  .cid-tNxNsP24dN .card1 {
    padding: 3rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tNxNsP24dN .card1 {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-tNxNsP24dN .card1 {
    padding: 3rem 1rem;
  }
}
.cid-tNxNsP24dN .card-box {
  z-index: 2;
}
.cid-tNxNsP24dN .card2 {
  background: #7aba40;
}
.cid-tNxNsP24dN .card3 {
  background: #3c322d;
}
.cid-tNxNsP24dN .card3 .mbr-iconfont {
  margin: auto;
  margin-bottom: 0rem;
}
.cid-tNxNsP24dN .card3:hover {
  background-size: auto 115%;
}
.cid-tNxNsP24dN .card3:hover:before {
  opacity: 0.3;
}
.cid-tNxNsP24dN .card2-title {
  color: #000000;
}
.cid-tNxNsP24dN .card3-title {
  color: #ffffff;
}
.cid-tNxNsP24dN .card1-title {
  color: #eff6fa;
}
@media (max-width: 767px) {
  .cid-tNxNsP24dN .card1-title {
    text-align: center;
  }
}
.cid-tNxNsP24dN .card1-text {
  color: #ffffff;
}
.cid-tNLjD0OG4Z {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ececec;
}
.cid-tNLjD0OG4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLjD0OG4Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNLjD0OG4Z .mbr-iconfont {
  color: #ff526b;
  font-size: 5rem;
  width: 5rem;
}
.cid-tNLjD0OG4Z .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-tNLjD0OG4Z .mbr-section-subtitle,
.cid-tNLjD0OG4Z .mbr-section-btn {
  color: #000000;
}
.cid-tNycwqoyIT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNycwqoyIT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNycwqoyIT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNycwqoyIT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNycwqoyIT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNycwqoyIT .container {
    padding: 0;
  }
}
.cid-tNycwqoyIT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tNycwqoyIT .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tNycwqoyIT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNycwqoyIT .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tNycwqoyIT .mbr-section-title {
  color: #263652;
}
.cid-tNycwqoyIT .mbr-text {
  color: #000000;
}
.cid-tNxX95k3DT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/home5-901x301.webp");
}
.cid-tNxX95k3DT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNxX95k3DT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNxX95k3DT .text-wrap {
  width: 100%;
}
.cid-tNxX95k3DT .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tNxX95k3DT .mbr-text {
  padding-top: 10px;
  color: #ffffff;
}
.cid-tNxX95k3DT .comment-text {
  margin-top: 40px;
  color: #ffffff;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-tNyP1jesGL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNyP1jesGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNyP1jesGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNyP1jesGL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNyP1jesGL .container-fluid {
    padding: 0 25px;
  }
}
.cid-tNyP1jesGL .container-fluid .row {
  margin: 0 -35px;
}
@media (max-width: 992px) {
  .cid-tNyP1jesGL .container {
    padding: 0 25px;
  }
}
.cid-tNyP1jesGL .row {
  justify-content: center;
}
.cid-tNyP1jesGL .title-wrapper {
  padding: 0 35px;
}
.cid-tNyP1jesGL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tNyP1jesGL .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tNyP1jesGL .item {
  padding: 0 35px;
  margin-bottom: 30px;
  border-right: 1px solid #7aba40;
}
.cid-tNyP1jesGL .item:nth-child(3n) {
  border: none;
}
@media (max-width: 992px) {
  .cid-tNyP1jesGL .item {
    border: none;
  }
}
.cid-tNyP1jesGL .item:hover .item-wrapper .item-img img {
  transform: scale(1.06) translateX(6px);
}
.cid-tNyP1jesGL .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-tNyP1jesGL .item .item-wrapper .item-img img {
  height: 270px;
  object-fit: cover;
  margin-bottom: 25px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-tNyP1jesGL .item .item-wrapper .item-content .item-cont {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-tNyP1jesGL .item .item-wrapper .item-content .item-cont {
    margin-bottom: 30px;
  }
}
.cid-tNyP1jesGL .item .item-wrapper .item-content .item-cont .item-title {
  margin-bottom: 15px;
}
.cid-tNyP1jesGL .item .item-wrapper .item-content .date-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-tNyP1jesGL .item .item-wrapper .item-content .date-wrap .mbr-date {
  margin-bottom: 0;
  opacity: .5;
}
.cid-tNyP1jesGL .item .item-wrapper .item-content .date-wrap .icon-wrapper {
  display: block;
}
.cid-tNyP1jesGL .item .item-wrapper .item-content .date-wrap .icon-wrapper:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-tNyP1jesGL .item .item-wrapper .item-content .date-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
  color: #7aba40;
}
@media (max-width: 992px) {
  .cid-tNyP1jesGL .item .item-wrapper .item-content .date-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-tNyP1jesGL .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #7aba40;
}
@media (max-width: 992px) {
  .cid-tNyP1jesGL .border-wrap {
    display: none;
  }
}
.cid-tNyP1jesGL .mbr-section-title {
  color: #000000;
}
.cid-tNyP1jesGL .item-title {
  color: #000000;
}
.cid-tNyP1jesGL .mbr-date {
  color: #E33030;
}
.cid-tNOcXHY7zh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-tNOcXHY7zh .container {
  max-width: 1312px;
}
.cid-tNOcXHY7zh .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tNOcXHY7zh .row {
    padding: 0 0.75rem;
  }
}
.cid-tNOcXHY7zh .text-container {
  width: 100%;
  padding: 0;
}
.cid-tNOcXHY7zh .mbr-section-title {
  margin-bottom: 4rem;
  width: 100%;
  color: #002549;
}
.cid-tNOcXHY7zh .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tNOcXHY7zh .cards-container {
    max-width: 30rem;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tNOcXHY7zh .card-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tNOcXHY7zh .card-wrapper {
    flex-direction: column;
  }
}
.cid-tNOcXHY7zh .card-title {
  color: #000000;
}
.cid-tNOcXHY7zh .card-name-text {
  margin-top: 2rem;
}
.cid-tNOcXHY7zh .card-name {
  color: #7aba40;
}
.cid-tNOcXHY7zh .card-prof {
  color: #002549;
}
.cid-tNOcXHY7zh .mbr-iconfont {
  font-size: 25px;
  color: #e1965f;
}
.cid-tNOcXHY7zh .icon-box {
  margin-right: 2rem;
  display: flex;
  justify-content: center;
}
.cid-tNOcXHY7zh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOcXHY7zh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNLuhKYohs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNLuhKYohs .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #7aba40;
  margin-bottom: 2rem;
}
.cid-tNLuhKYohs .link {
  opacity: 0;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s;
}
.cid-tNLuhKYohs img {
  border-radius: 10px;
}
.cid-tNLuhKYohs .date {
  margin: 20px 0;
  color: #3F424E;
}
.cid-tNLuhKYohs .mbr-section-title {
  color: #000000;
}
.cid-tNLuhKYohs .mbr-buttons {
  background-color: #7aba40;
}
.cid-tNLuhKYohs .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-tNLuhKYohs a {
  text-transform: uppercase;
  color: #7aba40;
}
.cid-tNLuhKYohs svg {
  padding-left: 15px;
  transition: 0.3s;
}
.cid-tNLuhKYohs .link:hover svg {
  padding-left: 7px;
  transition: 0.3s;
}
.cid-tNLuhKYohs .card-heading {
  line-height: 1.2;
  margin: 0px;
}
.cid-tNLuhKYohs .item-wrapper:hover {
  cursor: pointer;
}
.cid-tNLuhKYohs .item-wrapper:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-tNLuhKYohs .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-tNLuhKYohs .header {
    margin-bottom: 20px;
  }
  .cid-tNLuhKYohs .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
  .cid-tNLuhKYohs .button {
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-tNLuhKYohs .link {
    margin-bottom: 40px;
  }
}
.cid-tNLuhKYohs .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-tNP78MnLQ6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3eded;
}
.cid-tNP78MnLQ6 .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tNP78MnLQ6 .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tNP78MnLQ6 .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tNP78MnLQ6 .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tNP78MnLQ6 .row > div {
    margin: auto;
  }
}
.cid-tNP78MnLQ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNP78MnLQ6 .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-tNP78MnLQ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNP78MnLQ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-tNP78MnLQ6 .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-tNP78MnLQ6 .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-tNP78MnLQ6 .row {
    display: grid;
  }
  .cid-tNP78MnLQ6 .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tNP78MnLQ6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tNP78MnLQ6 .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-tNP78MnLQ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    position: relative;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
a,
a:hover {
    text-decoration: none;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.0;
}

.mbr-section-subtitle {
    line-height: 1.0;
}

.mbr-text {
    font-style: normal;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1.5;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
}

b,
strong {
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

textarea[type='hidden'] {
    display: none;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #111111;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-content {
    flex-basis: 100%;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}
.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap;
    }
}
figure {
    margin-bottom: 0;
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

img,
iframe {
    display: block;
    width: 100%;
}

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

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}
/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}

.btn {
    font-weight: 300;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-form {
    margin: 0;
}
.btn-form:hover {
    cursor: pointer;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: 0.5rem;
    vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type='submit'] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*! Map */
.map {
    height: 25rem;
    position: relative;
}
.map iframe {
    width: 100%;
    height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: '›';
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}
.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #ffffff;
}
.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

#scrollToTop a i::before {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center;
    }
}
/*Gradients animation*/
@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox;
    }
}
@media (max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .navbar-collapse.show {
        overflow: auto;
    }
}
@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }
    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }
    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}
@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav-link .mbr-iconfont {
    margin-right: 0.5rem;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
}

.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.form-group:focus {
    outline: none;
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative;
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
}

.jq-selectbox li {
    padding: 1.07em 0.5em;
}

input[type='range'] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem);
    }
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: '';
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
    font-size: 16px;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0.357em;
    padding: 0;
}

.alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}
.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: '';
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px,
        rgba(0, 0, 0, 0.07) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
    border-color: red;
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}
form .row [class*='col'] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .mbr-section-btn {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}

form .form-check-input {
    margin-top: 0.5;
}

textarea.form-control {
    line-height: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control,
form .btn {
    min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
    top: 7px;
}

.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: none;
}

.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

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

.mb-4 {
    margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }
    .row > [class*='col'] {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.card-wrapper,
.item-wrapper {
    overflow: hidden;
}

.app-video-wrapper > img {
    opacity: 1;
}

.item {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
}

.dropdown-item + .dropdown-menu {
    display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}

@media (min-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        height: 300% !important;
        top: -100% !important;
    }
}
@media (max-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        width: 300% !important;
        left: -100% !important;
    }
}
.cid-tNP54K1Hzs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tNP54K1Hzs nav.navbar {
  position: fixed;
}
.cid-tNP54K1Hzs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNP54K1Hzs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNP54K1Hzs .dropdown-item:hover,
.cid-tNP54K1Hzs .dropdown-item:focus {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .dropdown-item:hover span {
  color: white;
}
.cid-tNP54K1Hzs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNP54K1Hzs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNP54K1Hzs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNP54K1Hzs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNP54K1Hzs .nav-link {
  position: relative;
}
.cid-tNP54K1Hzs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNP54K1Hzs .container {
    flex-wrap: nowrap;
  }
}
.cid-tNP54K1Hzs .navbar-caption:hover,
.cid-tNP54K1Hzs .navbar-caption:focus {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tNP54K1Hzs .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item:hover {
  color: #7aba40;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item a:hover {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .dropdown-menu,
.cid-tNP54K1Hzs .navbar.opened {
  background: #f3eded !important;
}
.cid-tNP54K1Hzs .nav-item:focus,
.cid-tNP54K1Hzs .nav-link:focus {
  outline: none;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNP54K1Hzs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNP54K1Hzs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNP54K1Hzs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3eded;
  padding: 0 !important;
}
.cid-tNP54K1Hzs .navbar.opened {
  transition: all 0.3s;
}
.cid-tNP54K1Hzs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNP54K1Hzs .navbar .navbar-logo img {
  width: auto;
}
.cid-tNP54K1Hzs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNP54K1Hzs .navbar.collapsed {
  justify-content: center;
}
.cid-tNP54K1Hzs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNP54K1Hzs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNP54K1Hzs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tNP54K1Hzs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNP54K1Hzs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNP54K1Hzs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNP54K1Hzs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tNP54K1Hzs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNP54K1Hzs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNP54K1Hzs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNP54K1Hzs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNP54K1Hzs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tNP54K1Hzs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tNP54K1Hzs .navbar.navbar-short {
  min-height: 70px;
}
.cid-tNP54K1Hzs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tNP54K1Hzs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNP54K1Hzs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNP54K1Hzs .dropdown-item.active,
.cid-tNP54K1Hzs .dropdown-item:active {
  background-color: transparent;
}
.cid-tNP54K1Hzs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNP54K1Hzs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNP54K1Hzs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNP54K1Hzs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3eded;
}
.cid-tNP54K1Hzs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNP54K1Hzs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNP54K1Hzs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNP54K1Hzs .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tNP54K1Hzs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNP54K1Hzs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNP54K1Hzs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNP54K1Hzs .navbar {
    height: 70px;
  }
  .cid-tNP54K1Hzs .navbar.opened {
    height: auto;
  }
  .cid-tNP54K1Hzs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNP54K1Hzs .container-fluid {
  padding: 0 1rem !important;
}
.cid-tNP54K1Hzs .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tNP54K1Hzs .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tNP54K1Hzs .navbar-collapse {
    width: 100%;
  }
  .cid-tNP54K1Hzs .navbar-nav {
    width: 100%;
  }
  .cid-tNP54K1Hzs .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tNPVdpuhKK {
  background-color: #ffffff;
}
.cid-tNPVdpuhKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPVdpuhKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNPVdpuhKK .container-fluid {
  padding: 0;
}
.cid-tNPVdpuhKK .row {
  padding: 0;
}
.cid-tNPVdpuhKK .title-wrapper {
  padding: 0 2rem;
}
.cid-tNPVdpuhKK .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tNPVdpuhKK .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tNPVdpuhKK .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tNPVdpuhKK .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tNPVdpuhKK .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tNPVdpuhKK .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tNPVdpuhKK .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tNPVdpuhKK .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tNPVdpuhKK .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNPVdpuhKK .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tNPVdpuhKK .mbr-section-title {
  color: #1c314e;
}
.cid-tNPVdpuhKK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tNPVdpuhKK .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tNPVdpuhKK .mbr-section-title,
.cid-tNPVdpuhKK .mbr-section-btn {
  text-align: center;
}
.cid-tP4FR2e44y {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tP4FR2e44y .card .card-img {
  overflow: hidden;
}
.cid-tP4FR2e44y .card .card-img img {
  transition: all 0.5s;
}
.cid-tP4FR2e44y .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tP4FR2e44y .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tP4FR2e44y .card {
  height: 100%;
}
.cid-tP4FR2e44y .card .card-wrapper {
  height: 100%;
}
.cid-tP4FR2e44y .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-tP4FR2e44y .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-tP4FR2e44y .card .card-box .card-title {
  margin: 0;
}
.cid-tP4FR2e44y .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tP4FR2e44y .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tP4FR2e44y .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tP4FR2e44y .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tP4FR2e44y .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tP4FR2e44y .card .card-footer .icons-list {
  margin: 0;
}
.cid-tP4FR2e44y .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-tP4FR2e44y .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-tP4FR2e44y .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-tP4FR2e44y .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-tP4FR2e44y .card-box {
  border-style: solid;
  border-color: #989797;
  border-width: 0 1px 1px 1px;
}
.cid-tP4FR2e44y .card-footer {
  border-top: 1px solid #989797;
}
@media (max-width: 767px) {
  .cid-tP4FR2e44y .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tP4FR2e44y .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tP4FR2e44y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP4FR2e44y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP4FR2e44y .card-text,
.cid-tP4FR2e44y .card-btn {
  color: #000000;
}
.cid-tP4HG5SRbZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tP4HG5SRbZ .card .card-img {
  overflow: hidden;
}
.cid-tP4HG5SRbZ .card .card-img img {
  transition: all 0.5s;
}
.cid-tP4HG5SRbZ .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tP4HG5SRbZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tP4HG5SRbZ .card {
  height: 100%;
}
.cid-tP4HG5SRbZ .card .card-wrapper {
  height: 100%;
}
.cid-tP4HG5SRbZ .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-tP4HG5SRbZ .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-tP4HG5SRbZ .card .card-box .card-title {
  margin: 0;
}
.cid-tP4HG5SRbZ .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tP4HG5SRbZ .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tP4HG5SRbZ .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tP4HG5SRbZ .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tP4HG5SRbZ .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tP4HG5SRbZ .card .card-footer .icons-list {
  margin: 0;
}
.cid-tP4HG5SRbZ .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-tP4HG5SRbZ .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-tP4HG5SRbZ .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-tP4HG5SRbZ .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-tP4HG5SRbZ .card-box {
  border-style: solid;
  border-color: #989797;
  border-width: 0 1px 1px 1px;
}
.cid-tP4HG5SRbZ .card-footer {
  border-top: 1px solid #989797;
}
@media (max-width: 767px) {
  .cid-tP4HG5SRbZ .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tP4HG5SRbZ .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tP4HG5SRbZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP4HG5SRbZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP4HG5SRbZ .card-text,
.cid-tP4HG5SRbZ .card-btn {
  color: #000000;
}
.cid-tP4IN31ab2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tP4IN31ab2 .card .card-img {
  overflow: hidden;
}
.cid-tP4IN31ab2 .card .card-img img {
  transition: all 0.5s;
}
.cid-tP4IN31ab2 .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tP4IN31ab2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tP4IN31ab2 .card {
  height: 100%;
}
.cid-tP4IN31ab2 .card .card-wrapper {
  height: 100%;
}
.cid-tP4IN31ab2 .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-tP4IN31ab2 .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-tP4IN31ab2 .card .card-box .card-title {
  margin: 0;
}
.cid-tP4IN31ab2 .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tP4IN31ab2 .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tP4IN31ab2 .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tP4IN31ab2 .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tP4IN31ab2 .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tP4IN31ab2 .card .card-footer .icons-list {
  margin: 0;
}
.cid-tP4IN31ab2 .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-tP4IN31ab2 .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-tP4IN31ab2 .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-tP4IN31ab2 .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-tP4IN31ab2 .card-box {
  border-style: solid;
  border-color: #989797;
  border-width: 0 1px 1px 1px;
}
.cid-tP4IN31ab2 .card-footer {
  border-top: 1px solid #989797;
}
@media (max-width: 767px) {
  .cid-tP4IN31ab2 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tP4IN31ab2 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tP4IN31ab2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP4IN31ab2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP4IN31ab2 .card-text,
.cid-tP4IN31ab2 .card-btn {
  color: #000000;
}
.cid-tP4JHiqxph {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tP4JHiqxph .card .card-img {
  overflow: hidden;
}
.cid-tP4JHiqxph .card .card-img img {
  transition: all 0.5s;
}
.cid-tP4JHiqxph .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tP4JHiqxph .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tP4JHiqxph .card {
  height: 100%;
}
.cid-tP4JHiqxph .card .card-wrapper {
  height: 100%;
}
.cid-tP4JHiqxph .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-tP4JHiqxph .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-tP4JHiqxph .card .card-box .card-title {
  margin: 0;
}
.cid-tP4JHiqxph .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tP4JHiqxph .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tP4JHiqxph .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tP4JHiqxph .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tP4JHiqxph .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tP4JHiqxph .card .card-footer .icons-list {
  margin: 0;
}
.cid-tP4JHiqxph .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-tP4JHiqxph .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-tP4JHiqxph .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-tP4JHiqxph .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-tP4JHiqxph .card-box {
  border-style: solid;
  border-color: #989797;
  border-width: 0 1px 1px 1px;
}
.cid-tP4JHiqxph .card-footer {
  border-top: 1px solid #989797;
}
@media (max-width: 767px) {
  .cid-tP4JHiqxph .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tP4JHiqxph .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tP4JHiqxph .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP4JHiqxph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP4JHiqxph .card-text,
.cid-tP4JHiqxph .card-btn {
  color: #000000;
}
.cid-tP4KYyYIii {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tP4KYyYIii .card .card-img {
  overflow: hidden;
}
.cid-tP4KYyYIii .card .card-img img {
  transition: all 0.5s;
}
.cid-tP4KYyYIii .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tP4KYyYIii .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tP4KYyYIii .card {
  height: 100%;
}
.cid-tP4KYyYIii .card .card-wrapper {
  height: 100%;
}
.cid-tP4KYyYIii .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-tP4KYyYIii .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-tP4KYyYIii .card .card-box .card-title {
  margin: 0;
}
.cid-tP4KYyYIii .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tP4KYyYIii .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tP4KYyYIii .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tP4KYyYIii .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tP4KYyYIii .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tP4KYyYIii .card .card-footer .icons-list {
  margin: 0;
}
.cid-tP4KYyYIii .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-tP4KYyYIii .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-tP4KYyYIii .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-tP4KYyYIii .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-tP4KYyYIii .card-box {
  border-style: solid;
  border-color: #989797;
  border-width: 0 1px 1px 1px;
}
.cid-tP4KYyYIii .card-footer {
  border-top: 1px solid #989797;
}
@media (max-width: 767px) {
  .cid-tP4KYyYIii .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tP4KYyYIii .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tP4KYyYIii .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP4KYyYIii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP4KYyYIii .card-text,
.cid-tP4KYyYIii .card-btn {
  color: #000000;
}
.cid-tNP78MnLQ6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3eded;
}
.cid-tNP78MnLQ6 .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tNP78MnLQ6 .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tNP78MnLQ6 .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tNP78MnLQ6 .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tNP78MnLQ6 .row > div {
    margin: auto;
  }
}
.cid-tNP78MnLQ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNP78MnLQ6 .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-tNP78MnLQ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNP78MnLQ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-tNP78MnLQ6 .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-tNP78MnLQ6 .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-tNP78MnLQ6 .row {
    display: grid;
  }
  .cid-tNP78MnLQ6 .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tNP78MnLQ6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tNP78MnLQ6 .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-tNP78MnLQ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    position: relative;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
a,
a:hover {
    text-decoration: none;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.0;
}

.mbr-section-subtitle {
    line-height: 1.0;
}

.mbr-text {
    font-style: normal;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1.5;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
}

b,
strong {
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

textarea[type='hidden'] {
    display: none;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #111111;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-content {
    flex-basis: 100%;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}
.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap;
    }
}
figure {
    margin-bottom: 0;
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

img,
iframe {
    display: block;
    width: 100%;
}

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

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}
/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}

.btn {
    font-weight: 300;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-form {
    margin: 0;
}
.btn-form:hover {
    cursor: pointer;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: 0.5rem;
    vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type='submit'] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*! Map */
.map {
    height: 25rem;
    position: relative;
}
.map iframe {
    width: 100%;
    height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: '›';
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}
.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #ffffff;
}
.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

#scrollToTop a i::before {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center;
    }
}
/*Gradients animation*/
@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox;
    }
}
@media (max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .navbar-collapse.show {
        overflow: auto;
    }
}
@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }
    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }
    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}
@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav-link .mbr-iconfont {
    margin-right: 0.5rem;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
}

.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.form-group:focus {
    outline: none;
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative;
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
}

.jq-selectbox li {
    padding: 1.07em 0.5em;
}

input[type='range'] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem);
    }
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: '';
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
    font-size: 16px;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0.357em;
    padding: 0;
}

.alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}
.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: '';
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px,
        rgba(0, 0, 0, 0.07) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
    border-color: red;
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}
form .row [class*='col'] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .mbr-section-btn {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}

form .form-check-input {
    margin-top: 0.5;
}

textarea.form-control {
    line-height: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control,
form .btn {
    min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
    top: 7px;
}

.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: none;
}

.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

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

.mb-4 {
    margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }
    .row > [class*='col'] {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.card-wrapper,
.item-wrapper {
    overflow: hidden;
}

.app-video-wrapper > img {
    opacity: 1;
}

.item {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
}

.dropdown-item + .dropdown-menu {
    display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}

@media (min-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        height: 300% !important;
        top: -100% !important;
    }
}
@media (max-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        width: 300% !important;
        left: -100% !important;
    }
}
.cid-tNP54K1Hzs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tNP54K1Hzs nav.navbar {
  position: fixed;
}
.cid-tNP54K1Hzs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNP54K1Hzs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNP54K1Hzs .dropdown-item:hover,
.cid-tNP54K1Hzs .dropdown-item:focus {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .dropdown-item:hover span {
  color: white;
}
.cid-tNP54K1Hzs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNP54K1Hzs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNP54K1Hzs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNP54K1Hzs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNP54K1Hzs .nav-link {
  position: relative;
}
.cid-tNP54K1Hzs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNP54K1Hzs .container {
    flex-wrap: nowrap;
  }
}
.cid-tNP54K1Hzs .navbar-caption:hover,
.cid-tNP54K1Hzs .navbar-caption:focus {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tNP54K1Hzs .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item:hover {
  color: #7aba40;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item a:hover {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .dropdown-menu,
.cid-tNP54K1Hzs .navbar.opened {
  background: #f3eded !important;
}
.cid-tNP54K1Hzs .nav-item:focus,
.cid-tNP54K1Hzs .nav-link:focus {
  outline: none;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNP54K1Hzs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNP54K1Hzs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNP54K1Hzs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3eded;
  padding: 0 !important;
}
.cid-tNP54K1Hzs .navbar.opened {
  transition: all 0.3s;
}
.cid-tNP54K1Hzs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNP54K1Hzs .navbar .navbar-logo img {
  width: auto;
}
.cid-tNP54K1Hzs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNP54K1Hzs .navbar.collapsed {
  justify-content: center;
}
.cid-tNP54K1Hzs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNP54K1Hzs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNP54K1Hzs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tNP54K1Hzs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNP54K1Hzs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNP54K1Hzs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNP54K1Hzs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tNP54K1Hzs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNP54K1Hzs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNP54K1Hzs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNP54K1Hzs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNP54K1Hzs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tNP54K1Hzs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tNP54K1Hzs .navbar.navbar-short {
  min-height: 70px;
}
.cid-tNP54K1Hzs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tNP54K1Hzs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNP54K1Hzs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNP54K1Hzs .dropdown-item.active,
.cid-tNP54K1Hzs .dropdown-item:active {
  background-color: transparent;
}
.cid-tNP54K1Hzs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNP54K1Hzs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNP54K1Hzs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNP54K1Hzs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3eded;
}
.cid-tNP54K1Hzs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNP54K1Hzs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNP54K1Hzs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNP54K1Hzs .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tNP54K1Hzs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNP54K1Hzs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNP54K1Hzs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNP54K1Hzs .navbar {
    height: 70px;
  }
  .cid-tNP54K1Hzs .navbar.opened {
    height: auto;
  }
  .cid-tNP54K1Hzs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNP54K1Hzs .container-fluid {
  padding: 0 1rem !important;
}
.cid-tNP54K1Hzs .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tNP54K1Hzs .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tNP54K1Hzs .navbar-collapse {
    width: 100%;
  }
  .cid-tNP54K1Hzs .navbar-nav {
    width: 100%;
  }
  .cid-tNP54K1Hzs .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tNQgdRhGQN {
  background-image: url("../../../assets/images/amenities1-901x451.webp");
}
.cid-tNQgdRhGQN .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-tNQgdRhGQN .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tNQgdRhGQN .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tNQgdRhGQN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNQgdRhGQN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNQgdRhGQN .mbr-section-title {
  text-align: right;
}
.cid-tNQyEf0m4O {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-tNQyEf0m4O .content {
    flex-wrap: nowrap;
  }
  .cid-tNQyEf0m4O .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-tNQyEf0m4O .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-tNQyEf0m4O .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-tNQyEf0m4O .content {
    flex-wrap: wrap;
  }
  .cid-tNQyEf0m4O .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-tNQyEf0m4O .section-head p {
    width: 70%;
  }
  .cid-tNQyEf0m4O .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-tNQyEf0m4O .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-tNQyEf0m4O .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-tNQyEf0m4O .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-tNQyEf0m4O .panel-title-edit {
  color: #7aba40;
}
.cid-tNQyEf0m4O .panel-text {
  color: #000000;
  padding: 1rem 0;
  text-align: left;
}
.cid-tNQyEf0m4O .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-tNQyEf0m4O .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-tNQyEf0m4O .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tNQyEf0m4O .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNQyEf0m4O .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-tNQyEf0m4O .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tNQyEf0m4O .mbr-text {
  color: #000000;
}
.cid-tNP78MnLQ6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3eded;
}
.cid-tNP78MnLQ6 .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tNP78MnLQ6 .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tNP78MnLQ6 .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tNP78MnLQ6 .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tNP78MnLQ6 .row > div {
    margin: auto;
  }
}
.cid-tNP78MnLQ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNP78MnLQ6 .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-tNP78MnLQ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNP78MnLQ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-tNP78MnLQ6 .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-tNP78MnLQ6 .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-tNP78MnLQ6 .row {
    display: grid;
  }
  .cid-tNP78MnLQ6 .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tNP78MnLQ6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tNP78MnLQ6 .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-tNP78MnLQ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    position: relative;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
a,
a:hover {
    text-decoration: none;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.0;
}

.mbr-section-subtitle {
    line-height: 1.0;
}

.mbr-text {
    font-style: normal;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1.5;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
}

b,
strong {
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

textarea[type='hidden'] {
    display: none;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #111111;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-content {
    flex-basis: 100%;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}
.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap;
    }
}
figure {
    margin-bottom: 0;
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

img,
iframe {
    display: block;
    width: 100%;
}

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

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}
/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}

.btn {
    font-weight: 300;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-form {
    margin: 0;
}
.btn-form:hover {
    cursor: pointer;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: 0.5rem;
    vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type='submit'] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*! Map */
.map {
    height: 25rem;
    position: relative;
}
.map iframe {
    width: 100%;
    height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: '›';
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}
.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #ffffff;
}
.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

#scrollToTop a i::before {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center;
    }
}
/*Gradients animation*/
@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox;
    }
}
@media (max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .navbar-collapse.show {
        overflow: auto;
    }
}
@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }
    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }
    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}
@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav-link .mbr-iconfont {
    margin-right: 0.5rem;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
}

.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.form-group:focus {
    outline: none;
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative;
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
}

.jq-selectbox li {
    padding: 1.07em 0.5em;
}

input[type='range'] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem);
    }
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: '';
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
    font-size: 16px;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0.357em;
    padding: 0;
}

.alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}
.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: '';
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px,
        rgba(0, 0, 0, 0.07) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
    border-color: red;
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}
form .row [class*='col'] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .mbr-section-btn {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}

form .form-check-input {
    margin-top: 0.5;
}

textarea.form-control {
    line-height: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control,
form .btn {
    min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
    top: 7px;
}

.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: none;
}

.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

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

.mb-4 {
    margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }
    .row > [class*='col'] {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.card-wrapper,
.item-wrapper {
    overflow: hidden;
}

.app-video-wrapper > img {
    opacity: 1;
}

.item {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
}

.dropdown-item + .dropdown-menu {
    display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}

@media (min-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        height: 300% !important;
        top: -100% !important;
    }
}
@media (max-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        width: 300% !important;
        left: -100% !important;
    }
}
.cid-tNP54K1Hzs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tNP54K1Hzs nav.navbar {
  position: fixed;
}
.cid-tNP54K1Hzs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNP54K1Hzs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNP54K1Hzs .dropdown-item:hover,
.cid-tNP54K1Hzs .dropdown-item:focus {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .dropdown-item:hover span {
  color: white;
}
.cid-tNP54K1Hzs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNP54K1Hzs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNP54K1Hzs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNP54K1Hzs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNP54K1Hzs .nav-link {
  position: relative;
}
.cid-tNP54K1Hzs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNP54K1Hzs .container {
    flex-wrap: nowrap;
  }
}
.cid-tNP54K1Hzs .navbar-caption:hover,
.cid-tNP54K1Hzs .navbar-caption:focus {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tNP54K1Hzs .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item:hover {
  color: #7aba40;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item a:hover {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .dropdown-menu,
.cid-tNP54K1Hzs .navbar.opened {
  background: #f3eded !important;
}
.cid-tNP54K1Hzs .nav-item:focus,
.cid-tNP54K1Hzs .nav-link:focus {
  outline: none;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNP54K1Hzs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNP54K1Hzs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNP54K1Hzs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3eded;
  padding: 0 !important;
}
.cid-tNP54K1Hzs .navbar.opened {
  transition: all 0.3s;
}
.cid-tNP54K1Hzs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNP54K1Hzs .navbar .navbar-logo img {
  width: auto;
}
.cid-tNP54K1Hzs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNP54K1Hzs .navbar.collapsed {
  justify-content: center;
}
.cid-tNP54K1Hzs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNP54K1Hzs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNP54K1Hzs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tNP54K1Hzs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNP54K1Hzs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNP54K1Hzs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNP54K1Hzs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tNP54K1Hzs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNP54K1Hzs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNP54K1Hzs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNP54K1Hzs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNP54K1Hzs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tNP54K1Hzs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tNP54K1Hzs .navbar.navbar-short {
  min-height: 70px;
}
.cid-tNP54K1Hzs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tNP54K1Hzs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNP54K1Hzs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNP54K1Hzs .dropdown-item.active,
.cid-tNP54K1Hzs .dropdown-item:active {
  background-color: transparent;
}
.cid-tNP54K1Hzs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNP54K1Hzs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNP54K1Hzs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNP54K1Hzs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3eded;
}
.cid-tNP54K1Hzs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNP54K1Hzs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNP54K1Hzs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNP54K1Hzs .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tNP54K1Hzs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNP54K1Hzs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNP54K1Hzs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNP54K1Hzs .navbar {
    height: 70px;
  }
  .cid-tNP54K1Hzs .navbar.opened {
    height: auto;
  }
  .cid-tNP54K1Hzs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNP54K1Hzs .container-fluid {
  padding: 0 1rem !important;
}
.cid-tNP54K1Hzs .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tNP54K1Hzs .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tNP54K1Hzs .navbar-collapse {
    width: 100%;
  }
  .cid-tNP54K1Hzs .navbar-nav {
    width: 100%;
  }
  .cid-tNP54K1Hzs .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tP9XjqTDib {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.cid-tP9XjqTDib .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tP9XjqTDib .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tP9XjqTDib .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tP9XjqTDib .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tP9XjqTDib .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tP9XjqTDib .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-tP9XjqTDib .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tP9XjqTDib ul {
  font-size: 0;
}
.cid-tP9XjqTDib .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #0c5b47;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s;
}
.cid-tP9XjqTDib .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #0c5b47 solid;
  border-radius: 0 !important;
}
.cid-tP9XjqTDib .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tP9XjqTDib .btn-primary-outline:hover,
.cid-tP9XjqTDib .btn-primary-outline:focus,
.cid-tP9XjqTDib .btn-primary-outline.focus,
.cid-tP9XjqTDib .btn-primary-outline.active {
  background-color: transparent !important;
  color: #0c5b47 !important;
}
.cid-tP9XjqTDib .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tNP78MnLQ6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3eded;
}
.cid-tNP78MnLQ6 .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tNP78MnLQ6 .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tNP78MnLQ6 .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tNP78MnLQ6 .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tNP78MnLQ6 .row > div {
    margin: auto;
  }
}
.cid-tNP78MnLQ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNP78MnLQ6 .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-tNP78MnLQ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNP78MnLQ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-tNP78MnLQ6 .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-tNP78MnLQ6 .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-tNP78MnLQ6 .row {
    display: grid;
  }
  .cid-tNP78MnLQ6 .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tNP78MnLQ6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tNP78MnLQ6 .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-tNP78MnLQ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    position: relative;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
a,
a:hover {
    text-decoration: none;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.0;
}

.mbr-section-subtitle {
    line-height: 1.0;
}

.mbr-text {
    font-style: normal;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1.5;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
}

b,
strong {
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

textarea[type='hidden'] {
    display: none;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #111111;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-content {
    flex-basis: 100%;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}
.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap;
    }
}
figure {
    margin-bottom: 0;
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

img,
iframe {
    display: block;
    width: 100%;
}

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

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}
/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}

.btn {
    font-weight: 300;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-form {
    margin: 0;
}
.btn-form:hover {
    cursor: pointer;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: 0.5rem;
    vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type='submit'] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*! Map */
.map {
    height: 25rem;
    position: relative;
}
.map iframe {
    width: 100%;
    height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: '›';
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}
.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #ffffff;
}
.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

#scrollToTop a i::before {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center;
    }
}
/*Gradients animation*/
@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox;
    }
}
@media (max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .navbar-collapse.show {
        overflow: auto;
    }
}
@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }
    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }
    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}
@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav-link .mbr-iconfont {
    margin-right: 0.5rem;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
}

.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.form-group:focus {
    outline: none;
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative;
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
}

.jq-selectbox li {
    padding: 1.07em 0.5em;
}

input[type='range'] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem);
    }
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: '';
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
    font-size: 16px;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0.357em;
    padding: 0;
}

.alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}
.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: '';
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px,
        rgba(0, 0, 0, 0.07) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
    border-color: red;
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}
form .row [class*='col'] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .mbr-section-btn {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}

form .form-check-input {
    margin-top: 0.5;
}

textarea.form-control {
    line-height: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control,
form .btn {
    min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
    top: 7px;
}

.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: none;
}

.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

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

.mb-4 {
    margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }
    .row > [class*='col'] {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.card-wrapper,
.item-wrapper {
    overflow: hidden;
}

.app-video-wrapper > img {
    opacity: 1;
}

.item {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
}

.dropdown-item + .dropdown-menu {
    display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}

@media (min-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        height: 300% !important;
        top: -100% !important;
    }
}
@media (max-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        width: 300% !important;
        left: -100% !important;
    }
}
.cid-tNP54K1Hzs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tNP54K1Hzs nav.navbar {
  position: fixed;
}
.cid-tNP54K1Hzs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNP54K1Hzs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNP54K1Hzs .dropdown-item:hover,
.cid-tNP54K1Hzs .dropdown-item:focus {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .dropdown-item:hover span {
  color: white;
}
.cid-tNP54K1Hzs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNP54K1Hzs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNP54K1Hzs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNP54K1Hzs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNP54K1Hzs .nav-link {
  position: relative;
}
.cid-tNP54K1Hzs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNP54K1Hzs .container {
    flex-wrap: nowrap;
  }
}
.cid-tNP54K1Hzs .navbar-caption:hover,
.cid-tNP54K1Hzs .navbar-caption:focus {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tNP54K1Hzs .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item:hover {
  color: #7aba40;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item a:hover {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .dropdown-menu,
.cid-tNP54K1Hzs .navbar.opened {
  background: #f3eded !important;
}
.cid-tNP54K1Hzs .nav-item:focus,
.cid-tNP54K1Hzs .nav-link:focus {
  outline: none;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNP54K1Hzs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNP54K1Hzs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNP54K1Hzs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3eded;
  padding: 0 !important;
}
.cid-tNP54K1Hzs .navbar.opened {
  transition: all 0.3s;
}
.cid-tNP54K1Hzs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNP54K1Hzs .navbar .navbar-logo img {
  width: auto;
}
.cid-tNP54K1Hzs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNP54K1Hzs .navbar.collapsed {
  justify-content: center;
}
.cid-tNP54K1Hzs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNP54K1Hzs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNP54K1Hzs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tNP54K1Hzs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNP54K1Hzs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNP54K1Hzs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNP54K1Hzs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tNP54K1Hzs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNP54K1Hzs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNP54K1Hzs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNP54K1Hzs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNP54K1Hzs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tNP54K1Hzs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tNP54K1Hzs .navbar.navbar-short {
  min-height: 70px;
}
.cid-tNP54K1Hzs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tNP54K1Hzs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNP54K1Hzs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNP54K1Hzs .dropdown-item.active,
.cid-tNP54K1Hzs .dropdown-item:active {
  background-color: transparent;
}
.cid-tNP54K1Hzs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNP54K1Hzs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNP54K1Hzs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNP54K1Hzs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3eded;
}
.cid-tNP54K1Hzs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNP54K1Hzs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNP54K1Hzs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNP54K1Hzs .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tNP54K1Hzs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNP54K1Hzs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNP54K1Hzs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNP54K1Hzs .navbar {
    height: 70px;
  }
  .cid-tNP54K1Hzs .navbar.opened {
    height: auto;
  }
  .cid-tNP54K1Hzs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNP54K1Hzs .container-fluid {
  padding: 0 1rem !important;
}
.cid-tNP54K1Hzs .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tNP54K1Hzs .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tNP54K1Hzs .navbar-collapse {
    width: 100%;
  }
  .cid-tNP54K1Hzs .navbar-nav {
    width: 100%;
  }
  .cid-tNP54K1Hzs .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tNQOZeQg6B {
  background-image: url("../../../assets/images/meetings1-901x451.webp");
}
@media (min-width: 992px) {
  .cid-tNQOZeQg6B .column {
    margin-left: 4rem;
  }
}
.cid-tNQOZeQg6B .mbr-section-title {
  color: #000000;
}
.cid-tPJXWFxKF7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e2e2e2;
}
.cid-tPJXWFxKF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPJXWFxKF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tPJXWFxKF7 .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPJXWFxKF7 .subtitle-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tPJXWFxKF7 .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 14px;
  position: relative;
}
.cid-tPJXWFxKF7 .subtitle-wrapper .mbr-section-subtitle::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000000;
}
.cid-tPJXWFxKF7 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tPJXWFxKF7 .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-tPJXWFxKF7 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
}
.cid-tPJXWFxKF7 .title-wrapper .mbr-name {
  margin-bottom: 0;
  position: relative;
}
.cid-tPJXWFxKF7 .title-wrapper::before {
  content: '';
  position: absolute;
  right: 10rem;
  bottom: -20rem;
  transform: rotate(45deg);
  display: block;
  width: 500px;
  height: 250px;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #7aba40;
}
@media (max-width: 992px) {
  .cid-tPJXWFxKF7 .title-wrapper::before {
    display: none;
  }
}
.cid-tPJXWFxKF7 .mbr-section-subtitle {
  color: #000000;
}
.cid-tPJXWFxKF7 .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tPJXWFxKF7 .mbr-name {
  color: #a8a8a8;
}
.cid-tPJXWFxKF7 .mbr-section-title DIV {
  text-align: left;
}
.cid-tNQROkag1S {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tNQROkag1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNQROkag1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNQROkag1S .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tNQVjynXj2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/meetings2-901x451.webp");
}
.cid-tNQVjynXj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNQVjynXj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNQVjynXj2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNQVjynXj2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNQVjynXj2 .container {
    padding: 0;
  }
}
.cid-tNQVjynXj2 .row {
  min-height: 630px;
}
@media (max-width: 992px) {
  .cid-tNQVjynXj2 .row {
    min-height: 450px;
  }
}
.cid-tNQVbjSk4B {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tNQVbjSk4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNQVbjSk4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNQVbjSk4B .mbr-text {
  color: #000000;
}
.cid-tO7LYx5dnN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2e2e2;
}
.cid-tO7LYx5dnN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tO7LYx5dnN .mbr-section-head {
  margin-bottom: 60px;
}
.cid-tO7LYx5dnN .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tO7LYx5dnN .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tO7LYx5dnN .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tO7LYx5dnN form {
  width: 100%;
}
.cid-tO7LYx5dnN form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tO7LYx5dnN form p {
  color: #747474;
}
.cid-tO7LYx5dnN form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tO7LYx5dnN form .mbr-section-btn .btn:hover {
  transform: translate(0, 0);
}
.cid-tO7LYx5dnN form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-tO7LYx5dnN form .form-control {
  height: 48px;
  border: 1px solid #e1e1e1 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  transition: .3s;
}
.cid-tO7LYx5dnN form .form-control::-webkit-input-placeholder {
  color: #747474;
}
.cid-tO7LYx5dnN form .form-control::-moz-placeholder {
  color: #747474;
}
.cid-tO7LYx5dnN form .form-control:-moz-placeholder {
  color: #747474;
}
.cid-tO7LYx5dnN form .form-control:-ms-input-placeholder {
  color: #747474;
}
.cid-tO7LYx5dnN form select {
  color: #747474 !important;
}
.cid-tO7LYx5dnN form textarea {
  height: 135px !important;
  min-height: 135px !important;
  padding: 12px;
  resize: none;
}
.cid-tO7LYx5dnN form textarea::-webkit-input-placeholder {
  color: #747474 !important;
}
.cid-tO7LYx5dnN form textarea::-moz-placeholder {
  color: #747474 !important;
}
.cid-tO7LYx5dnN form textarea:-moz-placeholder {
  color: #747474 !important;
}
.cid-tO7LYx5dnN form textarea:-ms-input-placeholder {
  color: #747474 !important;
}
.cid-tO7LYx5dnN form input,
.cid-tO7LYx5dnN form textarea {
  transition: .4s all;
}
.cid-tO7LYx5dnN form input:active,
.cid-tO7LYx5dnN form textarea:active,
.cid-tO7LYx5dnN form input:focus,
.cid-tO7LYx5dnN form textarea:focus {
  background-color: transparent !important;
  border-color: #a1c4e4 !important;
  outline: none !important;
}
.cid-tO7LYx5dnN form input:active::-webkit-input-placeholder,
.cid-tO7LYx5dnN form textarea:active::-webkit-input-placeholder,
.cid-tO7LYx5dnN form input:focus::-webkit-input-placeholder,
.cid-tO7LYx5dnN form textarea:focus::-webkit-input-placeholder {
  color: #747474 !important;
}
.cid-tO7LYx5dnN form input:active::-moz-placeholder,
.cid-tO7LYx5dnN form textarea:active::-moz-placeholder,
.cid-tO7LYx5dnN form input:focus::-moz-placeholder,
.cid-tO7LYx5dnN form textarea:focus::-moz-placeholder {
  color: #747474 !important;
}
.cid-tO7LYx5dnN form input:active:-moz-placeholder,
.cid-tO7LYx5dnN form textarea:active:-moz-placeholder,
.cid-tO7LYx5dnN form input:focus:-moz-placeholder,
.cid-tO7LYx5dnN form textarea:focus:-moz-placeholder {
  color: #747474 !important;
}
.cid-tO7LYx5dnN form input:active:-ms-input-placeholder,
.cid-tO7LYx5dnN form textarea:active:-ms-input-placeholder,
.cid-tO7LYx5dnN form input:focus:-ms-input-placeholder,
.cid-tO7LYx5dnN form textarea:focus:-ms-input-placeholder {
  color: #747474 !important;
}
.cid-tO7LYx5dnN form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tO7LYx5dnN form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tO7LYx5dnN form label {
  width: 100%;
  color: #000000;
  margin-bottom: 5px;
}
.cid-tO7LYx5dnN form .form-check label {
  color: #000000;
}
.cid-tO7LYx5dnN form .form-check-input {
  border-color: #e1e1e1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tO7LYx5dnN form .form-check-input:focus,
.cid-tO7LYx5dnN form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #a1c4e4 !important;
}
.cid-tO7LYx5dnN form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.cid-tNP78MnLQ6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3eded;
}
.cid-tNP78MnLQ6 .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tNP78MnLQ6 .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tNP78MnLQ6 .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tNP78MnLQ6 .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tNP78MnLQ6 .row > div {
    margin: auto;
  }
}
.cid-tNP78MnLQ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNP78MnLQ6 .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-tNP78MnLQ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNP78MnLQ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-tNP78MnLQ6 .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-tNP78MnLQ6 .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-tNP78MnLQ6 .row {
    display: grid;
  }
  .cid-tNP78MnLQ6 .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tNP78MnLQ6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tNP78MnLQ6 .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-tNP78MnLQ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    position: relative;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
a,
a:hover {
    text-decoration: none;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.0;
}

.mbr-section-subtitle {
    line-height: 1.0;
}

.mbr-text {
    font-style: normal;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1.5;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
}

b,
strong {
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

textarea[type='hidden'] {
    display: none;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #111111;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-content {
    flex-basis: 100%;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}
.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap;
    }
}
figure {
    margin-bottom: 0;
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

img,
iframe {
    display: block;
    width: 100%;
}

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

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}
/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}

.btn {
    font-weight: 300;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-form {
    margin: 0;
}
.btn-form:hover {
    cursor: pointer;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: 0.5rem;
    vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type='submit'] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*! Map */
.map {
    height: 25rem;
    position: relative;
}
.map iframe {
    width: 100%;
    height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: '›';
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}
.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #ffffff;
}
.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

#scrollToTop a i::before {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center;
    }
}
/*Gradients animation*/
@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox;
    }
}
@media (max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .navbar-collapse.show {
        overflow: auto;
    }
}
@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }
    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }
    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}
@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav-link .mbr-iconfont {
    margin-right: 0.5rem;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
}

.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.form-group:focus {
    outline: none;
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative;
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
}

.jq-selectbox li {
    padding: 1.07em 0.5em;
}

input[type='range'] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem);
    }
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: '';
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
    font-size: 16px;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0.357em;
    padding: 0;
}

.alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}
.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: '';
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px,
        rgba(0, 0, 0, 0.07) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
    border-color: red;
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}
form .row [class*='col'] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .mbr-section-btn {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}

form .form-check-input {
    margin-top: 0.5;
}

textarea.form-control {
    line-height: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control,
form .btn {
    min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
    top: 7px;
}

.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: none;
}

.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

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

.mb-4 {
    margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }
    .row > [class*='col'] {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.card-wrapper,
.item-wrapper {
    overflow: hidden;
}

.app-video-wrapper > img {
    opacity: 1;
}

.item {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
}

.dropdown-item + .dropdown-menu {
    display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}

@media (min-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        height: 300% !important;
        top: -100% !important;
    }
}
@media (max-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        width: 300% !important;
        left: -100% !important;
    }
}
.cid-tNP54K1Hzs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tNP54K1Hzs nav.navbar {
  position: fixed;
}
.cid-tNP54K1Hzs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNP54K1Hzs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNP54K1Hzs .dropdown-item:hover,
.cid-tNP54K1Hzs .dropdown-item:focus {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .dropdown-item:hover span {
  color: white;
}
.cid-tNP54K1Hzs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNP54K1Hzs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNP54K1Hzs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNP54K1Hzs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNP54K1Hzs .nav-link {
  position: relative;
}
.cid-tNP54K1Hzs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNP54K1Hzs .container {
    flex-wrap: nowrap;
  }
}
.cid-tNP54K1Hzs .navbar-caption:hover,
.cid-tNP54K1Hzs .navbar-caption:focus {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tNP54K1Hzs .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item:hover {
  color: #7aba40;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item a:hover {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .dropdown-menu,
.cid-tNP54K1Hzs .navbar.opened {
  background: #f3eded !important;
}
.cid-tNP54K1Hzs .nav-item:focus,
.cid-tNP54K1Hzs .nav-link:focus {
  outline: none;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNP54K1Hzs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNP54K1Hzs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNP54K1Hzs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3eded;
  padding: 0 !important;
}
.cid-tNP54K1Hzs .navbar.opened {
  transition: all 0.3s;
}
.cid-tNP54K1Hzs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNP54K1Hzs .navbar .navbar-logo img {
  width: auto;
}
.cid-tNP54K1Hzs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNP54K1Hzs .navbar.collapsed {
  justify-content: center;
}
.cid-tNP54K1Hzs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNP54K1Hzs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNP54K1Hzs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tNP54K1Hzs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNP54K1Hzs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNP54K1Hzs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNP54K1Hzs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tNP54K1Hzs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNP54K1Hzs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNP54K1Hzs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNP54K1Hzs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNP54K1Hzs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tNP54K1Hzs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tNP54K1Hzs .navbar.navbar-short {
  min-height: 70px;
}
.cid-tNP54K1Hzs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tNP54K1Hzs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNP54K1Hzs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNP54K1Hzs .dropdown-item.active,
.cid-tNP54K1Hzs .dropdown-item:active {
  background-color: transparent;
}
.cid-tNP54K1Hzs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNP54K1Hzs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNP54K1Hzs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNP54K1Hzs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3eded;
}
.cid-tNP54K1Hzs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNP54K1Hzs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNP54K1Hzs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNP54K1Hzs .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tNP54K1Hzs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNP54K1Hzs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNP54K1Hzs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNP54K1Hzs .navbar {
    height: 70px;
  }
  .cid-tNP54K1Hzs .navbar.opened {
    height: auto;
  }
  .cid-tNP54K1Hzs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNP54K1Hzs .container-fluid {
  padding: 0 1rem !important;
}
.cid-tNP54K1Hzs .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tNP54K1Hzs .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tNP54K1Hzs .navbar-collapse {
    width: 100%;
  }
  .cid-tNP54K1Hzs .navbar-nav {
    width: 100%;
  }
  .cid-tNP54K1Hzs .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tPKeGeZADa {
  background-color: #ffffff;
}
.cid-tPKeGeZADa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPKeGeZADa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPKeGeZADa .container-fluid {
  padding: 0;
}
.cid-tPKeGeZADa .row {
  padding: 0;
}
.cid-tPKeGeZADa .title-wrapper {
  padding: 0 2rem;
}
.cid-tPKeGeZADa .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tPKeGeZADa .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tPKeGeZADa .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tPKeGeZADa .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tPKeGeZADa .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tPKeGeZADa .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tPKeGeZADa .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tPKeGeZADa .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tPKeGeZADa .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tPKeGeZADa .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tPKeGeZADa .mbr-section-title {
  color: #1c314e;
}
.cid-tPKeGeZADa .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tPKeGeZADa .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tPKeGeZADa .mbr-section-title,
.cid-tPKeGeZADa .mbr-section-btn {
  text-align: center;
}
.cid-tPKh928aDy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tPKh928aDy .container {
    max-width: 1400px;
  }
}
.cid-tPKh928aDy .card-text_padding-bottom {
  padding-bottom: 5rem;
}
.cid-tPKh928aDy .card-img {
  margin-left: auto;
  margin-bottom: 2rem;
  margin-right: auto;
}
.cid-tPKh928aDy .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
.cid-tPKh928aDy .btn-bottom {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1620px) {
  .cid-tPKh928aDy .card {
    padding: 0 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1250px) {
  .cid-tPKh928aDy .card {
    padding: 0 2rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .cid-tPKh928aDy .card {
    padding: 0 1rem;
    padding-bottom: 4rem;
  }
}
.cid-tPKh928aDy .row {
  justify-content: center;
}
.cid-tPKh928aDy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tPKh928aDy .card-title {
  color: #2e6b75;
  text-align: center;
  width: 100%;
}
.cid-tPKh928aDy .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tPKh928aDy .card-text {
  color: #6c7577;
  text-align: center;
  width: 100%;
}
.cid-tPKh928aDy .card-title,
.cid-tPKh928aDy .iconfont-wrapper {
  color: #7aba40;
}
.cid-tPKjoWw4Kv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tPKjoWw4Kv .container {
    max-width: 1400px;
  }
}
.cid-tPKjoWw4Kv .card-text_padding-bottom {
  padding-bottom: 5rem;
}
.cid-tPKjoWw4Kv .card-img {
  margin-left: auto;
  margin-bottom: 2rem;
  margin-right: auto;
}
.cid-tPKjoWw4Kv .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
.cid-tPKjoWw4Kv .btn-bottom {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1620px) {
  .cid-tPKjoWw4Kv .card {
    padding: 0 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1250px) {
  .cid-tPKjoWw4Kv .card {
    padding: 0 2rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .cid-tPKjoWw4Kv .card {
    padding: 0 1rem;
    padding-bottom: 4rem;
  }
}
.cid-tPKjoWw4Kv .row {
  justify-content: center;
}
.cid-tPKjoWw4Kv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tPKjoWw4Kv .card-title {
  color: #2e6b75;
  text-align: center;
  width: 100%;
}
.cid-tPKjoWw4Kv .mbr-section-subtitle {
  color: #6c7577;
  text-align: center;
}
.cid-tPKjoWw4Kv .card-text {
  color: #6c7577;
  text-align: center;
  width: 100%;
}
.cid-tPKjoWw4Kv .card-title,
.cid-tPKjoWw4Kv .iconfont-wrapper {
  color: #7aba40;
}
.cid-tNP78MnLQ6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3eded;
}
.cid-tNP78MnLQ6 .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tNP78MnLQ6 .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tNP78MnLQ6 .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tNP78MnLQ6 .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tNP78MnLQ6 .row > div {
    margin: auto;
  }
}
.cid-tNP78MnLQ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNP78MnLQ6 .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-tNP78MnLQ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNP78MnLQ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-tNP78MnLQ6 .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-tNP78MnLQ6 .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-tNP78MnLQ6 .row {
    display: grid;
  }
  .cid-tNP78MnLQ6 .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tNP78MnLQ6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tNP78MnLQ6 .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-tNP78MnLQ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    position: relative;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
a,
a:hover {
    text-decoration: none;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.0;
}

.mbr-section-subtitle {
    line-height: 1.0;
}

.mbr-text {
    font-style: normal;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1.5;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
}

b,
strong {
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

textarea[type='hidden'] {
    display: none;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #111111;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-content {
    flex-basis: 100%;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}
.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap;
    }
}
figure {
    margin-bottom: 0;
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

img,
iframe {
    display: block;
    width: 100%;
}

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

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}
/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}

.btn {
    font-weight: 300;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-form {
    margin: 0;
}
.btn-form:hover {
    cursor: pointer;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: 0.5rem;
    vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type='submit'] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*! Map */
.map {
    height: 25rem;
    position: relative;
}
.map iframe {
    width: 100%;
    height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: '›';
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}
.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #ffffff;
}
.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

#scrollToTop a i::before {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center;
    }
}
/*Gradients animation*/
@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox;
    }
}
@media (max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .navbar-collapse.show {
        overflow: auto;
    }
}
@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }
    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }
    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}
@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav-link .mbr-iconfont {
    margin-right: 0.5rem;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
}

.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.form-group:focus {
    outline: none;
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative;
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
}

.jq-selectbox li {
    padding: 1.07em 0.5em;
}

input[type='range'] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem);
    }
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: '';
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
    font-size: 16px;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0.357em;
    padding: 0;
}

.alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}
.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: '';
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px,
        rgba(0, 0, 0, 0.07) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
    border-color: red;
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}
form .row [class*='col'] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .mbr-section-btn {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}

form .form-check-input {
    margin-top: 0.5;
}

textarea.form-control {
    line-height: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control,
form .btn {
    min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
    top: 7px;
}

.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: none;
}

.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

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

.mb-4 {
    margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }
    .row > [class*='col'] {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.card-wrapper,
.item-wrapper {
    overflow: hidden;
}

.app-video-wrapper > img {
    opacity: 1;
}

.item {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
}

.dropdown-item + .dropdown-menu {
    display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}

@media (min-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        height: 300% !important;
        top: -100% !important;
    }
}
@media (max-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        width: 300% !important;
        left: -100% !important;
    }
}
.cid-tNP54K1Hzs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tNP54K1Hzs nav.navbar {
  position: fixed;
}
.cid-tNP54K1Hzs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNP54K1Hzs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNP54K1Hzs .dropdown-item:hover,
.cid-tNP54K1Hzs .dropdown-item:focus {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .dropdown-item:hover span {
  color: white;
}
.cid-tNP54K1Hzs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNP54K1Hzs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNP54K1Hzs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNP54K1Hzs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNP54K1Hzs .nav-link {
  position: relative;
}
.cid-tNP54K1Hzs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNP54K1Hzs .container {
    flex-wrap: nowrap;
  }
}
.cid-tNP54K1Hzs .navbar-caption:hover,
.cid-tNP54K1Hzs .navbar-caption:focus {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tNP54K1Hzs .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item:hover {
  color: #7aba40;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item a:hover {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tNP54K1Hzs .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #7aba40 !important;
}
.cid-tNP54K1Hzs .dropdown-menu,
.cid-tNP54K1Hzs .navbar.opened {
  background: #f3eded !important;
}
.cid-tNP54K1Hzs .nav-item:focus,
.cid-tNP54K1Hzs .nav-link:focus {
  outline: none;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNP54K1Hzs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNP54K1Hzs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNP54K1Hzs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNP54K1Hzs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3eded;
  padding: 0 !important;
}
.cid-tNP54K1Hzs .navbar.opened {
  transition: all 0.3s;
}
.cid-tNP54K1Hzs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNP54K1Hzs .navbar .navbar-logo img {
  width: auto;
}
.cid-tNP54K1Hzs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNP54K1Hzs .navbar.collapsed {
  justify-content: center;
}
.cid-tNP54K1Hzs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNP54K1Hzs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNP54K1Hzs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tNP54K1Hzs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNP54K1Hzs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNP54K1Hzs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNP54K1Hzs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNP54K1Hzs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tNP54K1Hzs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNP54K1Hzs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNP54K1Hzs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNP54K1Hzs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNP54K1Hzs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNP54K1Hzs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tNP54K1Hzs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tNP54K1Hzs .navbar.navbar-short {
  min-height: 70px;
}
.cid-tNP54K1Hzs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tNP54K1Hzs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNP54K1Hzs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNP54K1Hzs .dropdown-item.active,
.cid-tNP54K1Hzs .dropdown-item:active {
  background-color: transparent;
}
.cid-tNP54K1Hzs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNP54K1Hzs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNP54K1Hzs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNP54K1Hzs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3eded;
}
.cid-tNP54K1Hzs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNP54K1Hzs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNP54K1Hzs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNP54K1Hzs .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tNP54K1Hzs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNP54K1Hzs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNP54K1Hzs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNP54K1Hzs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNP54K1Hzs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNP54K1Hzs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNP54K1Hzs .navbar {
    height: 70px;
  }
  .cid-tNP54K1Hzs .navbar.opened {
    height: auto;
  }
  .cid-tNP54K1Hzs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNP54K1Hzs .container-fluid {
  padding: 0 1rem !important;
}
.cid-tNP54K1Hzs .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tNP54K1Hzs .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tNP54K1Hzs .navbar-collapse {
    width: 100%;
  }
  .cid-tNP54K1Hzs .navbar-nav {
    width: 100%;
  }
  .cid-tNP54K1Hzs .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tNPAtkba08 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tNPAtkba08 .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tNPAtkba08 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tNPAtkba08 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tNPAtkba08 .image-wrapper img {
    border-end-start-radius: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-tNPAtkba08 .text-wrapper {
    padding: 10rem 5rem 0 0rem;
  }
}
.cid-tNPAtkba08 .mbr-section-title {
  color: #000000;
}
.cid-tNPAtkba08 .mbr-text {
  color: #6c7577;
}
.cid-tNPAtkba08 .btn {
  padding: 1rem 3.4rem;
}
.cid-tNPAtkba08 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPAtkba08 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNPAtkba08 .mbr-text,
.cid-tNPAtkba08 .mbr-section-btn {
  color: #000000;
}
.cid-tOYv5jD0Fr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOYv5jD0Fr .content {
  border-top: 2px solid #17171A;
  padding-top: 2.2rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.cid-tOYv5jD0Fr .content .row {
  border-bottom: 2px solid #17171A;
}
@media (max-width: 767px) {
  .cid-tOYv5jD0Fr .content .row p {
    margin-top: 0.2rem;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .cid-tOYv5jD0Fr .content {
    padding-top: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-tOYv5jD0Fr .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tOYv5jD0Fr .mbr-text {
  color: #000000;
}
.cid-tOYtAcPXle {
  background-color: #ffffff;
}
.cid-tOYtAcPXle .container-fluid {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
}
.cid-tOYtAcPXle .stiker {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-tOYtAcPXle .stiker {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tOYtAcPXle .mbr-section-head {
    padding-left: 44px;
  }
}
.cid-tOYtAcPXle .wrap {
  padding-top: 2rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-tOYtAcPXle .wrap {
    padding-right: 44px;
    padding-left: 80px;
  }
}
.cid-tOYtAcPXle .content {
  background: #ffffff;
}
.cid-tOYtAcPXle .item-content {
  padding: 12px 0;
}
.cid-tOYtAcPXle img,
.cid-tOYtAcPXle .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tOYtAcPXle img,
  .cid-tOYtAcPXle .item-img {
    max-height: 250px;
  }
}
.cid-tOYtAcPXle .item:focus,
.cid-tOYtAcPXle span:focus {
  outline: none;
}
.cid-tOYtAcPXle .item-wrap {
  padding-right: 23px;
  padding-left: 23px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-tOYtAcPXle .item-wrap {
    padding-right: 39px;
    padding-left: 39px;
  }
}
.cid-tOYtAcPXle .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tOYtAcPXle .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tOYtAcPXle .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tOYtAcPXle .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tOYtAcPXle .bottom {
  margin-bottom: 120px;
}
.cid-tOYtAcPXle .mbr-text,
.cid-tOYtAcPXle .link-title {
  color: #000000;
}
.cid-tOYNu7ZxmN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #7aba40;
}
.cid-tOYNu7ZxmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOYNu7ZxmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOYNu7ZxmN .mbr-text,
.cid-tOYNu7ZxmN .mbr-section-btn {
  color: #dff0d0;
}
.cid-tNP78MnLQ6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3eded;
}
.cid-tNP78MnLQ6 .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tNP78MnLQ6 .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tNP78MnLQ6 .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tNP78MnLQ6 .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tNP78MnLQ6 .row > div {
    margin: auto;
  }
}
.cid-tNP78MnLQ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNP78MnLQ6 .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-tNP78MnLQ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNP78MnLQ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-tNP78MnLQ6 .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-tNP78MnLQ6 .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-tNP78MnLQ6 .row {
    display: grid;
  }
  .cid-tNP78MnLQ6 .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tNP78MnLQ6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tNP78MnLQ6 .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-tNP78MnLQ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
