.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Arimo', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-2 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-4 {
  font-family: 'Arimo', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Arimo', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.54rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1a3350 !important;
}
.bg-success {
  background-color: #3a4c67 !important;
}
.bg-info {
  background-color: #3a4c67 !important;
}
.bg-warning {
  background-color: #a5a5a5 !important;
}
.bg-danger {
  background-color: #a5a5a5 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1a3350 !important;
  border-color: #1a3350 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #05090f !important;
  border-color: #05090f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #05090f !important;
  border-color: #05090f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a5a5a5 !important;
  border-color: #a5a5a5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7a7a7a !important;
  border-color: #7a7a7a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7a7a7a !important;
  border-color: #7a7a7a !important;
}
.btn-info,
.btn-info:active {
  background-color: #3a4c67 !important;
  border-color: #3a4c67 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1b2330 !important;
  border-color: #1b2330 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1b2330 !important;
  border-color: #1b2330 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a4c67 !important;
  border-color: #3a4c67 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1b2330 !important;
  border-color: #1b2330 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1b2330 !important;
  border-color: #1b2330 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a5a5a5 !important;
  border-color: #a5a5a5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #7a7a7a !important;
  border-color: #7a7a7a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #7a7a7a !important;
  border-color: #7a7a7a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a5a5a5 !important;
  border-color: #a5a5a5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #7a7a7a !important;
  border-color: #7a7a7a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7a7a7a !important;
  border-color: #7a7a7a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1a3350;
  color: #1a3350;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #05090f !important;
  background-color: transparent!important;
  border-color: #05090f !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1a3350 !important;
  border-color: #1a3350 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #a5a5a5;
  color: #a5a5a5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7a7a7a !important;
  background-color: transparent!important;
  border-color: #7a7a7a !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a5a5a5 !important;
  border-color: #a5a5a5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #3a4c67;
  color: #3a4c67;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1b2330 !important;
  background-color: transparent!important;
  border-color: #1b2330 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3a4c67 !important;
  border-color: #3a4c67 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a4c67;
  color: #3a4c67;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b2330 !important;
  background-color: transparent!important;
  border-color: #1b2330 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a4c67 !important;
  border-color: #3a4c67 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a5a5a5;
  color: #a5a5a5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #7a7a7a !important;
  background-color: transparent!important;
  border-color: #7a7a7a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a5a5a5 !important;
  border-color: #a5a5a5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a5a5a5;
  color: #a5a5a5;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7a7a7a !important;
  background-color: transparent!important;
  border-color: #7a7a7a !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a5a5a5 !important;
  border-color: #a5a5a5 !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: #1a3350 !important;
}
.text-secondary {
  color: #a5a5a5 !important;
}
.text-success {
  color: #3a4c67 !important;
}
.text-info {
  color: #3a4c67 !important;
}
.text-warning {
  color: #a5a5a5 !important;
}
.text-danger {
  color: #a5a5a5 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #010203 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #727272 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #151c26 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #151c26 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #727272 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #727272 !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: #1a3350;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3a4c67;
}
.alert-warning {
  background-color: #a5a5a5;
}
.alert-danger {
  background-color: #a5a5a5;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1a3350;
  border-color: #1a3350;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1a3350;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7ba4d4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #718aaf;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #718aaf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e5e5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e5e5e5;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Arimo', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #1a3350 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Arimo', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #1a3350;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1a3350;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1a3350;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1a3350;
  border-bottom-color: #1a3350;
}
.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: #1a3350 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #a5a5a5 !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='%231a3350' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-taUPe5XO2N {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-taUPe5XO2N {
    min-height: 170px !important;
  }
}
.cid-taUPe5XO2N .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-taUPe5XO2N .empty_md {
    display: block;
  }
}
.cid-taUPe5XO2N .container,
.cid-taUPe5XO2N .container-fluid,
.cid-taUPe5XO2N .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-taUPe5XO2N .container,
  .cid-taUPe5XO2N .container-fluid,
  .cid-taUPe5XO2N .empty_md {
    min-height: 170px !important;
  }
}
.cid-taUPe5XO2N .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-taUPe5XO2N .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-taUPe5XO2N .top_menu {
    min-height: 110px !important;
  }
}
.cid-taUPe5XO2N .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-taUPe5XO2N .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-taUPe5XO2N .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-taUPe5XO2N .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-taUPe5XO2N .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-taUPe5XO2N .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-taUPe5XO2N .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-taUPe5XO2N .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-taUPe5XO2N .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-taUPe5XO2N .empty,
  .cid-taUPe5XO2N .icons-menu {
    min-width: 265px;
  }
  .cid-taUPe5XO2N .navbar-logo {
    margin: 0;
  }
  .cid-taUPe5XO2N .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-taUPe5XO2N .btn {
    white-space: nowrap;
  }
  .cid-taUPe5XO2N .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-taUPe5XO2N .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-taUPe5XO2N .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-taUPe5XO2N .dropdown-toggle::after,
  .cid-taUPe5XO2N .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-taUPe5XO2N .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-taUPe5XO2N .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-taUPe5XO2N .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-taUPe5XO2N .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-taUPe5XO2N .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-taUPe5XO2N .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-taUPe5XO2N .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-taUPe5XO2N .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-taUPe5XO2N .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-taUPe5XO2N .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-taUPe5XO2N .nav-item:focus,
.cid-taUPe5XO2N .nav-link:focus {
  outline: none;
}
.cid-taUPe5XO2N .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-taUPe5XO2N .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-taUPe5XO2N .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-taUPe5XO2N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taUPe5XO2N .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-taUPe5XO2N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taUPe5XO2N ul.navbar-nav li {
  margin: auto;
}
.cid-taUPe5XO2N .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-taUPe5XO2N .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-taUPe5XO2N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-taUPe5XO2N .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-taUPe5XO2N .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-taUPe5XO2N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taUPe5XO2N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taUPe5XO2N .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-taUPe5XO2N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-taUPe5XO2N .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-taUPe5XO2N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taUPe5XO2N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-taUPe5XO2N .navbar .icons-menu,
  .cid-taUPe5XO2N .navbar .empty {
    display: none;
  }
  .cid-taUPe5XO2N .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-taUPe5XO2N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taUPe5XO2N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taUPe5XO2N .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-taUPe5XO2N .navbar .container-fluid,
  .cid-taUPe5XO2N .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-taUPe5XO2N .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-taUPe5XO2N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taUPe5XO2N .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-taUPe5XO2N .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-taUPe5XO2N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-taUPe5XO2N .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-taUPe5XO2N .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-taUPe5XO2N .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-taUPe5XO2N .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-taUPe5XO2N .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-taUPe5XO2N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taUPe5XO2N .dropdown-item.active,
.cid-taUPe5XO2N .dropdown-item:active {
  background-color: transparent;
}
.cid-taUPe5XO2N .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taUPe5XO2N .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-taUPe5XO2N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-taUPe5XO2N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-taUPe5XO2N .navbar-buttons {
  text-align: center;
}
.cid-taUPe5XO2N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-taUPe5XO2N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-taUPe5XO2N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-taUPe5XO2N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-taUPe5XO2N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-taUPe5XO2N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-taUPe5XO2N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-taUPe5XO2N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-taUPe5XO2N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-taUPe5XO2N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-taUPe5XO2N .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-taUPe5XO2N a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-taUPe5XO2N a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-taUPe5XO2N .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taUPe5XO2N .navbar {
    height: 77px;
  }
  .cid-taUPe5XO2N .navbar.opened {
    height: auto;
  }
  .cid-taUPe5XO2N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubKweuRxi4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ubKwdQ68QG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../jpg/mainscreenbg3a4c67-1.jpg");
}
.cid-ubKwdQ68QG P {
  color: #767676;
}
.cid-ubKwdQ68QG H1 {
  color: #ffffff;
}
.cid-ubKwdQ68QG .mbr-text,
.cid-ubKwdQ68QG .mbr-section-btn {
  color: #ffffff;
}
.cid-tcIEjM2esH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcIEjM2esH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcIEjM2esH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcDyLWc6QQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tcDyLWc6QQ .mbr-overlay {
  background: #efefef;
}
.cid-tcDyLWc6QQ .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tcDyLWc6QQ .client-name {
  color: #8d97ad;
}
.cid-tcDyLWc6QQ .wrap-img {
  padding-bottom: 1rem;
}
.cid-tcDyLWc6QQ .wrap-img img {
  max-width: 100%;
  display: inline-block;
  width: auto;
}
.cid-tcDyLWc6QQ .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-tcDyLWc6QQ .mbr-section-title {
  color: #1a3350;
}
.cid-tcDzGWlA7J {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-taWfO30E1N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-taWfO30E1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-taWfO30E1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taWfO30E1N .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-taWfO30E1N .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-taWfO30E1N .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-taWfO30E1N .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-taWfO30E1N .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-taWfO30E1N .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-taWfO30E1N .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-taWfO30E1N .card-title {
  color: #ffffff;
}
.cid-taWfO30E1N .mbr-text,
.cid-taWfO30E1N .mbr-section-btn {
  color: #f4f4f6;
}
.cid-tg0SauwfpK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-tg0SauwfpK .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tg0SauwfpK .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tg0SauwfpK .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tg0SauwfpK .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tg0SauwfpK .row > div {
    margin: auto;
  }
}
.cid-tg0SauwfpK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg0SauwfpK .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-tg0SauwfpK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg0SauwfpK .list {
    margin-bottom: 0rem;
  }
}
.cid-tg0SauwfpK .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-tg0SauwfpK .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-tg0SauwfpK .row {
    display: grid;
  }
  .cid-tg0SauwfpK .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tg0SauwfpK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tg0SauwfpK .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-tg0SauwfpK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg0SauwfpK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-taW9HMJjfs {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-taW9HMJjfs .mbr-text a {
  background-size: 100% 0%;
}
.cid-taW9HMJjfs .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-taW9HMJjfs .media-container-row .mbr-text {
  color: #959393;
}
.cid-tbB3o6Tzxa {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tbB3o6Tzxa {
    min-height: 170px !important;
  }
}
.cid-tbB3o6Tzxa .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tbB3o6Tzxa .empty_md {
    display: block;
  }
}
.cid-tbB3o6Tzxa .container,
.cid-tbB3o6Tzxa .container-fluid,
.cid-tbB3o6Tzxa .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tbB3o6Tzxa .container,
  .cid-tbB3o6Tzxa .container-fluid,
  .cid-tbB3o6Tzxa .empty_md {
    min-height: 170px !important;
  }
}
.cid-tbB3o6Tzxa .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tbB3o6Tzxa .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tbB3o6Tzxa .top_menu {
    min-height: 110px !important;
  }
}
.cid-tbB3o6Tzxa .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-tbB3o6Tzxa .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbB3o6Tzxa .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tbB3o6Tzxa .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tbB3o6Tzxa .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tbB3o6Tzxa .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tbB3o6Tzxa .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tbB3o6Tzxa .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tbB3o6Tzxa .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tbB3o6Tzxa .empty,
  .cid-tbB3o6Tzxa .icons-menu {
    min-width: 265px;
  }
  .cid-tbB3o6Tzxa .navbar-logo {
    margin: 0;
  }
  .cid-tbB3o6Tzxa .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tbB3o6Tzxa .btn {
    white-space: nowrap;
  }
  .cid-tbB3o6Tzxa .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tbB3o6Tzxa .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tbB3o6Tzxa .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tbB3o6Tzxa .dropdown-toggle::after,
  .cid-tbB3o6Tzxa .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tbB3o6Tzxa .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tbB3o6Tzxa .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbB3o6Tzxa .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tbB3o6Tzxa .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbB3o6Tzxa .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-tbB3o6Tzxa .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tbB3o6Tzxa .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tbB3o6Tzxa .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tbB3o6Tzxa .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tbB3o6Tzxa .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tbB3o6Tzxa .nav-item:focus,
.cid-tbB3o6Tzxa .nav-link:focus {
  outline: none;
}
.cid-tbB3o6Tzxa .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tbB3o6Tzxa .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tbB3o6Tzxa .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tbB3o6Tzxa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbB3o6Tzxa .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tbB3o6Tzxa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tbB3o6Tzxa ul.navbar-nav li {
  margin: auto;
}
.cid-tbB3o6Tzxa .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tbB3o6Tzxa .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tbB3o6Tzxa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tbB3o6Tzxa .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tbB3o6Tzxa .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tbB3o6Tzxa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbB3o6Tzxa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tbB3o6Tzxa .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tbB3o6Tzxa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-tbB3o6Tzxa .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbB3o6Tzxa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbB3o6Tzxa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tbB3o6Tzxa .navbar .icons-menu,
  .cid-tbB3o6Tzxa .navbar .empty {
    display: none;
  }
  .cid-tbB3o6Tzxa .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tbB3o6Tzxa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbB3o6Tzxa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbB3o6Tzxa .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tbB3o6Tzxa .navbar .container-fluid,
  .cid-tbB3o6Tzxa .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tbB3o6Tzxa .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbB3o6Tzxa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbB3o6Tzxa .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tbB3o6Tzxa .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tbB3o6Tzxa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tbB3o6Tzxa .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tbB3o6Tzxa .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tbB3o6Tzxa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbB3o6Tzxa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tbB3o6Tzxa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbB3o6Tzxa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbB3o6Tzxa .dropdown-item.active,
.cid-tbB3o6Tzxa .dropdown-item:active {
  background-color: transparent;
}
.cid-tbB3o6Tzxa .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbB3o6Tzxa .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tbB3o6Tzxa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tbB3o6Tzxa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tbB3o6Tzxa .navbar-buttons {
  text-align: center;
}
.cid-tbB3o6Tzxa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tbB3o6Tzxa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-tbB3o6Tzxa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbB3o6Tzxa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbB3o6Tzxa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbB3o6Tzxa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbB3o6Tzxa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbB3o6Tzxa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tbB3o6Tzxa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tbB3o6Tzxa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbB3o6Tzxa .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tbB3o6Tzxa a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbB3o6Tzxa a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-tbB3o6Tzxa .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbB3o6Tzxa .navbar {
    height: 77px;
  }
  .cid-tbB3o6Tzxa .navbar.opened {
    height: auto;
  }
  .cid-tbB3o6Tzxa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbB3o80Dev {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbB3o80Dev .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbB3o80Dev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbB3o80Dev .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-tcE04WX8kx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-tcE04WX8kx .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcE04WX8kx .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tcE04WX8kx .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tcE04WX8kx .label-text {
    text-align: center !important;
  }
}
.cid-tcE04WX8kx .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tcE04WX8kx .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tcE04WX8kx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcE04WX8kx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-4o P {
  text-align: center;
}
.cid-tcE0k8KVKG {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tcE0k8KVKG .image-block {
  margin: auto;
}
.cid-tcE0k8KVKG figcaption {
  position: relative;
}
.cid-tcE0k8KVKG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 268px) {
  .cid-tcE0k8KVKG .image-block {
    width: 100% !important;
  }
}
.cid-umcKanmWXq {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../jpg/mainscreenbg3a4c67-1.jpg");
}
.cid-umcKanmWXq P {
  color: #767676;
}
.cid-umcKanmWXq H1 {
  color: #ffffff;
}
.cid-umcKanmWXq .mbr-text,
.cid-umcKanmWXq .mbr-section-btn {
  color: #ffffff;
}
.cid-tbB4FsCHoL {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tbB4FsCHoL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbB4FsCHoL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbB4FsCHoL .video-wrapper iframe {
  width: 100%;
}
.cid-tbB4FsCHoL .mbr-section-title,
.cid-tbB4FsCHoL .mbr-section-subtitle,
.cid-tbB4FsCHoL .mbr-text {
  text-align: center;
}
.cid-tSXO24sw2j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tSXO24sw2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXO24sw2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXO24sw2j .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tSXO24sw2j .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXO24sw2j .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSXO24sw2j .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSXO24sw2j .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-tSXO24sw2j .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSXO24sw2j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSXO24sw2j .card-title {
  color: #ffffff;
}
.cid-tSXO24sw2j .mbr-text,
.cid-tSXO24sw2j .mbr-section-btn {
  color: #f4f4f6;
}
.cid-tbB3obMy2h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-tbB3obMy2h .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tbB3obMy2h .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tbB3obMy2h .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tbB3obMy2h .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tbB3obMy2h .row > div {
    margin: auto;
  }
}
.cid-tbB3obMy2h .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tbB3obMy2h .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-tbB3obMy2h .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tbB3obMy2h .list {
    margin-bottom: 0rem;
  }
}
.cid-tbB3obMy2h .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-tbB3obMy2h .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-tbB3obMy2h .row {
    display: grid;
  }
  .cid-tbB3obMy2h .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tbB3obMy2h .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tbB3obMy2h .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-tbB3obMy2h div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tbB3obMy2h .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tbB3ocHHV5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-tbB3ocHHV5 .mbr-text a {
  background-size: 100% 0%;
}
.cid-tbB3ocHHV5 .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tbB3ocHHV5 .media-container-row .mbr-text {
  color: #959393;
}
.cid-tbB5Bnzft9 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tbB5Bnzft9 {
    min-height: 170px !important;
  }
}
.cid-tbB5Bnzft9 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tbB5Bnzft9 .empty_md {
    display: block;
  }
}
.cid-tbB5Bnzft9 .container,
.cid-tbB5Bnzft9 .container-fluid,
.cid-tbB5Bnzft9 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tbB5Bnzft9 .container,
  .cid-tbB5Bnzft9 .container-fluid,
  .cid-tbB5Bnzft9 .empty_md {
    min-height: 170px !important;
  }
}
.cid-tbB5Bnzft9 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tbB5Bnzft9 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tbB5Bnzft9 .top_menu {
    min-height: 110px !important;
  }
}
.cid-tbB5Bnzft9 .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-tbB5Bnzft9 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbB5Bnzft9 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tbB5Bnzft9 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tbB5Bnzft9 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tbB5Bnzft9 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tbB5Bnzft9 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tbB5Bnzft9 .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tbB5Bnzft9 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tbB5Bnzft9 .empty,
  .cid-tbB5Bnzft9 .icons-menu {
    min-width: 265px;
  }
  .cid-tbB5Bnzft9 .navbar-logo {
    margin: 0;
  }
  .cid-tbB5Bnzft9 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tbB5Bnzft9 .btn {
    white-space: nowrap;
  }
  .cid-tbB5Bnzft9 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tbB5Bnzft9 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tbB5Bnzft9 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tbB5Bnzft9 .dropdown-toggle::after,
  .cid-tbB5Bnzft9 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tbB5Bnzft9 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tbB5Bnzft9 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbB5Bnzft9 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tbB5Bnzft9 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbB5Bnzft9 .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-tbB5Bnzft9 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tbB5Bnzft9 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tbB5Bnzft9 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tbB5Bnzft9 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tbB5Bnzft9 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tbB5Bnzft9 .nav-item:focus,
.cid-tbB5Bnzft9 .nav-link:focus {
  outline: none;
}
.cid-tbB5Bnzft9 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tbB5Bnzft9 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tbB5Bnzft9 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tbB5Bnzft9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbB5Bnzft9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tbB5Bnzft9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tbB5Bnzft9 ul.navbar-nav li {
  margin: auto;
}
.cid-tbB5Bnzft9 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tbB5Bnzft9 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tbB5Bnzft9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tbB5Bnzft9 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tbB5Bnzft9 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tbB5Bnzft9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbB5Bnzft9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tbB5Bnzft9 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tbB5Bnzft9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-tbB5Bnzft9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbB5Bnzft9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbB5Bnzft9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tbB5Bnzft9 .navbar .icons-menu,
  .cid-tbB5Bnzft9 .navbar .empty {
    display: none;
  }
  .cid-tbB5Bnzft9 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tbB5Bnzft9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbB5Bnzft9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbB5Bnzft9 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tbB5Bnzft9 .navbar .container-fluid,
  .cid-tbB5Bnzft9 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tbB5Bnzft9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbB5Bnzft9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbB5Bnzft9 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tbB5Bnzft9 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tbB5Bnzft9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tbB5Bnzft9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tbB5Bnzft9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tbB5Bnzft9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbB5Bnzft9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tbB5Bnzft9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbB5Bnzft9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbB5Bnzft9 .dropdown-item.active,
.cid-tbB5Bnzft9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tbB5Bnzft9 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbB5Bnzft9 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tbB5Bnzft9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tbB5Bnzft9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tbB5Bnzft9 .navbar-buttons {
  text-align: center;
}
.cid-tbB5Bnzft9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tbB5Bnzft9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-tbB5Bnzft9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbB5Bnzft9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbB5Bnzft9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbB5Bnzft9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbB5Bnzft9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbB5Bnzft9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tbB5Bnzft9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tbB5Bnzft9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbB5Bnzft9 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tbB5Bnzft9 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbB5Bnzft9 a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-tbB5Bnzft9 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbB5Bnzft9 .navbar {
    height: 77px;
  }
  .cid-tbB5Bnzft9 .navbar.opened {
    height: auto;
  }
  .cid-tbB5Bnzft9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbB5Bosr48 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbB5Bosr48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbB5Bosr48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbB5Bosr48 .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-tcE0ENJL7F {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-tcE0ENJL7F .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcE0ENJL7F .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tcE0ENJL7F .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tcE0ENJL7F .label-text {
    text-align: center !important;
  }
}
.cid-tcE0ENJL7F .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tcE0ENJL7F .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tcE0ENJL7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcE0ENJL7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcE0x0fCEo {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tcE0x0fCEo .image-block {
  margin: auto;
}
.cid-tcE0x0fCEo figcaption {
  position: relative;
}
.cid-tcE0x0fCEo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 268px) {
  .cid-tcE0x0fCEo .image-block {
    width: 100% !important;
  }
}
.cid-umcKfqFLzS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../jpg/mainscreenbg3a4c67-1.jpg");
}
.cid-umcKfqFLzS P {
  color: #767676;
}
.cid-umcKfqFLzS H1 {
  color: #ffffff;
}
.cid-umcKfqFLzS .mbr-text,
.cid-umcKfqFLzS .mbr-section-btn {
  color: #ffffff;
}
.cid-tbB6FEHAmE .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tbB6FEHAmE .number-wrap {
  color: #131e29;
  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-tbB6FEHAmE .countdown-cont {
  margin: 0 auto;
}
.cid-tbB6FEHAmE .countdown-cont div:not(:last-child) {
  border-right: 2px solid lightgray;
}
.cid-tbB6FEHAmE .countdown-cont .row {
  -webkit-flex-wrap: nowrap;
}
.cid-tbB6FEHAmE .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #959393;
}
.cid-tbB6FEHAmE .period {
  display: block;
  padding-top: 2px;
}
.cid-tbB6FEHAmE .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: #959393;
}
.cid-tbB6FEHAmE .full-count-container {
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tbB6FEHAmE .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tbB6FEHAmE .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-tbB6FEHAmE .dot {
    display: none;
  }
  .cid-tbB6FEHAmE .number {
    white-space: nowrap;
  }
  .cid-tbB6FEHAmE .countdown-cont {
    margin: 0 auto;
  }
  .cid-tbB6FEHAmE .countdown-cont div:not(:last-child) {
    border-right: 0px solid lightgray;
  }
  .cid-tbB6FEHAmE .countdown-cont div {
    padding: 0;
  }
  .cid-tbB6FEHAmE .col-sm-3 {
    padding: 0;
  }
}
@media (max-width: 550px) {
  .cid-tbB6FEHAmE .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-tbB6FEHAmE .number-wrap {
    padding: 5px 5px 13px 5px;
  }
  .cid-tbB6FEHAmE .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-tbB6FEHAmE .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-tbB6FEHAmE .number {
    font-size: 25px;
  }
  .cid-tbB6FEHAmE .period {
    font-size: 0.7rem;
  }
}
.cid-tbB6FEHAmE H2 {
  color: #000000;
}
.cid-tbB5BpLdlo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbB5BpLdlo .mbr-section-subtitle {
  color: #2c2c2c;
}
.cid-tbB5BpLdlo .mbr-section-title {
  color: #1a3350;
}
.cid-tSXOhx09c1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tSXOhx09c1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXOhx09c1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXOhx09c1 .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tSXOhx09c1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXOhx09c1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSXOhx09c1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSXOhx09c1 .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-tSXOhx09c1 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSXOhx09c1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSXOhx09c1 .card-title {
  color: #ffffff;
}
.cid-tSXOhx09c1 .mbr-text,
.cid-tSXOhx09c1 .mbr-section-btn {
  color: #f4f4f6;
}
.cid-tbB5BstnTS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-tbB5BstnTS .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tbB5BstnTS .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tbB5BstnTS .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tbB5BstnTS .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tbB5BstnTS .row > div {
    margin: auto;
  }
}
.cid-tbB5BstnTS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tbB5BstnTS .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-tbB5BstnTS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tbB5BstnTS .list {
    margin-bottom: 0rem;
  }
}
.cid-tbB5BstnTS .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-tbB5BstnTS .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-tbB5BstnTS .row {
    display: grid;
  }
  .cid-tbB5BstnTS .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tbB5BstnTS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tbB5BstnTS .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-tbB5BstnTS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tbB5BstnTS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tbB5BtmllH {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-tbB5BtmllH .mbr-text a {
  background-size: 100% 0%;
}
.cid-tbB5BtmllH .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tbB5BtmllH .media-container-row .mbr-text {
  color: #959393;
}
.cid-tbB8xWKSdj {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tbB8xWKSdj {
    min-height: 170px !important;
  }
}
.cid-tbB8xWKSdj .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tbB8xWKSdj .empty_md {
    display: block;
  }
}
.cid-tbB8xWKSdj .container,
.cid-tbB8xWKSdj .container-fluid,
.cid-tbB8xWKSdj .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tbB8xWKSdj .container,
  .cid-tbB8xWKSdj .container-fluid,
  .cid-tbB8xWKSdj .empty_md {
    min-height: 170px !important;
  }
}
.cid-tbB8xWKSdj .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tbB8xWKSdj .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tbB8xWKSdj .top_menu {
    min-height: 110px !important;
  }
}
.cid-tbB8xWKSdj .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-tbB8xWKSdj .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbB8xWKSdj .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tbB8xWKSdj .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tbB8xWKSdj .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tbB8xWKSdj .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tbB8xWKSdj .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tbB8xWKSdj .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tbB8xWKSdj .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tbB8xWKSdj .empty,
  .cid-tbB8xWKSdj .icons-menu {
    min-width: 265px;
  }
  .cid-tbB8xWKSdj .navbar-logo {
    margin: 0;
  }
  .cid-tbB8xWKSdj .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tbB8xWKSdj .btn {
    white-space: nowrap;
  }
  .cid-tbB8xWKSdj .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tbB8xWKSdj .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tbB8xWKSdj .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tbB8xWKSdj .dropdown-toggle::after,
  .cid-tbB8xWKSdj .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tbB8xWKSdj .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tbB8xWKSdj .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbB8xWKSdj .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tbB8xWKSdj .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbB8xWKSdj .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-tbB8xWKSdj .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tbB8xWKSdj .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tbB8xWKSdj .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tbB8xWKSdj .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tbB8xWKSdj .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tbB8xWKSdj .nav-item:focus,
