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: #0b3b94 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0b3b94 !important;
  border-color: #0b3b94 !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: #051b43 !important;
  border-color: #051b43 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #051b43 !important;
  border-color: #051b43 !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: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #0b3b94;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #051b43 !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: #0b3b94 !important;
  border-color: #0b3b94 !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: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #0b3b94 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #041535 !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: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #0b3b94;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.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: #0b3b94;
  border-color: #0b3b94;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0b3b94;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2f72f0;
}
.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: #0b3b94 !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: #0b3b94;
}
/* 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: #0b3b94;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0b3b94;
}
.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: #0b3b94;
  border-bottom-color: #0b3b94;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0b3b94 !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='%230b3b94' %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: #5b6c8f;
}
@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: #0b3b94;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.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: #ffffff;
}
.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;
}
@media (min-width: 992px) {
  .cid-sTjzH6Xxgt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.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: #0b3b94 !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: #ffffff !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: #ffffff;
}
.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-sTjxupN87R {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sTjxupN87R .link-align {
  width: 100%;
}
.cid-sTjxupN87R .link-wrap {
  display: inline-block;
}
.cid-sTjxupN87R .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-sTjxupN87R .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-sTjxupN87R .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-sTjxupN87R .link:hover:before {
  width: 60px;
}
.cid-sTjxupN87R .mbr-text,
.cid-sTjxupN87R .link-align {
  color: #e5e5e5;
}
.cid-sU4GiOkkiW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.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-sU4GjXRvXQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sU4GjXRvXQ .row {
  flex-direction: row-reverse;
}
.cid-sU4GjXRvXQ .video-wrapper iframe {
  width: 100%;
}
.cid-sU4GjXRvXQ .mbr-section-title,
.cid-sU4GjXRvXQ .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sU4GjXRvXQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2GvrsvUSy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2GvrsvUSy .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  background: linear-gradient(0deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.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-u2G6XYYSKs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.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: #0b3b94;
  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: #4479d9;
}
.cid-u2G6XYYSKs .user_name {
  color: #4479d9;
}
.cid-tVR0ZNQ4dY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f8fc;
}
@media (max-width: 991px) {
  .cid-tVR0ZNQ4dY .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tVR0ZNQ4dY .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tVR0ZNQ4dY img {
  width: 100%;
  border-radius: 30px;
}
.cid-tVR0ZNQ4dY .wrapp {
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-tVR0ZNQ4dY .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tVR0ZNQ4dY .wrapp {
    padding: 3rem;
  }
}
.cid-tVR0ZNQ4dY .mbr-section-subtitle {
  color: #0b3b94;
}
.cid-tVR0ZNQ4dY .mbr-text {
  color: #174eb0;
}
.cid-ugO68iNvbe {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ugO68iNvbe .container {
    padding: 0 25px;
  }
}
.cid-ugO68iNvbe .title-wrapper {
  padding: 0 45px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugO68iNvbe .title-wrapper {
    padding: 0 25px;
  }
}
.cid-ugO68iNvbe .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ugO68iNvbe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugO68iNvbe .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-ugO68iNvbe .item:focus,
.cid-ugO68iNvbe span:focus {
  outline: none;
}
.cid-ugO68iNvbe .item-wrapper {
  position: relative;
}
.cid-ugO68iNvbe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
}
@media (max-width: 767px) {
  .cid-ugO68iNvbe .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ugO68iNvbe .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
}
.cid-ugO68iNvbe .embla__slide .slide-content .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-ugO68iNvbe .embla__button--next,
.cid-ugO68iNvbe .embla__button--prev {
  display: flex;
}
.cid-ugO68iNvbe .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #f0f0f0 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ugO68iNvbe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ugO68iNvbe .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-ugO68iNvbe .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-ugO68iNvbe .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-ugO68iNvbe .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-ugO68iNvbe .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-ugO68iNvbe .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-ugO68iNvbe .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-ugO68iNvbe .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ugO68iNvbe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ugO68iNvbe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ugO68iNvbe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ugO68iNvbe .mbr-section-title {
  color: #000000;
}
.cid-ugO68iNvbe .mbr-text {
  color: #000000;
}
.cid-tMmx6el1pA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMmx6el1pA .mbr-section-title {
  color: #0b3b94;
}
.cid-u81BT44O9T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-u81BT44O9T .mbr-fallback-image.disabled {
  display: none;
}
.cid-u81BT44O9T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u81BT44O9T .mbr-text,
.cid-u81BT44O9T .mbr-section-btn {
  color: #232323;
}
.cid-u81BT44O9T .card-title,
.cid-u81BT44O9T .card-box {
  color: #ffffff;
}
.cid-u81BT44O9T .mbr-text,
.cid-u81BT44O9T .link-wrap {
  color: #ffffff;
}
.cid-u33C9wqMNK {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f4eabe;
}
@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: 1px 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: #0b3b94;
}
.cid-teUdoIwYiI {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f7f1d7;
  background: linear-gradient(90deg, #f7f1d7, #bed3f9);
}
.cid-teUdoIwYiI .mbr-overlay {
  background: #efefef;
}
.cid-teUdoIwYiI .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-teUdoIwYiI .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-teUdoIwYiI .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-teUdoIwYiI .mbr-text {
  color: #8d97ad;
}
.cid-teUdoIwYiI .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-teUdoIwYiI .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-teUdoIwYiI .card-title {
    text-align: center;
  }
  .cid-teUdoIwYiI p.mbr-text,
  .cid-teUdoIwYiI p.date {
    text-align: center;
  }
}
.cid-teUdoIwYiI H2 {
  color: #e43f3f;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4d72b8;
}
.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: #c8c8c8;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #232323;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@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: #0b3b94;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.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: #ffffff;
}
.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;
}
@media (min-width: 992px) {
  .cid-sTjzH6Xxgt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.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: #0b3b94 !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: #ffffff !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: #ffffff;
}
.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: #4d72b8;
}
.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: #c8c8c8;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #232323;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@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: #0b3b94;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.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: #ffffff;
}
.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;
}
@media (min-width: 992px) {
  .cid-sTjzH6Xxgt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.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: #0b3b94 !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: #ffffff !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: #ffffff;
}
.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-image: url("../../../assets/images/smbanner-1920blackline-1920x330.jpeg");
}
.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-sVmnBIJ58O {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sVmnBIJ58O .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4d72b8;
}
.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: #c8c8c8;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #232323;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@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: #0b3b94;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.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: #ffffff;
}
.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;
}
@media (min-width: 992px) {
  .cid-sTjzH6Xxgt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.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: #0b3b94 !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: #ffffff !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: #ffffff;
}
.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: #4d72b8;
}
.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: #c8c8c8;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #232323;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@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: #0b3b94;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.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: #ffffff;
}
.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;
}
@media (min-width: 992px) {
  .cid-sTjzH6Xxgt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.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: #0b3b94 !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: #ffffff !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: #ffffff;
}
.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: #4d72b8;
}
.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: #c8c8c8;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #232323;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@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: #0b3b94;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.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: #ffffff;
}
.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;
}
@media (min-width: 992px) {
  .cid-sTjzH6Xxgt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.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: #0b3b94 !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: #ffffff !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: #ffffff;
}
.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-sUhzPmdSJn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/smbanner-1920blackline-1920x330.jpeg");
}
.cid-sUhzPmdSJn .mbr-text,
.cid-sUhzPmdSJn .mbr-section-btn {
  color: #1d2c35;
}
.cid-sUhzPmdSJn .card-title,
.cid-sUhzPmdSJn .card-box {
  color: #f6f4f5;
}
.cid-sUhzPmdSJn .mbr-text,
.cid-sUhzPmdSJn .link-wrap {
  color: #1d2c35;
}
.cid-sUhGK1IOkv {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sUhGK1IOkv .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sUhGIRPGJn {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4d72b8;
}
.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: #c8c8c8;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #232323;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@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: #0b3b94;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.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: #ffffff;
}
.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;
}
@media (min-width: 992px) {
  .cid-sTjzH6Xxgt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.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: #0b3b94 !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: #ffffff !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: #ffffff;
}
.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: #4d72b8;
}
.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: #c8c8c8;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #232323;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@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: #0b3b94;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.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: #ffffff;
}
.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;
}
@media (min-width: 992px) {
  .cid-sTjzH6Xxgt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.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: #0b3b94 !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: #ffffff !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: #ffffff;
}
.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: #4d72b8;
}
.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: #c8c8c8;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #232323;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@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: #0b3b94;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.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: #ffffff;
}
.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;
}
@media (min-width: 992px) {
  .cid-sTjzH6Xxgt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.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: #0b3b94 !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: #ffffff !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: #ffffff;
}
.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: #4d72b8;
}
.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: #c8c8c8;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #232323;
}
.cid-sXrDndk4lQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sXrDndk4lQ .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sXrDndk4lQ .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sXrDndk4lQ .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sXrDndk4lQ .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sXrDndk4lQ .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sXrDndk4lQ .container {
    padding: 0 1rem;
  }
}
.cid-sXrDndk4lQ .menu-tite {
  background: #0b3b94;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-sXrDndk4lQ .nav-link {
  position: relative;
}
.cid-sXrDndk4lQ .nav-link:hover {
  color: #47b5ed !important;
}
.cid-sXrDndk4lQ nav.navbar {
  position: fixed;
}
.cid-sXrDndk4lQ .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: #ffffff;
}
.cid-sXrDndk4lQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sXrDndk4lQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXrDndk4lQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sXrDndk4lQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXrDndk4lQ .navbar.collapsed {
  justify-content: center;
}
.cid-sXrDndk4lQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXrDndk4lQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXrDndk4lQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sXrDndk4lQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXrDndk4lQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXrDndk4lQ .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-sXrDndk4lQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXrDndk4lQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXrDndk4lQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXrDndk4lQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXrDndk4lQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXrDndk4lQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXrDndk4lQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXrDndk4lQ .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-sXrDndk4lQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXrDndk4lQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXrDndk4lQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXrDndk4lQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXrDndk4lQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXrDndk4lQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXrDndk4lQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXrDndk4lQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXrDndk4lQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXrDndk4lQ .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-sXrDndk4lQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXrDndk4lQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXrDndk4lQ .dropdown-item:hover,
.cid-sXrDndk4lQ .dropdown-item:focus {
  background: #0b3b94 !important;
  color: white !important;
}
.cid-sXrDndk4lQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXrDndk4lQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXrDndk4lQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sXrDndk4lQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXrDndk4lQ .dropdown-menu,
.cid-sXrDndk4lQ .navbar.opened {
  background: #ffffff !important;
}
.cid-sXrDndk4lQ .nav-item:focus,
.cid-sXrDndk4lQ .nav-link:focus {
  outline: none;
}
.cid-sXrDndk4lQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXrDndk4lQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXrDndk4lQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXrDndk4lQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXrDndk4lQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXrDndk4lQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXrDndk4lQ .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-sXrDndk4lQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXrDndk4lQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXrDndk4lQ .dropdown-item.active,
.cid-sXrDndk4lQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sXrDndk4lQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXrDndk4lQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXrDndk4lQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXrDndk4lQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sXrDndk4lQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXrDndk4lQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXrDndk4lQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXrDndk4lQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sXrDndk4lQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXrDndk4lQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sXrDndk4lQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXrDndk4lQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXrDndk4lQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXrDndk4lQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXrDndk4lQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXrDndk4lQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXrDndk4lQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXrDndk4lQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXrDndk4lQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sXrDndk4lQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXrDndk4lQ .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-sXrDndk4lQ .navbar {
    height: 70px;
  }
  .cid-sXrDndk4lQ .navbar.opened {
    height: auto;
  }
  .cid-sXrDndk4lQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXrDndG4Dc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/smbanner-1920blackline-1920x330.jpeg");
}
.cid-sXrDndG4Dc .mbr-text,
.cid-sXrDndG4Dc .mbr-section-btn {
  color: #1d2c35;
}
.cid-sXrDndG4Dc .card-title,
.cid-sXrDndG4Dc .card-box {
  color: #f6f4f5;
}
.cid-sXrDndG4Dc .mbr-text,
.cid-sXrDndG4Dc .link-wrap {
  color: #1d2c35;
}
.cid-sXrDndVrRN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sXrDne9bPs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4d72b8;
}
.cid-sXrDne9bPs .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sXrDne9bPs .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sXrDne9bPs .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sXrDne9bPs .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sXrDne9bPs .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sXrDne9bPs .media-container-row .foot-menu li:hover {
  color: #ff6666;
}
.cid-sXrDne9bPs .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sXrDne9bPs .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sXrDne9bPs .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sXrDne9bPs .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sXrDne9bPs .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sXrDne9bPs .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXrDne9bPs .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXrDne9bPs .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sXrDne9bPs .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sXrDne9bPs .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sXrDne9bPs .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-sXrDne9bPs foot-menu-item {
  color: #232323;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@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: #0b3b94;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.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: #ffffff;
}
.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;
}
@media (min-width: 992px) {
  .cid-sTjzH6Xxgt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.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: #0b3b94 !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: #ffffff !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: #ffffff;
}
.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;
  }
}
#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: #4d72b8;
}
.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: #c8c8c8;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #232323;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@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: #0b3b94;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.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: #ffffff;
}
.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;
}
@media (min-width: 992px) {
  .cid-sTjzH6Xxgt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.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: #0b3b94 !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: #ffffff !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: #ffffff;
}
.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: #4d72b8;
}
.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: #c8c8c8;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #232323;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@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: #0b3b94;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.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: #ffffff;
}
.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;
}
@media (min-width: 992px) {
  .cid-sTjzH6Xxgt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.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: #0b3b94 !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: #ffffff !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: #ffffff;
}
.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: #4d72b8;
}
.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: #c8c8c8;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #232323;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@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: #0b3b94;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.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: #ffffff;
}
.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;
}
@media (min-width: 992px) {
  .cid-sTjzH6Xxgt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.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: #0b3b94 !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: #ffffff !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: #ffffff;
}
.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-u7Z8SLKVtm {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #0d3886;
}
.cid-u7Z8SLKVtm .item-img {
  position: relative;
}
.cid-u7Z8SLKVtm .button1 {
  background: #0046c7;
}
.cid-u7Z8SLKVtm .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u7Z8SLKVtm .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-u7Z8SLKVtm .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-u7Z8SLKVtm .button2 {
    margin-top: 1rem;
  }
}
.cid-u7Z8SLKVtm .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-u7Z8SLKVtm .title {
    top: 25%;
  }
}
.cid-u7Z8SLKVtm .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7Z8SLKVtm .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u7Z8SLKVtm .image-wrapper {
    min-height: 400px;
  }
}
.cid-u7Z8SLKVtm .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u7Z8SLKVtm .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u7Z8SLKVtm .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u7Z8SLKVtm .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u7Z8SLKVtm .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-u7Z8SLKVtm .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-u7Z8SLKVtm .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u7Z8SLKVtm .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u7Z8SLKVtm .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7Z8SLKVtm .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u7Z8SLKVtm .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u7Z8SLKVtm .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u7Z8SLKVtm .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u7Z8SLKVtm .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u7Z8SLKVtm .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u7Z8SLKVtm img,
.cid-u7Z8SLKVtm .item-img {
  width: 100%;
}
.cid-u7Z8SLKVtm .item-title2,
.cid-u7Z8SLKVtm .icon2 {
  color: #2a2c2d;
}
.cid-u7Z8SLKVtm .item-title1,
.cid-u7Z8SLKVtm .icon1 {
  color: #ffffff;
}
.cid-u7Z8SLKVtm .main-title {
  color: #0046c7;
  text-align: center;
}
.cid-u7Z8SLKVtm .main-title DIV {
  text-align: center;
}
.cid-u7Z7ut2RK2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #27354d;
}
.cid-u7Z7ut2RK2 .card {
  background-color: #a11c3c;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-u7Z7ut2RK2 .title-section .mbr-section-title {
  text-align: center;
  color: #f4eabe;
}
.cid-u7Z7ut2RK2 .card-title {
  flex: 1 1 auto;
}
.cid-u7Z7ut2RK2 .accordion-body {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.cid-u7Z7ut2RK2 .heading-acc[aria-expanded="true"] .acc-button {
  transform: rotate(-45deg);
}
.cid-u7Z7ut2RK2 .heading-acc:hover .acc-button {
  background-color: #ffe161;
}
.cid-u7Z7ut2RK2 .heading-acc:hover .acc-button .acc-button-line1,
.cid-u7Z7ut2RK2 .heading-acc:hover .acc-button .acc-button-line2 {
  background-color: white;
}
.cid-u7Z7ut2RK2 .acc-button-container .acc-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s linear;
}
.cid-u7Z7ut2RK2 .acc-button-container .acc-button .acc-button-line1,
.cid-u7Z7ut2RK2 .acc-button-container .acc-button .acc-button-line2 {
  transition: 0.3s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: black;
  width: 2px;
  height: 22px;
  transform: translate(-50%, -50%);
}
.cid-u7Z7ut2RK2 .acc-button-container .acc-button .acc-button-line1 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u7Z7ut2RK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Z7ut2RK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Z7ut2RK2 .mbr-section-subtitle {
  color: #f4eabe;
}
.cid-u7Z7ut2RK2 .mbr-text {
  color: #f4eabe;
}
.cid-u7Z8oEs3vt {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u7Z8oEs3vt .card {
  background-color: #a11c3c;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-u7Z8oEs3vt .title-section .mbr-section-title {
  text-align: center;
  color: #a11c3c;
}
.cid-u7Z8oEs3vt .card-title {
  flex: 1 1 auto;
}
.cid-u7Z8oEs3vt .accordion-body {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.cid-u7Z8oEs3vt .heading-acc[aria-expanded="true"] .acc-button {
  transform: rotate(-45deg);
}
.cid-u7Z8oEs3vt .heading-acc:hover .acc-button {
  background-color: #ff0066;
}
.cid-u7Z8oEs3vt .heading-acc:hover .acc-button .acc-button-line1,
.cid-u7Z8oEs3vt .heading-acc:hover .acc-button .acc-button-line2 {
  background-color: white;
}
.cid-u7Z8oEs3vt .acc-button-container .acc-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s linear;
}
.cid-u7Z8oEs3vt .acc-button-container .acc-button .acc-button-line1,
.cid-u7Z8oEs3vt .acc-button-container .acc-button .acc-button-line2 {
  transition: 0.3s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: black;
  width: 2px;
  height: 22px;
  transform: translate(-50%, -50%);
}
.cid-u7Z8oEs3vt .acc-button-container .acc-button .acc-button-line1 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u7Z8oEs3vt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Z8oEs3vt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Z8oEs3vt .mbr-section-subtitle {
  color: #f4eabe;
}
.cid-u7Z8oEs3vt .mbr-text {
  color: #f4eabe;
}
.cid-u7Z7wjHs7j {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7Z7wjHs7j .card {
  background-color: #a11c3c;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-u7Z7wjHs7j .title-section .mbr-section-title {
  text-align: center;
  color: #a11c3c;
}
.cid-u7Z7wjHs7j .card-title {
  flex: 1 1 auto;
}
.cid-u7Z7wjHs7j .accordion-body {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.cid-u7Z7wjHs7j .heading-acc[aria-expanded="true"] .acc-button {
  transform: rotate(-45deg);
}
.cid-u7Z7wjHs7j .heading-acc:hover .acc-button {
  background-color: #ff0066;
}
.cid-u7Z7wjHs7j .heading-acc:hover .acc-button .acc-button-line1,
.cid-u7Z7wjHs7j .heading-acc:hover .acc-button .acc-button-line2 {
  background-color: white;
}
.cid-u7Z7wjHs7j .acc-button-container .acc-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s linear;
}
.cid-u7Z7wjHs7j .acc-button-container .acc-button .acc-button-line1,
.cid-u7Z7wjHs7j .acc-button-container .acc-button .acc-button-line2 {
  transition: 0.3s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: black;
  width: 2px;
  height: 22px;
  transform: translate(-50%, -50%);
}
.cid-u7Z7wjHs7j .acc-button-container .acc-button .acc-button-line1 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u7Z7wjHs7j .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Z7wjHs7j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Z7wjHs7j .mbr-section-subtitle {
  color: #f4eabe;
}
.cid-u7Z7wjHs7j .mbr-text {
  color: #f4eabe;
}
.cid-sTjTCEfplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4d72b8;
}
.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: #c8c8c8;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #232323;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@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: #0b3b94;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.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: #ffffff;
}
.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;
}
@media (min-width: 992px) {
  .cid-sTjzH6Xxgt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.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: #0b3b94 !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: #ffffff !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: #ffffff;
}
.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: #4d72b8;
}
.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: #c8c8c8;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #232323;
}
.cid-sTjzH6Xxgt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTjzH6Xxgt .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@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: #0b3b94;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.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: #ffffff;
}
.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;
}
@media (min-width: 992px) {
  .cid-sTjzH6Xxgt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.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: #0b3b94 !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: #ffffff !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: #ffffff;
}
.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: #4d72b8;
}
.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: #c8c8c8;
}
.cid-sTjTCEfplt foot-menu-item {
  color: #232323;
}
