body {
  font-family: 'Be Vietnam Pro', sans-serif;
}
.display-1 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 5.3rem;
  line-height: 1.17;
}
.display-1 > .mbr-iconfont {
  font-size: 6.625rem;
}
.display-2 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 3.75rem;
  line-height: 1.31;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.875rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 4.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.71rem;
    font-size: calc( 2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.17 * (2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.31 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.6 * (1.04375rem + (1.125 - 1.04375) * ((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: #ff7a41 !important;
}
.bg-success {
  background-color: #ff7a41 !important;
}
.bg-info {
  background-color: #f0e4ff !important;
}
.bg-warning {
  background-color: #738bae !important;
}
.bg-danger {
  background-color: #ec2016 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff7a41 !important;
  border-color: #ff7a41 !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: #e94600 !important;
  border-color: #e94600 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e94600 !important;
  border-color: #e94600 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ec2016 !important;
  border-color: #ec2016 !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: #9e140d !important;
  border-color: #9e140d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9e140d !important;
  border-color: #9e140d !important;
}
.btn-info,
.btn-info:active {
  background-color: #f0e4ff !important;
  border-color: #f0e4ff !important;
  color: #6500e4 !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: #c08dff !important;
  border-color: #c08dff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #6500e4 !important;
  background-color: #c08dff !important;
  border-color: #c08dff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff7a41 !important;
  border-color: #ff7a41 !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: #e94600 !important;
  border-color: #e94600 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e94600 !important;
  border-color: #e94600 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #738bae !important;
  border-color: #738bae !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: #4a6080 !important;
  border-color: #4a6080 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4a6080 !important;
  border-color: #4a6080 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ec2016 !important;
  border-color: #ec2016 !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: #9e140d !important;
  border-color: #9e140d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9e140d !important;
  border-color: #9e140d !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: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff7a41;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e94600 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7a41 !important;
  border-color: #ff7a41 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ec2016;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9e140d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec2016 !important;
  border-color: #ec2016 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f0e4ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c08dff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #6500e4 !important;
  background-color: #f0e4ff !important;
  border-color: #f0e4ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff7a41;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e94600 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7a41 !important;
  border-color: #ff7a41 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #738bae;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4a6080 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #738bae !important;
  border-color: #738bae !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ec2016;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9e140d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ec2016 !important;
  border-color: #ec2016 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: #ff7a41 !important;
}
.text-secondary {
  color: #ec2016 !important;
}
.text-success {
  color: #ff7a41 !important;
}
.text-info {
  color: #f0e4ff !important;
}
.text-warning {
  color: #738bae !important;
}
.text-danger {
  color: #ec2016 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #010d4c !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #da4100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #90120c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #da4100 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b77eff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #455976 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #90120c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff7a41;
}
.nav-tabs .nav-link:not(.active) {
  color: #02274a;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f0e4ff;
}
.alert-warning {
  background-color: #738bae;
}
.alert-danger {
  background-color: #ec2016;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff7a41;
  border-color: #ff7a41;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff7a41;
}
.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: #ffffff;
}
.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: #c4cedd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbd5d3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #ff7a41 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #ff7a41;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff7a41;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff7a41;
}
.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: #ff7a41;
  border-bottom-color: #ff7a41;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff7a41 !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: #ec2016 !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='%23ff7a41' %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 {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 984px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1164px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1344px;
  }
}
.container .row {
  margin-left: -12px;
  margin-right: -12px;
}
.container .row > [class*="col"] {
  padding-left: 12px;
  padding-right: 12px;
}
.btn {
  min-height: 48px;
  padding: 8px 40px;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  border: none;
  position: relative;
}
.btn::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  transform: scale(0);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .mbr-section-btn .btn {
    width: 100%;
  }
}
.mbr-section-btn .btn-primary:hover {
  background-color: #ec2016 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover::before,
.mbr-section-btn .btn-secondary:hover::before,
.mbr-section-btn .btn-info:hover::before,
.mbr-section-btn .btn-success:hover::before,
.mbr-section-btn .btn-warning:hover::before,
.mbr-section-btn .btn-danger:hover::before,
.mbr-section-btn .btn-white:hover::before,
.mbr-section-btn .btn-black:hover::before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.cid-sXTmEA3Jiz .navbar-dropdown {
  position: relative !important;
}
.cid-sXTmEA3Jiz .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-sXTmEA3Jiz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXTmEA3Jiz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXTmEA3Jiz .dropdown-item:hover,
.cid-sXTmEA3Jiz .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-sXTmEA3Jiz .dropdown-item:hover span {
  color: white;
}
.cid-sXTmEA3Jiz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXTmEA3Jiz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXTmEA3Jiz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXTmEA3Jiz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXTmEA3Jiz .nav-link {
  position: relative;
}
.cid-sXTmEA3Jiz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .container {
    flex-wrap: nowrap;
  }
}
.cid-sXTmEA3Jiz .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXTmEA3Jiz .dropdown-menu,
.cid-sXTmEA3Jiz .navbar.opened {
  background: #ffffff !important;
}
.cid-sXTmEA3Jiz .nav-item:focus,
.cid-sXTmEA3Jiz .nav-link:focus {
  outline: none;
}
.cid-sXTmEA3Jiz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXTmEA3Jiz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXTmEA3Jiz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXTmEA3Jiz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXTmEA3Jiz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXTmEA3Jiz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXTmEA3Jiz .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-sXTmEA3Jiz .navbar.opened {
  transition: all 0.3s;
}
.cid-sXTmEA3Jiz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXTmEA3Jiz .navbar .navbar-logo img {
  width: auto;
}
.cid-sXTmEA3Jiz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXTmEA3Jiz .navbar.collapsed {
  justify-content: center;
}
.cid-sXTmEA3Jiz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXTmEA3Jiz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sXTmEA3Jiz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXTmEA3Jiz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXTmEA3Jiz .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-sXTmEA3Jiz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXTmEA3Jiz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXTmEA3Jiz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXTmEA3Jiz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXTmEA3Jiz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXTmEA3Jiz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXTmEA3Jiz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXTmEA3Jiz .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-sXTmEA3Jiz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXTmEA3Jiz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXTmEA3Jiz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXTmEA3Jiz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXTmEA3Jiz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXTmEA3Jiz .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXTmEA3Jiz .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXTmEA3Jiz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXTmEA3Jiz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXTmEA3Jiz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXTmEA3Jiz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXTmEA3Jiz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXTmEA3Jiz .dropdown-item.active,
.cid-sXTmEA3Jiz .dropdown-item:active {
  background-color: transparent;
}
.cid-sXTmEA3Jiz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXTmEA3Jiz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXTmEA3Jiz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXTmEA3Jiz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sXTmEA3Jiz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXTmEA3Jiz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXTmEA3Jiz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXTmEA3Jiz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXTmEA3Jiz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sXTmEA3Jiz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXTmEA3Jiz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXTmEA3Jiz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXTmEA3Jiz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXTmEA3Jiz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXTmEA3Jiz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXTmEA3Jiz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXTmEA3Jiz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXTmEA3Jiz .navbar-dropdown {
  padding: 0;
}
.cid-sXTmEA3Jiz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXTmEA3Jiz .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-sXTmEA3Jiz .navbar {
    height: 70px;
  }
  .cid-sXTmEA3Jiz .navbar.opened {
    height: auto;
  }
  .cid-sXTmEA3Jiz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXTmEA3Jiz .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-sXTmEA3Jiz .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sXTmEA3Jiz .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sXTmEA3Jiz .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-sXTmEA3Jiz .navbar-nav {
    margin-left: 145px;
  }
}
.cid-sXTmEA3Jiz .nav-item a:hover {
  color: #ffffff !important;
}
.cid-sXTmEA3Jiz .nav-item .nav-link {
  position: relative !important;
}
.cid-sXTmEA3Jiz .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-sXTmEA3Jiz .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-sXTmEA3Jiz .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-sXTmEA3Jiz .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-sXTmEA3Jiz .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXTmEA3Jiz .tel-menu {
    display: none;
  }
}
.cid-sXTmEA3Jiz .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-sXTmEA3Jiz .mbr-text {
    text-align: center !important;
  }
}
.cid-sXTmEA3Jiz .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-sXTmEA3Jiz .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXTmEA3Jiz .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-sXTmEA3Jiz .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-sXTmEA3Jiz .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-sXTmEA3Jiz .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-sXTmEA3Jiz .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-sXTmOgU3Ke {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-sXTmOgU3Ke .container,
.cid-sXTmOgU3Ke .container-fluid {
  position: static;
}
@media (min-width: 1400px) {
  .cid-sXTmOgU3Ke .text-wrapper {
    padding-right: 48px;
  }
}
.cid-sXTmOgU3Ke .label-text {
  width: 100%;
  color: #a1a0a0;
  margin-bottom: 20px;
}
.cid-sXTmOgU3Ke .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-sXTmOgU3Ke .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-sXTmOgU3Ke .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sXTmOgU3Ke .mbr-section-btn {
  margin-top: 6px;
}
.cid-sXTmOgU3Ke .image-wrapper {
  max-height: 100%;
  position: relative;
  z-index: 2;
}
.cid-sXTmOgU3Ke .image-wrapper img {
  max-width: 100%;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-sXTmOgU3Ke .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 32.7%;
    padding-top: 2rem;
    right: 7%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sXTmOgU3Ke .image-wrapper {
    width: 40%;
    right: 1%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXTmOgU3Ke .image-wrapper {
    width: 40%;
    top: 0;
    right: 1%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sXTmOgU3Ke .image-wrapper {
    width: 40%;
    top: 8%;
    right: 1%;
  }
}
@media (max-width: 767px) {
  .cid-sXTmOgU3Ke .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-sXTmOgU3Ke .bg-round {
  position: absolute;
  top: -55%;
  padding: 0;
  padding-top: 2rem;
}
.cid-sXTmOgU3Ke .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-sXTmOgU3Ke .bg-round {
    width: 56%;
    right: 0;
    transform: scale(-1, 1);
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-sXTmOgU3Ke .bg-round {
    width: 44%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sXTmOgU3Ke .bg-round {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sXTmOgU3Ke .bg-round {
    display: none;
  }
}
.cid-sXTmOgU3Ke .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-sXTmOgU3Ke .col-text {
    margin-right: auto;
  }
}
.cid-sXTmOgU3Ke .mbr-text,
.cid-sXTmOgU3Ke .mbr-section-btn {
  color: #000000;
}
.cid-tTflppqSrT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTflppqSrT .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tTflppqSrT .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tTflppqSrT .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tTflppqSrT .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tTflppqSrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTflppqSrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sXTotFYdqd {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-sXTotFYdqd .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sXTotFYdqd .mbr-section-title {
  color: #010d4c;
}
.cid-sXTotFYdqd .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-sXTotFYdqd .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-sXTotFYdqd .card-title {
    margin-bottom: 18px;
  }
}
.cid-sXTotFYdqd .card-title a {
  font-weight: 700;
}
.cid-sXTotFYdqd .card-title a:hover {
  color: #ff7a41 !important;
}
.cid-sXTotFYdqd .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-sXTotFYdqd .icon-box {
    margin-bottom: 20px;
  }
}
.cid-sXTotFYdqd .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #ff7a41;
}
.cid-sXTotFYdqd .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-sXTotFYdqd .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-sXTotFYdqd .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-sXTotFYdqd .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-sXTotFYdqd .col-card {
  margin-top: 30px;
}
.cid-sXTotFYdqd .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-sXTotFYdqd .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-sXTotFYdqd .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-tTfrAWMFXr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTfrAWMFXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfrAWMFXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfrAWMFXr .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tTfrAWMFXr .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tTfrAWMFXr .container {
    padding: 0 24px;
  }
}
.cid-tTfrAWMFXr .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tTfrAWMFXr .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tTfrAWMFXr .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tTfrAWMFXr .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tTfrAWMFXr .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-tTfrAWMFXr .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-tTfrAWMFXr .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-tTfrAWMFXr .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-tTfrAWMFXr .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-tTfrAWMFXr .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-tTfrAWMFXr .mbr-section-title,
.cid-tTfrAWMFXr .buttons-wrapper {
  text-align: center;
  color: #010d4c;
}
.cid-tTfnTKEnwM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTfnTKEnwM .mbr-text {
  color: #103178;
}
.cid-tTfnTKEnwM .mbr-section-subtitle {
  color: #103178;
}
.cid-tTfnTKEnwM p {
  line-height: 2;
}
.cid-sXTrPuD7ji {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sXTrPuD7ji .row {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-sXTrPuD7ji .label-text {
  width: 100%;
  color: #ff7a41;
  margin-bottom: 8px;
}
.cid-sXTrPuD7ji .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-sXTrPuD7ji .mbr-text {
  color: #00284E;
  opacity: 0.8;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-bottom: 0;
}
.cid-sXTrPuD7ji .mbr-section-btn {
  margin-top: 20px;
}
.cid-sXTrPuD7ji .mbr-section-btn .btn-secondary:hover,
.cid-sXTrPuD7ji .mbr-section-btn .btn-primary:hover {
  color: #ffffff !important;
  background-color: #ff7a41 !important;
}
.cid-sXTrPuD7ji .mbr-section-btn .btn {
  min-height: 55px;
  padding: 10px 45px;
}
.cid-sXTrPuD7ji .mbr-section-btn .btn:before {
  display: none;
}
.cid-sXTrPuD7ji .mbr-section-btn .btn:hover:before {
  display: none;
}
@media (max-width: 767px) {
  .cid-sXTrPuD7ji .image-wrapper {
    margin-top: 40px;
  }
}
.cid-sXTrPuD7ji .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sXTrPuD7ji .image-wrapper img {
    padding-right: 5%;
  }
}
.cid-sXTrPuD7ji .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
  margin-top: 16px;
  width: 100%;
}
.cid-sXTrPuD7ji .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.cid-sXTrPuD7ji .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-sXTrPuD7ji .icon-wrapper span {
  color: #0066ff;
  font-size: 13px;
}
.cid-sXTrPuD7ji .list-item-text {
  flex-grow: 1;
  color: #0B3C6A;
}
.cid-sXTsxW73j3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-sXTsxW73j3 .container,
.cid-sXTsxW73j3 .container-fluid {
  position: static;
}
.cid-sXTsxW73j3 .label-text {
  width: 100%;
  color: #ff7a41;
  margin-bottom: 20px;
}
.cid-sXTsxW73j3 .label-text span {
  padding: 8px 18px;
  background-color: #010d4c;
  border-radius: 15px;
  color: inherit;
}
.cid-sXTsxW73j3 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-sXTsxW73j3 .colored-text {
  color: #ff7a41;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-sXTsxW73j3 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-sXTsxW73j3 .mbr-text {
    padding-right: 48px;
  }
}
.cid-sXTsxW73j3 .cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-sXTsxW73j3 .card {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 25px 25px 25px 95px;
  background: #ffffff;
  box-shadow: -20px 20px 50px rgba(0, 40, 99, 0.05);
  border-radius: 10px;
}
.cid-sXTsxW73j3 .card:hover .card-number {
  background: #ff7a41;
  border-color: #ff7a41;
  color: #ffffff;
}
.cid-sXTsxW73j3 .card-number {
  width: 45px;
  height: 45px;
  border: 1px solid #CECECE;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #ff7a41;
  position: absolute;
  top: 27px;
  left: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-sXTsxW73j3 .card-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-sXTsxW73j3 .card-text {
  color: #000000;
  opacity: 0.8;
}
.cid-sXTsxW73j3 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-sXTsxW73j3 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-sXTsxW73j3 .mbr-section-btn .btn:before {
  display: none;
}
.cid-sXTsxW73j3 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-sXTsxW73j3 .image-wrapper {
  max-height: 100%;
  position: relative;
  z-index: 2;
}
.cid-sXTsxW73j3 .image-wrapper img {
  max-width: 100%;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-sXTsxW73j3 .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 24%;
    width: 38.65%;
    right: 6%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sXTsxW73j3 .image-wrapper {
    top: 37%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXTsxW73j3 .image-wrapper {
    top: 31%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sXTsxW73j3 .image-wrapper {
    top: 42%;
    right: 1%;
  }
}
@media (max-width: 767px) {
  .cid-sXTsxW73j3 .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-sXTsxW73j3 .bg-round {
  position: absolute;
  top: -14%;
  padding: 0;
}
.cid-sXTsxW73j3 .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-sXTsxW73j3 .bg-round {
    width: 56%;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-sXTsxW73j3 .bg-round {
    width: 56%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sXTsxW73j3 .bg-round {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .cid-sXTsxW73j3 .bg-round {
    top: auto;
    bottom: -10%;
  }
  .cid-sXTsxW73j3 .bg-round svg {
    height: 100%;
  }
}
.cid-sXTsxW73j3 .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-sXTsxW73j3 .col-text {
    margin-right: auto;
  }
}
.cid-sXTsxW73j3 .mbr-text,
.cid-sXTsxW73j3 .mbr-section-btn {
  color: #010d4c;
}
.cid-sXTpTqEWQr {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ff7a41;
}
.cid-sXTpTqEWQr .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-sXTpTqEWQr .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  padding: 15px 0 20px;
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .cid-sXTpTqEWQr .mbr-section-subtitle {
    margin-left: 3rem!important;
    margin-right: 3rem!important;
  }
}
.cid-sXTpTqEWQr .mbr-section-btn {
  margin-top: 6px;
}
.cid-sXTpTqEWQr .mbr-section-btn .btn:before {
  display: none;
}
.cid-sXTpTqEWQr .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-sXTpTqEWQr .image-wrapper {
  margin-top: 40px;
}
.cid-sXTpTqEWQr .image-wrapper img {
  max-width: 800px;
  width: 100%;
}
.cid-sXTpTqEWQr .mbr-section-title,
.cid-sXTpTqEWQr .mbr-section-btn {
  color: #ffffff;
}
.cid-sXTqGeVFJv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff7a41;
}
.cid-sXTqGeVFJv .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sXTqGeVFJv .mbr-section-title {
  color: #010d4c;
}
.cid-sXTqGeVFJv .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-sXTqGeVFJv .card-title {
  color: #010d4c;
  margin-top: 30px;
}
.cid-sXTqGeVFJv .card-title a {
  font-weight: 700 !important;
}
.cid-sXTqGeVFJv .card-title a:hover {
  text-decoration: underline;
}
.cid-sXTqGeVFJv .icon-box {
  display: flex;
  justify-content: flex-start;
}
.cid-sXTqGeVFJv .icon-box .mbr-iconfont {
  font-size: 45px;
  color: #ffffff;
}
.cid-sXTqGeVFJv .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 16px;
}
.cid-sXTqGeVFJv .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}
.cid-sXTqGeVFJv .icon-link-box .mbr-iconfont {
  font-size: 37px;
  color: #cecece;
  transition: all 0.3s ease-in-out;
}
.cid-sXTqGeVFJv .icon-link-box .mbr-iconfont:hover {
  transform: scale(1.1);
}
.cid-sXTqGeVFJv .col-card {
  margin-top: 30px;
}
.cid-sXTqGeVFJv .card-wrapper {
  padding: 52px 40px 45px 50px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-sXTqGeVFJv .card-wrapper {
    padding: 40px 20px 20px;
  }
}
@media (min-width: 768px) {
  .cid-sXTqGeVFJv .card-1 {
    padding-left: 0;
    margin-right: 8px;
  }
}
.cid-sXTqGeVFJv .mbr-text,
.cid-sXTqGeVFJv .link {
  color: #ffffff;
}
.cid-sXTqGeVFJv .card-title,
.cid-sXTqGeVFJv .card-box {
  color: #ffffff;
}
.cid-tTuWsCnyO1 {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tTuWsCnyO1 .row {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-tTuWsCnyO1 .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 8px;
}
.cid-tTuWsCnyO1 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-tTuWsCnyO1 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-bottom: 0;
}
.cid-tTuWsCnyO1 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tTuWsCnyO1 .mbr-section-btn .btn-secondary:hover,
.cid-tTuWsCnyO1 .mbr-section-btn .btn-primary:hover {
  color: #ffffff !important;
  background-color: #ff7a41 !important;
}
.cid-tTuWsCnyO1 .mbr-section-btn .btn {
  min-height: 55px;
  padding: 10px 45px;
}
.cid-tTuWsCnyO1 .mbr-section-btn .btn:before {
  display: none;
}
.cid-tTuWsCnyO1 .mbr-section-btn .btn:hover:before {
  display: none;
}
@media (max-width: 767px) {
  .cid-tTuWsCnyO1 .image-wrapper {
    margin-top: 40px;
  }
}
.cid-tTuWsCnyO1 .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tTuWsCnyO1 .image-wrapper img {
    padding-right: 5%;
  }
}
.cid-tTuWsCnyO1 .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
  margin-top: 16px;
  width: 100%;
}
.cid-tTuWsCnyO1 .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.cid-tTuWsCnyO1 .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tTuWsCnyO1 .icon-wrapper span {
  color: #0066ff;
  font-size: 13px;
}
.cid-tTuWsCnyO1 .list-item-text {
  flex-grow: 1;
  color: #0B3C6A;
}
.cid-tTuWsCnyO1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTuWsCnyO1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTk2o8mD6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tTk2o8mD6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTk2o8mD6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTk2o8mD6N .container,
.cid-tTk2o8mD6N .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tTk2o8mD6N .container,
  .cid-tTk2o8mD6N .container-fluid {
    padding: 0 20px;
  }
}
.cid-tTk2o8mD6N .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tTk2o8mD6N .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-tTk2o8mD6N .row .item {
  padding: 0 22px;
}
.cid-tTk2o8mD6N .title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-tTk2o8mD6N .title-wrapper .mbr-section-title {
  display: inline-flex;
  padding: 8px 15px;
  background-color: #ff7a41;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tTk2o8mD6N .item {
    margin-bottom: 20px;
  }
}
.cid-tTk2o8mD6N .item .item-wrapper {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.cid-tTk2o8mD6N .item .item-wrapper a {
  display: block;
}
.cid-tTk2o8mD6N .item .item-wrapper a:hover .item-img .mbr-card-title {
  text-decoration: underline;
}
.cid-tTk2o8mD6N .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-tTk2o8mD6N .item .item-wrapper a .item-img {
  position: relative;
  padding: 0 16px;
  display: flex;
  align-items: center;
  min-height: 250px;
}
@media (max-width: 992px) {
  .cid-tTk2o8mD6N .item .item-wrapper a .item-img {
    min-height: 200px;
  }
}
.cid-tTk2o8mD6N .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tTk2o8mD6N .item .item-wrapper a .item-img .mbr-card-title {
  width: 100%;
  margin-bottom: 0;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.cid-tTk2o8mD6N .mbr-section-title {
  color: #3d4045;
}
.cid-tTk2o8mD6N .mbr-card-title {
  color: #3d4045;
  text-align: center;
}
.cid-tTk2o8mD6N .mbr-section-title,
.cid-tTk2o8mD6N .title-wrapper {
  color: #ffffff;
}
.cid-sXTto6wYJ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-sXTto6wYJ1 .container {
  display: flex;
  justify-content: center;
}
.cid-sXTto6wYJ1 .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-sXTto6wYJ1 .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sXTto6wYJ1 .text-container {
    margin-bottom: 20px;
  }
}
.cid-sXTto6wYJ1 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sXTto6wYJ1 .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-sXTto6wYJ1 .mbr-text {
  color: #ffffff;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sXTto6wYJ1 .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-sXTto6wYJ1 .dragArea {
    max-width: 505px;
  }
}
.cid-sXTto6wYJ1 .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-sXTto6wYJ1 .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-sXTto6wYJ1 .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-sXTto6wYJ1 .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-sXTto6wYJ1 .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-sXTto6wYJ1 .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-sXTto6wYJ1 .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-sXTto6wYJ1 .form-control {
    height: 44px;
  }
}
.cid-sXTto6wYJ1 .form-control:hover,
.cid-sXTto6wYJ1 .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-sXTto6wYJ1 .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-sXTto6wYJ1 .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-sXTto6wYJ1 .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-sXTto6wYJ1 .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-sXTto6wYJ1 .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-sXTtoS9CWk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sXTtoS9CWk .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-sXTtoS9CWk .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uk0sOMX7Xg.popup-builder {
  background-color: #ffffff;
}
.cid-uk0sOMX7Xg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uk0sOMX7Xg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uk0sOMX7Xg .modal-content,
.cid-uk0sOMX7Xg .modal-dialog {
  height: auto;
}
.cid-uk0sOMX7Xg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uk0sOMX7Xg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uk0sOMX7Xg .form-wrapper .mbr-form .form-group,
  .cid-uk0sOMX7Xg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uk0sOMX7Xg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uk0sOMX7Xg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uk0sOMX7Xg .mbr-text {
  text-align: left;
  color: #a1a0a0;
}
.cid-uk0sOMX7Xg .pt-0 {
  padding-top: 0 !important;
}
.cid-uk0sOMX7Xg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uk0sOMX7Xg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uk0sOMX7Xg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uk0sOMX7Xg .modal-open {
  overflow: hidden;
}
.cid-uk0sOMX7Xg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uk0sOMX7Xg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uk0sOMX7Xg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uk0sOMX7Xg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uk0sOMX7Xg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uk0sOMX7Xg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uk0sOMX7Xg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uk0sOMX7Xg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uk0sOMX7Xg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uk0sOMX7Xg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uk0sOMX7Xg .modal-backdrop.fade {
  opacity: 0;
}
.cid-uk0sOMX7Xg .modal-backdrop.show {
  opacity: .5;
}
.cid-uk0sOMX7Xg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uk0sOMX7Xg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uk0sOMX7Xg .modal-header {
    padding: 1rem;
  }
}
.cid-uk0sOMX7Xg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uk0sOMX7Xg .modal-header .close svg {
  fill: #353535;
}
.cid-uk0sOMX7Xg .modal-header .close:hover {
  opacity: 1;
}
.cid-uk0sOMX7Xg .modal-header .close:focus {
  outline: none;
}
.cid-uk0sOMX7Xg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #424a4d;
}
.cid-uk0sOMX7Xg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uk0sOMX7Xg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk0sOMX7Xg .modal-body {
    padding: 1rem;
  }
}
.cid-uk0sOMX7Xg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uk0sOMX7Xg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk0sOMX7Xg .modal-footer {
    padding: 1rem;
  }
}
.cid-uk0sOMX7Xg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uk0sOMX7Xg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uk0sOMX7Xg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uk0sOMX7Xg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uk0sOMX7Xg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uk0sOMX7Xg .modal-lg,
  .cid-uk0sOMX7Xg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uk0sOMX7Xg .modal-xl {
    max-width: 1140px;
  }
}
.cid-uk0sOMX7Xg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uk0sOMX7Xg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uk0sOMX7Xg .form-group {
  margin-bottom: 1rem;
}
.cid-uk0sOMX7Xg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uk0sOMX7Xg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uk0sOMX7Xg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uk0sOMX7Xg .mbr-section-btn {
  margin: 0;
}
.cid-uk0sOMX7Xg .mbr-section-btn .btn {
  margin: 0;
}
.cid-uk0sOMX7Xg LABEL {
  text-align: left;
  color: #a1a0a0;
}
.cid-tTiPtk1Qut {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTiPtk1Qut .image {
  position: relative;
  margin-bottom: 200px;
  height: 800px;
  background-image: url("../../../assets/images/internet-tv-vergleich-1-1-1920x1080.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tTiPtk1Qut .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-tTiPtk1Qut .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-tTiPtk1Qut .mbr-form {
  width: 100%;
}
.cid-tTiPtk1Qut .form-group {
  margin-bottom: 0;
}
.cid-tTiPtk1Qut .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-tTiPtk1Qut .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-tTiPtk1Qut .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTiPtk1Qut .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTiPtk1Qut .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTiPtk1Qut .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTiPtk1Qut .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-tTiPtk1Qut .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-tTiPtk1Qut .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tTiPtk1Qut .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-tTiPtk1Qut .mbr-text {
  margin-bottom: 10px;
}
.cid-tTiPtk1Qut .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-tTiPtk1Qut .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-tTiPtk1Qut .form__wrap {
    position: static;
  }
  .cid-tTiPtk1Qut .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-tTiPtk1Qut .subscribe__form {
    order: 1;
  }
  .cid-tTiPtk1Qut .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-tTiPtk1Qut .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTiPtk1Qut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTiPtk1Qut LABEL {
  color: #a1a0a0;
}
.cid-tTiFyW4rkO .navbar-dropdown {
  position: relative !important;
}
.cid-tTiFyW4rkO .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-tTiFyW4rkO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTiFyW4rkO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTiFyW4rkO .dropdown-item:hover,
.cid-tTiFyW4rkO .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tTiFyW4rkO .dropdown-item:hover span {
  color: white;
}
.cid-tTiFyW4rkO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTiFyW4rkO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTiFyW4rkO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTiFyW4rkO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTiFyW4rkO .nav-link {
  position: relative;
}
.cid-tTiFyW4rkO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTiFyW4rkO .container {
    flex-wrap: nowrap;
  }
}
.cid-tTiFyW4rkO .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTiFyW4rkO .dropdown-menu,
.cid-tTiFyW4rkO .navbar.opened {
  background: #ffffff !important;
}
.cid-tTiFyW4rkO .nav-item:focus,
.cid-tTiFyW4rkO .nav-link:focus {
  outline: none;
}
.cid-tTiFyW4rkO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTiFyW4rkO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTiFyW4rkO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTiFyW4rkO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTiFyW4rkO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTiFyW4rkO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTiFyW4rkO .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tTiFyW4rkO .navbar.opened {
  transition: all 0.3s;
}
.cid-tTiFyW4rkO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTiFyW4rkO .navbar .navbar-logo img {
  width: auto;
}
.cid-tTiFyW4rkO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTiFyW4rkO .navbar.collapsed {
  justify-content: center;
}
.cid-tTiFyW4rkO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTiFyW4rkO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTiFyW4rkO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTiFyW4rkO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTiFyW4rkO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTiFyW4rkO .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-tTiFyW4rkO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTiFyW4rkO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTiFyW4rkO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTiFyW4rkO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTiFyW4rkO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTiFyW4rkO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTiFyW4rkO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTiFyW4rkO .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-tTiFyW4rkO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTiFyW4rkO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTiFyW4rkO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTiFyW4rkO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTiFyW4rkO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTiFyW4rkO .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTiFyW4rkO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTiFyW4rkO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTiFyW4rkO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTiFyW4rkO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTiFyW4rkO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTiFyW4rkO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTiFyW4rkO .dropdown-item.active,
.cid-tTiFyW4rkO .dropdown-item:active {
  background-color: transparent;
}
.cid-tTiFyW4rkO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTiFyW4rkO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTiFyW4rkO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTiFyW4rkO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTiFyW4rkO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTiFyW4rkO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTiFyW4rkO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTiFyW4rkO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTiFyW4rkO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTiFyW4rkO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTiFyW4rkO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTiFyW4rkO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTiFyW4rkO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTiFyW4rkO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTiFyW4rkO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTiFyW4rkO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTiFyW4rkO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTiFyW4rkO .navbar-dropdown {
  padding: 0;
}
.cid-tTiFyW4rkO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTiFyW4rkO .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-tTiFyW4rkO .navbar {
    height: 70px;
  }
  .cid-tTiFyW4rkO .navbar.opened {
    height: auto;
  }
  .cid-tTiFyW4rkO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTiFyW4rkO .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tTiFyW4rkO .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTiFyW4rkO .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tTiFyW4rkO .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tTiFyW4rkO .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tTiFyW4rkO .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tTiFyW4rkO .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tTiFyW4rkO .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tTiFyW4rkO .nav-item .nav-link {
  position: relative !important;
}
.cid-tTiFyW4rkO .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tTiFyW4rkO .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tTiFyW4rkO .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tTiFyW4rkO .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tTiFyW4rkO .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tTiFyW4rkO .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tTiFyW4rkO .tel-menu {
    display: none;
  }
}
.cid-tTiFyW4rkO .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tTiFyW4rkO .mbr-text {
    text-align: center !important;
  }
}
.cid-tTiFyW4rkO .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tTiFyW4rkO .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tTiFyW4rkO .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tTiFyW4rkO .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tTiFyW4rkO .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tTiFyW4rkO .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTiFyW4rkO .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tTiFyXAd8r {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTiFyXAd8r .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tTiFyXAd8r .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tTiFyXAd8r .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tTiFyXAd8r .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tTiFyXAd8r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTiFyXAd8r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTiFyY6IYC {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTiFyY6IYC .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tTiFyY6IYC .mbr-section-title {
  color: #010d4c;
}
.cid-tTiFyY6IYC .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTiFyY6IYC .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-tTiFyY6IYC .card-title {
    margin-bottom: 18px;
  }
}
.cid-tTiFyY6IYC .card-title a {
  font-weight: 700;
}
.cid-tTiFyY6IYC .card-title a:hover {
  color: #ff7a41 !important;
}
.cid-tTiFyY6IYC .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tTiFyY6IYC .icon-box {
    margin-bottom: 20px;
  }
}
.cid-tTiFyY6IYC .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #ff7a41;
}
.cid-tTiFyY6IYC .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tTiFyY6IYC .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-tTiFyY6IYC .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-tTiFyY6IYC .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-tTiFyY6IYC .col-card {
  margin-top: 30px;
}
.cid-tTiFyY6IYC .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-tTiFyY6IYC .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-tTiFyY6IYC .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-tTiWgeDKx5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tTiWgeDKx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTiWgeDKx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTiWgeDKx5 .container {
    padding: 0;
  }
}
.cid-tTiWgeDKx5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTiWgeDKx5 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTiWgeDKx5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTiWgeDKx5 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTiWgeDKx5 .mbr-section-title {
  color: #263652;
}
.cid-tTiWgeDKx5 .mbr-text {
  color: #263652;
}
.cid-tTiXib5PUp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTiXib5PUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTiXib5PUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTiXib5PUp .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTiXib5PUp .container {
    padding: 0 12px;
  }
}
.cid-tTiXib5PUp .row {
  justify-content: center;
}
.cid-tTiXib5PUp .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTiXib5PUp .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTiXib5PUp .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTiXib5PUp .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTiXib5PUp .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTiXib5PUp .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTiXib5PUp .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTiXib5PUp .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTiXib5PUp .mbr-section-title {
  color: #222222;
}
.cid-tTiXib5PUp .mbr-text {
  color: #222222;
}
.cid-tTiY2I6AMP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTiY2I6AMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTiY2I6AMP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTiY2I6AMP .container {
    padding: 0;
  }
}
.cid-tTiY2I6AMP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTiY2I6AMP .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTiY2I6AMP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTiY2I6AMP .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTiY2I6AMP .mbr-section-title {
  color: #263652;
}
.cid-tTiY2I6AMP .mbr-text {
  color: #263652;
}
.cid-tTj0jXlymo {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTj0jXlymo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTj0jXlymo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTj0jXlymo .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff7a41;
  margin-left: 1rem;
}
.cid-tTj0jXlymo .panel-group {
  border: none;
}
.cid-tTj0jXlymo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTj0jXlymo .panel-body,
.cid-tTj0jXlymo .card-header {
  padding: 1rem 0;
}
.cid-tTj0jXlymo .panel-title-edit {
  color: #000000;
}
.cid-tTj0jXlymo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tTjENP1L1I {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tTjENP1L1I img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tTjENP1L1I img {
    width: 100%;
  }
}
.cid-tTjENP1L1I .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tTj2vnIVsn {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tTj2vnIVsn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTj2vnIVsn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTj2vnIVsn .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff7a41;
  margin-left: 1rem;
}
.cid-tTj2vnIVsn .panel-group {
  border: none;
}
.cid-tTj2vnIVsn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTj2vnIVsn .panel-body,
.cid-tTj2vnIVsn .card-header {
  padding: 1rem 0;
}
.cid-tTj2vnIVsn .panel-title-edit {
  color: #000000;
}
.cid-tTj2vnIVsn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tTj2vnIVsn H3 {
  text-align: left;
}
.cid-ukyZrOgCIl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukyZrOgCIl .image {
  position: relative;
  margin-bottom: 200px;
  height: 400px;
  background-image: url("../../../assets/images/conference28-1920.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ukyZrOgCIl .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-ukyZrOgCIl .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-ukyZrOgCIl .mbr-form {
  width: 100%;
}
.cid-ukyZrOgCIl .form-group {
  margin-bottom: 0;
}
.cid-ukyZrOgCIl .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-ukyZrOgCIl .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-ukyZrOgCIl .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukyZrOgCIl .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukyZrOgCIl .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukyZrOgCIl .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukyZrOgCIl .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-ukyZrOgCIl .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-ukyZrOgCIl .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ukyZrOgCIl .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-ukyZrOgCIl .mbr-text {
  margin-bottom: 10px;
}
.cid-ukyZrOgCIl .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-ukyZrOgCIl .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-ukyZrOgCIl .form__wrap {
    position: static;
  }
  .cid-ukyZrOgCIl .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-ukyZrOgCIl .subscribe__form {
    order: 1;
  }
  .cid-ukyZrOgCIl .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-ukyZrOgCIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyZrOgCIl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyZrOgCIl LABEL {
  color: #a1a0a0;
}
.cid-tTiFyZuJZU {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTiFyZuJZU .mbr-text {
  color: #103178;
}
.cid-tTiFyZuJZU .mbr-section-subtitle {
  color: #103178;
}
.cid-tTiFyZuJZU p {
  line-height: 2;
}
.cid-tTiFz3x7YI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tTiFz3x7YI .container {
  display: flex;
  justify-content: center;
}
.cid-tTiFz3x7YI .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tTiFz3x7YI .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTiFz3x7YI .text-container {
    margin-bottom: 20px;
  }
}
.cid-tTiFz3x7YI .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTiFz3x7YI .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTiFz3x7YI .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tTiFz3x7YI .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tTiFz3x7YI .dragArea {
    max-width: 505px;
  }
}
.cid-tTiFz3x7YI .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tTiFz3x7YI .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tTiFz3x7YI .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tTiFz3x7YI .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tTiFz3x7YI .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tTiFz3x7YI .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTiFz3x7YI .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-tTiFz3x7YI .form-control {
    height: 44px;
  }
}
.cid-tTiFz3x7YI .form-control:hover,
.cid-tTiFz3x7YI .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tTiFz3x7YI .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTiFz3x7YI .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTiFz3x7YI .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTiFz3x7YI .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTiFz3x7YI .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tTiFz4bZ9n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTiFz4bZ9n .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTiFz4bZ9n .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tTv07GIXsI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sparproduktered-1920x1080.jpg");
}
.cid-tTv07GIXsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTv07GIXsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTv07GIXsI .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTv07GIXsI .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tTv07GIXsI .container {
    padding: 0;
  }
}
.cid-tTv07GIXsI .row {
  margin: 0;
}
.cid-tTv07GIXsI .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-tTv07GIXsI .title-wrapper {
    padding: 90px 4px;
  }
}
@media (max-width: 768px) {
  .cid-tTv07GIXsI .title-wrapper {
    padding: 30px 4px;
  }
}
.cid-tTv07GIXsI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  letter-spacing: 3.4px;
}
.cid-tTv07GIXsI .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tTv07GIXsI .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-tTv07GIXsI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tTv07GIXsI .mbr-section-title {
  color: #ffffff;
}
.cid-tTv07GIXsI .mbr-section-title,
.cid-tTv07GIXsI .mbr-section-btn {
  text-align: center;
  color: #0b3c6a;
}
.cid-tTuZFDIH2X {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tTuZFDIH2X .row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.cid-tTuZFDIH2X .head-row {
  align-items: center;
  margin-bottom: 20px;
}
.cid-tTuZFDIH2X .mbr-section-head {
  flex-grow: 1;
}
.cid-tTuZFDIH2X .col-btn {
  flex-grow: 1;
}
.cid-tTuZFDIH2X .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .cid-tTuZFDIH2X .label-text {
    text-align: center !important;
  }
}
.cid-tTuZFDIH2X .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .cid-tTuZFDIH2X .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tTuZFDIH2X .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 12px;
}
@media (max-width: 575px) {
  .cid-tTuZFDIH2X .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tTuZFDIH2X .mbr-section-btn {
  text-align: right;
}
@media (max-width: 575px) {
  .cid-tTuZFDIH2X .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tTuZFDIH2X .mbr-section-btn .btn {
  min-height: 55px;
  padding: 10px 26px;
}
.cid-tTuZFDIH2X .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTuZFDIH2X .mbr-section-btn .btn-secondary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTuZFDIH2X .item:focus,
.cid-tTuZFDIH2X span:focus {
  outline: none;
}
.cid-tTuZFDIH2X .item {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tTuZFDIH2X .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 35px 70px rgba(0, 21, 133, 0.04);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tTuZFDIH2X .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-tTuZFDIH2X .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tTuZFDIH2X .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 340px;
}
@media (max-width: 1399px) {
  .cid-tTuZFDIH2X .item-img {
    height: 290px;
  }
}
@media (max-width: 1199px) {
  .cid-tTuZFDIH2X .item-img {
    height: 508px;
  }
}
@media (max-width: 991px) {
  .cid-tTuZFDIH2X .item-img {
    height: 365px;
  }
}
@media (max-width: 767px) {
  .cid-tTuZFDIH2X .item-img {
    height: 267px;
  }
}
@media (max-width: 575px) {
  .cid-tTuZFDIH2X .item-img {
    height: 100%;
    max-height: 582px;
  }
}
.cid-tTuZFDIH2X .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tTuZFDIH2X .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 5px 20px;
}
.cid-tTuZFDIH2X .item-title {
  width: 100%;
  color: #A1A0A0;
  margin-bottom: 0;
}
.cid-tTuZFDIH2X .mbr-text {
  color: #010d4c;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 0;
}
.cid-tTv18phfXY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tTv18phfXY .row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.cid-tTv18phfXY .head-row {
  align-items: center;
  margin-bottom: 20px;
}
.cid-tTv18phfXY .mbr-section-head {
  flex-grow: 1;
}
.cid-tTv18phfXY .col-btn {
  flex-grow: 1;
}
.cid-tTv18phfXY .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .cid-tTv18phfXY .label-text {
    text-align: center !important;
  }
}
.cid-tTv18phfXY .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .cid-tTv18phfXY .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tTv18phfXY .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 12px;
}
@media (max-width: 575px) {
  .cid-tTv18phfXY .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tTv18phfXY .mbr-section-btn {
  text-align: right;
}
@media (max-width: 575px) {
  .cid-tTv18phfXY .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tTv18phfXY .mbr-section-btn .btn {
  min-height: 55px;
  padding: 10px 26px;
}
.cid-tTv18phfXY .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTv18phfXY .mbr-section-btn .btn-secondary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTv18phfXY .item:focus,
.cid-tTv18phfXY span:focus {
  outline: none;
}
.cid-tTv18phfXY .item {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tTv18phfXY .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 35px 70px rgba(0, 21, 133, 0.04);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tTv18phfXY .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-tTv18phfXY .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tTv18phfXY .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 340px;
}
@media (max-width: 1399px) {
  .cid-tTv18phfXY .item-img {
    height: 290px;
  }
}
@media (max-width: 1199px) {
  .cid-tTv18phfXY .item-img {
    height: 508px;
  }
}
@media (max-width: 991px) {
  .cid-tTv18phfXY .item-img {
    height: 365px;
  }
}
@media (max-width: 767px) {
  .cid-tTv18phfXY .item-img {
    height: 267px;
  }
}
@media (max-width: 575px) {
  .cid-tTv18phfXY .item-img {
    height: 100%;
    max-height: 582px;
  }
}
.cid-tTv18phfXY .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tTv18phfXY .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 5px 20px;
}
.cid-tTv18phfXY .item-title {
  width: 100%;
  color: #A1A0A0;
  margin-bottom: 0;
}
.cid-tTv18phfXY .mbr-text {
  color: #010d4c;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 0;
}
.cid-tTv177fkRk {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tTv177fkRk .row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.cid-tTv177fkRk .head-row {
  align-items: center;
  margin-bottom: 20px;
}
.cid-tTv177fkRk .mbr-section-head {
  flex-grow: 1;
}
.cid-tTv177fkRk .col-btn {
  flex-grow: 1;
}
.cid-tTv177fkRk .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .cid-tTv177fkRk .label-text {
    text-align: center !important;
  }
}
.cid-tTv177fkRk .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .cid-tTv177fkRk .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tTv177fkRk .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 12px;
}
@media (max-width: 575px) {
  .cid-tTv177fkRk .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tTv177fkRk .mbr-section-btn {
  text-align: right;
}
@media (max-width: 575px) {
  .cid-tTv177fkRk .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tTv177fkRk .mbr-section-btn .btn {
  min-height: 55px;
  padding: 10px 26px;
}
.cid-tTv177fkRk .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTv177fkRk .mbr-section-btn .btn-secondary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTv177fkRk .item:focus,
.cid-tTv177fkRk span:focus {
  outline: none;
}
.cid-tTv177fkRk .item {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tTv177fkRk .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 35px 70px rgba(0, 21, 133, 0.04);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tTv177fkRk .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-tTv177fkRk .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tTv177fkRk .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 340px;
}
@media (max-width: 1399px) {
  .cid-tTv177fkRk .item-img {
    height: 290px;
  }
}
@media (max-width: 1199px) {
  .cid-tTv177fkRk .item-img {
    height: 508px;
  }
}
@media (max-width: 991px) {
  .cid-tTv177fkRk .item-img {
    height: 365px;
  }
}
@media (max-width: 767px) {
  .cid-tTv177fkRk .item-img {
    height: 267px;
  }
}
@media (max-width: 575px) {
  .cid-tTv177fkRk .item-img {
    height: 100%;
    max-height: 582px;
  }
}
.cid-tTv177fkRk .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tTv177fkRk .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 5px 20px;
}
.cid-tTv177fkRk .item-title {
  width: 100%;
  color: #A1A0A0;
  margin-bottom: 0;
}
.cid-tTv177fkRk .mbr-text {
  color: #010d4c;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 0;
}
.cid-tTv1EXp4Pk {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tTv1EXp4Pk .row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.cid-tTv1EXp4Pk .head-row {
  align-items: center;
  margin-bottom: 20px;
}
.cid-tTv1EXp4Pk .mbr-section-head {
  flex-grow: 1;
}
.cid-tTv1EXp4Pk .col-btn {
  flex-grow: 1;
}
.cid-tTv1EXp4Pk .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .cid-tTv1EXp4Pk .label-text {
    text-align: center !important;
  }
}
.cid-tTv1EXp4Pk .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .cid-tTv1EXp4Pk .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tTv1EXp4Pk .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 12px;
}
@media (max-width: 575px) {
  .cid-tTv1EXp4Pk .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tTv1EXp4Pk .mbr-section-btn {
  text-align: right;
}
@media (max-width: 575px) {
  .cid-tTv1EXp4Pk .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tTv1EXp4Pk .mbr-section-btn .btn {
  min-height: 55px;
  padding: 10px 26px;
}
.cid-tTv1EXp4Pk .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTv1EXp4Pk .mbr-section-btn .btn-secondary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTv1EXp4Pk .item:focus,
.cid-tTv1EXp4Pk span:focus {
  outline: none;
}
.cid-tTv1EXp4Pk .item {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tTv1EXp4Pk .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 35px 70px rgba(0, 21, 133, 0.04);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tTv1EXp4Pk .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-tTv1EXp4Pk .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tTv1EXp4Pk .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 340px;
}
@media (max-width: 1399px) {
  .cid-tTv1EXp4Pk .item-img {
    height: 290px;
  }
}
@media (max-width: 1199px) {
  .cid-tTv1EXp4Pk .item-img {
    height: 508px;
  }
}
@media (max-width: 991px) {
  .cid-tTv1EXp4Pk .item-img {
    height: 365px;
  }
}
@media (max-width: 767px) {
  .cid-tTv1EXp4Pk .item-img {
    height: 267px;
  }
}
@media (max-width: 575px) {
  .cid-tTv1EXp4Pk .item-img {
    height: 100%;
    max-height: 582px;
  }
}
.cid-tTv1EXp4Pk .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tTv1EXp4Pk .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 5px 20px;
}
.cid-tTv1EXp4Pk .item-title {
  width: 100%;
  color: #A1A0A0;
  margin-bottom: 0;
}
.cid-tTv1EXp4Pk .mbr-text {
  color: #010d4c;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 0;
}
.cid-tTj4g5o3LG .navbar-dropdown {
  position: relative !important;
}
.cid-tTj4g5o3LG .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-tTj4g5o3LG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTj4g5o3LG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTj4g5o3LG .dropdown-item:hover,
.cid-tTj4g5o3LG .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tTj4g5o3LG .dropdown-item:hover span {
  color: white;
}
.cid-tTj4g5o3LG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTj4g5o3LG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTj4g5o3LG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTj4g5o3LG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTj4g5o3LG .nav-link {
  position: relative;
}
.cid-tTj4g5o3LG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTj4g5o3LG .container {
    flex-wrap: nowrap;
  }
}
.cid-tTj4g5o3LG .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTj4g5o3LG .dropdown-menu,
.cid-tTj4g5o3LG .navbar.opened {
  background: #ffffff !important;
}
.cid-tTj4g5o3LG .nav-item:focus,
.cid-tTj4g5o3LG .nav-link:focus {
  outline: none;
}
.cid-tTj4g5o3LG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTj4g5o3LG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTj4g5o3LG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTj4g5o3LG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTj4g5o3LG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTj4g5o3LG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTj4g5o3LG .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tTj4g5o3LG .navbar.opened {
  transition: all 0.3s;
}
.cid-tTj4g5o3LG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTj4g5o3LG .navbar .navbar-logo img {
  width: auto;
}
.cid-tTj4g5o3LG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTj4g5o3LG .navbar.collapsed {
  justify-content: center;
}
.cid-tTj4g5o3LG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTj4g5o3LG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTj4g5o3LG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTj4g5o3LG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTj4g5o3LG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTj4g5o3LG .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-tTj4g5o3LG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTj4g5o3LG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTj4g5o3LG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTj4g5o3LG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTj4g5o3LG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTj4g5o3LG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTj4g5o3LG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTj4g5o3LG .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-tTj4g5o3LG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTj4g5o3LG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTj4g5o3LG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTj4g5o3LG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTj4g5o3LG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTj4g5o3LG .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTj4g5o3LG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTj4g5o3LG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTj4g5o3LG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTj4g5o3LG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTj4g5o3LG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTj4g5o3LG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTj4g5o3LG .dropdown-item.active,
.cid-tTj4g5o3LG .dropdown-item:active {
  background-color: transparent;
}
.cid-tTj4g5o3LG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTj4g5o3LG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTj4g5o3LG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTj4g5o3LG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTj4g5o3LG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTj4g5o3LG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTj4g5o3LG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTj4g5o3LG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTj4g5o3LG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTj4g5o3LG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTj4g5o3LG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTj4g5o3LG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTj4g5o3LG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTj4g5o3LG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTj4g5o3LG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTj4g5o3LG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTj4g5o3LG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTj4g5o3LG .navbar-dropdown {
  padding: 0;
}
.cid-tTj4g5o3LG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTj4g5o3LG .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-tTj4g5o3LG .navbar {
    height: 70px;
  }
  .cid-tTj4g5o3LG .navbar.opened {
    height: auto;
  }
  .cid-tTj4g5o3LG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTj4g5o3LG .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tTj4g5o3LG .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTj4g5o3LG .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tTj4g5o3LG .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tTj4g5o3LG .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tTj4g5o3LG .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tTj4g5o3LG .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tTj4g5o3LG .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tTj4g5o3LG .nav-item .nav-link {
  position: relative !important;
}
.cid-tTj4g5o3LG .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tTj4g5o3LG .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tTj4g5o3LG .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tTj4g5o3LG .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tTj4g5o3LG .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tTj4g5o3LG .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tTj4g5o3LG .tel-menu {
    display: none;
  }
}
.cid-tTj4g5o3LG .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tTj4g5o3LG .mbr-text {
    text-align: center !important;
  }
}
.cid-tTj4g5o3LG .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tTj4g5o3LG .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tTj4g5o3LG .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tTj4g5o3LG .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tTj4g5o3LG .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tTj4g5o3LG .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTj4g5o3LG .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-ukz3cTv7ap {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukz3cTv7ap .image {
  position: relative;
  margin-bottom: 200px;
  height: 400px;
  background-image: url("../../../assets/images/conference28-1920.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ukz3cTv7ap .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-ukz3cTv7ap .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-ukz3cTv7ap .mbr-form {
  width: 100%;
}
.cid-ukz3cTv7ap .form-group {
  margin-bottom: 0;
}
.cid-ukz3cTv7ap .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-ukz3cTv7ap .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-ukz3cTv7ap .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz3cTv7ap .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz3cTv7ap .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz3cTv7ap .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz3cTv7ap .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-ukz3cTv7ap .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-ukz3cTv7ap .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ukz3cTv7ap .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-ukz3cTv7ap .mbr-text {
  margin-bottom: 10px;
}
.cid-ukz3cTv7ap .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-ukz3cTv7ap .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-ukz3cTv7ap .form__wrap {
    position: static;
  }
  .cid-ukz3cTv7ap .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-ukz3cTv7ap .subscribe__form {
    order: 1;
  }
  .cid-ukz3cTv7ap .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-ukz3cTv7ap .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukz3cTv7ap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukz3cTv7ap LABEL {
  color: #a1a0a0;
}
.cid-tTvs3Afinq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvs3Afinq .mbr-text {
  color: #103178;
}
.cid-tTvs3Afinq .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvs3Afinq p {
  line-height: 2;
}
.cid-tTj4giCSVf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tTj4giCSVf .container {
  display: flex;
  justify-content: center;
}
.cid-tTj4giCSVf .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tTj4giCSVf .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTj4giCSVf .text-container {
    margin-bottom: 20px;
  }
}
.cid-tTj4giCSVf .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTj4giCSVf .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTj4giCSVf .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tTj4giCSVf .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tTj4giCSVf .dragArea {
    max-width: 505px;
  }
}
.cid-tTj4giCSVf .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tTj4giCSVf .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tTj4giCSVf .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tTj4giCSVf .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tTj4giCSVf .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tTj4giCSVf .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTj4giCSVf .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-tTj4giCSVf .form-control {
    height: 44px;
  }
}
.cid-tTj4giCSVf .form-control:hover,
.cid-tTj4giCSVf .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tTj4giCSVf .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTj4giCSVf .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTj4giCSVf .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTj4giCSVf .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTj4giCSVf .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tTj4gjKuDC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTj4gjKuDC .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTj4gjKuDC .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tTjy52uxaB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTjy52uxaB .image {
  position: relative;
  margin-bottom: 200px;
  height: 800px;
  background-image: url("../../../assets/images/festgeld-vergleich-1-1-1920x1080.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tTjy52uxaB .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-tTjy52uxaB .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-tTjy52uxaB .mbr-form {
  width: 100%;
}
.cid-tTjy52uxaB .form-group {
  margin-bottom: 0;
}
.cid-tTjy52uxaB .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-tTjy52uxaB .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-tTjy52uxaB .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTjy52uxaB .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTjy52uxaB .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTjy52uxaB .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTjy52uxaB .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-tTjy52uxaB .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-tTjy52uxaB .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tTjy52uxaB .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-tTjy52uxaB .mbr-text {
  margin-bottom: 10px;
}
.cid-tTjy52uxaB .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-tTjy52uxaB .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-tTjy52uxaB .form__wrap {
    position: static;
  }
  .cid-tTjy52uxaB .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-tTjy52uxaB .subscribe__form {
    order: 1;
  }
  .cid-tTjy52uxaB .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-tTjy52uxaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjy52uxaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTjy52uxaB LABEL {
  color: #a1a0a0;
}
.cid-tTjy53XVfq .navbar-dropdown {
  position: relative !important;
}
.cid-tTjy53XVfq .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-tTjy53XVfq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTjy53XVfq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTjy53XVfq .dropdown-item:hover,
.cid-tTjy53XVfq .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tTjy53XVfq .dropdown-item:hover span {
  color: white;
}
.cid-tTjy53XVfq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTjy53XVfq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTjy53XVfq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTjy53XVfq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTjy53XVfq .nav-link {
  position: relative;
}
.cid-tTjy53XVfq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTjy53XVfq .container {
    flex-wrap: nowrap;
  }
}
.cid-tTjy53XVfq .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTjy53XVfq .dropdown-menu,
.cid-tTjy53XVfq .navbar.opened {
  background: #ffffff !important;
}
.cid-tTjy53XVfq .nav-item:focus,
.cid-tTjy53XVfq .nav-link:focus {
  outline: none;
}
.cid-tTjy53XVfq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTjy53XVfq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTjy53XVfq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTjy53XVfq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTjy53XVfq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTjy53XVfq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTjy53XVfq .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tTjy53XVfq .navbar.opened {
  transition: all 0.3s;
}
.cid-tTjy53XVfq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTjy53XVfq .navbar .navbar-logo img {
  width: auto;
}
.cid-tTjy53XVfq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTjy53XVfq .navbar.collapsed {
  justify-content: center;
}
.cid-tTjy53XVfq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTjy53XVfq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTjy53XVfq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTjy53XVfq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTjy53XVfq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTjy53XVfq .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-tTjy53XVfq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTjy53XVfq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTjy53XVfq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTjy53XVfq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTjy53XVfq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTjy53XVfq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTjy53XVfq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTjy53XVfq .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-tTjy53XVfq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTjy53XVfq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTjy53XVfq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTjy53XVfq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTjy53XVfq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTjy53XVfq .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTjy53XVfq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTjy53XVfq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTjy53XVfq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTjy53XVfq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTjy53XVfq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTjy53XVfq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTjy53XVfq .dropdown-item.active,
.cid-tTjy53XVfq .dropdown-item:active {
  background-color: transparent;
}
.cid-tTjy53XVfq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTjy53XVfq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTjy53XVfq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTjy53XVfq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTjy53XVfq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTjy53XVfq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTjy53XVfq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTjy53XVfq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTjy53XVfq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTjy53XVfq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTjy53XVfq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTjy53XVfq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTjy53XVfq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTjy53XVfq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTjy53XVfq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTjy53XVfq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTjy53XVfq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTjy53XVfq .navbar-dropdown {
  padding: 0;
}
.cid-tTjy53XVfq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTjy53XVfq .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-tTjy53XVfq .navbar {
    height: 70px;
  }
  .cid-tTjy53XVfq .navbar.opened {
    height: auto;
  }
  .cid-tTjy53XVfq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTjy53XVfq .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tTjy53XVfq .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTjy53XVfq .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tTjy53XVfq .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tTjy53XVfq .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tTjy53XVfq .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tTjy53XVfq .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tTjy53XVfq .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tTjy53XVfq .nav-item .nav-link {
  position: relative !important;
}
.cid-tTjy53XVfq .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tTjy53XVfq .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tTjy53XVfq .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tTjy53XVfq .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tTjy53XVfq .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tTjy53XVfq .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tTjy53XVfq .tel-menu {
    display: none;
  }
}
.cid-tTjy53XVfq .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tTjy53XVfq .mbr-text {
    text-align: center !important;
  }
}
.cid-tTjy53XVfq .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tTjy53XVfq .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tTjy53XVfq .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tTjy53XVfq .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tTjy53XVfq .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tTjy53XVfq .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTjy53XVfq .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tTjy54MyJM {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTjy54MyJM .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tTjy54MyJM .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tTjy54MyJM .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tTjy54MyJM .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tTjy54MyJM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjy54MyJM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTjy55E6wv {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTjy55E6wv .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tTjy55E6wv .mbr-section-title {
  color: #010d4c;
}
.cid-tTjy55E6wv .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTjy55E6wv .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-tTjy55E6wv .card-title {
    margin-bottom: 18px;
  }
}
.cid-tTjy55E6wv .card-title a {
  font-weight: 700;
}
.cid-tTjy55E6wv .card-title a:hover {
  color: #ff7a41 !important;
}
.cid-tTjy55E6wv .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tTjy55E6wv .icon-box {
    margin-bottom: 20px;
  }
}
.cid-tTjy55E6wv .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #ff7a41;
}
.cid-tTjy55E6wv .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tTjy55E6wv .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-tTjy55E6wv .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-tTjy55E6wv .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-tTjy55E6wv .col-card {
  margin-top: 30px;
}
.cid-tTjy55E6wv .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-tTjy55E6wv .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-tTjy55E6wv .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-tTjy56rU04 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tTjy56rU04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjy56rU04 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTjy56rU04 .container {
    padding: 0;
  }
}
.cid-tTjy56rU04 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTjy56rU04 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTjy56rU04 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTjy56rU04 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTjy56rU04 .mbr-section-title {
  color: #263652;
}
.cid-tTjy56rU04 .mbr-text {
  color: #263652;
}
.cid-tTjy56ZqC3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTjy56ZqC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjy56ZqC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTjy56ZqC3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTjy56ZqC3 .container {
    padding: 0 12px;
  }
}
.cid-tTjy56ZqC3 .row {
  justify-content: center;
}
.cid-tTjy56ZqC3 .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTjy56ZqC3 .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTjy56ZqC3 .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTjy56ZqC3 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTjy56ZqC3 .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTjy56ZqC3 .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTjy56ZqC3 .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTjy56ZqC3 .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTjy56ZqC3 .mbr-section-title {
  color: #222222;
}
.cid-tTjy56ZqC3 .mbr-text {
  color: #222222;
}
.cid-tTjy57wxvj {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTjy57wxvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjy57wxvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTjy57wxvj .container {
    padding: 0;
  }
}
.cid-tTjy57wxvj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTjy57wxvj .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTjy57wxvj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTjy57wxvj .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTjy57wxvj .mbr-section-title {
  color: #263652;
}
.cid-tTjy57wxvj .mbr-text {
  color: #263652;
}
.cid-tTjDjS5Hnx {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tTjDjS5Hnx img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tTjDjS5Hnx img {
    width: 100%;
  }
}
.cid-tTjDjS5Hnx .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tTjy59wHAx {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tTjy59wHAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjy59wHAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTjy59wHAx .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff7a41;
  margin-left: 1rem;
}
.cid-tTjy59wHAx .panel-group {
  border: none;
}
.cid-tTjy59wHAx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTjy59wHAx .panel-body,
.cid-tTjy59wHAx .card-header {
  padding: 1rem 0;
}
.cid-tTjy59wHAx .panel-title-edit {
  color: #000000;
}
.cid-tTjy59wHAx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tTjy59wHAx H3 {
  text-align: left;
}
.cid-ukz1gcBkul {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukz1gcBkul .image {
  position: relative;
  margin-bottom: 200px;
  height: 400px;
  background-image: url("../../../assets/images/conference28-1920.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ukz1gcBkul .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-ukz1gcBkul .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-ukz1gcBkul .mbr-form {
  width: 100%;
}
.cid-ukz1gcBkul .form-group {
  margin-bottom: 0;
}
.cid-ukz1gcBkul .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-ukz1gcBkul .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-ukz1gcBkul .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1gcBkul .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1gcBkul .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1gcBkul .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1gcBkul .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-ukz1gcBkul .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-ukz1gcBkul .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ukz1gcBkul .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-ukz1gcBkul .mbr-text {
  margin-bottom: 10px;
}
.cid-ukz1gcBkul .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-ukz1gcBkul .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-ukz1gcBkul .form__wrap {
    position: static;
  }
  .cid-ukz1gcBkul .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-ukz1gcBkul .subscribe__form {
    order: 1;
  }
  .cid-ukz1gcBkul .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-ukz1gcBkul .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukz1gcBkul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukz1gcBkul LABEL {
  color: #a1a0a0;
}
.cid-tTvq4n6ABw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvq4n6ABw .mbr-text {
  color: #103178;
}
.cid-tTvq4n6ABw .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvq4n6ABw p {
  line-height: 2;
}
.cid-tTjy5bJ4pP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tTjy5bJ4pP .container {
  display: flex;
  justify-content: center;
}
.cid-tTjy5bJ4pP .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tTjy5bJ4pP .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTjy5bJ4pP .text-container {
    margin-bottom: 20px;
  }
}
.cid-tTjy5bJ4pP .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTjy5bJ4pP .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTjy5bJ4pP .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tTjy5bJ4pP .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tTjy5bJ4pP .dragArea {
    max-width: 505px;
  }
}
.cid-tTjy5bJ4pP .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tTjy5bJ4pP .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tTjy5bJ4pP .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tTjy5bJ4pP .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tTjy5bJ4pP .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tTjy5bJ4pP .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTjy5bJ4pP .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-tTjy5bJ4pP .form-control {
    height: 44px;
  }
}
.cid-tTjy5bJ4pP .form-control:hover,
.cid-tTjy5bJ4pP .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tTjy5bJ4pP .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTjy5bJ4pP .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTjy5bJ4pP .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTjy5bJ4pP .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTjy5bJ4pP .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tTjy5ctUQ3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTjy5ctUQ3 .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTjy5ctUQ3 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tTjFfMt8RQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTjFfMt8RQ .image {
  position: relative;
  margin-bottom: 200px;
  height: 800px;
  background-image: url("../../../assets/images/nachgab1-1920x1080.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tTjFfMt8RQ .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-tTjFfMt8RQ .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-tTjFfMt8RQ .mbr-form {
  width: 100%;
}
.cid-tTjFfMt8RQ .form-group {
  margin-bottom: 0;
}
.cid-tTjFfMt8RQ .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-tTjFfMt8RQ .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-tTjFfMt8RQ .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTjFfMt8RQ .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTjFfMt8RQ .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTjFfMt8RQ .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTjFfMt8RQ .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-tTjFfMt8RQ .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-tTjFfMt8RQ .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tTjFfMt8RQ .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-tTjFfMt8RQ .mbr-text {
  margin-bottom: 10px;
}
.cid-tTjFfMt8RQ .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-tTjFfMt8RQ .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-tTjFfMt8RQ .form__wrap {
    position: static;
  }
  .cid-tTjFfMt8RQ .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-tTjFfMt8RQ .subscribe__form {
    order: 1;
  }
  .cid-tTjFfMt8RQ .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-tTjFfMt8RQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjFfMt8RQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTjFfMt8RQ LABEL {
  color: #a1a0a0;
}
.cid-tTjFfO4EUx .navbar-dropdown {
  position: relative !important;
}
.cid-tTjFfO4EUx .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-tTjFfO4EUx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTjFfO4EUx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTjFfO4EUx .dropdown-item:hover,
.cid-tTjFfO4EUx .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tTjFfO4EUx .dropdown-item:hover span {
  color: white;
}
.cid-tTjFfO4EUx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTjFfO4EUx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTjFfO4EUx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTjFfO4EUx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTjFfO4EUx .nav-link {
  position: relative;
}
.cid-tTjFfO4EUx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTjFfO4EUx .container {
    flex-wrap: nowrap;
  }
}
.cid-tTjFfO4EUx .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTjFfO4EUx .dropdown-menu,
.cid-tTjFfO4EUx .navbar.opened {
  background: #ffffff !important;
}
.cid-tTjFfO4EUx .nav-item:focus,
.cid-tTjFfO4EUx .nav-link:focus {
  outline: none;
}
.cid-tTjFfO4EUx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTjFfO4EUx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTjFfO4EUx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTjFfO4EUx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTjFfO4EUx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTjFfO4EUx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTjFfO4EUx .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tTjFfO4EUx .navbar.opened {
  transition: all 0.3s;
}
.cid-tTjFfO4EUx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTjFfO4EUx .navbar .navbar-logo img {
  width: auto;
}
.cid-tTjFfO4EUx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTjFfO4EUx .navbar.collapsed {
  justify-content: center;
}
.cid-tTjFfO4EUx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTjFfO4EUx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTjFfO4EUx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTjFfO4EUx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTjFfO4EUx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTjFfO4EUx .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-tTjFfO4EUx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTjFfO4EUx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTjFfO4EUx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTjFfO4EUx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTjFfO4EUx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTjFfO4EUx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTjFfO4EUx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTjFfO4EUx .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-tTjFfO4EUx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTjFfO4EUx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTjFfO4EUx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTjFfO4EUx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTjFfO4EUx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTjFfO4EUx .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTjFfO4EUx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTjFfO4EUx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTjFfO4EUx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTjFfO4EUx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTjFfO4EUx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTjFfO4EUx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTjFfO4EUx .dropdown-item.active,
.cid-tTjFfO4EUx .dropdown-item:active {
  background-color: transparent;
}
.cid-tTjFfO4EUx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTjFfO4EUx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTjFfO4EUx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTjFfO4EUx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTjFfO4EUx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTjFfO4EUx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTjFfO4EUx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTjFfO4EUx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTjFfO4EUx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTjFfO4EUx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTjFfO4EUx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTjFfO4EUx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTjFfO4EUx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTjFfO4EUx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTjFfO4EUx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTjFfO4EUx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTjFfO4EUx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTjFfO4EUx .navbar-dropdown {
  padding: 0;
}
.cid-tTjFfO4EUx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTjFfO4EUx .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-tTjFfO4EUx .navbar {
    height: 70px;
  }
  .cid-tTjFfO4EUx .navbar.opened {
    height: auto;
  }
  .cid-tTjFfO4EUx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTjFfO4EUx .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tTjFfO4EUx .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTjFfO4EUx .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tTjFfO4EUx .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tTjFfO4EUx .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tTjFfO4EUx .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tTjFfO4EUx .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tTjFfO4EUx .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tTjFfO4EUx .nav-item .nav-link {
  position: relative !important;
}
.cid-tTjFfO4EUx .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tTjFfO4EUx .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tTjFfO4EUx .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tTjFfO4EUx .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tTjFfO4EUx .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tTjFfO4EUx .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tTjFfO4EUx .tel-menu {
    display: none;
  }
}
.cid-tTjFfO4EUx .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tTjFfO4EUx .mbr-text {
    text-align: center !important;
  }
}
.cid-tTjFfO4EUx .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tTjFfO4EUx .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tTjFfO4EUx .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tTjFfO4EUx .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tTjFfO4EUx .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tTjFfO4EUx .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTjFfO4EUx .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tTjFfPcrHD {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTjFfPcrHD .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tTjFfPcrHD .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tTjFfPcrHD .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tTjFfPcrHD .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tTjFfPcrHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjFfPcrHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTjFfQ38AL {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTjFfQ38AL .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tTjFfQ38AL .mbr-section-title {
  color: #010d4c;
}
.cid-tTjFfQ38AL .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTjFfQ38AL .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-tTjFfQ38AL .card-title {
    margin-bottom: 18px;
  }
}
.cid-tTjFfQ38AL .card-title a {
  font-weight: 700;
}
.cid-tTjFfQ38AL .card-title a:hover {
  color: #ff7a41 !important;
}
.cid-tTjFfQ38AL .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tTjFfQ38AL .icon-box {
    margin-bottom: 20px;
  }
}
.cid-tTjFfQ38AL .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #ff7a41;
}
.cid-tTjFfQ38AL .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tTjFfQ38AL .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-tTjFfQ38AL .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-tTjFfQ38AL .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-tTjFfQ38AL .col-card {
  margin-top: 30px;
}
.cid-tTjFfQ38AL .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-tTjFfQ38AL .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-tTjFfQ38AL .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-tTjFfR0cpC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tTjFfR0cpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjFfR0cpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTjFfR0cpC .container {
    padding: 0;
  }
}
.cid-tTjFfR0cpC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTjFfR0cpC .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTjFfR0cpC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTjFfR0cpC .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTjFfR0cpC .mbr-section-title {
  color: #263652;
}
.cid-tTjFfR0cpC .mbr-text {
  color: #263652;
}
.cid-tTjFfRICLZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTjFfRICLZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjFfRICLZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTjFfRICLZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTjFfRICLZ .container {
    padding: 0 12px;
  }
}
.cid-tTjFfRICLZ .row {
  justify-content: center;
}
.cid-tTjFfRICLZ .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTjFfRICLZ .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTjFfRICLZ .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTjFfRICLZ .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTjFfRICLZ .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTjFfRICLZ .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTjFfRICLZ .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTjFfRICLZ .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTjFfRICLZ .mbr-section-title {
  color: #222222;
}
.cid-tTjFfRICLZ .mbr-text {
  color: #222222;
}
.cid-tTjHjWyDJ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTjHjWyDJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjHjWyDJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTjHjWyDJ9 .container {
    padding: 0;
  }
}
.cid-tTjHjWyDJ9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTjHjWyDJ9 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTjHjWyDJ9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTjHjWyDJ9 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTjHjWyDJ9 .mbr-section-title {
  color: #263652;
}
.cid-tTjHjWyDJ9 .mbr-text {
  color: #263652;
}
.cid-tTjHZfqwCC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTjHZfqwCC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjHZfqwCC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTjHZfqwCC .container {
    padding: 0 16px;
  }
}
.cid-tTjHZfqwCC .row {
  justify-content: center;
}
.cid-tTjHZfqwCC .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tTjHZfqwCC .image-wrapper {
  margin-bottom: 40px;
}
.cid-tTjHZfqwCC .image-wrapper img {
  height: 360px;
  object-fit: cover;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .cid-tTjHZfqwCC .image-wrapper img {
    height: 280px;
  }
}
.cid-tTjHZfqwCC .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tTjHZfqwCC .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-tTjHZfqwCC .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tTjFfU6eiw {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tTjFfU6eiw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjFfU6eiw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTjFfU6eiw .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff7a41;
  margin-left: 1rem;
}
.cid-tTjFfU6eiw .panel-group {
  border: none;
}
.cid-tTjFfU6eiw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTjFfU6eiw .panel-body,
.cid-tTjFfU6eiw .card-header {
  padding: 1rem 0;
}
.cid-tTjFfU6eiw .panel-title-edit {
  color: #000000;
}
.cid-tTjFfU6eiw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tTjFfU6eiw H3 {
  text-align: left;
}
.cid-ukz1kS7t1J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukz1kS7t1J .image {
  position: relative;
  margin-bottom: 200px;
  height: 400px;
  background-image: url("../../../assets/images/conference28-1920.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ukz1kS7t1J .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-ukz1kS7t1J .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-ukz1kS7t1J .mbr-form {
  width: 100%;
}
.cid-ukz1kS7t1J .form-group {
  margin-bottom: 0;
}
.cid-ukz1kS7t1J .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-ukz1kS7t1J .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-ukz1kS7t1J .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1kS7t1J .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1kS7t1J .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1kS7t1J .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1kS7t1J .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-ukz1kS7t1J .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-ukz1kS7t1J .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ukz1kS7t1J .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-ukz1kS7t1J .mbr-text {
  margin-bottom: 10px;
}
.cid-ukz1kS7t1J .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-ukz1kS7t1J .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-ukz1kS7t1J .form__wrap {
    position: static;
  }
  .cid-ukz1kS7t1J .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-ukz1kS7t1J .subscribe__form {
    order: 1;
  }
  .cid-ukz1kS7t1J .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-ukz1kS7t1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukz1kS7t1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukz1kS7t1J LABEL {
  color: #a1a0a0;
}
.cid-tTvqcANnGT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvqcANnGT .mbr-text {
  color: #103178;
}
.cid-tTvqcANnGT .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvqcANnGT p {
  line-height: 2;
}
.cid-tTjFfWWKai {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tTjFfWWKai .container {
  display: flex;
  justify-content: center;
}
.cid-tTjFfWWKai .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tTjFfWWKai .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTjFfWWKai .text-container {
    margin-bottom: 20px;
  }
}
.cid-tTjFfWWKai .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTjFfWWKai .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTjFfWWKai .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tTjFfWWKai .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tTjFfWWKai .dragArea {
    max-width: 505px;
  }
}
.cid-tTjFfWWKai .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tTjFfWWKai .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tTjFfWWKai .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tTjFfWWKai .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tTjFfWWKai .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tTjFfWWKai .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTjFfWWKai .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-tTjFfWWKai .form-control {
    height: 44px;
  }
}
.cid-tTjFfWWKai .form-control:hover,
.cid-tTjFfWWKai .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tTjFfWWKai .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTjFfWWKai .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTjFfWWKai .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTjFfWWKai .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTjFfWWKai .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tTjFfXSsVv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTjFfXSsVv .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTjFfXSsVv .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tTlyTppJVz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTlyTppJVz .image {
  position: relative;
  margin-bottom: 200px;
  height: 800px;
  background-image: url("../../../assets/images/tagesgeld1-1920x1080.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tTlyTppJVz .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-tTlyTppJVz .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-tTlyTppJVz .mbr-form {
  width: 100%;
}
.cid-tTlyTppJVz .form-group {
  margin-bottom: 0;
}
.cid-tTlyTppJVz .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-tTlyTppJVz .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-tTlyTppJVz .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTlyTppJVz .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTlyTppJVz .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTlyTppJVz .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTlyTppJVz .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-tTlyTppJVz .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-tTlyTppJVz .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tTlyTppJVz .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-tTlyTppJVz .mbr-text {
  margin-bottom: 10px;
}
.cid-tTlyTppJVz .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-tTlyTppJVz .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-tTlyTppJVz .form__wrap {
    position: static;
  }
  .cid-tTlyTppJVz .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-tTlyTppJVz .subscribe__form {
    order: 1;
  }
  .cid-tTlyTppJVz .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-tTlyTppJVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlyTppJVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTlyTppJVz LABEL {
  color: #a1a0a0;
}
.cid-tTlyTqqHzM .navbar-dropdown {
  position: relative !important;
}
.cid-tTlyTqqHzM .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-tTlyTqqHzM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTlyTqqHzM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTlyTqqHzM .dropdown-item:hover,
.cid-tTlyTqqHzM .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tTlyTqqHzM .dropdown-item:hover span {
  color: white;
}
.cid-tTlyTqqHzM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTlyTqqHzM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTlyTqqHzM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTlyTqqHzM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTlyTqqHzM .nav-link {
  position: relative;
}
.cid-tTlyTqqHzM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTlyTqqHzM .container {
    flex-wrap: nowrap;
  }
}
.cid-tTlyTqqHzM .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTlyTqqHzM .dropdown-menu,
.cid-tTlyTqqHzM .navbar.opened {
  background: #ffffff !important;
}
.cid-tTlyTqqHzM .nav-item:focus,
.cid-tTlyTqqHzM .nav-link:focus {
  outline: none;
}
.cid-tTlyTqqHzM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTlyTqqHzM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTlyTqqHzM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTlyTqqHzM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTlyTqqHzM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTlyTqqHzM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTlyTqqHzM .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tTlyTqqHzM .navbar.opened {
  transition: all 0.3s;
}
.cid-tTlyTqqHzM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTlyTqqHzM .navbar .navbar-logo img {
  width: auto;
}
.cid-tTlyTqqHzM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTlyTqqHzM .navbar.collapsed {
  justify-content: center;
}
.cid-tTlyTqqHzM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTlyTqqHzM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTlyTqqHzM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTlyTqqHzM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTlyTqqHzM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTlyTqqHzM .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-tTlyTqqHzM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTlyTqqHzM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTlyTqqHzM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTlyTqqHzM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTlyTqqHzM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTlyTqqHzM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTlyTqqHzM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTlyTqqHzM .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-tTlyTqqHzM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTlyTqqHzM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTlyTqqHzM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTlyTqqHzM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTlyTqqHzM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTlyTqqHzM .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTlyTqqHzM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTlyTqqHzM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTlyTqqHzM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTlyTqqHzM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTlyTqqHzM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTlyTqqHzM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTlyTqqHzM .dropdown-item.active,
.cid-tTlyTqqHzM .dropdown-item:active {
  background-color: transparent;
}
.cid-tTlyTqqHzM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTlyTqqHzM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTlyTqqHzM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTlyTqqHzM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTlyTqqHzM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTlyTqqHzM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTlyTqqHzM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTlyTqqHzM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTlyTqqHzM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTlyTqqHzM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTlyTqqHzM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTlyTqqHzM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTlyTqqHzM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTlyTqqHzM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTlyTqqHzM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTlyTqqHzM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTlyTqqHzM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTlyTqqHzM .navbar-dropdown {
  padding: 0;
}
.cid-tTlyTqqHzM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTlyTqqHzM .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-tTlyTqqHzM .navbar {
    height: 70px;
  }
  .cid-tTlyTqqHzM .navbar.opened {
    height: auto;
  }
  .cid-tTlyTqqHzM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTlyTqqHzM .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tTlyTqqHzM .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTlyTqqHzM .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tTlyTqqHzM .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tTlyTqqHzM .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tTlyTqqHzM .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tTlyTqqHzM .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tTlyTqqHzM .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tTlyTqqHzM .nav-item .nav-link {
  position: relative !important;
}
.cid-tTlyTqqHzM .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tTlyTqqHzM .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tTlyTqqHzM .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tTlyTqqHzM .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tTlyTqqHzM .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tTlyTqqHzM .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tTlyTqqHzM .tel-menu {
    display: none;
  }
}
.cid-tTlyTqqHzM .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tTlyTqqHzM .mbr-text {
    text-align: center !important;
  }
}
.cid-tTlyTqqHzM .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tTlyTqqHzM .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tTlyTqqHzM .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tTlyTqqHzM .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tTlyTqqHzM .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tTlyTqqHzM .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTlyTqqHzM .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tTlyTr2DmN {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTlyTr2DmN .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tTlyTr2DmN .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tTlyTr2DmN .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tTlyTr2DmN .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tTlyTr2DmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlyTr2DmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTlyTrBEBZ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTlyTrBEBZ .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tTlyTrBEBZ .mbr-section-title {
  color: #010d4c;
}
.cid-tTlyTrBEBZ .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTlyTrBEBZ .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-tTlyTrBEBZ .card-title {
    margin-bottom: 18px;
  }
}
.cid-tTlyTrBEBZ .card-title a {
  font-weight: 700;
}
.cid-tTlyTrBEBZ .card-title a:hover {
  color: #ff7a41 !important;
}
.cid-tTlyTrBEBZ .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tTlyTrBEBZ .icon-box {
    margin-bottom: 20px;
  }
}
.cid-tTlyTrBEBZ .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #ff7a41;
}
.cid-tTlyTrBEBZ .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tTlyTrBEBZ .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-tTlyTrBEBZ .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-tTlyTrBEBZ .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-tTlyTrBEBZ .col-card {
  margin-top: 30px;
}
.cid-tTlyTrBEBZ .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-tTlyTrBEBZ .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-tTlyTrBEBZ .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-tTlyTspyVA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tTlyTspyVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlyTspyVA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTlyTspyVA .container {
    padding: 0;
  }
}
.cid-tTlyTspyVA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTlyTspyVA .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTlyTspyVA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTlyTspyVA .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTlyTspyVA .mbr-section-title {
  color: #263652;
}
.cid-tTlyTspyVA .mbr-text {
  color: #263652;
}
.cid-tTlyTsWGRR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTlyTsWGRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlyTsWGRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTlyTsWGRR .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTlyTsWGRR .container {
    padding: 0 12px;
  }
}
.cid-tTlyTsWGRR .row {
  justify-content: center;
}
.cid-tTlyTsWGRR .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTlyTsWGRR .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTlyTsWGRR .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTlyTsWGRR .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTlyTsWGRR .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTlyTsWGRR .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTlyTsWGRR .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTlyTsWGRR .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTlyTsWGRR .mbr-section-title {
  color: #222222;
}
.cid-tTlyTsWGRR .mbr-text {
  color: #222222;
}
.cid-tTlyTtuO4W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTlyTtuO4W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlyTtuO4W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTlyTtuO4W .container {
    padding: 0;
  }
}
.cid-tTlyTtuO4W .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTlyTtuO4W .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTlyTtuO4W .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTlyTtuO4W .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTlyTtuO4W .mbr-section-title {
  color: #263652;
}
.cid-tTlyTtuO4W .mbr-text {
  color: #263652;
}
.cid-tTlAdLLXhF {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tTlAdLLXhF img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tTlAdLLXhF img {
    width: 100%;
  }
}
.cid-tTlAdLLXhF .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tTlyTuyT5D {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tTlyTuyT5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlyTuyT5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTlyTuyT5D .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff7a41;
  margin-left: 1rem;
}
.cid-tTlyTuyT5D .panel-group {
  border: none;
}
.cid-tTlyTuyT5D .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTlyTuyT5D .panel-body,
.cid-tTlyTuyT5D .card-header {
  padding: 1rem 0;
}
.cid-tTlyTuyT5D .panel-title-edit {
  color: #000000;
}
.cid-tTlyTuyT5D .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ukz1s867fS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukz1s867fS .image {
  position: relative;
  margin-bottom: 200px;
  height: 400px;
  background-image: url("../../../assets/images/conference28-1920.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ukz1s867fS .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-ukz1s867fS .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-ukz1s867fS .mbr-form {
  width: 100%;
}
.cid-ukz1s867fS .form-group {
  margin-bottom: 0;
}
.cid-ukz1s867fS .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-ukz1s867fS .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-ukz1s867fS .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1s867fS .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1s867fS .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1s867fS .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1s867fS .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-ukz1s867fS .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-ukz1s867fS .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ukz1s867fS .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-ukz1s867fS .mbr-text {
  margin-bottom: 10px;
}
.cid-ukz1s867fS .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-ukz1s867fS .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-ukz1s867fS .form__wrap {
    position: static;
  }
  .cid-ukz1s867fS .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-ukz1s867fS .subscribe__form {
    order: 1;
  }
  .cid-ukz1s867fS .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-ukz1s867fS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukz1s867fS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukz1s867fS LABEL {
  color: #a1a0a0;
}
.cid-tTvqjR4W1P {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvqjR4W1P .mbr-text {
  color: #103178;
}
.cid-tTvqjR4W1P .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvqjR4W1P p {
  line-height: 2;
}
.cid-tTlyTwKyl2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tTlyTwKyl2 .container {
  display: flex;
  justify-content: center;
}
.cid-tTlyTwKyl2 .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tTlyTwKyl2 .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTlyTwKyl2 .text-container {
    margin-bottom: 20px;
  }
}
.cid-tTlyTwKyl2 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTlyTwKyl2 .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTlyTwKyl2 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tTlyTwKyl2 .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tTlyTwKyl2 .dragArea {
    max-width: 505px;
  }
}
.cid-tTlyTwKyl2 .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tTlyTwKyl2 .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tTlyTwKyl2 .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tTlyTwKyl2 .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tTlyTwKyl2 .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tTlyTwKyl2 .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTlyTwKyl2 .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-tTlyTwKyl2 .form-control {
    height: 44px;
  }
}
.cid-tTlyTwKyl2 .form-control:hover,
.cid-tTlyTwKyl2 .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tTlyTwKyl2 .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTlyTwKyl2 .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTlyTwKyl2 .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTlyTwKyl2 .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTlyTwKyl2 .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tTlyTxrqL5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTlyTxrqL5 .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTlyTxrqL5 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tTlBWbRg9f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTlBWbRg9f .image {
  position: relative;
  margin-bottom: 200px;
  height: 800px;
  background-image: url("../../../assets/images/gold-silber1-1920x1080.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tTlBWbRg9f .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-tTlBWbRg9f .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-tTlBWbRg9f .mbr-form {
  width: 100%;
}
.cid-tTlBWbRg9f .form-group {
  margin-bottom: 0;
}
.cid-tTlBWbRg9f .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-tTlBWbRg9f .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-tTlBWbRg9f .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTlBWbRg9f .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTlBWbRg9f .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTlBWbRg9f .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTlBWbRg9f .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-tTlBWbRg9f .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-tTlBWbRg9f .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tTlBWbRg9f .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-tTlBWbRg9f .mbr-text {
  margin-bottom: 10px;
}
.cid-tTlBWbRg9f .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-tTlBWbRg9f .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-tTlBWbRg9f .form__wrap {
    position: static;
  }
  .cid-tTlBWbRg9f .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-tTlBWbRg9f .subscribe__form {
    order: 1;
  }
  .cid-tTlBWbRg9f .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-tTlBWbRg9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlBWbRg9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTlBWbRg9f LABEL {
  color: #a1a0a0;
}
.cid-tTlBWd8iTe .navbar-dropdown {
  position: relative !important;
}
.cid-tTlBWd8iTe .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-tTlBWd8iTe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTlBWd8iTe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTlBWd8iTe .dropdown-item:hover,
.cid-tTlBWd8iTe .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tTlBWd8iTe .dropdown-item:hover span {
  color: white;
}
.cid-tTlBWd8iTe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTlBWd8iTe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTlBWd8iTe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTlBWd8iTe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTlBWd8iTe .nav-link {
  position: relative;
}
.cid-tTlBWd8iTe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTlBWd8iTe .container {
    flex-wrap: nowrap;
  }
}
.cid-tTlBWd8iTe .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTlBWd8iTe .dropdown-menu,
.cid-tTlBWd8iTe .navbar.opened {
  background: #ffffff !important;
}
.cid-tTlBWd8iTe .nav-item:focus,
.cid-tTlBWd8iTe .nav-link:focus {
  outline: none;
}
.cid-tTlBWd8iTe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTlBWd8iTe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTlBWd8iTe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTlBWd8iTe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTlBWd8iTe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTlBWd8iTe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTlBWd8iTe .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tTlBWd8iTe .navbar.opened {
  transition: all 0.3s;
}
.cid-tTlBWd8iTe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTlBWd8iTe .navbar .navbar-logo img {
  width: auto;
}
.cid-tTlBWd8iTe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTlBWd8iTe .navbar.collapsed {
  justify-content: center;
}
.cid-tTlBWd8iTe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTlBWd8iTe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTlBWd8iTe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTlBWd8iTe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTlBWd8iTe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTlBWd8iTe .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-tTlBWd8iTe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTlBWd8iTe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTlBWd8iTe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTlBWd8iTe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTlBWd8iTe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTlBWd8iTe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTlBWd8iTe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTlBWd8iTe .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-tTlBWd8iTe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTlBWd8iTe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTlBWd8iTe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTlBWd8iTe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTlBWd8iTe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTlBWd8iTe .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTlBWd8iTe .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTlBWd8iTe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTlBWd8iTe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTlBWd8iTe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTlBWd8iTe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTlBWd8iTe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTlBWd8iTe .dropdown-item.active,
.cid-tTlBWd8iTe .dropdown-item:active {
  background-color: transparent;
}
.cid-tTlBWd8iTe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTlBWd8iTe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTlBWd8iTe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTlBWd8iTe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTlBWd8iTe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTlBWd8iTe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTlBWd8iTe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTlBWd8iTe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTlBWd8iTe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTlBWd8iTe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTlBWd8iTe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTlBWd8iTe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTlBWd8iTe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTlBWd8iTe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTlBWd8iTe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTlBWd8iTe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTlBWd8iTe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTlBWd8iTe .navbar-dropdown {
  padding: 0;
}
.cid-tTlBWd8iTe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTlBWd8iTe .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-tTlBWd8iTe .navbar {
    height: 70px;
  }
  .cid-tTlBWd8iTe .navbar.opened {
    height: auto;
  }
  .cid-tTlBWd8iTe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTlBWd8iTe .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tTlBWd8iTe .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTlBWd8iTe .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tTlBWd8iTe .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tTlBWd8iTe .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tTlBWd8iTe .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tTlBWd8iTe .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tTlBWd8iTe .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tTlBWd8iTe .nav-item .nav-link {
  position: relative !important;
}
.cid-tTlBWd8iTe .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tTlBWd8iTe .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tTlBWd8iTe .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tTlBWd8iTe .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tTlBWd8iTe .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tTlBWd8iTe .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tTlBWd8iTe .tel-menu {
    display: none;
  }
}
.cid-tTlBWd8iTe .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tTlBWd8iTe .mbr-text {
    text-align: center !important;
  }
}
.cid-tTlBWd8iTe .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tTlBWd8iTe .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tTlBWd8iTe .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tTlBWd8iTe .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tTlBWd8iTe .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tTlBWd8iTe .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTlBWd8iTe .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tTlBWdSwvA {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTlBWdSwvA .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tTlBWdSwvA .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tTlBWdSwvA .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tTlBWdSwvA .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tTlBWdSwvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlBWdSwvA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTlBWeuC34 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTlBWeuC34 .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tTlBWeuC34 .mbr-section-title {
  color: #010d4c;
}
.cid-tTlBWeuC34 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTlBWeuC34 .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-tTlBWeuC34 .card-title {
    margin-bottom: 18px;
  }
}
.cid-tTlBWeuC34 .card-title a {
  font-weight: 700;
}
.cid-tTlBWeuC34 .card-title a:hover {
  color: #ff7a41 !important;
}
.cid-tTlBWeuC34 .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tTlBWeuC34 .icon-box {
    margin-bottom: 20px;
  }
}
.cid-tTlBWeuC34 .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #ff7a41;
}
.cid-tTlBWeuC34 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tTlBWeuC34 .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-tTlBWeuC34 .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-tTlBWeuC34 .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-tTlBWeuC34 .col-card {
  margin-top: 30px;
}
.cid-tTlBWeuC34 .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-tTlBWeuC34 .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-tTlBWeuC34 .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-tTlBWfjT8C {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tTlBWfjT8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlBWfjT8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTlBWfjT8C .container {
    padding: 0;
  }
}
.cid-tTlBWfjT8C .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTlBWfjT8C .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTlBWfjT8C .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTlBWfjT8C .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTlBWfjT8C .mbr-section-title {
  color: #263652;
}
.cid-tTlBWfjT8C .mbr-text {
  color: #263652;
}
.cid-tTlBWgrzj3 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTlBWgrzj3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlBWgrzj3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTlBWgrzj3 .container {
    padding: 0;
  }
}
.cid-tTlBWgrzj3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTlBWgrzj3 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTlBWgrzj3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTlBWgrzj3 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTlBWgrzj3 .mbr-section-title {
  color: #263652;
}
.cid-tTlBWgrzj3 .mbr-text {
  color: #263652;
}
.cid-tTlBWgZ26X {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tTlBWgZ26X img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tTlBWgZ26X img {
    width: 100%;
  }
}
.cid-tTlBWgZ26X .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tTlBWfQaVp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTlBWfQaVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlBWfQaVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTlBWfQaVp .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTlBWfQaVp .container {
    padding: 0 12px;
  }
}
.cid-tTlBWfQaVp .row {
  justify-content: center;
}
.cid-tTlBWfQaVp .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTlBWfQaVp .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTlBWfQaVp .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTlBWfQaVp .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTlBWfQaVp .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTlBWfQaVp .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTlBWfQaVp .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTlBWfQaVp .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTlBWfQaVp .mbr-section-title {
  color: #222222;
}
.cid-tTlBWfQaVp .mbr-text {
  color: #222222;
}
.cid-tTlEmhxKMr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTlEmhxKMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlEmhxKMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTlEmhxKMr .container {
    padding: 0;
  }
}
.cid-tTlEmhxKMr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTlEmhxKMr .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTlEmhxKMr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTlEmhxKMr .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTlEmhxKMr .mbr-section-title {
  color: #263652;
}
.cid-tTlEmhxKMr .mbr-text {
  color: #263652;
}
.cid-tTlJrRnZ9b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTlJrRnZ9b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlJrRnZ9b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTlJrRnZ9b .row {
  justify-content: center;
}
.cid-tTlJrRnZ9b .col-title {
  margin-bottom: 40px;
}
.cid-tTlJrRnZ9b .mbr-section-title {
  color: #2B2B2B;
}
.cid-tTlJrRnZ9b .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 12px;
}
.cid-tTlJrRnZ9b .img-container {
  margin: 0 auto;
}
.cid-tTlJrRnZ9b .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  height: 620px;
}
.cid-tTlJrRnZ9b .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tTlBWhzCwf {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tTlBWhzCwf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlBWhzCwf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTlBWhzCwf .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff7a41;
  margin-left: 1rem;
}
.cid-tTlBWhzCwf .panel-group {
  border: none;
}
.cid-tTlBWhzCwf .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTlBWhzCwf .panel-body,
.cid-tTlBWhzCwf .card-header {
  padding: 1rem 0;
}
.cid-tTlBWhzCwf .panel-title-edit {
  color: #000000;
}
.cid-tTlBWhzCwf .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tTlBWhzCwf H3 {
  text-align: left;
}
.cid-ukz1xnnyBK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukz1xnnyBK .image {
  position: relative;
  margin-bottom: 200px;
  height: 400px;
  background-image: url("../../../assets/images/conference28-1920.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ukz1xnnyBK .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-ukz1xnnyBK .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-ukz1xnnyBK .mbr-form {
  width: 100%;
}
.cid-ukz1xnnyBK .form-group {
  margin-bottom: 0;
}
.cid-ukz1xnnyBK .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-ukz1xnnyBK .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-ukz1xnnyBK .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1xnnyBK .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1xnnyBK .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1xnnyBK .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1xnnyBK .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-ukz1xnnyBK .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-ukz1xnnyBK .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ukz1xnnyBK .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-ukz1xnnyBK .mbr-text {
  margin-bottom: 10px;
}
.cid-ukz1xnnyBK .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-ukz1xnnyBK .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-ukz1xnnyBK .form__wrap {
    position: static;
  }
  .cid-ukz1xnnyBK .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-ukz1xnnyBK .subscribe__form {
    order: 1;
  }
  .cid-ukz1xnnyBK .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-ukz1xnnyBK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukz1xnnyBK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukz1xnnyBK LABEL {
  color: #a1a0a0;
}
.cid-tTvqpd3FUq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvqpd3FUq .mbr-text {
  color: #103178;
}
.cid-tTvqpd3FUq .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvqpd3FUq p {
  line-height: 2;
}
.cid-tTlBWjJhgy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tTlBWjJhgy .container {
  display: flex;
  justify-content: center;
}
.cid-tTlBWjJhgy .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tTlBWjJhgy .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTlBWjJhgy .text-container {
    margin-bottom: 20px;
  }
}
.cid-tTlBWjJhgy .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTlBWjJhgy .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTlBWjJhgy .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tTlBWjJhgy .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tTlBWjJhgy .dragArea {
    max-width: 505px;
  }
}
.cid-tTlBWjJhgy .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tTlBWjJhgy .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tTlBWjJhgy .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tTlBWjJhgy .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tTlBWjJhgy .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tTlBWjJhgy .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTlBWjJhgy .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-tTlBWjJhgy .form-control {
    height: 44px;
  }
}
.cid-tTlBWjJhgy .form-control:hover,
.cid-tTlBWjJhgy .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tTlBWjJhgy .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTlBWjJhgy .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTlBWjJhgy .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTlBWjJhgy .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTlBWjJhgy .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tTlBWkrd7X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTlBWkrd7X .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTlBWkrd7X .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tTlKz9FNzl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTlKz9FNzl .image {
  position: relative;
  margin-bottom: 200px;
  height: 800px;
  background-image: url("../../../assets/images/container-1-1-1920x1080.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tTlKz9FNzl .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-tTlKz9FNzl .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-tTlKz9FNzl .mbr-form {
  width: 100%;
}
.cid-tTlKz9FNzl .form-group {
  margin-bottom: 0;
}
.cid-tTlKz9FNzl .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-tTlKz9FNzl .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-tTlKz9FNzl .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTlKz9FNzl .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTlKz9FNzl .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTlKz9FNzl .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTlKz9FNzl .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-tTlKz9FNzl .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-tTlKz9FNzl .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tTlKz9FNzl .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-tTlKz9FNzl .mbr-text {
  margin-bottom: 10px;
}
.cid-tTlKz9FNzl .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-tTlKz9FNzl .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-tTlKz9FNzl .form__wrap {
    position: static;
  }
  .cid-tTlKz9FNzl .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-tTlKz9FNzl .subscribe__form {
    order: 1;
  }
  .cid-tTlKz9FNzl .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-tTlKz9FNzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlKz9FNzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTlKz9FNzl LABEL {
  color: #a1a0a0;
}
.cid-tTlKzcfjw8 .navbar-dropdown {
  position: relative !important;
}
.cid-tTlKzcfjw8 .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-tTlKzcfjw8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTlKzcfjw8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTlKzcfjw8 .dropdown-item:hover,
.cid-tTlKzcfjw8 .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tTlKzcfjw8 .dropdown-item:hover span {
  color: white;
}
.cid-tTlKzcfjw8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTlKzcfjw8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTlKzcfjw8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTlKzcfjw8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTlKzcfjw8 .nav-link {
  position: relative;
}
.cid-tTlKzcfjw8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTlKzcfjw8 .container {
    flex-wrap: nowrap;
  }
}
.cid-tTlKzcfjw8 .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTlKzcfjw8 .dropdown-menu,
.cid-tTlKzcfjw8 .navbar.opened {
  background: #ffffff !important;
}
.cid-tTlKzcfjw8 .nav-item:focus,
.cid-tTlKzcfjw8 .nav-link:focus {
  outline: none;
}
.cid-tTlKzcfjw8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTlKzcfjw8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTlKzcfjw8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTlKzcfjw8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTlKzcfjw8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTlKzcfjw8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTlKzcfjw8 .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tTlKzcfjw8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tTlKzcfjw8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTlKzcfjw8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tTlKzcfjw8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTlKzcfjw8 .navbar.collapsed {
  justify-content: center;
}
.cid-tTlKzcfjw8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTlKzcfjw8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTlKzcfjw8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTlKzcfjw8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTlKzcfjw8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTlKzcfjw8 .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-tTlKzcfjw8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTlKzcfjw8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTlKzcfjw8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTlKzcfjw8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTlKzcfjw8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTlKzcfjw8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTlKzcfjw8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTlKzcfjw8 .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-tTlKzcfjw8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTlKzcfjw8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTlKzcfjw8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTlKzcfjw8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTlKzcfjw8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTlKzcfjw8 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTlKzcfjw8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTlKzcfjw8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTlKzcfjw8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTlKzcfjw8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTlKzcfjw8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTlKzcfjw8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTlKzcfjw8 .dropdown-item.active,
.cid-tTlKzcfjw8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tTlKzcfjw8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTlKzcfjw8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTlKzcfjw8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTlKzcfjw8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTlKzcfjw8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTlKzcfjw8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTlKzcfjw8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTlKzcfjw8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTlKzcfjw8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTlKzcfjw8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTlKzcfjw8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTlKzcfjw8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTlKzcfjw8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTlKzcfjw8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTlKzcfjw8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTlKzcfjw8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTlKzcfjw8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTlKzcfjw8 .navbar-dropdown {
  padding: 0;
}
.cid-tTlKzcfjw8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTlKzcfjw8 .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-tTlKzcfjw8 .navbar {
    height: 70px;
  }
  .cid-tTlKzcfjw8 .navbar.opened {
    height: auto;
  }
  .cid-tTlKzcfjw8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTlKzcfjw8 .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tTlKzcfjw8 .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTlKzcfjw8 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tTlKzcfjw8 .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tTlKzcfjw8 .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tTlKzcfjw8 .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tTlKzcfjw8 .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tTlKzcfjw8 .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tTlKzcfjw8 .nav-item .nav-link {
  position: relative !important;
}
.cid-tTlKzcfjw8 .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tTlKzcfjw8 .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tTlKzcfjw8 .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tTlKzcfjw8 .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tTlKzcfjw8 .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tTlKzcfjw8 .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tTlKzcfjw8 .tel-menu {
    display: none;
  }
}
.cid-tTlKzcfjw8 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tTlKzcfjw8 .mbr-text {
    text-align: center !important;
  }
}
.cid-tTlKzcfjw8 .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tTlKzcfjw8 .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tTlKzcfjw8 .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tTlKzcfjw8 .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tTlKzcfjw8 .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tTlKzcfjw8 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTlKzcfjw8 .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tTlKzdrRKA {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTlKzdrRKA .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tTlKzdrRKA .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tTlKzdrRKA .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tTlKzdrRKA .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tTlKzdrRKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlKzdrRKA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTlKzeoYPl {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTlKzeoYPl .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tTlKzeoYPl .mbr-section-title {
  color: #010d4c;
}
.cid-tTlKzeoYPl .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTlKzeoYPl .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-tTlKzeoYPl .card-title {
    margin-bottom: 18px;
  }
}
.cid-tTlKzeoYPl .card-title a {
  font-weight: 700;
}
.cid-tTlKzeoYPl .card-title a:hover {
  color: #ff7a41 !important;
}
.cid-tTlKzeoYPl .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tTlKzeoYPl .icon-box {
    margin-bottom: 20px;
  }
}
.cid-tTlKzeoYPl .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #ff7a41;
}
.cid-tTlKzeoYPl .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tTlKzeoYPl .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-tTlKzeoYPl .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-tTlKzeoYPl .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-tTlKzeoYPl .col-card {
  margin-top: 30px;
}
.cid-tTlKzeoYPl .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-tTlKzeoYPl .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-tTlKzeoYPl .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-tTlKzgwIJj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tTlKzgwIJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlKzgwIJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTlKzgwIJj .container {
    padding: 0;
  }
}
.cid-tTlKzgwIJj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTlKzgwIJj .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTlKzgwIJj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTlKzgwIJj .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTlKzgwIJj .mbr-section-title {
  color: #263652;
}
.cid-tTlKzgwIJj .mbr-text {
  color: #263652;
}
.cid-tTlKzjLzcm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTlKzjLzcm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlKzjLzcm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTlKzjLzcm .row {
  justify-content: center;
}
.cid-tTlKzjLzcm .col-title {
  margin-bottom: 40px;
}
.cid-tTlKzjLzcm .mbr-section-title {
  color: #2B2B2B;
}
.cid-tTlKzjLzcm .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 12px;
}
.cid-tTlKzjLzcm .img-container {
  margin: 0 auto;
}
.cid-tTlKzjLzcm .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  height: 620px;
}
.cid-tTlKzjLzcm .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tTlKzj8jFn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTlKzj8jFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlKzj8jFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTlKzj8jFn .container {
    padding: 0;
  }
}
.cid-tTlKzj8jFn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTlKzj8jFn .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTlKzj8jFn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTlKzj8jFn .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTlKzj8jFn .mbr-section-title {
  color: #263652;
}
.cid-tTlKzj8jFn .mbr-text {
  color: #263652;
}
.cid-tTlKzhdmXb {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTlKzhdmXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlKzhdmXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTlKzhdmXb .container {
    padding: 0;
  }
}
.cid-tTlKzhdmXb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTlKzhdmXb .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTlKzhdmXb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTlKzhdmXb .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTlKzhdmXb .mbr-section-title {
  color: #263652;
}
.cid-tTlKzhdmXb .mbr-text {
  color: #263652;
}
.cid-tTlKzhMPyR {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tTlKzhMPyR img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tTlKzhMPyR img {
    width: 100%;
  }
}
.cid-tTlKzhMPyR .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tTlKzinfKm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTlKzinfKm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlKzinfKm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTlKzinfKm .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTlKzinfKm .container {
    padding: 0 12px;
  }
}
.cid-tTlKzinfKm .row {
  justify-content: center;
}
.cid-tTlKzinfKm .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTlKzinfKm .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTlKzinfKm .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTlKzinfKm .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTlKzinfKm .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTlKzinfKm .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTlKzinfKm .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTlKzinfKm .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTlKzinfKm .mbr-section-title {
  color: #222222;
}
.cid-tTlKzinfKm .mbr-text {
  color: #222222;
}
.cid-tTlKzkuipL {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tTlKzkuipL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlKzkuipL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTlKzkuipL .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff7a41;
  margin-left: 1rem;
}
.cid-tTlKzkuipL .panel-group {
  border: none;
}
.cid-tTlKzkuipL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTlKzkuipL .panel-body,
.cid-tTlKzkuipL .card-header {
  padding: 1rem 0;
}
.cid-tTlKzkuipL .panel-title-edit {
  color: #000000;
}
.cid-tTlKzkuipL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tTlKzkuipL H3 {
  text-align: left;
}
.cid-ukz1DrxA8n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukz1DrxA8n .image {
  position: relative;
  margin-bottom: 200px;
  height: 400px;
  background-image: url("../../../assets/images/conference28-1920.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ukz1DrxA8n .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-ukz1DrxA8n .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-ukz1DrxA8n .mbr-form {
  width: 100%;
}
.cid-ukz1DrxA8n .form-group {
  margin-bottom: 0;
}
.cid-ukz1DrxA8n .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-ukz1DrxA8n .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-ukz1DrxA8n .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1DrxA8n .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1DrxA8n .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1DrxA8n .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1DrxA8n .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-ukz1DrxA8n .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-ukz1DrxA8n .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ukz1DrxA8n .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-ukz1DrxA8n .mbr-text {
  margin-bottom: 10px;
}
.cid-ukz1DrxA8n .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-ukz1DrxA8n .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-ukz1DrxA8n .form__wrap {
    position: static;
  }
  .cid-ukz1DrxA8n .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-ukz1DrxA8n .subscribe__form {
    order: 1;
  }
  .cid-ukz1DrxA8n .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-ukz1DrxA8n .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukz1DrxA8n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukz1DrxA8n LABEL {
  color: #a1a0a0;
}
.cid-tTvqv43jnN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvqv43jnN .mbr-text {
  color: #103178;
}
.cid-tTvqv43jnN .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvqv43jnN p {
  line-height: 2;
}
.cid-tTlKzmGeF2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tTlKzmGeF2 .container {
  display: flex;
  justify-content: center;
}
.cid-tTlKzmGeF2 .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tTlKzmGeF2 .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTlKzmGeF2 .text-container {
    margin-bottom: 20px;
  }
}
.cid-tTlKzmGeF2 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTlKzmGeF2 .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTlKzmGeF2 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tTlKzmGeF2 .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tTlKzmGeF2 .dragArea {
    max-width: 505px;
  }
}
.cid-tTlKzmGeF2 .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tTlKzmGeF2 .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tTlKzmGeF2 .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tTlKzmGeF2 .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tTlKzmGeF2 .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tTlKzmGeF2 .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTlKzmGeF2 .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-tTlKzmGeF2 .form-control {
    height: 44px;
  }
}
.cid-tTlKzmGeF2 .form-control:hover,
.cid-tTlKzmGeF2 .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tTlKzmGeF2 .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTlKzmGeF2 .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTlKzmGeF2 .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTlKzmGeF2 .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTlKzmGeF2 .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tTlKznvmmQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTlKznvmmQ .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTlKznvmmQ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tTlOH1hYzg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTlOH1hYzg .image {
  position: relative;
  margin-bottom: 200px;
  height: 800px;
  background-image: url("../../../assets/images/aktien-1-2-1920x1080.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tTlOH1hYzg .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-tTlOH1hYzg .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-tTlOH1hYzg .mbr-form {
  width: 100%;
}
.cid-tTlOH1hYzg .form-group {
  margin-bottom: 0;
}
.cid-tTlOH1hYzg .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-tTlOH1hYzg .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-tTlOH1hYzg .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTlOH1hYzg .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTlOH1hYzg .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTlOH1hYzg .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTlOH1hYzg .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-tTlOH1hYzg .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-tTlOH1hYzg .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tTlOH1hYzg .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-tTlOH1hYzg .mbr-text {
  margin-bottom: 10px;
}
.cid-tTlOH1hYzg .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-tTlOH1hYzg .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-tTlOH1hYzg .form__wrap {
    position: static;
  }
  .cid-tTlOH1hYzg .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-tTlOH1hYzg .subscribe__form {
    order: 1;
  }
  .cid-tTlOH1hYzg .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-tTlOH1hYzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlOH1hYzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTlOH1hYzg LABEL {
  color: #a1a0a0;
}
.cid-tTlOH2Mclk .navbar-dropdown {
  position: relative !important;
}
.cid-tTlOH2Mclk .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-tTlOH2Mclk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTlOH2Mclk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTlOH2Mclk .dropdown-item:hover,
.cid-tTlOH2Mclk .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tTlOH2Mclk .dropdown-item:hover span {
  color: white;
}
.cid-tTlOH2Mclk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTlOH2Mclk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTlOH2Mclk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTlOH2Mclk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTlOH2Mclk .nav-link {
  position: relative;
}
.cid-tTlOH2Mclk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTlOH2Mclk .container {
    flex-wrap: nowrap;
  }
}
.cid-tTlOH2Mclk .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTlOH2Mclk .dropdown-menu,
.cid-tTlOH2Mclk .navbar.opened {
  background: #ffffff !important;
}
.cid-tTlOH2Mclk .nav-item:focus,
.cid-tTlOH2Mclk .nav-link:focus {
  outline: none;
}
.cid-tTlOH2Mclk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTlOH2Mclk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTlOH2Mclk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTlOH2Mclk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTlOH2Mclk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTlOH2Mclk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTlOH2Mclk .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tTlOH2Mclk .navbar.opened {
  transition: all 0.3s;
}
.cid-tTlOH2Mclk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTlOH2Mclk .navbar .navbar-logo img {
  width: auto;
}
.cid-tTlOH2Mclk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTlOH2Mclk .navbar.collapsed {
  justify-content: center;
}
.cid-tTlOH2Mclk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTlOH2Mclk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTlOH2Mclk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTlOH2Mclk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTlOH2Mclk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTlOH2Mclk .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-tTlOH2Mclk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTlOH2Mclk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTlOH2Mclk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTlOH2Mclk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTlOH2Mclk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTlOH2Mclk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTlOH2Mclk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTlOH2Mclk .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-tTlOH2Mclk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTlOH2Mclk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTlOH2Mclk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTlOH2Mclk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTlOH2Mclk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTlOH2Mclk .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTlOH2Mclk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTlOH2Mclk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTlOH2Mclk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTlOH2Mclk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTlOH2Mclk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTlOH2Mclk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTlOH2Mclk .dropdown-item.active,
.cid-tTlOH2Mclk .dropdown-item:active {
  background-color: transparent;
}
.cid-tTlOH2Mclk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTlOH2Mclk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTlOH2Mclk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTlOH2Mclk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTlOH2Mclk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTlOH2Mclk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTlOH2Mclk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTlOH2Mclk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTlOH2Mclk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTlOH2Mclk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTlOH2Mclk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTlOH2Mclk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTlOH2Mclk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTlOH2Mclk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTlOH2Mclk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTlOH2Mclk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTlOH2Mclk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTlOH2Mclk .navbar-dropdown {
  padding: 0;
}
.cid-tTlOH2Mclk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTlOH2Mclk .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-tTlOH2Mclk .navbar {
    height: 70px;
  }
  .cid-tTlOH2Mclk .navbar.opened {
    height: auto;
  }
  .cid-tTlOH2Mclk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTlOH2Mclk .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tTlOH2Mclk .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTlOH2Mclk .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tTlOH2Mclk .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tTlOH2Mclk .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tTlOH2Mclk .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tTlOH2Mclk .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tTlOH2Mclk .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tTlOH2Mclk .nav-item .nav-link {
  position: relative !important;
}
.cid-tTlOH2Mclk .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tTlOH2Mclk .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tTlOH2Mclk .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tTlOH2Mclk .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tTlOH2Mclk .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tTlOH2Mclk .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tTlOH2Mclk .tel-menu {
    display: none;
  }
}
.cid-tTlOH2Mclk .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tTlOH2Mclk .mbr-text {
    text-align: center !important;
  }
}
.cid-tTlOH2Mclk .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tTlOH2Mclk .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tTlOH2Mclk .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tTlOH2Mclk .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tTlOH2Mclk .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tTlOH2Mclk .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTlOH2Mclk .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tTlOH3x3Lh {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTlOH3x3Lh .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tTlOH3x3Lh .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tTlOH3x3Lh .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tTlOH3x3Lh .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tTlOH3x3Lh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlOH3x3Lh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTlOH4dFR2 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTlOH4dFR2 .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tTlOH4dFR2 .mbr-section-title {
  color: #010d4c;
}
.cid-tTlOH4dFR2 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTlOH4dFR2 .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-tTlOH4dFR2 .card-title {
    margin-bottom: 18px;
  }
}
.cid-tTlOH4dFR2 .card-title a {
  font-weight: 700;
}
.cid-tTlOH4dFR2 .card-title a:hover {
  color: #ff7a41 !important;
}
.cid-tTlOH4dFR2 .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tTlOH4dFR2 .icon-box {
    margin-bottom: 20px;
  }
}
.cid-tTlOH4dFR2 .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #ff7a41;
}
.cid-tTlOH4dFR2 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tTlOH4dFR2 .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-tTlOH4dFR2 .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-tTlOH4dFR2 .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-tTlOH4dFR2 .col-card {
  margin-top: 30px;
}
.cid-tTlOH4dFR2 .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-tTlOH4dFR2 .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-tTlOH4dFR2 .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-tTlOH4Y9Te {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tTlOH4Y9Te .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlOH4Y9Te .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTlOH4Y9Te .container {
    padding: 0;
  }
}
.cid-tTlOH4Y9Te .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTlOH4Y9Te .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTlOH4Y9Te .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTlOH4Y9Te .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTlOH4Y9Te .mbr-section-title {
  color: #263652;
}
.cid-tTlOH4Y9Te .mbr-text {
  color: #263652;
}
.cid-tTlOH5GfDi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTlOH5GfDi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlOH5GfDi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTlOH5GfDi .row {
  justify-content: center;
}
.cid-tTlOH5GfDi .col-title {
  margin-bottom: 40px;
}
.cid-tTlOH5GfDi .mbr-section-title {
  color: #2B2B2B;
}
.cid-tTlOH5GfDi .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 12px;
}
.cid-tTlOH5GfDi .img-container {
  margin: 0 auto;
}
.cid-tTlOH5GfDi .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  height: 620px;
}
.cid-tTlOH5GfDi .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tTlOH6i5ez {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTlOH6i5ez .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlOH6i5ez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTlOH6i5ez .container {
    padding: 0;
  }
}
.cid-tTlOH6i5ez .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTlOH6i5ez .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTlOH6i5ez .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTlOH6i5ez .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTlOH6i5ez .mbr-section-title {
  color: #263652;
}
.cid-tTlOH6i5ez .mbr-text {
  color: #263652;
}
.cid-tTlQsc0HhR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTlQsc0HhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlQsc0HhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTlQsc0HhR .container {
    padding: 0;
  }
}
.cid-tTlQsc0HhR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTlQsc0HhR .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTlQsc0HhR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTlQsc0HhR .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTlQsc0HhR .mbr-section-title {
  color: #263652;
}
.cid-tTlQsc0HhR .mbr-text {
  color: #263652;
}
.cid-tTlOH6UkCN {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTlOH6UkCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlOH6UkCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTlOH6UkCN .container {
    padding: 0;
  }
}
.cid-tTlOH6UkCN .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTlOH6UkCN .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTlOH6UkCN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTlOH6UkCN .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTlOH6UkCN .mbr-section-title {
  color: #263652;
}
.cid-tTlOH6UkCN .mbr-text {
  color: #263652;
}
.cid-tTlOH7wGqN {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tTlOH7wGqN img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tTlOH7wGqN img {
    width: 100%;
  }
}
.cid-tTlOH7wGqN .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tTlOH89rf5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTlOH89rf5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlOH89rf5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTlOH89rf5 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTlOH89rf5 .container {
    padding: 0 12px;
  }
}
.cid-tTlOH89rf5 .row {
  justify-content: center;
}
.cid-tTlOH89rf5 .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTlOH89rf5 .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTlOH89rf5 .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTlOH89rf5 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTlOH89rf5 .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTlOH89rf5 .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTlOH89rf5 .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTlOH89rf5 .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTlOH89rf5 .mbr-section-title {
  color: #222222;
}
.cid-tTlOH89rf5 .mbr-text {
  color: #222222;
}
.cid-tTlOH8R4XB {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tTlOH8R4XB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlOH8R4XB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTlOH8R4XB .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff7a41;
  margin-left: 1rem;
}
.cid-tTlOH8R4XB .panel-group {
  border: none;
}
.cid-tTlOH8R4XB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTlOH8R4XB .panel-body,
.cid-tTlOH8R4XB .card-header {
  padding: 1rem 0;
}
.cid-tTlOH8R4XB .panel-title-edit {
  color: #000000;
}
.cid-tTlOH8R4XB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tTlOH8R4XB H3 {
  text-align: left;
}
.cid-ukz1IhcCSl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukz1IhcCSl .image {
  position: relative;
  margin-bottom: 200px;
  height: 400px;
  background-image: url("../../../assets/images/conference28-1920.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ukz1IhcCSl .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-ukz1IhcCSl .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-ukz1IhcCSl .mbr-form {
  width: 100%;
}
.cid-ukz1IhcCSl .form-group {
  margin-bottom: 0;
}
.cid-ukz1IhcCSl .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-ukz1IhcCSl .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-ukz1IhcCSl .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1IhcCSl .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1IhcCSl .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1IhcCSl .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1IhcCSl .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-ukz1IhcCSl .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-ukz1IhcCSl .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ukz1IhcCSl .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-ukz1IhcCSl .mbr-text {
  margin-bottom: 10px;
}
.cid-ukz1IhcCSl .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-ukz1IhcCSl .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-ukz1IhcCSl .form__wrap {
    position: static;
  }
  .cid-ukz1IhcCSl .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-ukz1IhcCSl .subscribe__form {
    order: 1;
  }
  .cid-ukz1IhcCSl .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-ukz1IhcCSl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukz1IhcCSl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukz1IhcCSl LABEL {
  color: #a1a0a0;
}
.cid-tTvqC18ppk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvqC18ppk .mbr-text {
  color: #103178;
}
.cid-tTvqC18ppk .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvqC18ppk p {
  line-height: 2;
}
.cid-tTlOHb1rbz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tTlOHb1rbz .container {
  display: flex;
  justify-content: center;
}
.cid-tTlOHb1rbz .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tTlOHb1rbz .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTlOHb1rbz .text-container {
    margin-bottom: 20px;
  }
}
.cid-tTlOHb1rbz .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTlOHb1rbz .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTlOHb1rbz .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tTlOHb1rbz .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tTlOHb1rbz .dragArea {
    max-width: 505px;
  }
}
.cid-tTlOHb1rbz .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tTlOHb1rbz .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tTlOHb1rbz .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tTlOHb1rbz .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tTlOHb1rbz .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tTlOHb1rbz .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTlOHb1rbz .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-tTlOHb1rbz .form-control {
    height: 44px;
  }
}
.cid-tTlOHb1rbz .form-control:hover,
.cid-tTlOHb1rbz .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tTlOHb1rbz .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTlOHb1rbz .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTlOHb1rbz .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTlOHb1rbz .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTlOHb1rbz .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tTlOHbRvhk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTlOHbRvhk .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTlOHbRvhk .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tTonmlP4e7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTonmlP4e7 .image {
  position: relative;
  margin-bottom: 200px;
  height: 800px;
  background-image: url("../../../assets/images/anleihen-1-1920x1080.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tTonmlP4e7 .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-tTonmlP4e7 .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-tTonmlP4e7 .mbr-form {
  width: 100%;
}
.cid-tTonmlP4e7 .form-group {
  margin-bottom: 0;
}
.cid-tTonmlP4e7 .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-tTonmlP4e7 .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-tTonmlP4e7 .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTonmlP4e7 .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTonmlP4e7 .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTonmlP4e7 .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTonmlP4e7 .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-tTonmlP4e7 .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-tTonmlP4e7 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tTonmlP4e7 .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-tTonmlP4e7 .mbr-text {
  margin-bottom: 10px;
}
.cid-tTonmlP4e7 .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-tTonmlP4e7 .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-tTonmlP4e7 .form__wrap {
    position: static;
  }
  .cid-tTonmlP4e7 .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-tTonmlP4e7 .subscribe__form {
    order: 1;
  }
  .cid-tTonmlP4e7 .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-tTonmlP4e7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTonmlP4e7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTonmlP4e7 LABEL {
  color: #a1a0a0;
}
.cid-tTonmn6TLy .navbar-dropdown {
  position: relative !important;
}
.cid-tTonmn6TLy .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-tTonmn6TLy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTonmn6TLy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTonmn6TLy .dropdown-item:hover,
.cid-tTonmn6TLy .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tTonmn6TLy .dropdown-item:hover span {
  color: white;
}
.cid-tTonmn6TLy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTonmn6TLy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTonmn6TLy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTonmn6TLy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTonmn6TLy .nav-link {
  position: relative;
}
.cid-tTonmn6TLy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTonmn6TLy .container {
    flex-wrap: nowrap;
  }
}
.cid-tTonmn6TLy .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTonmn6TLy .dropdown-menu,
.cid-tTonmn6TLy .navbar.opened {
  background: #ffffff !important;
}
.cid-tTonmn6TLy .nav-item:focus,
.cid-tTonmn6TLy .nav-link:focus {
  outline: none;
}
.cid-tTonmn6TLy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTonmn6TLy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTonmn6TLy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTonmn6TLy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTonmn6TLy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTonmn6TLy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTonmn6TLy .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tTonmn6TLy .navbar.opened {
  transition: all 0.3s;
}
.cid-tTonmn6TLy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTonmn6TLy .navbar .navbar-logo img {
  width: auto;
}
.cid-tTonmn6TLy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTonmn6TLy .navbar.collapsed {
  justify-content: center;
}
.cid-tTonmn6TLy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTonmn6TLy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTonmn6TLy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTonmn6TLy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTonmn6TLy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTonmn6TLy .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-tTonmn6TLy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTonmn6TLy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTonmn6TLy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTonmn6TLy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTonmn6TLy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTonmn6TLy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTonmn6TLy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTonmn6TLy .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-tTonmn6TLy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTonmn6TLy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTonmn6TLy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTonmn6TLy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTonmn6TLy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTonmn6TLy .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTonmn6TLy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTonmn6TLy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTonmn6TLy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTonmn6TLy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTonmn6TLy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTonmn6TLy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTonmn6TLy .dropdown-item.active,
.cid-tTonmn6TLy .dropdown-item:active {
  background-color: transparent;
}
.cid-tTonmn6TLy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTonmn6TLy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTonmn6TLy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTonmn6TLy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTonmn6TLy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTonmn6TLy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTonmn6TLy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTonmn6TLy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTonmn6TLy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTonmn6TLy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTonmn6TLy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTonmn6TLy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTonmn6TLy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTonmn6TLy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTonmn6TLy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTonmn6TLy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTonmn6TLy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTonmn6TLy .navbar-dropdown {
  padding: 0;
}
.cid-tTonmn6TLy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTonmn6TLy .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-tTonmn6TLy .navbar {
    height: 70px;
  }
  .cid-tTonmn6TLy .navbar.opened {
    height: auto;
  }
  .cid-tTonmn6TLy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTonmn6TLy .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tTonmn6TLy .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTonmn6TLy .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tTonmn6TLy .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tTonmn6TLy .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tTonmn6TLy .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tTonmn6TLy .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tTonmn6TLy .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tTonmn6TLy .nav-item .nav-link {
  position: relative !important;
}
.cid-tTonmn6TLy .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tTonmn6TLy .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tTonmn6TLy .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tTonmn6TLy .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tTonmn6TLy .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tTonmn6TLy .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tTonmn6TLy .tel-menu {
    display: none;
  }
}
.cid-tTonmn6TLy .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tTonmn6TLy .mbr-text {
    text-align: center !important;
  }
}
.cid-tTonmn6TLy .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tTonmn6TLy .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tTonmn6TLy .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tTonmn6TLy .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tTonmn6TLy .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tTonmn6TLy .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTonmn6TLy .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tTonmnSyPq {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTonmnSyPq .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tTonmnSyPq .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tTonmnSyPq .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tTonmnSyPq .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tTonmnSyPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTonmnSyPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTonmoujj0 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTonmoujj0 .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tTonmoujj0 .mbr-section-title {
  color: #010d4c;
}
.cid-tTonmoujj0 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTonmoujj0 .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-tTonmoujj0 .card-title {
    margin-bottom: 18px;
  }
}
.cid-tTonmoujj0 .card-title a {
  font-weight: 700;
}
.cid-tTonmoujj0 .card-title a:hover {
  color: #ff7a41 !important;
}
.cid-tTonmoujj0 .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tTonmoujj0 .icon-box {
    margin-bottom: 20px;
  }
}
.cid-tTonmoujj0 .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #ff7a41;
}
.cid-tTonmoujj0 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tTonmoujj0 .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-tTonmoujj0 .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-tTonmoujj0 .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-tTonmoujj0 .col-card {
  margin-top: 30px;
}
.cid-tTonmoujj0 .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-tTonmoujj0 .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-tTonmoujj0 .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-tTonmppR0e {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tTonmppR0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTonmppR0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTonmppR0e .container {
    padding: 0;
  }
}
.cid-tTonmppR0e .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTonmppR0e .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTonmppR0e .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTonmppR0e .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTonmppR0e .mbr-section-title {
  color: #263652;
}
.cid-tTonmppR0e .mbr-text {
  color: #263652;
}
.cid-tTonmq1Ov2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTonmq1Ov2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTonmq1Ov2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTonmq1Ov2 .row {
  justify-content: center;
}
.cid-tTonmq1Ov2 .col-title {
  margin-bottom: 40px;
}
.cid-tTonmq1Ov2 .mbr-section-title {
  color: #2B2B2B;
}
.cid-tTonmq1Ov2 .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 12px;
}
.cid-tTonmq1Ov2 .img-container {
  margin: 0 auto;
}
.cid-tTonmq1Ov2 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  height: 620px;
}
.cid-tTonmq1Ov2 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tTonmqCDWI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTonmqCDWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTonmqCDWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTonmqCDWI .container {
    padding: 0;
  }
}
.cid-tTonmqCDWI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTonmqCDWI .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTonmqCDWI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTonmqCDWI .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTonmqCDWI .mbr-section-title {
  color: #263652;
}
.cid-tTonmqCDWI .mbr-text {
  color: #263652;
}
.cid-tToNwxt7uI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tToNwxt7uI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tToNwxt7uI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tToNwxt7uI .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tToNwxt7uI .container {
    padding: 0 12px;
  }
}
.cid-tToNwxt7uI .row {
  justify-content: center;
}
.cid-tToNwxt7uI .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tToNwxt7uI .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tToNwxt7uI .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tToNwxt7uI .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tToNwxt7uI .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tToNwxt7uI .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tToNwxt7uI .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tToNwxt7uI .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tToNwxt7uI .mbr-section-title {
  color: #222222;
}
.cid-tToNwxt7uI .mbr-text {
  color: #222222;
}
.cid-tTonmrd3OS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTonmrd3OS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTonmrd3OS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTonmrd3OS .container {
    padding: 0;
  }
}
.cid-tTonmrd3OS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTonmrd3OS .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTonmrd3OS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTonmrd3OS .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTonmrd3OS .mbr-section-title {
  color: #263652;
}
.cid-tTonmrd3OS .mbr-text {
  color: #263652;
}
.cid-tTonmrMNdf {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTonmrMNdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTonmrMNdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTonmrMNdf .container {
    padding: 0;
  }
}
.cid-tTonmrMNdf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTonmrMNdf .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTonmrMNdf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTonmrMNdf .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTonmrMNdf .mbr-section-title {
  color: #263652;
}
.cid-tTonmrMNdf .mbr-text {
  color: #263652;
}
.cid-tTonmsmMOd {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tTonmsmMOd img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tTonmsmMOd img {
    width: 100%;
  }
}
.cid-tTonmsmMOd .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tTonmt1I6a {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTonmt1I6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTonmt1I6a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTonmt1I6a .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTonmt1I6a .container {
    padding: 0 12px;
  }
}
.cid-tTonmt1I6a .row {
  justify-content: center;
}
.cid-tTonmt1I6a .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTonmt1I6a .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTonmt1I6a .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTonmt1I6a .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTonmt1I6a .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTonmt1I6a .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTonmt1I6a .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTonmt1I6a .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTonmt1I6a .mbr-section-title {
  color: #222222;
}
.cid-tTonmt1I6a .mbr-text {
  color: #222222;
}
.cid-tTonmtEYxb {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tTonmtEYxb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTonmtEYxb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTonmtEYxb .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff7a41;
  margin-left: 1rem;
}
.cid-tTonmtEYxb .panel-group {
  border: none;
}
.cid-tTonmtEYxb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTonmtEYxb .panel-body,
.cid-tTonmtEYxb .card-header {
  padding: 1rem 0;
}
.cid-tTonmtEYxb .panel-title-edit {
  color: #000000;
}
.cid-tTonmtEYxb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tTonmtEYxb H3 {
  text-align: left;
}
.cid-ukz1N4eM4c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukz1N4eM4c .image {
  position: relative;
  margin-bottom: 200px;
  height: 400px;
  background-image: url("../../../assets/images/conference28-1920.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ukz1N4eM4c .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-ukz1N4eM4c .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-ukz1N4eM4c .mbr-form {
  width: 100%;
}
.cid-ukz1N4eM4c .form-group {
  margin-bottom: 0;
}
.cid-ukz1N4eM4c .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-ukz1N4eM4c .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-ukz1N4eM4c .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1N4eM4c .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1N4eM4c .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1N4eM4c .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1N4eM4c .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-ukz1N4eM4c .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-ukz1N4eM4c .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ukz1N4eM4c .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-ukz1N4eM4c .mbr-text {
  margin-bottom: 10px;
}
.cid-ukz1N4eM4c .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-ukz1N4eM4c .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-ukz1N4eM4c .form__wrap {
    position: static;
  }
  .cid-ukz1N4eM4c .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-ukz1N4eM4c .subscribe__form {
    order: 1;
  }
  .cid-ukz1N4eM4c .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-ukz1N4eM4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukz1N4eM4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukz1N4eM4c LABEL {
  color: #a1a0a0;
}
.cid-tTvqIxIdND {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvqIxIdND .mbr-text {
  color: #103178;
}
.cid-tTvqIxIdND .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvqIxIdND p {
  line-height: 2;
}
.cid-tTonmw5nMs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tTonmw5nMs .container {
  display: flex;
  justify-content: center;
}
.cid-tTonmw5nMs .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tTonmw5nMs .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTonmw5nMs .text-container {
    margin-bottom: 20px;
  }
}
.cid-tTonmw5nMs .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTonmw5nMs .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTonmw5nMs .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tTonmw5nMs .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tTonmw5nMs .dragArea {
    max-width: 505px;
  }
}
.cid-tTonmw5nMs .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tTonmw5nMs .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tTonmw5nMs .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tTonmw5nMs .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tTonmw5nMs .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tTonmw5nMs .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTonmw5nMs .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-tTonmw5nMs .form-control {
    height: 44px;
  }
}
.cid-tTonmw5nMs .form-control:hover,
.cid-tTonmw5nMs .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tTonmw5nMs .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTonmw5nMs .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTonmw5nMs .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTonmw5nMs .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTonmw5nMs .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tTonmwTUI7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTonmwTUI7 .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTonmwTUI7 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tToQruedUG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tToQruedUG .image {
  position: relative;
  margin-bottom: 200px;
  height: 800px;
  background-image: url("../../../assets/images/etfs-1920x1080.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tToQruedUG .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-tToQruedUG .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-tToQruedUG .mbr-form {
  width: 100%;
}
.cid-tToQruedUG .form-group {
  margin-bottom: 0;
}
.cid-tToQruedUG .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-tToQruedUG .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-tToQruedUG .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tToQruedUG .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tToQruedUG .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tToQruedUG .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tToQruedUG .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-tToQruedUG .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-tToQruedUG .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tToQruedUG .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-tToQruedUG .mbr-text {
  margin-bottom: 10px;
}
.cid-tToQruedUG .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-tToQruedUG .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-tToQruedUG .form__wrap {
    position: static;
  }
  .cid-tToQruedUG .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-tToQruedUG .subscribe__form {
    order: 1;
  }
  .cid-tToQruedUG .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-tToQruedUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tToQruedUG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tToQruedUG LABEL {
  color: #a1a0a0;
}
.cid-tToQrvU28S .navbar-dropdown {
  position: relative !important;
}
.cid-tToQrvU28S .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-tToQrvU28S .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tToQrvU28S .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tToQrvU28S .dropdown-item:hover,
.cid-tToQrvU28S .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tToQrvU28S .dropdown-item:hover span {
  color: white;
}
.cid-tToQrvU28S .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tToQrvU28S .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tToQrvU28S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tToQrvU28S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tToQrvU28S .nav-link {
  position: relative;
}
.cid-tToQrvU28S .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tToQrvU28S .container {
    flex-wrap: nowrap;
  }
}
.cid-tToQrvU28S .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tToQrvU28S .dropdown-menu,
.cid-tToQrvU28S .navbar.opened {
  background: #ffffff !important;
}
.cid-tToQrvU28S .nav-item:focus,
.cid-tToQrvU28S .nav-link:focus {
  outline: none;
}
.cid-tToQrvU28S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tToQrvU28S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tToQrvU28S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tToQrvU28S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tToQrvU28S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tToQrvU28S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tToQrvU28S .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tToQrvU28S .navbar.opened {
  transition: all 0.3s;
}
.cid-tToQrvU28S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tToQrvU28S .navbar .navbar-logo img {
  width: auto;
}
.cid-tToQrvU28S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tToQrvU28S .navbar.collapsed {
  justify-content: center;
}
.cid-tToQrvU28S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tToQrvU28S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tToQrvU28S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tToQrvU28S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tToQrvU28S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tToQrvU28S .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-tToQrvU28S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tToQrvU28S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tToQrvU28S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tToQrvU28S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tToQrvU28S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tToQrvU28S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tToQrvU28S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tToQrvU28S .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-tToQrvU28S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tToQrvU28S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tToQrvU28S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tToQrvU28S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tToQrvU28S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tToQrvU28S .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tToQrvU28S .navbar.navbar-short {
  min-height: 60px;
}
.cid-tToQrvU28S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tToQrvU28S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tToQrvU28S .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tToQrvU28S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tToQrvU28S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tToQrvU28S .dropdown-item.active,
.cid-tToQrvU28S .dropdown-item:active {
  background-color: transparent;
}
.cid-tToQrvU28S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tToQrvU28S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tToQrvU28S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tToQrvU28S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tToQrvU28S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tToQrvU28S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tToQrvU28S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tToQrvU28S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tToQrvU28S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tToQrvU28S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tToQrvU28S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tToQrvU28S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tToQrvU28S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tToQrvU28S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tToQrvU28S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tToQrvU28S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tToQrvU28S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tToQrvU28S .navbar-dropdown {
  padding: 0;
}
.cid-tToQrvU28S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tToQrvU28S .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-tToQrvU28S .navbar {
    height: 70px;
  }
  .cid-tToQrvU28S .navbar.opened {
    height: auto;
  }
  .cid-tToQrvU28S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tToQrvU28S .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tToQrvU28S .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tToQrvU28S .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tToQrvU28S .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tToQrvU28S .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tToQrvU28S .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tToQrvU28S .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tToQrvU28S .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tToQrvU28S .nav-item .nav-link {
  position: relative !important;
}
.cid-tToQrvU28S .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tToQrvU28S .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tToQrvU28S .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tToQrvU28S .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tToQrvU28S .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tToQrvU28S .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tToQrvU28S .tel-menu {
    display: none;
  }
}
.cid-tToQrvU28S .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tToQrvU28S .mbr-text {
    text-align: center !important;
  }
}
.cid-tToQrvU28S .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tToQrvU28S .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tToQrvU28S .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tToQrvU28S .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tToQrvU28S .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tToQrvU28S .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tToQrvU28S .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tToQrwKyjI {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tToQrwKyjI .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tToQrwKyjI .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tToQrwKyjI .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tToQrwKyjI .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tToQrwKyjI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tToQrwKyjI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tToQrxBUkU {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tToQrxBUkU .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tToQrxBUkU .mbr-section-title {
  color: #010d4c;
}
.cid-tToQrxBUkU .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-tToQrxBUkU .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-tToQrxBUkU .card-title {
    margin-bottom: 18px;
  }
}
.cid-tToQrxBUkU .card-title a {
  font-weight: 700;
}
.cid-tToQrxBUkU .card-title a:hover {
  color: #ff7a41 !important;
}
.cid-tToQrxBUkU .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tToQrxBUkU .icon-box {
    margin-bottom: 20px;
  }
}
.cid-tToQrxBUkU .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #ff7a41;
}
.cid-tToQrxBUkU .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tToQrxBUkU .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-tToQrxBUkU .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-tToQrxBUkU .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-tToQrxBUkU .col-card {
  margin-top: 30px;
}
.cid-tToQrxBUkU .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-tToQrxBUkU .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-tToQrxBUkU .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-tToQryqKRd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tToQryqKRd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tToQryqKRd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tToQryqKRd .container {
    padding: 0;
  }
}
.cid-tToQryqKRd .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tToQryqKRd .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tToQryqKRd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tToQryqKRd .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tToQryqKRd .mbr-section-title {
  color: #263652;
}
.cid-tToQryqKRd .mbr-text {
  color: #263652;
}
.cid-tToQrz3CHQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tToQrz3CHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tToQrz3CHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tToQrz3CHQ .row {
  justify-content: center;
}
.cid-tToQrz3CHQ .col-title {
  margin-bottom: 40px;
}
.cid-tToQrz3CHQ .mbr-section-title {
  color: #2B2B2B;
}
.cid-tToQrz3CHQ .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 12px;
}
.cid-tToQrz3CHQ .img-container {
  margin: 0 auto;
}
.cid-tToQrz3CHQ .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  height: 620px;
}
.cid-tToQrz3CHQ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tToQrzGhDw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tToQrzGhDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tToQrzGhDw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tToQrzGhDw .container {
    padding: 0;
  }
}
.cid-tToQrzGhDw .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tToQrzGhDw .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tToQrzGhDw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tToQrzGhDw .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tToQrzGhDw .mbr-section-title {
  color: #263652;
}
.cid-tToQrzGhDw .mbr-text {
  color: #263652;
}
.cid-tToQrApB0h {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tToQrApB0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tToQrApB0h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tToQrApB0h .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tToQrApB0h .container {
    padding: 0 12px;
  }
}
.cid-tToQrApB0h .row {
  justify-content: center;
}
.cid-tToQrApB0h .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tToQrApB0h .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tToQrApB0h .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tToQrApB0h .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tToQrApB0h .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tToQrApB0h .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tToQrApB0h .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tToQrApB0h .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tToQrApB0h .mbr-section-title {
  color: #222222;
}
.cid-tToQrApB0h .mbr-text {
  color: #222222;
}
.cid-tToQrB0zjC {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tToQrB0zjC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tToQrB0zjC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tToQrB0zjC .container {
    padding: 0;
  }
}
.cid-tToQrB0zjC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tToQrB0zjC .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tToQrB0zjC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tToQrB0zjC .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tToQrB0zjC .mbr-section-title {
  color: #263652;
}
.cid-tToQrB0zjC .mbr-text {
  color: #263652;
}
.cid-tToQrBG5vo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tToQrBG5vo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tToQrBG5vo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tToQrBG5vo .container {
    padding: 0;
  }
}
.cid-tToQrBG5vo .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tToQrBG5vo .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tToQrBG5vo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tToQrBG5vo .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tToQrBG5vo .mbr-section-title {
  color: #263652;
}
.cid-tToQrBG5vo .mbr-text {
  color: #263652;
}
.cid-tToQrCncxB {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tToQrCncxB img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tToQrCncxB img {
    width: 100%;
  }
}
.cid-tToQrCncxB .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tToQrD59Pl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tToQrD59Pl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tToQrD59Pl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tToQrD59Pl .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tToQrD59Pl .container {
    padding: 0 12px;
  }
}
.cid-tToQrD59Pl .row {
  justify-content: center;
}
.cid-tToQrD59Pl .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tToQrD59Pl .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tToQrD59Pl .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tToQrD59Pl .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tToQrD59Pl .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tToQrD59Pl .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tToQrD59Pl .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tToQrD59Pl .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tToQrD59Pl .mbr-section-title {
  color: #222222;
}
.cid-tToQrD59Pl .mbr-text {
  color: #222222;
}
.cid-tToQrDPoOB {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tToQrDPoOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tToQrDPoOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tToQrDPoOB .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff7a41;
  margin-left: 1rem;
}
.cid-tToQrDPoOB .panel-group {
  border: none;
}
.cid-tToQrDPoOB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tToQrDPoOB .panel-body,
.cid-tToQrDPoOB .card-header {
  padding: 1rem 0;
}
.cid-tToQrDPoOB .panel-title-edit {
  color: #000000;
}
.cid-tToQrDPoOB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tToQrDPoOB H3 {
  text-align: left;
}
.cid-ukz1RHuJis {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukz1RHuJis .image {
  position: relative;
  margin-bottom: 200px;
  height: 400px;
  background-image: url("../../../assets/images/conference28-1920.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ukz1RHuJis .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-ukz1RHuJis .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-ukz1RHuJis .mbr-form {
  width: 100%;
}
.cid-ukz1RHuJis .form-group {
  margin-bottom: 0;
}
.cid-ukz1RHuJis .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-ukz1RHuJis .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-ukz1RHuJis .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1RHuJis .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1RHuJis .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1RHuJis .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1RHuJis .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-ukz1RHuJis .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-ukz1RHuJis .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ukz1RHuJis .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-ukz1RHuJis .mbr-text {
  margin-bottom: 10px;
}
.cid-ukz1RHuJis .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-ukz1RHuJis .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-ukz1RHuJis .form__wrap {
    position: static;
  }
  .cid-ukz1RHuJis .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-ukz1RHuJis .subscribe__form {
    order: 1;
  }
  .cid-ukz1RHuJis .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-ukz1RHuJis .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukz1RHuJis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukz1RHuJis LABEL {
  color: #a1a0a0;
}
.cid-tTvqSR6JlG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvqSR6JlG .mbr-text {
  color: #103178;
}
.cid-tTvqSR6JlG .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvqSR6JlG p {
  line-height: 2;
}
.cid-tToQrGcFrd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tToQrGcFrd .container {
  display: flex;
  justify-content: center;
}
.cid-tToQrGcFrd .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tToQrGcFrd .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tToQrGcFrd .text-container {
    margin-bottom: 20px;
  }
}
.cid-tToQrGcFrd .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tToQrGcFrd .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tToQrGcFrd .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tToQrGcFrd .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tToQrGcFrd .dragArea {
    max-width: 505px;
  }
}
.cid-tToQrGcFrd .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tToQrGcFrd .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tToQrGcFrd .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tToQrGcFrd .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tToQrGcFrd .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tToQrGcFrd .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tToQrGcFrd .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-tToQrGcFrd .form-control {
    height: 44px;
  }
}
.cid-tToQrGcFrd .form-control:hover,
.cid-tToQrGcFrd .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tToQrGcFrd .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tToQrGcFrd .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tToQrGcFrd .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tToQrGcFrd .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tToQrGcFrd .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tToQrGYhSM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tToQrGYhSM .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tToQrGYhSM .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tToZbMbbVR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tToZbMbbVR .image {
  position: relative;
  margin-bottom: 200px;
  height: 800px;
  background-image: url("../../../assets/images/spar-1-1920x1080.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tToZbMbbVR .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-tToZbMbbVR .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-tToZbMbbVR .mbr-form {
  width: 100%;
}
.cid-tToZbMbbVR .form-group {
  margin-bottom: 0;
}
.cid-tToZbMbbVR .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-tToZbMbbVR .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-tToZbMbbVR .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tToZbMbbVR .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tToZbMbbVR .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tToZbMbbVR .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tToZbMbbVR .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-tToZbMbbVR .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-tToZbMbbVR .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tToZbMbbVR .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-tToZbMbbVR .mbr-text {
  margin-bottom: 10px;
}
.cid-tToZbMbbVR .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-tToZbMbbVR .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-tToZbMbbVR .form__wrap {
    position: static;
  }
  .cid-tToZbMbbVR .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-tToZbMbbVR .subscribe__form {
    order: 1;
  }
  .cid-tToZbMbbVR .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-tToZbMbbVR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tToZbMbbVR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tToZbMbbVR LABEL {
  color: #a1a0a0;
}
.cid-tToZbNGFix .navbar-dropdown {
  position: relative !important;
}
.cid-tToZbNGFix .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-tToZbNGFix .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tToZbNGFix .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tToZbNGFix .dropdown-item:hover,
.cid-tToZbNGFix .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tToZbNGFix .dropdown-item:hover span {
  color: white;
}
.cid-tToZbNGFix .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tToZbNGFix .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tToZbNGFix .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tToZbNGFix .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tToZbNGFix .nav-link {
  position: relative;
}
.cid-tToZbNGFix .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tToZbNGFix .container {
    flex-wrap: nowrap;
  }
}
.cid-tToZbNGFix .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tToZbNGFix .dropdown-menu,
.cid-tToZbNGFix .navbar.opened {
  background: #ffffff !important;
}
.cid-tToZbNGFix .nav-item:focus,
.cid-tToZbNGFix .nav-link:focus {
  outline: none;
}
.cid-tToZbNGFix .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tToZbNGFix .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tToZbNGFix .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tToZbNGFix .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tToZbNGFix .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tToZbNGFix .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tToZbNGFix .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tToZbNGFix .navbar.opened {
  transition: all 0.3s;
}
.cid-tToZbNGFix .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tToZbNGFix .navbar .navbar-logo img {
  width: auto;
}
.cid-tToZbNGFix .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tToZbNGFix .navbar.collapsed {
  justify-content: center;
}
.cid-tToZbNGFix .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tToZbNGFix .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tToZbNGFix .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tToZbNGFix .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tToZbNGFix .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tToZbNGFix .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-tToZbNGFix .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tToZbNGFix .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tToZbNGFix .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tToZbNGFix .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tToZbNGFix .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tToZbNGFix .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tToZbNGFix .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tToZbNGFix .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-tToZbNGFix .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tToZbNGFix .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tToZbNGFix .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tToZbNGFix .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tToZbNGFix .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tToZbNGFix .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tToZbNGFix .navbar.navbar-short {
  min-height: 60px;
}
.cid-tToZbNGFix .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tToZbNGFix .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tToZbNGFix .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tToZbNGFix .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tToZbNGFix .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tToZbNGFix .dropdown-item.active,
.cid-tToZbNGFix .dropdown-item:active {
  background-color: transparent;
}
.cid-tToZbNGFix .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tToZbNGFix .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tToZbNGFix .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tToZbNGFix .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tToZbNGFix .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tToZbNGFix .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tToZbNGFix ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tToZbNGFix button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tToZbNGFix button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tToZbNGFix button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tToZbNGFix button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tToZbNGFix button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tToZbNGFix button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tToZbNGFix nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tToZbNGFix nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tToZbNGFix nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tToZbNGFix nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tToZbNGFix .navbar-dropdown {
  padding: 0;
}
.cid-tToZbNGFix a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tToZbNGFix .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-tToZbNGFix .navbar {
    height: 70px;
  }
  .cid-tToZbNGFix .navbar.opened {
    height: auto;
  }
  .cid-tToZbNGFix .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tToZbNGFix .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tToZbNGFix .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tToZbNGFix .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tToZbNGFix .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tToZbNGFix .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tToZbNGFix .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tToZbNGFix .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tToZbNGFix .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tToZbNGFix .nav-item .nav-link {
  position: relative !important;
}
.cid-tToZbNGFix .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tToZbNGFix .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tToZbNGFix .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tToZbNGFix .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tToZbNGFix .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tToZbNGFix .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tToZbNGFix .tel-menu {
    display: none;
  }
}
.cid-tToZbNGFix .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tToZbNGFix .mbr-text {
    text-align: center !important;
  }
}
.cid-tToZbNGFix .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tToZbNGFix .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tToZbNGFix .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tToZbNGFix .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tToZbNGFix .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tToZbNGFix .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tToZbNGFix .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tToZbOu7uE {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tToZbOu7uE .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tToZbOu7uE .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tToZbOu7uE .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tToZbOu7uE .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tToZbOu7uE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tToZbOu7uE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tToZbPlm2p {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tToZbPlm2p .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tToZbPlm2p .mbr-section-title {
  color: #010d4c;
}
.cid-tToZbPlm2p .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-tToZbPlm2p .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-tToZbPlm2p .card-title {
    margin-bottom: 18px;
  }
}
.cid-tToZbPlm2p .card-title a {
  font-weight: 700;
}
.cid-tToZbPlm2p .card-title a:hover {
  color: #ff7a41 !important;
}
.cid-tToZbPlm2p .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tToZbPlm2p .icon-box {
    margin-bottom: 20px;
  }
}
.cid-tToZbPlm2p .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #ff7a41;
}
.cid-tToZbPlm2p .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tToZbPlm2p .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-tToZbPlm2p .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-tToZbPlm2p .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-tToZbPlm2p .col-card {
  margin-top: 30px;
}
.cid-tToZbPlm2p .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-tToZbPlm2p .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-tToZbPlm2p .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-tToZbQ5cpj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tToZbQ5cpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tToZbQ5cpj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tToZbQ5cpj .container {
    padding: 0;
  }
}
.cid-tToZbQ5cpj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tToZbQ5cpj .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tToZbQ5cpj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tToZbQ5cpj .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tToZbQ5cpj .mbr-section-title {
  color: #263652;
}
.cid-tToZbQ5cpj .mbr-text {
  color: #263652;
}
.cid-tToZbQEtKk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tToZbQEtKk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tToZbQEtKk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tToZbQEtKk .row {
  justify-content: center;
}
.cid-tToZbQEtKk .col-title {
  margin-bottom: 40px;
}
.cid-tToZbQEtKk .mbr-section-title {
  color: #2B2B2B;
}
.cid-tToZbQEtKk .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 12px;
}
.cid-tToZbQEtKk .img-container {
  margin: 0 auto;
}
.cid-tToZbQEtKk .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  height: 620px;
}
.cid-tToZbQEtKk .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tToZbRgG3q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tToZbRgG3q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tToZbRgG3q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tToZbRgG3q .container {
    padding: 0;
  }
}
.cid-tToZbRgG3q .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tToZbRgG3q .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tToZbRgG3q .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tToZbRgG3q .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tToZbRgG3q .mbr-section-title {
  color: #263652;
}
.cid-tToZbRgG3q .mbr-text {
  color: #263652;
}
.cid-tToZbRR0wc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tToZbRR0wc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tToZbRR0wc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tToZbRR0wc .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tToZbRR0wc .container {
    padding: 0 12px;
  }
}
.cid-tToZbRR0wc .row {
  justify-content: center;
}
.cid-tToZbRR0wc .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tToZbRR0wc .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tToZbRR0wc .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tToZbRR0wc .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tToZbRR0wc .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tToZbRR0wc .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tToZbRR0wc .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tToZbRR0wc .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tToZbRR0wc .mbr-section-title {
  color: #222222;
}
.cid-tToZbRR0wc .mbr-text {
  color: #222222;
}
.cid-tToZbSyYmS {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tToZbSyYmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tToZbSyYmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tToZbSyYmS .container {
    padding: 0;
  }
}
.cid-tToZbSyYmS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tToZbSyYmS .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tToZbSyYmS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tToZbSyYmS .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tToZbSyYmS .mbr-section-title {
  color: #263652;
}
.cid-tToZbSyYmS .mbr-text {
  color: #263652;
}
.cid-tToZbTKeHY {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tToZbTKeHY img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tToZbTKeHY img {
    width: 100%;
  }
}
.cid-tToZbTKeHY .mbr-section-subtitle {
  color: #010d4c;
}
.cid-ukz1WKLHR2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukz1WKLHR2 .image {
  position: relative;
  margin-bottom: 200px;
  height: 400px;
  background-image: url("../../../assets/images/conference28-1920.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ukz1WKLHR2 .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-ukz1WKLHR2 .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-ukz1WKLHR2 .mbr-form {
  width: 100%;
}
.cid-ukz1WKLHR2 .form-group {
  margin-bottom: 0;
}
.cid-ukz1WKLHR2 .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-ukz1WKLHR2 .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-ukz1WKLHR2 .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1WKLHR2 .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1WKLHR2 .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1WKLHR2 .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz1WKLHR2 .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-ukz1WKLHR2 .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-ukz1WKLHR2 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ukz1WKLHR2 .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-ukz1WKLHR2 .mbr-text {
  margin-bottom: 10px;
}
.cid-ukz1WKLHR2 .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-ukz1WKLHR2 .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-ukz1WKLHR2 .form__wrap {
    position: static;
  }
  .cid-ukz1WKLHR2 .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-ukz1WKLHR2 .subscribe__form {
    order: 1;
  }
  .cid-ukz1WKLHR2 .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-ukz1WKLHR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukz1WKLHR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukz1WKLHR2 LABEL {
  color: #a1a0a0;
}
.cid-tTvqXFCcHB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvqXFCcHB .mbr-text {
  color: #103178;
}
.cid-tTvqXFCcHB .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvqXFCcHB p {
  line-height: 2;
}
.cid-tToZbXq8pO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tToZbXq8pO .container {
  display: flex;
  justify-content: center;
}
.cid-tToZbXq8pO .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tToZbXq8pO .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tToZbXq8pO .text-container {
    margin-bottom: 20px;
  }
}
.cid-tToZbXq8pO .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tToZbXq8pO .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tToZbXq8pO .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tToZbXq8pO .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tToZbXq8pO .dragArea {
    max-width: 505px;
  }
}
.cid-tToZbXq8pO .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tToZbXq8pO .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tToZbXq8pO .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tToZbXq8pO .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tToZbXq8pO .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tToZbXq8pO .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tToZbXq8pO .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-tToZbXq8pO .form-control {
    height: 44px;
  }
}
.cid-tToZbXq8pO .form-control:hover,
.cid-tToZbXq8pO .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tToZbXq8pO .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tToZbXq8pO .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tToZbXq8pO .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tToZbXq8pO .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tToZbXq8pO .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tToZbYbauf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tToZbYbauf .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tToZbYbauf .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tTp5rwZN1u {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTp5rwZN1u .image {
  position: relative;
  margin-bottom: 200px;
  height: 800px;
  background-image: url("../../../assets/images/sparplan-1920x1080.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tTp5rwZN1u .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-tTp5rwZN1u .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-tTp5rwZN1u .mbr-form {
  width: 100%;
}
.cid-tTp5rwZN1u .form-group {
  margin-bottom: 0;
}
.cid-tTp5rwZN1u .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-tTp5rwZN1u .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-tTp5rwZN1u .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTp5rwZN1u .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTp5rwZN1u .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTp5rwZN1u .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTp5rwZN1u .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-tTp5rwZN1u .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-tTp5rwZN1u .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tTp5rwZN1u .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-tTp5rwZN1u .mbr-text {
  margin-bottom: 10px;
}
.cid-tTp5rwZN1u .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-tTp5rwZN1u .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-tTp5rwZN1u .form__wrap {
    position: static;
  }
  .cid-tTp5rwZN1u .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-tTp5rwZN1u .subscribe__form {
    order: 1;
  }
  .cid-tTp5rwZN1u .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-tTp5rwZN1u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTp5rwZN1u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTp5rwZN1u LABEL {
  color: #a1a0a0;
}
.cid-tTp5ryjXkO .navbar-dropdown {
  position: relative !important;
}
.cid-tTp5ryjXkO .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-tTp5ryjXkO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTp5ryjXkO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTp5ryjXkO .dropdown-item:hover,
.cid-tTp5ryjXkO .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tTp5ryjXkO .dropdown-item:hover span {
  color: white;
}
.cid-tTp5ryjXkO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTp5ryjXkO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTp5ryjXkO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTp5ryjXkO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTp5ryjXkO .nav-link {
  position: relative;
}
.cid-tTp5ryjXkO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTp5ryjXkO .container {
    flex-wrap: nowrap;
  }
}
.cid-tTp5ryjXkO .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTp5ryjXkO .dropdown-menu,
.cid-tTp5ryjXkO .navbar.opened {
  background: #ffffff !important;
}
.cid-tTp5ryjXkO .nav-item:focus,
.cid-tTp5ryjXkO .nav-link:focus {
  outline: none;
}
.cid-tTp5ryjXkO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTp5ryjXkO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTp5ryjXkO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTp5ryjXkO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTp5ryjXkO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTp5ryjXkO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTp5ryjXkO .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tTp5ryjXkO .navbar.opened {
  transition: all 0.3s;
}
.cid-tTp5ryjXkO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTp5ryjXkO .navbar .navbar-logo img {
  width: auto;
}
.cid-tTp5ryjXkO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTp5ryjXkO .navbar.collapsed {
  justify-content: center;
}
.cid-tTp5ryjXkO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTp5ryjXkO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTp5ryjXkO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTp5ryjXkO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTp5ryjXkO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTp5ryjXkO .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-tTp5ryjXkO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTp5ryjXkO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTp5ryjXkO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTp5ryjXkO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTp5ryjXkO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTp5ryjXkO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTp5ryjXkO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTp5ryjXkO .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-tTp5ryjXkO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTp5ryjXkO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTp5ryjXkO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTp5ryjXkO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTp5ryjXkO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTp5ryjXkO .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTp5ryjXkO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTp5ryjXkO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTp5ryjXkO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTp5ryjXkO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTp5ryjXkO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTp5ryjXkO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTp5ryjXkO .dropdown-item.active,
.cid-tTp5ryjXkO .dropdown-item:active {
  background-color: transparent;
}
.cid-tTp5ryjXkO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTp5ryjXkO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTp5ryjXkO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTp5ryjXkO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTp5ryjXkO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTp5ryjXkO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTp5ryjXkO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTp5ryjXkO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTp5ryjXkO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTp5ryjXkO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTp5ryjXkO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTp5ryjXkO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTp5ryjXkO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTp5ryjXkO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTp5ryjXkO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTp5ryjXkO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTp5ryjXkO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTp5ryjXkO .navbar-dropdown {
  padding: 0;
}
.cid-tTp5ryjXkO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTp5ryjXkO .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-tTp5ryjXkO .navbar {
    height: 70px;
  }
  .cid-tTp5ryjXkO .navbar.opened {
    height: auto;
  }
  .cid-tTp5ryjXkO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTp5ryjXkO .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tTp5ryjXkO .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTp5ryjXkO .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tTp5ryjXkO .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tTp5ryjXkO .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tTp5ryjXkO .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tTp5ryjXkO .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tTp5ryjXkO .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tTp5ryjXkO .nav-item .nav-link {
  position: relative !important;
}
.cid-tTp5ryjXkO .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tTp5ryjXkO .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tTp5ryjXkO .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tTp5ryjXkO .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tTp5ryjXkO .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tTp5ryjXkO .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tTp5ryjXkO .tel-menu {
    display: none;
  }
}
.cid-tTp5ryjXkO .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tTp5ryjXkO .mbr-text {
    text-align: center !important;
  }
}
.cid-tTp5ryjXkO .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tTp5ryjXkO .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tTp5ryjXkO .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tTp5ryjXkO .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tTp5ryjXkO .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tTp5ryjXkO .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTp5ryjXkO .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tTp5rz3ONt {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTp5rz3ONt .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tTp5rz3ONt .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tTp5rz3ONt .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tTp5rz3ONt .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tTp5rz3ONt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTp5rz3ONt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTp5rzDz7u {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTp5rzDz7u .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tTp5rzDz7u .mbr-section-title {
  color: #010d4c;
}
.cid-tTp5rzDz7u .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTp5rzDz7u .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-tTp5rzDz7u .card-title {
    margin-bottom: 18px;
  }
}
.cid-tTp5rzDz7u .card-title a {
  font-weight: 700;
}
.cid-tTp5rzDz7u .card-title a:hover {
  color: #ff7a41 !important;
}
.cid-tTp5rzDz7u .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tTp5rzDz7u .icon-box {
    margin-bottom: 20px;
  }
}
.cid-tTp5rzDz7u .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #ff7a41;
}
.cid-tTp5rzDz7u .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tTp5rzDz7u .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-tTp5rzDz7u .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-tTp5rzDz7u .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-tTp5rzDz7u .col-card {
  margin-top: 30px;
}
.cid-tTp5rzDz7u .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-tTp5rzDz7u .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-tTp5rzDz7u .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-tTp5rAtM7a {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTp5rAtM7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTp5rAtM7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTp5rAtM7a .container {
    padding: 0;
  }
}
.cid-tTp5rAtM7a .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTp5rAtM7a .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTp5rAtM7a .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTp5rAtM7a .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTp5rAtM7a .mbr-section-title {
  color: #263652;
}
.cid-tTp5rAtM7a .mbr-text {
  color: #263652;
}
.cid-tTp5rAYD2M {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTp5rAYD2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTp5rAYD2M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTp5rAYD2M .row {
  justify-content: center;
}
.cid-tTp5rAYD2M .col-title {
  margin-bottom: 40px;
}
.cid-tTp5rAYD2M .mbr-section-title {
  color: #2B2B2B;
}
.cid-tTp5rAYD2M .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 12px;
}
.cid-tTp5rAYD2M .img-container {
  margin: 0 auto;
}
.cid-tTp5rAYD2M .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  height: 620px;
}
.cid-tTp5rAYD2M .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tTp5rBDMtE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTp5rBDMtE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTp5rBDMtE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTp5rBDMtE .container {
    padding: 0;
  }
}
.cid-tTp5rBDMtE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTp5rBDMtE .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTp5rBDMtE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTp5rBDMtE .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTp5rBDMtE .mbr-section-title {
  color: #263652;
}
.cid-tTp5rBDMtE .mbr-text {
  color: #263652;
}
.cid-tTp5rCenu0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTp5rCenu0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTp5rCenu0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTp5rCenu0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTp5rCenu0 .container {
    padding: 0 12px;
  }
}
.cid-tTp5rCenu0 .row {
  justify-content: center;
}
.cid-tTp5rCenu0 .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTp5rCenu0 .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTp5rCenu0 .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTp5rCenu0 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTp5rCenu0 .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTp5rCenu0 .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTp5rCenu0 .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTp5rCenu0 .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTp5rCenu0 .mbr-section-title {
  color: #222222;
}
.cid-tTp5rCenu0 .mbr-text {
  color: #222222;
}
.cid-tTp5rCUYIT {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTp5rCUYIT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTp5rCUYIT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTp5rCUYIT .container {
    padding: 0;
  }
}
.cid-tTp5rCUYIT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTp5rCUYIT .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTp5rCUYIT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTp5rCUYIT .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTp5rCUYIT .mbr-section-title {
  color: #263652;
}
.cid-tTp5rCUYIT .mbr-text {
  color: #263652;
}
.cid-tTp5rDwx8Y {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTp5rDwx8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTp5rDwx8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTp5rDwx8Y .container {
    padding: 0;
  }
}
.cid-tTp5rDwx8Y .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTp5rDwx8Y .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTp5rDwx8Y .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTp5rDwx8Y .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTp5rDwx8Y .mbr-section-title {
  color: #263652;
}
.cid-tTp5rDwx8Y .mbr-text {
  color: #263652;
}
.cid-tTpvQVNdAj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTpvQVNdAj .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tTpvQVNdAj .mbr-section-title {
  color: #010d4c;
}
.cid-tTpvQVNdAj .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTpvQVNdAj .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-tTpvQVNdAj .card-title {
    margin-bottom: 18px;
  }
}
.cid-tTpvQVNdAj .card-title a {
  font-weight: 700;
}
.cid-tTpvQVNdAj .card-title a:hover {
  color: #ff7a41 !important;
}
.cid-tTpvQVNdAj .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tTpvQVNdAj .icon-box {
    margin-bottom: 20px;
  }
}
.cid-tTpvQVNdAj .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #913bff;
}
.cid-tTpvQVNdAj .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tTpvQVNdAj .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-tTpvQVNdAj .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-tTpvQVNdAj .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
  cursor: pointer !important;
}
.cid-tTpvQVNdAj .col-card {
  margin-top: 30px;
}
.cid-tTpvQVNdAj .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-tTpvQVNdAj .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-tTpvQVNdAj .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-tTpvQVNdAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTpvQVNdAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTp5rEQzox {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTp5rEQzox .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTp5rEQzox .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTp5rEQzox .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTp5rEQzox .container {
    padding: 0 12px;
  }
}
.cid-tTp5rEQzox .row {
  justify-content: center;
}
.cid-tTp5rEQzox .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTp5rEQzox .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTp5rEQzox .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTp5rEQzox .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTp5rEQzox .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTp5rEQzox .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTp5rEQzox .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTp5rEQzox .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTp5rEQzox .mbr-section-title {
  color: #222222;
}
.cid-tTp5rEQzox .mbr-text {
  color: #222222;
}
.cid-tTp5rFuqFA {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tTp5rFuqFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTp5rFuqFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTp5rFuqFA .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff7a41;
  margin-left: 1rem;
}
.cid-tTp5rFuqFA .panel-group {
  border: none;
}
.cid-tTp5rFuqFA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTp5rFuqFA .panel-body,
.cid-tTp5rFuqFA .card-header {
  padding: 1rem 0;
}
.cid-tTp5rFuqFA .panel-title-edit {
  color: #000000;
}
.cid-tTp5rFuqFA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tTp5rFuqFA H3 {
  text-align: left;
}
.cid-ukz2cZ2W3h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukz2cZ2W3h .image {
  position: relative;
  margin-bottom: 200px;
  height: 400px;
  background-image: url("../../../assets/images/conference28-1920.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ukz2cZ2W3h .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-ukz2cZ2W3h .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-ukz2cZ2W3h .mbr-form {
  width: 100%;
}
.cid-ukz2cZ2W3h .form-group {
  margin-bottom: 0;
}
.cid-ukz2cZ2W3h .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-ukz2cZ2W3h .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-ukz2cZ2W3h .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2cZ2W3h .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2cZ2W3h .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2cZ2W3h .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2cZ2W3h .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-ukz2cZ2W3h .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-ukz2cZ2W3h .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ukz2cZ2W3h .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-ukz2cZ2W3h .mbr-text {
  margin-bottom: 10px;
}
.cid-ukz2cZ2W3h .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-ukz2cZ2W3h .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-ukz2cZ2W3h .form__wrap {
    position: static;
  }
  .cid-ukz2cZ2W3h .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-ukz2cZ2W3h .subscribe__form {
    order: 1;
  }
  .cid-ukz2cZ2W3h .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-ukz2cZ2W3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukz2cZ2W3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukz2cZ2W3h LABEL {
  color: #a1a0a0;
}
.cid-tTvr3dtnBj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvr3dtnBj .mbr-text {
  color: #103178;
}
.cid-tTvr3dtnBj .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvr3dtnBj p {
  line-height: 2;
}
.cid-tTp5rHJ7bJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tTp5rHJ7bJ .container {
  display: flex;
  justify-content: center;
}
.cid-tTp5rHJ7bJ .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tTp5rHJ7bJ .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTp5rHJ7bJ .text-container {
    margin-bottom: 20px;
  }
}
.cid-tTp5rHJ7bJ .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTp5rHJ7bJ .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTp5rHJ7bJ .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tTp5rHJ7bJ .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tTp5rHJ7bJ .dragArea {
    max-width: 505px;
  }
}
.cid-tTp5rHJ7bJ .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tTp5rHJ7bJ .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tTp5rHJ7bJ .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tTp5rHJ7bJ .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tTp5rHJ7bJ .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tTp5rHJ7bJ .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTp5rHJ7bJ .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-tTp5rHJ7bJ .form-control {
    height: 44px;
  }
}
.cid-tTp5rHJ7bJ .form-control:hover,
.cid-tTp5rHJ7bJ .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tTp5rHJ7bJ .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTp5rHJ7bJ .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTp5rHJ7bJ .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTp5rHJ7bJ .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTp5rHJ7bJ .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tTp5rIt3pF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTp5rIt3pF .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTp5rIt3pF .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tTpCEZcaiU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTpCEZcaiU .image {
  position: relative;
  margin-bottom: 200px;
  height: 800px;
  background-image: url("../../../assets/images/zuwachs-1920x1080.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tTpCEZcaiU .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-tTpCEZcaiU .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-tTpCEZcaiU .mbr-form {
  width: 100%;
}
.cid-tTpCEZcaiU .form-group {
  margin-bottom: 0;
}
.cid-tTpCEZcaiU .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-tTpCEZcaiU .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-tTpCEZcaiU .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTpCEZcaiU .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTpCEZcaiU .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTpCEZcaiU .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTpCEZcaiU .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-tTpCEZcaiU .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-tTpCEZcaiU .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tTpCEZcaiU .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-tTpCEZcaiU .mbr-text {
  margin-bottom: 10px;
}
.cid-tTpCEZcaiU .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-tTpCEZcaiU .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-tTpCEZcaiU .form__wrap {
    position: static;
  }
  .cid-tTpCEZcaiU .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-tTpCEZcaiU .subscribe__form {
    order: 1;
  }
  .cid-tTpCEZcaiU .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-tTpCEZcaiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTpCEZcaiU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTpCEZcaiU LABEL {
  color: #a1a0a0;
}
.cid-tTpCF25lVB .navbar-dropdown {
  position: relative !important;
}
.cid-tTpCF25lVB .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-tTpCF25lVB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTpCF25lVB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTpCF25lVB .dropdown-item:hover,
.cid-tTpCF25lVB .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tTpCF25lVB .dropdown-item:hover span {
  color: white;
}
.cid-tTpCF25lVB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTpCF25lVB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTpCF25lVB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTpCF25lVB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTpCF25lVB .nav-link {
  position: relative;
}
.cid-tTpCF25lVB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTpCF25lVB .container {
    flex-wrap: nowrap;
  }
}
.cid-tTpCF25lVB .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTpCF25lVB .dropdown-menu,
.cid-tTpCF25lVB .navbar.opened {
  background: #ffffff !important;
}
.cid-tTpCF25lVB .nav-item:focus,
.cid-tTpCF25lVB .nav-link:focus {
  outline: none;
}
.cid-tTpCF25lVB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTpCF25lVB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTpCF25lVB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTpCF25lVB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTpCF25lVB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTpCF25lVB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTpCF25lVB .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tTpCF25lVB .navbar.opened {
  transition: all 0.3s;
}
.cid-tTpCF25lVB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTpCF25lVB .navbar .navbar-logo img {
  width: auto;
}
.cid-tTpCF25lVB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTpCF25lVB .navbar.collapsed {
  justify-content: center;
}
.cid-tTpCF25lVB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTpCF25lVB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTpCF25lVB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTpCF25lVB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTpCF25lVB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTpCF25lVB .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-tTpCF25lVB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTpCF25lVB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTpCF25lVB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTpCF25lVB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTpCF25lVB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTpCF25lVB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTpCF25lVB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTpCF25lVB .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-tTpCF25lVB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTpCF25lVB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTpCF25lVB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTpCF25lVB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTpCF25lVB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTpCF25lVB .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTpCF25lVB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTpCF25lVB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTpCF25lVB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTpCF25lVB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTpCF25lVB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTpCF25lVB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTpCF25lVB .dropdown-item.active,
.cid-tTpCF25lVB .dropdown-item:active {
  background-color: transparent;
}
.cid-tTpCF25lVB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTpCF25lVB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTpCF25lVB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTpCF25lVB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTpCF25lVB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTpCF25lVB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTpCF25lVB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTpCF25lVB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTpCF25lVB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTpCF25lVB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTpCF25lVB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTpCF25lVB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTpCF25lVB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTpCF25lVB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTpCF25lVB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTpCF25lVB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTpCF25lVB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTpCF25lVB .navbar-dropdown {
  padding: 0;
}
.cid-tTpCF25lVB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTpCF25lVB .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-tTpCF25lVB .navbar {
    height: 70px;
  }
  .cid-tTpCF25lVB .navbar.opened {
    height: auto;
  }
  .cid-tTpCF25lVB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTpCF25lVB .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tTpCF25lVB .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTpCF25lVB .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tTpCF25lVB .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tTpCF25lVB .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tTpCF25lVB .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tTpCF25lVB .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tTpCF25lVB .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tTpCF25lVB .nav-item .nav-link {
  position: relative !important;
}
.cid-tTpCF25lVB .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tTpCF25lVB .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tTpCF25lVB .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tTpCF25lVB .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tTpCF25lVB .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tTpCF25lVB .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tTpCF25lVB .tel-menu {
    display: none;
  }
}
.cid-tTpCF25lVB .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tTpCF25lVB .mbr-text {
    text-align: center !important;
  }
}
.cid-tTpCF25lVB .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tTpCF25lVB .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tTpCF25lVB .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tTpCF25lVB .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tTpCF25lVB .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tTpCF25lVB .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTpCF25lVB .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tTpCF3f4md {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTpCF3f4md .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tTpCF3f4md .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tTpCF3f4md .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tTpCF3f4md .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tTpCF3f4md .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTpCF3f4md .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTpCF4by3f {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTpCF4by3f .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tTpCF4by3f .mbr-section-title {
  color: #010d4c;
}
.cid-tTpCF4by3f .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTpCF4by3f .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-tTpCF4by3f .card-title {
    margin-bottom: 18px;
  }
}
.cid-tTpCF4by3f .card-title a {
  font-weight: 700;
}
.cid-tTpCF4by3f .card-title a:hover {
  color: #ff7a41 !important;
}
.cid-tTpCF4by3f .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tTpCF4by3f .icon-box {
    margin-bottom: 20px;
  }
}
.cid-tTpCF4by3f .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #ff7a41;
}
.cid-tTpCF4by3f .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tTpCF4by3f .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-tTpCF4by3f .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-tTpCF4by3f .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-tTpCF4by3f .col-card {
  margin-top: 30px;
}
.cid-tTpCF4by3f .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-tTpCF4by3f .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-tTpCF4by3f .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-tTpCF5itxz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTpCF5itxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTpCF5itxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTpCF5itxz .container {
    padding: 0;
  }
}
.cid-tTpCF5itxz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTpCF5itxz .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTpCF5itxz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTpCF5itxz .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTpCF5itxz .mbr-section-title {
  color: #263652;
}
.cid-tTpCF5itxz .mbr-text {
  color: #263652;
}
.cid-tTpCF63cBv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTpCF63cBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTpCF63cBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTpCF63cBv .row {
  justify-content: center;
}
.cid-tTpCF63cBv .col-title {
  margin-bottom: 40px;
}
.cid-tTpCF63cBv .mbr-section-title {
  color: #2B2B2B;
}
.cid-tTpCF63cBv .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 12px;
}
.cid-tTpCF63cBv .img-container {
  margin: 0 auto;
}
.cid-tTpCF63cBv .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  height: 620px;
}
.cid-tTpCF63cBv .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tTpCF6R0GW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTpCF6R0GW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTpCF6R0GW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTpCF6R0GW .container {
    padding: 0;
  }
}
.cid-tTpCF6R0GW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTpCF6R0GW .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTpCF6R0GW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTpCF6R0GW .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTpCF6R0GW .mbr-section-title {
  color: #263652;
}
.cid-tTpCF6R0GW .mbr-text {
  color: #263652;
}
.cid-tTpCF8d2l7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTpCF8d2l7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTpCF8d2l7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTpCF8d2l7 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTpCF8d2l7 .container {
    padding: 0 12px;
  }
}
.cid-tTpCF8d2l7 .row {
  justify-content: center;
}
.cid-tTpCF8d2l7 .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTpCF8d2l7 .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTpCF8d2l7 .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTpCF8d2l7 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTpCF8d2l7 .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTpCF8d2l7 .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTpCF8d2l7 .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTpCF8d2l7 .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTpCF8d2l7 .mbr-section-title {
  color: #222222;
}
.cid-tTpCF8d2l7 .mbr-text {
  color: #222222;
}
.cid-tTpCF8OVw3 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTpCF8OVw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTpCF8OVw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTpCF8OVw3 .container {
    padding: 0;
  }
}
.cid-tTpCF8OVw3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTpCF8OVw3 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTpCF8OVw3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTpCF8OVw3 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTpCF8OVw3 .mbr-section-title {
  color: #263652;
}
.cid-tTpCF8OVw3 .mbr-text {
  color: #263652;
}
.cid-tTpCF9nhjh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTpCF9nhjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTpCF9nhjh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTpCF9nhjh .container {
    padding: 0;
  }
}
.cid-tTpCF9nhjh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTpCF9nhjh .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTpCF9nhjh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTpCF9nhjh .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTpCF9nhjh .mbr-section-title {
  color: #263652;
}
.cid-tTpCF9nhjh .mbr-text {
  color: #263652;
}
.cid-tTpCFb1l1N {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTpCFb1l1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTpCFb1l1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTpCFb1l1N .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTpCFb1l1N .container {
    padding: 0 12px;
  }
}
.cid-tTpCFb1l1N .row {
  justify-content: center;
}
.cid-tTpCFb1l1N .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTpCFb1l1N .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTpCFb1l1N .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTpCFb1l1N .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTpCFb1l1N .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTpCFb1l1N .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTpCFb1l1N .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTpCFb1l1N .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTpCFb1l1N .mbr-section-title {
  color: #222222;
}
.cid-tTpCFb1l1N .mbr-text {
  color: #222222;
}
.cid-tTpCFbPBr1 {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tTpCFbPBr1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTpCFbPBr1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTpCFbPBr1 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff7a41;
  margin-left: 1rem;
}
.cid-tTpCFbPBr1 .panel-group {
  border: none;
}
.cid-tTpCFbPBr1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTpCFbPBr1 .panel-body,
.cid-tTpCFbPBr1 .card-header {
  padding: 1rem 0;
}
.cid-tTpCFbPBr1 .panel-title-edit {
  color: #000000;
}
.cid-tTpCFbPBr1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tTpCFbPBr1 H3 {
  text-align: left;
}
.cid-ukz2hFX6bV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukz2hFX6bV .image {
  position: relative;
  margin-bottom: 200px;
  height: 400px;
  background-image: url("../../../assets/images/conference28-1920.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ukz2hFX6bV .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-ukz2hFX6bV .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-ukz2hFX6bV .mbr-form {
  width: 100%;
}
.cid-ukz2hFX6bV .form-group {
  margin-bottom: 0;
}
.cid-ukz2hFX6bV .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-ukz2hFX6bV .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-ukz2hFX6bV .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2hFX6bV .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2hFX6bV .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2hFX6bV .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2hFX6bV .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-ukz2hFX6bV .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-ukz2hFX6bV .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ukz2hFX6bV .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-ukz2hFX6bV .mbr-text {
  margin-bottom: 10px;
}
.cid-ukz2hFX6bV .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-ukz2hFX6bV .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-ukz2hFX6bV .form__wrap {
    position: static;
  }
  .cid-ukz2hFX6bV .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-ukz2hFX6bV .subscribe__form {
    order: 1;
  }
  .cid-ukz2hFX6bV .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-ukz2hFX6bV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukz2hFX6bV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukz2hFX6bV LABEL {
  color: #a1a0a0;
}
.cid-tTvr8Mkags {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvr8Mkags .mbr-text {
  color: #103178;
}
.cid-tTvr8Mkags .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvr8Mkags p {
  line-height: 2;
}
.cid-tTpCFduTey {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tTpCFduTey .container {
  display: flex;
  justify-content: center;
}
.cid-tTpCFduTey .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tTpCFduTey .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTpCFduTey .text-container {
    margin-bottom: 20px;
  }
}
.cid-tTpCFduTey .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTpCFduTey .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTpCFduTey .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tTpCFduTey .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tTpCFduTey .dragArea {
    max-width: 505px;
  }
}
.cid-tTpCFduTey .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tTpCFduTey .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tTpCFduTey .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tTpCFduTey .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tTpCFduTey .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tTpCFduTey .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTpCFduTey .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-tTpCFduTey .form-control {
    height: 44px;
  }
}
.cid-tTpCFduTey .form-control:hover,
.cid-tTpCFduTey .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tTpCFduTey .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTpCFduTey .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTpCFduTey .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTpCFduTey .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTpCFduTey .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tTpCFekCds {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTpCFekCds .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTpCFekCds .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tTq0II6dFD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTq0II6dFD .image {
  position: relative;
  margin-bottom: 200px;
  height: 800px;
  background-image: url("../../../assets/images/bauspar-1-1920x1080.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tTq0II6dFD .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-tTq0II6dFD .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-tTq0II6dFD .mbr-form {
  width: 100%;
}
.cid-tTq0II6dFD .form-group {
  margin-bottom: 0;
}
.cid-tTq0II6dFD .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-tTq0II6dFD .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-tTq0II6dFD .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTq0II6dFD .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTq0II6dFD .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTq0II6dFD .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTq0II6dFD .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-tTq0II6dFD .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-tTq0II6dFD .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tTq0II6dFD .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-tTq0II6dFD .mbr-text {
  margin-bottom: 10px;
}
.cid-tTq0II6dFD .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-tTq0II6dFD .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-tTq0II6dFD .form__wrap {
    position: static;
  }
  .cid-tTq0II6dFD .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-tTq0II6dFD .subscribe__form {
    order: 1;
  }
  .cid-tTq0II6dFD .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-tTq0II6dFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTq0II6dFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTq0II6dFD LABEL {
  color: #a1a0a0;
}
.cid-tTq0IJtcUr .navbar-dropdown {
  position: relative !important;
}
.cid-tTq0IJtcUr .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-tTq0IJtcUr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTq0IJtcUr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTq0IJtcUr .dropdown-item:hover,
.cid-tTq0IJtcUr .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tTq0IJtcUr .dropdown-item:hover span {
  color: white;
}
.cid-tTq0IJtcUr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTq0IJtcUr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTq0IJtcUr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTq0IJtcUr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTq0IJtcUr .nav-link {
  position: relative;
}
.cid-tTq0IJtcUr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTq0IJtcUr .container {
    flex-wrap: nowrap;
  }
}
.cid-tTq0IJtcUr .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTq0IJtcUr .dropdown-menu,
.cid-tTq0IJtcUr .navbar.opened {
  background: #ffffff !important;
}
.cid-tTq0IJtcUr .nav-item:focus,
.cid-tTq0IJtcUr .nav-link:focus {
  outline: none;
}
.cid-tTq0IJtcUr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTq0IJtcUr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTq0IJtcUr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTq0IJtcUr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTq0IJtcUr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTq0IJtcUr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTq0IJtcUr .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tTq0IJtcUr .navbar.opened {
  transition: all 0.3s;
}
.cid-tTq0IJtcUr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTq0IJtcUr .navbar .navbar-logo img {
  width: auto;
}
.cid-tTq0IJtcUr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTq0IJtcUr .navbar.collapsed {
  justify-content: center;
}
.cid-tTq0IJtcUr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTq0IJtcUr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTq0IJtcUr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTq0IJtcUr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTq0IJtcUr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTq0IJtcUr .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-tTq0IJtcUr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTq0IJtcUr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTq0IJtcUr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTq0IJtcUr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTq0IJtcUr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTq0IJtcUr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTq0IJtcUr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTq0IJtcUr .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-tTq0IJtcUr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTq0IJtcUr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTq0IJtcUr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTq0IJtcUr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTq0IJtcUr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTq0IJtcUr .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTq0IJtcUr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTq0IJtcUr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTq0IJtcUr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTq0IJtcUr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTq0IJtcUr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTq0IJtcUr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTq0IJtcUr .dropdown-item.active,
.cid-tTq0IJtcUr .dropdown-item:active {
  background-color: transparent;
}
.cid-tTq0IJtcUr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTq0IJtcUr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTq0IJtcUr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTq0IJtcUr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTq0IJtcUr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTq0IJtcUr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTq0IJtcUr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTq0IJtcUr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTq0IJtcUr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTq0IJtcUr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTq0IJtcUr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTq0IJtcUr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTq0IJtcUr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTq0IJtcUr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTq0IJtcUr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTq0IJtcUr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTq0IJtcUr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTq0IJtcUr .navbar-dropdown {
  padding: 0;
}
.cid-tTq0IJtcUr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTq0IJtcUr .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-tTq0IJtcUr .navbar {
    height: 70px;
  }
  .cid-tTq0IJtcUr .navbar.opened {
    height: auto;
  }
  .cid-tTq0IJtcUr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTq0IJtcUr .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tTq0IJtcUr .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTq0IJtcUr .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tTq0IJtcUr .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tTq0IJtcUr .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tTq0IJtcUr .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tTq0IJtcUr .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tTq0IJtcUr .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tTq0IJtcUr .nav-item .nav-link {
  position: relative !important;
}
.cid-tTq0IJtcUr .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tTq0IJtcUr .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tTq0IJtcUr .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tTq0IJtcUr .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tTq0IJtcUr .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tTq0IJtcUr .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tTq0IJtcUr .tel-menu {
    display: none;
  }
}
.cid-tTq0IJtcUr .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tTq0IJtcUr .mbr-text {
    text-align: center !important;
  }
}
.cid-tTq0IJtcUr .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tTq0IJtcUr .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tTq0IJtcUr .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tTq0IJtcUr .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tTq0IJtcUr .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tTq0IJtcUr .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTq0IJtcUr .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tTq0IKeI0x {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTq0IKeI0x .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tTq0IKeI0x .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tTq0IKeI0x .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tTq0IKeI0x .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tTq0IKeI0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTq0IKeI0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTq0IKMpdM {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTq0IKMpdM .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tTq0IKMpdM .mbr-section-title {
  color: #010d4c;
}
.cid-tTq0IKMpdM .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTq0IKMpdM .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-tTq0IKMpdM .card-title {
    margin-bottom: 18px;
  }
}
.cid-tTq0IKMpdM .card-title a {
  font-weight: 700;
}
.cid-tTq0IKMpdM .card-title a:hover {
  color: #ff7a41 !important;
}
.cid-tTq0IKMpdM .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tTq0IKMpdM .icon-box {
    margin-bottom: 20px;
  }
}
.cid-tTq0IKMpdM .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #ff7a41;
}
.cid-tTq0IKMpdM .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tTq0IKMpdM .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-tTq0IKMpdM .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-tTq0IKMpdM .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-tTq0IKMpdM .col-card {
  margin-top: 30px;
}
.cid-tTq0IKMpdM .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-tTq0IKMpdM .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-tTq0IKMpdM .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-tTq0ILHxeV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTq0ILHxeV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTq0ILHxeV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTq0ILHxeV .container {
    padding: 0;
  }
}
.cid-tTq0ILHxeV .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTq0ILHxeV .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTq0ILHxeV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTq0ILHxeV .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTq0ILHxeV .mbr-section-title {
  color: #263652;
}
.cid-tTq0ILHxeV .mbr-text {
  color: #263652;
}
.cid-tTq0IMefXL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTq0IMefXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTq0IMefXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTq0IMefXL .row {
  justify-content: center;
}
.cid-tTq0IMefXL .col-title {
  margin-bottom: 40px;
}
.cid-tTq0IMefXL .mbr-section-title {
  color: #2B2B2B;
}
.cid-tTq0IMefXL .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 12px;
}
.cid-tTq0IMefXL .img-container {
  margin: 0 auto;
}
.cid-tTq0IMefXL .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  height: 620px;
}
.cid-tTq0IMefXL .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tTq0IMWpAo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTq0IMWpAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTq0IMWpAo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTq0IMWpAo .container {
    padding: 0;
  }
}
.cid-tTq0IMWpAo .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTq0IMWpAo .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTq0IMWpAo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTq0IMWpAo .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTq0IMWpAo .mbr-section-title {
  color: #263652;
}
.cid-tTq0IMWpAo .mbr-text {
  color: #263652;
}
.cid-tTq0INwFuZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTq0INwFuZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTq0INwFuZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTq0INwFuZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTq0INwFuZ .container {
    padding: 0 12px;
  }
}
.cid-tTq0INwFuZ .row {
  justify-content: center;
}
.cid-tTq0INwFuZ .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTq0INwFuZ .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTq0INwFuZ .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTq0INwFuZ .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTq0INwFuZ .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTq0INwFuZ .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTq0INwFuZ .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTq0INwFuZ .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTq0INwFuZ .mbr-section-title {
  color: #222222;
}
.cid-tTq0INwFuZ .mbr-text {
  color: #222222;
}
.cid-tTq0IO7tzw {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTq0IO7tzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTq0IO7tzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTq0IO7tzw .container {
    padding: 0;
  }
}
.cid-tTq0IO7tzw .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTq0IO7tzw .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTq0IO7tzw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTq0IO7tzw .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTq0IO7tzw .mbr-section-title {
  color: #263652;
}
.cid-tTq0IO7tzw .mbr-text {
  color: #263652;
}
.cid-tTq0IOGg4H {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTq0IOGg4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTq0IOGg4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTq0IOGg4H .container {
    padding: 0;
  }
}
.cid-tTq0IOGg4H .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTq0IOGg4H .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTq0IOGg4H .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTq0IOGg4H .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTq0IOGg4H .mbr-section-title {
  color: #263652;
}
.cid-tTq0IOGg4H .mbr-text {
  color: #263652;
}
.cid-tTq0IPhAXx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTq0IPhAXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTq0IPhAXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTq0IPhAXx .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTq0IPhAXx .container {
    padding: 0 12px;
  }
}
.cid-tTq0IPhAXx .row {
  justify-content: center;
}
.cid-tTq0IPhAXx .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTq0IPhAXx .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTq0IPhAXx .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTq0IPhAXx .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTq0IPhAXx .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTq0IPhAXx .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTq0IPhAXx .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTq0IPhAXx .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTq0IPhAXx .mbr-section-title {
  color: #222222;
}
.cid-tTq0IPhAXx .mbr-text {
  color: #222222;
}
.cid-tTq0IPRGsj {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tTq0IPRGsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTq0IPRGsj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTq0IPRGsj .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff7a41;
  margin-left: 1rem;
}
.cid-tTq0IPRGsj .panel-group {
  border: none;
}
.cid-tTq0IPRGsj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTq0IPRGsj .panel-body,
.cid-tTq0IPRGsj .card-header {
  padding: 1rem 0;
}
.cid-tTq0IPRGsj .panel-title-edit {
  color: #000000;
}
.cid-tTq0IPRGsj .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tTq0IPRGsj H3 {
  text-align: left;
}
.cid-ukz2mz234B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukz2mz234B .image {
  position: relative;
  margin-bottom: 200px;
  height: 400px;
  background-image: url("../../../assets/images/conference28-1920.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ukz2mz234B .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-ukz2mz234B .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-ukz2mz234B .mbr-form {
  width: 100%;
}
.cid-ukz2mz234B .form-group {
  margin-bottom: 0;
}
.cid-ukz2mz234B .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-ukz2mz234B .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-ukz2mz234B .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2mz234B .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2mz234B .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2mz234B .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2mz234B .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-ukz2mz234B .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-ukz2mz234B .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ukz2mz234B .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-ukz2mz234B .mbr-text {
  margin-bottom: 10px;
}
.cid-ukz2mz234B .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-ukz2mz234B .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-ukz2mz234B .form__wrap {
    position: static;
  }
  .cid-ukz2mz234B .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-ukz2mz234B .subscribe__form {
    order: 1;
  }
  .cid-ukz2mz234B .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-ukz2mz234B .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukz2mz234B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukz2mz234B LABEL {
  color: #a1a0a0;
}
.cid-tTvreeoWpr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvreeoWpr .mbr-text {
  color: #103178;
}
.cid-tTvreeoWpr .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvreeoWpr p {
  line-height: 2;
}
.cid-tTq0IRtmk7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tTq0IRtmk7 .container {
  display: flex;
  justify-content: center;
}
.cid-tTq0IRtmk7 .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tTq0IRtmk7 .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTq0IRtmk7 .text-container {
    margin-bottom: 20px;
  }
}
.cid-tTq0IRtmk7 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTq0IRtmk7 .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTq0IRtmk7 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tTq0IRtmk7 .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tTq0IRtmk7 .dragArea {
    max-width: 505px;
  }
}
.cid-tTq0IRtmk7 .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tTq0IRtmk7 .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tTq0IRtmk7 .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tTq0IRtmk7 .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tTq0IRtmk7 .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tTq0IRtmk7 .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTq0IRtmk7 .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-tTq0IRtmk7 .form-control {
    height: 44px;
  }
}
.cid-tTq0IRtmk7 .form-control:hover,
.cid-tTq0IRtmk7 .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tTq0IRtmk7 .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTq0IRtmk7 .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTq0IRtmk7 .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTq0IRtmk7 .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTq0IRtmk7 .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tTq0ISaESg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTq0ISaESg .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTq0ISaESg .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tTq7no66Zm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTq7no66Zm .image {
  position: relative;
  margin-bottom: 200px;
  height: 800px;
  background-image: url("../../../assets/images/eigentums-wohnungen-1-1920x1080.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tTq7no66Zm .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-tTq7no66Zm .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-tTq7no66Zm .mbr-form {
  width: 100%;
}
.cid-tTq7no66Zm .form-group {
  margin-bottom: 0;
}
.cid-tTq7no66Zm .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-tTq7no66Zm .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-tTq7no66Zm .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTq7no66Zm .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTq7no66Zm .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTq7no66Zm .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTq7no66Zm .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-tTq7no66Zm .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-tTq7no66Zm .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tTq7no66Zm .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-tTq7no66Zm .mbr-text {
  margin-bottom: 10px;
}
.cid-tTq7no66Zm .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-tTq7no66Zm .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-tTq7no66Zm .form__wrap {
    position: static;
  }
  .cid-tTq7no66Zm .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-tTq7no66Zm .subscribe__form {
    order: 1;
  }
  .cid-tTq7no66Zm .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-tTq7no66Zm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTq7no66Zm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTq7no66Zm LABEL {
  color: #a1a0a0;
}
.cid-tTq7npG2wH .navbar-dropdown {
  position: relative !important;
}
.cid-tTq7npG2wH .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-tTq7npG2wH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTq7npG2wH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTq7npG2wH .dropdown-item:hover,
.cid-tTq7npG2wH .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tTq7npG2wH .dropdown-item:hover span {
  color: white;
}
.cid-tTq7npG2wH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTq7npG2wH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTq7npG2wH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTq7npG2wH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTq7npG2wH .nav-link {
  position: relative;
}
.cid-tTq7npG2wH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTq7npG2wH .container {
    flex-wrap: nowrap;
  }
}
.cid-tTq7npG2wH .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTq7npG2wH .dropdown-menu,
.cid-tTq7npG2wH .navbar.opened {
  background: #ffffff !important;
}
.cid-tTq7npG2wH .nav-item:focus,
.cid-tTq7npG2wH .nav-link:focus {
  outline: none;
}
.cid-tTq7npG2wH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTq7npG2wH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTq7npG2wH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTq7npG2wH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTq7npG2wH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTq7npG2wH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTq7npG2wH .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tTq7npG2wH .navbar.opened {
  transition: all 0.3s;
}
.cid-tTq7npG2wH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTq7npG2wH .navbar .navbar-logo img {
  width: auto;
}
.cid-tTq7npG2wH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTq7npG2wH .navbar.collapsed {
  justify-content: center;
}
.cid-tTq7npG2wH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTq7npG2wH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTq7npG2wH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTq7npG2wH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTq7npG2wH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTq7npG2wH .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-tTq7npG2wH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTq7npG2wH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTq7npG2wH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTq7npG2wH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTq7npG2wH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTq7npG2wH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTq7npG2wH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTq7npG2wH .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-tTq7npG2wH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTq7npG2wH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTq7npG2wH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTq7npG2wH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTq7npG2wH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTq7npG2wH .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTq7npG2wH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTq7npG2wH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTq7npG2wH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTq7npG2wH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTq7npG2wH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTq7npG2wH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTq7npG2wH .dropdown-item.active,
.cid-tTq7npG2wH .dropdown-item:active {
  background-color: transparent;
}
.cid-tTq7npG2wH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTq7npG2wH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTq7npG2wH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTq7npG2wH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTq7npG2wH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTq7npG2wH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTq7npG2wH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTq7npG2wH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTq7npG2wH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTq7npG2wH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTq7npG2wH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTq7npG2wH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTq7npG2wH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTq7npG2wH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTq7npG2wH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTq7npG2wH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTq7npG2wH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTq7npG2wH .navbar-dropdown {
  padding: 0;
}
.cid-tTq7npG2wH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTq7npG2wH .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-tTq7npG2wH .navbar {
    height: 70px;
  }
  .cid-tTq7npG2wH .navbar.opened {
    height: auto;
  }
  .cid-tTq7npG2wH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTq7npG2wH .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tTq7npG2wH .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTq7npG2wH .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tTq7npG2wH .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tTq7npG2wH .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tTq7npG2wH .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tTq7npG2wH .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tTq7npG2wH .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tTq7npG2wH .nav-item .nav-link {
  position: relative !important;
}
.cid-tTq7npG2wH .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tTq7npG2wH .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tTq7npG2wH .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tTq7npG2wH .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tTq7npG2wH .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tTq7npG2wH .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tTq7npG2wH .tel-menu {
    display: none;
  }
}
.cid-tTq7npG2wH .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tTq7npG2wH .mbr-text {
    text-align: center !important;
  }
}
.cid-tTq7npG2wH .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tTq7npG2wH .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tTq7npG2wH .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tTq7npG2wH .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tTq7npG2wH .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tTq7npG2wH .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTq7npG2wH .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tTq7nqvRIk {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTq7nqvRIk .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tTq7nqvRIk .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tTq7nqvRIk .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tTq7nqvRIk .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tTq7nqvRIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTq7nqvRIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTq7nrjeb6 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTq7nrjeb6 .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tTq7nrjeb6 .mbr-section-title {
  color: #010d4c;
}
.cid-tTq7nrjeb6 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTq7nrjeb6 .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-tTq7nrjeb6 .card-title {
    margin-bottom: 18px;
  }
}
.cid-tTq7nrjeb6 .card-title a {
  font-weight: 700;
}
.cid-tTq7nrjeb6 .card-title a:hover {
  color: #ff7a41 !important;
}
.cid-tTq7nrjeb6 .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tTq7nrjeb6 .icon-box {
    margin-bottom: 20px;
  }
}
.cid-tTq7nrjeb6 .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #ff7a41;
}
.cid-tTq7nrjeb6 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tTq7nrjeb6 .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-tTq7nrjeb6 .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-tTq7nrjeb6 .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-tTq7nrjeb6 .col-card {
  margin-top: 30px;
}
.cid-tTq7nrjeb6 .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-tTq7nrjeb6 .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-tTq7nrjeb6 .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-tTq7ns6RrZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTq7ns6RrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTq7ns6RrZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTq7ns6RrZ .container {
    padding: 0;
  }
}
.cid-tTq7ns6RrZ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTq7ns6RrZ .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTq7ns6RrZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTq7ns6RrZ .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTq7ns6RrZ .mbr-section-title {
  color: #263652;
}
.cid-tTq7ns6RrZ .mbr-text {
  color: #263652;
}
.cid-tTq7ntbpXk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTq7ntbpXk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTq7ntbpXk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTq7ntbpXk .container {
    padding: 0;
  }
}
.cid-tTq7ntbpXk .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTq7ntbpXk .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTq7ntbpXk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTq7ntbpXk .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTq7ntbpXk .mbr-section-title {
  color: #263652;
}
.cid-tTq7ntbpXk .mbr-text {
  color: #263652;
}
.cid-tTq7ntMMOL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTq7ntMMOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTq7ntMMOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTq7ntMMOL .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTq7ntMMOL .container {
    padding: 0 12px;
  }
}
.cid-tTq7ntMMOL .row {
  justify-content: center;
}
.cid-tTq7ntMMOL .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTq7ntMMOL .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTq7ntMMOL .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTq7ntMMOL .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTq7ntMMOL .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTq7ntMMOL .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTq7ntMMOL .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTq7ntMMOL .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTq7ntMMOL .mbr-section-title {
  color: #222222;
}
.cid-tTq7ntMMOL .mbr-text {
  color: #222222;
}
.cid-tTq7nsDnAQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTq7nsDnAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTq7nsDnAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTq7nsDnAQ .row {
  justify-content: center;
}
.cid-tTq7nsDnAQ .col-title {
  margin-bottom: 40px;
}
.cid-tTq7nsDnAQ .mbr-section-title {
  color: #2B2B2B;
}
.cid-tTq7nsDnAQ .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 12px;
}
.cid-tTq7nsDnAQ .img-container {
  margin: 0 auto;
}
.cid-tTq7nsDnAQ .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  height: 620px;
}
.cid-tTq7nsDnAQ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tTq7nuu0l0 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTq7nuu0l0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTq7nuu0l0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTq7nuu0l0 .container {
    padding: 0;
  }
}
.cid-tTq7nuu0l0 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTq7nuu0l0 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTq7nuu0l0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTq7nuu0l0 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTq7nuu0l0 .mbr-section-title {
  color: #263652;
}
.cid-tTq7nuu0l0 .mbr-text {
  color: #263652;
}
.cid-tTq7nv4Bo3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTq7nv4Bo3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTq7nv4Bo3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTq7nv4Bo3 .container {
    padding: 0;
  }
}
.cid-tTq7nv4Bo3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTq7nv4Bo3 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTq7nv4Bo3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTq7nv4Bo3 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTq7nv4Bo3 .mbr-section-title {
  color: #263652;
}
.cid-tTq7nv4Bo3 .mbr-text {
  color: #263652;
}
.cid-tTq8ZSYnEy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTq8ZSYnEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTq8ZSYnEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTq8ZSYnEy .container {
    padding: 0;
  }
}
.cid-tTq8ZSYnEy .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTq8ZSYnEy .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTq8ZSYnEy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTq8ZSYnEy .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTq8ZSYnEy .mbr-section-title {
  color: #263652;
}
.cid-tTq8ZSYnEy .mbr-text {
  color: #263652;
}
.cid-tTq7nvFxVq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTq7nvFxVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTq7nvFxVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTq7nvFxVq .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTq7nvFxVq .container {
    padding: 0 12px;
  }
}
.cid-tTq7nvFxVq .row {
  justify-content: center;
}
.cid-tTq7nvFxVq .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTq7nvFxVq .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTq7nvFxVq .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTq7nvFxVq .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTq7nvFxVq .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTq7nvFxVq .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTq7nvFxVq .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTq7nvFxVq .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTq7nvFxVq .mbr-section-title {
  color: #222222;
}
.cid-tTq7nvFxVq .mbr-text {
  color: #222222;
}
.cid-tTq7nwjT1F {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tTq7nwjT1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTq7nwjT1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTq7nwjT1F .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff7a41;
  margin-left: 1rem;
}
.cid-tTq7nwjT1F .panel-group {
  border: none;
}
.cid-tTq7nwjT1F .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTq7nwjT1F .panel-body,
.cid-tTq7nwjT1F .card-header {
  padding: 1rem 0;
}
.cid-tTq7nwjT1F .panel-title-edit {
  color: #000000;
}
.cid-tTq7nwjT1F .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tTq7nwjT1F H3 {
  text-align: left;
}
.cid-ukz2qxqW8S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukz2qxqW8S .image {
  position: relative;
  margin-bottom: 200px;
  height: 400px;
  background-image: url("../../../assets/images/conference28-1920.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ukz2qxqW8S .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-ukz2qxqW8S .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-ukz2qxqW8S .mbr-form {
  width: 100%;
}
.cid-ukz2qxqW8S .form-group {
  margin-bottom: 0;
}
.cid-ukz2qxqW8S .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-ukz2qxqW8S .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-ukz2qxqW8S .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2qxqW8S .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2qxqW8S .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2qxqW8S .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2qxqW8S .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-ukz2qxqW8S .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-ukz2qxqW8S .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ukz2qxqW8S .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-ukz2qxqW8S .mbr-text {
  margin-bottom: 10px;
}
.cid-ukz2qxqW8S .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-ukz2qxqW8S .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-ukz2qxqW8S .form__wrap {
    position: static;
  }
  .cid-ukz2qxqW8S .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-ukz2qxqW8S .subscribe__form {
    order: 1;
  }
  .cid-ukz2qxqW8S .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-ukz2qxqW8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukz2qxqW8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukz2qxqW8S LABEL {
  color: #a1a0a0;
}
.cid-tTvrlgnDNs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvrlgnDNs .mbr-text {
  color: #103178;
}
.cid-tTvrlgnDNs .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvrlgnDNs p {
  line-height: 2;
}
.cid-tTq7nxUm7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tTq7nxUm7D .container {
  display: flex;
  justify-content: center;
}
.cid-tTq7nxUm7D .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tTq7nxUm7D .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTq7nxUm7D .text-container {
    margin-bottom: 20px;
  }
}
.cid-tTq7nxUm7D .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTq7nxUm7D .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTq7nxUm7D .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tTq7nxUm7D .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tTq7nxUm7D .dragArea {
    max-width: 505px;
  }
}
.cid-tTq7nxUm7D .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tTq7nxUm7D .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tTq7nxUm7D .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tTq7nxUm7D .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tTq7nxUm7D .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tTq7nxUm7D .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTq7nxUm7D .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-tTq7nxUm7D .form-control {
    height: 44px;
  }
}
.cid-tTq7nxUm7D .form-control:hover,
.cid-tTq7nxUm7D .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tTq7nxUm7D .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTq7nxUm7D .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTq7nxUm7D .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTq7nxUm7D .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTq7nxUm7D .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tTq7nyCt6L {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTq7nyCt6L .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTq7nyCt6L .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tTrjzF82Rw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTrjzF82Rw .image {
  position: relative;
  margin-bottom: 200px;
  height: 800px;
  background-image: url("../../../assets/images/denkmal-1920x1080.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tTrjzF82Rw .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-tTrjzF82Rw .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-tTrjzF82Rw .mbr-form {
  width: 100%;
}
.cid-tTrjzF82Rw .form-group {
  margin-bottom: 0;
}
.cid-tTrjzF82Rw .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-tTrjzF82Rw .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-tTrjzF82Rw .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTrjzF82Rw .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTrjzF82Rw .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTrjzF82Rw .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTrjzF82Rw .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-tTrjzF82Rw .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-tTrjzF82Rw .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tTrjzF82Rw .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-tTrjzF82Rw .mbr-text {
  margin-bottom: 10px;
}
.cid-tTrjzF82Rw .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-tTrjzF82Rw .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-tTrjzF82Rw .form__wrap {
    position: static;
  }
  .cid-tTrjzF82Rw .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-tTrjzF82Rw .subscribe__form {
    order: 1;
  }
  .cid-tTrjzF82Rw .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-tTrjzF82Rw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrjzF82Rw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTrjzF82Rw LABEL {
  color: #a1a0a0;
}
.cid-tTrjzGu2Bx .navbar-dropdown {
  position: relative !important;
}
.cid-tTrjzGu2Bx .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-tTrjzGu2Bx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTrjzGu2Bx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTrjzGu2Bx .dropdown-item:hover,
.cid-tTrjzGu2Bx .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tTrjzGu2Bx .dropdown-item:hover span {
  color: white;
}
.cid-tTrjzGu2Bx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTrjzGu2Bx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTrjzGu2Bx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTrjzGu2Bx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTrjzGu2Bx .nav-link {
  position: relative;
}
.cid-tTrjzGu2Bx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTrjzGu2Bx .container {
    flex-wrap: nowrap;
  }
}
.cid-tTrjzGu2Bx .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTrjzGu2Bx .dropdown-menu,
.cid-tTrjzGu2Bx .navbar.opened {
  background: #ffffff !important;
}
.cid-tTrjzGu2Bx .nav-item:focus,
.cid-tTrjzGu2Bx .nav-link:focus {
  outline: none;
}
.cid-tTrjzGu2Bx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTrjzGu2Bx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTrjzGu2Bx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTrjzGu2Bx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTrjzGu2Bx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTrjzGu2Bx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTrjzGu2Bx .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tTrjzGu2Bx .navbar.opened {
  transition: all 0.3s;
}
.cid-tTrjzGu2Bx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTrjzGu2Bx .navbar .navbar-logo img {
  width: auto;
}
.cid-tTrjzGu2Bx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTrjzGu2Bx .navbar.collapsed {
  justify-content: center;
}
.cid-tTrjzGu2Bx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTrjzGu2Bx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTrjzGu2Bx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTrjzGu2Bx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTrjzGu2Bx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTrjzGu2Bx .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-tTrjzGu2Bx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTrjzGu2Bx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTrjzGu2Bx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTrjzGu2Bx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTrjzGu2Bx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTrjzGu2Bx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTrjzGu2Bx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTrjzGu2Bx .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-tTrjzGu2Bx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTrjzGu2Bx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTrjzGu2Bx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTrjzGu2Bx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTrjzGu2Bx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTrjzGu2Bx .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTrjzGu2Bx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTrjzGu2Bx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTrjzGu2Bx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTrjzGu2Bx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTrjzGu2Bx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTrjzGu2Bx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTrjzGu2Bx .dropdown-item.active,
.cid-tTrjzGu2Bx .dropdown-item:active {
  background-color: transparent;
}
.cid-tTrjzGu2Bx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTrjzGu2Bx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTrjzGu2Bx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTrjzGu2Bx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTrjzGu2Bx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTrjzGu2Bx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTrjzGu2Bx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTrjzGu2Bx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTrjzGu2Bx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTrjzGu2Bx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTrjzGu2Bx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTrjzGu2Bx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTrjzGu2Bx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTrjzGu2Bx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTrjzGu2Bx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTrjzGu2Bx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTrjzGu2Bx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTrjzGu2Bx .navbar-dropdown {
  padding: 0;
}
.cid-tTrjzGu2Bx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTrjzGu2Bx .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-tTrjzGu2Bx .navbar {
    height: 70px;
  }
  .cid-tTrjzGu2Bx .navbar.opened {
    height: auto;
  }
  .cid-tTrjzGu2Bx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTrjzGu2Bx .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tTrjzGu2Bx .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTrjzGu2Bx .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tTrjzGu2Bx .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tTrjzGu2Bx .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tTrjzGu2Bx .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tTrjzGu2Bx .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tTrjzGu2Bx .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tTrjzGu2Bx .nav-item .nav-link {
  position: relative !important;
}
.cid-tTrjzGu2Bx .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tTrjzGu2Bx .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tTrjzGu2Bx .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tTrjzGu2Bx .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tTrjzGu2Bx .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tTrjzGu2Bx .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tTrjzGu2Bx .tel-menu {
    display: none;
  }
}
.cid-tTrjzGu2Bx .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tTrjzGu2Bx .mbr-text {
    text-align: center !important;
  }
}
.cid-tTrjzGu2Bx .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tTrjzGu2Bx .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tTrjzGu2Bx .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tTrjzGu2Bx .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tTrjzGu2Bx .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tTrjzGu2Bx .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTrjzGu2Bx .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tTrjzHfziq {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTrjzHfziq .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tTrjzHfziq .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tTrjzHfziq .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tTrjzHfziq .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tTrjzHfziq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrjzHfziq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTrjzI4tUa {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTrjzI4tUa .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tTrjzI4tUa .mbr-section-title {
  color: #010d4c;
}
.cid-tTrjzI4tUa .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTrjzI4tUa .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-tTrjzI4tUa .card-title {
    margin-bottom: 18px;
  }
}
.cid-tTrjzI4tUa .card-title a {
  font-weight: 700;
}
.cid-tTrjzI4tUa .card-title a:hover {
  color: #ff7a41 !important;
}
.cid-tTrjzI4tUa .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tTrjzI4tUa .icon-box {
    margin-bottom: 20px;
  }
}
.cid-tTrjzI4tUa .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #ff7a41;
}
.cid-tTrjzI4tUa .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tTrjzI4tUa .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-tTrjzI4tUa .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-tTrjzI4tUa .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-tTrjzI4tUa .col-card {
  margin-top: 30px;
}
.cid-tTrjzI4tUa .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-tTrjzI4tUa .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-tTrjzI4tUa .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-tTrjzIRz5a {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTrjzIRz5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrjzIRz5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTrjzIRz5a .container {
    padding: 0;
  }
}
.cid-tTrjzIRz5a .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTrjzIRz5a .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTrjzIRz5a .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTrjzIRz5a .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTrjzIRz5a .mbr-section-title {
  color: #263652;
}
.cid-tTrjzIRz5a .mbr-text {
  color: #263652;
}
.cid-tTrjzJn0uo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTrjzJn0uo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrjzJn0uo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTrjzJn0uo .container {
    padding: 0;
  }
}
.cid-tTrjzJn0uo .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTrjzJn0uo .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTrjzJn0uo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTrjzJn0uo .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTrjzJn0uo .mbr-section-title {
  color: #263652;
}
.cid-tTrjzJn0uo .mbr-text {
  color: #263652;
}
.cid-tTrjzJVwsI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTrjzJVwsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrjzJVwsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTrjzJVwsI .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTrjzJVwsI .container {
    padding: 0 12px;
  }
}
.cid-tTrjzJVwsI .row {
  justify-content: center;
}
.cid-tTrjzJVwsI .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTrjzJVwsI .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTrjzJVwsI .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTrjzJVwsI .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTrjzJVwsI .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTrjzJVwsI .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTrjzJVwsI .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTrjzJVwsI .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTrjzJVwsI .mbr-section-title {
  color: #222222;
}
.cid-tTrjzJVwsI .mbr-text {
  color: #222222;
}
.cid-tTrjzKuCMZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTrjzKuCMZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrjzKuCMZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTrjzKuCMZ .row {
  justify-content: center;
}
.cid-tTrjzKuCMZ .col-title {
  margin-bottom: 40px;
}
.cid-tTrjzKuCMZ .mbr-section-title {
  color: #2B2B2B;
}
.cid-tTrjzKuCMZ .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 12px;
}
.cid-tTrjzKuCMZ .img-container {
  margin: 0 auto;
}
.cid-tTrjzKuCMZ .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  height: 620px;
}
.cid-tTrjzKuCMZ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tTrjzL5Ztk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTrjzL5Ztk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrjzL5Ztk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTrjzL5Ztk .container {
    padding: 0;
  }
}
.cid-tTrjzL5Ztk .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTrjzL5Ztk .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTrjzL5Ztk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTrjzL5Ztk .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTrjzL5Ztk .mbr-section-title {
  color: #263652;
}
.cid-tTrjzL5Ztk .mbr-text {
  color: #263652;
}
.cid-tTrjzLJd4E {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTrjzLJd4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrjzLJd4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTrjzLJd4E .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTrjzLJd4E .container {
    padding: 0 12px;
  }
}
.cid-tTrjzLJd4E .row {
  justify-content: center;
}
.cid-tTrjzLJd4E .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTrjzLJd4E .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTrjzLJd4E .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTrjzLJd4E .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTrjzLJd4E .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTrjzLJd4E .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTrjzLJd4E .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTrjzLJd4E .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTrjzLJd4E .mbr-section-title {
  color: #222222;
}
.cid-tTrjzLJd4E .mbr-text {
  color: #222222;
}
.cid-tTrjzMiYwY {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tTrjzMiYwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrjzMiYwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTrjzMiYwY .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff7a41;
  margin-left: 1rem;
}
.cid-tTrjzMiYwY .panel-group {
  border: none;
}
.cid-tTrjzMiYwY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTrjzMiYwY .panel-body,
.cid-tTrjzMiYwY .card-header {
  padding: 1rem 0;
}
.cid-tTrjzMiYwY .panel-title-edit {
  color: #000000;
}
.cid-tTrjzMiYwY .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tTrjzMiYwY H3 {
  text-align: left;
}
.cid-ukz2zzF9eC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukz2zzF9eC .image {
  position: relative;
  margin-bottom: 200px;
  height: 400px;
  background-image: url("../../../assets/images/conference28-1920.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ukz2zzF9eC .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-ukz2zzF9eC .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-ukz2zzF9eC .mbr-form {
  width: 100%;
}
.cid-ukz2zzF9eC .form-group {
  margin-bottom: 0;
}
.cid-ukz2zzF9eC .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-ukz2zzF9eC .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-ukz2zzF9eC .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2zzF9eC .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2zzF9eC .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2zzF9eC .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2zzF9eC .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-ukz2zzF9eC .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-ukz2zzF9eC .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ukz2zzF9eC .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-ukz2zzF9eC .mbr-text {
  margin-bottom: 10px;
}
.cid-ukz2zzF9eC .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-ukz2zzF9eC .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-ukz2zzF9eC .form__wrap {
    position: static;
  }
  .cid-ukz2zzF9eC .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-ukz2zzF9eC .subscribe__form {
    order: 1;
  }
  .cid-ukz2zzF9eC .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-ukz2zzF9eC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukz2zzF9eC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukz2zzF9eC LABEL {
  color: #a1a0a0;
}
.cid-tTvrzjn4rc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvrzjn4rc .mbr-text {
  color: #103178;
}
.cid-tTvrzjn4rc .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvrzjn4rc p {
  line-height: 2;
}
.cid-tTrjzNKPqF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tTrjzNKPqF .container {
  display: flex;
  justify-content: center;
}
.cid-tTrjzNKPqF .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tTrjzNKPqF .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTrjzNKPqF .text-container {
    margin-bottom: 20px;
  }
}
.cid-tTrjzNKPqF .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTrjzNKPqF .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTrjzNKPqF .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tTrjzNKPqF .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tTrjzNKPqF .dragArea {
    max-width: 505px;
  }
}
.cid-tTrjzNKPqF .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tTrjzNKPqF .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tTrjzNKPqF .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tTrjzNKPqF .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tTrjzNKPqF .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tTrjzNKPqF .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTrjzNKPqF .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-tTrjzNKPqF .form-control {
    height: 44px;
  }
}
.cid-tTrjzNKPqF .form-control:hover,
.cid-tTrjzNKPqF .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tTrjzNKPqF .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTrjzNKPqF .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTrjzNKPqF .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTrjzNKPqF .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTrjzNKPqF .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tTrjzOtYuW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTrjzOtYuW .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTrjzOtYuW .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tTrtdwjOgB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTrtdwjOgB .image {
  position: relative;
  margin-bottom: 200px;
  height: 800px;
  background-image: url("../../../assets/images/baufinanz-1-1920x1080.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tTrtdwjOgB .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-tTrtdwjOgB .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-tTrtdwjOgB .mbr-form {
  width: 100%;
}
.cid-tTrtdwjOgB .form-group {
  margin-bottom: 0;
}
.cid-tTrtdwjOgB .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-tTrtdwjOgB .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-tTrtdwjOgB .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTrtdwjOgB .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTrtdwjOgB .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTrtdwjOgB .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTrtdwjOgB .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-tTrtdwjOgB .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-tTrtdwjOgB .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tTrtdwjOgB .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-tTrtdwjOgB .mbr-text {
  margin-bottom: 10px;
}
.cid-tTrtdwjOgB .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-tTrtdwjOgB .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-tTrtdwjOgB .form__wrap {
    position: static;
  }
  .cid-tTrtdwjOgB .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-tTrtdwjOgB .subscribe__form {
    order: 1;
  }
  .cid-tTrtdwjOgB .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-tTrtdwjOgB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrtdwjOgB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTrtdwjOgB LABEL {
  color: #a1a0a0;
}
.cid-tTrtdywo3R .navbar-dropdown {
  position: relative !important;
}
.cid-tTrtdywo3R .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-tTrtdywo3R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTrtdywo3R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTrtdywo3R .dropdown-item:hover,
.cid-tTrtdywo3R .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tTrtdywo3R .dropdown-item:hover span {
  color: white;
}
.cid-tTrtdywo3R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTrtdywo3R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTrtdywo3R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTrtdywo3R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTrtdywo3R .nav-link {
  position: relative;
}
.cid-tTrtdywo3R .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTrtdywo3R .container {
    flex-wrap: nowrap;
  }
}
.cid-tTrtdywo3R .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTrtdywo3R .dropdown-menu,
.cid-tTrtdywo3R .navbar.opened {
  background: #ffffff !important;
}
.cid-tTrtdywo3R .nav-item:focus,
.cid-tTrtdywo3R .nav-link:focus {
  outline: none;
}
.cid-tTrtdywo3R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTrtdywo3R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTrtdywo3R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTrtdywo3R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTrtdywo3R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTrtdywo3R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTrtdywo3R .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tTrtdywo3R .navbar.opened {
  transition: all 0.3s;
}
.cid-tTrtdywo3R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTrtdywo3R .navbar .navbar-logo img {
  width: auto;
}
.cid-tTrtdywo3R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTrtdywo3R .navbar.collapsed {
  justify-content: center;
}
.cid-tTrtdywo3R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTrtdywo3R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTrtdywo3R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTrtdywo3R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTrtdywo3R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTrtdywo3R .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-tTrtdywo3R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTrtdywo3R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTrtdywo3R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTrtdywo3R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTrtdywo3R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTrtdywo3R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTrtdywo3R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTrtdywo3R .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-tTrtdywo3R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTrtdywo3R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTrtdywo3R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTrtdywo3R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTrtdywo3R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTrtdywo3R .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTrtdywo3R .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTrtdywo3R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTrtdywo3R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTrtdywo3R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTrtdywo3R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTrtdywo3R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTrtdywo3R .dropdown-item.active,
.cid-tTrtdywo3R .dropdown-item:active {
  background-color: transparent;
}
.cid-tTrtdywo3R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTrtdywo3R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTrtdywo3R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTrtdywo3R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTrtdywo3R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTrtdywo3R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTrtdywo3R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTrtdywo3R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTrtdywo3R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTrtdywo3R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTrtdywo3R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTrtdywo3R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTrtdywo3R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTrtdywo3R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTrtdywo3R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTrtdywo3R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTrtdywo3R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTrtdywo3R .navbar-dropdown {
  padding: 0;
}
.cid-tTrtdywo3R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTrtdywo3R .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-tTrtdywo3R .navbar {
    height: 70px;
  }
  .cid-tTrtdywo3R .navbar.opened {
    height: auto;
  }
  .cid-tTrtdywo3R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTrtdywo3R .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tTrtdywo3R .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTrtdywo3R .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tTrtdywo3R .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tTrtdywo3R .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tTrtdywo3R .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tTrtdywo3R .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tTrtdywo3R .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tTrtdywo3R .nav-item .nav-link {
  position: relative !important;
}
.cid-tTrtdywo3R .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tTrtdywo3R .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tTrtdywo3R .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tTrtdywo3R .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tTrtdywo3R .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tTrtdywo3R .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tTrtdywo3R .tel-menu {
    display: none;
  }
}
.cid-tTrtdywo3R .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tTrtdywo3R .mbr-text {
    text-align: center !important;
  }
}
.cid-tTrtdywo3R .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tTrtdywo3R .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tTrtdywo3R .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tTrtdywo3R .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tTrtdywo3R .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tTrtdywo3R .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTrtdywo3R .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tTrtdzde90 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTrtdzde90 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tTrtdzde90 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tTrtdzde90 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tTrtdzde90 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tTrtdzde90 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrtdzde90 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTrtdzSheF {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTrtdzSheF .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tTrtdzSheF .mbr-section-title {
  color: #010d4c;
}
.cid-tTrtdzSheF .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTrtdzSheF .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-tTrtdzSheF .card-title {
    margin-bottom: 18px;
  }
}
.cid-tTrtdzSheF .card-title a {
  font-weight: 700;
}
.cid-tTrtdzSheF .card-title a:hover {
  color: #ff7a41 !important;
}
.cid-tTrtdzSheF .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tTrtdzSheF .icon-box {
    margin-bottom: 20px;
  }
}
.cid-tTrtdzSheF .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #ff7a41;
}
.cid-tTrtdzSheF .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tTrtdzSheF .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-tTrtdzSheF .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-tTrtdzSheF .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-tTrtdzSheF .col-card {
  margin-top: 30px;
}
.cid-tTrtdzSheF .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-tTrtdzSheF .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-tTrtdzSheF .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-tTrtdADFb8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTrtdADFb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrtdADFb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTrtdADFb8 .container {
    padding: 0;
  }
}
.cid-tTrtdADFb8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTrtdADFb8 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTrtdADFb8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTrtdADFb8 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTrtdADFb8 .mbr-section-title {
  color: #263652;
}
.cid-tTrtdADFb8 .mbr-text {
  color: #263652;
}
.cid-tTrtdBboqV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTrtdBboqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrtdBboqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTrtdBboqV .container {
    padding: 0;
  }
}
.cid-tTrtdBboqV .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTrtdBboqV .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTrtdBboqV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTrtdBboqV .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTrtdBboqV .mbr-section-title {
  color: #263652;
}
.cid-tTrtdBboqV .mbr-text {
  color: #263652;
}
.cid-tTrtdBNiJY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTrtdBNiJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrtdBNiJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTrtdBNiJY .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTrtdBNiJY .container {
    padding: 0 12px;
  }
}
.cid-tTrtdBNiJY .row {
  justify-content: center;
}
.cid-tTrtdBNiJY .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTrtdBNiJY .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTrtdBNiJY .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTrtdBNiJY .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTrtdBNiJY .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTrtdBNiJY .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTrtdBNiJY .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTrtdBNiJY .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTrtdBNiJY .mbr-section-title {
  color: #222222;
}
.cid-tTrtdBNiJY .mbr-text {
  color: #222222;
}
.cid-tTrtdCKZFn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTrtdCKZFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrtdCKZFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTrtdCKZFn .row {
  justify-content: center;
}
.cid-tTrtdCKZFn .col-title {
  margin-bottom: 40px;
}
.cid-tTrtdCKZFn .mbr-section-title {
  color: #2B2B2B;
}
.cid-tTrtdCKZFn .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 12px;
}
.cid-tTrtdCKZFn .img-container {
  margin: 0 auto;
}
.cid-tTrtdCKZFn .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  height: 620px;
}
.cid-tTrtdCKZFn .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tTrtdDtT7w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTrtdDtT7w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrtdDtT7w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTrtdDtT7w .container {
    padding: 0;
  }
}
.cid-tTrtdDtT7w .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTrtdDtT7w .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTrtdDtT7w .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTrtdDtT7w .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTrtdDtT7w .mbr-section-title {
  color: #263652;
}
.cid-tTrtdDtT7w .mbr-text {
  color: #263652;
}
.cid-tTrtdE3LJ2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTrtdE3LJ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrtdE3LJ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTrtdE3LJ2 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTrtdE3LJ2 .container {
    padding: 0 12px;
  }
}
.cid-tTrtdE3LJ2 .row {
  justify-content: center;
}
.cid-tTrtdE3LJ2 .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTrtdE3LJ2 .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTrtdE3LJ2 .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTrtdE3LJ2 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTrtdE3LJ2 .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTrtdE3LJ2 .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTrtdE3LJ2 .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTrtdE3LJ2 .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTrtdE3LJ2 .mbr-section-title {
  color: #222222;
}
.cid-tTrtdE3LJ2 .mbr-text {
  color: #222222;
}
.cid-tTrvVy9Lu3 {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tTrvVy9Lu3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrvVy9Lu3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTrvVy9Lu3 .container {
    padding: 0;
  }
}
.cid-tTrvVy9Lu3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTrvVy9Lu3 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTrvVy9Lu3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTrvVy9Lu3 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTrvVy9Lu3 .mbr-section-title {
  color: #263652;
}
.cid-tTrvVy9Lu3 .mbr-text {
  color: #263652;
}
.cid-ukz2DEJ5Hl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukz2DEJ5Hl .image {
  position: relative;
  margin-bottom: 200px;
  height: 400px;
  background-image: url("../../../assets/images/conference28-1920.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ukz2DEJ5Hl .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-ukz2DEJ5Hl .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-ukz2DEJ5Hl .mbr-form {
  width: 100%;
}
.cid-ukz2DEJ5Hl .form-group {
  margin-bottom: 0;
}
.cid-ukz2DEJ5Hl .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-ukz2DEJ5Hl .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-ukz2DEJ5Hl .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2DEJ5Hl .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2DEJ5Hl .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2DEJ5Hl .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2DEJ5Hl .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-ukz2DEJ5Hl .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-ukz2DEJ5Hl .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ukz2DEJ5Hl .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-ukz2DEJ5Hl .mbr-text {
  margin-bottom: 10px;
}
.cid-ukz2DEJ5Hl .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-ukz2DEJ5Hl .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-ukz2DEJ5Hl .form__wrap {
    position: static;
  }
  .cid-ukz2DEJ5Hl .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-ukz2DEJ5Hl .subscribe__form {
    order: 1;
  }
  .cid-ukz2DEJ5Hl .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-ukz2DEJ5Hl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukz2DEJ5Hl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukz2DEJ5Hl LABEL {
  color: #a1a0a0;
}
.cid-tTvrIgFzUW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvrIgFzUW .mbr-text {
  color: #103178;
}
.cid-tTvrIgFzUW .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvrIgFzUW p {
  line-height: 2;
}
.cid-tTrtdG9RIn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tTrtdG9RIn .container {
  display: flex;
  justify-content: center;
}
.cid-tTrtdG9RIn .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tTrtdG9RIn .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTrtdG9RIn .text-container {
    margin-bottom: 20px;
  }
}
.cid-tTrtdG9RIn .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTrtdG9RIn .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTrtdG9RIn .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tTrtdG9RIn .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tTrtdG9RIn .dragArea {
    max-width: 505px;
  }
}
.cid-tTrtdG9RIn .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tTrtdG9RIn .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tTrtdG9RIn .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tTrtdG9RIn .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tTrtdG9RIn .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tTrtdG9RIn .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTrtdG9RIn .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-tTrtdG9RIn .form-control {
    height: 44px;
  }
}
.cid-tTrtdG9RIn .form-control:hover,
.cid-tTrtdG9RIn .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tTrtdG9RIn .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTrtdG9RIn .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTrtdG9RIn .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTrtdG9RIn .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTrtdG9RIn .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tTrtdGWBnN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTrtdGWBnN .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTrtdGWBnN .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tTrBYpCUsR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTrBYpCUsR .image {
  position: relative;
  margin-bottom: 200px;
  height: 800px;
  background-image: url("../../../assets/images/privated-1920x1080.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tTrBYpCUsR .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-tTrBYpCUsR .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-tTrBYpCUsR .mbr-form {
  width: 100%;
}
.cid-tTrBYpCUsR .form-group {
  margin-bottom: 0;
}
.cid-tTrBYpCUsR .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-tTrBYpCUsR .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-tTrBYpCUsR .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTrBYpCUsR .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTrBYpCUsR .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTrBYpCUsR .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTrBYpCUsR .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-tTrBYpCUsR .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-tTrBYpCUsR .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tTrBYpCUsR .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-tTrBYpCUsR .mbr-text {
  margin-bottom: 10px;
}
.cid-tTrBYpCUsR .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-tTrBYpCUsR .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-tTrBYpCUsR .form__wrap {
    position: static;
  }
  .cid-tTrBYpCUsR .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-tTrBYpCUsR .subscribe__form {
    order: 1;
  }
  .cid-tTrBYpCUsR .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-tTrBYpCUsR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrBYpCUsR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTrBYpCUsR LABEL {
  color: #a1a0a0;
}
.cid-tTrBYqOjDa .navbar-dropdown {
  position: relative !important;
}
.cid-tTrBYqOjDa .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-tTrBYqOjDa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTrBYqOjDa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTrBYqOjDa .dropdown-item:hover,
.cid-tTrBYqOjDa .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tTrBYqOjDa .dropdown-item:hover span {
  color: white;
}
.cid-tTrBYqOjDa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTrBYqOjDa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTrBYqOjDa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTrBYqOjDa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTrBYqOjDa .nav-link {
  position: relative;
}
.cid-tTrBYqOjDa .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTrBYqOjDa .container {
    flex-wrap: nowrap;
  }
}
.cid-tTrBYqOjDa .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTrBYqOjDa .dropdown-menu,
.cid-tTrBYqOjDa .navbar.opened {
  background: #ffffff !important;
}
.cid-tTrBYqOjDa .nav-item:focus,
.cid-tTrBYqOjDa .nav-link:focus {
  outline: none;
}
.cid-tTrBYqOjDa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTrBYqOjDa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTrBYqOjDa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTrBYqOjDa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTrBYqOjDa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTrBYqOjDa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTrBYqOjDa .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tTrBYqOjDa .navbar.opened {
  transition: all 0.3s;
}
.cid-tTrBYqOjDa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTrBYqOjDa .navbar .navbar-logo img {
  width: auto;
}
.cid-tTrBYqOjDa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTrBYqOjDa .navbar.collapsed {
  justify-content: center;
}
.cid-tTrBYqOjDa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTrBYqOjDa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTrBYqOjDa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTrBYqOjDa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTrBYqOjDa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTrBYqOjDa .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-tTrBYqOjDa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTrBYqOjDa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTrBYqOjDa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTrBYqOjDa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTrBYqOjDa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTrBYqOjDa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTrBYqOjDa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTrBYqOjDa .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-tTrBYqOjDa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTrBYqOjDa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTrBYqOjDa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTrBYqOjDa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTrBYqOjDa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTrBYqOjDa .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTrBYqOjDa .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTrBYqOjDa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTrBYqOjDa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTrBYqOjDa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTrBYqOjDa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTrBYqOjDa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTrBYqOjDa .dropdown-item.active,
.cid-tTrBYqOjDa .dropdown-item:active {
  background-color: transparent;
}
.cid-tTrBYqOjDa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTrBYqOjDa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTrBYqOjDa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTrBYqOjDa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTrBYqOjDa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTrBYqOjDa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTrBYqOjDa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTrBYqOjDa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTrBYqOjDa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTrBYqOjDa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTrBYqOjDa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTrBYqOjDa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTrBYqOjDa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTrBYqOjDa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTrBYqOjDa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTrBYqOjDa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTrBYqOjDa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTrBYqOjDa .navbar-dropdown {
  padding: 0;
}
.cid-tTrBYqOjDa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTrBYqOjDa .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-tTrBYqOjDa .navbar {
    height: 70px;
  }
  .cid-tTrBYqOjDa .navbar.opened {
    height: auto;
  }
  .cid-tTrBYqOjDa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTrBYqOjDa .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tTrBYqOjDa .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTrBYqOjDa .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tTrBYqOjDa .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tTrBYqOjDa .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tTrBYqOjDa .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tTrBYqOjDa .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tTrBYqOjDa .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tTrBYqOjDa .nav-item .nav-link {
  position: relative !important;
}
.cid-tTrBYqOjDa .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tTrBYqOjDa .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tTrBYqOjDa .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tTrBYqOjDa .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tTrBYqOjDa .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tTrBYqOjDa .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tTrBYqOjDa .tel-menu {
    display: none;
  }
}
.cid-tTrBYqOjDa .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tTrBYqOjDa .mbr-text {
    text-align: center !important;
  }
}
.cid-tTrBYqOjDa .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tTrBYqOjDa .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tTrBYqOjDa .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tTrBYqOjDa .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tTrBYqOjDa .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tTrBYqOjDa .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTrBYqOjDa .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tTrBYrxl4E {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTrBYrxl4E .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tTrBYrxl4E .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tTrBYrxl4E .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tTrBYrxl4E .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tTrBYrxl4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrBYrxl4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTrBYs6KgK {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTrBYs6KgK .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tTrBYs6KgK .mbr-section-title {
  color: #010d4c;
}
.cid-tTrBYs6KgK .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTrBYs6KgK .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-tTrBYs6KgK .card-title {
    margin-bottom: 18px;
  }
}
.cid-tTrBYs6KgK .card-title a {
  font-weight: 700;
}
.cid-tTrBYs6KgK .card-title a:hover {
  color: #ff7a41 !important;
}
.cid-tTrBYs6KgK .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tTrBYs6KgK .icon-box {
    margin-bottom: 20px;
  }
}
.cid-tTrBYs6KgK .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #ff7a41;
}
.cid-tTrBYs6KgK .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tTrBYs6KgK .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-tTrBYs6KgK .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-tTrBYs6KgK .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-tTrBYs6KgK .col-card {
  margin-top: 30px;
}
.cid-tTrBYs6KgK .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-tTrBYs6KgK .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-tTrBYs6KgK .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-tTrBYt5nY9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTrBYt5nY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrBYt5nY9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTrBYt5nY9 .container {
    padding: 0;
  }
}
.cid-tTrBYt5nY9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTrBYt5nY9 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTrBYt5nY9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTrBYt5nY9 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTrBYt5nY9 .mbr-section-title {
  color: #263652;
}
.cid-tTrBYt5nY9 .mbr-text {
  color: #263652;
}
.cid-tTrBYtEJLd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTrBYtEJLd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrBYtEJLd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTrBYtEJLd .container {
    padding: 0;
  }
}
.cid-tTrBYtEJLd .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTrBYtEJLd .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTrBYtEJLd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTrBYtEJLd .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTrBYtEJLd .mbr-section-title {
  color: #263652;
}
.cid-tTrBYtEJLd .mbr-text {
  color: #263652;
}
.cid-tTrBYuaxWq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTrBYuaxWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrBYuaxWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTrBYuaxWq .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTrBYuaxWq .container {
    padding: 0 12px;
  }
}
.cid-tTrBYuaxWq .row {
  justify-content: center;
}
.cid-tTrBYuaxWq .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTrBYuaxWq .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTrBYuaxWq .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTrBYuaxWq .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTrBYuaxWq .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTrBYuaxWq .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTrBYuaxWq .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTrBYuaxWq .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTrBYuaxWq .mbr-section-title {
  color: #222222;
}
.cid-tTrBYuaxWq .mbr-text {
  color: #222222;
}
.cid-tTrBYuHOEs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTrBYuHOEs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrBYuHOEs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTrBYuHOEs .row {
  justify-content: center;
}
.cid-tTrBYuHOEs .col-title {
  margin-bottom: 40px;
}
.cid-tTrBYuHOEs .mbr-section-title {
  color: #2B2B2B;
}
.cid-tTrBYuHOEs .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 12px;
}
.cid-tTrBYuHOEs .img-container {
  margin: 0 auto;
}
.cid-tTrBYuHOEs .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  height: 620px;
}
.cid-tTrBYuHOEs .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tTrBYvhdM7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTrBYvhdM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrBYvhdM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTrBYvhdM7 .container {
    padding: 0;
  }
}
.cid-tTrBYvhdM7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTrBYvhdM7 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTrBYvhdM7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTrBYvhdM7 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTrBYvhdM7 .mbr-section-title {
  color: #263652;
}
.cid-tTrBYvhdM7 .mbr-text {
  color: #263652;
}
.cid-tTrBYvS5Pc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTrBYvS5Pc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrBYvS5Pc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTrBYvS5Pc .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTrBYvS5Pc .container {
    padding: 0 12px;
  }
}
.cid-tTrBYvS5Pc .row {
  justify-content: center;
}
.cid-tTrBYvS5Pc .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTrBYvS5Pc .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTrBYvS5Pc .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTrBYvS5Pc .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTrBYvS5Pc .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTrBYvS5Pc .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTrBYvS5Pc .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTrBYvS5Pc .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTrBYvS5Pc .mbr-section-title {
  color: #222222;
}
.cid-tTrBYvS5Pc .mbr-text {
  color: #222222;
}
.cid-tTrBYwqhdd {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tTrBYwqhdd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrBYwqhdd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTrBYwqhdd .container {
    padding: 0;
  }
}
.cid-tTrBYwqhdd .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTrBYwqhdd .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTrBYwqhdd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTrBYwqhdd .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTrBYwqhdd .mbr-section-title {
  color: #263652;
}
.cid-tTrBYwqhdd .mbr-text {
  color: #263652;
}
.cid-ukz2IFM7C7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukz2IFM7C7 .image {
  position: relative;
  margin-bottom: 200px;
  height: 400px;
  background-image: url("../../../assets/images/conference28-1920.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ukz2IFM7C7 .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-ukz2IFM7C7 .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-ukz2IFM7C7 .mbr-form {
  width: 100%;
}
.cid-ukz2IFM7C7 .form-group {
  margin-bottom: 0;
}
.cid-ukz2IFM7C7 .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-ukz2IFM7C7 .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-ukz2IFM7C7 .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2IFM7C7 .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2IFM7C7 .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2IFM7C7 .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2IFM7C7 .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-ukz2IFM7C7 .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-ukz2IFM7C7 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ukz2IFM7C7 .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-ukz2IFM7C7 .mbr-text {
  margin-bottom: 10px;
}
.cid-ukz2IFM7C7 .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-ukz2IFM7C7 .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-ukz2IFM7C7 .form__wrap {
    position: static;
  }
  .cid-ukz2IFM7C7 .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-ukz2IFM7C7 .subscribe__form {
    order: 1;
  }
  .cid-ukz2IFM7C7 .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-ukz2IFM7C7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukz2IFM7C7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukz2IFM7C7 LABEL {
  color: #a1a0a0;
}
.cid-tTvrNTpki0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvrNTpki0 .mbr-text {
  color: #103178;
}
.cid-tTvrNTpki0 .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvrNTpki0 p {
  line-height: 2;
}
.cid-tTrBYxOSuJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tTrBYxOSuJ .container {
  display: flex;
  justify-content: center;
}
.cid-tTrBYxOSuJ .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tTrBYxOSuJ .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTrBYxOSuJ .text-container {
    margin-bottom: 20px;
  }
}
.cid-tTrBYxOSuJ .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTrBYxOSuJ .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTrBYxOSuJ .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tTrBYxOSuJ .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tTrBYxOSuJ .dragArea {
    max-width: 505px;
  }
}
.cid-tTrBYxOSuJ .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tTrBYxOSuJ .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tTrBYxOSuJ .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tTrBYxOSuJ .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tTrBYxOSuJ .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tTrBYxOSuJ .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTrBYxOSuJ .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-tTrBYxOSuJ .form-control {
    height: 44px;
  }
}
.cid-tTrBYxOSuJ .form-control:hover,
.cid-tTrBYxOSuJ .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tTrBYxOSuJ .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTrBYxOSuJ .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTrBYxOSuJ .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTrBYxOSuJ .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTrBYxOSuJ .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tTrBYywLSr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTrBYywLSr .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTrBYywLSr .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tTuvjQgOKg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTuvjQgOKg .image {
  position: relative;
  margin-bottom: 200px;
  height: 800px;
  background-image: url("../../../assets/images/ipo-2-1920x1080.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tTuvjQgOKg .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-tTuvjQgOKg .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-tTuvjQgOKg .mbr-form {
  width: 100%;
}
.cid-tTuvjQgOKg .form-group {
  margin-bottom: 0;
}
.cid-tTuvjQgOKg .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-tTuvjQgOKg .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-tTuvjQgOKg .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTuvjQgOKg .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTuvjQgOKg .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTuvjQgOKg .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTuvjQgOKg .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-tTuvjQgOKg .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-tTuvjQgOKg .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tTuvjQgOKg .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-tTuvjQgOKg .mbr-text {
  margin-bottom: 10px;
}
.cid-tTuvjQgOKg .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-tTuvjQgOKg .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-tTuvjQgOKg .form__wrap {
    position: static;
  }
  .cid-tTuvjQgOKg .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-tTuvjQgOKg .subscribe__form {
    order: 1;
  }
  .cid-tTuvjQgOKg .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-tTuvjQgOKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTuvjQgOKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTuvjQgOKg LABEL {
  color: #a1a0a0;
}
.cid-tTuvjRwbL4 .navbar-dropdown {
  position: relative !important;
}
.cid-tTuvjRwbL4 .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-tTuvjRwbL4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTuvjRwbL4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTuvjRwbL4 .dropdown-item:hover,
.cid-tTuvjRwbL4 .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tTuvjRwbL4 .dropdown-item:hover span {
  color: white;
}
.cid-tTuvjRwbL4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTuvjRwbL4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTuvjRwbL4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTuvjRwbL4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTuvjRwbL4 .nav-link {
  position: relative;
}
.cid-tTuvjRwbL4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTuvjRwbL4 .container {
    flex-wrap: nowrap;
  }
}
.cid-tTuvjRwbL4 .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTuvjRwbL4 .dropdown-menu,
.cid-tTuvjRwbL4 .navbar.opened {
  background: #ffffff !important;
}
.cid-tTuvjRwbL4 .nav-item:focus,
.cid-tTuvjRwbL4 .nav-link:focus {
  outline: none;
}
.cid-tTuvjRwbL4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTuvjRwbL4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTuvjRwbL4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTuvjRwbL4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTuvjRwbL4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTuvjRwbL4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTuvjRwbL4 .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tTuvjRwbL4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tTuvjRwbL4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTuvjRwbL4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tTuvjRwbL4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTuvjRwbL4 .navbar.collapsed {
  justify-content: center;
}
.cid-tTuvjRwbL4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTuvjRwbL4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTuvjRwbL4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTuvjRwbL4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTuvjRwbL4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTuvjRwbL4 .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-tTuvjRwbL4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTuvjRwbL4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTuvjRwbL4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTuvjRwbL4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTuvjRwbL4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTuvjRwbL4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTuvjRwbL4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTuvjRwbL4 .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-tTuvjRwbL4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTuvjRwbL4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTuvjRwbL4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTuvjRwbL4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTuvjRwbL4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTuvjRwbL4 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTuvjRwbL4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTuvjRwbL4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTuvjRwbL4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTuvjRwbL4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTuvjRwbL4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTuvjRwbL4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTuvjRwbL4 .dropdown-item.active,
.cid-tTuvjRwbL4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tTuvjRwbL4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTuvjRwbL4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTuvjRwbL4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTuvjRwbL4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTuvjRwbL4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTuvjRwbL4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTuvjRwbL4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTuvjRwbL4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTuvjRwbL4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTuvjRwbL4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTuvjRwbL4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTuvjRwbL4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTuvjRwbL4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTuvjRwbL4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTuvjRwbL4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTuvjRwbL4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTuvjRwbL4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTuvjRwbL4 .navbar-dropdown {
  padding: 0;
}
.cid-tTuvjRwbL4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTuvjRwbL4 .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-tTuvjRwbL4 .navbar {
    height: 70px;
  }
  .cid-tTuvjRwbL4 .navbar.opened {
    height: auto;
  }
  .cid-tTuvjRwbL4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTuvjRwbL4 .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tTuvjRwbL4 .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTuvjRwbL4 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tTuvjRwbL4 .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tTuvjRwbL4 .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tTuvjRwbL4 .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tTuvjRwbL4 .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tTuvjRwbL4 .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tTuvjRwbL4 .nav-item .nav-link {
  position: relative !important;
}
.cid-tTuvjRwbL4 .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tTuvjRwbL4 .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tTuvjRwbL4 .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tTuvjRwbL4 .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tTuvjRwbL4 .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tTuvjRwbL4 .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tTuvjRwbL4 .tel-menu {
    display: none;
  }
}
.cid-tTuvjRwbL4 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tTuvjRwbL4 .mbr-text {
    text-align: center !important;
  }
}
.cid-tTuvjRwbL4 .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tTuvjRwbL4 .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tTuvjRwbL4 .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tTuvjRwbL4 .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tTuvjRwbL4 .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tTuvjRwbL4 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTuvjRwbL4 .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tTuvjSedFG {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTuvjSedFG .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tTuvjSedFG .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tTuvjSedFG .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tTuvjSedFG .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tTuvjSedFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTuvjSedFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTuvjSTzGW {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTuvjSTzGW .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tTuvjSTzGW .mbr-section-title {
  color: #010d4c;
}
.cid-tTuvjSTzGW .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTuvjSTzGW .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-tTuvjSTzGW .card-title {
    margin-bottom: 18px;
  }
}
.cid-tTuvjSTzGW .card-title a {
  font-weight: 700;
}
.cid-tTuvjSTzGW .card-title a:hover {
  color: #ff7a41 !important;
}
.cid-tTuvjSTzGW .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tTuvjSTzGW .icon-box {
    margin-bottom: 20px;
  }
}
.cid-tTuvjSTzGW .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #ff7a41;
}
.cid-tTuvjSTzGW .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tTuvjSTzGW .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-tTuvjSTzGW .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-tTuvjSTzGW .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-tTuvjSTzGW .col-card {
  margin-top: 30px;
}
.cid-tTuvjSTzGW .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-tTuvjSTzGW .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-tTuvjSTzGW .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-tTuvjTQhqb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTuvjTQhqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTuvjTQhqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTuvjTQhqb .container {
    padding: 0;
  }
}
.cid-tTuvjTQhqb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTuvjTQhqb .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTuvjTQhqb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTuvjTQhqb .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTuvjTQhqb .mbr-section-title {
  color: #263652;
}
.cid-tTuvjTQhqb .mbr-text {
  color: #263652;
}
.cid-tTuvjUo4dV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTuvjUo4dV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTuvjUo4dV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTuvjUo4dV .container {
    padding: 0;
  }
}
.cid-tTuvjUo4dV .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTuvjUo4dV .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTuvjUo4dV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTuvjUo4dV .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTuvjUo4dV .mbr-section-title {
  color: #263652;
}
.cid-tTuvjUo4dV .mbr-text {
  color: #263652;
}
.cid-tTuvjV0xMC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTuvjV0xMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTuvjV0xMC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTuvjV0xMC .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTuvjV0xMC .container {
    padding: 0 12px;
  }
}
.cid-tTuvjV0xMC .row {
  justify-content: center;
}
.cid-tTuvjV0xMC .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTuvjV0xMC .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTuvjV0xMC .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTuvjV0xMC .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTuvjV0xMC .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTuvjV0xMC .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTuvjV0xMC .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTuvjV0xMC .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTuvjV0xMC .mbr-section-title {
  color: #222222;
}
.cid-tTuvjV0xMC .mbr-text {
  color: #222222;
}
.cid-tTuvjVzJx0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTuvjVzJx0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTuvjVzJx0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTuvjVzJx0 .row {
  justify-content: center;
}
.cid-tTuvjVzJx0 .col-title {
  margin-bottom: 40px;
}
.cid-tTuvjVzJx0 .mbr-section-title {
  color: #2B2B2B;
}
.cid-tTuvjVzJx0 .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 12px;
}
.cid-tTuvjVzJx0 .img-container {
  margin: 0 auto;
}
.cid-tTuvjVzJx0 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  height: 620px;
}
.cid-tTuvjVzJx0 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tTuvjW9pXG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTuvjW9pXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTuvjW9pXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTuvjW9pXG .container {
    padding: 0;
  }
}
.cid-tTuvjW9pXG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTuvjW9pXG .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTuvjW9pXG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTuvjW9pXG .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTuvjW9pXG .mbr-section-title {
  color: #263652;
}
.cid-tTuvjW9pXG .mbr-text {
  color: #263652;
}
.cid-ukz2O5LrZz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukz2O5LrZz .image {
  position: relative;
  margin-bottom: 200px;
  height: 400px;
  background-image: url("../../../assets/images/conference28-1920.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ukz2O5LrZz .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-ukz2O5LrZz .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-ukz2O5LrZz .mbr-form {
  width: 100%;
}
.cid-ukz2O5LrZz .form-group {
  margin-bottom: 0;
}
.cid-ukz2O5LrZz .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-ukz2O5LrZz .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-ukz2O5LrZz .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2O5LrZz .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2O5LrZz .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2O5LrZz .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2O5LrZz .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-ukz2O5LrZz .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-ukz2O5LrZz .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ukz2O5LrZz .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-ukz2O5LrZz .mbr-text {
  margin-bottom: 10px;
}
.cid-ukz2O5LrZz .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-ukz2O5LrZz .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-ukz2O5LrZz .form__wrap {
    position: static;
  }
  .cid-ukz2O5LrZz .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-ukz2O5LrZz .subscribe__form {
    order: 1;
  }
  .cid-ukz2O5LrZz .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-ukz2O5LrZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukz2O5LrZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukz2O5LrZz LABEL {
  color: #a1a0a0;
}
.cid-tTvrTD0pFb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvrTD0pFb .mbr-text {
  color: #103178;
}
.cid-tTvrTD0pFb .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvrTD0pFb p {
  line-height: 2;
}
.cid-tTuvjYRJWR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tTuvjYRJWR .container {
  display: flex;
  justify-content: center;
}
.cid-tTuvjYRJWR .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tTuvjYRJWR .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTuvjYRJWR .text-container {
    margin-bottom: 20px;
  }
}
.cid-tTuvjYRJWR .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTuvjYRJWR .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTuvjYRJWR .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tTuvjYRJWR .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tTuvjYRJWR .dragArea {
    max-width: 505px;
  }
}
.cid-tTuvjYRJWR .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tTuvjYRJWR .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tTuvjYRJWR .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tTuvjYRJWR .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tTuvjYRJWR .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tTuvjYRJWR .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTuvjYRJWR .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-tTuvjYRJWR .form-control {
    height: 44px;
  }
}
.cid-tTuvjYRJWR .form-control:hover,
.cid-tTuvjYRJWR .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tTuvjYRJWR .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTuvjYRJWR .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTuvjYRJWR .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTuvjYRJWR .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTuvjYRJWR .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tTuvjZUOMX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTuvjZUOMX .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTuvjZUOMX .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tTuIic0MPo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/ipmrint-1920x1080.jpg");
}
.cid-tTuIic0MPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTuIic0MPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTuIic0MPo .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTuIic0MPo .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tTuIic0MPo .container {
    padding: 0;
  }
}
.cid-tTuIic0MPo .row {
  margin: 0;
}
.cid-tTuIic0MPo .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-tTuIic0MPo .title-wrapper {
    padding: 90px 4px;
  }
}
@media (max-width: 768px) {
  .cid-tTuIic0MPo .title-wrapper {
    padding: 30px 4px;
  }
}
.cid-tTuIic0MPo .title-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  letter-spacing: 3.4px;
}
.cid-tTuIic0MPo .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tTuIic0MPo .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-tTuIic0MPo .mbr-section-subtitle {
  color: #ff7a41;
  text-align: center;
}
.cid-tTuIic0MPo .mbr-section-title {
  color: #ffffff;
}
.cid-tTuIic0MPo .mbr-section-title,
.cid-tTuIic0MPo .mbr-section-btn {
  text-align: center;
  color: #010d4c;
}
.cid-tTuHMoaoi5 .navbar-dropdown {
  position: relative !important;
}
.cid-tTuHMoaoi5 .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-tTuHMoaoi5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTuHMoaoi5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTuHMoaoi5 .dropdown-item:hover,
.cid-tTuHMoaoi5 .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tTuHMoaoi5 .dropdown-item:hover span {
  color: white;
}
.cid-tTuHMoaoi5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTuHMoaoi5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTuHMoaoi5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTuHMoaoi5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTuHMoaoi5 .nav-link {
  position: relative;
}
.cid-tTuHMoaoi5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTuHMoaoi5 .container {
    flex-wrap: nowrap;
  }
}
.cid-tTuHMoaoi5 .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTuHMoaoi5 .dropdown-menu,
.cid-tTuHMoaoi5 .navbar.opened {
  background: #ffffff !important;
}
.cid-tTuHMoaoi5 .nav-item:focus,
.cid-tTuHMoaoi5 .nav-link:focus {
  outline: none;
}
.cid-tTuHMoaoi5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTuHMoaoi5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTuHMoaoi5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTuHMoaoi5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTuHMoaoi5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTuHMoaoi5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTuHMoaoi5 .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tTuHMoaoi5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tTuHMoaoi5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTuHMoaoi5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tTuHMoaoi5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTuHMoaoi5 .navbar.collapsed {
  justify-content: center;
}
.cid-tTuHMoaoi5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTuHMoaoi5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTuHMoaoi5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTuHMoaoi5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTuHMoaoi5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTuHMoaoi5 .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-tTuHMoaoi5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTuHMoaoi5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTuHMoaoi5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTuHMoaoi5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTuHMoaoi5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTuHMoaoi5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTuHMoaoi5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTuHMoaoi5 .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-tTuHMoaoi5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTuHMoaoi5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTuHMoaoi5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTuHMoaoi5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTuHMoaoi5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTuHMoaoi5 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTuHMoaoi5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTuHMoaoi5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTuHMoaoi5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTuHMoaoi5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTuHMoaoi5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTuHMoaoi5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTuHMoaoi5 .dropdown-item.active,
.cid-tTuHMoaoi5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tTuHMoaoi5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTuHMoaoi5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTuHMoaoi5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTuHMoaoi5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTuHMoaoi5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTuHMoaoi5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTuHMoaoi5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTuHMoaoi5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTuHMoaoi5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTuHMoaoi5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTuHMoaoi5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTuHMoaoi5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTuHMoaoi5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTuHMoaoi5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTuHMoaoi5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTuHMoaoi5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTuHMoaoi5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTuHMoaoi5 .navbar-dropdown {
  padding: 0;
}
.cid-tTuHMoaoi5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTuHMoaoi5 .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-tTuHMoaoi5 .navbar {
    height: 70px;
  }
  .cid-tTuHMoaoi5 .navbar.opened {
    height: auto;
  }
  .cid-tTuHMoaoi5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTuHMoaoi5 .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tTuHMoaoi5 .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTuHMoaoi5 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tTuHMoaoi5 .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tTuHMoaoi5 .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tTuHMoaoi5 .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tTuHMoaoi5 .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tTuHMoaoi5 .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tTuHMoaoi5 .nav-item .nav-link {
  position: relative !important;
}
.cid-tTuHMoaoi5 .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tTuHMoaoi5 .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tTuHMoaoi5 .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tTuHMoaoi5 .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tTuHMoaoi5 .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tTuHMoaoi5 .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tTuHMoaoi5 .tel-menu {
    display: none;
  }
}
.cid-tTuHMoaoi5 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tTuHMoaoi5 .mbr-text {
    text-align: center !important;
  }
}
.cid-tTuHMoaoi5 .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tTuHMoaoi5 .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tTuHMoaoi5 .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tTuHMoaoi5 .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tTuHMoaoi5 .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tTuHMoaoi5 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTuHMoaoi5 .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tTuKAaNMUO {
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tTuKAaNMUO .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tTuKAaNMUO .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-tTuKAaNMUO H1 {
  text-align: left;
  color: #010d4c;
}
.cid-tTuKAaNMUO H3 {
  text-align: left;
  color: #2c1616;
}
.cid-tTuKAaNMUO .mbr-text,
.cid-tTuKAaNMUO .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tTvsvlEzit {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvsvlEzit .mbr-text {
  color: #103178;
}
.cid-tTvsvlEzit .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvsvlEzit p {
  line-height: 2;
}
.cid-tTuHMvjKNJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tTuHMvjKNJ .container {
  display: flex;
  justify-content: center;
}
.cid-tTuHMvjKNJ .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tTuHMvjKNJ .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTuHMvjKNJ .text-container {
    margin-bottom: 20px;
  }
}
.cid-tTuHMvjKNJ .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTuHMvjKNJ .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTuHMvjKNJ .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tTuHMvjKNJ .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tTuHMvjKNJ .dragArea {
    max-width: 505px;
  }
}
.cid-tTuHMvjKNJ .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tTuHMvjKNJ .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tTuHMvjKNJ .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tTuHMvjKNJ .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tTuHMvjKNJ .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tTuHMvjKNJ .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTuHMvjKNJ .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-tTuHMvjKNJ .form-control {
    height: 44px;
  }
}
.cid-tTuHMvjKNJ .form-control:hover,
.cid-tTuHMvjKNJ .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tTuHMvjKNJ .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTuHMvjKNJ .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTuHMvjKNJ .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTuHMvjKNJ .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTuHMvjKNJ .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tTuHMvWRY6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTuHMvWRY6 .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTuHMvWRY6 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tTuNCnQtAQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/datenschutzdsvgo-1920x1080.jpg");
}
.cid-tTuNCnQtAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTuNCnQtAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTuNCnQtAQ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTuNCnQtAQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tTuNCnQtAQ .container {
    padding: 0;
  }
}
.cid-tTuNCnQtAQ .row {
  margin: 0;
}
.cid-tTuNCnQtAQ .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-tTuNCnQtAQ .title-wrapper {
    padding: 90px 4px;
  }
}
@media (max-width: 768px) {
  .cid-tTuNCnQtAQ .title-wrapper {
    padding: 30px 4px;
  }
}
.cid-tTuNCnQtAQ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  letter-spacing: 3.4px;
}
.cid-tTuNCnQtAQ .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tTuNCnQtAQ .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-tTuNCnQtAQ .mbr-section-subtitle {
  color: #ff7a41;
  text-align: center;
}
.cid-tTuNCnQtAQ .mbr-section-title {
  color: #ffffff;
}
.cid-tTuNCnQtAQ .mbr-section-title,
.cid-tTuNCnQtAQ .mbr-section-btn {
  text-align: center;
  color: #010d4c;
}
.cid-tTuNCovNlU .navbar-dropdown {
  position: relative !important;
}
.cid-tTuNCovNlU .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-tTuNCovNlU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTuNCovNlU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTuNCovNlU .dropdown-item:hover,
.cid-tTuNCovNlU .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tTuNCovNlU .dropdown-item:hover span {
  color: white;
}
.cid-tTuNCovNlU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTuNCovNlU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTuNCovNlU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTuNCovNlU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTuNCovNlU .nav-link {
  position: relative;
}
.cid-tTuNCovNlU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTuNCovNlU .container {
    flex-wrap: nowrap;
  }
}
.cid-tTuNCovNlU .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTuNCovNlU .dropdown-menu,
.cid-tTuNCovNlU .navbar.opened {
  background: #ffffff !important;
}
.cid-tTuNCovNlU .nav-item:focus,
.cid-tTuNCovNlU .nav-link:focus {
  outline: none;
}
.cid-tTuNCovNlU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTuNCovNlU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTuNCovNlU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTuNCovNlU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTuNCovNlU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTuNCovNlU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTuNCovNlU .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tTuNCovNlU .navbar.opened {
  transition: all 0.3s;
}
.cid-tTuNCovNlU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTuNCovNlU .navbar .navbar-logo img {
  width: auto;
}
.cid-tTuNCovNlU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTuNCovNlU .navbar.collapsed {
  justify-content: center;
}
.cid-tTuNCovNlU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTuNCovNlU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTuNCovNlU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTuNCovNlU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTuNCovNlU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTuNCovNlU .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-tTuNCovNlU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTuNCovNlU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTuNCovNlU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTuNCovNlU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTuNCovNlU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTuNCovNlU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTuNCovNlU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTuNCovNlU .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-tTuNCovNlU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTuNCovNlU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTuNCovNlU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTuNCovNlU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTuNCovNlU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTuNCovNlU .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTuNCovNlU .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTuNCovNlU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTuNCovNlU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTuNCovNlU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTuNCovNlU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTuNCovNlU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTuNCovNlU .dropdown-item.active,
.cid-tTuNCovNlU .dropdown-item:active {
  background-color: transparent;
}
.cid-tTuNCovNlU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTuNCovNlU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTuNCovNlU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTuNCovNlU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTuNCovNlU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTuNCovNlU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTuNCovNlU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTuNCovNlU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTuNCovNlU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTuNCovNlU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTuNCovNlU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTuNCovNlU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTuNCovNlU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTuNCovNlU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTuNCovNlU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTuNCovNlU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTuNCovNlU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTuNCovNlU .navbar-dropdown {
  padding: 0;
}
.cid-tTuNCovNlU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTuNCovNlU .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-tTuNCovNlU .navbar {
    height: 70px;
  }
  .cid-tTuNCovNlU .navbar.opened {
    height: auto;
  }
  .cid-tTuNCovNlU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTuNCovNlU .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tTuNCovNlU .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTuNCovNlU .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tTuNCovNlU .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tTuNCovNlU .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tTuNCovNlU .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tTuNCovNlU .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tTuNCovNlU .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tTuNCovNlU .nav-item .nav-link {
  position: relative !important;
}
.cid-tTuNCovNlU .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tTuNCovNlU .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tTuNCovNlU .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tTuNCovNlU .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tTuNCovNlU .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tTuNCovNlU .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tTuNCovNlU .tel-menu {
    display: none;
  }
}
.cid-tTuNCovNlU .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tTuNCovNlU .mbr-text {
    text-align: center !important;
  }
}
.cid-tTuNCovNlU .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tTuNCovNlU .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tTuNCovNlU .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tTuNCovNlU .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tTuNCovNlU .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tTuNCovNlU .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTuNCovNlU .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tTuNUSIEth {
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tTuNUSIEth .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tTuNUSIEth .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-tTuNUSIEth H1 {
  text-align: left;
  color: #010d4c;
}
.cid-tTuNUSIEth H3 {
  text-align: left;
  color: #2c1616;
}
.cid-tTuNUSIEth .mbr-text,
.cid-tTuNUSIEth .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tTvsqN5qjU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvsqN5qjU .mbr-text {
  color: #103178;
}
.cid-tTvsqN5qjU .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvsqN5qjU p {
  line-height: 2;
}
.cid-tTuNCq9Mjm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tTuNCq9Mjm .container {
  display: flex;
  justify-content: center;
}
.cid-tTuNCq9Mjm .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tTuNCq9Mjm .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTuNCq9Mjm .text-container {
    margin-bottom: 20px;
  }
}
.cid-tTuNCq9Mjm .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTuNCq9Mjm .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTuNCq9Mjm .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tTuNCq9Mjm .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tTuNCq9Mjm .dragArea {
    max-width: 505px;
  }
}
.cid-tTuNCq9Mjm .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tTuNCq9Mjm .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tTuNCq9Mjm .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tTuNCq9Mjm .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tTuNCq9Mjm .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tTuNCq9Mjm .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTuNCq9Mjm .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-tTuNCq9Mjm .form-control {
    height: 44px;
  }
}
.cid-tTuNCq9Mjm .form-control:hover,
.cid-tTuNCq9Mjm .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tTuNCq9Mjm .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTuNCq9Mjm .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTuNCq9Mjm .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTuNCq9Mjm .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTuNCq9Mjm .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tTuNCqJrM1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTuNCqJrM1 .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTuNCqJrM1 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tTuPVHjw1R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/agb-1920x1080.jpg");
}
.cid-tTuPVHjw1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTuPVHjw1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTuPVHjw1R .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTuPVHjw1R .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tTuPVHjw1R .container {
    padding: 0;
  }
}
.cid-tTuPVHjw1R .row {
  margin: 0;
}
.cid-tTuPVHjw1R .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-tTuPVHjw1R .title-wrapper {
    padding: 90px 4px;
  }
}
@media (max-width: 768px) {
  .cid-tTuPVHjw1R .title-wrapper {
    padding: 30px 4px;
  }
}
.cid-tTuPVHjw1R .title-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  letter-spacing: 3.4px;
}
.cid-tTuPVHjw1R .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tTuPVHjw1R .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-tTuPVHjw1R .mbr-section-subtitle {
  color: #ff7a41;
  text-align: center;
}
.cid-tTuPVHjw1R .mbr-section-title {
  color: #ffffff;
}
.cid-tTuPVHjw1R .mbr-section-title,
.cid-tTuPVHjw1R .mbr-section-btn {
  text-align: center;
  color: #010d4c;
}
.cid-tTuPVHQNkC .navbar-dropdown {
  position: relative !important;
}
.cid-tTuPVHQNkC .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-tTuPVHQNkC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTuPVHQNkC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTuPVHQNkC .dropdown-item:hover,
.cid-tTuPVHQNkC .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tTuPVHQNkC .dropdown-item:hover span {
  color: white;
}
.cid-tTuPVHQNkC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTuPVHQNkC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTuPVHQNkC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTuPVHQNkC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTuPVHQNkC .nav-link {
  position: relative;
}
.cid-tTuPVHQNkC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTuPVHQNkC .container {
    flex-wrap: nowrap;
  }
}
.cid-tTuPVHQNkC .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTuPVHQNkC .dropdown-menu,
.cid-tTuPVHQNkC .navbar.opened {
  background: #ffffff !important;
}
.cid-tTuPVHQNkC .nav-item:focus,
.cid-tTuPVHQNkC .nav-link:focus {
  outline: none;
}
.cid-tTuPVHQNkC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTuPVHQNkC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTuPVHQNkC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTuPVHQNkC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTuPVHQNkC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTuPVHQNkC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTuPVHQNkC .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tTuPVHQNkC .navbar.opened {
  transition: all 0.3s;
}
.cid-tTuPVHQNkC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTuPVHQNkC .navbar .navbar-logo img {
  width: auto;
}
.cid-tTuPVHQNkC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTuPVHQNkC .navbar.collapsed {
  justify-content: center;
}
.cid-tTuPVHQNkC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTuPVHQNkC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTuPVHQNkC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTuPVHQNkC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTuPVHQNkC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTuPVHQNkC .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-tTuPVHQNkC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTuPVHQNkC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTuPVHQNkC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTuPVHQNkC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTuPVHQNkC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTuPVHQNkC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTuPVHQNkC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTuPVHQNkC .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-tTuPVHQNkC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTuPVHQNkC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTuPVHQNkC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTuPVHQNkC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTuPVHQNkC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTuPVHQNkC .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTuPVHQNkC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTuPVHQNkC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTuPVHQNkC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTuPVHQNkC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTuPVHQNkC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTuPVHQNkC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTuPVHQNkC .dropdown-item.active,
.cid-tTuPVHQNkC .dropdown-item:active {
  background-color: transparent;
}
.cid-tTuPVHQNkC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTuPVHQNkC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTuPVHQNkC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTuPVHQNkC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTuPVHQNkC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTuPVHQNkC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTuPVHQNkC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTuPVHQNkC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTuPVHQNkC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTuPVHQNkC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTuPVHQNkC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTuPVHQNkC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTuPVHQNkC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTuPVHQNkC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTuPVHQNkC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTuPVHQNkC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTuPVHQNkC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTuPVHQNkC .navbar-dropdown {
  padding: 0;
}
.cid-tTuPVHQNkC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTuPVHQNkC .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-tTuPVHQNkC .navbar {
    height: 70px;
  }
  .cid-tTuPVHQNkC .navbar.opened {
    height: auto;
  }
  .cid-tTuPVHQNkC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTuPVHQNkC .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tTuPVHQNkC .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTuPVHQNkC .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tTuPVHQNkC .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tTuPVHQNkC .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tTuPVHQNkC .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tTuPVHQNkC .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tTuPVHQNkC .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tTuPVHQNkC .nav-item .nav-link {
  position: relative !important;
}
.cid-tTuPVHQNkC .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tTuPVHQNkC .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tTuPVHQNkC .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tTuPVHQNkC .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tTuPVHQNkC .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tTuPVHQNkC .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tTuPVHQNkC .tel-menu {
    display: none;
  }
}
.cid-tTuPVHQNkC .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tTuPVHQNkC .mbr-text {
    text-align: center !important;
  }
}
.cid-tTuPVHQNkC .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tTuPVHQNkC .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tTuPVHQNkC .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tTuPVHQNkC .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tTuPVHQNkC .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tTuPVHQNkC .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTuPVHQNkC .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tTuPVIwYIN {
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tTuPVIwYIN .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tTuPVIwYIN .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-tTuPVIwYIN H1 {
  text-align: left;
  color: #010d4c;
}
.cid-tTuPVIwYIN H3 {
  text-align: left;
  color: #2c1616;
}
.cid-tTuPVIwYIN .mbr-text,
.cid-tTuPVIwYIN .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tTvslJ8kXK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvslJ8kXK .mbr-text {
  color: #103178;
}
.cid-tTvslJ8kXK .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvslJ8kXK p {
  line-height: 2;
}
.cid-tTuPVK8Di5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tTuPVK8Di5 .container {
  display: flex;
  justify-content: center;
}
.cid-tTuPVK8Di5 .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tTuPVK8Di5 .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTuPVK8Di5 .text-container {
    margin-bottom: 20px;
  }
}
.cid-tTuPVK8Di5 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTuPVK8Di5 .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTuPVK8Di5 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tTuPVK8Di5 .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tTuPVK8Di5 .dragArea {
    max-width: 505px;
  }
}
.cid-tTuPVK8Di5 .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tTuPVK8Di5 .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tTuPVK8Di5 .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tTuPVK8Di5 .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tTuPVK8Di5 .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tTuPVK8Di5 .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTuPVK8Di5 .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-tTuPVK8Di5 .form-control {
    height: 44px;
  }
}
.cid-tTuPVK8Di5 .form-control:hover,
.cid-tTuPVK8Di5 .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tTuPVK8Di5 .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTuPVK8Di5 .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTuPVK8Di5 .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTuPVK8Di5 .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTuPVK8Di5 .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tTuPVKZ3mc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTuPVKZ3mc .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTuPVKZ3mc .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tTre4cbr8w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTre4cbr8w .image {
  position: relative;
  margin-bottom: 200px;
  height: 800px;
  background-image: url("../../../assets/images/pfelgeimmobilien-1920x1080.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tTre4cbr8w .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-tTre4cbr8w .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-tTre4cbr8w .mbr-form {
  width: 100%;
}
.cid-tTre4cbr8w .form-group {
  margin-bottom: 0;
}
.cid-tTre4cbr8w .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-tTre4cbr8w .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-tTre4cbr8w .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTre4cbr8w .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTre4cbr8w .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTre4cbr8w .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-tTre4cbr8w .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-tTre4cbr8w .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-tTre4cbr8w .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tTre4cbr8w .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-tTre4cbr8w .mbr-text {
  margin-bottom: 10px;
}
.cid-tTre4cbr8w .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-tTre4cbr8w .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-tTre4cbr8w .form__wrap {
    position: static;
  }
  .cid-tTre4cbr8w .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-tTre4cbr8w .subscribe__form {
    order: 1;
  }
  .cid-tTre4cbr8w .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-tTre4cbr8w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTre4cbr8w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTre4cbr8w LABEL {
  color: #a1a0a0;
}
.cid-tTre4dIC61 .navbar-dropdown {
  position: relative !important;
}
.cid-tTre4dIC61 .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-tTre4dIC61 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTre4dIC61 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTre4dIC61 .dropdown-item:hover,
.cid-tTre4dIC61 .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tTre4dIC61 .dropdown-item:hover span {
  color: white;
}
.cid-tTre4dIC61 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTre4dIC61 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTre4dIC61 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTre4dIC61 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTre4dIC61 .nav-link {
  position: relative;
}
.cid-tTre4dIC61 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTre4dIC61 .container {
    flex-wrap: nowrap;
  }
}
.cid-tTre4dIC61 .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTre4dIC61 .dropdown-menu,
.cid-tTre4dIC61 .navbar.opened {
  background: #ffffff !important;
}
.cid-tTre4dIC61 .nav-item:focus,
.cid-tTre4dIC61 .nav-link:focus {
  outline: none;
}
.cid-tTre4dIC61 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTre4dIC61 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTre4dIC61 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTre4dIC61 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTre4dIC61 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTre4dIC61 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTre4dIC61 .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tTre4dIC61 .navbar.opened {
  transition: all 0.3s;
}
.cid-tTre4dIC61 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTre4dIC61 .navbar .navbar-logo img {
  width: auto;
}
.cid-tTre4dIC61 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTre4dIC61 .navbar.collapsed {
  justify-content: center;
}
.cid-tTre4dIC61 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTre4dIC61 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTre4dIC61 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTre4dIC61 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTre4dIC61 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTre4dIC61 .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-tTre4dIC61 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTre4dIC61 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTre4dIC61 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTre4dIC61 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTre4dIC61 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTre4dIC61 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTre4dIC61 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTre4dIC61 .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-tTre4dIC61 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTre4dIC61 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTre4dIC61 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTre4dIC61 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTre4dIC61 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTre4dIC61 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTre4dIC61 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTre4dIC61 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTre4dIC61 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTre4dIC61 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTre4dIC61 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTre4dIC61 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTre4dIC61 .dropdown-item.active,
.cid-tTre4dIC61 .dropdown-item:active {
  background-color: transparent;
}
.cid-tTre4dIC61 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTre4dIC61 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTre4dIC61 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTre4dIC61 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTre4dIC61 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTre4dIC61 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTre4dIC61 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTre4dIC61 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTre4dIC61 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTre4dIC61 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTre4dIC61 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTre4dIC61 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTre4dIC61 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTre4dIC61 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTre4dIC61 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTre4dIC61 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTre4dIC61 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTre4dIC61 .navbar-dropdown {
  padding: 0;
}
.cid-tTre4dIC61 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTre4dIC61 .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-tTre4dIC61 .navbar {
    height: 70px;
  }
  .cid-tTre4dIC61 .navbar.opened {
    height: auto;
  }
  .cid-tTre4dIC61 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTre4dIC61 .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tTre4dIC61 .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTre4dIC61 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tTre4dIC61 .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tTre4dIC61 .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tTre4dIC61 .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tTre4dIC61 .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tTre4dIC61 .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tTre4dIC61 .nav-item .nav-link {
  position: relative !important;
}
.cid-tTre4dIC61 .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tTre4dIC61 .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tTre4dIC61 .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tTre4dIC61 .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tTre4dIC61 .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tTre4dIC61 .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tTre4dIC61 .tel-menu {
    display: none;
  }
}
.cid-tTre4dIC61 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tTre4dIC61 .mbr-text {
    text-align: center !important;
  }
}
.cid-tTre4dIC61 .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tTre4dIC61 .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tTre4dIC61 .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tTre4dIC61 .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tTre4dIC61 .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tTre4dIC61 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTre4dIC61 .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tTre4eD7LV {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTre4eD7LV .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tTre4eD7LV .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tTre4eD7LV .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tTre4eD7LV .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tTre4eD7LV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTre4eD7LV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTre4fsQu6 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTre4fsQu6 .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tTre4fsQu6 .mbr-section-title {
  color: #010d4c;
}
.cid-tTre4fsQu6 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTre4fsQu6 .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-tTre4fsQu6 .card-title {
    margin-bottom: 18px;
  }
}
.cid-tTre4fsQu6 .card-title a {
  font-weight: 700;
}
.cid-tTre4fsQu6 .card-title a:hover {
  color: #ff7a41 !important;
}
.cid-tTre4fsQu6 .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tTre4fsQu6 .icon-box {
    margin-bottom: 20px;
  }
}
.cid-tTre4fsQu6 .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #ff7a41;
}
.cid-tTre4fsQu6 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tTre4fsQu6 .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-tTre4fsQu6 .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-tTre4fsQu6 .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-tTre4fsQu6 .col-card {
  margin-top: 30px;
}
.cid-tTre4fsQu6 .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-tTre4fsQu6 .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-tTre4fsQu6 .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-tTre4ggDS5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTre4ggDS5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTre4ggDS5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTre4ggDS5 .container {
    padding: 0;
  }
}
.cid-tTre4ggDS5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTre4ggDS5 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTre4ggDS5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTre4ggDS5 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTre4ggDS5 .mbr-section-title {
  color: #263652;
}
.cid-tTre4ggDS5 .mbr-text {
  color: #263652;
}
.cid-tTre4gSXPp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTre4gSXPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTre4gSXPp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTre4gSXPp .container {
    padding: 0;
  }
}
.cid-tTre4gSXPp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTre4gSXPp .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTre4gSXPp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTre4gSXPp .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTre4gSXPp .mbr-section-title {
  color: #263652;
}
.cid-tTre4gSXPp .mbr-text {
  color: #263652;
}
.cid-tTre4hwf5M {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTre4hwf5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTre4hwf5M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTre4hwf5M .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTre4hwf5M .container {
    padding: 0 12px;
  }
}
.cid-tTre4hwf5M .row {
  justify-content: center;
}
.cid-tTre4hwf5M .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTre4hwf5M .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTre4hwf5M .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTre4hwf5M .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTre4hwf5M .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTre4hwf5M .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTre4hwf5M .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTre4hwf5M .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTre4hwf5M .mbr-section-title {
  color: #222222;
}
.cid-tTre4hwf5M .mbr-text {
  color: #222222;
}
.cid-tTre4ibYil {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTre4ibYil .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTre4ibYil .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTre4ibYil .row {
  justify-content: center;
}
.cid-tTre4ibYil .col-title {
  margin-bottom: 40px;
}
.cid-tTre4ibYil .mbr-section-title {
  color: #2B2B2B;
}
.cid-tTre4ibYil .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 12px;
}
.cid-tTre4ibYil .img-container {
  margin: 0 auto;
}
.cid-tTre4ibYil .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  height: 620px;
}
.cid-tTre4ibYil .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tTre4kbmTd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTre4kbmTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTre4kbmTd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTre4kbmTd .container {
    padding: 0;
  }
}
.cid-tTre4kbmTd .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTre4kbmTd .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tTre4kbmTd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTre4kbmTd .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tTre4kbmTd .mbr-section-title {
  color: #263652;
}
.cid-tTre4kbmTd .mbr-text {
  color: #263652;
}
.cid-tTre4kQohU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTre4kQohU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTre4kQohU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTre4kQohU .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTre4kQohU .container {
    padding: 0 12px;
  }
}
.cid-tTre4kQohU .row {
  justify-content: center;
}
.cid-tTre4kQohU .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #fafafa;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tTre4kQohU .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tTre4kQohU .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTre4kQohU .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tTre4kQohU .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTre4kQohU .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tTre4kQohU .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tTre4kQohU .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tTre4kQohU .mbr-section-title {
  color: #222222;
}
.cid-tTre4kQohU .mbr-text {
  color: #222222;
}
.cid-tTre4lz5IT {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tTre4lz5IT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTre4lz5IT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTre4lz5IT .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff7a41;
  margin-left: 1rem;
}
.cid-tTre4lz5IT .panel-group {
  border: none;
}
.cid-tTre4lz5IT .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTre4lz5IT .panel-body,
.cid-tTre4lz5IT .card-header {
  padding: 1rem 0;
}
.cid-tTre4lz5IT .panel-title-edit {
  color: #000000;
}
.cid-tTre4lz5IT .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tTre4lz5IT H3 {
  text-align: left;
}
.cid-ukz2vgO3AU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukz2vgO3AU .image {
  position: relative;
  margin-bottom: 200px;
  height: 400px;
  background-image: url("../../../assets/images/conference28-1920.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ukz2vgO3AU .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-ukz2vgO3AU .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-ukz2vgO3AU .mbr-form {
  width: 100%;
}
.cid-ukz2vgO3AU .form-group {
  margin-bottom: 0;
}
.cid-ukz2vgO3AU .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-ukz2vgO3AU .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-ukz2vgO3AU .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2vgO3AU .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2vgO3AU .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2vgO3AU .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz2vgO3AU .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-ukz2vgO3AU .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-ukz2vgO3AU .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ukz2vgO3AU .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-ukz2vgO3AU .mbr-text {
  margin-bottom: 10px;
}
.cid-ukz2vgO3AU .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-ukz2vgO3AU .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-ukz2vgO3AU .form__wrap {
    position: static;
  }
  .cid-ukz2vgO3AU .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-ukz2vgO3AU .subscribe__form {
    order: 1;
  }
  .cid-ukz2vgO3AU .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-ukz2vgO3AU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukz2vgO3AU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukz2vgO3AU LABEL {
  color: #a1a0a0;
}
.cid-tTvrs3xmbC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvrs3xmbC .mbr-text {
  color: #103178;
}
.cid-tTvrs3xmbC .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvrs3xmbC p {
  line-height: 2;
}
.cid-tTre4nb2rM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tTre4nb2rM .container {
  display: flex;
  justify-content: center;
}
.cid-tTre4nb2rM .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tTre4nb2rM .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTre4nb2rM .text-container {
    margin-bottom: 20px;
  }
}
.cid-tTre4nb2rM .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTre4nb2rM .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTre4nb2rM .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tTre4nb2rM .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tTre4nb2rM .dragArea {
    max-width: 505px;
  }
}
.cid-tTre4nb2rM .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tTre4nb2rM .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tTre4nb2rM .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tTre4nb2rM .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tTre4nb2rM .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tTre4nb2rM .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTre4nb2rM .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-tTre4nb2rM .form-control {
    height: 44px;
  }
}
.cid-tTre4nb2rM .form-control:hover,
.cid-tTre4nb2rM .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tTre4nb2rM .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTre4nb2rM .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTre4nb2rM .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTre4nb2rM .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTre4nb2rM .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tTre4nV1N2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTre4nV1N2 .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTre4nV1N2 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tTvfZxow9j {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x480.jpg");
}
.cid-tTvfZxow9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTvfZxow9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTvfZxow9j .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTvfZxow9j .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tTvfZxow9j .container {
    padding: 0;
  }
}
.cid-tTvfZxow9j .row {
  margin: 0;
}
.cid-tTvfZxow9j .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-tTvfZxow9j .title-wrapper {
    padding: 90px 4px;
  }
}
@media (max-width: 768px) {
  .cid-tTvfZxow9j .title-wrapper {
    padding: 30px 4px;
  }
}
.cid-tTvfZxow9j .title-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  letter-spacing: 3.4px;
}
.cid-tTvfZxow9j .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tTvfZxow9j .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-tTvfZxow9j .mbr-section-subtitle {
  color: #ff7a41;
  text-align: center;
}
.cid-tTvfZxow9j .mbr-section-title {
  color: #ffffff;
}
.cid-tTvfZxow9j .mbr-section-title,
.cid-tTvfZxow9j .mbr-section-btn {
  text-align: center;
  color: #010d4c;
}
.cid-tTvfZy2zbc .navbar-dropdown {
  position: relative !important;
}
.cid-tTvfZy2zbc .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-tTvfZy2zbc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTvfZy2zbc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTvfZy2zbc .dropdown-item:hover,
.cid-tTvfZy2zbc .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tTvfZy2zbc .dropdown-item:hover span {
  color: white;
}
.cid-tTvfZy2zbc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTvfZy2zbc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTvfZy2zbc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTvfZy2zbc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTvfZy2zbc .nav-link {
  position: relative;
}
.cid-tTvfZy2zbc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTvfZy2zbc .container {
    flex-wrap: nowrap;
  }
}
.cid-tTvfZy2zbc .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTvfZy2zbc .dropdown-menu,
.cid-tTvfZy2zbc .navbar.opened {
  background: #ffffff !important;
}
.cid-tTvfZy2zbc .nav-item:focus,
.cid-tTvfZy2zbc .nav-link:focus {
  outline: none;
}
.cid-tTvfZy2zbc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTvfZy2zbc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTvfZy2zbc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTvfZy2zbc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTvfZy2zbc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTvfZy2zbc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTvfZy2zbc .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tTvfZy2zbc .navbar.opened {
  transition: all 0.3s;
}
.cid-tTvfZy2zbc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTvfZy2zbc .navbar .navbar-logo img {
  width: auto;
}
.cid-tTvfZy2zbc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTvfZy2zbc .navbar.collapsed {
  justify-content: center;
}
.cid-tTvfZy2zbc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTvfZy2zbc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTvfZy2zbc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTvfZy2zbc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTvfZy2zbc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTvfZy2zbc .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-tTvfZy2zbc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTvfZy2zbc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTvfZy2zbc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTvfZy2zbc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTvfZy2zbc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTvfZy2zbc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTvfZy2zbc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTvfZy2zbc .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-tTvfZy2zbc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTvfZy2zbc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTvfZy2zbc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTvfZy2zbc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTvfZy2zbc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTvfZy2zbc .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTvfZy2zbc .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTvfZy2zbc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTvfZy2zbc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTvfZy2zbc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTvfZy2zbc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTvfZy2zbc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTvfZy2zbc .dropdown-item.active,
.cid-tTvfZy2zbc .dropdown-item:active {
  background-color: transparent;
}
.cid-tTvfZy2zbc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTvfZy2zbc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTvfZy2zbc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTvfZy2zbc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTvfZy2zbc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTvfZy2zbc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTvfZy2zbc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTvfZy2zbc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTvfZy2zbc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTvfZy2zbc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTvfZy2zbc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTvfZy2zbc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTvfZy2zbc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTvfZy2zbc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTvfZy2zbc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTvfZy2zbc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTvfZy2zbc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTvfZy2zbc .navbar-dropdown {
  padding: 0;
}
.cid-tTvfZy2zbc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTvfZy2zbc .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-tTvfZy2zbc .navbar {
    height: 70px;
  }
  .cid-tTvfZy2zbc .navbar.opened {
    height: auto;
  }
  .cid-tTvfZy2zbc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTvfZy2zbc .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tTvfZy2zbc .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTvfZy2zbc .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tTvfZy2zbc .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tTvfZy2zbc .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tTvfZy2zbc .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tTvfZy2zbc .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tTvfZy2zbc .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tTvfZy2zbc .nav-item .nav-link {
  position: relative !important;
}
.cid-tTvfZy2zbc .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tTvfZy2zbc .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tTvfZy2zbc .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tTvfZy2zbc .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tTvfZy2zbc .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tTvfZy2zbc .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tTvfZy2zbc .tel-menu {
    display: none;
  }
}
.cid-tTvfZy2zbc .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tTvfZy2zbc .mbr-text {
    text-align: center !important;
  }
}
.cid-tTvfZy2zbc .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tTvfZy2zbc .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tTvfZy2zbc .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tTvfZy2zbc .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tTvfZy2zbc .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tTvfZy2zbc .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTvfZy2zbc .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tTvggnOSVh {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tTvggnOSVh .row {
  align-items: flex-start;
}
.cid-tTvggnOSVh .container,
.cid-tTvggnOSVh .container-fluid {
  position: static;
}
.cid-tTvggnOSVh .label-text {
  width: 100%;
  color: #ff7a41;
  margin-bottom: 20px;
}
.cid-tTvggnOSVh .label-text span {
  padding: 8px 18px;
  background-color: #fafafa;
  border-radius: 15px;
  color: inherit;
}
.cid-tTvggnOSVh .mbr-section-title {
  color: #ff7a41;
  margin-bottom: 0;
}
.cid-tTvggnOSVh .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTvggnOSVh .col-text {
  position: relative;
  z-index: 2;
}
.cid-tTvggnOSVh .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tTvggnOSVh .mbr-section-btn {
  margin-top: 10px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tTvggnOSVh .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tTvggnOSVh .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tTvggnOSVh .mbr-section-head {
  position: relative;
  z-index: 2;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-tTvggnOSVh .mbr-section-head {
    margin-top: 0;
    padding-left: 20px;
  }
}
.cid-tTvggnOSVh .toggle-panel,
.cid-tTvggnOSVh .panel-group {
  width: 100%;
}
.cid-tTvggnOSVh .card {
  padding: 0;
  position: relative;
  margin-bottom: 18px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(68, 109, 255, 0.04) !important;
}
.cid-tTvggnOSVh .card .card-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
  transition: 0.5s all;
  background-color: #ffffff;
}
.cid-tTvggnOSVh .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px 15px 35px;
  transition: 0.5s all;
  position: relative;
  z-index: 2;
}
.cid-tTvggnOSVh .panel-title .sign {
  transform: rotate(180deg);
}
.cid-tTvggnOSVh .collapsed {
  padding: 23px 20px 23px 35px;
}
.cid-tTvggnOSVh .collapsed .sign {
  transform: rotate(0deg);
}
.cid-tTvggnOSVh .panel-text {
  text-align: left;
  opacity: 0.8;
  color: #00284E;
  margin-bottom: 16px;
}
.cid-tTvggnOSVh .sign {
  color: #010d4c;
  transition: transform 0.2s ease-in-out;
}
.cid-tTvggnOSVh .panel-body {
  padding: 0 40px 20px 35px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.cid-tTvggnOSVh .panel-title-edit {
  width: 100%;
  color: #00284E;
  text-align: left;
}
.cid-tTvggnOSVh .bg-round {
  position: absolute;
  top: -33%;
  z-index: 1;
  max-width: 860px;
  padding: 0;
  right: 14%;
}
@media (max-width: 1399px) {
  .cid-tTvggnOSVh .bg-round {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tTvggnOSVh .bg-round {
    top: auto;
    bottom: 0;
  }
}
.cid-tTvggnOSVh .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tTvggnOSVh .bg-round svg {
    height: 100%;
  }
}
.cid-tTvggnOSVh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTvggnOSVh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTvhU7XUjv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvhU7XUjv .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  z-index: 1;
}
.cid-tTvhU7XUjv .content_wrapper:hover .mbr-section-title a {
  color: #ec2016 !important;
}
.cid-tTvhU7XUjv .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
}
.cid-tTvhU7XUjv .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tTvhU7XUjv .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tTvhU7XUjv .mbr-section-btn .btn-secondary-outline:hover,
.cid-tTvhU7XUjv .mbr-section-btn .btn-secondary-outline .active,
.cid-tTvhU7XUjv .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff7a41 !important;
}
.cid-tTvhU7XUjv .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tTvhU7XUjv .image_post {
  display: inline-block;
}
.cid-tTvhU7XUjv .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tTvhU7XUjv .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tTvhU7XUjv .mbr-text,
.cid-tTvhU7XUjv .mbr-section-btn {
  text-align: center;
}
.cid-tTvgdyGIJz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tTvgdyGIJz .container {
  display: flex;
  justify-content: center;
}
.cid-tTvgdyGIJz .main-row {
  align-items: center;
  max-width: 1170px;
  width: 100%;
}
.cid-tTvgdyGIJz .content-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: 0 -30px 100px rgba(0, 37, 133, 0.03);
  border-radius: 30px;
  padding: 0 !important;
}
.cid-tTvgdyGIJz .col-text {
  display: flex;
  padding: 50px 15px 60px 70px;
}
@media (max-width: 1199px) {
  .cid-tTvgdyGIJz .col-text {
    padding: 40px 15px 30px;
  }
}
.cid-tTvgdyGIJz .col-text1 {
  border-right: 1px solid #dfeaf9;
}
@media (max-width: 767px) {
  .cid-tTvgdyGIJz .col-text1 {
    border-right: none;
    border-bottom: 1px solid #dfeaf9;
  }
}
.cid-tTvgdyGIJz .icon-box {
  display: flex;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .cid-tTvgdyGIJz .icon-box {
    margin-right: 20px;
  }
}
.cid-tTvgdyGIJz .icon-box .mbr-iconfont {
  color: #ff7a41;
  font-size: 68px;
}
@media (max-width: 1199px) {
  .cid-tTvgdyGIJz .icon-box .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-tTvgdyGIJz .text-container {
  flex-grow: 1;
}
.cid-tTvgdyGIJz .mbr-section-title {
  color: #010d4c;
  margin-bottom: 10px;
}
.cid-tTvgdyGIJz .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tTvgdyGIJz .link-text {
  margin-bottom: 0;
  margin-top: 5px;
}
.cid-tTvgdyGIJz .link-text a:hover {
  text-decoration: underline;
}
.cid-tTvgdyGIJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTvgdyGIJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTvgKJ9na3 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tTvgKJ9na3 .mbr-section-title,
.cid-tTvgKJ9na3 .title__address,
.cid-tTvgKJ9na3 .title__social {
  margin-bottom: 20px;
}
.cid-tTvgKJ9na3 .info {
  margin-bottom: 20px;
}
.cid-tTvgKJ9na3 .text__info,
.cid-tTvgKJ9na3 .work__time,
.cid-tTvgKJ9na3 .work__address {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tTvgKJ9na3 .info__wrap {
    padding: 0 30px;
  }
}
.cid-tTvgKJ9na3 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 75px 15px 85px;
  opacity: 0.6;
}
.cid-tTvgKJ9na3 .dragArea .form-control {
  height: 49px;
  font-size: 16px;
  color: #232226;
  padding: 14px 15px;
  border: none !important;
  line-height: 1.3;
  border-radius: 4px;
  background-color: #f5f7fd !important;
}
.cid-tTvgKJ9na3 .dragArea .form-control:hover,
.cid-tTvgKJ9na3 .dragArea .form-control:focus {
  border: none !important;
}
.cid-tTvgKJ9na3 .dragArea .jq-selectbox li:hover,
.cid-tTvgKJ9na3 .dragArea .jq-selectbox li.selected {
  background-color: #f0e4ff;
  color: #ffffff;
}
.cid-tTvgKJ9na3 .dragArea .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-color: #ec2016 !important;
}
.cid-tTvgKJ9na3 .dragArea .jq-selectbox__select {
  padding: 14px 15px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-tTvgKJ9na3 .dragArea .jq-selectbox__select-text {
  color: #232226;
  opacity: 0.8;
}
.cid-tTvgKJ9na3 .dragArea .jq-selectbox__trigger-arrow {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  top: 40%;
  right: 20px;
  border-color: #ec2016;
}
.cid-tTvgKJ9na3 .dragArea textarea {
  height: 160px !important;
}
.cid-tTvgKJ9na3 .dragArea input::-webkit-input-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-tTvgKJ9na3 .dragArea input::-moz-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-tTvgKJ9na3 .dragArea textarea::-webkit-input-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-tTvgKJ9na3 .dragArea textarea::-moz-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-tTvgKJ9na3 .input-group-btn {
  padding: 0 10px;
}
.cid-tTvgKJ9na3 .input-group-btn .btn {
  margin: 0;
  margin-top: 15px;
}
.cid-tTvgKJ9na3 .form-group {
  padding: 10px;
  margin-bottom: 10px;
}
.cid-tTvgKJ9na3 .form-control-label {
  margin-bottom: 8px;
  font-weight: 500;
}
.cid-tTvgKJ9na3 .form-group,
.cid-tTvgKJ9na3 .input-group-btn {
  padding: 0;
}
.cid-tTvgKJ9na3 .dragArea .form-control {
  border: none;
}
@media (max-width: 991px) {
  .cid-tTvgKJ9na3 .divider {
    margin: 40px 15px 45px;
  }
  .cid-tTvgKJ9na3 .form-group,
  .cid-tTvgKJ9na3 .input-group-btn {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-tTvgKJ9na3 .social,
  .cid-tTvgKJ9na3 .address,
  .cid-tTvgKJ9na3 .info__wrap {
    margin-bottom: 30px;
  }
  .cid-tTvgKJ9na3 .form-group {
    padding: 10px 15px;
  }
  .cid-tTvgKJ9na3 .input-group-btn {
    padding: 0 15px;
  }
}
.cid-tTvgKJ9na3 LABEL {
  color: #000000;
}
.cid-tTvgKJ9na3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTvgKJ9na3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTvsg18KCk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvsg18KCk .mbr-text {
  color: #103178;
}
.cid-tTvsg18KCk .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvsg18KCk p {
  line-height: 2;
}
.cid-tTvfZA9Coq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tTvfZA9Coq .container {
  display: flex;
  justify-content: center;
}
.cid-tTvfZA9Coq .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tTvfZA9Coq .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTvfZA9Coq .text-container {
    margin-bottom: 20px;
  }
}
.cid-tTvfZA9Coq .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTvfZA9Coq .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTvfZA9Coq .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tTvfZA9Coq .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tTvfZA9Coq .dragArea {
    max-width: 505px;
  }
}
.cid-tTvfZA9Coq .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tTvfZA9Coq .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tTvfZA9Coq .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tTvfZA9Coq .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tTvfZA9Coq .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tTvfZA9Coq .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTvfZA9Coq .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-tTvfZA9Coq .form-control {
    height: 44px;
  }
}
.cid-tTvfZA9Coq .form-control:hover,
.cid-tTvfZA9Coq .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tTvfZA9Coq .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTvfZA9Coq .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTvfZA9Coq .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTvfZA9Coq .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTvfZA9Coq .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tTvfZALU42 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTvfZALU42 .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTvfZALU42 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tTvmChqdTT {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-tTvmChqdTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTvmChqdTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTvmChqdTT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTvmChqdTT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tTvmChqdTT .container {
    padding: 0;
  }
}
.cid-tTvmChqdTT .row {
  margin: 0;
}
.cid-tTvmChqdTT .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-tTvmChqdTT .title-wrapper {
    padding: 90px 4px;
  }
}
@media (max-width: 768px) {
  .cid-tTvmChqdTT .title-wrapper {
    padding: 30px 4px;
  }
}
.cid-tTvmChqdTT .title-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  letter-spacing: 3.4px;
}
.cid-tTvmChqdTT .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tTvmChqdTT .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-tTvmChqdTT .mbr-section-subtitle {
  color: #ff7a41;
  text-align: center;
}
.cid-tTvmChqdTT .mbr-section-title {
  color: #ffffff;
}
.cid-tTvmChqdTT .mbr-section-title,
.cid-tTvmChqdTT .mbr-section-btn {
  text-align: center;
  color: #010d4c;
}
.cid-tTvmCi2jac .navbar-dropdown {
  position: relative !important;
}
.cid-tTvmCi2jac .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-tTvmCi2jac .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTvmCi2jac .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTvmCi2jac .dropdown-item:hover,
.cid-tTvmCi2jac .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-tTvmCi2jac .dropdown-item:hover span {
  color: white;
}
.cid-tTvmCi2jac .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTvmCi2jac .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTvmCi2jac .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTvmCi2jac .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTvmCi2jac .nav-link {
  position: relative;
}
.cid-tTvmCi2jac .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTvmCi2jac .container {
    flex-wrap: nowrap;
  }
}
.cid-tTvmCi2jac .iconfont-wrapper {
  color: #ff7a41 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTvmCi2jac .dropdown-menu,
.cid-tTvmCi2jac .navbar.opened {
  background: #ffffff !important;
}
.cid-tTvmCi2jac .nav-item:focus,
.cid-tTvmCi2jac .nav-link:focus {
  outline: none;
}
.cid-tTvmCi2jac .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTvmCi2jac .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTvmCi2jac .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTvmCi2jac .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTvmCi2jac .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTvmCi2jac .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTvmCi2jac .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tTvmCi2jac .navbar.opened {
  transition: all 0.3s;
}
.cid-tTvmCi2jac .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTvmCi2jac .navbar .navbar-logo img {
  width: auto;
}
.cid-tTvmCi2jac .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTvmCi2jac .navbar.collapsed {
  justify-content: center;
}
.cid-tTvmCi2jac .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTvmCi2jac .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTvmCi2jac .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTvmCi2jac .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTvmCi2jac .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTvmCi2jac .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-tTvmCi2jac .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTvmCi2jac .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTvmCi2jac .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTvmCi2jac .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTvmCi2jac .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTvmCi2jac .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTvmCi2jac .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTvmCi2jac .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-tTvmCi2jac .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTvmCi2jac .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTvmCi2jac .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTvmCi2jac .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTvmCi2jac .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTvmCi2jac .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTvmCi2jac .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTvmCi2jac .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTvmCi2jac .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTvmCi2jac .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTvmCi2jac .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTvmCi2jac .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTvmCi2jac .dropdown-item.active,
.cid-tTvmCi2jac .dropdown-item:active {
  background-color: transparent;
}
.cid-tTvmCi2jac .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTvmCi2jac .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTvmCi2jac .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTvmCi2jac .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTvmCi2jac .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTvmCi2jac .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTvmCi2jac ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTvmCi2jac button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTvmCi2jac button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTvmCi2jac button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTvmCi2jac button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTvmCi2jac button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTvmCi2jac button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTvmCi2jac nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTvmCi2jac nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTvmCi2jac nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTvmCi2jac nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTvmCi2jac .navbar-dropdown {
  padding: 0;
}
.cid-tTvmCi2jac a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTvmCi2jac .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-tTvmCi2jac .navbar {
    height: 70px;
  }
  .cid-tTvmCi2jac .navbar.opened {
    height: auto;
  }
  .cid-tTvmCi2jac .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTvmCi2jac .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tTvmCi2jac .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTvmCi2jac .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tTvmCi2jac .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tTvmCi2jac .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tTvmCi2jac .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tTvmCi2jac .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tTvmCi2jac .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tTvmCi2jac .nav-item .nav-link {
  position: relative !important;
}
.cid-tTvmCi2jac .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff7a41;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tTvmCi2jac .nav-item .nav-link:hover {
  color: #ff7a41 !important;
}
.cid-tTvmCi2jac .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tTvmCi2jac .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tTvmCi2jac .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tTvmCi2jac .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tTvmCi2jac .tel-menu {
    display: none;
  }
}
.cid-tTvmCi2jac .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tTvmCi2jac .mbr-text {
    text-align: center !important;
  }
}
.cid-tTvmCi2jac .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tTvmCi2jac .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tTvmCi2jac .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tTvmCi2jac .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tTvmCi2jac .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tTvmCi2jac .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTvmCi2jac .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ff7a41;
  border-radius: 0.25rem;
}
.cid-tTwrwyS00c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-tTwrwyS00c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTwrwyS00c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTwrwyS00c .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tTwrwyS00c .container-fluid {
    padding: 0 30px;
  }
}
.cid-tTwrwyS00c .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTwrwyS00c .container {
    padding: 0 30px;
  }
}
.cid-tTwrwyS00c .text-wrap {
  display: flex;
  align-items: center;
}
.cid-tTwrwyS00c .text-wrap .text-wrapper {
  padding-right: 160px;
  padding-right: 0;
  padding-left: 160px;
}
@media (max-width: 1200px) {
  .cid-tTwrwyS00c .text-wrap .text-wrapper {
    padding-right: 82px;
  }
}
@media (max-width: 1200px) {
  .cid-tTwrwyS00c .text-wrap .text-wrapper {
    padding-right: 0;
    padding-left: 82px;
  }
}
@media (max-width: 992px) {
  .cid-tTwrwyS00c .text-wrap .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tTwrwyS00c .text-wrap .text-wrapper {
    padding: 0;
  }
}
.cid-tTwrwyS00c .text-wrap .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tTwrwyS00c .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tTwrwyS00c .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tTwrwyS00c .image-wrapper {
    margin-top: 60px;
  }
}
.cid-tTwrwyS00c .image-wrapper img {
  object-fit: cover;
  border-radius: 10px;
}
.cid-tTwrwyS00c .image-wrapper img:first-child {
  height: 720px;
}
@media (max-width: 992px) {
  .cid-tTwrwyS00c .image-wrapper img:first-child {
    height: 280px;
  }
}
.cid-tTwrwyS00c .image-wrapper img:last-child {
  position: absolute;
  bottom: 4rem;
  left: -7rem;
  width: 230px;
  height: 320px;
  left: auto;
  right: -7rem;
}
@media (max-width: 1200px) {
  .cid-tTwrwyS00c .image-wrapper img:last-child {
    right: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-tTwrwyS00c .image-wrapper img:last-child {
    display: none;
  }
}
.cid-tTwrwyS00c .mbr-section-title {
  color: #000000;
}
.cid-tTwrwyS00c .mbr-text {
  color: #000000;
}
.cid-tTwrwyS00c .mbr-cit {
  color: #000000;
}
.cid-tTwrwyS00c .mbr-name {
  color: #a8a8a8;
}
.cid-tTwrwyS00c .mbr-section-title,
.cid-tTwrwyS00c .mbr-section-btn {
  color: #010d4c;
}
.cid-tTwwztrN94 {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #f1f1f2;
}
.cid-tTwwztrN94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTwwztrN94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTwwztrN94 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tTwwztrN94 .row {
    padding: 0 12px;
  }
}
.cid-tTwwztrN94 .text-wrapper {
  padding: 25px;
}
@media (max-width: 992px) {
  .cid-tTwwztrN94 .text-wrapper {
    padding: 0;
  }
}
.cid-tTwwztrN94 .text-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tTwwztrN94 .text-wrapper .mbr-section-title span {
  color: #ec2016;
}
.cid-tTwwztrN94 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tTwwztrN94 .image {
  position: relative;
}
.cid-tTwwztrN94 .image::before {
  content: '';
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 155px;
  height: 155px;
  background-color: transparent;
  border-radius: 100%;
  border: 20px solid #010d4c;
}
@media (max-width: 992px) {
  .cid-tTwwztrN94 .image::before {
    display: none;
  }
}
.cid-tTwwztrN94 .image::after {
  content: '';
  position: absolute;
  bottom: 5.93rem;
  left: 3rem;
  width: 60px;
  height: 60px;
  background-color: #010d4c;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tTwwztrN94 .image::after {
    display: none;
  }
}
.cid-tTwwztrN94 .image-wrapper {
  position: relative;
  padding-top: 50%;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-tTwwztrN94 .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    width: auto;
  }
}
.cid-tTwwztrN94 .image-wrapper::before {
  content: '';
  position: absolute;
  right: -20rem;
  top: 13rem;
  display: block;
  width: 400px;
  height: 400px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-tTwwztrN94 .image-wrapper::before {
    display: none;
  }
}
.cid-tTwwztrN94 .image-wrapper::after {
  content: '';
  position: absolute;
  right: -26rem;
  top: 6.7rem;
  display: block;
  width: 600px;
  height: 600px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tTwwztrN94 .image-wrapper::after {
    display: none;
  }
}
.cid-tTwwztrN94 .image-wrapper img {
  width: 400px;
  min-height: 600px;
  border-radius: 0 0 0 100%;
  z-index: 2;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tTwwztrN94 .image-wrapper img {
    min-height: auto;
    width: 250px;
  }
}
.cid-tTwwztrN94 .mbr-section-title {
  color: #010d4c;
}
.cid-tTwwztrN94 .mbr-text {
  color: #1e4381;
}
.cid-tTwCjK8LdX {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tTwCjK8LdX .img-wrapper {
  text-align: center;
}
.cid-tTwCjK8LdX .card-title {
  padding-top: 1.5rem;
  color: #666666;
}
.cid-tTwCjK8LdX img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tTwCjK8LdX .row {
  align-items: flex-start;
}
.cid-tTwCjK8LdX .card-wrapper {
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tTwCjK8LdX .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tTwCjK8LdX .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tTwCjK8LdX .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tTwCjK8LdX .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tTwCjK8LdX .title {
  color: #bbbbbb;
  text-align: right;
}
.cid-ukz34x3yC7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukz34x3yC7 .image {
  position: relative;
  margin-bottom: 200px;
  height: 400px;
  background-image: url("../../../assets/images/conference28-1920.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ukz34x3yC7 .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-ukz34x3yC7 .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff7a41;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-ukz34x3yC7 .mbr-form {
  width: 100%;
}
.cid-ukz34x3yC7 .form-group {
  margin-bottom: 0;
}
.cid-ukz34x3yC7 .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff7a41;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-ukz34x3yC7 .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff7a41;
}
.cid-ukz34x3yC7 .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz34x3yC7 .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz34x3yC7 .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz34x3yC7 .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-ukz34x3yC7 .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-ukz34x3yC7 .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-ukz34x3yC7 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ukz34x3yC7 .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-ukz34x3yC7 .mbr-text {
  margin-bottom: 10px;
}
.cid-ukz34x3yC7 .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-ukz34x3yC7 .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-ukz34x3yC7 .form__wrap {
    position: static;
  }
  .cid-ukz34x3yC7 .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-ukz34x3yC7 .subscribe__form {
    order: 1;
  }
  .cid-ukz34x3yC7 .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-ukz34x3yC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukz34x3yC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukz34x3yC7 LABEL {
  color: #a1a0a0;
}
.cid-tTvsa5amKT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTvsa5amKT .mbr-text {
  color: #103178;
}
.cid-tTvsa5amKT .mbr-section-subtitle {
  color: #103178;
}
.cid-tTvsa5amKT p {
  line-height: 2;
}
.cid-tTvmCmpZLs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7a41;
}
.cid-tTvmCmpZLs .container {
  display: flex;
  justify-content: center;
}
.cid-tTvmCmpZLs .main-row {
  align-items: center;
  max-width: 1194px;
  width: 100%;
}
.cid-tTvmCmpZLs .text-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTvmCmpZLs .text-container {
    margin-bottom: 20px;
  }
}
.cid-tTvmCmpZLs .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTvmCmpZLs .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTvmCmpZLs .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tTvmCmpZLs .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .cid-tTvmCmpZLs .dragArea {
    max-width: 505px;
  }
}
.cid-tTvmCmpZLs .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-tTvmCmpZLs .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tTvmCmpZLs .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-tTvmCmpZLs .mbr-section-btn .btn {
  width: 150px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-tTvmCmpZLs .mbr-section-btn .btn {
    width: 120px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-tTvmCmpZLs .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tTvmCmpZLs .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-tTvmCmpZLs .form-control {
    height: 44px;
  }
}
.cid-tTvmCmpZLs .form-control:hover,
.cid-tTvmCmpZLs .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tTvmCmpZLs .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTvmCmpZLs .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTvmCmpZLs .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTvmCmpZLs .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-tTvmCmpZLs .form-text {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-tTvmCn44gJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTvmCn44gJ .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tTvmCn44gJ .media-container-row .mbr-text {
  color: #ffffff;
}