.cid-tbB8xWKSdj .nav-link:focus {
  outline: none;
}
.cid-tbB8xWKSdj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tbB8xWKSdj .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tbB8xWKSdj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tbB8xWKSdj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbB8xWKSdj .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tbB8xWKSdj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tbB8xWKSdj ul.navbar-nav li {
  margin: auto;
}
.cid-tbB8xWKSdj .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tbB8xWKSdj .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tbB8xWKSdj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tbB8xWKSdj .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tbB8xWKSdj .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tbB8xWKSdj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbB8xWKSdj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tbB8xWKSdj .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tbB8xWKSdj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-tbB8xWKSdj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbB8xWKSdj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbB8xWKSdj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tbB8xWKSdj .navbar .icons-menu,
  .cid-tbB8xWKSdj .navbar .empty {
    display: none;
  }
  .cid-tbB8xWKSdj .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tbB8xWKSdj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbB8xWKSdj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbB8xWKSdj .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tbB8xWKSdj .navbar .container-fluid,
  .cid-tbB8xWKSdj .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tbB8xWKSdj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbB8xWKSdj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbB8xWKSdj .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tbB8xWKSdj .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tbB8xWKSdj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tbB8xWKSdj .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tbB8xWKSdj .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tbB8xWKSdj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbB8xWKSdj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tbB8xWKSdj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbB8xWKSdj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbB8xWKSdj .dropdown-item.active,
.cid-tbB8xWKSdj .dropdown-item:active {
  background-color: transparent;
}
.cid-tbB8xWKSdj .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbB8xWKSdj .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tbB8xWKSdj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tbB8xWKSdj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tbB8xWKSdj .navbar-buttons {
  text-align: center;
}
.cid-tbB8xWKSdj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tbB8xWKSdj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-tbB8xWKSdj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbB8xWKSdj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbB8xWKSdj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbB8xWKSdj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbB8xWKSdj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbB8xWKSdj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tbB8xWKSdj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tbB8xWKSdj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbB8xWKSdj .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tbB8xWKSdj a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbB8xWKSdj a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-tbB8xWKSdj .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbB8xWKSdj .navbar {
    height: 77px;
  }
  .cid-tbB8xWKSdj .navbar.opened {
    height: auto;
  }
  .cid-tbB8xWKSdj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbB8xY1sj6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbB8xY1sj6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbB8xY1sj6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbB8xY1sj6 .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-tcE1dMpgp0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-tcE1dMpgp0 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcE1dMpgp0 .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tcE1dMpgp0 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tcE1dMpgp0 .label-text {
    text-align: center !important;
  }
}
.cid-tcE1dMpgp0 .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tcE1dMpgp0 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tcE1dMpgp0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcE1dMpgp0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcE2Bo73uf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcE2Bo73uf .mbr-section-subtitle {
  color: #1a3350;
}
.cid-tcE2Bo73uf .mbr-text {
  color: #595959;
}
.cid-tcE31tuCpd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcE31tuCpd .mbr-section-subtitle {
  color: #1a3350;
}
.cid-tcE31tuCpd .mbr-text {
  color: #595959;
}
.cid-tbB8y1LZhh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbB8y1LZhh .mbr-section-subtitle {
  color: #1a3350;
}
.cid-tbB8y1LZhh .mbr-section-title {
  color: #dfb2ab;
}
.cid-tSXOuQEmVC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tSXOuQEmVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXOuQEmVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXOuQEmVC .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tSXOuQEmVC .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXOuQEmVC .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSXOuQEmVC .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSXOuQEmVC .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-tSXOuQEmVC .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSXOuQEmVC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSXOuQEmVC .card-title {
  color: #ffffff;
}
.cid-tSXOuQEmVC .mbr-text,
.cid-tSXOuQEmVC .mbr-section-btn {
  color: #f4f4f6;
}
.cid-tbB8y3dRoJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-tbB8y3dRoJ .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tbB8y3dRoJ .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tbB8y3dRoJ .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tbB8y3dRoJ .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tbB8y3dRoJ .row > div {
    margin: auto;
  }
}
.cid-tbB8y3dRoJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tbB8y3dRoJ .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-tbB8y3dRoJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tbB8y3dRoJ .list {
    margin-bottom: 0rem;
  }
}
.cid-tbB8y3dRoJ .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-tbB8y3dRoJ .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-tbB8y3dRoJ .row {
    display: grid;
  }
  .cid-tbB8y3dRoJ .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tbB8y3dRoJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tbB8y3dRoJ .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-tbB8y3dRoJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tbB8y3dRoJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tbB8y49PNC {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-tbB8y49PNC .mbr-text a {
  background-size: 100% 0%;
}
.cid-tbB8y49PNC .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tbB8y49PNC .media-container-row .mbr-text {
  color: #959393;
}
.cid-tcUlA8rpsJ {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tcUlA8rpsJ {
    min-height: 170px !important;
  }
}
.cid-tcUlA8rpsJ .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tcUlA8rpsJ .empty_md {
    display: block;
  }
}
.cid-tcUlA8rpsJ .container,
.cid-tcUlA8rpsJ .container-fluid,
.cid-tcUlA8rpsJ .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tcUlA8rpsJ .container,
  .cid-tcUlA8rpsJ .container-fluid,
  .cid-tcUlA8rpsJ .empty_md {
    min-height: 170px !important;
  }
}
.cid-tcUlA8rpsJ .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tcUlA8rpsJ .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tcUlA8rpsJ .top_menu {
    min-height: 110px !important;
  }
}
.cid-tcUlA8rpsJ .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-tcUlA8rpsJ .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUlA8rpsJ .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tcUlA8rpsJ .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tcUlA8rpsJ .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tcUlA8rpsJ .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tcUlA8rpsJ .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tcUlA8rpsJ .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tcUlA8rpsJ .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tcUlA8rpsJ .empty,
  .cid-tcUlA8rpsJ .icons-menu {
    min-width: 265px;
  }
  .cid-tcUlA8rpsJ .navbar-logo {
    margin: 0;
  }
  .cid-tcUlA8rpsJ .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tcUlA8rpsJ .btn {
    white-space: nowrap;
  }
  .cid-tcUlA8rpsJ .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tcUlA8rpsJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tcUlA8rpsJ .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tcUlA8rpsJ .dropdown-toggle::after,
  .cid-tcUlA8rpsJ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tcUlA8rpsJ .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tcUlA8rpsJ .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tcUlA8rpsJ .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tcUlA8rpsJ .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tcUlA8rpsJ .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-tcUlA8rpsJ .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tcUlA8rpsJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tcUlA8rpsJ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tcUlA8rpsJ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tcUlA8rpsJ .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tcUlA8rpsJ .nav-item:focus,
.cid-tcUlA8rpsJ .nav-link:focus {
  outline: none;
}
.cid-tcUlA8rpsJ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tcUlA8rpsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tcUlA8rpsJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tcUlA8rpsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcUlA8rpsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tcUlA8rpsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tcUlA8rpsJ ul.navbar-nav li {
  margin: auto;
}
.cid-tcUlA8rpsJ .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tcUlA8rpsJ .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tcUlA8rpsJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tcUlA8rpsJ .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tcUlA8rpsJ .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tcUlA8rpsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcUlA8rpsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tcUlA8rpsJ .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tcUlA8rpsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-tcUlA8rpsJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tcUlA8rpsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcUlA8rpsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tcUlA8rpsJ .navbar .icons-menu,
  .cid-tcUlA8rpsJ .navbar .empty {
    display: none;
  }
  .cid-tcUlA8rpsJ .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tcUlA8rpsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcUlA8rpsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcUlA8rpsJ .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tcUlA8rpsJ .navbar .container-fluid,
  .cid-tcUlA8rpsJ .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tcUlA8rpsJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tcUlA8rpsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcUlA8rpsJ .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tcUlA8rpsJ .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tcUlA8rpsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tcUlA8rpsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tcUlA8rpsJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tcUlA8rpsJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcUlA8rpsJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcUlA8rpsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tcUlA8rpsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcUlA8rpsJ .dropdown-item.active,
.cid-tcUlA8rpsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tcUlA8rpsJ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcUlA8rpsJ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tcUlA8rpsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tcUlA8rpsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tcUlA8rpsJ .navbar-buttons {
  text-align: center;
}
.cid-tcUlA8rpsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tcUlA8rpsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-tcUlA8rpsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcUlA8rpsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcUlA8rpsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcUlA8rpsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcUlA8rpsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcUlA8rpsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcUlA8rpsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcUlA8rpsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcUlA8rpsJ .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tcUlA8rpsJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tcUlA8rpsJ a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-tcUlA8rpsJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcUlA8rpsJ .navbar {
    height: 77px;
  }
  .cid-tcUlA8rpsJ .navbar.opened {
    height: auto;
  }
  .cid-tcUlA8rpsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcUlA9sG1Z {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcUlA9sG1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcUlA9sG1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcUlA9sG1Z .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-tcUlAa9e3X {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-tcUlAa9e3X .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUlAa9e3X .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tcUlAa9e3X .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tcUlAa9e3X .label-text {
    text-align: center !important;
  }
}
.cid-tcUlAa9e3X .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tcUlAa9e3X .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tcUlAa9e3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcUlAa9e3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcUlAaIBzk {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tcUlAaIBzk .image-block {
  margin: auto;
}
.cid-tcUlAaIBzk figcaption {
  position: relative;
}
.cid-tcUlAaIBzk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 268px) {
  .cid-tcUlAaIBzk .image-block {
    width: 100% !important;
  }
}
.cid-umcKrQs4fs {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../jpg/mainscreenbg3a4c67-1.jpg");
}
.cid-umcKrQs4fs P {
  color: #767676;
}
.cid-umcKrQs4fs H1 {
  color: #ffffff;
}
.cid-umcKrQs4fs .mbr-text,
.cid-umcKrQs4fs .mbr-section-btn {
  color: #ffffff;
}
.cid-u1zcjxdHrW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u1zcjxdHrW .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u1zcjxdHrW .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1zcjxdHrW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u1zcjxdHrW .mbr-section-title {
  color: #1a3350;
}
.cid-u1zcjxdHrW .mbr-text,
.cid-u1zcjxdHrW .mbr-section-btn {
  color: #767676;
}
.cid-u1zck5CT4N {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u1zck5CT4N .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u1zck5CT4N .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1zck5CT4N .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u1zck5CT4N .mbr-section-title {
  color: #1a3350;
}
.cid-u1zck5CT4N .mbr-text,
.cid-u1zck5CT4N .mbr-section-btn {
  color: #767676;
}
.cid-tSXOHjtma1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tSXOHjtma1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXOHjtma1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXOHjtma1 .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tSXOHjtma1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXOHjtma1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSXOHjtma1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSXOHjtma1 .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-tSXOHjtma1 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSXOHjtma1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSXOHjtma1 .card-title {
  color: #ffffff;
}
.cid-tSXOHjtma1 .mbr-text,
.cid-tSXOHjtma1 .mbr-section-btn {
  color: #f4f4f6;
}
.cid-tcUlAe2N4A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-tcUlAe2N4A .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tcUlAe2N4A .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tcUlAe2N4A .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tcUlAe2N4A .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tcUlAe2N4A .row > div {
    margin: auto;
  }
}
.cid-tcUlAe2N4A .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tcUlAe2N4A .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-tcUlAe2N4A .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tcUlAe2N4A .list {
    margin-bottom: 0rem;
  }
}
.cid-tcUlAe2N4A .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-tcUlAe2N4A .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-tcUlAe2N4A .row {
    display: grid;
  }
  .cid-tcUlAe2N4A .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tcUlAe2N4A .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tcUlAe2N4A .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-tcUlAe2N4A div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tcUlAe2N4A .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tcUlAeYBPY {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-tcUlAeYBPY .mbr-text a {
  background-size: 100% 0%;
}
.cid-tcUlAeYBPY .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tcUlAeYBPY .media-container-row .mbr-text {
  color: #959393;
}
.cid-tcUvrZZvwn {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tcUvrZZvwn {
    min-height: 170px !important;
  }
}
.cid-tcUvrZZvwn .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tcUvrZZvwn .empty_md {
    display: block;
  }
}
.cid-tcUvrZZvwn .container,
.cid-tcUvrZZvwn .container-fluid,
.cid-tcUvrZZvwn .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tcUvrZZvwn .container,
  .cid-tcUvrZZvwn .container-fluid,
  .cid-tcUvrZZvwn .empty_md {
    min-height: 170px !important;
  }
}
.cid-tcUvrZZvwn .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tcUvrZZvwn .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tcUvrZZvwn .top_menu {
    min-height: 110px !important;
  }
}
.cid-tcUvrZZvwn .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-tcUvrZZvwn .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUvrZZvwn .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tcUvrZZvwn .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tcUvrZZvwn .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tcUvrZZvwn .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tcUvrZZvwn .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tcUvrZZvwn .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tcUvrZZvwn .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tcUvrZZvwn .empty,
  .cid-tcUvrZZvwn .icons-menu {
    min-width: 265px;
  }
  .cid-tcUvrZZvwn .navbar-logo {
    margin: 0;
  }
  .cid-tcUvrZZvwn .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tcUvrZZvwn .btn {
    white-space: nowrap;
  }
  .cid-tcUvrZZvwn .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tcUvrZZvwn .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tcUvrZZvwn .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tcUvrZZvwn .dropdown-toggle::after,
  .cid-tcUvrZZvwn .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tcUvrZZvwn .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tcUvrZZvwn .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tcUvrZZvwn .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tcUvrZZvwn .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tcUvrZZvwn .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-tcUvrZZvwn .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tcUvrZZvwn .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tcUvrZZvwn .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tcUvrZZvwn .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tcUvrZZvwn .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tcUvrZZvwn .nav-item:focus,
.cid-tcUvrZZvwn .nav-link:focus {
  outline: none;
}
.cid-tcUvrZZvwn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tcUvrZZvwn .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tcUvrZZvwn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tcUvrZZvwn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcUvrZZvwn .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tcUvrZZvwn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tcUvrZZvwn ul.navbar-nav li {
  margin: auto;
}
.cid-tcUvrZZvwn .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tcUvrZZvwn .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tcUvrZZvwn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tcUvrZZvwn .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tcUvrZZvwn .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tcUvrZZvwn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcUvrZZvwn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tcUvrZZvwn .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tcUvrZZvwn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-tcUvrZZvwn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tcUvrZZvwn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcUvrZZvwn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tcUvrZZvwn .navbar .icons-menu,
  .cid-tcUvrZZvwn .navbar .empty {
    display: none;
  }
  .cid-tcUvrZZvwn .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tcUvrZZvwn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcUvrZZvwn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcUvrZZvwn .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tcUvrZZvwn .navbar .container-fluid,
  .cid-tcUvrZZvwn .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tcUvrZZvwn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tcUvrZZvwn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcUvrZZvwn .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tcUvrZZvwn .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tcUvrZZvwn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tcUvrZZvwn .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tcUvrZZvwn .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tcUvrZZvwn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcUvrZZvwn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcUvrZZvwn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tcUvrZZvwn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcUvrZZvwn .dropdown-item.active,
.cid-tcUvrZZvwn .dropdown-item:active {
  background-color: transparent;
}
.cid-tcUvrZZvwn .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcUvrZZvwn .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tcUvrZZvwn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tcUvrZZvwn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tcUvrZZvwn .navbar-buttons {
  text-align: center;
}
.cid-tcUvrZZvwn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tcUvrZZvwn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-tcUvrZZvwn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcUvrZZvwn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcUvrZZvwn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcUvrZZvwn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcUvrZZvwn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcUvrZZvwn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcUvrZZvwn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcUvrZZvwn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcUvrZZvwn .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tcUvrZZvwn a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tcUvrZZvwn a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-tcUvrZZvwn .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcUvrZZvwn .navbar {
    height: 77px;
  }
  .cid-tcUvrZZvwn .navbar.opened {
    height: auto;
  }
  .cid-tcUvrZZvwn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcUvs1feFa {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcUvs1feFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcUvs1feFa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcUvs1feFa .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-tcUvs2eflv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-tcUvs2eflv .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUvs2eflv .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tcUvs2eflv .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tcUvs2eflv .label-text {
    text-align: center !important;
  }
}
.cid-tcUvs2eflv .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tcUvs2eflv .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tcUvs2eflv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcUvs2eflv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcUvs2Z4dj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcUvs2Z4dj .mbr-section-subtitle {
  color: #595959;
}
.cid-tcUvs2Z4dj .mbr-text {
  color: #595959;
}
.cid-tcUvs2Z4dj .mbr-section-title {
  color: #1a3350;
}
.cid-tcUwiR1vxC {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tcUwiR1vxC .mbr-section-subtitle {
  color: #595959;
}
.cid-tcUwiR1vxC .mbr-text {
  color: #595959;
}
.cid-tcUwiR1vxC .mbr-section-title {
  color: #1a3350;
}
.cid-tSXOQNZE15 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tSXOQNZE15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXOQNZE15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXOQNZE15 .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tSXOQNZE15 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXOQNZE15 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSXOQNZE15 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSXOQNZE15 .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-tSXOQNZE15 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSXOQNZE15 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSXOQNZE15 .card-title {
  color: #ffffff;
}
.cid-tSXOQNZE15 .mbr-text,
.cid-tSXOQNZE15 .mbr-section-btn {
  color: #f4f4f6;
}
.cid-tcUvs5WGR3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-tcUvs5WGR3 .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tcUvs5WGR3 .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tcUvs5WGR3 .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tcUvs5WGR3 .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tcUvs5WGR3 .row > div {
    margin: auto;
  }
}
.cid-tcUvs5WGR3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tcUvs5WGR3 .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-tcUvs5WGR3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tcUvs5WGR3 .list {
    margin-bottom: 0rem;
  }
}
.cid-tcUvs5WGR3 .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-tcUvs5WGR3 .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-tcUvs5WGR3 .row {
    display: grid;
  }
  .cid-tcUvs5WGR3 .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tcUvs5WGR3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tcUvs5WGR3 .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-tcUvs5WGR3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tcUvs5WGR3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tcUvs74z9j {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-tcUvs74z9j .mbr-text a {
  background-size: 100% 0%;
}
.cid-tcUvs74z9j .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tcUvs74z9j .media-container-row .mbr-text {
  color: #959393;
}
.cid-tcUwLBL63T {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tcUwLBL63T {
    min-height: 170px !important;
  }
}
.cid-tcUwLBL63T .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tcUwLBL63T .empty_md {
    display: block;
  }
}
.cid-tcUwLBL63T .container,
.cid-tcUwLBL63T .container-fluid,
.cid-tcUwLBL63T .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tcUwLBL63T .container,
  .cid-tcUwLBL63T .container-fluid,
  .cid-tcUwLBL63T .empty_md {
    min-height: 170px !important;
  }
}
.cid-tcUwLBL63T .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tcUwLBL63T .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tcUwLBL63T .top_menu {
    min-height: 110px !important;
  }
}
.cid-tcUwLBL63T .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-tcUwLBL63T .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUwLBL63T .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tcUwLBL63T .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tcUwLBL63T .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tcUwLBL63T .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tcUwLBL63T .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tcUwLBL63T .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tcUwLBL63T .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tcUwLBL63T .empty,
  .cid-tcUwLBL63T .icons-menu {
    min-width: 265px;
  }
  .cid-tcUwLBL63T .navbar-logo {
    margin: 0;
  }
  .cid-tcUwLBL63T .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tcUwLBL63T .btn {
    white-space: nowrap;
  }
  .cid-tcUwLBL63T .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tcUwLBL63T .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tcUwLBL63T .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tcUwLBL63T .dropdown-toggle::after,
  .cid-tcUwLBL63T .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tcUwLBL63T .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tcUwLBL63T .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tcUwLBL63T .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tcUwLBL63T .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tcUwLBL63T .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-tcUwLBL63T .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tcUwLBL63T .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tcUwLBL63T .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tcUwLBL63T .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tcUwLBL63T .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tcUwLBL63T .nav-item:focus,
