body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #47b5ed !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe885 !important;
}
.bg-danger {
  background-color: #ffe161 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
  color: #856c00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #2e2600 !important;
  background-color: #ffd82e !important;
  border-color: #ffd82e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #856c00 !important;
  background-color: #ffd82e !important;
  border-color: #ffd82e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe885;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd82e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #856c00 !important;
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #47b5ed !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe885 !important;
}
.text-danger {
  color: #ffe161 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1283bc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffd51f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #facb00 !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: #47b5ed;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe885;
}
.alert-danger {
  background-color: #ffe161;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #47b5ed;
  border-color: #47b5ed;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #47b5ed;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #47b5ed !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #47b5ed;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #47b5ed;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #47b5ed;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #47b5ed;
  border-bottom-color: #47b5ed;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #47b5ed !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: #ff6666 !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='%2347b5ed' %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-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sTjzH6Xxgt .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sTjzH6Xxgt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sTjzH6Xxgt .container {
    padding: 0 1rem;
  }
}
.cid-sTjzH6Xxgt .menu-tite {
  background: #47b5ed;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #1b263b;
}
.cid-sTjzH6Xxgt .nav-link {
  position: relative;
}
.cid-sTjzH6Xxgt .nav-link:hover {
  color: #47b5ed !important;
}
.cid-sTjzH6Xxgt nav.navbar {
  position: fixed;
}
.cid-sTjzH6Xxgt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.opened {
  transition: all 0.3s;
}
.cid-sTjzH6Xxgt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTjzH6Xxgt .navbar .navbar-logo img {
  width: auto;
}
.cid-sTjzH6Xxgt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar.collapsed {
  justify-content: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTjzH6Xxgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTjzH6Xxgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTjzH6Xxgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTjzH6Xxgt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTjzH6Xxgt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTjzH6Xxgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTjzH6Xxgt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTjzH6Xxgt .dropdown-item:hover,
.cid-sTjzH6Xxgt .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-sTjzH6Xxgt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTjzH6Xxgt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTjzH6Xxgt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTjzH6Xxgt .dropdown-menu,
.cid-sTjzH6Xxgt .navbar.opened {
  background: #1b263b !important;
}
.cid-sTjzH6Xxgt .nav-item:focus,
.cid-sTjzH6Xxgt .nav-link:focus {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTjzH6Xxgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTjzH6Xxgt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown-item.active,
.cid-sTjzH6Xxgt .dropdown-item:active {
  background-color: transparent;
}
.cid-sTjzH6Xxgt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTjzH6Xxgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTjzH6Xxgt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTjzH6Xxgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTjzH6Xxgt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTjzH6Xxgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar {
    height: 70px;
  }
  .cid-sTjzH6Xxgt .navbar.opened {
    height: auto;
  }
  .cid-sTjzH6Xxgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDyPjJBzCx {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #1b263b;
}
.cid-uDyPjJBzCx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDyPjJBzCx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDyPjJBzCx .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uDyPjJBzCx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uDyPjJBzCx .container {
    padding: 0 20px;
  }
}
.cid-uDyPjJBzCx .content-wrapper {
  padding: 60px;
  background-color: #1b263b;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uDyPjJBzCx .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-uDyPjJBzCx .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uDyPjJBzCx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDyPjJBzCx .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDyPjJBzCx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDyPjJBzCx .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uDyPjJBzCx .content-wrapper .items-wrapper .items-wrap .item {
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .cid-uDyPjJBzCx .content-wrapper .items-wrapper .items-wrap .item {
    margin-left: 0;
  }
}
.cid-uDyPjJBzCx .content-wrapper .items-wrapper .items-wrap .item:first-child {
  margin-left: 0;
}
.cid-uDyPjJBzCx .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .card-box .card-title {
  width: 226px;
  height: 226px;
  border-radius: 100%;
  border: 1px solid #6ec7f2;
  border-left: 10px solid #6ec7f2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.cid-uDyPjJBzCx .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uDyPjJBzCx .mbr-section-title {
  color: #ffffff;
}
.cid-uDyPjJBzCx .mbr-desc {
  color: #6ec7f2;
  text-align: center;
}
.cid-uDyPjJBzCx .mbr-text,
.cid-uDyPjJBzCx .text-wrapper {
  color: #6ec7f2;
  text-align: center;
}
.cid-uDyPjJBzCx .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uDyPjJBzCx .mbr-section-title,
.cid-uDyPjJBzCx .mbr-section-btn,
.cid-uDyPjJBzCx .items-wrapper {
  text-align: center;
  color: #47b5ed;
}
.cid-uDyPjJBzCx P {
  color: #47b5ed;
}
.cid-uLZ1sf0dPm {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLZ1sf0dPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLZ1sf0dPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLZ1sf0dPm .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uLZ1sf0dPm .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLZ1sf0dPm .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uLZ1sf0dPm .mbr-section-title {
  color: #131313;
}
.cid-uLZ1sf0dPm .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uLZ1sf0dPm .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uLZ1sf0dPm .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uLZ1sf0dPm .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uLZ1sf0dPm .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-uLZ1sf0dPm .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uLZ1sf0dPm .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-uLZ1sf0dPm .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uLZ1sf0dPm .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-uLZ1sf0dPm .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uLZ1sf0dPm .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #133371;
}
.cid-uLZ1sf0dPm .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-uLZ1sf0dPm .content-wrap {
    margin-top: 0;
  }
}
.cid-uLZ1sf0dPm .card-title {
  color: #131313;
}
.cid-uLZ1sf0dPm .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uLZ1sf0dPm .card-text {
    margin-top: 15px;
  }
}
.cid-uLZ1sf0dPm .card-link {
  margin-top: 24px;
  color: #135d9c;
}
@media (max-width: 1199px) {
  .cid-uLZ1sf0dPm .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLZ1sf0dPm .card-link {
    margin-top: 15px;
  }
}
.cid-uLZ1sf0dPm .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uLZ1sf0dPm .card-title,
.cid-uLZ1sf0dPm .iconfont-wrapper {
  color: #135d9c;
}
.cid-uOxBcPvZWE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uOxBcPvZWE img,
.cid-uOxBcPvZWE .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uOxBcPvZWE .item:focus,
.cid-uOxBcPvZWE span:focus {
  outline: none;
}
.cid-uOxBcPvZWE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOxBcPvZWE .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-uOxBcPvZWE .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uOxBcPvZWE .item-img {
    padding: 1rem;
  }
}
.cid-uOxBcPvZWE .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uOxBcPvZWE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOxBcPvZWE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uOxBcPvZWE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOxBcPvZWE .mbr-section-title {
  color: #232323;
}
.cid-uOxBcPvZWE .mbr-text,
.cid-uOxBcPvZWE .mbr-section-btn {
  text-align: center;
}
.cid-uOxBcPvZWE .item-title {
  text-align: center;
}
.cid-uOxBcPvZWE .item-subtitle {
  text-align: center;
}
.cid-uOxBcPvZWE DIV {
  text-align: left;
}
.cid-uOxBcPvZWE H5 {
  text-align: left;
  color: #135d9c;
}
.cid-uOxBcPvZWE H4 {
  color: #135d9c;
}
.cid-uRjBg2EmXr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #051025;
  position: relative;
  overflow: hidden;
}
.cid-uRjBg2EmXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjBg2EmXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjBg2EmXr .bg-frame {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 15vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #135d9c;
  box-shadow: 0 0 40px #135d9c;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uRjBg2EmXr .bg-frame {
    width: 30vw;
  }
}
.cid-uRjBg2EmXr .bg-frame-2 {
  top: 70%;
  left: auto;
  right: -5%;
  width: 30vw;
}
.cid-uRjBg2EmXr .row {
  position: relative;
  z-index: 3;
}
.cid-uRjBg2EmXr .mbr-section-head {
  margin-bottom: 100px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uRjBg2EmXr .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uRjBg2EmXr .mbr-section-title {
  color: #FFFFFF;
}
.cid-uRjBg2EmXr .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uRjBg2EmXr .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-uRjBg2EmXr .card-row {
  align-items: stretch;
}
.cid-uRjBg2EmXr .item {
  margin-bottom: 2rem;
}
.cid-uRjBg2EmXr .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  height: 100%;
  width: 100%;
  transition: 0.5s all;
  will-change: transform;
}
.cid-uRjBg2EmXr .item-wrapper:hover {
  transform: translateY(-12.5%);
}
@media (max-width: 991px) {
  .cid-uRjBg2EmXr .item-wrapper:hover {
    transform: translateY(-2rem);
  }
}
.cid-uRjBg2EmXr .item-wrapper:hover .item-img img {
  transform: scale(1);
}
.cid-uRjBg2EmXr .item-wrapper:hover .card-title {
  color: #135d9c;
}
.cid-uRjBg2EmXr .item-wrapper:hover .card-subtitle {
  color: #135d9c;
}
.cid-uRjBg2EmXr .item-img {
  position: relative;
  width: 100%;
  z-index: 2;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 1.49885057;
  transition: 0.5s all;
}
.cid-uRjBg2EmXr .item-img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition: 0.5s all;
  will-change: transform;
}
.cid-uRjBg2EmXr .img-bg-color {
  position: absolute;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
  width: 80%;
  aspect-ratio: 1;
  opacity: 0.3;
  filter: blur(100px);
}
.cid-uRjBg2EmXr .img-bg-color-1 {
  left: 0;
  background: #79F429;
  transform: translate(-50%, 50%);
  opacity: 0.2;
}
.cid-uRjBg2EmXr .img-bg-color-2 {
  right: 0;
  background: #0E0E0E;
  transform: translate(50%, 50%);
}
.cid-uRjBg2EmXr .card-box {
  position: relative;
  z-index: 3;
  padding-top: 50px;
  opacity: 1;
}
.cid-uRjBg2EmXr .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: 0.5s all;
}
.cid-uRjBg2EmXr .card-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 1rem;
  transition: 0.5s all;
}
.cid-uRjBg2EmXr .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uRjBg2EmXr P {
  color: #ffffff;
}
.cid-sU4GiOkkiW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #b8bfcc;
}
.cid-sU4GiOkkiW .video-wrapper iframe {
  width: 100%;
}
.cid-sU4GiOkkiW .mbr-section-title,
.cid-sU4GiOkkiW .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sU4GiOkkiW .text-wrapper {
    padding: 2rem;
  }
}
.cid-sU4GiOkkiW .mbr-section-title {
  color: #133371;
}
.cid-sU4GiOkkiW .mbr-section-subtitle {
  color: #133371;
}
.cid-sU4GiOkkiW .mbr-text {
  color: #133371;
}
.cid-unEMApe8iW {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #051025;
}
.cid-unEMApe8iW .mbr-text,
.cid-unEMApe8iW .mbr-section-btn {
  color: #fafafa;
}
.cid-unEMApe8iW .mbr-fallback-image.disabled {
  display: none;
}
.cid-unEMApe8iW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unEMApe8iW H1 {
  color: #fafafa;
}
.cid-unJxSzyfHA {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-unJxSzyfHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-unJxSzyfHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unJxSzyfHA .container {
    padding: 0 25px;
  }
}
.cid-unJxSzyfHA .tabs-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-unJxSzyfHA .tabs-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unJxSzyfHA .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
}
.cid-unJxSzyfHA .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
}
.cid-unJxSzyfHA .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: none;
  color: #fafafa;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  padding: 16px 20px 0;
}
.cid-unJxSzyfHA .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #550870;
}
.cid-unJxSzyfHA .tab-content {
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-unJxSzyfHA .tab-content {
    width: 100%;
    margin: 0;
  }
}
.cid-unJxSzyfHA .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-unJxSzyfHA .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-unJxSzyfHA .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 100%;
  width: 320px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-unJxSzyfHA .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
