.btn {
  border-width: 2px;
}
body {
  font-family: 'Manrope', sans-serif;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
  letter-spacing: -1.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
  letter-spacing: -1.9px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((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.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #6148ff !important;
}
.bg-success {
  background-color: #3acc3a !important;
}
.bg-info {
  background-color: #ffc159 !important;
}
.bg-warning {
  background-color: #ff7448 !important;
}
.bg-danger {
  background-color: #ff4848 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6148ff !important;
  border-color: #6148ff !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: #2100f0 !important;
  border-color: #2100f0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2100f0 !important;
  border-color: #2100f0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2705fc !important;
  border-color: #2705fc !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: #1902a8 !important;
  border-color: #1902a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1902a8 !important;
  border-color: #1902a8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffc159 !important;
  border-color: #ffc159 !important;
  color: #593800 !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: #ffa102 !important;
  border-color: #ffa102 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #593800 !important;
  background-color: #ffa102 !important;
  border-color: #ffa102 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3acc3a !important;
  border-color: #3acc3a !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: #248b24 !important;
  border-color: #248b24 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #248b24 !important;
  border-color: #248b24 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff7448 !important;
  border-color: #ff7448 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #f03a00 !important;
  border-color: #f03a00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f03a00 !important;
  border-color: #f03a00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4848 !important;
  border-color: #ff4848 !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: #f00000 !important;
  border-color: #f00000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f00000 !important;
  border-color: #f00000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !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: #6148ff;
  color: #6148ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2100f0 !important;
  background-color: transparent!important;
  border-color: #2100f0 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6148ff !important;
  border-color: #6148ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2705fc;
  color: #2705fc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1902a8 !important;
  background-color: transparent!important;
  border-color: #1902a8 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2705fc !important;
  border-color: #2705fc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffc159;
  color: #ffc159;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffa102 !important;
  background-color: transparent!important;
  border-color: #ffa102 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #593800 !important;
  background-color: #ffc159 !important;
  border-color: #ffc159 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3acc3a;
  color: #3acc3a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #248b24 !important;
  background-color: transparent!important;
  border-color: #248b24 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3acc3a !important;
  border-color: #3acc3a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff7448;
  color: #ff7448;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f03a00 !important;
  background-color: transparent!important;
  border-color: #f03a00 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7448 !important;
  border-color: #ff7448 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff4848;
  color: #ff4848;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #f00000 !important;
  background-color: transparent!important;
  border-color: #f00000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4848 !important;
  border-color: #ff4848 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #6148ff !important;
}
.text-secondary {
  color: #2705fc !important;
}
.text-success {
  color: #3acc3a !important;
}
.text-info {
  color: #ffc159 !important;
}
.text-warning {
  color: #ff7448 !important;
}
.text-danger {
  color: #ff4848 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #161616 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1f00e1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #170299 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #217f21 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #f29800 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e13600 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #e10000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #6148ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #161616;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffc159;
}
.alert-warning {
  background-color: #ff7448;
}
.alert-danger {
  background-color: #ff4848;
}
.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: #6148ff;
  border-color: #6148ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6148ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dcf6dc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #6148ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #6148ff;
}
/* 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: #6148ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6148ff;
}
.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: #6148ff;
  border-bottom-color: #6148ff;
}
.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: #6148ff !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: #2705fc !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='%236148ff' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1392px;
  width: 94%;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 120px;
  border-radius: 8px;
  padding: 16px 32px;
  line-height: 1.25;
  font-weight: 700 !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn:hover {
  -webkit-transform: translate(0, -2px) !important;
  -ms-transform: translate(0, -2px) !important;
  transform: translate(0, -2px) !important;
}
.mbr-section-btn .btn-black-outline {
  background-color: #ffffff !important;
  border: 2px solid #161616;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-black-outline:active {
  background-color: #c2c0bc !important;
  border: 2px solid #161616 !important;
}
.mbr-section-btn .btn-white-outline {
  background-color: transparent !important;
  border: 2px solid #ffffff;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn .btn-white-outline:active {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white:active {
  background-color: #ffffff !important;
  color: #000000 !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
  }
}
b {
  font-weight: 700 !important;
}
.cid-t5xj6X05NG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-t5xj6X05NG {
    min-height: 70px;
  }
}
.cid-t5xj6X05NG nav.navbar {
  position: fixed;
}
.cid-t5xj6X05NG .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-t5xj6X05NG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5xj6X05NG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-t5xj6X05NG .dropdown-item:hover,
.cid-t5xj6X05NG .dropdown-item:focus {
  background: #6148ff !important;
  color: white !important;
}
.cid-t5xj6X05NG .dropdown-item:hover span {
  color: white;
}
.cid-t5xj6X05NG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5xj6X05NG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5xj6X05NG .dropdown-item:hover,
.cid-t5xj6X05NG .dropdown-item:focus,
.cid-t5xj6X05NG .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-t5xj6X05NG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t5xj6X05NG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5xj6X05NG .nav-link {
  position: relative;
}
.cid-t5xj6X05NG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t5xj6X05NG .container {
    flex-wrap: nowrap;
  }
}
.cid-t5xj6X05NG .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t5xj6X05NG .navbar-caption {
  font-weight: 700;
}
.cid-t5xj6X05NG .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-t5xj6X05NG .dropdown-menu,
.cid-t5xj6X05NG .navbar.opened {
  background: #ffffff !important;
}
.cid-t5xj6X05NG .nav-item:focus,
.cid-t5xj6X05NG .nav-link:focus {
  outline: none;
}
.cid-t5xj6X05NG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5xj6X05NG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5xj6X05NG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5xj6X05NG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5xj6X05NG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5xj6X05NG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5xj6X05NG .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-t5xj6X05NG .navbar {
    min-height: 80px;
  }
  .cid-t5xj6X05NG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5xj6X05NG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5xj6X05NG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5xj6X05NG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5xj6X05NG .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-t5xj6X05NG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5xj6X05NG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5xj6X05NG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5xj6X05NG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5xj6X05NG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5xj6X05NG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5xj6X05NG .navbar.opened {
  transition: all 0.3s;
}
.cid-t5xj6X05NG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5xj6X05NG .navbar .navbar-logo img {
  width: auto;
}
.cid-t5xj6X05NG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5xj6X05NG .navbar.collapsed {
  justify-content: center;
}
.cid-t5xj6X05NG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5xj6X05NG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5xj6X05NG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-t5xj6X05NG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5xj6X05NG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5xj6X05NG .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-t5xj6X05NG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5xj6X05NG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5xj6X05NG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-t5xj6X05NG .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-t5xj6X05NG .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-t5xj6X05NG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5xj6X05NG .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t5xj6X05NG .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-t5xj6X05NG .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t5xj6X05NG .navbar-brand {
    min-height: 80px;
  }
}
.cid-t5xj6X05NG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5xj6X05NG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5xj6X05NG .dropdown-item.active,
.cid-t5xj6X05NG .dropdown-item:active {
  background-color: transparent;
}
.cid-t5xj6X05NG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5xj6X05NG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5xj6X05NG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5xj6X05NG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t5xj6X05NG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5xj6X05NG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5xj6X05NG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5xj6X05NG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5xj6X05NG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5xj6X05NG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-t5xj6X05NG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5xj6X05NG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5xj6X05NG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5xj6X05NG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5xj6X05NG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5xj6X05NG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5xj6X05NG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5xj6X05NG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5xj6X05NG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t5xj6X05NG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5xj6X05NG .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-t5xj6X05NG .navbar {
    height: 70px;
  }
  .cid-t5xj6X05NG .navbar.opened {
    height: auto;
  }
  .cid-t5xj6X05NG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5xj6X05NG .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-t5xj6X05NG .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-t5xj6X05NG .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t5xj6X05NG .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-t5xj6X05NG .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-t5xj9RAhxf {
  background-color: #d4eff0;
  overflow: hidden;
}
.cid-t5xj9RAhxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-t5xj9RAhxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t5xj9RAhxf .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-t5xj9RAhxf .col-text {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .cid-t5xj9RAhxf .col-text {
    order: 2;
  }
}
.cid-t5xj9RAhxf .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-t5xj9RAhxf .col-img {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .cid-t5xj9RAhxf .col-img {
    order: 1;
  }
}
.cid-t5xj9RAhxf .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t5xj9RAhxf .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-t5xj9RAhxf .mbr-text {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .cid-t5xj9RAhxf .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-t5xj9RAhxf .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-t5xj9RAhxf .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-t5xj9RAhxf .mbr-section-btn {
    width: 100%;
  }
}
.cid-t5xj9RAhxf .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 510px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t5xj9RAhxf .image-wrapper {
    height: 360px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-t5xj9RAhxf .image-wrapper {
    height: auto;
  }
}
.cid-t5xj9RAhxf .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-t5xj9RAhxf .circle-blur {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ffc159 27%, #6148ff 50%, #3acc3a 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-t5xj9RAhxf .circle-blur {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.cid-tLXSycH6JR {
  background-color: #ffffff;
}
.cid-tLXSycH6JR .row {
  align-items: center;
}
.cid-tLXSycH6JR .image-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tLXSycH6JR .image-wrapper {
    padding: 2rem 1rem 1rem;
  }
}
.cid-tLXSycH6JR .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-tLXSycH6JR .text-wrapper {
    padding-right: 84px;
  }
}
.cid-tLXSycH6JR .label-text {
  width: 100%;
  color: #0057fc;
}
.cid-tLXSycH6JR .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tLXSycH6JR .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tLXSycH6JR .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-tLXSycH6JR .icon-box {
  background: #0057fc;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLXSycH6JR .mbr-iconfont {
  font-size: 15px;
  color: #ffffff;
}
.cid-tLXSycH6JR .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-tLXSycH6JR .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tLXSycH6JR .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tLXSycH6JR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLXSycH6JR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t5xnqSZDmW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d4eff0;
}
.cid-t5xnqSZDmW .row {
  justify-content: center;
}
.cid-t5xnqSZDmW .mbr-section-title {
  color: #6148ff;
  width: 100%;
}
.cid-t5xnqSZDmW .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 24px;
}
.cid-t5xnqSZDmW .col-title {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 56px;
}
.cid-t5xnqSZDmW .cards-wrapper {
  position: relative;
  padding: 0 !important;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}
.cid-t5xnqSZDmW .number-line {
  position: absolute;
  left: 19px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #2705fc;
}
@media (max-width: 991px) {
  .cid-t5xnqSZDmW .number-line {
    display: none !important;
  }
}
.cid-t5xnqSZDmW .card {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-t5xnqSZDmW .card:not(:nth-child(2)) {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .cid-t5xnqSZDmW .card:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    left: 19px;
    z-index: 9;
    width: 2px;
    height: 50%;
    background-color: #d4eff0;
  }
  .cid-t5xnqSZDmW .card:nth-child(6)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 19px;
    z-index: 9;
    width: 2px;
    height: 50%;
    background-color: #d4eff0;
  }
}
.cid-t5xnqSZDmW .card-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: visible;
}
.cid-t5xnqSZDmW .card-number-container {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  min-width: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #d4eff0;
}
@media (max-width: 991px) {
  .cid-t5xnqSZDmW .card-number-container {
    position: absolute;
    left: 24px;
    top: -19px;
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 50%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-t5xnqSZDmW .card-number-container {
    left: 16px;
  }
}
.cid-t5xnqSZDmW .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 2px solid #2705fc;
  font-size: 1rem;
  color: #2705fc;
  border-radius: 50%;
}
.cid-t5xnqSZDmW .card-box {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 24px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-t5xnqSZDmW .card-box {
    padding: 16px;
    flex-wrap: wrap;
  }
}
.cid-t5xnqSZDmW .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  padding: 40px;
  border-radius: 12px;
  margin-right: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #826eff, #2705fc);
}
@media (max-width: 767px) {
  .cid-t5xnqSZDmW .card-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.cid-t5xnqSZDmW .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-t5xnqSZDmW .img-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.cid-t5xnqSZDmW .card-text-container {
  width: 100%;
}
.cid-t5xnqSZDmW .card-title {
  color: #2705fc;
  width: 100%;
  margin-bottom: 0;
}
.cid-t5xnqSZDmW .card-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .cid-t5xnqSZDmW .card-subtitle {
    margin-top: 8px;
  }
}
.cid-t5xnqSZDmW .card-text {
  color: #000000;
  width: 100%;
  opacity: 0.65;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-t5xnqSZDmW .card-text {
    margin-top: 16px;
  }
}
.cid-tLXSpuAM8l {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLXSpuAM8l .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tLXSpuAM8l .row {
    padding: 0 0.75rem;
  }
}
.cid-tLXSpuAM8l .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-tLXSpuAM8l .label-text {
  color: #0057fc;
}
.cid-tLXSpuAM8l .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tLXSpuAM8l .card {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tLXSpuAM8l .card {
    padding: 0;
  }
}
.cid-tLXSpuAM8l .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 28px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 991px) {
  .cid-tLXSpuAM8l .card-wrapper {
    flex-direction: column;
    padding: 15px;
    margin-bottom: 30px;
  }
}
.cid-tLXSpuAM8l .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tLXSpuAM8l .card-text {
  color: #555555;
}
.cid-tLXSpuAM8l .mbr-iconfont {
  font-size: 25px;
  color: #0057fc;
}
.cid-tLXSpuAM8l .icon-box {
  margin-right: 42px;
}
@media (max-width: 991px) {
  .cid-tLXSpuAM8l .icon-box {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-tLXSpuAM8l .card-box {
    text-align: center;
  }
}
.cid-tLXSpuAM8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLXSpuAM8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLXSpuAM8l .card-title {
  color: #2705fc;
}
.cid-tLXSDILhpV {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-tLXSDILhpV {
    background-image: url("../../../assets/images/features15.jpg");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center right;
  }
}
.cid-tLXSDILhpV .row {
  flex-direction: row-reverse;
}
.cid-tLXSDILhpV .row {
  align-items: center;
}
.cid-tLXSDILhpV .image-wrapper {
  padding: 1rem;
}
.cid-tLXSDILhpV .col-text {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-tLXSDILhpV .col-text .radial-svg {
  display: none;
}
@media (min-width: 768px) {
  .cid-tLXSDILhpV .col-text {
    padding-right: 1.5rem;
  }
  .cid-tLXSDILhpV .col-text .radial-svg {
    display: block;
    position: absolute;
    height: 100%;
    width: 160px;
    z-index: 1;
    top: 0;
    left: 87%;
  }
  .cid-tLXSDILhpV .col-text .radial-svg path {
    fill: #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-tLXSDILhpV .col-text {
    padding-right: 2rem;
  }
  .cid-tLXSDILhpV .col-text .radial-svg {
    width: 200px;
  }
}
.cid-tLXSDILhpV .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.cid-tLXSDILhpV .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 60px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tLXSDILhpV .text-container {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-tLXSDILhpV .label-text {
  width: 100%;
  color: #0057fc;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-tLXSDILhpV .label-text {
    text-align: center;
  }
}
.cid-tLXSDILhpV .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-tLXSDILhpV .mbr-section-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tLXSDILhpV .mbr-section-title {
    font-size: 1.5rem !important;
  }
}
.cid-tLXSDILhpV .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-tLXSDILhpV .mbr-text {
    text-align: center;
  }
}
.cid-tLXSDILhpV .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-tLXSDILhpV .cards-container {
    flex-direction: column;
  }
}
.cid-tLXSDILhpV .card-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 50px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tLXSDILhpV .card-wrapper {
    padding-right: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tLXSDILhpV .card-wrapper {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tLXSDILhpV .card-box {
    text-align: center !important;
    width: 100%;
  }
}
.cid-tLXSDILhpV .icon-box {
  width: 100%;
  margin-bottom: 12px;
}
.cid-tLXSDILhpV .icon-box .mbr-iconfont {
  font-size: 48px;
  color: #0057fc;
}
.cid-tLXSDILhpV .card-text {
  color: #111111;
}
.cid-tLXSDILhpV .btn-container {
  width: 100%;
}
.cid-tLXSDILhpV .mbr-section-btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tLXSDILhpV .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-tLXSDILhpV .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tLXSDILhpV .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tLXSDILhpV .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tLXSDILhpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLXSDILhpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLYhvZweBi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tLYhvZweBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLYhvZweBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLYhvZweBi ul {
  list-style: none;
}
.cid-tLYhvZweBi li {
  padding-bottom: 0.5rem;
}
.cid-tLYhvZweBi ul li::before {
  content: "\2022";
  color: #6148ff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1rem;
}
.cid-tLYhvZweBi .list-group-item {
  color: #ff6666;
}
.cid-tLYhvZweBi .plan-body {
  padding-bottom: 2rem;
}
.cid-tLYhvZweBi .card1 {
  background: #d4eff0;
}
@media (min-width: 767px) {
  .cid-tLYhvZweBi .card1 {
    transform: translateX(2rem);
  }
}
.cid-tLYhvZweBi .card2 {
  background: #ffffff;
}
@media (min-width: 767px) {
  .cid-tLYhvZweBi .card2 {
    transform: translateX(-2rem);
  }
}
.cid-tLYhvZweBi .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tLYhvZweBi .price {
  color: #6148ff;
}
.cid-tLYhvZweBi .plan {
  word-break: break-word;
  padding: 3rem;
  border-radius: 3rem;
  box-shadow: 0 0 20px 0 lightgray;
}
.cid-tLYhvZweBi .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 992px) {
  .cid-tLYhvZweBi .plan {
    padding: 1rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tLYhvZweBi .plan {
    margin-bottom: 2rem;
  }
}
.cid-tLYhvZweBi .mbr-text UL {
  text-align: left;
}
.cid-tLYhvZweBi .mbr-text {
  color: #726c89;
}
.cid-tLYhvZweBi .price-term {
  color: #1f357f;
}
.cid-tLYhvZweBi .title {
  color: #1b224b;
}
.cid-tLYimb9uoc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background: linear-gradient(-40deg, rgba(255, 255, 255, 0.8) 0%, #e0e5ff 100%);
}
.cid-tLYimb9uoc .title_block {
  margin-bottom: 80px;
}
.cid-tLYimb9uoc .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffc159;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tLYimb9uoc .mbr-section-title {
  color: #2705fc;
}
.cid-tLYimb9uoc .card_wrap {
  overflow: hidden;
  padding: 50px 40px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tLYimb9uoc .card_wrap:hover {
  transform: translateY(-16px);
  box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
}
.cid-tLYimb9uoc .favorite {
  color: #ffffff;
  background: #6b3df0;
  transform: rotate(90deg);
  position: absolute;
  top: 32px;
  right: -21px;
  padding: 3.2px 26px;
  border: 0;
  display: block;
}
.cid-tLYimb9uoc .favorite:before {
  content: "";
  border-top: 15px solid #6b3df0;
  border-bottom: 15px solid #6b3df0;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  position: absolute;
  right: -11px;
  top: 0;
}
.cid-tLYimb9uoc .card_header {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e5ff;
  text-align: center;
}
.cid-tLYimb9uoc .item:nth-child(1) .card_title {
  color: #6148ff;
}
.cid-tLYimb9uoc .item:nth-child(2) .card_title {
  color: #3acc3a;
}
.cid-tLYimb9uoc .item:nth-child(3) .card_title {
  color: #ff7448;
}
.cid-tLYimb9uoc .card_title {
  margin-bottom: 30px;
}
.cid-tLYimb9uoc .card_price {
  color: #2705fc;
}
.cid-tLYimb9uoc .card_price sup {
  margin-right: 5px;
  font-size: 50%;
}
.cid-tLYimb9uoc .card_price sub {
  font-size: 16px;
  line-height: 1;
}
.cid-tLYimb9uoc .card_body {
  margin-bottom: 40px;
}
.cid-tLYimb9uoc .card_body .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tLYimb9uoc .card_body .list li {
  line-height: 1.1;
  margin-bottom: 25px;
}
.cid-tLYimb9uoc .card_body .mbr-iconfont {
  float: right;
  color: green;
}
.cid-tLYimb9uoc .mbr-section-btn .btn {
  margin: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tLYimb9uoc .title_block {
    margin-bottom: 60px;
  }
  .cid-tLYimb9uoc .card_wrap {
    margin-bottom: 35px;
    padding: 40px 30px;
  }
  .cid-tLYimb9uoc .card_header {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .cid-tLYimb9uoc .card_title {
    margin-bottom: 20px;
  }
  .cid-tLYimb9uoc .card_body {
    margin-bottom: 40px;
  }
  .cid-tLYimb9uoc .card_body li {
    margin-bottom: 20px;
  }
}
.cid-tLYimb9uoc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLYimb9uoc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXEnEN3bBk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/reviewed.com-rvew-21097-debunkeddeals-2000x1050.jpg");
}
.cid-tXEnEN3bBk a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tXEnEN3bBk a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tXEnEN3bBk .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tXEnEN3bBk .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-tXEnEN3bBk .form-control {
  background: none;
  border-radius: 0px;
}
.cid-tXEnEN3bBk textarea.form-control {
  min-height: 214.5px;
}
.cid-tXEnEN3bBk .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-tXEnEN3bBk h4,
.cid-tXEnEN3bBk p {
  margin: 0;
}
.cid-tXEnEN3bBk h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-tXEnEN3bBk h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-tXEnEN3bBk .icon {
  color: #2705fc;
  font-size: 2rem;
}
@media (max-width: 991px) {
  .cid-tXEnEN3bBk h2 {
    text-align: center;
  }
  .cid-tXEnEN3bBk h3 {
    text-align: center;
  }
  .cid-tXEnEN3bBk .input-group-btn {
    text-align: center;
  }
  .cid-tXEnEN3bBk .social-list {
    text-align: center;
  }
}
.cid-tXEnEN3bBk H2 {
  color: #656565;
}
.cid-tXEnEN3bBk .content {
  text-align: left;
  color: #656565;
}
.cid-tXEnEN3bBk .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-tXEnEN3bBk .title1 {
  text-align: left;
}
.cid-tXEnEN3bBk .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-tXEnEN3bBk .title2 {
  color: #656565;
}
.cid-tXEnEN3bBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXEnEN3bBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXErtAb26I {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tXErtAb26I .container {
  display: flex;
  justify-content: center;
}
.cid-tXErtAb26I .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tXErtAb26I .col-brand {
  margin-bottom: 40px;
}
.cid-tXErtAb26I .col-link {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cid-tXErtAb26I .col-link3 {
    padding-left: 60px !important;
  }
}
.cid-tXErtAb26I .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tXErtAb26I .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tXErtAb26I .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tXErtAb26I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXErtAb26I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXErtAb26I .mbr-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-tXErtAb26I .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXErtAb26I .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tXErtAb26I .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tXErtAb26I .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXErtAb26I .soc-item:hover {
  background-color: #738bae;
}
.cid-tXErtAb26I .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tXErtAb26I .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tXErtAb26I .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tXErtAb26I .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tXErtAb26I .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-tXErtAb26I .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tXErtAb26I .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tXErtAb26I .mbr-text a {
  opacity: 0.8;
}
.cid-tXErtAb26I .mbr-text a:hover {
  opacity: 1;
  color: #6148ff !important;
}
.cid-tXErtAb26I .col-copyright {
  margin-top: 44px;
}
.cid-tXErtAb26I .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tXErtAb26I .copyright {
    text-align: center !important;
  }
}
.cid-tXErtAb26I .comment-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 38px;
}
.cid-tXErtAb26I .colored-text {
  color: #ff7a41;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  opacity: 1;
}
.cid-tXErtAb26I .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cid-tXErtAb26I .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: rgba(68, 109, 255, 0.07);
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tXErtAb26I .form-container .form-control {
  background-color: transparent;
}
.cid-tXErtAb26I .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tXErtAb26I .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tXErtAb26I .mbr-section-btn .btn {
  width: 115px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tXErtAb26I .mbr-section-btn .btn {
    width: 100px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tXErtAb26I .mbr-section-btn .btn-primary:hover {
  background-color: #3acc3a !important;
  color: #ffffff !important;
}
.cid-tXErtAb26I .mbr-section-btn .btn-secondary:hover {
  background-color: #3acc3a !important;
  color: #ffffff !important;
}
.cid-tXErtAb26I .form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 0 5px 15px;
  height: 54px;
}
@media (max-width: 1199px) {
  .cid-tXErtAb26I .form-control {
    height: 44px;
  }
}
.cid-tXErtAb26I .form-control:hover,
.cid-tXErtAb26I .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tXErtAb26I .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tXErtAb26I .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tXErtAb26I .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tXErtAb26I .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tXErtAb26I .form-text {
  color: #A1A0A0;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tXErtAb26I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXErtAb26I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPgE07BsJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXPgE07BsJ .lin {
  text-align: center;
  color: #ff4433;
  padding-bottom: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}
.cid-tXPgE07BsJ .mbr-iconfont {
  font-size: 100px;
  color: #ff4433;
}
.cid-tXPgE07BsJ .iconfont-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.cid-tXPgE07BsJ .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  color: #000000;
  font-weight: 600;
  margin: 0;
}
.cid-t5xj6X05NG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-t5xj6X05NG {
    min-height: 70px;
  }
}
.cid-t5xj6X05NG nav.navbar {
  position: fixed;
}
.cid-t5xj6X05NG .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-t5xj6X05NG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5xj6X05NG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-t5xj6X05NG .dropdown-item:hover,
.cid-t5xj6X05NG .dropdown-item:focus {
  background: #6148ff !important;
  color: white !important;
}
.cid-t5xj6X05NG .dropdown-item:hover span {
  color: white;
}
.cid-t5xj6X05NG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5xj6X05NG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5xj6X05NG .dropdown-item:hover,
.cid-t5xj6X05NG .dropdown-item:focus,
.cid-t5xj6X05NG .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-t5xj6X05NG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t5xj6X05NG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5xj6X05NG .nav-link {
  position: relative;
}
.cid-t5xj6X05NG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t5xj6X05NG .container {
    flex-wrap: nowrap;
  }
}
.cid-t5xj6X05NG .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t5xj6X05NG .navbar-caption {
  font-weight: 700;
}
.cid-t5xj6X05NG .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-t5xj6X05NG .dropdown-menu,
.cid-t5xj6X05NG .navbar.opened {
  background: #ffffff !important;
}
.cid-t5xj6X05NG .nav-item:focus,
.cid-t5xj6X05NG .nav-link:focus {
  outline: none;
}
.cid-t5xj6X05NG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5xj6X05NG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5xj6X05NG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5xj6X05NG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5xj6X05NG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5xj6X05NG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5xj6X05NG .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-t5xj6X05NG .navbar {
    min-height: 80px;
  }
  .cid-t5xj6X05NG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5xj6X05NG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5xj6X05NG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5xj6X05NG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5xj6X05NG .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-t5xj6X05NG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5xj6X05NG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5xj6X05NG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5xj6X05NG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5xj6X05NG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5xj6X05NG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5xj6X05NG .navbar.opened {
  transition: all 0.3s;
}
.cid-t5xj6X05NG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5xj6X05NG .navbar .navbar-logo img {
  width: auto;
}
.cid-t5xj6X05NG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5xj6X05NG .navbar.collapsed {
  justify-content: center;
}
.cid-t5xj6X05NG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5xj6X05NG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5xj6X05NG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-t5xj6X05NG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5xj6X05NG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5xj6X05NG .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-t5xj6X05NG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5xj6X05NG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5xj6X05NG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-t5xj6X05NG .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-t5xj6X05NG .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-t5xj6X05NG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5xj6X05NG .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t5xj6X05NG .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-t5xj6X05NG .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t5xj6X05NG .navbar-brand {
    min-height: 80px;
  }
}
.cid-t5xj6X05NG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5xj6X05NG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5xj6X05NG .dropdown-item.active,
.cid-t5xj6X05NG .dropdown-item:active {
  background-color: transparent;
}
.cid-t5xj6X05NG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5xj6X05NG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5xj6X05NG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5xj6X05NG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t5xj6X05NG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5xj6X05NG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5xj6X05NG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5xj6X05NG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5xj6X05NG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5xj6X05NG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-t5xj6X05NG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5xj6X05NG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5xj6X05NG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5xj6X05NG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5xj6X05NG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5xj6X05NG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5xj6X05NG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5xj6X05NG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5xj6X05NG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t5xj6X05NG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5xj6X05NG .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-t5xj6X05NG .navbar {
    height: 70px;
  }
  .cid-t5xj6X05NG .navbar.opened {
    height: auto;
  }
  .cid-t5xj6X05NG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5xj6X05NG .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-t5xj6X05NG .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-t5xj6X05NG .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t5xj6X05NG .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-t5xj6X05NG .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-tXErtAb26I {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tXErtAb26I .container {
  display: flex;
  justify-content: center;
}
.cid-tXErtAb26I .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tXErtAb26I .col-brand {
  margin-bottom: 40px;
}
.cid-tXErtAb26I .col-link {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cid-tXErtAb26I .col-link3 {
    padding-left: 60px !important;
  }
}
.cid-tXErtAb26I .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tXErtAb26I .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tXErtAb26I .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tXErtAb26I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXErtAb26I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXErtAb26I .mbr-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-tXErtAb26I .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXErtAb26I .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tXErtAb26I .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tXErtAb26I .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXErtAb26I .soc-item:hover {
  background-color: #738bae;
}
.cid-tXErtAb26I .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tXErtAb26I .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tXErtAb26I .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tXErtAb26I .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tXErtAb26I .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-tXErtAb26I .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tXErtAb26I .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tXErtAb26I .mbr-text a {
  opacity: 0.8;
}
.cid-tXErtAb26I .mbr-text a:hover {
  opacity: 1;
  color: #6148ff !important;
}
.cid-tXErtAb26I .col-copyright {
  margin-top: 44px;
}
.cid-tXErtAb26I .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tXErtAb26I .copyright {
    text-align: center !important;
  }
}
.cid-tXErtAb26I .comment-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 38px;
}
.cid-tXErtAb26I .colored-text {
  color: #ff7a41;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  opacity: 1;
}
.cid-tXErtAb26I .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cid-tXErtAb26I .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: rgba(68, 109, 255, 0.07);
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tXErtAb26I .form-container .form-control {
  background-color: transparent;
}
.cid-tXErtAb26I .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tXErtAb26I .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tXErtAb26I .mbr-section-btn .btn {
  width: 115px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tXErtAb26I .mbr-section-btn .btn {
    width: 100px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tXErtAb26I .mbr-section-btn .btn-primary:hover {
  background-color: #3acc3a !important;
  color: #ffffff !important;
}
.cid-tXErtAb26I .mbr-section-btn .btn-secondary:hover {
  background-color: #3acc3a !important;
  color: #ffffff !important;
}
.cid-tXErtAb26I .form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 0 5px 15px;
  height: 54px;
}
@media (max-width: 1199px) {
  .cid-tXErtAb26I .form-control {
    height: 44px;
  }
}
.cid-tXErtAb26I .form-control:hover,
.cid-tXErtAb26I .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tXErtAb26I .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tXErtAb26I .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tXErtAb26I .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tXErtAb26I .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tXErtAb26I .form-text {
  color: #A1A0A0;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tXErtAb26I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXErtAb26I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPpPRnq5q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXPpPRnq5q .lin {
  text-align: center;
  color: #ff4433;
  padding-bottom: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}
.cid-tXPpPRnq5q .mbr-iconfont {
  font-size: 100px;
  color: #ff4433;
}
.cid-tXPpPRnq5q .iconfont-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.cid-tXPpPRnq5q .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  color: #000000;
  font-weight: 600;
  margin: 0;
}
.cid-tXPpPT0zWf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-tXPpPT0zWf {
    min-height: 70px;
  }
}
.cid-tXPpPT0zWf nav.navbar {
  position: fixed;
}
.cid-tXPpPT0zWf .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-tXPpPT0zWf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXPpPT0zWf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-tXPpPT0zWf .dropdown-item:hover,
.cid-tXPpPT0zWf .dropdown-item:focus {
  background: #6148ff !important;
  color: white !important;
}
.cid-tXPpPT0zWf .dropdown-item:hover span {
  color: white;
}
.cid-tXPpPT0zWf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXPpPT0zWf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXPpPT0zWf .dropdown-item:hover,
.cid-tXPpPT0zWf .dropdown-item:focus,
.cid-tXPpPT0zWf .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-tXPpPT0zWf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXPpPT0zWf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXPpPT0zWf .nav-link {
  position: relative;
}
.cid-tXPpPT0zWf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXPpPT0zWf .container {
    flex-wrap: nowrap;
  }
}
.cid-tXPpPT0zWf .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXPpPT0zWf .navbar-caption {
  font-weight: 700;
}
.cid-tXPpPT0zWf .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-tXPpPT0zWf .dropdown-menu,
.cid-tXPpPT0zWf .navbar.opened {
  background: #ffffff !important;
}
.cid-tXPpPT0zWf .nav-item:focus,
.cid-tXPpPT0zWf .nav-link:focus {
  outline: none;
}
.cid-tXPpPT0zWf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXPpPT0zWf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXPpPT0zWf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXPpPT0zWf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXPpPT0zWf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXPpPT0zWf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXPpPT0zWf .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-tXPpPT0zWf .navbar {
    min-height: 80px;
  }
  .cid-tXPpPT0zWf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXPpPT0zWf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXPpPT0zWf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXPpPT0zWf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXPpPT0zWf .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-tXPpPT0zWf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXPpPT0zWf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXPpPT0zWf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXPpPT0zWf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXPpPT0zWf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXPpPT0zWf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXPpPT0zWf .navbar.opened {
  transition: all 0.3s;
}
.cid-tXPpPT0zWf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXPpPT0zWf .navbar .navbar-logo img {
  width: auto;
}
.cid-tXPpPT0zWf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXPpPT0zWf .navbar.collapsed {
  justify-content: center;
}
.cid-tXPpPT0zWf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXPpPT0zWf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXPpPT0zWf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tXPpPT0zWf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXPpPT0zWf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXPpPT0zWf .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-tXPpPT0zWf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXPpPT0zWf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXPpPT0zWf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tXPpPT0zWf .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-tXPpPT0zWf .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-tXPpPT0zWf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXPpPT0zWf .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXPpPT0zWf .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-tXPpPT0zWf .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tXPpPT0zWf .navbar-brand {
    min-height: 80px;
  }
}
.cid-tXPpPT0zWf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXPpPT0zWf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXPpPT0zWf .dropdown-item.active,
.cid-tXPpPT0zWf .dropdown-item:active {
  background-color: transparent;
}
.cid-tXPpPT0zWf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXPpPT0zWf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXPpPT0zWf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXPpPT0zWf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tXPpPT0zWf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXPpPT0zWf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXPpPT0zWf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXPpPT0zWf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXPpPT0zWf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXPpPT0zWf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-tXPpPT0zWf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXPpPT0zWf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPpPT0zWf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPpPT0zWf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXPpPT0zWf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPpPT0zWf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXPpPT0zWf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXPpPT0zWf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPpPT0zWf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXPpPT0zWf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXPpPT0zWf .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-tXPpPT0zWf .navbar {
    height: 70px;
  }
  .cid-tXPpPT0zWf .navbar.opened {
    height: auto;
  }
  .cid-tXPpPT0zWf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXPpPT0zWf .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXPpPT0zWf .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-tXPpPT0zWf .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXPpPT0zWf .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tXPpPT0zWf .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-tXPpPV8qI0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tXPpPV8qI0 .container {
  display: flex;
  justify-content: center;
}
.cid-tXPpPV8qI0 .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tXPpPV8qI0 .col-brand {
  margin-bottom: 40px;
}
.cid-tXPpPV8qI0 .col-link {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cid-tXPpPV8qI0 .col-link3 {
    padding-left: 60px !important;
  }
}
.cid-tXPpPV8qI0 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tXPpPV8qI0 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tXPpPV8qI0 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tXPpPV8qI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXPpPV8qI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXPpPV8qI0 .mbr-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-tXPpPV8qI0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXPpPV8qI0 .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tXPpPV8qI0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tXPpPV8qI0 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXPpPV8qI0 .soc-item:hover {
  background-color: #738bae;
}
.cid-tXPpPV8qI0 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tXPpPV8qI0 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tXPpPV8qI0 .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tXPpPV8qI0 .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tXPpPV8qI0 .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-tXPpPV8qI0 .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tXPpPV8qI0 .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tXPpPV8qI0 .mbr-text a {
  opacity: 0.8;
}
.cid-tXPpPV8qI0 .mbr-text a:hover {
  opacity: 1;
  color: #6148ff !important;
}
.cid-tXPpPV8qI0 .col-copyright {
  margin-top: 44px;
}
.cid-tXPpPV8qI0 .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tXPpPV8qI0 .copyright {
    text-align: center !important;
  }
}
.cid-tXPpPV8qI0 .comment-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 38px;
}
.cid-tXPpPV8qI0 .colored-text {
  color: #ff7a41;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  opacity: 1;
}
.cid-tXPpPV8qI0 .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cid-tXPpPV8qI0 .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: rgba(68, 109, 255, 0.07);
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tXPpPV8qI0 .form-container .form-control {
  background-color: transparent;
}
.cid-tXPpPV8qI0 .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tXPpPV8qI0 .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tXPpPV8qI0 .mbr-section-btn .btn {
  width: 115px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tXPpPV8qI0 .mbr-section-btn .btn {
    width: 100px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tXPpPV8qI0 .mbr-section-btn .btn-primary:hover {
  background-color: #3acc3a !important;
  color: #ffffff !important;
}
.cid-tXPpPV8qI0 .mbr-section-btn .btn-secondary:hover {
  background-color: #3acc3a !important;
  color: #ffffff !important;
}
.cid-tXPpPV8qI0 .form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 0 5px 15px;
  height: 54px;
}
@media (max-width: 1199px) {
  .cid-tXPpPV8qI0 .form-control {
    height: 44px;
  }
}
.cid-tXPpPV8qI0 .form-control:hover,
.cid-tXPpPV8qI0 .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tXPpPV8qI0 .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tXPpPV8qI0 .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tXPpPV8qI0 .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tXPpPV8qI0 .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tXPpPV8qI0 .form-text {
  color: #A1A0A0;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tXPpPV8qI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPpPV8qI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPstz0Wrb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXPstz0Wrb .lin {
  text-align: center;
  color: #ff4433;
  padding-bottom: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}
.cid-tXPstz0Wrb .mbr-iconfont {
  font-size: 100px;
  color: #ff4433;
}
.cid-tXPstz0Wrb .iconfont-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.cid-tXPstz0Wrb .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  color: #000000;
  font-weight: 600;
  margin: 0;
}
.cid-tXPstCmZPf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-tXPstCmZPf {
    min-height: 70px;
  }
}
.cid-tXPstCmZPf nav.navbar {
  position: fixed;
}
.cid-tXPstCmZPf .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-tXPstCmZPf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXPstCmZPf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-tXPstCmZPf .dropdown-item:hover,
.cid-tXPstCmZPf .dropdown-item:focus {
  background: #6148ff !important;
  color: white !important;
}
.cid-tXPstCmZPf .dropdown-item:hover span {
  color: white;
}
.cid-tXPstCmZPf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXPstCmZPf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXPstCmZPf .dropdown-item:hover,
.cid-tXPstCmZPf .dropdown-item:focus,
.cid-tXPstCmZPf .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-tXPstCmZPf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXPstCmZPf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXPstCmZPf .nav-link {
  position: relative;
}
.cid-tXPstCmZPf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXPstCmZPf .container {
    flex-wrap: nowrap;
  }
}
.cid-tXPstCmZPf .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXPstCmZPf .navbar-caption {
  font-weight: 700;
}
.cid-tXPstCmZPf .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-tXPstCmZPf .dropdown-menu,
.cid-tXPstCmZPf .navbar.opened {
  background: #ffffff !important;
}
.cid-tXPstCmZPf .nav-item:focus,
.cid-tXPstCmZPf .nav-link:focus {
  outline: none;
}
.cid-tXPstCmZPf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXPstCmZPf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXPstCmZPf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXPstCmZPf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXPstCmZPf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXPstCmZPf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXPstCmZPf .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-tXPstCmZPf .navbar {
    min-height: 80px;
  }
  .cid-tXPstCmZPf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXPstCmZPf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXPstCmZPf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXPstCmZPf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXPstCmZPf .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-tXPstCmZPf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXPstCmZPf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXPstCmZPf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXPstCmZPf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXPstCmZPf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXPstCmZPf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXPstCmZPf .navbar.opened {
  transition: all 0.3s;
}
.cid-tXPstCmZPf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXPstCmZPf .navbar .navbar-logo img {
  width: auto;
}
.cid-tXPstCmZPf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXPstCmZPf .navbar.collapsed {
  justify-content: center;
}
.cid-tXPstCmZPf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXPstCmZPf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXPstCmZPf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tXPstCmZPf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXPstCmZPf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXPstCmZPf .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-tXPstCmZPf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXPstCmZPf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXPstCmZPf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tXPstCmZPf .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-tXPstCmZPf .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-tXPstCmZPf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXPstCmZPf .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXPstCmZPf .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-tXPstCmZPf .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tXPstCmZPf .navbar-brand {
    min-height: 80px;
  }
}
.cid-tXPstCmZPf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXPstCmZPf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXPstCmZPf .dropdown-item.active,
.cid-tXPstCmZPf .dropdown-item:active {
  background-color: transparent;
}
.cid-tXPstCmZPf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXPstCmZPf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXPstCmZPf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXPstCmZPf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tXPstCmZPf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXPstCmZPf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXPstCmZPf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXPstCmZPf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXPstCmZPf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXPstCmZPf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-tXPstCmZPf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXPstCmZPf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPstCmZPf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPstCmZPf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXPstCmZPf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPstCmZPf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXPstCmZPf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXPstCmZPf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPstCmZPf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXPstCmZPf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXPstCmZPf .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-tXPstCmZPf .navbar {
    height: 70px;
  }
  .cid-tXPstCmZPf .navbar.opened {
    height: auto;
  }
  .cid-tXPstCmZPf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXPstCmZPf .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXPstCmZPf .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-tXPstCmZPf .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXPstCmZPf .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tXPstCmZPf .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-tXPstECsPf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tXPstECsPf .container {
  display: flex;
  justify-content: center;
}
.cid-tXPstECsPf .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tXPstECsPf .col-brand {
  margin-bottom: 40px;
}
.cid-tXPstECsPf .col-link {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cid-tXPstECsPf .col-link3 {
    padding-left: 60px !important;
  }
}
.cid-tXPstECsPf .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tXPstECsPf .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tXPstECsPf .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tXPstECsPf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXPstECsPf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXPstECsPf .mbr-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-tXPstECsPf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXPstECsPf .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tXPstECsPf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tXPstECsPf .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXPstECsPf .soc-item:hover {
  background-color: #738bae;
}
.cid-tXPstECsPf .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tXPstECsPf .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tXPstECsPf .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tXPstECsPf .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tXPstECsPf .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-tXPstECsPf .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tXPstECsPf .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tXPstECsPf .mbr-text a {
  opacity: 0.8;
}
.cid-tXPstECsPf .mbr-text a:hover {
  opacity: 1;
  color: #6148ff !important;
}
.cid-tXPstECsPf .col-copyright {
  margin-top: 44px;
}
.cid-tXPstECsPf .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tXPstECsPf .copyright {
    text-align: center !important;
  }
}
.cid-tXPstECsPf .comment-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 38px;
}
.cid-tXPstECsPf .colored-text {
  color: #ff7a41;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  opacity: 1;
}
.cid-tXPstECsPf .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cid-tXPstECsPf .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: rgba(68, 109, 255, 0.07);
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tXPstECsPf .form-container .form-control {
  background-color: transparent;
}
.cid-tXPstECsPf .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tXPstECsPf .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tXPstECsPf .mbr-section-btn .btn {
  width: 115px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tXPstECsPf .mbr-section-btn .btn {
    width: 100px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tXPstECsPf .mbr-section-btn .btn-primary:hover {
  background-color: #3acc3a !important;
  color: #ffffff !important;
}
.cid-tXPstECsPf .mbr-section-btn .btn-secondary:hover {
  background-color: #3acc3a !important;
  color: #ffffff !important;
}
.cid-tXPstECsPf .form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 0 5px 15px;
  height: 54px;
}
@media (max-width: 1199px) {
  .cid-tXPstECsPf .form-control {
    height: 44px;
  }
}
.cid-tXPstECsPf .form-control:hover,
.cid-tXPstECsPf .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tXPstECsPf .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tXPstECsPf .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tXPstECsPf .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tXPstECsPf .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tXPstECsPf .form-text {
  color: #A1A0A0;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tXPstECsPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPstECsPf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPJNbwPCc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXPJNbwPCc .lin {
  text-align: center;
  color: #ff4433;
  padding-bottom: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}
.cid-tXPJNbwPCc .mbr-iconfont {
  font-size: 100px;
  color: #ff4433;
}
.cid-tXPJNbwPCc .iconfont-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.cid-tXPJNbwPCc .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  color: #000000;
  font-weight: 600;
  margin: 0;
}
.cid-tXPJNbwPCc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tXPJNdB7tV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-tXPJNdB7tV {
    min-height: 70px;
  }
}
.cid-tXPJNdB7tV nav.navbar {
  position: fixed;
}
.cid-tXPJNdB7tV .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-tXPJNdB7tV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXPJNdB7tV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-tXPJNdB7tV .dropdown-item:hover,
.cid-tXPJNdB7tV .dropdown-item:focus {
  background: #6148ff !important;
  color: white !important;
}
.cid-tXPJNdB7tV .dropdown-item:hover span {
  color: white;
}
.cid-tXPJNdB7tV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXPJNdB7tV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXPJNdB7tV .dropdown-item:hover,
.cid-tXPJNdB7tV .dropdown-item:focus,
.cid-tXPJNdB7tV .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-tXPJNdB7tV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXPJNdB7tV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXPJNdB7tV .nav-link {
  position: relative;
}
.cid-tXPJNdB7tV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXPJNdB7tV .container {
    flex-wrap: nowrap;
  }
}
.cid-tXPJNdB7tV .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXPJNdB7tV .navbar-caption {
  font-weight: 700;
}
.cid-tXPJNdB7tV .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-tXPJNdB7tV .dropdown-menu,
.cid-tXPJNdB7tV .navbar.opened {
  background: #ffffff !important;
}
.cid-tXPJNdB7tV .nav-item:focus,
.cid-tXPJNdB7tV .nav-link:focus {
  outline: none;
}
.cid-tXPJNdB7tV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXPJNdB7tV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXPJNdB7tV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXPJNdB7tV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXPJNdB7tV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXPJNdB7tV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXPJNdB7tV .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-tXPJNdB7tV .navbar {
    min-height: 80px;
  }
  .cid-tXPJNdB7tV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXPJNdB7tV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXPJNdB7tV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXPJNdB7tV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXPJNdB7tV .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-tXPJNdB7tV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXPJNdB7tV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXPJNdB7tV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXPJNdB7tV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXPJNdB7tV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXPJNdB7tV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXPJNdB7tV .navbar.opened {
  transition: all 0.3s;
}
.cid-tXPJNdB7tV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXPJNdB7tV .navbar .navbar-logo img {
  width: auto;
}
.cid-tXPJNdB7tV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXPJNdB7tV .navbar.collapsed {
  justify-content: center;
}
.cid-tXPJNdB7tV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXPJNdB7tV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXPJNdB7tV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tXPJNdB7tV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXPJNdB7tV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXPJNdB7tV .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-tXPJNdB7tV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXPJNdB7tV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXPJNdB7tV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tXPJNdB7tV .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-tXPJNdB7tV .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-tXPJNdB7tV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXPJNdB7tV .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXPJNdB7tV .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-tXPJNdB7tV .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tXPJNdB7tV .navbar-brand {
    min-height: 80px;
  }
}
.cid-tXPJNdB7tV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXPJNdB7tV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXPJNdB7tV .dropdown-item.active,
.cid-tXPJNdB7tV .dropdown-item:active {
  background-color: transparent;
}
.cid-tXPJNdB7tV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXPJNdB7tV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXPJNdB7tV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXPJNdB7tV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tXPJNdB7tV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXPJNdB7tV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXPJNdB7tV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXPJNdB7tV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXPJNdB7tV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXPJNdB7tV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-tXPJNdB7tV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXPJNdB7tV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPJNdB7tV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPJNdB7tV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXPJNdB7tV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPJNdB7tV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXPJNdB7tV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXPJNdB7tV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPJNdB7tV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXPJNdB7tV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXPJNdB7tV .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-tXPJNdB7tV .navbar {
    height: 70px;
  }
  .cid-tXPJNdB7tV .navbar.opened {
    height: auto;
  }
  .cid-tXPJNdB7tV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXPJNdB7tV .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXPJNdB7tV .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-tXPJNdB7tV .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXPJNdB7tV .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tXPJNdB7tV .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-tXPJNgqSUJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tXPJNgqSUJ .container {
  display: flex;
  justify-content: center;
}
.cid-tXPJNgqSUJ .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tXPJNgqSUJ .col-brand {
  margin-bottom: 40px;
}
.cid-tXPJNgqSUJ .col-link {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cid-tXPJNgqSUJ .col-link3 {
    padding-left: 60px !important;
  }
}
.cid-tXPJNgqSUJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tXPJNgqSUJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tXPJNgqSUJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tXPJNgqSUJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXPJNgqSUJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXPJNgqSUJ .mbr-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-tXPJNgqSUJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXPJNgqSUJ .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tXPJNgqSUJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tXPJNgqSUJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXPJNgqSUJ .soc-item:hover {
  background-color: #738bae;
}
.cid-tXPJNgqSUJ .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tXPJNgqSUJ .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tXPJNgqSUJ .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tXPJNgqSUJ .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tXPJNgqSUJ .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-tXPJNgqSUJ .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tXPJNgqSUJ .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tXPJNgqSUJ .mbr-text a {
  opacity: 0.8;
}
.cid-tXPJNgqSUJ .mbr-text a:hover {
  opacity: 1;
  color: #6148ff !important;
}
.cid-tXPJNgqSUJ .col-copyright {
  margin-top: 44px;
}
.cid-tXPJNgqSUJ .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tXPJNgqSUJ .copyright {
    text-align: center !important;
  }
}
.cid-tXPJNgqSUJ .comment-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 38px;
}
.cid-tXPJNgqSUJ .colored-text {
  color: #ff7a41;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  opacity: 1;
}
.cid-tXPJNgqSUJ .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cid-tXPJNgqSUJ .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: rgba(68, 109, 255, 0.07);
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tXPJNgqSUJ .form-container .form-control {
  background-color: transparent;
}
.cid-tXPJNgqSUJ .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tXPJNgqSUJ .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tXPJNgqSUJ .mbr-section-btn .btn {
  width: 115px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tXPJNgqSUJ .mbr-section-btn .btn {
    width: 100px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tXPJNgqSUJ .mbr-section-btn .btn-primary:hover {
  background-color: #3acc3a !important;
  color: #ffffff !important;
}
.cid-tXPJNgqSUJ .mbr-section-btn .btn-secondary:hover {
  background-color: #3acc3a !important;
  color: #ffffff !important;
}
.cid-tXPJNgqSUJ .form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 0 5px 15px;
  height: 54px;
}
@media (max-width: 1199px) {
  .cid-tXPJNgqSUJ .form-control {
    height: 44px;
  }
}
.cid-tXPJNgqSUJ .form-control:hover,
.cid-tXPJNgqSUJ .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tXPJNgqSUJ .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tXPJNgqSUJ .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tXPJNgqSUJ .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tXPJNgqSUJ .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tXPJNgqSUJ .form-text {
  color: #A1A0A0;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tXPJNgqSUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPJNgqSUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