.cid-tcUwLBL63T .nav-link:focus {
  outline: none;
}
.cid-tcUwLBL63T .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tcUwLBL63T .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tcUwLBL63T .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tcUwLBL63T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcUwLBL63T .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tcUwLBL63T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tcUwLBL63T ul.navbar-nav li {
  margin: auto;
}
.cid-tcUwLBL63T .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tcUwLBL63T .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tcUwLBL63T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tcUwLBL63T .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tcUwLBL63T .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tcUwLBL63T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcUwLBL63T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tcUwLBL63T .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tcUwLBL63T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-tcUwLBL63T .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tcUwLBL63T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcUwLBL63T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tcUwLBL63T .navbar .icons-menu,
  .cid-tcUwLBL63T .navbar .empty {
    display: none;
  }
  .cid-tcUwLBL63T .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tcUwLBL63T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcUwLBL63T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcUwLBL63T .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tcUwLBL63T .navbar .container-fluid,
  .cid-tcUwLBL63T .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tcUwLBL63T .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tcUwLBL63T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcUwLBL63T .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tcUwLBL63T .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tcUwLBL63T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tcUwLBL63T .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tcUwLBL63T .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tcUwLBL63T .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcUwLBL63T .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcUwLBL63T .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tcUwLBL63T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcUwLBL63T .dropdown-item.active,
.cid-tcUwLBL63T .dropdown-item:active {
  background-color: transparent;
}
.cid-tcUwLBL63T .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcUwLBL63T .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tcUwLBL63T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tcUwLBL63T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tcUwLBL63T .navbar-buttons {
  text-align: center;
}
.cid-tcUwLBL63T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tcUwLBL63T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-tcUwLBL63T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcUwLBL63T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcUwLBL63T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcUwLBL63T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcUwLBL63T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcUwLBL63T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcUwLBL63T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcUwLBL63T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcUwLBL63T .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tcUwLBL63T a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tcUwLBL63T a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-tcUwLBL63T .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcUwLBL63T .navbar {
    height: 77px;
  }
  .cid-tcUwLBL63T .navbar.opened {
    height: auto;
  }
  .cid-tcUwLBL63T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcUwLDTRuc {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcUwLDTRuc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcUwLDTRuc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcUwLDTRuc .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-tcUwLFcnXo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-tcUwLFcnXo .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUwLFcnXo .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tcUwLFcnXo .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tcUwLFcnXo .label-text {
    text-align: center !important;
  }
}
.cid-tcUwLFcnXo .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tcUwLFcnXo .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tcUwLFcnXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcUwLFcnXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcUzGBav6j {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tcUzGBav6j .container-fluid {
  padding: 0 3rem;
}
.cid-tcUzGBav6j .mbr-section-subtitle {
  color: #959393;
}
.cid-tcUzGBav6j .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tcUzGBav6j .table-wrapper {
  margin: 0 auto;
}
.cid-tcUzGBav6j .head-item {
  min-width: 70px;
  text-align: left;
}
.cid-tcUzGBav6j table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tcUzGBav6j table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #1a3350;
  color: white;
  vertical-align: middle;
}
.cid-tcUzGBav6j table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tcUzGBav6j .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-tcUzGBav6j .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tcUzGBav6j .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-tcUzGBav6j .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tcUzGBav6j .dataTables_wrapper {
  display: block;
}
.cid-tcUzGBav6j .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-tcUzGBav6j .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tcUzGBav6j .head-item:after,
.cid-tcUzGBav6j .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tcUzGBav6j .dataTables_filter {
    text-align: center;
  }
  .cid-tcUzGBav6j .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tcUzGBav6j .dataTables_filter {
    text-align: center;
  }
  .cid-tcUzGBav6j .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tcUzGBav6j .table-wrapper {
    width: 100% !important;
  }
  .cid-tcUzGBav6j .container-fluid {
    padding: 0 1rem;
  }
  .cid-tcUzGBav6j table th,
  .cid-tcUzGBav6j table td {
    padding: 0.75rem;
  }
}
.cid-tcUzGBav6j .body-item {
  text-align: left;
}
.cid-tcUzGBav6j .mbr-section-title,
.cid-tcUzGBav6j .underline {
  color: #1a3350;
  text-align: center;
}
.cid-tcUBoagJMo {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tcUBoagJMo .container-fluid {
  padding: 0 3rem;
}
.cid-tcUBoagJMo .mbr-section-subtitle {
  color: #959393;
}
.cid-tcUBoagJMo .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tcUBoagJMo .table-wrapper {
  margin: 0 auto;
}
.cid-tcUBoagJMo .head-item {
  min-width: 70px;
  text-align: left;
}
.cid-tcUBoagJMo table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tcUBoagJMo table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #1a3350;
  color: white;
  vertical-align: middle;
}
.cid-tcUBoagJMo table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tcUBoagJMo .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-tcUBoagJMo .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tcUBoagJMo .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-tcUBoagJMo .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tcUBoagJMo .dataTables_wrapper {
  display: block;
}
.cid-tcUBoagJMo .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-tcUBoagJMo .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tcUBoagJMo .head-item:after,
.cid-tcUBoagJMo .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tcUBoagJMo .dataTables_filter {
    text-align: center;
  }
  .cid-tcUBoagJMo .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tcUBoagJMo .dataTables_filter {
    text-align: center;
  }
  .cid-tcUBoagJMo .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tcUBoagJMo .table-wrapper {
    width: 100% !important;
  }
  .cid-tcUBoagJMo .container-fluid {
    padding: 0 1rem;
  }
  .cid-tcUBoagJMo table th,
  .cid-tcUBoagJMo table td {
    padding: 0.75rem;
  }
}
.cid-tcUBoagJMo .body-item {
  text-align: left;
}
.cid-tcUBoagJMo .mbr-section-title,
.cid-tcUBoagJMo .underline {
  color: #1a3350;
  text-align: center;
}
.cid-tSXP1W0H6X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tSXP1W0H6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXP1W0H6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXP1W0H6X .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tSXP1W0H6X .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXP1W0H6X .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSXP1W0H6X .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSXP1W0H6X .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-tSXP1W0H6X .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSXP1W0H6X .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSXP1W0H6X .card-title {
  color: #ffffff;
}
.cid-tSXP1W0H6X .mbr-text,
.cid-tSXP1W0H6X .mbr-section-btn {
  color: #f4f4f6;
}
.cid-tcUwLLRBeu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-tcUwLLRBeu .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tcUwLLRBeu .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tcUwLLRBeu .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tcUwLLRBeu .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tcUwLLRBeu .row > div {
    margin: auto;
  }
}
.cid-tcUwLLRBeu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tcUwLLRBeu .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-tcUwLLRBeu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tcUwLLRBeu .list {
    margin-bottom: 0rem;
  }
}
.cid-tcUwLLRBeu .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-tcUwLLRBeu .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-tcUwLLRBeu .row {
    display: grid;
  }
  .cid-tcUwLLRBeu .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tcUwLLRBeu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tcUwLLRBeu .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-tcUwLLRBeu div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tcUwLLRBeu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tcUwLNcYRO {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-tcUwLNcYRO .mbr-text a {
  background-size: 100% 0%;
}
.cid-tcUwLNcYRO .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tcUwLNcYRO .media-container-row .mbr-text {
  color: #959393;
}
.cid-td07FabBpS {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-td07FabBpS {
    min-height: 170px !important;
  }
}
.cid-td07FabBpS .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-td07FabBpS .empty_md {
    display: block;
  }
}
.cid-td07FabBpS .container,
.cid-td07FabBpS .container-fluid,
.cid-td07FabBpS .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-td07FabBpS .container,
  .cid-td07FabBpS .container-fluid,
  .cid-td07FabBpS .empty_md {
    min-height: 170px !important;
  }
}
.cid-td07FabBpS .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-td07FabBpS .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-td07FabBpS .top_menu {
    min-height: 110px !important;
  }
}
.cid-td07FabBpS .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-td07FabBpS .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-td07FabBpS .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-td07FabBpS .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-td07FabBpS .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-td07FabBpS .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-td07FabBpS .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-td07FabBpS .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-td07FabBpS .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-td07FabBpS .empty,
  .cid-td07FabBpS .icons-menu {
    min-width: 265px;
  }
  .cid-td07FabBpS .navbar-logo {
    margin: 0;
  }
  .cid-td07FabBpS .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-td07FabBpS .btn {
    white-space: nowrap;
  }
  .cid-td07FabBpS .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-td07FabBpS .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-td07FabBpS .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-td07FabBpS .dropdown-toggle::after,
  .cid-td07FabBpS .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-td07FabBpS .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-td07FabBpS .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-td07FabBpS .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-td07FabBpS .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-td07FabBpS .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-td07FabBpS .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-td07FabBpS .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-td07FabBpS .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-td07FabBpS .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-td07FabBpS .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-td07FabBpS .nav-item:focus,
.cid-td07FabBpS .nav-link:focus {
  outline: none;
}
.cid-td07FabBpS .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-td07FabBpS .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-td07FabBpS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-td07FabBpS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-td07FabBpS .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-td07FabBpS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-td07FabBpS ul.navbar-nav li {
  margin: auto;
}
.cid-td07FabBpS .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-td07FabBpS .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-td07FabBpS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-td07FabBpS .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-td07FabBpS .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-td07FabBpS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-td07FabBpS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-td07FabBpS .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-td07FabBpS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-td07FabBpS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-td07FabBpS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-td07FabBpS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-td07FabBpS .navbar .icons-menu,
  .cid-td07FabBpS .navbar .empty {
    display: none;
  }
  .cid-td07FabBpS .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-td07FabBpS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-td07FabBpS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-td07FabBpS .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-td07FabBpS .navbar .container-fluid,
  .cid-td07FabBpS .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-td07FabBpS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-td07FabBpS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-td07FabBpS .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-td07FabBpS .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-td07FabBpS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-td07FabBpS .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-td07FabBpS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-td07FabBpS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-td07FabBpS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-td07FabBpS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-td07FabBpS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-td07FabBpS .dropdown-item.active,
.cid-td07FabBpS .dropdown-item:active {
  background-color: transparent;
}
.cid-td07FabBpS .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-td07FabBpS .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-td07FabBpS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-td07FabBpS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-td07FabBpS .navbar-buttons {
  text-align: center;
}
.cid-td07FabBpS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-td07FabBpS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-td07FabBpS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-td07FabBpS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-td07FabBpS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-td07FabBpS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-td07FabBpS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-td07FabBpS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-td07FabBpS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-td07FabBpS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-td07FabBpS .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-td07FabBpS a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-td07FabBpS a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-td07FabBpS .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-td07FabBpS .navbar {
    height: 77px;
  }
  .cid-td07FabBpS .navbar.opened {
    height: auto;
  }
  .cid-td07FabBpS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-td07Fb24IC {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-td07Fb24IC .mbr-fallback-image.disabled {
  display: none;
}
.cid-td07Fb24IC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-td07Fb24IC .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-td07FbB68J {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg.jpg");
}
.cid-td07FbB68J .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-td07FbB68J .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-td07FbB68J .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-td07FbB68J .label-text {
    text-align: center !important;
  }
}
.cid-td07FbB68J .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-td07FbB68J .mbr-section-title {
    text-align: center !important;
  }
}
.cid-td07FbB68J .mbr-fallback-image.disabled {
  display: none;
}
.cid-td07FbB68J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubmZQoDpLZ {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-ubmZQoDpLZ .image-block {
  margin: auto;
}
.cid-ubmZQoDpLZ figcaption {
  position: relative;
}
.cid-ubmZQoDpLZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ubmZQoDpLZ .image-block {
    width: 100% !important;
  }
}
.cid-ubmZQXzipS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ubmZQXzipS P {
  color: #767676;
}
.cid-ubmZQXzipS H1 {
  color: #cfa39f;
}
.cid-ubmZQXzipS .mbr-text,
.cid-ubmZQXzipS .mbr-section-btn {
  color: #35323e;
}
.cid-ubmZRsTBrv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubmZRsTBrv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubmZRsTBrv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubmZRsTBrv .video-wrapper iframe {
  width: 100%;
}
.cid-ubmZRsTBrv .mbr-section-title,
.cid-ubmZRsTBrv .mbr-section-subtitle,
.cid-ubmZRsTBrv .mbr-text {
  text-align: center;
}
.cid-ubmZS5JInj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubmZS5JInj blockquote {
  border-color: #3a4c67;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tg183PUoA6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tg183PUoA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg183PUoA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg183PUoA6 .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tg183PUoA6 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tg183PUoA6 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tg183PUoA6 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg183PUoA6 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tg183PUoA6 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tg183PUoA6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tg183PUoA6 .card-title {
  color: #ffffff;
}
.cid-tg183PUoA6 .mbr-text,
.cid-tg183PUoA6 .mbr-section-btn {
  color: #ffffff;
}
.cid-td07Fhfpz5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-td07Fhfpz5 .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-td07Fhfpz5 .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-td07Fhfpz5 .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-td07Fhfpz5 .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-td07Fhfpz5 .row > div {
    margin: auto;
  }
}
.cid-td07Fhfpz5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-td07Fhfpz5 .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-td07Fhfpz5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-td07Fhfpz5 .list {
    margin-bottom: 0rem;
  }
}
.cid-td07Fhfpz5 .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-td07Fhfpz5 .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-td07Fhfpz5 .row {
    display: grid;
  }
  .cid-td07Fhfpz5 .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-td07Fhfpz5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-td07Fhfpz5 .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-td07Fhfpz5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-td07Fhfpz5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-td07FiaUHW {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-td07FiaUHW .mbr-text a {
  background-size: 100% 0%;
}
.cid-td07FiaUHW .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-td07FiaUHW .media-container-row .mbr-text {
  color: #959393;
}
.cid-td0bgcX2tX {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-td0bgcX2tX {
    min-height: 170px !important;
  }
}
.cid-td0bgcX2tX .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-td0bgcX2tX .empty_md {
    display: block;
  }
}
.cid-td0bgcX2tX .container,
.cid-td0bgcX2tX .container-fluid,
.cid-td0bgcX2tX .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-td0bgcX2tX .container,
  .cid-td0bgcX2tX .container-fluid,
  .cid-td0bgcX2tX .empty_md {
    min-height: 170px !important;
  }
}
.cid-td0bgcX2tX .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-td0bgcX2tX .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-td0bgcX2tX .top_menu {
    min-height: 110px !important;
  }
}
.cid-td0bgcX2tX .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-td0bgcX2tX .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-td0bgcX2tX .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-td0bgcX2tX .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-td0bgcX2tX .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-td0bgcX2tX .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-td0bgcX2tX .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-td0bgcX2tX .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-td0bgcX2tX .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-td0bgcX2tX .empty,
  .cid-td0bgcX2tX .icons-menu {
    min-width: 265px;
  }
  .cid-td0bgcX2tX .navbar-logo {
    margin: 0;
  }
  .cid-td0bgcX2tX .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-td0bgcX2tX .btn {
    white-space: nowrap;
  }
  .cid-td0bgcX2tX .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-td0bgcX2tX .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-td0bgcX2tX .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-td0bgcX2tX .dropdown-toggle::after,
  .cid-td0bgcX2tX .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-td0bgcX2tX .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-td0bgcX2tX .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-td0bgcX2tX .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-td0bgcX2tX .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-td0bgcX2tX .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-td0bgcX2tX .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-td0bgcX2tX .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-td0bgcX2tX .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-td0bgcX2tX .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-td0bgcX2tX .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-td0bgcX2tX .nav-item:focus,
.cid-td0bgcX2tX .nav-link:focus {
  outline: none;
}
.cid-td0bgcX2tX .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-td0bgcX2tX .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-td0bgcX2tX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-td0bgcX2tX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-td0bgcX2tX .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-td0bgcX2tX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-td0bgcX2tX ul.navbar-nav li {
  margin: auto;
}
.cid-td0bgcX2tX .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-td0bgcX2tX .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-td0bgcX2tX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-td0bgcX2tX .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-td0bgcX2tX .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-td0bgcX2tX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-td0bgcX2tX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-td0bgcX2tX .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-td0bgcX2tX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-td0bgcX2tX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-td0bgcX2tX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-td0bgcX2tX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-td0bgcX2tX .navbar .icons-menu,
  .cid-td0bgcX2tX .navbar .empty {
    display: none;
  }
  .cid-td0bgcX2tX .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-td0bgcX2tX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-td0bgcX2tX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-td0bgcX2tX .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-td0bgcX2tX .navbar .container-fluid,
  .cid-td0bgcX2tX .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-td0bgcX2tX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-td0bgcX2tX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-td0bgcX2tX .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-td0bgcX2tX .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-td0bgcX2tX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-td0bgcX2tX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-td0bgcX2tX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-td0bgcX2tX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-td0bgcX2tX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-td0bgcX2tX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-td0bgcX2tX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-td0bgcX2tX .dropdown-item.active,
.cid-td0bgcX2tX .dropdown-item:active {
  background-color: transparent;
}
.cid-td0bgcX2tX .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-td0bgcX2tX .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-td0bgcX2tX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-td0bgcX2tX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-td0bgcX2tX .navbar-buttons {
  text-align: center;
}
.cid-td0bgcX2tX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-td0bgcX2tX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-td0bgcX2tX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-td0bgcX2tX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-td0bgcX2tX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-td0bgcX2tX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-td0bgcX2tX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-td0bgcX2tX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-td0bgcX2tX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-td0bgcX2tX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-td0bgcX2tX .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-td0bgcX2tX a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-td0bgcX2tX a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-td0bgcX2tX .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-td0bgcX2tX .navbar {
    height: 77px;
  }
  .cid-td0bgcX2tX .navbar.opened {
    height: auto;
  }
  .cid-td0bgcX2tX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-td0bgefJpm {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-td0bgefJpm .mbr-fallback-image.disabled {
  display: none;
}
.cid-td0bgefJpm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-td0bgefJpm .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-td0bgf95bY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-td0bgf95bY .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-td0bgf95bY .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-td0bgf95bY .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-td0bgf95bY .label-text {
    text-align: center !important;
  }
}
.cid-td0bgf95bY .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-td0bgf95bY .mbr-section-title {
    text-align: center !important;
  }
}
.cid-td0bgf95bY .mbr-fallback-image.disabled {
  display: none;
}
.cid-td0bgf95bY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-td0bgf95bY .mbr-section-title,
.cid-td0bgf95bY .mbr-section-btn {
  text-align: left;
}
.cid-td0gJ1BVHu {
  background-color: #ffffff;
}
.cid-td0gJ1BVHu .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: flex;
  justify-content: center;
}
.cid-td0gJ1BVHu h3 {
  font-size: 23px;
  font-weight: 400;
}
.cid-td0gJ1BVHu .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-td0gJ1BVHu .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-td0gJ1BVHu .form-group {
  padding-right: 0;
}
.cid-td0gJ1BVHu .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-td0gJ1BVHu .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-td0gJ1BVHu .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-td0gJ1BVHu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-td0gJ1BVHu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-td0gJ1BVHu .map-placeholder {
  display: none;
}
.cid-td0gJ1BVHu .btn-primary {
  border: 1px solid #1a3350 !important;
}
.cid-td0gJ1BVHu .btn-primary:hover {
  border: 1px solid #1a3350 !important;
}
.cid-td0gJ1BVHu .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-td0gJ1BVHu .mbr-text {
  color: #132c70;
  margin-bottom: 0.5rem;
}
.cid-td0gJ1BVHu h5 {
  margin-bottom: 0;
}
.cid-td0gJ1BVHu .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-td0gJ1BVHu .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-td0gJ1BVHu .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-td0gJ1BVHu .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-td0gJ1BVHu .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-td0gJ1BVHu .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-td0gJ1BVHu .social-list a:hover {
  opacity: 0.4;
}
.cid-td0gJ1BVHu .media-container-row > div {
  padding: 0px;
}
.cid-td0gJ1BVHu .text2 {
  color: #132c70;
  text-align: left;
}
.cid-td0gJ1BVHu .group-title {
  text-align: left;
  color: #1a3350;
  padding-bottom: 0.2rem;
  margin-top: 2.8rem;
  margin-bottom: 0;
}
.cid-td0gJ1BVHu .links {
  color: #132c70;
  line-height: 0.1;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-td0gJ1BVHu .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-td0gJ1BVHu h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-td0gJ1BVHu .form-group {
    max-width: 180px;
  }
}
.cid-td0gJ1BVHu .links span {
  color: #132c70;
}
.cid-td0gJ1BVHu .logo-title,
.cid-td0gJ1BVHu .logo-sub-title {
  text-align: center;
}
.cid-td0gJ1BVHu .logo-sub-title i {
  color: #9e9e9e;
}
.cid-td0gJ1BVHu .jewelry_img {
  width: 100%;
}
.cid-td0gJ1BVHu .day_week {
  display: flex;
  flex-direction: column;
}
.cid-td0gJ1BVHu .day_p {
  width: 15rem;
  display: flex;
  justify-content: space-between;
  margin: 0;
  line-height: 0.8;
}
.cid-td0gJ1BVHu .container-fluid {
  max-width: 1300px;
}
.cid-td0gJ1BVHu .btn-line {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-td0gJ1BVHu {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-td0gJ1BVHu .card {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-td0gJ1BVHu .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-td0gJ1BVHu {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-td0gJ1BVHu .maps {
    padding-left: 0;
  }
  .cid-td0gJ1BVHu .card {
    padding-bottom: 3rem;
    padding-right: 0;
  }
  .cid-td0gJ1BVHu .container-fluid {
    padding: 0 2rem;
  }
  .cid-td0gJ1BVHu .map-day {
    margin-left: 2rem;
  }
}
.cid-td0gJ1BVHu .mbr-section-subtitle {
  margin: 1rem 0;
  padding-right: 3rem;
  color: #595959;
}
.cid-tSXPhUnPE6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tSXPhUnPE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXPhUnPE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXPhUnPE6 .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tSXPhUnPE6 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXPhUnPE6 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSXPhUnPE6 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSXPhUnPE6 .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-tSXPhUnPE6 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSXPhUnPE6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSXPhUnPE6 .card-title {
  color: #ffffff;
}
.cid-tSXPhUnPE6 .mbr-text,
.cid-tSXPhUnPE6 .mbr-section-btn {
  color: #f4f4f6;
}
.cid-td0bgjo2s8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-td0bgjo2s8 .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-td0bgjo2s8 .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-td0bgjo2s8 .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-td0bgjo2s8 .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-td0bgjo2s8 .row > div {
    margin: auto;
  }
}
.cid-td0bgjo2s8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-td0bgjo2s8 .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-td0bgjo2s8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-td0bgjo2s8 .list {
    margin-bottom: 0rem;
  }
}
.cid-td0bgjo2s8 .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-td0bgjo2s8 .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-td0bgjo2s8 .row {
    display: grid;
  }
  .cid-td0bgjo2s8 .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-td0bgjo2s8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-td0bgjo2s8 .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-td0bgjo2s8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-td0bgjo2s8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-td0bgkfpLb {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-td0bgkfpLb .mbr-text a {
  background-size: 100% 0%;
}
.cid-td0bgkfpLb .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-td0bgkfpLb .media-container-row .mbr-text {
  color: #959393;
}
.cid-td0qKk7u9w {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-td0qKk7u9w {
    min-height: 170px !important;
  }
}
.cid-td0qKk7u9w .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-td0qKk7u9w .empty_md {
    display: block;
  }
}
.cid-td0qKk7u9w .container,
.cid-td0qKk7u9w .container-fluid,
.cid-td0qKk7u9w .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-td0qKk7u9w .container,
  .cid-td0qKk7u9w .container-fluid,
  .cid-td0qKk7u9w .empty_md {
    min-height: 170px !important;
  }
}
.cid-td0qKk7u9w .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-td0qKk7u9w .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-td0qKk7u9w .top_menu {
    min-height: 110px !important;
  }
}
.cid-td0qKk7u9w .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-td0qKk7u9w .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-td0qKk7u9w .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-td0qKk7u9w .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-td0qKk7u9w .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-td0qKk7u9w .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-td0qKk7u9w .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-td0qKk7u9w .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-td0qKk7u9w .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-td0qKk7u9w .empty,
  .cid-td0qKk7u9w .icons-menu {
    min-width: 265px;
  }
  .cid-td0qKk7u9w .navbar-logo {
    margin: 0;
  }
  .cid-td0qKk7u9w .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-td0qKk7u9w .btn {
    white-space: nowrap;
  }
  .cid-td0qKk7u9w .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-td0qKk7u9w .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-td0qKk7u9w .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-td0qKk7u9w .dropdown-toggle::after,
  .cid-td0qKk7u9w .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-td0qKk7u9w .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-td0qKk7u9w .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-td0qKk7u9w .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-td0qKk7u9w .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-td0qKk7u9w .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-td0qKk7u9w .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-td0qKk7u9w .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-td0qKk7u9w .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-td0qKk7u9w .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-td0qKk7u9w .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-td0qKk7u9w .nav-item:focus,
