body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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: #0a1c44 !important;
}
.bg-success {
  background-color: #353535 !important;
}
.bg-info {
  background-color: #bbbbbb !important;
}
.bg-warning {
  background-color: #fafafa !important;
}
.bg-danger {
  background-color: #262596 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !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: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-success,
.btn-success:active {
  background-color: #353535 !important;
  border-color: #353535 !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-warning,
.btn-warning: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-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.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-warning.disabled,
.btn-warning:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #262596 !important;
  border-color: #262596 !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: #141450 !important;
  border-color: #141450 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #141450 !important;
  border-color: #141450 !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: #0a1c44;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !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: #0a1c44 !important;
  border-color: #0a1c44 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #909090 !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: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #353535;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0a0a0a !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: #353535 !important;
  border-color: #353535 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #262596;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #141450 !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: #262596 !important;
  border-color: #262596 !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: #0a1c44 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #353535 !important;
}
.text-info {
  color: #bbbbbb !important;
}
.text-warning {
  color: #fafafa !important;
}
.text-danger {
  color: #262596 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #020202 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #888888 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c7c7c7 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #111144 !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: #0a1c44;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bbbbbb;
}
.alert-warning {
  background-color: #fafafa;
}
.alert-danger {
  background-color: #262596;
}
.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: #0a1c44;
  border-color: #0a1c44;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0a1c44;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4e7de5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbfbfb;
}
.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: #6362d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #0a1c44 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #0a1c44;
}
/* 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: #0a1c44;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0a1c44;
}
.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: #0a1c44;
  border-bottom-color: #0a1c44;
}
.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: #0a1c44 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%230a1c44' %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-trSU4tzrEW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-trSU4tzrEW nav.navbar {
  position: fixed;
}
.cid-trSU4tzrEW .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-trSU4tzrEW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trSU4tzrEW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trSU4tzrEW .dropdown-item:hover,
.cid-trSU4tzrEW .dropdown-item:focus {
  background: #0a1c44 !important;
  color: white !important;
}
.cid-trSU4tzrEW .dropdown-item:hover span {
  color: white;
}
.cid-trSU4tzrEW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trSU4tzrEW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trSU4tzrEW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trSU4tzrEW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trSU4tzrEW .nav-link {
  position: relative;
}
.cid-trSU4tzrEW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-trSU4tzrEW .container {
    flex-wrap: nowrap;
  }
}
.cid-trSU4tzrEW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trSU4tzrEW .dropdown-menu,
.cid-trSU4tzrEW .navbar.opened {
  background: #0a1c44 !important;
}
.cid-trSU4tzrEW .nav-item:focus,
.cid-trSU4tzrEW .nav-link:focus {
  outline: none;
}
.cid-trSU4tzrEW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trSU4tzrEW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trSU4tzrEW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trSU4tzrEW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trSU4tzrEW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trSU4tzrEW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trSU4tzrEW .navbar {
  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: #0a1c44;
}
.cid-trSU4tzrEW .navbar.opened {
  transition: all 0.3s;
}
.cid-trSU4tzrEW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trSU4tzrEW .navbar .navbar-logo img {
  width: auto;
}
.cid-trSU4tzrEW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-trSU4tzrEW .navbar.collapsed {
  justify-content: center;
}
.cid-trSU4tzrEW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trSU4tzrEW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trSU4tzrEW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-trSU4tzrEW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trSU4tzrEW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trSU4tzrEW .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-trSU4tzrEW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trSU4tzrEW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trSU4tzrEW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trSU4tzrEW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trSU4tzrEW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trSU4tzrEW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trSU4tzrEW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trSU4tzrEW .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-trSU4tzrEW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trSU4tzrEW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trSU4tzrEW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trSU4tzrEW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trSU4tzrEW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trSU4tzrEW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-trSU4tzrEW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-trSU4tzrEW .navbar.navbar-short {
  min-height: 60px;
}
.cid-trSU4tzrEW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trSU4tzrEW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trSU4tzrEW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trSU4tzrEW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trSU4tzrEW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trSU4tzrEW .dropdown-item.active,
.cid-trSU4tzrEW .dropdown-item:active {
  background-color: transparent;
}
.cid-trSU4tzrEW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trSU4tzrEW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trSU4tzrEW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trSU4tzrEW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a1c44;
}
.cid-trSU4tzrEW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trSU4tzrEW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trSU4tzrEW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trSU4tzrEW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trSU4tzrEW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trSU4tzrEW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-trSU4tzrEW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trSU4tzrEW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trSU4tzrEW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trSU4tzrEW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trSU4tzrEW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trSU4tzrEW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trSU4tzrEW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trSU4tzrEW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trSU4tzrEW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trSU4tzrEW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trSU4tzrEW .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-trSU4tzrEW .navbar {
    height: 70px;
  }
  .cid-trSU4tzrEW .navbar.opened {
    height: auto;
  }
  .cid-trSU4tzrEW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-slsiHGCUyd {
  background-image: url("../../../assets/images/dsc-4970-2000x1333.jpeg");
}
.cid-slsiHGCUyd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-slsiHGCUyd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-slsiHGCUyd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-slsiHGCUyd .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-slsiHGCUyd .mbr-text,
.cid-slsiHGCUyd .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sjiHrBagdz {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjiHrBagdz img,
.cid-sjiHrBagdz .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sjiHrBagdz .item:focus,
.cid-sjiHrBagdz span:focus {
  outline: none;
}
.cid-sjiHrBagdz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjiHrBagdz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0a1c44;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjiHrBagdz .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjiHrBagdz .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjiHrBagdz .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjiHrBagdz .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjiHrBagdz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjiHrBagdz .mbr-section-title {
  color: #0a1c44;
}
.cid-sjiHrBagdz .mbr-text,
.cid-sjiHrBagdz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sjiHrBagdz .item-title {
  text-align: center;
  color: #bbbbbb;
}
.cid-sjiHrBagdz .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sjiHrBagdz .mbr-section-subtitle {
  color: #353535;
}
.cid-trT3shjiom {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trT3shjiom .mbr-fallback-image.disabled {
  display: none;
}
.cid-trT3shjiom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trT3shjiom .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-trT3shjiom .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-trT3shjiom .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-trT3shjiom .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-trT3shjiom .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-trT3shjiom .mbr-section-title {
  color: #0a1c44;
}
.cid-trT3shjiom .mbr-text,
.cid-trT3shjiom .mbr-section-btn {
  color: #353535;
}
.cid-trT54Hk9yY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trT54Hk9yY .mbr-fallback-image.disabled {
  display: none;
}
.cid-trT54Hk9yY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-trT54Hk9yY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-trT54Hk9yY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-trT54Hk9yY .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-trT54Hk9yY .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-trT54Hk9yY .mbr-section-title {
  color: #0a1c44;
}
.cid-trT54Hk9yY .mbr-text,
.cid-trT54Hk9yY .mbr-section-btn {
  color: #353535;
}
.cid-slmB1lGA4h {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bbbbbb;
}
.cid-slmB1lGA4h .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-slmB1lGA4h .container {
  max-width: 1500px;
}
.cid-slmB1lGA4h .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-slmB1lGA4h .container {
    padding: 0 4rem;
  }
}
.cid-slmB1lGA4h .mbr-text,
.cid-slmB1lGA4h .mbr-section-btn {
  color: #efeeee;
}
.cid-slmB1lGA4h .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-slmB1lGA4h .btn .mbr-iconfont {
  order: 2;
}
.cid-slmB1lGA4h .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-slmB1lGA4h .align-left {
    text-align: center;
  }
  .cid-slmB1lGA4h .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-slmB1lGA4h H1 {
  color: #0a1c44;
}
.cid-ts1d58qYGa {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #0a1c44;
}
.cid-ts1d58qYGa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ts1d58qYGa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts1d58qYGa .row {
    text-align: center;
  }
  .cid-ts1d58qYGa .row > div {
    margin: auto;
  }
  .cid-ts1d58qYGa .social-row {
    justify-content: center;
  }
}
.cid-ts1d58qYGa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ts1d58qYGa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ts1d58qYGa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ts1d58qYGa .list {
    margin-bottom: 0rem;
  }
}
.cid-ts1d58qYGa .mbr-text {
  color: #ffffff;
}
.cid-ts1d58qYGa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ts1d58qYGa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ts1d58qYGa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ts1d58qYGa H5 {
  color: #bbbbbb;
}
.cid-slstEnbMOf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5e6a3b820657f-1024x683.png");
}
.cid-trTLWmh5p1 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-trTLWmh5p1 .mbr-section-title,
.cid-trTLWmh5p1 .mbr-section-subtitle {
  color: #000000;
}
.cid-trTLWmh5p1 .mbr-section-text {
  color: #232323;
}
.cid-trTLWmh5p1 .mbr-text,
.cid-trTLWmh5p1 .typed-text,
.cid-trTLWmh5p1 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-trTLWmh5p1 .btn {
  margin-left: 4px !important;
}
.cid-trTLWmh5p1 .animated-element {
  color: #ff3366;
}
.cid-trTLWmh5p1 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-trTLWmh5p1 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-trTLWmh5p1 .typed-text,
  .cid-trTLWmh5p1 .mbr-section-subtitle,
  .cid-trTLWmh5p1 .mbr-section-text,
  .cid-trTLWmh5p1 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-trTLWmh5p1 .mbr-section-subtitle,
.cid-trTLWmh5p1 .typed-text {
  color: #0a1c44;
  text-align: left;
}
.cid-trTLWmh5p1 .mbr-section-text,
.cid-trTLWmh5p1 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-slstEqG33W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-slstEqG33W img,
.cid-slstEqG33W .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-slstEqG33W .item:focus,
.cid-slstEqG33W span:focus {
  outline: none;
}
.cid-slstEqG33W .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-slstEqG33W .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bbbbbb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-slstEqG33W .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-slstEqG33W .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-slstEqG33W .mbr-section-btn {
  margin-top: auto !important;
}
.cid-slstEqG33W .mbr-section-title {
  color: #d4af37;
}
.cid-slstEqG33W .mbr-text,
.cid-slstEqG33W .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-slstEqG33W .item-title {
  text-align: center;
  color: #0a1c44;
}
.cid-slstEqG33W .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-slstEqG33W .mbr-section-subtitle {
  color: #ffffff;
}
.cid-slstEp1sZk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0a1c44;
}
.cid-slstEp1sZk .mbr-section-title,
.cid-slstEp1sZk .mbr-section-subtitle {
  color: #000000;
}
.cid-slstEp1sZk .mbr-section-text {
  color: #232323;
}
.cid-slstEp1sZk .mbr-text,
.cid-slstEp1sZk .typed-text,
.cid-slstEp1sZk .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-slstEp1sZk .btn {
  margin-left: 4px !important;
}
.cid-slstEp1sZk .animated-element {
  color: #ff3366;
}
.cid-slstEp1sZk .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-slstEp1sZk .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-slstEp1sZk .typed-text,
  .cid-slstEp1sZk .mbr-section-subtitle,
  .cid-slstEp1sZk .mbr-section-text,
  .cid-slstEp1sZk .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-slstEp1sZk .mbr-section-subtitle,
.cid-slstEp1sZk .typed-text {
  color: #d4af37;
}
.cid-slstEp1sZk .mbr-section-text,
.cid-slstEp1sZk .mbr-section-btn {
  color: #ffffff;
}
.cid-trTPgZBIO4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trTPgZBIO4 .mbr-section-subtitle {
  color: #0a1c44;
  text-align: left;
}
.cid-trTPgZBIO4 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-trTPgZBIO4 .mbr-text {
  text-align: center;
}
.cid-trTRoBCZPw {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/whatsapp-image-2022-12-14-at-12.53.202-960x640.jpg");
}
.cid-trTRoBCZPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-trTRoBCZPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trTRoBCZPw .mbr-text,
.cid-trTRoBCZPw .mbr-section-btn {
  color: #232323;
}
.cid-trTRoBCZPw .card-title,
.cid-trTRoBCZPw .card-box {
  color: #ffffff;
}
.cid-trTRoBCZPw .mbr-text,
.cid-trTRoBCZPw .link-wrap {
  color: #ffffff;
}
.cid-trTNR5jn5G {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bbbbbb;
}
.cid-trTNR5jn5G .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-trTNR5jn5G .container {
  max-width: 1500px;
}
.cid-trTNR5jn5G .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-trTNR5jn5G .container {
    padding: 0 4rem;
  }
}
.cid-trTNR5jn5G .mbr-text,
.cid-trTNR5jn5G .mbr-section-btn {
  color: #efeeee;
}
.cid-trTNR5jn5G .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-trTNR5jn5G .btn .mbr-iconfont {
  order: 2;
}
.cid-trTNR5jn5G .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-trTNR5jn5G .align-left {
    text-align: center;
  }
  .cid-trTNR5jn5G .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-trTNR5jn5G H1 {
  color: #0a1c44;
}
.cid-trSU4tzrEW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-trSU4tzrEW nav.navbar {
  position: fixed;
}
.cid-trSU4tzrEW .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-trSU4tzrEW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trSU4tzrEW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trSU4tzrEW .dropdown-item:hover,
.cid-trSU4tzrEW .dropdown-item:focus {
  background: #0a1c44 !important;
  color: white !important;
}
.cid-trSU4tzrEW .dropdown-item:hover span {
  color: white;
}
.cid-trSU4tzrEW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trSU4tzrEW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trSU4tzrEW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trSU4tzrEW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trSU4tzrEW .nav-link {
  position: relative;
}
.cid-trSU4tzrEW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-trSU4tzrEW .container {
    flex-wrap: nowrap;
  }
}
.cid-trSU4tzrEW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trSU4tzrEW .dropdown-menu,
.cid-trSU4tzrEW .navbar.opened {
  background: #0a1c44 !important;
}
.cid-trSU4tzrEW .nav-item:focus,
.cid-trSU4tzrEW .nav-link:focus {
  outline: none;
}
.cid-trSU4tzrEW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trSU4tzrEW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trSU4tzrEW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trSU4tzrEW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trSU4tzrEW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trSU4tzrEW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trSU4tzrEW .navbar {
  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: #0a1c44;
}
.cid-trSU4tzrEW .navbar.opened {
  transition: all 0.3s;
}
.cid-trSU4tzrEW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trSU4tzrEW .navbar .navbar-logo img {
  width: auto;
}
.cid-trSU4tzrEW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-trSU4tzrEW .navbar.collapsed {
  justify-content: center;
}
.cid-trSU4tzrEW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trSU4tzrEW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trSU4tzrEW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-trSU4tzrEW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trSU4tzrEW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trSU4tzrEW .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-trSU4tzrEW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trSU4tzrEW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trSU4tzrEW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trSU4tzrEW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trSU4tzrEW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trSU4tzrEW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trSU4tzrEW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trSU4tzrEW .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-trSU4tzrEW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trSU4tzrEW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trSU4tzrEW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trSU4tzrEW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trSU4tzrEW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trSU4tzrEW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-trSU4tzrEW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-trSU4tzrEW .navbar.navbar-short {
  min-height: 60px;
}
.cid-trSU4tzrEW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trSU4tzrEW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trSU4tzrEW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trSU4tzrEW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trSU4tzrEW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trSU4tzrEW .dropdown-item.active,
.cid-trSU4tzrEW .dropdown-item:active {
  background-color: transparent;
}
.cid-trSU4tzrEW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trSU4tzrEW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trSU4tzrEW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trSU4tzrEW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a1c44;
}
.cid-trSU4tzrEW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trSU4tzrEW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trSU4tzrEW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trSU4tzrEW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trSU4tzrEW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trSU4tzrEW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-trSU4tzrEW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trSU4tzrEW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trSU4tzrEW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trSU4tzrEW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trSU4tzrEW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trSU4tzrEW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trSU4tzrEW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trSU4tzrEW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trSU4tzrEW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trSU4tzrEW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trSU4tzrEW .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-trSU4tzrEW .navbar {
    height: 70px;
  }
  .cid-trSU4tzrEW .navbar.opened {
    height: auto;
  }
  .cid-trSU4tzrEW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ts1d58qYGa {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #0a1c44;
}
.cid-ts1d58qYGa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ts1d58qYGa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts1d58qYGa .row {
    text-align: center;
  }
  .cid-ts1d58qYGa .row > div {
    margin: auto;
  }
  .cid-ts1d58qYGa .social-row {
    justify-content: center;
  }
}
.cid-ts1d58qYGa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ts1d58qYGa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ts1d58qYGa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ts1d58qYGa .list {
    margin-bottom: 0rem;
  }
}
.cid-ts1d58qYGa .mbr-text {
  color: #ffffff;
}
.cid-ts1d58qYGa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ts1d58qYGa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ts1d58qYGa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ts1d58qYGa H5 {
  color: #bbbbbb;
}
.cid-slstVdgYcr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5e6a3b820657f-1024x683.png");
}
.cid-trUcUZqfYQ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-trUcUZqfYQ .mbr-section-title,
.cid-trUcUZqfYQ .mbr-section-subtitle {
  color: #000000;
}
.cid-trUcUZqfYQ .mbr-section-text {
  color: #232323;
}
.cid-trUcUZqfYQ .mbr-text,
.cid-trUcUZqfYQ .typed-text,
.cid-trUcUZqfYQ .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-trUcUZqfYQ .btn {
  margin-left: 4px !important;
}
.cid-trUcUZqfYQ .animated-element {
  color: #ff3366;
}
.cid-trUcUZqfYQ .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-trUcUZqfYQ .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-trUcUZqfYQ .typed-text,
  .cid-trUcUZqfYQ .mbr-section-subtitle,
  .cid-trUcUZqfYQ .mbr-section-text,
  .cid-trUcUZqfYQ .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-trUcUZqfYQ .mbr-section-subtitle,
.cid-trUcUZqfYQ .typed-text {
  color: #0a1c44;
}
.cid-trUcUZqfYQ .mbr-section-text,
.cid-trUcUZqfYQ .mbr-section-btn {
  color: #353535;
}
.cid-trUaWAiQVn {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bbbbbb;
}
.cid-trUaWAiQVn .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-trUaWAiQVn .container {
  max-width: 1500px;
}
.cid-trUaWAiQVn .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-trUaWAiQVn .container {
    padding: 0 4rem;
  }
}
.cid-trUaWAiQVn .mbr-text,
.cid-trUaWAiQVn .mbr-section-btn {
  color: #efeeee;
}
.cid-trUaWAiQVn .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-trUaWAiQVn .btn .mbr-iconfont {
  order: 2;
}
.cid-trUaWAiQVn .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-trUaWAiQVn .align-left {
    text-align: center;
  }
  .cid-trUaWAiQVn .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-trUaWAiQVn H1 {
  color: #0a1c44;
}
.cid-trSU4tzrEW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-trSU4tzrEW nav.navbar {
  position: fixed;
}
.cid-trSU4tzrEW .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-trSU4tzrEW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trSU4tzrEW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trSU4tzrEW .dropdown-item:hover,
.cid-trSU4tzrEW .dropdown-item:focus {
  background: #0a1c44 !important;
  color: white !important;
}
.cid-trSU4tzrEW .dropdown-item:hover span {
  color: white;
}
.cid-trSU4tzrEW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trSU4tzrEW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trSU4tzrEW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trSU4tzrEW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trSU4tzrEW .nav-link {
  position: relative;
}
.cid-trSU4tzrEW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-trSU4tzrEW .container {
    flex-wrap: nowrap;
  }
}
.cid-trSU4tzrEW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trSU4tzrEW .dropdown-menu,
.cid-trSU4tzrEW .navbar.opened {
  background: #0a1c44 !important;
}
.cid-trSU4tzrEW .nav-item:focus,
.cid-trSU4tzrEW .nav-link:focus {
  outline: none;
}
.cid-trSU4tzrEW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trSU4tzrEW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trSU4tzrEW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trSU4tzrEW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trSU4tzrEW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trSU4tzrEW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trSU4tzrEW .navbar {
  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: #0a1c44;
}
.cid-trSU4tzrEW .navbar.opened {
  transition: all 0.3s;
}
.cid-trSU4tzrEW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trSU4tzrEW .navbar .navbar-logo img {
  width: auto;
}
.cid-trSU4tzrEW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-trSU4tzrEW .navbar.collapsed {
  justify-content: center;
}
.cid-trSU4tzrEW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trSU4tzrEW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trSU4tzrEW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-trSU4tzrEW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trSU4tzrEW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trSU4tzrEW .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-trSU4tzrEW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trSU4tzrEW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trSU4tzrEW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trSU4tzrEW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trSU4tzrEW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trSU4tzrEW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trSU4tzrEW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trSU4tzrEW .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-trSU4tzrEW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trSU4tzrEW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trSU4tzrEW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trSU4tzrEW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trSU4tzrEW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trSU4tzrEW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-trSU4tzrEW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-trSU4tzrEW .navbar.navbar-short {
  min-height: 60px;
}
.cid-trSU4tzrEW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trSU4tzrEW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trSU4tzrEW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trSU4tzrEW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trSU4tzrEW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trSU4tzrEW .dropdown-item.active,
.cid-trSU4tzrEW .dropdown-item:active {
  background-color: transparent;
}
.cid-trSU4tzrEW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trSU4tzrEW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trSU4tzrEW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trSU4tzrEW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a1c44;
}
.cid-trSU4tzrEW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trSU4tzrEW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trSU4tzrEW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trSU4tzrEW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trSU4tzrEW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trSU4tzrEW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-trSU4tzrEW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trSU4tzrEW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trSU4tzrEW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trSU4tzrEW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trSU4tzrEW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trSU4tzrEW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trSU4tzrEW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trSU4tzrEW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trSU4tzrEW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trSU4tzrEW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trSU4tzrEW .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-trSU4tzrEW .navbar {
    height: 70px;
  }
  .cid-trSU4tzrEW .navbar.opened {
    height: auto;
  }
  .cid-trSU4tzrEW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ts1d58qYGa {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #0a1c44;
}
.cid-ts1d58qYGa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ts1d58qYGa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts1d58qYGa .row {
    text-align: center;
  }
  .cid-ts1d58qYGa .row > div {
    margin: auto;
  }
  .cid-ts1d58qYGa .social-row {
    justify-content: center;
  }
}
.cid-ts1d58qYGa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ts1d58qYGa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ts1d58qYGa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ts1d58qYGa .list {
    margin-bottom: 0rem;
  }
}
.cid-ts1d58qYGa .mbr-text {
  color: #ffffff;
}
.cid-ts1d58qYGa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ts1d58qYGa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ts1d58qYGa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ts1d58qYGa H5 {
  color: #bbbbbb;
}
.cid-slszKpZeiy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/5e6a3d9593570-1024x682.png");
}
.cid-trTqIA4EfB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trTqIA4EfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-trTqIA4EfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-trTqIA4EfB .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-trTqIA4EfB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-trTqIA4EfB .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-trTqIA4EfB .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-trTqIA4EfB .mbr-section-title {
  color: #0a1c44;
}
.cid-trTqIA4EfB .mbr-text,
.cid-trTqIA4EfB .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-slszKqUf2Z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-slszKqUf2Z img,
.cid-slszKqUf2Z .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-slszKqUf2Z .item:focus,
.cid-slszKqUf2Z span:focus {
  outline: none;
}
.cid-slszKqUf2Z .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-slszKqUf2Z .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bbbbbb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-slszKqUf2Z .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-slszKqUf2Z .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-slszKqUf2Z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-slszKqUf2Z .mbr-section-title {
  color: #0a1c44;
}
.cid-slszKqUf2Z .mbr-text,
.cid-slszKqUf2Z .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-slszKqUf2Z .item-title {
  text-align: center;
  color: #0a1c44;
}
.cid-slszKqUf2Z .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-slszKqUf2Z .mbr-section-subtitle {
  color: #353535;
}
.cid-slszKqUf2Z .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-slszKsuSmZ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slszKsuSmZ .mbr-section-title,
.cid-slszKsuSmZ .mbr-section-subtitle {
  color: #000000;
}
.cid-slszKsuSmZ .mbr-section-text {
  color: #232323;
}
.cid-slszKsuSmZ .mbr-text,
.cid-slszKsuSmZ .typed-text,
.cid-slszKsuSmZ .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-slszKsuSmZ .btn {
  margin-left: 4px !important;
}
.cid-slszKsuSmZ .animated-element {
  color: #ff3366;
}
.cid-slszKsuSmZ .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-slszKsuSmZ .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-slszKsuSmZ .typed-text,
  .cid-slszKsuSmZ .mbr-section-subtitle,
  .cid-slszKsuSmZ .mbr-section-text,
  .cid-slszKsuSmZ .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-slszKsuSmZ .mbr-section-subtitle,
.cid-slszKsuSmZ .typed-text {
  color: #0a1c44;
}
.cid-slszKsuSmZ .mbr-section-text,
.cid-slszKsuSmZ .mbr-section-btn {
  color: #353535;
}
.cid-trTRUx8tdN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-trTRUx8tdN .mbr-section-title,
.cid-trTRUx8tdN .mbr-section-subtitle {
  color: #000000;
}
.cid-trTRUx8tdN .mbr-section-text {
  color: #232323;
}
.cid-trTRUx8tdN .mbr-text,
.cid-trTRUx8tdN .typed-text,
.cid-trTRUx8tdN .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-trTRUx8tdN .btn {
  margin-left: 4px !important;
}
.cid-trTRUx8tdN .animated-element {
  color: #ff3366;
}
.cid-trTRUx8tdN .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-trTRUx8tdN .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-trTRUx8tdN .typed-text,
  .cid-trTRUx8tdN .mbr-section-subtitle,
  .cid-trTRUx8tdN .mbr-section-text,
  .cid-trTRUx8tdN .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-trTRUx8tdN .mbr-section-subtitle,
.cid-trTRUx8tdN .typed-text {
  color: #0a1c44;
}
.cid-trTRUx8tdN .mbr-section-text,
.cid-trTRUx8tdN .mbr-section-btn {
  color: #353535;
}
.cid-trTRVe63fc {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-trTRVe63fc .mbr-section-title,
.cid-trTRVe63fc .mbr-section-subtitle {
  color: #000000;
}
.cid-trTRVe63fc .mbr-section-text {
  color: #232323;
}
.cid-trTRVe63fc .mbr-text,
.cid-trTRVe63fc .typed-text,
.cid-trTRVe63fc .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-trTRVe63fc .btn {
  margin-left: 4px !important;
}
.cid-trTRVe63fc .animated-element {
  color: #ff3366;
}
.cid-trTRVe63fc .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-trTRVe63fc .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-trTRVe63fc .typed-text,
  .cid-trTRVe63fc .mbr-section-subtitle,
  .cid-trTRVe63fc .mbr-section-text,
  .cid-trTRVe63fc .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-trTRVe63fc .mbr-section-subtitle,
.cid-trTRVe63fc .typed-text {
  color: #0a1c44;
}
.cid-trTRVe63fc .mbr-section-text,
.cid-trTRVe63fc .mbr-section-btn {
  color: #353535;
}
.cid-trTomrCCiT {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bbbbbb;
}
.cid-trTomrCCiT .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-trTomrCCiT .container {
  max-width: 1500px;
}
.cid-trTomrCCiT .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-trTomrCCiT .container {
    padding: 0 4rem;
  }
}
.cid-trTomrCCiT .mbr-text,
.cid-trTomrCCiT .mbr-section-btn {
  color: #efeeee;
}
.cid-trTomrCCiT .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-trTomrCCiT .btn .mbr-iconfont {
  order: 2;
}
.cid-trTomrCCiT .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-trTomrCCiT .align-left {
    text-align: center;
  }
  .cid-trTomrCCiT .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-trTomrCCiT H1 {
  color: #0a1c44;
}
.cid-trSU4tzrEW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-trSU4tzrEW nav.navbar {
  position: fixed;
}
.cid-trSU4tzrEW .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-trSU4tzrEW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trSU4tzrEW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trSU4tzrEW .dropdown-item:hover,
.cid-trSU4tzrEW .dropdown-item:focus {
  background: #0a1c44 !important;
  color: white !important;
}
.cid-trSU4tzrEW .dropdown-item:hover span {
  color: white;
}
.cid-trSU4tzrEW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trSU4tzrEW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trSU4tzrEW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trSU4tzrEW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trSU4tzrEW .nav-link {
  position: relative;
}
.cid-trSU4tzrEW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-trSU4tzrEW .container {
    flex-wrap: nowrap;
  }
}
.cid-trSU4tzrEW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trSU4tzrEW .dropdown-menu,
.cid-trSU4tzrEW .navbar.opened {
  background: #0a1c44 !important;
}
.cid-trSU4tzrEW .nav-item:focus,
.cid-trSU4tzrEW .nav-link:focus {
  outline: none;
}
.cid-trSU4tzrEW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trSU4tzrEW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trSU4tzrEW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trSU4tzrEW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trSU4tzrEW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trSU4tzrEW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trSU4tzrEW .navbar {
  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: #0a1c44;
}
.cid-trSU4tzrEW .navbar.opened {
  transition: all 0.3s;
}
.cid-trSU4tzrEW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trSU4tzrEW .navbar .navbar-logo img {
  width: auto;
}
.cid-trSU4tzrEW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-trSU4tzrEW .navbar.collapsed {
  justify-content: center;
}
.cid-trSU4tzrEW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trSU4tzrEW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trSU4tzrEW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-trSU4tzrEW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trSU4tzrEW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trSU4tzrEW .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-trSU4tzrEW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trSU4tzrEW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trSU4tzrEW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trSU4tzrEW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trSU4tzrEW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trSU4tzrEW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trSU4tzrEW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trSU4tzrEW .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-trSU4tzrEW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trSU4tzrEW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trSU4tzrEW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trSU4tzrEW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trSU4tzrEW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trSU4tzrEW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-trSU4tzrEW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-trSU4tzrEW .navbar.navbar-short {
  min-height: 60px;
}
.cid-trSU4tzrEW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trSU4tzrEW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trSU4tzrEW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trSU4tzrEW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trSU4tzrEW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trSU4tzrEW .dropdown-item.active,
.cid-trSU4tzrEW .dropdown-item:active {
  background-color: transparent;
}
.cid-trSU4tzrEW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trSU4tzrEW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trSU4tzrEW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trSU4tzrEW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a1c44;
}
.cid-trSU4tzrEW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trSU4tzrEW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trSU4tzrEW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trSU4tzrEW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trSU4tzrEW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trSU4tzrEW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-trSU4tzrEW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trSU4tzrEW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trSU4tzrEW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trSU4tzrEW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trSU4tzrEW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trSU4tzrEW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trSU4tzrEW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trSU4tzrEW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trSU4tzrEW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trSU4tzrEW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trSU4tzrEW .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-trSU4tzrEW .navbar {
    height: 70px;
  }
  .cid-trSU4tzrEW .navbar.opened {
    height: auto;
  }
  .cid-trSU4tzrEW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ts1d58qYGa {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #0a1c44;
}
.cid-ts1d58qYGa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ts1d58qYGa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts1d58qYGa .row {
    text-align: center;
  }
  .cid-ts1d58qYGa .row > div {
    margin: auto;
  }
  .cid-ts1d58qYGa .social-row {
    justify-content: center;
  }
}
.cid-ts1d58qYGa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ts1d58qYGa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ts1d58qYGa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ts1d58qYGa .list {
    margin-bottom: 0rem;
  }
}
.cid-ts1d58qYGa .mbr-text {
  color: #ffffff;
}
.cid-ts1d58qYGa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ts1d58qYGa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ts1d58qYGa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ts1d58qYGa H5 {
  color: #bbbbbb;
}
.cid-trTIqUBSgx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/5e6a3d9593570-1024x682.png");
}
.cid-trTIqWbfhD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trTIqWbfhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-trTIqWbfhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-trTIqWbfhD .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-trTIqWbfhD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-trTIqWbfhD .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-trTIqWbfhD .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-trTIqWbfhD .mbr-section-title {
  color: #0a1c44;
  text-align: center;
}
.cid-trTIqWbfhD .mbr-text,
.cid-trTIqWbfhD .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-trTUcX1eLW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-trTUcX1eLW .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-trTUcX1eLW .mbr-text {
  color: #0a1c44;
}
.cid-trTWeruXKl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0a1c44;
}
.cid-trTWeruXKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-trTWeruXKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trTWeruXKl .mbr-section-title {
  color: #ffffff;
}
.cid-trTWeruXKl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-trTIqZlCM2 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0a1c44;
}
.cid-trTIqZlCM2 .mbr-section-title,
.cid-trTIqZlCM2 .mbr-section-subtitle {
  color: #000000;
}
.cid-trTIqZlCM2 .mbr-section-text {
  color: #232323;
}
.cid-trTIqZlCM2 .mbr-text,
.cid-trTIqZlCM2 .typed-text,
.cid-trTIqZlCM2 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-trTIqZlCM2 .btn {
  margin-left: 4px !important;
}
.cid-trTIqZlCM2 .animated-element {
  color: #ffffff;
}
.cid-trTIqZlCM2 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffffff;
}
.cid-trTIqZlCM2 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-trTIqZlCM2 .typed-text,
  .cid-trTIqZlCM2 .mbr-section-subtitle,
  .cid-trTIqZlCM2 .mbr-section-text,
  .cid-trTIqZlCM2 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-trTIqZlCM2 .mbr-section-subtitle,
.cid-trTIqZlCM2 .typed-text {
  color: #bbbbbb;
}
.cid-trTIqZlCM2 .mbr-section-text,
.cid-trTIqZlCM2 .mbr-section-btn {
  color: #ffffff;
}
.cid-trTIr0sWkD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bbbbbb;
}
.cid-trTIr0sWkD .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-trTIr0sWkD .container {
  max-width: 1500px;
}
.cid-trTIr0sWkD .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-trTIr0sWkD .container {
    padding: 0 4rem;
  }
}
.cid-trTIr0sWkD .mbr-text,
.cid-trTIr0sWkD .mbr-section-btn {
  color: #efeeee;
}
.cid-trTIr0sWkD .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-trTIr0sWkD .btn .mbr-iconfont {
  order: 2;
}
.cid-trTIr0sWkD .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-trTIr0sWkD .align-left {
    text-align: center;
  }
  .cid-trTIr0sWkD .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-trTIr0sWkD H1 {
  color: #0a1c44;
}
.cid-trTIr2xZ99 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-trTIr2xZ99 nav.navbar {
  position: fixed;
}
.cid-trTIr2xZ99 .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-trTIr2xZ99 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trTIr2xZ99 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trTIr2xZ99 .dropdown-item:hover,
.cid-trTIr2xZ99 .dropdown-item:focus {
  background: #0a1c44 !important;
  color: white !important;
}
.cid-trTIr2xZ99 .dropdown-item:hover span {
  color: white;
}
.cid-trTIr2xZ99 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trTIr2xZ99 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trTIr2xZ99 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trTIr2xZ99 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trTIr2xZ99 .nav-link {
  position: relative;
}
.cid-trTIr2xZ99 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-trTIr2xZ99 .container {
    flex-wrap: nowrap;
  }
}
.cid-trTIr2xZ99 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trTIr2xZ99 .dropdown-menu,
.cid-trTIr2xZ99 .navbar.opened {
  background: #0a1c44 !important;
}
.cid-trTIr2xZ99 .nav-item:focus,
.cid-trTIr2xZ99 .nav-link:focus {
  outline: none;
}
.cid-trTIr2xZ99 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trTIr2xZ99 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trTIr2xZ99 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trTIr2xZ99 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trTIr2xZ99 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trTIr2xZ99 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trTIr2xZ99 .navbar {
  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: #0a1c44;
}
.cid-trTIr2xZ99 .navbar.opened {
  transition: all 0.3s;
}
.cid-trTIr2xZ99 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trTIr2xZ99 .navbar .navbar-logo img {
  width: auto;
}
.cid-trTIr2xZ99 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-trTIr2xZ99 .navbar.collapsed {
  justify-content: center;
}
.cid-trTIr2xZ99 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trTIr2xZ99 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trTIr2xZ99 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-trTIr2xZ99 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trTIr2xZ99 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trTIr2xZ99 .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-trTIr2xZ99 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trTIr2xZ99 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trTIr2xZ99 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trTIr2xZ99 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trTIr2xZ99 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trTIr2xZ99 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trTIr2xZ99 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trTIr2xZ99 .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-trTIr2xZ99 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trTIr2xZ99 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trTIr2xZ99 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trTIr2xZ99 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trTIr2xZ99 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trTIr2xZ99 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-trTIr2xZ99 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-trTIr2xZ99 .navbar.navbar-short {
  min-height: 60px;
}
.cid-trTIr2xZ99 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trTIr2xZ99 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trTIr2xZ99 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trTIr2xZ99 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trTIr2xZ99 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trTIr2xZ99 .dropdown-item.active,
.cid-trTIr2xZ99 .dropdown-item:active {
  background-color: transparent;
}
.cid-trTIr2xZ99 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trTIr2xZ99 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trTIr2xZ99 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trTIr2xZ99 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a1c44;
}
.cid-trTIr2xZ99 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trTIr2xZ99 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trTIr2xZ99 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trTIr2xZ99 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trTIr2xZ99 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trTIr2xZ99 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-trTIr2xZ99 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trTIr2xZ99 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trTIr2xZ99 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trTIr2xZ99 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trTIr2xZ99 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trTIr2xZ99 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trTIr2xZ99 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trTIr2xZ99 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trTIr2xZ99 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trTIr2xZ99 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trTIr2xZ99 .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-trTIr2xZ99 .navbar {
    height: 70px;
  }
  .cid-trTIr2xZ99 .navbar.opened {
    height: auto;
  }
  .cid-trTIr2xZ99 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ts1d58qYGa {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #0a1c44;
}
.cid-ts1d58qYGa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ts1d58qYGa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts1d58qYGa .row {
    text-align: center;
  }
  .cid-ts1d58qYGa .row > div {
    margin: auto;
  }
  .cid-ts1d58qYGa .social-row {
    justify-content: center;
  }
}
.cid-ts1d58qYGa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ts1d58qYGa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ts1d58qYGa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ts1d58qYGa .list {
    margin-bottom: 0rem;
  }
}
.cid-ts1d58qYGa .mbr-text {
  color: #ffffff;
}
.cid-ts1d58qYGa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ts1d58qYGa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ts1d58qYGa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ts1d58qYGa H5 {
  color: #bbbbbb;
}
.cid-trTwGs94Bi {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/5e6a3d9593570-1024x682.png");
}
.cid-trTwGtbNoq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trTwGtbNoq .mbr-fallback-image.disabled {
  display: none;
}
.cid-trTwGtbNoq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-trTwGtbNoq .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-trTwGtbNoq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-trTwGtbNoq .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-trTwGtbNoq .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-trTwGtbNoq .mbr-section-title {
  color: #0a1c44;
}
.cid-trTwGtbNoq .mbr-text,
.cid-trTwGtbNoq .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-trTwGvmn62 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-trTwGvmn62 .mbr-section-title,
.cid-trTwGvmn62 .mbr-section-subtitle {
  color: #000000;
}
.cid-trTwGvmn62 .mbr-section-text {
  color: #232323;
}
.cid-trTwGvmn62 .mbr-text,
.cid-trTwGvmn62 .typed-text,
.cid-trTwGvmn62 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-trTwGvmn62 .btn {
  margin-left: 4px !important;
}
.cid-trTwGvmn62 .animated-element {
  color: #ff3366;
}
.cid-trTwGvmn62 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-trTwGvmn62 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-trTwGvmn62 .typed-text,
  .cid-trTwGvmn62 .mbr-section-subtitle,
  .cid-trTwGvmn62 .mbr-section-text,
  .cid-trTwGvmn62 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-trTwGvmn62 .mbr-section-subtitle,
.cid-trTwGvmn62 .typed-text {
  color: #0a1c44;
}
.cid-trTwGvmn62 .mbr-section-text,
.cid-trTwGvmn62 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-trTJWvIDR2 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-trTJWvIDR2 .mbr-section-title,
.cid-trTJWvIDR2 .mbr-section-subtitle {
  color: #000000;
}
.cid-trTJWvIDR2 .mbr-section-text {
  color: #232323;
}
.cid-trTJWvIDR2 .mbr-text,
.cid-trTJWvIDR2 .typed-text,
.cid-trTJWvIDR2 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-trTJWvIDR2 .btn {
  margin-left: 4px !important;
}
.cid-trTJWvIDR2 .animated-element {
  color: #ff3366;
}
.cid-trTJWvIDR2 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-trTJWvIDR2 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-trTJWvIDR2 .typed-text,
  .cid-trTJWvIDR2 .mbr-section-subtitle,
  .cid-trTJWvIDR2 .mbr-section-text,
  .cid-trTJWvIDR2 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-trTJWvIDR2 .mbr-section-subtitle,
.cid-trTJWvIDR2 .typed-text {
  color: #0a1c44;
}
.cid-trTJWvIDR2 .mbr-section-text,
.cid-trTJWvIDR2 .mbr-section-btn {
  color: #353535;
}
.cid-trTK3s75tr {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-trTK3s75tr .mbr-section-title,
.cid-trTK3s75tr .mbr-section-subtitle {
  color: #000000;
}
.cid-trTK3s75tr .mbr-section-text {
  color: #232323;
}
.cid-trTK3s75tr .mbr-text,
.cid-trTK3s75tr .typed-text,
.cid-trTK3s75tr .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-trTK3s75tr .btn {
  margin-left: 4px !important;
}
.cid-trTK3s75tr .animated-element {
  color: #ff3366;
}
.cid-trTK3s75tr .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-trTK3s75tr .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-trTK3s75tr .typed-text,
  .cid-trTK3s75tr .mbr-section-subtitle,
  .cid-trTK3s75tr .mbr-section-text,
  .cid-trTK3s75tr .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-trTK3s75tr .mbr-section-subtitle,
.cid-trTK3s75tr .typed-text {
  color: #0a1c44;
}
.cid-trTK3s75tr .mbr-section-text,
.cid-trTK3s75tr .mbr-section-btn {
  color: #353535;
}
.cid-trTKaSOR2q {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-trTKaSOR2q .mbr-section-title,
.cid-trTKaSOR2q .mbr-section-subtitle {
  color: #000000;
}
.cid-trTKaSOR2q .mbr-section-text {
  color: #232323;
}
.cid-trTKaSOR2q .mbr-text,
.cid-trTKaSOR2q .typed-text,
.cid-trTKaSOR2q .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-trTKaSOR2q .btn {
  margin-left: 4px !important;
}
.cid-trTKaSOR2q .animated-element {
  color: #ff3366;
}
.cid-trTKaSOR2q .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-trTKaSOR2q .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-trTKaSOR2q .typed-text,
  .cid-trTKaSOR2q .mbr-section-subtitle,
  .cid-trTKaSOR2q .mbr-section-text,
  .cid-trTKaSOR2q .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-trTKaSOR2q .mbr-section-subtitle,
.cid-trTKaSOR2q .typed-text {
  color: #0a1c44;
}
.cid-trTKaSOR2q .mbr-section-text,
.cid-trTKaSOR2q .mbr-section-btn {
  color: #353535;
}
.cid-trTKbAv5Ti {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-trTKbAv5Ti .mbr-section-title,
.cid-trTKbAv5Ti .mbr-section-subtitle {
  color: #000000;
}
.cid-trTKbAv5Ti .mbr-section-text {
  color: #232323;
}
.cid-trTKbAv5Ti .mbr-text,
.cid-trTKbAv5Ti .typed-text,
.cid-trTKbAv5Ti .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-trTKbAv5Ti .btn {
  margin-left: 4px !important;
}
.cid-trTKbAv5Ti .animated-element {
  color: #ff3366;
}
.cid-trTKbAv5Ti .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-trTKbAv5Ti .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-trTKbAv5Ti .typed-text,
  .cid-trTKbAv5Ti .mbr-section-subtitle,
  .cid-trTKbAv5Ti .mbr-section-text,
  .cid-trTKbAv5Ti .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-trTKbAv5Ti .mbr-section-subtitle,
.cid-trTKbAv5Ti .typed-text {
  color: #0a1c44;
}
.cid-trTKbAv5Ti .mbr-section-text,
.cid-trTKbAv5Ti .mbr-section-btn {
  color: #353535;
}
.cid-trTwGwiqlt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #bbbbbb;
}
.cid-trTwGwiqlt .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-trTwGwiqlt .container {
  max-width: 1500px;
}
.cid-trTwGwiqlt .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-trTwGwiqlt .container {
    padding: 0 4rem;
  }
}
.cid-trTwGwiqlt .mbr-text,
.cid-trTwGwiqlt .mbr-section-btn {
  color: #efeeee;
}
.cid-trTwGwiqlt .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-trTwGwiqlt .btn .mbr-iconfont {
  order: 2;
}
.cid-trTwGwiqlt .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-trTwGwiqlt .align-left {
    text-align: center;
  }
  .cid-trTwGwiqlt .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-trTwGwiqlt H1 {
  color: #0a1c44;
}
.cid-trTwGxTQFS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-trTwGxTQFS nav.navbar {
  position: fixed;
}
.cid-trTwGxTQFS .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-trTwGxTQFS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trTwGxTQFS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trTwGxTQFS .dropdown-item:hover,
.cid-trTwGxTQFS .dropdown-item:focus {
  background: #0a1c44 !important;
  color: white !important;
}
.cid-trTwGxTQFS .dropdown-item:hover span {
  color: white;
}
.cid-trTwGxTQFS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trTwGxTQFS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trTwGxTQFS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trTwGxTQFS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trTwGxTQFS .nav-link {
  position: relative;
}
.cid-trTwGxTQFS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-trTwGxTQFS .container {
    flex-wrap: nowrap;
  }
}
.cid-trTwGxTQFS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trTwGxTQFS .dropdown-menu,
.cid-trTwGxTQFS .navbar.opened {
  background: #0a1c44 !important;
}
.cid-trTwGxTQFS .nav-item:focus,
.cid-trTwGxTQFS .nav-link:focus {
  outline: none;
}
.cid-trTwGxTQFS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trTwGxTQFS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trTwGxTQFS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trTwGxTQFS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trTwGxTQFS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trTwGxTQFS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trTwGxTQFS .navbar {
  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: #0a1c44;
}
.cid-trTwGxTQFS .navbar.opened {
  transition: all 0.3s;
}
.cid-trTwGxTQFS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trTwGxTQFS .navbar .navbar-logo img {
  width: auto;
}
.cid-trTwGxTQFS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-trTwGxTQFS .navbar.collapsed {
  justify-content: center;
}
.cid-trTwGxTQFS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trTwGxTQFS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trTwGxTQFS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-trTwGxTQFS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trTwGxTQFS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trTwGxTQFS .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-trTwGxTQFS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trTwGxTQFS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trTwGxTQFS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trTwGxTQFS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trTwGxTQFS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trTwGxTQFS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trTwGxTQFS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trTwGxTQFS .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-trTwGxTQFS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trTwGxTQFS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trTwGxTQFS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trTwGxTQFS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trTwGxTQFS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trTwGxTQFS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-trTwGxTQFS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-trTwGxTQFS .navbar.navbar-short {
  min-height: 60px;
}
.cid-trTwGxTQFS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trTwGxTQFS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trTwGxTQFS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trTwGxTQFS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trTwGxTQFS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trTwGxTQFS .dropdown-item.active,
.cid-trTwGxTQFS .dropdown-item:active {
  background-color: transparent;
}
.cid-trTwGxTQFS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trTwGxTQFS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trTwGxTQFS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trTwGxTQFS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a1c44;
}
.cid-trTwGxTQFS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trTwGxTQFS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trTwGxTQFS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trTwGxTQFS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trTwGxTQFS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trTwGxTQFS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-trTwGxTQFS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trTwGxTQFS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trTwGxTQFS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trTwGxTQFS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trTwGxTQFS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trTwGxTQFS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trTwGxTQFS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trTwGxTQFS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trTwGxTQFS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trTwGxTQFS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trTwGxTQFS .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-trTwGxTQFS .navbar {
    height: 70px;
  }
  .cid-trTwGxTQFS .navbar.opened {
    height: auto;
  }
  .cid-trTwGxTQFS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ts1d58qYGa {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #0a1c44;
}
.cid-ts1d58qYGa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ts1d58qYGa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts1d58qYGa .row {
    text-align: center;
  }
  .cid-ts1d58qYGa .row > div {
    margin: auto;
  }
  .cid-ts1d58qYGa .social-row {
    justify-content: center;
  }
}
.cid-ts1d58qYGa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ts1d58qYGa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ts1d58qYGa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ts1d58qYGa .list {
    margin-bottom: 0rem;
  }
}
.cid-ts1d58qYGa .mbr-text {
  color: #ffffff;
}
.cid-ts1d58qYGa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ts1d58qYGa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ts1d58qYGa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ts1d58qYGa H5 {
  color: #bbbbbb;
}
