.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5.625rem;
  line-height: 110%;
}
.display-1 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.75rem;
  line-height: 110%;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 170%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 110%;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 36px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.9375rem;
    font-size: calc( 2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61875rem + (5.625 - 2.61875) * ((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.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f1634f !important;
}
.bg-success {
  background-color: #199bfc !important;
}
.bg-info {
  background-color: #00df06 !important;
}
.bg-warning {
  background-color: #e59e4d !important;
}
.bg-danger {
  background-color: #003cd3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f1634f !important;
  border-color: #f1634f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f58d7e !important;
  border-color: #f58d7e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f58d7e !important;
  border-color: #f58d7e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #27232c !important;
  border-color: #27232c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #403a48 !important;
  border-color: #403a48 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #403a48 !important;
  border-color: #403a48 !important;
}
.btn-info,
.btn-info:active {
  background-color: #00df06 !important;
  border-color: #00df06 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #13ff19 !important;
  border-color: #13ff19 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #13ff19 !important;
  border-color: #13ff19 !important;
}
.btn-success,
.btn-success:active {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #4bb1fd !important;
  border-color: #4bb1fd !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4bb1fd !important;
  border-color: #4bb1fd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e59e4d !important;
  border-color: #e59e4d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ecb679 !important;
  border-color: #ecb679 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ecb679 !important;
  border-color: #ecb679 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #003cd3 !important;
  border-color: #003cd3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #074eff !important;
  border-color: #074eff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #074eff !important;
  border-color: #074eff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f1634f;
  color: #f1634f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d82a11 !important;
  background-color: transparent !important;
  border-color: #d82a11 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f1634f !important;
  border-color: #f1634f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #27232c;
  color: #27232c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #27232c !important;
  border-color: #27232c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #00df06;
  color: #00df06;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #008804 !important;
  background-color: transparent !important;
  border-color: #008804 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #00df06 !important;
  border-color: #00df06 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #199bfc;
  color: #199bfc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #026dbc !important;
  background-color: transparent !important;
  border-color: #026dbc !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e59e4d;
  color: #e59e4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bf731c !important;
  background-color: transparent !important;
  border-color: #bf731c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e59e4d !important;
  border-color: #e59e4d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #003cd3;
  color: #003cd3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #00237c !important;
  background-color: transparent !important;
  border-color: #00237c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #003cd3 !important;
  border-color: #003cd3 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f1634f !important;
}
.text-secondary {
  color: #27232c !important;
}
.text-success {
  color: #199bfc !important;
}
.text-info {
  color: #00df06 !important;
}
.text-warning {
  color: #e59e4d !important;
}
.text-danger {
  color: #003cd3 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ca2710 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0264ad !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #007903 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b26b1a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #001f6d !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: #f1634f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #00df06;
}
.alert-warning {
  background-color: #e59e4d;
}
.alert-danger {
  background-color: #003cd3;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f1634f;
  border-color: #f1634f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a{
  color: #199bfc;
}
a:hover {
  color: #003cd3;
}
.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: #e2f3ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #acffae;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a0bbff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 36px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #f1634f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 36px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #f1634f;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f1634f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f1634f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f1634f;
  border-bottom-color: #f1634f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f1634f !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: #27232c !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='%23f1634f' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 9px 30px;
  border-radius: 25px !important;
  border-width: 1px !important;
  font-weight: 400;
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 20px;
  margin: 0 0 0 8px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: transparent !important;
  color: #f1634f !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: transparent !important;
  color: #27232c !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: transparent !important;
  color: #199bfc !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: transparent !important;
  color: #00df06 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: transparent !important;
  color: #e59e4d !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: transparent !important;
  color: #003cd3 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #f1634f !important;
  color: #00df06 !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #27232c !important;
  color: #00df06 !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #199bfc !important;
  color: #27232c !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #00df06 !important;
  color: #27232c !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #e59e4d !important;
  color: #00df06 !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #003cd3 !important;
  color: #00df06 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000  !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 14px !important;
}
.cid-u7FfT6kL0h {
  background-color: transparent;
}
.cid-u7FfT6kL0h .navbar-dropdown {
  background-color: #f5f9fb !important;
  padding: 0;
}
.cid-u7FfT6kL0h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f5f9fb !important;
  background: #f5f9fb;
}
.cid-u7FfT6kL0h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7FfT6kL0h .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7FfT6kL0h .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7FfT6kL0h .menu_box .navbar.opened,
  .cid-u7FfT6kL0h .menu_box .navbar-collapse {
    background-color: #f5f9fb !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7FfT6kL0h .navbar-dropdown {
  position: relative !important;
}
.cid-u7FfT6kL0h .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u7FfT6kL0h .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7FfT6kL0h .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7FfT6kL0h .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7FfT6kL0h .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7FfT6kL0h .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-u7FfT6kL0h .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7FfT6kL0h .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7FfT6kL0h .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7FfT6kL0h .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7FfT6kL0h .offcanvas-body .mbr-text,
  .cid-u7FfT6kL0h .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7FfT6kL0h .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7FfT6kL0h .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7FfT6kL0h .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #71eac6;
  }
  .cid-u7FfT6kL0h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7FfT6kL0h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7FfT6kL0h .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7FfT6kL0h .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7FfT6kL0h ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7FfT6kL0h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7FfT6kL0h .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7FfT6kL0h .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7FfT6kL0h li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7FfT6kL0h .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7FfT6kL0h .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-u7FfT6kL0h .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7FfT6kL0h .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u7FfT6kL0h .nav-item {
    margin: 0 !important;
  }
}
.cid-u7FfT6kL0h .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u7FfT6kL0h .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7FfT6kL0h .nav-item .nav-link:hover,
.cid-u7FfT6kL0h .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-u7FfT6kL0h .nav-item .nav-link:hover::before,
.cid-u7FfT6kL0h .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7FfT6kL0h .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7FfT6kL0h .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7FfT6kL0h .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7FfT6kL0h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7FfT6kL0h .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7FfT6kL0h .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7FfT6kL0h .offcanvas_box {
    display: none;
  }
}
.cid-u7FfT6kL0h .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7FfT6kL0h .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7FfT6kL0h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7FfT6kL0h .container {
  display: flex;
  margin: auto;
}
.cid-u7FfT6kL0h .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7FfT6kL0h .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7FfT6kL0h .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7FfT6kL0h .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7FfT6kL0h .navbar-nav {
    margin: 0;
  }
}
.cid-u7FfT6kL0h .dropdown-menu,
.cid-u7FfT6kL0h .navbar.opened {
  background-color: false !important;
}
.cid-u7FfT6kL0h .nav-item:focus,
.cid-u7FfT6kL0h .nav-link:focus {
  outline: none;
}
.cid-u7FfT6kL0h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7FfT6kL0h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7FfT6kL0h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7FfT6kL0h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7FfT6kL0h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7FfT6kL0h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7FfT6kL0h .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7FfT6kL0h .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7FfT6kL0h .navbar.opened {
  transition: all 0.3s;
}
.cid-u7FfT6kL0h .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7FfT6kL0h .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u7FfT6kL0h .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7FfT6kL0h .navbar.collapsed {
  justify-content: center;
}
.cid-u7FfT6kL0h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7FfT6kL0h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7FfT6kL0h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7FfT6kL0h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7FfT6kL0h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7FfT6kL0h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7FfT6kL0h .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7FfT6kL0h .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7FfT6kL0h .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u7FfT6kL0h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7FfT6kL0h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7FfT6kL0h .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7FfT6kL0h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7FfT6kL0h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7FfT6kL0h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7FfT6kL0h .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7FfT6kL0h .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7FfT6kL0h .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7FfT6kL0h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7FfT6kL0h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7FfT6kL0h .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7FfT6kL0h .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7FfT6kL0h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7FfT6kL0h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7FfT6kL0h .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-u7FfT6kL0h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u7FfT6kL0h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7FfT6kL0h .dropdown-item.active,
.cid-u7FfT6kL0h .dropdown-item:active {
  background-color: transparent;
}
.cid-u7FfT6kL0h .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u7FfT6kL0h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7FfT6kL0h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7FfT6kL0h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7FfT6kL0h ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7FfT6kL0h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7FfT6kL0h button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f5f9fb;
  background: #27232c;
}
.cid-u7FfT6kL0h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #71eac6;
}
.cid-u7FfT6kL0h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7FfT6kL0h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7FfT6kL0h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7FfT6kL0h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7FfT6kL0h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7FfT6kL0h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7FfT6kL0h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7FfT6kL0h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7FfT6kL0h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7FfT6kL0h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7FfT6kL0h .navbar {
    height: 70px;
  }
  .cid-u7FfT6kL0h .navbar.opened {
    height: auto;
  }
  .cid-u7FfT6kL0h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7FfT6kL0h .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u7FfT6kL0h .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-u7FfT6kL0h .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u7FfT6kL0h .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u7FfT6kL0h .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-u7FfT6kL0h .navbar-caption:hover {
  color: #27232c;
}
@media (min-width: 992px) {
  .cid-u7FfT6kL0h .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7FfT6kL0h .text_widget {
  margin-bottom: 32px;
}
.cid-u7FfT6kL0h .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7FfT6kL0h .text_widget a:hover,
.cid-u7FfT6kL0h .text_widget a:focus {
  opacity: .8;
}
.cid-u7FfT6kL0h .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-u7FfT6kL0h .navbar-caption {
  color: #bee0d6;
}
.cid-u7FfT6kL0h .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-u7FfT6kL0h .mbr-section-subtitle,
.cid-u7FfT6kL0h .text_widget,
.cid-u7FfT6kL0h .mbr-section-btn {
  text-align: center;
}
.cid-u7FfT6kL0h a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2KQSEGIaI {
  padding-top: 6rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/header-1920x1280.jpg");
}
.cid-u2KQSEGIaI::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#199bfc -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u2KQSEGIaI::before {
    opacity: .4;
  }
}
.cid-u2KQSEGIaI::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #003cd3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-u2KQSEGIaI::after {
    opacity: .4;
  }
}
.cid-u2KQSEGIaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KQSEGIaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u2KQSEGIaI .container {
    padding: 0 16px;
  }
}
.cid-u2KQSEGIaI .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-u2KQSEGIaI .row .card {
  justify-content: flex-end;
}
.cid-u2KQSEGIaI .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-u2KQSEGIaI .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-u2KQSEGIaI .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-u2KQSEGIaI .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2KQSEGIaI .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2KQSEGIaI .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f1634f !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #27232c !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #199bfc !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #00df06 !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #003cd3 !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-u2KQSEGIaI .mbr-section-title {
  color: #000000;
}
.cid-u2KQSEGIaI .mbr-text {
  color: #000000;
}
.cid-u2KQSEGIaI .mbr-section-title,
.cid-u2KQSEGIaI .mbr-section-btn-main {
  color: #27232c;
}
.cid-u2KQSEGIaI .mbr-text,
.cid-u2KQSEGIaI .mbr-section-btn {
  color: #27232c;
}
.cid-u7Kvpxbgiz {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7Kvpxbgiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Kvpxbgiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7Kvpxbgiz .container {
    padding: 0 16px;
  }
}
.cid-u7Kvpxbgiz .row {
  position: relative;
  justify-content: space-between;
}
.cid-u7Kvpxbgiz .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-u7Kvpxbgiz .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u7Kvpxbgiz .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u7Kvpxbgiz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u7Kvpxbgiz .content-wrapper .mbr-section-title span {
  color: #003cd3;
}
.cid-u7Kvpxbgiz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7Kvpxbgiz .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-u7Kvpxbgiz .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u7Kvpxbgiz .image-wrapper img {
    height: 350px;
  }
}
.cid-u7Kvpxbgiz .mbr-section-title {
  color: #27232c;
}
.cid-u7Kvpxbgiz .mbr-text {
  color: #6f6f6f;
}
.cid-u7KAMdsjA3 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u7KAMdsjA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7KAMdsjA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7KAMdsjA3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u7KAMdsjA3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u7KAMdsjA3 .container {
    padding: 0 30px;
  }
}
.cid-u7KAMdsjA3 .card {
  justify-content: center;
}
.cid-u7KAMdsjA3 .content-wrapper {
  padding: 0 240px;
}
@media (max-width: 1440px) {
  .cid-u7KAMdsjA3 .content-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .cid-u7KAMdsjA3 .content-wrapper {
    padding: 0;
  }
}
.cid-u7KAMdsjA3 .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u7KAMdsjA3 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #dddddd;
}
.cid-u7KAMdsjA3 .content-wrapper .mbr-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #199bfc;
  margin-bottom: 50px;
}
.cid-u7KAMdsjA3 .content-wrapper .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #199bfc;
}
@media (max-width: 992px) {
  .cid-u7KAMdsjA3 .content-wrapper .mbr-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.cid-u7KAMdsjA3 .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u7KAMdsjA3 .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-u7KAMdsjA3 .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-u7KAMdsjA3 .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.cid-u7KAMdsjA3 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 2px;
}
.cid-u7KAMdsjA3 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  font-weight: 300;
}
.cid-u7KAMdsjA3 .mbr-text {
  color: #254b45;
}
.cid-u7KAMdsjA3 .mbr-name {
  color: #254b45;
}
.cid-u7KAMdsjA3 .mbr-role {
  color: #254b45;
}
.cid-u7KAMdsjA3 .mbr-text,
.cid-u7KAMdsjA3 .icon-wrapper {
  text-align: left;
  color: #27232c;
}
.cid-u7KAMdsjA3 .mbr-name,
.cid-u7KAMdsjA3 .person-wrapper {
  text-align: left;
  color: #27232c;
}
.cid-u7KAMdsjA3 .mbr-role,
.cid-u7KAMdsjA3 .person-wrapper {
  color: #6f6f6f;
}
.cid-u7KR7HvJjR {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #f5f7fd;
}
.cid-u7KR7HvJjR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7KR7HvJjR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u7KR7HvJjR .container {
    max-width: 1400px;
  }
}
.cid-u7KR7HvJjR .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #199bfc;
  margin-bottom: 2rem;
}
.cid-u7KR7HvJjR .card-wrapper {
  margin-top: 2rem;
  background: #ffffff;
  padding: 5rem 2rem;
  border-radius: 2rem;
}
.cid-u7KR7HvJjR .row {
  justify-content: center;
}
.cid-u7KR7HvJjR .mbr-section-title {
  color: #27232c;
  text-align: center;
}
.cid-u7KR7HvJjR .card-title,
.cid-u7KR7HvJjR .iconfont-wrapper {
  text-align: center;
  color: #6f6f6f;
}
.cid-u7KR7HvJjR .mbr-section-subtitle {
  color: #6f6f6f;
}
.cid-u8dNAH4G5S {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f5f8fd;
}
@media (min-width: 768px) {
  .cid-u8dNAH4G5S {
    align-items: center;
  }
  .cid-u8dNAH4G5S .row {
    justify-content: center;
  }
}
.cid-u8dNAH4G5S p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8dNAH4G5S .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8dNAH4G5S {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8dNAH4G5S .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8dNAH4G5S .content-wrap {
    width: 100%;
  }
}
.cid-u8dNAH4G5S .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u8dNAH4G5S .mbr-text,
.cid-u8dNAH4G5S .mbr-section-btn {
  text-align: center;
  color: #6f6f6f;
}
.cid-u8dNAH4G5S .mbr-section-subtitle {
  color: #27232c;
  text-align: center;
}
.cid-u7L1GffbBm {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f5f7fd;
}
.cid-u7L1GffbBm .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #191f23;
}
.cid-u7L1GffbBm .wrap {
  margin-top: 20px;
}
.cid-u7L1GffbBm .wrap__card {
  box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .cid-u7L1GffbBm .wrap__card {
    padding: 20px;
  }
}
.cid-u7L1GffbBm .item1 {
  color: #000000;
  background-color: #ffffff;
}
.cid-u7L1GffbBm .item2 {
  color: #ffffff;
  background-color: #199bfc;
}
.cid-u7L1GffbBm .item3 {
  color: #ffffff;
  background-color: #003cd3;
}
.cid-u7L1GffbBm .card__title {
  margin: 0px 0px 10px;
}
.cid-u7L1GffbBm .card__time {
  border-radius: 4px;
  margin-top: 20px;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  background-color: rgba(136, 136, 136, 0.2);
}
.cid-u7L1GffbBm .mbr-text,
.cid-u7L1GffbBm .mbr-section-btn,
.cid-u7L1GffbBm .price__list_check {
  margin-top: 25px;
}
.cid-u7L1GffbBm .mbr-text,
.cid-u7L1GffbBm .card__time {
  margin-bottom: 0;
}
.cid-u7L1GffbBm .item__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-u7L1GffbBm .price__list_check .item {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-u7L1GffbBm .price__list_check .item:before {
  content: '\e97c';
  font-family: 'Moririse2' !important;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: middle;
  font-weight: bold;
}
.cid-u7L1GffbBm .price__list_close .item {
  padding: 5px 0;
  margin-bottom: 0;
  opacity: 0.6;
}
.cid-u7L1GffbBm .price__list_close .item:before {
  content: '\e91a';
  font-family: 'Moririse2' !important;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  font-weight: bold;
}
.cid-u7L1GffbBm .footnote {
  margin: 20px 0 10px;
  color: #6f6f6f;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7L1GffbBm .footnote {
    margin-bottom: 30px;
  }
}
.cid-u7L1GffbBm .btn-info {
  border-color: #003cd3 !important;
  background-color: #003cd3 !important;
}
.cid-u7L1GffbBm .btn-info:hover {
  background-color: transparent !important;
  border-color: #003cd3 !important;
  color: #003cd3 !important;
}
.cid-u7L1GffbBm .btn-white:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.cid-u7L1GffbBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7L1GffbBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dS1Utlkv {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f5f7fd;
}
.cid-u8dS1Utlkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dS1Utlkv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dS1Utlkv .row {
  justify-content: left;
}
.cid-u8dS1Utlkv .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #ffffff;
  border: 2px solid #f5f7fd;
  position: relative;
}
@media (max-width: 991px) {
  .cid-u8dS1Utlkv .content-container {
    flex-wrap: wrap;
  }
}
.cid-u8dS1Utlkv .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-u8dS1Utlkv .text-item {
    width: 100%;
  }
}
.cid-u8dS1Utlkv .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-u8dS1Utlkv .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-u8dS1Utlkv .mbr-section-title {
  color: #003cd3;
}
@media (max-width: 991px) {
  .cid-u8dS1Utlkv .mbr-section-title {
    text-align: center !important;
  }
}
.cid-u8dS1Utlkv .mbr-section-subtitle {
  color: #6f6f6f;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u8dS1Utlkv .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u8dS1Utlkv .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-u8dS1Utlkv .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u8dS1Utlkv .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #199bfc, #003cd3);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-u8dS1Utlkv .circle-blur {
    display: none !important;
  }
}
.cid-u8e11pE3xE {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-u8e11pE3xE {
    align-items: center;
  }
  .cid-u8e11pE3xE .row {
    justify-content: center;
  }
}
.cid-u8e11pE3xE p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8e11pE3xE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8e11pE3xE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8e11pE3xE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8e11pE3xE .content-wrap {
    width: 100%;
  }
}
.cid-u8e11pE3xE .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u8e11pE3xE .mbr-text,
.cid-u8e11pE3xE .mbr-section-btn {
  text-align: center;
  color: #6f6f6f;
}
.cid-u8e11pE3xE .mbr-section-subtitle {
  color: #27232c;
  text-align: center;
}
.cid-u8dZVz6mP9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8dZVz6mP9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dZVz6mP9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u8dZVz6mP9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8dZVz6mP9 .row {
  flex-direction: row-reverse;
}
.cid-u8dZVz6mP9 img {
  width: 100%;
}
.cid-u8dZVz6mP9 .mbr-description {
  color: #696969;
}
.cid-u8e01B37dy {
  display: flex;
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-u8e01B37dy {
    align-items: center;
  }
  .cid-u8e01B37dy .row {
    justify-content: center;
  }
}
.cid-u8e01B37dy p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8e01B37dy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8e01B37dy {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8e01B37dy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8e01B37dy .content-wrap {
    width: 100%;
  }
}
.cid-u8e01B37dy .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u8e01B37dy .mbr-text,
.cid-u8e01B37dy .mbr-section-btn {
  text-align: center;
  color: #6f6f6f;
}
.cid-u8e01B37dy .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u8e2Z9fHSz {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u8e2Z9fHSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8e2Z9fHSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u8e2Z9fHSz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8e2Z9fHSz .row {
  flex-direction: row-reverse;
}
.cid-u8e2Z9fHSz img {
  width: 100%;
}
.cid-u8e2Z9fHSz .mbr-description {
  color: #696969;
}
.cid-u7FifXHz50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7FifXHz50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7FifXHz50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7FifXHz50 .container {
    padding: 0 16px;
  }
}
.cid-u7FifXHz50 .row {
  position: relative;
  justify-content: space-between;
}
.cid-u7FifXHz50 .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-u7FifXHz50 .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-u7FifXHz50 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u7FifXHz50 .content-wrapper .mbr-section-title span {
  color: #27232c;
}
.cid-u7FifXHz50 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-u7FifXHz50 .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-u7FifXHz50 .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #199bfc -10%, transparent 80%);
}
.cid-u7FifXHz50 .panel-group .card {
  border-radius: 20px !important;
  background-color: #f5f7fd;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-u7FifXHz50 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u7FifXHz50 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u7FifXHz50 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u7FifXHz50 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #199bfc;
  margin-left: 16px;
}
.cid-u7FifXHz50 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7FifXHz50 .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-u7FifXHz50 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-u7FifXHz50 .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-u7FifXHz50 .mbr-section-title {
  color: #000000;
}
.cid-u7FifXHz50 .mbr-text {
  color: #6f6f6f;
}
.cid-u7FifXHz50 .panel-title-edit {
  color: #27232c;
}
.cid-u7FifXHz50 .panel-text {
  color: #6f6f6f;
}
.cid-u7FifXHz50 .mbr-section-title,
.cid-u7FifXHz50 .mbr-section-btn,
.cid-u7FifXHz50 .decor-wrapper {
  color: #27232c;
}
.cid-u8e96o8Nmk {
  display: flex;
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-u8e96o8Nmk {
    align-items: center;
  }
  .cid-u8e96o8Nmk .row {
    justify-content: center;
  }
}
.cid-u8e96o8Nmk p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8e96o8Nmk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8e96o8Nmk {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8e96o8Nmk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8e96o8Nmk .content-wrap {
    width: 100%;
  }
}
.cid-u8e96o8Nmk .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u8e96o8Nmk .mbr-text,
.cid-u8e96o8Nmk .mbr-section-btn {
  text-align: center;
  color: #6f6f6f;
}
.cid-u8e96o8Nmk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u8iN5HomD7 {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #199bfc;
  overflow: hidden;
}
.cid-u8iN5HomD7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8iN5HomD7 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u8iN5HomD7 img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-u8iN5HomD7 .mbr-section-btn,
.cid-u8iN5HomD7 .btn {
  width: 100%;
  margin: 0;
}
.cid-u8iN5HomD7 .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u8iN5HomD7 .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-u8iN5HomD7 input,
.cid-u8iN5HomD7 textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ffffff !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #ffffff !important;
}
.cid-u8iN5HomD7 input:hover,
.cid-u8iN5HomD7 textarea:hover,
.cid-u8iN5HomD7 input:active,
.cid-u8iN5HomD7 textarea:active,
.cid-u8iN5HomD7 input:focus,
.cid-u8iN5HomD7 textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-u8iN5HomD7 input::placeholder,
.cid-u8iN5HomD7 textarea::placeholder {
  color: #ffffff !important;
}
.cid-u8iN5HomD7 .mbr-section-subtitle {
  color: #d70081;
  text-align: left;
}
.cid-u8iN5HomD7 .mbr-section-formtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u8iN5HomD7 .mbr-section-maintitle {
  color: #ffffff;
  text-align: left;
}
.cid-u8ejFjWcId {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #003cd3;
}
.cid-u8ejFjWcId img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-u8ejFjWcId .si {
  width: 100%;
}
.cid-u8ejFjWcId .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-u8ejFjWcId .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #ffffff;
}
.cid-u8ejFjWcId .subtitle {
  color: #199bfc;
}
.cid-u8ejFjWcId .text,
.cid-u8ejFjWcId .si {
  text-align: center;
}
.cid-u8ejFjWcId .copyright {
  padding-top: 120px;
}
.cid-u8ejUXJiOI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #003cd3;
}
.cid-u8ejUXJiOI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8ejUXJiOI .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u8ejUXJiOI .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u8ejUXJiOI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-u8ejUXJiOI .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-u8ejUXJiOI .media-container-row .foot-menu li:hover {
  color: #27232c;
}
.cid-u8ejUXJiOI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u8ejUXJiOI .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u8ejUXJiOI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u8ejUXJiOI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u8ejUXJiOI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u8ejUXJiOI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u8ejUXJiOI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u8ejUXJiOI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u8ejUXJiOI .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u8ejUXJiOI .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-u8ejUXJiOI .media-container-row .mbr-text {
  color: #6f91e9;
}


.wpcf7-list-item{
	font-size:13px;
	line-height:110%;
}
.cid-u8iN5HomD7 .wpcf7-list-item input{
	margin-bottom:0;
	background:#fff;
	float:left;
	margin-right:10px;
	margin-top:4px;
}
.cid-u8iN5HomD7 .wpcf7-list-item input:focus{
	background:#fff;
}
.cid-u8iN5HomD7 .wpcf7-list-item input[type=checkbox]:after{
	left: 8px;
    top: 5px;
}
.cid-u8iN5HomD7 .wpcf7-list-item span.wpcf7-list-item-label{
	font-size:13px;
	line-height:110%;
	color:#fff;
}


#naglowek{
	padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #e8edf8;
}
#tresc{
	padding-top: 4rem;
    padding-bottom: 4rem;
}
#footer01-27 a{
	color:#fff;
}
#footer01-27 a:hover{
	text-decoration:underline;
}
#footer1-26 a:hover{
	text-decoration:underline;
	
}
.cid-u8ejFjWcId#footer1-26 .subtitle a, .cid-u8ejFjWcId#footer1-26 .subtitle a:hover{
	color: #199bfc;
}