.cid-td0qKk7u9w .nav-link:focus {
  outline: none;
}
.cid-td0qKk7u9w .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-td0qKk7u9w .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-td0qKk7u9w .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-td0qKk7u9w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-td0qKk7u9w .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-td0qKk7u9w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-td0qKk7u9w ul.navbar-nav li {
  margin: auto;
}
.cid-td0qKk7u9w .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-td0qKk7u9w .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-td0qKk7u9w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-td0qKk7u9w .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-td0qKk7u9w .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-td0qKk7u9w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-td0qKk7u9w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-td0qKk7u9w .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-td0qKk7u9w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-td0qKk7u9w .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-td0qKk7u9w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-td0qKk7u9w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-td0qKk7u9w .navbar .icons-menu,
  .cid-td0qKk7u9w .navbar .empty {
    display: none;
  }
  .cid-td0qKk7u9w .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-td0qKk7u9w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-td0qKk7u9w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-td0qKk7u9w .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-td0qKk7u9w .navbar .container-fluid,
  .cid-td0qKk7u9w .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-td0qKk7u9w .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-td0qKk7u9w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-td0qKk7u9w .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-td0qKk7u9w .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-td0qKk7u9w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-td0qKk7u9w .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-td0qKk7u9w .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-td0qKk7u9w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-td0qKk7u9w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-td0qKk7u9w .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-td0qKk7u9w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-td0qKk7u9w .dropdown-item.active,
.cid-td0qKk7u9w .dropdown-item:active {
  background-color: transparent;
}
.cid-td0qKk7u9w .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-td0qKk7u9w .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-td0qKk7u9w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-td0qKk7u9w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-td0qKk7u9w .navbar-buttons {
  text-align: center;
}
.cid-td0qKk7u9w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-td0qKk7u9w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-td0qKk7u9w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-td0qKk7u9w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-td0qKk7u9w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-td0qKk7u9w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-td0qKk7u9w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-td0qKk7u9w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-td0qKk7u9w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-td0qKk7u9w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-td0qKk7u9w .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-td0qKk7u9w a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-td0qKk7u9w a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-td0qKk7u9w .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-td0qKk7u9w .navbar {
    height: 77px;
  }
  .cid-td0qKk7u9w .navbar.opened {
    height: auto;
  }
  .cid-td0qKk7u9w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-td0qKlT2p5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-td0qKlT2p5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-td0qKlT2p5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-td0qKlT2p5 .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-td0qKncgIF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-td0qKncgIF .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-td0qKncgIF .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-td0qKncgIF .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-td0qKncgIF .label-text {
    text-align: center !important;
  }
}
.cid-td0qKncgIF .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-td0qKncgIF .mbr-section-title {
    text-align: center !important;
  }
}
.cid-td0qKncgIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-td0qKncgIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-td0qKncgIF .mbr-section-title,
.cid-td0qKncgIF .mbr-section-btn {
  text-align: left;
}
.cid-td0qSggMUA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-td0qSggMUA .mbr-overlay {
  background: #efefef;
}
.cid-td0qSggMUA .mbr-section-subtitle {
  color: #595959;
}
.cid-td0qSggMUA .client-name {
  color: #8d97ad;
}
.cid-td0qSggMUA .wrap-img {
  padding-bottom: 1rem;
}
.cid-td0qSggMUA .wrap-img img {
  max-width: 100%;
  display: inline-block;
  width: auto;
}
.cid-td0qSggMUA .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-td0qSggMUA .mbr-section-title {
  color: #1a3350;
}
.cid-td0s4kWBIC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-td0s4kWBIC .mbr-overlay {
  background: #efefef;
}
.cid-td0s4kWBIC .mbr-section-subtitle {
  color: #595959;
}
.cid-td0s4kWBIC .client-name {
  color: #8d97ad;
}
.cid-td0s4kWBIC .wrap-img {
  padding-bottom: 1rem;
}
.cid-td0s4kWBIC .wrap-img img {
  max-width: 100%;
  display: inline-block;
  width: auto;
}
.cid-td0s4kWBIC .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-td0s4kWBIC .mbr-section-title {
  color: #dfb2ab;
}
.cid-td0s8CK4d4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-td0s8CK4d4 .mbr-overlay {
  background: #efefef;
}
.cid-td0s8CK4d4 .mbr-section-subtitle {
  color: #595959;
}
.cid-td0s8CK4d4 .client-name {
  color: #8d97ad;
}
.cid-td0s8CK4d4 .wrap-img {
  padding-bottom: 1rem;
}
.cid-td0s8CK4d4 .wrap-img img {
  max-width: 100%;
  display: inline-block;
  width: auto;
}
.cid-td0s8CK4d4 .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-td0s8CK4d4 .mbr-section-title {
  color: #dfb2ab;
}
.cid-ugm3DuvfEN {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-ugm3DuvfEN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugm3DuvfEN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugm3DuvfEN .video-wrapper iframe {
  width: 100%;
}
.cid-ugm3DuvfEN .mbr-section-title,
.cid-ugm3DuvfEN .mbr-section-subtitle,
.cid-ugm3DuvfEN .mbr-text {
  text-align: center;
}
.cid-ugm3DuvfEN .mbr-text {
  text-align: left;
}
.cid-tSXPp5SVaz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tSXPp5SVaz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXPp5SVaz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXPp5SVaz .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tSXPp5SVaz .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXPp5SVaz .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSXPp5SVaz .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSXPp5SVaz .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-tSXPp5SVaz .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSXPp5SVaz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSXPp5SVaz .card-title {
  color: #ffffff;
}
.cid-tSXPp5SVaz .mbr-text,
.cid-tSXPp5SVaz .mbr-section-btn {
  color: #f4f4f6;
}
.cid-td0qKqjKnJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-td0qKqjKnJ .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-td0qKqjKnJ .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-td0qKqjKnJ .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-td0qKqjKnJ .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-td0qKqjKnJ .row > div {
    margin: auto;
  }
}
.cid-td0qKqjKnJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-td0qKqjKnJ .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-td0qKqjKnJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-td0qKqjKnJ .list {
    margin-bottom: 0rem;
  }
}
.cid-td0qKqjKnJ .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-td0qKqjKnJ .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-td0qKqjKnJ .row {
    display: grid;
  }
  .cid-td0qKqjKnJ .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-td0qKqjKnJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-td0qKqjKnJ .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-td0qKqjKnJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-td0qKqjKnJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-td0qKrex3T {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-td0qKrex3T .mbr-text a {
  background-size: 100% 0%;
}
.cid-td0qKrex3T .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-td0qKrex3T .media-container-row .mbr-text {
  color: #959393;
}
.cid-tg0TUWxpkf {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tg0TUWxpkf {
    min-height: 170px !important;
  }
}
.cid-tg0TUWxpkf .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tg0TUWxpkf .empty_md {
    display: block;
  }
}
.cid-tg0TUWxpkf .container,
.cid-tg0TUWxpkf .container-fluid,
.cid-tg0TUWxpkf .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tg0TUWxpkf .container,
  .cid-tg0TUWxpkf .container-fluid,
  .cid-tg0TUWxpkf .empty_md {
    min-height: 170px !important;
  }
}
.cid-tg0TUWxpkf .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tg0TUWxpkf .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tg0TUWxpkf .top_menu {
    min-height: 110px !important;
  }
}
.cid-tg0TUWxpkf .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-tg0TUWxpkf .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tg0TUWxpkf .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tg0TUWxpkf .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tg0TUWxpkf .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tg0TUWxpkf .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tg0TUWxpkf .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tg0TUWxpkf .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tg0TUWxpkf .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tg0TUWxpkf .empty,
  .cid-tg0TUWxpkf .icons-menu {
    min-width: 265px;
  }
  .cid-tg0TUWxpkf .navbar-logo {
    margin: 0;
  }
  .cid-tg0TUWxpkf .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tg0TUWxpkf .btn {
    white-space: nowrap;
  }
  .cid-tg0TUWxpkf .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tg0TUWxpkf .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tg0TUWxpkf .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tg0TUWxpkf .dropdown-toggle::after,
  .cid-tg0TUWxpkf .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tg0TUWxpkf .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tg0TUWxpkf .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg0TUWxpkf .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tg0TUWxpkf .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg0TUWxpkf .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-tg0TUWxpkf .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tg0TUWxpkf .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tg0TUWxpkf .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tg0TUWxpkf .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tg0TUWxpkf .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tg0TUWxpkf .nav-item:focus,
.cid-tg0TUWxpkf .nav-link:focus {
  outline: none;
}
.cid-tg0TUWxpkf .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tg0TUWxpkf .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tg0TUWxpkf .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tg0TUWxpkf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg0TUWxpkf .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tg0TUWxpkf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg0TUWxpkf ul.navbar-nav li {
  margin: auto;
}
.cid-tg0TUWxpkf .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tg0TUWxpkf .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tg0TUWxpkf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tg0TUWxpkf .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tg0TUWxpkf .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tg0TUWxpkf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg0TUWxpkf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg0TUWxpkf .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tg0TUWxpkf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-tg0TUWxpkf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tg0TUWxpkf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg0TUWxpkf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tg0TUWxpkf .navbar .icons-menu,
  .cid-tg0TUWxpkf .navbar .empty {
    display: none;
  }
  .cid-tg0TUWxpkf .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tg0TUWxpkf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg0TUWxpkf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg0TUWxpkf .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tg0TUWxpkf .navbar .container-fluid,
  .cid-tg0TUWxpkf .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tg0TUWxpkf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tg0TUWxpkf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg0TUWxpkf .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tg0TUWxpkf .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tg0TUWxpkf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tg0TUWxpkf .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tg0TUWxpkf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tg0TUWxpkf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tg0TUWxpkf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tg0TUWxpkf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg0TUWxpkf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg0TUWxpkf .dropdown-item.active,
.cid-tg0TUWxpkf .dropdown-item:active {
  background-color: transparent;
}
.cid-tg0TUWxpkf .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg0TUWxpkf .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tg0TUWxpkf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tg0TUWxpkf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tg0TUWxpkf .navbar-buttons {
  text-align: center;
}
.cid-tg0TUWxpkf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg0TUWxpkf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-tg0TUWxpkf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg0TUWxpkf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg0TUWxpkf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg0TUWxpkf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg0TUWxpkf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg0TUWxpkf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg0TUWxpkf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg0TUWxpkf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg0TUWxpkf .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tg0TUWxpkf a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg0TUWxpkf a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-tg0TUWxpkf .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tg0TUWxpkf .navbar {
    height: 77px;
  }
  .cid-tg0TUWxpkf .navbar.opened {
    height: auto;
  }
  .cid-tg0TUWxpkf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg0TUYUBC0 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tg0TUYUBC0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg0TUYUBC0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg0TUYUBC0 .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-tg0TUZMCWB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-tg0TUZMCWB .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tg0TUZMCWB .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tg0TUZMCWB .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg0TUZMCWB .label-text {
    text-align: center !important;
  }
}
.cid-tg0TUZMCWB .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg0TUZMCWB .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tg0TUZMCWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg0TUZMCWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg0Ul8xrPu {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-tg0Ul8xrPu .image-block {
  margin: auto;
}
.cid-tg0Ul8xrPu figcaption {
  position: relative;
}
.cid-tg0Ul8xrPu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg0Ul8xrPu .image-block {
    width: 100% !important;
  }
}
.cid-tg0TV0OGOH {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tg0TV0OGOH P {
  color: #767676;
}
.cid-tg0TV0OGOH H1 {
  color: #cfa39f;
}
.cid-tg0TV0OGOH .mbr-text,
.cid-tg0TV0OGOH .mbr-section-btn {
  color: #35323e;
}
.cid-tSXPuROV5e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tSXPuROV5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXPuROV5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXPuROV5e .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tSXPuROV5e .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXPuROV5e .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSXPuROV5e .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSXPuROV5e .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-tSXPuROV5e .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSXPuROV5e .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSXPuROV5e .card-title {
  color: #ffffff;
}
.cid-tSXPuROV5e .mbr-text,
.cid-tSXPuROV5e .mbr-section-btn {
  color: #f4f4f6;
}
.cid-tg0TV4oGmj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-tg0TV4oGmj .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tg0TV4oGmj .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tg0TV4oGmj .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tg0TV4oGmj .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tg0TV4oGmj .row > div {
    margin: auto;
  }
}
.cid-tg0TV4oGmj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg0TV4oGmj .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-tg0TV4oGmj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg0TV4oGmj .list {
    margin-bottom: 0rem;
  }
}
.cid-tg0TV4oGmj .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-tg0TV4oGmj .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-tg0TV4oGmj .row {
    display: grid;
  }
  .cid-tg0TV4oGmj .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tg0TV4oGmj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tg0TV4oGmj .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-tg0TV4oGmj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg0TV4oGmj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tg0TV5ICEW {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-tg0TV5ICEW .mbr-text a {
  background-size: 100% 0%;
}
.cid-tg0TV5ICEW .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tg0TV5ICEW .media-container-row .mbr-text {
  color: #959393;
}
.cid-tg0ULtMzsn {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tg0ULtMzsn {
    min-height: 170px !important;
  }
}
.cid-tg0ULtMzsn .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tg0ULtMzsn .empty_md {
    display: block;
  }
}
.cid-tg0ULtMzsn .container,
.cid-tg0ULtMzsn .container-fluid,
.cid-tg0ULtMzsn .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tg0ULtMzsn .container,
  .cid-tg0ULtMzsn .container-fluid,
  .cid-tg0ULtMzsn .empty_md {
    min-height: 170px !important;
  }
}
.cid-tg0ULtMzsn .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tg0ULtMzsn .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tg0ULtMzsn .top_menu {
    min-height: 110px !important;
  }
}
.cid-tg0ULtMzsn .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-tg0ULtMzsn .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tg0ULtMzsn .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tg0ULtMzsn .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tg0ULtMzsn .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tg0ULtMzsn .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tg0ULtMzsn .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tg0ULtMzsn .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tg0ULtMzsn .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tg0ULtMzsn .empty,
  .cid-tg0ULtMzsn .icons-menu {
    min-width: 265px;
  }
  .cid-tg0ULtMzsn .navbar-logo {
    margin: 0;
  }
  .cid-tg0ULtMzsn .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tg0ULtMzsn .btn {
    white-space: nowrap;
  }
  .cid-tg0ULtMzsn .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tg0ULtMzsn .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tg0ULtMzsn .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tg0ULtMzsn .dropdown-toggle::after,
  .cid-tg0ULtMzsn .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tg0ULtMzsn .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tg0ULtMzsn .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg0ULtMzsn .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tg0ULtMzsn .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg0ULtMzsn .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-tg0ULtMzsn .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tg0ULtMzsn .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tg0ULtMzsn .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tg0ULtMzsn .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tg0ULtMzsn .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tg0ULtMzsn .nav-item:focus,
.cid-tg0ULtMzsn .nav-link:focus {
  outline: none;
}
.cid-tg0ULtMzsn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tg0ULtMzsn .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tg0ULtMzsn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tg0ULtMzsn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg0ULtMzsn .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tg0ULtMzsn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg0ULtMzsn ul.navbar-nav li {
  margin: auto;
}
.cid-tg0ULtMzsn .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tg0ULtMzsn .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tg0ULtMzsn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tg0ULtMzsn .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tg0ULtMzsn .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tg0ULtMzsn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg0ULtMzsn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg0ULtMzsn .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tg0ULtMzsn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-tg0ULtMzsn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tg0ULtMzsn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg0ULtMzsn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tg0ULtMzsn .navbar .icons-menu,
  .cid-tg0ULtMzsn .navbar .empty {
    display: none;
  }
  .cid-tg0ULtMzsn .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tg0ULtMzsn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg0ULtMzsn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg0ULtMzsn .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tg0ULtMzsn .navbar .container-fluid,
  .cid-tg0ULtMzsn .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tg0ULtMzsn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tg0ULtMzsn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg0ULtMzsn .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tg0ULtMzsn .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tg0ULtMzsn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tg0ULtMzsn .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tg0ULtMzsn .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tg0ULtMzsn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tg0ULtMzsn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tg0ULtMzsn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg0ULtMzsn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg0ULtMzsn .dropdown-item.active,
.cid-tg0ULtMzsn .dropdown-item:active {
  background-color: transparent;
}
.cid-tg0ULtMzsn .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg0ULtMzsn .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tg0ULtMzsn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tg0ULtMzsn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tg0ULtMzsn .navbar-buttons {
  text-align: center;
}
.cid-tg0ULtMzsn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg0ULtMzsn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-tg0ULtMzsn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg0ULtMzsn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg0ULtMzsn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg0ULtMzsn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg0ULtMzsn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg0ULtMzsn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg0ULtMzsn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg0ULtMzsn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg0ULtMzsn .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tg0ULtMzsn a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg0ULtMzsn a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-tg0ULtMzsn .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tg0ULtMzsn .navbar {
    height: 77px;
  }
  .cid-tg0ULtMzsn .navbar.opened {
    height: auto;
  }
  .cid-tg0ULtMzsn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg0ULuWffz {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tg0ULuWffz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg0ULuWffz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg0ULuWffz .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-tg0ULvQYtK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-tg0ULvQYtK .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tg0ULvQYtK .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tg0ULvQYtK .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg0ULvQYtK .label-text {
    text-align: center !important;
  }
}
.cid-tg0ULvQYtK .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg0ULvQYtK .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tg0ULvQYtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg0ULvQYtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg0ULwsySt {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-tg0ULwsySt .image-block {
  margin: auto;
}
.cid-tg0ULwsySt figcaption {
  position: relative;
}
.cid-tg0ULwsySt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg0ULwsySt .image-block {
    width: 100% !important;
  }
}
.cid-tg10EWtiAi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tg10EWtiAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg10EWtiAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg10EWtiAi .mbr-section-title {
  color: #1a3350;
}
.cid-tg0YUGprRg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg0YUGprRg .mbr-text,
.cid-tg0YUGprRg blockquote {
  color: #35323e;
}
.cid-tg0YUGprRg .mbr-text,
.cid-tg0YUGprRg blockquote P {
  text-align: center;
}
.cid-tSXPBPNx2B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tSXPBPNx2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXPBPNx2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXPBPNx2B .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tSXPBPNx2B .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXPBPNx2B .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSXPBPNx2B .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSXPBPNx2B .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-tSXPBPNx2B .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSXPBPNx2B .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSXPBPNx2B .card-title {
  color: #ffffff;
}
.cid-tSXPBPNx2B .mbr-text,
.cid-tSXPBPNx2B .mbr-section-btn {
  color: #f4f4f6;
}
.cid-tg0ULyjMdf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-tg0ULyjMdf .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tg0ULyjMdf .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tg0ULyjMdf .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tg0ULyjMdf .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tg0ULyjMdf .row > div {
    margin: auto;
  }
}
.cid-tg0ULyjMdf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg0ULyjMdf .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-tg0ULyjMdf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg0ULyjMdf .list {
    margin-bottom: 0rem;
  }
}
.cid-tg0ULyjMdf .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-tg0ULyjMdf .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-tg0ULyjMdf .row {
    display: grid;
  }
  .cid-tg0ULyjMdf .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tg0ULyjMdf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tg0ULyjMdf .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-tg0ULyjMdf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg0ULyjMdf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tg0ULz9FeE {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-tg0ULz9FeE .mbr-text a {
  background-size: 100% 0%;
}
.cid-tg0ULz9FeE .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tg0ULz9FeE .media-container-row .mbr-text {
  color: #959393;
}
.cid-tg15py2W7E {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tg15py2W7E {
    min-height: 170px !important;
  }
}
.cid-tg15py2W7E .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tg15py2W7E .empty_md {
    display: block;
  }
}
.cid-tg15py2W7E .container,
.cid-tg15py2W7E .container-fluid,
.cid-tg15py2W7E .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tg15py2W7E .container,
  .cid-tg15py2W7E .container-fluid,
  .cid-tg15py2W7E .empty_md {
    min-height: 170px !important;
  }
}
.cid-tg15py2W7E .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tg15py2W7E .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tg15py2W7E .top_menu {
    min-height: 110px !important;
  }
}
.cid-tg15py2W7E .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-tg15py2W7E .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tg15py2W7E .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tg15py2W7E .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tg15py2W7E .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tg15py2W7E .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tg15py2W7E .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tg15py2W7E .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tg15py2W7E .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tg15py2W7E .empty,
  .cid-tg15py2W7E .icons-menu {
    min-width: 265px;
  }
  .cid-tg15py2W7E .navbar-logo {
    margin: 0;
  }
  .cid-tg15py2W7E .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tg15py2W7E .btn {
    white-space: nowrap;
  }
  .cid-tg15py2W7E .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tg15py2W7E .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tg15py2W7E .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tg15py2W7E .dropdown-toggle::after,
  .cid-tg15py2W7E .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tg15py2W7E .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tg15py2W7E .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg15py2W7E .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tg15py2W7E .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg15py2W7E .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-tg15py2W7E .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tg15py2W7E .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tg15py2W7E .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tg15py2W7E .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tg15py2W7E .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tg15py2W7E .nav-item:focus,
.cid-tg15py2W7E .nav-link:focus {
  outline: none;
}
.cid-tg15py2W7E .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tg15py2W7E .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tg15py2W7E .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tg15py2W7E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg15py2W7E .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tg15py2W7E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg15py2W7E ul.navbar-nav li {
  margin: auto;
}
.cid-tg15py2W7E .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tg15py2W7E .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tg15py2W7E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tg15py2W7E .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tg15py2W7E .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tg15py2W7E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg15py2W7E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg15py2W7E .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tg15py2W7E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-tg15py2W7E .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tg15py2W7E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg15py2W7E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tg15py2W7E .navbar .icons-menu,
  .cid-tg15py2W7E .navbar .empty {
    display: none;
  }
  .cid-tg15py2W7E .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tg15py2W7E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg15py2W7E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg15py2W7E .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tg15py2W7E .navbar .container-fluid,
  .cid-tg15py2W7E .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tg15py2W7E .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tg15py2W7E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg15py2W7E .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tg15py2W7E .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tg15py2W7E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tg15py2W7E .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tg15py2W7E .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tg15py2W7E .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tg15py2W7E .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tg15py2W7E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg15py2W7E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg15py2W7E .dropdown-item.active,