.cid-unJxSzyfHA .tab-content .tab-pane .content-wrapper .title-wrapper {
  display: flex;
  align-items: center;
  padding: 50px;
  background-color: #b8bfcc;
}
@media (max-width: 992px) {
  .cid-unJxSzyfHA .tab-content .tab-pane .content-wrapper .title-wrapper {
    padding: 30px;
  }
}
.cid-unJxSzyfHA .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .desc-wrap .mbr-desc {
  display: inline-flex;
  padding: 2px 4px 0;
  background-color: #a0ffc2;
  margin-bottom: 16px;
}
.cid-unJxSzyfHA .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 10px;
}
.cid-unJxSzyfHA .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-unJxSzyfHA .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-unJxSzyfHA .mbr-card-title {
  color: #2f2e30;
}
.cid-unJxSzyfHA .mbr-desc {
  color: #2f2e30;
}
.cid-unJxSzyfHA .mbr-text {
  color: #2f2e30;
}
.cid-u2GvrsvUSy {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-u2GvrsvUSy .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-u2GvrsvUSy .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-u2GvrsvUSy .mbr-section-btn {
  margin-top: 30px;
}
.cid-u2GvrsvUSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2GvrsvUSy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2GvrsvUSy .mbr-section-title,
.cid-u2GvrsvUSy .mbr-section-btn {
  color: #fafafa;
}
.cid-u2G6XYYSKs {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-u2G6XYYSKs .content_box {
  position: relative;
  z-index: 5;
}
.cid-u2G6XYYSKs .carousel-item {
  justify-content: center;
}
.cid-u2G6XYYSKs .carousel-item.active,
.cid-u2G6XYYSKs .carousel-item-next,
.cid-u2G6XYYSKs .carousel-item-prev {
  display: flex;
}
.cid-u2G6XYYSKs .carousel-controls a {
  transition: opacity .5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  font-size: 22px;
  height: 22px;
  width: 22px;
  padding: 10px;
  color: #47b5ed;
  opacity: 1;
}
.cid-u2G6XYYSKs .carousel-control-next span {
  padding-left: 5px;
}
.cid-u2G6XYYSKs .carousel-control-prev span {
  padding-right: 5px;
}
.cid-u2G6XYYSKs .user_image {
  width: 100px;
  margin-bottom: 35px;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-u2G6XYYSKs .user_image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-u2G6XYYSKs .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-u2G6XYYSKs .user_text {
  line-height: 1.272em;
  font-weight: 500;
  color: #fafafa;
}
.cid-u2G6XYYSKs .user_name {
  color: #4479d9;
}
.cid-u33C9wqMNK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #051025;
}
@media (max-width: 991px) {
  .cid-u33C9wqMNK .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u33C9wqMNK .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-u33C9wqMNK img {
  width: 100%;
  border-radius: 30px;
}
.cid-u33C9wqMNK .wrapp {
  padding: 44px 40px;
  border: 0px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-u33C9wqMNK .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u33C9wqMNK .wrapp {
    padding: 3rem;
  }
}
.cid-u33C9wqMNK .mbr-section-subtitle {
  color: #fafafa;
}
.cid-u33C9wqMNK .mbr-text {
  color: #bed3f9;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-sTjTCEfplt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sTjTCEfplt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTjTCEfplt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sTjTCEfplt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTjTCEfplt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sTjTCEfplt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sTjTCEfplt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTjTCEfplt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTjTCEfplt .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sTjTCEfplt .media-container-row .mbr-text {
  color: #47b5ed;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #135d9c;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sTjzH6Xxgt .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sTjzH6Xxgt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sTjzH6Xxgt .container {
    padding: 0 1rem;
  }
}
.cid-sTjzH6Xxgt .menu-tite {
  background: #47b5ed;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #1b263b;
}
.cid-sTjzH6Xxgt .nav-link {
  position: relative;
}
.cid-sTjzH6Xxgt .nav-link:hover {
  color: #47b5ed !important;
}
.cid-sTjzH6Xxgt nav.navbar {
  position: fixed;
}
.cid-sTjzH6Xxgt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.opened {
  transition: all 0.3s;
}
.cid-sTjzH6Xxgt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTjzH6Xxgt .navbar .navbar-logo img {
  width: auto;
}
.cid-sTjzH6Xxgt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar.collapsed {
  justify-content: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTjzH6Xxgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTjzH6Xxgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTjzH6Xxgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTjzH6Xxgt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTjzH6Xxgt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTjzH6Xxgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTjzH6Xxgt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTjzH6Xxgt .dropdown-item:hover,
.cid-sTjzH6Xxgt .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-sTjzH6Xxgt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTjzH6Xxgt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTjzH6Xxgt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTjzH6Xxgt .dropdown-menu,
.cid-sTjzH6Xxgt .navbar.opened {
  background: #1b263b !important;
}
.cid-sTjzH6Xxgt .nav-item:focus,
.cid-sTjzH6Xxgt .nav-link:focus {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTjzH6Xxgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTjzH6Xxgt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown-item.active,
.cid-sTjzH6Xxgt .dropdown-item:active {
  background-color: transparent;
}
.cid-sTjzH6Xxgt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTjzH6Xxgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTjzH6Xxgt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTjzH6Xxgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTjzH6Xxgt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTjzH6Xxgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar {
    height: 70px;
  }
  .cid-sTjzH6Xxgt .navbar.opened {
    height: auto;
  }
  .cid-sTjzH6Xxgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sU8IYt7fm7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/smbanner-1920blackline-1920x330.jpeg");
}
.cid-sU8IYt7fm7 .mbr-text,
.cid-sU8IYt7fm7 .mbr-section-btn {
  color: #1d2c35;
}
.cid-sU8IYt7fm7 .card-title,
.cid-sU8IYt7fm7 .card-box {
  color: #f6f4f5;
}
.cid-sU8IYt7fm7 .mbr-text,
.cid-sU8IYt7fm7 .link-wrap {
  color: #1d2c35;
}
.cid-sU8XsrQNVb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sU8XsrQNVb .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sU8XsrQNVb img {
  width: 100%;
  height: 500px;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sU8XsrQNVb img {
    height: 300px;
  }
}
.cid-sU8UkkY1W5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #cfdaef;
}
.cid-sU8ToKnlPk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sU8ToKnlPk .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.cid-sU8ToKnlPk .item .icon-wrap {
  text-align: center;
}
.cid-sU8ToKnlPk .item::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 97%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-sU8ToKnlPk .item:last-child:before {
  display: none;
}
.cid-sU8ToKnlPk .item.last::before {
  display: none;
}
.cid-sU8ToKnlPk .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-sU8ToKnlPk .text-box {
  text-align: center;
}
.cid-sU8ToKnlPk span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-sU8ToKnlPk .card {
    margin-bottom: 2rem;
  }
  .cid-sU8ToKnlPk .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sU9UArnj5t {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sU9UArnj5t .media-container-row {
  justify-content: space-between;
}
.cid-sU9UArnj5t .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sU9UArnj5t .text-content {
    max-width: none;
  }
}
.cid-sU9UArnj5t .container {
  z-index: 1;
}
.cid-sU9UArnj5t .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
}
.cid-sU9UArnj5t .bg_column-reverse {
  flex-direction: column-reverse;
}
.cid-sU9UArnj5t .bg__white {
  background: #fff;
  height: 100%;
}
.cid-sU9UArnj5t .bg__gray {
  background: #fcf5e6;
  height: 100%;
}
.cid-sU9UArnj5t .box-shadow {
  position: relative;
  box-shadow: 0 4px 8px 0 #1a1a0159;
  border-radius: 24px;
  padding: 4rem 19rem;
  margin: 0;
  background: #fff;
}
@media (max-width: 1400px) {
  .cid-sU9UArnj5t .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .cid-sU9UArnj5t .box-shadow {
    padding: 3rem 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sU9UArnj5t .icons {
    justify-content: center !important;
  }
  .cid-sU9UArnj5t .box-shadow {
    width: 100%;
    padding: 3rem 1rem;
  }
  .cid-sU9UArnj5t .text-content * {
    text-align: center;
  }
}
.cid-sU9UArnj5t .geometry {
  position: absolute;
}
.cid-sU9UArnj5t .geometry__square,
.cid-sU9UArnj5t .geometry__circle {
  width: 88px;
  height: 88px;
}
.cid-sU9UArnj5t .geometry__square {
  border-radius: 8px;
  border: 2px solid #0b2b5c;
  z-index: 1;
  position: absolute;
}
.cid-sU9UArnj5t .geometry__square-bg {
  width: 88px;
  height: 88px;
  background: #ff6666;
  border-radius: 8px;
  margin: 0.5rem;
  position: absolute;
}
.cid-sU9UArnj5t .geometry__circle {
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-sU9UArnj5t .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #ff6666;
  border-radius: 100px;
  margin: 0.5rem;
}
.cid-sU9UArnj5t .geometry_top-right {
  top: -50px;
  right: 30%;
}
.cid-sU9UArnj5t .geometry_bottom-left {
  bottom: 47px;
  left: 20%;
}
@media (min-width: 768px) {
  .cid-sU9UArnj5t .geometry__square-bg {
    transition: transform .3s;
  }
  .cid-sU9UArnj5t .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-sU9UArnj5t .box-shadow:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
  .cid-sU9UArnj5t .box-shadow:hover .geometry__square-bg {
    transform: rotate(20deg) scale(0.9);
  }
}
@media (max-width: 992px) {
  .cid-sU9UArnj5t .geometry {
    position: absolute;
  }
  .cid-sU9UArnj5t .geometry__circle,
  .cid-sU9UArnj5t .geometry__circle-bg,
  .cid-sU9UArnj5t .geometry__square,
  .cid-sU9UArnj5t .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
}
.cid-sU9UArnj5t P {
  text-align: left;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-sTjTCEfplt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sTjTCEfplt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTjTCEfplt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sTjTCEfplt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTjTCEfplt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sTjTCEfplt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sTjTCEfplt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTjTCEfplt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTjTCEfplt .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sTjTCEfplt .media-container-row .mbr-text {
  color: #47b5ed;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #135d9c;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sTjzH6Xxgt .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sTjzH6Xxgt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sTjzH6Xxgt .container {
    padding: 0 1rem;
  }
}
.cid-sTjzH6Xxgt .menu-tite {
  background: #47b5ed;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #1b263b;
}
.cid-sTjzH6Xxgt .nav-link {
  position: relative;
}
.cid-sTjzH6Xxgt .nav-link:hover {
  color: #47b5ed !important;
}
.cid-sTjzH6Xxgt nav.navbar {
  position: fixed;
}
.cid-sTjzH6Xxgt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.opened {
  transition: all 0.3s;
}
.cid-sTjzH6Xxgt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTjzH6Xxgt .navbar .navbar-logo img {
  width: auto;
}
.cid-sTjzH6Xxgt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar.collapsed {
  justify-content: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTjzH6Xxgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTjzH6Xxgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTjzH6Xxgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTjzH6Xxgt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTjzH6Xxgt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTjzH6Xxgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTjzH6Xxgt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTjzH6Xxgt .dropdown-item:hover,
.cid-sTjzH6Xxgt .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-sTjzH6Xxgt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTjzH6Xxgt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTjzH6Xxgt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTjzH6Xxgt .dropdown-menu,
.cid-sTjzH6Xxgt .navbar.opened {
  background: #1b263b !important;
}
.cid-sTjzH6Xxgt .nav-item:focus,
.cid-sTjzH6Xxgt .nav-link:focus {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTjzH6Xxgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTjzH6Xxgt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown-item.active,
.cid-sTjzH6Xxgt .dropdown-item:active {
  background-color: transparent;
}
.cid-sTjzH6Xxgt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTjzH6Xxgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTjzH6Xxgt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTjzH6Xxgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTjzH6Xxgt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTjzH6Xxgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar {
    height: 70px;
  }
  .cid-sTjzH6Xxgt .navbar.opened {
    height: auto;
  }
  .cid-sTjzH6Xxgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUhGyEiTlt {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/smbanner-1920blackline-1920x330.jpeg");
}
.cid-sUhGyEiTlt .mbr-text,
.cid-sUhGyEiTlt .mbr-section-btn {
  color: #1d2c35;
}
.cid-sUhGyEiTlt .card-title,
.cid-sUhGyEiTlt .card-box {
  color: #f6f4f5;
}
.cid-sUhGyEiTlt .mbr-text,
.cid-sUhGyEiTlt .link-wrap {
  color: #1d2c35;
}
.cid-sUmIAVJk1U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUmIAVJk1U .right {
  display: flex;
  flex-direction: column;
}
.cid-sUmIAVJk1U .card-heading {
  padding-bottom: 32px;
  color: #232323;
}
.cid-sUmIAVJk1U .row {
  justify-content: center;
}
.cid-sUmIAVJk1U ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
}
.cid-sUmIAVJk1U li {
  margin-bottom: 16px;
}
.cid-sUmIAVJk1U li:last-child {
  margin-bottom: 0;
}
.cid-sUmIAVJk1U .list {
  color: #000000;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-sTjTCEfplt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sTjTCEfplt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTjTCEfplt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sTjTCEfplt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTjTCEfplt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sTjTCEfplt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sTjTCEfplt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTjTCEfplt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTjTCEfplt .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sTjTCEfplt .media-container-row .mbr-text {
  color: #47b5ed;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #135d9c;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sTjzH6Xxgt .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sTjzH6Xxgt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sTjzH6Xxgt .container {
    padding: 0 1rem;
  }
}
.cid-sTjzH6Xxgt .menu-tite {
  background: #47b5ed;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #1b263b;
}
.cid-sTjzH6Xxgt .nav-link {
  position: relative;
}
.cid-sTjzH6Xxgt .nav-link:hover {
  color: #47b5ed !important;
}
.cid-sTjzH6Xxgt nav.navbar {
  position: fixed;
}
.cid-sTjzH6Xxgt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.opened {
  transition: all 0.3s;
}
.cid-sTjzH6Xxgt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTjzH6Xxgt .navbar .navbar-logo img {
  width: auto;
}
.cid-sTjzH6Xxgt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar.collapsed {
  justify-content: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTjzH6Xxgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTjzH6Xxgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTjzH6Xxgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTjzH6Xxgt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTjzH6Xxgt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTjzH6Xxgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTjzH6Xxgt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTjzH6Xxgt .dropdown-item:hover,
.cid-sTjzH6Xxgt .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-sTjzH6Xxgt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTjzH6Xxgt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTjzH6Xxgt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTjzH6Xxgt .dropdown-menu,
.cid-sTjzH6Xxgt .navbar.opened {
  background: #1b263b !important;
}
.cid-sTjzH6Xxgt .nav-item:focus,
.cid-sTjzH6Xxgt .nav-link:focus {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTjzH6Xxgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTjzH6Xxgt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown-item.active,
.cid-sTjzH6Xxgt .dropdown-item:active {
  background-color: transparent;
}
.cid-sTjzH6Xxgt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTjzH6Xxgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTjzH6Xxgt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTjzH6Xxgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTjzH6Xxgt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTjzH6Xxgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar {
    height: 70px;
  }
  .cid-sTjzH6Xxgt .navbar.opened {
    height: auto;
  }
  .cid-sTjzH6Xxgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUhDPLi9rh {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/smbanner-1920blackline-1920x330.jpeg");
}
.cid-sUhDPLi9rh .mbr-text,
.cid-sUhDPLi9rh .mbr-section-btn {
  color: #1d2c35;
}
.cid-sUhDPLi9rh .card-title,
.cid-sUhDPLi9rh .card-box {
  color: #f6f4f5;
}
.cid-sUhDPLi9rh .mbr-text,
.cid-sUhDPLi9rh .link-wrap {
  color: #1d2c35;
}
.cid-sUhDI5fHJ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUhDI5fHJ3 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sUhDI5fHJ3 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sUhDI5fHJ3 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sUhDI5fHJ3 .list {
  text-align: left;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-sTjTCEfplt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sTjTCEfplt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTjTCEfplt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sTjTCEfplt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTjTCEfplt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sTjTCEfplt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sTjTCEfplt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTjTCEfplt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTjTCEfplt .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sTjTCEfplt .media-container-row .mbr-text {
  color: #47b5ed;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #135d9c;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sTjzH6Xxgt .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sTjzH6Xxgt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sTjzH6Xxgt .container {
    padding: 0 1rem;
  }
}
.cid-sTjzH6Xxgt .menu-tite {
  background: #47b5ed;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #1b263b;
}
.cid-sTjzH6Xxgt .nav-link {
  position: relative;
}
.cid-sTjzH6Xxgt .nav-link:hover {
  color: #47b5ed !important;
}
.cid-sTjzH6Xxgt nav.navbar {
  position: fixed;
}
.cid-sTjzH6Xxgt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.opened {
  transition: all 0.3s;
}
.cid-sTjzH6Xxgt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTjzH6Xxgt .navbar .navbar-logo img {
  width: auto;
}
.cid-sTjzH6Xxgt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar.collapsed {
  justify-content: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTjzH6Xxgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTjzH6Xxgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTjzH6Xxgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTjzH6Xxgt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTjzH6Xxgt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTjzH6Xxgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTjzH6Xxgt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTjzH6Xxgt .dropdown-item:hover,
.cid-sTjzH6Xxgt .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-sTjzH6Xxgt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTjzH6Xxgt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTjzH6Xxgt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTjzH6Xxgt .dropdown-menu,
.cid-sTjzH6Xxgt .navbar.opened {
  background: #1b263b !important;
}
.cid-sTjzH6Xxgt .nav-item:focus,
.cid-sTjzH6Xxgt .nav-link:focus {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTjzH6Xxgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTjzH6Xxgt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown-item.active,
.cid-sTjzH6Xxgt .dropdown-item:active {
  background-color: transparent;
}
.cid-sTjzH6Xxgt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTjzH6Xxgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTjzH6Xxgt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTjzH6Xxgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTjzH6Xxgt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTjzH6Xxgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar {
    height: 70px;
  }
  .cid-sTjzH6Xxgt .navbar.opened {
    height: auto;
  }
  .cid-sTjzH6Xxgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUhGIRPGJn {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sUhGIRPGJn .mbr-section-subtitle {
  text-align: center;
}
.cid-uojlywwnNS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e5f1f2;
}
.cid-uojlywwnNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uojlywwnNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uojlywwnNS img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uojlywwnNS .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ca9236;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uojlywwnNS .card-title,
.cid-uojlywwnNS .iconfont-wrapper {
  color: #232323;
}
.cid-uojlywwnNS .card-text {
  color: #232323;
}
.cid-uojlywwnNS .mbr-section-title {
  color: #4e423d;
}
.cid-uojlywwnNS .mbr-section-subtitle {
  color: #232323;
}
.cid-uojlywwnNS .content-head {
  max-width: 800px;
}
.cid-uojlywwnNS .card-subtitle {
  color: #a1a1a1;
}
.cid-uok4OHBBbp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uok4OHBBbp .nav-tabs .nav-item.open .nav-link:focus,
.cid-uok4OHBBbp .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uok4OHBBbp p {
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-uok4OHBBbp .nav-item {
  margin-bottom: -1px;
  width: fit-content;
}
.cid-uok4OHBBbp .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  color: #495057;
  background-color: #fff;
}
.cid-uok4OHBBbp .nav-tabs .nav-item {
  padding: 0 1.5rem;
}
.cid-uok4OHBBbp .nav-link.active {
  border-color: transparent;
}
.cid-uok4OHBBbp .nav-tabs .nav-link {
  color: #1c1c1c !important;
  border-radius: 0px !important;
  font-style: normal;
  transition: all 0.3s;
}
.cid-uok4OHBBbp .nav-tabs .nav-link:hover {
  cursor: pointer;
  border-color: transparent;
  background-color: #ffffff !important;
  border-bottom: 1px solid #1c1c1c;
}
.cid-uok4OHBBbp .nav-tabs .nav-link.active {
  color: #000000 !important;
  border-bottom: 1px solid #1c1c1c;
  font-style: normal;
  background-color: #ffffff !important;
}
.cid-uok4OHBBbp .nav-tabs .nav-link.active:hover {
  background-color: #ffffff !important;
}
.cid-uok4OHBBbp .mbr-text {
  text-align: center;
}
.cid-uok4OHBBbp P {
  color: #767676;
  text-align: right;
}
.cid-uok4OHBBbp H2 {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-uok4OHBBbp .nav-tabs {
    flex-direction: row;
    border-color: transparent;
  }
  .cid-uok4OHBBbp .nav-item {
    margin-bottom: 0px;
    padding: 0 .5rem !important;
  }
  .cid-uok4OHBBbp .pt-5 {
    padding-top: 2rem !important;
  }
  .cid-uok4OHBBbp .pb-5 {
    padding-bottom: 2rem !important;
  }
}
.cid-uok4OHBBbp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uok4OHBBbp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uokb2ftqSb {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uokb2ftqSb .nav-tabs .nav-item.open .nav-link:focus,
.cid-uokb2ftqSb .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uokb2ftqSb p {
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-uokb2ftqSb .nav-item {
  margin-bottom: -1px;
  width: fit-content;
}
.cid-uokb2ftqSb .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  color: #495057;
  background-color: #fff;
}
.cid-uokb2ftqSb .nav-tabs .nav-item {
  padding: 0 1.5rem;
}
.cid-uokb2ftqSb .nav-link.active {
  border-color: transparent;
}
.cid-uokb2ftqSb .nav-tabs .nav-link {
  color: #1c1c1c !important;
  border-radius: 0px !important;
  font-style: normal;
  transition: all 0.3s;
}
.cid-uokb2ftqSb .nav-tabs .nav-link:hover {
  cursor: pointer;
  border-color: transparent;
  background-color: #ffffff !important;
  border-bottom: 1px solid #1c1c1c;
}
.cid-uokb2ftqSb .nav-tabs .nav-link.active {
  color: #000000 !important;
  border-bottom: 1px solid #1c1c1c;
  font-style: normal;
  background-color: #ffffff !important;
}
.cid-uokb2ftqSb .nav-tabs .nav-link.active:hover {
  background-color: #ffffff !important;
}
.cid-uokb2ftqSb .mbr-text {
  text-align: center;
}
.cid-uokb2ftqSb P {
  color: #767676;
  text-align: right;
}
.cid-uokb2ftqSb H2 {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-uokb2ftqSb .nav-tabs {
    flex-direction: row;
    border-color: transparent;
  }
  .cid-uokb2ftqSb .nav-item {
    margin-bottom: 0px;
    padding: 0 .5rem !important;
  }
  .cid-uokb2ftqSb .pt-5 {
    padding-top: 2rem !important;
  }
  .cid-uokb2ftqSb .pb-5 {
    padding-bottom: 2rem !important;
  }
}
.cid-uokb2ftqSb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uokb2ftqSb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sUhGK1IOkv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fcf1c3;
}
.cid-sUhGK1IOkv .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-sTjTCEfplt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sTjTCEfplt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTjTCEfplt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sTjTCEfplt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTjTCEfplt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sTjTCEfplt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sTjTCEfplt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTjTCEfplt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTjTCEfplt .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sTjTCEfplt .media-container-row .mbr-text {
  color: #47b5ed;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #135d9c;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sTjzH6Xxgt .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sTjzH6Xxgt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sTjzH6Xxgt .container {
    padding: 0 1rem;
  }
}
.cid-sTjzH6Xxgt .menu-tite {
  background: #47b5ed;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #1b263b;
}
.cid-sTjzH6Xxgt .nav-link {
  position: relative;
}
.cid-sTjzH6Xxgt .nav-link:hover {
  color: #47b5ed !important;
}
.cid-sTjzH6Xxgt nav.navbar {
  position: fixed;
}
.cid-sTjzH6Xxgt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.opened {
  transition: all 0.3s;
}
.cid-sTjzH6Xxgt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTjzH6Xxgt .navbar .navbar-logo img {
  width: auto;
}
.cid-sTjzH6Xxgt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar.collapsed {
  justify-content: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTjzH6Xxgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTjzH6Xxgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTjzH6Xxgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTjzH6Xxgt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTjzH6Xxgt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTjzH6Xxgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTjzH6Xxgt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTjzH6Xxgt .dropdown-item:hover,
.cid-sTjzH6Xxgt .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-sTjzH6Xxgt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTjzH6Xxgt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTjzH6Xxgt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTjzH6Xxgt .dropdown-menu,
.cid-sTjzH6Xxgt .navbar.opened {
  background: #1b263b !important;
}
.cid-sTjzH6Xxgt .nav-item:focus,
.cid-sTjzH6Xxgt .nav-link:focus {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTjzH6Xxgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTjzH6Xxgt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown-item.active,
.cid-sTjzH6Xxgt .dropdown-item:active {
  background-color: transparent;
}
.cid-sTjzH6Xxgt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTjzH6Xxgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTjzH6Xxgt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTjzH6Xxgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTjzH6Xxgt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTjzH6Xxgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar {
    height: 70px;
  }
  .cid-sTjzH6Xxgt .navbar.opened {
    height: auto;
  }
  .cid-sTjzH6Xxgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUhQGinQmn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/smbanner-1920blackline-1920x330.jpeg");
}
.cid-sUhQGinQmn .mbr-text,
.cid-sUhQGinQmn .mbr-section-btn {
  color: #1d2c35;
}
.cid-sUhQGinQmn .card-title,
.cid-sUhQGinQmn .card-box {
  color: #f6f4f5;
}
.cid-sUhQGinQmn .mbr-text,
.cid-sUhQGinQmn .link-wrap {
  color: #1d2c35;
}
.cid-sUhUiJOegg {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sUhUiJOegg .mbr-section-subtitle {
  text-align: left;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-sTjTCEfplt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sTjTCEfplt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTjTCEfplt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sTjTCEfplt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTjTCEfplt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sTjTCEfplt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sTjTCEfplt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTjTCEfplt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTjTCEfplt .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sTjTCEfplt .media-container-row .mbr-text {
  color: #47b5ed;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #135d9c;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sTjzH6Xxgt .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sTjzH6Xxgt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sTjzH6Xxgt .container {
    padding: 0 1rem;
  }
}
.cid-sTjzH6Xxgt .menu-tite {
  background: #47b5ed;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #1b263b;
}
.cid-sTjzH6Xxgt .nav-link {
  position: relative;
}
.cid-sTjzH6Xxgt .nav-link:hover {
  color: #47b5ed !important;
}
.cid-sTjzH6Xxgt nav.navbar {
  position: fixed;
}
.cid-sTjzH6Xxgt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.opened {
  transition: all 0.3s;
}
.cid-sTjzH6Xxgt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTjzH6Xxgt .navbar .navbar-logo img {
  width: auto;
}
.cid-sTjzH6Xxgt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar.collapsed {
  justify-content: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTjzH6Xxgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTjzH6Xxgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTjzH6Xxgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTjzH6Xxgt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTjzH6Xxgt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTjzH6Xxgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTjzH6Xxgt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTjzH6Xxgt .dropdown-item:hover,
.cid-sTjzH6Xxgt .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-sTjzH6Xxgt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTjzH6Xxgt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTjzH6Xxgt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTjzH6Xxgt .dropdown-menu,
.cid-sTjzH6Xxgt .navbar.opened {
  background: #1b263b !important;
}
.cid-sTjzH6Xxgt .nav-item:focus,
.cid-sTjzH6Xxgt .nav-link:focus {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTjzH6Xxgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTjzH6Xxgt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown-item.active,
.cid-sTjzH6Xxgt .dropdown-item:active {
  background-color: transparent;
}
.cid-sTjzH6Xxgt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTjzH6Xxgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTjzH6Xxgt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTjzH6Xxgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTjzH6Xxgt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTjzH6Xxgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar {
    height: 70px;
  }
  .cid-sTjzH6Xxgt .navbar.opened {
    height: auto;
  }
  .cid-sTjzH6Xxgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUhRmt6dqg {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/smbanner-1920blackline-1920x330.jpeg");
}
.cid-sUhRmt6dqg .mbr-text,
.cid-sUhRmt6dqg .mbr-section-btn {
  color: #1d2c35;
}
.cid-sUhRmt6dqg .card-title,
.cid-sUhRmt6dqg .card-box {
  color: #f6f4f5;
}
.cid-sUhRmt6dqg .mbr-text,
.cid-sUhRmt6dqg .link-wrap {
  color: #1d2c35;
}
.cid-sUhTjyHehe {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sUhTjyHehe .mbr-section-subtitle {
  text-align: left;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-sTjTCEfplt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sTjTCEfplt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTjTCEfplt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sTjTCEfplt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTjTCEfplt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sTjTCEfplt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sTjTCEfplt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTjTCEfplt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTjTCEfplt .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sTjTCEfplt .media-container-row .mbr-text {
  color: #47b5ed;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #135d9c;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sTjzH6Xxgt .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sTjzH6Xxgt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sTjzH6Xxgt .container {
    padding: 0 1rem;
  }
}
.cid-sTjzH6Xxgt .menu-tite {
  background: #47b5ed;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #1b263b;
}
.cid-sTjzH6Xxgt .nav-link {
  position: relative;
}
.cid-sTjzH6Xxgt .nav-link:hover {
  color: #47b5ed !important;
}
.cid-sTjzH6Xxgt nav.navbar {
  position: fixed;
}
.cid-sTjzH6Xxgt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.opened {
  transition: all 0.3s;
}
.cid-sTjzH6Xxgt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTjzH6Xxgt .navbar .navbar-logo img {
  width: auto;
}
.cid-sTjzH6Xxgt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar.collapsed {
  justify-content: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTjzH6Xxgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTjzH6Xxgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTjzH6Xxgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTjzH6Xxgt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTjzH6Xxgt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTjzH6Xxgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTjzH6Xxgt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTjzH6Xxgt .dropdown-item:hover,
.cid-sTjzH6Xxgt .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-sTjzH6Xxgt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTjzH6Xxgt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTjzH6Xxgt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTjzH6Xxgt .dropdown-menu,
.cid-sTjzH6Xxgt .navbar.opened {
  background: #1b263b !important;
}
.cid-sTjzH6Xxgt .nav-item:focus,
.cid-sTjzH6Xxgt .nav-link:focus {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTjzH6Xxgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTjzH6Xxgt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown-item.active,
.cid-sTjzH6Xxgt .dropdown-item:active {
  background-color: transparent;
}
.cid-sTjzH6Xxgt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTjzH6Xxgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTjzH6Xxgt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTjzH6Xxgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTjzH6Xxgt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTjzH6Xxgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar {
    height: 70px;
  }
  .cid-sTjzH6Xxgt .navbar.opened {
    height: auto;
  }
  .cid-sTjzH6Xxgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUmrRTtEow {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/smbanner-1920blackline-1920x330.jpeg");
}
.cid-sUmrRTtEow .mbr-text,
.cid-sUmrRTtEow .mbr-section-btn {
  color: #1d2c35;
}
.cid-sUmrRTtEow .card-title,
.cid-sUmrRTtEow .card-box {
  color: #f6f4f5;
}
.cid-sUmrRTtEow .mbr-text,
.cid-sUmrRTtEow .link-wrap {
  color: #1d2c35;
}
.cid-sUmrTKO1Ey {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sUmrTKO1Ey .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-sTjTCEfplt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sTjTCEfplt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTjTCEfplt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sTjTCEfplt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTjTCEfplt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sTjTCEfplt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sTjTCEfplt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTjTCEfplt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTjTCEfplt .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sTjTCEfplt .media-container-row .mbr-text {
  color: #47b5ed;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #135d9c;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sTjzH6Xxgt .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sTjzH6Xxgt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sTjzH6Xxgt .container {
    padding: 0 1rem;
  }
}
.cid-sTjzH6Xxgt .menu-tite {
  background: #47b5ed;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #1b263b;
}
.cid-sTjzH6Xxgt .nav-link {
  position: relative;
}
.cid-sTjzH6Xxgt .nav-link:hover {
  color: #47b5ed !important;
}
.cid-sTjzH6Xxgt nav.navbar {
  position: fixed;
}
.cid-sTjzH6Xxgt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.opened {
  transition: all 0.3s;
}
.cid-sTjzH6Xxgt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTjzH6Xxgt .navbar .navbar-logo img {
  width: auto;
}
.cid-sTjzH6Xxgt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar.collapsed {
  justify-content: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTjzH6Xxgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTjzH6Xxgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTjzH6Xxgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTjzH6Xxgt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTjzH6Xxgt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTjzH6Xxgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTjzH6Xxgt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTjzH6Xxgt .dropdown-item:hover,
.cid-sTjzH6Xxgt .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-sTjzH6Xxgt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTjzH6Xxgt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTjzH6Xxgt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTjzH6Xxgt .dropdown-menu,
.cid-sTjzH6Xxgt .navbar.opened {
  background: #1b263b !important;
}
.cid-sTjzH6Xxgt .nav-item:focus,
.cid-sTjzH6Xxgt .nav-link:focus {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTjzH6Xxgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTjzH6Xxgt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown-item.active,
.cid-sTjzH6Xxgt .dropdown-item:active {
  background-color: transparent;
}
.cid-sTjzH6Xxgt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTjzH6Xxgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTjzH6Xxgt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTjzH6Xxgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTjzH6Xxgt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTjzH6Xxgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar {
    height: 70px;
  }
  .cid-sTjzH6Xxgt .navbar.opened {
    height: auto;
  }
  .cid-sTjzH6Xxgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uq6F5S61Xb {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uq6F5S61Xb .mbr-text,
.cid-uq6F5S61Xb .mbr-section-btn {
  color: #4d4c4c;
}
.cid-uq6F5S61Xb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq6F5S61Xb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq6F5S61Xb H1 {
  color: #4050aa;
}
.cid-uDKFXyS56s {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDKFXyS56s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDKFXyS56s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDKFXyS56s .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uDKFXyS56s .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDKFXyS56s .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #47b5ed;
}
.cid-uDKFXyS56s .panel-body,
.cid-uDKFXyS56s .card-header {
  padding: 1rem 0;
}
.cid-uDKFXyS56s .panel-title-edit {
  color: #000000;
}
#custom-html-42 {
  /* Type valid CSS here */
}
#custom-html-42 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
  background-color: white;
}
#custom-html-42 p {
  font-size: 60px;
  color: #777;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-sTjTCEfplt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sTjTCEfplt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTjTCEfplt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sTjTCEfplt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTjTCEfplt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sTjTCEfplt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sTjTCEfplt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTjTCEfplt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTjTCEfplt .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sTjTCEfplt .media-container-row .mbr-text {
  color: #47b5ed;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #135d9c;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sTjzH6Xxgt .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sTjzH6Xxgt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sTjzH6Xxgt .container {
    padding: 0 1rem;
  }
}
.cid-sTjzH6Xxgt .menu-tite {
  background: #47b5ed;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #1b263b;
}
.cid-sTjzH6Xxgt .nav-link {
  position: relative;
}
.cid-sTjzH6Xxgt .nav-link:hover {
  color: #47b5ed !important;
}
.cid-sTjzH6Xxgt nav.navbar {
  position: fixed;
}
.cid-sTjzH6Xxgt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.opened {
  transition: all 0.3s;
}
.cid-sTjzH6Xxgt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTjzH6Xxgt .navbar .navbar-logo img {
  width: auto;
}
.cid-sTjzH6Xxgt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar.collapsed {
  justify-content: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTjzH6Xxgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTjzH6Xxgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTjzH6Xxgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTjzH6Xxgt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTjzH6Xxgt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTjzH6Xxgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTjzH6Xxgt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTjzH6Xxgt .dropdown-item:hover,
.cid-sTjzH6Xxgt .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-sTjzH6Xxgt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTjzH6Xxgt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTjzH6Xxgt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTjzH6Xxgt .dropdown-menu,
.cid-sTjzH6Xxgt .navbar.opened {
  background: #1b263b !important;
}
.cid-sTjzH6Xxgt .nav-item:focus,
.cid-sTjzH6Xxgt .nav-link:focus {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTjzH6Xxgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTjzH6Xxgt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown-item.active,
.cid-sTjzH6Xxgt .dropdown-item:active {
  background-color: transparent;
}
.cid-sTjzH6Xxgt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTjzH6Xxgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTjzH6Xxgt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTjzH6Xxgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTjzH6Xxgt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTjzH6Xxgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar {
    height: 70px;
  }
  .cid-sTjzH6Xxgt .navbar.opened {
    height: auto;
  }
  .cid-sTjzH6Xxgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4ZhVRm0aO {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #0b3b94;
}
.cid-u4ZhVRm0aO .mbr-overlay {
  background: #efefef;
}
.cid-u4ZhVRm0aO .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-u4ZhVRm0aO .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-u4ZhVRm0aO .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-u4ZhVRm0aO .mbr-text {
  color: #8d97ad;
}
.cid-u4ZhVRm0aO .mbr-section-subtitle {
  color: #ffe161;
}
.cid-u4ZhVRm0aO .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-u4ZhVRm0aO .card-title {
    text-align: center;
  }
  .cid-u4ZhVRm0aO p.mbr-text,
  .cid-u4ZhVRm0aO p.date {
    text-align: center;
  }
}
.cid-u4ZhVRm0aO H2 {
  color: #fafafa;
}
.cid-tVRneLZb4Y {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #0b3b94;
}
.cid-tVRneLZb4Y .mbr-overlay {
  background: #efefef;
}
.cid-tVRneLZb4Y .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-tVRneLZb4Y .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-tVRneLZb4Y .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tVRneLZb4Y .mbr-text {
  color: #8d97ad;
}
.cid-tVRneLZb4Y .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tVRneLZb4Y .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tVRneLZb4Y .card-title {
    text-align: center;
  }
  .cid-tVRneLZb4Y p.mbr-text,
  .cid-tVRneLZb4Y p.date {
    text-align: center;
  }
}
.cid-tVRneLZb4Y H2 {
  color: #fafafa;
}
.cid-tVRngcysrH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0b3b94;
}
.cid-tVRngcysrH .mbr-overlay {
  background: #efefef;
}
.cid-tVRngcysrH .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-tVRngcysrH .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-tVRngcysrH .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tVRngcysrH .mbr-text {
  color: #8d97ad;
}
.cid-tVRngcysrH .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tVRngcysrH .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tVRngcysrH .card-title {
    text-align: center;
  }
  .cid-tVRngcysrH p.mbr-text,
  .cid-tVRngcysrH p.date {
    text-align: center;
  }
}
.cid-tVRnjOmFRI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0b3b94;
}
.cid-tVRnjOmFRI .mbr-overlay {
  background: #efefef;
}
.cid-tVRnjOmFRI .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-tVRnjOmFRI .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-tVRnjOmFRI .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tVRnjOmFRI .mbr-text {
  color: #8d97ad;
}
.cid-tVRnjOmFRI .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tVRnjOmFRI .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tVRnjOmFRI .card-title {
    text-align: center;
  }
  .cid-tVRnjOmFRI p.mbr-text,
  .cid-tVRnjOmFRI p.date {
    text-align: center;
  }
}
.cid-tVRnhQvLl9 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #0b3b94;
}
.cid-tVRnhQvLl9 .mbr-overlay {
  background: #efefef;
}
.cid-tVRnhQvLl9 .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-tVRnhQvLl9 .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-tVRnhQvLl9 .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tVRnhQvLl9 .mbr-text {
  color: #8d97ad;
}
.cid-tVRnhQvLl9 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tVRnhQvLl9 .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tVRnhQvLl9 .card-title {
    text-align: center;
  }
  .cid-tVRnhQvLl9 p.mbr-text,
  .cid-tVRnhQvLl9 p.date {
    text-align: center;
  }
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-sTjTCEfplt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sTjTCEfplt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTjTCEfplt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sTjTCEfplt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTjTCEfplt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sTjTCEfplt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sTjTCEfplt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTjTCEfplt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTjTCEfplt .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sTjTCEfplt .media-container-row .mbr-text {
  color: #47b5ed;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #135d9c;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sTjzH6Xxgt .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sTjzH6Xxgt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sTjzH6Xxgt .container {
    padding: 0 1rem;
  }
}
.cid-sTjzH6Xxgt .menu-tite {
  background: #47b5ed;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #1b263b;
}
.cid-sTjzH6Xxgt .nav-link {
  position: relative;
}
.cid-sTjzH6Xxgt .nav-link:hover {
  color: #47b5ed !important;
}
.cid-sTjzH6Xxgt nav.navbar {
  position: fixed;
}
.cid-sTjzH6Xxgt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.opened {
  transition: all 0.3s;
}
.cid-sTjzH6Xxgt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTjzH6Xxgt .navbar .navbar-logo img {
  width: auto;
}
.cid-sTjzH6Xxgt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar.collapsed {
  justify-content: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTjzH6Xxgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTjzH6Xxgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTjzH6Xxgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTjzH6Xxgt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTjzH6Xxgt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTjzH6Xxgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTjzH6Xxgt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTjzH6Xxgt .dropdown-item:hover,
.cid-sTjzH6Xxgt .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-sTjzH6Xxgt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTjzH6Xxgt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTjzH6Xxgt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTjzH6Xxgt .dropdown-menu,
.cid-sTjzH6Xxgt .navbar.opened {
  background: #1b263b !important;
}
.cid-sTjzH6Xxgt .nav-item:focus,
.cid-sTjzH6Xxgt .nav-link:focus {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTjzH6Xxgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTjzH6Xxgt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown-item.active,
.cid-sTjzH6Xxgt .dropdown-item:active {
  background-color: transparent;
}
.cid-sTjzH6Xxgt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTjzH6Xxgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTjzH6Xxgt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTjzH6Xxgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTjzH6Xxgt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTjzH6Xxgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar {
    height: 70px;
  }
  .cid-sTjzH6Xxgt .navbar.opened {
    height: auto;
  }
  .cid-sTjzH6Xxgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6JOc12RSX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f5f8fc;
}
.cid-u6JOc12RSX .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u6JOc12RSX .team-card:hover {
  transform: translateY(-10px);
}
.cid-u6JOc12RSX p {
  line-height: 1.9;
}
.cid-u6JOc12RSX .image-wrap {
  margin-bottom: 2rem;
}
.cid-u6JOc12RSX .card-wrap {
  background: #ffffff;
  border-radius: 10px;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-u6JOc12RSX .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u6JOc12RSX .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u6JOc12RSX .card-wrap .content-wrap {
    padding: 0 4rem;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-u6JOc12RSX .card-wrap .content-wrap {
    padding: 0 1rem;
    padding-bottom: 0;
  }
}
.cid-u6JOc12RSX .mbr-role,
.cid-u6JOc12RSX .social-row {
  color: #ff8484;
}
.cid-u6JOc12RSX .mbr-section-subtitle {
  color: #777777;
}
.cid-u6JOc12RSX .card-text,
.cid-u6JOc12RSX .mbr-section-btn,
.cid-u6JOc12RSX .social-row {
  color: #777777;
  text-align: left;
}
.cid-u6JOc12RSX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6JOc12RSX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6JRKA3Wam {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f5f8fc;
}
.cid-u6JRKA3Wam .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u6JRKA3Wam .team-card:hover {
  transform: translateY(-10px);
}
.cid-u6JRKA3Wam p {
  line-height: 1.9;
}
.cid-u6JRKA3Wam .image-wrap {
  margin-bottom: 2rem;
}
.cid-u6JRKA3Wam .card-wrap {
  background: #ffffff;
  border-radius: 10px;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-u6JRKA3Wam .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u6JRKA3Wam .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u6JRKA3Wam .card-wrap .content-wrap {
    padding: 0 4rem;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-u6JRKA3Wam .card-wrap .content-wrap {
    padding: 0 1rem;
    padding-bottom: 0;
  }
}
.cid-u6JRKA3Wam .mbr-role,
.cid-u6JRKA3Wam .social-row {
  color: #ff8484;
}
.cid-u6JRKA3Wam .mbr-section-subtitle {
  color: #777777;
}
.cid-u6JRKA3Wam .card-text,
.cid-u6JRKA3Wam .mbr-section-btn,
.cid-u6JRKA3Wam .social-row {
  color: #777777;
  text-align: left;
}
.cid-u6JRKA3Wam .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6JRKA3Wam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6JRLoF2in {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f5f8fc;
}
.cid-u6JRLoF2in .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u6JRLoF2in .team-card:hover {
  transform: translateY(-10px);
}
.cid-u6JRLoF2in p {
  line-height: 1.9;
}
.cid-u6JRLoF2in .image-wrap {
  margin-bottom: 2rem;
}
.cid-u6JRLoF2in .card-wrap {
  background: #ffffff;
  border-radius: 10px;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-u6JRLoF2in .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u6JRLoF2in .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u6JRLoF2in .card-wrap .content-wrap {
    padding: 0 4rem;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-u6JRLoF2in .card-wrap .content-wrap {
    padding: 0 1rem;
    padding-bottom: 0;
  }
}
.cid-u6JRLoF2in .mbr-role,
.cid-u6JRLoF2in .social-row {
  color: #ff8484;
}
.cid-u6JRLoF2in .mbr-section-subtitle {
  color: #777777;
}
.cid-u6JRLoF2in .card-text,
.cid-u6JRLoF2in .mbr-section-btn,
.cid-u6JRLoF2in .social-row {
  color: #777777;
  text-align: left;
}
.cid-u6JRLoF2in .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6JRLoF2in .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-sTjTCEfplt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sTjTCEfplt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTjTCEfplt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sTjTCEfplt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTjTCEfplt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sTjTCEfplt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sTjTCEfplt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTjTCEfplt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTjTCEfplt .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sTjTCEfplt .media-container-row .mbr-text {
  color: #47b5ed;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #135d9c;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sTjzH6Xxgt .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sTjzH6Xxgt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sTjzH6Xxgt .container {
    padding: 0 1rem;
  }
}
.cid-sTjzH6Xxgt .menu-tite {
  background: #47b5ed;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #1b263b;
}
.cid-sTjzH6Xxgt .nav-link {
  position: relative;
}
.cid-sTjzH6Xxgt .nav-link:hover {
  color: #47b5ed !important;
}
.cid-sTjzH6Xxgt nav.navbar {
  position: fixed;
}
.cid-sTjzH6Xxgt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.opened {
  transition: all 0.3s;
}
.cid-sTjzH6Xxgt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTjzH6Xxgt .navbar .navbar-logo img {
  width: auto;
}
.cid-sTjzH6Xxgt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar.collapsed {
  justify-content: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTjzH6Xxgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTjzH6Xxgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTjzH6Xxgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTjzH6Xxgt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTjzH6Xxgt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTjzH6Xxgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTjzH6Xxgt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTjzH6Xxgt .dropdown-item:hover,
.cid-sTjzH6Xxgt .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-sTjzH6Xxgt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTjzH6Xxgt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTjzH6Xxgt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTjzH6Xxgt .dropdown-menu,
.cid-sTjzH6Xxgt .navbar.opened {
  background: #1b263b !important;
}
.cid-sTjzH6Xxgt .nav-item:focus,
.cid-sTjzH6Xxgt .nav-link:focus {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTjzH6Xxgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTjzH6Xxgt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown-item.active,
.cid-sTjzH6Xxgt .dropdown-item:active {
  background-color: transparent;
}
.cid-sTjzH6Xxgt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTjzH6Xxgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTjzH6Xxgt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTjzH6Xxgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTjzH6Xxgt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTjzH6Xxgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar {
    height: 70px;
  }
  .cid-sTjzH6Xxgt .navbar.opened {
    height: auto;
  }
  .cid-sTjzH6Xxgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-um4UvCR1HX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f0f3fc;
}
.cid-um4UvCR1HX .mbr-fallback-image.disabled {
  display: none;
}
.cid-um4UvCR1HX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-um4UvCR1HX .container {
    padding: 0 20px;
  }
}
.cid-um4UvCR1HX .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-um4UvCR1HX .content-wrapper {
    padding: 46px 0;
  }
}
.cid-um4UvCR1HX .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-um4UvCR1HX .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-um4UvCR1HX .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-um4UvCR1HX .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-um4UvCR1HX .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-um4UvCR1HX .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-um4UvCR1HX .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-um4UvCR1HX .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-um4UvCR1HX .mbr-section-title {
  color: #000000;
}
.cid-um4UvCR1HX .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-um4UvCR1HX .mbr-text,
.cid-um4UvCR1HX .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-um4UvCR1HX .mbr-section-title,
.cid-um4UvCR1HX .mbr-section-btn,
.cid-um4UvCR1HX .image-wrapper {
  text-align: center;
}
.cid-um4s22TH3L {
  padding-top: 0px;
  padding-bottom: 30px;
  position: relative;
  background-color: #f0f3fc;
}
.cid-um4s22TH3L .accordion .card {
  overflow: visible;
}
.cid-um4s22TH3L .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
}
.cid-um4s22TH3L .mbri-arrow-down:before {
  content: '\e960';
}
.cid-um4s22TH3L .panel-text {
  padding: 1rem;
}
.cid-um4s22TH3L .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-um4s22TH3L .card .card-header {
  border-radius: 0px;
  border: 1px solid lightgray;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-um4s22TH3L .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-um4s22TH3L .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-um4s22TH3L .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-um4s22TH3L .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-um4s22TH3L .card .panel-body {
  color: #767676;
}
.cid-um4s22TH3L .panel-collapse {
  border: 1px solid lightgray;
  margin-top: -1px;
}
.cid-um4s22TH3L H4 {
  color: #767676;
}
.cid-um4s22TH3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-um4s22TH3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um4s22TH3L H2 {
  color: #4a659c;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-sTjTCEfplt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sTjTCEfplt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTjTCEfplt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sTjTCEfplt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTjTCEfplt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sTjTCEfplt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sTjTCEfplt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTjTCEfplt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTjTCEfplt .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sTjTCEfplt .media-container-row .mbr-text {
  color: #47b5ed;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #135d9c;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sTjzH6Xxgt .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sTjzH6Xxgt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sTjzH6Xxgt .container {
    padding: 0 1rem;
  }
}
.cid-sTjzH6Xxgt .menu-tite {
  background: #47b5ed;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #1b263b;
}
.cid-sTjzH6Xxgt .nav-link {
  position: relative;
}
.cid-sTjzH6Xxgt .nav-link:hover {
  color: #47b5ed !important;
}
.cid-sTjzH6Xxgt nav.navbar {
  position: fixed;
}
.cid-sTjzH6Xxgt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.opened {
  transition: all 0.3s;
}
.cid-sTjzH6Xxgt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTjzH6Xxgt .navbar .navbar-logo img {
  width: auto;
}
.cid-sTjzH6Xxgt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar.collapsed {
  justify-content: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTjzH6Xxgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTjzH6Xxgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTjzH6Xxgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTjzH6Xxgt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTjzH6Xxgt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTjzH6Xxgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTjzH6Xxgt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTjzH6Xxgt .dropdown-item:hover,
.cid-sTjzH6Xxgt .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-sTjzH6Xxgt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTjzH6Xxgt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTjzH6Xxgt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTjzH6Xxgt .dropdown-menu,
.cid-sTjzH6Xxgt .navbar.opened {
  background: #1b263b !important;
}
.cid-sTjzH6Xxgt .nav-item:focus,
.cid-sTjzH6Xxgt .nav-link:focus {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTjzH6Xxgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTjzH6Xxgt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown-item.active,
.cid-sTjzH6Xxgt .dropdown-item:active {
  background-color: transparent;
}
.cid-sTjzH6Xxgt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTjzH6Xxgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTjzH6Xxgt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTjzH6Xxgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTjzH6Xxgt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTjzH6Xxgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar {
    height: 70px;
  }
  .cid-sTjzH6Xxgt .navbar.opened {
    height: auto;
  }
  .cid-sTjzH6Xxgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugzqHxnPvD {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #deebed;
  position: relative;
  overflow: hidden;
}
.cid-ugzqHxnPvD .row {
  justify-content: center;
}
.cid-ugzqHxnPvD .title-container {
  max-width: 800px;
  padding: 0;
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-ugzqHxnPvD .title-container {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .cid-ugzqHxnPvD .title-container {
    margin-bottom: 56px;
  }
}
.cid-ugzqHxnPvD .mbr-section-title {
  color: #161616;
}
.cid-ugzqHxnPvD .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-ugzqHxnPvD .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  max-width: 720px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-ugzqHxnPvD .grid-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}
.cid-ugzqHxnPvD .content-container {
  display: flex;
  padding: 0 !important;
}
.cid-ugzqHxnPvD .text-container {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  border: 2px solid #161616;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-ugzqHxnPvD .text-container {
    padding: 16px;
  }
}
.cid-ugzqHxnPvD .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-grow: 1;
}
.cid-ugzqHxnPvD .header-wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.cid-ugzqHxnPvD .img-container {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  height: auto;
}
@media (min-width: 992px) {
  .cid-ugzqHxnPvD .img-container {
    height: 440px;
  }
}
.cid-ugzqHxnPvD .img-container img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ugzqHxnPvD .text-padding {
  width: 100%;
  padding: 0;
  margin-top: 24px;
}
.cid-ugzqHxnPvD .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
}
.cid-ugzqHxnPvD .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #d8d5d1;
  max-width: 48%;
  width: max-content;
}
.cid-ugzqHxnPvD .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-ugzqHxnPvD .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
.cid-ugzqHxnPvD .card-title {
  width: 100%;
  color: #161616;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-ugzqHxnPvD .mbr-text {
  margin-top: 8px;
  width: 100%;
  color: #161616;
}
.cid-ugzqHxnPvD .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-ugzqHxnPvD .mbr-section-btn .btn {
  width: 100%;
}
.cid-ugzqHxnPvD .circle-blur {
  position: absolute;
  top: 5%;
  right: 5% !important;
  bottom: auto;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-sTjTCEfplt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sTjTCEfplt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTjTCEfplt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sTjTCEfplt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTjTCEfplt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sTjTCEfplt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sTjTCEfplt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTjTCEfplt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTjTCEfplt .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sTjTCEfplt .media-container-row .mbr-text {
  color: #47b5ed;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #135d9c;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sTjzH6Xxgt .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sTjzH6Xxgt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sTjzH6Xxgt .container {
    padding: 0 1rem;
  }
}
.cid-sTjzH6Xxgt .menu-tite {
  background: #47b5ed;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #1b263b;
}
.cid-sTjzH6Xxgt .nav-link {
  position: relative;
}
.cid-sTjzH6Xxgt .nav-link:hover {
  color: #47b5ed !important;
}
.cid-sTjzH6Xxgt nav.navbar {
  position: fixed;
}
.cid-sTjzH6Xxgt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.opened {
  transition: all 0.3s;
}
.cid-sTjzH6Xxgt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTjzH6Xxgt .navbar .navbar-logo img {
  width: auto;
}
.cid-sTjzH6Xxgt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar.collapsed {
  justify-content: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTjzH6Xxgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTjzH6Xxgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTjzH6Xxgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTjzH6Xxgt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTjzH6Xxgt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTjzH6Xxgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTjzH6Xxgt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTjzH6Xxgt .dropdown-item:hover,
.cid-sTjzH6Xxgt .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-sTjzH6Xxgt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTjzH6Xxgt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTjzH6Xxgt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTjzH6Xxgt .dropdown-menu,
.cid-sTjzH6Xxgt .navbar.opened {
  background: #1b263b !important;
}
.cid-sTjzH6Xxgt .nav-item:focus,
.cid-sTjzH6Xxgt .nav-link:focus {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTjzH6Xxgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTjzH6Xxgt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown-item.active,
.cid-sTjzH6Xxgt .dropdown-item:active {
  background-color: transparent;
}
.cid-sTjzH6Xxgt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTjzH6Xxgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTjzH6Xxgt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTjzH6Xxgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTjzH6Xxgt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTjzH6Xxgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar {
    height: 70px;
  }
  .cid-sTjzH6Xxgt .navbar.opened {
    height: auto;
  }
  .cid-sTjzH6Xxgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugG95Pl6eu {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #260a30;
}
.cid-ugG95Pl6eu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugG95Pl6eu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugG95Pl6eu .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ugG95Pl6eu .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-ugG95Pl6eu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugG95Pl6eu .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugG95Pl6eu .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugG95Pl6eu .header-menu li p {
  margin: 0;
}
.cid-ugG95Pl6eu .mbr-section-title {
  color: #ffffff;
}
.cid-ugG95Pl6eu .header-menu-item {
  color: #ffffff;
}
.cid-ugG95Pl6eu .mbr-text,
.cid-ugG95Pl6eu .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ugG95Pl6eu .content-head {
  max-width: 800px;
}
.cid-uh67rOFCwK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-uh67rOFCwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh67rOFCwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uh67rOFCwK .container {
    padding: 0 25px;
  }
}
.cid-uh67rOFCwK .tabs-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uh67rOFCwK .tabs-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uh67rOFCwK .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
}
.cid-uh67rOFCwK .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
}
.cid-uh67rOFCwK .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: none;
  color: #fafafa;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  padding: 16px 20px 0;
}
.cid-uh67rOFCwK .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #550870;
}
.cid-uh67rOFCwK .tab-content {
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uh67rOFCwK .tab-content {
    width: 100%;
    margin: 0;
  }
}
.cid-uh67rOFCwK .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uh67rOFCwK .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uh67rOFCwK .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 100%;
  width: 320px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uh67rOFCwK .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
.cid-uh67rOFCwK .tab-content .tab-pane .content-wrapper .title-wrapper {
  display: flex;
  align-items: center;
  padding: 50px;
  background-color: #fafafa;
}
@media (max-width: 992px) {
  .cid-uh67rOFCwK .tab-content .tab-pane .content-wrapper .title-wrapper {
    padding: 30px;
  }
}
.cid-uh67rOFCwK .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .desc-wrap .mbr-desc {
  display: inline-flex;
  padding: 2px 4px 0;
  background-color: #a0ffc2;
  margin-bottom: 16px;
}
.cid-uh67rOFCwK .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uh67rOFCwK .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uh67rOFCwK .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uh67rOFCwK .mbr-card-title {
  color: #2f2e30;
}
.cid-uh67rOFCwK .mbr-desc {
  color: #2f2e30;
}
.cid-uh67rOFCwK .mbr-text {
  color: #2f2e30;
}
.cid-uh6rH0rdmi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #260a30;
}
.cid-uh6rH0rdmi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh6rH0rdmi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh6rH0rdmi .container-fluid {
  padding: 0;
}
.cid-uh6rH0rdmi .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uh6rH0rdmi .row {
    padding: 0 12px;
  }
}
.cid-uh6rH0rdmi .container-wrapper {
  padding: 0;
}
.cid-uh6rH0rdmi .mbr-section-subtitle {
  margin: 0 0 0 80px;
  color: #1c314e;
}
@media (max-width: 992px) {
  .cid-uh6rH0rdmi .mbr-section-subtitle {
    margin: 0 0 16px;
    padding: 0 1rem;
  }
}
.cid-uh6rH0rdmi .text-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-uh6rH0rdmi .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uh6rH0rdmi .text-wrapper .mbr-section-title {
  letter-spacing: -0.04ch;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-uh6rH0rdmi .text-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uh6rH0rdmi .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uh6rH0rdmi .mbr-section-title {
  color: #b28ac0;
  text-align: center;
}
.cid-uh6rH0rdmi .list {
  color: #1c314e;
}
.cid-uh6rH0rdmi .mbr-text {
  color: #0e0e0e;
}
.cid-uh6mm3HAhH {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #260a30;
}
.cid-uh6mm3HAhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh6mm3HAhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh6mm3HAhH form .btn {
  border-radius: 2rem;
  padding: 1rem 3rem;
}
.cid-uh6mm3HAhH h1 {
  font-weight: 500;
  line-height: 1;
}
.cid-uh6mm3HAhH .form-control,
.cid-uh6mm3HAhH .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none !important;
  border-radius: 0;
  border-left: 2px solid #b28ac0 !important;
  color: #b28ac0;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uh6mm3HAhH .form-control::-webkit-input-placeholder,
.cid-uh6mm3HAhH .field-input::-webkit-input-placeholder,
.cid-uh6mm3HAhH .form-control::-webkit-input-placeholder,
.cid-uh6mm3HAhH .field-input::-webkit-input-placeholder {
  color: #b28ac0;
}
.cid-uh6mm3HAhH .form-control:-moz-placeholder,
.cid-uh6mm3HAhH .field-input:-moz-placeholder,
.cid-uh6mm3HAhH .form-control:-moz-placeholder,
.cid-uh6mm3HAhH .field-input:-moz-placeholder {
  color: #b28ac0;
}
.cid-uh6mm3HAhH .form-control:hover,
.cid-uh6mm3HAhH .field-input:hover,
.cid-uh6mm3HAhH .form-control:focus,
.cid-uh6mm3HAhH .field-input:focus {
  background-color: #ffffff;
  border-color: #b28ac0 !important;
  color: #b28ac0;
  box-shadow: none;
  outline: none;
}
.cid-uh6mm3HAhH .form-control:hover::-webkit-input-placeholder,
.cid-uh6mm3HAhH .field-input:hover::-webkit-input-placeholder,
.cid-uh6mm3HAhH .form-control:focus::-webkit-input-placeholder,
.cid-uh6mm3HAhH .field-input:focus::-webkit-input-placeholder,
.cid-uh6mm3HAhH .form-control:hover::-webkit-input-placeholder,
.cid-uh6mm3HAhH .field-input:hover::-webkit-input-placeholder,
.cid-uh6mm3HAhH .form-control:focus::-webkit-input-placeholder,
.cid-uh6mm3HAhH .field-input:focus::-webkit-input-placeholder {
  color: #b28ac0;
}
.cid-uh6mm3HAhH .form-control:hover:-moz-placeholder,
.cid-uh6mm3HAhH .field-input:hover:-moz-placeholder,
.cid-uh6mm3HAhH .form-control:focus:-moz-placeholder,
.cid-uh6mm3HAhH .field-input:focus:-moz-placeholder,
.cid-uh6mm3HAhH .form-control:hover:-moz-placeholder,
.cid-uh6mm3HAhH .field-input:hover:-moz-placeholder,
.cid-uh6mm3HAhH .form-control:focus:-moz-placeholder,
.cid-uh6mm3HAhH .field-input:focus:-moz-placeholder {
  color: #b28ac0;
}
.cid-uh6mm3HAhH .jq-number__spin:hover,
.cid-uh6mm3HAhH .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #b28ac0 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uh6mm3HAhH .jq-number__spin {
  background-color: #ffffff;
  border-color: #b28ac0;
  color: #b28ac0;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uh6mm3HAhH .jq-selectbox li,
.cid-uh6mm3HAhH .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uh6mm3HAhH .jq-selectbox li:hover,
.cid-uh6mm3HAhH .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uh6mm3HAhH .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uh6mm3HAhH .jq-number__spin.minus:hover:after,
.cid-uh6mm3HAhH .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uh6mm3HAhH .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uh6mm3HAhH .jq-number__spin.minus:after,
.cid-uh6mm3HAhH .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uh6mm3HAhH textarea {
  min-height: 150px;
}
.cid-uh6mm3HAhH input::-webkit-clear-button {
  display: none;
}
.cid-uh6mm3HAhH input::-webkit-inner-spin-button {
  display: none;
}
.cid-uh6mm3HAhH input::-webkit-outer-spin-button {
  display: none;
}
.cid-uh6mm3HAhH input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uh6mm3HAhH LABEL {
  color: #b28ac0;
}
.cid-uh6mm3HAhH .col-auto {
  margin: auto;
}
.cid-uh6mm3HAhH .mbr-section-title {
  text-align: center;
  color: #04492e;
}
.cid-uh6mm3HAhH H1 {
  color: #b28ac0;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-sTjTCEfplt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sTjTCEfplt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTjTCEfplt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sTjTCEfplt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTjTCEfplt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sTjTCEfplt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sTjTCEfplt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTjTCEfplt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTjTCEfplt .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sTjTCEfplt .media-container-row .mbr-text {
  color: #47b5ed;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #135d9c;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sTjzH6Xxgt .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sTjzH6Xxgt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sTjzH6Xxgt .container {
    padding: 0 1rem;
  }
}
.cid-sTjzH6Xxgt .menu-tite {
  background: #47b5ed;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #1b263b;
}
.cid-sTjzH6Xxgt .nav-link {
  position: relative;
}
.cid-sTjzH6Xxgt .nav-link:hover {
  color: #47b5ed !important;
}
.cid-sTjzH6Xxgt nav.navbar {
  position: fixed;
}
.cid-sTjzH6Xxgt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.opened {
  transition: all 0.3s;
}
.cid-sTjzH6Xxgt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTjzH6Xxgt .navbar .navbar-logo img {
  width: auto;
}
.cid-sTjzH6Xxgt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar.collapsed {
  justify-content: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTjzH6Xxgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTjzH6Xxgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTjzH6Xxgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTjzH6Xxgt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTjzH6Xxgt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTjzH6Xxgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTjzH6Xxgt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTjzH6Xxgt .dropdown-item:hover,
.cid-sTjzH6Xxgt .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-sTjzH6Xxgt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTjzH6Xxgt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTjzH6Xxgt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTjzH6Xxgt .dropdown-menu,
.cid-sTjzH6Xxgt .navbar.opened {
  background: #1b263b !important;
}
.cid-sTjzH6Xxgt .nav-item:focus,
.cid-sTjzH6Xxgt .nav-link:focus {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTjzH6Xxgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTjzH6Xxgt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown-item.active,
.cid-sTjzH6Xxgt .dropdown-item:active {
  background-color: transparent;
}
.cid-sTjzH6Xxgt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTjzH6Xxgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTjzH6Xxgt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTjzH6Xxgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTjzH6Xxgt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTjzH6Xxgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar {
    height: 70px;
  }
  .cid-sTjzH6Xxgt .navbar.opened {
    height: auto;
  }
  .cid-sTjzH6Xxgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUhvVRODJM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b263b;
}
.cid-sUhvVRODJM .mbr-text,
.cid-sUhvVRODJM .mbr-section-btn {
  color: #1d2c35;
}
.cid-sUhvVRODJM .card-title,
.cid-sUhvVRODJM .card-box {
  color: #f6f4f5;
}
.cid-sUhvVRODJM .mbr-text,
.cid-sUhvVRODJM .link-wrap {
  color: #1d2c35;
}
.cid-sUhvVRODJM .card-box .mbr-text,
.cid-sUhvVRODJM .mbr-section-btn {
  color: #ffffff;
}
.cid-sVmnBIJ58O {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #1b263b;
}
.cid-sVmnBIJ58O .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sVmnBIJ58O H5 {
  color: #ffffff;
}
.cid-sVmnBIJ58O P {
  color: #ffffff;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-sTjTCEfplt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sTjTCEfplt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTjTCEfplt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sTjTCEfplt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTjTCEfplt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sTjTCEfplt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sTjTCEfplt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTjTCEfplt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTjTCEfplt .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sTjTCEfplt .media-container-row .mbr-text {
  color: #47b5ed;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #135d9c;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sTjzH6Xxgt .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sTjzH6Xxgt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sTjzH6Xxgt .container {
    padding: 0 1rem;
  }
}
.cid-sTjzH6Xxgt .menu-tite {
  background: #47b5ed;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #1b263b;
}
.cid-sTjzH6Xxgt .nav-link {
  position: relative;
}
.cid-sTjzH6Xxgt .nav-link:hover {
  color: #47b5ed !important;
}
.cid-sTjzH6Xxgt nav.navbar {
  position: fixed;
}
.cid-sTjzH6Xxgt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.opened {
  transition: all 0.3s;
}
.cid-sTjzH6Xxgt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTjzH6Xxgt .navbar .navbar-logo img {
  width: auto;
}
.cid-sTjzH6Xxgt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar.collapsed {
  justify-content: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTjzH6Xxgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTjzH6Xxgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTjzH6Xxgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTjzH6Xxgt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTjzH6Xxgt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTjzH6Xxgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTjzH6Xxgt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTjzH6Xxgt .dropdown-item:hover,
.cid-sTjzH6Xxgt .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-sTjzH6Xxgt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTjzH6Xxgt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTjzH6Xxgt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTjzH6Xxgt .dropdown-menu,
.cid-sTjzH6Xxgt .navbar.opened {
  background: #1b263b !important;
}
.cid-sTjzH6Xxgt .nav-item:focus,
.cid-sTjzH6Xxgt .nav-link:focus {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTjzH6Xxgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTjzH6Xxgt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown-item.active,
.cid-sTjzH6Xxgt .dropdown-item:active {
  background-color: transparent;
}
.cid-sTjzH6Xxgt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTjzH6Xxgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTjzH6Xxgt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTjzH6Xxgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTjzH6Xxgt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTjzH6Xxgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar {
    height: 70px;
  }
  .cid-sTjzH6Xxgt .navbar.opened {
    height: auto;
  }
  .cid-sTjzH6Xxgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulScUzVDDb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-ulScUzVDDb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulScUzVDDb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-ulScUzVDDb {
    min-height: 750px;
  }
}
.cid-ulScUzVDDb .mbr-section-title {
  color: #FFFFFF;
}
.cid-ulScUzVDDb .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-ulScUzVDDb .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-ulScUzVDDb .mbr-section-btn {
  margin-top: 18px;
}
.cid-um3AwhH6GP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-um3AwhH6GP .mbr-fallback-image.disabled {
  display: none;
}
.cid-um3AwhH6GP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-um3AwhH6GP .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-um3AwhH6GP .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-um3AwhH6GP .row {
  justify-content: space-between;
}
.cid-um3AwhH6GP .item {
  border-bottom: 1px solid #c1c1c1;
}
.cid-um3AwhH6GP .item:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-um3AwhH6GP .item .item-wrapper .card-box {
  display: flex;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-um3AwhH6GP .item .item-wrapper .card-box {
    padding: 48px 0;
    display: block;
  }
}
.cid-um3AwhH6GP .item .item-wrapper .card-box .card-title {
  width: 35%;
  margin-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-um3AwhH6GP .item .item-wrapper .card-box .card-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-um3AwhH6GP .item .item-wrapper .card-box .card-text {
  width: 55%;
  margin-bottom: 0;
  margin-right: 16px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-um3AwhH6GP .item .item-wrapper .card-box .card-text {
    width: 100%;
    margin-right: 0;
  }
}
.cid-um3AwhH6GP .card-title {
  color: #1c1c1c;
}
.cid-um3AwhH6GP .card-text {
  color: #1c1c1c;
}
.cid-um3BcKdxPu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-um3BcKdxPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-um3BcKdxPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-um3BcKdxPu .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-um3BcKdxPu .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-um3BcKdxPu .row {
  justify-content: space-between;
}
.cid-um3BcKdxPu .item {
  border-bottom: 1px solid #c1c1c1;
}
.cid-um3BcKdxPu .item:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-um3BcKdxPu .item .item-wrapper .card-box {
  display: flex;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-um3BcKdxPu .item .item-wrapper .card-box {
    padding: 48px 0;
    display: block;
  }
}
.cid-um3BcKdxPu .item .item-wrapper .card-box .card-title {
  width: 35%;
  margin-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-um3BcKdxPu .item .item-wrapper .card-box .card-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-um3BcKdxPu .item .item-wrapper .card-box .card-text {
  width: 55%;
  margin-bottom: 0;
  margin-right: 16px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-um3BcKdxPu .item .item-wrapper .card-box .card-text {
    width: 100%;
    margin-right: 0;
  }
}
.cid-um3BcKdxPu .card-title {
  color: #1c1c1c;
}
.cid-um3BcKdxPu .card-text {
  color: #1c1c1c;
}
.cid-um3C1zDVi1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-um3C1zDVi1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-um3C1zDVi1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-um3C1zDVi1 .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-um3C1zDVi1 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-um3C1zDVi1 .row {
  justify-content: space-between;
}
.cid-um3C1zDVi1 .item {
  border-bottom: 1px solid #c1c1c1;
}
.cid-um3C1zDVi1 .item:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-um3C1zDVi1 .item .item-wrapper .card-box {
  display: flex;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-um3C1zDVi1 .item .item-wrapper .card-box {
    padding: 48px 0;
    display: block;
  }
}
.cid-um3C1zDVi1 .item .item-wrapper .card-box .card-title {
  width: 35%;
  margin-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-um3C1zDVi1 .item .item-wrapper .card-box .card-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-um3C1zDVi1 .item .item-wrapper .card-box .card-text {
  width: 55%;
  margin-bottom: 0;
  margin-right: 16px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-um3C1zDVi1 .item .item-wrapper .card-box .card-text {
    width: 100%;
    margin-right: 0;
  }
}
.cid-um3C1zDVi1 .card-title {
  color: #1c1c1c;
}
.cid-um3C1zDVi1 .card-text {
  color: #1c1c1c;
}
.cid-um3MPFUE5A {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-um3MPFUE5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-um3MPFUE5A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-um3MPFUE5A .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-um3MPFUE5A .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-um3MPFUE5A .row {
  justify-content: space-between;
}
.cid-um3MPFUE5A .item {
  border-bottom: 1px solid #c1c1c1;
}
.cid-um3MPFUE5A .item:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-um3MPFUE5A .item .item-wrapper .card-box {
  display: flex;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-um3MPFUE5A .item .item-wrapper .card-box {
    padding: 48px 0;
    display: block;
  }
}
.cid-um3MPFUE5A .item .item-wrapper .card-box .card-title {
  width: 35%;
  margin-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-um3MPFUE5A .item .item-wrapper .card-box .card-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-um3MPFUE5A .item .item-wrapper .card-box .card-text {
  width: 55%;
  margin-bottom: 0;
  margin-right: 16px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-um3MPFUE5A .item .item-wrapper .card-box .card-text {
    width: 100%;
    margin-right: 0;
  }
}
.cid-um3MPFUE5A .card-title {
  color: #1c1c1c;
}
.cid-um3MPFUE5A .card-text {
  color: #1c1c1c;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-sTjTCEfplt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sTjTCEfplt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTjTCEfplt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sTjTCEfplt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTjTCEfplt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sTjTCEfplt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sTjTCEfplt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTjTCEfplt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTjTCEfplt .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sTjTCEfplt .media-container-row .mbr-text {
  color: #47b5ed;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #135d9c;
}
.cid-um4yFxMGH9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-um4yFxMGH9 .menu-text {
  padding: 0 2rem;
  color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-um4yFxMGH9 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-um4yFxMGH9 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-um4yFxMGH9 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-um4yFxMGH9 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-um4yFxMGH9 .container {
    padding: 0 1rem;
  }
}
.cid-um4yFxMGH9 .menu-tite {
  background: #47b5ed;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #1b263b;
}
.cid-um4yFxMGH9 .nav-link {
  position: relative;
}
.cid-um4yFxMGH9 .nav-link:hover {
  color: #47b5ed !important;
}
.cid-um4yFxMGH9 nav.navbar {
  position: fixed;
}
.cid-um4yFxMGH9 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b263b;
}
.cid-um4yFxMGH9 .navbar.opened {
  transition: all 0.3s;
}
.cid-um4yFxMGH9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-um4yFxMGH9 .navbar .navbar-logo img {
  width: auto;
}
.cid-um4yFxMGH9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-um4yFxMGH9 .navbar.collapsed {
  justify-content: center;
}
.cid-um4yFxMGH9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-um4yFxMGH9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-um4yFxMGH9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-um4yFxMGH9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-um4yFxMGH9 .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-um4yFxMGH9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-um4yFxMGH9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-um4yFxMGH9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-um4yFxMGH9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-um4yFxMGH9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-um4yFxMGH9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-um4yFxMGH9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-um4yFxMGH9 .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-um4yFxMGH9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-um4yFxMGH9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-um4yFxMGH9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-um4yFxMGH9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-um4yFxMGH9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-um4yFxMGH9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-um4yFxMGH9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-um4yFxMGH9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-um4yFxMGH9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-um4yFxMGH9 .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-um4yFxMGH9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-um4yFxMGH9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-um4yFxMGH9 .dropdown-item:hover,
.cid-um4yFxMGH9 .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-um4yFxMGH9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-um4yFxMGH9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-um4yFxMGH9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-um4yFxMGH9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-um4yFxMGH9 .dropdown-menu,
.cid-um4yFxMGH9 .navbar.opened {
  background: #1b263b !important;
}
.cid-um4yFxMGH9 .nav-item:focus,
.cid-um4yFxMGH9 .nav-link:focus {
  outline: none;
}
.cid-um4yFxMGH9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-um4yFxMGH9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-um4yFxMGH9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-um4yFxMGH9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-um4yFxMGH9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-um4yFxMGH9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-um4yFxMGH9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-um4yFxMGH9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-um4yFxMGH9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-um4yFxMGH9 .dropdown-item.active,
.cid-um4yFxMGH9 .dropdown-item:active {
  background-color: transparent;
}
.cid-um4yFxMGH9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-um4yFxMGH9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-um4yFxMGH9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-um4yFxMGH9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b263b;
}
.cid-um4yFxMGH9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-um4yFxMGH9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-um4yFxMGH9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-um4yFxMGH9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-um4yFxMGH9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-um4yFxMGH9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-um4yFxMGH9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-um4yFxMGH9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um4yFxMGH9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um4yFxMGH9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-um4yFxMGH9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um4yFxMGH9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-um4yFxMGH9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-um4yFxMGH9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um4yFxMGH9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-um4yFxMGH9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-um4yFxMGH9 .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-um4yFxMGH9 .navbar {
    height: 70px;
  }
  .cid-um4yFxMGH9 .navbar.opened {
    height: auto;
  }
  .cid-um4yFxMGH9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-um4QoTwcVt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-um4QoTwcVt .mbr-fallback-image.disabled {
  display: none;
}
.cid-um4QoTwcVt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-um4QoTwcVt .container {
    padding: 0 20px;
  }
}
.cid-um4QoTwcVt .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-um4QoTwcVt .content-wrapper {
    padding: 46px 0;
  }
}
.cid-um4QoTwcVt .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-um4QoTwcVt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-um4QoTwcVt .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-um4QoTwcVt .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-um4QoTwcVt .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-um4QoTwcVt .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-um4QoTwcVt .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-um4QoTwcVt .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-um4QoTwcVt .mbr-section-title {
  color: #000000;
}
.cid-um4QoTwcVt .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-um4QoTwcVt .mbr-text,
.cid-um4QoTwcVt .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-um4QoTwcVt .mbr-section-title,
.cid-um4QoTwcVt .mbr-section-btn,
.cid-um4QoTwcVt .image-wrapper {
  text-align: center;
}
.cid-um4yFzCdkK {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-um4yFzCdkK .accordion .card {
  overflow: visible;
}
.cid-um4yFzCdkK .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
}
.cid-um4yFzCdkK .mbri-arrow-down:before {
  content: '\e960';
}
.cid-um4yFzCdkK .panel-text {
  padding: 1rem;
}
.cid-um4yFzCdkK .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-um4yFzCdkK .card .card-header {
  border-radius: 0px;
  border: 1px solid lightgray;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-um4yFzCdkK .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-um4yFzCdkK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-um4yFzCdkK .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-um4yFzCdkK .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-um4yFzCdkK .card .panel-body {
  color: #767676;
}
.cid-um4yFzCdkK .panel-collapse {
  border: 1px solid lightgray;
  margin-top: -1px;
}
.cid-um4yFzCdkK H4 {
  color: #767676;
}
.cid-um4yFzCdkK .mbr-fallback-image.disabled {
  display: none;
}
.cid-um4yFzCdkK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um4yFzCdkK H2 {
  color: #4a659c;
}
.cid-um4yFA0ihY {
  padding-top: 0px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-um4yFA0ihY .accordion .card {
  overflow: visible;
}
.cid-um4yFA0ihY .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
}
.cid-um4yFA0ihY .mbri-arrow-down:before {
  content: '\e960';
}
.cid-um4yFA0ihY .panel-text {
  padding: 1rem;
}
.cid-um4yFA0ihY .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-um4yFA0ihY .card .card-header {
  border-radius: 0px;
  border: 1px solid lightgray;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-um4yFA0ihY .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-um4yFA0ihY .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-um4yFA0ihY .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-um4yFA0ihY .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-um4yFA0ihY .card .panel-body {
  color: #767676;
}
.cid-um4yFA0ihY .panel-collapse {
  border: 1px solid lightgray;
  margin-top: -1px;
}
.cid-um4yFA0ihY H4 {
  color: #767676;
}
.cid-um4yFA0ihY .mbr-fallback-image.disabled {
  display: none;
}
.cid-um4yFA0ihY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um4yFAVYbB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-um4yFAVYbB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-um4yFAVYbB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-um4yFAVYbB .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-um4yFAVYbB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-um4yFAVYbB .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-um4yFAVYbB .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-um4yFAVYbB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-um4yFAVYbB .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-um4yFAVYbB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-um4yFAVYbB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-um4yFAVYbB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-um4yFAVYbB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-um4yFAVYbB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-um4yFAVYbB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-um4yFAVYbB .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-um4yFAVYbB .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-um4yFAVYbB .media-container-row .mbr-text {
  color: #47b5ed;
}
.cid-um4yFAVYbB foot-menu-item {
  color: #135d9c;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sTjzH6Xxgt .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sTjzH6Xxgt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sTjzH6Xxgt .container {
    padding: 0 1rem;
  }
}
.cid-sTjzH6Xxgt .menu-tite {
  background: #47b5ed;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #1b263b;
}
.cid-sTjzH6Xxgt .nav-link {
  position: relative;
}
.cid-sTjzH6Xxgt .nav-link:hover {
  color: #47b5ed !important;
}
.cid-sTjzH6Xxgt nav.navbar {
  position: fixed;
}
.cid-sTjzH6Xxgt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.opened {
  transition: all 0.3s;
}
.cid-sTjzH6Xxgt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTjzH6Xxgt .navbar .navbar-logo img {
  width: auto;
}
.cid-sTjzH6Xxgt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar.collapsed {
  justify-content: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTjzH6Xxgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTjzH6Xxgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTjzH6Xxgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTjzH6Xxgt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTjzH6Xxgt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTjzH6Xxgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTjzH6Xxgt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTjzH6Xxgt .dropdown-item:hover,
.cid-sTjzH6Xxgt .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-sTjzH6Xxgt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTjzH6Xxgt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTjzH6Xxgt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTjzH6Xxgt .dropdown-menu,
.cid-sTjzH6Xxgt .navbar.opened {
  background: #1b263b !important;
}
.cid-sTjzH6Xxgt .nav-item:focus,
.cid-sTjzH6Xxgt .nav-link:focus {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTjzH6Xxgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTjzH6Xxgt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown-item.active,
.cid-sTjzH6Xxgt .dropdown-item:active {
  background-color: transparent;
}
.cid-sTjzH6Xxgt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTjzH6Xxgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTjzH6Xxgt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTjzH6Xxgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTjzH6Xxgt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTjzH6Xxgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar {
    height: 70px;
  }
  .cid-sTjzH6Xxgt .navbar.opened {
    height: auto;
  }
  .cid-sTjzH6Xxgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unTLaSWLZD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unTLaSWLZD .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-unTLaSWLZD .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-unTLaSWLZD img {
  width: 100%;
  border-radius: 30px;
}
.cid-unTLaSWLZD .wrapp {
  padding: 44px 40px;
  border: 0px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-unTLaSWLZD .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-unTLaSWLZD .wrapp {
    padding: 3rem;
  }
}
.cid-unTLaSWLZD .mbr-section-subtitle {
  color: #0b3b94;
}
.cid-unTLaSWLZD .mbr-section-title {
  color: #4050aa;
}
.cid-unTTVjRQ98 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f3fc;
}
@media (max-width: 991px) {
  .cid-unTTVjRQ98 .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-unTTVjRQ98 .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-unTTVjRQ98 img {
  width: 100%;
  border-radius: 30px;
}
.cid-unTTVjRQ98 .wrapp {
  padding: 44px 40px;
  border: 0px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-unTTVjRQ98 .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-unTTVjRQ98 .wrapp {
    padding: 3rem;
  }
}
.cid-unTTVjRQ98 .mbr-section-subtitle {
  color: #0b3b94;
}
.cid-uBC8x7Q5ZO {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uBC8x7Q5ZO .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uBC8x7Q5ZO img {
  width: 100%;
}
.cid-uBC8x7Q5ZO p {
  line-height: 1.6;
}
.cid-uBC8x7Q5ZO .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBC8x7Q5ZO .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uBC8x7Q5ZO .mbr-text,
.cid-uBC8x7Q5ZO .mbr-section-btn {
  color: #4050aa;
  text-align: left;
}
.cid-uBC8x7Q5ZO .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uBC8x7Q5ZO .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uBC8x7Q5ZO .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-uBC8x7Q5ZO .mbr-section-title,
.cid-uBC8x7Q5ZO .line-wrap {
  text-align: left;
  color: #4050aa;
}
@media (max-width: 992px) {
  .cid-uBC8x7Q5ZO .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-uBC8x7Q5ZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBC8x7Q5ZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-sTjTCEfplt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sTjTCEfplt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTjTCEfplt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sTjTCEfplt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTjTCEfplt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sTjTCEfplt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sTjTCEfplt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTjTCEfplt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTjTCEfplt .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sTjTCEfplt .media-container-row .mbr-text {
  color: #47b5ed;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #135d9c;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sTjzH6Xxgt .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sTjzH6Xxgt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sTjzH6Xxgt .container {
    padding: 0 1rem;
  }
}
.cid-sTjzH6Xxgt .menu-tite {
  background: #47b5ed;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #1b263b;
}
.cid-sTjzH6Xxgt .nav-link {
  position: relative;
}
.cid-sTjzH6Xxgt .nav-link:hover {
  color: #47b5ed !important;
}
.cid-sTjzH6Xxgt nav.navbar {
  position: fixed;
}
.cid-sTjzH6Xxgt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.opened {
  transition: all 0.3s;
}
.cid-sTjzH6Xxgt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTjzH6Xxgt .navbar .navbar-logo img {
  width: auto;
}
.cid-sTjzH6Xxgt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar.collapsed {
  justify-content: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTjzH6Xxgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTjzH6Xxgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTjzH6Xxgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTjzH6Xxgt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTjzH6Xxgt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTjzH6Xxgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTjzH6Xxgt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTjzH6Xxgt .dropdown-item:hover,
.cid-sTjzH6Xxgt .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-sTjzH6Xxgt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTjzH6Xxgt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTjzH6Xxgt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTjzH6Xxgt .dropdown-menu,
.cid-sTjzH6Xxgt .navbar.opened {
  background: #1b263b !important;
}
.cid-sTjzH6Xxgt .nav-item:focus,
.cid-sTjzH6Xxgt .nav-link:focus {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTjzH6Xxgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTjzH6Xxgt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown-item.active,
.cid-sTjzH6Xxgt .dropdown-item:active {
  background-color: transparent;
}
.cid-sTjzH6Xxgt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTjzH6Xxgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTjzH6Xxgt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTjzH6Xxgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTjzH6Xxgt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTjzH6Xxgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar {
    height: 70px;
  }
  .cid-sTjzH6Xxgt .navbar.opened {
    height: auto;
  }
  .cid-sTjzH6Xxgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unZAEjcuFs {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f2f3e9;
  position: relative;
}
.cid-unZAEjcuFs .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5ff7d;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-unZAEjcuFs .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-unZAEjcuFs .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-unZAEjcuFs .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-unZAEjcuFs .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
}
.cid-unZAEjcuFs .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-unZAEjcuFs .item {
    margin-bottom: 0.75rem;
  }
}
.cid-unZAEjcuFs .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-unZAEjcuFs .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1.66666667;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-unZAEjcuFs .item-img:hover {
  transform: translateY(-3px);
}
.cid-unZAEjcuFs .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-unZAEjcuFs .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-unZAEjcuFs .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
}
.cid-unZAEjcuFs .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-unZAEjcuFs .mbr-section-btn {
  margin-top: 1rem;
}
.cid-unZAEjcuFs .mbr-text,
.cid-unZAEjcuFs .mbr-section-btn P {
  text-align: center;
}
.cid-unZhnFEC4v {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unZhnFEC4v .mbr-text,
.cid-unZhnFEC4v .mbr-section-btn {
  color: #4d4c4c;
  text-align: left;
}
.cid-unZhnFEC4v .mbr-fallback-image.disabled {
  display: none;
}
.cid-unZhnFEC4v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unZtBpTwvp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-unZtBpTwvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-unZtBpTwvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unZtBpTwvp .container {
    padding: 0 30px;
  }
}
.cid-unZtBpTwvp .row {
  justify-content: center;
}
.cid-unZtBpTwvp .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-unZtBpTwvp .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-unZtBpTwvp .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-unZtBpTwvp .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-unZtBpTwvp .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-unZtBpTwvp .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-unZtBpTwvp .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-unZtBpTwvp .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-unZtBpTwvp .mbr-section-title {
  color: #22654E;
}
.cid-unZtBpTwvp .mbr-text {
  color: #144031;
}
.cid-unZk5nNTqc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unZk5nNTqc .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-unZk5nNTqc .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-unZk5nNTqc img {
  width: 100%;
  border-radius: 30px;
}
.cid-unZk5nNTqc .wrapp {
  padding: 44px 40px;
  border: 0px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-unZk5nNTqc .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-unZk5nNTqc .wrapp {
    padding: 3rem;
  }
}
.cid-unZk5nNTqc .mbr-section-subtitle {
  color: #0b3b94;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-sTjTCEfplt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sTjTCEfplt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTjTCEfplt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sTjTCEfplt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTjTCEfplt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sTjTCEfplt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sTjTCEfplt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTjTCEfplt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTjTCEfplt .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sTjTCEfplt .media-container-row .mbr-text {
  color: #47b5ed;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #135d9c;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sTjzH6Xxgt .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sTjzH6Xxgt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sTjzH6Xxgt .container {
    padding: 0 1rem;
  }
}
.cid-sTjzH6Xxgt .menu-tite {
  background: #47b5ed;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #1b263b;
}
.cid-sTjzH6Xxgt .nav-link {
  position: relative;
}
.cid-sTjzH6Xxgt .nav-link:hover {
  color: #47b5ed !important;
}
.cid-sTjzH6Xxgt nav.navbar {
  position: fixed;
}
.cid-sTjzH6Xxgt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.opened {
  transition: all 0.3s;
}
.cid-sTjzH6Xxgt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTjzH6Xxgt .navbar .navbar-logo img {
  width: auto;
}
.cid-sTjzH6Xxgt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar.collapsed {
  justify-content: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTjzH6Xxgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTjzH6Xxgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTjzH6Xxgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTjzH6Xxgt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTjzH6Xxgt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTjzH6Xxgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTjzH6Xxgt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTjzH6Xxgt .dropdown-item:hover,
.cid-sTjzH6Xxgt .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-sTjzH6Xxgt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTjzH6Xxgt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTjzH6Xxgt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTjzH6Xxgt .dropdown-menu,
.cid-sTjzH6Xxgt .navbar.opened {
  background: #1b263b !important;
}
.cid-sTjzH6Xxgt .nav-item:focus,
.cid-sTjzH6Xxgt .nav-link:focus {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTjzH6Xxgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTjzH6Xxgt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown-item.active,
.cid-sTjzH6Xxgt .dropdown-item:active {
  background-color: transparent;
}
.cid-sTjzH6Xxgt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTjzH6Xxgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTjzH6Xxgt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTjzH6Xxgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTjzH6Xxgt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTjzH6Xxgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar {
    height: 70px;
  }
  .cid-sTjzH6Xxgt .navbar.opened {
    height: auto;
  }
  .cid-sTjzH6Xxgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBrkd1zGDC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-uBrkd1zGDC .list-group-item {
  padding: 0.8rem 1rem;
  border: none;
}
.cid-uBrkd1zGDC .price-term {
  vertical-align: top;
}
.cid-uBrkd1zGDC h4 {
  margin: 0;
}
.cid-uBrkd1zGDC .card1 {
  background: #cc2952;
}
.cid-uBrkd1zGDC .card2 {
  background: #2299aa;
}
.cid-uBrkd1zGDC .card3 {
  background: #4050aa;
}
.cid-uBrkd1zGDC .plan-header {
  padding: 4rem 1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-uBrkd1zGDC .plan-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  padding: 3rem 1rem;
}
.cid-uBrkd1zGDC .month {
  letter-spacing: 2px;
}
.cid-uBrkd1zGDC .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
  color: #767676;
}
.cid-uBrkd1zGDC .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-uBrkd1zGDC .plan .list-group-item:last-child::after {
  display: none;
}
.cid-uBrkd1zGDC .row {
  justify-content: center;
}
.cid-uBrkd1zGDC .price-value {
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-uBrkd1zGDC .price-figure {
    font-size: 4.25rem;
  }
}
@media (max-width: 992px) {
  .cid-uBrkd1zGDC .plan {
    margin-bottom: 2rem;
  }
}
.cid-uBrkd1zGDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrkd1zGDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrkd1zGDC UL {
  text-align: left;
  color: #4050aa;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-sTjTCEfplt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sTjTCEfplt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTjTCEfplt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sTjTCEfplt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTjTCEfplt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sTjTCEfplt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sTjTCEfplt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTjTCEfplt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTjTCEfplt .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sTjTCEfplt .media-container-row .mbr-text {
  color: #47b5ed;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #135d9c;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sTjzH6Xxgt .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sTjzH6Xxgt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sTjzH6Xxgt .container {
    padding: 0 1rem;
  }
}
.cid-sTjzH6Xxgt .menu-tite {
  background: #47b5ed;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #1b263b;
}
.cid-sTjzH6Xxgt .nav-link {
  position: relative;
}
.cid-sTjzH6Xxgt .nav-link:hover {
  color: #47b5ed !important;
}
.cid-sTjzH6Xxgt nav.navbar {
  position: fixed;
}
.cid-sTjzH6Xxgt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.opened {
  transition: all 0.3s;
}
.cid-sTjzH6Xxgt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTjzH6Xxgt .navbar .navbar-logo img {
  width: auto;
}
.cid-sTjzH6Xxgt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar.collapsed {
  justify-content: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTjzH6Xxgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTjzH6Xxgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTjzH6Xxgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTjzH6Xxgt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTjzH6Xxgt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTjzH6Xxgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTjzH6Xxgt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTjzH6Xxgt .dropdown-item:hover,
.cid-sTjzH6Xxgt .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-sTjzH6Xxgt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTjzH6Xxgt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTjzH6Xxgt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTjzH6Xxgt .dropdown-menu,
.cid-sTjzH6Xxgt .navbar.opened {
  background: #1b263b !important;
}
.cid-sTjzH6Xxgt .nav-item:focus,
.cid-sTjzH6Xxgt .nav-link:focus {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTjzH6Xxgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTjzH6Xxgt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown-item.active,
.cid-sTjzH6Xxgt .dropdown-item:active {
  background-color: transparent;
}
.cid-sTjzH6Xxgt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTjzH6Xxgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTjzH6Xxgt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTjzH6Xxgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTjzH6Xxgt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTjzH6Xxgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar {
    height: 70px;
  }
  .cid-sTjzH6Xxgt .navbar.opened {
    height: auto;
  }
  .cid-sTjzH6Xxgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCUisIui1W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b263b;
  position: relative;
}
.cid-uCUisIui1W::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#71818e 30%, #1b263b);
}
.cid-uCUisIui1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCUisIui1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCUisIui1W .container {
    padding: 0 16px;
  }
}
.cid-uCUisIui1W .card {
  justify-content: center;
}
.cid-uCUisIui1W .card:first-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uCUisIui1W .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uCUisIui1W .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uCUisIui1W .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uCUisIui1W .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uCUisIui1W .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uCUisIui1W .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 60px 60px #1c1c1c;
}
.cid-uCUisIui1W .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uCUisIui1W .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uCUisIui1W .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uCUisIui1W .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uCUisIui1W .mbr-section-title {
  color: #ffffff;
}
.cid-uCUisIui1W .mbr-text {
  color: #f4f4f4;
}
.cid-uCURNoIO5F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b263b;
}
.cid-uCURNoIO5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCURNoIO5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCURNoIO5F .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCURNoIO5F .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-uCURNoIO5F .row {
  align-items: center;
}
.cid-uCURNoIO5F img {
  border-radius: 2rem;
}
.cid-uCURNoIO5F .image-wrapper {
  background: #8fa3b4;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uCURNoIO5F .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCURNoIO5F .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uCURNoIO5F .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCURNoIO5F .mbr-section-title {
  color: #fafafa;
}
.cid-uCURNoIO5F .mbr-text,
.cid-uCURNoIO5F .mbr-section-btn {
  color: #fafafa;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-sTjTCEfplt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sTjTCEfplt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTjTCEfplt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sTjTCEfplt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTjTCEfplt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sTjTCEfplt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sTjTCEfplt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTjTCEfplt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTjTCEfplt .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sTjTCEfplt .media-container-row .mbr-text {
  color: #47b5ed;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #135d9c;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sTjzH6Xxgt .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sTjzH6Xxgt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sTjzH6Xxgt .container {
    padding: 0 1rem;
  }
}
.cid-sTjzH6Xxgt .menu-tite {
  background: #47b5ed;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #1b263b;
}
.cid-sTjzH6Xxgt .nav-link {
  position: relative;
}
.cid-sTjzH6Xxgt .nav-link:hover {
  color: #47b5ed !important;
}
.cid-sTjzH6Xxgt nav.navbar {
  position: fixed;
}
.cid-sTjzH6Xxgt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.opened {
  transition: all 0.3s;
}
.cid-sTjzH6Xxgt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTjzH6Xxgt .navbar .navbar-logo img {
  width: auto;
}
.cid-sTjzH6Xxgt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar.collapsed {
  justify-content: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTjzH6Xxgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTjzH6Xxgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTjzH6Xxgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTjzH6Xxgt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTjzH6Xxgt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTjzH6Xxgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTjzH6Xxgt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTjzH6Xxgt .dropdown-item:hover,
.cid-sTjzH6Xxgt .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-sTjzH6Xxgt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTjzH6Xxgt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTjzH6Xxgt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTjzH6Xxgt .dropdown-menu,
.cid-sTjzH6Xxgt .navbar.opened {
  background: #1b263b !important;
}
.cid-sTjzH6Xxgt .nav-item:focus,
.cid-sTjzH6Xxgt .nav-link:focus {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTjzH6Xxgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTjzH6Xxgt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown-item.active,
.cid-sTjzH6Xxgt .dropdown-item:active {
  background-color: transparent;
}
.cid-sTjzH6Xxgt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTjzH6Xxgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTjzH6Xxgt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTjzH6Xxgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTjzH6Xxgt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTjzH6Xxgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar {
    height: 70px;
  }
  .cid-sTjzH6Xxgt .navbar.opened {
    height: auto;
  }
  .cid-sTjzH6Xxgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD1S6jaeJi {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #1b263b;
}
.cid-uD1S6jaeJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD1S6jaeJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD1S6jaeJi .mbr-section-title {
  color: #47b5ed;
}
.cid-uD1Sfi4ZZE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #95aad3;
}
.cid-uD1Sfi4ZZE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD1Sfi4ZZE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD1Sfi4ZZE .mbr-section-title {
  color: #232323;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-sTjTCEfplt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sTjTCEfplt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTjTCEfplt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sTjTCEfplt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTjTCEfplt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sTjTCEfplt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sTjTCEfplt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTjTCEfplt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTjTCEfplt .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sTjTCEfplt .media-container-row .mbr-text {
  color: #47b5ed;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #135d9c;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sTjzH6Xxgt .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTjzH6Xxgt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sTjzH6Xxgt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sTjzH6Xxgt .container {
    padding: 0 1rem;
  }
}
.cid-sTjzH6Xxgt .menu-tite {
  background: #47b5ed;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #1b263b;
}
.cid-sTjzH6Xxgt .nav-link {
  position: relative;
}
.cid-sTjzH6Xxgt .nav-link:hover {
  color: #47b5ed !important;
}
.cid-sTjzH6Xxgt nav.navbar {
  position: fixed;
}
.cid-sTjzH6Xxgt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.opened {
  transition: all 0.3s;
}
.cid-sTjzH6Xxgt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTjzH6Xxgt .navbar .navbar-logo img {
  width: auto;
}
.cid-sTjzH6Xxgt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar.collapsed {
  justify-content: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTjzH6Xxgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTjzH6Xxgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTjzH6Xxgt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTjzH6Xxgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTjzH6Xxgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTjzH6Xxgt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTjzH6Xxgt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTjzH6Xxgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTjzH6Xxgt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTjzH6Xxgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTjzH6Xxgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTjzH6Xxgt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTjzH6Xxgt .dropdown-item:hover,
.cid-sTjzH6Xxgt .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-sTjzH6Xxgt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTjzH6Xxgt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTjzH6Xxgt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTjzH6Xxgt .dropdown-menu,
.cid-sTjzH6Xxgt .navbar.opened {
  background: #1b263b !important;
}
.cid-sTjzH6Xxgt .nav-item:focus,
.cid-sTjzH6Xxgt .nav-link:focus {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTjzH6Xxgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTjzH6Xxgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTjzH6Xxgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTjzH6Xxgt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTjzH6Xxgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTjzH6Xxgt .dropdown-item.active,
.cid-sTjzH6Xxgt .dropdown-item:active {
  background-color: transparent;
}
.cid-sTjzH6Xxgt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTjzH6Xxgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b263b;
}
.cid-sTjzH6Xxgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTjzH6Xxgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTjzH6Xxgt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTjzH6Xxgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTjzH6Xxgt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTjzH6Xxgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTjzH6Xxgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTjzH6Xxgt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTjzH6Xxgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTjzH6Xxgt .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-sTjzH6Xxgt .navbar {
    height: 70px;
  }
  .cid-sTjzH6Xxgt .navbar.opened {
    height: auto;
  }
  .cid-sTjzH6Xxgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDBVX2VtHt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uDBVX2VtHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDBVX2VtHt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDBVX2VtHt .container {
    padding: 0 15px;
  }
}
.cid-uDBVX2VtHt .row {
  justify-content: center;
}
.cid-uDBVX2VtHt .content-wrapper {
  padding: 100px 60px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDBVX2VtHt .content-wrapper {
    padding: 80px 40px;
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uDBVX2VtHt .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uDBVX2VtHt .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDBVX2VtHt .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-uDBVX2VtHt .content-wrapper .title-wrapper {
  max-width: 300px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uDBVX2VtHt .content-wrapper .title-wrapper {
    max-width: 100%;
  }
}
.cid-uDBVX2VtHt .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uDBVX2VtHt .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uDBVX2VtHt .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDBVX2VtHt .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uDBVX2VtHt .content-wrapper .lists-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uDBVX2VtHt .content-wrapper .lists-wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uDBVX2VtHt .content-wrapper .lists-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uDBVX2VtHt .content-wrapper .lists-wrapper .list-wrap {
    margin-bottom: 20px;
  }
}
.cid-uDBVX2VtHt .content-wrapper .lists-wrapper .list-wrap .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-uDBVX2VtHt .content-wrapper .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uDBVX2VtHt .content-wrapper .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDBVX2VtHt .content-wrapper .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -36px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #95aad3;
  color: #171827;
  font-size: 16px;
}
.cid-uDBVX2VtHt .mbr-section-title {
  color: #ffffff;
}
.cid-uDBVX2VtHt .mbr-text {
  color: #ffffff;
}
.cid-uDBVX2VtHt .list {
  color: #ffffff;
}
.cid-uDBVX2VtHt .list,
.cid-uDBVX2VtHt .item-wrap {
  color: #6ec7f2;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b263b;
}
.cid-sTjTCEfplt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sTjTCEfplt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sTjTCEfplt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-sTjTCEfplt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTjTCEfplt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sTjTCEfplt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTjTCEfplt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sTjTCEfplt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sTjTCEfplt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTjTCEfplt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTjTCEfplt .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTjTCEfplt .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sTjTCEfplt .media-container-row .mbr-text {
  color: #47b5ed;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #135d9c;
}
