body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3.4375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.125rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.75rem;
    font-size: calc( 1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ff8f7a !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #2c4f7d !important;
}
.bg-warning {
  background-color: #22dc09 !important;
}
.bg-danger {
  background-color: #ff8f7a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ff8f7a !important;
  border-color: #ff8f7a !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #ff4f2e !important;
  border-color: #ff4f2e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff4f2e !important;
  border-color: #ff4f2e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #2c4f7d !important;
  border-color: #2c4f7d !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #182b44 !important;
  border-color: #182b44 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #182b44 !important;
  border-color: #182b44 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #22dc09 !important;
  border-color: #22dc09 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #179306 !important;
  border-color: #179306 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #179306 !important;
  border-color: #179306 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ff8f7a !important;
  border-color: #ff8f7a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #ff4f2e !important;
  border-color: #ff4f2e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff4f2e !important;
  border-color: #ff4f2e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #ff3914;
  color: #ff3914;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #ff8f7a;
  border-color: #ff8f7a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8f7a !important;
  border-color: #ff8f7a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #130947;
  border-color: #130947;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #130947 !important;
  border-color: #130947 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #111f32;
  color: #111f32;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #2c4f7d;
  border-color: #2c4f7d;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2c4f7d !important;
  border-color: #2c4f7d !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #137a05;
  color: #137a05;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #22dc09;
  border-color: #22dc09;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #22dc09 !important;
  border-color: #22dc09 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #ff3914;
  color: #ff3914;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #ff8f7a;
  border-color: #ff8f7a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8f7a !important;
  border-color: #ff8f7a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff8f7a !important;
}
.text-secondary {
  color: #130947 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #2c4f7d !important;
}
.text-warning {
  color: #22dc09 !important;
}
.text-danger {
  color: #ff8f7a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff3914 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #111f32 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #137a05 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ff3914 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2c4f7d;
}
.alert-warning {
  background-color: #22dc09;
}
.alert-danger {
  background-color: #ff8f7a;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8f7a;
  border-color: #ff8f7a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4f87fb;
}
.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: #618dc7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #bdfcb5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.125rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #ff8f7a;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #ffffff !important;
  background: #130947 !important;
  border-color: #130947 !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff8f7a;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff8f7a;
  border-bottom-color: #ff8f7a;
}
.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: #ff8f7a !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: #130947 !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%;
}
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='%23ff8f7a' %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;
}
.cid-tw5xsXUCjt .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-tw5xsXUCjt .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-tw5xsXUCjt .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-tw5xsXUCjt .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-tw5xsXUCjt .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tw5xsXUCjt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tw5xsXUCjt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tw5xsXUCjt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-tw5xsXUCjt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tw5xsXUCjt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-tw5xsXUCjt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tw5xsXUCjt .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-tw5xsXUCjt .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-tw5xsXUCjt .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-tw5xsXUCjt .navbar-fixed-top.opened {
  position: relative;
}
.cid-tw5xsXUCjt a {
  font-style: normal;
}
.cid-tw5xsXUCjt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-tw5xsXUCjt .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-tw5xsXUCjt .nav-item .nav-link {
  color: #ffffff;
}
.cid-tw5xsXUCjt .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-tw5xsXUCjt .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-tw5xsXUCjt .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-tw5xsXUCjt .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tw5xsXUCjt .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tw5xsXUCjt .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-tw5xsXUCjt .menu-content-right {
    display: none;
  }
}
.cid-tw5xsXUCjt .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-tw5xsXUCjt .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-tw5xsXUCjt .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tw5xsXUCjt .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-tw5xsXUCjt .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-tw5xsXUCjt .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-tw5xsXUCjt .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-tw5xsXUCjt .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-tw5xsXUCjt .right-box {
    display: none;
  }
}
.cid-tw5xsXUCjt .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tw5xsXUCjt .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-tw5xsXUCjt .content-text {
  margin-bottom: 0;
}
.cid-tw5xsXUCjt .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-tw5xsXUCjt .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff8f7a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tw5xsXUCjt .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-tw5xsXUCjt .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-tw5xsXUCjt .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-tw5xsXUCjt .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-tw5xsXUCjt .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-tw5xsXUCjt .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tw5xsXUCjt .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tw5xsXUCjt .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tw5xsXUCjt .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-tw5xsXUCjt .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tw5xsXUCjt .nav-dropdown .link {
  font-weight: 600;
}
.cid-tw5xsXUCjt .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tw5xsXUCjt .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-tw5xsXUCjt .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-tw5xsXUCjt .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-tw5xsXUCjt .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-tw5xsXUCjt .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-tw5xsXUCjt .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tw5xsXUCjt .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-tw5xsXUCjt .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-tw5xsXUCjt .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-tw5xsXUCjt .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-tw5xsXUCjt .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-tw5xsXUCjt .menu-content-top.show {
  display: block;
}
.cid-tw5xsXUCjt .pre-header-right {
  align-self: center;
}
.cid-tw5xsXUCjt .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-tw5xsXUCjt .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #ff8f7a;
}
.cid-tw5xsXUCjt .pre-header-right .content-right-side .content-link:hover span {
  color: #ffffff;
}
.cid-tw5xsXUCjt .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-tw5xsXUCjt .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-tw5xsXUCjt .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-tw5xsXUCjt .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-tw5xsXUCjt .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-tw5xsXUCjt .navbar .menu-content-top {
    display: none;
  }
  .cid-tw5xsXUCjt .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-tw5xsXUCjt .dropdown-item:before {
    display: none;
  }
  .cid-tw5xsXUCjt .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-tw5xsXUCjt img {
    height: 3.8rem !important;
  }
  .cid-tw5xsXUCjt .btn {
    display: flex;
  }
  .cid-tw5xsXUCjt button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tw5xsXUCjt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tw5xsXUCjt .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tw5xsXUCjt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tw5xsXUCjt .navbar-collapse.collapsing,
  .cid-tw5xsXUCjt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tw5xsXUCjt .navbar-collapse.collapsing .navbar-nav,
  .cid-tw5xsXUCjt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-tw5xsXUCjt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tw5xsXUCjt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-tw5xsXUCjt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tw5xsXUCjt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tw5xsXUCjt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tw5xsXUCjt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tw5xsXUCjt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tw5xsXUCjt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tw5xsXUCjt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-tw5xsXUCjt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tw5xsXUCjt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tw5xsXUCjt .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tw5xsXUCjt .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-tw5xsXUCjt .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-tw5xsXUCjt .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-tw5xsXUCjt .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-tw5xsXUCjt .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-tw5xsXUCjt .navbar {
    display: block;
    padding: 0;
  }
  .cid-tw5xsXUCjt .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-tw5xsXUCjt .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-tw5xsXUCjt .navbar-toggler {
    display: none;
  }
}
.cid-tw5xsXUCjt .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-tw5xsXUCjt .menu-area-wrapper .menu-area {
  background-color: #ff8f7a;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-tw5xsXUCjt .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-tw5xsXUCjt .menu-area-wrapper {
    height: 100%;
  }
}
.cid-tw5xsXUCjt .navbar-short {
  background: transparent;
}
.cid-tw5xsXUCjt .navbar-short .menu-content-top,
.cid-tw5xsXUCjt .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-tw5xsXUCjt .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-tw5xsXUCjt .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tw5xsXUCjt .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tw5xsXUCjt .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-tw5xsXUCjt .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-tw5xsXUCjt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-tw5xsXUCjt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tw5xsXUCjt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tw5xsXUCjt .dropdown {
  color: #ffffff !important;
}
.cid-tw5xsXUCjt .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #ff8f7a;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff !important;
}
@media (max-width: 1200px) {
  .cid-tw5xsXUCjt .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-tw5xsXUCjt .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-tw5xsXUCjt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tw5xsXUCjt .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ff8f7a;
  color: #ffffff;
}
.cid-tw5xsXUCjt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-tw5xsXUCjt .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-tw5xsXUCjt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tw5xsXUCjt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tw5xsXUCjt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tw5xsXUCjt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw5xsXUCjt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-tw5xsXUCjt .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tw5xsXUCjt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-tw5xsXUCjt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tw5xsXUCjt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tw5xsXUCjt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tw5xsXUCjt button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-tw5xsXUCjt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tw5xsXUCjt button.navbar-toggler:focus {
  outline: none;
}
.cid-tw5xsXUCjt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tw5xsXUCjt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tw5xsXUCjt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tw5xsXUCjt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tw5xsXUCjt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tw5xsXUCjt nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-tw5xsXUCjt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-tw5xsXUCjt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tw5xsXUCjt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tw5xsXUCjt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tw5xsXUCjt .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-tw5xsXUCjt .collapsed .menu-logo {
  margin-right: 0;
}
.cid-tw5xsXUCjt .collapsed .btn {
  display: flex;
}
.cid-tw5xsXUCjt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tw5xsXUCjt .collapsed .navbar-collapse.collapsing,
.cid-tw5xsXUCjt .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-tw5xsXUCjt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tw5xsXUCjt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-tw5xsXUCjt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tw5xsXUCjt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tw5xsXUCjt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tw5xsXUCjt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tw5xsXUCjt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tw5xsXUCjt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tw5xsXUCjt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tw5xsXUCjt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-tw5xsXUCjt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-tw5xsXUCjt .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tw5xsXUCjt .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tw5xsXUCjt .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tw5xsXUCjt .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-tw5xsXUCjt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-tw5xsXUCjt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tw5xsXUCjt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tw5xsXUCjt .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tw5xsXUCjt .collapsed .dropdown-item:before {
  display: none;
}
.cid-tw5xsXUCjt .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-tw5xsXUCjt .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-tw5xsXUCjt .nav-link:focus {
  outline: none;
}
.cid-tw5xsXUCjt .navbar-toggler {
  position: relative;
}
.cid-tw5xsXUCjt .dropdown-item.active,
.cid-tw5xsXUCjt .dropdown-item:active {
  color: auto;
}
.cid-tw5xsXUCjt .dropdown-item:hover {
  color: #ff8f7a;
}
.cid-tw5rkTq3jC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw5rkTq3jC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-tw5rkTq3jC .mbr-section-title {
  color: #FD888E;
}
.cid-tw5rkTq3jC .mbr-text {
  color: #FFFFFF;
  margin-top: 15px;
}
.cid-tw5rkTq3jC .mbr-section-btn {
  margin-top: 30px;
}
.cid-tw5CMTCQ44 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tw5CMTCQ44 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tw5CMTCQ44 .photo-split {
  position: relative;
}
.cid-tw5CMTCQ44 .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-tw5CMTCQ44 .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tw5CMTCQ44 .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tw5CMTCQ44 .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tw5CMTCQ44 .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-tw5CMTCQ44 .wrap-block {
  padding: 3rem 3rem;
}
.cid-tw5CMTCQ44 .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-tw5CMTCQ44 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tw5CMTCQ44 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tw5CMTCQ44 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tw5CMTCQ44 .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tw5CMTCQ44 .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-tw5CMTCQ44 .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-tw5CMTCQ44 .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-tw5CMTCQ44 .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-tw5CMTCQ44 .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tw5CMTCQ44 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-tw5CMTCQ44 .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-tw5CMTCQ44 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tw5CMTCQ44 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-tw5CMTCQ44 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-tw5CMTCQ44 .photo-split {
    padding: 3rem 3rem;
  }
  .cid-tw5CMTCQ44 .photo-split .element-outer,
  .cid-tw5CMTCQ44 .photo-split .element-outer2 {
    display: none;
  }
  .cid-tw5CMTCQ44 .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-tw5CMTCQ44 .mbr-section-title,
  .cid-tw5CMTCQ44 .mbr-section-subtitle,
  .cid-tw5CMTCQ44 .mbr-text {
    text-align: left !important;
  }
  .cid-tw5CMTCQ44 .social-list {
    text-align: left !important;
  }
}
.cid-tw5CMTCQ44 .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-tw5CMTCQ44 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-tw5tAJkU2B {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tw5tAJkU2B .container {
  margin-bottom: 70px;
}
.cid-tw5tAJkU2B .container .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
  margin-bottom: 10px;
}
.cid-tw5tAJkU2B .container .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tw5tAJkU2B .container .mbr-section-title,
.cid-tw5tAJkU2B .container .signature {
  color: #130947;
}
.cid-tw5tAJkU2B .container .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tw5tAJkU2B .container .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tw5tAJkU2B .container .mbr-text {
  line-height: 1.5;
  letter-spacing: 0;
  color: #6d7a8c;
}
.cid-tw5tAJkU2B .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0rem;
}
.cid-tw5tAJkU2B .carousel-item > div {
  width: 100%;
}
.cid-tw5tAJkU2B .carousel-item.active,
.cid-tw5tAJkU2B .carousel-item-next,
.cid-tw5tAJkU2B .carousel-item-prev {
  display: flex;
}
.cid-tw5tAJkU2B .carousel-indicators {
  left: 0%;
  margin: 20px auto 0;
  align-items: center;
  bottom: -40px !important;
}
.cid-tw5tAJkU2B .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #4f87fb !important;
}
.cid-tw5tAJkU2B .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
  border: 1px solid #e5e8ef;
}
.cid-tw5tAJkU2B .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-tw5tAJkU2B .carousel-controls {
    display: none;
  }
}
.cid-tw5tAJkU2B .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-tw5tAJkU2B .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: #4f87fb;
  opacity: 0.9;
}
.cid-tw5tAJkU2B .carousel-controls a:hover span {
  opacity: 1;
}
.cid-tw5tAJkU2B .card {
  display: block;
  background-color: #ffffff;
  border-bottom: 1px solid #ff8f7a;
  border-radius: 4px;
  padding: 15px;
  padding-bottom: 20px;
}
.cid-tw5tAJkU2B .card .service-icon {
  text-align: center;
  position: relative;
}
.cid-tw5tAJkU2B .card .service-icon-wrapper {
  color: #ffffff;
  height: 64px;
  width: 64px;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 30px;
  position: relative;
  margin-top: -35px;
}
.cid-tw5tAJkU2B .card .service-icon .front {
  padding: 18px;
  border-radius: 100%;
  background-color: #4f87fb;
  color: #ffffff;
  font-size: 1.8rem;
  transition: 0.6s all;
  z-index: 9;
  position: relative;
}
.cid-tw5tAJkU2B .card .service-icon:after {
  opacity: 0.5;
  background-color: #4f87fb;
  width: 76px;
  height: 76px;
  content: '';
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -13%;
  border-radius: 50%;
  z-index: 0;
}
.cid-tw5tAJkU2B .card .signature {
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #130947;
  font-weight: 7800;
}
.cid-tw5tAJkU2B .card .signature.display-7 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tw5tAJkU2B .card .card-text {
  margin-bottom: 25px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tw5tAJkU2B .card .card-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tw5tAJkU2B .card .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 21.7px;
}
.cid-tw5tAJkU2B .card .mbr-section-btn .link {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #4f87fb;
}
.cid-tw5tAJkU2B .card .mbr-section-btn .link:not(:first-child) {
  margin-left: 25px;
}
.cid-tw5tAJkU2B .card .mbr-section-btn a.text-white:hover,
.cid-tw5tAJkU2B .card .mbr-section-btn a.text-white:focus {
  color: #000000 !important;
}
@media (min-width: 992px) {
  .cid-tw5tAJkU2B .carousel-item {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tw5tAJkU2B .carousel-controls a {
    width: 5%;
  }
}
.cid-tw5tAJkU2B .card .card-text,
.cid-tw5tAJkU2B .mbr-section-btn DIV {
  text-align: left;
}
.cid-tw5tAJkU2B .card .card-text,
.cid-tw5tAJkU2B .mbr-section-btn {
  text-align: left;
}
.cid-tw5ucUKbX5 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/medcoast-site-1238x881.jpg");
}
.cid-tw5ucUKbX5 .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tw5ucUKbX5 .carousel-item.active,
.cid-tw5ucUKbX5 .carousel-item-next,
.cid-tw5ucUKbX5 .carousel-item-prev {
  display: flex;
}
.cid-tw5ucUKbX5 .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-tw5ucUKbX5 .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-tw5ucUKbX5 .carousel-controls a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2rem;
}
.cid-tw5ucUKbX5 .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-tw5ucUKbX5 .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-tw5ucUKbX5 h1 {
  color: #36404c;
}
.cid-tw5ucUKbX5 .author-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tw5ucUKbX5 .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tw5ucUKbX5 .author {
  margin: auto 0;
}
.cid-tw5ucUKbX5 h3,
.cid-tw5ucUKbX5 h4 {
  margin: 0;
  padding: 0;
}
.cid-tw5ucUKbX5 h3 {
  color: #130947;
}
.cid-tw5ucUKbX5 h3.display-7 {
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-tw5ucUKbX5 h4 {
  color: #4f87fb;
  font-weight: 700;
}
.cid-tw5ucUKbX5 h4.display-4 {
  line-height: 1.5;
  font-size: 13px;
}
.cid-tw5ucUKbX5 .mbr-text {
  padding-bottom: 30px;
  color: #6d7a8c;
  font-weight: 300;
}
.cid-tw5ucUKbX5 .mbr-text.display-5 {
  line-height: 1.3;
}
.cid-tw5ucUKbX5 .box {
  max-width: 800px !important;
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-tw5ucUKbX5 .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-tw5ucUKbX5 .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-tw5D54aMDP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: linear-gradient(153deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
}
.cid-tw5D54aMDP .label-text {
  color: #ffffff;
  margin: 10px 0 7px;
}
.cid-tw5D54aMDP .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tw5D54aMDP .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tw5D54aMDP .mbr-section-btn {
  margin-top: 30px;
}
.cid-tw5D54aMDP .mbr-section-btn .btn-transform {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-tw5D54aMDP .mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tw5D54aMDP .mbr-section-btn .btn-white-outline:hover {
  color: #fff !important;
  background: #ffffff !important;
}
.cid-tw5D54aMDP .mbr-section-btn .btn-white-outline:hover .btn-transform {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-tw5uf3ID5T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/medcoast-site-1238x881.jpg");
}
.cid-tw5uf3ID5T .title-text {
  margin-bottom: 70px;
}
.cid-tw5uf3ID5T .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-tw5uf3ID5T .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tw5uf3ID5T .title-text .mbr-section-title {
  color: #130947;
}
.cid-tw5uf3ID5T .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-tw5uf3ID5T .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tw5uf3ID5T .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-tw5uf3ID5T .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tw5uf3ID5T .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-tw5uf3ID5T .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tw5uf3ID5T .accordion-content {
  flex-basis: 100%;
}
.cid-tw5uf3ID5T .panel-group {
  width: 100%;
}
.cid-tw5uf3ID5T .panel-text,
.cid-tw5uf3ID5T .header-text,
.cid-tw5uf3ID5T .mbr-section-subtitle {
  color: #222222;
}
.cid-tw5uf3ID5T .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-tw5uf3ID5T .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-tw5uf3ID5T .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f1f1f1;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-tw5uf3ID5T .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tw5uf3ID5T .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-tw5uf3ID5T .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-tw5uf3ID5T .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-tw5uf3ID5T .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-tw5uf3ID5T .card .card-header a.panel-title .toggle-icon:before,
.cid-tw5uf3ID5T .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-tw5uf3ID5T .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-tw5uf3ID5T .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-tw5uf3ID5T .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #4f87fb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tw5uf3ID5T .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-tw5uf3ID5T .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tw5uf3ID5T .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-tw5uf3ID5T .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-tw5vdr3pjo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tw5vdr3pjo .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-tw5vdr3pjo .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tw5vdr3pjo .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-tw5vdr3pjo .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tw5vdr3pjo .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tw5vdr3pjo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tw5vdr3pjo .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-tw5vdr3pjo .map-placeholder {
  display: none;
}
.cid-tw5vdr3pjo h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-tw5wKa8aug {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tw5wKa8aug .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tw5wKa8aug .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-tw5wKa8aug .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-tw5wKa8aug .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-tw5wKa8aug .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-tw5wKa8aug .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-tw5wKa8aug .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-tw5wKa8aug .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-tw5wKa8aug .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-tw5wKa8aug .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-tw5wKa8aug .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-tw5wKa8aug .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tw5wKa8aug .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-tw5wKa8aug .list-block {
  position: relative;
}
.cid-tw5wKa8aug .list-block h4,
.cid-tw5wKa8aug .list-block p {
  padding-left: 4.5rem;
}
.cid-tw5wKa8aug .card-img {
  display: block;
}
.cid-tw5wKa8aug input,
.cid-tw5wKa8aug textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tw5wKa8aug input:focus,
.cid-tw5wKa8aug textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tw5wKa8aug .form-control,
.cid-tw5wKa8aug .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ecf1f8;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tw5wKa8aug .form-control:hover,
.cid-tw5wKa8aug .field-input:hover,
.cid-tw5wKa8aug .form-control:focus,
.cid-tw5wKa8aug .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tw5wKa8aug input::-webkit-input-placeholder,
.cid-tw5wKa8aug textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-tw5wKa8aug input:-moz-placeholder,
.cid-tw5wKa8aug textarea:-moz-placeholder {
  color: #28303f;
}
.cid-tw5wKa8aug .jq-selectbox li,
.cid-tw5wKa8aug .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tw5wKa8aug .jq-selectbox li:hover,
.cid-tw5wKa8aug .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tw5wKa8aug .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tw5wKa8aug .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tw5wKa8aug .mbr-form {
  max-width: 550px;
}
.cid-tw5wKa8aug .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-tw5wKa8aug .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tw5wKa8aug .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tw5wKa8aug .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tw5wKa8aug .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-tw5wKa8aug .mbr-form textarea {
  min-height: 100px;
}
.cid-tw5wKa8aug .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #ff8f7a;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-tw5wKa8aug .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-tw5wKa8aug .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tw5wKa8aug .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-tw5wKa8aug .mbr-section-title,
  .cid-tw5wKa8aug .content-title,
  .cid-tw5wKa8aug .mbr-section-btn {
    text-align: left;
  }
}
.cid-rSb71wSlLD {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rSb71wSlLD img {
  width: 125px;
  margin: auto;
}
.cid-rSb71wSlLD .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-rSb71wSlLD .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-rSb71wSlLD .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-rSb71wSlLD .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-rSb71wSlLD .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-rSb71wSlLD .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-rSb71wSlLD .mbr-section-title {
    text-align: center;
  }
}
.cid-rSb73ad1zW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c4f7d;
}
.cid-rSb73ad1zW .links {
  text-align: center;
  color: #ffffff;
}
.cid-rSb73ad1zW p {
  margin: 0;
}
.cid-rSb73ad1zW a {
  color: #ffffff;
}
.cid-rSb73ad1zW a:hover {
  color: #ff8f7a !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