.cid-tg15py2W7E .dropdown-item:active {
  background-color: transparent;
}
.cid-tg15py2W7E .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg15py2W7E .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tg15py2W7E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tg15py2W7E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tg15py2W7E .navbar-buttons {
  text-align: center;
}
.cid-tg15py2W7E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg15py2W7E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-tg15py2W7E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg15py2W7E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg15py2W7E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg15py2W7E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg15py2W7E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg15py2W7E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg15py2W7E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg15py2W7E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg15py2W7E .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tg15py2W7E a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg15py2W7E a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-tg15py2W7E .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tg15py2W7E .navbar {
    height: 77px;
  }
  .cid-tg15py2W7E .navbar.opened {
    height: auto;
  }
  .cid-tg15py2W7E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg15pz8zwp {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tg15pz8zwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg15pz8zwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg15pz8zwp .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-tg15pzRI6U {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-tg15pzRI6U .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tg15pzRI6U .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tg15pzRI6U .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg15pzRI6U .label-text {
    text-align: center !important;
  }
}
.cid-tg15pzRI6U .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg15pzRI6U .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tg15pzRI6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg15pzRI6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg15pAt7CT {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tg15pAt7CT .image-block {
  margin: auto;
}
.cid-tg15pAt7CT figcaption {
  position: relative;
}
.cid-tg15pAt7CT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 268px) {
  .cid-tg15pAt7CT .image-block {
    width: 100% !important;
  }
}
.cid-umcLN0UL1g {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../jpg/mainscreenbg3a4c67-1.jpg");
}
.cid-umcLN0UL1g P {
  color: #767676;
}
.cid-umcLN0UL1g H1 {
  color: #ffffff;
}
.cid-umcLN0UL1g .mbr-text,
.cid-umcLN0UL1g .mbr-section-btn {
  color: #ffffff;
}
.cid-tg16494MaZ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tg16494MaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg16494MaZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg16494MaZ .mbr-section-title {
  color: #1a3350;
}
.cid-tSXPScAG1L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tSXPScAG1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXPScAG1L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXPScAG1L .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tSXPScAG1L .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXPScAG1L .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSXPScAG1L .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSXPScAG1L .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-tSXPScAG1L .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSXPScAG1L .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSXPScAG1L .card-title {
  color: #ffffff;
}
.cid-tSXPScAG1L .mbr-text,
.cid-tSXPScAG1L .mbr-section-btn {
  color: #f4f4f6;
}
.cid-tg15pDDQCd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-tg15pDDQCd .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tg15pDDQCd .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tg15pDDQCd .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tg15pDDQCd .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tg15pDDQCd .row > div {
    margin: auto;
  }
}
.cid-tg15pDDQCd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg15pDDQCd .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-tg15pDDQCd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg15pDDQCd .list {
    margin-bottom: 0rem;
  }
}
.cid-tg15pDDQCd .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-tg15pDDQCd .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-tg15pDDQCd .row {
    display: grid;
  }
  .cid-tg15pDDQCd .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tg15pDDQCd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tg15pDDQCd .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-tg15pDDQCd div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg15pDDQCd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tg15pEupNe {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-tg15pEupNe .mbr-text a {
  background-size: 100% 0%;
}
.cid-tg15pEupNe .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tg15pEupNe .media-container-row .mbr-text {
  color: #959393;
}
.cid-tg1a5aUzJF {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tg1a5aUzJF {
    min-height: 170px !important;
  }
}
.cid-tg1a5aUzJF .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tg1a5aUzJF .empty_md {
    display: block;
  }
}
.cid-tg1a5aUzJF .container,
.cid-tg1a5aUzJF .container-fluid,
.cid-tg1a5aUzJF .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tg1a5aUzJF .container,
  .cid-tg1a5aUzJF .container-fluid,
  .cid-tg1a5aUzJF .empty_md {
    min-height: 170px !important;
  }
}
.cid-tg1a5aUzJF .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tg1a5aUzJF .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tg1a5aUzJF .top_menu {
    min-height: 110px !important;
  }
}
.cid-tg1a5aUzJF .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-tg1a5aUzJF .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tg1a5aUzJF .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tg1a5aUzJF .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tg1a5aUzJF .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tg1a5aUzJF .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tg1a5aUzJF .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tg1a5aUzJF .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tg1a5aUzJF .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tg1a5aUzJF .empty,
  .cid-tg1a5aUzJF .icons-menu {
    min-width: 265px;
  }
  .cid-tg1a5aUzJF .navbar-logo {
    margin: 0;
  }
  .cid-tg1a5aUzJF .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tg1a5aUzJF .btn {
    white-space: nowrap;
  }
  .cid-tg1a5aUzJF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tg1a5aUzJF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tg1a5aUzJF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tg1a5aUzJF .dropdown-toggle::after,
  .cid-tg1a5aUzJF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tg1a5aUzJF .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tg1a5aUzJF .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg1a5aUzJF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tg1a5aUzJF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg1a5aUzJF .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-tg1a5aUzJF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tg1a5aUzJF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tg1a5aUzJF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tg1a5aUzJF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tg1a5aUzJF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tg1a5aUzJF .nav-item:focus,
.cid-tg1a5aUzJF .nav-link:focus {
  outline: none;
}
.cid-tg1a5aUzJF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tg1a5aUzJF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tg1a5aUzJF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tg1a5aUzJF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg1a5aUzJF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tg1a5aUzJF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg1a5aUzJF ul.navbar-nav li {
  margin: auto;
}
.cid-tg1a5aUzJF .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tg1a5aUzJF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tg1a5aUzJF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tg1a5aUzJF .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tg1a5aUzJF .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tg1a5aUzJF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg1a5aUzJF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg1a5aUzJF .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tg1a5aUzJF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-tg1a5aUzJF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tg1a5aUzJF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg1a5aUzJF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tg1a5aUzJF .navbar .icons-menu,
  .cid-tg1a5aUzJF .navbar .empty {
    display: none;
  }
  .cid-tg1a5aUzJF .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tg1a5aUzJF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg1a5aUzJF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg1a5aUzJF .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tg1a5aUzJF .navbar .container-fluid,
  .cid-tg1a5aUzJF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tg1a5aUzJF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tg1a5aUzJF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg1a5aUzJF .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tg1a5aUzJF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tg1a5aUzJF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tg1a5aUzJF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tg1a5aUzJF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tg1a5aUzJF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tg1a5aUzJF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tg1a5aUzJF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg1a5aUzJF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg1a5aUzJF .dropdown-item.active,
.cid-tg1a5aUzJF .dropdown-item:active {
  background-color: transparent;
}
.cid-tg1a5aUzJF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg1a5aUzJF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tg1a5aUzJF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tg1a5aUzJF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tg1a5aUzJF .navbar-buttons {
  text-align: center;
}
.cid-tg1a5aUzJF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg1a5aUzJF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-tg1a5aUzJF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg1a5aUzJF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg1a5aUzJF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg1a5aUzJF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg1a5aUzJF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg1a5aUzJF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg1a5aUzJF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg1a5aUzJF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg1a5aUzJF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tg1a5aUzJF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg1a5aUzJF a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-tg1a5aUzJF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tg1a5aUzJF .navbar {
    height: 77px;
  }
  .cid-tg1a5aUzJF .navbar.opened {
    height: auto;
  }
  .cid-tg1a5aUzJF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg1a5bSXCY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tg1a5bSXCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1a5bSXCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1a5bSXCY .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-tg1a5cv6r4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-tg1a5cv6r4 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tg1a5cv6r4 .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tg1a5cv6r4 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1a5cv6r4 .label-text {
    text-align: center !important;
  }
}
.cid-tg1a5cv6r4 .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1a5cv6r4 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tg1a5cv6r4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1a5cv6r4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1a5cv6r4 .mbr-section-title,
.cid-tg1a5cv6r4 .mbr-section-btn {
  text-align: left;
}
.cid-tg1a5dFP5a {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tg1a5dFP5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1a5dFP5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1a5dFP5a .mbr-section-title {
  color: #1a3350;
}
.cid-tg1a5d9RfZ {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-tg1a5d9RfZ .image-block {
  margin: auto;
}
.cid-tg1a5d9RfZ figcaption {
  position: relative;
}
.cid-tg1a5d9RfZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg1a5d9RfZ .image-block {
    width: 100% !important;
  }
}
.cid-tg1a5eifAn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg1a5eifAn .mbr-text,
.cid-tg1a5eifAn blockquote {
  color: #35323e;
}
.cid-tg1a5eifAn .mbr-text,
.cid-tg1a5eifAn blockquote P {
  text-align: center;
}
.cid-tg1aFxJYAp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tg1aFxJYAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1aFxJYAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1aFxJYAp .mbr-section-title {
  color: #1a3350;
}
.cid-tSXQ0LscWb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tSXQ0LscWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXQ0LscWb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXQ0LscWb .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tSXQ0LscWb .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXQ0LscWb .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSXQ0LscWb .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSXQ0LscWb .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-tSXQ0LscWb .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSXQ0LscWb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSXQ0LscWb .card-title {
  color: #ffffff;
}
.cid-tSXQ0LscWb .mbr-text,
.cid-tSXQ0LscWb .mbr-section-btn {
  color: #f4f4f6;
}
.cid-tg1a5fDmxL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-tg1a5fDmxL .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tg1a5fDmxL .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tg1a5fDmxL .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tg1a5fDmxL .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tg1a5fDmxL .row > div {
    margin: auto;
  }
}
.cid-tg1a5fDmxL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1a5fDmxL .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-tg1a5fDmxL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg1a5fDmxL .list {
    margin-bottom: 0rem;
  }
}
.cid-tg1a5fDmxL .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-tg1a5fDmxL .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-tg1a5fDmxL .row {
    display: grid;
  }
  .cid-tg1a5fDmxL .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tg1a5fDmxL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tg1a5fDmxL .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-tg1a5fDmxL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg1a5fDmxL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tg1a5guoSf {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-tg1a5guoSf .mbr-text a {
  background-size: 100% 0%;
}
.cid-tg1a5guoSf .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tg1a5guoSf .media-container-row .mbr-text {
  color: #959393;
}
.cid-tg1crrMEa8 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tg1crrMEa8 {
    min-height: 170px !important;
  }
}
.cid-tg1crrMEa8 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tg1crrMEa8 .empty_md {
    display: block;
  }
}
.cid-tg1crrMEa8 .container,
.cid-tg1crrMEa8 .container-fluid,
.cid-tg1crrMEa8 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tg1crrMEa8 .container,
  .cid-tg1crrMEa8 .container-fluid,
  .cid-tg1crrMEa8 .empty_md {
    min-height: 170px !important;
  }
}
.cid-tg1crrMEa8 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tg1crrMEa8 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tg1crrMEa8 .top_menu {
    min-height: 110px !important;
  }
}
.cid-tg1crrMEa8 .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-tg1crrMEa8 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tg1crrMEa8 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tg1crrMEa8 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tg1crrMEa8 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tg1crrMEa8 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tg1crrMEa8 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tg1crrMEa8 .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tg1crrMEa8 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tg1crrMEa8 .empty,
  .cid-tg1crrMEa8 .icons-menu {
    min-width: 265px;
  }
  .cid-tg1crrMEa8 .navbar-logo {
    margin: 0;
  }
  .cid-tg1crrMEa8 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tg1crrMEa8 .btn {
    white-space: nowrap;
  }
  .cid-tg1crrMEa8 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tg1crrMEa8 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tg1crrMEa8 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tg1crrMEa8 .dropdown-toggle::after,
  .cid-tg1crrMEa8 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tg1crrMEa8 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tg1crrMEa8 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg1crrMEa8 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tg1crrMEa8 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg1crrMEa8 .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-tg1crrMEa8 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tg1crrMEa8 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tg1crrMEa8 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tg1crrMEa8 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tg1crrMEa8 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tg1crrMEa8 .nav-item:focus,
.cid-tg1crrMEa8 .nav-link:focus {
  outline: none;
}
.cid-tg1crrMEa8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tg1crrMEa8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tg1crrMEa8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tg1crrMEa8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg1crrMEa8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tg1crrMEa8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg1crrMEa8 ul.navbar-nav li {
  margin: auto;
}
.cid-tg1crrMEa8 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tg1crrMEa8 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tg1crrMEa8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tg1crrMEa8 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tg1crrMEa8 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tg1crrMEa8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg1crrMEa8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg1crrMEa8 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tg1crrMEa8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-tg1crrMEa8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tg1crrMEa8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg1crrMEa8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tg1crrMEa8 .navbar .icons-menu,
  .cid-tg1crrMEa8 .navbar .empty {
    display: none;
  }
  .cid-tg1crrMEa8 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tg1crrMEa8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg1crrMEa8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg1crrMEa8 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tg1crrMEa8 .navbar .container-fluid,
  .cid-tg1crrMEa8 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tg1crrMEa8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tg1crrMEa8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg1crrMEa8 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tg1crrMEa8 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tg1crrMEa8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tg1crrMEa8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tg1crrMEa8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tg1crrMEa8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tg1crrMEa8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tg1crrMEa8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg1crrMEa8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg1crrMEa8 .dropdown-item.active,
.cid-tg1crrMEa8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tg1crrMEa8 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg1crrMEa8 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tg1crrMEa8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tg1crrMEa8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tg1crrMEa8 .navbar-buttons {
  text-align: center;
}
.cid-tg1crrMEa8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg1crrMEa8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-tg1crrMEa8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg1crrMEa8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg1crrMEa8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg1crrMEa8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg1crrMEa8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg1crrMEa8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg1crrMEa8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg1crrMEa8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg1crrMEa8 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tg1crrMEa8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg1crrMEa8 a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-tg1crrMEa8 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tg1crrMEa8 .navbar {
    height: 77px;
  }
  .cid-tg1crrMEa8 .navbar.opened {
    height: auto;
  }
  .cid-tg1crrMEa8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg1crtnpvT {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tg1crtnpvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1crtnpvT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1crtnpvT .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-tg1cruucZM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-tg1cruucZM .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tg1cruucZM .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tg1cruucZM .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1cruucZM .label-text {
    text-align: center !important;
  }
}
.cid-tg1cruucZM .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1cruucZM .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tg1cruucZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1cruucZM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1cruucZM .mbr-section-title,
.cid-tg1cruucZM .mbr-section-btn {
  text-align: left;
}
.cid-tg1crvbrAZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tg1crvbrAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1crvbrAZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1crvbrAZ .mbr-section-title {
  color: #dfb2ab;
}
.cid-tg1crvbrAZ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tSXQ8LPMNU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tSXQ8LPMNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXQ8LPMNU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXQ8LPMNU .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tSXQ8LPMNU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXQ8LPMNU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSXQ8LPMNU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSXQ8LPMNU .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-tSXQ8LPMNU .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSXQ8LPMNU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSXQ8LPMNU .card-title {
  color: #ffffff;
}
.cid-tSXQ8LPMNU .mbr-text,
.cid-tSXQ8LPMNU .mbr-section-btn {
  color: #f4f4f6;
}
.cid-tg1cryihtZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-tg1cryihtZ .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tg1cryihtZ .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tg1cryihtZ .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tg1cryihtZ .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tg1cryihtZ .row > div {
    margin: auto;
  }
}
.cid-tg1cryihtZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1cryihtZ .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-tg1cryihtZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg1cryihtZ .list {
    margin-bottom: 0rem;
  }
}
.cid-tg1cryihtZ .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-tg1cryihtZ .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-tg1cryihtZ .row {
    display: grid;
  }
  .cid-tg1cryihtZ .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tg1cryihtZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tg1cryihtZ .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-tg1cryihtZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg1cryihtZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tg1crzkmYW {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-tg1crzkmYW .mbr-text a {
  background-size: 100% 0%;
}
.cid-tg1crzkmYW .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tg1crzkmYW .media-container-row .mbr-text {
  color: #959393;
}
.cid-tg1di15rL9 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tg1di15rL9 {
    min-height: 170px !important;
  }
}
.cid-tg1di15rL9 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tg1di15rL9 .empty_md {
    display: block;
  }
}
.cid-tg1di15rL9 .container,
.cid-tg1di15rL9 .container-fluid,
.cid-tg1di15rL9 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tg1di15rL9 .container,
  .cid-tg1di15rL9 .container-fluid,
  .cid-tg1di15rL9 .empty_md {
    min-height: 170px !important;
  }
}
.cid-tg1di15rL9 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tg1di15rL9 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tg1di15rL9 .top_menu {
    min-height: 110px !important;
  }
}
.cid-tg1di15rL9 .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-tg1di15rL9 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tg1di15rL9 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tg1di15rL9 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tg1di15rL9 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tg1di15rL9 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tg1di15rL9 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tg1di15rL9 .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tg1di15rL9 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tg1di15rL9 .empty,
  .cid-tg1di15rL9 .icons-menu {
    min-width: 265px;
  }
  .cid-tg1di15rL9 .navbar-logo {
    margin: 0;
  }
  .cid-tg1di15rL9 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tg1di15rL9 .btn {
    white-space: nowrap;
  }
  .cid-tg1di15rL9 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tg1di15rL9 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tg1di15rL9 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tg1di15rL9 .dropdown-toggle::after,
  .cid-tg1di15rL9 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tg1di15rL9 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tg1di15rL9 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg1di15rL9 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tg1di15rL9 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg1di15rL9 .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-tg1di15rL9 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tg1di15rL9 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tg1di15rL9 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tg1di15rL9 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tg1di15rL9 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tg1di15rL9 .nav-item:focus,
.cid-tg1di15rL9 .nav-link:focus {
  outline: none;
}
.cid-tg1di15rL9 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tg1di15rL9 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tg1di15rL9 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tg1di15rL9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg1di15rL9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tg1di15rL9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg1di15rL9 ul.navbar-nav li {
  margin: auto;
}
.cid-tg1di15rL9 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tg1di15rL9 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tg1di15rL9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tg1di15rL9 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tg1di15rL9 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tg1di15rL9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg1di15rL9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg1di15rL9 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tg1di15rL9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-tg1di15rL9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tg1di15rL9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg1di15rL9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tg1di15rL9 .navbar .icons-menu,
  .cid-tg1di15rL9 .navbar .empty {
    display: none;
  }
  .cid-tg1di15rL9 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tg1di15rL9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg1di15rL9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg1di15rL9 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tg1di15rL9 .navbar .container-fluid,
  .cid-tg1di15rL9 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tg1di15rL9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tg1di15rL9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg1di15rL9 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tg1di15rL9 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tg1di15rL9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tg1di15rL9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tg1di15rL9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tg1di15rL9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tg1di15rL9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tg1di15rL9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg1di15rL9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg1di15rL9 .dropdown-item.active,
.cid-tg1di15rL9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tg1di15rL9 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg1di15rL9 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tg1di15rL9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tg1di15rL9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tg1di15rL9 .navbar-buttons {
  text-align: center;
}
.cid-tg1di15rL9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg1di15rL9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-tg1di15rL9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg1di15rL9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg1di15rL9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg1di15rL9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg1di15rL9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg1di15rL9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg1di15rL9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg1di15rL9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg1di15rL9 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tg1di15rL9 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg1di15rL9 a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-tg1di15rL9 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tg1di15rL9 .navbar {
    height: 77px;
  }
  .cid-tg1di15rL9 .navbar.opened {
    height: auto;
  }
  .cid-tg1di15rL9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg1di2ZRHF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tg1di2ZRHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1di2ZRHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1di2ZRHF .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-tg1di4cE48 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-tg1di4cE48 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tg1di4cE48 .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tg1di4cE48 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1di4cE48 .label-text {
    text-align: center !important;
  }
}
.cid-tg1di4cE48 .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1di4cE48 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tg1di4cE48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1di4cE48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1di4cE48 .mbr-section-title,
.cid-tg1di4cE48 .mbr-section-btn {
  text-align: left;
}
.cid-uJXAMexTtO {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJXAMexTtO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXAMexTtO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXAMexTtO .mbr-section-title {
  color: #3a4c67;
}
.cid-tSXQfi7X6t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tSXQfi7X6t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXQfi7X6t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXQfi7X6t .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tSXQfi7X6t .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXQfi7X6t .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSXQfi7X6t .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSXQfi7X6t .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-tSXQfi7X6t .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSXQfi7X6t .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSXQfi7X6t .card-title {
  color: #ffffff;
}
.cid-tSXQfi7X6t .mbr-text,
.cid-tSXQfi7X6t .mbr-section-btn {
  color: #f4f4f6;
}
.cid-tg1di6i3mp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-tg1di6i3mp .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tg1di6i3mp .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tg1di6i3mp .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tg1di6i3mp .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tg1di6i3mp .row > div {
    margin: auto;
  }
}
.cid-tg1di6i3mp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1di6i3mp .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-tg1di6i3mp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg1di6i3mp .list {
    margin-bottom: 0rem;
  }
}
.cid-tg1di6i3mp .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-tg1di6i3mp .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-tg1di6i3mp .row {
    display: grid;
  }
  .cid-tg1di6i3mp .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tg1di6i3mp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tg1di6i3mp .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-tg1di6i3mp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg1di6i3mp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tg1di7dewT {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-tg1di7dewT .mbr-text a {
  background-size: 100% 0%;
}
.cid-tg1di7dewT .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tg1di7dewT .media-container-row .mbr-text {
  color: #959393;
}
.cid-tg1efVGS7x {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tg1efVGS7x {
    min-height: 170px !important;
  }
}
.cid-tg1efVGS7x .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tg1efVGS7x .empty_md {
    display: block;
  }
}
.cid-tg1efVGS7x .container,
.cid-tg1efVGS7x .container-fluid,
.cid-tg1efVGS7x .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tg1efVGS7x .container,
  .cid-tg1efVGS7x .container-fluid,
  .cid-tg1efVGS7x .empty_md {
    min-height: 170px !important;
  }
}
.cid-tg1efVGS7x .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tg1efVGS7x .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tg1efVGS7x .top_menu {
    min-height: 110px !important;
  }
}
.cid-tg1efVGS7x .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-tg1efVGS7x .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tg1efVGS7x .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tg1efVGS7x .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tg1efVGS7x .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tg1efVGS7x .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tg1efVGS7x .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tg1efVGS7x .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tg1efVGS7x .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tg1efVGS7x .empty,
  .cid-tg1efVGS7x .icons-menu {
    min-width: 265px;
  }
  .cid-tg1efVGS7x .navbar-logo {
    margin: 0;
  }
  .cid-tg1efVGS7x .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tg1efVGS7x .btn {
    white-space: nowrap;
  }
  .cid-tg1efVGS7x .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tg1efVGS7x .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tg1efVGS7x .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tg1efVGS7x .dropdown-toggle::after,
  .cid-tg1efVGS7x .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tg1efVGS7x .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tg1efVGS7x .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg1efVGS7x .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tg1efVGS7x .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg1efVGS7x .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-tg1efVGS7x .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tg1efVGS7x .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tg1efVGS7x .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tg1efVGS7x .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tg1efVGS7x .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tg1efVGS7x .nav-item:focus,
.cid-tg1efVGS7x .nav-link:focus {
  outline: none;
}
.cid-tg1efVGS7x .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tg1efVGS7x .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tg1efVGS7x .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tg1efVGS7x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg1efVGS7x .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tg1efVGS7x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg1efVGS7x ul.navbar-nav li {
  margin: auto;
}
.cid-tg1efVGS7x .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tg1efVGS7x .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tg1efVGS7x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tg1efVGS7x .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tg1efVGS7x .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tg1efVGS7x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg1efVGS7x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg1efVGS7x .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tg1efVGS7x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-tg1efVGS7x .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tg1efVGS7x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg1efVGS7x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tg1efVGS7x .navbar .icons-menu,
  .cid-tg1efVGS7x .navbar .empty {
    display: none;
  }
  .cid-tg1efVGS7x .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tg1efVGS7x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg1efVGS7x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg1efVGS7x .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tg1efVGS7x .navbar .container-fluid,
  .cid-tg1efVGS7x .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tg1efVGS7x .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tg1efVGS7x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg1efVGS7x .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tg1efVGS7x .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tg1efVGS7x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tg1efVGS7x .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tg1efVGS7x .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tg1efVGS7x .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tg1efVGS7x .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tg1efVGS7x .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg1efVGS7x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg1efVGS7x .dropdown-item.active,
