.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #201b4f !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #260a30 !important;
}
.bg-warning {
  background-color: #c39200 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #201b4f !important;
  border-color: #201b4f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2f2875 !important;
  border-color: #2f2875 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2f2875 !important;
  border-color: #2f2875 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c39200 !important;
  border-color: #c39200 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f6b800 !important;
  border-color: #f6b800 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f6b800 !important;
  border-color: #f6b800 !important;
}
.btn-info,
.btn-info:active {
  background-color: #260a30 !important;
  border-color: #260a30 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #47135a !important;
  border-color: #47135a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #47135a !important;
  border-color: #47135a !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c39200 !important;
  border-color: #c39200 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f6b800 !important;
  border-color: #f6b800 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f6b800 !important;
  border-color: #f6b800 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #201b4f;
  color: #201b4f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #06050e !important;
  background-color: transparent !important;
  border-color: #06050e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #201b4f !important;
  border-color: #201b4f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c39200;
  color: #c39200;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6c5100 !important;
  background-color: transparent !important;
  border-color: #6c5100 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c39200 !important;
  border-color: #c39200 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #260a30;
  color: #260a30;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #260a30 !important;
  border-color: #260a30 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c39200;
  color: #c39200;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6c5100 !important;
  background-color: transparent !important;
  border-color: #6c5100 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c39200 !important;
  border-color: #c39200 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #201b4f !important;
}
.text-secondary {
  color: #c39200 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #260a30 !important;
}
.text-warning {
  color: #c39200 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #010103 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5d4600 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5d4600 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #201b4f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #260a30;
}
.alert-warning {
  background-color: #c39200;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #201b4f;
  border-color: #201b4f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #201b4f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #857dd3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #deb0ef;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffd043;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #201b4f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #201b4f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #201b4f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #201b4f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #201b4f;
  border-bottom-color: #201b4f;
}
.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: #201b4f !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: #c39200 !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='%23201b4f' %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-tWchuy3L8n {
  z-index: 1000;
  width: 100%;
}
.cid-tWchuy3L8n nav.navbar {
  position: fixed;
}
.cid-tWchuy3L8n .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWchuy3L8n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWchuy3L8n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWchuy3L8n .dropdown-item:hover,
.cid-tWchuy3L8n .dropdown-item:focus {
  background: #201b4f !important;
  color: white !important;
}
.cid-tWchuy3L8n .dropdown-item:hover span {
  color: white;
}
.cid-tWchuy3L8n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWchuy3L8n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWchuy3L8n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWchuy3L8n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWchuy3L8n .nav-link {
  position: relative;
}
.cid-tWchuy3L8n .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-tWchuy3L8n .container {
    flex-wrap: nowrap;
  }
}
.cid-tWchuy3L8n .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-tWchuy3L8n .iconfont-wrapper:hover {
  color: #c39200 !important;
}
.cid-tWchuy3L8n .dropdown-menu,
.cid-tWchuy3L8n .navbar.opened {
  background: #201b4f !important;
}
.cid-tWchuy3L8n .nav-item:focus,
.cid-tWchuy3L8n .nav-link:focus {
  outline: none;
}
.cid-tWchuy3L8n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWchuy3L8n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWchuy3L8n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWchuy3L8n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWchuy3L8n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWchuy3L8n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWchuy3L8n .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(32, 27, 79, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-tWchuy3L8n .navbar.opened {
  transition: all 0.3s;
}
.cid-tWchuy3L8n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWchuy3L8n .navbar .navbar-logo img {
  width: auto;
}
.cid-tWchuy3L8n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWchuy3L8n .navbar.collapsed {
  justify-content: center;
}
.cid-tWchuy3L8n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWchuy3L8n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWchuy3L8n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWchuy3L8n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWchuy3L8n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWchuy3L8n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWchuy3L8n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWchuy3L8n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWchuy3L8n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWchuy3L8n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWchuy3L8n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWchuy3L8n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWchuy3L8n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWchuy3L8n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tWchuy3L8n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWchuy3L8n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWchuy3L8n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWchuy3L8n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-tWchuy3L8n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWchuy3L8n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWchuy3L8n .navbar.navbar-short {
  min-height: 96px;
}
.cid-tWchuy3L8n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWchuy3L8n .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-tWchuy3L8n .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-tWchuy3L8n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWchuy3L8n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWchuy3L8n .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-tWchuy3L8n .dropdown-item.active,
.cid-tWchuy3L8n .dropdown-item:active {
  background-color: transparent;
}
.cid-tWchuy3L8n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWchuy3L8n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWchuy3L8n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWchuy3L8n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #201b4f;
}
.cid-tWchuy3L8n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWchuy3L8n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWchuy3L8n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWchuy3L8n .navbar-buttons {
  text-align: center;
}
.cid-tWchuy3L8n .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-tWchuy3L8n .navbar-buttons .btn:hover {
  color: #c39200 !important;
}
@media (max-width: 575px) {
  .cid-tWchuy3L8n .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-tWchuy3L8n .navbar-buttons .btn-black {
  border: solid 2px #201b4f !important;
  box-shadow: 3px 3px 0 0 #201b4f !important;
}
.cid-tWchuy3L8n .navbar-buttons .btn-black:hover {
  border: solid 2px #201b4f !important;
  color: #c39200 !important;
  box-shadow: 0 0 0 0 #201b4f !important;
}
.cid-tWchuy3L8n button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #201b4f !important;
  border: solid 2px #201b4f !important;
  box-shadow: 3px 3px 0 0 #201b4f !important;
}
.cid-tWchuy3L8n button.navbar-toggler:hover {
  border: solid 2px #201b4f !important;
  color: #c39200 !important;
  box-shadow: 0 0 0 0 #201b4f !important;
}
.cid-tWchuy3L8n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWchuy3L8n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-tWchuy3L8n button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tWchuy3L8n button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tWchuy3L8n button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-tWchuy3L8n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWchuy3L8n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWchuy3L8n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWchuy3L8n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWchuy3L8n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWchuy3L8n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWchuy3L8n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWchuy3L8n .navbar {
    height: 70px;
  }
  .cid-tWchuy3L8n .navbar.opened {
    height: auto;
  }
  .cid-tWchuy3L8n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWchuy3L8n .navbar-nav {
  margin: 0 auto;
}
.cid-tWchuy3L8n .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-tWchuy3L8n .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-tWchuy3L8n .nav-item .nav-link::after {
  color: #c39200 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-tWchuy3L8n .nav-item .nav-link:hover {
  color: #c39200 !important;
}
.cid-tWchuy3L8n .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-tWchuy3L8n .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-tWchuy3L8n .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-tWchuy3L8n .nav-item .dropdown-menu .dropdown-item {
  color: #201b4f !important;
  background-color: transparent !important;
}
.cid-tWchuy3L8n .nav-item .dropdown-menu .dropdown-item:hover {
  color: #201b4f !important;
}
@media (max-width: 991px) {
  .cid-tWchuy3L8n .navbar {
    justify-content: flex-start !important;
  }
  .cid-tWchuy3L8n .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-tWchuy3L8n .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-tWchuy3L8n .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-tWchuy3L8n .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-tWchuy3L8n .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-tWchuy3L8n .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-tWchuy3L8n .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-tWchuy3L8n .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-tWchuy3L8n .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-tWchuy3L8n .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-tWchuy3L8n .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-tWhi5V8Sfx {
  overflow: hidden;
  background-image: url("../../../assets/images/dji-91-2000x1164.webp");
}
.cid-tWhi5V8Sfx .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0;
}
.cid-tWhi5V8Sfx .carousel-item.active,
.cid-tWhi5V8Sfx .carousel-item-next,
.cid-tWhi5V8Sfx .carousel-item-prev {
  display: flex;
}
.cid-tWhi5V8Sfx h2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  opacity: 0.1;
  color: #5f6481;
}
.cid-tWhi5V8Sfx .carousel-controls a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-size: 2rem;
}
.cid-tWhi5V8Sfx .carousel-controls a span {
  position: absolute;
  top: 120px;
  padding: 10px;
  border-radius: 50%;
  color: #201b4f;
  background: white;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tWhi5V8Sfx .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-tWhi5V8Sfx .carousel-controls .carousel-control-next,
.cid-tWhi5V8Sfx .carousel-controls .carousel-control-prev {
  top: 100%;
}
.cid-tWhi5V8Sfx .carousel-controls .carousel-control-prev {
  left: 78% !important;
}
.cid-tWhi5V8Sfx .title {
  color: #ffffff;
}
.cid-tWhi5V8Sfx .user_text {
  color: #ffffff;
  min-height: 21rem;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tWhi5V8Sfx .user_text .user_desk {
  font-size: 42rem;
  line-height: 1 !important;
  text-overflow: clip;
  white-space: nowrap;
  max-width: 100%;
  height: 42rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tWhi5V8Sfx h2 {
    top: -4rem;
  }
  .cid-tWhi5V8Sfx .carousel-controls .carousel-control-prev {
    left: 73% !important;
  }
  .cid-tWhi5V8Sfx .user_desk {
    font-size: 35rem !important;
  }
}
@media (max-width: 500px) {
  .cid-tWhi5V8Sfx .carousel-controls .carousel-control-prev {
    left: 70% !important;
  }
  .cid-tWhi5V8Sfx .user_desk {
    font-size: 30rem !important;
  }
}
@media (max-width: 400px) {
  .cid-tWhi5V8Sfx .user_desk {
    font-size: 20rem !important;
  }
}
.cid-tWhi5V8Sfx .carousel-inner {
  overflow: visible;
}
.cid-tWhi5V8Sfx a.mbr-section-subtitle {
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-tWhi5V8Sfx a.mbr-section-subtitle:not(:first-child) {
  margin-left: 20px;
}
.cid-tWhi5V8Sfx a.mbr-section-subtitle:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-tWhi5V8Sfx a.mbr-section-subtitle::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-tWhi5V8Sfx a.mbr-section-subtitle:hover:after,
.cid-tWhi5V8Sfx a.mbr-section-subtitle:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-tWhi5V8Sfx a.mbr-section-subtitle:hover:before,
.cid-tWhi5V8Sfx a.mbr-section-subtitle:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-tWhi5V8Sfx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWhi5V8Sfx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWzqilsZZl {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #201b4f;
}
.cid-tWzqilsZZl .mbr-iconfont-1 {
  color: #ffffff;
  font-size: 3.5rem;
  transition: 0.7s;
}
.cid-tWzqilsZZl .mbr-iconfont-2 {
  color: #ffffff;
  font-size: 1.5rem;
  opacity: 0;
  transition: 0.7s;
}
.cid-tWzqilsZZl .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-tWzqilsZZl .mbr-section-subtitle {
  margin-bottom: 6.2rem;
  color: #ffffff;
}
.cid-tWzqilsZZl .card-img {
  margin-bottom: 1.7rem;
}
.cid-tWzqilsZZl .card-title {
  margin-bottom: 1.5rem;
}
.cid-tWzqilsZZl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWzqilsZZl .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tWzqilsZZl .card-inner {
    padding: 4rem 1rem 0.5rem;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-tWzqilsZZl .row {
    padding: 0 1rem;
  }
  .cid-tWzqilsZZl .card-inner {
    padding: 5rem 2.5rem 1.5rem;
  }
}
.cid-tWzqilsZZl .card-inner {
  background-color: #06427e;
  box-shadow: 1px 2px 15px 5px rgba(219, 219, 219, 0);
  transition: 0.7s;
}
.cid-tWzqilsZZl .card-box,
.cid-tWzqilsZZl .card-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-tWzqilsZZl .card:hover .mbr-iconfont-1 {
  color: #ffffff;
}
.cid-tWzqilsZZl .card:hover .mbr-iconfont-2 {
  opacity: 1;
}
.cid-tWzqilsZZl .card:hover .card-inner {
  box-shadow: 1px 2px 15px 5px rgba(219, 219, 219, 0.11);
}
.cid-tWzqilsZZl .card:hover .card-box {
  transform: translateY(-25px);
}
.cid-tWzqilsZZl .card:hover .card-img {
  transform: translateY(-11px);
}
.cid-tWzqilsZZl .mbr-text {
  margin-bottom: 1.5rem;
  color: #747474;
}
.cid-tWzqilsZZl .vertical-line:before {
  content: '';
  background-color: #ffffff;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-tWzqilsZZl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWzqilsZZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWzqilsZZl .mbr-text,
.cid-tWzqilsZZl .link {
  color: #ffffff;
}
.cid-tWATeOqAlW {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/dji-85.webp");
}
.cid-tWATeOqAlW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWATeOqAlW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWATeOqAlW .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-tWATeOqAlW .col {
    width: 40%;
  }
}
.cid-tWATeOqAlW .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tWATeOqAlW .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-tWATeOqAlW .card-wrapper h1,
.cid-tWATeOqAlW .card-wrapper h2,
.cid-tWATeOqAlW .card-wrapper p,
.cid-tWATeOqAlW .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tWATeOqAlW .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ecede8;
  opacity: 1;
}
.cid-tWATeOqAlW .mbr-section-title {
  color: #06427e;
}
.cid-tWATeOqAlW .mbr-section-subtitle {
  color: #491414;
}
.cid-tWATeOqAlW .mbr-text,
.cid-tWATeOqAlW .mbr-section-btn {
  color: #0c2c68;
}
.cid-tWAWiKa7DB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fef8f5;
}
.cid-tWAWiKa7DB .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tWAWiKa7DB .mbr-section-btn .btn-secondary-outline:hover,
.cid-tWAWiKa7DB .mbr-section-btn .btn-secondary-outline .active,
.cid-tWAWiKa7DB .mbr-section-btn .btn-secondary-outline:focus {
  color: #201b4f !important;
}
.cid-tWAWiKa7DB .item-img {
  overflow: hidden;
}
.cid-tWAWiKa7DB img,
.cid-tWAWiKa7DB .item-img {
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100.5%;
  will-change: transform;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWAWiKa7DB .item-content {
  padding: 40px;
  background: #010a44;
}
.cid-tWAWiKa7DB .item-content .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tWAWiKa7DB .mbr-text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tWAWiKa7DB .item:focus,
.cid-tWAWiKa7DB span:focus {
  outline: none;
}
.cid-tWAWiKa7DB .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-tWAWiKa7DB .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tWAWiKa7DB .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWAWiKa7DB .item-wrapper:hover .item-title a {
  color: #c39200 !important;
}
@media (min-width: 991px) {
  .cid-tWAWiKa7DB .item-wrapper:hover .item-img > img,
  .cid-tWAWiKa7DB .item-wrapper:hover .item-img > a img {
    transform: scale3d(1.2, 1.2, 1);
  }
  .cid-tWAWiKa7DB .item-wrapper:hover .post_wrap {
    opacity: 1;
    background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    transform: translateY(0);
  }
}
.cid-tWAWiKa7DB .item-title,
.cid-tWAWiKa7DB .card_topic,
.cid-tWAWiKa7DB .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tWAWiKa7DB .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
  padding-bottom: 0;
}
.cid-tWAWiKa7DB .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-tWAWiKa7DB .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-tWAWiKa7DB .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tWAWiKa7DB .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tWAWiKa7DB .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-tWAWiKa7DB .category_content {
  opacity: .8;
}
.cid-tWAWiKa7DB .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .cid-tWAWiKa7DB .card_post,
  .cid-tWAWiKa7DB .item-content {
    padding: 20px;
  }
}
.cid-tWAWiKa7DB .mbr-section-title {
  color: #06427e;
}
.cid-tWqV9v0NZC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #06427e;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cid-tWqV9v0NZC .container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-tWqV9v0NZC .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-tWqV9v0NZC .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: #201b4f;
  min-height: 500px;
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .cid-tWqV9v0NZC .img-bg-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tWqV9v0NZC .img-bg-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tWqV9v0NZC .col-text {
  width: 40% !important;
  padding: 0 !important;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tWqV9v0NZC .col-text {
    width: 100% !important;
    margin-bottom: 3rem;
  }
}
.cid-tWqV9v0NZC .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tWqV9v0NZC .mbr-section-title {
  color: #FACB1D;
  margin-bottom: 1rem;
}
.cid-tWqV9v0NZC .mbr-text {
  color: #f6f6ef;
  margin-bottom: 1rem;
  max-width: 365px;
  margin-right: auto;
}
.cid-tWqV9v0NZC .col-img {
  position: absolute;
  top: 50%;
  height: 110%;
  width: 50% !important;
  padding: 0 !important;
  right: 0;
  transform: rotate(5deg) translateY(-50%);
}
@media (max-width: 991px) {
  .cid-tWqV9v0NZC .col-img {
    height: auto;
    width: 100% !important;
    position: static;
    transform: rotate(5deg) translateY(0);
  }
}
.cid-tWqV9v0NZC .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tWqV9v0NZC .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tWqV9v0NZC .mbr-section-title,
.cid-tWqV9v0NZC .mbr-section-btn {
  color: #ffffff;
}
.cid-tWqWmJLXH5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #201b4f;
}
@media (max-width: 767px) {
  .cid-tWqWmJLXH5 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tWqWmJLXH5 .media-wrap img {
  filter: invert(1);
}
.cid-tWqWmJLXH5 .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWqWmJLXH5 .links {
    justify-content: center;
  }
  .cid-tWqWmJLXH5 .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-tWqWmJLXH5 .links {
    justify-content: flex-end;
  }
  .cid-tWqWmJLXH5 .link {
    margin: 0.5rem;
  }
}
.cid-tWqWmJLXH5 .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-tWqWmJLXH5 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-tWqWmJLXH5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWqWmJLXH5 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tWqWmJLXH5 .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-tWqWmJLXH5 .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tWqWmJLXH5 .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-tWqWmJLXH5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWr7vmRd3r {
  z-index: 1000;
  width: 100%;
}
.cid-tWr7vmRd3r nav.navbar {
  position: fixed;
}
.cid-tWr7vmRd3r .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWr7vmRd3r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWr7vmRd3r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWr7vmRd3r .dropdown-item:hover,
.cid-tWr7vmRd3r .dropdown-item:focus {
  background: #201b4f !important;
  color: white !important;
}
.cid-tWr7vmRd3r .dropdown-item:hover span {
  color: white;
}
.cid-tWr7vmRd3r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWr7vmRd3r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWr7vmRd3r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWr7vmRd3r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWr7vmRd3r .nav-link {
  position: relative;
}
.cid-tWr7vmRd3r .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-tWr7vmRd3r .container {
    flex-wrap: nowrap;
  }
}
.cid-tWr7vmRd3r .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-tWr7vmRd3r .iconfont-wrapper:hover {
  color: #c39200 !important;
}
.cid-tWr7vmRd3r .dropdown-menu,
.cid-tWr7vmRd3r .navbar.opened {
  background: #201b4f !important;
}
.cid-tWr7vmRd3r .nav-item:focus,
.cid-tWr7vmRd3r .nav-link:focus {
  outline: none;
}
.cid-tWr7vmRd3r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWr7vmRd3r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWr7vmRd3r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWr7vmRd3r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWr7vmRd3r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWr7vmRd3r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWr7vmRd3r .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(32, 27, 79, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-tWr7vmRd3r .navbar.opened {
  transition: all 0.3s;
}
.cid-tWr7vmRd3r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWr7vmRd3r .navbar .navbar-logo img {
  width: auto;
}
.cid-tWr7vmRd3r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWr7vmRd3r .navbar.collapsed {
  justify-content: center;
}
.cid-tWr7vmRd3r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWr7vmRd3r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWr7vmRd3r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWr7vmRd3r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWr7vmRd3r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWr7vmRd3r .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWr7vmRd3r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWr7vmRd3r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWr7vmRd3r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWr7vmRd3r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWr7vmRd3r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWr7vmRd3r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWr7vmRd3r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWr7vmRd3r .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tWr7vmRd3r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWr7vmRd3r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWr7vmRd3r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWr7vmRd3r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-tWr7vmRd3r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWr7vmRd3r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWr7vmRd3r .navbar.navbar-short {
  min-height: 96px;
}
.cid-tWr7vmRd3r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWr7vmRd3r .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-tWr7vmRd3r .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-tWr7vmRd3r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWr7vmRd3r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWr7vmRd3r .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-tWr7vmRd3r .dropdown-item.active,
.cid-tWr7vmRd3r .dropdown-item:active {
  background-color: transparent;
}
.cid-tWr7vmRd3r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWr7vmRd3r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWr7vmRd3r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWr7vmRd3r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #201b4f;
}
.cid-tWr7vmRd3r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWr7vmRd3r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWr7vmRd3r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWr7vmRd3r .navbar-buttons {
  text-align: center;
}
.cid-tWr7vmRd3r .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-tWr7vmRd3r .navbar-buttons .btn:hover {
  color: #c39200 !important;
}
@media (max-width: 575px) {
  .cid-tWr7vmRd3r .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-tWr7vmRd3r .navbar-buttons .btn-black {
  border: solid 2px #201b4f !important;
  box-shadow: 3px 3px 0 0 #201b4f !important;
}
.cid-tWr7vmRd3r .navbar-buttons .btn-black:hover {
  border: solid 2px #201b4f !important;
  color: #c39200 !important;
  box-shadow: 0 0 0 0 #201b4f !important;
}
.cid-tWr7vmRd3r button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #201b4f !important;
  border: solid 2px #201b4f !important;
  box-shadow: 3px 3px 0 0 #201b4f !important;
}
.cid-tWr7vmRd3r button.navbar-toggler:hover {
  border: solid 2px #201b4f !important;
  color: #c39200 !important;
  box-shadow: 0 0 0 0 #201b4f !important;
}
.cid-tWr7vmRd3r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWr7vmRd3r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-tWr7vmRd3r button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tWr7vmRd3r button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tWr7vmRd3r button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-tWr7vmRd3r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWr7vmRd3r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWr7vmRd3r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWr7vmRd3r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWr7vmRd3r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWr7vmRd3r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWr7vmRd3r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWr7vmRd3r .navbar {
    height: 70px;
  }
  .cid-tWr7vmRd3r .navbar.opened {
    height: auto;
  }
  .cid-tWr7vmRd3r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWr7vmRd3r .navbar-nav {
  margin: 0 auto;
}
.cid-tWr7vmRd3r .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-tWr7vmRd3r .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-tWr7vmRd3r .nav-item .nav-link::after {
  color: #c39200 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-tWr7vmRd3r .nav-item .nav-link:hover {
  color: #c39200 !important;
}
.cid-tWr7vmRd3r .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-tWr7vmRd3r .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-tWr7vmRd3r .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-tWr7vmRd3r .nav-item .dropdown-menu .dropdown-item {
  color: #201b4f !important;
  background-color: transparent !important;
}
.cid-tWr7vmRd3r .nav-item .dropdown-menu .dropdown-item:hover {
  color: #201b4f !important;
}
@media (max-width: 991px) {
  .cid-tWr7vmRd3r .navbar {
    justify-content: flex-start !important;
  }
  .cid-tWr7vmRd3r .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-tWr7vmRd3r .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-tWr7vmRd3r .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-tWr7vmRd3r .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-tWr7vmRd3r .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-tWr7vmRd3r .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-tWr7vmRd3r .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-tWr7vmRd3r .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-tWr7vmRd3r .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-tWr7vmRd3r .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-tWr7vmRd3r .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-tWr7vndGXS {
  overflow: hidden;
  background-image: url("../../../assets/images/dji-91-2000x1164.webp");
}
.cid-tWr7vndGXS .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0;
}
.cid-tWr7vndGXS .carousel-item.active,
.cid-tWr7vndGXS .carousel-item-next,
.cid-tWr7vndGXS .carousel-item-prev {
  display: flex;
}
.cid-tWr7vndGXS h2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  opacity: 0.1;
  color: #5f6481;
}
.cid-tWr7vndGXS .carousel-controls a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-size: 2rem;
}
.cid-tWr7vndGXS .carousel-controls a span {
  position: absolute;
  top: 120px;
  padding: 10px;
  border-radius: 50%;
  color: #201b4f;
  background: white;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tWr7vndGXS .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-tWr7vndGXS .carousel-controls .carousel-control-next,
.cid-tWr7vndGXS .carousel-controls .carousel-control-prev {
  top: 100%;
}
.cid-tWr7vndGXS .carousel-controls .carousel-control-prev {
  left: 78% !important;
}
.cid-tWr7vndGXS .title {
  color: #ffffff;
}
.cid-tWr7vndGXS .user_text {
  color: #ffffff;
  min-height: 21rem;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tWr7vndGXS .user_text .user_desk {
  font-size: 42rem;
  line-height: 1 !important;
  text-overflow: clip;
  white-space: nowrap;
  max-width: 100%;
  height: 42rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tWr7vndGXS h2 {
    top: -4rem;
  }
  .cid-tWr7vndGXS .carousel-controls .carousel-control-prev {
    left: 73% !important;
  }
  .cid-tWr7vndGXS .user_desk {
    font-size: 35rem !important;
  }
}
@media (max-width: 500px) {
  .cid-tWr7vndGXS .carousel-controls .carousel-control-prev {
    left: 70% !important;
  }
  .cid-tWr7vndGXS .user_desk {
    font-size: 30rem !important;
  }
}
@media (max-width: 400px) {
  .cid-tWr7vndGXS .user_desk {
    font-size: 20rem !important;
  }
}
.cid-tWr7vndGXS .carousel-inner {
  overflow: visible;
}
.cid-tWr7vndGXS a.mbr-section-subtitle {
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-tWr7vndGXS a.mbr-section-subtitle:not(:first-child) {
  margin-left: 20px;
}
.cid-tWr7vndGXS a.mbr-section-subtitle:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-tWr7vndGXS a.mbr-section-subtitle::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-tWr7vndGXS a.mbr-section-subtitle:hover:after,
.cid-tWr7vndGXS a.mbr-section-subtitle:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-tWr7vndGXS a.mbr-section-subtitle:hover:before,
.cid-tWr7vndGXS a.mbr-section-subtitle:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-tWr7vndGXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWr7vndGXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWy9tWAzM3 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-tWy9tWAzM3 .container {
  max-width: 1500px;
}
.cid-tWy9tWAzM3 .row {
  background: #333333;
}
.cid-tWy9tWAzM3 .img-col {
  padding: 0;
}
.cid-tWy9tWAzM3 .title-col {
  padding: 4rem 6rem;
}
.cid-tWy9tWAzM3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tWy9tWAzM3 h2 {
  padding: 0;
  margin: 0;
}
.cid-tWy9tWAzM3 .text-wrap {
  margin: auto;
}
.cid-tWy9tWAzM3 .mbr-text {
  color: #cccccc;
}
@media (max-width: 1200px) {
  .cid-tWy9tWAzM3 .row {
    margin: 2rem;
  }
  .cid-tWy9tWAzM3 .title-col {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tWy9tWAzM3 .row {
    margin: 0rem;
  }
  .cid-tWy9tWAzM3 .title-col {
    padding: 2rem 1rem;
  }
}
.cid-tWy9tWAzM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWy9tWAzM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBbYycPdE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tWBbYycPdE .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tWBbYycPdE .card-img {
  position: relative;
}
.cid-tWBbYycPdE .card-img:hover .card-title {
  background: linear-gradient(to top, #274abb, transparent);
}
.cid-tWBbYycPdE .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-tWBbYycPdE .card-wrapper {
  position: relative;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.cid-tWBbYycPdE .ico2 {
  color: #656565;
  font-size: 1.1rem;
}
.cid-tWBbYycPdE .icobig {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: #ffffff;
  font-size: 2.1rem;
}
.cid-tWBbYycPdE .text-box {
  padding: 20px;
}
.cid-tWBbYycPdE .text-box p {
  margin: 0;
}
.cid-tWBbYycPdE .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-tWBbYycPdE .ico-box p {
  margin: 0;
}
.cid-tWBbYycPdE .ico-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
}
.cid-tWBbYycPdE .p-box {
  background-color: #f1f1f1;
  width: 100%;
  padding: 10px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tWBbYycPdE .p-box p {
  padding: 10px;
  margin: 0;
  line-height: 1.5;
}
.cid-tWBbYycPdE .card-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-tWBbYycPdE .mbr-section-title {
  color: #656565;
}
.cid-tWBbYycPdE .card-box {
  bottom: 0px;
}
@media (max-width: 991px) {
  .cid-tWBbYycPdE .card-box {
    bottom: 0px;
  }
  .cid-tWBbYycPdE .p-box {
    padding: 0px;
  }
  .cid-tWBbYycPdE .card-title {
    padding: 10px 15px;
  }
}
.cid-tWBbYycPdE .card-text {
  color: #656565;
}
.cid-tWBbYycPdE .phone {
  color: #656565;
}
.cid-tWBbYycPdE .card-title2 {
  color: #333333;
}
.cid-tWBbYycPdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBbYycPdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBbZzovYl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tWBbZzovYl .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tWBbZzovYl .card-img {
  position: relative;
}
.cid-tWBbZzovYl .card-img:hover .card-title {
  background: linear-gradient(to top, #274abb, transparent);
}
.cid-tWBbZzovYl .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-tWBbZzovYl .card-wrapper {
  position: relative;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.cid-tWBbZzovYl .ico2 {
  color: #656565;
  font-size: 1.1rem;
}
.cid-tWBbZzovYl .icobig {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: #ffffff;
  font-size: 2.1rem;
}
.cid-tWBbZzovYl .text-box {
  padding: 20px;
}
.cid-tWBbZzovYl .text-box p {
  margin: 0;
}
.cid-tWBbZzovYl .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-tWBbZzovYl .ico-box p {
  margin: 0;
}
.cid-tWBbZzovYl .ico-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
}
.cid-tWBbZzovYl .p-box {
  background-color: #f1f1f1;
  width: 100%;
  padding: 10px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tWBbZzovYl .p-box p {
  padding: 10px;
  margin: 0;
  line-height: 1.5;
}
.cid-tWBbZzovYl .card-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-tWBbZzovYl .mbr-section-title {
  color: #656565;
}
.cid-tWBbZzovYl .card-box {
  bottom: 0px;
}
@media (max-width: 991px) {
  .cid-tWBbZzovYl .card-box {
    bottom: 0px;
  }
  .cid-tWBbZzovYl .p-box {
    padding: 0px;
  }
  .cid-tWBbZzovYl .card-title {
    padding: 10px 15px;
  }
}
.cid-tWBbZzovYl .card-text {
  color: #656565;
}
.cid-tWBbZzovYl .phone {
  color: #656565;
}
.cid-tWBbZzovYl .card-title2 {
  color: #333333;
}
.cid-tWBbZzovYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBbZzovYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBc257AKG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tWBc257AKG .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tWBc257AKG .card-wrapper {
  position: relative;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.cid-tWBc257AKG .card-img {
  position: relative;
}
.cid-tWBc257AKG .card-img:hover .card-title {
  background: linear-gradient(to top, #274abb, transparent);
}
.cid-tWBc257AKG .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-tWBc257AKG .text-box {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
}
.cid-tWBc257AKG .text-box p {
  margin: 0;
}
.cid-tWBc257AKG .ico2 {
  color: #656565;
  font-size: 1.1rem;
}
.cid-tWBc257AKG .icobig {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: #ffffff;
  font-size: 1.9rem;
}
.cid-tWBc257AKG .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-tWBc257AKG .ico-box p {
  margin: 0;
}
.cid-tWBc257AKG .ico-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-tWBc257AKG .p-box {
  background-color: #f1f1f1;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  display: block;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tWBc257AKG .p-box p {
  padding: 10px;
  margin: 0;
  line-height: 1.5;
}
.cid-tWBc257AKG .card-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-tWBc257AKG .mbr-section-title {
  color: #656565;
}
@media (min-width: 576px) {
  .cid-tWBc257AKG .card-wrapper {
    display: flex;
  }
  .cid-tWBc257AKG .card-img {
    width: 30%;
  }
  .cid-tWBc257AKG .content-wrapper {
    width: 70%;
  }
  .cid-tWBc257AKG .p-box {
    display: flex;
  }
}
@media (max-width: 576px) {
  .cid-tWBc257AKG .text-box {
    display: block;
  }
  .cid-tWBc257AKG .mbr-section-btn {
    margin-top: 1rem;
  }
  .cid-tWBc257AKG .ico-box {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cid-tWBc257AKG .card-box {
    bottom: 0px;
  }
  .cid-tWBc257AKG .p-box {
    padding: 8px;
  }
  .cid-tWBc257AKG .card-title {
    padding: 10px 15px;
  }
}
.cid-tWBc257AKG .card-text {
  color: #656565;
  text-align: center;
}
.cid-tWBc257AKG .phone {
  color: #656565;
}
.cid-tWBc257AKG .card-title2 {
  color: #333333;
}
.cid-tWBc257AKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBc257AKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWr7vo2FDl {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #06427e;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cid-tWr7vo2FDl .container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-tWr7vo2FDl .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-tWr7vo2FDl .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: #201b4f;
  min-height: 500px;
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .cid-tWr7vo2FDl .img-bg-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tWr7vo2FDl .img-bg-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tWr7vo2FDl .col-text {
  width: 40% !important;
  padding: 0 !important;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tWr7vo2FDl .col-text {
    width: 100% !important;
    margin-bottom: 3rem;
  }
}
.cid-tWr7vo2FDl .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tWr7vo2FDl .mbr-section-title {
  color: #FACB1D;
  margin-bottom: 1rem;
}
.cid-tWr7vo2FDl .mbr-text {
  color: #f6f6ef;
  margin-bottom: 1rem;
  max-width: 365px;
  margin-right: auto;
}
.cid-tWr7vo2FDl .col-img {
  position: absolute;
  top: 50%;
  height: 110%;
  width: 50% !important;
  padding: 0 !important;
  right: 0;
  transform: rotate(5deg) translateY(-50%);
}
@media (max-width: 991px) {
  .cid-tWr7vo2FDl .col-img {
    height: auto;
    width: 100% !important;
    position: static;
    transform: rotate(5deg) translateY(0);
  }
}
.cid-tWr7vo2FDl .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tWr7vo2FDl .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tWr7vo2FDl .mbr-section-title,
.cid-tWr7vo2FDl .mbr-section-btn {
  color: #ffffff;
}
.cid-tWr7vpsxaf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #201b4f;
}
@media (max-width: 767px) {
  .cid-tWr7vpsxaf .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tWr7vpsxaf .media-wrap img {
  filter: invert(1);
}
.cid-tWr7vpsxaf .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWr7vpsxaf .links {
    justify-content: center;
  }
  .cid-tWr7vpsxaf .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-tWr7vpsxaf .links {
    justify-content: flex-end;
  }
  .cid-tWr7vpsxaf .link {
    margin: 0.5rem;
  }
}
.cid-tWr7vpsxaf .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-tWr7vpsxaf .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-tWr7vpsxaf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWr7vpsxaf .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tWr7vpsxaf .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-tWr7vpsxaf .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tWr7vpsxaf .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-tWr7vpsxaf .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWsgyFIYQt {
  z-index: 1000;
  width: 100%;
}
.cid-tWsgyFIYQt nav.navbar {
  position: fixed;
}
.cid-tWsgyFIYQt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWsgyFIYQt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWsgyFIYQt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWsgyFIYQt .dropdown-item:hover,
.cid-tWsgyFIYQt .dropdown-item:focus {
  background: #201b4f !important;
  color: white !important;
}
.cid-tWsgyFIYQt .dropdown-item:hover span {
  color: white;
}
.cid-tWsgyFIYQt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWsgyFIYQt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWsgyFIYQt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWsgyFIYQt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWsgyFIYQt .nav-link {
  position: relative;
}
.cid-tWsgyFIYQt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-tWsgyFIYQt .container {
    flex-wrap: nowrap;
  }
}
.cid-tWsgyFIYQt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-tWsgyFIYQt .iconfont-wrapper:hover {
  color: #c39200 !important;
}
.cid-tWsgyFIYQt .dropdown-menu,
.cid-tWsgyFIYQt .navbar.opened {
  background: #201b4f !important;
}
.cid-tWsgyFIYQt .nav-item:focus,
.cid-tWsgyFIYQt .nav-link:focus {
  outline: none;
}
.cid-tWsgyFIYQt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWsgyFIYQt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWsgyFIYQt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWsgyFIYQt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWsgyFIYQt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWsgyFIYQt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWsgyFIYQt .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(32, 27, 79, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-tWsgyFIYQt .navbar.opened {
  transition: all 0.3s;
}
.cid-tWsgyFIYQt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWsgyFIYQt .navbar .navbar-logo img {
  width: auto;
}
.cid-tWsgyFIYQt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWsgyFIYQt .navbar.collapsed {
  justify-content: center;
}
.cid-tWsgyFIYQt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWsgyFIYQt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWsgyFIYQt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWsgyFIYQt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWsgyFIYQt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWsgyFIYQt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWsgyFIYQt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWsgyFIYQt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWsgyFIYQt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWsgyFIYQt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWsgyFIYQt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWsgyFIYQt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWsgyFIYQt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWsgyFIYQt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tWsgyFIYQt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWsgyFIYQt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWsgyFIYQt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWsgyFIYQt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-tWsgyFIYQt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWsgyFIYQt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWsgyFIYQt .navbar.navbar-short {
  min-height: 96px;
}
.cid-tWsgyFIYQt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWsgyFIYQt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-tWsgyFIYQt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-tWsgyFIYQt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWsgyFIYQt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWsgyFIYQt .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-tWsgyFIYQt .dropdown-item.active,
.cid-tWsgyFIYQt .dropdown-item:active {
  background-color: transparent;
}
.cid-tWsgyFIYQt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWsgyFIYQt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWsgyFIYQt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWsgyFIYQt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #201b4f;
}
.cid-tWsgyFIYQt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWsgyFIYQt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWsgyFIYQt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWsgyFIYQt .navbar-buttons {
  text-align: center;
}
.cid-tWsgyFIYQt .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-tWsgyFIYQt .navbar-buttons .btn:hover {
  color: #c39200 !important;
}
@media (max-width: 575px) {
  .cid-tWsgyFIYQt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-tWsgyFIYQt .navbar-buttons .btn-black {
  border: solid 2px #201b4f !important;
  box-shadow: 3px 3px 0 0 #201b4f !important;
}
.cid-tWsgyFIYQt .navbar-buttons .btn-black:hover {
  border: solid 2px #201b4f !important;
  color: #c39200 !important;
  box-shadow: 0 0 0 0 #201b4f !important;
}
.cid-tWsgyFIYQt button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #201b4f !important;
  border: solid 2px #201b4f !important;
  box-shadow: 3px 3px 0 0 #201b4f !important;
}
.cid-tWsgyFIYQt button.navbar-toggler:hover {
  border: solid 2px #201b4f !important;
  color: #c39200 !important;
  box-shadow: 0 0 0 0 #201b4f !important;
}
.cid-tWsgyFIYQt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWsgyFIYQt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-tWsgyFIYQt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tWsgyFIYQt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tWsgyFIYQt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-tWsgyFIYQt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWsgyFIYQt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWsgyFIYQt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWsgyFIYQt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWsgyFIYQt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWsgyFIYQt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWsgyFIYQt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWsgyFIYQt .navbar {
    height: 70px;
  }
  .cid-tWsgyFIYQt .navbar.opened {
    height: auto;
  }
  .cid-tWsgyFIYQt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWsgyFIYQt .navbar-nav {
  margin: 0 auto;
}
.cid-tWsgyFIYQt .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-tWsgyFIYQt .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-tWsgyFIYQt .nav-item .nav-link::after {
  color: #c39200 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-tWsgyFIYQt .nav-item .nav-link:hover {
  color: #c39200 !important;
}
.cid-tWsgyFIYQt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-tWsgyFIYQt .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-tWsgyFIYQt .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-tWsgyFIYQt .nav-item .dropdown-menu .dropdown-item {
  color: #201b4f !important;
  background-color: transparent !important;
}
.cid-tWsgyFIYQt .nav-item .dropdown-menu .dropdown-item:hover {
  color: #201b4f !important;
}
@media (max-width: 991px) {
  .cid-tWsgyFIYQt .navbar {
    justify-content: flex-start !important;
  }
  .cid-tWsgyFIYQt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-tWsgyFIYQt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-tWsgyFIYQt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-tWsgyFIYQt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-tWsgyFIYQt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-tWsgyFIYQt .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-tWsgyFIYQt .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-tWsgyFIYQt .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-tWsgyFIYQt .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-tWsgyFIYQt .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-tWsgyFIYQt .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-tWsgQSjv02 {
  padding-top: 15rem;
  padding-bottom: 15rem;
  /*background-image: url("../../../assets/images/mbr-1.webp");*/
}
.cid-tWsgQSjv02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWsgQSjv02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWsgQSjv02 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tWsgQSjv02 .mbr-text,
.cid-tWsgQSjv02 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tWsgQSjv02 b,
.cid-tWsgQSjv02 strong {
  font-weight: 900;
}
.cid-tWsgQSjv02 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tX7FQTjb9l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #201b4f;
}
.cid-tX7FQTjb9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX7FQTjb9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX7FQTjb9l .container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tX7FQTjb9l .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tX7FQTjb9l .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tX7FQTjb9l .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tX7FQTjb9l .mbr-section-head {
    margin-top: 30px;
  }
}
.cid-tX7FQTjb9l .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 575px) {
  .cid-tX7FQTjb9l .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tX7FQTjb9l .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tX7FQTjb9l .mbr-section-subtitle {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tX7FQTjb9l .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tX7FQTjb9l .mbr-text {
  color: #C4CFDE;
  margin-top: 20px;
}
.cid-tX7FQTjb9l .card-row {
  align-items: stretch;
}
.cid-tX7FQTjb9l .card {
  padding: 10px;
}
.cid-tX7FQTjb9l .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
}
@media (max-width: 991px) {
  .cid-tX7FQTjb9l .card-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .cid-tX7FQTjb9l .card-wrapper {
    padding: 30px;
  }
}
.cid-tX7FQTjb9l .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.cid-tX7FQTjb9l .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tX7FQTjb9l .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tX7FQTjb9l .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-tX7FQTjb9l .card-text {
    margin-top: 20px;
  }
}
.cid-tX7FQTjb9l .list-container {
  margin-top: 23px;
  margin-bottom: 30px;
}
.cid-tX7FQTjb9l .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}
.cid-tX7FQTjb9l .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-tX7FQTjb9l .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c4cfde;
}
.cid-tX7FQTjb9l .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-tX7FQTjb9l .mbr-section-btn {
  display: flex;
  margin-top: auto;
}
.cid-tX7FQTjb9l .mbr-section-btn .btn {
  flex-basis: 100%;
}
.cid-tWsgyGNMHD {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #06427e;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cid-tWsgyGNMHD .container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-tWsgyGNMHD .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-tWsgyGNMHD .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: #201b4f;
  min-height: 500px;
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .cid-tWsgyGNMHD .img-bg-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tWsgyGNMHD .img-bg-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tWsgyGNMHD .col-text {
  width: 40% !important;
  padding: 0 !important;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tWsgyGNMHD .col-text {
    width: 100% !important;
    margin-bottom: 3rem;
  }
}
.cid-tWsgyGNMHD .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tWsgyGNMHD .mbr-section-title {
  color: #FACB1D;
  margin-bottom: 1rem;
}
.cid-tWsgyGNMHD .mbr-text {
  color: #f6f6ef;
  margin-bottom: 1rem;
  max-width: 365px;
  margin-right: auto;
}
.cid-tWsgyGNMHD .col-img {
  position: absolute;
  top: 50%;
  height: 110%;
  width: 50% !important;
  padding: 0 !important;
  right: 0;
  transform: rotate(5deg) translateY(-50%);
}
@media (max-width: 991px) {
  .cid-tWsgyGNMHD .col-img {
    height: auto;
    width: 100% !important;
    position: static;
    transform: rotate(5deg) translateY(0);
  }
}
.cid-tWsgyGNMHD .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tWsgyGNMHD .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tWsgyGNMHD .mbr-section-title,
.cid-tWsgyGNMHD .mbr-section-btn {
  color: #ffffff;
}
.cid-tWsgyIQXRR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #201b4f;
}
@media (max-width: 767px) {
  .cid-tWsgyIQXRR .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tWsgyIQXRR .media-wrap img {
  filter: invert(1);
}
.cid-tWsgyIQXRR .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWsgyIQXRR .links {
    justify-content: center;
  }
  .cid-tWsgyIQXRR .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-tWsgyIQXRR .links {
    justify-content: flex-end;
  }
  .cid-tWsgyIQXRR .link {
    margin: 0.5rem;
  }
}
.cid-tWsgyIQXRR .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-tWsgyIQXRR .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-tWsgyIQXRR .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWsgyIQXRR .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tWsgyIQXRR .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-tWsgyIQXRR .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tWsgyIQXRR .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-tWsgyIQXRR .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWsjqKrarn {
  z-index: 1000;
  width: 100%;
}
.cid-tWsjqKrarn nav.navbar {
  position: fixed;
}
.cid-tWsjqKrarn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWsjqKrarn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWsjqKrarn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWsjqKrarn .dropdown-item:hover,
.cid-tWsjqKrarn .dropdown-item:focus {
  background: #201b4f !important;
  color: white !important;
}
.cid-tWsjqKrarn .dropdown-item:hover span {
  color: white;
}
.cid-tWsjqKrarn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWsjqKrarn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWsjqKrarn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWsjqKrarn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWsjqKrarn .nav-link {
  position: relative;
}
.cid-tWsjqKrarn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-tWsjqKrarn .container {
    flex-wrap: nowrap;
  }
}
.cid-tWsjqKrarn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-tWsjqKrarn .iconfont-wrapper:hover {
  color: #c39200 !important;
}
.cid-tWsjqKrarn .dropdown-menu,
.cid-tWsjqKrarn .navbar.opened {
  background: #201b4f !important;
}
.cid-tWsjqKrarn .nav-item:focus,
.cid-tWsjqKrarn .nav-link:focus {
  outline: none;
}
.cid-tWsjqKrarn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWsjqKrarn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWsjqKrarn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWsjqKrarn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWsjqKrarn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWsjqKrarn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWsjqKrarn .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(32, 27, 79, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-tWsjqKrarn .navbar.opened {
  transition: all 0.3s;
}
.cid-tWsjqKrarn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWsjqKrarn .navbar .navbar-logo img {
  width: auto;
}
.cid-tWsjqKrarn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWsjqKrarn .navbar.collapsed {
  justify-content: center;
}
.cid-tWsjqKrarn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWsjqKrarn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWsjqKrarn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWsjqKrarn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWsjqKrarn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWsjqKrarn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWsjqKrarn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWsjqKrarn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWsjqKrarn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWsjqKrarn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWsjqKrarn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWsjqKrarn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWsjqKrarn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWsjqKrarn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tWsjqKrarn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWsjqKrarn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWsjqKrarn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWsjqKrarn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-tWsjqKrarn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWsjqKrarn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWsjqKrarn .navbar.navbar-short {
  min-height: 96px;
}
.cid-tWsjqKrarn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWsjqKrarn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-tWsjqKrarn .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-tWsjqKrarn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWsjqKrarn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWsjqKrarn .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-tWsjqKrarn .dropdown-item.active,
.cid-tWsjqKrarn .dropdown-item:active {
  background-color: transparent;
}
.cid-tWsjqKrarn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWsjqKrarn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWsjqKrarn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWsjqKrarn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #201b4f;
}
.cid-tWsjqKrarn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWsjqKrarn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWsjqKrarn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWsjqKrarn .navbar-buttons {
  text-align: center;
}
.cid-tWsjqKrarn .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-tWsjqKrarn .navbar-buttons .btn:hover {
  color: #c39200 !important;
}
@media (max-width: 575px) {
  .cid-tWsjqKrarn .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-tWsjqKrarn .navbar-buttons .btn-black {
  border: solid 2px #201b4f !important;
  box-shadow: 3px 3px 0 0 #201b4f !important;
}
.cid-tWsjqKrarn .navbar-buttons .btn-black:hover {
  border: solid 2px #201b4f !important;
  color: #c39200 !important;
  box-shadow: 0 0 0 0 #201b4f !important;
}
.cid-tWsjqKrarn button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #201b4f !important;
  border: solid 2px #201b4f !important;
  box-shadow: 3px 3px 0 0 #201b4f !important;
}
.cid-tWsjqKrarn button.navbar-toggler:hover {
  border: solid 2px #201b4f !important;
  color: #c39200 !important;
  box-shadow: 0 0 0 0 #201b4f !important;
}
.cid-tWsjqKrarn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWsjqKrarn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-tWsjqKrarn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tWsjqKrarn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tWsjqKrarn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-tWsjqKrarn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWsjqKrarn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWsjqKrarn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWsjqKrarn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWsjqKrarn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWsjqKrarn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWsjqKrarn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWsjqKrarn .navbar {
    height: 70px;
  }
  .cid-tWsjqKrarn .navbar.opened {
    height: auto;
  }
  .cid-tWsjqKrarn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWsjqKrarn .navbar-nav {
  margin: 0 auto;
}
.cid-tWsjqKrarn .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-tWsjqKrarn .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-tWsjqKrarn .nav-item .nav-link::after {
  color: #c39200 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-tWsjqKrarn .nav-item .nav-link:hover {
  color: #c39200 !important;
}
.cid-tWsjqKrarn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-tWsjqKrarn .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-tWsjqKrarn .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-tWsjqKrarn .nav-item .dropdown-menu .dropdown-item {
  color: #201b4f !important;
  background-color: transparent !important;
}
.cid-tWsjqKrarn .nav-item .dropdown-menu .dropdown-item:hover {
  color: #201b4f !important;
}
@media (max-width: 991px) {
  .cid-tWsjqKrarn .navbar {
    justify-content: flex-start !important;
  }
  .cid-tWsjqKrarn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-tWsjqKrarn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-tWsjqKrarn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-tWsjqKrarn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-tWsjqKrarn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-tWsjqKrarn .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-tWsjqKrarn .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-tWsjqKrarn .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-tWsjqKrarn .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-tWsjqKrarn .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-tWsjqKrarn .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-tWsqlfuYES {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/dji-85.webp");
}
.cid-tWsqlfuYES .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWsqlfuYES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWsqlfuYES .mbr-section-title {
  text-align: center;
}
.cid-tWsq8K73MK {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tWsq8K73MK .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tWsq8K73MK .card-img {
  position: relative;
}
.cid-tWsq8K73MK .card-img:hover .card-title {
  background: linear-gradient(to top, #274abb, transparent);
}
.cid-tWsq8K73MK .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-tWsq8K73MK .card-wrapper {
  position: relative;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.cid-tWsq8K73MK .ico2 {
  color: #656565;
  font-size: 1.1rem;
}
.cid-tWsq8K73MK .icobig {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: #ffffff;
  font-size: 2.1rem;
}
.cid-tWsq8K73MK .text-box {
  padding: 20px;
}
.cid-tWsq8K73MK .text-box p {
  margin: 0;
}
.cid-tWsq8K73MK .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-tWsq8K73MK .ico-box p {
  margin: 0;
}
.cid-tWsq8K73MK .ico-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
}
.cid-tWsq8K73MK .p-box {
  background-color: #f1f1f1;
  width: 100%;
  padding: 10px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tWsq8K73MK .p-box p {
  padding: 10px;
  margin: 0;
  line-height: 1.5;
}
.cid-tWsq8K73MK .card-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-tWsq8K73MK .mbr-section-title {
  color: #06427e;
}
@media (max-width: 991px) {
  .cid-tWsq8K73MK .card-box {
    bottom: 0px;
  }
  .cid-tWsq8K73MK .p-box {
    padding: 0px;
  }
  .cid-tWsq8K73MK .card-title {
    padding: 10px 15px;
  }
}
.cid-tWsq8K73MK .card-text {
  color: #656565;
}
.cid-tWsq8K73MK .phone {
  color: #656565;
}
.cid-tWsq8K73MK .card-title2 {
  color: #333333;
}
.cid-tWsq8K73MK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWsq8K73MK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWxwSSgfXW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWxwSSgfXW .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tWxwSSgfXW .card-img {
  position: relative;
}
.cid-tWxwSSgfXW .card-img:hover .card-title {
  background: linear-gradient(to top, #274abb, transparent);
}
.cid-tWxwSSgfXW .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-tWxwSSgfXW .card-wrapper {
  position: relative;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.cid-tWxwSSgfXW .ico2 {
  color: #656565;
  font-size: 1.1rem;
}
.cid-tWxwSSgfXW .icobig {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: #ffffff;
  font-size: 2.1rem;
}
.cid-tWxwSSgfXW .text-box {
  padding: 20px;
}
.cid-tWxwSSgfXW .text-box p {
  margin: 0;
}
.cid-tWxwSSgfXW .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-tWxwSSgfXW .ico-box p {
  margin: 0;
}
.cid-tWxwSSgfXW .ico-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
}
.cid-tWxwSSgfXW .p-box {
  background-color: #f1f1f1;
  width: 100%;
  padding: 10px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tWxwSSgfXW .p-box p {
  padding: 10px;
  margin: 0;
  line-height: 1.5;
}
.cid-tWxwSSgfXW .card-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-tWxwSSgfXW .mbr-section-title {
  color: #656565;
}
@media (max-width: 991px) {
  .cid-tWxwSSgfXW .card-box {
    bottom: 0px;
  }
  .cid-tWxwSSgfXW .p-box {
    padding: 0px;
  }
  .cid-tWxwSSgfXW .card-title {
    padding: 10px 15px;
  }
}
.cid-tWxwSSgfXW .card-text {
  color: #656565;
}
.cid-tWxwSSgfXW .phone {
  color: #656565;
}
.cid-tWxwSSgfXW .card-title2 {
  color: #333333;
}
.cid-tWxwSSgfXW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWxwSSgfXW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWxxnfHjAj {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tWxxnfHjAj .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tWxxnfHjAj .card-img {
  position: relative;
}
.cid-tWxxnfHjAj .card-img:hover .card-title {
  background: linear-gradient(to top, #274abb, transparent);
}
.cid-tWxxnfHjAj .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-tWxxnfHjAj .card-wrapper {
  position: relative;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.cid-tWxxnfHjAj .ico2 {
  color: #656565;
  font-size: 1.1rem;
}
.cid-tWxxnfHjAj .icobig {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: #ffffff;
  font-size: 2.1rem;
}
.cid-tWxxnfHjAj .text-box {
  padding: 20px;
}
.cid-tWxxnfHjAj .text-box p {
  margin: 0;
}
.cid-tWxxnfHjAj .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-tWxxnfHjAj .ico-box p {
  margin: 0;
}
.cid-tWxxnfHjAj .ico-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
}
.cid-tWxxnfHjAj .p-box {
  background-color: #f1f1f1;
  width: 100%;
  padding: 10px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tWxxnfHjAj .p-box p {
  padding: 10px;
  margin: 0;
  line-height: 1.5;
}
.cid-tWxxnfHjAj .card-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-tWxxnfHjAj .mbr-section-title {
  color: #656565;
}
@media (max-width: 991px) {
  .cid-tWxxnfHjAj .card-box {
    bottom: 0px;
  }
  .cid-tWxxnfHjAj .p-box {
    padding: 0px;
  }
  .cid-tWxxnfHjAj .card-title {
    padding: 10px 15px;
  }
}
.cid-tWxxnfHjAj .card-text {
  color: #656565;
}
.cid-tWxxnfHjAj .phone {
  color: #656565;
}
.cid-tWxxnfHjAj .card-title2 {
  color: #333333;
}
.cid-tWxxnfHjAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWxxnfHjAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWsjqMreUS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #201b4f;
}
@media (max-width: 767px) {
  .cid-tWsjqMreUS .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tWsjqMreUS .media-wrap img {
  filter: invert(1);
}
.cid-tWsjqMreUS .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWsjqMreUS .links {
    justify-content: center;
  }
  .cid-tWsjqMreUS .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-tWsjqMreUS .links {
    justify-content: flex-end;
  }
  .cid-tWsjqMreUS .link {
    margin: 0.5rem;
  }
}
.cid-tWsjqMreUS .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-tWsjqMreUS .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-tWsjqMreUS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWsjqMreUS .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tWsjqMreUS .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-tWsjqMreUS .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tWsjqMreUS .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-tWsjqMreUS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWsjwiqOkA {
  z-index: 1000;
  width: 100%;
}
.cid-tWsjwiqOkA nav.navbar {
  position: fixed;
}
.cid-tWsjwiqOkA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWsjwiqOkA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWsjwiqOkA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWsjwiqOkA .dropdown-item:hover,
.cid-tWsjwiqOkA .dropdown-item:focus {
  background: #201b4f !important;
  color: white !important;
}
.cid-tWsjwiqOkA .dropdown-item:hover span {
  color: white;
}
.cid-tWsjwiqOkA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWsjwiqOkA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWsjwiqOkA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWsjwiqOkA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWsjwiqOkA .nav-link {
  position: relative;
}
.cid-tWsjwiqOkA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-tWsjwiqOkA .container {
    flex-wrap: nowrap;
  }
}
.cid-tWsjwiqOkA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-tWsjwiqOkA .iconfont-wrapper:hover {
  color: #c39200 !important;
}
.cid-tWsjwiqOkA .dropdown-menu,
.cid-tWsjwiqOkA .navbar.opened {
  background: #201b4f !important;
}
.cid-tWsjwiqOkA .nav-item:focus,
.cid-tWsjwiqOkA .nav-link:focus {
  outline: none;
}
.cid-tWsjwiqOkA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWsjwiqOkA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWsjwiqOkA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWsjwiqOkA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWsjwiqOkA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWsjwiqOkA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWsjwiqOkA .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(32, 27, 79, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-tWsjwiqOkA .navbar.opened {
  transition: all 0.3s;
}
.cid-tWsjwiqOkA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWsjwiqOkA .navbar .navbar-logo img {
  width: auto;
}
.cid-tWsjwiqOkA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWsjwiqOkA .navbar.collapsed {
  justify-content: center;
}
.cid-tWsjwiqOkA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWsjwiqOkA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWsjwiqOkA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWsjwiqOkA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWsjwiqOkA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWsjwiqOkA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWsjwiqOkA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWsjwiqOkA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWsjwiqOkA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWsjwiqOkA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWsjwiqOkA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWsjwiqOkA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWsjwiqOkA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWsjwiqOkA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tWsjwiqOkA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWsjwiqOkA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWsjwiqOkA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWsjwiqOkA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-tWsjwiqOkA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWsjwiqOkA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWsjwiqOkA .navbar.navbar-short {
  min-height: 96px;
}
.cid-tWsjwiqOkA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWsjwiqOkA .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-tWsjwiqOkA .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-tWsjwiqOkA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWsjwiqOkA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWsjwiqOkA .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-tWsjwiqOkA .dropdown-item.active,
.cid-tWsjwiqOkA .dropdown-item:active {
  background-color: transparent;
}
.cid-tWsjwiqOkA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWsjwiqOkA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWsjwiqOkA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWsjwiqOkA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #201b4f;
}
.cid-tWsjwiqOkA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWsjwiqOkA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWsjwiqOkA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWsjwiqOkA .navbar-buttons {
  text-align: center;
}
.cid-tWsjwiqOkA .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-tWsjwiqOkA .navbar-buttons .btn:hover {
  color: #c39200 !important;
}
@media (max-width: 575px) {
  .cid-tWsjwiqOkA .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-tWsjwiqOkA .navbar-buttons .btn-black {
  border: solid 2px #201b4f !important;
  box-shadow: 3px 3px 0 0 #201b4f !important;
}
.cid-tWsjwiqOkA .navbar-buttons .btn-black:hover {
  border: solid 2px #201b4f !important;
  color: #c39200 !important;
  box-shadow: 0 0 0 0 #201b4f !important;
}
.cid-tWsjwiqOkA button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #201b4f !important;
  border: solid 2px #201b4f !important;
  box-shadow: 3px 3px 0 0 #201b4f !important;
}
.cid-tWsjwiqOkA button.navbar-toggler:hover {
  border: solid 2px #201b4f !important;
  color: #c39200 !important;
  box-shadow: 0 0 0 0 #201b4f !important;
}
.cid-tWsjwiqOkA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWsjwiqOkA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-tWsjwiqOkA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tWsjwiqOkA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tWsjwiqOkA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-tWsjwiqOkA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWsjwiqOkA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWsjwiqOkA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWsjwiqOkA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWsjwiqOkA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWsjwiqOkA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWsjwiqOkA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWsjwiqOkA .navbar {
    height: 70px;
  }
  .cid-tWsjwiqOkA .navbar.opened {
    height: auto;
  }
  .cid-tWsjwiqOkA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWsjwiqOkA .navbar-nav {
  margin: 0 auto;
}
.cid-tWsjwiqOkA .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-tWsjwiqOkA .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-tWsjwiqOkA .nav-item .nav-link::after {
  color: #c39200 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-tWsjwiqOkA .nav-item .nav-link:hover {
  color: #c39200 !important;
}
.cid-tWsjwiqOkA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-tWsjwiqOkA .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-tWsjwiqOkA .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-tWsjwiqOkA .nav-item .dropdown-menu .dropdown-item {
  color: #201b4f !important;
  background-color: transparent !important;
}
.cid-tWsjwiqOkA .nav-item .dropdown-menu .dropdown-item:hover {
  color: #201b4f !important;
}
@media (max-width: 991px) {
  .cid-tWsjwiqOkA .navbar {
    justify-content: flex-start !important;
  }
  .cid-tWsjwiqOkA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-tWsjwiqOkA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-tWsjwiqOkA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-tWsjwiqOkA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-tWsjwiqOkA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-tWsjwiqOkA .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-tWsjwiqOkA .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-tWsjwiqOkA .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-tWsjwiqOkA .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-tWsjwiqOkA .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-tWsjwiqOkA .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-tWyy00clLc {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dji-124.webp");
}
.cid-tWyy00clLc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWyy00clLc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWyy00clLc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWyy00clLc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWyy00clLc .container {
    padding: 0;
  }
}
.cid-tWyy00clLc .title-wrapper {
  padding: 0 16px;
}
.cid-tWyy00clLc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWyy00clLc .title-wrapper .mbr-text {
  margin: 25px 0 0 0;
}
.cid-tWyy00clLc .title-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tWyy00clLc .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tWyy00clLc .mbr-section-title {
  color: #ffffff;
}
.cid-tWyy00clLc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tWyy00clLc .mbr-section-title,
.cid-tWyy00clLc .mbr-section-btn {
  text-align: center;
}
.cid-tWyxrqiOn9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #201b4f;
}
.cid-tWyxrqiOn9 .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-tWyxrqiOn9 .card-box {
  z-index: 2;
  position: relative;
}
.cid-tWyxrqiOn9 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #201b4f;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-tWyxrqiOn9 .mbr-iconfont-big {
  font-size: 14rem;
  color: #201b4f;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-tWyxrqiOn9 .card-title,
.cid-tWyxrqiOn9 .card-text {
  transition: all 0.3s;
}
.cid-tWyxrqiOn9 .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #06427e;
  transition: all 0.3s;
}
.cid-tWyxrqiOn9 .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-tWyxrqiOn9 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tWyxrqiOn9 .card-title,
.cid-tWyxrqiOn9 .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tWyxrqiOn9 .card-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-tWyxrqiOn9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tWyxrqiOn9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tWyxrqiOn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWyxrqiOn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWyMgsf37v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #17003b;
}
.cid-tWyMgsf37v .mbr-overlay {
  background-color: #06427e;
  opacity: 1;
}
.cid-tWyMgsf37v .mbr-section-head {
  margin-bottom: 60px;
}
.cid-tWyMgsf37v .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tWyMgsf37v .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tWyMgsf37v .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tWyMgsf37v form {
  width: 100%;
}
.cid-tWyMgsf37v form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tWyMgsf37v form p {
  color: #747474;
}
.cid-tWyMgsf37v form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tWyMgsf37v form .mbr-section-btn .btn:hover {
  transform: translate(0, 0);
}
.cid-tWyMgsf37v form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-tWyMgsf37v form .form-control {
  height: 48px;
  border: 1px solid #e1e1e1 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  transition: .3s;
}
.cid-tWyMgsf37v form .form-control::-webkit-input-placeholder {
  color: #747474;
}
.cid-tWyMgsf37v form .form-control::-moz-placeholder {
  color: #747474;
}
.cid-tWyMgsf37v form .form-control:-moz-placeholder {
  color: #747474;
}
.cid-tWyMgsf37v form .form-control:-ms-input-placeholder {
  color: #747474;
}
.cid-tWyMgsf37v form select {
  color: #747474 !important;
}
.cid-tWyMgsf37v form textarea {
  height: 135px !important;
  min-height: 135px !important;
  padding: 12px;
  resize: none;
}
.cid-tWyMgsf37v form textarea::-webkit-input-placeholder {
  color: #747474 !important;
}
.cid-tWyMgsf37v form textarea::-moz-placeholder {
  color: #747474 !important;
}
.cid-tWyMgsf37v form textarea:-moz-placeholder {
  color: #747474 !important;
}
.cid-tWyMgsf37v form textarea:-ms-input-placeholder {
  color: #747474 !important;
}
.cid-tWyMgsf37v form input,
.cid-tWyMgsf37v form textarea {
  transition: .4s all;
}
.cid-tWyMgsf37v form input:active,
.cid-tWyMgsf37v form textarea:active,
.cid-tWyMgsf37v form input:focus,
.cid-tWyMgsf37v form textarea:focus {
  background-color: transparent !important;
  border-color: #a1c4e4 !important;
  outline: none !important;
}
.cid-tWyMgsf37v form input:active::-webkit-input-placeholder,
.cid-tWyMgsf37v form textarea:active::-webkit-input-placeholder,
.cid-tWyMgsf37v form input:focus::-webkit-input-placeholder,
.cid-tWyMgsf37v form textarea:focus::-webkit-input-placeholder {
  color: #747474 !important;
}
.cid-tWyMgsf37v form input:active::-moz-placeholder,
.cid-tWyMgsf37v form textarea:active::-moz-placeholder,
.cid-tWyMgsf37v form input:focus::-moz-placeholder,
.cid-tWyMgsf37v form textarea:focus::-moz-placeholder {
  color: #747474 !important;
}
.cid-tWyMgsf37v form input:active:-moz-placeholder,
.cid-tWyMgsf37v form textarea:active:-moz-placeholder,
.cid-tWyMgsf37v form input:focus:-moz-placeholder,
.cid-tWyMgsf37v form textarea:focus:-moz-placeholder {
  color: #747474 !important;
}
.cid-tWyMgsf37v form input:active:-ms-input-placeholder,
.cid-tWyMgsf37v form textarea:active:-ms-input-placeholder,
.cid-tWyMgsf37v form input:focus:-ms-input-placeholder,
.cid-tWyMgsf37v form textarea:focus:-ms-input-placeholder {
  color: #747474 !important;
}
.cid-tWyMgsf37v form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tWyMgsf37v form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tWyMgsf37v form label {
  width: 100%;
  color: #000000;
  margin-bottom: 5px;
}
.cid-tWyMgsf37v form .form-check label {
  color: #000000;
}
.cid-tWyMgsf37v form .form-check-input {
  border-color: #e1e1e1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tWyMgsf37v form .form-check-input:focus,
.cid-tWyMgsf37v form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #a1c4e4 !important;
}
.cid-tWyMgsf37v form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.cid-tWsjwkovit {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #201b4f;
}
@media (max-width: 767px) {
  .cid-tWsjwkovit .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tWsjwkovit .media-wrap img {
  filter: invert(1);
}
.cid-tWsjwkovit .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWsjwkovit .links {
    justify-content: center;
  }
  .cid-tWsjwkovit .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-tWsjwkovit .links {
    justify-content: flex-end;
  }
  .cid-tWsjwkovit .link {
    margin: 0.5rem;
  }
}
.cid-tWsjwkovit .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-tWsjwkovit .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-tWsjwkovit .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWsjwkovit .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tWsjwkovit .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-tWsjwkovit .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tWsjwkovit .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-tWsjwkovit .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWsjCyqns8 {
  z-index: 1000;
  width: 100%;
}
.cid-tWsjCyqns8 nav.navbar {
  position: fixed;
}
.cid-tWsjCyqns8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWsjCyqns8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWsjCyqns8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWsjCyqns8 .dropdown-item:hover,
.cid-tWsjCyqns8 .dropdown-item:focus {
  background: #201b4f !important;
  color: white !important;
}
.cid-tWsjCyqns8 .dropdown-item:hover span {
  color: white;
}
.cid-tWsjCyqns8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWsjCyqns8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWsjCyqns8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWsjCyqns8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWsjCyqns8 .nav-link {
  position: relative;
}
.cid-tWsjCyqns8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-tWsjCyqns8 .container {
    flex-wrap: nowrap;
  }
}
.cid-tWsjCyqns8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-tWsjCyqns8 .iconfont-wrapper:hover {
  color: #c39200 !important;
}
.cid-tWsjCyqns8 .dropdown-menu,
.cid-tWsjCyqns8 .navbar.opened {
  background: #201b4f !important;
}
.cid-tWsjCyqns8 .nav-item:focus,
.cid-tWsjCyqns8 .nav-link:focus {
  outline: none;
}
.cid-tWsjCyqns8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWsjCyqns8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWsjCyqns8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWsjCyqns8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWsjCyqns8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWsjCyqns8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWsjCyqns8 .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(32, 27, 79, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-tWsjCyqns8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWsjCyqns8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWsjCyqns8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tWsjCyqns8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWsjCyqns8 .navbar.collapsed {
  justify-content: center;
}
.cid-tWsjCyqns8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWsjCyqns8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWsjCyqns8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWsjCyqns8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWsjCyqns8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWsjCyqns8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWsjCyqns8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWsjCyqns8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWsjCyqns8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWsjCyqns8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWsjCyqns8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWsjCyqns8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWsjCyqns8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWsjCyqns8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tWsjCyqns8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWsjCyqns8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWsjCyqns8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWsjCyqns8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-tWsjCyqns8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWsjCyqns8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWsjCyqns8 .navbar.navbar-short {
  min-height: 96px;
}
.cid-tWsjCyqns8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWsjCyqns8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-tWsjCyqns8 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-tWsjCyqns8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWsjCyqns8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWsjCyqns8 .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-tWsjCyqns8 .dropdown-item.active,
.cid-tWsjCyqns8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWsjCyqns8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWsjCyqns8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWsjCyqns8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWsjCyqns8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #201b4f;
}
.cid-tWsjCyqns8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWsjCyqns8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWsjCyqns8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWsjCyqns8 .navbar-buttons {
  text-align: center;
}
.cid-tWsjCyqns8 .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-tWsjCyqns8 .navbar-buttons .btn:hover {
  color: #c39200 !important;
}
@media (max-width: 575px) {
  .cid-tWsjCyqns8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-tWsjCyqns8 .navbar-buttons .btn-black {
  border: solid 2px #201b4f !important;
  box-shadow: 3px 3px 0 0 #201b4f !important;
}
.cid-tWsjCyqns8 .navbar-buttons .btn-black:hover {
  border: solid 2px #201b4f !important;
  color: #c39200 !important;
  box-shadow: 0 0 0 0 #201b4f !important;
}
.cid-tWsjCyqns8 button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #201b4f !important;
  border: solid 2px #201b4f !important;
  box-shadow: 3px 3px 0 0 #201b4f !important;
}
.cid-tWsjCyqns8 button.navbar-toggler:hover {
  border: solid 2px #201b4f !important;
  color: #c39200 !important;
  box-shadow: 0 0 0 0 #201b4f !important;
}
.cid-tWsjCyqns8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWsjCyqns8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-tWsjCyqns8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tWsjCyqns8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tWsjCyqns8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-tWsjCyqns8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWsjCyqns8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWsjCyqns8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWsjCyqns8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWsjCyqns8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWsjCyqns8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWsjCyqns8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWsjCyqns8 .navbar {
    height: 70px;
  }
  .cid-tWsjCyqns8 .navbar.opened {
    height: auto;
  }
  .cid-tWsjCyqns8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWsjCyqns8 .navbar-nav {
  margin: 0 auto;
}
.cid-tWsjCyqns8 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-tWsjCyqns8 .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-tWsjCyqns8 .nav-item .nav-link::after {
  color: #c39200 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-tWsjCyqns8 .nav-item .nav-link:hover {
  color: #c39200 !important;
}
.cid-tWsjCyqns8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-tWsjCyqns8 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-tWsjCyqns8 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-tWsjCyqns8 .nav-item .dropdown-menu .dropdown-item {
  color: #201b4f !important;
  background-color: transparent !important;
}
.cid-tWsjCyqns8 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #201b4f !important;
}
@media (max-width: 991px) {
  .cid-tWsjCyqns8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-tWsjCyqns8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-tWsjCyqns8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-tWsjCyqns8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-tWsjCyqns8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-tWsjCyqns8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-tWsjCyqns8 .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-tWsjCyqns8 .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-tWsjCyqns8 .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-tWsjCyqns8 .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-tWsjCyqns8 .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-tWsjCyqns8 .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-tWsVRTZ0du {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/8n5a2570-2.webp");
}
.cid-tWsVRTZ0du .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-tWsVRTZ0du .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-tWsVRTZ0du .align-center {
    text-align: center;
  }
}
.cid-tWsVRTZ0du .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWsVRTZ0du .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWyOyRO1Yu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tWyOyRO1Yu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWyOyRO1Yu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWyOyRO1Yu .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-tWyOyRO1Yu .link-wrapper {
  width: 100%;
}
.cid-tWyOyRO1Yu .mbr-linkiconfont {
  color: currentColor;
  padding-left: 10px;
  padding-top: 4px;
  transition: all 0.3s;
}
.cid-tWyOyRO1Yu .link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-tWyOyRO1Yu .link:hover .mbr-linkiconfont {
  transform: translateX(5px);
}
.cid-tWyOyRO1Yu .mbr-iconfont {
  font-size: 1rem;
  color: white;
  border-radius: 50%;
  background: #c39200;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tWyOyRO1Yu .card-big {
  background: #c39200;
  height: 100%;
  border-radius: 6px;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-tWyOyRO1Yu .card-big {
    padding: 2rem 1rem;
  }
}
.cid-tWyOyRO1Yu .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-tWyOyRO1Yu .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-tWyOyRO1Yu .card-wrapper:hover .mbr-iconfont {
  background: #201b4f;
  transform: translateX(10px);
}
.cid-tWyOyRO1Yu .row {
  justify-content: center;
}
.cid-tWyOyRO1Yu .cardbig-link,
.cid-tWyOyRO1Yu .mbr-linkiconfont {
  color: #ffffff;
}
.cid-tWyOyRO1Yu .cardbig-text,
.cid-tWyOyRO1Yu .link-wrapper {
  color: #ffffff;
}
.cid-tWyOyRO1Yu .card-title,
.cid-tWyOyRO1Yu .iconfont-wrapper,
.cid-tWyOyRO1Yu .card-wrapper {
  color: #06427e;
}
.cid-tWyOyRO1Yu .card-text,
.cid-tWyOyRO1Yu .mbr-section-btn {
  color: #353535;
}
.cid-tWyOyRO1Yu .cardbig-title {
  color: #ffffff;
}
.cid-tWCLK0acQq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f8f8f8;
}
.cid-tWCLK0acQq .container {
  max-width: 1500px;
}
.cid-tWCLK0acQq .row {
  background: #333333;
}
.cid-tWCLK0acQq .img-col {
  padding: 0;
}
.cid-tWCLK0acQq .title-col {
  padding: 4rem 6rem;
}
.cid-tWCLK0acQq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tWCLK0acQq h2 {
  padding: 0;
  margin: 0;
}
.cid-tWCLK0acQq .text-wrap {
  margin: auto;
}
.cid-tWCLK0acQq .mbr-text {
  color: #cccccc;
}
@media (max-width: 1200px) {
  .cid-tWCLK0acQq .row {
    margin: 2rem;
  }
  .cid-tWCLK0acQq .title-col {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tWCLK0acQq .row {
    margin: 0rem;
  }
  .cid-tWCLK0acQq .title-col {
    padding: 2rem 1rem;
  }
}
.cid-tWCLK0acQq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWCLK0acQq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWCLe1edNa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tWCLe1edNa .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-tWCLe1edNa .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-tWCLe1edNa .mbr-section-title {
  text-align: left;
  color: #06427e;
}
.cid-tWCLe1edNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWCLe1edNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWCLMmTp9L {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f8f8f8;
}
.cid-tWCLMmTp9L .container {
  max-width: 1500px;
}
.cid-tWCLMmTp9L .row {
  background: #333333;
}
.cid-tWCLMmTp9L .img-col {
  padding: 0;
}
.cid-tWCLMmTp9L .title-col {
  padding: 4rem 6rem;
}
.cid-tWCLMmTp9L img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tWCLMmTp9L h2 {
  padding: 0;
  margin: 0;
}
.cid-tWCLMmTp9L .text-wrap {
  margin: auto;
}
.cid-tWCLMmTp9L .mbr-text {
  color: #cccccc;
}
@media (max-width: 1200px) {
  .cid-tWCLMmTp9L .row {
    margin: 2rem;
  }
  .cid-tWCLMmTp9L .title-col {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-tWCLMmTp9L .row {
    margin: 0rem;
  }
  .cid-tWCLMmTp9L .title-col {
    padding: 2rem 1rem;
  }
}
.cid-tWCLMmTp9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWCLMmTp9L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWsktRaIYN {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-tWsktRaIYN .card-title,
.cid-tWsktRaIYN .mbr-role {
  transition: 0.3s;
}
.cid-tWsktRaIYN .main-heading {
  margin-bottom: 1.3rem;
}
.cid-tWsktRaIYN .mbr-section-title {
  margin-bottom: 0.2rem;
}
.cid-tWsktRaIYN .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tWsktRaIYN .mbr-role {
  margin-bottom: 0rem;
  color: #777777;
}
.cid-tWsktRaIYN .social-list {
  position: absolute;
  top: 0.6rem;
  padding: 0.6rem;
  margin-bottom: 1.5rem;
  background-color: #354463;
  transition: all 0.3s;
  transform: translateX(-100%);
  opacity: 0;
}
.cid-tWsktRaIYN .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  padding-bottom: 1rem;
}
.cid-tWsktRaIYN .team-card:hover .card-wrap {
  background: #354463;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-tWsktRaIYN .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-tWsktRaIYN .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWsktRaIYN .team-card:hover .social-list {
  transform: translateX(0%);
  opacity: 1;
}
.cid-tWsktRaIYN .image-wrap {
  overflow: hidden;
  position: relative;
}
.cid-tWsktRaIYN a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-tWsktRaIYN a:hover {
  color: #c1f7d5 !important;
}
.cid-tWsktRaIYN .card-wrap {
  padding: 5px;
  background: #ffffff;
  transition: all 0.3s;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-tWsktRaIYN .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tWsktRaIYN .card-wrap .content-wrap {
  padding: 1.7rem 1.3rem 1.2rem;
}
.cid-tWsktRaIYN .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tWsktRaIYN .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tWsktRaIYN .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWsktRaIYN .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-tWsktRaIYN .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-tWsktRaIYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWsktRaIYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWsktRaIYN .main-title {
  color: #06427e;
}
.cid-tWsjCAMgUH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #201b4f;
}
@media (max-width: 767px) {
  .cid-tWsjCAMgUH .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tWsjCAMgUH .media-wrap img {
  filter: invert(1);
}
.cid-tWsjCAMgUH .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWsjCAMgUH .links {
    justify-content: center;
  }
  .cid-tWsjCAMgUH .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-tWsjCAMgUH .links {
    justify-content: flex-end;
  }
  .cid-tWsjCAMgUH .link {
    margin: 0.5rem;
  }
}
.cid-tWsjCAMgUH .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-tWsjCAMgUH .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-tWsjCAMgUH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWsjCAMgUH .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tWsjCAMgUH .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-tWsjCAMgUH .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tWsjCAMgUH .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-tWsjCAMgUH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWxOuv9ZOU {
  z-index: 1000;
  width: 100%;
}
.cid-tWxOuv9ZOU nav.navbar {
  position: fixed;
}
.cid-tWxOuv9ZOU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWxOuv9ZOU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWxOuv9ZOU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWxOuv9ZOU .dropdown-item:hover,
.cid-tWxOuv9ZOU .dropdown-item:focus {
  background: #201b4f !important;
  color: white !important;
}
.cid-tWxOuv9ZOU .dropdown-item:hover span {
  color: white;
}
.cid-tWxOuv9ZOU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWxOuv9ZOU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWxOuv9ZOU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWxOuv9ZOU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWxOuv9ZOU .nav-link {
  position: relative;
}
.cid-tWxOuv9ZOU .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-tWxOuv9ZOU .container {
    flex-wrap: nowrap;
  }
}
.cid-tWxOuv9ZOU .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-tWxOuv9ZOU .iconfont-wrapper:hover {
  color: #c39200 !important;
}
.cid-tWxOuv9ZOU .dropdown-menu,
.cid-tWxOuv9ZOU .navbar.opened {
  background: #201b4f !important;
}
.cid-tWxOuv9ZOU .nav-item:focus,
.cid-tWxOuv9ZOU .nav-link:focus {
  outline: none;
}
.cid-tWxOuv9ZOU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWxOuv9ZOU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWxOuv9ZOU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWxOuv9ZOU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWxOuv9ZOU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWxOuv9ZOU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWxOuv9ZOU .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(32, 27, 79, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-tWxOuv9ZOU .navbar.opened {
  transition: all 0.3s;
}
.cid-tWxOuv9ZOU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWxOuv9ZOU .navbar .navbar-logo img {
  width: auto;
}
.cid-tWxOuv9ZOU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWxOuv9ZOU .navbar.collapsed {
  justify-content: center;
}
.cid-tWxOuv9ZOU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWxOuv9ZOU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWxOuv9ZOU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWxOuv9ZOU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWxOuv9ZOU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWxOuv9ZOU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWxOuv9ZOU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWxOuv9ZOU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWxOuv9ZOU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWxOuv9ZOU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWxOuv9ZOU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWxOuv9ZOU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWxOuv9ZOU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWxOuv9ZOU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tWxOuv9ZOU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWxOuv9ZOU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWxOuv9ZOU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWxOuv9ZOU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-tWxOuv9ZOU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWxOuv9ZOU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWxOuv9ZOU .navbar.navbar-short {
  min-height: 96px;
}
.cid-tWxOuv9ZOU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWxOuv9ZOU .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-tWxOuv9ZOU .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-tWxOuv9ZOU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWxOuv9ZOU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWxOuv9ZOU .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-tWxOuv9ZOU .dropdown-item.active,
.cid-tWxOuv9ZOU .dropdown-item:active {
  background-color: transparent;
}
.cid-tWxOuv9ZOU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWxOuv9ZOU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWxOuv9ZOU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWxOuv9ZOU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #201b4f;
}
.cid-tWxOuv9ZOU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWxOuv9ZOU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWxOuv9ZOU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWxOuv9ZOU .navbar-buttons {
  text-align: center;
}
.cid-tWxOuv9ZOU .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-tWxOuv9ZOU .navbar-buttons .btn:hover {
  color: #c39200 !important;
}
@media (max-width: 575px) {
  .cid-tWxOuv9ZOU .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-tWxOuv9ZOU .navbar-buttons .btn-black {
  border: solid 2px #201b4f !important;
  box-shadow: 3px 3px 0 0 #201b4f !important;
}
.cid-tWxOuv9ZOU .navbar-buttons .btn-black:hover {
  border: solid 2px #201b4f !important;
  color: #c39200 !important;
  box-shadow: 0 0 0 0 #201b4f !important;
}
.cid-tWxOuv9ZOU button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #201b4f !important;
  border: solid 2px #201b4f !important;
  box-shadow: 3px 3px 0 0 #201b4f !important;
}
.cid-tWxOuv9ZOU button.navbar-toggler:hover {
  border: solid 2px #201b4f !important;
  color: #c39200 !important;
  box-shadow: 0 0 0 0 #201b4f !important;
}
.cid-tWxOuv9ZOU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWxOuv9ZOU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-tWxOuv9ZOU button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tWxOuv9ZOU button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tWxOuv9ZOU button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-tWxOuv9ZOU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWxOuv9ZOU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWxOuv9ZOU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWxOuv9ZOU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWxOuv9ZOU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWxOuv9ZOU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWxOuv9ZOU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWxOuv9ZOU .navbar {
    height: 70px;
  }
  .cid-tWxOuv9ZOU .navbar.opened {
    height: auto;
  }
  .cid-tWxOuv9ZOU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWxOuv9ZOU .navbar-nav {
  margin: 0 auto;
}
.cid-tWxOuv9ZOU .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-tWxOuv9ZOU .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-tWxOuv9ZOU .nav-item .nav-link::after {
  color: #c39200 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-tWxOuv9ZOU .nav-item .nav-link:hover {
  color: #c39200 !important;
}
.cid-tWxOuv9ZOU .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-tWxOuv9ZOU .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-tWxOuv9ZOU .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-tWxOuv9ZOU .nav-item .dropdown-menu .dropdown-item {
  color: #201b4f !important;
  background-color: transparent !important;
}
.cid-tWxOuv9ZOU .nav-item .dropdown-menu .dropdown-item:hover {
  color: #201b4f !important;
}
@media (max-width: 991px) {
  .cid-tWxOuv9ZOU .navbar {
    justify-content: flex-start !important;
  }
  .cid-tWxOuv9ZOU .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-tWxOuv9ZOU .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-tWxOuv9ZOU .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-tWxOuv9ZOU .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-tWxOuv9ZOU .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-tWxOuv9ZOU .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-tWxOuv9ZOU .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-tWxOuv9ZOU .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-tWxOuv9ZOU .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-tWxOuv9ZOU .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-tWxOuv9ZOU .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-tWxOuvB3zv {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/8n5a2570-2.webp");
}
.cid-tWxOuvB3zv .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-tWxOuvB3zv .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-tWxOuvB3zv .align-center {
    text-align: center;
  }
}
.cid-tWxOuvB3zv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWxOuvB3zv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWxOuvB3zv H1 {
  text-align: center;
}
.cid-tWyUC8I4ya {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #201b4f;
}
.cid-tWyUC8I4ya .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWyUC8I4ya .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tWyUC8I4ya .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-tWyUC8I4ya .btn:hover,
.cid-tWyUC8I4ya .btn:focus {
  background: white !important;
  color: #c39200 !important;
  border-color: white !important;
}
.cid-tWyUC8I4ya img {
  border-radius: 1rem;
}
.cid-tWyUC8I4ya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWyUC8I4ya .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tWyUC8I4ya .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tWyUC8I4ya .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tWyUC8I4ya .mbr-section-title {
  color: #ffffff;
}
.cid-tWyUC8I4ya .mbr-section-subtitle,
.cid-tWyUC8I4ya .subtitle-wrap {
  color: #19303d;
}
.cid-tWyUC8I4ya .mbr-text,
.cid-tWyUC8I4ya .mbr-section-btn {
  color: #ffffff;
}
.cid-tWyUDl2uUI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tWyUDl2uUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWyUDl2uUI .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tWyUDl2uUI .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-tWyUDl2uUI img {
  border-radius: 1rem;
}
.cid-tWyUDl2uUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWyUDl2uUI .row {
  flex-direction: row-reverse;
}
.cid-tWyUDl2uUI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tWyUDl2uUI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tWyUDl2uUI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tWyUDl2uUI .mbr-section-title {
  color: #06427e;
}
.cid-tWyUDl2uUI .mbr-section-subtitle,
.cid-tWyUDl2uUI .subtitle-wrap {
  color: #19303d;
}
.cid-tWyUDl2uUI .mbr-text,
.cid-tWyUDl2uUI .mbr-section-btn {
  color: #19303d;
}
.cid-tWxOuxhuN9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #201b4f;
}
@media (max-width: 767px) {
  .cid-tWxOuxhuN9 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tWxOuxhuN9 .media-wrap img {
  filter: invert(1);
}
.cid-tWxOuxhuN9 .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWxOuxhuN9 .links {
    justify-content: center;
  }
  .cid-tWxOuxhuN9 .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-tWxOuxhuN9 .links {
    justify-content: flex-end;
  }
  .cid-tWxOuxhuN9 .link {
    margin: 0.5rem;
  }
}
.cid-tWxOuxhuN9 .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-tWxOuxhuN9 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-tWxOuxhuN9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWxOuxhuN9 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tWxOuxhuN9 .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-tWxOuxhuN9 .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tWxOuxhuN9 .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-tWxOuxhuN9 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWchuy3L8n {
  z-index: 1000;
  width: 100%;
}
.cid-tWchuy3L8n nav.navbar {
  position: fixed;
}
.cid-tWchuy3L8n .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWchuy3L8n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWchuy3L8n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWchuy3L8n .dropdown-item:hover,
.cid-tWchuy3L8n .dropdown-item:focus {
  background: #201b4f !important;
  color: white !important;
}
.cid-tWchuy3L8n .dropdown-item:hover span {
  color: white;
}
.cid-tWchuy3L8n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWchuy3L8n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWchuy3L8n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWchuy3L8n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWchuy3L8n .nav-link {
  position: relative;
}
.cid-tWchuy3L8n .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-tWchuy3L8n .container {
    flex-wrap: nowrap;
  }
}
.cid-tWchuy3L8n .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-tWchuy3L8n .iconfont-wrapper:hover {
  color: #c39200 !important;
}
.cid-tWchuy3L8n .dropdown-menu,
.cid-tWchuy3L8n .navbar.opened {
  background: #201b4f !important;
}
.cid-tWchuy3L8n .nav-item:focus,
.cid-tWchuy3L8n .nav-link:focus {
  outline: none;
}
.cid-tWchuy3L8n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWchuy3L8n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWchuy3L8n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWchuy3L8n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWchuy3L8n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWchuy3L8n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWchuy3L8n .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(32, 27, 79, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-tWchuy3L8n .navbar.opened {
  transition: all 0.3s;
}
.cid-tWchuy3L8n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWchuy3L8n .navbar .navbar-logo img {
  width: auto;
}
.cid-tWchuy3L8n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWchuy3L8n .navbar.collapsed {
  justify-content: center;
}
.cid-tWchuy3L8n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWchuy3L8n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWchuy3L8n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWchuy3L8n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWchuy3L8n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWchuy3L8n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWchuy3L8n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWchuy3L8n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWchuy3L8n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWchuy3L8n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWchuy3L8n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWchuy3L8n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWchuy3L8n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWchuy3L8n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tWchuy3L8n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWchuy3L8n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWchuy3L8n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWchuy3L8n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-tWchuy3L8n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWchuy3L8n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWchuy3L8n .navbar.navbar-short {
  min-height: 96px;
}
.cid-tWchuy3L8n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWchuy3L8n .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-tWchuy3L8n .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-tWchuy3L8n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWchuy3L8n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWchuy3L8n .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-tWchuy3L8n .dropdown-item.active,
.cid-tWchuy3L8n .dropdown-item:active {
  background-color: transparent;
}
.cid-tWchuy3L8n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWchuy3L8n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWchuy3L8n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWchuy3L8n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #201b4f;
}
.cid-tWchuy3L8n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWchuy3L8n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWchuy3L8n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWchuy3L8n .navbar-buttons {
  text-align: center;
}
.cid-tWchuy3L8n .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-tWchuy3L8n .navbar-buttons .btn:hover {
  color: #c39200 !important;
}
@media (max-width: 575px) {
  .cid-tWchuy3L8n .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-tWchuy3L8n .navbar-buttons .btn-black {
  border: solid 2px #201b4f !important;
  box-shadow: 3px 3px 0 0 #201b4f !important;
}
.cid-tWchuy3L8n .navbar-buttons .btn-black:hover {
  border: solid 2px #201b4f !important;
  color: #c39200 !important;
  box-shadow: 0 0 0 0 #201b4f !important;
}
.cid-tWchuy3L8n button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #201b4f !important;
  border: solid 2px #201b4f !important;
  box-shadow: 3px 3px 0 0 #201b4f !important;
}
.cid-tWchuy3L8n button.navbar-toggler:hover {
  border: solid 2px #201b4f !important;
  color: #c39200 !important;
  box-shadow: 0 0 0 0 #201b4f !important;
}
.cid-tWchuy3L8n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWchuy3L8n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-tWchuy3L8n button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tWchuy3L8n button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tWchuy3L8n button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-tWchuy3L8n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWchuy3L8n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWchuy3L8n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWchuy3L8n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWchuy3L8n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWchuy3L8n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWchuy3L8n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWchuy3L8n .navbar {
    height: 70px;
  }
  .cid-tWchuy3L8n .navbar.opened {
    height: auto;
  }
  .cid-tWchuy3L8n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWchuy3L8n .navbar-nav {
  margin: 0 auto;
}
.cid-tWchuy3L8n .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-tWchuy3L8n .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-tWchuy3L8n .nav-item .nav-link::after {
  color: #c39200 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-tWchuy3L8n .nav-item .nav-link:hover {
  color: #c39200 !important;
}
.cid-tWchuy3L8n .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-tWchuy3L8n .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-tWchuy3L8n .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-tWchuy3L8n .nav-item .dropdown-menu .dropdown-item {
  color: #201b4f !important;
  background-color: transparent !important;
}
.cid-tWchuy3L8n .nav-item .dropdown-menu .dropdown-item:hover {
  color: #201b4f !important;
}
@media (max-width: 991px) {
  .cid-tWchuy3L8n .navbar {
    justify-content: flex-start !important;
  }
  .cid-tWchuy3L8n .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-tWchuy3L8n .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-tWchuy3L8n .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-tWchuy3L8n .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-tWchuy3L8n .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-tWchuy3L8n .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-tWchuy3L8n .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-tWchuy3L8n .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-tWchuy3L8n .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-tWchuy3L8n .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-tWchuy3L8n .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-tWB4KSRfPK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/news10.webp");
}
.cid-tWB4KSRfPK .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tWB4KSRfPK .head_wrap:hover .mbr-section-title a {
  color: #c39200 !important;
}
.cid-tWB4KSRfPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWB4KSRfPK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWB07Tyutk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fef8f5;
}
.cid-tWB07Tyutk .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tWB07Tyutk .mbr-section-btn .btn-secondary-outline:hover,
.cid-tWB07Tyutk .mbr-section-btn .btn-secondary-outline .active,
.cid-tWB07Tyutk .mbr-section-btn .btn-secondary-outline:focus {
  color: #201b4f !important;
}
.cid-tWB07Tyutk .item-img {
  overflow: hidden;
}
.cid-tWB07Tyutk img,
.cid-tWB07Tyutk .item-img {
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100.5%;
  will-change: transform;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWB07Tyutk .item-content {
  padding: 40px;
  background: #010a44;
}
.cid-tWB07Tyutk .item-content .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tWB07Tyutk .mbr-text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tWB07Tyutk .item:focus,
.cid-tWB07Tyutk span:focus {
  outline: none;
}
.cid-tWB07Tyutk .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-tWB07Tyutk .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tWB07Tyutk .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWB07Tyutk .item-wrapper:hover .item-title a {
  color: #c39200 !important;
}
@media (min-width: 991px) {
  .cid-tWB07Tyutk .item-wrapper:hover .item-img > img,
  .cid-tWB07Tyutk .item-wrapper:hover .item-img > a img {
    transform: scale3d(1.2, 1.2, 1);
  }
  .cid-tWB07Tyutk .item-wrapper:hover .post_wrap {
    opacity: 1;
    background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    transform: translateY(0);
  }
}
.cid-tWB07Tyutk .item-title,
.cid-tWB07Tyutk .card_topic,
.cid-tWB07Tyutk .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tWB07Tyutk .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
  padding-bottom: 0;
}
.cid-tWB07Tyutk .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-tWB07Tyutk .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-tWB07Tyutk .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tWB07Tyutk .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tWB07Tyutk .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-tWB07Tyutk .category_content {
  opacity: .8;
}
.cid-tWB07Tyutk .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .cid-tWB07Tyutk .card_post,
  .cid-tWB07Tyutk .item-content {
    padding: 20px;
  }
}
.cid-tWB0dNO6qw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #010a44;
}
.cid-tWB0dNO6qw .mbr-section-subtitle,
.cid-tWB0dNO6qw .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tWB0dNO6qw .mbr-text {
  margin-bottom: 2rem;
  color: #ffffff;
}
.cid-tWB0dNO6qw .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-tWB0dNO6qw .form-control {
  border: none !important;
  padding: 14px 18px;
  background-color: #fef2ed !important;
  font-size: 16px;
  color: #fef2ed;
  background-color: transparent !important;
  border-radius: 4px;
  border: 1px solid #fef2ed !important;
}
.cid-tWB0dNO6qw .input-group-btn {
  padding-left: 0;
}
.cid-tWB0dNO6qw .input-group-btn .btn {
  font-weight: 600;
  padding: 12px 18px;
  width: 100%;
}
.cid-tWB0dNO6qw .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-tWB0dNO6qw .mbr-form .btn {
  margin: 0;
}
.cid-tWB0dNO6qw input::-webkit-input-placeholder {
  color: #fef2ed;
  opacity: .6;
}
.cid-tWB0dNO6qw input::-moz-placeholder {
  color: #fef2ed;
  opacity: .6;
}
.cid-tWB0dNO6qw .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tWB0dNO6qw .image {
    margin-bottom: 2rem;
    order: 1;
  }
}
.cid-tWB0dNO6qw .mbr-section-title {
  color: #ffffff;
}
.cid-tWB0dNO6qw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWB0dNO6qw .textGDPR {
  font-size: 14px;
  text-align: left;
}
.cid-tWB0dNO6qw .textGDPR input[name='gdpr'] {
  top: 0 !important;
}
.cid-tWB0dNO6qw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWB0dNO6qw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWqWmJLXH5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #201b4f;
}
@media (max-width: 767px) {
  .cid-tWqWmJLXH5 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tWqWmJLXH5 .media-wrap img {
  filter: invert(1);
}
.cid-tWqWmJLXH5 .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWqWmJLXH5 .links {
    justify-content: center;
  }
  .cid-tWqWmJLXH5 .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-tWqWmJLXH5 .links {
    justify-content: flex-end;
  }
  .cid-tWqWmJLXH5 .link {
    margin: 0.5rem;
  }
}
.cid-tWqWmJLXH5 .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-tWqWmJLXH5 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-tWqWmJLXH5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWqWmJLXH5 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tWqWmJLXH5 .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-tWqWmJLXH5 .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tWqWmJLXH5 .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-tWqWmJLXH5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWB2BPEqfs {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/news10.webp");
}
.cid-tWB2BPEqfs .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tWB2BPEqfs .head_wrap:hover .mbr-section-title a {
  color: #c39200 !important;
}
.cid-tWB2BPEqfs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWB2BPEqfs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWB17M6NMD {
  z-index: 1000;
  width: 100%;
}
.cid-tWB17M6NMD nav.navbar {
  position: fixed;
}
.cid-tWB17M6NMD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWB17M6NMD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWB17M6NMD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWB17M6NMD .dropdown-item:hover,
.cid-tWB17M6NMD .dropdown-item:focus {
  background: #201b4f !important;
  color: white !important;
}
.cid-tWB17M6NMD .dropdown-item:hover span {
  color: white;
}
.cid-tWB17M6NMD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWB17M6NMD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWB17M6NMD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWB17M6NMD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWB17M6NMD .nav-link {
  position: relative;
}
.cid-tWB17M6NMD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-tWB17M6NMD .container {
    flex-wrap: nowrap;
  }
}
.cid-tWB17M6NMD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-tWB17M6NMD .iconfont-wrapper:hover {
  color: #c39200 !important;
}
.cid-tWB17M6NMD .dropdown-menu,
.cid-tWB17M6NMD .navbar.opened {
  background: #201b4f !important;
}
.cid-tWB17M6NMD .nav-item:focus,
.cid-tWB17M6NMD .nav-link:focus {
  outline: none;
}
.cid-tWB17M6NMD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWB17M6NMD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWB17M6NMD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWB17M6NMD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWB17M6NMD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWB17M6NMD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWB17M6NMD .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(32, 27, 79, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-tWB17M6NMD .navbar.opened {
  transition: all 0.3s;
}
.cid-tWB17M6NMD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWB17M6NMD .navbar .navbar-logo img {
  width: auto;
}
.cid-tWB17M6NMD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWB17M6NMD .navbar.collapsed {
  justify-content: center;
}
.cid-tWB17M6NMD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWB17M6NMD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWB17M6NMD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWB17M6NMD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWB17M6NMD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWB17M6NMD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWB17M6NMD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWB17M6NMD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWB17M6NMD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWB17M6NMD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWB17M6NMD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWB17M6NMD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWB17M6NMD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWB17M6NMD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tWB17M6NMD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWB17M6NMD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWB17M6NMD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWB17M6NMD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-tWB17M6NMD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWB17M6NMD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWB17M6NMD .navbar.navbar-short {
  min-height: 96px;
}
.cid-tWB17M6NMD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWB17M6NMD .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-tWB17M6NMD .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-tWB17M6NMD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWB17M6NMD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWB17M6NMD .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-tWB17M6NMD .dropdown-item.active,
.cid-tWB17M6NMD .dropdown-item:active {
  background-color: transparent;
}
.cid-tWB17M6NMD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWB17M6NMD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWB17M6NMD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWB17M6NMD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #201b4f;
}
.cid-tWB17M6NMD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWB17M6NMD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWB17M6NMD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWB17M6NMD .navbar-buttons {
  text-align: center;
}
.cid-tWB17M6NMD .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-tWB17M6NMD .navbar-buttons .btn:hover {
  color: #c39200 !important;
}
@media (max-width: 575px) {
  .cid-tWB17M6NMD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-tWB17M6NMD .navbar-buttons .btn-black {
  border: solid 2px #201b4f !important;
  box-shadow: 3px 3px 0 0 #201b4f !important;
}
.cid-tWB17M6NMD .navbar-buttons .btn-black:hover {
  border: solid 2px #201b4f !important;
  color: #c39200 !important;
  box-shadow: 0 0 0 0 #201b4f !important;
}
.cid-tWB17M6NMD button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #201b4f !important;
  border: solid 2px #201b4f !important;
  box-shadow: 3px 3px 0 0 #201b4f !important;
}
.cid-tWB17M6NMD button.navbar-toggler:hover {
  border: solid 2px #201b4f !important;
  color: #c39200 !important;
  box-shadow: 0 0 0 0 #201b4f !important;
}
.cid-tWB17M6NMD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWB17M6NMD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-tWB17M6NMD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tWB17M6NMD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-tWB17M6NMD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-tWB17M6NMD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWB17M6NMD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWB17M6NMD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWB17M6NMD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWB17M6NMD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWB17M6NMD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWB17M6NMD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWB17M6NMD .navbar {
    height: 70px;
  }
  .cid-tWB17M6NMD .navbar.opened {
    height: auto;
  }
  .cid-tWB17M6NMD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWB17M6NMD .navbar-nav {
  margin: 0 auto;
}
.cid-tWB17M6NMD .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-tWB17M6NMD .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-tWB17M6NMD .nav-item .nav-link::after {
  color: #c39200 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-tWB17M6NMD .nav-item .nav-link:hover {
  color: #c39200 !important;
}
.cid-tWB17M6NMD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-tWB17M6NMD .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-tWB17M6NMD .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-tWB17M6NMD .nav-item .dropdown-menu .dropdown-item {
  color: #201b4f !important;
  background-color: transparent !important;
}
.cid-tWB17M6NMD .nav-item .dropdown-menu .dropdown-item:hover {
  color: #201b4f !important;
}
@media (max-width: 991px) {
  .cid-tWB17M6NMD .navbar {
    justify-content: flex-start !important;
  }
  .cid-tWB17M6NMD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-tWB17M6NMD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-tWB17M6NMD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-tWB17M6NMD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-tWB17M6NMD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-tWB17M6NMD .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-tWB17M6NMD .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-tWB17M6NMD .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-tWB17M6NMD .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-tWB17M6NMD .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-tWB17M6NMD .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-tWB8sCfoBB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWB8sCfoBB .card-heading {
  padding-bottom: 30px;
  color: #000000;
}
.cid-tWB8sCfoBB .top {
  padding-top: 0;
}
.cid-tWB8sCfoBB .row {
  justify-content: center;
  display: flex;
}
.cid-tWB8sCfoBB a {
  font-weight: 400 !important;
}
.cid-tWB8sCfoBB .mbr-text {
  color: #333333;
}
.cid-tWB8sCfoBB .mbr-text1 {
  padding-top: 30px;
}
.cid-tWB8sCfoBB .top1 {
  padding-top: 30px;
}
.cid-tWB17MBlhk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fef8f5;
}
.cid-tWB17MBlhk .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tWB17MBlhk .mbr-section-btn .btn-secondary-outline:hover,
.cid-tWB17MBlhk .mbr-section-btn .btn-secondary-outline .active,
.cid-tWB17MBlhk .mbr-section-btn .btn-secondary-outline:focus {
  color: #201b4f !important;
}
.cid-tWB17MBlhk .item-img {
  overflow: hidden;
}
.cid-tWB17MBlhk img,
.cid-tWB17MBlhk .item-img {
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100.5%;
  will-change: transform;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWB17MBlhk .item-content {
  padding: 40px;
  background: #010a44;
}
.cid-tWB17MBlhk .item-content .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tWB17MBlhk .mbr-text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tWB17MBlhk .item:focus,
.cid-tWB17MBlhk span:focus {
  outline: none;
}
.cid-tWB17MBlhk .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-tWB17MBlhk .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tWB17MBlhk .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWB17MBlhk .item-wrapper:hover .item-title a {
  color: #c39200 !important;
}
@media (min-width: 991px) {
  .cid-tWB17MBlhk .item-wrapper:hover .item-img > img,
  .cid-tWB17MBlhk .item-wrapper:hover .item-img > a img {
    transform: scale3d(1.2, 1.2, 1);
  }
  .cid-tWB17MBlhk .item-wrapper:hover .post_wrap {
    opacity: 1;
    background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    transform: translateY(0);
  }
}
.cid-tWB17MBlhk .item-title,
.cid-tWB17MBlhk .card_topic,
.cid-tWB17MBlhk .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tWB17MBlhk .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
  padding-bottom: 0;
}
.cid-tWB17MBlhk .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-tWB17MBlhk .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-tWB17MBlhk .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tWB17MBlhk .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tWB17MBlhk .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-tWB17MBlhk .category_content {
  opacity: .8;
}
.cid-tWB17MBlhk .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .cid-tWB17MBlhk .card_post,
  .cid-tWB17MBlhk .item-content {
    padding: 20px;
  }
}
.cid-tWB17MW4H2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #010a44;
}
.cid-tWB17MW4H2 .mbr-section-subtitle,
.cid-tWB17MW4H2 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tWB17MW4H2 .mbr-text {
  margin-bottom: 2rem;
  color: #ffffff;
}
.cid-tWB17MW4H2 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-tWB17MW4H2 .form-control {
  border: none !important;
  padding: 14px 18px;
  background-color: #fef2ed !important;
  font-size: 16px;
  color: #fef2ed;
  background-color: transparent !important;
  border-radius: 4px;
  border: 1px solid #fef2ed !important;
}
.cid-tWB17MW4H2 .input-group-btn {
  padding-left: 0;
}
.cid-tWB17MW4H2 .input-group-btn .btn {
  font-weight: 600;
  padding: 12px 18px;
  width: 100%;
}
.cid-tWB17MW4H2 .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-tWB17MW4H2 .mbr-form .btn {
  margin: 0;
}
.cid-tWB17MW4H2 input::-webkit-input-placeholder {
  color: #fef2ed;
  opacity: .6;
}
.cid-tWB17MW4H2 input::-moz-placeholder {
  color: #fef2ed;
  opacity: .6;
}
.cid-tWB17MW4H2 .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tWB17MW4H2 .image {
    margin-bottom: 2rem;
    order: 1;
  }
}
.cid-tWB17MW4H2 .mbr-section-title {
  color: #ffffff;
}
.cid-tWB17MW4H2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWB17MW4H2 .textGDPR {
  font-size: 14px;
  text-align: left;
}
.cid-tWB17MW4H2 .textGDPR input[name='gdpr'] {
  top: 0 !important;
}
.cid-tWB17MW4H2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWB17MW4H2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWB17Natjy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #201b4f;
}
@media (max-width: 767px) {
  .cid-tWB17Natjy .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tWB17Natjy .media-wrap img {
  filter: invert(1);
}
.cid-tWB17Natjy .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWB17Natjy .links {
    justify-content: center;
  }
  .cid-tWB17Natjy .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-tWB17Natjy .links {
    justify-content: flex-end;
  }
  .cid-tWB17Natjy .link {
    margin: 0.5rem;
  }
}
.cid-tWB17Natjy .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-tWB17Natjy .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-tWB17Natjy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWB17Natjy .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tWB17Natjy .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-tWB17Natjy .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tWB17Natjy .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-tWB17Natjy .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
