@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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;
  }
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Google Sans', sans-serif;
  font-size: 0.85rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.68rem;
    font-size: calc( 0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.68rem;
    font-size: calc( 0.9475rem + (0.85 - 0.9475) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.9475rem + (0.85 - 0.9475) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0c2c68 !important;
}
.bg-success {
  background-color: #0c2c68 !important;
}
.bg-info {
  background-color: #f92c50 !important;
}
.bg-warning {
  background-color: #996633 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #604c3f !important;
  border-color: #604c3f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #7f6453 !important;
  border-color: #7f6453 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7f6453 !important;
  border-color: #7f6453 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #996633 !important;
  border-color: #996633 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #bf8040 !important;
  border-color: #bf8040 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bf8040 !important;
  border-color: #bf8040 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #604c3f;
  color: #604c3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2c231d !important;
  background-color: transparent !important;
  border-color: #2c231d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #604c3f !important;
  border-color: #604c3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #996633;
  color: #996633;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #583b1d !important;
  background-color: transparent !important;
  border-color: #583b1d !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #996633 !important;
  border-color: #996633 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #0c2c68 !important;
}
.text-secondary {
  color: #604c3f !important;
}
.text-success {
  color: #0c2c68 !important;
}
.text-info {
  color: #f92c50 !important;
}
.text-warning {
  color: #996633 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #01050d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #221b17 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #01050d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ba0525 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4d3319 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #0c2c68;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f92c50;
}
.alert-warning {
  background-color: #996633;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0c2c68;
  border-color: #0c2c68;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0c2c68;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #195cda;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #195cda;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff2f5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d2a679;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #0c2c68 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #0c2c68;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0c2c68;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0c2c68;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0c2c68;
  border-bottom-color: #0c2c68;
}
.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: #ffffff !important;
  background-color: #0c2c68 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #604c3f !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='%230c2c68' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-va34e2BEhw {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-va34e2BEhw .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-va34e2BEhw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-va34e2BEhw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-va34e2BEhw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-va34e2BEhw .menu_box .navbar.opened,
  .cid-va34e2BEhw .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-va34e2BEhw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-va34e2BEhw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-va34e2BEhw .btn:hover {
  box-shadow: none;
}
.cid-va34e2BEhw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-va34e2BEhw .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .nav-item {
    margin: 0 !important;
  }
}
.cid-va34e2BEhw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-va34e2BEhw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-va34e2BEhw .nav-item .nav-link:hover::before,
.cid-va34e2BEhw .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-va34e2BEhw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-va34e2BEhw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-va34e2BEhw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-va34e2BEhw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-va34e2BEhw .offcanvas_box {
    display: none;
  }
}
.cid-va34e2BEhw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-va34e2BEhw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-va34e2BEhw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-va34e2BEhw .container {
  display: flex;
  margin: auto;
}
.cid-va34e2BEhw .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-va34e2BEhw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-va34e2BEhw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-va34e2BEhw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .navbar-nav {
    margin: 0;
  }
}
.cid-va34e2BEhw .dropdown-menu,
.cid-va34e2BEhw .navbar.opened {
  background-color: false !important;
}
.cid-va34e2BEhw .nav-item:focus,
.cid-va34e2BEhw .nav-link:focus {
  outline: none;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-va34e2BEhw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-va34e2BEhw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-va34e2BEhw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-va34e2BEhw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-va34e2BEhw .navbar.opened {
  transition: all 0.3s;
}
.cid-va34e2BEhw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-va34e2BEhw .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-va34e2BEhw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-va34e2BEhw .navbar.collapsed {
  justify-content: center;
}
.cid-va34e2BEhw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-va34e2BEhw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-va34e2BEhw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-va34e2BEhw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-va34e2BEhw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-va34e2BEhw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-va34e2BEhw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-va34e2BEhw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-va34e2BEhw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-va34e2BEhw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-va34e2BEhw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-va34e2BEhw .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-va34e2BEhw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-va34e2BEhw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-va34e2BEhw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-va34e2BEhw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-va34e2BEhw .navbar.navbar-short {
  min-height: 60px;
}
.cid-va34e2BEhw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-va34e2BEhw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-va34e2BEhw .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;
}
.cid-va34e2BEhw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-va34e2BEhw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-va34e2BEhw .dropdown-item.active,
.cid-va34e2BEhw .dropdown-item:active {
  background-color: transparent;
}
.cid-va34e2BEhw .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-va34e2BEhw .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-va34e2BEhw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-va34e2BEhw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-va34e2BEhw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va34e2BEhw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-va34e2BEhw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-va34e2BEhw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va34e2BEhw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-va34e2BEhw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-va34e2BEhw .navbar {
    height: 70px;
  }
  .cid-va34e2BEhw .navbar.opened {
    height: auto;
  }
  .cid-va34e2BEhw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-va34e2BEhw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-va34e2BEhw .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-va34e2BEhw .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-va34e2BEhw .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-va34e2BEhw .text_widget {
  margin-bottom: 32px;
}
.cid-va34e2BEhw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-va34e2BEhw .text_widget a:hover,
.cid-va34e2BEhw .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-va34e2BEhw .icons-menu-main {
  display: flex;
}
.cid-va34e2BEhw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-va34e2BEhw .navbar-caption {
  color: #000000;
}
.cid-va34e2BEhw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-va34e2BEhw .mbr-section-subtitle,
.cid-va34e2BEhw .text_widget,
.cid-va34e2BEhw .mbr-section-btn {
  text-align: center;
}
.cid-va34e2BEhw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-va35UM4b4T {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va35UM4b4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-va35UM4b4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve0oM1jXWl {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ve0oM1jXWl img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vcXdzzM1GB {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg3-2-1920x1120.jpg");
}
.cid-vcXdzzM1GB .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-vcXdzzM1GB .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vcXdzzM1GB .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vcXdzzM1GB {
    align-items: center;
  }
  .cid-vcXdzzM1GB .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcXdzzM1GB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcXdzzM1GB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vcXdzzM1GB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcXdzzM1GB .content-wrap {
    width: 100%;
  }
}
.cid-vcXdzzM1GB .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vcXdzzM1GB .mbr-text,
.cid-vcXdzzM1GB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vcXdzzM1GB .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-v9ofresasc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9ofresasc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9ofresasc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9ofresasc .mbr-section-title {
  color: #996633;
}
.cid-v9ofresasc .mbr-section-subtitle {
  color: #0c2c68;
}
.cid-v9oeWzm6cw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9oeWzm6cw .container {
  max-width: 1200px !important;
}
.cid-v9oeWzm6cw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9oeWzm6cw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v9oeWzm6cw .image-wrapper {
    margin-bottom: 1rem;
    width: 70%;
  }
}
.cid-v9oeWzm6cw .row {
  flex-direction: row-reverse;
}
.cid-v9oeWzm6cw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v9oeWzm6cw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v9oeWzm6cw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v9oeWzm6cw .mbr-section-title {
  color: #0c2c68;
}
.cid-v9oeWzm6cw .mbr-text,
.cid-v9oeWzm6cw .mbr-section-btn {
  color: #232323;
}
.cid-v9oeWzm6cw .image-wrapper img {
  border-radius: 0 !important;
}
.cid-v9nZAXE9bU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-v9nZAXE9bU .container {
  max-width: 1200px !important;
}
.cid-v9nZAXE9bU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9nZAXE9bU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9nZAXE9bU .card-title {
  min-width: 300px;
}
@media (max-width: 767px) {
  .cid-v9nZAXE9bU .card-title {
    min-width: 250px;
  }
}
.cid-v9nZAXE9bU .card-text {
  padding-left: 4rem;
  color: #0c2c68;
}
@media (max-width: 767px) {
  .cid-v9nZAXE9bU .card-text {
    padding-left: 0rem;
  }
}
.cid-v9nZAXE9bU .mbr-iconfont {
  font-size: 2rem;
  color: #604c3f;
  border-radius: 50%;
  background: #55bae8;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-v9nZAXE9bU .card-wrapper {
  display: flex;
  transition: all 0.3s;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  margin-bottom: 1rem;
  padding: 1.5rem 1.5rem;
}
@media (max-width: 767px) {
  .cid-v9nZAXE9bU .card-wrapper {
    flex-direction: column;
  }
}
.cid-v9nZAXE9bU .card-wrapper:hover {
  background: #55bae8;
  color: white;
}
.cid-v9nZAXE9bU .text-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-v9nZAXE9bU .text-wrap {
    flex-direction: column;
    padding-bottom: 1rem;
  }
}
.cid-v9nZAXE9bU .card-title,
.cid-v9nZAXE9bU .iconfont-wrapper,
.cid-v9nZAXE9bU .card-wrapper {
  color: #55bae8;
}
.cid-v9nZAXE9bU .mbr-section-title {
  text-align: center;
  color: #0c2c68;
}
.cid-v9nZAXE9bU .card-text,
.cid-v9nZAXE9bU .mbr-section-btn {
  color: #0c2c68;
}
.cid-v9nZAXE9bU .card-wrapper:hover .card-title {
  color: #ffffff;
}
.cid-v97rcTY6ym {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #b28247;
}
.cid-v97rcTY6ym .mbr-fallback-image.disabled {
  display: none;
}
.cid-v97rcTY6ym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v97rcTY6ym .mbr-section-title {
  color: #ffffff;
}
.cid-v97plQRfNZ .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-v97plQRfNZ .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-v97plQRfNZ .countdown-cont {
  margin: 0 auto;
}
.cid-v97plQRfNZ .countdown-cont div:not(:last-child) {
  border-right: 2px solid lightgray;
}
.cid-v97plQRfNZ .countdown-cont .row {
  -webkit-flex-wrap: nowrap;
}
.cid-v97plQRfNZ .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-v97plQRfNZ .period {
  display: block;
  padding-top: 2px;
}
.cid-v97plQRfNZ .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: none;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-v97plQRfNZ .full-count-container {
  background: #b28247;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v97plQRfNZ .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v97plQRfNZ .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-v97plQRfNZ .dot {
    display: none;
  }
  .cid-v97plQRfNZ .number {
    white-space: nowrap;
  }
  .cid-v97plQRfNZ .countdown-cont {
    margin: 0 auto;
  }
  .cid-v97plQRfNZ .countdown-cont div:not(:last-child) {
    border-right: 0px solid lightgray;
  }
  .cid-v97plQRfNZ .countdown-cont div {
    padding: 0;
  }
  .cid-v97plQRfNZ .col-sm-3 {
    padding: 0;
  }
}
@media (max-width: 550px) {
  .cid-v97plQRfNZ .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-v97plQRfNZ .number-wrap {
    padding: 5px 5px 13px 5px;
  }
  .cid-v97plQRfNZ .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-v97plQRfNZ .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-v97plQRfNZ .number {
    font-size: 25px;
  }
  .cid-v97plQRfNZ .period {
    font-size: 0.7rem;
  }
}
.cid-v97plQRfNZ H2 {
  color: #000000;
}
.cid-vcYeFqz53O .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vcYeFqz53O html,
  .cid-vcYeFqz53O body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vcYeFqz53O .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vcYeFqz53O .carousel-indicators {
    display: none !important;
  }
  .cid-vcYeFqz53O #carouselExampleCaptions,
  .cid-vcYeFqz53O .carousel-inner,
  .cid-vcYeFqz53O .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vcYeFqz53O .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vcYeFqz53O .carousel-control-prev,
  .cid-vcYeFqz53O .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcYeFqz53O .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vcYeFqz53O .carousel-control-prev-icon,
.cid-vcYeFqz53O .carousel-control-next-icon {
  filter: invert(1);
}
.cid-v8ZPInvVlO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v8ZPInvVlO .mbr-section-subtitle {
  color: #767676;
}
.cid-v8ZPInvVlO .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v8ZPInvVlO .container {
    max-width: 1600px;
  }
}
.cid-v8ZPInvVlO .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v8ZPInvVlO .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v8ZPInvVlO .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v8ZPInvVlO .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-v8ZPInvVlO .team-item:hover .item-social {
  opacity: 1;
}
.cid-v8ZPInvVlO .team-item .item-image img {
  width: 100%;
}
.cid-v8ZPInvVlO .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v8ZPInvVlO .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v8ZPInvVlO .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v8ZPInvVlO .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v8ZPInvVlO .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v8ZPInvVlO .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-v8ZPInvVlO .item-caption {
    padding: 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v8ZPInvVlO .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v8ZPInvVlO .item-social {
    opacity: 1;
  }
}
.cid-v8ZPInvVlO H2 {
  color: #0c2c68;
}
.cid-v9GDGxCZSR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-v9GDGxCZSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GDGxCZSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GDGxCZSR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .container {
    padding: 0 130px;
  }
}
.cid-v9GDGxCZSR .row {
  justify-content: center;
}
.cid-v9GDGxCZSR .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-v9GDGxCZSR .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v9GDGxCZSR .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:hover,
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:hover::before,
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-v9GDGxCZSR .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .mbr-section-title {
  color: #bee0d6;
}
.cid-v9GDGxCZSR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9GDGxCZSR .list {
  color: #bee0d6;
}
.cid-v9GDGxCZSR .mbr-address {
  color: #ffffff;
}
.cid-v9GDGxCZSR .mbr-copy {
  color: #ffffff;
}
.cid-v9GDGxCZSR .mbr-section-title,
.cid-v9GDGxCZSR .logo-wrapper {
  color: #ffffff;
}
.cid-v9GDGxCZSR .list,
.cid-v9GDGxCZSR .item-wrap,
.cid-v9GDGxCZSR .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-va34e2BEhw {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-va34e2BEhw .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-va34e2BEhw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-va34e2BEhw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-va34e2BEhw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-va34e2BEhw .menu_box .navbar.opened,
  .cid-va34e2BEhw .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-va34e2BEhw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-va34e2BEhw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-va34e2BEhw .btn:hover {
  box-shadow: none;
}
.cid-va34e2BEhw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-va34e2BEhw .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .nav-item {
    margin: 0 !important;
  }
}
.cid-va34e2BEhw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-va34e2BEhw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-va34e2BEhw .nav-item .nav-link:hover::before,
.cid-va34e2BEhw .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-va34e2BEhw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-va34e2BEhw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-va34e2BEhw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-va34e2BEhw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-va34e2BEhw .offcanvas_box {
    display: none;
  }
}
.cid-va34e2BEhw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-va34e2BEhw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-va34e2BEhw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-va34e2BEhw .container {
  display: flex;
  margin: auto;
}
.cid-va34e2BEhw .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-va34e2BEhw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-va34e2BEhw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-va34e2BEhw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .navbar-nav {
    margin: 0;
  }
}
.cid-va34e2BEhw .dropdown-menu,
.cid-va34e2BEhw .navbar.opened {
  background-color: false !important;
}
.cid-va34e2BEhw .nav-item:focus,
.cid-va34e2BEhw .nav-link:focus {
  outline: none;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-va34e2BEhw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-va34e2BEhw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-va34e2BEhw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-va34e2BEhw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-va34e2BEhw .navbar.opened {
  transition: all 0.3s;
}
.cid-va34e2BEhw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-va34e2BEhw .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-va34e2BEhw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-va34e2BEhw .navbar.collapsed {
  justify-content: center;
}
.cid-va34e2BEhw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-va34e2BEhw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-va34e2BEhw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-va34e2BEhw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-va34e2BEhw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-va34e2BEhw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-va34e2BEhw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-va34e2BEhw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-va34e2BEhw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-va34e2BEhw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-va34e2BEhw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-va34e2BEhw .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-va34e2BEhw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-va34e2BEhw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-va34e2BEhw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-va34e2BEhw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-va34e2BEhw .navbar.navbar-short {
  min-height: 60px;
}
.cid-va34e2BEhw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-va34e2BEhw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-va34e2BEhw .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;
}
.cid-va34e2BEhw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-va34e2BEhw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-va34e2BEhw .dropdown-item.active,
.cid-va34e2BEhw .dropdown-item:active {
  background-color: transparent;
}
.cid-va34e2BEhw .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-va34e2BEhw .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-va34e2BEhw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-va34e2BEhw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-va34e2BEhw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va34e2BEhw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-va34e2BEhw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-va34e2BEhw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va34e2BEhw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-va34e2BEhw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-va34e2BEhw .navbar {
    height: 70px;
  }
  .cid-va34e2BEhw .navbar.opened {
    height: auto;
  }
  .cid-va34e2BEhw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-va34e2BEhw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-va34e2BEhw .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-va34e2BEhw .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-va34e2BEhw .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-va34e2BEhw .text_widget {
  margin-bottom: 32px;
}
.cid-va34e2BEhw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-va34e2BEhw .text_widget a:hover,
.cid-va34e2BEhw .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-va34e2BEhw .icons-menu-main {
  display: flex;
}
.cid-va34e2BEhw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-va34e2BEhw .navbar-caption {
  color: #000000;
}
.cid-va34e2BEhw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-va34e2BEhw .mbr-section-subtitle,
.cid-va34e2BEhw .text_widget,
.cid-va34e2BEhw .mbr-section-btn {
  text-align: center;
}
.cid-va34e2BEhw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v90ZqBYT1j {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-v90ZqBYT1j .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v90ZqBYT1j {
    align-items: flex-end;
  }
  .cid-v90ZqBYT1j .row {
    justify-content: center;
  }
  .cid-v90ZqBYT1j .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v90ZqBYT1j .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v90ZqBYT1j {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v90ZqBYT1j .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v90ZqBYT1j .content-wrap {
    width: 100%;
  }
}
.cid-v90ZqBYT1j .mbr-section-title,
.cid-v90ZqBYT1j .mbr-section-subtitle {
  text-align: center;
}
.cid-v90ZqBYT1j .mbr-text,
.cid-v90ZqBYT1j .mbr-section-btn {
  text-align: center;
}
.cid-v90ZqBYT1j .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-v9ohu4Jbvg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9ohu4Jbvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9ohu4Jbvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9ohu4Jbvg .mbr-section-title {
  color: #996633;
}
.cid-v9ohu4Jbvg .mbr-section-subtitle {
  color: #0c2c68;
}
.cid-v9ohutNRY0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9ohutNRY0 .container {
  max-width: 1200px !important;
}
.cid-v9ohutNRY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9ohutNRY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v9ohutNRY0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9ohutNRY0 .row {
  flex-direction: row-reverse;
}
.cid-v9ohutNRY0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v9ohutNRY0 .image-wrapper {
    padding: 1rem;
    width: 70%;
  }
}
@media (min-width: 992px) {
  .cid-v9ohutNRY0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v9ohutNRY0 .mbr-section-title {
  color: #0c2c68;
}
.cid-v9ohutNRY0 .mbr-text,
.cid-v9ohutNRY0 .mbr-section-btn {
  color: #232323;
}
.cid-v9ohutNRY0 .image-wrapper img {
  border-radius: 0 !important;
}
.cid-v910sHTTVN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #9dd7e5;
}
.cid-v910sHTTVN .container {
  max-width: 1200px !important;
}
.cid-v910sHTTVN img,
.cid-v910sHTTVN .item-img {
  width: 100%;
}
.cid-v910sHTTVN .item:focus,
.cid-v910sHTTVN span:focus {
  outline: none;
}
.cid-v910sHTTVN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v910sHTTVN .item {
    margin-bottom: 1rem;
  }
}
.cid-v910sHTTVN .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v910sHTTVN .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v910sHTTVN .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v910sHTTVN .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v910sHTTVN .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v910sHTTVN .mbr-section-title {
  color: #0c2c68;
}
.cid-v910sHTTVN .item-title {
  text-align: left;
  color: #996633;
}
.cid-v910sHTTVN .item-subtitle {
  text-align: left;
}
.cid-v910sHTTVN .mbr-text,
.cid-v910sHTTVN .item .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-v910sHTTVN .content-head {
  max-width: 800px;
}
.cid-v9ohL0iWv6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-v9ohL0iWv6 .container {
  max-width: 1200px !important;
}
.cid-v9ohL0iWv6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9ohL0iWv6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9ohL0iWv6 .card-title {
  min-width: 300px;
}
@media (max-width: 767px) {
  .cid-v9ohL0iWv6 .card-title {
    min-width: 250px;
  }
}
.cid-v9ohL0iWv6 .card-text {
  padding-left: 4rem;
  color: #0c2c68;
}
@media (max-width: 767px) {
  .cid-v9ohL0iWv6 .card-text {
    padding-left: 0rem;
  }
}
.cid-v9ohL0iWv6 .mbr-iconfont {
  font-size: 2rem;
  color: #604c3f;
  border-radius: 50%;
  background: #55bae8;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-v9ohL0iWv6 .card-wrapper {
  display: flex;
  transition: all 0.3s;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  margin-bottom: 1rem;
  padding: 1.5rem 1.5rem;
}
@media (max-width: 767px) {
  .cid-v9ohL0iWv6 .card-wrapper {
    flex-direction: column;
  }
}
.cid-v9ohL0iWv6 .card-wrapper:hover {
  background: #55bae8;
  color: white;
}
.cid-v9ohL0iWv6 .text-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-v9ohL0iWv6 .text-wrap {
    flex-direction: column;
    padding-bottom: 1rem;
  }
}
.cid-v9ohL0iWv6 .card-title,
.cid-v9ohL0iWv6 .iconfont-wrapper,
.cid-v9ohL0iWv6 .card-wrapper {
  color: #55bae8;
}
.cid-v9ohL0iWv6 .mbr-section-title {
  text-align: center;
  color: #0c2c68;
}
.cid-v9ohL0iWv6 .card-text,
.cid-v9ohL0iWv6 .mbr-section-btn {
  color: #0c2c68;
}
.cid-v9ohL0iWv6 .card-wrapper:hover .card-title {
  color: #ffffff;
}
.cid-vaez2ruSP4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vaez2ruSP4 .container {
  max-width: 1200px !important;
}
.cid-vaez2ruSP4 .mbr-section-subtitle {
  color: #996633;
}
.cid-vaez2ruSP4 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vaez2ruSP4 .container {
    max-width: 1900px;
  }
}
.cid-vaez2ruSP4 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vaez2ruSP4 .item-caption {
  padding: 1rem;
  padding-bottom: 1rem;
}
.cid-vaez2ruSP4 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vaez2ruSP4 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-vaez2ruSP4 .team-item:hover .item-social {
  opacity: 1;
}
.cid-vaez2ruSP4 .team-item .item-image img {
  width: 100%;
}
.cid-vaez2ruSP4 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vaez2ruSP4 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vaez2ruSP4 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vaez2ruSP4 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vaez2ruSP4 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vaez2ruSP4 .item-text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vaez2ruSP4 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vaez2ruSP4 .item-social {
    opacity: 1;
  }
}
.cid-vaez2ruSP4 H2 {
  color: #0c2c68;
}
.cid-vaez2ruSP4 .item-name {
  color: #996633;
  text-align: center;
}
.cid-vaez2ruSP4 .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-v91wXnv8ug {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v91wXnv8ug .container {
  max-width: 1200px !important;
}
.cid-v91wXnv8ug .mbr-section-subtitle {
  color: #232323;
}
.cid-v91wXnv8ug .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v91wXnv8ug .container {
    max-width: 1900px;
  }
}
.cid-v91wXnv8ug .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v91wXnv8ug .item-caption {
  padding: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-v91wXnv8ug .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v91wXnv8ug .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v91wXnv8ug .team-item:hover .item-social {
  opacity: 1;
}
.cid-v91wXnv8ug .team-item .item-image img {
  width: 100%;
}
.cid-v91wXnv8ug .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v91wXnv8ug .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v91wXnv8ug .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v91wXnv8ug .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v91wXnv8ug .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v91wXnv8ug .item-text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v91wXnv8ug .item-caption {
    padding: 2rem 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .cid-v91wXnv8ug .item-social {
    opacity: 1;
  }
}
.cid-v91wXnv8ug H2 {
  color: #996633;
}
.cid-v91wXnv8ug .item-name {
  color: #996633;
  text-align: center;
}
.cid-v91wXnv8ug .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-v91xaEwENw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v91xaEwENw .container {
  max-width: 1200px !important;
}
.cid-v91xaEwENw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v91xaEwENw .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v91xaEwENw .container {
    max-width: 1900px;
  }
}
.cid-v91xaEwENw .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v91xaEwENw .item-caption {
  padding: 1rem;
  padding-bottom: 1rem;
}
.cid-v91xaEwENw .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v91xaEwENw .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v91xaEwENw .team-item:hover .item-social {
  opacity: 1;
}
.cid-v91xaEwENw .team-item .item-image img {
  width: 100%;
}
.cid-v91xaEwENw .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v91xaEwENw .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v91xaEwENw .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v91xaEwENw .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v91xaEwENw .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v91xaEwENw .item-text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v91xaEwENw .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v91xaEwENw .item-social {
    opacity: 1;
  }
}
.cid-v91xaEwENw H2 {
  color: #ffffff;
}
.cid-v91xaEwENw .item-name {
  color: #996633;
  text-align: center;
}
.cid-v91xaEwENw .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-v91xmyggHE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v91xmyggHE .container {
  max-width: 1200px !important;
}
.cid-v91xmyggHE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v91xmyggHE .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v91xmyggHE .container {
    max-width: 1900px;
  }
}
.cid-v91xmyggHE .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v91xmyggHE .item-caption {
  padding: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.cid-v91xmyggHE .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v91xmyggHE .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v91xmyggHE .team-item:hover .item-social {
  opacity: 1;
}
.cid-v91xmyggHE .team-item .item-image img {
  width: 100%;
}
.cid-v91xmyggHE .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v91xmyggHE .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v91xmyggHE .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v91xmyggHE .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v91xmyggHE .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v91xmyggHE .item-text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v91xmyggHE .item-caption {
    padding: 2rem 1rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .cid-v91xmyggHE .item-social {
    opacity: 1;
  }
}
.cid-v91xmyggHE H2 {
  color: #ffffff;
}
.cid-v91xmyggHE .item-name {
  color: #996633;
  text-align: center;
}
.cid-v91xmyggHE .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-v91xAYCLeK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v91xAYCLeK .container {
  max-width: 1200px !important;
}
.cid-v91xAYCLeK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v91xAYCLeK .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v91xAYCLeK .container {
    max-width: 1900px;
  }
}
.cid-v91xAYCLeK .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v91xAYCLeK .item-caption {
  padding: 1rem;
  padding-bottom: 1rem;
}
.cid-v91xAYCLeK .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v91xAYCLeK .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v91xAYCLeK .team-item:hover .item-social {
  opacity: 1;
}
.cid-v91xAYCLeK .team-item .item-image img {
  width: 100%;
}
.cid-v91xAYCLeK .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v91xAYCLeK .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v91xAYCLeK .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v91xAYCLeK .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v91xAYCLeK .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v91xAYCLeK .item-text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v91xAYCLeK .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v91xAYCLeK .item-social {
    opacity: 1;
  }
}
.cid-v91xAYCLeK H2 {
  color: #ffffff;
}
.cid-v91xAYCLeK .item-name {
  color: #996633;
  text-align: center;
}
.cid-v91xAYCLeK .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-v91xBns9Vc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v91xBns9Vc .container {
  max-width: 1200px !important;
}
.cid-v91xBns9Vc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v91xBns9Vc .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v91xBns9Vc .container {
    max-width: 1900px;
  }
}
.cid-v91xBns9Vc .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v91xBns9Vc .item-caption {
  padding: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-v91xBns9Vc .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v91xBns9Vc .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v91xBns9Vc .team-item:hover .item-social {
  opacity: 1;
}
.cid-v91xBns9Vc .team-item .item-image img {
  width: 100%;
}
.cid-v91xBns9Vc .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v91xBns9Vc .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v91xBns9Vc .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v91xBns9Vc .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v91xBns9Vc .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v91xBns9Vc .item-text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v91xBns9Vc .item-caption {
    padding: 2rem 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .cid-v91xBns9Vc .item-social {
    opacity: 1;
  }
}
.cid-v91xBns9Vc H2 {
  color: #ffffff;
}
.cid-v91xBns9Vc .item-name {
  color: #996633;
  text-align: center;
}
.cid-v91xBns9Vc .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-vbay5i1Rb8 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vbay5i1Rb8 .container {
  max-width: 1200px !important;
}
.cid-vbay5i1Rb8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbay5i1Rb8 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vbay5i1Rb8 .container {
    max-width: 1900px;
  }
}
.cid-vbay5i1Rb8 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vbay5i1Rb8 .item-caption {
  padding: 1rem;
  padding-bottom: 1rem;
}
.cid-vbay5i1Rb8 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vbay5i1Rb8 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-vbay5i1Rb8 .team-item:hover .item-social {
  opacity: 1;
}
.cid-vbay5i1Rb8 .team-item .item-image img {
  width: 100%;
}
.cid-vbay5i1Rb8 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vbay5i1Rb8 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vbay5i1Rb8 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vbay5i1Rb8 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vbay5i1Rb8 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vbay5i1Rb8 .item-text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vbay5i1Rb8 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vbay5i1Rb8 .item-social {
    opacity: 1;
  }
}
.cid-vbay5i1Rb8 H2 {
  color: #ffffff;
}
.cid-vbay5i1Rb8 .item-name {
  color: #996633;
  text-align: center;
}
.cid-vbay5i1Rb8 .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-vcYhKO626a .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vcYhKO626a html,
  .cid-vcYhKO626a body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vcYhKO626a .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vcYhKO626a .carousel-indicators {
    display: none !important;
  }
  .cid-vcYhKO626a #carouselExampleCaptions,
  .cid-vcYhKO626a .carousel-inner,
  .cid-vcYhKO626a .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vcYhKO626a .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vcYhKO626a .carousel-control-prev,
  .cid-vcYhKO626a .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcYhKO626a .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vcYhKO626a .carousel-control-prev-icon,
.cid-vcYhKO626a .carousel-control-next-icon {
  filter: invert(1);
}
.cid-v90YO37lH2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v90YO37lH2 .mbr-section-subtitle {
  color: #767676;
}
.cid-v90YO37lH2 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v90YO37lH2 .container {
    max-width: 1600px;
  }
}
.cid-v90YO37lH2 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v90YO37lH2 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v90YO37lH2 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v90YO37lH2 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-v90YO37lH2 .team-item:hover .item-social {
  opacity: 1;
}
.cid-v90YO37lH2 .team-item .item-image img {
  width: 100%;
}
.cid-v90YO37lH2 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v90YO37lH2 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v90YO37lH2 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v90YO37lH2 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v90YO37lH2 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v90YO37lH2 .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-v90YO37lH2 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v90YO37lH2 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v90YO37lH2 .item-social {
    opacity: 1;
  }
}
.cid-v90YO37lH2 H2 {
  color: #0c2c68;
}
.cid-v9GDGxCZSR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-v9GDGxCZSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GDGxCZSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GDGxCZSR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .container {
    padding: 0 130px;
  }
}
.cid-v9GDGxCZSR .row {
  justify-content: center;
}
.cid-v9GDGxCZSR .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-v9GDGxCZSR .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v9GDGxCZSR .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:hover,
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:hover::before,
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-v9GDGxCZSR .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .mbr-section-title {
  color: #bee0d6;
}
.cid-v9GDGxCZSR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9GDGxCZSR .list {
  color: #bee0d6;
}
.cid-v9GDGxCZSR .mbr-address {
  color: #ffffff;
}
.cid-v9GDGxCZSR .mbr-copy {
  color: #ffffff;
}
.cid-v9GDGxCZSR .mbr-section-title,
.cid-v9GDGxCZSR .logo-wrapper {
  color: #ffffff;
}
.cid-v9GDGxCZSR .list,
.cid-v9GDGxCZSR .item-wrap,
.cid-v9GDGxCZSR .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-va34e2BEhw {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-va34e2BEhw .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-va34e2BEhw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-va34e2BEhw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-va34e2BEhw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-va34e2BEhw .menu_box .navbar.opened,
  .cid-va34e2BEhw .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-va34e2BEhw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-va34e2BEhw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-va34e2BEhw .btn:hover {
  box-shadow: none;
}
.cid-va34e2BEhw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-va34e2BEhw .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .nav-item {
    margin: 0 !important;
  }
}
.cid-va34e2BEhw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-va34e2BEhw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-va34e2BEhw .nav-item .nav-link:hover::before,
.cid-va34e2BEhw .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-va34e2BEhw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-va34e2BEhw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-va34e2BEhw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-va34e2BEhw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-va34e2BEhw .offcanvas_box {
    display: none;
  }
}
.cid-va34e2BEhw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-va34e2BEhw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-va34e2BEhw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-va34e2BEhw .container {
  display: flex;
  margin: auto;
}
.cid-va34e2BEhw .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-va34e2BEhw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-va34e2BEhw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-va34e2BEhw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .navbar-nav {
    margin: 0;
  }
}
.cid-va34e2BEhw .dropdown-menu,
.cid-va34e2BEhw .navbar.opened {
  background-color: false !important;
}
.cid-va34e2BEhw .nav-item:focus,
.cid-va34e2BEhw .nav-link:focus {
  outline: none;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-va34e2BEhw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-va34e2BEhw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-va34e2BEhw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-va34e2BEhw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-va34e2BEhw .navbar.opened {
  transition: all 0.3s;
}
.cid-va34e2BEhw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-va34e2BEhw .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-va34e2BEhw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-va34e2BEhw .navbar.collapsed {
  justify-content: center;
}
.cid-va34e2BEhw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-va34e2BEhw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-va34e2BEhw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-va34e2BEhw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-va34e2BEhw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-va34e2BEhw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-va34e2BEhw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-va34e2BEhw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-va34e2BEhw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-va34e2BEhw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-va34e2BEhw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-va34e2BEhw .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-va34e2BEhw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-va34e2BEhw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-va34e2BEhw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-va34e2BEhw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-va34e2BEhw .navbar.navbar-short {
  min-height: 60px;
}
.cid-va34e2BEhw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-va34e2BEhw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-va34e2BEhw .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;
}
.cid-va34e2BEhw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-va34e2BEhw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-va34e2BEhw .dropdown-item.active,
.cid-va34e2BEhw .dropdown-item:active {
  background-color: transparent;
}
.cid-va34e2BEhw .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-va34e2BEhw .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-va34e2BEhw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-va34e2BEhw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-va34e2BEhw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va34e2BEhw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-va34e2BEhw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-va34e2BEhw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va34e2BEhw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-va34e2BEhw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-va34e2BEhw .navbar {
    height: 70px;
  }
  .cid-va34e2BEhw .navbar.opened {
    height: auto;
  }
  .cid-va34e2BEhw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-va34e2BEhw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-va34e2BEhw .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-va34e2BEhw .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-va34e2BEhw .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-va34e2BEhw .text_widget {
  margin-bottom: 32px;
}
.cid-va34e2BEhw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-va34e2BEhw .text_widget a:hover,
.cid-va34e2BEhw .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-va34e2BEhw .icons-menu-main {
  display: flex;
}
.cid-va34e2BEhw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-va34e2BEhw .navbar-caption {
  color: #000000;
}
.cid-va34e2BEhw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-va34e2BEhw .mbr-section-subtitle,
.cid-va34e2BEhw .text_widget,
.cid-va34e2BEhw .mbr-section-btn {
  text-align: center;
}
.cid-va34e2BEhw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v91zBliFbs {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-v91zBliFbs .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v91zBliFbs {
    align-items: flex-end;
  }
  .cid-v91zBliFbs .row {
    justify-content: center;
  }
  .cid-v91zBliFbs .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v91zBliFbs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v91zBliFbs {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v91zBliFbs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v91zBliFbs .content-wrap {
    width: 100%;
  }
}
.cid-v91zBliFbs .mbr-section-title,
.cid-v91zBliFbs .mbr-section-subtitle {
  text-align: center;
}
.cid-v91zBliFbs .mbr-text,
.cid-v91zBliFbs .mbr-section-btn {
  text-align: center;
}
.cid-v91zBliFbs .mbr-section-title {
  color: #0c2c68;
}
.cid-v91BI7VUSE {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v91BI7VUSE .container {
  max-width: 1200px !important;
}
.cid-v91BI7VUSE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91BI7VUSE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91BI7VUSE .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v91BI7VUSE .item-mb {
    margin-bottom: 0;
  }
}
.cid-v91BI7VUSE .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v91BI7VUSE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v91BI7VUSE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v91BI7VUSE .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #55bae8;
  height: 80px;
  border-radius: 50%;
}
.cid-v91BI7VUSE .mbr-section-title {
  color: #996633;
}
.cid-v91BI7VUSE .mbr-section-subtitle {
  color: #232323;
}
.cid-v91BI7VUSE .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v91BI7VUSE .card-box .item-footer {
  margin-top: auto;
}
.cid-v91BI7VUSE .content-head {
  max-width: 800px;
}
.cid-v91BI7VUSE .card-title,
.cid-v91BI7VUSE .iconfont-wrapper {
  color: #55bae8;
}
.cid-v91Drb9vXB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-v91Drb9vXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Drb9vXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Drb9vXB .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-v91Drb9vXB .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-v91Drb9vXB .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v91Drb9vXB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v91Drb9vXB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v91Drb9vXB .content-head {
  max-width: 800px;
}
.cid-vcYiVurRQi .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vcYiVurRQi html,
  .cid-vcYiVurRQi body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vcYiVurRQi .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vcYiVurRQi .carousel-indicators {
    display: none !important;
  }
  .cid-vcYiVurRQi #carouselExampleCaptions,
  .cid-vcYiVurRQi .carousel-inner,
  .cid-vcYiVurRQi .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vcYiVurRQi .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vcYiVurRQi .carousel-control-prev,
  .cid-vcYiVurRQi .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcYiVurRQi .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vcYiVurRQi .carousel-control-prev-icon,
.cid-vcYiVurRQi .carousel-control-next-icon {
  filter: invert(1);
}
.cid-v91zBqTOV1 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v91zBqTOV1 .mbr-section-subtitle {
  color: #767676;
}
.cid-v91zBqTOV1 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v91zBqTOV1 .container {
    max-width: 1600px;
  }
}
.cid-v91zBqTOV1 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v91zBqTOV1 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v91zBqTOV1 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v91zBqTOV1 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-v91zBqTOV1 .team-item:hover .item-social {
  opacity: 1;
}
.cid-v91zBqTOV1 .team-item .item-image img {
  width: 100%;
}
.cid-v91zBqTOV1 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v91zBqTOV1 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v91zBqTOV1 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v91zBqTOV1 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v91zBqTOV1 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v91zBqTOV1 .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-v91zBqTOV1 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v91zBqTOV1 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v91zBqTOV1 .item-social {
    opacity: 1;
  }
}
.cid-v91zBqTOV1 H2 {
  color: #0c2c68;
}
.cid-v9GDGxCZSR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-v9GDGxCZSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GDGxCZSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GDGxCZSR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .container {
    padding: 0 130px;
  }
}
.cid-v9GDGxCZSR .row {
  justify-content: center;
}
.cid-v9GDGxCZSR .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-v9GDGxCZSR .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v9GDGxCZSR .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:hover,
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:hover::before,
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-v9GDGxCZSR .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .mbr-section-title {
  color: #bee0d6;
}
.cid-v9GDGxCZSR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9GDGxCZSR .list {
  color: #bee0d6;
}
.cid-v9GDGxCZSR .mbr-address {
  color: #ffffff;
}
.cid-v9GDGxCZSR .mbr-copy {
  color: #ffffff;
}
.cid-v9GDGxCZSR .mbr-section-title,
.cid-v9GDGxCZSR .logo-wrapper {
  color: #ffffff;
}
.cid-v9GDGxCZSR .list,
.cid-v9GDGxCZSR .item-wrap,
.cid-v9GDGxCZSR .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-va34e2BEhw {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-va34e2BEhw .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-va34e2BEhw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-va34e2BEhw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-va34e2BEhw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-va34e2BEhw .menu_box .navbar.opened,
  .cid-va34e2BEhw .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-va34e2BEhw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-va34e2BEhw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-va34e2BEhw .btn:hover {
  box-shadow: none;
}
.cid-va34e2BEhw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-va34e2BEhw .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .nav-item {
    margin: 0 !important;
  }
}
.cid-va34e2BEhw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-va34e2BEhw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-va34e2BEhw .nav-item .nav-link:hover::before,
.cid-va34e2BEhw .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-va34e2BEhw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-va34e2BEhw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-va34e2BEhw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-va34e2BEhw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-va34e2BEhw .offcanvas_box {
    display: none;
  }
}
.cid-va34e2BEhw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-va34e2BEhw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-va34e2BEhw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-va34e2BEhw .container {
  display: flex;
  margin: auto;
}
.cid-va34e2BEhw .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-va34e2BEhw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-va34e2BEhw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-va34e2BEhw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .navbar-nav {
    margin: 0;
  }
}
.cid-va34e2BEhw .dropdown-menu,
.cid-va34e2BEhw .navbar.opened {
  background-color: false !important;
}
.cid-va34e2BEhw .nav-item:focus,
.cid-va34e2BEhw .nav-link:focus {
  outline: none;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-va34e2BEhw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-va34e2BEhw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-va34e2BEhw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-va34e2BEhw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-va34e2BEhw .navbar.opened {
  transition: all 0.3s;
}
.cid-va34e2BEhw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-va34e2BEhw .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-va34e2BEhw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-va34e2BEhw .navbar.collapsed {
  justify-content: center;
}
.cid-va34e2BEhw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-va34e2BEhw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-va34e2BEhw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-va34e2BEhw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-va34e2BEhw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-va34e2BEhw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-va34e2BEhw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-va34e2BEhw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-va34e2BEhw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-va34e2BEhw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-va34e2BEhw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-va34e2BEhw .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-va34e2BEhw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-va34e2BEhw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-va34e2BEhw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-va34e2BEhw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-va34e2BEhw .navbar.navbar-short {
  min-height: 60px;
}
.cid-va34e2BEhw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-va34e2BEhw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-va34e2BEhw .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;
}
.cid-va34e2BEhw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-va34e2BEhw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-va34e2BEhw .dropdown-item.active,
.cid-va34e2BEhw .dropdown-item:active {
  background-color: transparent;
}
.cid-va34e2BEhw .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-va34e2BEhw .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-va34e2BEhw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-va34e2BEhw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-va34e2BEhw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va34e2BEhw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-va34e2BEhw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-va34e2BEhw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va34e2BEhw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-va34e2BEhw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-va34e2BEhw .navbar {
    height: 70px;
  }
  .cid-va34e2BEhw .navbar.opened {
    height: auto;
  }
  .cid-va34e2BEhw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-va34e2BEhw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-va34e2BEhw .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-va34e2BEhw .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-va34e2BEhw .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-va34e2BEhw .text_widget {
  margin-bottom: 32px;
}
.cid-va34e2BEhw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-va34e2BEhw .text_widget a:hover,
.cid-va34e2BEhw .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-va34e2BEhw .icons-menu-main {
  display: flex;
}
.cid-va34e2BEhw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-va34e2BEhw .navbar-caption {
  color: #000000;
}
.cid-va34e2BEhw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-va34e2BEhw .mbr-section-subtitle,
.cid-va34e2BEhw .text_widget,
.cid-va34e2BEhw .mbr-section-btn {
  text-align: center;
}
.cid-va34e2BEhw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v91Gb2NvTh {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-v91Gb2NvTh .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v91Gb2NvTh {
    align-items: flex-end;
  }
  .cid-v91Gb2NvTh .row {
    justify-content: center;
  }
  .cid-v91Gb2NvTh .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v91Gb2NvTh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v91Gb2NvTh {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v91Gb2NvTh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v91Gb2NvTh .content-wrap {
    width: 100%;
  }
}
.cid-v91Gb2NvTh .mbr-section-title,
.cid-v91Gb2NvTh .mbr-section-subtitle {
  text-align: center;
}
.cid-v91Gb2NvTh .mbr-text,
.cid-v91Gb2NvTh .mbr-section-btn {
  text-align: center;
}
.cid-v91Gb2NvTh .mbr-section-title {
  color: #0c2c68;
}
.cid-v91NQ0VT7t {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg2.png");
}
.cid-v91NQ0VT7t .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-v91NQ0VT7t img,
.cid-v91NQ0VT7t .item-img {
  width: 100%;
}
.cid-v91NQ0VT7t .item:focus,
.cid-v91NQ0VT7t span:focus {
  outline: none;
}
.cid-v91NQ0VT7t .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v91NQ0VT7t .item {
    margin-bottom: 1rem;
  }
}
.cid-v91NQ0VT7t .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v91NQ0VT7t .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v91NQ0VT7t .mbr-section-title {
  color: #232323;
}
.cid-v91NQ0VT7t .mbr-text,
.cid-v91NQ0VT7t .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-v91NQ0VT7t .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v91NQ0VT7t .content-head {
  max-width: 800px;
}
.cid-vcYiOt8qgb .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vcYiOt8qgb html,
  .cid-vcYiOt8qgb body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vcYiOt8qgb .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vcYiOt8qgb .carousel-indicators {
    display: none !important;
  }
  .cid-vcYiOt8qgb #carouselExampleCaptions,
  .cid-vcYiOt8qgb .carousel-inner,
  .cid-vcYiOt8qgb .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vcYiOt8qgb .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vcYiOt8qgb .carousel-control-prev,
  .cid-vcYiOt8qgb .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcYiOt8qgb .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vcYiOt8qgb .carousel-control-prev-icon,
.cid-vcYiOt8qgb .carousel-control-next-icon {
  filter: invert(1);
}
.cid-v91Gb5otFG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v91Gb5otFG .mbr-section-subtitle {
  color: #767676;
}
.cid-v91Gb5otFG .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v91Gb5otFG .container {
    max-width: 1600px;
  }
}
.cid-v91Gb5otFG .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v91Gb5otFG .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v91Gb5otFG .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v91Gb5otFG .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-v91Gb5otFG .team-item:hover .item-social {
  opacity: 1;
}
.cid-v91Gb5otFG .team-item .item-image img {
  width: 100%;
}
.cid-v91Gb5otFG .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v91Gb5otFG .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v91Gb5otFG .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v91Gb5otFG .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v91Gb5otFG .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v91Gb5otFG .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-v91Gb5otFG .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v91Gb5otFG .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v91Gb5otFG .item-social {
    opacity: 1;
  }
}
.cid-v91Gb5otFG H2 {
  color: #0c2c68;
}
.cid-v9GDGxCZSR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-v9GDGxCZSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GDGxCZSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GDGxCZSR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .container {
    padding: 0 130px;
  }
}
.cid-v9GDGxCZSR .row {
  justify-content: center;
}
.cid-v9GDGxCZSR .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-v9GDGxCZSR .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v9GDGxCZSR .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:hover,
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:hover::before,
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-v9GDGxCZSR .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .mbr-section-title {
  color: #bee0d6;
}
.cid-v9GDGxCZSR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9GDGxCZSR .list {
  color: #bee0d6;
}
.cid-v9GDGxCZSR .mbr-address {
  color: #ffffff;
}
.cid-v9GDGxCZSR .mbr-copy {
  color: #ffffff;
}
.cid-v9GDGxCZSR .mbr-section-title,
.cid-v9GDGxCZSR .logo-wrapper {
  color: #ffffff;
}
.cid-v9GDGxCZSR .list,
.cid-v9GDGxCZSR .item-wrap,
.cid-v9GDGxCZSR .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-va34e2BEhw {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-va34e2BEhw .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-va34e2BEhw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-va34e2BEhw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-va34e2BEhw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-va34e2BEhw .menu_box .navbar.opened,
  .cid-va34e2BEhw .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-va34e2BEhw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-va34e2BEhw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-va34e2BEhw .btn:hover {
  box-shadow: none;
}
.cid-va34e2BEhw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-va34e2BEhw .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .nav-item {
    margin: 0 !important;
  }
}
.cid-va34e2BEhw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-va34e2BEhw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-va34e2BEhw .nav-item .nav-link:hover::before,
.cid-va34e2BEhw .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-va34e2BEhw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-va34e2BEhw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-va34e2BEhw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-va34e2BEhw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-va34e2BEhw .offcanvas_box {
    display: none;
  }
}
.cid-va34e2BEhw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-va34e2BEhw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-va34e2BEhw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-va34e2BEhw .container {
  display: flex;
  margin: auto;
}
.cid-va34e2BEhw .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-va34e2BEhw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-va34e2BEhw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-va34e2BEhw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .navbar-nav {
    margin: 0;
  }
}
.cid-va34e2BEhw .dropdown-menu,
.cid-va34e2BEhw .navbar.opened {
  background-color: false !important;
}
.cid-va34e2BEhw .nav-item:focus,
.cid-va34e2BEhw .nav-link:focus {
  outline: none;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-va34e2BEhw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-va34e2BEhw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-va34e2BEhw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-va34e2BEhw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-va34e2BEhw .navbar.opened {
  transition: all 0.3s;
}
.cid-va34e2BEhw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-va34e2BEhw .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-va34e2BEhw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-va34e2BEhw .navbar.collapsed {
  justify-content: center;
}
.cid-va34e2BEhw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-va34e2BEhw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-va34e2BEhw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-va34e2BEhw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-va34e2BEhw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-va34e2BEhw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-va34e2BEhw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-va34e2BEhw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-va34e2BEhw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-va34e2BEhw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-va34e2BEhw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-va34e2BEhw .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-va34e2BEhw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-va34e2BEhw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-va34e2BEhw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-va34e2BEhw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-va34e2BEhw .navbar.navbar-short {
  min-height: 60px;
}
.cid-va34e2BEhw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-va34e2BEhw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-va34e2BEhw .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;
}
.cid-va34e2BEhw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-va34e2BEhw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-va34e2BEhw .dropdown-item.active,
.cid-va34e2BEhw .dropdown-item:active {
  background-color: transparent;
}
.cid-va34e2BEhw .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-va34e2BEhw .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-va34e2BEhw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-va34e2BEhw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-va34e2BEhw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va34e2BEhw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-va34e2BEhw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-va34e2BEhw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va34e2BEhw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-va34e2BEhw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-va34e2BEhw .navbar {
    height: 70px;
  }
  .cid-va34e2BEhw .navbar.opened {
    height: auto;
  }
  .cid-va34e2BEhw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-va34e2BEhw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-va34e2BEhw .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-va34e2BEhw .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-va34e2BEhw .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-va34e2BEhw .text_widget {
  margin-bottom: 32px;
}
.cid-va34e2BEhw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-va34e2BEhw .text_widget a:hover,
.cid-va34e2BEhw .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-va34e2BEhw .icons-menu-main {
  display: flex;
}
.cid-va34e2BEhw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-va34e2BEhw .navbar-caption {
  color: #000000;
}
.cid-va34e2BEhw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-va34e2BEhw .mbr-section-subtitle,
.cid-va34e2BEhw .text_widget,
.cid-va34e2BEhw .mbr-section-btn {
  text-align: center;
}
.cid-va34e2BEhw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcYvVRT34w {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcYvVRT34w .mbr-text {
  color: #000000;
}
.cid-vcYvVRT34w .mbr-section-subtitle {
  color: #000000;
}
.cid-vcYvVRT34w .mbr-section-title {
  color: #000000;
}
.cid-ve0r5MYZdb {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ve0r5MYZdb img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v92w0ym6qA {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v92w0ym6qA .container-fluid {
  padding: 0 3rem;
}
.cid-v92w0ym6qA .mbr-section-subtitle {
  color: #000000;
}
.cid-v92w0ym6qA .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v92w0ym6qA .table-wrapper {
  margin: 0 auto;
}
.cid-v92w0ym6qA .head-item {
  min-width: 70px;
}
.cid-v92w0ym6qA table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-v92w0ym6qA table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #b28247;
  color: white;
  vertical-align: middle;
}
.cid-v92w0ym6qA table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-v92w0ym6qA .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-v92w0ym6qA .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v92w0ym6qA .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-v92w0ym6qA .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-v92w0ym6qA .dataTables_wrapper {
  display: block;
}
.cid-v92w0ym6qA .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-v92w0ym6qA .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v92w0ym6qA .head-item:after,
.cid-v92w0ym6qA .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-v92w0ym6qA .dataTables_filter {
    text-align: center;
  }
  .cid-v92w0ym6qA .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-v92w0ym6qA .dataTables_filter {
    text-align: center;
  }
  .cid-v92w0ym6qA .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-v92w0ym6qA .table-wrapper {
    width: 100% !important;
  }
  .cid-v92w0ym6qA .container-fluid {
    padding: 0 1rem;
  }
  .cid-v92w0ym6qA table th,
  .cid-v92w0ym6qA table td {
    padding: 0.75rem;
  }
}
.cid-v92w0ym6qA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v92w0ym6qA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v92w0ym6qA .body-item {
  color: #232323;
}
.cid-v92xJVAQbZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v92xJVAQbZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v92xJVAQbZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v92xJVAQbZ .mbr-section-title {
  text-align: left;
}
.cid-v92xJVAQbZ .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vcYieZ8aeB .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vcYieZ8aeB html,
  .cid-vcYieZ8aeB body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vcYieZ8aeB .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vcYieZ8aeB .carousel-indicators {
    display: none !important;
  }
  .cid-vcYieZ8aeB #carouselExampleCaptions,
  .cid-vcYieZ8aeB .carousel-inner,
  .cid-vcYieZ8aeB .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vcYieZ8aeB .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vcYieZ8aeB .carousel-control-prev,
  .cid-vcYieZ8aeB .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcYieZ8aeB .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vcYieZ8aeB .carousel-control-prev-icon,
.cid-vcYieZ8aeB .carousel-control-next-icon {
  filter: invert(1);
}
.cid-v92tuGr9m2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v92tuGr9m2 .mbr-section-subtitle {
  color: #767676;
}
.cid-v92tuGr9m2 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v92tuGr9m2 .container {
    max-width: 1600px;
  }
}
.cid-v92tuGr9m2 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v92tuGr9m2 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v92tuGr9m2 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v92tuGr9m2 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-v92tuGr9m2 .team-item:hover .item-social {
  opacity: 1;
}
.cid-v92tuGr9m2 .team-item .item-image img {
  width: 100%;
}
.cid-v92tuGr9m2 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v92tuGr9m2 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v92tuGr9m2 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v92tuGr9m2 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v92tuGr9m2 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v92tuGr9m2 .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-v92tuGr9m2 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v92tuGr9m2 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v92tuGr9m2 .item-social {
    opacity: 1;
  }
}
.cid-v92tuGr9m2 H2 {
  color: #0c2c68;
}
.cid-v9GDGxCZSR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-v9GDGxCZSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GDGxCZSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GDGxCZSR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .container {
    padding: 0 130px;
  }
}
.cid-v9GDGxCZSR .row {
  justify-content: center;
}
.cid-v9GDGxCZSR .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-v9GDGxCZSR .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v9GDGxCZSR .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:hover,
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:hover::before,
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-v9GDGxCZSR .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .mbr-section-title {
  color: #bee0d6;
}
.cid-v9GDGxCZSR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9GDGxCZSR .list {
  color: #bee0d6;
}
.cid-v9GDGxCZSR .mbr-address {
  color: #ffffff;
}
.cid-v9GDGxCZSR .mbr-copy {
  color: #ffffff;
}
.cid-v9GDGxCZSR .mbr-section-title,
.cid-v9GDGxCZSR .logo-wrapper {
  color: #ffffff;
}
.cid-v9GDGxCZSR .list,
.cid-v9GDGxCZSR .item-wrap,
.cid-v9GDGxCZSR .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-va34e2BEhw {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-va34e2BEhw .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-va34e2BEhw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-va34e2BEhw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-va34e2BEhw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-va34e2BEhw .menu_box .navbar.opened,
  .cid-va34e2BEhw .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-va34e2BEhw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-va34e2BEhw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-va34e2BEhw .btn:hover {
  box-shadow: none;
}
.cid-va34e2BEhw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-va34e2BEhw .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .nav-item {
    margin: 0 !important;
  }
}
.cid-va34e2BEhw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-va34e2BEhw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-va34e2BEhw .nav-item .nav-link:hover::before,
.cid-va34e2BEhw .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-va34e2BEhw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-va34e2BEhw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-va34e2BEhw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-va34e2BEhw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-va34e2BEhw .offcanvas_box {
    display: none;
  }
}
.cid-va34e2BEhw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-va34e2BEhw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-va34e2BEhw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-va34e2BEhw .container {
  display: flex;
  margin: auto;
}
.cid-va34e2BEhw .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-va34e2BEhw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-va34e2BEhw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-va34e2BEhw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .navbar-nav {
    margin: 0;
  }
}
.cid-va34e2BEhw .dropdown-menu,
.cid-va34e2BEhw .navbar.opened {
  background-color: false !important;
}
.cid-va34e2BEhw .nav-item:focus,
.cid-va34e2BEhw .nav-link:focus {
  outline: none;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-va34e2BEhw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-va34e2BEhw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-va34e2BEhw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-va34e2BEhw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-va34e2BEhw .navbar.opened {
  transition: all 0.3s;
}
.cid-va34e2BEhw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-va34e2BEhw .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-va34e2BEhw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-va34e2BEhw .navbar.collapsed {
  justify-content: center;
}
.cid-va34e2BEhw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-va34e2BEhw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-va34e2BEhw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-va34e2BEhw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-va34e2BEhw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-va34e2BEhw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-va34e2BEhw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-va34e2BEhw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-va34e2BEhw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-va34e2BEhw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-va34e2BEhw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-va34e2BEhw .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-va34e2BEhw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-va34e2BEhw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-va34e2BEhw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-va34e2BEhw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-va34e2BEhw .navbar.navbar-short {
  min-height: 60px;
}
.cid-va34e2BEhw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-va34e2BEhw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-va34e2BEhw .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;
}
.cid-va34e2BEhw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-va34e2BEhw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-va34e2BEhw .dropdown-item.active,
.cid-va34e2BEhw .dropdown-item:active {
  background-color: transparent;
}
.cid-va34e2BEhw .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-va34e2BEhw .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-va34e2BEhw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-va34e2BEhw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-va34e2BEhw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va34e2BEhw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-va34e2BEhw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-va34e2BEhw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va34e2BEhw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-va34e2BEhw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-va34e2BEhw .navbar {
    height: 70px;
  }
  .cid-va34e2BEhw .navbar.opened {
    height: auto;
  }
  .cid-va34e2BEhw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-va34e2BEhw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-va34e2BEhw .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-va34e2BEhw .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-va34e2BEhw .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-va34e2BEhw .text_widget {
  margin-bottom: 32px;
}
.cid-va34e2BEhw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-va34e2BEhw .text_widget a:hover,
.cid-va34e2BEhw .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-va34e2BEhw .icons-menu-main {
  display: flex;
}
.cid-va34e2BEhw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-va34e2BEhw .navbar-caption {
  color: #000000;
}
.cid-va34e2BEhw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-va34e2BEhw .mbr-section-subtitle,
.cid-va34e2BEhw .text_widget,
.cid-va34e2BEhw .mbr-section-btn {
  text-align: center;
}
.cid-va34e2BEhw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v92zgsODvA {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-v92zgsODvA .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v92zgsODvA {
    align-items: flex-end;
  }
  .cid-v92zgsODvA .row {
    justify-content: center;
  }
  .cid-v92zgsODvA .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v92zgsODvA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v92zgsODvA {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v92zgsODvA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v92zgsODvA .content-wrap {
    width: 100%;
  }
}
.cid-v92zgsODvA .mbr-section-title,
.cid-v92zgsODvA .mbr-section-subtitle {
  text-align: center;
}
.cid-v92zgsODvA .mbr-text,
.cid-v92zgsODvA .mbr-section-btn {
  text-align: center;
}
.cid-v92zgsODvA .mbr-section-title {
  color: #0c2c68;
}
.cid-ve0rjsOUJt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ve0rjsOUJt .container {
  max-width: 1200px !important;
}
.cid-ve0rjsOUJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve0rjsOUJt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve0rjsOUJt .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ve0rjsOUJt .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve0rjsOUJt .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ve0rjsOUJt .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-ve0rjsOUJt .mbr-text,
.cid-ve0rjsOUJt .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ve0rjsOUJt .card-title,
.cid-ve0rjsOUJt .card-box {
  text-align: center;
  color: #996633;
}
.cid-vcYiEQlzSh .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vcYiEQlzSh html,
  .cid-vcYiEQlzSh body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vcYiEQlzSh .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vcYiEQlzSh .carousel-indicators {
    display: none !important;
  }
  .cid-vcYiEQlzSh #carouselExampleCaptions,
  .cid-vcYiEQlzSh .carousel-inner,
  .cid-vcYiEQlzSh .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vcYiEQlzSh .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vcYiEQlzSh .carousel-control-prev,
  .cid-vcYiEQlzSh .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcYiEQlzSh .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vcYiEQlzSh .carousel-control-prev-icon,
.cid-vcYiEQlzSh .carousel-control-next-icon {
  filter: invert(1);
}
.cid-v92zgvGIgG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v92zgvGIgG .mbr-section-subtitle {
  color: #767676;
}
.cid-v92zgvGIgG .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v92zgvGIgG .container {
    max-width: 1600px;
  }
}
.cid-v92zgvGIgG .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v92zgvGIgG .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v92zgvGIgG .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v92zgvGIgG .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-v92zgvGIgG .team-item:hover .item-social {
  opacity: 1;
}
.cid-v92zgvGIgG .team-item .item-image img {
  width: 100%;
}
.cid-v92zgvGIgG .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v92zgvGIgG .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v92zgvGIgG .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v92zgvGIgG .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v92zgvGIgG .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v92zgvGIgG .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-v92zgvGIgG .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v92zgvGIgG .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v92zgvGIgG .item-social {
    opacity: 1;
  }
}
.cid-v92zgvGIgG H2 {
  color: #0c2c68;
}
.cid-v9GDGxCZSR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-v9GDGxCZSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GDGxCZSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GDGxCZSR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .container {
    padding: 0 130px;
  }
}
.cid-v9GDGxCZSR .row {
  justify-content: center;
}
.cid-v9GDGxCZSR .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-v9GDGxCZSR .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v9GDGxCZSR .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:hover,
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:hover::before,
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-v9GDGxCZSR .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .mbr-section-title {
  color: #bee0d6;
}
.cid-v9GDGxCZSR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9GDGxCZSR .list {
  color: #bee0d6;
}
.cid-v9GDGxCZSR .mbr-address {
  color: #ffffff;
}
.cid-v9GDGxCZSR .mbr-copy {
  color: #ffffff;
}
.cid-v9GDGxCZSR .mbr-section-title,
.cid-v9GDGxCZSR .logo-wrapper {
  color: #ffffff;
}
.cid-v9GDGxCZSR .list,
.cid-v9GDGxCZSR .item-wrap,
.cid-v9GDGxCZSR .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-va34e2BEhw {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-va34e2BEhw .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-va34e2BEhw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-va34e2BEhw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-va34e2BEhw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-va34e2BEhw .menu_box .navbar.opened,
  .cid-va34e2BEhw .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-va34e2BEhw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-va34e2BEhw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-va34e2BEhw .btn:hover {
  box-shadow: none;
}
.cid-va34e2BEhw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-va34e2BEhw .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .nav-item {
    margin: 0 !important;
  }
}
.cid-va34e2BEhw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-va34e2BEhw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-va34e2BEhw .nav-item .nav-link:hover::before,
.cid-va34e2BEhw .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-va34e2BEhw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-va34e2BEhw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-va34e2BEhw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-va34e2BEhw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-va34e2BEhw .offcanvas_box {
    display: none;
  }
}
.cid-va34e2BEhw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-va34e2BEhw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-va34e2BEhw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-va34e2BEhw .container {
  display: flex;
  margin: auto;
}
.cid-va34e2BEhw .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-va34e2BEhw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-va34e2BEhw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-va34e2BEhw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .navbar-nav {
    margin: 0;
  }
}
.cid-va34e2BEhw .dropdown-menu,
.cid-va34e2BEhw .navbar.opened {
  background-color: false !important;
}
.cid-va34e2BEhw .nav-item:focus,
.cid-va34e2BEhw .nav-link:focus {
  outline: none;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-va34e2BEhw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-va34e2BEhw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-va34e2BEhw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-va34e2BEhw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-va34e2BEhw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-va34e2BEhw .navbar.opened {
  transition: all 0.3s;
}
.cid-va34e2BEhw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-va34e2BEhw .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-va34e2BEhw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-va34e2BEhw .navbar.collapsed {
  justify-content: center;
}
.cid-va34e2BEhw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-va34e2BEhw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-va34e2BEhw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-va34e2BEhw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-va34e2BEhw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-va34e2BEhw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-va34e2BEhw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-va34e2BEhw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-va34e2BEhw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-va34e2BEhw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-va34e2BEhw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-va34e2BEhw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-va34e2BEhw .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-va34e2BEhw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-va34e2BEhw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-va34e2BEhw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-va34e2BEhw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-va34e2BEhw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-va34e2BEhw .navbar.navbar-short {
  min-height: 60px;
}
.cid-va34e2BEhw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-va34e2BEhw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-va34e2BEhw .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;
}
.cid-va34e2BEhw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-va34e2BEhw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-va34e2BEhw .dropdown-item.active,
.cid-va34e2BEhw .dropdown-item:active {
  background-color: transparent;
}
.cid-va34e2BEhw .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-va34e2BEhw .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-va34e2BEhw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-va34e2BEhw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-va34e2BEhw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va34e2BEhw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-va34e2BEhw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-va34e2BEhw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va34e2BEhw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va34e2BEhw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va34e2BEhw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-va34e2BEhw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-va34e2BEhw .navbar {
    height: 70px;
  }
  .cid-va34e2BEhw .navbar.opened {
    height: auto;
  }
  .cid-va34e2BEhw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-va34e2BEhw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-va34e2BEhw .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-va34e2BEhw .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-va34e2BEhw .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-va34e2BEhw .text_widget {
  margin-bottom: 32px;
}
.cid-va34e2BEhw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-va34e2BEhw .text_widget a:hover,
.cid-va34e2BEhw .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-va34e2BEhw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-va34e2BEhw .icons-menu-main {
  display: flex;
}
.cid-va34e2BEhw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-va34e2BEhw .navbar-caption {
  color: #000000;
}
.cid-va34e2BEhw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-va34e2BEhw .mbr-section-subtitle,
.cid-va34e2BEhw .text_widget,
.cid-va34e2BEhw .mbr-section-btn {
  text-align: center;
}
.cid-va34e2BEhw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v92zExgSal {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-v92zExgSal .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v92zExgSal {
    align-items: flex-end;
  }
  .cid-v92zExgSal .row {
    justify-content: center;
  }
  .cid-v92zExgSal .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v92zExgSal .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v92zExgSal {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v92zExgSal .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v92zExgSal .content-wrap {
    width: 100%;
  }
}
.cid-v92zExgSal .mbr-section-title,
.cid-v92zExgSal .mbr-section-subtitle {
  text-align: center;
}
.cid-v92zExgSal .mbr-text,
.cid-v92zExgSal .mbr-section-btn {
  text-align: center;
}
.cid-v92zExgSal .mbr-section-title {
  color: #0c2c68;
}
.cid-v9GJHEdMX8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v9GJHEdMX8 .container-fluid {
  padding: 0 3rem;
}
.cid-v9GJHEdMX8 .mbr-section-subtitle {
  color: #996633;
  text-align: center;
}
.cid-v9GJHEdMX8 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v9GJHEdMX8 .table-wrapper {
  margin: 0 auto;
}
.cid-v9GJHEdMX8 .head-item {
  min-width: 70px;
  text-align: center;
}
.cid-v9GJHEdMX8 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-v9GJHEdMX8 table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #b28247;
  color: white;
  vertical-align: middle;
}
.cid-v9GJHEdMX8 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-v9GJHEdMX8 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-v9GJHEdMX8 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v9GJHEdMX8 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-v9GJHEdMX8 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-v9GJHEdMX8 .dataTables_wrapper {
  display: block;
}
.cid-v9GJHEdMX8 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-v9GJHEdMX8 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v9GJHEdMX8 .head-item:after,
.cid-v9GJHEdMX8 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-v9GJHEdMX8 .dataTables_filter {
    text-align: center;
  }
  .cid-v9GJHEdMX8 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-v9GJHEdMX8 .dataTables_filter {
    text-align: center;
  }
  .cid-v9GJHEdMX8 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-v9GJHEdMX8 .table-wrapper {
    width: 100% !important;
  }
  .cid-v9GJHEdMX8 .container-fluid {
    padding: 0 1rem;
  }
  .cid-v9GJHEdMX8 table th,
  .cid-v9GJHEdMX8 table td {
    padding: 0.75rem;
  }
}
.cid-v9GJHEdMX8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GJHEdMX8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GJHEdMX8 .body-item {
  color: #232323;
  text-align: center;
}
.cid-v9GJHEdMX8 .mbr-section-title,
.cid-v9GJHEdMX8 .underline {
  text-align: center;
  color: #0c2c68;
}
.cid-v9GJHEdMX8 .table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #fefaef !important;
  color: #000000 !important;
}
.cid-v9GJMC44yu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v9GJMC44yu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GJMC44yu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GJMC44yu .mbr-section-title {
  text-align: left;
}
.cid-v9GJMC44yu .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-v9GJMC44yu ul {
  list-style-type: '* ';
}
.cid-v9GK58EBBf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9GK58EBBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GK58EBBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GK58EBBf .mbr-section-title {
  color: #0c2c68;
}
.cid-v9GK58EBBf .mbr-section-subtitle {
  text-align: left;
}
.cid-v9GK0a3hxM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9GK0a3hxM .btn {
  padding: 2rem 2rem !important;
  border-radius: 24px !important;
}
.cid-v9GKapHOjO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9GKapHOjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GKapHOjO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GKapHOjO .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v9GKapHOjO .mbr-section-subtitle {
  text-align: left;
}
.cid-v9GKf7VvRX {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v9GKf7VvRX .container-fluid {
  padding: 0 3rem;
}
.cid-v9GKf7VvRX .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v9GKf7VvRX .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v9GKf7VvRX .table-wrapper {
  margin: 0 auto;
}
.cid-v9GKf7VvRX .head-item {
  min-width: 70px;
  text-align: left;
}
.cid-v9GKf7VvRX table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-v9GKf7VvRX table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #b28247;
  color: white;
  vertical-align: middle;
}
.cid-v9GKf7VvRX table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-v9GKf7VvRX .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-v9GKf7VvRX .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v9GKf7VvRX .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-v9GKf7VvRX .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-v9GKf7VvRX .dataTables_wrapper {
  display: block;
}
.cid-v9GKf7VvRX .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-v9GKf7VvRX .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v9GKf7VvRX .head-item:after,
.cid-v9GKf7VvRX .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-v9GKf7VvRX .dataTables_filter {
    text-align: center;
  }
  .cid-v9GKf7VvRX .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-v9GKf7VvRX .dataTables_filter {
    text-align: center;
  }
  .cid-v9GKf7VvRX .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-v9GKf7VvRX .table-wrapper {
    width: 100% !important;
  }
  .cid-v9GKf7VvRX .container-fluid {
    padding: 0 1rem;
  }
  .cid-v9GKf7VvRX table th,
  .cid-v9GKf7VvRX table td {
    padding: 0.75rem;
  }
}
.cid-v9GKf7VvRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GKf7VvRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GKf7VvRX .body-item {
  color: #232323;
  text-align: left;
}
.cid-v9GKf7VvRX .mbr-section-title,
.cid-v9GKf7VvRX .underline {
  text-align: left;
  color: #996633;
}
.cid-v9GKf7VvRX .table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #fefaef !important;
  color: #000000 !important;
}
.cid-v9GKAjD7ke {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9GKAjD7ke .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GKAjD7ke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GKAjD7ke .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v9GKAjD7ke .mbr-section-subtitle {
  text-align: left;
}
.cid-v9GKEP14tS {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v9GKEP14tS .container-fluid {
  padding: 0 3rem;
}
.cid-v9GKEP14tS .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v9GKEP14tS .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v9GKEP14tS .table-wrapper {
  margin: 0 auto;
}
.cid-v9GKEP14tS .head-item {
  min-width: 70px;
  text-align: left;
}
.cid-v9GKEP14tS table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-v9GKEP14tS table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #b28247;
  color: white;
  vertical-align: middle;
}
.cid-v9GKEP14tS table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-v9GKEP14tS .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-v9GKEP14tS .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v9GKEP14tS .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-v9GKEP14tS .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-v9GKEP14tS .dataTables_wrapper {
  display: block;
}
.cid-v9GKEP14tS .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-v9GKEP14tS .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v9GKEP14tS .head-item:after,
.cid-v9GKEP14tS .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-v9GKEP14tS .dataTables_filter {
    text-align: center;
  }
  .cid-v9GKEP14tS .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-v9GKEP14tS .dataTables_filter {
    text-align: center;
  }
  .cid-v9GKEP14tS .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-v9GKEP14tS .table-wrapper {
    width: 100% !important;
  }
  .cid-v9GKEP14tS .container-fluid {
    padding: 0 1rem;
  }
  .cid-v9GKEP14tS table th,
  .cid-v9GKEP14tS table td {
    padding: 0.75rem;
  }
}
.cid-v9GKEP14tS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GKEP14tS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GKEP14tS .body-item {
  color: #232323;
  text-align: left;
}
.cid-v9GKEP14tS .mbr-section-title,
.cid-v9GKEP14tS .underline {
  text-align: left;
  color: #996633;
}
.cid-v9GKEP14tS .table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #fefaef !important;
  color: #000000 !important;
}
.cid-v9GKK8KN3N {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9GKK8KN3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GKK8KN3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GKK8KN3N .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v9GKK8KN3N .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-v9GKQBoazt {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v9GKQBoazt .container-fluid {
  padding: 0 3rem;
}
.cid-v9GKQBoazt .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v9GKQBoazt .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v9GKQBoazt .table-wrapper {
  margin: 0 auto;
}
.cid-v9GKQBoazt .head-item {
  min-width: 70px;
  text-align: left;
}
.cid-v9GKQBoazt table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-v9GKQBoazt table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #b28247;
  color: white;
  vertical-align: middle;
}
.cid-v9GKQBoazt table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-v9GKQBoazt .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-v9GKQBoazt .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v9GKQBoazt .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-v9GKQBoazt .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-v9GKQBoazt .dataTables_wrapper {
  display: block;
}
.cid-v9GKQBoazt .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-v9GKQBoazt .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v9GKQBoazt .head-item:after,
.cid-v9GKQBoazt .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-v9GKQBoazt .dataTables_filter {
    text-align: center;
  }
  .cid-v9GKQBoazt .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-v9GKQBoazt .dataTables_filter {
    text-align: center;
  }
  .cid-v9GKQBoazt .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-v9GKQBoazt .table-wrapper {
    width: 100% !important;
  }
  .cid-v9GKQBoazt .container-fluid {
    padding: 0 1rem;
  }
  .cid-v9GKQBoazt table th,
  .cid-v9GKQBoazt table td {
    padding: 0.75rem;
  }
}
.cid-v9GKQBoazt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GKQBoazt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GKQBoazt .body-item {
  color: #232323;
  text-align: left;
}
.cid-v9GKQBoazt .mbr-section-title,
.cid-v9GKQBoazt .underline {
  text-align: left;
  color: #996633;
}
.cid-v9GKQBoazt .table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #fefaef !important;
  color: #000000 !important;
}
.cid-v9u0EYLvZc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9u0EYLvZc .container-fluid {
  padding: 0 3rem;
}
.cid-v9u0EYLvZc .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v9u0EYLvZc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v9u0EYLvZc .table-wrapper {
  margin: 0 auto;
}
.cid-v9u0EYLvZc .head-item {
  min-width: 70px;
  text-align: center;
}
.cid-v9u0EYLvZc table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-v9u0EYLvZc table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #b28247;
  color: white;
  vertical-align: middle;
}
.cid-v9u0EYLvZc table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-v9u0EYLvZc .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-v9u0EYLvZc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v9u0EYLvZc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-v9u0EYLvZc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-v9u0EYLvZc .dataTables_wrapper {
  display: block;
}
.cid-v9u0EYLvZc .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-v9u0EYLvZc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v9u0EYLvZc .head-item:after,
.cid-v9u0EYLvZc .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-v9u0EYLvZc .dataTables_filter {
    text-align: center;
  }
  .cid-v9u0EYLvZc .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-v9u0EYLvZc .dataTables_filter {
    text-align: center;
  }
  .cid-v9u0EYLvZc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-v9u0EYLvZc .table-wrapper {
    width: 100% !important;
  }
  .cid-v9u0EYLvZc .container-fluid {
    padding: 0 1rem;
  }
  .cid-v9u0EYLvZc table th,
  .cid-v9u0EYLvZc table td {
    padding: 0.75rem;
  }
}
.cid-v9u0EYLvZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9u0EYLvZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9u0EYLvZc .body-item {
  color: #232323;
  text-align: center;
}
.cid-v9u0EYLvZc .mbr-section-title,
.cid-v9u0EYLvZc .underline {
  text-align: center;
  color: #0c2c68;
}
.cid-v9u0EYLvZc .table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #fefaef !important;
  color: #000000 !important;
}
.cid-vdnjtp8MiI {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdnjtp8MiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdnjtp8MiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdnjtp8MiI .mbr-section-title {
  text-align: left;
}
.cid-vdnjtp8MiI .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-v95CZK8bE0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v95CZK8bE0 .container-fluid {
  padding: 0 3rem;
}
.cid-v95CZK8bE0 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v95CZK8bE0 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v95CZK8bE0 .table-wrapper {
  margin: 0 auto;
}
.cid-v95CZK8bE0 .head-item {
  min-width: 70px;
  text-align: center;
}
.cid-v95CZK8bE0 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-v95CZK8bE0 table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #b28247;
  color: white;
  vertical-align: middle;
}
.cid-v95CZK8bE0 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-v95CZK8bE0 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-v95CZK8bE0 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v95CZK8bE0 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-v95CZK8bE0 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-v95CZK8bE0 .dataTables_wrapper {
  display: block;
}
.cid-v95CZK8bE0 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-v95CZK8bE0 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v95CZK8bE0 .head-item:after,
.cid-v95CZK8bE0 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-v95CZK8bE0 .dataTables_filter {
    text-align: center;
  }
  .cid-v95CZK8bE0 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-v95CZK8bE0 .dataTables_filter {
    text-align: center;
  }
  .cid-v95CZK8bE0 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-v95CZK8bE0 .table-wrapper {
    width: 100% !important;
  }
  .cid-v95CZK8bE0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-v95CZK8bE0 table th,
  .cid-v95CZK8bE0 table td {
    padding: 0.75rem;
  }
}
.cid-v95CZK8bE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95CZK8bE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95CZK8bE0 .body-item {
  color: #232323;
  text-align: center;
}
.cid-v95CZK8bE0 .mbr-section-title,
.cid-v95CZK8bE0 .underline {
  text-align: center;
  color: #996633;
}
.cid-v95CZK8bE0 .table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #fefaef !important;
  color: #000000 !important;
}
.cid-v95Er00lXk {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v95Er00lXk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95Er00lXk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95Er00lXk .mbr-section-subtitle {
  text-align: left;
}
.cid-v9ug2PgOjH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9ug2PgOjH .btn {
  padding: 2rem 2rem !important;
  border-radius: 24px !important;
}
.cid-v95FBbFd2t {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v95FBbFd2t .container-fluid {
  padding: 0 3rem;
}
.cid-v95FBbFd2t .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v95FBbFd2t .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v95FBbFd2t .table-wrapper {
  margin: 0 auto;
}
.cid-v95FBbFd2t .head-item {
  min-width: 70px;
  text-align: left;
}
.cid-v95FBbFd2t table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-v95FBbFd2t table th {
  padding: 0.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #b28247;
  color: white;
  vertical-align: middle;
}
.cid-v95FBbFd2t table td {
  padding: 0.3rem 1.6rem;
  vertical-align: middle;
}
.cid-v95FBbFd2t .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-v95FBbFd2t .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v95FBbFd2t .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-v95FBbFd2t .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-v95FBbFd2t .dataTables_wrapper {
  display: block;
}
.cid-v95FBbFd2t .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-v95FBbFd2t .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v95FBbFd2t .head-item:after,
.cid-v95FBbFd2t .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-v95FBbFd2t .dataTables_filter {
    text-align: center;
  }
  .cid-v95FBbFd2t .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-v95FBbFd2t .dataTables_filter {
    text-align: center;
  }
  .cid-v95FBbFd2t .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-v95FBbFd2t .table-wrapper {
    width: 100% !important;
  }
  .cid-v95FBbFd2t .container-fluid {
    padding: 0 1rem;
  }
  .cid-v95FBbFd2t table th,
  .cid-v95FBbFd2t table td {
    padding: 0.75rem;
  }
}
.cid-v95FBbFd2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95FBbFd2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95FBbFd2t .body-item {
  color: #232323;
  text-align: left;
}
.cid-v95FBbFd2t .mbr-section-title,
.cid-v95FBbFd2t .underline {
  text-align: center;
  color: #996633;
}
.cid-v95FBbFd2t .table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #fefaef !important;
  color: #000000 !important;
}
.cid-vdmBC03neC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vdmBC03neC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmBC03neC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdmBC03neC .mbr-section-title {
  text-align: left;
}
.cid-vdmBC03neC .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vdmBC03neC ul {
  list-style-type: '* ';
}
.cid-v95GyfMWIH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v95GyfMWIH .container-fluid {
  padding: 0 3rem;
}
.cid-v95GyfMWIH .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v95GyfMWIH .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v95GyfMWIH .table-wrapper {
  margin: 0 auto;
}
.cid-v95GyfMWIH .head-item {
  min-width: 70px;
  text-align: left;
}
.cid-v95GyfMWIH table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-v95GyfMWIH table th {
  padding: 0.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #b28247;
  color: white;
  vertical-align: middle;
}
.cid-v95GyfMWIH table td {
  padding: 0.3rem 1.6rem;
  vertical-align: middle;
}
.cid-v95GyfMWIH .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-v95GyfMWIH .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v95GyfMWIH .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-v95GyfMWIH .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-v95GyfMWIH .dataTables_wrapper {
  display: block;
}
.cid-v95GyfMWIH .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-v95GyfMWIH .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v95GyfMWIH .head-item:after,
.cid-v95GyfMWIH .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-v95GyfMWIH .dataTables_filter {
    text-align: center;
  }
  .cid-v95GyfMWIH .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-v95GyfMWIH .dataTables_filter {
    text-align: center;
  }
  .cid-v95GyfMWIH .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-v95GyfMWIH .table-wrapper {
    width: 100% !important;
  }
  .cid-v95GyfMWIH .container-fluid {
    padding: 0 1rem;
  }
  .cid-v95GyfMWIH table th,
  .cid-v95GyfMWIH table td {
    padding: 0.75rem;
  }
}
.cid-v95GyfMWIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95GyfMWIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95GyfMWIH .body-item {
  color: #232323;
  text-align: left;
}
.cid-v95GyfMWIH .mbr-section-title,
.cid-v95GyfMWIH .underline {
  text-align: center;
  color: #996633;
}
.cid-v95GyfMWIH .table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #fefaef !important;
  color: #000000 !important;
}
.cid-vdmCks0s7j {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vdmCks0s7j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmCks0s7j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdmCks0s7j .mbr-section-title {
  text-align: left;
}
.cid-vdmCks0s7j .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vdmCks0s7j ul {
  list-style-type: '* ';
}
.cid-v9ugPWBsSN {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9ugPWBsSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9ugPWBsSN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9ugPWBsSN .mbr-section-title {
  color: #0c2c68;
}
.cid-v9ugPWBsSN .mbr-section-subtitle {
  text-align: left;
}
.cid-v9ugyUMP5Y {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9ugyUMP5Y .btn {
  padding: 2rem 2rem !important;
  border-radius: 24px !important;
}
.cid-v95NfyfLo3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b28247;
}
.cid-v95NfyfLo3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95NfyfLo3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95NfyfLo3 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v95NfyfLo3 .mbr-section-subtitle {
  text-align: left;
}
.cid-vdnjzTF04M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdnjzTF04M .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdnjzTF04M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdnjzTF04M .mbr-section-title {
  text-align: left;
}
.cid-vdnjzTF04M .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-v95NutQg20 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v95NutQg20 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95NutQg20 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95NutQg20 .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v95NutQg20 .mbr-section-subtitle {
  text-align: left;
}
.cid-vcRi2LCqU7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcRi2LCqU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRi2LCqU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRi2LCqU7 .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-vcRi2LCqU7 .mbr-section-subtitle {
  text-align: left;
}
.cid-vcRip7lYhg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcRip7lYhg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRip7lYhg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRip7lYhg .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-vcRip7lYhg .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vcRj1ZYgLr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcRj1ZYgLr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRj1ZYgLr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRj1ZYgLr .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-vcRj1ZYgLr .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vcRj9Shd1s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcRj9Shd1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRj9Shd1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRj9Shd1s .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-vcRj9Shd1s .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vcRjlppa1O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcRjlppa1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRjlppa1O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRjlppa1O .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-vcRjlppa1O .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vcRjqZBTBT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcRjqZBTBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRjqZBTBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRjqZBTBT .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-vcRjqZBTBT .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vcRjULoSyD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcRjULoSyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRjULoSyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRjULoSyD .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-vcRjULoSyD .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vcRjYaLP0v {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcRjYaLP0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRjYaLP0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRjYaLP0v .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-vcRjYaLP0v .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-v95O5v3WhW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b28247;
}
.cid-v95O5v3WhW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95O5v3WhW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95O5v3WhW .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v95O5v3WhW .mbr-section-subtitle {
  text-align: left;
}
.cid-vdnj4eOdn5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdnj4eOdn5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdnj4eOdn5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdnj4eOdn5 .mbr-section-title {
  text-align: left;
}
.cid-vdnj4eOdn5 .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-v95OgOgCv2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v95OgOgCv2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95OgOgCv2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95OgOgCv2 .mbr-section-title {
  text-align: left;
}
.cid-v95OgOgCv2 .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-v95On2yodY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v95On2yodY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95On2yodY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95On2yodY .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v95On2yodY .mbr-section-subtitle {
  text-align: left;
}
.cid-vcRntZXbxU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcRntZXbxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRntZXbxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRntZXbxU .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-vcRntZXbxU .mbr-section-subtitle {
  text-align: left;
}
.cid-v95OUfiScZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v95OUfiScZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95OUfiScZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95OUfiScZ .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v95OUfiScZ .mbr-section-subtitle {
  text-align: left;
}
.cid-v95P2BHkmM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v95P2BHkmM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95P2BHkmM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95P2BHkmM .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v95P2BHkmM .mbr-section-subtitle {
  text-align: left;
}
.cid-v95P7or8eE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v95P7or8eE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95P7or8eE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95P7or8eE .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v95P7or8eE .mbr-section-subtitle {
  text-align: left;
}
.cid-v95Pcu1GMt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v95Pcu1GMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95Pcu1GMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95Pcu1GMt .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v95Pcu1GMt .mbr-section-subtitle {
  text-align: left;
}
.cid-vcRp8jLAfT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcRp8jLAfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRp8jLAfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRp8jLAfT .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-vcRp8jLAfT .mbr-section-subtitle {
  text-align: left;
}
.cid-vcRp10BglJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcRp10BglJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRp10BglJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRp10BglJ .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-vcRp10BglJ .mbr-section-subtitle {
  text-align: left;
}
.cid-v95PtbHQ5D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v95PtbHQ5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95PtbHQ5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95PtbHQ5D .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v95PtbHQ5D .mbr-section-subtitle {
  text-align: left;
}
.cid-v95PBkFoCV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v95PBkFoCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95PBkFoCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95PBkFoCV .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v95PBkFoCV .mbr-section-subtitle {
  text-align: left;
}
.cid-v95PC2UmlQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v95PC2UmlQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95PC2UmlQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95PC2UmlQ .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v95PC2UmlQ .mbr-section-subtitle {
  text-align: left;
}
.cid-v95LfFELtf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b28247;
}
.cid-v95LfFELtf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95LfFELtf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95LfFELtf .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-vdnjFPKcsU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdnjFPKcsU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdnjFPKcsU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdnjFPKcsU .mbr-section-title {
  text-align: left;
}
.cid-vdnjFPKcsU .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-v95IcNjnUJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v95IcNjnUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95IcNjnUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95IcNjnUJ .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v95IcNjnUJ .mbr-section-subtitle {
  text-align: left;
}
.cid-v95KaHy5jh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v95KaHy5jh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95KaHy5jh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95KaHy5jh .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v95KaHy5jh .mbr-section-subtitle {
  text-align: left;
}
.cid-v95M10YbNC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v95M10YbNC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95M10YbNC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95M10YbNC .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v95M10YbNC .mbr-section-subtitle {
  text-align: left;
}
.cid-v95M1EtvKV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v95M1EtvKV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95M1EtvKV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95M1EtvKV .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v95M1EtvKV .mbr-section-subtitle {
  text-align: left;
}
.cid-v95Miz5RRx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v95Miz5RRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95Miz5RRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95Miz5RRx .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v95Miz5RRx .mbr-section-subtitle {
  text-align: left;
}
.cid-v95MiUxg62 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v95MiUxg62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95MiUxg62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95MiUxg62 .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v95MiUxg62 .mbr-section-subtitle {
  text-align: left;
}
.cid-v95Mjido1b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v95Mjido1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95Mjido1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95Mjido1b .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v95Mjido1b .mbr-section-subtitle {
  text-align: left;
}
.cid-v95MtHIH7r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v95MtHIH7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95MtHIH7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95MtHIH7r .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v95MtHIH7r .mbr-section-subtitle {
  text-align: left;
}
.cid-v95Mu4zcHr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v95Mu4zcHr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v95Mu4zcHr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v95Mu4zcHr .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v95Mu4zcHr .mbr-section-subtitle {
  text-align: left;
}
.cid-v9GKYc2JsY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9GKYc2JsY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GKYc2JsY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GKYc2JsY .mbr-section-title {
  color: #0c2c68;
}
.cid-v9GKYc2JsY .mbr-section-subtitle {
  text-align: left;
}
.cid-v9GLaJNv6C {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9GLaJNv6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GLaJNv6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GLaJNv6C .mbr-section-title {
  color: #0c2c68;
}
.cid-v9GLaJNv6C .mbr-section-subtitle {
  text-align: left;
  color: #996633;
}
.cid-vaaB2XW9Wf {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vaaB2XW9Wf .container-fluid {
  padding: 0 3rem;
}
.cid-vaaB2XW9Wf .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-vaaB2XW9Wf .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vaaB2XW9Wf .table-wrapper {
  margin: 0 auto;
}
.cid-vaaB2XW9Wf .head-item {
  min-width: 70px;
  text-align: center;
}
.cid-vaaB2XW9Wf table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vaaB2XW9Wf table th {
  padding: 0.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #b28247;
  color: white;
  vertical-align: middle;
}
.cid-vaaB2XW9Wf table td {
  padding: 0.3rem 1.6rem;
  vertical-align: middle;
}
.cid-vaaB2XW9Wf .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vaaB2XW9Wf .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vaaB2XW9Wf .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vaaB2XW9Wf .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vaaB2XW9Wf .dataTables_wrapper {
  display: block;
}
.cid-vaaB2XW9Wf .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vaaB2XW9Wf .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vaaB2XW9Wf .head-item:after,
.cid-vaaB2XW9Wf .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vaaB2XW9Wf .dataTables_filter {
    text-align: center;
  }
  .cid-vaaB2XW9Wf .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vaaB2XW9Wf .dataTables_filter {
    text-align: center;
  }
  .cid-vaaB2XW9Wf .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vaaB2XW9Wf .table-wrapper {
    width: 100% !important;
  }
  .cid-vaaB2XW9Wf .container-fluid {
    padding: 0 1rem;
  }
  .cid-vaaB2XW9Wf table th,
  .cid-vaaB2XW9Wf table td {
    padding: 0.75rem;
  }
}
.cid-vaaB2XW9Wf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaaB2XW9Wf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaaB2XW9Wf .body-item {
  color: #232323;
  text-align: center;
}
.cid-vaaB2XW9Wf .mbr-section-title,
.cid-vaaB2XW9Wf .underline {
  text-align: center;
  color: #996633;
}
.cid-vaaB2XW9Wf .table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #fefaef !important;
  color: #000000 !important;
}
.cid-vcRsnJQlJH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcRsnJQlJH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRsnJQlJH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRsnJQlJH .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-vcRsnJQlJH .mbr-section-subtitle {
  text-align: left;
}
.cid-vcRrRz1ZU0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vcRrRz1ZU0 .container-fluid {
  padding: 0 3rem;
}
.cid-vcRrRz1ZU0 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-vcRrRz1ZU0 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vcRrRz1ZU0 .table-wrapper {
  margin: 0 auto;
}
.cid-vcRrRz1ZU0 .head-item {
  min-width: 70px;
  text-align: center;
}
.cid-vcRrRz1ZU0 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vcRrRz1ZU0 table th {
  padding: 0.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #b28247;
  color: white;
  vertical-align: middle;
}
.cid-vcRrRz1ZU0 table td {
  padding: 0.3rem 1.6rem;
  vertical-align: middle;
}
.cid-vcRrRz1ZU0 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vcRrRz1ZU0 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vcRrRz1ZU0 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vcRrRz1ZU0 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vcRrRz1ZU0 .dataTables_wrapper {
  display: block;
}
.cid-vcRrRz1ZU0 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vcRrRz1ZU0 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vcRrRz1ZU0 .head-item:after,
.cid-vcRrRz1ZU0 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vcRrRz1ZU0 .dataTables_filter {
    text-align: center;
  }
  .cid-vcRrRz1ZU0 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vcRrRz1ZU0 .dataTables_filter {
    text-align: center;
  }
  .cid-vcRrRz1ZU0 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vcRrRz1ZU0 .table-wrapper {
    width: 100% !important;
  }
  .cid-vcRrRz1ZU0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-vcRrRz1ZU0 table th,
  .cid-vcRrRz1ZU0 table td {
    padding: 0.75rem;
  }
}
.cid-vcRrRz1ZU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRrRz1ZU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRrRz1ZU0 .body-item {
  color: #232323;
  text-align: center;
}
.cid-vcRrRz1ZU0 .mbr-section-title,
.cid-vcRrRz1ZU0 .underline {
  text-align: center;
  color: #996633;
}
.cid-vcRrRz1ZU0 .table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #fefaef !important;
  color: #000000 !important;
}
.cid-vdnjR5bCwb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdnjR5bCwb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdnjR5bCwb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdnjR5bCwb .mbr-section-title {
  text-align: left;
}
.cid-vdnjR5bCwb .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vcRsPAbRYz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcRsPAbRYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRsPAbRYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRsPAbRYz .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-vcRsPAbRYz .mbr-section-subtitle {
  text-align: left;
}
.cid-vaaAbUNHtU {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaaAbUNHtU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaaAbUNHtU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaaAbUNHtU .mbr-section-title {
  text-align: center;
  color: #0c2c68;
}
.cid-vaaAbUNHtU .mbr-section-subtitle {
  text-align: left;
}
.cid-v9GLhz1WLm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v9GLhz1WLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GLhz1WLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GLhz1WLm .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v9GLhz1WLm .mbr-section-subtitle {
  text-align: left;
}
.cid-v9GLmL6v7u {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9GLmL6v7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GLmL6v7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GLmL6v7u .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v9GLmL6v7u .mbr-section-subtitle {
  text-align: left;
}
.cid-v9GLJLCF83 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9GLJLCF83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GLJLCF83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GLJLCF83 .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v9GLJLCF83 .mbr-section-subtitle {
  text-align: left;
}
.cid-v9GLTeLDRT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9GLTeLDRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GLTeLDRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GLTeLDRT .mbr-section-title {
  text-align: left;
  color: #996633;
}
.cid-v9GLTeLDRT .mbr-section-subtitle {
  text-align: left;
}
.cid-v9GLVvF8n2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9GLVvF8n2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GLVvF8n2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GLVvF8n2 .mbr-section-title {
  text-align: left;
}
.cid-v9GLVvF8n2 .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vcYi93ER5m .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vcYi93ER5m html,
  .cid-vcYi93ER5m body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vcYi93ER5m .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vcYi93ER5m .carousel-indicators {
    display: none !important;
  }
  .cid-vcYi93ER5m #carouselExampleCaptions,
  .cid-vcYi93ER5m .carousel-inner,
  .cid-vcYi93ER5m .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vcYi93ER5m .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vcYi93ER5m .carousel-control-prev,
  .cid-vcYi93ER5m .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcYi93ER5m .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vcYi93ER5m .carousel-control-prev-icon,
.cid-vcYi93ER5m .carousel-control-next-icon {
  filter: invert(1);
}
.cid-v92zEyBXEV {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v92zEyBXEV .mbr-section-subtitle {
  color: #767676;
}
.cid-v92zEyBXEV .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v92zEyBXEV .container {
    max-width: 1600px;
  }
}
.cid-v92zEyBXEV .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v92zEyBXEV .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v92zEyBXEV .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v92zEyBXEV .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-v92zEyBXEV .team-item:hover .item-social {
  opacity: 1;
}
.cid-v92zEyBXEV .team-item .item-image img {
  width: 100%;
}
.cid-v92zEyBXEV .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v92zEyBXEV .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v92zEyBXEV .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v92zEyBXEV .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v92zEyBXEV .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v92zEyBXEV .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-v92zEyBXEV .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v92zEyBXEV .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v92zEyBXEV .item-social {
    opacity: 1;
  }
}
.cid-v92zEyBXEV H2 {
  color: #0c2c68;
}
.cid-v9GDGxCZSR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-v9GDGxCZSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GDGxCZSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GDGxCZSR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .container {
    padding: 0 130px;
  }
}
.cid-v9GDGxCZSR .row {
  justify-content: center;
}
.cid-v9GDGxCZSR .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-v9GDGxCZSR .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v9GDGxCZSR .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:hover,
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:hover::before,
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v9GDGxCZSR .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v9GDGxCZSR .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-v9GDGxCZSR .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9GDGxCZSR .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-v9GDGxCZSR .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v9GDGxCZSR .mbr-section-title {
  color: #bee0d6;
}
.cid-v9GDGxCZSR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9GDGxCZSR .list {
  color: #bee0d6;
}
.cid-v9GDGxCZSR .mbr-address {
  color: #ffffff;
}
.cid-v9GDGxCZSR .mbr-copy {
  color: #ffffff;
}
.cid-v9GDGxCZSR .mbr-section-title,
.cid-v9GDGxCZSR .logo-wrapper {
  color: #ffffff;
}
.cid-v9GDGxCZSR .list,
.cid-v9GDGxCZSR .item-wrap,
.cid-v9GDGxCZSR .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vd5S9Ub7NV {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vd5S9Ub7NV .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vd5S9Ub7NV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vd5S9Ub7NV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd5S9Ub7NV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd5S9Ub7NV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vd5S9Ub7NV .menu_box .navbar.opened,
  .cid-vd5S9Ub7NV .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vd5S9Ub7NV nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vd5S9Ub7NV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vd5S9Ub7NV .btn:hover {
  box-shadow: none;
}
.cid-vd5S9Ub7NV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vd5S9Ub7NV .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vd5S9Ub7NV .nav-item {
    margin: 0 !important;
  }
}
.cid-vd5S9Ub7NV .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vd5S9Ub7NV .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd5S9Ub7NV .nav-item .nav-link:hover::before,
.cid-vd5S9Ub7NV .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vd5S9Ub7NV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vd5S9Ub7NV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vd5S9Ub7NV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vd5S9Ub7NV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vd5S9Ub7NV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vd5S9Ub7NV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vd5S9Ub7NV .offcanvas_box {
    display: none;
  }
}
.cid-vd5S9Ub7NV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vd5S9Ub7NV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vd5S9Ub7NV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vd5S9Ub7NV .container {
  display: flex;
  margin: auto;
}
.cid-vd5S9Ub7NV .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vd5S9Ub7NV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vd5S9Ub7NV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vd5S9Ub7NV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vd5S9Ub7NV .navbar-nav {
    margin: 0;
  }
}
.cid-vd5S9Ub7NV .dropdown-menu,
.cid-vd5S9Ub7NV .navbar.opened {
  background-color: false !important;
}
.cid-vd5S9Ub7NV .nav-item:focus,
.cid-vd5S9Ub7NV .nav-link:focus {
  outline: none;
}
.cid-vd5S9Ub7NV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd5S9Ub7NV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd5S9Ub7NV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd5S9Ub7NV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd5S9Ub7NV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd5S9Ub7NV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd5S9Ub7NV .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vd5S9Ub7NV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vd5S9Ub7NV .navbar.opened {
  transition: all 0.3s;
}
.cid-vd5S9Ub7NV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vd5S9Ub7NV .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vd5S9Ub7NV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd5S9Ub7NV .navbar.collapsed {
  justify-content: center;
}
.cid-vd5S9Ub7NV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd5S9Ub7NV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd5S9Ub7NV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd5S9Ub7NV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd5S9Ub7NV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd5S9Ub7NV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vd5S9Ub7NV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd5S9Ub7NV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vd5S9Ub7NV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vd5S9Ub7NV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd5S9Ub7NV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd5S9Ub7NV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vd5S9Ub7NV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd5S9Ub7NV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vd5S9Ub7NV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd5S9Ub7NV .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vd5S9Ub7NV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vd5S9Ub7NV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vd5S9Ub7NV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vd5S9Ub7NV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd5S9Ub7NV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vd5S9Ub7NV .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd5S9Ub7NV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd5S9Ub7NV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd5S9Ub7NV .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;
}
.cid-vd5S9Ub7NV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vd5S9Ub7NV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd5S9Ub7NV .dropdown-item.active,
.cid-vd5S9Ub7NV .dropdown-item:active {
  background-color: transparent;
}
.cid-vd5S9Ub7NV .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vd5S9Ub7NV .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vd5S9Ub7NV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd5S9Ub7NV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd5S9Ub7NV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd5S9Ub7NV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vd5S9Ub7NV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd5S9Ub7NV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vd5S9Ub7NV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vd5S9Ub7NV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd5S9Ub7NV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5S9Ub7NV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5S9Ub7NV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd5S9Ub7NV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5S9Ub7NV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd5S9Ub7NV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd5S9Ub7NV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5S9Ub7NV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vd5S9Ub7NV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd5S9Ub7NV .navbar {
    height: 70px;
  }
  .cid-vd5S9Ub7NV .navbar.opened {
    height: auto;
  }
  .cid-vd5S9Ub7NV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd5S9Ub7NV .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vd5S9Ub7NV .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vd5S9Ub7NV .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vd5S9Ub7NV .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vd5S9Ub7NV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vd5S9Ub7NV .text_widget {
  margin-bottom: 32px;
}
.cid-vd5S9Ub7NV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vd5S9Ub7NV .text_widget a:hover,
.cid-vd5S9Ub7NV .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vd5S9Ub7NV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vd5S9Ub7NV .icons-menu-main {
  display: flex;
}
.cid-vd5S9Ub7NV .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd5S9Ub7NV .navbar-caption {
  color: #000000;
}
.cid-vd5S9Ub7NV .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vd5S9Ub7NV .mbr-section-subtitle,
.cid-vd5S9Ub7NV .text_widget,
.cid-vd5S9Ub7NV .mbr-section-btn {
  text-align: center;
}
.cid-vd5S9Ub7NV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd5S9V1HDU {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vd5S9V1HDU .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vd5S9V1HDU {
    align-items: flex-end;
  }
  .cid-vd5S9V1HDU .row {
    justify-content: center;
  }
  .cid-vd5S9V1HDU .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5S9V1HDU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd5S9V1HDU {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd5S9V1HDU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd5S9V1HDU .content-wrap {
    width: 100%;
  }
}
.cid-vd5S9V1HDU .mbr-section-title,
.cid-vd5S9V1HDU .mbr-section-subtitle {
  text-align: center;
}
.cid-vd5S9V1HDU .mbr-text,
.cid-vd5S9V1HDU .mbr-section-btn {
  text-align: center;
}
.cid-vd5S9V1HDU .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vd5S9VoLeO {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vd5S9VoLeO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5S9VoLeO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5S9VoLeO .mbr-section-title {
  color: #b28247;
}
.cid-vd5S9VE8r8 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vd5S9VE8r8 .container {
  max-width: 1200px !important;
}
.cid-vd5S9VE8r8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5S9VE8r8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5S9VE8r8 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vd5S9VE8r8 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd5S9VE8r8 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5S9VE8r8 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vd5S9VE8r8 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vd5S9VE8r8 .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vd5S9VE8r8 img,
.cid-vd5S9VE8r8 .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vd5S9VE8r8 img,
  .cid-vd5S9VE8r8 .image-wrapper {
    max-height: 350px;
  }
}
.cid-vd5S9VE8r8 .mbr-section-title {
  color: #0c2c68;
}
.cid-vd5S9VE8r8 .mbr-text {
  color: #000000;
}
.cid-vd5S9VE8r8 .mbr-text,
.cid-vd5S9VE8r8 .mbr-section-btn {
  color: #232323;
}
.cid-vd5S9VE8r8 .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vd5S9VE8r8 .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vd5S9VE8r8 .image-wrapper {
    max-width: 250px;
  }
}
.cid-vd5S9VR33X .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vd5S9VR33X html,
  .cid-vd5S9VR33X body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vd5S9VR33X .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vd5S9VR33X .carousel-indicators {
    display: none !important;
  }
  .cid-vd5S9VR33X #carouselExampleCaptions,
  .cid-vd5S9VR33X .carousel-inner,
  .cid-vd5S9VR33X .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vd5S9VR33X .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vd5S9VR33X .carousel-control-prev,
  .cid-vd5S9VR33X .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5S9VR33X .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vd5S9VR33X .carousel-control-prev-icon,
.cid-vd5S9VR33X .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vd5S9W53DR {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd5S9W53DR .mbr-section-subtitle {
  color: #767676;
}
.cid-vd5S9W53DR .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vd5S9W53DR .container {
    max-width: 1600px;
  }
}
.cid-vd5S9W53DR .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vd5S9W53DR .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vd5S9W53DR .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vd5S9W53DR .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vd5S9W53DR .team-item:hover .item-social {
  opacity: 1;
}
.cid-vd5S9W53DR .team-item .item-image img {
  width: 100%;
}
.cid-vd5S9W53DR .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vd5S9W53DR .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vd5S9W53DR .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vd5S9W53DR .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vd5S9W53DR .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vd5S9W53DR .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vd5S9W53DR .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vd5S9W53DR .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vd5S9W53DR .item-social {
    opacity: 1;
  }
}
.cid-vd5S9W53DR H2 {
  color: #0c2c68;
}
.cid-vd5S9WBtr8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vd5S9WBtr8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5S9WBtr8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5S9WBtr8 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vd5S9WBtr8 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vd5S9WBtr8 .container {
    padding: 0 130px;
  }
}
.cid-vd5S9WBtr8 .row {
  justify-content: center;
}
.cid-vd5S9WBtr8 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5S9WBtr8 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5S9WBtr8 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5S9WBtr8 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5S9WBtr8 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vd5S9WBtr8 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd5S9WBtr8 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5S9WBtr8 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5S9WBtr8 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5S9WBtr8 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vd5S9WBtr8 .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5S9WBtr8 .nav-wrapper .list .item-wrap:hover,
.cid-vd5S9WBtr8 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5S9WBtr8 .nav-wrapper .list .item-wrap:hover::before,
.cid-vd5S9WBtr8 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vd5S9WBtr8 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vd5S9WBtr8 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5S9WBtr8 .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vd5S9WBtr8 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5S9WBtr8 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5S9WBtr8 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5S9WBtr8 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vd5S9WBtr8 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5S9WBtr8 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5S9WBtr8 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vd5S9WBtr8 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vd5S9WBtr8 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vd5S9WBtr8 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5S9WBtr8 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vd5S9WBtr8 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5S9WBtr8 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5S9WBtr8 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vd5S9WBtr8 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5S9WBtr8 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vd5S9WBtr8 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vd5S9WBtr8 .mbr-section-title {
  color: #bee0d6;
}
.cid-vd5S9WBtr8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd5S9WBtr8 .list {
  color: #bee0d6;
}
.cid-vd5S9WBtr8 .mbr-address {
  color: #ffffff;
}
.cid-vd5S9WBtr8 .mbr-copy {
  color: #ffffff;
}
.cid-vd5S9WBtr8 .mbr-section-title,
.cid-vd5S9WBtr8 .logo-wrapper {
  color: #ffffff;
}
.cid-vd5S9WBtr8 .list,
.cid-vd5S9WBtr8 .item-wrap,
.cid-vd5S9WBtr8 .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vbbKn8kuYz {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vbbKn8kuYz .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vbbKn8kuYz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vbbKn8kuYz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbbKn8kuYz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbbKn8kuYz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vbbKn8kuYz .menu_box .navbar.opened,
  .cid-vbbKn8kuYz .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vbbKn8kuYz nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vbbKn8kuYz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vbbKn8kuYz .btn:hover {
  box-shadow: none;
}
.cid-vbbKn8kuYz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vbbKn8kuYz .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vbbKn8kuYz .nav-item {
    margin: 0 !important;
  }
}
.cid-vbbKn8kuYz .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vbbKn8kuYz .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vbbKn8kuYz .nav-item .nav-link:hover::before,
.cid-vbbKn8kuYz .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vbbKn8kuYz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vbbKn8kuYz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vbbKn8kuYz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vbbKn8kuYz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbbKn8kuYz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vbbKn8kuYz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vbbKn8kuYz .offcanvas_box {
    display: none;
  }
}
.cid-vbbKn8kuYz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vbbKn8kuYz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vbbKn8kuYz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vbbKn8kuYz .container {
  display: flex;
  margin: auto;
}
.cid-vbbKn8kuYz .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vbbKn8kuYz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vbbKn8kuYz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbbKn8kuYz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vbbKn8kuYz .navbar-nav {
    margin: 0;
  }
}
.cid-vbbKn8kuYz .dropdown-menu,
.cid-vbbKn8kuYz .navbar.opened {
  background-color: false !important;
}
.cid-vbbKn8kuYz .nav-item:focus,
.cid-vbbKn8kuYz .nav-link:focus {
  outline: none;
}
.cid-vbbKn8kuYz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbbKn8kuYz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbbKn8kuYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbbKn8kuYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbbKn8kuYz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbbKn8kuYz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbbKn8kuYz .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vbbKn8kuYz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vbbKn8kuYz .navbar.opened {
  transition: all 0.3s;
}
.cid-vbbKn8kuYz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vbbKn8kuYz .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vbbKn8kuYz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbbKn8kuYz .navbar.collapsed {
  justify-content: center;
}
.cid-vbbKn8kuYz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbbKn8kuYz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vbbKn8kuYz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbbKn8kuYz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbbKn8kuYz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbbKn8kuYz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vbbKn8kuYz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vbbKn8kuYz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vbbKn8kuYz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vbbKn8kuYz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbbKn8kuYz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbbKn8kuYz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vbbKn8kuYz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbbKn8kuYz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vbbKn8kuYz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbbKn8kuYz .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vbbKn8kuYz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vbbKn8kuYz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vbbKn8kuYz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vbbKn8kuYz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbbKn8kuYz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vbbKn8kuYz .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbbKn8kuYz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbbKn8kuYz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbbKn8kuYz .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;
}
.cid-vbbKn8kuYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vbbKn8kuYz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbbKn8kuYz .dropdown-item.active,
.cid-vbbKn8kuYz .dropdown-item:active {
  background-color: transparent;
}
.cid-vbbKn8kuYz .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vbbKn8kuYz .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vbbKn8kuYz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbbKn8kuYz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbbKn8kuYz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbbKn8kuYz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vbbKn8kuYz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbbKn8kuYz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vbbKn8kuYz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vbbKn8kuYz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbbKn8kuYz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbbKn8kuYz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbbKn8kuYz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbbKn8kuYz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbbKn8kuYz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbbKn8kuYz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbbKn8kuYz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbbKn8kuYz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vbbKn8kuYz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbbKn8kuYz .navbar {
    height: 70px;
  }
  .cid-vbbKn8kuYz .navbar.opened {
    height: auto;
  }
  .cid-vbbKn8kuYz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbbKn8kuYz .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vbbKn8kuYz .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vbbKn8kuYz .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vbbKn8kuYz .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vbbKn8kuYz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vbbKn8kuYz .text_widget {
  margin-bottom: 32px;
}
.cid-vbbKn8kuYz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vbbKn8kuYz .text_widget a:hover,
.cid-vbbKn8kuYz .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vbbKn8kuYz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vbbKn8kuYz .icons-menu-main {
  display: flex;
}
.cid-vbbKn8kuYz .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vbbKn8kuYz .navbar-caption {
  color: #000000;
}
.cid-vbbKn8kuYz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vbbKn8kuYz .mbr-section-subtitle,
.cid-vbbKn8kuYz .text_widget,
.cid-vbbKn8kuYz .mbr-section-btn {
  text-align: center;
}
.cid-vbbKn8kuYz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vbbKn99CEk {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vbbKn99CEk .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vbbKn99CEk {
    align-items: flex-end;
  }
  .cid-vbbKn99CEk .row {
    justify-content: center;
  }
  .cid-vbbKn99CEk .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vbbKn99CEk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vbbKn99CEk {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vbbKn99CEk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vbbKn99CEk .content-wrap {
    width: 100%;
  }
}
.cid-vbbKn99CEk .mbr-section-title,
.cid-vbbKn99CEk .mbr-section-subtitle {
  text-align: center;
}
.cid-vbbKn99CEk .mbr-text,
.cid-vbbKn99CEk .mbr-section-btn {
  text-align: center;
}
.cid-vbbKn99CEk .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vbbXe70vH7 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vbbXe70vH7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbbXe70vH7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbbXe70vH7 .mbr-section-title {
  color: #b28247;
}
.cid-vbbVgFrzp8 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vbbVgFrzp8 .container {
  max-width: 1200px !important;
}
.cid-vbbVgFrzp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbbVgFrzp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbbVgFrzp8 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vbbVgFrzp8 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vbbVgFrzp8 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vbbVgFrzp8 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vbbVgFrzp8 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vbbVgFrzp8 .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vbbVgFrzp8 img,
.cid-vbbVgFrzp8 .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vbbVgFrzp8 img,
  .cid-vbbVgFrzp8 .image-wrapper {
    max-height: 350px;
  }
}
.cid-vbbVgFrzp8 .mbr-section-title {
  color: #0c2c68;
}
.cid-vbbVgFrzp8 .mbr-text {
  color: #000000;
}
.cid-vbbVgFrzp8 .mbr-text,
.cid-vbbVgFrzp8 .mbr-section-btn {
  color: #232323;
}
.cid-vbbVgFrzp8 .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vbbVgFrzp8 .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vbbVgFrzp8 .image-wrapper {
    max-width: 250px;
  }
}
.cid-vcYhZDFI5w .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vcYhZDFI5w html,
  .cid-vcYhZDFI5w body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vcYhZDFI5w .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vcYhZDFI5w .carousel-indicators {
    display: none !important;
  }
  .cid-vcYhZDFI5w #carouselExampleCaptions,
  .cid-vcYhZDFI5w .carousel-inner,
  .cid-vcYhZDFI5w .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vcYhZDFI5w .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vcYhZDFI5w .carousel-control-prev,
  .cid-vcYhZDFI5w .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcYhZDFI5w .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vcYhZDFI5w .carousel-control-prev-icon,
.cid-vcYhZDFI5w .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vbbKngE4aP {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vbbKngE4aP .mbr-section-subtitle {
  color: #767676;
}
.cid-vbbKngE4aP .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vbbKngE4aP .container {
    max-width: 1600px;
  }
}
.cid-vbbKngE4aP .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vbbKngE4aP .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vbbKngE4aP .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vbbKngE4aP .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vbbKngE4aP .team-item:hover .item-social {
  opacity: 1;
}
.cid-vbbKngE4aP .team-item .item-image img {
  width: 100%;
}
.cid-vbbKngE4aP .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vbbKngE4aP .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vbbKngE4aP .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vbbKngE4aP .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vbbKngE4aP .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vbbKngE4aP .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vbbKngE4aP .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vbbKngE4aP .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vbbKngE4aP .item-social {
    opacity: 1;
  }
}
.cid-vbbKngE4aP H2 {
  color: #0c2c68;
}
.cid-vbbKnhx6OE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vbbKnhx6OE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbbKnhx6OE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbbKnhx6OE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vbbKnhx6OE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vbbKnhx6OE .container {
    padding: 0 130px;
  }
}
.cid-vbbKnhx6OE .row {
  justify-content: center;
}
.cid-vbbKnhx6OE .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vbbKnhx6OE .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbbKnhx6OE .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vbbKnhx6OE .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbbKnhx6OE .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vbbKnhx6OE .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbbKnhx6OE .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vbbKnhx6OE .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbbKnhx6OE .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vbbKnhx6OE .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vbbKnhx6OE .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vbbKnhx6OE .nav-wrapper .list .item-wrap:hover,
.cid-vbbKnhx6OE .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vbbKnhx6OE .nav-wrapper .list .item-wrap:hover::before,
.cid-vbbKnhx6OE .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vbbKnhx6OE .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vbbKnhx6OE .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vbbKnhx6OE .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vbbKnhx6OE .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbbKnhx6OE .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vbbKnhx6OE .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbbKnhx6OE .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vbbKnhx6OE .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vbbKnhx6OE .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vbbKnhx6OE .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vbbKnhx6OE .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vbbKnhx6OE .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vbbKnhx6OE .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vbbKnhx6OE .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vbbKnhx6OE .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vbbKnhx6OE .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vbbKnhx6OE .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vbbKnhx6OE .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbbKnhx6OE .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vbbKnhx6OE .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vbbKnhx6OE .mbr-section-title {
  color: #bee0d6;
}
.cid-vbbKnhx6OE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbbKnhx6OE .list {
  color: #bee0d6;
}
.cid-vbbKnhx6OE .mbr-address {
  color: #ffffff;
}
.cid-vbbKnhx6OE .mbr-copy {
  color: #ffffff;
}
.cid-vbbKnhx6OE .mbr-section-title,
.cid-vbbKnhx6OE .logo-wrapper {
  color: #ffffff;
}
.cid-vbbKnhx6OE .list,
.cid-vbbKnhx6OE .item-wrap,
.cid-vbbKnhx6OE .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vd5RPl8np1 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vd5RPl8np1 .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vd5RPl8np1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vd5RPl8np1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd5RPl8np1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd5RPl8np1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vd5RPl8np1 .menu_box .navbar.opened,
  .cid-vd5RPl8np1 .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vd5RPl8np1 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vd5RPl8np1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vd5RPl8np1 .btn:hover {
  box-shadow: none;
}
.cid-vd5RPl8np1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vd5RPl8np1 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vd5RPl8np1 .nav-item {
    margin: 0 !important;
  }
}
.cid-vd5RPl8np1 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vd5RPl8np1 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd5RPl8np1 .nav-item .nav-link:hover::before,
.cid-vd5RPl8np1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vd5RPl8np1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vd5RPl8np1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vd5RPl8np1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vd5RPl8np1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vd5RPl8np1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vd5RPl8np1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vd5RPl8np1 .offcanvas_box {
    display: none;
  }
}
.cid-vd5RPl8np1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vd5RPl8np1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vd5RPl8np1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vd5RPl8np1 .container {
  display: flex;
  margin: auto;
}
.cid-vd5RPl8np1 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vd5RPl8np1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vd5RPl8np1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vd5RPl8np1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vd5RPl8np1 .navbar-nav {
    margin: 0;
  }
}
.cid-vd5RPl8np1 .dropdown-menu,
.cid-vd5RPl8np1 .navbar.opened {
  background-color: false !important;
}
.cid-vd5RPl8np1 .nav-item:focus,
.cid-vd5RPl8np1 .nav-link:focus {
  outline: none;
}
.cid-vd5RPl8np1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd5RPl8np1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd5RPl8np1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd5RPl8np1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd5RPl8np1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd5RPl8np1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd5RPl8np1 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vd5RPl8np1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vd5RPl8np1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vd5RPl8np1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vd5RPl8np1 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vd5RPl8np1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd5RPl8np1 .navbar.collapsed {
  justify-content: center;
}
.cid-vd5RPl8np1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd5RPl8np1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd5RPl8np1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd5RPl8np1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd5RPl8np1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd5RPl8np1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vd5RPl8np1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd5RPl8np1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vd5RPl8np1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vd5RPl8np1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd5RPl8np1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd5RPl8np1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vd5RPl8np1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd5RPl8np1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vd5RPl8np1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd5RPl8np1 .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vd5RPl8np1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vd5RPl8np1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vd5RPl8np1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vd5RPl8np1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd5RPl8np1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vd5RPl8np1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd5RPl8np1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd5RPl8np1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd5RPl8np1 .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;
}
.cid-vd5RPl8np1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vd5RPl8np1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd5RPl8np1 .dropdown-item.active,
.cid-vd5RPl8np1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vd5RPl8np1 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vd5RPl8np1 .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vd5RPl8np1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd5RPl8np1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd5RPl8np1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd5RPl8np1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vd5RPl8np1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd5RPl8np1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vd5RPl8np1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vd5RPl8np1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd5RPl8np1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5RPl8np1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5RPl8np1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd5RPl8np1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5RPl8np1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd5RPl8np1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd5RPl8np1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5RPl8np1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vd5RPl8np1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd5RPl8np1 .navbar {
    height: 70px;
  }
  .cid-vd5RPl8np1 .navbar.opened {
    height: auto;
  }
  .cid-vd5RPl8np1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd5RPl8np1 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vd5RPl8np1 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vd5RPl8np1 .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vd5RPl8np1 .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vd5RPl8np1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vd5RPl8np1 .text_widget {
  margin-bottom: 32px;
}
.cid-vd5RPl8np1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vd5RPl8np1 .text_widget a:hover,
.cid-vd5RPl8np1 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vd5RPl8np1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vd5RPl8np1 .icons-menu-main {
  display: flex;
}
.cid-vd5RPl8np1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd5RPl8np1 .navbar-caption {
  color: #000000;
}
.cid-vd5RPl8np1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vd5RPl8np1 .mbr-section-subtitle,
.cid-vd5RPl8np1 .text_widget,
.cid-vd5RPl8np1 .mbr-section-btn {
  text-align: center;
}
.cid-vd5RPl8np1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd5RPmbEJy {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vd5RPmbEJy .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vd5RPmbEJy {
    align-items: flex-end;
  }
  .cid-vd5RPmbEJy .row {
    justify-content: center;
  }
  .cid-vd5RPmbEJy .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5RPmbEJy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd5RPmbEJy {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd5RPmbEJy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd5RPmbEJy .content-wrap {
    width: 100%;
  }
}
.cid-vd5RPmbEJy .mbr-section-title,
.cid-vd5RPmbEJy .mbr-section-subtitle {
  text-align: center;
}
.cid-vd5RPmbEJy .mbr-text,
.cid-vd5RPmbEJy .mbr-section-btn {
  text-align: center;
}
.cid-vd5RPmbEJy .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vd5RPmAzxc {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vd5RPmAzxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5RPmAzxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5RPmAzxc .mbr-section-title {
  color: #b28247;
}
.cid-vd5RPmPK11 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vd5RPmPK11 .container {
  max-width: 1200px !important;
}
.cid-vd5RPmPK11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5RPmPK11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5RPmPK11 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vd5RPmPK11 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd5RPmPK11 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5RPmPK11 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vd5RPmPK11 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vd5RPmPK11 .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vd5RPmPK11 img,
.cid-vd5RPmPK11 .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vd5RPmPK11 img,
  .cid-vd5RPmPK11 .image-wrapper {
    max-height: 350px;
  }
}
.cid-vd5RPmPK11 .mbr-section-title {
  color: #0c2c68;
}
.cid-vd5RPmPK11 .mbr-text {
  color: #000000;
}
.cid-vd5RPmPK11 .mbr-text,
.cid-vd5RPmPK11 .mbr-section-btn {
  color: #232323;
}
.cid-vd5RPmPK11 .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vd5RPmPK11 .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vd5RPmPK11 .image-wrapper {
    max-width: 250px;
  }
}
.cid-vd5RPn2bfn .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vd5RPn2bfn html,
  .cid-vd5RPn2bfn body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vd5RPn2bfn .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vd5RPn2bfn .carousel-indicators {
    display: none !important;
  }
  .cid-vd5RPn2bfn #carouselExampleCaptions,
  .cid-vd5RPn2bfn .carousel-inner,
  .cid-vd5RPn2bfn .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vd5RPn2bfn .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vd5RPn2bfn .carousel-control-prev,
  .cid-vd5RPn2bfn .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5RPn2bfn .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vd5RPn2bfn .carousel-control-prev-icon,
.cid-vd5RPn2bfn .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vd5RPndxan {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd5RPndxan .mbr-section-subtitle {
  color: #767676;
}
.cid-vd5RPndxan .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vd5RPndxan .container {
    max-width: 1600px;
  }
}
.cid-vd5RPndxan .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vd5RPndxan .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vd5RPndxan .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vd5RPndxan .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vd5RPndxan .team-item:hover .item-social {
  opacity: 1;
}
.cid-vd5RPndxan .team-item .item-image img {
  width: 100%;
}
.cid-vd5RPndxan .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vd5RPndxan .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vd5RPndxan .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vd5RPndxan .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vd5RPndxan .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vd5RPndxan .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vd5RPndxan .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vd5RPndxan .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vd5RPndxan .item-social {
    opacity: 1;
  }
}
.cid-vd5RPndxan H2 {
  color: #0c2c68;
}
.cid-vd5RPnBfCG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vd5RPnBfCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5RPnBfCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5RPnBfCG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vd5RPnBfCG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vd5RPnBfCG .container {
    padding: 0 130px;
  }
}
.cid-vd5RPnBfCG .row {
  justify-content: center;
}
.cid-vd5RPnBfCG .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5RPnBfCG .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5RPnBfCG .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5RPnBfCG .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5RPnBfCG .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vd5RPnBfCG .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd5RPnBfCG .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5RPnBfCG .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5RPnBfCG .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5RPnBfCG .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vd5RPnBfCG .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5RPnBfCG .nav-wrapper .list .item-wrap:hover,
.cid-vd5RPnBfCG .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5RPnBfCG .nav-wrapper .list .item-wrap:hover::before,
.cid-vd5RPnBfCG .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vd5RPnBfCG .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vd5RPnBfCG .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5RPnBfCG .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vd5RPnBfCG .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5RPnBfCG .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5RPnBfCG .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5RPnBfCG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vd5RPnBfCG .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5RPnBfCG .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5RPnBfCG .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vd5RPnBfCG .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vd5RPnBfCG .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vd5RPnBfCG .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5RPnBfCG .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vd5RPnBfCG .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5RPnBfCG .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5RPnBfCG .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vd5RPnBfCG .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5RPnBfCG .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vd5RPnBfCG .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vd5RPnBfCG .mbr-section-title {
  color: #bee0d6;
}
.cid-vd5RPnBfCG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd5RPnBfCG .list {
  color: #bee0d6;
}
.cid-vd5RPnBfCG .mbr-address {
  color: #ffffff;
}
.cid-vd5RPnBfCG .mbr-copy {
  color: #ffffff;
}
.cid-vd5RPnBfCG .mbr-section-title,
.cid-vd5RPnBfCG .logo-wrapper {
  color: #ffffff;
}
.cid-vd5RPnBfCG .list,
.cid-vd5RPnBfCG .item-wrap,
.cid-vd5RPnBfCG .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vd5SFcSYk6 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vd5SFcSYk6 .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vd5SFcSYk6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vd5SFcSYk6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd5SFcSYk6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd5SFcSYk6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vd5SFcSYk6 .menu_box .navbar.opened,
  .cid-vd5SFcSYk6 .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vd5SFcSYk6 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vd5SFcSYk6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vd5SFcSYk6 .btn:hover {
  box-shadow: none;
}
.cid-vd5SFcSYk6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vd5SFcSYk6 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vd5SFcSYk6 .nav-item {
    margin: 0 !important;
  }
}
.cid-vd5SFcSYk6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vd5SFcSYk6 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd5SFcSYk6 .nav-item .nav-link:hover::before,
.cid-vd5SFcSYk6 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vd5SFcSYk6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vd5SFcSYk6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vd5SFcSYk6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vd5SFcSYk6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vd5SFcSYk6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vd5SFcSYk6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vd5SFcSYk6 .offcanvas_box {
    display: none;
  }
}
.cid-vd5SFcSYk6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vd5SFcSYk6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vd5SFcSYk6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vd5SFcSYk6 .container {
  display: flex;
  margin: auto;
}
.cid-vd5SFcSYk6 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vd5SFcSYk6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vd5SFcSYk6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vd5SFcSYk6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vd5SFcSYk6 .navbar-nav {
    margin: 0;
  }
}
.cid-vd5SFcSYk6 .dropdown-menu,
.cid-vd5SFcSYk6 .navbar.opened {
  background-color: false !important;
}
.cid-vd5SFcSYk6 .nav-item:focus,
.cid-vd5SFcSYk6 .nav-link:focus {
  outline: none;
}
.cid-vd5SFcSYk6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd5SFcSYk6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd5SFcSYk6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd5SFcSYk6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd5SFcSYk6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd5SFcSYk6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd5SFcSYk6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vd5SFcSYk6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vd5SFcSYk6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vd5SFcSYk6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vd5SFcSYk6 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vd5SFcSYk6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd5SFcSYk6 .navbar.collapsed {
  justify-content: center;
}
.cid-vd5SFcSYk6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd5SFcSYk6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd5SFcSYk6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd5SFcSYk6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd5SFcSYk6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd5SFcSYk6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vd5SFcSYk6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd5SFcSYk6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vd5SFcSYk6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vd5SFcSYk6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd5SFcSYk6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd5SFcSYk6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vd5SFcSYk6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd5SFcSYk6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vd5SFcSYk6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd5SFcSYk6 .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vd5SFcSYk6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vd5SFcSYk6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vd5SFcSYk6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vd5SFcSYk6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd5SFcSYk6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vd5SFcSYk6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd5SFcSYk6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd5SFcSYk6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd5SFcSYk6 .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;
}
.cid-vd5SFcSYk6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vd5SFcSYk6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd5SFcSYk6 .dropdown-item.active,
.cid-vd5SFcSYk6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vd5SFcSYk6 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vd5SFcSYk6 .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vd5SFcSYk6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd5SFcSYk6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd5SFcSYk6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd5SFcSYk6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vd5SFcSYk6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd5SFcSYk6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vd5SFcSYk6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vd5SFcSYk6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd5SFcSYk6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5SFcSYk6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5SFcSYk6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd5SFcSYk6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5SFcSYk6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd5SFcSYk6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd5SFcSYk6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5SFcSYk6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vd5SFcSYk6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd5SFcSYk6 .navbar {
    height: 70px;
  }
  .cid-vd5SFcSYk6 .navbar.opened {
    height: auto;
  }
  .cid-vd5SFcSYk6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd5SFcSYk6 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vd5SFcSYk6 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vd5SFcSYk6 .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vd5SFcSYk6 .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vd5SFcSYk6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vd5SFcSYk6 .text_widget {
  margin-bottom: 32px;
}
.cid-vd5SFcSYk6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vd5SFcSYk6 .text_widget a:hover,
.cid-vd5SFcSYk6 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vd5SFcSYk6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vd5SFcSYk6 .icons-menu-main {
  display: flex;
}
.cid-vd5SFcSYk6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd5SFcSYk6 .navbar-caption {
  color: #000000;
}
.cid-vd5SFcSYk6 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vd5SFcSYk6 .mbr-section-subtitle,
.cid-vd5SFcSYk6 .text_widget,
.cid-vd5SFcSYk6 .mbr-section-btn {
  text-align: center;
}
.cid-vd5SFcSYk6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd5SFeBr2o {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vd5SFeBr2o .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vd5SFeBr2o {
    align-items: flex-end;
  }
  .cid-vd5SFeBr2o .row {
    justify-content: center;
  }
  .cid-vd5SFeBr2o .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5SFeBr2o .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd5SFeBr2o {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd5SFeBr2o .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd5SFeBr2o .content-wrap {
    width: 100%;
  }
}
.cid-vd5SFeBr2o .mbr-section-title,
.cid-vd5SFeBr2o .mbr-section-subtitle {
  text-align: center;
}
.cid-vd5SFeBr2o .mbr-text,
.cid-vd5SFeBr2o .mbr-section-btn {
  text-align: center;
}
.cid-vd5SFeBr2o .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vd5SFfZCux {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vd5SFfZCux .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5SFfZCux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5SFfZCux .mbr-section-title {
  color: #b28247;
}
.cid-vd5SFgV9eF {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vd5SFgV9eF .container {
  max-width: 1200px !important;
}
.cid-vd5SFgV9eF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5SFgV9eF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5SFgV9eF .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vd5SFgV9eF .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd5SFgV9eF .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5SFgV9eF .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vd5SFgV9eF .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vd5SFgV9eF .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vd5SFgV9eF img,
.cid-vd5SFgV9eF .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vd5SFgV9eF img,
  .cid-vd5SFgV9eF .image-wrapper {
    max-height: 350px;
  }
}
.cid-vd5SFgV9eF .mbr-section-title {
  color: #0c2c68;
}
.cid-vd5SFgV9eF .mbr-text {
  color: #000000;
}
.cid-vd5SFgV9eF .mbr-text,
.cid-vd5SFgV9eF .mbr-section-btn {
  color: #232323;
}
.cid-vd5SFgV9eF .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vd5SFgV9eF .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vd5SFgV9eF .image-wrapper {
    max-width: 250px;
  }
}
.cid-vd5SFhmnLx .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vd5SFhmnLx html,
  .cid-vd5SFhmnLx body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vd5SFhmnLx .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vd5SFhmnLx .carousel-indicators {
    display: none !important;
  }
  .cid-vd5SFhmnLx #carouselExampleCaptions,
  .cid-vd5SFhmnLx .carousel-inner,
  .cid-vd5SFhmnLx .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vd5SFhmnLx .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vd5SFhmnLx .carousel-control-prev,
  .cid-vd5SFhmnLx .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5SFhmnLx .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vd5SFhmnLx .carousel-control-prev-icon,
.cid-vd5SFhmnLx .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vd5SFhyAK6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd5SFhyAK6 .mbr-section-subtitle {
  color: #767676;
}
.cid-vd5SFhyAK6 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vd5SFhyAK6 .container {
    max-width: 1600px;
  }
}
.cid-vd5SFhyAK6 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vd5SFhyAK6 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vd5SFhyAK6 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vd5SFhyAK6 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vd5SFhyAK6 .team-item:hover .item-social {
  opacity: 1;
}
.cid-vd5SFhyAK6 .team-item .item-image img {
  width: 100%;
}
.cid-vd5SFhyAK6 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vd5SFhyAK6 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vd5SFhyAK6 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vd5SFhyAK6 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vd5SFhyAK6 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vd5SFhyAK6 .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vd5SFhyAK6 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vd5SFhyAK6 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vd5SFhyAK6 .item-social {
    opacity: 1;
  }
}
.cid-vd5SFhyAK6 H2 {
  color: #0c2c68;
}
.cid-vd5SFihZ6m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vd5SFihZ6m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5SFihZ6m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5SFihZ6m .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vd5SFihZ6m .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vd5SFihZ6m .container {
    padding: 0 130px;
  }
}
.cid-vd5SFihZ6m .row {
  justify-content: center;
}
.cid-vd5SFihZ6m .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5SFihZ6m .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5SFihZ6m .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5SFihZ6m .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5SFihZ6m .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vd5SFihZ6m .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd5SFihZ6m .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5SFihZ6m .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5SFihZ6m .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5SFihZ6m .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vd5SFihZ6m .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5SFihZ6m .nav-wrapper .list .item-wrap:hover,
.cid-vd5SFihZ6m .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5SFihZ6m .nav-wrapper .list .item-wrap:hover::before,
.cid-vd5SFihZ6m .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vd5SFihZ6m .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vd5SFihZ6m .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5SFihZ6m .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vd5SFihZ6m .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5SFihZ6m .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5SFihZ6m .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5SFihZ6m .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vd5SFihZ6m .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5SFihZ6m .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5SFihZ6m .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vd5SFihZ6m .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vd5SFihZ6m .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vd5SFihZ6m .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5SFihZ6m .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vd5SFihZ6m .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5SFihZ6m .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5SFihZ6m .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vd5SFihZ6m .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5SFihZ6m .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vd5SFihZ6m .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vd5SFihZ6m .mbr-section-title {
  color: #bee0d6;
}
.cid-vd5SFihZ6m .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd5SFihZ6m .list {
  color: #bee0d6;
}
.cid-vd5SFihZ6m .mbr-address {
  color: #ffffff;
}
.cid-vd5SFihZ6m .mbr-copy {
  color: #ffffff;
}
.cid-vd5SFihZ6m .mbr-section-title,
.cid-vd5SFihZ6m .logo-wrapper {
  color: #ffffff;
}
.cid-vd5SFihZ6m .list,
.cid-vd5SFihZ6m .item-wrap,
.cid-vd5SFihZ6m .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vd5SSymWWM {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vd5SSymWWM .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vd5SSymWWM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vd5SSymWWM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd5SSymWWM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd5SSymWWM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vd5SSymWWM .menu_box .navbar.opened,
  .cid-vd5SSymWWM .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vd5SSymWWM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vd5SSymWWM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vd5SSymWWM .btn:hover {
  box-shadow: none;
}
.cid-vd5SSymWWM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vd5SSymWWM .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vd5SSymWWM .nav-item {
    margin: 0 !important;
  }
}
.cid-vd5SSymWWM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vd5SSymWWM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd5SSymWWM .nav-item .nav-link:hover::before,
.cid-vd5SSymWWM .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vd5SSymWWM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vd5SSymWWM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vd5SSymWWM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vd5SSymWWM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vd5SSymWWM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vd5SSymWWM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vd5SSymWWM .offcanvas_box {
    display: none;
  }
}
.cid-vd5SSymWWM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vd5SSymWWM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vd5SSymWWM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vd5SSymWWM .container {
  display: flex;
  margin: auto;
}
.cid-vd5SSymWWM .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vd5SSymWWM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vd5SSymWWM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vd5SSymWWM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vd5SSymWWM .navbar-nav {
    margin: 0;
  }
}
.cid-vd5SSymWWM .dropdown-menu,
.cid-vd5SSymWWM .navbar.opened {
  background-color: false !important;
}
.cid-vd5SSymWWM .nav-item:focus,
.cid-vd5SSymWWM .nav-link:focus {
  outline: none;
}
.cid-vd5SSymWWM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd5SSymWWM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd5SSymWWM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd5SSymWWM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd5SSymWWM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd5SSymWWM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd5SSymWWM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vd5SSymWWM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vd5SSymWWM .navbar.opened {
  transition: all 0.3s;
}
.cid-vd5SSymWWM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vd5SSymWWM .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vd5SSymWWM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd5SSymWWM .navbar.collapsed {
  justify-content: center;
}
.cid-vd5SSymWWM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd5SSymWWM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd5SSymWWM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd5SSymWWM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd5SSymWWM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd5SSymWWM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vd5SSymWWM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd5SSymWWM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vd5SSymWWM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vd5SSymWWM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd5SSymWWM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd5SSymWWM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vd5SSymWWM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd5SSymWWM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vd5SSymWWM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd5SSymWWM .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vd5SSymWWM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vd5SSymWWM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vd5SSymWWM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vd5SSymWWM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd5SSymWWM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vd5SSymWWM .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd5SSymWWM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd5SSymWWM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd5SSymWWM .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;
}
.cid-vd5SSymWWM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vd5SSymWWM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd5SSymWWM .dropdown-item.active,
.cid-vd5SSymWWM .dropdown-item:active {
  background-color: transparent;
}
.cid-vd5SSymWWM .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vd5SSymWWM .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vd5SSymWWM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd5SSymWWM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd5SSymWWM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd5SSymWWM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vd5SSymWWM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd5SSymWWM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vd5SSymWWM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vd5SSymWWM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd5SSymWWM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5SSymWWM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5SSymWWM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd5SSymWWM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5SSymWWM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd5SSymWWM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd5SSymWWM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5SSymWWM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vd5SSymWWM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd5SSymWWM .navbar {
    height: 70px;
  }
  .cid-vd5SSymWWM .navbar.opened {
    height: auto;
  }
  .cid-vd5SSymWWM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd5SSymWWM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vd5SSymWWM .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vd5SSymWWM .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vd5SSymWWM .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vd5SSymWWM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vd5SSymWWM .text_widget {
  margin-bottom: 32px;
}
.cid-vd5SSymWWM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vd5SSymWWM .text_widget a:hover,
.cid-vd5SSymWWM .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vd5SSymWWM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vd5SSymWWM .icons-menu-main {
  display: flex;
}
.cid-vd5SSymWWM .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd5SSymWWM .navbar-caption {
  color: #000000;
}
.cid-vd5SSymWWM .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vd5SSymWWM .mbr-section-subtitle,
.cid-vd5SSymWWM .text_widget,
.cid-vd5SSymWWM .mbr-section-btn {
  text-align: center;
}
.cid-vd5SSymWWM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd5SSzoM5i {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vd5SSzoM5i .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vd5SSzoM5i {
    align-items: flex-end;
  }
  .cid-vd5SSzoM5i .row {
    justify-content: center;
  }
  .cid-vd5SSzoM5i .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5SSzoM5i .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd5SSzoM5i {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd5SSzoM5i .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd5SSzoM5i .content-wrap {
    width: 100%;
  }
}
.cid-vd5SSzoM5i .mbr-section-title,
.cid-vd5SSzoM5i .mbr-section-subtitle {
  text-align: center;
}
.cid-vd5SSzoM5i .mbr-text,
.cid-vd5SSzoM5i .mbr-section-btn {
  text-align: center;
}
.cid-vd5SSzoM5i .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vd5SSzLqS5 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vd5SSzLqS5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5SSzLqS5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5SSzLqS5 .mbr-section-title {
  color: #b28247;
}
.cid-vd5SSzYGnk {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vd5SSzYGnk .container {
  max-width: 1200px !important;
}
.cid-vd5SSzYGnk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5SSzYGnk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5SSzYGnk .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vd5SSzYGnk .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd5SSzYGnk .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5SSzYGnk .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vd5SSzYGnk .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vd5SSzYGnk .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vd5SSzYGnk img,
.cid-vd5SSzYGnk .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vd5SSzYGnk img,
  .cid-vd5SSzYGnk .image-wrapper {
    max-height: 350px;
  }
}
.cid-vd5SSzYGnk .mbr-section-title {
  color: #0c2c68;
}
.cid-vd5SSzYGnk .mbr-text {
  color: #000000;
}
.cid-vd5SSzYGnk .mbr-text,
.cid-vd5SSzYGnk .mbr-section-btn {
  color: #232323;
}
.cid-vd5SSzYGnk .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vd5SSzYGnk .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vd5SSzYGnk .image-wrapper {
    max-width: 250px;
  }
}
.cid-vd5SSAb5Ef .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vd5SSAb5Ef html,
  .cid-vd5SSAb5Ef body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vd5SSAb5Ef .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vd5SSAb5Ef .carousel-indicators {
    display: none !important;
  }
  .cid-vd5SSAb5Ef #carouselExampleCaptions,
  .cid-vd5SSAb5Ef .carousel-inner,
  .cid-vd5SSAb5Ef .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vd5SSAb5Ef .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vd5SSAb5Ef .carousel-control-prev,
  .cid-vd5SSAb5Ef .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5SSAb5Ef .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vd5SSAb5Ef .carousel-control-prev-icon,
.cid-vd5SSAb5Ef .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vd5SSAn6gn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd5SSAn6gn .mbr-section-subtitle {
  color: #767676;
}
.cid-vd5SSAn6gn .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vd5SSAn6gn .container {
    max-width: 1600px;
  }
}
.cid-vd5SSAn6gn .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vd5SSAn6gn .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vd5SSAn6gn .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vd5SSAn6gn .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vd5SSAn6gn .team-item:hover .item-social {
  opacity: 1;
}
.cid-vd5SSAn6gn .team-item .item-image img {
  width: 100%;
}
.cid-vd5SSAn6gn .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vd5SSAn6gn .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vd5SSAn6gn .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vd5SSAn6gn .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vd5SSAn6gn .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vd5SSAn6gn .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vd5SSAn6gn .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vd5SSAn6gn .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vd5SSAn6gn .item-social {
    opacity: 1;
  }
}
.cid-vd5SSAn6gn H2 {
  color: #0c2c68;
}
.cid-vd5SSBAlWE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vd5SSBAlWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5SSBAlWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5SSBAlWE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vd5SSBAlWE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vd5SSBAlWE .container {
    padding: 0 130px;
  }
}
.cid-vd5SSBAlWE .row {
  justify-content: center;
}
.cid-vd5SSBAlWE .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5SSBAlWE .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5SSBAlWE .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5SSBAlWE .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5SSBAlWE .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vd5SSBAlWE .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd5SSBAlWE .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5SSBAlWE .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5SSBAlWE .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5SSBAlWE .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vd5SSBAlWE .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5SSBAlWE .nav-wrapper .list .item-wrap:hover,
.cid-vd5SSBAlWE .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5SSBAlWE .nav-wrapper .list .item-wrap:hover::before,
.cid-vd5SSBAlWE .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vd5SSBAlWE .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vd5SSBAlWE .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5SSBAlWE .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vd5SSBAlWE .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5SSBAlWE .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5SSBAlWE .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5SSBAlWE .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vd5SSBAlWE .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5SSBAlWE .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5SSBAlWE .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vd5SSBAlWE .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vd5SSBAlWE .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vd5SSBAlWE .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5SSBAlWE .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vd5SSBAlWE .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5SSBAlWE .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5SSBAlWE .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vd5SSBAlWE .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5SSBAlWE .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vd5SSBAlWE .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vd5SSBAlWE .mbr-section-title {
  color: #bee0d6;
}
.cid-vd5SSBAlWE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd5SSBAlWE .list {
  color: #bee0d6;
}
.cid-vd5SSBAlWE .mbr-address {
  color: #ffffff;
}
.cid-vd5SSBAlWE .mbr-copy {
  color: #ffffff;
}
.cid-vd5SSBAlWE .mbr-section-title,
.cid-vd5SSBAlWE .logo-wrapper {
  color: #ffffff;
}
.cid-vd5SSBAlWE .list,
.cid-vd5SSBAlWE .item-wrap,
.cid-vd5SSBAlWE .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vd5T5pXluL {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vd5T5pXluL .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vd5T5pXluL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vd5T5pXluL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd5T5pXluL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd5T5pXluL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vd5T5pXluL .menu_box .navbar.opened,
  .cid-vd5T5pXluL .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vd5T5pXluL nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vd5T5pXluL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vd5T5pXluL .btn:hover {
  box-shadow: none;
}
.cid-vd5T5pXluL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vd5T5pXluL .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vd5T5pXluL .nav-item {
    margin: 0 !important;
  }
}
.cid-vd5T5pXluL .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vd5T5pXluL .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd5T5pXluL .nav-item .nav-link:hover::before,
.cid-vd5T5pXluL .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vd5T5pXluL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vd5T5pXluL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vd5T5pXluL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vd5T5pXluL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vd5T5pXluL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vd5T5pXluL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vd5T5pXluL .offcanvas_box {
    display: none;
  }
}
.cid-vd5T5pXluL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vd5T5pXluL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vd5T5pXluL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vd5T5pXluL .container {
  display: flex;
  margin: auto;
}
.cid-vd5T5pXluL .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vd5T5pXluL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vd5T5pXluL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vd5T5pXluL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vd5T5pXluL .navbar-nav {
    margin: 0;
  }
}
.cid-vd5T5pXluL .dropdown-menu,
.cid-vd5T5pXluL .navbar.opened {
  background-color: false !important;
}
.cid-vd5T5pXluL .nav-item:focus,
.cid-vd5T5pXluL .nav-link:focus {
  outline: none;
}
.cid-vd5T5pXluL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd5T5pXluL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd5T5pXluL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd5T5pXluL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd5T5pXluL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd5T5pXluL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd5T5pXluL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vd5T5pXluL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vd5T5pXluL .navbar.opened {
  transition: all 0.3s;
}
.cid-vd5T5pXluL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vd5T5pXluL .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vd5T5pXluL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd5T5pXluL .navbar.collapsed {
  justify-content: center;
}
.cid-vd5T5pXluL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd5T5pXluL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd5T5pXluL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd5T5pXluL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd5T5pXluL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd5T5pXluL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vd5T5pXluL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd5T5pXluL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vd5T5pXluL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vd5T5pXluL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd5T5pXluL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd5T5pXluL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vd5T5pXluL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd5T5pXluL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vd5T5pXluL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd5T5pXluL .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vd5T5pXluL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vd5T5pXluL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vd5T5pXluL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vd5T5pXluL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd5T5pXluL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vd5T5pXluL .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd5T5pXluL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd5T5pXluL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd5T5pXluL .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;
}
.cid-vd5T5pXluL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vd5T5pXluL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd5T5pXluL .dropdown-item.active,
.cid-vd5T5pXluL .dropdown-item:active {
  background-color: transparent;
}
.cid-vd5T5pXluL .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vd5T5pXluL .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vd5T5pXluL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd5T5pXluL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd5T5pXluL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd5T5pXluL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vd5T5pXluL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd5T5pXluL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vd5T5pXluL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vd5T5pXluL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd5T5pXluL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5T5pXluL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5T5pXluL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd5T5pXluL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5T5pXluL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd5T5pXluL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd5T5pXluL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5T5pXluL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vd5T5pXluL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd5T5pXluL .navbar {
    height: 70px;
  }
  .cid-vd5T5pXluL .navbar.opened {
    height: auto;
  }
  .cid-vd5T5pXluL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd5T5pXluL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vd5T5pXluL .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vd5T5pXluL .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vd5T5pXluL .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vd5T5pXluL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vd5T5pXluL .text_widget {
  margin-bottom: 32px;
}
.cid-vd5T5pXluL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vd5T5pXluL .text_widget a:hover,
.cid-vd5T5pXluL .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vd5T5pXluL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vd5T5pXluL .icons-menu-main {
  display: flex;
}
.cid-vd5T5pXluL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd5T5pXluL .navbar-caption {
  color: #000000;
}
.cid-vd5T5pXluL .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vd5T5pXluL .mbr-section-subtitle,
.cid-vd5T5pXluL .text_widget,
.cid-vd5T5pXluL .mbr-section-btn {
  text-align: center;
}
.cid-vd5T5pXluL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd5T5qZYzJ {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vd5T5qZYzJ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vd5T5qZYzJ {
    align-items: flex-end;
  }
  .cid-vd5T5qZYzJ .row {
    justify-content: center;
  }
  .cid-vd5T5qZYzJ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5T5qZYzJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd5T5qZYzJ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd5T5qZYzJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd5T5qZYzJ .content-wrap {
    width: 100%;
  }
}
.cid-vd5T5qZYzJ .mbr-section-title,
.cid-vd5T5qZYzJ .mbr-section-subtitle {
  text-align: center;
}
.cid-vd5T5qZYzJ .mbr-text,
.cid-vd5T5qZYzJ .mbr-section-btn {
  text-align: center;
}
.cid-vd5T5qZYzJ .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vd5T5rjib4 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vd5T5rjib4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5T5rjib4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5T5rjib4 .mbr-section-title {
  color: #b28247;
}
.cid-vd5T5rxv3n {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vd5T5rxv3n .container {
  max-width: 1200px !important;
}
.cid-vd5T5rxv3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5T5rxv3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5T5rxv3n .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vd5T5rxv3n .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd5T5rxv3n .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5T5rxv3n .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vd5T5rxv3n .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vd5T5rxv3n .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vd5T5rxv3n img,
.cid-vd5T5rxv3n .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vd5T5rxv3n img,
  .cid-vd5T5rxv3n .image-wrapper {
    max-height: 350px;
  }
}
.cid-vd5T5rxv3n .mbr-section-title {
  color: #0c2c68;
}
.cid-vd5T5rxv3n .mbr-text {
  color: #000000;
}
.cid-vd5T5rxv3n .mbr-text,
.cid-vd5T5rxv3n .mbr-section-btn {
  color: #232323;
}
.cid-vd5T5rxv3n .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vd5T5rxv3n .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vd5T5rxv3n .image-wrapper {
    max-width: 250px;
  }
}
.cid-vd5T5rJSo8 .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vd5T5rJSo8 html,
  .cid-vd5T5rJSo8 body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vd5T5rJSo8 .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vd5T5rJSo8 .carousel-indicators {
    display: none !important;
  }
  .cid-vd5T5rJSo8 #carouselExampleCaptions,
  .cid-vd5T5rJSo8 .carousel-inner,
  .cid-vd5T5rJSo8 .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vd5T5rJSo8 .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vd5T5rJSo8 .carousel-control-prev,
  .cid-vd5T5rJSo8 .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5T5rJSo8 .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vd5T5rJSo8 .carousel-control-prev-icon,
.cid-vd5T5rJSo8 .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vd5T5rUNBh {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd5T5rUNBh .mbr-section-subtitle {
  color: #767676;
}
.cid-vd5T5rUNBh .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vd5T5rUNBh .container {
    max-width: 1600px;
  }
}
.cid-vd5T5rUNBh .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vd5T5rUNBh .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vd5T5rUNBh .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vd5T5rUNBh .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vd5T5rUNBh .team-item:hover .item-social {
  opacity: 1;
}
.cid-vd5T5rUNBh .team-item .item-image img {
  width: 100%;
}
.cid-vd5T5rUNBh .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vd5T5rUNBh .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vd5T5rUNBh .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vd5T5rUNBh .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vd5T5rUNBh .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vd5T5rUNBh .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vd5T5rUNBh .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vd5T5rUNBh .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vd5T5rUNBh .item-social {
    opacity: 1;
  }
}
.cid-vd5T5rUNBh H2 {
  color: #0c2c68;
}
.cid-vd5T5tiyDR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vd5T5tiyDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5T5tiyDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5T5tiyDR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vd5T5tiyDR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vd5T5tiyDR .container {
    padding: 0 130px;
  }
}
.cid-vd5T5tiyDR .row {
  justify-content: center;
}
.cid-vd5T5tiyDR .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5T5tiyDR .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5T5tiyDR .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5T5tiyDR .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5T5tiyDR .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vd5T5tiyDR .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd5T5tiyDR .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5T5tiyDR .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5T5tiyDR .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5T5tiyDR .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vd5T5tiyDR .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5T5tiyDR .nav-wrapper .list .item-wrap:hover,
.cid-vd5T5tiyDR .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5T5tiyDR .nav-wrapper .list .item-wrap:hover::before,
.cid-vd5T5tiyDR .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vd5T5tiyDR .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vd5T5tiyDR .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5T5tiyDR .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vd5T5tiyDR .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5T5tiyDR .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5T5tiyDR .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5T5tiyDR .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vd5T5tiyDR .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5T5tiyDR .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5T5tiyDR .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vd5T5tiyDR .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vd5T5tiyDR .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vd5T5tiyDR .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5T5tiyDR .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vd5T5tiyDR .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5T5tiyDR .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5T5tiyDR .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vd5T5tiyDR .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5T5tiyDR .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vd5T5tiyDR .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vd5T5tiyDR .mbr-section-title {
  color: #bee0d6;
}
.cid-vd5T5tiyDR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd5T5tiyDR .list {
  color: #bee0d6;
}
.cid-vd5T5tiyDR .mbr-address {
  color: #ffffff;
}
.cid-vd5T5tiyDR .mbr-copy {
  color: #ffffff;
}
.cid-vd5T5tiyDR .mbr-section-title,
.cid-vd5T5tiyDR .logo-wrapper {
  color: #ffffff;
}
.cid-vd5T5tiyDR .list,
.cid-vd5T5tiyDR .item-wrap,
.cid-vd5T5tiyDR .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vd5Tn02oQK {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vd5Tn02oQK .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vd5Tn02oQK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vd5Tn02oQK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd5Tn02oQK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd5Tn02oQK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vd5Tn02oQK .menu_box .navbar.opened,
  .cid-vd5Tn02oQK .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vd5Tn02oQK nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vd5Tn02oQK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vd5Tn02oQK .btn:hover {
  box-shadow: none;
}
.cid-vd5Tn02oQK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vd5Tn02oQK .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vd5Tn02oQK .nav-item {
    margin: 0 !important;
  }
}
.cid-vd5Tn02oQK .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vd5Tn02oQK .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd5Tn02oQK .nav-item .nav-link:hover::before,
.cid-vd5Tn02oQK .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vd5Tn02oQK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vd5Tn02oQK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vd5Tn02oQK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vd5Tn02oQK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vd5Tn02oQK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vd5Tn02oQK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vd5Tn02oQK .offcanvas_box {
    display: none;
  }
}
.cid-vd5Tn02oQK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vd5Tn02oQK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vd5Tn02oQK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vd5Tn02oQK .container {
  display: flex;
  margin: auto;
}
.cid-vd5Tn02oQK .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vd5Tn02oQK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vd5Tn02oQK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vd5Tn02oQK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vd5Tn02oQK .navbar-nav {
    margin: 0;
  }
}
.cid-vd5Tn02oQK .dropdown-menu,
.cid-vd5Tn02oQK .navbar.opened {
  background-color: false !important;
}
.cid-vd5Tn02oQK .nav-item:focus,
.cid-vd5Tn02oQK .nav-link:focus {
  outline: none;
}
.cid-vd5Tn02oQK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd5Tn02oQK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd5Tn02oQK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd5Tn02oQK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd5Tn02oQK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd5Tn02oQK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd5Tn02oQK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vd5Tn02oQK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vd5Tn02oQK .navbar.opened {
  transition: all 0.3s;
}
.cid-vd5Tn02oQK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vd5Tn02oQK .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vd5Tn02oQK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd5Tn02oQK .navbar.collapsed {
  justify-content: center;
}
.cid-vd5Tn02oQK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd5Tn02oQK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd5Tn02oQK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd5Tn02oQK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd5Tn02oQK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd5Tn02oQK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vd5Tn02oQK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd5Tn02oQK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vd5Tn02oQK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vd5Tn02oQK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd5Tn02oQK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd5Tn02oQK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vd5Tn02oQK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd5Tn02oQK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vd5Tn02oQK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd5Tn02oQK .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vd5Tn02oQK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vd5Tn02oQK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vd5Tn02oQK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vd5Tn02oQK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd5Tn02oQK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vd5Tn02oQK .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd5Tn02oQK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd5Tn02oQK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd5Tn02oQK .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;
}
.cid-vd5Tn02oQK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vd5Tn02oQK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd5Tn02oQK .dropdown-item.active,
.cid-vd5Tn02oQK .dropdown-item:active {
  background-color: transparent;
}
.cid-vd5Tn02oQK .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vd5Tn02oQK .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vd5Tn02oQK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd5Tn02oQK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd5Tn02oQK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd5Tn02oQK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vd5Tn02oQK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd5Tn02oQK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vd5Tn02oQK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vd5Tn02oQK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd5Tn02oQK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5Tn02oQK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5Tn02oQK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd5Tn02oQK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5Tn02oQK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd5Tn02oQK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd5Tn02oQK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5Tn02oQK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vd5Tn02oQK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd5Tn02oQK .navbar {
    height: 70px;
  }
  .cid-vd5Tn02oQK .navbar.opened {
    height: auto;
  }
  .cid-vd5Tn02oQK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd5Tn02oQK .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vd5Tn02oQK .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vd5Tn02oQK .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vd5Tn02oQK .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vd5Tn02oQK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vd5Tn02oQK .text_widget {
  margin-bottom: 32px;
}
.cid-vd5Tn02oQK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vd5Tn02oQK .text_widget a:hover,
.cid-vd5Tn02oQK .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vd5Tn02oQK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vd5Tn02oQK .icons-menu-main {
  display: flex;
}
.cid-vd5Tn02oQK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd5Tn02oQK .navbar-caption {
  color: #000000;
}
.cid-vd5Tn02oQK .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vd5Tn02oQK .mbr-section-subtitle,
.cid-vd5Tn02oQK .text_widget,
.cid-vd5Tn02oQK .mbr-section-btn {
  text-align: center;
}
.cid-vd5Tn02oQK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd5Tn111a8 {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vd5Tn111a8 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vd5Tn111a8 {
    align-items: flex-end;
  }
  .cid-vd5Tn111a8 .row {
    justify-content: center;
  }
  .cid-vd5Tn111a8 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5Tn111a8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd5Tn111a8 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd5Tn111a8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd5Tn111a8 .content-wrap {
    width: 100%;
  }
}
.cid-vd5Tn111a8 .mbr-section-title,
.cid-vd5Tn111a8 .mbr-section-subtitle {
  text-align: center;
}
.cid-vd5Tn111a8 .mbr-text,
.cid-vd5Tn111a8 .mbr-section-btn {
  text-align: center;
}
.cid-vd5Tn111a8 .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vd5Tn1jUSQ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vd5Tn1jUSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5Tn1jUSQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5Tn1jUSQ .mbr-section-title {
  color: #b28247;
}
.cid-vd5Tn1MqCi {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vd5Tn1MqCi .container {
  max-width: 1200px !important;
}
.cid-vd5Tn1MqCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5Tn1MqCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5Tn1MqCi .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vd5Tn1MqCi .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd5Tn1MqCi .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5Tn1MqCi .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vd5Tn1MqCi .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vd5Tn1MqCi .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vd5Tn1MqCi img,
.cid-vd5Tn1MqCi .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vd5Tn1MqCi img,
  .cid-vd5Tn1MqCi .image-wrapper {
    max-height: 350px;
  }
}
.cid-vd5Tn1MqCi .mbr-section-title {
  color: #0c2c68;
}
.cid-vd5Tn1MqCi .mbr-text {
  color: #000000;
}
.cid-vd5Tn1MqCi .mbr-text,
.cid-vd5Tn1MqCi .mbr-section-btn {
  color: #232323;
}
.cid-vd5Tn1MqCi .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vd5Tn1MqCi .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vd5Tn1MqCi .image-wrapper {
    max-width: 250px;
  }
}
.cid-vd5Tn21nVP .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vd5Tn21nVP html,
  .cid-vd5Tn21nVP body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vd5Tn21nVP .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vd5Tn21nVP .carousel-indicators {
    display: none !important;
  }
  .cid-vd5Tn21nVP #carouselExampleCaptions,
  .cid-vd5Tn21nVP .carousel-inner,
  .cid-vd5Tn21nVP .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vd5Tn21nVP .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vd5Tn21nVP .carousel-control-prev,
  .cid-vd5Tn21nVP .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5Tn21nVP .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vd5Tn21nVP .carousel-control-prev-icon,
.cid-vd5Tn21nVP .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vd5Tn2cBGH {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd5Tn2cBGH .mbr-section-subtitle {
  color: #767676;
}
.cid-vd5Tn2cBGH .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vd5Tn2cBGH .container {
    max-width: 1600px;
  }
}
.cid-vd5Tn2cBGH .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vd5Tn2cBGH .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vd5Tn2cBGH .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vd5Tn2cBGH .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vd5Tn2cBGH .team-item:hover .item-social {
  opacity: 1;
}
.cid-vd5Tn2cBGH .team-item .item-image img {
  width: 100%;
}
.cid-vd5Tn2cBGH .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vd5Tn2cBGH .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vd5Tn2cBGH .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vd5Tn2cBGH .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vd5Tn2cBGH .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vd5Tn2cBGH .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vd5Tn2cBGH .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vd5Tn2cBGH .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vd5Tn2cBGH .item-social {
    opacity: 1;
  }
}
.cid-vd5Tn2cBGH H2 {
  color: #0c2c68;
}
.cid-vd5Tn2AVie {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vd5Tn2AVie .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5Tn2AVie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5Tn2AVie .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vd5Tn2AVie .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vd5Tn2AVie .container {
    padding: 0 130px;
  }
}
.cid-vd5Tn2AVie .row {
  justify-content: center;
}
.cid-vd5Tn2AVie .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5Tn2AVie .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Tn2AVie .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5Tn2AVie .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Tn2AVie .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vd5Tn2AVie .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd5Tn2AVie .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5Tn2AVie .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Tn2AVie .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5Tn2AVie .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vd5Tn2AVie .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5Tn2AVie .nav-wrapper .list .item-wrap:hover,
.cid-vd5Tn2AVie .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5Tn2AVie .nav-wrapper .list .item-wrap:hover::before,
.cid-vd5Tn2AVie .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vd5Tn2AVie .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vd5Tn2AVie .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5Tn2AVie .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vd5Tn2AVie .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Tn2AVie .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5Tn2AVie .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Tn2AVie .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vd5Tn2AVie .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5Tn2AVie .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5Tn2AVie .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vd5Tn2AVie .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vd5Tn2AVie .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vd5Tn2AVie .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5Tn2AVie .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vd5Tn2AVie .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5Tn2AVie .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5Tn2AVie .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vd5Tn2AVie .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Tn2AVie .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vd5Tn2AVie .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vd5Tn2AVie .mbr-section-title {
  color: #bee0d6;
}
.cid-vd5Tn2AVie .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd5Tn2AVie .list {
  color: #bee0d6;
}
.cid-vd5Tn2AVie .mbr-address {
  color: #ffffff;
}
.cid-vd5Tn2AVie .mbr-copy {
  color: #ffffff;
}
.cid-vd5Tn2AVie .mbr-section-title,
.cid-vd5Tn2AVie .logo-wrapper {
  color: #ffffff;
}
.cid-vd5Tn2AVie .list,
.cid-vd5Tn2AVie .item-wrap,
.cid-vd5Tn2AVie .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vd5U1ZhKl0 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vd5U1ZhKl0 .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vd5U1ZhKl0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vd5U1ZhKl0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd5U1ZhKl0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd5U1ZhKl0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vd5U1ZhKl0 .menu_box .navbar.opened,
  .cid-vd5U1ZhKl0 .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vd5U1ZhKl0 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vd5U1ZhKl0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vd5U1ZhKl0 .btn:hover {
  box-shadow: none;
}
.cid-vd5U1ZhKl0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vd5U1ZhKl0 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vd5U1ZhKl0 .nav-item {
    margin: 0 !important;
  }
}
.cid-vd5U1ZhKl0 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vd5U1ZhKl0 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd5U1ZhKl0 .nav-item .nav-link:hover::before,
.cid-vd5U1ZhKl0 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vd5U1ZhKl0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vd5U1ZhKl0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vd5U1ZhKl0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vd5U1ZhKl0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vd5U1ZhKl0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vd5U1ZhKl0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vd5U1ZhKl0 .offcanvas_box {
    display: none;
  }
}
.cid-vd5U1ZhKl0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vd5U1ZhKl0 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vd5U1ZhKl0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vd5U1ZhKl0 .container {
  display: flex;
  margin: auto;
}
.cid-vd5U1ZhKl0 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vd5U1ZhKl0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vd5U1ZhKl0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vd5U1ZhKl0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vd5U1ZhKl0 .navbar-nav {
    margin: 0;
  }
}
.cid-vd5U1ZhKl0 .dropdown-menu,
.cid-vd5U1ZhKl0 .navbar.opened {
  background-color: false !important;
}
.cid-vd5U1ZhKl0 .nav-item:focus,
.cid-vd5U1ZhKl0 .nav-link:focus {
  outline: none;
}
.cid-vd5U1ZhKl0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd5U1ZhKl0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd5U1ZhKl0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd5U1ZhKl0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd5U1ZhKl0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd5U1ZhKl0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd5U1ZhKl0 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vd5U1ZhKl0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vd5U1ZhKl0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vd5U1ZhKl0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vd5U1ZhKl0 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vd5U1ZhKl0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd5U1ZhKl0 .navbar.collapsed {
  justify-content: center;
}
.cid-vd5U1ZhKl0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd5U1ZhKl0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd5U1ZhKl0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd5U1ZhKl0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd5U1ZhKl0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd5U1ZhKl0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vd5U1ZhKl0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd5U1ZhKl0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vd5U1ZhKl0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vd5U1ZhKl0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd5U1ZhKl0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd5U1ZhKl0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vd5U1ZhKl0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd5U1ZhKl0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vd5U1ZhKl0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd5U1ZhKl0 .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vd5U1ZhKl0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vd5U1ZhKl0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vd5U1ZhKl0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vd5U1ZhKl0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd5U1ZhKl0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vd5U1ZhKl0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd5U1ZhKl0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd5U1ZhKl0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd5U1ZhKl0 .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;
}
.cid-vd5U1ZhKl0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vd5U1ZhKl0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd5U1ZhKl0 .dropdown-item.active,
.cid-vd5U1ZhKl0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vd5U1ZhKl0 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vd5U1ZhKl0 .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vd5U1ZhKl0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd5U1ZhKl0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd5U1ZhKl0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd5U1ZhKl0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vd5U1ZhKl0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd5U1ZhKl0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vd5U1ZhKl0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vd5U1ZhKl0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd5U1ZhKl0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5U1ZhKl0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5U1ZhKl0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd5U1ZhKl0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5U1ZhKl0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd5U1ZhKl0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd5U1ZhKl0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5U1ZhKl0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vd5U1ZhKl0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd5U1ZhKl0 .navbar {
    height: 70px;
  }
  .cid-vd5U1ZhKl0 .navbar.opened {
    height: auto;
  }
  .cid-vd5U1ZhKl0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd5U1ZhKl0 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vd5U1ZhKl0 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vd5U1ZhKl0 .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vd5U1ZhKl0 .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vd5U1ZhKl0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vd5U1ZhKl0 .text_widget {
  margin-bottom: 32px;
}
.cid-vd5U1ZhKl0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vd5U1ZhKl0 .text_widget a:hover,
.cid-vd5U1ZhKl0 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vd5U1ZhKl0 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vd5U1ZhKl0 .icons-menu-main {
  display: flex;
}
.cid-vd5U1ZhKl0 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd5U1ZhKl0 .navbar-caption {
  color: #000000;
}
.cid-vd5U1ZhKl0 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vd5U1ZhKl0 .mbr-section-subtitle,
.cid-vd5U1ZhKl0 .text_widget,
.cid-vd5U1ZhKl0 .mbr-section-btn {
  text-align: center;
}
.cid-vd5U1ZhKl0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd5U20eAcs {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vd5U20eAcs .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vd5U20eAcs {
    align-items: flex-end;
  }
  .cid-vd5U20eAcs .row {
    justify-content: center;
  }
  .cid-vd5U20eAcs .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5U20eAcs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd5U20eAcs {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd5U20eAcs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd5U20eAcs .content-wrap {
    width: 100%;
  }
}
.cid-vd5U20eAcs .mbr-section-title,
.cid-vd5U20eAcs .mbr-section-subtitle {
  text-align: center;
}
.cid-vd5U20eAcs .mbr-text,
.cid-vd5U20eAcs .mbr-section-btn {
  text-align: center;
}
.cid-vd5U20eAcs .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vd5U20Ar7e {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vd5U20Ar7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5U20Ar7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5U20Ar7e .mbr-section-title {
  color: #b28247;
}
.cid-vd5U20Od00 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vd5U20Od00 .container {
  max-width: 1200px !important;
}
.cid-vd5U20Od00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5U20Od00 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5U20Od00 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vd5U20Od00 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd5U20Od00 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5U20Od00 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vd5U20Od00 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vd5U20Od00 .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vd5U20Od00 img,
.cid-vd5U20Od00 .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vd5U20Od00 img,
  .cid-vd5U20Od00 .image-wrapper {
    max-height: 350px;
  }
}
.cid-vd5U20Od00 .mbr-section-title {
  color: #0c2c68;
}
.cid-vd5U20Od00 .mbr-text {
  color: #000000;
}
.cid-vd5U20Od00 .mbr-text,
.cid-vd5U20Od00 .mbr-section-btn {
  color: #232323;
}
.cid-vd5U20Od00 .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vd5U20Od00 .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vd5U20Od00 .image-wrapper {
    max-width: 250px;
  }
}
.cid-vd5U211HF5 .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vd5U211HF5 html,
  .cid-vd5U211HF5 body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vd5U211HF5 .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vd5U211HF5 .carousel-indicators {
    display: none !important;
  }
  .cid-vd5U211HF5 #carouselExampleCaptions,
  .cid-vd5U211HF5 .carousel-inner,
  .cid-vd5U211HF5 .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vd5U211HF5 .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vd5U211HF5 .carousel-control-prev,
  .cid-vd5U211HF5 .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5U211HF5 .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vd5U211HF5 .carousel-control-prev-icon,
.cid-vd5U211HF5 .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vd5U21d1up {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd5U21d1up .mbr-section-subtitle {
  color: #767676;
}
.cid-vd5U21d1up .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vd5U21d1up .container {
    max-width: 1600px;
  }
}
.cid-vd5U21d1up .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vd5U21d1up .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vd5U21d1up .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vd5U21d1up .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vd5U21d1up .team-item:hover .item-social {
  opacity: 1;
}
.cid-vd5U21d1up .team-item .item-image img {
  width: 100%;
}
.cid-vd5U21d1up .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vd5U21d1up .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vd5U21d1up .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vd5U21d1up .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vd5U21d1up .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vd5U21d1up .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vd5U21d1up .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vd5U21d1up .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vd5U21d1up .item-social {
    opacity: 1;
  }
}
.cid-vd5U21d1up H2 {
  color: #0c2c68;
}
.cid-vd5U21AXF2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vd5U21AXF2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5U21AXF2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5U21AXF2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vd5U21AXF2 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vd5U21AXF2 .container {
    padding: 0 130px;
  }
}
.cid-vd5U21AXF2 .row {
  justify-content: center;
}
.cid-vd5U21AXF2 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5U21AXF2 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5U21AXF2 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5U21AXF2 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5U21AXF2 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vd5U21AXF2 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd5U21AXF2 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5U21AXF2 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5U21AXF2 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5U21AXF2 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vd5U21AXF2 .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5U21AXF2 .nav-wrapper .list .item-wrap:hover,
.cid-vd5U21AXF2 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5U21AXF2 .nav-wrapper .list .item-wrap:hover::before,
.cid-vd5U21AXF2 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vd5U21AXF2 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vd5U21AXF2 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5U21AXF2 .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vd5U21AXF2 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5U21AXF2 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5U21AXF2 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5U21AXF2 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vd5U21AXF2 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5U21AXF2 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5U21AXF2 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vd5U21AXF2 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vd5U21AXF2 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vd5U21AXF2 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5U21AXF2 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vd5U21AXF2 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5U21AXF2 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5U21AXF2 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vd5U21AXF2 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5U21AXF2 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vd5U21AXF2 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vd5U21AXF2 .mbr-section-title {
  color: #bee0d6;
}
.cid-vd5U21AXF2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd5U21AXF2 .list {
  color: #bee0d6;
}
.cid-vd5U21AXF2 .mbr-address {
  color: #ffffff;
}
.cid-vd5U21AXF2 .mbr-copy {
  color: #ffffff;
}
.cid-vd5U21AXF2 .mbr-section-title,
.cid-vd5U21AXF2 .logo-wrapper {
  color: #ffffff;
}
.cid-vd5U21AXF2 .list,
.cid-vd5U21AXF2 .item-wrap,
.cid-vd5U21AXF2 .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vd5Uln82sU {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vd5Uln82sU .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vd5Uln82sU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vd5Uln82sU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd5Uln82sU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd5Uln82sU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vd5Uln82sU .menu_box .navbar.opened,
  .cid-vd5Uln82sU .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vd5Uln82sU nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vd5Uln82sU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vd5Uln82sU .btn:hover {
  box-shadow: none;
}
.cid-vd5Uln82sU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vd5Uln82sU .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vd5Uln82sU .nav-item {
    margin: 0 !important;
  }
}
.cid-vd5Uln82sU .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vd5Uln82sU .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd5Uln82sU .nav-item .nav-link:hover::before,
.cid-vd5Uln82sU .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vd5Uln82sU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vd5Uln82sU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vd5Uln82sU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vd5Uln82sU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vd5Uln82sU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vd5Uln82sU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vd5Uln82sU .offcanvas_box {
    display: none;
  }
}
.cid-vd5Uln82sU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vd5Uln82sU .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vd5Uln82sU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vd5Uln82sU .container {
  display: flex;
  margin: auto;
}
.cid-vd5Uln82sU .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vd5Uln82sU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vd5Uln82sU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vd5Uln82sU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vd5Uln82sU .navbar-nav {
    margin: 0;
  }
}
.cid-vd5Uln82sU .dropdown-menu,
.cid-vd5Uln82sU .navbar.opened {
  background-color: false !important;
}
.cid-vd5Uln82sU .nav-item:focus,
.cid-vd5Uln82sU .nav-link:focus {
  outline: none;
}
.cid-vd5Uln82sU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd5Uln82sU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd5Uln82sU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd5Uln82sU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd5Uln82sU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd5Uln82sU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd5Uln82sU .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vd5Uln82sU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vd5Uln82sU .navbar.opened {
  transition: all 0.3s;
}
.cid-vd5Uln82sU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vd5Uln82sU .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vd5Uln82sU .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd5Uln82sU .navbar.collapsed {
  justify-content: center;
}
.cid-vd5Uln82sU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd5Uln82sU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd5Uln82sU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd5Uln82sU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd5Uln82sU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd5Uln82sU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vd5Uln82sU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd5Uln82sU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vd5Uln82sU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vd5Uln82sU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd5Uln82sU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd5Uln82sU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vd5Uln82sU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd5Uln82sU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vd5Uln82sU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd5Uln82sU .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vd5Uln82sU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vd5Uln82sU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vd5Uln82sU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vd5Uln82sU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd5Uln82sU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vd5Uln82sU .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd5Uln82sU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd5Uln82sU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd5Uln82sU .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;
}
.cid-vd5Uln82sU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vd5Uln82sU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd5Uln82sU .dropdown-item.active,
.cid-vd5Uln82sU .dropdown-item:active {
  background-color: transparent;
}
.cid-vd5Uln82sU .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vd5Uln82sU .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vd5Uln82sU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd5Uln82sU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd5Uln82sU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd5Uln82sU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vd5Uln82sU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd5Uln82sU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vd5Uln82sU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vd5Uln82sU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd5Uln82sU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5Uln82sU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5Uln82sU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd5Uln82sU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5Uln82sU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd5Uln82sU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd5Uln82sU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5Uln82sU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vd5Uln82sU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd5Uln82sU .navbar {
    height: 70px;
  }
  .cid-vd5Uln82sU .navbar.opened {
    height: auto;
  }
  .cid-vd5Uln82sU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd5Uln82sU .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vd5Uln82sU .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vd5Uln82sU .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vd5Uln82sU .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vd5Uln82sU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vd5Uln82sU .text_widget {
  margin-bottom: 32px;
}
.cid-vd5Uln82sU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vd5Uln82sU .text_widget a:hover,
.cid-vd5Uln82sU .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vd5Uln82sU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vd5Uln82sU .icons-menu-main {
  display: flex;
}
.cid-vd5Uln82sU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd5Uln82sU .navbar-caption {
  color: #000000;
}
.cid-vd5Uln82sU .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vd5Uln82sU .mbr-section-subtitle,
.cid-vd5Uln82sU .text_widget,
.cid-vd5Uln82sU .mbr-section-btn {
  text-align: center;
}
.cid-vd5Uln82sU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd5UlnZtc0 {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vd5UlnZtc0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vd5UlnZtc0 {
    align-items: flex-end;
  }
  .cid-vd5UlnZtc0 .row {
    justify-content: center;
  }
  .cid-vd5UlnZtc0 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5UlnZtc0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd5UlnZtc0 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd5UlnZtc0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd5UlnZtc0 .content-wrap {
    width: 100%;
  }
}
.cid-vd5UlnZtc0 .mbr-section-title,
.cid-vd5UlnZtc0 .mbr-section-subtitle {
  text-align: center;
}
.cid-vd5UlnZtc0 .mbr-text,
.cid-vd5UlnZtc0 .mbr-section-btn {
  text-align: center;
}
.cid-vd5UlnZtc0 .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vd5UlogSFG {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vd5UlogSFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5UlogSFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5UlogSFG .mbr-section-title {
  color: #b28247;
}
.cid-vd5UlotDQE {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vd5UlotDQE .container {
  max-width: 1200px !important;
}
.cid-vd5UlotDQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5UlotDQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5UlotDQE .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vd5UlotDQE .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd5UlotDQE .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5UlotDQE .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vd5UlotDQE .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vd5UlotDQE .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vd5UlotDQE img,
.cid-vd5UlotDQE .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vd5UlotDQE img,
  .cid-vd5UlotDQE .image-wrapper {
    max-height: 350px;
  }
}
.cid-vd5UlotDQE .mbr-section-title {
  color: #0c2c68;
}
.cid-vd5UlotDQE .mbr-text {
  color: #000000;
}
.cid-vd5UlotDQE .mbr-text,
.cid-vd5UlotDQE .mbr-section-btn {
  color: #232323;
}
.cid-vd5UlotDQE .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vd5UlotDQE .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vd5UlotDQE .image-wrapper {
    max-width: 250px;
  }
}
.cid-vd5UloGnGx .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vd5UloGnGx html,
  .cid-vd5UloGnGx body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vd5UloGnGx .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vd5UloGnGx .carousel-indicators {
    display: none !important;
  }
  .cid-vd5UloGnGx #carouselExampleCaptions,
  .cid-vd5UloGnGx .carousel-inner,
  .cid-vd5UloGnGx .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vd5UloGnGx .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vd5UloGnGx .carousel-control-prev,
  .cid-vd5UloGnGx .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5UloGnGx .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vd5UloGnGx .carousel-control-prev-icon,
.cid-vd5UloGnGx .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vd5UloSXS6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd5UloSXS6 .mbr-section-subtitle {
  color: #767676;
}
.cid-vd5UloSXS6 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vd5UloSXS6 .container {
    max-width: 1600px;
  }
}
.cid-vd5UloSXS6 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vd5UloSXS6 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vd5UloSXS6 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vd5UloSXS6 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vd5UloSXS6 .team-item:hover .item-social {
  opacity: 1;
}
.cid-vd5UloSXS6 .team-item .item-image img {
  width: 100%;
}
.cid-vd5UloSXS6 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vd5UloSXS6 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vd5UloSXS6 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vd5UloSXS6 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vd5UloSXS6 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vd5UloSXS6 .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vd5UloSXS6 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vd5UloSXS6 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vd5UloSXS6 .item-social {
    opacity: 1;
  }
}
.cid-vd5UloSXS6 H2 {
  color: #0c2c68;
}
.cid-vd5UlpfwDJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vd5UlpfwDJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5UlpfwDJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5UlpfwDJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vd5UlpfwDJ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vd5UlpfwDJ .container {
    padding: 0 130px;
  }
}
.cid-vd5UlpfwDJ .row {
  justify-content: center;
}
.cid-vd5UlpfwDJ .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5UlpfwDJ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5UlpfwDJ .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5UlpfwDJ .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5UlpfwDJ .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vd5UlpfwDJ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd5UlpfwDJ .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5UlpfwDJ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5UlpfwDJ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5UlpfwDJ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vd5UlpfwDJ .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5UlpfwDJ .nav-wrapper .list .item-wrap:hover,
.cid-vd5UlpfwDJ .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5UlpfwDJ .nav-wrapper .list .item-wrap:hover::before,
.cid-vd5UlpfwDJ .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vd5UlpfwDJ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vd5UlpfwDJ .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5UlpfwDJ .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vd5UlpfwDJ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5UlpfwDJ .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5UlpfwDJ .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5UlpfwDJ .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vd5UlpfwDJ .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5UlpfwDJ .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5UlpfwDJ .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vd5UlpfwDJ .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vd5UlpfwDJ .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vd5UlpfwDJ .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5UlpfwDJ .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vd5UlpfwDJ .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5UlpfwDJ .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5UlpfwDJ .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vd5UlpfwDJ .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5UlpfwDJ .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vd5UlpfwDJ .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vd5UlpfwDJ .mbr-section-title {
  color: #bee0d6;
}
.cid-vd5UlpfwDJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd5UlpfwDJ .list {
  color: #bee0d6;
}
.cid-vd5UlpfwDJ .mbr-address {
  color: #ffffff;
}
.cid-vd5UlpfwDJ .mbr-copy {
  color: #ffffff;
}
.cid-vd5UlpfwDJ .mbr-section-title,
.cid-vd5UlpfwDJ .logo-wrapper {
  color: #ffffff;
}
.cid-vd5UlpfwDJ .list,
.cid-vd5UlpfwDJ .item-wrap,
.cid-vd5UlpfwDJ .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vd5UJoCg3H {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vd5UJoCg3H .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vd5UJoCg3H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vd5UJoCg3H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd5UJoCg3H .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd5UJoCg3H .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vd5UJoCg3H .menu_box .navbar.opened,
  .cid-vd5UJoCg3H .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vd5UJoCg3H nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vd5UJoCg3H .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vd5UJoCg3H .btn:hover {
  box-shadow: none;
}
.cid-vd5UJoCg3H .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vd5UJoCg3H .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vd5UJoCg3H .nav-item {
    margin: 0 !important;
  }
}
.cid-vd5UJoCg3H .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vd5UJoCg3H .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd5UJoCg3H .nav-item .nav-link:hover::before,
.cid-vd5UJoCg3H .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vd5UJoCg3H .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vd5UJoCg3H .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vd5UJoCg3H .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vd5UJoCg3H .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vd5UJoCg3H .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vd5UJoCg3H .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vd5UJoCg3H .offcanvas_box {
    display: none;
  }
}
.cid-vd5UJoCg3H .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vd5UJoCg3H .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vd5UJoCg3H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vd5UJoCg3H .container {
  display: flex;
  margin: auto;
}
.cid-vd5UJoCg3H .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vd5UJoCg3H .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vd5UJoCg3H .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vd5UJoCg3H .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vd5UJoCg3H .navbar-nav {
    margin: 0;
  }
}
.cid-vd5UJoCg3H .dropdown-menu,
.cid-vd5UJoCg3H .navbar.opened {
  background-color: false !important;
}
.cid-vd5UJoCg3H .nav-item:focus,
.cid-vd5UJoCg3H .nav-link:focus {
  outline: none;
}
.cid-vd5UJoCg3H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd5UJoCg3H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd5UJoCg3H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd5UJoCg3H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd5UJoCg3H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd5UJoCg3H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd5UJoCg3H .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vd5UJoCg3H .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vd5UJoCg3H .navbar.opened {
  transition: all 0.3s;
}
.cid-vd5UJoCg3H .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vd5UJoCg3H .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vd5UJoCg3H .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd5UJoCg3H .navbar.collapsed {
  justify-content: center;
}
.cid-vd5UJoCg3H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd5UJoCg3H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd5UJoCg3H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd5UJoCg3H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd5UJoCg3H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd5UJoCg3H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vd5UJoCg3H .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd5UJoCg3H .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vd5UJoCg3H .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vd5UJoCg3H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd5UJoCg3H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd5UJoCg3H .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vd5UJoCg3H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd5UJoCg3H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vd5UJoCg3H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd5UJoCg3H .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vd5UJoCg3H .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vd5UJoCg3H .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vd5UJoCg3H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vd5UJoCg3H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd5UJoCg3H .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vd5UJoCg3H .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd5UJoCg3H .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd5UJoCg3H .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd5UJoCg3H .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;
}
.cid-vd5UJoCg3H .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vd5UJoCg3H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd5UJoCg3H .dropdown-item.active,
.cid-vd5UJoCg3H .dropdown-item:active {
  background-color: transparent;
}
.cid-vd5UJoCg3H .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vd5UJoCg3H .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vd5UJoCg3H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd5UJoCg3H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd5UJoCg3H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd5UJoCg3H ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vd5UJoCg3H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd5UJoCg3H button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vd5UJoCg3H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vd5UJoCg3H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd5UJoCg3H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5UJoCg3H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5UJoCg3H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd5UJoCg3H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5UJoCg3H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd5UJoCg3H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd5UJoCg3H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5UJoCg3H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vd5UJoCg3H .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd5UJoCg3H .navbar {
    height: 70px;
  }
  .cid-vd5UJoCg3H .navbar.opened {
    height: auto;
  }
  .cid-vd5UJoCg3H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd5UJoCg3H .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vd5UJoCg3H .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vd5UJoCg3H .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vd5UJoCg3H .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vd5UJoCg3H .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vd5UJoCg3H .text_widget {
  margin-bottom: 32px;
}
.cid-vd5UJoCg3H .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vd5UJoCg3H .text_widget a:hover,
.cid-vd5UJoCg3H .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vd5UJoCg3H .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vd5UJoCg3H .icons-menu-main {
  display: flex;
}
.cid-vd5UJoCg3H .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd5UJoCg3H .navbar-caption {
  color: #000000;
}
.cid-vd5UJoCg3H .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vd5UJoCg3H .mbr-section-subtitle,
.cid-vd5UJoCg3H .text_widget,
.cid-vd5UJoCg3H .mbr-section-btn {
  text-align: center;
}
.cid-vd5UJoCg3H a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd5UJpv0KJ {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vd5UJpv0KJ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vd5UJpv0KJ {
    align-items: flex-end;
  }
  .cid-vd5UJpv0KJ .row {
    justify-content: center;
  }
  .cid-vd5UJpv0KJ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5UJpv0KJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd5UJpv0KJ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd5UJpv0KJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd5UJpv0KJ .content-wrap {
    width: 100%;
  }
}
.cid-vd5UJpv0KJ .mbr-section-title,
.cid-vd5UJpv0KJ .mbr-section-subtitle {
  text-align: center;
}
.cid-vd5UJpv0KJ .mbr-text,
.cid-vd5UJpv0KJ .mbr-section-btn {
  text-align: center;
}
.cid-vd5UJpv0KJ .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vd5UJpNJQD {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vd5UJpNJQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5UJpNJQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5UJpNJQD .mbr-section-title {
  color: #b28247;
}
.cid-vd5UJpZlY4 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vd5UJpZlY4 .container {
  max-width: 1200px !important;
}
.cid-vd5UJpZlY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5UJpZlY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5UJpZlY4 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vd5UJpZlY4 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd5UJpZlY4 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5UJpZlY4 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vd5UJpZlY4 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vd5UJpZlY4 .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vd5UJpZlY4 img,
.cid-vd5UJpZlY4 .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vd5UJpZlY4 img,
  .cid-vd5UJpZlY4 .image-wrapper {
    max-height: 350px;
  }
}
.cid-vd5UJpZlY4 .mbr-section-title {
  color: #0c2c68;
}
.cid-vd5UJpZlY4 .mbr-text {
  color: #000000;
}
.cid-vd5UJpZlY4 .mbr-text,
.cid-vd5UJpZlY4 .mbr-section-btn {
  color: #232323;
}
.cid-vd5UJpZlY4 .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vd5UJpZlY4 .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vd5UJpZlY4 .image-wrapper {
    max-width: 250px;
  }
}
.cid-vd5UJqeBX8 .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vd5UJqeBX8 html,
  .cid-vd5UJqeBX8 body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vd5UJqeBX8 .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vd5UJqeBX8 .carousel-indicators {
    display: none !important;
  }
  .cid-vd5UJqeBX8 #carouselExampleCaptions,
  .cid-vd5UJqeBX8 .carousel-inner,
  .cid-vd5UJqeBX8 .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vd5UJqeBX8 .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vd5UJqeBX8 .carousel-control-prev,
  .cid-vd5UJqeBX8 .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5UJqeBX8 .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vd5UJqeBX8 .carousel-control-prev-icon,
.cid-vd5UJqeBX8 .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vd5UJqq5DP {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd5UJqq5DP .mbr-section-subtitle {
  color: #767676;
}
.cid-vd5UJqq5DP .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vd5UJqq5DP .container {
    max-width: 1600px;
  }
}
.cid-vd5UJqq5DP .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vd5UJqq5DP .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vd5UJqq5DP .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vd5UJqq5DP .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vd5UJqq5DP .team-item:hover .item-social {
  opacity: 1;
}
.cid-vd5UJqq5DP .team-item .item-image img {
  width: 100%;
}
.cid-vd5UJqq5DP .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vd5UJqq5DP .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vd5UJqq5DP .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vd5UJqq5DP .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vd5UJqq5DP .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vd5UJqq5DP .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vd5UJqq5DP .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vd5UJqq5DP .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vd5UJqq5DP .item-social {
    opacity: 1;
  }
}
.cid-vd5UJqq5DP H2 {
  color: #0c2c68;
}
.cid-vd5UJqSgOu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vd5UJqSgOu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5UJqSgOu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5UJqSgOu .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vd5UJqSgOu .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vd5UJqSgOu .container {
    padding: 0 130px;
  }
}
.cid-vd5UJqSgOu .row {
  justify-content: center;
}
.cid-vd5UJqSgOu .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5UJqSgOu .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5UJqSgOu .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5UJqSgOu .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5UJqSgOu .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vd5UJqSgOu .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd5UJqSgOu .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5UJqSgOu .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5UJqSgOu .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5UJqSgOu .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vd5UJqSgOu .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5UJqSgOu .nav-wrapper .list .item-wrap:hover,
.cid-vd5UJqSgOu .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5UJqSgOu .nav-wrapper .list .item-wrap:hover::before,
.cid-vd5UJqSgOu .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vd5UJqSgOu .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vd5UJqSgOu .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5UJqSgOu .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vd5UJqSgOu .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5UJqSgOu .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5UJqSgOu .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5UJqSgOu .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vd5UJqSgOu .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5UJqSgOu .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5UJqSgOu .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vd5UJqSgOu .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vd5UJqSgOu .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vd5UJqSgOu .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5UJqSgOu .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vd5UJqSgOu .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5UJqSgOu .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5UJqSgOu .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vd5UJqSgOu .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5UJqSgOu .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vd5UJqSgOu .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vd5UJqSgOu .mbr-section-title {
  color: #bee0d6;
}
.cid-vd5UJqSgOu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd5UJqSgOu .list {
  color: #bee0d6;
}
.cid-vd5UJqSgOu .mbr-address {
  color: #ffffff;
}
.cid-vd5UJqSgOu .mbr-copy {
  color: #ffffff;
}
.cid-vd5UJqSgOu .mbr-section-title,
.cid-vd5UJqSgOu .logo-wrapper {
  color: #ffffff;
}
.cid-vd5UJqSgOu .list,
.cid-vd5UJqSgOu .item-wrap,
.cid-vd5UJqSgOu .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vd5VgBk18W {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vd5VgBk18W .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vd5VgBk18W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vd5VgBk18W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd5VgBk18W .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd5VgBk18W .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vd5VgBk18W .menu_box .navbar.opened,
  .cid-vd5VgBk18W .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vd5VgBk18W nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vd5VgBk18W .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vd5VgBk18W .btn:hover {
  box-shadow: none;
}
.cid-vd5VgBk18W .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vd5VgBk18W .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vd5VgBk18W .nav-item {
    margin: 0 !important;
  }
}
.cid-vd5VgBk18W .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vd5VgBk18W .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd5VgBk18W .nav-item .nav-link:hover::before,
.cid-vd5VgBk18W .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vd5VgBk18W .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vd5VgBk18W .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vd5VgBk18W .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vd5VgBk18W .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vd5VgBk18W .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vd5VgBk18W .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vd5VgBk18W .offcanvas_box {
    display: none;
  }
}
.cid-vd5VgBk18W .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vd5VgBk18W .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vd5VgBk18W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vd5VgBk18W .container {
  display: flex;
  margin: auto;
}
.cid-vd5VgBk18W .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vd5VgBk18W .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vd5VgBk18W .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vd5VgBk18W .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vd5VgBk18W .navbar-nav {
    margin: 0;
  }
}
.cid-vd5VgBk18W .dropdown-menu,
.cid-vd5VgBk18W .navbar.opened {
  background-color: false !important;
}
.cid-vd5VgBk18W .nav-item:focus,
.cid-vd5VgBk18W .nav-link:focus {
  outline: none;
}
.cid-vd5VgBk18W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd5VgBk18W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd5VgBk18W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd5VgBk18W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd5VgBk18W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd5VgBk18W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd5VgBk18W .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vd5VgBk18W .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vd5VgBk18W .navbar.opened {
  transition: all 0.3s;
}
.cid-vd5VgBk18W .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vd5VgBk18W .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vd5VgBk18W .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd5VgBk18W .navbar.collapsed {
  justify-content: center;
}
.cid-vd5VgBk18W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd5VgBk18W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd5VgBk18W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd5VgBk18W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd5VgBk18W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd5VgBk18W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vd5VgBk18W .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd5VgBk18W .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vd5VgBk18W .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vd5VgBk18W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd5VgBk18W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd5VgBk18W .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vd5VgBk18W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd5VgBk18W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vd5VgBk18W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd5VgBk18W .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vd5VgBk18W .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vd5VgBk18W .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vd5VgBk18W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vd5VgBk18W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd5VgBk18W .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vd5VgBk18W .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd5VgBk18W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd5VgBk18W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd5VgBk18W .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;
}
.cid-vd5VgBk18W .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vd5VgBk18W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd5VgBk18W .dropdown-item.active,
.cid-vd5VgBk18W .dropdown-item:active {
  background-color: transparent;
}
.cid-vd5VgBk18W .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vd5VgBk18W .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vd5VgBk18W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd5VgBk18W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd5VgBk18W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd5VgBk18W ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vd5VgBk18W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd5VgBk18W button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vd5VgBk18W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vd5VgBk18W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd5VgBk18W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5VgBk18W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5VgBk18W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd5VgBk18W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5VgBk18W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd5VgBk18W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd5VgBk18W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5VgBk18W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vd5VgBk18W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd5VgBk18W .navbar {
    height: 70px;
  }
  .cid-vd5VgBk18W .navbar.opened {
    height: auto;
  }
  .cid-vd5VgBk18W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd5VgBk18W .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vd5VgBk18W .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vd5VgBk18W .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vd5VgBk18W .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vd5VgBk18W .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vd5VgBk18W .text_widget {
  margin-bottom: 32px;
}
.cid-vd5VgBk18W .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vd5VgBk18W .text_widget a:hover,
.cid-vd5VgBk18W .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vd5VgBk18W .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vd5VgBk18W .icons-menu-main {
  display: flex;
}
.cid-vd5VgBk18W .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd5VgBk18W .navbar-caption {
  color: #000000;
}
.cid-vd5VgBk18W .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vd5VgBk18W .mbr-section-subtitle,
.cid-vd5VgBk18W .text_widget,
.cid-vd5VgBk18W .mbr-section-btn {
  text-align: center;
}
.cid-vd5VgBk18W a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd5VgCbQWZ {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vd5VgCbQWZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vd5VgCbQWZ {
    align-items: flex-end;
  }
  .cid-vd5VgCbQWZ .row {
    justify-content: center;
  }
  .cid-vd5VgCbQWZ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5VgCbQWZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd5VgCbQWZ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd5VgCbQWZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd5VgCbQWZ .content-wrap {
    width: 100%;
  }
}
.cid-vd5VgCbQWZ .mbr-section-title,
.cid-vd5VgCbQWZ .mbr-section-subtitle {
  text-align: center;
}
.cid-vd5VgCbQWZ .mbr-text,
.cid-vd5VgCbQWZ .mbr-section-btn {
  text-align: center;
}
.cid-vd5VgCbQWZ .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vd5VgCvgEW {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vd5VgCvgEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5VgCvgEW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5VgCvgEW .mbr-section-title {
  color: #b28247;
}
.cid-vd5VgCKbcv {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vd5VgCKbcv .container {
  max-width: 1200px !important;
}
.cid-vd5VgCKbcv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5VgCKbcv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5VgCKbcv .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vd5VgCKbcv .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd5VgCKbcv .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5VgCKbcv .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vd5VgCKbcv .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vd5VgCKbcv .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vd5VgCKbcv img,
.cid-vd5VgCKbcv .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vd5VgCKbcv img,
  .cid-vd5VgCKbcv .image-wrapper {
    max-height: 350px;
  }
}
.cid-vd5VgCKbcv .mbr-section-title {
  color: #0c2c68;
}
.cid-vd5VgCKbcv .mbr-text {
  color: #000000;
}
.cid-vd5VgCKbcv .mbr-text,
.cid-vd5VgCKbcv .mbr-section-btn {
  color: #232323;
}
.cid-vd5VgCKbcv .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vd5VgCKbcv .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vd5VgCKbcv .image-wrapper {
    max-width: 250px;
  }
}
.cid-vd5VgCXwBJ .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vd5VgCXwBJ html,
  .cid-vd5VgCXwBJ body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vd5VgCXwBJ .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vd5VgCXwBJ .carousel-indicators {
    display: none !important;
  }
  .cid-vd5VgCXwBJ #carouselExampleCaptions,
  .cid-vd5VgCXwBJ .carousel-inner,
  .cid-vd5VgCXwBJ .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vd5VgCXwBJ .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vd5VgCXwBJ .carousel-control-prev,
  .cid-vd5VgCXwBJ .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5VgCXwBJ .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vd5VgCXwBJ .carousel-control-prev-icon,
.cid-vd5VgCXwBJ .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vd5VgDamG8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd5VgDamG8 .mbr-section-subtitle {
  color: #767676;
}
.cid-vd5VgDamG8 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vd5VgDamG8 .container {
    max-width: 1600px;
  }
}
.cid-vd5VgDamG8 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vd5VgDamG8 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vd5VgDamG8 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vd5VgDamG8 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vd5VgDamG8 .team-item:hover .item-social {
  opacity: 1;
}
.cid-vd5VgDamG8 .team-item .item-image img {
  width: 100%;
}
.cid-vd5VgDamG8 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vd5VgDamG8 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vd5VgDamG8 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vd5VgDamG8 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vd5VgDamG8 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vd5VgDamG8 .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vd5VgDamG8 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vd5VgDamG8 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vd5VgDamG8 .item-social {
    opacity: 1;
  }
}
.cid-vd5VgDamG8 H2 {
  color: #0c2c68;
}
.cid-vd5VgDz9DB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vd5VgDz9DB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5VgDz9DB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5VgDz9DB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vd5VgDz9DB .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vd5VgDz9DB .container {
    padding: 0 130px;
  }
}
.cid-vd5VgDz9DB .row {
  justify-content: center;
}
.cid-vd5VgDz9DB .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5VgDz9DB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5VgDz9DB .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5VgDz9DB .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5VgDz9DB .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vd5VgDz9DB .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd5VgDz9DB .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5VgDz9DB .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5VgDz9DB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5VgDz9DB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vd5VgDz9DB .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5VgDz9DB .nav-wrapper .list .item-wrap:hover,
.cid-vd5VgDz9DB .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5VgDz9DB .nav-wrapper .list .item-wrap:hover::before,
.cid-vd5VgDz9DB .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vd5VgDz9DB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vd5VgDz9DB .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5VgDz9DB .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vd5VgDz9DB .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5VgDz9DB .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5VgDz9DB .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5VgDz9DB .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vd5VgDz9DB .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5VgDz9DB .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5VgDz9DB .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vd5VgDz9DB .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vd5VgDz9DB .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vd5VgDz9DB .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5VgDz9DB .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vd5VgDz9DB .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5VgDz9DB .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5VgDz9DB .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vd5VgDz9DB .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5VgDz9DB .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vd5VgDz9DB .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vd5VgDz9DB .mbr-section-title {
  color: #bee0d6;
}
.cid-vd5VgDz9DB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd5VgDz9DB .list {
  color: #bee0d6;
}
.cid-vd5VgDz9DB .mbr-address {
  color: #ffffff;
}
.cid-vd5VgDz9DB .mbr-copy {
  color: #ffffff;
}
.cid-vd5VgDz9DB .mbr-section-title,
.cid-vd5VgDz9DB .logo-wrapper {
  color: #ffffff;
}
.cid-vd5VgDz9DB .list,
.cid-vd5VgDz9DB .item-wrap,
.cid-vd5VgDz9DB .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vd5Vxy63aD {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vd5Vxy63aD .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vd5Vxy63aD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vd5Vxy63aD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd5Vxy63aD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd5Vxy63aD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vd5Vxy63aD .menu_box .navbar.opened,
  .cid-vd5Vxy63aD .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vd5Vxy63aD nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vd5Vxy63aD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vd5Vxy63aD .btn:hover {
  box-shadow: none;
}
.cid-vd5Vxy63aD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vd5Vxy63aD .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vd5Vxy63aD .nav-item {
    margin: 0 !important;
  }
}
.cid-vd5Vxy63aD .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vd5Vxy63aD .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd5Vxy63aD .nav-item .nav-link:hover::before,
.cid-vd5Vxy63aD .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vd5Vxy63aD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vd5Vxy63aD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vd5Vxy63aD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vd5Vxy63aD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vd5Vxy63aD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vd5Vxy63aD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vd5Vxy63aD .offcanvas_box {
    display: none;
  }
}
.cid-vd5Vxy63aD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vd5Vxy63aD .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vd5Vxy63aD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vd5Vxy63aD .container {
  display: flex;
  margin: auto;
}
.cid-vd5Vxy63aD .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vd5Vxy63aD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vd5Vxy63aD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vd5Vxy63aD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vd5Vxy63aD .navbar-nav {
    margin: 0;
  }
}
.cid-vd5Vxy63aD .dropdown-menu,
.cid-vd5Vxy63aD .navbar.opened {
  background-color: false !important;
}
.cid-vd5Vxy63aD .nav-item:focus,
.cid-vd5Vxy63aD .nav-link:focus {
  outline: none;
}
.cid-vd5Vxy63aD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd5Vxy63aD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd5Vxy63aD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd5Vxy63aD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd5Vxy63aD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd5Vxy63aD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd5Vxy63aD .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vd5Vxy63aD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vd5Vxy63aD .navbar.opened {
  transition: all 0.3s;
}
.cid-vd5Vxy63aD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vd5Vxy63aD .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vd5Vxy63aD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd5Vxy63aD .navbar.collapsed {
  justify-content: center;
}
.cid-vd5Vxy63aD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd5Vxy63aD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd5Vxy63aD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd5Vxy63aD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd5Vxy63aD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd5Vxy63aD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vd5Vxy63aD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd5Vxy63aD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vd5Vxy63aD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vd5Vxy63aD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd5Vxy63aD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd5Vxy63aD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vd5Vxy63aD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd5Vxy63aD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vd5Vxy63aD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd5Vxy63aD .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vd5Vxy63aD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vd5Vxy63aD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vd5Vxy63aD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vd5Vxy63aD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd5Vxy63aD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vd5Vxy63aD .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd5Vxy63aD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd5Vxy63aD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd5Vxy63aD .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;
}
.cid-vd5Vxy63aD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vd5Vxy63aD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd5Vxy63aD .dropdown-item.active,
.cid-vd5Vxy63aD .dropdown-item:active {
  background-color: transparent;
}
.cid-vd5Vxy63aD .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vd5Vxy63aD .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vd5Vxy63aD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd5Vxy63aD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd5Vxy63aD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd5Vxy63aD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vd5Vxy63aD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd5Vxy63aD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vd5Vxy63aD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vd5Vxy63aD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd5Vxy63aD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5Vxy63aD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5Vxy63aD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd5Vxy63aD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5Vxy63aD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd5Vxy63aD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd5Vxy63aD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5Vxy63aD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vd5Vxy63aD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd5Vxy63aD .navbar {
    height: 70px;
  }
  .cid-vd5Vxy63aD .navbar.opened {
    height: auto;
  }
  .cid-vd5Vxy63aD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd5Vxy63aD .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vd5Vxy63aD .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vd5Vxy63aD .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vd5Vxy63aD .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vd5Vxy63aD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vd5Vxy63aD .text_widget {
  margin-bottom: 32px;
}
.cid-vd5Vxy63aD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vd5Vxy63aD .text_widget a:hover,
.cid-vd5Vxy63aD .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vd5Vxy63aD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vd5Vxy63aD .icons-menu-main {
  display: flex;
}
.cid-vd5Vxy63aD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd5Vxy63aD .navbar-caption {
  color: #000000;
}
.cid-vd5Vxy63aD .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vd5Vxy63aD .mbr-section-subtitle,
.cid-vd5Vxy63aD .text_widget,
.cid-vd5Vxy63aD .mbr-section-btn {
  text-align: center;
}
.cid-vd5Vxy63aD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd5Vxz05Ln {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vd5Vxz05Ln .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vd5Vxz05Ln {
    align-items: flex-end;
  }
  .cid-vd5Vxz05Ln .row {
    justify-content: center;
  }
  .cid-vd5Vxz05Ln .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5Vxz05Ln .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd5Vxz05Ln {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd5Vxz05Ln .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd5Vxz05Ln .content-wrap {
    width: 100%;
  }
}
.cid-vd5Vxz05Ln .mbr-section-title,
.cid-vd5Vxz05Ln .mbr-section-subtitle {
  text-align: center;
}
.cid-vd5Vxz05Ln .mbr-text,
.cid-vd5Vxz05Ln .mbr-section-btn {
  text-align: center;
}
.cid-vd5Vxz05Ln .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vd5Vxzj3SD {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vd5Vxzj3SD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5Vxzj3SD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5Vxzj3SD .mbr-section-title {
  color: #b28247;
}
.cid-vd5Vxzx31T {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vd5Vxzx31T .container {
  max-width: 1200px !important;
}
.cid-vd5Vxzx31T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5Vxzx31T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5Vxzx31T .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vd5Vxzx31T .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd5Vxzx31T .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5Vxzx31T .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vd5Vxzx31T .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vd5Vxzx31T .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vd5Vxzx31T img,
.cid-vd5Vxzx31T .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vd5Vxzx31T img,
  .cid-vd5Vxzx31T .image-wrapper {
    max-height: 350px;
  }
}
.cid-vd5Vxzx31T .mbr-section-title {
  color: #0c2c68;
}
.cid-vd5Vxzx31T .mbr-text {
  color: #000000;
}
.cid-vd5Vxzx31T .mbr-text,
.cid-vd5Vxzx31T .mbr-section-btn {
  color: #232323;
}
.cid-vd5Vxzx31T .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vd5Vxzx31T .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vd5Vxzx31T .image-wrapper {
    max-width: 250px;
  }
}
.cid-vd5VxzK5ye .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vd5VxzK5ye html,
  .cid-vd5VxzK5ye body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vd5VxzK5ye .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vd5VxzK5ye .carousel-indicators {
    display: none !important;
  }
  .cid-vd5VxzK5ye #carouselExampleCaptions,
  .cid-vd5VxzK5ye .carousel-inner,
  .cid-vd5VxzK5ye .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vd5VxzK5ye .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vd5VxzK5ye .carousel-control-prev,
  .cid-vd5VxzK5ye .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5VxzK5ye .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vd5VxzK5ye .carousel-control-prev-icon,
.cid-vd5VxzK5ye .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vd5VxzVF8F {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd5VxzVF8F .mbr-section-subtitle {
  color: #767676;
}
.cid-vd5VxzVF8F .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vd5VxzVF8F .container {
    max-width: 1600px;
  }
}
.cid-vd5VxzVF8F .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vd5VxzVF8F .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vd5VxzVF8F .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vd5VxzVF8F .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vd5VxzVF8F .team-item:hover .item-social {
  opacity: 1;
}
.cid-vd5VxzVF8F .team-item .item-image img {
  width: 100%;
}
.cid-vd5VxzVF8F .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vd5VxzVF8F .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vd5VxzVF8F .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vd5VxzVF8F .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vd5VxzVF8F .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vd5VxzVF8F .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vd5VxzVF8F .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vd5VxzVF8F .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vd5VxzVF8F .item-social {
    opacity: 1;
  }
}
.cid-vd5VxzVF8F H2 {
  color: #0c2c68;
}
.cid-vd5VxAi7kH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vd5VxAi7kH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5VxAi7kH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5VxAi7kH .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vd5VxAi7kH .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vd5VxAi7kH .container {
    padding: 0 130px;
  }
}
.cid-vd5VxAi7kH .row {
  justify-content: center;
}
.cid-vd5VxAi7kH .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5VxAi7kH .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5VxAi7kH .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5VxAi7kH .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5VxAi7kH .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vd5VxAi7kH .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd5VxAi7kH .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5VxAi7kH .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5VxAi7kH .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5VxAi7kH .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vd5VxAi7kH .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5VxAi7kH .nav-wrapper .list .item-wrap:hover,
.cid-vd5VxAi7kH .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5VxAi7kH .nav-wrapper .list .item-wrap:hover::before,
.cid-vd5VxAi7kH .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vd5VxAi7kH .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vd5VxAi7kH .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5VxAi7kH .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vd5VxAi7kH .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5VxAi7kH .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5VxAi7kH .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5VxAi7kH .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vd5VxAi7kH .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5VxAi7kH .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5VxAi7kH .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vd5VxAi7kH .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vd5VxAi7kH .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vd5VxAi7kH .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5VxAi7kH .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vd5VxAi7kH .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5VxAi7kH .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5VxAi7kH .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vd5VxAi7kH .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5VxAi7kH .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vd5VxAi7kH .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vd5VxAi7kH .mbr-section-title {
  color: #bee0d6;
}
.cid-vd5VxAi7kH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd5VxAi7kH .list {
  color: #bee0d6;
}
.cid-vd5VxAi7kH .mbr-address {
  color: #ffffff;
}
.cid-vd5VxAi7kH .mbr-copy {
  color: #ffffff;
}
.cid-vd5VxAi7kH .mbr-section-title,
.cid-vd5VxAi7kH .logo-wrapper {
  color: #ffffff;
}
.cid-vd5VxAi7kH .list,
.cid-vd5VxAi7kH .item-wrap,
.cid-vd5VxAi7kH .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vd5VKKAZQx {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vd5VKKAZQx .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vd5VKKAZQx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vd5VKKAZQx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd5VKKAZQx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd5VKKAZQx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vd5VKKAZQx .menu_box .navbar.opened,
  .cid-vd5VKKAZQx .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vd5VKKAZQx nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vd5VKKAZQx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vd5VKKAZQx .btn:hover {
  box-shadow: none;
}
.cid-vd5VKKAZQx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vd5VKKAZQx .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vd5VKKAZQx .nav-item {
    margin: 0 !important;
  }
}
.cid-vd5VKKAZQx .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vd5VKKAZQx .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd5VKKAZQx .nav-item .nav-link:hover::before,
.cid-vd5VKKAZQx .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vd5VKKAZQx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vd5VKKAZQx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vd5VKKAZQx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vd5VKKAZQx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vd5VKKAZQx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vd5VKKAZQx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vd5VKKAZQx .offcanvas_box {
    display: none;
  }
}
.cid-vd5VKKAZQx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vd5VKKAZQx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vd5VKKAZQx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vd5VKKAZQx .container {
  display: flex;
  margin: auto;
}
.cid-vd5VKKAZQx .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vd5VKKAZQx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vd5VKKAZQx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vd5VKKAZQx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vd5VKKAZQx .navbar-nav {
    margin: 0;
  }
}
.cid-vd5VKKAZQx .dropdown-menu,
.cid-vd5VKKAZQx .navbar.opened {
  background-color: false !important;
}
.cid-vd5VKKAZQx .nav-item:focus,
.cid-vd5VKKAZQx .nav-link:focus {
  outline: none;
}
.cid-vd5VKKAZQx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd5VKKAZQx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd5VKKAZQx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd5VKKAZQx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd5VKKAZQx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd5VKKAZQx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd5VKKAZQx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vd5VKKAZQx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vd5VKKAZQx .navbar.opened {
  transition: all 0.3s;
}
.cid-vd5VKKAZQx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vd5VKKAZQx .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vd5VKKAZQx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd5VKKAZQx .navbar.collapsed {
  justify-content: center;
}
.cid-vd5VKKAZQx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd5VKKAZQx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd5VKKAZQx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd5VKKAZQx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd5VKKAZQx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd5VKKAZQx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vd5VKKAZQx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd5VKKAZQx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vd5VKKAZQx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vd5VKKAZQx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd5VKKAZQx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd5VKKAZQx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vd5VKKAZQx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd5VKKAZQx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vd5VKKAZQx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd5VKKAZQx .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vd5VKKAZQx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vd5VKKAZQx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vd5VKKAZQx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vd5VKKAZQx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd5VKKAZQx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vd5VKKAZQx .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd5VKKAZQx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd5VKKAZQx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd5VKKAZQx .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;
}
.cid-vd5VKKAZQx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vd5VKKAZQx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd5VKKAZQx .dropdown-item.active,
.cid-vd5VKKAZQx .dropdown-item:active {
  background-color: transparent;
}
.cid-vd5VKKAZQx .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vd5VKKAZQx .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vd5VKKAZQx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd5VKKAZQx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd5VKKAZQx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd5VKKAZQx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vd5VKKAZQx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd5VKKAZQx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vd5VKKAZQx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vd5VKKAZQx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd5VKKAZQx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5VKKAZQx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5VKKAZQx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd5VKKAZQx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5VKKAZQx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd5VKKAZQx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd5VKKAZQx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5VKKAZQx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vd5VKKAZQx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd5VKKAZQx .navbar {
    height: 70px;
  }
  .cid-vd5VKKAZQx .navbar.opened {
    height: auto;
  }
  .cid-vd5VKKAZQx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd5VKKAZQx .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vd5VKKAZQx .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vd5VKKAZQx .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vd5VKKAZQx .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vd5VKKAZQx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vd5VKKAZQx .text_widget {
  margin-bottom: 32px;
}
.cid-vd5VKKAZQx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vd5VKKAZQx .text_widget a:hover,
.cid-vd5VKKAZQx .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vd5VKKAZQx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vd5VKKAZQx .icons-menu-main {
  display: flex;
}
.cid-vd5VKKAZQx .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd5VKKAZQx .navbar-caption {
  color: #000000;
}
.cid-vd5VKKAZQx .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vd5VKKAZQx .mbr-section-subtitle,
.cid-vd5VKKAZQx .text_widget,
.cid-vd5VKKAZQx .mbr-section-btn {
  text-align: center;
}
.cid-vd5VKKAZQx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd5VKLuLpf {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vd5VKLuLpf .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vd5VKLuLpf {
    align-items: flex-end;
  }
  .cid-vd5VKLuLpf .row {
    justify-content: center;
  }
  .cid-vd5VKLuLpf .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5VKLuLpf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd5VKLuLpf {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd5VKLuLpf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd5VKLuLpf .content-wrap {
    width: 100%;
  }
}
.cid-vd5VKLuLpf .mbr-section-title,
.cid-vd5VKLuLpf .mbr-section-subtitle {
  text-align: center;
}
.cid-vd5VKLuLpf .mbr-text,
.cid-vd5VKLuLpf .mbr-section-btn {
  text-align: center;
}
.cid-vd5VKLuLpf .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vd5VKLT65Q {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vd5VKLT65Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5VKLT65Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5VKLT65Q .mbr-section-title {
  color: #b28247;
}
.cid-vd5VKM5Jsz {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vd5VKM5Jsz .container {
  max-width: 1200px !important;
}
.cid-vd5VKM5Jsz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5VKM5Jsz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5VKM5Jsz .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vd5VKM5Jsz .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd5VKM5Jsz .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5VKM5Jsz .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vd5VKM5Jsz .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vd5VKM5Jsz .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vd5VKM5Jsz img,
.cid-vd5VKM5Jsz .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vd5VKM5Jsz img,
  .cid-vd5VKM5Jsz .image-wrapper {
    max-height: 350px;
  }
}
.cid-vd5VKM5Jsz .mbr-section-title {
  color: #0c2c68;
}
.cid-vd5VKM5Jsz .mbr-text {
  color: #000000;
}
.cid-vd5VKM5Jsz .mbr-text,
.cid-vd5VKM5Jsz .mbr-section-btn {
  color: #232323;
}
.cid-vd5VKM5Jsz .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vd5VKM5Jsz .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vd5VKM5Jsz .image-wrapper {
    max-width: 250px;
  }
}
.cid-vd5VKMh9RW .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vd5VKMh9RW html,
  .cid-vd5VKMh9RW body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vd5VKMh9RW .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vd5VKMh9RW .carousel-indicators {
    display: none !important;
  }
  .cid-vd5VKMh9RW #carouselExampleCaptions,
  .cid-vd5VKMh9RW .carousel-inner,
  .cid-vd5VKMh9RW .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vd5VKMh9RW .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vd5VKMh9RW .carousel-control-prev,
  .cid-vd5VKMh9RW .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5VKMh9RW .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vd5VKMh9RW .carousel-control-prev-icon,
.cid-vd5VKMh9RW .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vd5VKMtYvB {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd5VKMtYvB .mbr-section-subtitle {
  color: #767676;
}
.cid-vd5VKMtYvB .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vd5VKMtYvB .container {
    max-width: 1600px;
  }
}
.cid-vd5VKMtYvB .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vd5VKMtYvB .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vd5VKMtYvB .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vd5VKMtYvB .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vd5VKMtYvB .team-item:hover .item-social {
  opacity: 1;
}
.cid-vd5VKMtYvB .team-item .item-image img {
  width: 100%;
}
.cid-vd5VKMtYvB .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vd5VKMtYvB .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vd5VKMtYvB .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vd5VKMtYvB .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vd5VKMtYvB .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vd5VKMtYvB .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vd5VKMtYvB .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vd5VKMtYvB .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vd5VKMtYvB .item-social {
    opacity: 1;
  }
}
.cid-vd5VKMtYvB H2 {
  color: #0c2c68;
}
.cid-vd5VKMUpdV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vd5VKMUpdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5VKMUpdV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5VKMUpdV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vd5VKMUpdV .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vd5VKMUpdV .container {
    padding: 0 130px;
  }
}
.cid-vd5VKMUpdV .row {
  justify-content: center;
}
.cid-vd5VKMUpdV .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5VKMUpdV .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5VKMUpdV .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5VKMUpdV .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5VKMUpdV .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vd5VKMUpdV .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd5VKMUpdV .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5VKMUpdV .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5VKMUpdV .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5VKMUpdV .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vd5VKMUpdV .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5VKMUpdV .nav-wrapper .list .item-wrap:hover,
.cid-vd5VKMUpdV .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5VKMUpdV .nav-wrapper .list .item-wrap:hover::before,
.cid-vd5VKMUpdV .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vd5VKMUpdV .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vd5VKMUpdV .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5VKMUpdV .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vd5VKMUpdV .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5VKMUpdV .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5VKMUpdV .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5VKMUpdV .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vd5VKMUpdV .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5VKMUpdV .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5VKMUpdV .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vd5VKMUpdV .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vd5VKMUpdV .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vd5VKMUpdV .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5VKMUpdV .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vd5VKMUpdV .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5VKMUpdV .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5VKMUpdV .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vd5VKMUpdV .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5VKMUpdV .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vd5VKMUpdV .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vd5VKMUpdV .mbr-section-title {
  color: #bee0d6;
}
.cid-vd5VKMUpdV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd5VKMUpdV .list {
  color: #bee0d6;
}
.cid-vd5VKMUpdV .mbr-address {
  color: #ffffff;
}
.cid-vd5VKMUpdV .mbr-copy {
  color: #ffffff;
}
.cid-vd5VKMUpdV .mbr-section-title,
.cid-vd5VKMUpdV .logo-wrapper {
  color: #ffffff;
}
.cid-vd5VKMUpdV .list,
.cid-vd5VKMUpdV .item-wrap,
.cid-vd5VKMUpdV .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vd5WdQq0OC {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vd5WdQq0OC .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vd5WdQq0OC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vd5WdQq0OC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd5WdQq0OC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd5WdQq0OC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vd5WdQq0OC .menu_box .navbar.opened,
  .cid-vd5WdQq0OC .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vd5WdQq0OC nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vd5WdQq0OC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vd5WdQq0OC .btn:hover {
  box-shadow: none;
}
.cid-vd5WdQq0OC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vd5WdQq0OC .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vd5WdQq0OC .nav-item {
    margin: 0 !important;
  }
}
.cid-vd5WdQq0OC .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vd5WdQq0OC .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd5WdQq0OC .nav-item .nav-link:hover::before,
.cid-vd5WdQq0OC .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vd5WdQq0OC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vd5WdQq0OC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vd5WdQq0OC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vd5WdQq0OC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vd5WdQq0OC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vd5WdQq0OC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vd5WdQq0OC .offcanvas_box {
    display: none;
  }
}
.cid-vd5WdQq0OC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vd5WdQq0OC .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vd5WdQq0OC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vd5WdQq0OC .container {
  display: flex;
  margin: auto;
}
.cid-vd5WdQq0OC .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vd5WdQq0OC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vd5WdQq0OC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vd5WdQq0OC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vd5WdQq0OC .navbar-nav {
    margin: 0;
  }
}
.cid-vd5WdQq0OC .dropdown-menu,
.cid-vd5WdQq0OC .navbar.opened {
  background-color: false !important;
}
.cid-vd5WdQq0OC .nav-item:focus,
.cid-vd5WdQq0OC .nav-link:focus {
  outline: none;
}
.cid-vd5WdQq0OC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd5WdQq0OC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd5WdQq0OC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd5WdQq0OC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd5WdQq0OC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd5WdQq0OC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd5WdQq0OC .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vd5WdQq0OC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vd5WdQq0OC .navbar.opened {
  transition: all 0.3s;
}
.cid-vd5WdQq0OC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vd5WdQq0OC .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vd5WdQq0OC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd5WdQq0OC .navbar.collapsed {
  justify-content: center;
}
.cid-vd5WdQq0OC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd5WdQq0OC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd5WdQq0OC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd5WdQq0OC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd5WdQq0OC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd5WdQq0OC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vd5WdQq0OC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd5WdQq0OC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vd5WdQq0OC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vd5WdQq0OC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd5WdQq0OC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd5WdQq0OC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vd5WdQq0OC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd5WdQq0OC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vd5WdQq0OC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd5WdQq0OC .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vd5WdQq0OC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vd5WdQq0OC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vd5WdQq0OC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vd5WdQq0OC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd5WdQq0OC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vd5WdQq0OC .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd5WdQq0OC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd5WdQq0OC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd5WdQq0OC .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;
}
.cid-vd5WdQq0OC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vd5WdQq0OC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd5WdQq0OC .dropdown-item.active,
.cid-vd5WdQq0OC .dropdown-item:active {
  background-color: transparent;
}
.cid-vd5WdQq0OC .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vd5WdQq0OC .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vd5WdQq0OC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd5WdQq0OC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd5WdQq0OC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd5WdQq0OC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vd5WdQq0OC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd5WdQq0OC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vd5WdQq0OC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vd5WdQq0OC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd5WdQq0OC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5WdQq0OC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5WdQq0OC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd5WdQq0OC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5WdQq0OC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd5WdQq0OC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd5WdQq0OC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5WdQq0OC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vd5WdQq0OC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd5WdQq0OC .navbar {
    height: 70px;
  }
  .cid-vd5WdQq0OC .navbar.opened {
    height: auto;
  }
  .cid-vd5WdQq0OC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd5WdQq0OC .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vd5WdQq0OC .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vd5WdQq0OC .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vd5WdQq0OC .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vd5WdQq0OC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vd5WdQq0OC .text_widget {
  margin-bottom: 32px;
}
.cid-vd5WdQq0OC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vd5WdQq0OC .text_widget a:hover,
.cid-vd5WdQq0OC .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vd5WdQq0OC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vd5WdQq0OC .icons-menu-main {
  display: flex;
}
.cid-vd5WdQq0OC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd5WdQq0OC .navbar-caption {
  color: #000000;
}
.cid-vd5WdQq0OC .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vd5WdQq0OC .mbr-section-subtitle,
.cid-vd5WdQq0OC .text_widget,
.cid-vd5WdQq0OC .mbr-section-btn {
  text-align: center;
}
.cid-vd5WdQq0OC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd5WdRifaf {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vd5WdRifaf .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vd5WdRifaf {
    align-items: flex-end;
  }
  .cid-vd5WdRifaf .row {
    justify-content: center;
  }
  .cid-vd5WdRifaf .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5WdRifaf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd5WdRifaf {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd5WdRifaf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd5WdRifaf .content-wrap {
    width: 100%;
  }
}
.cid-vd5WdRifaf .mbr-section-title,
.cid-vd5WdRifaf .mbr-section-subtitle {
  text-align: center;
}
.cid-vd5WdRifaf .mbr-text,
.cid-vd5WdRifaf .mbr-section-btn {
  text-align: center;
}
.cid-vd5WdRifaf .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vd5WdRA39N {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vd5WdRA39N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5WdRA39N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5WdRA39N .mbr-section-title {
  color: #b28247;
}
.cid-vd5WdROkrp {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vd5WdROkrp .container {
  max-width: 1200px !important;
}
.cid-vd5WdROkrp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5WdROkrp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5WdROkrp .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vd5WdROkrp .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd5WdROkrp .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5WdROkrp .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vd5WdROkrp .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vd5WdROkrp .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vd5WdROkrp img,
.cid-vd5WdROkrp .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vd5WdROkrp img,
  .cid-vd5WdROkrp .image-wrapper {
    max-height: 350px;
  }
}
.cid-vd5WdROkrp .mbr-section-title {
  color: #0c2c68;
}
.cid-vd5WdROkrp .mbr-text {
  color: #000000;
}
.cid-vd5WdROkrp .mbr-text,
.cid-vd5WdROkrp .mbr-section-btn {
  color: #232323;
}
.cid-vd5WdROkrp .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vd5WdROkrp .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vd5WdROkrp .image-wrapper {
    max-width: 250px;
  }
}
.cid-vd5WdS0FEw .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vd5WdS0FEw html,
  .cid-vd5WdS0FEw body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vd5WdS0FEw .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vd5WdS0FEw .carousel-indicators {
    display: none !important;
  }
  .cid-vd5WdS0FEw #carouselExampleCaptions,
  .cid-vd5WdS0FEw .carousel-inner,
  .cid-vd5WdS0FEw .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vd5WdS0FEw .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vd5WdS0FEw .carousel-control-prev,
  .cid-vd5WdS0FEw .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5WdS0FEw .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vd5WdS0FEw .carousel-control-prev-icon,
.cid-vd5WdS0FEw .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vd5WdScN8v {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd5WdScN8v .mbr-section-subtitle {
  color: #767676;
}
.cid-vd5WdScN8v .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vd5WdScN8v .container {
    max-width: 1600px;
  }
}
.cid-vd5WdScN8v .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vd5WdScN8v .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vd5WdScN8v .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vd5WdScN8v .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vd5WdScN8v .team-item:hover .item-social {
  opacity: 1;
}
.cid-vd5WdScN8v .team-item .item-image img {
  width: 100%;
}
.cid-vd5WdScN8v .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vd5WdScN8v .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vd5WdScN8v .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vd5WdScN8v .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vd5WdScN8v .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vd5WdScN8v .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vd5WdScN8v .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vd5WdScN8v .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vd5WdScN8v .item-social {
    opacity: 1;
  }
}
.cid-vd5WdScN8v H2 {
  color: #0c2c68;
}
.cid-vd5WdSBTNY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vd5WdSBTNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5WdSBTNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5WdSBTNY .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vd5WdSBTNY .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vd5WdSBTNY .container {
    padding: 0 130px;
  }
}
.cid-vd5WdSBTNY .row {
  justify-content: center;
}
.cid-vd5WdSBTNY .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5WdSBTNY .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5WdSBTNY .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5WdSBTNY .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5WdSBTNY .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vd5WdSBTNY .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd5WdSBTNY .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5WdSBTNY .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5WdSBTNY .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5WdSBTNY .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vd5WdSBTNY .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5WdSBTNY .nav-wrapper .list .item-wrap:hover,
.cid-vd5WdSBTNY .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5WdSBTNY .nav-wrapper .list .item-wrap:hover::before,
.cid-vd5WdSBTNY .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vd5WdSBTNY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vd5WdSBTNY .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5WdSBTNY .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vd5WdSBTNY .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5WdSBTNY .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5WdSBTNY .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5WdSBTNY .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vd5WdSBTNY .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5WdSBTNY .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5WdSBTNY .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vd5WdSBTNY .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vd5WdSBTNY .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vd5WdSBTNY .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5WdSBTNY .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vd5WdSBTNY .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5WdSBTNY .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5WdSBTNY .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vd5WdSBTNY .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5WdSBTNY .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vd5WdSBTNY .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vd5WdSBTNY .mbr-section-title {
  color: #bee0d6;
}
.cid-vd5WdSBTNY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd5WdSBTNY .list {
  color: #bee0d6;
}
.cid-vd5WdSBTNY .mbr-address {
  color: #ffffff;
}
.cid-vd5WdSBTNY .mbr-copy {
  color: #ffffff;
}
.cid-vd5WdSBTNY .mbr-section-title,
.cid-vd5WdSBTNY .logo-wrapper {
  color: #ffffff;
}
.cid-vd5WdSBTNY .list,
.cid-vd5WdSBTNY .item-wrap,
.cid-vd5WdSBTNY .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vd5Wt86X07 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vd5Wt86X07 .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vd5Wt86X07 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vd5Wt86X07 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd5Wt86X07 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd5Wt86X07 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vd5Wt86X07 .menu_box .navbar.opened,
  .cid-vd5Wt86X07 .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vd5Wt86X07 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vd5Wt86X07 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vd5Wt86X07 .btn:hover {
  box-shadow: none;
}
.cid-vd5Wt86X07 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vd5Wt86X07 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vd5Wt86X07 .nav-item {
    margin: 0 !important;
  }
}
.cid-vd5Wt86X07 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vd5Wt86X07 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd5Wt86X07 .nav-item .nav-link:hover::before,
.cid-vd5Wt86X07 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vd5Wt86X07 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vd5Wt86X07 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vd5Wt86X07 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vd5Wt86X07 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vd5Wt86X07 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vd5Wt86X07 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vd5Wt86X07 .offcanvas_box {
    display: none;
  }
}
.cid-vd5Wt86X07 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vd5Wt86X07 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vd5Wt86X07 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vd5Wt86X07 .container {
  display: flex;
  margin: auto;
}
.cid-vd5Wt86X07 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vd5Wt86X07 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vd5Wt86X07 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vd5Wt86X07 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vd5Wt86X07 .navbar-nav {
    margin: 0;
  }
}
.cid-vd5Wt86X07 .dropdown-menu,
.cid-vd5Wt86X07 .navbar.opened {
  background-color: false !important;
}
.cid-vd5Wt86X07 .nav-item:focus,
.cid-vd5Wt86X07 .nav-link:focus {
  outline: none;
}
.cid-vd5Wt86X07 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd5Wt86X07 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd5Wt86X07 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd5Wt86X07 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd5Wt86X07 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd5Wt86X07 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd5Wt86X07 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vd5Wt86X07 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vd5Wt86X07 .navbar.opened {
  transition: all 0.3s;
}
.cid-vd5Wt86X07 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vd5Wt86X07 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vd5Wt86X07 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd5Wt86X07 .navbar.collapsed {
  justify-content: center;
}
.cid-vd5Wt86X07 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd5Wt86X07 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd5Wt86X07 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd5Wt86X07 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd5Wt86X07 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd5Wt86X07 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vd5Wt86X07 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd5Wt86X07 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vd5Wt86X07 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vd5Wt86X07 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd5Wt86X07 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd5Wt86X07 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vd5Wt86X07 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd5Wt86X07 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vd5Wt86X07 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd5Wt86X07 .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vd5Wt86X07 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vd5Wt86X07 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vd5Wt86X07 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vd5Wt86X07 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd5Wt86X07 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vd5Wt86X07 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd5Wt86X07 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd5Wt86X07 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd5Wt86X07 .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;
}
.cid-vd5Wt86X07 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vd5Wt86X07 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd5Wt86X07 .dropdown-item.active,
.cid-vd5Wt86X07 .dropdown-item:active {
  background-color: transparent;
}
.cid-vd5Wt86X07 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vd5Wt86X07 .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vd5Wt86X07 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd5Wt86X07 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd5Wt86X07 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd5Wt86X07 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vd5Wt86X07 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd5Wt86X07 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vd5Wt86X07 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vd5Wt86X07 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd5Wt86X07 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5Wt86X07 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5Wt86X07 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd5Wt86X07 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5Wt86X07 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd5Wt86X07 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd5Wt86X07 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5Wt86X07 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vd5Wt86X07 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd5Wt86X07 .navbar {
    height: 70px;
  }
  .cid-vd5Wt86X07 .navbar.opened {
    height: auto;
  }
  .cid-vd5Wt86X07 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd5Wt86X07 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vd5Wt86X07 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vd5Wt86X07 .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vd5Wt86X07 .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vd5Wt86X07 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vd5Wt86X07 .text_widget {
  margin-bottom: 32px;
}
.cid-vd5Wt86X07 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vd5Wt86X07 .text_widget a:hover,
.cid-vd5Wt86X07 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vd5Wt86X07 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vd5Wt86X07 .icons-menu-main {
  display: flex;
}
.cid-vd5Wt86X07 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd5Wt86X07 .navbar-caption {
  color: #000000;
}
.cid-vd5Wt86X07 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vd5Wt86X07 .mbr-section-subtitle,
.cid-vd5Wt86X07 .text_widget,
.cid-vd5Wt86X07 .mbr-section-btn {
  text-align: center;
}
.cid-vd5Wt86X07 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd5Wt91m5d {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vd5Wt91m5d .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vd5Wt91m5d {
    align-items: flex-end;
  }
  .cid-vd5Wt91m5d .row {
    justify-content: center;
  }
  .cid-vd5Wt91m5d .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5Wt91m5d .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd5Wt91m5d {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd5Wt91m5d .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd5Wt91m5d .content-wrap {
    width: 100%;
  }
}
.cid-vd5Wt91m5d .mbr-section-title,
.cid-vd5Wt91m5d .mbr-section-subtitle {
  text-align: center;
}
.cid-vd5Wt91m5d .mbr-text,
.cid-vd5Wt91m5d .mbr-section-btn {
  text-align: center;
}
.cid-vd5Wt91m5d .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vd5Wt9kjlF {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vd5Wt9kjlF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5Wt9kjlF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5Wt9kjlF .mbr-section-title {
  color: #b28247;
}
.cid-vd5Wt9yNd0 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vd5Wt9yNd0 .container {
  max-width: 1200px !important;
}
.cid-vd5Wt9yNd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5Wt9yNd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5Wt9yNd0 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vd5Wt9yNd0 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd5Wt9yNd0 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5Wt9yNd0 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vd5Wt9yNd0 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vd5Wt9yNd0 .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vd5Wt9yNd0 img,
.cid-vd5Wt9yNd0 .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vd5Wt9yNd0 img,
  .cid-vd5Wt9yNd0 .image-wrapper {
    max-height: 350px;
  }
}
.cid-vd5Wt9yNd0 .mbr-section-title {
  color: #0c2c68;
}
.cid-vd5Wt9yNd0 .mbr-text {
  color: #000000;
}
.cid-vd5Wt9yNd0 .mbr-text,
.cid-vd5Wt9yNd0 .mbr-section-btn {
  color: #232323;
}
.cid-vd5Wt9yNd0 .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vd5Wt9yNd0 .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vd5Wt9yNd0 .image-wrapper {
    max-width: 250px;
  }
}
.cid-vd5Wt9OPoL .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vd5Wt9OPoL html,
  .cid-vd5Wt9OPoL body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vd5Wt9OPoL .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vd5Wt9OPoL .carousel-indicators {
    display: none !important;
  }
  .cid-vd5Wt9OPoL #carouselExampleCaptions,
  .cid-vd5Wt9OPoL .carousel-inner,
  .cid-vd5Wt9OPoL .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vd5Wt9OPoL .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vd5Wt9OPoL .carousel-control-prev,
  .cid-vd5Wt9OPoL .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5Wt9OPoL .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vd5Wt9OPoL .carousel-control-prev-icon,
.cid-vd5Wt9OPoL .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vd5Wt9ZJiy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd5Wt9ZJiy .mbr-section-subtitle {
  color: #767676;
}
.cid-vd5Wt9ZJiy .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vd5Wt9ZJiy .container {
    max-width: 1600px;
  }
}
.cid-vd5Wt9ZJiy .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vd5Wt9ZJiy .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vd5Wt9ZJiy .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vd5Wt9ZJiy .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vd5Wt9ZJiy .team-item:hover .item-social {
  opacity: 1;
}
.cid-vd5Wt9ZJiy .team-item .item-image img {
  width: 100%;
}
.cid-vd5Wt9ZJiy .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vd5Wt9ZJiy .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vd5Wt9ZJiy .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vd5Wt9ZJiy .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vd5Wt9ZJiy .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vd5Wt9ZJiy .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vd5Wt9ZJiy .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vd5Wt9ZJiy .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vd5Wt9ZJiy .item-social {
    opacity: 1;
  }
}
.cid-vd5Wt9ZJiy H2 {
  color: #0c2c68;
}
.cid-vd5Wtaqo4y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vd5Wtaqo4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5Wtaqo4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5Wtaqo4y .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vd5Wtaqo4y .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vd5Wtaqo4y .container {
    padding: 0 130px;
  }
}
.cid-vd5Wtaqo4y .row {
  justify-content: center;
}
.cid-vd5Wtaqo4y .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5Wtaqo4y .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Wtaqo4y .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5Wtaqo4y .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Wtaqo4y .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vd5Wtaqo4y .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd5Wtaqo4y .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5Wtaqo4y .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Wtaqo4y .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5Wtaqo4y .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vd5Wtaqo4y .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5Wtaqo4y .nav-wrapper .list .item-wrap:hover,
.cid-vd5Wtaqo4y .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5Wtaqo4y .nav-wrapper .list .item-wrap:hover::before,
.cid-vd5Wtaqo4y .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vd5Wtaqo4y .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vd5Wtaqo4y .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5Wtaqo4y .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vd5Wtaqo4y .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Wtaqo4y .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5Wtaqo4y .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Wtaqo4y .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vd5Wtaqo4y .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5Wtaqo4y .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5Wtaqo4y .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vd5Wtaqo4y .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vd5Wtaqo4y .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vd5Wtaqo4y .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5Wtaqo4y .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vd5Wtaqo4y .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5Wtaqo4y .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5Wtaqo4y .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vd5Wtaqo4y .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Wtaqo4y .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vd5Wtaqo4y .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vd5Wtaqo4y .mbr-section-title {
  color: #bee0d6;
}
.cid-vd5Wtaqo4y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd5Wtaqo4y .list {
  color: #bee0d6;
}
.cid-vd5Wtaqo4y .mbr-address {
  color: #ffffff;
}
.cid-vd5Wtaqo4y .mbr-copy {
  color: #ffffff;
}
.cid-vd5Wtaqo4y .mbr-section-title,
.cid-vd5Wtaqo4y .logo-wrapper {
  color: #ffffff;
}
.cid-vd5Wtaqo4y .list,
.cid-vd5Wtaqo4y .item-wrap,
.cid-vd5Wtaqo4y .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vd5WIhPoY5 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vd5WIhPoY5 .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vd5WIhPoY5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vd5WIhPoY5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd5WIhPoY5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd5WIhPoY5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vd5WIhPoY5 .menu_box .navbar.opened,
  .cid-vd5WIhPoY5 .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vd5WIhPoY5 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vd5WIhPoY5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vd5WIhPoY5 .btn:hover {
  box-shadow: none;
}
.cid-vd5WIhPoY5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vd5WIhPoY5 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vd5WIhPoY5 .nav-item {
    margin: 0 !important;
  }
}
.cid-vd5WIhPoY5 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vd5WIhPoY5 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd5WIhPoY5 .nav-item .nav-link:hover::before,
.cid-vd5WIhPoY5 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vd5WIhPoY5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vd5WIhPoY5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vd5WIhPoY5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vd5WIhPoY5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vd5WIhPoY5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vd5WIhPoY5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vd5WIhPoY5 .offcanvas_box {
    display: none;
  }
}
.cid-vd5WIhPoY5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vd5WIhPoY5 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vd5WIhPoY5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vd5WIhPoY5 .container {
  display: flex;
  margin: auto;
}
.cid-vd5WIhPoY5 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vd5WIhPoY5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vd5WIhPoY5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vd5WIhPoY5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vd5WIhPoY5 .navbar-nav {
    margin: 0;
  }
}
.cid-vd5WIhPoY5 .dropdown-menu,
.cid-vd5WIhPoY5 .navbar.opened {
  background-color: false !important;
}
.cid-vd5WIhPoY5 .nav-item:focus,
.cid-vd5WIhPoY5 .nav-link:focus {
  outline: none;
}
.cid-vd5WIhPoY5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd5WIhPoY5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd5WIhPoY5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd5WIhPoY5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd5WIhPoY5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd5WIhPoY5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd5WIhPoY5 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vd5WIhPoY5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vd5WIhPoY5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vd5WIhPoY5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vd5WIhPoY5 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vd5WIhPoY5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd5WIhPoY5 .navbar.collapsed {
  justify-content: center;
}
.cid-vd5WIhPoY5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd5WIhPoY5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd5WIhPoY5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd5WIhPoY5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd5WIhPoY5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd5WIhPoY5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vd5WIhPoY5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd5WIhPoY5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vd5WIhPoY5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vd5WIhPoY5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd5WIhPoY5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd5WIhPoY5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vd5WIhPoY5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd5WIhPoY5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vd5WIhPoY5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd5WIhPoY5 .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vd5WIhPoY5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vd5WIhPoY5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vd5WIhPoY5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vd5WIhPoY5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd5WIhPoY5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vd5WIhPoY5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd5WIhPoY5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd5WIhPoY5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd5WIhPoY5 .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;
}
.cid-vd5WIhPoY5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vd5WIhPoY5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd5WIhPoY5 .dropdown-item.active,
.cid-vd5WIhPoY5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vd5WIhPoY5 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vd5WIhPoY5 .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vd5WIhPoY5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd5WIhPoY5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd5WIhPoY5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd5WIhPoY5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vd5WIhPoY5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd5WIhPoY5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vd5WIhPoY5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vd5WIhPoY5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd5WIhPoY5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5WIhPoY5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5WIhPoY5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd5WIhPoY5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5WIhPoY5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd5WIhPoY5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd5WIhPoY5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5WIhPoY5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vd5WIhPoY5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd5WIhPoY5 .navbar {
    height: 70px;
  }
  .cid-vd5WIhPoY5 .navbar.opened {
    height: auto;
  }
  .cid-vd5WIhPoY5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd5WIhPoY5 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vd5WIhPoY5 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vd5WIhPoY5 .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vd5WIhPoY5 .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vd5WIhPoY5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vd5WIhPoY5 .text_widget {
  margin-bottom: 32px;
}
.cid-vd5WIhPoY5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vd5WIhPoY5 .text_widget a:hover,
.cid-vd5WIhPoY5 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vd5WIhPoY5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vd5WIhPoY5 .icons-menu-main {
  display: flex;
}
.cid-vd5WIhPoY5 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd5WIhPoY5 .navbar-caption {
  color: #000000;
}
.cid-vd5WIhPoY5 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vd5WIhPoY5 .mbr-section-subtitle,
.cid-vd5WIhPoY5 .text_widget,
.cid-vd5WIhPoY5 .mbr-section-btn {
  text-align: center;
}
.cid-vd5WIhPoY5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd5WIiLDQu {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vd5WIiLDQu .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vd5WIiLDQu {
    align-items: flex-end;
  }
  .cid-vd5WIiLDQu .row {
    justify-content: center;
  }
  .cid-vd5WIiLDQu .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5WIiLDQu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd5WIiLDQu {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd5WIiLDQu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd5WIiLDQu .content-wrap {
    width: 100%;
  }
}
.cid-vd5WIiLDQu .mbr-section-title,
.cid-vd5WIiLDQu .mbr-section-subtitle {
  text-align: center;
}
.cid-vd5WIiLDQu .mbr-text,
.cid-vd5WIiLDQu .mbr-section-btn {
  text-align: center;
}
.cid-vd5WIiLDQu .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vd5WIj4Sci {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vd5WIj4Sci .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5WIj4Sci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5WIj4Sci .mbr-section-title {
  color: #b28247;
}
.cid-vd5WIjiTeM {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vd5WIjiTeM .container {
  max-width: 1200px !important;
}
.cid-vd5WIjiTeM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5WIjiTeM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5WIjiTeM .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vd5WIjiTeM .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd5WIjiTeM .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5WIjiTeM .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vd5WIjiTeM .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vd5WIjiTeM .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vd5WIjiTeM img,
.cid-vd5WIjiTeM .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vd5WIjiTeM img,
  .cid-vd5WIjiTeM .image-wrapper {
    max-height: 350px;
  }
}
.cid-vd5WIjiTeM .mbr-section-title {
  color: #0c2c68;
}
.cid-vd5WIjiTeM .mbr-text {
  color: #000000;
}
.cid-vd5WIjiTeM .mbr-text,
.cid-vd5WIjiTeM .mbr-section-btn {
  color: #232323;
}
.cid-vd5WIjiTeM .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vd5WIjiTeM .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vd5WIjiTeM .image-wrapper {
    max-width: 250px;
  }
}
.cid-vd5WIjwgBk .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vd5WIjwgBk html,
  .cid-vd5WIjwgBk body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vd5WIjwgBk .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vd5WIjwgBk .carousel-indicators {
    display: none !important;
  }
  .cid-vd5WIjwgBk #carouselExampleCaptions,
  .cid-vd5WIjwgBk .carousel-inner,
  .cid-vd5WIjwgBk .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vd5WIjwgBk .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vd5WIjwgBk .carousel-control-prev,
  .cid-vd5WIjwgBk .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5WIjwgBk .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vd5WIjwgBk .carousel-control-prev-icon,
.cid-vd5WIjwgBk .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vd5WIjKZzx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd5WIjKZzx .mbr-section-subtitle {
  color: #767676;
}
.cid-vd5WIjKZzx .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vd5WIjKZzx .container {
    max-width: 1600px;
  }
}
.cid-vd5WIjKZzx .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vd5WIjKZzx .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vd5WIjKZzx .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vd5WIjKZzx .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vd5WIjKZzx .team-item:hover .item-social {
  opacity: 1;
}
.cid-vd5WIjKZzx .team-item .item-image img {
  width: 100%;
}
.cid-vd5WIjKZzx .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vd5WIjKZzx .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vd5WIjKZzx .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vd5WIjKZzx .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vd5WIjKZzx .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vd5WIjKZzx .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vd5WIjKZzx .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vd5WIjKZzx .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vd5WIjKZzx .item-social {
    opacity: 1;
  }
}
.cid-vd5WIjKZzx H2 {
  color: #0c2c68;
}
.cid-vd5WIkzg1f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vd5WIkzg1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5WIkzg1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5WIkzg1f .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vd5WIkzg1f .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vd5WIkzg1f .container {
    padding: 0 130px;
  }
}
.cid-vd5WIkzg1f .row {
  justify-content: center;
}
.cid-vd5WIkzg1f .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5WIkzg1f .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5WIkzg1f .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5WIkzg1f .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5WIkzg1f .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vd5WIkzg1f .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd5WIkzg1f .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5WIkzg1f .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5WIkzg1f .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5WIkzg1f .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vd5WIkzg1f .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5WIkzg1f .nav-wrapper .list .item-wrap:hover,
.cid-vd5WIkzg1f .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5WIkzg1f .nav-wrapper .list .item-wrap:hover::before,
.cid-vd5WIkzg1f .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vd5WIkzg1f .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vd5WIkzg1f .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5WIkzg1f .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vd5WIkzg1f .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5WIkzg1f .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5WIkzg1f .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5WIkzg1f .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vd5WIkzg1f .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5WIkzg1f .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5WIkzg1f .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vd5WIkzg1f .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vd5WIkzg1f .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vd5WIkzg1f .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5WIkzg1f .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vd5WIkzg1f .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5WIkzg1f .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5WIkzg1f .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vd5WIkzg1f .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5WIkzg1f .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vd5WIkzg1f .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vd5WIkzg1f .mbr-section-title {
  color: #bee0d6;
}
.cid-vd5WIkzg1f .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd5WIkzg1f .list {
  color: #bee0d6;
}
.cid-vd5WIkzg1f .mbr-address {
  color: #ffffff;
}
.cid-vd5WIkzg1f .mbr-copy {
  color: #ffffff;
}
.cid-vd5WIkzg1f .mbr-section-title,
.cid-vd5WIkzg1f .logo-wrapper {
  color: #ffffff;
}
.cid-vd5WIkzg1f .list,
.cid-vd5WIkzg1f .item-wrap,
.cid-vd5WIkzg1f .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vd5WWAqPbE {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vd5WWAqPbE .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vd5WWAqPbE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vd5WWAqPbE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd5WWAqPbE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd5WWAqPbE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vd5WWAqPbE .menu_box .navbar.opened,
  .cid-vd5WWAqPbE .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vd5WWAqPbE nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vd5WWAqPbE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vd5WWAqPbE .btn:hover {
  box-shadow: none;
}
.cid-vd5WWAqPbE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vd5WWAqPbE .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vd5WWAqPbE .nav-item {
    margin: 0 !important;
  }
}
.cid-vd5WWAqPbE .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vd5WWAqPbE .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd5WWAqPbE .nav-item .nav-link:hover::before,
.cid-vd5WWAqPbE .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vd5WWAqPbE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vd5WWAqPbE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vd5WWAqPbE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vd5WWAqPbE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vd5WWAqPbE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vd5WWAqPbE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vd5WWAqPbE .offcanvas_box {
    display: none;
  }
}
.cid-vd5WWAqPbE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vd5WWAqPbE .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vd5WWAqPbE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vd5WWAqPbE .container {
  display: flex;
  margin: auto;
}
.cid-vd5WWAqPbE .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vd5WWAqPbE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vd5WWAqPbE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vd5WWAqPbE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vd5WWAqPbE .navbar-nav {
    margin: 0;
  }
}
.cid-vd5WWAqPbE .dropdown-menu,
.cid-vd5WWAqPbE .navbar.opened {
  background-color: false !important;
}
.cid-vd5WWAqPbE .nav-item:focus,
.cid-vd5WWAqPbE .nav-link:focus {
  outline: none;
}
.cid-vd5WWAqPbE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd5WWAqPbE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd5WWAqPbE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd5WWAqPbE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd5WWAqPbE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd5WWAqPbE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd5WWAqPbE .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vd5WWAqPbE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vd5WWAqPbE .navbar.opened {
  transition: all 0.3s;
}
.cid-vd5WWAqPbE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vd5WWAqPbE .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vd5WWAqPbE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd5WWAqPbE .navbar.collapsed {
  justify-content: center;
}
.cid-vd5WWAqPbE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd5WWAqPbE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd5WWAqPbE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd5WWAqPbE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd5WWAqPbE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd5WWAqPbE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vd5WWAqPbE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd5WWAqPbE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vd5WWAqPbE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vd5WWAqPbE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd5WWAqPbE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd5WWAqPbE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vd5WWAqPbE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd5WWAqPbE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vd5WWAqPbE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd5WWAqPbE .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vd5WWAqPbE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vd5WWAqPbE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vd5WWAqPbE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vd5WWAqPbE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd5WWAqPbE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vd5WWAqPbE .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd5WWAqPbE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd5WWAqPbE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd5WWAqPbE .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;
}
.cid-vd5WWAqPbE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vd5WWAqPbE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd5WWAqPbE .dropdown-item.active,
.cid-vd5WWAqPbE .dropdown-item:active {
  background-color: transparent;
}
.cid-vd5WWAqPbE .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vd5WWAqPbE .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vd5WWAqPbE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd5WWAqPbE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd5WWAqPbE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd5WWAqPbE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vd5WWAqPbE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd5WWAqPbE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vd5WWAqPbE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vd5WWAqPbE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd5WWAqPbE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5WWAqPbE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5WWAqPbE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd5WWAqPbE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5WWAqPbE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd5WWAqPbE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd5WWAqPbE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5WWAqPbE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vd5WWAqPbE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd5WWAqPbE .navbar {
    height: 70px;
  }
  .cid-vd5WWAqPbE .navbar.opened {
    height: auto;
  }
  .cid-vd5WWAqPbE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd5WWAqPbE .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vd5WWAqPbE .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vd5WWAqPbE .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vd5WWAqPbE .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vd5WWAqPbE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vd5WWAqPbE .text_widget {
  margin-bottom: 32px;
}
.cid-vd5WWAqPbE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vd5WWAqPbE .text_widget a:hover,
.cid-vd5WWAqPbE .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vd5WWAqPbE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vd5WWAqPbE .icons-menu-main {
  display: flex;
}
.cid-vd5WWAqPbE .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd5WWAqPbE .navbar-caption {
  color: #000000;
}
.cid-vd5WWAqPbE .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vd5WWAqPbE .mbr-section-subtitle,
.cid-vd5WWAqPbE .text_widget,
.cid-vd5WWAqPbE .mbr-section-btn {
  text-align: center;
}
.cid-vd5WWAqPbE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd5WWBoL5W {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vd5WWBoL5W .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vd5WWBoL5W {
    align-items: flex-end;
  }
  .cid-vd5WWBoL5W .row {
    justify-content: center;
  }
  .cid-vd5WWBoL5W .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5WWBoL5W .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd5WWBoL5W {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd5WWBoL5W .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd5WWBoL5W .content-wrap {
    width: 100%;
  }
}
.cid-vd5WWBoL5W .mbr-section-title,
.cid-vd5WWBoL5W .mbr-section-subtitle {
  text-align: center;
}
.cid-vd5WWBoL5W .mbr-text,
.cid-vd5WWBoL5W .mbr-section-btn {
  text-align: center;
}
.cid-vd5WWBoL5W .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vd5WWBFUxF {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vd5WWBFUxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5WWBFUxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5WWBFUxF .mbr-section-title {
  color: #b28247;
}
.cid-vd5WWBSw3F {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vd5WWBSw3F .container {
  max-width: 1200px !important;
}
.cid-vd5WWBSw3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5WWBSw3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5WWBSw3F .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vd5WWBSw3F .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd5WWBSw3F .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5WWBSw3F .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vd5WWBSw3F .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vd5WWBSw3F .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vd5WWBSw3F img,
.cid-vd5WWBSw3F .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vd5WWBSw3F img,
  .cid-vd5WWBSw3F .image-wrapper {
    max-height: 350px;
  }
}
.cid-vd5WWBSw3F .mbr-section-title {
  color: #0c2c68;
}
.cid-vd5WWBSw3F .mbr-text {
  color: #000000;
}
.cid-vd5WWBSw3F .mbr-text,
.cid-vd5WWBSw3F .mbr-section-btn {
  color: #232323;
}
.cid-vd5WWBSw3F .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vd5WWBSw3F .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vd5WWBSw3F .image-wrapper {
    max-width: 250px;
  }
}
.cid-vd5WWC5naW .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vd5WWC5naW html,
  .cid-vd5WWC5naW body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vd5WWC5naW .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vd5WWC5naW .carousel-indicators {
    display: none !important;
  }
  .cid-vd5WWC5naW #carouselExampleCaptions,
  .cid-vd5WWC5naW .carousel-inner,
  .cid-vd5WWC5naW .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vd5WWC5naW .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vd5WWC5naW .carousel-control-prev,
  .cid-vd5WWC5naW .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5WWC5naW .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vd5WWC5naW .carousel-control-prev-icon,
.cid-vd5WWC5naW .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vd5WWCiLSH {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd5WWCiLSH .mbr-section-subtitle {
  color: #767676;
}
.cid-vd5WWCiLSH .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vd5WWCiLSH .container {
    max-width: 1600px;
  }
}
.cid-vd5WWCiLSH .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vd5WWCiLSH .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vd5WWCiLSH .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vd5WWCiLSH .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vd5WWCiLSH .team-item:hover .item-social {
  opacity: 1;
}
.cid-vd5WWCiLSH .team-item .item-image img {
  width: 100%;
}
.cid-vd5WWCiLSH .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vd5WWCiLSH .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vd5WWCiLSH .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vd5WWCiLSH .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vd5WWCiLSH .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vd5WWCiLSH .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vd5WWCiLSH .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vd5WWCiLSH .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vd5WWCiLSH .item-social {
    opacity: 1;
  }
}
.cid-vd5WWCiLSH H2 {
  color: #0c2c68;
}
.cid-vd5WWCMQSQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vd5WWCMQSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5WWCMQSQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5WWCMQSQ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vd5WWCMQSQ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vd5WWCMQSQ .container {
    padding: 0 130px;
  }
}
.cid-vd5WWCMQSQ .row {
  justify-content: center;
}
.cid-vd5WWCMQSQ .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5WWCMQSQ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5WWCMQSQ .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5WWCMQSQ .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5WWCMQSQ .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vd5WWCMQSQ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd5WWCMQSQ .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5WWCMQSQ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5WWCMQSQ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5WWCMQSQ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vd5WWCMQSQ .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5WWCMQSQ .nav-wrapper .list .item-wrap:hover,
.cid-vd5WWCMQSQ .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5WWCMQSQ .nav-wrapper .list .item-wrap:hover::before,
.cid-vd5WWCMQSQ .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vd5WWCMQSQ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vd5WWCMQSQ .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5WWCMQSQ .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vd5WWCMQSQ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5WWCMQSQ .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5WWCMQSQ .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5WWCMQSQ .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vd5WWCMQSQ .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5WWCMQSQ .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5WWCMQSQ .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vd5WWCMQSQ .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vd5WWCMQSQ .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vd5WWCMQSQ .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5WWCMQSQ .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vd5WWCMQSQ .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5WWCMQSQ .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5WWCMQSQ .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vd5WWCMQSQ .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5WWCMQSQ .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vd5WWCMQSQ .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vd5WWCMQSQ .mbr-section-title {
  color: #bee0d6;
}
.cid-vd5WWCMQSQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd5WWCMQSQ .list {
  color: #bee0d6;
}
.cid-vd5WWCMQSQ .mbr-address {
  color: #ffffff;
}
.cid-vd5WWCMQSQ .mbr-copy {
  color: #ffffff;
}
.cid-vd5WWCMQSQ .mbr-section-title,
.cid-vd5WWCMQSQ .logo-wrapper {
  color: #ffffff;
}
.cid-vd5WWCMQSQ .list,
.cid-vd5WWCMQSQ .item-wrap,
.cid-vd5WWCMQSQ .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vd5XbNwsyh {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vd5XbNwsyh .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vd5XbNwsyh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vd5XbNwsyh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd5XbNwsyh .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd5XbNwsyh .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vd5XbNwsyh .menu_box .navbar.opened,
  .cid-vd5XbNwsyh .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vd5XbNwsyh nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vd5XbNwsyh .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vd5XbNwsyh .btn:hover {
  box-shadow: none;
}
.cid-vd5XbNwsyh .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vd5XbNwsyh .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vd5XbNwsyh .nav-item {
    margin: 0 !important;
  }
}
.cid-vd5XbNwsyh .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vd5XbNwsyh .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd5XbNwsyh .nav-item .nav-link:hover::before,
.cid-vd5XbNwsyh .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vd5XbNwsyh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vd5XbNwsyh .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vd5XbNwsyh .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vd5XbNwsyh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vd5XbNwsyh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vd5XbNwsyh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vd5XbNwsyh .offcanvas_box {
    display: none;
  }
}
.cid-vd5XbNwsyh .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vd5XbNwsyh .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vd5XbNwsyh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vd5XbNwsyh .container {
  display: flex;
  margin: auto;
}
.cid-vd5XbNwsyh .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vd5XbNwsyh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vd5XbNwsyh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vd5XbNwsyh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vd5XbNwsyh .navbar-nav {
    margin: 0;
  }
}
.cid-vd5XbNwsyh .dropdown-menu,
.cid-vd5XbNwsyh .navbar.opened {
  background-color: false !important;
}
.cid-vd5XbNwsyh .nav-item:focus,
.cid-vd5XbNwsyh .nav-link:focus {
  outline: none;
}
.cid-vd5XbNwsyh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd5XbNwsyh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd5XbNwsyh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd5XbNwsyh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd5XbNwsyh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd5XbNwsyh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd5XbNwsyh .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vd5XbNwsyh .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vd5XbNwsyh .navbar.opened {
  transition: all 0.3s;
}
.cid-vd5XbNwsyh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vd5XbNwsyh .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vd5XbNwsyh .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd5XbNwsyh .navbar.collapsed {
  justify-content: center;
}
.cid-vd5XbNwsyh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd5XbNwsyh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd5XbNwsyh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd5XbNwsyh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd5XbNwsyh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd5XbNwsyh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vd5XbNwsyh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd5XbNwsyh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vd5XbNwsyh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vd5XbNwsyh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd5XbNwsyh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd5XbNwsyh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vd5XbNwsyh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd5XbNwsyh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vd5XbNwsyh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd5XbNwsyh .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vd5XbNwsyh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vd5XbNwsyh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vd5XbNwsyh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vd5XbNwsyh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd5XbNwsyh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vd5XbNwsyh .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd5XbNwsyh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd5XbNwsyh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd5XbNwsyh .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;
}
.cid-vd5XbNwsyh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vd5XbNwsyh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd5XbNwsyh .dropdown-item.active,
.cid-vd5XbNwsyh .dropdown-item:active {
  background-color: transparent;
}
.cid-vd5XbNwsyh .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vd5XbNwsyh .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vd5XbNwsyh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd5XbNwsyh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd5XbNwsyh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd5XbNwsyh ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vd5XbNwsyh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd5XbNwsyh button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vd5XbNwsyh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vd5XbNwsyh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd5XbNwsyh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5XbNwsyh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5XbNwsyh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd5XbNwsyh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5XbNwsyh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd5XbNwsyh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd5XbNwsyh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5XbNwsyh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vd5XbNwsyh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd5XbNwsyh .navbar {
    height: 70px;
  }
  .cid-vd5XbNwsyh .navbar.opened {
    height: auto;
  }
  .cid-vd5XbNwsyh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd5XbNwsyh .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vd5XbNwsyh .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vd5XbNwsyh .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vd5XbNwsyh .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vd5XbNwsyh .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vd5XbNwsyh .text_widget {
  margin-bottom: 32px;
}
.cid-vd5XbNwsyh .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vd5XbNwsyh .text_widget a:hover,
.cid-vd5XbNwsyh .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vd5XbNwsyh .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vd5XbNwsyh .icons-menu-main {
  display: flex;
}
.cid-vd5XbNwsyh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd5XbNwsyh .navbar-caption {
  color: #000000;
}
.cid-vd5XbNwsyh .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vd5XbNwsyh .mbr-section-subtitle,
.cid-vd5XbNwsyh .text_widget,
.cid-vd5XbNwsyh .mbr-section-btn {
  text-align: center;
}
.cid-vd5XbNwsyh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd5XbOvC68 {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vd5XbOvC68 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vd5XbOvC68 {
    align-items: flex-end;
  }
  .cid-vd5XbOvC68 .row {
    justify-content: center;
  }
  .cid-vd5XbOvC68 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5XbOvC68 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd5XbOvC68 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd5XbOvC68 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd5XbOvC68 .content-wrap {
    width: 100%;
  }
}
.cid-vd5XbOvC68 .mbr-section-title,
.cid-vd5XbOvC68 .mbr-section-subtitle {
  text-align: center;
}
.cid-vd5XbOvC68 .mbr-text,
.cid-vd5XbOvC68 .mbr-section-btn {
  text-align: center;
}
.cid-vd5XbOvC68 .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vd5XbOOVCt {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vd5XbOOVCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5XbOOVCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5XbOOVCt .mbr-section-title {
  color: #b28247;
}
.cid-vd5XbP0Dn3 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vd5XbP0Dn3 .container {
  max-width: 1200px !important;
}
.cid-vd5XbP0Dn3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5XbP0Dn3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5XbP0Dn3 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vd5XbP0Dn3 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd5XbP0Dn3 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5XbP0Dn3 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vd5XbP0Dn3 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vd5XbP0Dn3 .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vd5XbP0Dn3 img,
.cid-vd5XbP0Dn3 .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vd5XbP0Dn3 img,
  .cid-vd5XbP0Dn3 .image-wrapper {
    max-height: 350px;
  }
}
.cid-vd5XbP0Dn3 .mbr-section-title {
  color: #0c2c68;
}
.cid-vd5XbP0Dn3 .mbr-text {
  color: #000000;
}
.cid-vd5XbP0Dn3 .mbr-text,
.cid-vd5XbP0Dn3 .mbr-section-btn {
  color: #232323;
}
.cid-vd5XbP0Dn3 .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vd5XbP0Dn3 .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vd5XbP0Dn3 .image-wrapper {
    max-width: 250px;
  }
}
.cid-vd5XbPhnXf .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vd5XbPhnXf html,
  .cid-vd5XbPhnXf body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vd5XbPhnXf .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vd5XbPhnXf .carousel-indicators {
    display: none !important;
  }
  .cid-vd5XbPhnXf #carouselExampleCaptions,
  .cid-vd5XbPhnXf .carousel-inner,
  .cid-vd5XbPhnXf .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vd5XbPhnXf .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vd5XbPhnXf .carousel-control-prev,
  .cid-vd5XbPhnXf .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5XbPhnXf .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vd5XbPhnXf .carousel-control-prev-icon,
.cid-vd5XbPhnXf .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vd5XbPuQoY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd5XbPuQoY .mbr-section-subtitle {
  color: #767676;
}
.cid-vd5XbPuQoY .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vd5XbPuQoY .container {
    max-width: 1600px;
  }
}
.cid-vd5XbPuQoY .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vd5XbPuQoY .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vd5XbPuQoY .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vd5XbPuQoY .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vd5XbPuQoY .team-item:hover .item-social {
  opacity: 1;
}
.cid-vd5XbPuQoY .team-item .item-image img {
  width: 100%;
}
.cid-vd5XbPuQoY .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vd5XbPuQoY .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vd5XbPuQoY .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vd5XbPuQoY .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vd5XbPuQoY .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vd5XbPuQoY .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vd5XbPuQoY .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vd5XbPuQoY .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vd5XbPuQoY .item-social {
    opacity: 1;
  }
}
.cid-vd5XbPuQoY H2 {
  color: #0c2c68;
}
.cid-vd5XbPVVrE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vd5XbPVVrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5XbPVVrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5XbPVVrE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vd5XbPVVrE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vd5XbPVVrE .container {
    padding: 0 130px;
  }
}
.cid-vd5XbPVVrE .row {
  justify-content: center;
}
.cid-vd5XbPVVrE .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5XbPVVrE .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5XbPVVrE .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5XbPVVrE .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5XbPVVrE .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vd5XbPVVrE .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd5XbPVVrE .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5XbPVVrE .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5XbPVVrE .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5XbPVVrE .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vd5XbPVVrE .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5XbPVVrE .nav-wrapper .list .item-wrap:hover,
.cid-vd5XbPVVrE .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5XbPVVrE .nav-wrapper .list .item-wrap:hover::before,
.cid-vd5XbPVVrE .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vd5XbPVVrE .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vd5XbPVVrE .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5XbPVVrE .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vd5XbPVVrE .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5XbPVVrE .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5XbPVVrE .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5XbPVVrE .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vd5XbPVVrE .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5XbPVVrE .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5XbPVVrE .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vd5XbPVVrE .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vd5XbPVVrE .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vd5XbPVVrE .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5XbPVVrE .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vd5XbPVVrE .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5XbPVVrE .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5XbPVVrE .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vd5XbPVVrE .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5XbPVVrE .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vd5XbPVVrE .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vd5XbPVVrE .mbr-section-title {
  color: #bee0d6;
}
.cid-vd5XbPVVrE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd5XbPVVrE .list {
  color: #bee0d6;
}
.cid-vd5XbPVVrE .mbr-address {
  color: #ffffff;
}
.cid-vd5XbPVVrE .mbr-copy {
  color: #ffffff;
}
.cid-vd5XbPVVrE .mbr-section-title,
.cid-vd5XbPVVrE .logo-wrapper {
  color: #ffffff;
}
.cid-vd5XbPVVrE .list,
.cid-vd5XbPVVrE .item-wrap,
.cid-vd5XbPVVrE .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vd5XqfELPu {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vd5XqfELPu .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vd5XqfELPu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vd5XqfELPu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd5XqfELPu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd5XqfELPu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vd5XqfELPu .menu_box .navbar.opened,
  .cid-vd5XqfELPu .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vd5XqfELPu nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vd5XqfELPu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vd5XqfELPu .btn:hover {
  box-shadow: none;
}
.cid-vd5XqfELPu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vd5XqfELPu .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vd5XqfELPu .nav-item {
    margin: 0 !important;
  }
}
.cid-vd5XqfELPu .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vd5XqfELPu .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd5XqfELPu .nav-item .nav-link:hover::before,
.cid-vd5XqfELPu .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vd5XqfELPu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vd5XqfELPu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vd5XqfELPu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vd5XqfELPu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vd5XqfELPu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vd5XqfELPu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vd5XqfELPu .offcanvas_box {
    display: none;
  }
}
.cid-vd5XqfELPu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vd5XqfELPu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vd5XqfELPu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vd5XqfELPu .container {
  display: flex;
  margin: auto;
}
.cid-vd5XqfELPu .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vd5XqfELPu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vd5XqfELPu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vd5XqfELPu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vd5XqfELPu .navbar-nav {
    margin: 0;
  }
}
.cid-vd5XqfELPu .dropdown-menu,
.cid-vd5XqfELPu .navbar.opened {
  background-color: false !important;
}
.cid-vd5XqfELPu .nav-item:focus,
.cid-vd5XqfELPu .nav-link:focus {
  outline: none;
}
.cid-vd5XqfELPu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd5XqfELPu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd5XqfELPu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd5XqfELPu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd5XqfELPu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd5XqfELPu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd5XqfELPu .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vd5XqfELPu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vd5XqfELPu .navbar.opened {
  transition: all 0.3s;
}
.cid-vd5XqfELPu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vd5XqfELPu .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vd5XqfELPu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd5XqfELPu .navbar.collapsed {
  justify-content: center;
}
.cid-vd5XqfELPu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd5XqfELPu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd5XqfELPu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd5XqfELPu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd5XqfELPu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd5XqfELPu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vd5XqfELPu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd5XqfELPu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vd5XqfELPu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vd5XqfELPu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd5XqfELPu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd5XqfELPu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vd5XqfELPu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd5XqfELPu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vd5XqfELPu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd5XqfELPu .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vd5XqfELPu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vd5XqfELPu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vd5XqfELPu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vd5XqfELPu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd5XqfELPu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vd5XqfELPu .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd5XqfELPu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd5XqfELPu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd5XqfELPu .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;
}
.cid-vd5XqfELPu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vd5XqfELPu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd5XqfELPu .dropdown-item.active,
.cid-vd5XqfELPu .dropdown-item:active {
  background-color: transparent;
}
.cid-vd5XqfELPu .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vd5XqfELPu .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vd5XqfELPu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd5XqfELPu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd5XqfELPu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd5XqfELPu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vd5XqfELPu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd5XqfELPu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vd5XqfELPu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vd5XqfELPu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd5XqfELPu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5XqfELPu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5XqfELPu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd5XqfELPu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5XqfELPu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd5XqfELPu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd5XqfELPu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5XqfELPu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vd5XqfELPu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd5XqfELPu .navbar {
    height: 70px;
  }
  .cid-vd5XqfELPu .navbar.opened {
    height: auto;
  }
  .cid-vd5XqfELPu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd5XqfELPu .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vd5XqfELPu .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vd5XqfELPu .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vd5XqfELPu .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vd5XqfELPu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vd5XqfELPu .text_widget {
  margin-bottom: 32px;
}
.cid-vd5XqfELPu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vd5XqfELPu .text_widget a:hover,
.cid-vd5XqfELPu .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vd5XqfELPu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vd5XqfELPu .icons-menu-main {
  display: flex;
}
.cid-vd5XqfELPu .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd5XqfELPu .navbar-caption {
  color: #000000;
}
.cid-vd5XqfELPu .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vd5XqfELPu .mbr-section-subtitle,
.cid-vd5XqfELPu .text_widget,
.cid-vd5XqfELPu .mbr-section-btn {
  text-align: center;
}
.cid-vd5XqfELPu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd5XqheCMM {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vd5XqheCMM .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vd5XqheCMM {
    align-items: flex-end;
  }
  .cid-vd5XqheCMM .row {
    justify-content: center;
  }
  .cid-vd5XqheCMM .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5XqheCMM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd5XqheCMM {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd5XqheCMM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd5XqheCMM .content-wrap {
    width: 100%;
  }
}
.cid-vd5XqheCMM .mbr-section-title,
.cid-vd5XqheCMM .mbr-section-subtitle {
  text-align: center;
}
.cid-vd5XqheCMM .mbr-text,
.cid-vd5XqheCMM .mbr-section-btn {
  text-align: center;
}
.cid-vd5XqheCMM .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vd5XqhCyWb {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vd5XqhCyWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5XqhCyWb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5XqhCyWb .mbr-section-title {
  color: #b28247;
}
.cid-vd5XqhTXoo {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vd5XqhTXoo .container {
  max-width: 1200px !important;
}
.cid-vd5XqhTXoo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5XqhTXoo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5XqhTXoo .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vd5XqhTXoo .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd5XqhTXoo .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5XqhTXoo .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vd5XqhTXoo .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vd5XqhTXoo .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vd5XqhTXoo img,
.cid-vd5XqhTXoo .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vd5XqhTXoo img,
  .cid-vd5XqhTXoo .image-wrapper {
    max-height: 350px;
  }
}
.cid-vd5XqhTXoo .mbr-section-title {
  color: #0c2c68;
}
.cid-vd5XqhTXoo .mbr-text {
  color: #000000;
}
.cid-vd5XqhTXoo .mbr-text,
.cid-vd5XqhTXoo .mbr-section-btn {
  color: #232323;
}
.cid-vd5XqhTXoo .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vd5XqhTXoo .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vd5XqhTXoo .image-wrapper {
    max-width: 250px;
  }
}
.cid-vd5XqieGVG .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vd5XqieGVG html,
  .cid-vd5XqieGVG body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vd5XqieGVG .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vd5XqieGVG .carousel-indicators {
    display: none !important;
  }
  .cid-vd5XqieGVG #carouselExampleCaptions,
  .cid-vd5XqieGVG .carousel-inner,
  .cid-vd5XqieGVG .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vd5XqieGVG .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vd5XqieGVG .carousel-control-prev,
  .cid-vd5XqieGVG .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5XqieGVG .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vd5XqieGVG .carousel-control-prev-icon,
.cid-vd5XqieGVG .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vd5Xqiv5oR {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd5Xqiv5oR .mbr-section-subtitle {
  color: #767676;
}
.cid-vd5Xqiv5oR .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vd5Xqiv5oR .container {
    max-width: 1600px;
  }
}
.cid-vd5Xqiv5oR .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vd5Xqiv5oR .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vd5Xqiv5oR .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vd5Xqiv5oR .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vd5Xqiv5oR .team-item:hover .item-social {
  opacity: 1;
}
.cid-vd5Xqiv5oR .team-item .item-image img {
  width: 100%;
}
.cid-vd5Xqiv5oR .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vd5Xqiv5oR .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vd5Xqiv5oR .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vd5Xqiv5oR .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vd5Xqiv5oR .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vd5Xqiv5oR .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vd5Xqiv5oR .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vd5Xqiv5oR .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vd5Xqiv5oR .item-social {
    opacity: 1;
  }
}
.cid-vd5Xqiv5oR H2 {
  color: #0c2c68;
}
.cid-vd5Xqjb2th {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vd5Xqjb2th .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5Xqjb2th .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5Xqjb2th .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vd5Xqjb2th .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vd5Xqjb2th .container {
    padding: 0 130px;
  }
}
.cid-vd5Xqjb2th .row {
  justify-content: center;
}
.cid-vd5Xqjb2th .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5Xqjb2th .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Xqjb2th .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5Xqjb2th .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Xqjb2th .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vd5Xqjb2th .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd5Xqjb2th .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5Xqjb2th .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Xqjb2th .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5Xqjb2th .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vd5Xqjb2th .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5Xqjb2th .nav-wrapper .list .item-wrap:hover,
.cid-vd5Xqjb2th .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5Xqjb2th .nav-wrapper .list .item-wrap:hover::before,
.cid-vd5Xqjb2th .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vd5Xqjb2th .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vd5Xqjb2th .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5Xqjb2th .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vd5Xqjb2th .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Xqjb2th .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5Xqjb2th .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Xqjb2th .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vd5Xqjb2th .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5Xqjb2th .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5Xqjb2th .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vd5Xqjb2th .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vd5Xqjb2th .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vd5Xqjb2th .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5Xqjb2th .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vd5Xqjb2th .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5Xqjb2th .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5Xqjb2th .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vd5Xqjb2th .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Xqjb2th .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vd5Xqjb2th .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vd5Xqjb2th .mbr-section-title {
  color: #bee0d6;
}
.cid-vd5Xqjb2th .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd5Xqjb2th .list {
  color: #bee0d6;
}
.cid-vd5Xqjb2th .mbr-address {
  color: #ffffff;
}
.cid-vd5Xqjb2th .mbr-copy {
  color: #ffffff;
}
.cid-vd5Xqjb2th .mbr-section-title,
.cid-vd5Xqjb2th .logo-wrapper {
  color: #ffffff;
}
.cid-vd5Xqjb2th .list,
.cid-vd5Xqjb2th .item-wrap,
.cid-vd5Xqjb2th .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vd5XBSLIhT {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vd5XBSLIhT .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vd5XBSLIhT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vd5XBSLIhT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd5XBSLIhT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd5XBSLIhT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vd5XBSLIhT .menu_box .navbar.opened,
  .cid-vd5XBSLIhT .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vd5XBSLIhT nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vd5XBSLIhT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vd5XBSLIhT .btn:hover {
  box-shadow: none;
}
.cid-vd5XBSLIhT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vd5XBSLIhT .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vd5XBSLIhT .nav-item {
    margin: 0 !important;
  }
}
.cid-vd5XBSLIhT .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vd5XBSLIhT .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd5XBSLIhT .nav-item .nav-link:hover::before,
.cid-vd5XBSLIhT .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vd5XBSLIhT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vd5XBSLIhT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vd5XBSLIhT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vd5XBSLIhT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vd5XBSLIhT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vd5XBSLIhT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vd5XBSLIhT .offcanvas_box {
    display: none;
  }
}
.cid-vd5XBSLIhT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vd5XBSLIhT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vd5XBSLIhT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vd5XBSLIhT .container {
  display: flex;
  margin: auto;
}
.cid-vd5XBSLIhT .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vd5XBSLIhT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vd5XBSLIhT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vd5XBSLIhT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vd5XBSLIhT .navbar-nav {
    margin: 0;
  }
}
.cid-vd5XBSLIhT .dropdown-menu,
.cid-vd5XBSLIhT .navbar.opened {
  background-color: false !important;
}
.cid-vd5XBSLIhT .nav-item:focus,
.cid-vd5XBSLIhT .nav-link:focus {
  outline: none;
}
.cid-vd5XBSLIhT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd5XBSLIhT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd5XBSLIhT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd5XBSLIhT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd5XBSLIhT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd5XBSLIhT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd5XBSLIhT .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vd5XBSLIhT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vd5XBSLIhT .navbar.opened {
  transition: all 0.3s;
}
.cid-vd5XBSLIhT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vd5XBSLIhT .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vd5XBSLIhT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd5XBSLIhT .navbar.collapsed {
  justify-content: center;
}
.cid-vd5XBSLIhT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd5XBSLIhT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd5XBSLIhT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd5XBSLIhT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd5XBSLIhT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd5XBSLIhT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vd5XBSLIhT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd5XBSLIhT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vd5XBSLIhT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vd5XBSLIhT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd5XBSLIhT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd5XBSLIhT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vd5XBSLIhT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd5XBSLIhT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vd5XBSLIhT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd5XBSLIhT .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vd5XBSLIhT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vd5XBSLIhT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vd5XBSLIhT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vd5XBSLIhT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd5XBSLIhT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vd5XBSLIhT .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd5XBSLIhT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd5XBSLIhT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd5XBSLIhT .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;
}
.cid-vd5XBSLIhT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vd5XBSLIhT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd5XBSLIhT .dropdown-item.active,
.cid-vd5XBSLIhT .dropdown-item:active {
  background-color: transparent;
}
.cid-vd5XBSLIhT .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vd5XBSLIhT .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vd5XBSLIhT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd5XBSLIhT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd5XBSLIhT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd5XBSLIhT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vd5XBSLIhT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd5XBSLIhT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vd5XBSLIhT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vd5XBSLIhT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd5XBSLIhT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5XBSLIhT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5XBSLIhT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd5XBSLIhT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5XBSLIhT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd5XBSLIhT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd5XBSLIhT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5XBSLIhT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vd5XBSLIhT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd5XBSLIhT .navbar {
    height: 70px;
  }
  .cid-vd5XBSLIhT .navbar.opened {
    height: auto;
  }
  .cid-vd5XBSLIhT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd5XBSLIhT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vd5XBSLIhT .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vd5XBSLIhT .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vd5XBSLIhT .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vd5XBSLIhT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vd5XBSLIhT .text_widget {
  margin-bottom: 32px;
}
.cid-vd5XBSLIhT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vd5XBSLIhT .text_widget a:hover,
.cid-vd5XBSLIhT .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vd5XBSLIhT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vd5XBSLIhT .icons-menu-main {
  display: flex;
}
.cid-vd5XBSLIhT .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd5XBSLIhT .navbar-caption {
  color: #000000;
}
.cid-vd5XBSLIhT .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vd5XBSLIhT .mbr-section-subtitle,
.cid-vd5XBSLIhT .text_widget,
.cid-vd5XBSLIhT .mbr-section-btn {
  text-align: center;
}
.cid-vd5XBSLIhT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd5XBTKEsL {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vd5XBTKEsL .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vd5XBTKEsL {
    align-items: flex-end;
  }
  .cid-vd5XBTKEsL .row {
    justify-content: center;
  }
  .cid-vd5XBTKEsL .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5XBTKEsL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd5XBTKEsL {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd5XBTKEsL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd5XBTKEsL .content-wrap {
    width: 100%;
  }
}
.cid-vd5XBTKEsL .mbr-section-title,
.cid-vd5XBTKEsL .mbr-section-subtitle {
  text-align: center;
}
.cid-vd5XBTKEsL .mbr-text,
.cid-vd5XBTKEsL .mbr-section-btn {
  text-align: center;
}
.cid-vd5XBTKEsL .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vd5XBU6KCZ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vd5XBU6KCZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5XBU6KCZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5XBU6KCZ .mbr-section-title {
  color: #b28247;
}
.cid-vd5XBUj3q1 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vd5XBUj3q1 .container {
  max-width: 1200px !important;
}
.cid-vd5XBUj3q1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5XBUj3q1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5XBUj3q1 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vd5XBUj3q1 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd5XBUj3q1 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5XBUj3q1 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vd5XBUj3q1 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vd5XBUj3q1 .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vd5XBUj3q1 img,
.cid-vd5XBUj3q1 .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vd5XBUj3q1 img,
  .cid-vd5XBUj3q1 .image-wrapper {
    max-height: 350px;
  }
}
.cid-vd5XBUj3q1 .mbr-section-title {
  color: #0c2c68;
}
.cid-vd5XBUj3q1 .mbr-text {
  color: #000000;
}
.cid-vd5XBUj3q1 .mbr-text,
.cid-vd5XBUj3q1 .mbr-section-btn {
  color: #232323;
}
.cid-vd5XBUj3q1 .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vd5XBUj3q1 .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vd5XBUj3q1 .image-wrapper {
    max-width: 250px;
  }
}
.cid-vd5XBUvWVr .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vd5XBUvWVr html,
  .cid-vd5XBUvWVr body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vd5XBUvWVr .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vd5XBUvWVr .carousel-indicators {
    display: none !important;
  }
  .cid-vd5XBUvWVr #carouselExampleCaptions,
  .cid-vd5XBUvWVr .carousel-inner,
  .cid-vd5XBUvWVr .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vd5XBUvWVr .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vd5XBUvWVr .carousel-control-prev,
  .cid-vd5XBUvWVr .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5XBUvWVr .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vd5XBUvWVr .carousel-control-prev-icon,
.cid-vd5XBUvWVr .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vd5XBUGXlp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd5XBUGXlp .mbr-section-subtitle {
  color: #767676;
}
.cid-vd5XBUGXlp .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vd5XBUGXlp .container {
    max-width: 1600px;
  }
}
.cid-vd5XBUGXlp .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vd5XBUGXlp .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vd5XBUGXlp .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vd5XBUGXlp .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vd5XBUGXlp .team-item:hover .item-social {
  opacity: 1;
}
.cid-vd5XBUGXlp .team-item .item-image img {
  width: 100%;
}
.cid-vd5XBUGXlp .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vd5XBUGXlp .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vd5XBUGXlp .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vd5XBUGXlp .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vd5XBUGXlp .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vd5XBUGXlp .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vd5XBUGXlp .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vd5XBUGXlp .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vd5XBUGXlp .item-social {
    opacity: 1;
  }
}
.cid-vd5XBUGXlp H2 {
  color: #0c2c68;
}
.cid-vd5XBV6kti {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vd5XBV6kti .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5XBV6kti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5XBV6kti .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vd5XBV6kti .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vd5XBV6kti .container {
    padding: 0 130px;
  }
}
.cid-vd5XBV6kti .row {
  justify-content: center;
}
.cid-vd5XBV6kti .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5XBV6kti .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5XBV6kti .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5XBV6kti .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5XBV6kti .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vd5XBV6kti .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd5XBV6kti .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5XBV6kti .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5XBV6kti .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5XBV6kti .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vd5XBV6kti .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5XBV6kti .nav-wrapper .list .item-wrap:hover,
.cid-vd5XBV6kti .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5XBV6kti .nav-wrapper .list .item-wrap:hover::before,
.cid-vd5XBV6kti .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vd5XBV6kti .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vd5XBV6kti .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5XBV6kti .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vd5XBV6kti .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5XBV6kti .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5XBV6kti .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5XBV6kti .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vd5XBV6kti .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5XBV6kti .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5XBV6kti .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vd5XBV6kti .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vd5XBV6kti .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vd5XBV6kti .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5XBV6kti .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vd5XBV6kti .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5XBV6kti .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5XBV6kti .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vd5XBV6kti .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5XBV6kti .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vd5XBV6kti .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vd5XBV6kti .mbr-section-title {
  color: #bee0d6;
}
.cid-vd5XBV6kti .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd5XBV6kti .list {
  color: #bee0d6;
}
.cid-vd5XBV6kti .mbr-address {
  color: #ffffff;
}
.cid-vd5XBV6kti .mbr-copy {
  color: #ffffff;
}
.cid-vd5XBV6kti .mbr-section-title,
.cid-vd5XBV6kti .logo-wrapper {
  color: #ffffff;
}
.cid-vd5XBV6kti .list,
.cid-vd5XBV6kti .item-wrap,
.cid-vd5XBV6kti .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vd5XT21Xpw {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vd5XT21Xpw .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vd5XT21Xpw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vd5XT21Xpw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd5XT21Xpw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd5XT21Xpw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vd5XT21Xpw .menu_box .navbar.opened,
  .cid-vd5XT21Xpw .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vd5XT21Xpw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vd5XT21Xpw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vd5XT21Xpw .btn:hover {
  box-shadow: none;
}
.cid-vd5XT21Xpw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vd5XT21Xpw .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vd5XT21Xpw .nav-item {
    margin: 0 !important;
  }
}
.cid-vd5XT21Xpw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vd5XT21Xpw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd5XT21Xpw .nav-item .nav-link:hover::before,
.cid-vd5XT21Xpw .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vd5XT21Xpw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vd5XT21Xpw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vd5XT21Xpw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vd5XT21Xpw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vd5XT21Xpw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vd5XT21Xpw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vd5XT21Xpw .offcanvas_box {
    display: none;
  }
}
.cid-vd5XT21Xpw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vd5XT21Xpw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vd5XT21Xpw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vd5XT21Xpw .container {
  display: flex;
  margin: auto;
}
.cid-vd5XT21Xpw .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vd5XT21Xpw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vd5XT21Xpw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vd5XT21Xpw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vd5XT21Xpw .navbar-nav {
    margin: 0;
  }
}
.cid-vd5XT21Xpw .dropdown-menu,
.cid-vd5XT21Xpw .navbar.opened {
  background-color: false !important;
}
.cid-vd5XT21Xpw .nav-item:focus,
.cid-vd5XT21Xpw .nav-link:focus {
  outline: none;
}
.cid-vd5XT21Xpw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd5XT21Xpw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd5XT21Xpw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd5XT21Xpw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd5XT21Xpw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd5XT21Xpw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd5XT21Xpw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vd5XT21Xpw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vd5XT21Xpw .navbar.opened {
  transition: all 0.3s;
}
.cid-vd5XT21Xpw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vd5XT21Xpw .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vd5XT21Xpw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd5XT21Xpw .navbar.collapsed {
  justify-content: center;
}
.cid-vd5XT21Xpw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd5XT21Xpw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd5XT21Xpw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd5XT21Xpw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd5XT21Xpw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd5XT21Xpw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vd5XT21Xpw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd5XT21Xpw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vd5XT21Xpw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vd5XT21Xpw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd5XT21Xpw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd5XT21Xpw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vd5XT21Xpw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd5XT21Xpw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vd5XT21Xpw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd5XT21Xpw .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vd5XT21Xpw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vd5XT21Xpw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vd5XT21Xpw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vd5XT21Xpw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd5XT21Xpw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vd5XT21Xpw .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd5XT21Xpw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd5XT21Xpw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd5XT21Xpw .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;
}
.cid-vd5XT21Xpw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vd5XT21Xpw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd5XT21Xpw .dropdown-item.active,
.cid-vd5XT21Xpw .dropdown-item:active {
  background-color: transparent;
}
.cid-vd5XT21Xpw .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vd5XT21Xpw .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vd5XT21Xpw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd5XT21Xpw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd5XT21Xpw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd5XT21Xpw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vd5XT21Xpw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd5XT21Xpw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vd5XT21Xpw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vd5XT21Xpw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd5XT21Xpw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5XT21Xpw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5XT21Xpw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd5XT21Xpw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5XT21Xpw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd5XT21Xpw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd5XT21Xpw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5XT21Xpw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vd5XT21Xpw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd5XT21Xpw .navbar {
    height: 70px;
  }
  .cid-vd5XT21Xpw .navbar.opened {
    height: auto;
  }
  .cid-vd5XT21Xpw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd5XT21Xpw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vd5XT21Xpw .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vd5XT21Xpw .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vd5XT21Xpw .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vd5XT21Xpw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vd5XT21Xpw .text_widget {
  margin-bottom: 32px;
}
.cid-vd5XT21Xpw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vd5XT21Xpw .text_widget a:hover,
.cid-vd5XT21Xpw .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vd5XT21Xpw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vd5XT21Xpw .icons-menu-main {
  display: flex;
}
.cid-vd5XT21Xpw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd5XT21Xpw .navbar-caption {
  color: #000000;
}
.cid-vd5XT21Xpw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vd5XT21Xpw .mbr-section-subtitle,
.cid-vd5XT21Xpw .text_widget,
.cid-vd5XT21Xpw .mbr-section-btn {
  text-align: center;
}
.cid-vd5XT21Xpw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd5XT2ZvYT {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vd5XT2ZvYT .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vd5XT2ZvYT {
    align-items: flex-end;
  }
  .cid-vd5XT2ZvYT .row {
    justify-content: center;
  }
  .cid-vd5XT2ZvYT .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5XT2ZvYT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd5XT2ZvYT {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd5XT2ZvYT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd5XT2ZvYT .content-wrap {
    width: 100%;
  }
}
.cid-vd5XT2ZvYT .mbr-section-title,
.cid-vd5XT2ZvYT .mbr-section-subtitle {
  text-align: center;
}
.cid-vd5XT2ZvYT .mbr-text,
.cid-vd5XT2ZvYT .mbr-section-btn {
  text-align: center;
}
.cid-vd5XT2ZvYT .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vd5XT3lWqI {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vd5XT3lWqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5XT3lWqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5XT3lWqI .mbr-section-title {
  color: #b28247;
}
.cid-vd5XT3AKKG {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vd5XT3AKKG .container {
  max-width: 1200px !important;
}
.cid-vd5XT3AKKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5XT3AKKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5XT3AKKG .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vd5XT3AKKG .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd5XT3AKKG .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5XT3AKKG .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vd5XT3AKKG .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vd5XT3AKKG .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vd5XT3AKKG img,
.cid-vd5XT3AKKG .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vd5XT3AKKG img,
  .cid-vd5XT3AKKG .image-wrapper {
    max-height: 350px;
  }
}
.cid-vd5XT3AKKG .mbr-section-title {
  color: #0c2c68;
}
.cid-vd5XT3AKKG .mbr-text {
  color: #000000;
}
.cid-vd5XT3AKKG .mbr-text,
.cid-vd5XT3AKKG .mbr-section-btn {
  color: #232323;
}
.cid-vd5XT3AKKG .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vd5XT3AKKG .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vd5XT3AKKG .image-wrapper {
    max-width: 250px;
  }
}
.cid-vd5XT3NB77 .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vd5XT3NB77 html,
  .cid-vd5XT3NB77 body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vd5XT3NB77 .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vd5XT3NB77 .carousel-indicators {
    display: none !important;
  }
  .cid-vd5XT3NB77 #carouselExampleCaptions,
  .cid-vd5XT3NB77 .carousel-inner,
  .cid-vd5XT3NB77 .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vd5XT3NB77 .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vd5XT3NB77 .carousel-control-prev,
  .cid-vd5XT3NB77 .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5XT3NB77 .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vd5XT3NB77 .carousel-control-prev-icon,
.cid-vd5XT3NB77 .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vd5XT3Y0hO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd5XT3Y0hO .mbr-section-subtitle {
  color: #767676;
}
.cid-vd5XT3Y0hO .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vd5XT3Y0hO .container {
    max-width: 1600px;
  }
}
.cid-vd5XT3Y0hO .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vd5XT3Y0hO .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vd5XT3Y0hO .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vd5XT3Y0hO .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vd5XT3Y0hO .team-item:hover .item-social {
  opacity: 1;
}
.cid-vd5XT3Y0hO .team-item .item-image img {
  width: 100%;
}
.cid-vd5XT3Y0hO .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vd5XT3Y0hO .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vd5XT3Y0hO .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vd5XT3Y0hO .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vd5XT3Y0hO .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vd5XT3Y0hO .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vd5XT3Y0hO .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vd5XT3Y0hO .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vd5XT3Y0hO .item-social {
    opacity: 1;
  }
}
.cid-vd5XT3Y0hO H2 {
  color: #0c2c68;
}
.cid-vd5XT4pgZH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vd5XT4pgZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5XT4pgZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5XT4pgZH .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vd5XT4pgZH .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vd5XT4pgZH .container {
    padding: 0 130px;
  }
}
.cid-vd5XT4pgZH .row {
  justify-content: center;
}
.cid-vd5XT4pgZH .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5XT4pgZH .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5XT4pgZH .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5XT4pgZH .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5XT4pgZH .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vd5XT4pgZH .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd5XT4pgZH .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5XT4pgZH .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5XT4pgZH .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5XT4pgZH .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vd5XT4pgZH .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5XT4pgZH .nav-wrapper .list .item-wrap:hover,
.cid-vd5XT4pgZH .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5XT4pgZH .nav-wrapper .list .item-wrap:hover::before,
.cid-vd5XT4pgZH .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vd5XT4pgZH .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vd5XT4pgZH .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5XT4pgZH .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vd5XT4pgZH .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5XT4pgZH .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5XT4pgZH .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5XT4pgZH .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vd5XT4pgZH .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5XT4pgZH .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5XT4pgZH .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vd5XT4pgZH .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vd5XT4pgZH .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vd5XT4pgZH .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5XT4pgZH .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vd5XT4pgZH .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5XT4pgZH .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5XT4pgZH .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vd5XT4pgZH .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5XT4pgZH .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vd5XT4pgZH .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vd5XT4pgZH .mbr-section-title {
  color: #bee0d6;
}
.cid-vd5XT4pgZH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd5XT4pgZH .list {
  color: #bee0d6;
}
.cid-vd5XT4pgZH .mbr-address {
  color: #ffffff;
}
.cid-vd5XT4pgZH .mbr-copy {
  color: #ffffff;
}
.cid-vd5XT4pgZH .mbr-section-title,
.cid-vd5XT4pgZH .logo-wrapper {
  color: #ffffff;
}
.cid-vd5XT4pgZH .list,
.cid-vd5XT4pgZH .item-wrap,
.cid-vd5XT4pgZH .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vd5Y5tp505 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vd5Y5tp505 .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vd5Y5tp505 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vd5Y5tp505 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd5Y5tp505 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd5Y5tp505 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vd5Y5tp505 .menu_box .navbar.opened,
  .cid-vd5Y5tp505 .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vd5Y5tp505 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vd5Y5tp505 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vd5Y5tp505 .btn:hover {
  box-shadow: none;
}
.cid-vd5Y5tp505 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vd5Y5tp505 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vd5Y5tp505 .nav-item {
    margin: 0 !important;
  }
}
.cid-vd5Y5tp505 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vd5Y5tp505 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd5Y5tp505 .nav-item .nav-link:hover::before,
.cid-vd5Y5tp505 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vd5Y5tp505 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vd5Y5tp505 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vd5Y5tp505 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vd5Y5tp505 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vd5Y5tp505 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vd5Y5tp505 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vd5Y5tp505 .offcanvas_box {
    display: none;
  }
}
.cid-vd5Y5tp505 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vd5Y5tp505 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vd5Y5tp505 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vd5Y5tp505 .container {
  display: flex;
  margin: auto;
}
.cid-vd5Y5tp505 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vd5Y5tp505 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vd5Y5tp505 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vd5Y5tp505 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vd5Y5tp505 .navbar-nav {
    margin: 0;
  }
}
.cid-vd5Y5tp505 .dropdown-menu,
.cid-vd5Y5tp505 .navbar.opened {
  background-color: false !important;
}
.cid-vd5Y5tp505 .nav-item:focus,
.cid-vd5Y5tp505 .nav-link:focus {
  outline: none;
}
.cid-vd5Y5tp505 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd5Y5tp505 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd5Y5tp505 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd5Y5tp505 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd5Y5tp505 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd5Y5tp505 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd5Y5tp505 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vd5Y5tp505 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vd5Y5tp505 .navbar.opened {
  transition: all 0.3s;
}
.cid-vd5Y5tp505 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vd5Y5tp505 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vd5Y5tp505 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd5Y5tp505 .navbar.collapsed {
  justify-content: center;
}
.cid-vd5Y5tp505 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd5Y5tp505 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd5Y5tp505 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd5Y5tp505 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd5Y5tp505 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd5Y5tp505 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vd5Y5tp505 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd5Y5tp505 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vd5Y5tp505 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vd5Y5tp505 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd5Y5tp505 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd5Y5tp505 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vd5Y5tp505 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd5Y5tp505 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vd5Y5tp505 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd5Y5tp505 .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vd5Y5tp505 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vd5Y5tp505 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vd5Y5tp505 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vd5Y5tp505 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd5Y5tp505 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vd5Y5tp505 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd5Y5tp505 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd5Y5tp505 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd5Y5tp505 .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;
}
.cid-vd5Y5tp505 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vd5Y5tp505 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd5Y5tp505 .dropdown-item.active,
.cid-vd5Y5tp505 .dropdown-item:active {
  background-color: transparent;
}
.cid-vd5Y5tp505 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vd5Y5tp505 .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vd5Y5tp505 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd5Y5tp505 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd5Y5tp505 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd5Y5tp505 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vd5Y5tp505 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd5Y5tp505 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vd5Y5tp505 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vd5Y5tp505 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd5Y5tp505 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5Y5tp505 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5Y5tp505 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd5Y5tp505 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5Y5tp505 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd5Y5tp505 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd5Y5tp505 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5Y5tp505 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vd5Y5tp505 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd5Y5tp505 .navbar {
    height: 70px;
  }
  .cid-vd5Y5tp505 .navbar.opened {
    height: auto;
  }
  .cid-vd5Y5tp505 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd5Y5tp505 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vd5Y5tp505 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vd5Y5tp505 .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vd5Y5tp505 .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vd5Y5tp505 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vd5Y5tp505 .text_widget {
  margin-bottom: 32px;
}
.cid-vd5Y5tp505 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vd5Y5tp505 .text_widget a:hover,
.cid-vd5Y5tp505 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vd5Y5tp505 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vd5Y5tp505 .icons-menu-main {
  display: flex;
}
.cid-vd5Y5tp505 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd5Y5tp505 .navbar-caption {
  color: #000000;
}
.cid-vd5Y5tp505 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vd5Y5tp505 .mbr-section-subtitle,
.cid-vd5Y5tp505 .text_widget,
.cid-vd5Y5tp505 .mbr-section-btn {
  text-align: center;
}
.cid-vd5Y5tp505 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd5Y5ukYVR {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vd5Y5ukYVR .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vd5Y5ukYVR {
    align-items: flex-end;
  }
  .cid-vd5Y5ukYVR .row {
    justify-content: center;
  }
  .cid-vd5Y5ukYVR .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5Y5ukYVR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd5Y5ukYVR {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd5Y5ukYVR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd5Y5ukYVR .content-wrap {
    width: 100%;
  }
}
.cid-vd5Y5ukYVR .mbr-section-title,
.cid-vd5Y5ukYVR .mbr-section-subtitle {
  text-align: center;
}
.cid-vd5Y5ukYVR .mbr-text,
.cid-vd5Y5ukYVR .mbr-section-btn {
  text-align: center;
}
.cid-vd5Y5ukYVR .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vd5Y5uCev8 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vd5Y5uCev8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5Y5uCev8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5Y5uCev8 .mbr-section-title {
  color: #b28247;
}
.cid-vd5Y5uRq6A {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vd5Y5uRq6A .container {
  max-width: 1200px !important;
}
.cid-vd5Y5uRq6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5Y5uRq6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5Y5uRq6A .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vd5Y5uRq6A .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd5Y5uRq6A .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5Y5uRq6A .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vd5Y5uRq6A .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vd5Y5uRq6A .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vd5Y5uRq6A img,
.cid-vd5Y5uRq6A .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vd5Y5uRq6A img,
  .cid-vd5Y5uRq6A .image-wrapper {
    max-height: 350px;
  }
}
.cid-vd5Y5uRq6A .mbr-section-title {
  color: #0c2c68;
}
.cid-vd5Y5uRq6A .mbr-text {
  color: #000000;
}
.cid-vd5Y5uRq6A .mbr-text,
.cid-vd5Y5uRq6A .mbr-section-btn {
  color: #232323;
}
.cid-vd5Y5uRq6A .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vd5Y5uRq6A .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vd5Y5uRq6A .image-wrapper {
    max-width: 250px;
  }
}
.cid-vd5Y5v5OMs .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vd5Y5v5OMs html,
  .cid-vd5Y5v5OMs body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vd5Y5v5OMs .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vd5Y5v5OMs .carousel-indicators {
    display: none !important;
  }
  .cid-vd5Y5v5OMs #carouselExampleCaptions,
  .cid-vd5Y5v5OMs .carousel-inner,
  .cid-vd5Y5v5OMs .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vd5Y5v5OMs .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vd5Y5v5OMs .carousel-control-prev,
  .cid-vd5Y5v5OMs .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5Y5v5OMs .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vd5Y5v5OMs .carousel-control-prev-icon,
.cid-vd5Y5v5OMs .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vd5Y5vjRYB {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd5Y5vjRYB .mbr-section-subtitle {
  color: #767676;
}
.cid-vd5Y5vjRYB .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vd5Y5vjRYB .container {
    max-width: 1600px;
  }
}
.cid-vd5Y5vjRYB .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vd5Y5vjRYB .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vd5Y5vjRYB .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vd5Y5vjRYB .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vd5Y5vjRYB .team-item:hover .item-social {
  opacity: 1;
}
.cid-vd5Y5vjRYB .team-item .item-image img {
  width: 100%;
}
.cid-vd5Y5vjRYB .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vd5Y5vjRYB .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vd5Y5vjRYB .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vd5Y5vjRYB .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vd5Y5vjRYB .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vd5Y5vjRYB .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vd5Y5vjRYB .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vd5Y5vjRYB .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vd5Y5vjRYB .item-social {
    opacity: 1;
  }
}
.cid-vd5Y5vjRYB H2 {
  color: #0c2c68;
}
.cid-vd5Y5vLeMH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vd5Y5vLeMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5Y5vLeMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5Y5vLeMH .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vd5Y5vLeMH .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vd5Y5vLeMH .container {
    padding: 0 130px;
  }
}
.cid-vd5Y5vLeMH .row {
  justify-content: center;
}
.cid-vd5Y5vLeMH .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5Y5vLeMH .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Y5vLeMH .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5Y5vLeMH .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Y5vLeMH .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vd5Y5vLeMH .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd5Y5vLeMH .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5Y5vLeMH .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Y5vLeMH .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5Y5vLeMH .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vd5Y5vLeMH .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5Y5vLeMH .nav-wrapper .list .item-wrap:hover,
.cid-vd5Y5vLeMH .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5Y5vLeMH .nav-wrapper .list .item-wrap:hover::before,
.cid-vd5Y5vLeMH .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vd5Y5vLeMH .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vd5Y5vLeMH .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5Y5vLeMH .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vd5Y5vLeMH .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Y5vLeMH .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5Y5vLeMH .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Y5vLeMH .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vd5Y5vLeMH .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5Y5vLeMH .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5Y5vLeMH .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vd5Y5vLeMH .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vd5Y5vLeMH .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vd5Y5vLeMH .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5Y5vLeMH .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vd5Y5vLeMH .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5Y5vLeMH .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5Y5vLeMH .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vd5Y5vLeMH .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Y5vLeMH .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vd5Y5vLeMH .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vd5Y5vLeMH .mbr-section-title {
  color: #bee0d6;
}
.cid-vd5Y5vLeMH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd5Y5vLeMH .list {
  color: #bee0d6;
}
.cid-vd5Y5vLeMH .mbr-address {
  color: #ffffff;
}
.cid-vd5Y5vLeMH .mbr-copy {
  color: #ffffff;
}
.cid-vd5Y5vLeMH .mbr-section-title,
.cid-vd5Y5vLeMH .logo-wrapper {
  color: #ffffff;
}
.cid-vd5Y5vLeMH .list,
.cid-vd5Y5vLeMH .item-wrap,
.cid-vd5Y5vLeMH .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vd5Yi55oNi {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vd5Yi55oNi .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vd5Yi55oNi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vd5Yi55oNi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd5Yi55oNi .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd5Yi55oNi .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vd5Yi55oNi .menu_box .navbar.opened,
  .cid-vd5Yi55oNi .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vd5Yi55oNi nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vd5Yi55oNi .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vd5Yi55oNi .btn:hover {
  box-shadow: none;
}
.cid-vd5Yi55oNi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vd5Yi55oNi .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vd5Yi55oNi .nav-item {
    margin: 0 !important;
  }
}
.cid-vd5Yi55oNi .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vd5Yi55oNi .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd5Yi55oNi .nav-item .nav-link:hover::before,
.cid-vd5Yi55oNi .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vd5Yi55oNi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vd5Yi55oNi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vd5Yi55oNi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vd5Yi55oNi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vd5Yi55oNi .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vd5Yi55oNi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vd5Yi55oNi .offcanvas_box {
    display: none;
  }
}
.cid-vd5Yi55oNi .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vd5Yi55oNi .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vd5Yi55oNi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vd5Yi55oNi .container {
  display: flex;
  margin: auto;
}
.cid-vd5Yi55oNi .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vd5Yi55oNi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vd5Yi55oNi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vd5Yi55oNi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vd5Yi55oNi .navbar-nav {
    margin: 0;
  }
}
.cid-vd5Yi55oNi .dropdown-menu,
.cid-vd5Yi55oNi .navbar.opened {
  background-color: false !important;
}
.cid-vd5Yi55oNi .nav-item:focus,
.cid-vd5Yi55oNi .nav-link:focus {
  outline: none;
}
.cid-vd5Yi55oNi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd5Yi55oNi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd5Yi55oNi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd5Yi55oNi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd5Yi55oNi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd5Yi55oNi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd5Yi55oNi .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vd5Yi55oNi .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vd5Yi55oNi .navbar.opened {
  transition: all 0.3s;
}
.cid-vd5Yi55oNi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vd5Yi55oNi .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vd5Yi55oNi .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd5Yi55oNi .navbar.collapsed {
  justify-content: center;
}
.cid-vd5Yi55oNi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd5Yi55oNi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd5Yi55oNi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd5Yi55oNi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd5Yi55oNi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd5Yi55oNi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vd5Yi55oNi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd5Yi55oNi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vd5Yi55oNi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vd5Yi55oNi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd5Yi55oNi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd5Yi55oNi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vd5Yi55oNi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd5Yi55oNi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vd5Yi55oNi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd5Yi55oNi .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vd5Yi55oNi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vd5Yi55oNi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vd5Yi55oNi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vd5Yi55oNi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd5Yi55oNi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vd5Yi55oNi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd5Yi55oNi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd5Yi55oNi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd5Yi55oNi .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;
}
.cid-vd5Yi55oNi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vd5Yi55oNi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd5Yi55oNi .dropdown-item.active,
.cid-vd5Yi55oNi .dropdown-item:active {
  background-color: transparent;
}
.cid-vd5Yi55oNi .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vd5Yi55oNi .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vd5Yi55oNi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd5Yi55oNi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd5Yi55oNi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd5Yi55oNi ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vd5Yi55oNi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd5Yi55oNi button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vd5Yi55oNi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vd5Yi55oNi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd5Yi55oNi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5Yi55oNi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5Yi55oNi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd5Yi55oNi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5Yi55oNi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd5Yi55oNi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd5Yi55oNi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5Yi55oNi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vd5Yi55oNi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd5Yi55oNi .navbar {
    height: 70px;
  }
  .cid-vd5Yi55oNi .navbar.opened {
    height: auto;
  }
  .cid-vd5Yi55oNi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd5Yi55oNi .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vd5Yi55oNi .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vd5Yi55oNi .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vd5Yi55oNi .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vd5Yi55oNi .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vd5Yi55oNi .text_widget {
  margin-bottom: 32px;
}
.cid-vd5Yi55oNi .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vd5Yi55oNi .text_widget a:hover,
.cid-vd5Yi55oNi .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vd5Yi55oNi .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vd5Yi55oNi .icons-menu-main {
  display: flex;
}
.cid-vd5Yi55oNi .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd5Yi55oNi .navbar-caption {
  color: #000000;
}
.cid-vd5Yi55oNi .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vd5Yi55oNi .mbr-section-subtitle,
.cid-vd5Yi55oNi .text_widget,
.cid-vd5Yi55oNi .mbr-section-btn {
  text-align: center;
}
.cid-vd5Yi55oNi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd5Yi5YsBi {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vd5Yi5YsBi .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vd5Yi5YsBi {
    align-items: flex-end;
  }
  .cid-vd5Yi5YsBi .row {
    justify-content: center;
  }
  .cid-vd5Yi5YsBi .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5Yi5YsBi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd5Yi5YsBi {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd5Yi5YsBi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd5Yi5YsBi .content-wrap {
    width: 100%;
  }
}
.cid-vd5Yi5YsBi .mbr-section-title,
.cid-vd5Yi5YsBi .mbr-section-subtitle {
  text-align: center;
}
.cid-vd5Yi5YsBi .mbr-text,
.cid-vd5Yi5YsBi .mbr-section-btn {
  text-align: center;
}
.cid-vd5Yi5YsBi .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vd5Yi6hlRW {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vd5Yi6hlRW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5Yi6hlRW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5Yi6hlRW .mbr-section-title {
  color: #b28247;
}
.cid-vd5Yi6s9JL {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vd5Yi6s9JL .container {
  max-width: 1200px !important;
}
.cid-vd5Yi6s9JL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5Yi6s9JL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5Yi6s9JL .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vd5Yi6s9JL .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd5Yi6s9JL .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5Yi6s9JL .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vd5Yi6s9JL .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vd5Yi6s9JL .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vd5Yi6s9JL img,
.cid-vd5Yi6s9JL .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vd5Yi6s9JL img,
  .cid-vd5Yi6s9JL .image-wrapper {
    max-height: 350px;
  }
}
.cid-vd5Yi6s9JL .mbr-section-title {
  color: #0c2c68;
}
.cid-vd5Yi6s9JL .mbr-text {
  color: #000000;
}
.cid-vd5Yi6s9JL .mbr-text,
.cid-vd5Yi6s9JL .mbr-section-btn {
  color: #232323;
}
.cid-vd5Yi6s9JL .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vd5Yi6s9JL .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vd5Yi6s9JL .image-wrapper {
    max-width: 250px;
  }
}
.cid-vd5Yi6FusT .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vd5Yi6FusT html,
  .cid-vd5Yi6FusT body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vd5Yi6FusT .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vd5Yi6FusT .carousel-indicators {
    display: none !important;
  }
  .cid-vd5Yi6FusT #carouselExampleCaptions,
  .cid-vd5Yi6FusT .carousel-inner,
  .cid-vd5Yi6FusT .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vd5Yi6FusT .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vd5Yi6FusT .carousel-control-prev,
  .cid-vd5Yi6FusT .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd5Yi6FusT .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vd5Yi6FusT .carousel-control-prev-icon,
.cid-vd5Yi6FusT .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vd5Yi6UMwD {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd5Yi6UMwD .mbr-section-subtitle {
  color: #767676;
}
.cid-vd5Yi6UMwD .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vd5Yi6UMwD .container {
    max-width: 1600px;
  }
}
.cid-vd5Yi6UMwD .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vd5Yi6UMwD .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vd5Yi6UMwD .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vd5Yi6UMwD .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vd5Yi6UMwD .team-item:hover .item-social {
  opacity: 1;
}
.cid-vd5Yi6UMwD .team-item .item-image img {
  width: 100%;
}
.cid-vd5Yi6UMwD .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vd5Yi6UMwD .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vd5Yi6UMwD .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vd5Yi6UMwD .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vd5Yi6UMwD .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vd5Yi6UMwD .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vd5Yi6UMwD .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vd5Yi6UMwD .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vd5Yi6UMwD .item-social {
    opacity: 1;
  }
}
.cid-vd5Yi6UMwD H2 {
  color: #0c2c68;
}
.cid-vd5Yi7k6yA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vd5Yi7k6yA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5Yi7k6yA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5Yi7k6yA .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vd5Yi7k6yA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vd5Yi7k6yA .container {
    padding: 0 130px;
  }
}
.cid-vd5Yi7k6yA .row {
  justify-content: center;
}
.cid-vd5Yi7k6yA .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5Yi7k6yA .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Yi7k6yA .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5Yi7k6yA .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Yi7k6yA .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vd5Yi7k6yA .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd5Yi7k6yA .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vd5Yi7k6yA .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Yi7k6yA .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5Yi7k6yA .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vd5Yi7k6yA .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5Yi7k6yA .nav-wrapper .list .item-wrap:hover,
.cid-vd5Yi7k6yA .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5Yi7k6yA .nav-wrapper .list .item-wrap:hover::before,
.cid-vd5Yi7k6yA .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vd5Yi7k6yA .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vd5Yi7k6yA .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5Yi7k6yA .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vd5Yi7k6yA .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Yi7k6yA .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd5Yi7k6yA .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Yi7k6yA .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vd5Yi7k6yA .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5Yi7k6yA .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5Yi7k6yA .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vd5Yi7k6yA .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vd5Yi7k6yA .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vd5Yi7k6yA .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vd5Yi7k6yA .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vd5Yi7k6yA .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vd5Yi7k6yA .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd5Yi7k6yA .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vd5Yi7k6yA .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vd5Yi7k6yA .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vd5Yi7k6yA .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vd5Yi7k6yA .mbr-section-title {
  color: #bee0d6;
}
.cid-vd5Yi7k6yA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd5Yi7k6yA .list {
  color: #bee0d6;
}
.cid-vd5Yi7k6yA .mbr-address {
  color: #ffffff;
}
.cid-vd5Yi7k6yA .mbr-copy {
  color: #ffffff;
}
.cid-vd5Yi7k6yA .mbr-section-title,
.cid-vd5Yi7k6yA .logo-wrapper {
  color: #ffffff;
}
.cid-vd5Yi7k6yA .list,
.cid-vd5Yi7k6yA .item-wrap,
.cid-vd5Yi7k6yA .nav-wrapper {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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.3;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p, .mbr-text {
    line-height: 1.5; /* 數字越大，行距越寬。標準約為 1.5 */
}
a {
  line-height: 1;
  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: 600;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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;
}

.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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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-vdCkYvAn7S {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vdCkYvAn7S .navbar-dropdown {
  background-color: #0c2c68 !important;
  padding: 0;
}
.cid-vdCkYvAn7S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0c2c68 !important;
  background: #0c2c68;
}
.cid-vdCkYvAn7S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdCkYvAn7S .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vdCkYvAn7S .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vdCkYvAn7S .menu_box .navbar.opened,
  .cid-vdCkYvAn7S .menu_box .navbar-collapse {
    background-color: #0c2c68 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdCkYvAn7S nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdCkYvAn7S .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdCkYvAn7S .btn:hover {
  box-shadow: none;
}
.cid-vdCkYvAn7S .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdCkYvAn7S .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-vdCkYvAn7S .nav-item {
    margin: 0 !important;
  }
}
.cid-vdCkYvAn7S .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vdCkYvAn7S .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vdCkYvAn7S .nav-item .nav-link:hover::before,
.cid-vdCkYvAn7S .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vdCkYvAn7S .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdCkYvAn7S .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdCkYvAn7S .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdCkYvAn7S .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdCkYvAn7S .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vdCkYvAn7S .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdCkYvAn7S .offcanvas_box {
    display: none;
  }
}
.cid-vdCkYvAn7S .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vdCkYvAn7S .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdCkYvAn7S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdCkYvAn7S .container {
  display: flex;
  margin: auto;
}
.cid-vdCkYvAn7S .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vdCkYvAn7S .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdCkYvAn7S .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdCkYvAn7S .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdCkYvAn7S .navbar-nav {
    margin: 0;
  }
}
.cid-vdCkYvAn7S .dropdown-menu,
.cid-vdCkYvAn7S .navbar.opened {
  background-color: false !important;
}
.cid-vdCkYvAn7S .nav-item:focus,
.cid-vdCkYvAn7S .nav-link:focus {
  outline: none;
}
.cid-vdCkYvAn7S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdCkYvAn7S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdCkYvAn7S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdCkYvAn7S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdCkYvAn7S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdCkYvAn7S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdCkYvAn7S .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vdCkYvAn7S .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vdCkYvAn7S .navbar.opened {
  transition: all 0.3s;
}
.cid-vdCkYvAn7S .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdCkYvAn7S .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vdCkYvAn7S .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdCkYvAn7S .navbar.collapsed {
  justify-content: center;
}
.cid-vdCkYvAn7S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdCkYvAn7S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdCkYvAn7S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdCkYvAn7S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdCkYvAn7S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdCkYvAn7S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdCkYvAn7S .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdCkYvAn7S .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdCkYvAn7S .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vdCkYvAn7S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdCkYvAn7S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdCkYvAn7S .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdCkYvAn7S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdCkYvAn7S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdCkYvAn7S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdCkYvAn7S .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vdCkYvAn7S .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdCkYvAn7S .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdCkYvAn7S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vdCkYvAn7S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdCkYvAn7S .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdCkYvAn7S .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdCkYvAn7S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdCkYvAn7S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdCkYvAn7S .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;
}
.cid-vdCkYvAn7S .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdCkYvAn7S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdCkYvAn7S .dropdown-item.active,
.cid-vdCkYvAn7S .dropdown-item:active {
  background-color: transparent;
}
.cid-vdCkYvAn7S .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-vdCkYvAn7S .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vdCkYvAn7S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdCkYvAn7S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdCkYvAn7S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdCkYvAn7S ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vdCkYvAn7S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdCkYvAn7S button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0c2c68;
  background: #ffffff;
}
.cid-vdCkYvAn7S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-vdCkYvAn7S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdCkYvAn7S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdCkYvAn7S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdCkYvAn7S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdCkYvAn7S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdCkYvAn7S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdCkYvAn7S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdCkYvAn7S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdCkYvAn7S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdCkYvAn7S .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdCkYvAn7S .navbar {
    height: 70px;
  }
  .cid-vdCkYvAn7S .navbar.opened {
    height: auto;
  }
  .cid-vdCkYvAn7S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdCkYvAn7S .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vdCkYvAn7S .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vdCkYvAn7S .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-vdCkYvAn7S .navbar-caption:hover {
  color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-vdCkYvAn7S .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdCkYvAn7S .text_widget {
  margin-bottom: 32px;
}
.cid-vdCkYvAn7S .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vdCkYvAn7S .text_widget a:hover,
.cid-vdCkYvAn7S .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vdCkYvAn7S .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-vdCkYvAn7S .icons-menu-main {
  display: flex;
}
.cid-vdCkYvAn7S .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdCkYvAn7S .navbar-caption {
  color: #000000;
}
.cid-vdCkYvAn7S .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vdCkYvAn7S .mbr-section-subtitle,
.cid-vdCkYvAn7S .text_widget,
.cid-vdCkYvAn7S .mbr-section-btn {
  text-align: center;
}
.cid-vdCkYvAn7S a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vdCkYww0w4 {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner1-1920x600.jpg");
}
.cid-vdCkYww0w4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vdCkYww0w4 {
    align-items: flex-end;
  }
  .cid-vdCkYww0w4 .row {
    justify-content: center;
  }
  .cid-vdCkYww0w4 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdCkYww0w4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdCkYww0w4 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vdCkYww0w4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdCkYww0w4 .content-wrap {
    width: 100%;
  }
}
.cid-vdCkYww0w4 .mbr-section-title,
.cid-vdCkYww0w4 .mbr-section-subtitle {
  text-align: center;
}
.cid-vdCkYww0w4 .mbr-text,
.cid-vdCkYww0w4 .mbr-section-btn {
  text-align: center;
}
.cid-vdCkYww0w4 .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vdCkYwPFEM {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vdCkYwPFEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdCkYwPFEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdCkYwPFEM .mbr-section-title {
  color: #b28247;
}
.cid-vdCkYx32Tk {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-vdCkYx32Tk .container {
  max-width: 1200px !important;
}
.cid-vdCkYx32Tk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdCkYx32Tk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdCkYx32Tk .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vdCkYx32Tk .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdCkYx32Tk .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vdCkYx32Tk .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vdCkYx32Tk .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vdCkYx32Tk .image-wrapper {
  padding: 0 1rem;
  align-self: flex-start;
  max-width: 300px;
}
.cid-vdCkYx32Tk img,
.cid-vdCkYx32Tk .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vdCkYx32Tk img,
  .cid-vdCkYx32Tk .image-wrapper {
    max-height: 350px;
  }
}
.cid-vdCkYx32Tk .mbr-section-title {
  color: #0c2c68;
}
.cid-vdCkYx32Tk .mbr-text {
  color: #000000;
}
.cid-vdCkYx32Tk .mbr-text,
.cid-vdCkYx32Tk .mbr-section-btn {
  color: #232323;
}
.cid-vdCkYx32Tk .item.features-image .row {
  align-items: flex-start !important;
}
.cid-vdCkYx32Tk .image-wrapper img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vdCkYx32Tk .image-wrapper {
    max-width: 250px;
  }
}
.cid-vdCkYxjeY1 .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .cid-vdCkYxjeY1 html,
  .cid-vdCkYxjeY1 body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }
  .cid-vdCkYxjeY1 .topphone {
    padding-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-vdCkYxjeY1 .carousel-indicators {
    display: none !important;
  }
  .cid-vdCkYxjeY1 #carouselExampleCaptions,
  .cid-vdCkYxjeY1 .carousel-inner,
  .cid-vdCkYxjeY1 .carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: calc(0vw) !important;
    margin-right: calc(0vw) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: none !important;
  }
  .cid-vdCkYxjeY1 .carousel img {
    width: 100vw !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .cid-vdCkYxjeY1 .carousel-control-prev,
  .cid-vdCkYxjeY1 .carousel-control-next {
    width: 5vw !important;
    max-width: 40px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdCkYxjeY1 .carousel img {
    object-fit: contain !important;
    max-height: 70vh !important;
  }
}
.cid-vdCkYxjeY1 .carousel-control-prev-icon,
.cid-vdCkYxjeY1 .carousel-control-next-icon {
  filter: invert(1);
}
.cid-vdCkYxCErW {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vdCkYxCErW .mbr-section-subtitle {
  color: #767676;
}
.cid-vdCkYxCErW .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vdCkYxCErW .container {
    max-width: 1600px;
  }
}
.cid-vdCkYxCErW .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vdCkYxCErW .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-vdCkYxCErW .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-vdCkYxCErW .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-vdCkYxCErW .team-item:hover .item-social {
  opacity: 1;
}
.cid-vdCkYxCErW .team-item .item-image img {
  width: 100%;
}
.cid-vdCkYxCErW .team-item .item-name p {
  margin-bottom: 0;
}
.cid-vdCkYxCErW .team-item .item-role p {
  margin-bottom: 0;
}
.cid-vdCkYxCErW .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-vdCkYxCErW .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-vdCkYxCErW .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vdCkYxCErW .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vdCkYxCErW .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vdCkYxCErW .item-caption {
    padding: 2rem 1rem;
  }
  .cid-vdCkYxCErW .item-social {
    opacity: 1;
  }
}
.cid-vdCkYxCErW H2 {
  color: #0c2c68;
}
.cid-vdCkYy6K6Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bg1.png");
}
.cid-vdCkYy6K6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdCkYy6K6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdCkYy6K6Y .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vdCkYy6K6Y .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vdCkYy6K6Y .container {
    padding: 0 130px;
  }
}
.cid-vdCkYy6K6Y .row {
  justify-content: center;
}
.cid-vdCkYy6K6Y .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vdCkYy6K6Y .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdCkYy6K6Y .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdCkYy6K6Y .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdCkYy6K6Y .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-vdCkYy6K6Y .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdCkYy6K6Y .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vdCkYy6K6Y .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdCkYy6K6Y .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vdCkYy6K6Y .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vdCkYy6K6Y .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vdCkYy6K6Y .nav-wrapper .list .item-wrap:hover,
.cid-vdCkYy6K6Y .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vdCkYy6K6Y .nav-wrapper .list .item-wrap:hover::before,
.cid-vdCkYy6K6Y .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdCkYy6K6Y .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vdCkYy6K6Y .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdCkYy6K6Y .contacts-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdCkYy6K6Y .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdCkYy6K6Y .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdCkYy6K6Y .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdCkYy6K6Y .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vdCkYy6K6Y .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vdCkYy6K6Y .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vdCkYy6K6Y .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-vdCkYy6K6Y .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-vdCkYy6K6Y .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdCkYy6K6Y .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vdCkYy6K6Y .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-vdCkYy6K6Y .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vdCkYy6K6Y .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdCkYy6K6Y .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-vdCkYy6K6Y .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdCkYy6K6Y .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-vdCkYy6K6Y .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vdCkYy6K6Y .mbr-section-title {
  color: #bee0d6;
}
.cid-vdCkYy6K6Y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdCkYy6K6Y .list {
  color: #bee0d6;
}
.cid-vdCkYy6K6Y .mbr-address {
  color: #ffffff;
}
.cid-vdCkYy6K6Y .mbr-copy {
  color: #ffffff;
}
.cid-vdCkYy6K6Y .mbr-section-title,
.cid-vdCkYy6K6Y .logo-wrapper {
  color: #ffffff;
}
.cid-vdCkYy6K6Y .list,
.cid-vdCkYy6K6Y .item-wrap,
.cid-vdCkYy6K6Y .nav-wrapper {
  color: #ffffff;
}