.cid-tg1efVGS7x .dropdown-item:active {
  background-color: transparent;
}
.cid-tg1efVGS7x .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg1efVGS7x .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tg1efVGS7x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tg1efVGS7x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tg1efVGS7x .navbar-buttons {
  text-align: center;
}
.cid-tg1efVGS7x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg1efVGS7x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-tg1efVGS7x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg1efVGS7x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg1efVGS7x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg1efVGS7x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg1efVGS7x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg1efVGS7x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg1efVGS7x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg1efVGS7x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg1efVGS7x .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tg1efVGS7x a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg1efVGS7x a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-tg1efVGS7x .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tg1efVGS7x .navbar {
    height: 77px;
  }
  .cid-tg1efVGS7x .navbar.opened {
    height: auto;
  }
  .cid-tg1efVGS7x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg1efWMIBV {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tg1efWMIBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1efWMIBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1efWMIBV .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-tg1efXAQgV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-tg1efXAQgV .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tg1efXAQgV .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tg1efXAQgV .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1efXAQgV .label-text {
    text-align: center !important;
  }
}
.cid-tg1efXAQgV .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1efXAQgV .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tg1efXAQgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1efXAQgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1efXAQgV .mbr-section-title,
.cid-tg1efXAQgV .mbr-section-btn {
  text-align: left;
}
.cid-tg1f9HhGcZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSXQmpqcsO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tSXQmpqcsO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXQmpqcsO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXQmpqcsO .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tSXQmpqcsO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXQmpqcsO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSXQmpqcsO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSXQmpqcsO .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-tSXQmpqcsO .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSXQmpqcsO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSXQmpqcsO .card-title {
  color: #ffffff;
}
.cid-tSXQmpqcsO .mbr-text,
.cid-tSXQmpqcsO .mbr-section-btn {
  color: #f4f4f6;
}
.cid-tg1efZpOQS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-tg1efZpOQS .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tg1efZpOQS .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tg1efZpOQS .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tg1efZpOQS .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tg1efZpOQS .row > div {
    margin: auto;
  }
}
.cid-tg1efZpOQS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1efZpOQS .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-tg1efZpOQS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg1efZpOQS .list {
    margin-bottom: 0rem;
  }
}
.cid-tg1efZpOQS .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-tg1efZpOQS .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-tg1efZpOQS .row {
    display: grid;
  }
  .cid-tg1efZpOQS .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tg1efZpOQS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tg1efZpOQS .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-tg1efZpOQS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg1efZpOQS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tg1eg09msr {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-tg1eg09msr .mbr-text a {
  background-size: 100% 0%;
}
.cid-tg1eg09msr .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tg1eg09msr .media-container-row .mbr-text {
  color: #959393;
}
.cid-tg1hsjtCui {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tg1hsjtCui {
    min-height: 170px !important;
  }
}
.cid-tg1hsjtCui .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tg1hsjtCui .empty_md {
    display: block;
  }
}
.cid-tg1hsjtCui .container,
.cid-tg1hsjtCui .container-fluid,
.cid-tg1hsjtCui .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tg1hsjtCui .container,
  .cid-tg1hsjtCui .container-fluid,
  .cid-tg1hsjtCui .empty_md {
    min-height: 170px !important;
  }
}
.cid-tg1hsjtCui .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tg1hsjtCui .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tg1hsjtCui .top_menu {
    min-height: 110px !important;
  }
}
.cid-tg1hsjtCui .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-tg1hsjtCui .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tg1hsjtCui .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tg1hsjtCui .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tg1hsjtCui .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tg1hsjtCui .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tg1hsjtCui .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tg1hsjtCui .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tg1hsjtCui .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tg1hsjtCui .empty,
  .cid-tg1hsjtCui .icons-menu {
    min-width: 265px;
  }
  .cid-tg1hsjtCui .navbar-logo {
    margin: 0;
  }
  .cid-tg1hsjtCui .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tg1hsjtCui .btn {
    white-space: nowrap;
  }
  .cid-tg1hsjtCui .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tg1hsjtCui .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tg1hsjtCui .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tg1hsjtCui .dropdown-toggle::after,
  .cid-tg1hsjtCui .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tg1hsjtCui .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tg1hsjtCui .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg1hsjtCui .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tg1hsjtCui .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg1hsjtCui .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-tg1hsjtCui .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tg1hsjtCui .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tg1hsjtCui .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tg1hsjtCui .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tg1hsjtCui .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tg1hsjtCui .nav-item:focus,
.cid-tg1hsjtCui .nav-link:focus {
  outline: none;
}
.cid-tg1hsjtCui .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tg1hsjtCui .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tg1hsjtCui .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tg1hsjtCui .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg1hsjtCui .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tg1hsjtCui ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg1hsjtCui ul.navbar-nav li {
  margin: auto;
}
.cid-tg1hsjtCui .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tg1hsjtCui .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tg1hsjtCui .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tg1hsjtCui .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tg1hsjtCui .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tg1hsjtCui .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg1hsjtCui .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg1hsjtCui .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tg1hsjtCui .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-tg1hsjtCui .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tg1hsjtCui .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg1hsjtCui .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tg1hsjtCui .navbar .icons-menu,
  .cid-tg1hsjtCui .navbar .empty {
    display: none;
  }
  .cid-tg1hsjtCui .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tg1hsjtCui .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg1hsjtCui .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg1hsjtCui .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tg1hsjtCui .navbar .container-fluid,
  .cid-tg1hsjtCui .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tg1hsjtCui .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tg1hsjtCui .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg1hsjtCui .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tg1hsjtCui .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tg1hsjtCui .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tg1hsjtCui .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tg1hsjtCui .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tg1hsjtCui .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tg1hsjtCui .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tg1hsjtCui .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg1hsjtCui .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg1hsjtCui .dropdown-item.active,
.cid-tg1hsjtCui .dropdown-item:active {
  background-color: transparent;
}
.cid-tg1hsjtCui .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg1hsjtCui .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tg1hsjtCui .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tg1hsjtCui .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tg1hsjtCui .navbar-buttons {
  text-align: center;
}
.cid-tg1hsjtCui button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg1hsjtCui button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-tg1hsjtCui button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg1hsjtCui button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg1hsjtCui button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg1hsjtCui button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg1hsjtCui nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg1hsjtCui nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg1hsjtCui nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg1hsjtCui nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg1hsjtCui .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tg1hsjtCui a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg1hsjtCui a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-tg1hsjtCui .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tg1hsjtCui .navbar {
    height: 77px;
  }
  .cid-tg1hsjtCui .navbar.opened {
    height: auto;
  }
  .cid-tg1hsjtCui .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg1hskUDbq {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tg1hskUDbq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1hskUDbq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1hskUDbq .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-tg1hslNdru {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-tg1hslNdru .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tg1hslNdru .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tg1hslNdru .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1hslNdru .label-text {
    text-align: center !important;
  }
}
.cid-tg1hslNdru .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1hslNdru .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tg1hslNdru .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1hslNdru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1hslNdru .mbr-section-title,
.cid-tg1hslNdru .mbr-section-btn {
  text-align: left;
}
.cid-tg1hsmruaG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSXQscUmTW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tSXQscUmTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXQscUmTW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXQscUmTW .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tSXQscUmTW .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXQscUmTW .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSXQscUmTW .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSXQscUmTW .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-tSXQscUmTW .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSXQscUmTW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSXQscUmTW .card-title {
  color: #ffffff;
}
.cid-tSXQscUmTW .mbr-text,
.cid-tSXQscUmTW .mbr-section-btn {
  color: #f4f4f6;
}
.cid-tg1hso5xu9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-tg1hso5xu9 .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tg1hso5xu9 .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tg1hso5xu9 .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tg1hso5xu9 .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tg1hso5xu9 .row > div {
    margin: auto;
  }
}
.cid-tg1hso5xu9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1hso5xu9 .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-tg1hso5xu9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg1hso5xu9 .list {
    margin-bottom: 0rem;
  }
}
.cid-tg1hso5xu9 .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-tg1hso5xu9 .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-tg1hso5xu9 .row {
    display: grid;
  }
  .cid-tg1hso5xu9 .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tg1hso5xu9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tg1hso5xu9 .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-tg1hso5xu9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg1hso5xu9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tg1hspjdZI {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-tg1hspjdZI .mbr-text a {
  background-size: 100% 0%;
}
.cid-tg1hspjdZI .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tg1hspjdZI .media-container-row .mbr-text {
  color: #959393;
}
.cid-tg1kvIJFzT {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tg1kvIJFzT {
    min-height: 170px !important;
  }
}
.cid-tg1kvIJFzT .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tg1kvIJFzT .empty_md {
    display: block;
  }
}
.cid-tg1kvIJFzT .container,
.cid-tg1kvIJFzT .container-fluid,
.cid-tg1kvIJFzT .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tg1kvIJFzT .container,
  .cid-tg1kvIJFzT .container-fluid,
  .cid-tg1kvIJFzT .empty_md {
    min-height: 170px !important;
  }
}
.cid-tg1kvIJFzT .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tg1kvIJFzT .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tg1kvIJFzT .top_menu {
    min-height: 110px !important;
  }
}
.cid-tg1kvIJFzT .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-tg1kvIJFzT .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tg1kvIJFzT .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tg1kvIJFzT .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tg1kvIJFzT .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tg1kvIJFzT .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tg1kvIJFzT .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tg1kvIJFzT .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tg1kvIJFzT .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tg1kvIJFzT .empty,
  .cid-tg1kvIJFzT .icons-menu {
    min-width: 265px;
  }
  .cid-tg1kvIJFzT .navbar-logo {
    margin: 0;
  }
  .cid-tg1kvIJFzT .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tg1kvIJFzT .btn {
    white-space: nowrap;
  }
  .cid-tg1kvIJFzT .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tg1kvIJFzT .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tg1kvIJFzT .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tg1kvIJFzT .dropdown-toggle::after,
  .cid-tg1kvIJFzT .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tg1kvIJFzT .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tg1kvIJFzT .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg1kvIJFzT .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tg1kvIJFzT .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg1kvIJFzT .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-tg1kvIJFzT .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tg1kvIJFzT .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tg1kvIJFzT .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tg1kvIJFzT .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tg1kvIJFzT .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tg1kvIJFzT .nav-item:focus,
.cid-tg1kvIJFzT .nav-link:focus {
  outline: none;
}
.cid-tg1kvIJFzT .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tg1kvIJFzT .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tg1kvIJFzT .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tg1kvIJFzT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg1kvIJFzT .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tg1kvIJFzT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg1kvIJFzT ul.navbar-nav li {
  margin: auto;
}
.cid-tg1kvIJFzT .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tg1kvIJFzT .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tg1kvIJFzT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tg1kvIJFzT .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tg1kvIJFzT .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tg1kvIJFzT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg1kvIJFzT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg1kvIJFzT .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tg1kvIJFzT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-tg1kvIJFzT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tg1kvIJFzT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg1kvIJFzT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tg1kvIJFzT .navbar .icons-menu,
  .cid-tg1kvIJFzT .navbar .empty {
    display: none;
  }
  .cid-tg1kvIJFzT .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tg1kvIJFzT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg1kvIJFzT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg1kvIJFzT .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tg1kvIJFzT .navbar .container-fluid,
  .cid-tg1kvIJFzT .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tg1kvIJFzT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tg1kvIJFzT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg1kvIJFzT .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tg1kvIJFzT .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tg1kvIJFzT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tg1kvIJFzT .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tg1kvIJFzT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tg1kvIJFzT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tg1kvIJFzT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tg1kvIJFzT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg1kvIJFzT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg1kvIJFzT .dropdown-item.active,
.cid-tg1kvIJFzT .dropdown-item:active {
  background-color: transparent;
}
.cid-tg1kvIJFzT .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg1kvIJFzT .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tg1kvIJFzT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tg1kvIJFzT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tg1kvIJFzT .navbar-buttons {
  text-align: center;
}
.cid-tg1kvIJFzT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg1kvIJFzT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-tg1kvIJFzT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg1kvIJFzT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg1kvIJFzT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg1kvIJFzT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg1kvIJFzT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg1kvIJFzT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg1kvIJFzT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg1kvIJFzT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg1kvIJFzT .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tg1kvIJFzT a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg1kvIJFzT a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-tg1kvIJFzT .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tg1kvIJFzT .navbar {
    height: 77px;
  }
  .cid-tg1kvIJFzT .navbar.opened {
    height: auto;
  }
  .cid-tg1kvIJFzT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg1kvK4Onj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tg1kvK4Onj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1kvK4Onj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1kvK4Onj .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-tg1kvKTzIn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbgblue1a3350.jpg");
}
.cid-tg1kvKTzIn .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tg1kvKTzIn .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tg1kvKTzIn .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1kvKTzIn .label-text {
    text-align: center !important;
  }
}
.cid-tg1kvKTzIn .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1kvKTzIn .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tg1kvKTzIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1kvKTzIn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1kvKTzIn .mbr-section-title,
.cid-tg1kvKTzIn .mbr-section-btn {
  text-align: left;
}
.cid-tg1kvLqFVQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSXQy3skbl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tSXQy3skbl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXQy3skbl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXQy3skbl .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tSXQy3skbl .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXQy3skbl .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSXQy3skbl .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSXQy3skbl .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-tSXQy3skbl .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSXQy3skbl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSXQy3skbl .card-title {
  color: #ffffff;
}
.cid-tSXQy3skbl .mbr-text,
.cid-tSXQy3skbl .mbr-section-btn {
  color: #f4f4f6;
}
.cid-tg1kvMEczr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-tg1kvMEczr .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tg1kvMEczr .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tg1kvMEczr .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tg1kvMEczr .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tg1kvMEczr .row > div {
    margin: auto;
  }
}
.cid-tg1kvMEczr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1kvMEczr .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-tg1kvMEczr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg1kvMEczr .list {
    margin-bottom: 0rem;
  }
}
.cid-tg1kvMEczr .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-tg1kvMEczr .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-tg1kvMEczr .row {
    display: grid;
  }
  .cid-tg1kvMEczr .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tg1kvMEczr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tg1kvMEczr .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-tg1kvMEczr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg1kvMEczr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tg1kvNu9C0 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-tg1kvNu9C0 .mbr-text a {
  background-size: 100% 0%;
}
.cid-tg1kvNu9C0 .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tg1kvNu9C0 .media-container-row .mbr-text {
  color: #959393;
}
.cid-tgiD5YpRWy {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tgiD5YpRWy {
    min-height: 170px !important;
  }
}
.cid-tgiD5YpRWy .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tgiD5YpRWy .empty_md {
    display: block;
  }
}
.cid-tgiD5YpRWy .container,
.cid-tgiD5YpRWy .container-fluid,
.cid-tgiD5YpRWy .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tgiD5YpRWy .container,
  .cid-tgiD5YpRWy .container-fluid,
  .cid-tgiD5YpRWy .empty_md {
    min-height: 170px !important;
  }
}
.cid-tgiD5YpRWy .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tgiD5YpRWy .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tgiD5YpRWy .top_menu {
    min-height: 110px !important;
  }
}
.cid-tgiD5YpRWy .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-tgiD5YpRWy .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tgiD5YpRWy .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tgiD5YpRWy .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tgiD5YpRWy .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tgiD5YpRWy .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tgiD5YpRWy .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tgiD5YpRWy .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tgiD5YpRWy .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tgiD5YpRWy .empty,
  .cid-tgiD5YpRWy .icons-menu {
    min-width: 265px;
  }
  .cid-tgiD5YpRWy .navbar-logo {
    margin: 0;
  }
  .cid-tgiD5YpRWy .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tgiD5YpRWy .btn {
    white-space: nowrap;
  }
  .cid-tgiD5YpRWy .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tgiD5YpRWy .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tgiD5YpRWy .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tgiD5YpRWy .dropdown-toggle::after,
  .cid-tgiD5YpRWy .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tgiD5YpRWy .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tgiD5YpRWy .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tgiD5YpRWy .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tgiD5YpRWy .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tgiD5YpRWy .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-tgiD5YpRWy .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tgiD5YpRWy .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tgiD5YpRWy .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tgiD5YpRWy .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tgiD5YpRWy .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tgiD5YpRWy .nav-item:focus,
.cid-tgiD5YpRWy .nav-link:focus {
  outline: none;
}
.cid-tgiD5YpRWy .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tgiD5YpRWy .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgiD5YpRWy .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgiD5YpRWy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgiD5YpRWy .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tgiD5YpRWy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgiD5YpRWy ul.navbar-nav li {
  margin: auto;
}
.cid-tgiD5YpRWy .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tgiD5YpRWy .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tgiD5YpRWy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tgiD5YpRWy .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tgiD5YpRWy .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tgiD5YpRWy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgiD5YpRWy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgiD5YpRWy .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tgiD5YpRWy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-tgiD5YpRWy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgiD5YpRWy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgiD5YpRWy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tgiD5YpRWy .navbar .icons-menu,
  .cid-tgiD5YpRWy .navbar .empty {
    display: none;
  }
  .cid-tgiD5YpRWy .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tgiD5YpRWy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgiD5YpRWy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgiD5YpRWy .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tgiD5YpRWy .navbar .container-fluid,
  .cid-tgiD5YpRWy .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tgiD5YpRWy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgiD5YpRWy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgiD5YpRWy .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tgiD5YpRWy .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tgiD5YpRWy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tgiD5YpRWy .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tgiD5YpRWy .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tgiD5YpRWy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgiD5YpRWy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgiD5YpRWy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgiD5YpRWy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgiD5YpRWy .dropdown-item.active,
.cid-tgiD5YpRWy .dropdown-item:active {
  background-color: transparent;
}
.cid-tgiD5YpRWy .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgiD5YpRWy .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tgiD5YpRWy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgiD5YpRWy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgiD5YpRWy .navbar-buttons {
  text-align: center;
}
.cid-tgiD5YpRWy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tgiD5YpRWy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-tgiD5YpRWy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgiD5YpRWy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgiD5YpRWy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgiD5YpRWy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgiD5YpRWy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgiD5YpRWy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgiD5YpRWy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgiD5YpRWy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgiD5YpRWy .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tgiD5YpRWy a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tgiD5YpRWy a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-tgiD5YpRWy .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgiD5YpRWy .navbar {
    height: 77px;
  }
  .cid-tgiD5YpRWy .navbar.opened {
    height: auto;
  }
  .cid-tgiD5YpRWy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgiD5Zg3as {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgiD5Zg3as .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgiD5Zg3as .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgiD5Zg3as .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-tgiD5ZTBvT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-tgiD5ZTBvT .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tgiD5ZTBvT .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tgiD5ZTBvT .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tgiD5ZTBvT .label-text {
    text-align: center !important;
  }
}
.cid-tgiD5ZTBvT .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tgiD5ZTBvT .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tgiD5ZTBvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgiD5ZTBvT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgiD5ZTBvT .mbr-section-title,
.cid-tgiD5ZTBvT .mbr-section-btn {
  text-align: left;
}
.cid-tgiDfncstF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgiDfncstF img,
.cid-tgiDfncstF .item-img {
  width: 100%;
}
.cid-tgiDfncstF .item:focus,
.cid-tgiDfncstF span:focus {
  outline: none;
}
.cid-tgiDfncstF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgiDfncstF .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #1a3350;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tgiDfncstF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgiDfncstF .mbr-section-title {
  color: #3F424E;
  padding-bottom: 50px;
}
.cid-tgiDfncstF .item-title {
  margin: 20px;
  color: #ffffff;
}
.cid-thfO97Eq8L {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-thfO97Eq8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-thfO97Eq8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgj1yv6eGZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tgj1yv6eGZ .mbr-section-subtitle {
  color: #767676;
}
.cid-tgj1yv6eGZ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tgj1yv6eGZ .table-wrapper {
  margin: 0 auto;
}
.cid-tgj1yv6eGZ table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tgj1yv6eGZ table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #1a3350;
  color: white;
  vertical-align: middle;
}
.cid-tgj1yv6eGZ table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tgj1yv6eGZ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tgj1yv6eGZ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tgj1yv6eGZ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tgj1yv6eGZ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tgj1yv6eGZ .dataTables_wrapper {
  display: block;
}
.cid-tgj1yv6eGZ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tgj1yv6eGZ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tgj1yv6eGZ .head-item:after,
.cid-tgj1yv6eGZ .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 992px) {
  .cid-tgj1yv6eGZ .dataTables_filter {
    text-align: center;
  }
  .cid-tgj1yv6eGZ .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tgj1yv6eGZ .dataTables_filter {
    text-align: center;
  }
  .cid-tgj1yv6eGZ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tgj1yv6eGZ table th,
  .cid-tgj1yv6eGZ table td {
    padding: .75rem;
  }
}
.cid-tgj1yv6eGZ .mbr-section-title,
.cid-tgj1yv6eGZ .underline {
  color: #1a3350;
}
.cid-tgj1yv6eGZ .head-item {
  text-align: left;
}
.cid-tgj1yv6eGZ .body-item {
  text-align: left;
}
.cid-tgj7w0NRvg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tgj7w0NRvg .mbr-section-subtitle {
  color: #767676;
}
.cid-tgj7w0NRvg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tgj7w0NRvg .table-wrapper {
  margin: 0 auto;
}
.cid-tgj7w0NRvg table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tgj7w0NRvg table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #1a3350;
  color: white;
  vertical-align: middle;
}
.cid-tgj7w0NRvg table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tgj7w0NRvg .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tgj7w0NRvg .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tgj7w0NRvg .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tgj7w0NRvg .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tgj7w0NRvg .dataTables_wrapper {
  display: block;
}
.cid-tgj7w0NRvg .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tgj7w0NRvg .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tgj7w0NRvg .head-item:after,
.cid-tgj7w0NRvg .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 992px) {
  .cid-tgj7w0NRvg .dataTables_filter {
    text-align: center;
  }
  .cid-tgj7w0NRvg .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tgj7w0NRvg .dataTables_filter {
    text-align: center;
  }
  .cid-tgj7w0NRvg .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tgj7w0NRvg table th,
  .cid-tgj7w0NRvg table td {
    padding: .75rem;
  }
}
.cid-tgj7w0NRvg .mbr-section-title,
.cid-tgj7w0NRvg .underline {
  color: #1a3350;
}
.cid-tgj7w0NRvg .head-item {
  text-align: left;
}
.cid-tgj7w0NRvg .body-item {
  text-align: left;
}
.cid-tSXQLpmgCQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tSXQLpmgCQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXQLpmgCQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXQLpmgCQ .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tSXQLpmgCQ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXQLpmgCQ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSXQLpmgCQ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSXQLpmgCQ .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-tSXQLpmgCQ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSXQLpmgCQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSXQLpmgCQ .card-title {
  color: #ffffff;
}
.cid-tSXQLpmgCQ .mbr-text,
.cid-tSXQLpmgCQ .mbr-section-btn {
  color: #f4f4f6;
}
.cid-tgiD61HbaU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-tgiD61HbaU .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tgiD61HbaU .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tgiD61HbaU .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tgiD61HbaU .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tgiD61HbaU .row > div {
    margin: auto;
  }
}
.cid-tgiD61HbaU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tgiD61HbaU .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-tgiD61HbaU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tgiD61HbaU .list {
    margin-bottom: 0rem;
  }
}
.cid-tgiD61HbaU .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-tgiD61HbaU .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-tgiD61HbaU .row {
    display: grid;
  }
  .cid-tgiD61HbaU .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tgiD61HbaU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tgiD61HbaU .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-tgiD61HbaU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tgiD61HbaU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tgiD62sVUh {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-tgiD62sVUh .mbr-text a {
  background-size: 100% 0%;
}
.cid-tgiD62sVUh .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tgiD62sVUh .media-container-row .mbr-text {
  color: #959393;
}
.cid-tgLppxo7n9 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tgLppxo7n9 {
    min-height: 170px !important;
  }
}
.cid-tgLppxo7n9 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tgLppxo7n9 .empty_md {
    display: block;
  }
}
.cid-tgLppxo7n9 .container,
.cid-tgLppxo7n9 .container-fluid,
.cid-tgLppxo7n9 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tgLppxo7n9 .container,
  .cid-tgLppxo7n9 .container-fluid,
  .cid-tgLppxo7n9 .empty_md {
    min-height: 170px !important;
  }
}
.cid-tgLppxo7n9 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tgLppxo7n9 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tgLppxo7n9 .top_menu {
    min-height: 110px !important;
  }
}
.cid-tgLppxo7n9 .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-tgLppxo7n9 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tgLppxo7n9 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tgLppxo7n9 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tgLppxo7n9 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tgLppxo7n9 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tgLppxo7n9 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tgLppxo7n9 .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tgLppxo7n9 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tgLppxo7n9 .empty,
  .cid-tgLppxo7n9 .icons-menu {
    min-width: 265px;
  }
  .cid-tgLppxo7n9 .navbar-logo {
    margin: 0;
  }
  .cid-tgLppxo7n9 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tgLppxo7n9 .btn {
    white-space: nowrap;
  }
  .cid-tgLppxo7n9 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tgLppxo7n9 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tgLppxo7n9 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tgLppxo7n9 .dropdown-toggle::after,
  .cid-tgLppxo7n9 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tgLppxo7n9 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tgLppxo7n9 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tgLppxo7n9 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tgLppxo7n9 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tgLppxo7n9 .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-tgLppxo7n9 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tgLppxo7n9 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tgLppxo7n9 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tgLppxo7n9 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tgLppxo7n9 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tgLppxo7n9 .nav-item:focus,
.cid-tgLppxo7n9 .nav-link:focus {
  outline: none;
}
.cid-tgLppxo7n9 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tgLppxo7n9 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgLppxo7n9 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgLppxo7n9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgLppxo7n9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tgLppxo7n9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgLppxo7n9 ul.navbar-nav li {
  margin: auto;
}
.cid-tgLppxo7n9 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tgLppxo7n9 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tgLppxo7n9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tgLppxo7n9 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tgLppxo7n9 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tgLppxo7n9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgLppxo7n9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgLppxo7n9 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tgLppxo7n9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-tgLppxo7n9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgLppxo7n9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgLppxo7n9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tgLppxo7n9 .navbar .icons-menu,
  .cid-tgLppxo7n9 .navbar .empty {
    display: none;
  }
  .cid-tgLppxo7n9 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tgLppxo7n9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgLppxo7n9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgLppxo7n9 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tgLppxo7n9 .navbar .container-fluid,
  .cid-tgLppxo7n9 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tgLppxo7n9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgLppxo7n9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgLppxo7n9 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tgLppxo7n9 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tgLppxo7n9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tgLppxo7n9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tgLppxo7n9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tgLppxo7n9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgLppxo7n9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgLppxo7n9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgLppxo7n9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgLppxo7n9 .dropdown-item.active,
.cid-tgLppxo7n9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgLppxo7n9 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgLppxo7n9 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tgLppxo7n9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgLppxo7n9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgLppxo7n9 .navbar-buttons {
  text-align: center;
}
.cid-tgLppxo7n9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tgLppxo7n9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-tgLppxo7n9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgLppxo7n9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgLppxo7n9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgLppxo7n9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgLppxo7n9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgLppxo7n9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgLppxo7n9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgLppxo7n9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgLppxo7n9 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tgLppxo7n9 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tgLppxo7n9 a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-tgLppxo7n9 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgLppxo7n9 .navbar {
    height: 77px;
  }
  .cid-tgLppxo7n9 .navbar.opened {
    height: auto;
  }
  .cid-tgLppxo7n9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgLppyuV83 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgLppyuV83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgLppyuV83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgLppyuV83 .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-tgLppzd4OL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-tgLppzd4OL .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tgLppzd4OL .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tgLppzd4OL .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tgLppzd4OL .label-text {
    text-align: center !important;
  }
}
.cid-tgLppzd4OL .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tgLppzd4OL .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tgLppzd4OL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgLppzd4OL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgLppzd4OL .mbr-section-title,
.cid-tgLppzd4OL .mbr-section-btn {
  text-align: left;
}
.cid-tgLvABkYbt {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tgLvABkYbt .image-block {
  margin: auto;
}
.cid-tgLvABkYbt figcaption {
  position: relative;
}
.cid-tgLvABkYbt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 268px) {
  .cid-tgLvABkYbt .image-block {
    width: 100% !important;
  }
}
.cid-umcLSK5kgz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../jpg/mainscreenbg3a4c67-1.jpg");
}
.cid-umcLSK5kgz P {
  color: #767676;
}
.cid-umcLSK5kgz H1 {
  color: #ffffff;
}
.cid-umcLSK5kgz .mbr-text,
.cid-umcLSK5kgz .mbr-section-btn {
  color: #ffffff;
}
.cid-uHZU6SNaZr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHZU6SNaZr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZU6SNaZr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZU6SNaZr .mbr-section-title {
  color: #3a4c67;
}
.cid-uHZU7v9jNK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHZU7v9jNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZU7v9jNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZU7v9jNK .mbr-section-title {
  color: #3a4c67;
}
.cid-tCnfMMyo0I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCnfMMyo0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCnfMMyo0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCnfMMyo0I .mbr-section-title {
  color: #131e29;
}
.cid-tCnfMMyo0I .mbr-section-subtitle {
  color: #595959;
}
.cid-tgLppzNcyL {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgLppzNcyL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgLppzNcyL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgLppzNcyL .mbr-section-title {
  color: #dfb2ab;
}
.cid-tSXQYkOszu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tSXQYkOszu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXQYkOszu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXQYkOszu .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tSXQYkOszu .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXQYkOszu .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSXQYkOszu .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSXQYkOszu .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-tSXQYkOszu .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSXQYkOszu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSXQYkOszu .card-title {
  color: #ffffff;
}
.cid-tSXQYkOszu .mbr-text,
.cid-tSXQYkOszu .mbr-section-btn {
  color: #f4f4f6;
}
.cid-tgLppAQgQV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-tgLppAQgQV .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tgLppAQgQV .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tgLppAQgQV .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tgLppAQgQV .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tgLppAQgQV .row > div {
    margin: auto;
  }
}
.cid-tgLppAQgQV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tgLppAQgQV .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-tgLppAQgQV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tgLppAQgQV .list {
    margin-bottom: 0rem;
  }
}
.cid-tgLppAQgQV .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-tgLppAQgQV .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-tgLppAQgQV .row {
    display: grid;
  }
  .cid-tgLppAQgQV .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tgLppAQgQV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tgLppAQgQV .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-tgLppAQgQV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tgLppAQgQV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tgLppBx8DG {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-tgLppBx8DG .mbr-text a {
  background-size: 100% 0%;
}
.cid-tgLppBx8DG .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tgLppBx8DG .media-container-row .mbr-text {
  color: #959393;
}
.cid-tbuSW9rox3 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tbuSW9rox3 {
    min-height: 170px !important;
  }
}
.cid-tbuSW9rox3 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tbuSW9rox3 .empty_md {
    display: block;
  }
}
.cid-tbuSW9rox3 .container,
.cid-tbuSW9rox3 .container-fluid,
.cid-tbuSW9rox3 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tbuSW9rox3 .container,
  .cid-tbuSW9rox3 .container-fluid,
  .cid-tbuSW9rox3 .empty_md {
    min-height: 170px !important;
  }
}
.cid-tbuSW9rox3 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tbuSW9rox3 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tbuSW9rox3 .top_menu {
    min-height: 110px !important;
  }
}
.cid-tbuSW9rox3 .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-tbuSW9rox3 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbuSW9rox3 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tbuSW9rox3 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tbuSW9rox3 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tbuSW9rox3 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tbuSW9rox3 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tbuSW9rox3 .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tbuSW9rox3 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tbuSW9rox3 .empty,
  .cid-tbuSW9rox3 .icons-menu {
    min-width: 265px;
  }
  .cid-tbuSW9rox3 .navbar-logo {
    margin: 0;
  }
  .cid-tbuSW9rox3 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tbuSW9rox3 .btn {
    white-space: nowrap;
  }
  .cid-tbuSW9rox3 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tbuSW9rox3 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tbuSW9rox3 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tbuSW9rox3 .dropdown-toggle::after,
  .cid-tbuSW9rox3 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tbuSW9rox3 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tbuSW9rox3 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbuSW9rox3 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tbuSW9rox3 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbuSW9rox3 .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-tbuSW9rox3 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tbuSW9rox3 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tbuSW9rox3 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tbuSW9rox3 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tbuSW9rox3 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tbuSW9rox3 .nav-item:focus,
.cid-tbuSW9rox3 .nav-link:focus {
  outline: none;
}
.cid-tbuSW9rox3 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tbuSW9rox3 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tbuSW9rox3 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tbuSW9rox3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbuSW9rox3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tbuSW9rox3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tbuSW9rox3 ul.navbar-nav li {
  margin: auto;
}
.cid-tbuSW9rox3 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tbuSW9rox3 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tbuSW9rox3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tbuSW9rox3 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tbuSW9rox3 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tbuSW9rox3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbuSW9rox3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tbuSW9rox3 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tbuSW9rox3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-tbuSW9rox3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbuSW9rox3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbuSW9rox3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tbuSW9rox3 .navbar .icons-menu,
  .cid-tbuSW9rox3 .navbar .empty {
    display: none;
  }
  .cid-tbuSW9rox3 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tbuSW9rox3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbuSW9rox3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbuSW9rox3 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tbuSW9rox3 .navbar .container-fluid,
  .cid-tbuSW9rox3 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tbuSW9rox3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbuSW9rox3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbuSW9rox3 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tbuSW9rox3 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tbuSW9rox3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tbuSW9rox3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tbuSW9rox3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tbuSW9rox3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbuSW9rox3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tbuSW9rox3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbuSW9rox3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbuSW9rox3 .dropdown-item.active,
.cid-tbuSW9rox3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tbuSW9rox3 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbuSW9rox3 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tbuSW9rox3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tbuSW9rox3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tbuSW9rox3 .navbar-buttons {
  text-align: center;
}
.cid-tbuSW9rox3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tbuSW9rox3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-tbuSW9rox3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbuSW9rox3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbuSW9rox3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbuSW9rox3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbuSW9rox3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbuSW9rox3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tbuSW9rox3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tbuSW9rox3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbuSW9rox3 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tbuSW9rox3 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbuSW9rox3 a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-tbuSW9rox3 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbuSW9rox3 .navbar {
    height: 77px;
  }
  .cid-tbuSW9rox3 .navbar.opened {
    height: auto;
  }
  .cid-tbuSW9rox3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbuSWaWj78 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbuSWaWj78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbuSWaWj78 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbuSWaWj78 .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-tcDYcZ6Yo6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-tcDYcZ6Yo6 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcDYcZ6Yo6 .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tcDYcZ6Yo6 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tcDYcZ6Yo6 .label-text {
    text-align: center !important;
  }
}
.cid-tcDYcZ6Yo6 .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tcDYcZ6Yo6 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tcDYcZ6Yo6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcDYcZ6Yo6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcDYedb2zG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tcDYedb2zG .row {
  align-items: center;
}
.cid-tcDYedb2zG .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tcDYedb2zG .mbr-text,
.cid-tcDYedb2zG .mbr-section-btn {
  color: #000000;
}
.cid-tcDYedb2zG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tcDYedb2zG .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-tcDYedb2zG .social-list .mbr-iconfont-social:hover {
  background: #1a3350;
  color: white;
}
.cid-tcDYedb2zG .social-list .soc-item {
  margin-right: 1rem;
}
.cid-tcDYedb2zG .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-tcDYedb2zG .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tcDYedb2zG .mbr-text-title {
  color: #bbbbbb;
}
.cid-tcDYeQCP1p {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tcDYeQCP1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcDYeQCP1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcDYeQCP1p .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tcDYeQCP1p .card {
    margin-bottom: 2rem!important;
  }
  .cid-tcDYeQCP1p .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tcDYeQCP1p .link-wrap {
    align-items: center;
  }
}
.cid-tcDYeQCP1p .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tcDYeQCP1p .card-title,
.cid-tcDYeQCP1p .card-box {
  color: #1a3350;
}
.cid-tcDYeQCP1p .mbr-text,
.cid-tcDYeQCP1p .link-wrap,
.cid-tcDYeQCP1p .mbr-section-btn {
  color: #595959;
}
.cid-tSXRrobvlW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tSXRrobvlW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXRrobvlW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXRrobvlW .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tSXRrobvlW .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXRrobvlW .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSXRrobvlW .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSXRrobvlW .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-tSXRrobvlW .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSXRrobvlW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSXRrobvlW .card-title {
  color: #ffffff;
}
.cid-tSXRrobvlW .mbr-text,
.cid-tSXRrobvlW .mbr-section-btn {
  color: #f4f4f6;
}
.cid-tbuSWlbXHP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-tbuSWlbXHP .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tbuSWlbXHP .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tbuSWlbXHP .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tbuSWlbXHP .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tbuSWlbXHP .row > div {
    margin: auto;
  }
}
.cid-tbuSWlbXHP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tbuSWlbXHP .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-tbuSWlbXHP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tbuSWlbXHP .list {
    margin-bottom: 0rem;
  }
}
.cid-tbuSWlbXHP .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-tbuSWlbXHP .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-tbuSWlbXHP .row {
    display: grid;
  }
  .cid-tbuSWlbXHP .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tbuSWlbXHP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tbuSWlbXHP .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-tbuSWlbXHP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tbuSWlbXHP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tbuSWmMVR5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-tbuSWmMVR5 .mbr-text a {
  background-size: 100% 0%;
}
.cid-tbuSWmMVR5 .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tbuSWmMVR5 .media-container-row .mbr-text {
  color: #959393;
}
.cid-tbv6Hve6rs {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tbv6Hve6rs {
    min-height: 170px !important;
  }
}
.cid-tbv6Hve6rs .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tbv6Hve6rs .empty_md {
    display: block;
  }
}
.cid-tbv6Hve6rs .container,
.cid-tbv6Hve6rs .container-fluid,
.cid-tbv6Hve6rs .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tbv6Hve6rs .container,
  .cid-tbv6Hve6rs .container-fluid,
  .cid-tbv6Hve6rs .empty_md {
    min-height: 170px !important;
  }
}
.cid-tbv6Hve6rs .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tbv6Hve6rs .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tbv6Hve6rs .top_menu {
    min-height: 110px !important;
  }
}
.cid-tbv6Hve6rs .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-tbv6Hve6rs .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbv6Hve6rs .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tbv6Hve6rs .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tbv6Hve6rs .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tbv6Hve6rs .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tbv6Hve6rs .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tbv6Hve6rs .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tbv6Hve6rs .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tbv6Hve6rs .empty,
  .cid-tbv6Hve6rs .icons-menu {
    min-width: 265px;
  }
  .cid-tbv6Hve6rs .navbar-logo {
    margin: 0;
  }
  .cid-tbv6Hve6rs .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tbv6Hve6rs .btn {
    white-space: nowrap;
  }
  .cid-tbv6Hve6rs .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tbv6Hve6rs .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tbv6Hve6rs .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tbv6Hve6rs .dropdown-toggle::after,
  .cid-tbv6Hve6rs .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tbv6Hve6rs .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tbv6Hve6rs .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbv6Hve6rs .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tbv6Hve6rs .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbv6Hve6rs .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-tbv6Hve6rs .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tbv6Hve6rs .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tbv6Hve6rs .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tbv6Hve6rs .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tbv6Hve6rs .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tbv6Hve6rs .nav-item:focus,
.cid-tbv6Hve6rs .nav-link:focus {
  outline: none;
}
.cid-tbv6Hve6rs .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tbv6Hve6rs .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tbv6Hve6rs .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tbv6Hve6rs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbv6Hve6rs .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tbv6Hve6rs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tbv6Hve6rs ul.navbar-nav li {
  margin: auto;
}
.cid-tbv6Hve6rs .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tbv6Hve6rs .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tbv6Hve6rs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tbv6Hve6rs .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tbv6Hve6rs .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tbv6Hve6rs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbv6Hve6rs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tbv6Hve6rs .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tbv6Hve6rs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-tbv6Hve6rs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbv6Hve6rs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbv6Hve6rs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tbv6Hve6rs .navbar .icons-menu,
  .cid-tbv6Hve6rs .navbar .empty {
    display: none;
  }
  .cid-tbv6Hve6rs .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tbv6Hve6rs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbv6Hve6rs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbv6Hve6rs .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tbv6Hve6rs .navbar .container-fluid,
  .cid-tbv6Hve6rs .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tbv6Hve6rs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbv6Hve6rs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbv6Hve6rs .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tbv6Hve6rs .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tbv6Hve6rs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tbv6Hve6rs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tbv6Hve6rs .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tbv6Hve6rs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbv6Hve6rs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tbv6Hve6rs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbv6Hve6rs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbv6Hve6rs .dropdown-item.active,
.cid-tbv6Hve6rs .dropdown-item:active {
  background-color: transparent;
}
.cid-tbv6Hve6rs .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbv6Hve6rs .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tbv6Hve6rs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tbv6Hve6rs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tbv6Hve6rs .navbar-buttons {
  text-align: center;
}
.cid-tbv6Hve6rs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tbv6Hve6rs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-tbv6Hve6rs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbv6Hve6rs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbv6Hve6rs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbv6Hve6rs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbv6Hve6rs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbv6Hve6rs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tbv6Hve6rs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tbv6Hve6rs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbv6Hve6rs .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tbv6Hve6rs a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbv6Hve6rs a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-tbv6Hve6rs .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbv6Hve6rs .navbar {
    height: 77px;
  }
  .cid-tbv6Hve6rs .navbar.opened {
    height: auto;
  }
  .cid-tbv6Hve6rs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbv6HwDVLy {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbv6HwDVLy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbv6HwDVLy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbv6HwDVLy .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-tcDIUnmwGW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-tcDIUnmwGW .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcDIUnmwGW .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tcDIUnmwGW .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tcDIUnmwGW .label-text {
    text-align: center !important;
  }
}
.cid-tcDIUnmwGW .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tcDIUnmwGW .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tcDIUnmwGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcDIUnmwGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcDUl1AjIu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tcDUl1AjIu .row {
  align-items: center;
}
.cid-tcDUl1AjIu .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tcDUl1AjIu .mbr-text,
.cid-tcDUl1AjIu .mbr-section-btn {
  color: #000000;
}
.cid-tcDUl1AjIu .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tcDUl1AjIu .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-tcDUl1AjIu .social-list .mbr-iconfont-social:hover {
  background: #1a3350;
  color: white;
}
.cid-tcDUl1AjIu .social-list .soc-item {
  margin-right: 1rem;
}
.cid-tcDUl1AjIu .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-tcDUl1AjIu .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tcDUl1AjIu .mbr-text-title {
  color: #bbbbbb;
}
.cid-tcDTroj5T4 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tcDTroj5T4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcDTroj5T4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcDTroj5T4 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tcDTroj5T4 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tcDTroj5T4 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tcDTroj5T4 .link-wrap {
    align-items: center;
  }
}
.cid-tcDTroj5T4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tcDTroj5T4 .card-title,
.cid-tcDTroj5T4 .card-box {
  color: #1a3350;
}
.cid-tcDTroj5T4 .mbr-text,
.cid-tcDTroj5T4 .link-wrap,
.cid-tcDTroj5T4 .mbr-section-btn {
  color: #595959;
}
.cid-tSXRuOKfha {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tSXRuOKfha .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXRuOKfha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXRuOKfha .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tSXRuOKfha .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXRuOKfha .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSXRuOKfha .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSXRuOKfha .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-tSXRuOKfha .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSXRuOKfha .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSXRuOKfha .card-title {
  color: #ffffff;
}
.cid-tSXRuOKfha .mbr-text,
.cid-tSXRuOKfha .mbr-section-btn {
  color: #f4f4f6;
}
.cid-tbv6HCEAiG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-tbv6HCEAiG .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tbv6HCEAiG .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tbv6HCEAiG .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tbv6HCEAiG .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tbv6HCEAiG .row > div {
    margin: auto;
  }
}
.cid-tbv6HCEAiG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tbv6HCEAiG .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-tbv6HCEAiG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tbv6HCEAiG .list {
    margin-bottom: 0rem;
  }
}
.cid-tbv6HCEAiG .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-tbv6HCEAiG .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-tbv6HCEAiG .row {
    display: grid;
  }
  .cid-tbv6HCEAiG .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tbv6HCEAiG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tbv6HCEAiG .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-tbv6HCEAiG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tbv6HCEAiG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tbv6HDKncR {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-tbv6HDKncR .mbr-text a {
  background-size: 100% 0%;
}
.cid-tbv6HDKncR .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tbv6HDKncR .media-container-row .mbr-text {
  color: #959393;
}
.cid-tDpRHqBFeh {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tDpRHqBFeh {
    min-height: 170px !important;
  }
}
.cid-tDpRHqBFeh .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDpRHqBFeh .empty_md {
    display: block;
  }
}
.cid-tDpRHqBFeh .container,
.cid-tDpRHqBFeh .container-fluid,
.cid-tDpRHqBFeh .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tDpRHqBFeh .container,
  .cid-tDpRHqBFeh .container-fluid,
  .cid-tDpRHqBFeh .empty_md {
    min-height: 170px !important;
  }
}
.cid-tDpRHqBFeh .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tDpRHqBFeh .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tDpRHqBFeh .top_menu {
    min-height: 110px !important;
  }
}
.cid-tDpRHqBFeh .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-tDpRHqBFeh .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tDpRHqBFeh .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tDpRHqBFeh .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tDpRHqBFeh .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tDpRHqBFeh .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tDpRHqBFeh .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tDpRHqBFeh .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tDpRHqBFeh .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tDpRHqBFeh .empty,
  .cid-tDpRHqBFeh .icons-menu {
    min-width: 265px;
  }
  .cid-tDpRHqBFeh .navbar-logo {
    margin: 0;
  }
  .cid-tDpRHqBFeh .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tDpRHqBFeh .btn {
    white-space: nowrap;
  }
  .cid-tDpRHqBFeh .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tDpRHqBFeh .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tDpRHqBFeh .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tDpRHqBFeh .dropdown-toggle::after,
  .cid-tDpRHqBFeh .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tDpRHqBFeh .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tDpRHqBFeh .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tDpRHqBFeh .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tDpRHqBFeh .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tDpRHqBFeh .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-tDpRHqBFeh .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tDpRHqBFeh .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tDpRHqBFeh .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tDpRHqBFeh .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tDpRHqBFeh .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tDpRHqBFeh .nav-item:focus,
.cid-tDpRHqBFeh .nav-link:focus {
  outline: none;
}
.cid-tDpRHqBFeh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tDpRHqBFeh .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tDpRHqBFeh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tDpRHqBFeh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDpRHqBFeh .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tDpRHqBFeh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDpRHqBFeh ul.navbar-nav li {
  margin: auto;
}
.cid-tDpRHqBFeh .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tDpRHqBFeh .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tDpRHqBFeh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tDpRHqBFeh .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tDpRHqBFeh .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tDpRHqBFeh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDpRHqBFeh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDpRHqBFeh .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tDpRHqBFeh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-tDpRHqBFeh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tDpRHqBFeh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDpRHqBFeh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tDpRHqBFeh .navbar .icons-menu,
  .cid-tDpRHqBFeh .navbar .empty {
    display: none;
  }
  .cid-tDpRHqBFeh .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tDpRHqBFeh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDpRHqBFeh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDpRHqBFeh .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tDpRHqBFeh .navbar .container-fluid,
  .cid-tDpRHqBFeh .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tDpRHqBFeh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tDpRHqBFeh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDpRHqBFeh .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tDpRHqBFeh .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tDpRHqBFeh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tDpRHqBFeh .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tDpRHqBFeh .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tDpRHqBFeh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tDpRHqBFeh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tDpRHqBFeh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDpRHqBFeh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDpRHqBFeh .dropdown-item.active,
.cid-tDpRHqBFeh .dropdown-item:active {
  background-color: transparent;
}
.cid-tDpRHqBFeh .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDpRHqBFeh .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tDpRHqBFeh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDpRHqBFeh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tDpRHqBFeh .navbar-buttons {
  text-align: center;
}
.cid-tDpRHqBFeh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tDpRHqBFeh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-tDpRHqBFeh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tDpRHqBFeh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tDpRHqBFeh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tDpRHqBFeh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tDpRHqBFeh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tDpRHqBFeh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tDpRHqBFeh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tDpRHqBFeh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tDpRHqBFeh .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tDpRHqBFeh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tDpRHqBFeh a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-tDpRHqBFeh .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDpRHqBFeh .navbar {
    height: 77px;
  }
  .cid-tDpRHqBFeh .navbar.opened {
    height: auto;
  }
  .cid-tDpRHqBFeh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDpRHrjM7t {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDpRHrjM7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDpRHrjM7t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDpRHrjM7t .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-tDpRHrCB3k {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-tDpRHrCB3k .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tDpRHrCB3k .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tDpRHrCB3k .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tDpRHrCB3k .label-text {
    text-align: center !important;
  }
}
.cid-tDpRHrCB3k .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tDpRHrCB3k .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tDpRHrCB3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDpRHrCB3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDpRHrCB3k .mbr-section-title,
.cid-tDpRHrCB3k .mbr-section-btn {
  text-align: left;
}
.cid-tDpRHrOyD8 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tDpRHrOyD8 .image-block {
  margin: auto;
}
.cid-tDpRHrOyD8 figcaption {
  position: relative;
}
.cid-tDpRHrOyD8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 268px) {
  .cid-tDpRHrOyD8 .image-block {
    width: 100% !important;
  }
}
.cid-umcMioccp0 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../jpg/mainscreenbg3a4c67-1.jpg");
}
.cid-umcMioccp0 P {
  color: #767676;
}
.cid-umcMioccp0 H1 {
  color: #ffffff;
}
.cid-umcMioccp0 .mbr-text,
.cid-umcMioccp0 .mbr-section-btn {
  color: #ffffff;
}
.cid-tDpSWpRJyy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDpSWpRJyy .mbr-section-subtitle {
  color: #232323;
}
.cid-tDpSWpRJyy H2 {
  color: #be9c5f;
}
.cid-tDpSWpRJyy .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tDpSdCxotB {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDpSdCxotB .mbr-section-subtitle {
  color: #232323;
}
.cid-tDpSdCxotB H2 {
  color: #be9c5f;
}
.cid-tDpSdCxotB .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tDpSVN2iBR {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tDpSVN2iBR .mbr-section-subtitle {
  color: #232323;
}
.cid-tDpSVN2iBR H2 {
  color: #1a3350;
}
.cid-tDpSVN2iBR .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tDpZfK7ame {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tDpZfK7ame .mbr-section-subtitle {
  color: #232323;
}
.cid-tDpZfK7ame H2 {
  color: #1a3350;
}
.cid-tDpZfK7ame .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tDpRHsJDxn {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDpRHsJDxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDpRHsJDxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDpRHsJDxn .mbr-section-title {
  color: #dfb2ab;
}
.cid-tSXR9UR0f9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tSXR9UR0f9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXR9UR0f9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXR9UR0f9 .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tSXR9UR0f9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXR9UR0f9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSXR9UR0f9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSXR9UR0f9 .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-tSXR9UR0f9 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSXR9UR0f9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSXR9UR0f9 .card-title {
  color: #ffffff;
}
.cid-tSXR9UR0f9 .mbr-text,
.cid-tSXR9UR0f9 .mbr-section-btn {
  color: #f4f4f6;
}
.cid-tDpRHtbK4r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-tDpRHtbK4r .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tDpRHtbK4r .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tDpRHtbK4r .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tDpRHtbK4r .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tDpRHtbK4r .row > div {
    margin: auto;
  }
}
.cid-tDpRHtbK4r .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDpRHtbK4r .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-tDpRHtbK4r .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tDpRHtbK4r .list {
    margin-bottom: 0rem;
  }
}
.cid-tDpRHtbK4r .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-tDpRHtbK4r .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-tDpRHtbK4r .row {
    display: grid;
  }
  .cid-tDpRHtbK4r .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tDpRHtbK4r .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tDpRHtbK4r .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-tDpRHtbK4r div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tDpRHtbK4r .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDpRHtszob {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-tDpRHtszob .mbr-text a {
  background-size: 100% 0%;
}
.cid-tDpRHtszob .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tDpRHtszob .media-container-row .mbr-text {
  color: #959393;
}
.cid-tg125meFXt {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tg125meFXt {
    min-height: 170px !important;
  }
}
.cid-tg125meFXt .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tg125meFXt .empty_md {
    display: block;
  }
}
.cid-tg125meFXt .container,
.cid-tg125meFXt .container-fluid,
.cid-tg125meFXt .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tg125meFXt .container,
  .cid-tg125meFXt .container-fluid,
  .cid-tg125meFXt .empty_md {
    min-height: 170px !important;
  }
}
.cid-tg125meFXt .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tg125meFXt .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tg125meFXt .top_menu {
    min-height: 110px !important;
  }
}
.cid-tg125meFXt .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-tg125meFXt .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tg125meFXt .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tg125meFXt .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tg125meFXt .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tg125meFXt .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tg125meFXt .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tg125meFXt .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-tg125meFXt .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-tg125meFXt .empty,
  .cid-tg125meFXt .icons-menu {
    min-width: 265px;
  }
  .cid-tg125meFXt .navbar-logo {
    margin: 0;
  }
  .cid-tg125meFXt .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tg125meFXt .btn {
    white-space: nowrap;
  }
  .cid-tg125meFXt .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tg125meFXt .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tg125meFXt .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tg125meFXt .dropdown-toggle::after,
  .cid-tg125meFXt .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tg125meFXt .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tg125meFXt .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg125meFXt .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tg125meFXt .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg125meFXt .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-tg125meFXt .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tg125meFXt .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tg125meFXt .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tg125meFXt .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tg125meFXt .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tg125meFXt .nav-item:focus,
.cid-tg125meFXt .nav-link:focus {
  outline: none;
}
.cid-tg125meFXt .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tg125meFXt .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tg125meFXt .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tg125meFXt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg125meFXt .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tg125meFXt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg125meFXt ul.navbar-nav li {
  margin: auto;
}
.cid-tg125meFXt .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tg125meFXt .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tg125meFXt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tg125meFXt .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tg125meFXt .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tg125meFXt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg125meFXt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg125meFXt .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tg125meFXt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-tg125meFXt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tg125meFXt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg125meFXt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tg125meFXt .navbar .icons-menu,
  .cid-tg125meFXt .navbar .empty {
    display: none;
  }
  .cid-tg125meFXt .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tg125meFXt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg125meFXt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg125meFXt .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tg125meFXt .navbar .container-fluid,
  .cid-tg125meFXt .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tg125meFXt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tg125meFXt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg125meFXt .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tg125meFXt .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tg125meFXt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tg125meFXt .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tg125meFXt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tg125meFXt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tg125meFXt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tg125meFXt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg125meFXt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg125meFXt .dropdown-item.active,
.cid-tg125meFXt .dropdown-item:active {
  background-color: transparent;
}
.cid-tg125meFXt .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg125meFXt .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tg125meFXt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tg125meFXt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tg125meFXt .navbar-buttons {
  text-align: center;
}
.cid-tg125meFXt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg125meFXt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-tg125meFXt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg125meFXt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg125meFXt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg125meFXt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg125meFXt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg125meFXt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg125meFXt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg125meFXt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg125meFXt .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tg125meFXt a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tg125meFXt a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-tg125meFXt .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tg125meFXt .navbar {
    height: 77px;
  }
  .cid-tg125meFXt .navbar.opened {
    height: auto;
  }
  .cid-tg125meFXt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg125ocAF4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tg125ocAF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg125ocAF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg125ocAF4 .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-tg125pirYi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-tg125pirYi .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tg125pirYi .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tg125pirYi .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg125pirYi .label-text {
    text-align: center !important;
  }
}
.cid-tg125pirYi .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg125pirYi .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tg125pirYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg125pirYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg125qib8B {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-tg125qib8B .image-block {
  margin: auto;
}
.cid-tg125qib8B figcaption {
  position: relative;
}
.cid-tg125qib8B figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg125qib8B .image-block {
    width: 100% !important;
  }
}
.cid-tg125qO86b {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tg125qO86b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg125qO86b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg125qO86b .mbr-section-title {
  color: #1a3350;
}
.cid-tg125rpGPO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg125rpGPO .mbr-text,
.cid-tg125rpGPO blockquote {
  color: #35323e;
}
.cid-tg125rpGPO .mbr-text,
.cid-tg125rpGPO blockquote P {
  text-align: center;
}
.cid-tSXPIWaHla {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-tSXPIWaHla .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXPIWaHla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXPIWaHla .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-tSXPIWaHla .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXPIWaHla .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSXPIWaHla .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSXPIWaHla .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-tSXPIWaHla .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSXPIWaHla .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSXPIWaHla .card-title {
  color: #ffffff;
}
.cid-tSXPIWaHla .mbr-text,
.cid-tSXPIWaHla .mbr-section-btn {
  color: #f4f4f6;
}
.cid-tg125sEDtO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-tg125sEDtO .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tg125sEDtO .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tg125sEDtO .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tg125sEDtO .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tg125sEDtO .row > div {
    margin: auto;
  }
}
.cid-tg125sEDtO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg125sEDtO .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-tg125sEDtO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg125sEDtO .list {
    margin-bottom: 0rem;
  }
}
.cid-tg125sEDtO .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-tg125sEDtO .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-tg125sEDtO .row {
    display: grid;
  }
  .cid-tg125sEDtO .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tg125sEDtO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tg125sEDtO .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-tg125sEDtO div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg125sEDtO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tg125tyMX1 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-tg125tyMX1 .mbr-text a {
  background-size: 100% 0%;
}
.cid-tg125tyMX1 .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tg125tyMX1 .media-container-row .mbr-text {
  color: #959393;
}
.cid-uHZYguAaa5 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uHZYguAaa5 {
    min-height: 170px !important;
  }
}
.cid-uHZYguAaa5 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHZYguAaa5 .empty_md {
    display: block;
  }
}
.cid-uHZYguAaa5 .container,
.cid-uHZYguAaa5 .container-fluid,
.cid-uHZYguAaa5 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uHZYguAaa5 .container,
  .cid-uHZYguAaa5 .container-fluid,
  .cid-uHZYguAaa5 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uHZYguAaa5 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uHZYguAaa5 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-uHZYguAaa5 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uHZYguAaa5 .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-uHZYguAaa5 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uHZYguAaa5 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uHZYguAaa5 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uHZYguAaa5 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uHZYguAaa5 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uHZYguAaa5 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uHZYguAaa5 .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-uHZYguAaa5 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-uHZYguAaa5 .empty,
  .cid-uHZYguAaa5 .icons-menu {
    min-width: 265px;
  }
  .cid-uHZYguAaa5 .navbar-logo {
    margin: 0;
  }
  .cid-uHZYguAaa5 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uHZYguAaa5 .btn {
    white-space: nowrap;
  }
  .cid-uHZYguAaa5 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uHZYguAaa5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uHZYguAaa5 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uHZYguAaa5 .dropdown-toggle::after,
  .cid-uHZYguAaa5 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uHZYguAaa5 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uHZYguAaa5 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uHZYguAaa5 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uHZYguAaa5 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uHZYguAaa5 .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-uHZYguAaa5 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uHZYguAaa5 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uHZYguAaa5 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uHZYguAaa5 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uHZYguAaa5 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uHZYguAaa5 .nav-item:focus,
.cid-uHZYguAaa5 .nav-link:focus {
  outline: none;
}
.cid-uHZYguAaa5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uHZYguAaa5 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uHZYguAaa5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uHZYguAaa5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHZYguAaa5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uHZYguAaa5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHZYguAaa5 ul.navbar-nav li {
  margin: auto;
}
.cid-uHZYguAaa5 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uHZYguAaa5 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uHZYguAaa5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uHZYguAaa5 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uHZYguAaa5 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uHZYguAaa5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHZYguAaa5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHZYguAaa5 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uHZYguAaa5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-uHZYguAaa5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHZYguAaa5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHZYguAaa5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uHZYguAaa5 .navbar .icons-menu,
  .cid-uHZYguAaa5 .navbar .empty {
    display: none;
  }
  .cid-uHZYguAaa5 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uHZYguAaa5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHZYguAaa5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHZYguAaa5 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uHZYguAaa5 .navbar .container-fluid,
  .cid-uHZYguAaa5 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uHZYguAaa5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHZYguAaa5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHZYguAaa5 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uHZYguAaa5 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uHZYguAaa5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uHZYguAaa5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uHZYguAaa5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uHZYguAaa5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHZYguAaa5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHZYguAaa5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHZYguAaa5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHZYguAaa5 .dropdown-item.active,
.cid-uHZYguAaa5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHZYguAaa5 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHZYguAaa5 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uHZYguAaa5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHZYguAaa5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uHZYguAaa5 .navbar-buttons {
  text-align: center;
}
.cid-uHZYguAaa5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uHZYguAaa5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-uHZYguAaa5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHZYguAaa5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHZYguAaa5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHZYguAaa5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHZYguAaa5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHZYguAaa5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHZYguAaa5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHZYguAaa5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHZYguAaa5 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uHZYguAaa5 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uHZYguAaa5 a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-uHZYguAaa5 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHZYguAaa5 .navbar {
    height: 77px;
  }
  .cid-uHZYguAaa5 .navbar.opened {
    height: auto;
  }
  .cid-uHZYguAaa5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHZYgvVWwA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHZYgvVWwA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZYgvVWwA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZYgvVWwA .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-uHZYgwqvH8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-uHZYgwqvH8 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uHZYgwqvH8 .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uHZYgwqvH8 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uHZYgwqvH8 .label-text {
    text-align: center !important;
  }
}
.cid-uHZYgwqvH8 .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uHZYgwqvH8 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uHZYgwqvH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZYgwqvH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZYgwqvH8 .mbr-section-title,
.cid-uHZYgwqvH8 .mbr-section-btn {
  text-align: left;
}
.cid-uHZYJisnuG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHZYJisnuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZYJisnuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZYJisnuG .mbr-section-title {
  color: #1a3350;
}
.cid-uHZYgx1yoe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-uHZYgx1yoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZYgx1yoe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZYgx1yoe .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-uHZYgx1yoe .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHZYgx1yoe .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHZYgx1yoe .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHZYgx1yoe .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-uHZYgx1yoe .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uHZYgx1yoe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHZYgx1yoe .card-title {
  color: #ffffff;
}
.cid-uHZYgx1yoe .mbr-text,
.cid-uHZYgx1yoe .mbr-section-btn {
  color: #f4f4f6;
}
.cid-uHZYgyzcsp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-uHZYgyzcsp .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uHZYgyzcsp .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uHZYgyzcsp .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uHZYgyzcsp .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uHZYgyzcsp .row > div {
    margin: auto;
  }
}
.cid-uHZYgyzcsp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHZYgyzcsp .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-uHZYgyzcsp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHZYgyzcsp .list {
    margin-bottom: 0rem;
  }
}
.cid-uHZYgyzcsp .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-uHZYgyzcsp .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-uHZYgyzcsp .row {
    display: grid;
  }
  .cid-uHZYgyzcsp .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uHZYgyzcsp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHZYgyzcsp .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-uHZYgyzcsp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHZYgyzcsp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHZYgyUS8B {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-uHZYgyUS8B .mbr-text a {
  background-size: 100% 0%;
}
.cid-uHZYgyUS8B .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-uHZYgyUS8B .media-container-row .mbr-text {
  color: #959393;
}
.cid-uKCqGlkLbx {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKCqGlkLbx {
    min-height: 170px !important;
  }
}
.cid-uKCqGlkLbx .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKCqGlkLbx .empty_md {
    display: block;
  }
}
.cid-uKCqGlkLbx .container,
.cid-uKCqGlkLbx .container-fluid,
.cid-uKCqGlkLbx .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKCqGlkLbx .container,
  .cid-uKCqGlkLbx .container-fluid,
  .cid-uKCqGlkLbx .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKCqGlkLbx .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKCqGlkLbx .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-uKCqGlkLbx .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKCqGlkLbx .navbar-caption:hover {
  color: #a5a5a5 !important;
}
.cid-uKCqGlkLbx .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKCqGlkLbx .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKCqGlkLbx .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKCqGlkLbx .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKCqGlkLbx .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKCqGlkLbx .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKCqGlkLbx .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-uKCqGlkLbx .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-uKCqGlkLbx .empty,
  .cid-uKCqGlkLbx .icons-menu {
    min-width: 265px;
  }
  .cid-uKCqGlkLbx .navbar-logo {
    margin: 0;
  }
  .cid-uKCqGlkLbx .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKCqGlkLbx .btn {
    white-space: nowrap;
  }
  .cid-uKCqGlkLbx .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKCqGlkLbx .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKCqGlkLbx .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKCqGlkLbx .dropdown-toggle::after,
  .cid-uKCqGlkLbx .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKCqGlkLbx .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKCqGlkLbx .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKCqGlkLbx .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKCqGlkLbx .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKCqGlkLbx .dropdown-menu .dropdown-item:hover {
  color: #1a3350 !important;
  background-color: #e6e6e6;
}
.cid-uKCqGlkLbx .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKCqGlkLbx .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKCqGlkLbx .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKCqGlkLbx .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKCqGlkLbx .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKCqGlkLbx .nav-item:focus,
.cid-uKCqGlkLbx .nav-link:focus {
  outline: none;
}
.cid-uKCqGlkLbx .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKCqGlkLbx .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKCqGlkLbx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKCqGlkLbx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCqGlkLbx .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKCqGlkLbx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCqGlkLbx ul.navbar-nav li {
  margin: auto;
}
.cid-uKCqGlkLbx .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKCqGlkLbx .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKCqGlkLbx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKCqGlkLbx .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKCqGlkLbx .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKCqGlkLbx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCqGlkLbx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCqGlkLbx .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKCqGlkLbx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-uKCqGlkLbx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKCqGlkLbx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCqGlkLbx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKCqGlkLbx .navbar .icons-menu,
  .cid-uKCqGlkLbx .navbar .empty {
    display: none;
  }
  .cid-uKCqGlkLbx .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKCqGlkLbx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCqGlkLbx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCqGlkLbx .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKCqGlkLbx .navbar .container-fluid,
  .cid-uKCqGlkLbx .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKCqGlkLbx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKCqGlkLbx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCqGlkLbx .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKCqGlkLbx .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKCqGlkLbx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKCqGlkLbx .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKCqGlkLbx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKCqGlkLbx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKCqGlkLbx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKCqGlkLbx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKCqGlkLbx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCqGlkLbx .dropdown-item.active,
.cid-uKCqGlkLbx .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCqGlkLbx .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCqGlkLbx .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKCqGlkLbx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCqGlkLbx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKCqGlkLbx .navbar-buttons {
  text-align: center;
}
.cid-uKCqGlkLbx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKCqGlkLbx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfb2ab;
}
.cid-uKCqGlkLbx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKCqGlkLbx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKCqGlkLbx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKCqGlkLbx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKCqGlkLbx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKCqGlkLbx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKCqGlkLbx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKCqGlkLbx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKCqGlkLbx .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uKCqGlkLbx a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKCqGlkLbx a.nav-link:hover {
  color: #a5a5a5 !important;
}
.is-builder .cid-uKCqGlkLbx .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCqGlkLbx .navbar {
    height: 77px;
  }
  .cid-uKCqGlkLbx .navbar.opened {
    height: auto;
  }
  .cid-uKCqGlkLbx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKCqGmkHRC {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKCqGmkHRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCqGmkHRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKCqGmkHRC .mbr-section-subtitle {
  color: #dfb2ab;
}
.cid-uKCqGmKqNt {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../jpg/mainscreenbg3a4c67.jpg");
}
.cid-uKCqGmKqNt .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKCqGmKqNt .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uKCqGmKqNt .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKCqGmKqNt .label-text {
    text-align: center !important;
  }
}
.cid-uKCqGmKqNt .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKCqGmKqNt .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uKCqGmKqNt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCqGmKqNt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKCqGmKqNt .mbr-section-title,
.cid-uKCqGmKqNt .mbr-section-btn {
  text-align: left;
}
.cid-uKCqGn1pDE {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uKCqGn1pDE .image-block {
  margin: auto;
}
.cid-uKCqGn1pDE figcaption {
  position: relative;
}
.cid-uKCqGn1pDE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 268px) {
  .cid-uKCqGn1pDE .image-block {
    width: 100% !important;
  }
}
.cid-uKCqGndjPU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../jpg/mainscreenbg3a4c67-1.jpg");
}
.cid-uKCqGndjPU P {
  color: #767676;
}
.cid-uKCqGndjPU H1 {
  color: #ffffff;
}
.cid-uKCqGndjPU .mbr-text,
.cid-uKCqGndjPU .mbr-section-btn {
  color: #ffffff;
}
.cid-uKCqGnrcEx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKCqGnrcEx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCqGnrcEx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKCqGnrcEx .mbr-section-title {
  color: #3a4c67;
}
.cid-uKCqGnIbuf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKCqGnIbuf .mbr-text,
.cid-uKCqGnIbuf blockquote {
  color: #35323e;
}
.cid-uKCqGnIbuf .mbr-text,
.cid-uKCqGnIbuf blockquote P {
  text-align: center;
}
.cid-uKCqGnVJZM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKCqGnVJZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCqGnVJZM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKCqGnVJZM .mbr-section-title {
  color: #3a4c67;
}
.cid-uKCqGocpv3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKCqGocpv3 .mbr-text,
.cid-uKCqGocpv3 blockquote {
  color: #35323e;
}
.cid-uKCqGocpv3 .mbr-text,
.cid-uKCqGocpv3 blockquote P {
  text-align: center;
}
.cid-uKCqGopleg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKCqGopleg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCqGopleg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKCqGopleg .mbr-section-title {
  color: #131e29;
}
.cid-uKCqGopleg .mbr-section-subtitle {
  color: #595959;
}
.cid-uKCqGoIHMi {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKCqGoIHMi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCqGoIHMi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKCqGoIHMi .mbr-section-title {
  color: #dfb2ab;
}
.cid-uKCqGp1dSY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3a4c67;
}
.cid-uKCqGp1dSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCqGp1dSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKCqGp1dSY .content-wrapper {
  background: #3a4c67;
}
@media (max-width: 991px) {
  .cid-uKCqGp1dSY .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKCqGp1dSY .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKCqGp1dSY .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKCqGp1dSY .content-wrapper {
    padding: 4rem 3rem;
  }
  .cid-uKCqGp1dSY .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uKCqGp1dSY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKCqGp1dSY .card-title {
  color: #ffffff;
}
.cid-uKCqGp1dSY .mbr-text,
.cid-uKCqGp1dSY .mbr-section-btn {
  color: #f4f4f6;
}
.cid-uKCqGpjsyM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3350;
}
.cid-uKCqGpjsyM .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uKCqGpjsyM .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uKCqGpjsyM .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uKCqGpjsyM .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uKCqGpjsyM .row > div {
    margin: auto;
  }
}
.cid-uKCqGpjsyM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uKCqGpjsyM .list {
  list-style: none;
  padding-left: 0;
  color: #f4f4f6;
}
@media (max-width: 991px) {
  .cid-uKCqGpjsyM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKCqGpjsyM .list {
    margin-bottom: 0rem;
  }
}
.cid-uKCqGpjsyM .mbr-text {
  color: #dfb2ab;
}
@media (min-width: 992px) {
  .cid-uKCqGpjsyM .border-left {
    border-left: 1px solid #595959;
  }
}
@media (max-width: 992px) {
  .cid-uKCqGpjsyM .row {
    display: grid;
  }
  .cid-uKCqGpjsyM .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uKCqGpjsyM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f4f4f6;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uKCqGpjsyM .mbr-iconfont {
  color: #dfb2ab;
}
@media (max-width: 991px) {
  .cid-uKCqGpjsyM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCqGpjsyM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKCqGpHyIQ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1a3350;
}
.cid-uKCqGpHyIQ .mbr-text a {
  background-size: 100% 0%;
}
.cid-uKCqGpHyIQ .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-uKCqGpHyIQ .media-container-row .mbr-text {
  color: #959393;
}
