@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap);





body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.875rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((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.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #ff513c !important;
}
.bg-success {
  background-color: #fff000 !important;
}
.bg-info {
  background-color: #61728a !important;
}
.bg-warning {
  background-color: #d52b27 !important;
}
.bg-danger {
  background-color: #1352ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ef1a00 !important;
  border-color: #ef1a00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ef1a00 !important;
  border-color: #ef1a00 !important;
}
.btn-primary:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #282f39 !important;
  border-color: #282f39 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-info,
.btn-info:active {
  background-color: #61728a !important;
  border-color: #61728a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff000 !important;
  border-color: #fff000 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-success:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d52b27 !important;
  border-color: #d52b27 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #941e1b !important;
  border-color: #941e1b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #941e1b !important;
  border-color: #941e1b !important;
}
.btn-warning:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1352ff !important;
  border-color: #1352ff !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0035c5 !important;
  border-color: #0035c5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0035c5 !important;
  border-color: #0035c5 !important;
}
.btn-danger:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ff513c;
  color: #ff513c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff513c;
  border-color: #ff513c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #282f39;
  color: #282f39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #282f39;
  border-color: #282f39;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #282f39 !important;
  border-color: #282f39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #61728a;
  color: #61728a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #61728a;
  border-color: #61728a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #61728a !important;
  border-color: #61728a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #fff000;
  color: #fff000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #fff000;
  border-color: #fff000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #fff000 !important;
  border-color: #fff000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #d52b27;
  color: #d52b27;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #d52b27;
  border-color: #d52b27;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d52b27 !important;
  border-color: #d52b27 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #1352ff;
  color: #1352ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #1352ff;
  border-color: #1352ff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1352ff !important;
  border-color: #1352ff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  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 {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #ff513c !important;
}
.text-secondary {
  color: #282f39 !important;
}
.text-success {
  color: #fff000 !important;
}
.text-info {
  color: #61728a !important;
}
.text-warning {
  color: #d52b27 !important;
}
.text-danger {
  color: #1352ff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffaca2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #526075 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fff666 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #99a6b8 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e77e7b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #799dff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #61728a;
}
.alert-warning {
  background-color: #d52b27;
}
.alert-danger {
  background-color: #1352ff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff513c;
  border-color: #ff513c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff513c;
}
.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: #fffccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8b3c2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f7d2d1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfe8ff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #ff513c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff513c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff513c;
  border-bottom-color: #ff513c;
}
.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: #ff513c !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: #282f39 !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='%23ff513c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rYQqzfuydi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .nav-item,
.cid-rYQqzfuydi .nav-link,
.cid-rYQqzfuydi .navbar-caption {
  font-weight: normal;
}
.cid-rYQqzfuydi .nav-item:focus,
.cid-rYQqzfuydi .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rYQqzfuydi .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rYQqzfuydi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rYQqzfuydi .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-rYQqzfuydi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rYQqzfuydi .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rYQqzfuydi .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rYQqzfuydi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rYQqzfuydi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rYQqzfuydi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rYQqzfuydi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-rYQqzfuydi .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rYQqzfuydi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rYQqzfuydi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rYQqzfuydi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rYQqzfuydi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-rYQqzfuydi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rYQqzfuydi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-rYQqzfuydi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rYQqzfuydi .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rYQqzfuydi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rYQqzfuydi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rYQqzfuydi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rYQqzfuydi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rYQqzfuydi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rYQqzfuydi .dropdown-item.active,
.cid-rYQqzfuydi .dropdown-item:active {
  background-color: transparent;
}
.cid-rYQqzfuydi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rYQqzfuydi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rYQqzfuydi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rYQqzfuydi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rYQqzfuydi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYQqzfuydi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rYQqzfuydi .navbar-buttons {
  text-align: center;
}
.cid-rYQqzfuydi .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-rYQqzfuydi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQqzfuydi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rYQqzfuydi a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-rYQqzfuydi .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rYQqzfuydi .soc-item {
  margin: .5rem .3rem;
}
.cid-rYQqzfuydi .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rYQqzfuydi .navbar {
    height: 77px;
  }
  .cid-rYQqzfuydi .navbar.opened {
    height: auto;
  }
  .cid-rYQqzfuydi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rYQEqnXVRH {
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/background4.jpg");
}
.cid-rYQEqnXVRH .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rYQEqnXVRH .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-rYQEqnXVRH .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYQEqnXVRH .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rYQEqnXVRH .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYQEqnXVRH .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-rYQEqnXVRH .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-rYQEqnXVRH .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-rYQEqnXVRH .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-rYQEqnXVRH .card .wrapper .mbr-section-title,
.cid-rYQEqnXVRH .mbr-section-btn {
  text-align: center;
}
.cid-rYQEqnXVRH .card .wrapper .mbr-text,
.cid-rYQEqnXVRH .mbr-section-btn {
  text-align: center;
}
.cid-rZkOhueldS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZkOhueldS .img-wrap img {
  width: 100%;
}
.cid-rZkOhueldS .card {
  border-radius: 0;
  margin: auto 0;
  padding: 0;
}
.cid-rZkOhueldS .card .wrapper {
  overflow: hidden;
}
.cid-rZkOhueldS .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-rZkOhueldS .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZkOhueldS .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZkOhueldS .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZkOhueldS .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-rZkOhueldS .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-rZkOhueldS .card .wrapper .sign-wrap::before {
  right: 65.8%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-rZkOhueldS .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-rZkOhueldS .card .wrapper .sign-wrap::after {
  left: 65.9%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-rYQXbZN8lt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f6f9;
}
.cid-rYQXbZN8lt .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYQXbZN8lt .mbr-section-subtitle {
  color: #06182d;
  line-height: 1;
  font-weight: 300;
}
.cid-rYQXbZN8lt .card {
  max-width: 300px;
}
.cid-rYQXbZN8lt .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid rgba(97, 114, 138, 0.2);
}
.cid-rYQXbZN8lt .card .card-wrapper .card-img {
  width: auto;
}
.cid-rYQXbZN8lt .card .card-wrapper .card-img img {
  width: 100%;
  max-height: 450px;
}
@media (max-width: 768px) {
  .cid-rYQXbZN8lt .card .card-wrapper .card-img img {
    width: auto;
  }
}
.cid-rYQXbZN8lt .card .card-wrapper .card-box {
  padding: 44px 30px 41px;
}
.cid-rYQXbZN8lt .card .card-wrapper .card-box .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
@media (max-width: 768px) {
  .cid-rYQXbZN8lt .card .card-wrapper .card-box .sticky-tag {
    display: none;
  }
}
.cid-rYQXbZN8lt .card .card-wrapper .card-box .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-rYQXbZN8lt .card .card-wrapper .card-box .sticky-tag .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #db3321 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-rYQXbZN8lt .card .card-wrapper .card-box .card-title {
  color: #06182d;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.cid-rYQXbZN8lt .card .card-wrapper .card-box .mbr-text {
  line-height: 1.6;
  text-align: center;
  color: #61728a;
}
.cid-rYQXbZN8lt .card .card-wrapper .card-box .ico-line {
  width: 100%;
  color: #767676;
  justify-content: space-between;
}
.cid-rYQXbZN8lt .card .card-wrapper .card-box .ico-line .mbr-iconfont {
  display: inline-block;
  color: #ff4e3c;
}
.cid-rYQXbZN8lt .card .card-wrapper .card-box .ico-line .rev {
  display: inline-block;
  color: #0a1c44;
}
.cid-rYQXbZN8lt .card .card-wrapper .card-box .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-rYR11bKRuP {
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/full2-1920x774.png");
}
.cid-rYR11bKRuP .mbr-text {
  color: #e5e5e5;
}
.cid-rYR11bKRuP .icon-wrap {
  margin: auto;
  transition: all 0.3s;
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  color: #ffffff;
}
.cid-rYR11bKRuP .icon-wrap:hover {
  border-color: #ff513c;
  transition: all 0.3s;
}
.cid-rYR11bKRuP .icon-wrap:hover .mbr-iconfont {
  color: #ff513c;
  transition: all 0.3s;
}
.cid-rYR11bKRuP .icon-wrap.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rYR11bKRuP .icon-wrap span {
  padding-left: 6px;
}
.cid-rYR11bKRuP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rYR11bKRuP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rYR11bKRuP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rYR11bKRuP a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rYR11bKRuP a.close:hover {
  color: #ffffff;
}
.cid-rYR2qkj1ow {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f6f9;
}
.cid-rYR2qkj1ow .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYR2qkj1ow .mbr-section-subtitle {
  color: #06182d;
  line-height: 1;
  font-weight: 300;
}
.cid-rYR2qkj1ow .card {
  max-width: 300px;
}
.cid-rYR2qkj1ow .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid rgba(97, 114, 138, 0.2);
}
.cid-rYR2qkj1ow .card .card-wrapper .card-img {
  width: auto;
}
.cid-rYR2qkj1ow .card .card-wrapper .card-img img {
  width: 100%;
  max-height: 450px;
}
@media (max-width: 768px) {
  .cid-rYR2qkj1ow .card .card-wrapper .card-img img {
    width: auto;
  }
}
.cid-rYR2qkj1ow .card .card-wrapper .card-box {
  padding: 44px 30px 41px;
}
.cid-rYR2qkj1ow .card .card-wrapper .card-box .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
@media (max-width: 768px) {
  .cid-rYR2qkj1ow .card .card-wrapper .card-box .sticky-tag {
    display: none;
  }
}
.cid-rYR2qkj1ow .card .card-wrapper .card-box .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-rYR2qkj1ow .card .card-wrapper .card-box .sticky-tag .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #db3321 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-rYR2qkj1ow .card .card-wrapper .card-box .card-title {
  color: #06182d;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.cid-rYR2qkj1ow .card .card-wrapper .card-box .mbr-text {
  line-height: 1.6;
  text-align: center;
  color: #61728a;
}
.cid-rYR2qkj1ow .card .card-wrapper .card-box .ico-line {
  width: 100%;
  color: #767676;
  justify-content: space-between;
}
.cid-rYR2qkj1ow .card .card-wrapper .card-box .ico-line .mbr-iconfont {
  display: inline-block;
  color: #ff4e3c;
}
.cid-rYR2qkj1ow .card .card-wrapper .card-box .ico-line .rev {
  display: inline-block;
  color: #0a1c44;
}
.cid-rYR2qkj1ow .card .card-wrapper .card-box .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-rYSh7V8dCj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-rYSh7V8dCj .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rYSh7V8dCj .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-rYQqzfuydi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .nav-item,
.cid-rYQqzfuydi .nav-link,
.cid-rYQqzfuydi .navbar-caption {
  font-weight: normal;
}
.cid-rYQqzfuydi .nav-item:focus,
.cid-rYQqzfuydi .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rYQqzfuydi .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rYQqzfuydi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rYQqzfuydi .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-rYQqzfuydi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rYQqzfuydi .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rYQqzfuydi .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rYQqzfuydi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rYQqzfuydi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rYQqzfuydi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rYQqzfuydi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-rYQqzfuydi .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rYQqzfuydi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rYQqzfuydi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rYQqzfuydi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rYQqzfuydi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-rYQqzfuydi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rYQqzfuydi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-rYQqzfuydi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rYQqzfuydi .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rYQqzfuydi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rYQqzfuydi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rYQqzfuydi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rYQqzfuydi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rYQqzfuydi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rYQqzfuydi .dropdown-item.active,
.cid-rYQqzfuydi .dropdown-item:active {
  background-color: transparent;
}
.cid-rYQqzfuydi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rYQqzfuydi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rYQqzfuydi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rYQqzfuydi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rYQqzfuydi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYQqzfuydi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rYQqzfuydi .navbar-buttons {
  text-align: center;
}
.cid-rYQqzfuydi .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-rYQqzfuydi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQqzfuydi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rYQqzfuydi a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-rYQqzfuydi .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rYQqzfuydi .soc-item {
  margin: .5rem .3rem;
}
.cid-rYQqzfuydi .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rYQqzfuydi .navbar {
    height: 77px;
  }
  .cid-rYQqzfuydi .navbar.opened {
    height: auto;
  }
  .cid-rYQqzfuydi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rYXhFC3HOP {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/background4.jpg");
}
.cid-rYXhFC3HOP .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rYXhFC3HOP .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-rYXhFC3HOP .card .wrapper .mbr-section-title span:first-child {
  color: #ff4e3c;
}
.cid-rYXhFC3HOP .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYXhFC3HOP .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rYXhFC3HOP .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYXhFC3HOP .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-rYXhFC3HOP .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-rYXhFC3HOP .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-rYXhFC3HOP .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-rYXhFC3HOP .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ff4e3c;
  display: inline-block;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-rYXhFC3HOP .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-rYXi3hoitk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYXi3hoitk .row {
  flex-direction: row-reverse;
}
.cid-rYXi3hoitk .img-wrap img {
  width: 100%;
}
.cid-rYXi3hoitk .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rYXi3hoitk .card .wrapper {
  overflow: hidden;
}
.cid-rYXi3hoitk .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-rYXi3hoitk .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYXi3hoitk .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-rYXi3hoitk .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYXi3hoitk .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-rYXi3hoitk .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-rYXi3hoitk .card .wrapper .sign-wrap::before {
  right: 65.8%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-rYXi3hoitk .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-rYXi3hoitk .card .wrapper .sign-wrap::after {
  left: 65.9%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-rYXi3hoitk .card .wrapper .mbr-section-title {
  text-align: left;
}
.cid-rYXnu6jMXy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5f5f5;
}
.cid-rYXnu6jMXy .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
}
.cid-rYXnu6jMXy .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-rYXnu6jMXy .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-rYXnu6jMXy .mbr-section-subtitle {
  color: #61728a;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-rYXnu6jMXy .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-rYXnu6jMXy .btn {
  margin: 0px !important;
}
.cid-rYXnu6jMXy .btn.btn-success-outline {
  color: #000000;
}
.cid-rYXnu6jMXy .btn.btn-sm {
  padding: 7px 39px;
}
.cid-rYXnu6jMXy .second-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rYXnu6jMXy .carousel-item {
  justify-content: center;
}
.cid-rYXnu6jMXy .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-rYXnu6jMXy .carousel-item .media-container-row .col-md-12 {
  padding: 0;
}
.cid-rYXnu6jMXy .carousel-item .wrap-img {
  text-align: center;
  max-height: 400px;
}
.cid-rYXnu6jMXy .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-rYXnu6jMXy .carousel {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-rYXnu6jMXy .carousel-indicators {
  display: none;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-rYXnu6jMXy .second-col {
    padding-top: 2rem;
  }
  .cid-rYXnu6jMXy .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-rYXnu6jMXy .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
}
.cid-rYXnu6jMXy .carousel-controls {
  display: flex;
  justify-content: center;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
}
.cid-rYXnu6jMXy .carousel-controls .carousel-control {
  background: #000000;
}
.cid-rYXnu6jMXy .carousel-controls .carousel-control.carousel-control-prev {
  right: auto;
  left: 0;
  bottom: 0;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  position: absolute;
  text-align: center;
}
.cid-rYXnu6jMXy .carousel-controls .carousel-control.carousel-control-next {
  left: auto;
  right: 0;
  bottom: 0;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  margin-right: 0;
  position: absolute;
  text-align: center;
}
.cid-rYXnu6jMXy .carousel-controls .carousel-control .span {
  font-size: 1rem;
  opacity: 1 !important;
}
.cid-rYXnu6jMXy .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-rYXnu6jMXy .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-rYXnu6jMXy .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rYXnu6jMXy .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-rYXnu6jMXy .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-rYXnu6jMXy .sticky-tag .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff5e3a transparent transparent;
  transform: skew(22deg) !important;
}
.cid-rYXi8U5qrv {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/06-1920x1281.jpg");
}
.cid-rYXi8U5qrv .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rYXi8U5qrv .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-rYXi8U5qrv .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYXi8U5qrv .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rYXi8U5qrv .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYXi8U5qrv .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-rYXi8U5qrv .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-rYXi8U5qrv .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-rYXi8U5qrv .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-rZkb3T5p7R {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rZkb3T5p7R .mbr-section-title {
  color: #06182d;
}
.cid-rZkb3T5p7R .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZkb3T5p7R .mbr-text,
.cid-rZkb3T5p7R .mbr-section-btn {
  color: #61728a;
}
.cid-rZkb3T5p7R .mbr-section-subtitle {
  color: #61728a;
}
.cid-rZkb3T5p7R .card {
  margin-bottom: 40px;
}
.cid-rZkb3T5p7R .card .card-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .cid-rZkb3T5p7R .card .card-wrapper {
    justify-content: center;
  }
  .cid-rZkb3T5p7R .card .card-wrapper .card-box {
    width: auto;
  }
}
.cid-rZkb3T5p7R .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  transition: all 0.3s ease-in-out;
  align-self: center;
}
.cid-rZkb3T5p7R .card .card-wrapper .card-box {
  margin-left: 14px;
}
.cid-rZkb3T5p7R .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #61728a;
  margin-bottom: 0rem;
}
.cid-rZkb3T5p7R .card .card-wrapper .card-box .card-text {
  color: #61728a;
}
.cid-rZkb3T5p7R .buttons-wrap {
  text-align: left;
}
@media (max-width: 768px) {
  .cid-rZkb3T5p7R .buttons-wrap {
    text-align: center;
  }
}
.cid-rZkb3T5p7R .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-rZkb3T5p7R .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-rZkb3T5p7R .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #030f1c;
}
.cid-rZkb3T5p7R .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-rZkb3T5p7R .buttons-wrap .or {
  text-align: center;
  display: inline;
  margin-left: 25px;
  margin-right: 25px;
  color: #61728a;
  margin-bottom: 0;
  vertical-align: sub;
}
@media (max-width: 992px) {
  .cid-rZkb3T5p7R .buttons-wrap .or {
    display: none;
  }
}
.cid-rZkaWJirpn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZkaWJirpn .mbr-section-title {
  color: #06182d;
}
.cid-rZkaWJirpn .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZkaWJirpn .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZkaWJirpn .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZkaWJirpn .mbr-section-text {
  color: #999999;
}
.cid-rZkaWJirpn .nav-tabs .nav-item.open .nav-link:focus,
.cid-rZkaWJirpn .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rZkaWJirpn .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #f4f6f9;
}
.cid-rZkaWJirpn .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-rZkaWJirpn .first {
  margin-left: -24px;
}
.cid-rZkaWJirpn .nav-tabs .nav-link {
  color: #06182d;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #f4f6f9;
  padding: 1rem 2.2rem;
}
.cid-rZkaWJirpn .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff513c;
}
.cid-rZkaWJirpn .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff513c;
}
.cid-rZkaWJirpn P {
  color: #879a9f;
}
@media (max-width: 768px) {
  .cid-rZkaWJirpn .first {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .cid-rZkaWJirpn .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rZkaWJirpn .mbr-text,
  .cid-rZkaWJirpn .nav-link {
    text-align: center;
  }
}
.cid-rYXnXxjvhD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/14-1920x1280.jpg");
}
.cid-rYXnXxjvhD .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-rYXnXxjvhD .mbr-section-subtitle {
  color: #ff4e3c;
}
.cid-rYXnXxjvhD .mbr-section-subtitle.mbr-bold {
  font-weight: 700;
}
.cid-rYXnXxjvhD .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYXnXxjvhD .mbr-text {
  color: #ffffff;
}
.cid-rYXnXxjvhD .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rYXnXxjvhD .text-wrap .icons-wrap .icon-wrapper {
  background: transparent;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #61728a;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rYXnXxjvhD .text-wrap .icons-wrap .icon-wrapper:hover {
  background-color: #55acee;
  border-color: #55acee;
}
.cid-rYXnXxjvhD .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffff;
}
.cid-rYXnXxjvhD .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rYXnXxjvhD .text-wrap .icons-wrap::before {
  height: 2px;
  width: 30%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #61728a;
}
@media (max-width: 992px) {
  .cid-rYXnXxjvhD .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rYXnXxjvhD .text-wrap .icons-wrap::after {
  height: 2px;
  width: 30%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #61728a;
}
@media (max-width: 992px) {
  .cid-rYXnXxjvhD .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-rYXnXxjvhD .buttons-wrap {
  text-align: center;
}
.cid-rYXnXxjvhD .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-rYXnXxjvhD .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-rYXnXxjvhD .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-rYXnXxjvhD .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-rYXnXxjvhD .buttons-wrap .or {
  text-align: center;
  display: inline;
  margin-left: 25px;
  margin-right: 25px;
}
.cid-rYXthtKMZk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rYXthtKMZk .progress {
  width: 100%;
}
.cid-rYXthtKMZk .mbr-flex {
  display: flex;
}
.cid-rYXthtKMZk .mbr-m-auto {
  margin: auto;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-rYXthtKMZk progress {
  height: 4px;
}
.cid-rYXthtKMZk .mbr-section-subtitle {
  color: #06182d;
}
.cid-rYXthtKMZk .mbr-section-subtitle.display-2 {
  letter-spacing: 0;
}
.cid-rYXthtKMZk .progress_value {
  position: relative;
}
.cid-rYXthtKMZk .progress_elements {
  margin: 0 auto;
}
.cid-rYXthtKMZk .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rYXthtKMZk .progress1 .progressbar-number:before,
.cid-rYXthtKMZk .progress2 .progressbar-number:before,
.cid-rYXthtKMZk .progress3 .progressbar-number:before,
.cid-rYXthtKMZk .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rYXthtKMZk progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-rYXthtKMZk .progress1 progress::-webkit-progress-value {
  background: #ff4e3c;
}
.cid-rYXthtKMZk .progress2 progress::-webkit-progress-value {
  background: #fff000;
}
.cid-rYXthtKMZk .progress3 progress::-webkit-progress-value {
  background: #1352ff;
}
.cid-rYXthtKMZk .progress4 progress::-webkit-progress-value {
  background: #d52b27;
}
.cid-rYXthtKMZk .progress1 .progressbar-number:before {
  content: '63';
}
.cid-rYXthtKMZk .progress2 .progressbar-number:before {
  content: '79';
}
.cid-rYXthtKMZk .progress3 .progressbar-number:before {
  content: '68';
}
.cid-rYXthtKMZk .progress4 .progressbar-number:before {
  content: '63';
}
.cid-rYXthtKMZk .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rYXthtKMZk .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rYXthtKMZk .progress_value span {
  padding-left: 30px;
}
.cid-rYXthtKMZk .mbr-section-title {
  color: #06182d;
}
.cid-rYXthtKMZk .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYXthtKMZk .progressbar-title p,
.cid-rYXthtKMZk .progress_value {
  color: #61728a;
}
.cid-rYXthtKMZk p {
  margin-bottom: 0.5rem;
}
.cid-rYXthtKMZk img {
  width: 80%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: -20px 20px 55px 2px rgba(61, 72, 87, 0.35);
}
@media (max-width: 576px) {
  .cid-rYXthtKMZk img {
    width: 100%;
  }
}
.cid-rZk84nxQri {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-rZk84nxQri .mbr-section-title {
  color: #06182d;
}
.cid-rZk84nxQri .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZk84nxQri .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZk84nxQri .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZk84nxQri .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-rZk84nxQri .title-text {
  margin-bottom: 70px;
}
.cid-rZk84nxQri .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZk84nxQri .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-rZk84nxQri .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-rZk84nxQri .title-text .mbr-section-title {
  color: #282f39;
}
.cid-rZk84nxQri .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-rZk84nxQri .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-rZk84nxQri .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-rZk84nxQri .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff4e3c;
}
.cid-rZk84nxQri .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-rZk84nxQri .p-4 {
  padding: 1rem 0 !important;
}
.cid-rZk84nxQri .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-rZk84nxQri .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rZk84nxQri .mbri-arrow-up:before {
  content: "\e960";
}
.cid-rZk84nxQri .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-rZk84nxQri .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-rZk84nxQri .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-rZk84nxQri .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-rZk84nxQri .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-rZk84nxQri .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-rZk84nxQri .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff4e3c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-rZk84nxQri .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-rZk84nxQri .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rZk84nxQri .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-rZk84nxQri .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-rZk84nxQri .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-rZk84nxQri .card .card-header a.panel-title .toggle-icon:before,
.cid-rZk84nxQri .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-rZk84nxQri .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;
  transform: none;
}
.cid-rZk84nxQri .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-rZk84nxQri .card .panel-body {
  padding: 14px 20px;
}
.cid-rZk84nxQri .card .panel-body p {
  color: #61728a;
  line-height: 1.5;
}
.cid-rZk84nxQri .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-rYXq5wevSK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/background1.jpg");
}
.cid-rYXq5wevSK .mbr-section-title {
  color: #ffffff;
}
.cid-rYXq5wevSK .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYXq5wevSK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rYXq5wevSK .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYXq5wevSK .mbr-section-text {
  color: #ffffff;
}
.cid-rYXq5wevSK .carousel-item {
  justify-content: center;
}
.cid-rYXq5wevSK .carousel-item.active,
.cid-rYXq5wevSK .carousel-item-next,
.cid-rYXq5wevSK .carousel-item-prev {
  display: flex;
}
.cid-rYXq5wevSK .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-rYXq5wevSK .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  color: #61728a;
  background: transparent;
  opacity: .9;
}
.cid-rYXq5wevSK .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rYXq5wevSK .user_image {
  width: 150px;
  height: 150px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
  z-index: 1;
  position: relative;
}
.cid-rYXq5wevSK .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rYXq5wevSK .mbr-iconfont {
  font-size: 3rem;
  opacity: 1;
  color: #ff4d39;
  margin-top: 15px;
}
.cid-rYXq5wevSK .user_text {
  position: relative;
  padding-bottom: 45px;
}
.cid-rYXq5wevSK .user_text .left-top {
  margin-bottom: 20px;
}
.cid-rYXq5wevSK .user_text .mbr-text {
  font-style: italic;
}
.cid-rYXq5wevSK .user_text .mbr-text.display-7 {
  line-height: 1.2;
}
.cid-rYXq5wevSK .user_text .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rYXq5wevSK .user_text .text-wrap .icons-wrap .icon-wrapper {
  background: transparent;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #61728a;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rYXq5wevSK .user_text .text-wrap .icons-wrap .icon-wrapper:hover {
  background-color: #55acee;
  border-color: #55acee;
}
.cid-rYXq5wevSK .user_text .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffff;
}
.cid-rYXq5wevSK .user_text .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rYXq5wevSK .user_text .text-wrap .icons-wrap::before {
  height: 2px;
  width: 30%;
  top: 50%;
  right: 62%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #61728a;
}
@media (max-width: 992px) {
  .cid-rYXq5wevSK .user_text .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rYXq5wevSK .user_text .text-wrap .icons-wrap::after {
  height: 2px;
  width: 30%;
  top: 50%;
  left: 62%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #61728a;
}
@media (max-width: 992px) {
  .cid-rYXq5wevSK .user_text .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-rYXq5wevSK .user_name {
  font-weight: 700;
}
@media (max-width: 230px) {
  .cid-rYXq5wevSK .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rYXnUpKOWv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5f5f5;
}
.cid-rYXnUpKOWv .img-wrap img {
  width: 100%;
}
.cid-rYXnUpKOWv .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
}
.cid-rYXnUpKOWv .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-rYXnUpKOWv .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-rYXnUpKOWv .mbr-section-subtitle {
  color: #61728a;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-rYXnUpKOWv .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-rYXnUpKOWv .btn {
  margin: 0px !important;
}
.cid-rYXnUpKOWv .btn.btn-success-outline {
  color: #000000;
}
.cid-rYXnUpKOWv .btn.btn-sm {
  padding: 7px 39px;
}
.cid-rYXnUpKOWv .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-rYXnUpKOWv .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-rYXnUpKOWv .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-rYXnUpKOWv .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-rYXnUpKOWv .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
}
.cid-rYXnUpKOWv .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-rYXnUpKOWv .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-rYXnUpKOWv .sticky-tag .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff5e3a transparent transparent;
  transform: skew(22deg) !important;
}
.cid-rYXpK0uGGq {
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/background2.jpg");
}
.cid-rYXpK0uGGq .mbr-text {
  color: #e5e5e5;
}
.cid-rYXpK0uGGq .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 130px;
  height: 130px;
  cursor: pointer;
}
.cid-rYXpK0uGGq .icon-wrap:hover .mbr-iconfont {
  color: #ff513c;
}
.cid-rYXpK0uGGq .icon-wrap span {
  padding-left: 4px;
}
.cid-rYXpK0uGGq .mbr-media span {
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff;
}
.cid-rYXpK0uGGq .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rYXpK0uGGq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rYXpK0uGGq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rYXpK0uGGq .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rYXpK0uGGq a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rYXpK0uGGq a.close:hover {
  color: #ffffff;
}
.cid-rYXogJAkI4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f6f9;
}
.cid-rYXogJAkI4 .mbr-section-title {
  color: #06182d;
}
.cid-rYXogJAkI4 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYXogJAkI4 .mbr-section-subtitle {
  color: #06182d;
}
.cid-rYXogJAkI4 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYXogJAkI4 .mbr-section-text {
  color: #999999;
}
.cid-rYXogJAkI4 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rYXogJAkI4 .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #f4f6f9;
  border: 0px solid #dfe3e8;
  border-bottom: 1px solid #dfe3e8;
  color: #61728a;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rYXogJAkI4 .form-control:focus,
.cid-rYXogJAkI4 .form-control:hover {
  border: 0px solid #f4f6f9;
  background-color: #f4f6f9;
}
.cid-rYXogJAkI4 .form-control.textarea {
  padding-top: 40px;
}
.cid-rYXogJAkI4 .form-group {
  margin-bottom: 1rem;
}
.cid-rYXogJAkI4 .form-group .wrap {
  display: flex;
}
.cid-rYXogJAkI4 .form-group .wrap span {
  padding: 0em 0em;
  margin-bottom: 0px;
  align-self: center;
  color: #61728a;
}
.cid-rYXogJAkI4 input::-webkit-input-placeholder,
.cid-rYXogJAkI4 textarea::-webkit-input-placeholder {
  color: #61728a;
}
.cid-rYXogJAkI4 input:-moz-placeholder,
.cid-rYXogJAkI4 textarea:-moz-placeholder {
  color: #61728a;
}
.cid-rYXogJAkI4 .jq-selectbox li,
.cid-rYXogJAkI4 .jq-selectbox li {
  background-color: #f4f6f9;
  color: #000000;
}
.cid-rYXogJAkI4 .jq-selectbox li:hover,
.cid-rYXogJAkI4 .jq-selectbox li.selected {
  background-color: #f4f6f9;
  color: #000000;
}
.cid-rYXogJAkI4 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f4f6f9;
}
.cid-rYXogJAkI4 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f4f6f9;
}
.cid-rYXogJAkI4 .map {
  width: 100%;
  height: 30rem;
}
.cid-rYXogJAkI4 .map iframe {
  width: inherit;
  height: 100%;
}
.cid-rYXogJAkI4 .icon-block {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.cid-rYXogJAkI4 .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
}
.cid-rYXogJAkI4 .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rYXogJAkI4 .mbr-text {
  color: #767676;
}
.cid-rYXogJAkI4 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rYXogJAkI4 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rYXogJAkI4 .input-group-btn {
  display: block;
  text-align: left;
}
.cid-rYXogJAkI4 .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-rYXogJAkI4 textarea.form-control {
  resize: none;
}
.cid-rYXogJAkI4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-rYXogJAkI4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rYXogJAkI4 .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-rYXogJAkI4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rYXogJAkI4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rYXogJAkI4 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rYXogJAkI4 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rYXogJAkI4 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-rYXogJAkI4 .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-rYXogJAkI4 * {
    text-align: center !important;
  }
}
.cid-rYSh7V8dCj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-rYSh7V8dCj .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rYSh7V8dCj .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-rYQqzfuydi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .nav-item,
.cid-rYQqzfuydi .nav-link,
.cid-rYQqzfuydi .navbar-caption {
  font-weight: normal;
}
.cid-rYQqzfuydi .nav-item:focus,
.cid-rYQqzfuydi .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rYQqzfuydi .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rYQqzfuydi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rYQqzfuydi .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-rYQqzfuydi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rYQqzfuydi .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rYQqzfuydi .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rYQqzfuydi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rYQqzfuydi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rYQqzfuydi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rYQqzfuydi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-rYQqzfuydi .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rYQqzfuydi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rYQqzfuydi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rYQqzfuydi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rYQqzfuydi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-rYQqzfuydi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rYQqzfuydi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-rYQqzfuydi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rYQqzfuydi .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rYQqzfuydi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rYQqzfuydi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rYQqzfuydi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rYQqzfuydi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rYQqzfuydi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rYQqzfuydi .dropdown-item.active,
.cid-rYQqzfuydi .dropdown-item:active {
  background-color: transparent;
}
.cid-rYQqzfuydi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rYQqzfuydi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rYQqzfuydi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rYQqzfuydi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rYQqzfuydi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYQqzfuydi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rYQqzfuydi .navbar-buttons {
  text-align: center;
}
.cid-rYQqzfuydi .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-rYQqzfuydi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQqzfuydi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rYQqzfuydi a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-rYQqzfuydi .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rYQqzfuydi .soc-item {
  margin: .5rem .3rem;
}
.cid-rYQqzfuydi .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rYQqzfuydi .navbar {
    height: 77px;
  }
  .cid-rYQqzfuydi .navbar.opened {
    height: auto;
  }
  .cid-rYQqzfuydi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rYWHPgVUdh {
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/background1.jpg");
}
.cid-rYWHPgVUdh .link-align {
  width: 100%;
}
.cid-rYWHPgVUdh .link-wrap {
  display: inline-block;
}
.cid-rYWHPgVUdh .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-rYWHPgVUdh .wrap {
  transform: matrix3d(0.99863, -0.052336, 0, 0, 0.052336, 0.99863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.cid-rYWHPgVUdh .wrap .mask {
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: flex;
  z-index: 8;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 1.05;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  min-height: 88px;
  width: 100%;
  max-height: 100px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
@media (max-width: 992px) {
  .cid-rYWHPgVUdh .wrap .mask {
    background: none;
    min-height: auto;
  }
}
.cid-rYWHPgVUdh .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-rYWHPgVUdh .wrap .price {
  color: #fff000;
}
@media (min-width: 992px) {
  .cid-rYWHPgVUdh .wrap .mbr-section-title.display-1 {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-rYWHPgVUdh .mbr-text {
    text-align: right;
  }
}
.cid-rYWHTlrhKV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282f39;
}
.cid-rYWHTlrhKV .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYWHTlrhKV .card {
  padding: 5px;
  transition: transform 0.6s ease 0s;
}
.cid-rYWHTlrhKV .card:hover {
  transform: translateY(-20px);
}
.cid-rYWHTlrhKV .card .card-wrapper {
  background: #ff513c;
  background-position: center;
  padding: 40px 20px;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-rYWHTlrhKV .card .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-rYWHTlrhKV .card .card-wrapper .card-box .card-subtitle {
  color: #ffffff;
}
.cid-rYWHTlrhKV .card .card-wrapper .card-box .start-from {
  line-height: 1.2;
  margin-bottom: 15px;
}
.cid-rYWHTlrhKV .card .card-wrapper .card-box .mbr-usd {
  vertical-align: top;
  display: inline-block;
  color: #fff000;
  line-height: 0.6;
}
.cid-rYWHTlrhKV .card .card-wrapper .card-box .mbr-price {
  color: #fff000;
  line-height: 0.6;
}
.cid-rYWHTlrhKV .card .card-wrapper .card-box .mbr-text,
.cid-rYWHTlrhKV .card .card-wrapper .card-box .link-align {
  color: #ffffff;
}
.cid-rYWHTlrhKV .card .card-wrapper .card-box .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-rYWHTlrhKV .card .card-wrapper .card-box .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-rYWHTlrhKV .card .card-wrapper .card-box .mbr-list .list li {
  line-height: 1.75;
}
.cid-rYWHTlrhKV .card .card-wrapper .card-box .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-rYWHTlrhKV .card .card-wrapper .card-box .mbr-list UL {
  text-align: left;
}
.cid-rZkfGpCEZY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZkfGpCEZY .mbr-section-title {
  color: #06182d;
}
.cid-rZkfGpCEZY .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZkfGpCEZY .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZkfGpCEZY .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZkfGpCEZY .mbr-section-text {
  color: #999999;
}
.cid-rZkfGpCEZY .nav-tabs .nav-item.open .nav-link:focus,
.cid-rZkfGpCEZY .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rZkfGpCEZY .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #f4f6f9;
}
.cid-rZkfGpCEZY .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-rZkfGpCEZY .nav-tabs .nav-link {
  color: #06182d;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #f4f6f9;
  padding: 1rem 2.2rem;
}
.cid-rZkfGpCEZY .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff513c;
}
.cid-rZkfGpCEZY .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff513c;
}
.cid-rZkfGpCEZY P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-rZkfGpCEZY .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rZkfGpCEZY .mbr-text,
  .cid-rZkfGpCEZY .nav-link {
    text-align: center;
  }
}
.cid-rZkfGpCEZY .img-wrap img {
  width: 100%;
}
.cid-rYWHYriqFK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/background3.jpg");
}
.cid-rYWHYriqFK .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  text-align: right;
}
.cid-rYWHYriqFK .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-rYWHYriqFK .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-rYWHYriqFK .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rYWHYriqFK .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYWHYriqFK .mbr-text,
.cid-rYWHYriqFK .mbr-section-btn {
  color: #ffffff;
}
.cid-rYWHYriqFK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rYWHYriqFK .card .card-wrapper {
  text-align: center;
}
.cid-rYWHYriqFK .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
}
.cid-rYWHYriqFK .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #ffffff;
}
.cid-rYWHYriqFK .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-rYWHYriqFK .buttons-wrap {
  text-align: center;
}
.cid-rYWHYriqFK .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-rYWHYriqFK .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-rYWHYriqFK .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-rYWHYriqFK .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-rYWHYriqFK .buttons-wrap .or {
  text-align: center;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .cid-rYWHYriqFK .buttons-wrap .or {
    display: none;
  }
}
.cid-rYWHZStsLy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rYWHZStsLy .mbr-section-title {
  color: #06182d;
}
.cid-rYWHZStsLy .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYWHZStsLy .mbr-section-subtitle {
  color: #06182d;
}
.cid-rYWHZStsLy .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYWHZStsLy .card:nth-child(even) {
  margin-top: 70px;
}
.cid-rYWHZStsLy .card:nth-child(odd)::after {
  content: '';
  background-size: contain;
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 185px;
  height: 50px;
  z-index: 4;
  top: 1px;
  right: -148px;
}
.cid-rYWHZStsLy .card:nth-child(2)::after {
  content: '';
  background-size: contain;
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 175px;
  height: 80px;
  z-index: 4;
  bottom: -12px;
  right: -100px;
  transform: scale(1, -1);
}
.cid-rYWHZStsLy .card .card-wrapper {
  height: 100%;
}
.cid-rYWHZStsLy .card .card-wrapper .card-img {
  position: relative;
}
.cid-rYWHZStsLy .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-rYWHZStsLy .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.cid-rYWHZStsLy .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-rYWHZStsLy .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-rYWHZStsLy .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
.cid-rYWI14cKNL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rYWI14cKNL img {
  width: 100%;
  border-radius: 50px;
  margin-bottom: 20px;
  max-height: ;
}
.cid-rYWI14cKNL .card {
  margin-bottom: 130px !important;
}
.cid-rYWI14cKNL .card .img-wrapper {
  overflow: hidden;
}
.cid-rYWI14cKNL .card:hover {
  cursor: pointer;
}
.cid-rYWI14cKNL .card:hover img {
  transform: scale(1.05);
}
.cid-rYWI14cKNL .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
@media (max-width: 1200px) {
  .cid-rYWI14cKNL .card {
    margin-bottom: 50px !important;
  }
}
.cid-rYWI14cKNL .card .card-wrapper {
  text-align: left;
}
.cid-rYWI14cKNL .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
  margin-right: 14px;
}
.cid-rYWI14cKNL .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #06182d;
}
.cid-rYWI14cKNL .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-rYWI14cKNL .card .card-wrapper .card-box .card-text {
  color: #61728a;
}
@media (min-width: 1400px) {
  .cid-rYWI14cKNL .card.left-box {
    right: 105px !important;
  }
  .cid-rYWI14cKNL .card.right-box {
    left: 97px !important;
  }
}
.cid-rYWI14cKNL .mbr-section-title {
  color: #06182d;
}
.cid-rYWI14cKNL .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYWI14cKNL .mbr-section-subtitle {
  color: #06182d;
}
.cid-rYWI14cKNL .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYWI14cKNL .mbr-section-text {
  color: #999999;
}
.cid-rYWI2LfIyV {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #282f39;
}
.cid-rYWI2LfIyV .mbr-section-title {
  color: #ffffff;
}
.cid-rYWI2LfIyV .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYWI2LfIyV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rYWI2LfIyV .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYWI2LfIyV .mbr-section-text {
  color: #ffffff;
}
.cid-rYWI2LfIyV .carousel-item {
  justify-content: center;
}
.cid-rYWI2LfIyV .carousel-item.active,
.cid-rYWI2LfIyV .carousel-item-next,
.cid-rYWI2LfIyV .carousel-item-prev {
  display: flex;
}
.cid-rYWI2LfIyV .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-rYWI2LfIyV .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  color: #61728a;
  background: transparent;
  opacity: .9;
}
.cid-rYWI2LfIyV .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rYWI2LfIyV .user_image {
  width: 150px;
  height: 150px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
  z-index: 1;
  position: relative;
}
.cid-rYWI2LfIyV .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rYWI2LfIyV .mbr-iconfont {
  font-size: 3rem;
  opacity: 1;
  color: #ff4d39;
  margin-top: 33px;
  margin-bottom: 13px;
}
.cid-rYWI2LfIyV .user_text {
  position: relative;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .cid-rYWI2LfIyV .user_text p {
    padding: 1rem 0rem;
  }
}
.cid-rYWI2LfIyV .user_text .mbr-text {
  font-style: italic;
  margin-bottom: 26px;
}
.cid-rYWI2LfIyV .user_text .mbr-text.display-7 {
  line-height: 1.2;
}
.cid-rYWI2LfIyV .user_name {
  font-weight: 700;
}
.cid-rYWI2LfIyV .user_name::before {
  height: 2px;
  width: 370px;
  position: absolute;
  display: inline-block;
  content: '';
  background-color: rgba(97, 114, 138, 0.2);
  margin: -18px auto;
  left: 0;
  right: 0;
}
@media (max-width: 230px) {
  .cid-rYWI2LfIyV .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rYWI2LfIyV .user::before {
  content: '';
  position: absolute;
  background-color: #3d4550;
  height: 90%;
  z-index: 0;
  display: block;
  width: 500px;
  left: 0;
  right: 0;
  top: 21%;
  bottom: 0;
  margin: auto;
}
.cid-rYWI4VOi5f {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rYWI4VOi5f .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYWI4VOi5f .card:hover .card-wrapper .img-wrapper .mbr-section-btn {
  opacity: 1;
  transform: translateY(-50px);
  transform: translateY(40px);
}
.cid-rYWI4VOi5f .card .card-wrapper .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-rYWI4VOi5f .card .card-wrapper .img-wrapper img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-rYWI4VOi5f .card .card-wrapper .img-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 150px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  transform: translateY(100px);
  width: 100%;
}
.cid-rYWI4VOi5f .card .card-wrapper .img-wrapper .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  letter-spacing: 0;
}
.cid-rYWI4VOi5f .card .card-wrapper .card-box .card-title {
  color: #06182d;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-rYWI4VOi5f .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-rYWI4VOi5f .card .card-wrapper .card-box .mbr-section-subtitle {
  color: #61728a;
  letter-spacing: 0;
}
.cid-rYWI4VOi5f .card .card-wrapper .card-box .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rYWI4VOi5f .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rYWI4VOi5f .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-rYWI4VOi5f .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rYWI4VOi5f .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
  height: 2px;
  width: 25%;
  top: 50%;
  right: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-rYWI4VOi5f .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rYWI4VOi5f .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
  height: 2px;
  width: 25%;
  top: 50%;
  left: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-rYWI4VOi5f .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-rYWI4VOi5f .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-rZk8z5XxYQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5f5f5;
}
.cid-rZk8z5XxYQ .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-rZk8z5XxYQ .wrapper .box {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-30%);
}
.cid-rZk8z5XxYQ .wrapper .box .mbr-media {
  z-index: 2;
}
.cid-rZk8z5XxYQ .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: transparent;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-rZk8z5XxYQ .icon-wrap:hover span {
  color: #ff513c;
}
.cid-rZk8z5XxYQ .icon-wrap span {
  padding-left: 4px;
}
.cid-rZk8z5XxYQ .mbr-media span {
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff;
}
.cid-rZk8z5XxYQ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rZk8z5XxYQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rZk8z5XxYQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rZk8z5XxYQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rZk8z5XxYQ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rZk8z5XxYQ a.close:hover {
  color: #ffffff;
}
.cid-rZk8z5XxYQ .img-wrap .overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #06182d;
  opacity: 0.8;
  pointer-events: none;
}
.cid-rZk8z5XxYQ .img-wrap img {
  width: 100%;
}
.cid-rZk8z5XxYQ .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
}
.cid-rZk8z5XxYQ .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-rZk8z5XxYQ .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-rZk8z5XxYQ .mbr-section-subtitle {
  color: #61728a;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-rZk8z5XxYQ .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-rZk8z5XxYQ .btn {
  margin: 0px !important;
}
.cid-rZk8z5XxYQ .btn.btn-success-outline {
  color: #000000;
}
.cid-rZk8z5XxYQ .btn.btn-sm {
  padding: 7px 39px;
}
.cid-rZk8z5XxYQ .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-rZk8z5XxYQ .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-rZk8z5XxYQ .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-rZk8z5XxYQ .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-rZk8z5XxYQ .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
}
.cid-rZk8z5XxYQ .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-rZk8z5XxYQ .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-rZk8z5XxYQ .sticky-tag .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff5e3a transparent transparent;
  transform: skew(22deg) !important;
}
.cid-rYWI8tD0sE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f6f9;
}
.cid-rYWI8tD0sE .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYWI8tD0sE .mbr-section-subtitle {
  color: #06182d;
  line-height: 1;
  font-weight: 300;
}
.cid-rYWI8tD0sE .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid rgba(97, 114, 138, 0.2);
}
.cid-rYWI8tD0sE .card .card-wrapper .card-img {
  width: auto;
}
.cid-rYWI8tD0sE .card .card-wrapper .card-img img {
  width: 100%;
  max-height: 450px;
}
.cid-rYWI8tD0sE .card .card-wrapper .card-box {
  padding: 44px 30px 41px;
}
.cid-rYWI8tD0sE .card .card-wrapper .card-box .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-rYWI8tD0sE .card .card-wrapper .card-box .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-rYWI8tD0sE .card .card-wrapper .card-box .sticky-tag .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #db3321 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-rYWI8tD0sE .card .card-wrapper .card-box .card-title {
  color: #06182d;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.cid-rYWI8tD0sE .card .card-wrapper .card-box .mbr-text {
  line-height: 1.6;
  text-align: center;
  color: #61728a;
}
.cid-rYWI8tD0sE .card .card-wrapper .card-box .ico-line {
  width: 100%;
  color: #767676;
  justify-content: space-between;
}
.cid-rYWI8tD0sE .card .card-wrapper .card-box .ico-line .mbr-iconfont {
  display: inline-block;
  color: #ff4e3c;
}
.cid-rYWI8tD0sE .card .card-wrapper .card-box .ico-line .rev {
  display: inline-block;
  color: #0a1c44;
}
.cid-rYWI8tD0sE .card .card-wrapper .card-box .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-rYWIdxurVN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYWIdxurVN .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/030.jpg");
}
.cid-rYWIdxurVN .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rYWIdxurVN .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-rYWIdxurVN .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYWIdxurVN .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-rYWIdxurVN .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYWIdxurVN .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-rYWIdxurVN .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-rYWIdxurVN .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-rYWIdxurVN .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-rYWIdxurVN .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ff4e3c;
  display: inline-block;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-rYWIdxurVN .card .wrapper .link-wrap {
  width: 100%;
}
.cid-rYWIdxurVN .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-rYWIdxurVN .card .wrapper .link-wrap .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-rYWIdxurVN .card .wrapper .link-wrap .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-rYWIdxurVN .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rYWIeKwuLt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYWIeKwuLt .row {
  flex-direction: row-reverse;
}
.cid-rYWIeKwuLt .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/04-1920x1440.jpg");
}
.cid-rYWIeKwuLt .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rYWIeKwuLt .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-rYWIeKwuLt .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYWIeKwuLt .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-rYWIeKwuLt .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYWIeKwuLt .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-rYWIeKwuLt .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-rYWIeKwuLt .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-rYWIeKwuLt .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-rYWIeKwuLt .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ff4e3c;
  display: inline-block;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-rYWIeKwuLt .card .wrapper .link-wrap {
  width: 100%;
}
.cid-rYWIeKwuLt .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-rYWIeKwuLt .card .wrapper .link-wrap .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-rYWIeKwuLt .card .wrapper .link-wrap .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-rYWIeKwuLt .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rYWIjbvYXi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYWIjbvYXi .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-rYWIjbvYXi .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-rYWIjbvYXi .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-rYWIjbvYXi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rYWIjbvYXi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rYWIjbvYXi .map-placeholder {
  display: none;
}
.cid-rYWIjbvYXi .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rYWIjbvYXi .card {
  padding: 3rem 8rem;
}
.cid-rYWIjbvYXi .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYWIjbvYXi .card .mbr-text {
  color: #06182d;
}
.cid-rYWIjbvYXi .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-rYWIjbvYXi .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYWIjbvYXi .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-rYWIjbvYXi .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-rYWIjbvYXi .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-rYWIjbvYXi .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-rYWIjbvYXi .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-rYWIjbvYXi .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-rYWIjbvYXi .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rYWIjbvYXi .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-rYWIjbvYXi .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rYWIjbvYXi .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-rYWIjbvYXi .card .form-group {
  padding-right: 0;
}
.cid-rYWIjbvYXi .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-rYWIjbvYXi .card .btn-primary {
  border: 1px solid #ff513c !important;
}
.cid-rYWIjbvYXi .card .btn-primary:hover {
  border: 1px solid #ff513c !important;
}
@media (max-width: 1200px) {
  .cid-rYWIjbvYXi .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-rYWIjbvYXi .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rYWIjbvYXi h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-rYWIjbvYXi * {
    text-align: center !important;
  }
  .cid-rYWIjbvYXi .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-rYWIjbvYXi .form-group {
    max-width: 180px;
  }
  .cid-rYWIjbvYXi .card {
    padding: 2rem 1rem;
  }
}
.cid-rYWIlzNfuq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rYWIlzNfuq .mbr-section-title {
  color: #06182d;
}
.cid-rYWIlzNfuq .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYWIlzNfuq .mbr-section-subtitle {
  color: #06182d;
}
.cid-rYWIlzNfuq .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYWIlzNfuq .mbr-section-text {
  color: #999999;
}
.cid-rYWIlzNfuq .carousel-control {
  background: #000;
  opacity: 0.2;
}
.cid-rYWIlzNfuq .carousel {
  width: 85%;
  margin: auto;
}
.cid-rYWIlzNfuq .carousel-item {
  justify-content: center;
}
.cid-rYWIlzNfuq .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-rYWIlzNfuq .carousel-item .wrap-img {
  text-align: center;
}
.cid-rYWIlzNfuq .carousel-item .wrap-img img {
  transition: all 0.3s;
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rYWIlzNfuq .carousel-controls {
  display: flex;
  justify-content: center;
}
.cid-rYWIlzNfuq .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rYWIlzNfuq .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rYWIlzNfuq .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rYWIlzNfuq .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rYWIlzNfuq .cloneditem-1,
.cid-rYWIlzNfuq .cloneditem-2,
.cid-rYWIlzNfuq .cloneditem-3,
.cid-rYWIlzNfuq .cloneditem-4,
.cid-rYWIlzNfuq .cloneditem-5 {
  display: none;
}
.cid-rYWIlzNfuq .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rYWIlzNfuq .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rYWIlzNfuq .carousel-inner {
    opacity: 0.8;
  }
  .cid-rYWIlzNfuq .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rYWIlzNfuq .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-rYWIlzNfuq .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rYWIlzNfuq .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rYWIlzNfuq .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rYWIlzNfuq .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rYWIlzNfuq .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-rYWIlzNfuq .carousel-inner.slides2 .cloneditem-1,
  .cid-rYWIlzNfuq .carousel-inner.slides2 .cloneditem-2,
  .cid-rYWIlzNfuq .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rYWIlzNfuq .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rYWIlzNfuq .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rYWIlzNfuq .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rYWIlzNfuq .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rYWIlzNfuq .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rYWIlzNfuq .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rYWIlzNfuq .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-rYWIlzNfuq .carousel-inner.slides3 .cloneditem-1,
  .cid-rYWIlzNfuq .carousel-inner.slides3 .cloneditem-2,
  .cid-rYWIlzNfuq .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rYWIlzNfuq .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rYWIlzNfuq .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-rYWIlzNfuq .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rYWIlzNfuq .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rYWIlzNfuq .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rYWIlzNfuq .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rYWIlzNfuq .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-rYWIlzNfuq .carousel-inner.slides4 .cloneditem-1,
  .cid-rYWIlzNfuq .carousel-inner.slides4 .cloneditem-2,
  .cid-rYWIlzNfuq .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rYWIlzNfuq .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rYWIlzNfuq .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-rYWIlzNfuq .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rYWIlzNfuq .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rYWIlzNfuq .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rYWIlzNfuq .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rYWIlzNfuq .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-rYWIlzNfuq .carousel-inner.slides5 .cloneditem-1,
  .cid-rYWIlzNfuq .carousel-inner.slides5 .cloneditem-2,
  .cid-rYWIlzNfuq .carousel-inner.slides5 .cloneditem-3,
  .cid-rYWIlzNfuq .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rYWIlzNfuq .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rYWIlzNfuq .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rYWIlzNfuq .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rYWIlzNfuq .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rYWIlzNfuq .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rYWIlzNfuq .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rYWIlzNfuq .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-rYWIlzNfuq .carousel-inner.slides6 .cloneditem-1,
  .cid-rYWIlzNfuq .carousel-inner.slides6 .cloneditem-2,
  .cid-rYWIlzNfuq .carousel-inner.slides6 .cloneditem-3,
  .cid-rYWIlzNfuq .carousel-inner.slides6 .cloneditem-4,
  .cid-rYWIlzNfuq .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rYWIlzNfuq .carousel-control-prev {
  position: absolute !important;
  left: -50px !important;
}
.cid-rYWIlzNfuq .carousel-control-next {
  position: absolute !important;
  right: -50px !important;
}
@media (max-width: 576px) {
  .cid-rYWIlzNfuq .carousel-control-prev {
    left: -10px !important;
  }
  .cid-rYWIlzNfuq .carousel-control-next {
    right: -10px !important;
  }
}
.cid-rYWIn8NUQG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #06182d;
}
.cid-rYWIn8NUQG .mbr-overlay {
  background-color: #06182d;
  opacity: 0.7;
}
.cid-rYWIn8NUQG .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: flex-start;
}
.cid-rYWIn8NUQG .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-rYWIn8NUQG .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-rYWIn8NUQG li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-rYWIn8NUQG .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-rYWIn8NUQG .align-wrap .item-wrap {
  display: flex;
  justify-content: flex-start;
}
.cid-rYWIn8NUQG .align-wrap .item-wrap .card-img {
  margin-right: 15px;
}
.cid-rYWIn8NUQG .align-wrap .item-wrap .card-img .mbr-iconfont {
  color: #ff4e3c !important;
  font-size: 1.1rem;
}
.cid-rYWIn8NUQG .align-wrap .item-wrap .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-rYWIn8NUQG .align-wrap .item-wrap .icons-wrap .icon-title {
  margin: 0;
  padding-bottom: 0px;
  color: #ffffff;
  font-weight: 300;
}
.cid-rYWIn8NUQG .align-wrap .item-wrap .icons-wrap:hover .icon-title {
  color: #ff4e3c;
}
.cid-rYWIn8NUQG .align-wrap .item-wrap span,
.cid-rYWIn8NUQG .align-wrap .item-wrap p {
  transition: all 0.3s;
}
.cid-rYWIn8NUQG .opening-hours .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
  text-align: left;
}
.cid-rYWIn8NUQG .opening-hours .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-rYWIn8NUQG .opening-hours .box-list li:first-child {
  padding-top: 0;
}
.cid-rYWIn8NUQG .opening-hours .box-list li:last-child {
  border-bottom: none;
}
.cid-rYWIn8NUQG .opening-hours .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #ffffff;
}
.cid-rYWIn8NUQG .opening-hours .box-list.display-4 {
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .cid-rYWIn8NUQG .col-lg-3 {
    max-width: 20%;
  }
}
@media (max-width: 992px) {
  .cid-rYWIn8NUQG .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rYWIn8NUQG .socicon-wrap {
    margin: auto;
  }
}
.cid-rYSh7V8dCj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-rYSh7V8dCj .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rYSh7V8dCj .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-rYQqzfuydi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .nav-item,
.cid-rYQqzfuydi .nav-link,
.cid-rYQqzfuydi .navbar-caption {
  font-weight: normal;
}
.cid-rYQqzfuydi .nav-item:focus,
.cid-rYQqzfuydi .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rYQqzfuydi .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rYQqzfuydi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rYQqzfuydi .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-rYQqzfuydi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rYQqzfuydi .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rYQqzfuydi .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rYQqzfuydi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rYQqzfuydi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rYQqzfuydi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rYQqzfuydi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-rYQqzfuydi .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rYQqzfuydi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rYQqzfuydi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rYQqzfuydi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rYQqzfuydi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-rYQqzfuydi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rYQqzfuydi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-rYQqzfuydi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rYQqzfuydi .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rYQqzfuydi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rYQqzfuydi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rYQqzfuydi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rYQqzfuydi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rYQqzfuydi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rYQqzfuydi .dropdown-item.active,
.cid-rYQqzfuydi .dropdown-item:active {
  background-color: transparent;
}
.cid-rYQqzfuydi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rYQqzfuydi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rYQqzfuydi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rYQqzfuydi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rYQqzfuydi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYQqzfuydi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rYQqzfuydi .navbar-buttons {
  text-align: center;
}
.cid-rYQqzfuydi .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-rYQqzfuydi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQqzfuydi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rYQqzfuydi a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-rYQqzfuydi .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rYQqzfuydi .soc-item {
  margin: .5rem .3rem;
}
.cid-rYQqzfuydi .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rYQqzfuydi .navbar {
    height: 77px;
  }
  .cid-rYQqzfuydi .navbar.opened {
    height: auto;
  }
  .cid-rYQqzfuydi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rYXMDNU2qQ {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #000000;
}
@-webkit-keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-rYXMDNU2qQ .mbr-text {
  color: #a1a1a1;
}
.cid-rYXMDNU2qQ .box {
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/11.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rYXMDNU2qQ .box .mbr-media span {
  font-size: 1.6rem;
  border: 2px solid #1352ff;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #1352ff !important;
}
.cid-rYXMDNU2qQ .box .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rYXMDNU2qQ .box .icon-wrap span {
  padding-left: 4px;
  background-color: #ffffff;
}
.cid-rYXMDNU2qQ .box .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-rYXMDNU2qQ .box .icon-wrap .video-img {
  width: 100%;
}
.cid-rYXMDNU2qQ .box .icon-wrap:hover {
  -webkit-animation: 0.6s hover;
  animation: 0.6s hover;
}
.cid-rYXMDNU2qQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rYXMDNU2qQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rYXMDNU2qQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rYXMDNU2qQ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rYXMDNU2qQ a.close:hover {
  color: #ffffff;
}
.cid-rYXMDNU2qQ .buttons-wrap {
  text-align: center;
}
.cid-rYXMDNU2qQ .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-rYXMDNU2qQ .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
@media (max-width: 767px) {
  .cid-rYXMDNU2qQ {
    text-align: center;
  }
}
.cid-rYXMFifAQW {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-rYXMFifAQW .content-left-wrapper .mbr-section-subtitle {
  color: #b6af8b;
}
.cid-rYXMFifAQW .content-left-wrapper .btn {
  margin: 0.4rem !important;
  justify-content: space-between;
}
.cid-rYXMFifAQW .content-left-wrapper .btn .mbr-iconfont {
  order: 2;
  margin-left: 24px;
}
.cid-rYXMFJmDxA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #181818;
}
.cid-rYXMFJmDxA .mbr-section-subtitle {
  color: #b6b6b6;
  text-align: center;
}
.cid-rYXMFJmDxA .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-rYXMFJmDxA .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #ffffff;
  padding: 0;
}
.cid-rYXMFJmDxA .card .card-wrapper .card-img {
  position: relative;
}
.cid-rYXMFJmDxA .card .card-wrapper .card-img .price-label {
  padding: 8px;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  background-color: #1352ff;
  z-index: 100;
  position: absolute;
}
.cid-rYXMFJmDxA .card .card-wrapper .card-img .price-label .price-text {
  padding: 0;
  margin: 0;
}
.cid-rYXMFJmDxA .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-rYXMFJmDxA .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rYXMFJmDxA .card .card-wrapper .card-box .container-nested {
  display: flex;
}
.cid-rYXMFJmDxA .card .card-wrapper .card-box .container-nested .item {
  text-align: center;
  margin-right: 24px;
}
.cid-rYXMFJmDxA .card .card-wrapper .card-box .container-nested .item .mbr-iconfont {
  font-size: 2.5rem;
}
.cid-rYXMFJmDxA .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-rYXMFJmDxA .card .card-wrapper .card-box .link.display-4 .mbr-iconfont {
  font-size: 0.9rem;
}
.cid-rYXMFJmDxA .card .card-wrapper .card-box .link .mbr-iconfont {
  align-self: center;
  color: #1352ff;
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-rYXMFJmDxA .mbr-text {
    text-align: left;
  }
}
.cid-rZkkcErmFC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-rZkkcErmFC h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rZkkcErmFC .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rZkkcErmFC .mbr-section-title {
  color: #ffffff;
}
.cid-rZkkcErmFC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rZkkcErmFC .mbr-crt-title .card-title {
  color: #61728a;
}
.cid-rZkkcErmFC .card {
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rZkkcErmFC ellipse {
  stroke: white;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rZkkcErmFC .card {
    flex-basis: 50%;
  }
}
.cid-rZkkcErmFC .progress1 path {
  stroke: #fff000;
}
.cid-rZkkcErmFC .progress2 path {
  stroke: #ff4e3c;
}
.cid-rZkkcErmFC .progress3 path {
  stroke: #52c158;
}
.cid-rZkkcErmFC .progress4 path {
  stroke: #1887cd;
}
.cid-rZkkcErmFC .card-text {
  color: #767676;
}
.cid-rZkkcErmFC .pie_progress__number {
  color: #06182d;
}
.cid-rZkkcErmFC .number {
  color: #ffffff;
}
.cid-rZkkcErmFC .card .mbr-crt-title .card-title {
  color: #ffffff;
}
.cid-rYXMIAcdNF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rYXMIAcdNF .mbr-section-subtitle {
  color: #b6b6b6;
  text-align: center;
}
.cid-rYXMIAcdNF .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-rYXMIAcdNF .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #ffffff;
  padding: 0;
}
.cid-rYXMIAcdNF .card .card-wrapper .card-img {
  position: relative;
}
.cid-rYXMIAcdNF .card .card-wrapper .card-img .price-label {
  padding: 11px;
  left: auto;
  top: auto;
  bottom: -20px;
  background-color: #333333;
  z-index: 100;
  position: absolute;
}
.cid-rYXMIAcdNF .card .card-wrapper .card-img .price-label .price-text {
  padding: 0;
  margin: 0;
}
.cid-rYXMIAcdNF .card .card-wrapper .card-img .price-label .price-text.display-4 {
  line-height: 1.5;
}
.cid-rYXMIAcdNF .card .card-wrapper .card-box {
  padding: 1.5rem;
  background-color: #181818;
}
.cid-rYXMIAcdNF .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rYXMIAcdNF .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-rYXMIAcdNF .card .card-wrapper .card-box .date {
  color: #a1a1a1;
  margin-bottom: 0;
}
.cid-rYXMIAcdNF .card .card-wrapper .card-box .link.display-4 .mbr-iconfont {
  font-size: 0.9rem;
}
.cid-rYXMIAcdNF .card .card-wrapper .card-box .link .mbr-iconfont {
  align-self: center;
  color: #1352ff;
  margin-left: 0.5rem;
}
.cid-rYXMIURaGA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-rYXMIURaGA .mbr-iconfont {
  font-size: 4rem;
  color: #ffffff;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  margin-right: 1.5rem;
}
.cid-rYXMIURaGA .card-title {
  cursor: pointer;
  margin-bottom: 0;
  align-self: center;
}
.cid-rYXMIURaGA .card .card-text {
  margin-top: 0.5rem;
}
.cid-rYXMIURaGA .card .link.display-4 .mbr-iconfont {
  font-size: 0.9rem;
}
.cid-rYXMIURaGA .card .link .mbr-iconfont {
  display: inline-block;
  align-self: center;
  color: #1352ff;
  margin-left: 0.5rem;
}
@media (max-width: 768px) {
  .cid-rYXMIURaGA .card-text {
    text-align: left;
  }
}
.cid-rYXMKfft0c {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-rYXMKfft0c .wrapping {
  background-color: #181818;
  padding: 3rem;
  justify-content: space-between;
  align-items: center;
}
.cid-rYXMKfft0c .wrapping .mbr-section-title {
  color: #ffffff;
}
.cid-rYXMKfft0c .wrapping .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-rYXMKfft0c .wrapping .mbr-text {
  color: #a1a1a1;
  margin-bottom: 0;
}
.cid-rYXMKfft0c .wrapping .btn.btn-md {
  font-weight: 500;
  line-height: 1.5;
}
.cid-rYXMLNuteA {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-rYXMLNuteA .text-wrap {
  margin-top: 32px;
}
.cid-rYXMLNuteA .content-right-wrapper {
  background-color: #333333;
  padding: 32px;
}
.cid-rYXMLNuteA .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-rYXMLNuteA .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-rYXMLNuteA .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-rYXMLNuteA .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-rYXMLNuteA .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 9px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #1352ff;
}
.cid-rYXMNIGZkP {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/141.jpg");
}
.cid-rYXMNIGZkP .mbr-section-subtitle {
  color: #aeaeae;
}
.cid-rYXMNIGZkP .carousel-item {
  justify-content: flex-start;
  text-align: left;
}
.cid-rYXMNIGZkP .carousel-item.active,
.cid-rYXMNIGZkP .carousel-item-next,
.cid-rYXMNIGZkP .carousel-item-prev {
  display: flex;
}
.cid-rYXMNIGZkP .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 5%;
}
.cid-rYXMNIGZkP .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
}
.cid-rYXMNIGZkP .carousel-controls a:hover span {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-rYXMNIGZkP .carousel-controls {
    display: none;
  }
}
.cid-rYXMNIGZkP .btn {
  margin: 0.4rem !important;
  justify-content: space-between;
}
.cid-rYXMNIGZkP .btn.btn-sm {
  padding: 9px 41px;
}
.cid-rYXMNIGZkP .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  position: relative;
}
.cid-rYXMNIGZkP .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-rYXMNIGZkP .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #666666;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-rYXMNIGZkP .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rYXMNIGZkP * {
    text-align: center;
  }
}
.cid-rYXMOH2rhD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rYXMOH2rhD .card1 {
  margin-bottom: 20px;
}
.cid-rYXMOH2rhD .card2 {
  margin-top: 20px;
}
.cid-rYXMOH2rhD .card3 {
  margin-bottom: 20px;
}
.cid-rYXMOH2rhD .card4 {
  margin-top: 20px;
}
.cid-rYXMOH2rhD .mbr-section-title {
  color: #ffffff;
}
.cid-rYXMOH2rhD .mbr-section-title.display-2 {
  line-height: 1.2;
  font-size: 30px;
}
.cid-rYXMOH2rhD .mbr-section-subtitle {
  color: #afafa7;
}
.cid-rYXMOH2rhD .mbr-text {
  color: #ffffff;
}
.cid-rYXMOH2rhD .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-rYXMOH2rhD .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-rYXMOH2rhD .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-rYXMOH2rhD .card .card-wrapper .card-box .img-wrapper img {
  width: 100%;
}
.cid-rYXMOH2rhD .card .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-rYXMOH2rhD .card .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-rYXMOH2rhD .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-rYXMOH2rhD .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-rYXMOH2rhD .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rYXMOH2rhD .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rYXMOH2rhD .card-wrapper {
    flex-direction: column;
  }
  .cid-rYXMOH2rhD .card-box {
    padding: 2rem 1rem;
  }
  .cid-rYXMOH2rhD .card-box,
  .cid-rYXMOH2rhD .img-wrapper {
    width: 100%;
  }
  .cid-rYXMOH2rhD .img-wrapper {
    padding: 0rem 1rem;
  }
  .cid-rYXMOH2rhD * {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-rYXMOH2rhD .card {
    margin-bottom: 2rem;
  }
}
.cid-rZklFIUke7 .google-map {
  height: 30rem;
  position: relative;
}
.cid-rZklFIUke7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rZklFIUke7 .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-rZklFIUke7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rZklFIUke7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rYXMQVSSgV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-rYXMQVSSgV .img-wrap {
  position: relative;
}
.cid-rYXMQVSSgV .img-wrap img {
  width: 100%;
}
.cid-rYXMQVSSgV .img-wrap .icon-label {
  padding: 19px;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #1352ff;
  z-index: 100;
  position: absolute;
}
.cid-rYXMQVSSgV .img-wrap .icon-label .mbr-iconfont {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-rYXMQVSSgV .img-wrap .icon-label {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.cid-rYXMQVSSgV .mbr-section-title {
  color: #ffffff;
}
.cid-rYXMQVSSgV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rYXMQVSSgV .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYXMQVSSgV .mbr-section-text {
  color: #ffffff;
}
.cid-rYXMQVSSgV .form-control {
  box-shadow: none;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #333333;
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  color: #b8b8b8;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rYXMQVSSgV .form-control:focus,
.cid-rYXMQVSSgV .form-control:hover {
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  background-color: #333333;
}
.cid-rYXMQVSSgV .form-control.textarea {
  padding-top: 40px;
}
.cid-rYXMQVSSgV .form-group {
  margin-bottom: 1.5rem;
}
.cid-rYXMQVSSgV input::-webkit-input-placeholder,
.cid-rYXMQVSSgV textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.cid-rYXMQVSSgV input:-moz-placeholder,
.cid-rYXMQVSSgV textarea:-moz-placeholder {
  color: #b8b8b8;
}
.cid-rYXMQVSSgV .jq-selectbox li,
.cid-rYXMQVSSgV .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-rYXMQVSSgV .jq-selectbox li:hover,
.cid-rYXMQVSSgV .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-rYXMQVSSgV .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rYXMQVSSgV .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rYXMQVSSgV .text-blocks .mbr-text {
  color: #ffffff;
}
.cid-rYXMQVSSgV a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rYXMQVSSgV .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rYXMQVSSgV .input-group-btn {
  display: block;
  text-align: left;
}
.cid-rYXMQVSSgV .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-rYXMQVSSgV textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-rYXMQVSSgV h2 {
    padding-top: 2rem;
  }
  .cid-rYXMQVSSgV .input-group-btn {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-rYXMQVSSgV .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rYXMQVSSgV .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rYSh7V8dCj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-rYSh7V8dCj .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rYSh7V8dCj .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-rYQqzfuydi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .nav-item,
.cid-rYQqzfuydi .nav-link,
.cid-rYQqzfuydi .navbar-caption {
  font-weight: normal;
}
.cid-rYQqzfuydi .nav-item:focus,
.cid-rYQqzfuydi .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rYQqzfuydi .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rYQqzfuydi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rYQqzfuydi .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-rYQqzfuydi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rYQqzfuydi .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rYQqzfuydi .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rYQqzfuydi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rYQqzfuydi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rYQqzfuydi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rYQqzfuydi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-rYQqzfuydi .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rYQqzfuydi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rYQqzfuydi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rYQqzfuydi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rYQqzfuydi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-rYQqzfuydi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rYQqzfuydi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-rYQqzfuydi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rYQqzfuydi .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rYQqzfuydi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rYQqzfuydi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rYQqzfuydi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rYQqzfuydi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rYQqzfuydi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rYQqzfuydi .dropdown-item.active,
.cid-rYQqzfuydi .dropdown-item:active {
  background-color: transparent;
}
.cid-rYQqzfuydi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rYQqzfuydi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rYQqzfuydi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rYQqzfuydi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rYQqzfuydi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYQqzfuydi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rYQqzfuydi .navbar-buttons {
  text-align: center;
}
.cid-rYQqzfuydi .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-rYQqzfuydi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQqzfuydi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rYQqzfuydi a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-rYQqzfuydi .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rYQqzfuydi .soc-item {
  margin: .5rem .3rem;
}
.cid-rYQqzfuydi .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rYQqzfuydi .navbar {
    height: 77px;
  }
  .cid-rYQqzfuydi .navbar.opened {
    height: auto;
  }
  .cid-rYQqzfuydi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rZ34TiRiXs {
  padding-top: 195px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-rZ34TiRiXs .mbr-section-title {
  color: #ffffff;
}
.cid-rZ34TiRiXs .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-rZ34TiRiXs .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #ff513c;
  margin-bottom: 2rem;
}
.cid-rZ34TiRiXs .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rZ34TiRiXs .items {
  display: flex;
  flex-direction: row;
}
.cid-rZ34TiRiXs .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-rZ34TiRiXs .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.1rem;
  margin: auto;
  color: #ff513c;
}
.cid-rZ34TiRiXs .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-rZ34TiRiXs .items .list-item:last-child .listico {
  display: none;
}
.cid-rYRa91zZGC {
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/background1.jpg");
}
.cid-rYRa91zZGC .link-align {
  width: 100%;
}
.cid-rYRa91zZGC .link-wrap {
  display: inline-block;
}
.cid-rYRa91zZGC .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-rYRa91zZGC .wrap {
  transform: matrix3d(0.99863, -0.052336, 0, 0, 0.052336, 0.99863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.cid-rYRa91zZGC .wrap .mask {
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: flex;
  z-index: 8;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 1.05;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  min-height: 88px;
  width: 100%;
  max-height: 100px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
@media (max-width: 992px) {
  .cid-rYRa91zZGC .wrap .mask {
    background: none;
    min-height: auto;
  }
}
.cid-rYRa91zZGC .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-rYRa91zZGC .wrap .price {
  color: #fff000;
}
@media (min-width: 992px) {
  .cid-rYRa91zZGC .wrap .mbr-section-title.display-1 {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-rYRa91zZGC .mbr-text {
    text-align: right;
  }
}
.cid-rYRa99vDCU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@-webkit-keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-rYRa99vDCU .mbr-text {
  color: #a1a1a1;
}
.cid-rYRa99vDCU .box {
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/11.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rYRa99vDCU .box .mbr-media span {
  font-size: 1.6rem;
  border: 2px solid #1352ff;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #1352ff !important;
}
.cid-rYRa99vDCU .box .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rYRa99vDCU .box .icon-wrap span {
  padding-left: 4px;
  background-color: #ffffff;
}
.cid-rYRa99vDCU .box .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-rYRa99vDCU .box .icon-wrap .video-img {
  width: 100%;
}
.cid-rYRa99vDCU .box .icon-wrap:hover {
  -webkit-animation: 0.6s hover;
  animation: 0.6s hover;
}
.cid-rYRa99vDCU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rYRa99vDCU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rYRa99vDCU .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rYRa99vDCU a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rYRa99vDCU a.close:hover {
  color: #ffffff;
}
.cid-rYRa99vDCU .buttons-wrap {
  text-align: center;
}
.cid-rYRa99vDCU .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-rYRa99vDCU .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
@media (max-width: 767px) {
  .cid-rYRa99vDCU {
    text-align: center;
  }
}
.cid-rYRaa8g3tV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/background4.jpg");
}
.cid-rYRaa8g3tV .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rYRaa8g3tV .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-rYRaa8g3tV .card .wrapper .mbr-section-title span:first-child {
  color: #ff4e3c;
}
.cid-rYRaa8g3tV .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYRaa8g3tV .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rYRaa8g3tV .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYRaa8g3tV .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-rYRaa8g3tV .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-rYRaa8g3tV .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-rYRaa8g3tV .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-rYRaa8g3tV .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ff4e3c;
  display: inline-block;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-rYRaa8g3tV .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-rYRaZb3O3C {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/background3.jpg");
}
.cid-rYRaZb3O3C .mbr-section-title {
  color: #ffffff;
}
.cid-rYRaZb3O3C .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-rYRaZb3O3C .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #ff513c;
  margin-bottom: 2rem;
}
.cid-rYRaZb3O3C .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rYRaZb3O3C .items {
  display: flex;
  flex-direction: row;
}
.cid-rYRaZb3O3C .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-rYRaZb3O3C .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.1rem;
  margin: auto;
  color: #ff513c;
}
.cid-rYRaZb3O3C .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-rYRaZb3O3C .items .list-item:last-child .listico {
  display: none;
}
.cid-rYRaZn1RXW {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-rYRaZn1RXW .wrapping {
  background-color: #181818;
  padding: 2rem;
  justify-content: space-between;
  align-items: center;
}
.cid-rYRaZn1RXW .wrapping .mbr-section-title {
  color: #ffffff;
}
.cid-rYRaZn1RXW .wrapping .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-rYRaZn1RXW .wrapping .mbr-text {
  color: #a1a1a1;
  margin-bottom: 0;
}
.cid-rYRaZn1RXW .wrapping .btn.btn-md {
  font-weight: 500;
  line-height: 1.5;
}
.cid-rYRb04Nbpl {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-rYRb04Nbpl .mbr-section-title {
  color: #06182d;
}
.cid-rYRb04Nbpl .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYRb04Nbpl .mbr-section-subtitle {
  color: #06182d;
}
.cid-rYRb04Nbpl .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYRb04Nbpl .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-rYRb04Nbpl .title-text {
  margin-bottom: 70px;
}
.cid-rYRb04Nbpl .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-rYRb04Nbpl .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-rYRb04Nbpl .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-rYRb04Nbpl .title-text .mbr-section-title {
  color: #282f39;
}
.cid-rYRb04Nbpl .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-rYRb04Nbpl .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-rYRb04Nbpl .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-rYRb04Nbpl .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff4e3c;
}
.cid-rYRb04Nbpl .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-rYRb04Nbpl .p-4 {
  padding: 1rem 0 !important;
}
.cid-rYRb04Nbpl .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-rYRb04Nbpl .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rYRb04Nbpl .mbri-arrow-up:before {
  content: "\e960";
}
.cid-rYRb04Nbpl .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-rYRb04Nbpl .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-rYRb04Nbpl .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-rYRb04Nbpl .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-rYRb04Nbpl .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-rYRb04Nbpl .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-rYRb04Nbpl .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff4e3c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-rYRb04Nbpl .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-rYRb04Nbpl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rYRb04Nbpl .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-rYRb04Nbpl .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-rYRb04Nbpl .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-rYRb04Nbpl .card .card-header a.panel-title .toggle-icon:before,
.cid-rYRb04Nbpl .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-rYRb04Nbpl .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;
  transform: none;
}
.cid-rYRb04Nbpl .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-rYRb04Nbpl .card .panel-body {
  padding: 14px 20px;
}
.cid-rYRb04Nbpl .card .panel-body p {
  color: #61728a;
  line-height: 1.5;
}
.cid-rYRb04Nbpl .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-rYRc3cB18M .google-map {
  height: 30rem;
  position: relative;
}
.cid-rYRc3cB18M .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rYRc3cB18M .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-rYRc3cB18M .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rYRc3cB18M .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rYRc3oZyPK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYRc3oZyPK .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-rYRc3oZyPK .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-rYRc3oZyPK .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-rYRc3oZyPK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rYRc3oZyPK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rYRc3oZyPK .map-placeholder {
  display: none;
}
.cid-rYRc3oZyPK .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rYRc3oZyPK .card {
  padding: 3rem 8rem;
}
.cid-rYRc3oZyPK .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYRc3oZyPK .card .mbr-text {
  color: #06182d;
}
.cid-rYRc3oZyPK .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-rYRc3oZyPK .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYRc3oZyPK .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-rYRc3oZyPK .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-rYRc3oZyPK .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-rYRc3oZyPK .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-rYRc3oZyPK .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-rYRc3oZyPK .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-rYRc3oZyPK .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rYRc3oZyPK .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-rYRc3oZyPK .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rYRc3oZyPK .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-rYRc3oZyPK .card .form-group {
  padding-right: 0;
}
.cid-rYRc3oZyPK .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-rYRc3oZyPK .card .btn-primary {
  border: 1px solid #ff513c !important;
}
.cid-rYRc3oZyPK .card .btn-primary:hover {
  border: 1px solid #ff513c !important;
}
@media (max-width: 1200px) {
  .cid-rYRc3oZyPK .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-rYRc3oZyPK .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rYRc3oZyPK h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-rYRc3oZyPK * {
    text-align: center !important;
  }
  .cid-rYRc3oZyPK .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-rYRc3oZyPK .form-group {
    max-width: 180px;
  }
  .cid-rYRc3oZyPK .card {
    padding: 2rem 1rem;
  }
}
.cid-rZ33DqiDOW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f6f9;
}
.cid-rZ33DqiDOW .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZ33DqiDOW .mbr-section-subtitle {
  color: #06182d;
  line-height: 1;
  font-weight: 300;
}
.cid-rZ33DqiDOW .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid rgba(97, 114, 138, 0.2);
}
.cid-rZ33DqiDOW .card .card-wrapper .card-img {
  width: auto;
}
.cid-rZ33DqiDOW .card .card-wrapper .card-img img {
  width: 100%;
  max-height: 450px;
}
@media (max-width: 768px) {
  .cid-rZ33DqiDOW .card .card-wrapper .card-img img {
    width: auto;
  }
}
.cid-rZ33DqiDOW .card .card-wrapper .card-box {
  padding: 44px 30px 41px;
}
.cid-rZ33DqiDOW .card .card-wrapper .card-box .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
@media (max-width: 768px) {
  .cid-rZ33DqiDOW .card .card-wrapper .card-box .sticky-tag {
    display: none;
  }
}
.cid-rZ33DqiDOW .card .card-wrapper .card-box .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-rZ33DqiDOW .card .card-wrapper .card-box .sticky-tag .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #db3321 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-rZ33DqiDOW .card .card-wrapper .card-box .card-title {
  color: #06182d;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.cid-rZ33DqiDOW .card .card-wrapper .card-box .mbr-text {
  line-height: 1.6;
  text-align: center;
  color: #61728a;
}
.cid-rZ33DqiDOW .card .card-wrapper .card-box .ico-line {
  width: 100%;
  color: #767676;
  justify-content: space-between;
}
.cid-rZ33DqiDOW .card .card-wrapper .card-box .ico-line .mbr-iconfont {
  display: inline-block;
  color: #ff4e3c;
}
.cid-rZ33DqiDOW .card .card-wrapper .card-box .ico-line .rev {
  display: inline-block;
  color: #0a1c44;
}
.cid-rZ33DqiDOW .card .card-wrapper .card-box .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-rYSh7V8dCj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-rYSh7V8dCj .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rYSh7V8dCj .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-rYQqzfuydi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .nav-item,
.cid-rYQqzfuydi .nav-link,
.cid-rYQqzfuydi .navbar-caption {
  font-weight: normal;
}
.cid-rYQqzfuydi .nav-item:focus,
.cid-rYQqzfuydi .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rYQqzfuydi .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rYQqzfuydi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rYQqzfuydi .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-rYQqzfuydi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rYQqzfuydi .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rYQqzfuydi .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rYQqzfuydi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rYQqzfuydi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rYQqzfuydi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rYQqzfuydi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-rYQqzfuydi .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rYQqzfuydi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rYQqzfuydi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rYQqzfuydi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rYQqzfuydi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-rYQqzfuydi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rYQqzfuydi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-rYQqzfuydi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rYQqzfuydi .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rYQqzfuydi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rYQqzfuydi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rYQqzfuydi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rYQqzfuydi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rYQqzfuydi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rYQqzfuydi .dropdown-item.active,
.cid-rYQqzfuydi .dropdown-item:active {
  background-color: transparent;
}
.cid-rYQqzfuydi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rYQqzfuydi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rYQqzfuydi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rYQqzfuydi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rYQqzfuydi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYQqzfuydi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rYQqzfuydi .navbar-buttons {
  text-align: center;
}
.cid-rYQqzfuydi .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-rYQqzfuydi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQqzfuydi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rYQqzfuydi a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-rYQqzfuydi .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rYQqzfuydi .soc-item {
  margin: .5rem .3rem;
}
.cid-rYQqzfuydi .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rYQqzfuydi .navbar {
    height: 77px;
  }
  .cid-rYQqzfuydi .navbar.opened {
    height: auto;
  }
  .cid-rYQqzfuydi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rZ354p3OHq {
  padding-top: 195px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-rZ354p3OHq .mbr-section-title {
  color: #ffffff;
}
.cid-rZ354p3OHq .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-rZ354p3OHq .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #ff513c;
  margin-bottom: 2rem;
}
.cid-rZ354p3OHq .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rZ354p3OHq .items {
  display: flex;
  flex-direction: row;
}
.cid-rZ354p3OHq .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-rZ354p3OHq .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.1rem;
  margin: auto;
  color: #ff513c;
}
.cid-rZ354p3OHq .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-rZ354p3OHq .items .list-item:last-child .listico {
  display: none;
}
.cid-rZkyrSspOM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZkyrSspOM .mbr-section-title {
  color: #06182d;
}
.cid-rZkyrSspOM .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZkyrSspOM .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZkyrSspOM .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZkyrSspOM .card:nth-child(even) {
  margin-top: 70px;
}
.cid-rZkyrSspOM .card:nth-child(odd)::after {
  content: '';
  background-size: contain;
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 185px;
  height: 50px;
  z-index: 4;
  top: 1px;
  right: -148px;
}
.cid-rZkyrSspOM .card:nth-child(2)::after {
  content: '';
  background-size: contain;
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 175px;
  height: 80px;
  z-index: 4;
  bottom: -12px;
  right: -100px;
  transform: scale(1, -1);
}
.cid-rZkyrSspOM .card .card-wrapper {
  height: 100%;
}
.cid-rZkyrSspOM .card .card-wrapper .card-img {
  position: relative;
}
.cid-rZkyrSspOM .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-rZkyrSspOM .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.cid-rZkyrSspOM .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-rZkyrSspOM .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-rZkyrSspOM .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
.cid-rYRb2vBwrd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rYRb2vBwrd img {
  width: 100%;
  border-radius: 50px;
  margin-bottom: 20px;
  max-height: ;
}
.cid-rYRb2vBwrd .card {
  margin-bottom: 130px !important;
}
.cid-rYRb2vBwrd .card .img-wrapper {
  overflow: hidden;
}
.cid-rYRb2vBwrd .card:hover {
  cursor: pointer;
}
.cid-rYRb2vBwrd .card:hover img {
  transform: scale(1.05);
}
.cid-rYRb2vBwrd .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
@media (max-width: 1200px) {
  .cid-rYRb2vBwrd .card {
    margin-bottom: 50px !important;
  }
}
.cid-rYRb2vBwrd .card .card-wrapper {
  text-align: left;
}
.cid-rYRb2vBwrd .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
  margin-right: 14px;
}
.cid-rYRb2vBwrd .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #06182d;
}
.cid-rYRb2vBwrd .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-rYRb2vBwrd .card .card-wrapper .card-box .card-text {
  color: #61728a;
}
@media (min-width: 1400px) {
  .cid-rYRb2vBwrd .card.left-box {
    right: 105px !important;
  }
  .cid-rYRb2vBwrd .card.right-box {
    left: 97px !important;
  }
}
.cid-rYRb2vBwrd .mbr-section-title {
  color: #06182d;
}
.cid-rYRb2vBwrd .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYRb2vBwrd .mbr-section-subtitle {
  color: #06182d;
}
.cid-rYRb2vBwrd .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYRb2vBwrd .mbr-section-text {
  color: #999999;
}
.cid-rYRb2GJDtN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f6f9;
}
.cid-rYRb2GJDtN .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYRb2GJDtN .mbr-section-subtitle {
  color: #06182d;
  line-height: 1;
  font-weight: 300;
}
.cid-rYRb2GJDtN .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid rgba(97, 114, 138, 0.2);
}
.cid-rYRb2GJDtN .card .card-wrapper .card-img {
  width: auto;
}
.cid-rYRb2GJDtN .card .card-wrapper .card-img img {
  width: 100%;
}
.cid-rYRb2GJDtN .card .card-wrapper .card-box {
  padding: 44px 30px 41px;
}
.cid-rYRb2GJDtN .card .card-wrapper .card-box .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-rYRb2GJDtN .card .card-wrapper .card-box .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-rYRb2GJDtN .card .card-wrapper .card-box .sticky-tag .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #db3321 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-rYRb2GJDtN .card .card-wrapper .card-box .card-title {
  color: #06182d;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.cid-rYRb2GJDtN .card .card-wrapper .card-box .mbr-text {
  line-height: 1.6;
  text-align: center;
  color: #61728a;
}
.cid-rYRb2GJDtN .card .card-wrapper .card-box .ico-line {
  width: 100%;
  color: #767676;
  justify-content: space-between;
}
.cid-rYRb2GJDtN .card .card-wrapper .card-box .ico-line .mbr-iconfont {
  display: inline-block;
  color: #ff4e3c;
}
.cid-rYRb2GJDtN .card .card-wrapper .card-box .ico-line .rev {
  display: inline-block;
  color: #0a1c44;
}
.cid-rYRb2GJDtN .card .card-wrapper .card-box .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-rYRb2SYuvc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5f5f5;
}
.cid-rYRb2SYuvc .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
}
.cid-rYRb2SYuvc .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-rYRb2SYuvc .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-rYRb2SYuvc .mbr-section-subtitle {
  color: #61728a;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-rYRb2SYuvc .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-rYRb2SYuvc .btn {
  margin: 0px !important;
}
.cid-rYRb2SYuvc .btn.btn-success-outline {
  color: #000000;
}
.cid-rYRb2SYuvc .btn.btn-sm {
  padding: 7px 39px;
}
.cid-rYRb2SYuvc .second-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rYRb2SYuvc .carousel-item {
  justify-content: center;
}
.cid-rYRb2SYuvc .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-rYRb2SYuvc .carousel-item .media-container-row .col-md-12 {
  padding: 0;
}
.cid-rYRb2SYuvc .carousel-item .wrap-img {
  text-align: center;
  max-height: 400px;
}
.cid-rYRb2SYuvc .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-rYRb2SYuvc .carousel {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-rYRb2SYuvc .carousel-indicators {
  display: none;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-rYRb2SYuvc .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-rYRb2SYuvc .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-rYRb2SYuvc .second-col {
    padding-top: 2rem;
  }
  .cid-rYRb2SYuvc .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-rYRb2SYuvc .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
}
.cid-rYRb2SYuvc .carousel-controls {
  display: flex;
  justify-content: center;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
}
.cid-rYRb2SYuvc .carousel-controls .carousel-control {
  background: #000000;
}
.cid-rYRb2SYuvc .carousel-controls .carousel-control.carousel-control-prev {
  right: auto;
  left: 0;
  bottom: 0;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  position: absolute;
  text-align: center;
}
.cid-rYRb2SYuvc .carousel-controls .carousel-control.carousel-control-next {
  left: auto;
  right: 0;
  bottom: 0;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  margin-right: 0;
  position: absolute;
  text-align: center;
}
.cid-rYRb2SYuvc .carousel-controls .carousel-control .span {
  font-size: 1rem;
  opacity: 1 !important;
}
.cid-rYRb2SYuvc .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-rYRb2SYuvc .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-rYRb2SYuvc .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rYRb2SYuvc .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-rYRb2SYuvc .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-rYRb2SYuvc .sticky-tag .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff5e3a transparent transparent;
  transform: skew(22deg) !important;
}
.cid-rYRb3fKUyO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rYRb3fKUyO .mbr-section-title {
  color: #06182d;
}
.cid-rYRb3fKUyO .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYRb3fKUyO .mbr-text,
.cid-rYRb3fKUyO .mbr-section-btn {
  color: #61728a;
}
.cid-rYRb3fKUyO .mbr-section-subtitle {
  color: #61728a;
}
.cid-rYRb3fKUyO .card {
  margin-bottom: 40px;
}
.cid-rYRb3fKUyO .card .card-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .cid-rYRb3fKUyO .card .card-wrapper {
    justify-content: center;
  }
  .cid-rYRb3fKUyO .card .card-wrapper .card-box {
    width: auto;
  }
}
.cid-rYRb3fKUyO .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  transition: all 0.3s ease-in-out;
  align-self: center;
}
.cid-rYRb3fKUyO .card .card-wrapper .card-box {
  margin-left: 14px;
}
.cid-rYRb3fKUyO .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #61728a;
}
.cid-rYRb3fKUyO .card .card-wrapper .card-box .card-text {
  color: #61728a;
}
.cid-rYRb3fKUyO .buttons-wrap {
  text-align: left;
}
@media (max-width: 768px) {
  .cid-rYRb3fKUyO .buttons-wrap {
    text-align: center;
  }
}
.cid-rYRb3fKUyO .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-rYRb3fKUyO .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-rYRb3fKUyO .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #030f1c;
}
.cid-rYRb3fKUyO .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-rYRb3fKUyO .buttons-wrap .or {
  text-align: center;
  display: inline;
  margin-left: 25px;
  margin-right: 25px;
  color: #61728a;
}
@media (max-width: 992px) {
  .cid-rYRb3fKUyO .buttons-wrap .or {
    display: none;
  }
}
.cid-rYRb3r2Xmx {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-rYRb3r2Xmx .content-left-wrapper .mbr-section-subtitle {
  color: #b6af8b;
}
.cid-rYRb3r2Xmx .content-left-wrapper .btn {
  margin: 0.4rem !important;
  justify-content: space-between;
}
.cid-rYRb3r2Xmx .content-left-wrapper .btn .mbr-iconfont {
  order: 2;
  margin-left: 24px;
}
.cid-rYRb3BkibC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #181818;
}
.cid-rYRb3BkibC .mbr-section-subtitle {
  color: #b6b6b6;
  text-align: center;
}
.cid-rYRb3BkibC .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-rYRb3BkibC .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #ffffff;
  padding: 0;
}
.cid-rYRb3BkibC .card .card-wrapper .card-img {
  position: relative;
}
.cid-rYRb3BkibC .card .card-wrapper .card-img .price-label {
  padding: 8px;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  background-color: #1352ff;
  z-index: 100;
  position: absolute;
}
.cid-rYRb3BkibC .card .card-wrapper .card-img .price-label .price-text {
  padding: 0;
  margin: 0;
}
.cid-rYRb3BkibC .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-rYRb3BkibC .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rYRb3BkibC .card .card-wrapper .card-box .container-nested {
  display: flex;
}
.cid-rYRb3BkibC .card .card-wrapper .card-box .container-nested .item {
  text-align: center;
  margin-right: 24px;
}
.cid-rYRb3BkibC .card .card-wrapper .card-box .container-nested .item .mbr-iconfont {
  font-size: 2.5rem;
}
.cid-rYRb3BkibC .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-rYRb3BkibC .card .card-wrapper .card-box .link.display-4 .mbr-iconfont {
  font-size: 0.9rem;
}
.cid-rYRb3BkibC .card .card-wrapper .card-box .link .mbr-iconfont {
  align-self: center;
  color: #1352ff;
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-rYRb3BkibC .mbr-text {
    text-align: left;
  }
}
.cid-rYRb3VnZcy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rYRb3VnZcy .mbr-section-subtitle {
  color: #b6b6b6;
  text-align: center;
}
.cid-rYRb3VnZcy .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-rYRb3VnZcy .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #ffffff;
  padding: 0;
}
.cid-rYRb3VnZcy .card .card-wrapper .card-img {
  position: relative;
}
.cid-rYRb3VnZcy .card .card-wrapper .card-img .price-label {
  padding: 11px;
  left: auto;
  top: auto;
  bottom: -20px;
  background-color: #333333;
  z-index: 100;
  position: absolute;
}
.cid-rYRb3VnZcy .card .card-wrapper .card-img .price-label .price-text {
  padding: 0;
  margin: 0;
}
.cid-rYRb3VnZcy .card .card-wrapper .card-img .price-label .price-text.display-4 {
  line-height: 1.5;
}
.cid-rYRb3VnZcy .card .card-wrapper .card-box {
  padding: 1.5rem;
  background-color: #181818;
}
.cid-rYRb3VnZcy .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rYRb3VnZcy .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-rYRb3VnZcy .card .card-wrapper .card-box .date {
  color: #a1a1a1;
  margin-bottom: 0;
}
.cid-rYRb3VnZcy .card .card-wrapper .card-box .link.display-4 .mbr-iconfont {
  font-size: 0.9rem;
}
.cid-rYRb3VnZcy .card .card-wrapper .card-box .link .mbr-iconfont {
  align-self: center;
  color: #1352ff;
  margin-left: 0.5rem;
}
.cid-rYRb48GV4Q {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-rYRb48GV4Q .mbr-iconfont {
  font-size: 4rem;
  color: #ffffff;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  margin-right: 1.5rem;
}
.cid-rYRb48GV4Q .card-title {
  cursor: pointer;
  margin-bottom: 0;
  align-self: center;
}
.cid-rYRb48GV4Q .card .card-text {
  margin-top: 0.5rem;
}
.cid-rYRb48GV4Q .card .link {
  display: flex;
}
.cid-rYRb48GV4Q .card .link.display-4 .mbr-iconfont {
  font-size: 0.9rem;
}
.cid-rYRb48GV4Q .card .link .mbr-iconfont {
  align-self: center;
  color: #1352ff;
  margin-left: 0.5rem;
}
@media (max-width: 768px) {
  .cid-rYRb48GV4Q .card-text {
    text-align: left;
  }
}
.cid-rYRb5HFvP1 {
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/background2.jpg");
}
.cid-rYRb5HFvP1 .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-rYRb5HFvP1 .block {
    height: 352px;
  }
}
.cid-rYRb5UyNNQ {
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/background2.jpg");
}
.cid-rYRb5UyNNQ .mbr-text {
  color: #e5e5e5;
}
.cid-rYRb5UyNNQ .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 130px;
  height: 130px;
  cursor: pointer;
}
.cid-rYRb5UyNNQ .icon-wrap:hover .mbr-iconfont {
  color: #ff513c;
}
.cid-rYRb5UyNNQ .icon-wrap span {
  padding-left: 4px;
}
.cid-rYRb5UyNNQ .mbr-media span {
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff;
}
.cid-rYRb5UyNNQ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rYRb5UyNNQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rYRb5UyNNQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rYRb5UyNNQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rYRb5UyNNQ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rYRb5UyNNQ a.close:hover {
  color: #ffffff;
}
.cid-rYRb66HfV3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5f5f5;
}
.cid-rYRb66HfV3 .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-rYRb66HfV3 .wrapper .box {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-30%);
}
.cid-rYRb66HfV3 .wrapper .box .mbr-media {
  z-index: 2;
}
.cid-rYRb66HfV3 .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: transparent;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-rYRb66HfV3 .icon-wrap:hover span {
  color: #ff513c;
}
.cid-rYRb66HfV3 .icon-wrap span {
  padding-left: 4px;
}
.cid-rYRb66HfV3 .mbr-media span {
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff;
}
.cid-rYRb66HfV3 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rYRb66HfV3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rYRb66HfV3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rYRb66HfV3 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rYRb66HfV3 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rYRb66HfV3 a.close:hover {
  color: #ffffff;
}
.cid-rYRb66HfV3 .img-wrap .overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #06182d;
  opacity: 0.8;
  pointer-events: none;
}
.cid-rYRb66HfV3 .img-wrap img {
  width: 100%;
}
.cid-rYRb66HfV3 .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
}
.cid-rYRb66HfV3 .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-rYRb66HfV3 .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-rYRb66HfV3 .mbr-section-subtitle {
  color: #61728a;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-rYRb66HfV3 .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-rYRb66HfV3 .btn {
  margin: 0px !important;
}
.cid-rYRb66HfV3 .btn.btn-success-outline {
  color: #000000;
}
.cid-rYRb66HfV3 .btn.btn-sm {
  padding: 7px 39px;
}
.cid-rYRb66HfV3 .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-rYRb66HfV3 .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-rYRb66HfV3 .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-rYRb66HfV3 .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-rYRb66HfV3 .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
}
.cid-rYRb66HfV3 .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-rYRb66HfV3 .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-rYRb66HfV3 .sticky-tag .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff5e3a transparent transparent;
  transform: skew(22deg) !important;
}
.cid-rYRc8qnOAl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f6f9;
}
.cid-rYRc8qnOAl .mbr-section-title {
  color: #06182d;
}
.cid-rYRc8qnOAl .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYRc8qnOAl .mbr-section-subtitle {
  color: #06182d;
}
.cid-rYRc8qnOAl .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYRc8qnOAl .mbr-section-text {
  color: #999999;
}
.cid-rYRc8qnOAl .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rYRc8qnOAl .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #f4f6f9;
  border: 0px solid #dfe3e8;
  border-bottom: 1px solid #dfe3e8;
  color: #61728a;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rYRc8qnOAl .form-control:focus,
.cid-rYRc8qnOAl .form-control:hover {
  border: 0px solid #f4f6f9;
  background-color: #f4f6f9;
}
.cid-rYRc8qnOAl .form-control.textarea {
  padding-top: 40px;
}
.cid-rYRc8qnOAl .form-group {
  margin-bottom: 1rem;
}
.cid-rYRc8qnOAl .form-group .wrap {
  display: flex;
}
.cid-rYRc8qnOAl .form-group .wrap span {
  padding: 0em 0em;
  margin-bottom: 0px;
  align-self: center;
  color: #61728a;
}
.cid-rYRc8qnOAl input::-webkit-input-placeholder,
.cid-rYRc8qnOAl textarea::-webkit-input-placeholder {
  color: #61728a;
}
.cid-rYRc8qnOAl input:-moz-placeholder,
.cid-rYRc8qnOAl textarea:-moz-placeholder {
  color: #61728a;
}
.cid-rYRc8qnOAl .jq-selectbox li,
.cid-rYRc8qnOAl .jq-selectbox li {
  background-color: #f4f6f9;
  color: #000000;
}
.cid-rYRc8qnOAl .jq-selectbox li:hover,
.cid-rYRc8qnOAl .jq-selectbox li.selected {
  background-color: #f4f6f9;
  color: #000000;
}
.cid-rYRc8qnOAl .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f4f6f9;
}
.cid-rYRc8qnOAl .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f4f6f9;
}
.cid-rYRc8qnOAl .map {
  width: 100%;
  height: 30rem;
}
.cid-rYRc8qnOAl .map iframe {
  width: inherit;
  height: 100%;
}
.cid-rYRc8qnOAl .icon-block {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.cid-rYRc8qnOAl .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
}
.cid-rYRc8qnOAl .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rYRc8qnOAl .mbr-text {
  color: #767676;
}
.cid-rYRc8qnOAl a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rYRc8qnOAl .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rYRc8qnOAl .input-group-btn {
  display: block;
  text-align: left;
}
.cid-rYRc8qnOAl .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-rYRc8qnOAl textarea.form-control {
  resize: none;
}
.cid-rYRc8qnOAl .google-map {
  height: 25rem;
  position: relative;
}
.cid-rYRc8qnOAl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rYRc8qnOAl .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-rYRc8qnOAl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rYRc8qnOAl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rYRc8qnOAl h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rYRc8qnOAl .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rYRc8qnOAl .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-rYRc8qnOAl .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-rYRc8qnOAl * {
    text-align: center !important;
  }
}
.cid-rYRc8M7QuX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-rYRc8M7QuX .img-wrap {
  position: relative;
}
.cid-rYRc8M7QuX .img-wrap img {
  width: 100%;
}
.cid-rYRc8M7QuX .img-wrap .icon-label {
  padding: 19px;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #1352ff;
  z-index: 100;
  position: absolute;
}
.cid-rYRc8M7QuX .img-wrap .icon-label .mbr-iconfont {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-rYRc8M7QuX .img-wrap .icon-label {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.cid-rYRc8M7QuX .mbr-section-title {
  color: #ffffff;
}
.cid-rYRc8M7QuX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rYRc8M7QuX .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYRc8M7QuX .mbr-section-text {
  color: #ffffff;
}
.cid-rYRc8M7QuX .form-control {
  box-shadow: none;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #333333;
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  color: #b8b8b8;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rYRc8M7QuX .form-control:focus,
.cid-rYRc8M7QuX .form-control:hover {
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  background-color: #333333;
}
.cid-rYRc8M7QuX .form-control.textarea {
  padding-top: 40px;
}
.cid-rYRc8M7QuX .form-group {
  margin-bottom: 1.5rem;
}
.cid-rYRc8M7QuX input::-webkit-input-placeholder,
.cid-rYRc8M7QuX textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.cid-rYRc8M7QuX input:-moz-placeholder,
.cid-rYRc8M7QuX textarea:-moz-placeholder {
  color: #b8b8b8;
}
.cid-rYRc8M7QuX .jq-selectbox li,
.cid-rYRc8M7QuX .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-rYRc8M7QuX .jq-selectbox li:hover,
.cid-rYRc8M7QuX .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-rYRc8M7QuX .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rYRc8M7QuX .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rYRc8M7QuX .text-blocks .mbr-text {
  color: #ffffff;
}
.cid-rYRc8M7QuX a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rYRc8M7QuX .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rYRc8M7QuX .input-group-btn {
  display: block;
  text-align: left;
}
.cid-rYRc8M7QuX .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-rYRc8M7QuX textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-rYRc8M7QuX h2 {
    padding-top: 2rem;
  }
  .cid-rYRc8M7QuX .input-group-btn {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-rYRc8M7QuX .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rYRc8M7QuX .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rZ33VUoKBw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f6f9;
}
.cid-rZ33VUoKBw .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZ33VUoKBw .mbr-section-subtitle {
  color: #06182d;
  line-height: 1;
  font-weight: 300;
}
.cid-rZ33VUoKBw .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid rgba(97, 114, 138, 0.2);
}
.cid-rZ33VUoKBw .card .card-wrapper .card-img {
  width: auto;
}
.cid-rZ33VUoKBw .card .card-wrapper .card-img img {
  width: 100%;
  max-height: 450px;
}
@media (max-width: 768px) {
  .cid-rZ33VUoKBw .card .card-wrapper .card-img img {
    width: auto;
  }
}
.cid-rZ33VUoKBw .card .card-wrapper .card-box {
  padding: 44px 30px 41px;
}
.cid-rZ33VUoKBw .card .card-wrapper .card-box .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
@media (max-width: 768px) {
  .cid-rZ33VUoKBw .card .card-wrapper .card-box .sticky-tag {
    display: none;
  }
}
.cid-rZ33VUoKBw .card .card-wrapper .card-box .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-rZ33VUoKBw .card .card-wrapper .card-box .sticky-tag .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #db3321 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-rZ33VUoKBw .card .card-wrapper .card-box .card-title {
  color: #06182d;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.cid-rZ33VUoKBw .card .card-wrapper .card-box .mbr-text {
  line-height: 1.6;
  text-align: center;
  color: #61728a;
}
.cid-rZ33VUoKBw .card .card-wrapper .card-box .ico-line {
  width: 100%;
  color: #767676;
  justify-content: space-between;
}
.cid-rZ33VUoKBw .card .card-wrapper .card-box .ico-line .mbr-iconfont {
  display: inline-block;
  color: #ff4e3c;
}
.cid-rZ33VUoKBw .card .card-wrapper .card-box .ico-line .rev {
  display: inline-block;
  color: #0a1c44;
}
.cid-rZ33VUoKBw .card .card-wrapper .card-box .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-rYSh7V8dCj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-rYSh7V8dCj .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rYSh7V8dCj .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-rYQqzfuydi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .nav-item,
.cid-rYQqzfuydi .nav-link,
.cid-rYQqzfuydi .navbar-caption {
  font-weight: normal;
}
.cid-rYQqzfuydi .nav-item:focus,
.cid-rYQqzfuydi .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rYQqzfuydi .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rYQqzfuydi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rYQqzfuydi .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-rYQqzfuydi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rYQqzfuydi .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rYQqzfuydi .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rYQqzfuydi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rYQqzfuydi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rYQqzfuydi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rYQqzfuydi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-rYQqzfuydi .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rYQqzfuydi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rYQqzfuydi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rYQqzfuydi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rYQqzfuydi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-rYQqzfuydi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rYQqzfuydi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-rYQqzfuydi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rYQqzfuydi .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rYQqzfuydi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rYQqzfuydi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rYQqzfuydi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rYQqzfuydi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rYQqzfuydi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rYQqzfuydi .dropdown-item.active,
.cid-rYQqzfuydi .dropdown-item:active {
  background-color: transparent;
}
.cid-rYQqzfuydi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rYQqzfuydi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rYQqzfuydi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rYQqzfuydi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rYQqzfuydi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYQqzfuydi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rYQqzfuydi .navbar-buttons {
  text-align: center;
}
.cid-rYQqzfuydi .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-rYQqzfuydi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQqzfuydi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rYQqzfuydi a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-rYQqzfuydi .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rYQqzfuydi .soc-item {
  margin: .5rem .3rem;
}
.cid-rYQqzfuydi .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rYQqzfuydi .navbar {
    height: 77px;
  }
  .cid-rYQqzfuydi .navbar.opened {
    height: auto;
  }
  .cid-rYQqzfuydi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rZ358YOiAT {
  padding-top: 195px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-rZ358YOiAT .mbr-section-title {
  color: #ffffff;
}
.cid-rZ358YOiAT .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-rZ358YOiAT .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #ff513c;
  margin-bottom: 2rem;
}
.cid-rZ358YOiAT .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rZ358YOiAT .items {
  display: flex;
  flex-direction: row;
}
.cid-rZ358YOiAT .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-rZ358YOiAT .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.1rem;
  margin: auto;
  color: #ff513c;
}
.cid-rZ358YOiAT .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-rZ358YOiAT .items .list-item:last-child .listico {
  display: none;
}
.cid-rYRbcjVKlX {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYRbcjVKlX .img-wrap img {
  width: 100%;
}
.cid-rYRbcjVKlX .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rYRbcjVKlX .card .wrapper {
  overflow: hidden;
}
.cid-rYRbcjVKlX .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-rYRbcjVKlX .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYRbcjVKlX .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-rYRbcjVKlX .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYRbcjVKlX .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-rYRbcjVKlX .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-rYRbcjVKlX .card .wrapper .sign-wrap::before {
  right: 65.8%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-rYRbcjVKlX .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-rYRbcjVKlX .card .wrapper .sign-wrap::after {
  left: 65.9%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-rYRbd4k9Be {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/background4.jpg");
}
.cid-rYRbd4k9Be .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rYRbd4k9Be .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-rYRbd4k9Be .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYRbd4k9Be .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rYRbd4k9Be .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYRbd4k9Be .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-rYRbd4k9Be .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-rYRbd4k9Be .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-rYRbdigqEz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5f5f5;
}
.cid-rYRbdigqEz .img-wrap img {
  width: 100%;
}
.cid-rYRbdigqEz .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
}
.cid-rYRbdigqEz .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-rYRbdigqEz .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-rYRbdigqEz .mbr-section-subtitle {
  color: #61728a;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-rYRbdigqEz .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-rYRbdigqEz .btn {
  margin: 0px !important;
}
.cid-rYRbdigqEz .btn.btn-success-outline {
  color: #000000;
}
.cid-rYRbdigqEz .btn.btn-sm {
  padding: 7px 39px;
}
.cid-rYRbdigqEz .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-rYRbdigqEz .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-rYRbdigqEz .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-rYRbdigqEz .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-rYRbdigqEz .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
}
.cid-rYRbdigqEz .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-rYRbdigqEz .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-rYRbdigqEz .sticky-tag .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff5e3a transparent transparent;
  transform: skew(22deg) !important;
}
.cid-rYRbdtGjrr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/background3.jpg");
}
.cid-rYRbdtGjrr .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  text-align: right;
}
.cid-rYRbdtGjrr .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-rYRbdtGjrr .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-rYRbdtGjrr .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rYRbdtGjrr .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYRbdtGjrr .mbr-text,
.cid-rYRbdtGjrr .mbr-section-btn {
  color: #ffffff;
}
.cid-rYRbdtGjrr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rYRbdtGjrr .card .card-wrapper {
  text-align: center;
}
.cid-rYRbdtGjrr .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
}
.cid-rYRbdtGjrr .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #ffffff;
}
.cid-rYRbdtGjrr .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-rYRbdtGjrr .buttons-wrap {
  text-align: center;
}
.cid-rYRbdtGjrr .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-rYRbdtGjrr .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-rYRbdtGjrr .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-rYRbdtGjrr .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-rYRbdtGjrr .buttons-wrap .or {
  text-align: center;
  display: inline;
  margin-left: 25px;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-rYRbdtGjrr .buttons-wrap .or {
    display: none;
  }
}
.cid-rYRbdQLHkd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/background4.jpg");
}
.cid-rYRbdQLHkd .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-rYRbdQLHkd .mbr-section-subtitle {
  color: #ff4e3c;
}
.cid-rYRbdQLHkd .mbr-section-subtitle.mbr-bold {
  font-weight: 700;
}
.cid-rYRbdQLHkd .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYRbdQLHkd .mbr-text {
  color: #ffffff;
}
.cid-rYRbdQLHkd .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rYRbdQLHkd .text-wrap .icons-wrap .icon-wrapper {
  background: transparent;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #61728a;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rYRbdQLHkd .text-wrap .icons-wrap .icon-wrapper:hover {
  background-color: #55acee;
  border-color: #55acee;
}
.cid-rYRbdQLHkd .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffff;
}
.cid-rYRbdQLHkd .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rYRbdQLHkd .text-wrap .icons-wrap::before {
  height: 2px;
  width: 30%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #61728a;
}
@media (max-width: 992px) {
  .cid-rYRbdQLHkd .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rYRbdQLHkd .text-wrap .icons-wrap::after {
  height: 2px;
  width: 30%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #61728a;
}
@media (max-width: 992px) {
  .cid-rYRbdQLHkd .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-rYRbdQLHkd .buttons-wrap {
  text-align: center;
}
.cid-rYRbdQLHkd .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-rYRbdQLHkd .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-rYRbdQLHkd .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-rYRbdQLHkd .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-rYRbdQLHkd .buttons-wrap .or {
  text-align: center;
  display: inline;
  margin-left: 25px;
  margin-right: 25px;
}
.cid-rYRbe2gnu8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYRbe2gnu8 .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/030.jpg");
}
.cid-rYRbe2gnu8 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rYRbe2gnu8 .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-rYRbe2gnu8 .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYRbe2gnu8 .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-rYRbe2gnu8 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYRbe2gnu8 .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-rYRbe2gnu8 .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-rYRbe2gnu8 .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-rYRbe2gnu8 .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-rYRbe2gnu8 .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ff4e3c;
  display: inline-block;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-rYRbe2gnu8 .card .wrapper .link-wrap {
  width: 100%;
}
.cid-rYRbe2gnu8 .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-rYRbe2gnu8 .card .wrapper .link-wrap .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-rYRbe2gnu8 .card .wrapper .link-wrap .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-rYRbe2gnu8 .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rYRbedJnFF {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-rYRbedJnFF .text-wrap {
  margin-top: 32px;
}
.cid-rYRbedJnFF .content-right-wrapper {
  background-color: #333333;
  padding: 32px;
}
.cid-rYRbedJnFF .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-rYRbedJnFF .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-rYRbedJnFF .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-rYRbedJnFF .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-rYRbedJnFF .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 9px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #1352ff;
}
.cid-rYRbgZSgx6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rYRbgZSgx6 .mbr-section-title {
  color: #06182d;
}
.cid-rYRbgZSgx6 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYRbgZSgx6 .mbr-section-subtitle {
  color: #06182d;
}
.cid-rYRbgZSgx6 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYRbgZSgx6 .mbr-section-text {
  color: #999999;
}
.cid-rYRbgZSgx6 .nav-tabs .nav-item.open .nav-link:focus,
.cid-rYRbgZSgx6 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rYRbgZSgx6 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #f4f6f9;
}
.cid-rYRbgZSgx6 .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-rYRbgZSgx6 .first {
  margin-left: -24px;
}
.cid-rYRbgZSgx6 .nav-tabs .nav-link {
  color: #06182d;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #f4f6f9;
  padding: 1rem 2.2rem;
}
.cid-rYRbgZSgx6 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff513c;
}
.cid-rYRbgZSgx6 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff513c;
}
.cid-rYRbgZSgx6 P {
  color: #879a9f;
}
@media (max-width: 768px) {
  .cid-rYRbgZSgx6 .first {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .cid-rYRbgZSgx6 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rYRbgZSgx6 .mbr-text,
  .cid-rYRbgZSgx6 .nav-link {
    text-align: center;
  }
}
.cid-rYRbh9aoKK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rYRbh9aoKK .mbr-section-title {
  color: #06182d;
}
.cid-rYRbh9aoKK .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYRbh9aoKK .mbr-section-subtitle {
  color: #06182d;
}
.cid-rYRbh9aoKK .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYRbh9aoKK .mbr-section-text {
  color: #999999;
}
.cid-rYRbh9aoKK .nav-tabs .nav-item.open .nav-link:focus,
.cid-rYRbh9aoKK .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rYRbh9aoKK .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #f4f6f9;
}
.cid-rYRbh9aoKK .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-rYRbh9aoKK .nav-tabs .nav-link {
  color: #06182d;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #f4f6f9;
  padding: 1rem 2.2rem;
}
.cid-rYRbh9aoKK .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff513c;
}
.cid-rYRbh9aoKK .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff513c;
}
.cid-rYRbh9aoKK P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-rYRbh9aoKK .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rYRbh9aoKK .mbr-text,
  .cid-rYRbh9aoKK .nav-link {
    text-align: center;
  }
}
.cid-rYRbh9aoKK .img-wrap img {
  width: 100%;
}
.cid-rYRbhlxKDt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rYRbhlxKDt .mbr-section-title {
  color: #06182d;
}
.cid-rYRbhlxKDt .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYRbhlxKDt .mbr-section-subtitle {
  color: #06182d;
}
.cid-rYRbhlxKDt .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYRbhlxKDt .mbr-section-text {
  color: #999999;
}
.cid-rYRbhlxKDt .nav-tabs .nav-item.open .nav-link:focus,
.cid-rYRbhlxKDt .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rYRbhlxKDt .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #f4f6f9;
}
.cid-rYRbhlxKDt .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-rYRbhlxKDt .nav-tabs .nav-link {
  color: #06182d;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #f4f6f9;
  padding: 1rem 2.2rem;
}
.cid-rYRbhlxKDt .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff513c;
}
.cid-rYRbhlxKDt .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff513c;
}
.cid-rYRbhlxKDt P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-rYRbhlxKDt .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rYRbhlxKDt .mbr-text,
  .cid-rYRbhlxKDt .nav-link {
    text-align: center;
  }
}
.cid-rYRbhlxKDt .img-wrap img {
  width: 100%;
}
.cid-rYRbhlxKDt .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff4e3c;
}
.cid-rYRbhlxKDt .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-rYRbhlxKDt .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-rYRbhlxKDt .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-rYRbhlxKDt .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-rYRbhlxKDt .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-rYRbhlxKDt .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-rYRbhlxKDt .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-rYRbhlxKDt .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-rYRbhlxKDt .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff4e3c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-rYRbhlxKDt .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-rYRbhlxKDt .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rYRbhlxKDt .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-rYRbhlxKDt .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-rYRbhlxKDt .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-rYRbhlxKDt .card .card-header a.panel-title .toggle-icon:before,
.cid-rYRbhlxKDt .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-rYRbhlxKDt .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;
  transform: none;
}
.cid-rYRbhlxKDt .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-rYRbhlxKDt .card .panel-body {
  padding: 14px 20px;
}
.cid-rYRbhlxKDt .card .panel-body p {
  color: #61728a;
  line-height: 1.5;
}
.cid-rYRbhlxKDt .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-rYRbiSyUCz {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/141.jpg");
}
.cid-rYRbiSyUCz .mbr-section-subtitle {
  color: #aeaeae;
}
.cid-rYRbiSyUCz .carousel-item {
  justify-content: flex-start;
  text-align: left;
}
.cid-rYRbiSyUCz .carousel-item.active,
.cid-rYRbiSyUCz .carousel-item-next,
.cid-rYRbiSyUCz .carousel-item-prev {
  display: flex;
}
.cid-rYRbiSyUCz .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 5%;
}
.cid-rYRbiSyUCz .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
}
.cid-rYRbiSyUCz .carousel-controls a:hover span {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-rYRbiSyUCz .carousel-controls {
    display: none;
  }
}
.cid-rYRbiSyUCz .btn {
  margin: 0.4rem !important;
  justify-content: space-between;
}
.cid-rYRbiSyUCz .btn.btn-sm {
  padding: 9px 41px;
}
.cid-rYRbiSyUCz .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  position: relative;
}
.cid-rYRbiSyUCz .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-rYRbiSyUCz .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #666666;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-rYRbiSyUCz .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rYRbiSyUCz * {
    text-align: center;
  }
}
.cid-rYRcevUwr6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #06182d;
}
.cid-rYRcevUwr6 .mbr-overlay {
  background-color: #06182d;
  opacity: 0.7;
}
.cid-rYRcevUwr6 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: flex-start;
}
.cid-rYRcevUwr6 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-rYRcevUwr6 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-rYRcevUwr6 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-rYRcevUwr6 .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-rYRcevUwr6 .align-wrap .item-wrap {
  display: flex;
  justify-content: flex-start;
}
.cid-rYRcevUwr6 .align-wrap .item-wrap .card-img {
  margin-right: 15px;
}
.cid-rYRcevUwr6 .align-wrap .item-wrap .card-img .mbr-iconfont {
  color: #ff4e3c !important;
  font-size: 1.1rem;
}
.cid-rYRcevUwr6 .align-wrap .item-wrap .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-rYRcevUwr6 .align-wrap .item-wrap .icons-wrap .icon-title {
  margin: 0;
  padding-bottom: 0px;
  color: #ffffff;
  font-weight: 300;
}
.cid-rYRcevUwr6 .align-wrap .item-wrap .icons-wrap:hover .icon-title {
  color: #ff4e3c;
}
.cid-rYRcevUwr6 .align-wrap .item-wrap span,
.cid-rYRcevUwr6 .align-wrap .item-wrap p {
  transition: all 0.3s;
}
.cid-rYRcevUwr6 .opening-hours .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
  text-align: left;
}
.cid-rYRcevUwr6 .opening-hours .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-rYRcevUwr6 .opening-hours .box-list li:first-child {
  padding-top: 0;
}
.cid-rYRcevUwr6 .opening-hours .box-list li:last-child {
  border-bottom: none;
}
.cid-rYRcevUwr6 .opening-hours .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #ffffff;
}
.cid-rYRcevUwr6 .opening-hours .box-list.display-4 {
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .cid-rYRcevUwr6 .col-lg-3 {
    max-width: 20%;
  }
}
@media (max-width: 992px) {
  .cid-rYRcevUwr6 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rYRcevUwr6 .socicon-wrap {
    margin: auto;
  }
}
.cid-rYRchhL1gI {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-rYRchhL1gI .logo-footer {
  line-height: normal;
}
.cid-rYRchhL1gI .logo-footer .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-rYRchhL1gI .copyright {
  display: flex;
  align-items: center;
}
.cid-rYRchhL1gI .copyright .mbr-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 0;
  align-self: center;
  flex-wrap: wrap;
}
.cid-rYRchhL1gI .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rYRchhL1gI .social-btns a:focus {
  text-decoration: none;
}
.cid-rYRchhL1gI .social-btns .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-rYRchhL1gI .copyrightPart {
  display: flex;
}
.cid-rYRchhL1gI .copyrightPart .wrap {
  justify-content: space-between;
  color: #61728a;
}
.cid-rZ33YmhImy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f6f9;
}
.cid-rZ33YmhImy .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZ33YmhImy .mbr-section-subtitle {
  color: #06182d;
  line-height: 1;
  font-weight: 300;
}
.cid-rZ33YmhImy .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid rgba(97, 114, 138, 0.2);
}
.cid-rZ33YmhImy .card .card-wrapper .card-img {
  width: auto;
}
.cid-rZ33YmhImy .card .card-wrapper .card-img img {
  width: 100%;
  max-height: 450px;
}
@media (max-width: 768px) {
  .cid-rZ33YmhImy .card .card-wrapper .card-img img {
    width: auto;
  }
}
.cid-rZ33YmhImy .card .card-wrapper .card-box {
  padding: 44px 30px 41px;
}
.cid-rZ33YmhImy .card .card-wrapper .card-box .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
@media (max-width: 768px) {
  .cid-rZ33YmhImy .card .card-wrapper .card-box .sticky-tag {
    display: none;
  }
}
.cid-rZ33YmhImy .card .card-wrapper .card-box .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-rZ33YmhImy .card .card-wrapper .card-box .sticky-tag .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #db3321 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-rZ33YmhImy .card .card-wrapper .card-box .card-title {
  color: #06182d;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.cid-rZ33YmhImy .card .card-wrapper .card-box .mbr-text {
  line-height: 1.6;
  text-align: center;
  color: #61728a;
}
.cid-rZ33YmhImy .card .card-wrapper .card-box .ico-line {
  width: 100%;
  color: #767676;
  justify-content: space-between;
}
.cid-rZ33YmhImy .card .card-wrapper .card-box .ico-line .mbr-iconfont {
  display: inline-block;
  color: #ff4e3c;
}
.cid-rZ33YmhImy .card .card-wrapper .card-box .ico-line .rev {
  display: inline-block;
  color: #0a1c44;
}
.cid-rZ33YmhImy .card .card-wrapper .card-box .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-rYSh7V8dCj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-rYSh7V8dCj .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rYSh7V8dCj .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-rYQqzfuydi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .nav-item,
.cid-rYQqzfuydi .nav-link,
.cid-rYQqzfuydi .navbar-caption {
  font-weight: normal;
}
.cid-rYQqzfuydi .nav-item:focus,
.cid-rYQqzfuydi .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rYQqzfuydi .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rYQqzfuydi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rYQqzfuydi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rYQqzfuydi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rYQqzfuydi .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-rYQqzfuydi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rYQqzfuydi .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rYQqzfuydi .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rYQqzfuydi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rYQqzfuydi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rYQqzfuydi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rYQqzfuydi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rYQqzfuydi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-rYQqzfuydi .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rYQqzfuydi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rYQqzfuydi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rYQqzfuydi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rYQqzfuydi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rYQqzfuydi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-rYQqzfuydi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rYQqzfuydi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-rYQqzfuydi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rYQqzfuydi .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rYQqzfuydi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rYQqzfuydi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rYQqzfuydi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rYQqzfuydi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rYQqzfuydi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rYQqzfuydi .dropdown-item.active,
.cid-rYQqzfuydi .dropdown-item:active {
  background-color: transparent;
}
.cid-rYQqzfuydi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rYQqzfuydi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rYQqzfuydi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rYQqzfuydi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rYQqzfuydi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYQqzfuydi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rYQqzfuydi .navbar-buttons {
  text-align: center;
}
.cid-rYQqzfuydi .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-rYQqzfuydi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQqzfuydi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYQqzfuydi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQqzfuydi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rYQqzfuydi a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-rYQqzfuydi .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rYQqzfuydi .soc-item {
  margin: .5rem .3rem;
}
.cid-rYQqzfuydi .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rYQqzfuydi .navbar {
    height: 77px;
  }
  .cid-rYQqzfuydi .navbar.opened {
    height: auto;
  }
  .cid-rYQqzfuydi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rZ35eHMnL2 {
  padding-top: 195px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-rZ35eHMnL2 .mbr-section-title {
  color: #ffffff;
}
.cid-rZ35eHMnL2 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-rZ35eHMnL2 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #ff513c;
  margin-bottom: 2rem;
}
.cid-rZ35eHMnL2 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rZ35eHMnL2 .items {
  display: flex;
  flex-direction: row;
}
.cid-rZ35eHMnL2 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-rZ35eHMnL2 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.1rem;
  margin: auto;
  color: #ff513c;
}
.cid-rZ35eHMnL2 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-rZ35eHMnL2 .items .list-item:last-child .listico {
  display: none;
}
.cid-rYRbqd2LWG {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rYRbqd2LWG .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYRbqd2LWG .card:hover .card-wrapper .img-wrapper .mbr-section-btn {
  opacity: 1;
  transform: translateY(-50px);
}
.cid-rYRbqd2LWG .card .card-wrapper .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-rYRbqd2LWG .card .card-wrapper .img-wrapper img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-rYRbqd2LWG .card .card-wrapper .img-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 150px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  transform: translateY(100px);
  width: 100%;
}
.cid-rYRbqd2LWG .card .card-wrapper .img-wrapper .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  letter-spacing: 0;
}
.cid-rYRbqd2LWG .card .card-wrapper .card-box .card-title {
  color: #06182d;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-rYRbqd2LWG .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-rYRbqd2LWG .card .card-wrapper .card-box .mbr-section-subtitle {
  color: #61728a;
  letter-spacing: 0;
}
.cid-rYRbqd2LWG .card .card-wrapper .card-box .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rYRbqd2LWG .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rYRbqd2LWG .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-rYRbqd2LWG .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rYRbqd2LWG .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
  height: 2px;
  width: 25%;
  top: 50%;
  right: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-rYRbqd2LWG .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rYRbqd2LWG .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
  height: 2px;
  width: 25%;
  top: 50%;
  left: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-rYRbqd2LWG .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-rYRbqd2LWG .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-rYRbqq0ldS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rYRbqq0ldS .card1 {
  margin-bottom: 20px;
}
.cid-rYRbqq0ldS .card2 {
  margin-top: 20px;
}
.cid-rYRbqq0ldS .card3 {
  margin-bottom: 20px;
}
.cid-rYRbqq0ldS .card4 {
  margin-top: 20px;
}
.cid-rYRbqq0ldS .mbr-section-title {
  color: #ffffff;
}
.cid-rYRbqq0ldS .mbr-section-title.display-2 {
  line-height: 1.2;
  font-size: 30px;
}
.cid-rYRbqq0ldS .mbr-section-subtitle {
  color: #afafa7;
}
.cid-rYRbqq0ldS .mbr-text {
  color: #ffffff;
}
.cid-rYRbqq0ldS .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-rYRbqq0ldS .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-rYRbqq0ldS .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-rYRbqq0ldS .card .card-wrapper .card-box .img-wrapper img {
  width: 100%;
}
.cid-rYRbqq0ldS .card .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-rYRbqq0ldS .card .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-rYRbqq0ldS .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-rYRbqq0ldS .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-rYRbqq0ldS .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rYRbqq0ldS .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rYRbqq0ldS .card-wrapper {
    flex-direction: column;
  }
  .cid-rYRbqq0ldS .card-box {
    padding: 2rem 1rem;
  }
  .cid-rYRbqq0ldS .card-box,
  .cid-rYRbqq0ldS .img-wrapper {
    width: 100%;
  }
  .cid-rYRbqq0ldS .img-wrapper {
    padding: 0rem 1rem;
  }
  .cid-rYRbqq0ldS * {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-rYRbqq0ldS .card {
    margin-bottom: 2rem;
  }
}
.cid-rYRbATDEGO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("https://mobirise.com/extensions/carm4/assets/images/background1.jpg");
}
.cid-rYRbATDEGO .mbr-section-title {
  color: #ffffff;
}
.cid-rYRbATDEGO .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYRbATDEGO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rYRbATDEGO .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYRbATDEGO .mbr-section-text {
  color: #ffffff;
}
.cid-rYRbATDEGO .carousel-item {
  justify-content: center;
}
.cid-rYRbATDEGO .carousel-item.active,
.cid-rYRbATDEGO .carousel-item-next,
.cid-rYRbATDEGO .carousel-item-prev {
  display: flex;
}
.cid-rYRbATDEGO .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-rYRbATDEGO .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  color: #61728a;
  background: transparent;
  opacity: .9;
}
.cid-rYRbATDEGO .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rYRbATDEGO .user_image {
  width: 150px;
  height: 150px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
  z-index: 1;
  position: relative;
}
.cid-rYRbATDEGO .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rYRbATDEGO .mbr-iconfont {
  font-size: 3rem;
  opacity: 1;
  color: #ff4d39;
  margin-top: 15px;
}
.cid-rYRbATDEGO .user_text {
  position: relative;
  padding-bottom: 45px;
}
.cid-rYRbATDEGO .user_text .left-top {
  margin-bottom: 20px;
}
.cid-rYRbATDEGO .user_text .mbr-text {
  font-style: italic;
}
.cid-rYRbATDEGO .user_text .mbr-text.display-7 {
  line-height: 1.2;
}
.cid-rYRbATDEGO .user_text .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rYRbATDEGO .user_text .text-wrap .icons-wrap .icon-wrapper {
  background: transparent;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #61728a;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rYRbATDEGO .user_text .text-wrap .icons-wrap .icon-wrapper:hover {
  background-color: #55acee;
  border-color: #55acee;
}
.cid-rYRbATDEGO .user_text .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffff;
}
.cid-rYRbATDEGO .user_text .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rYRbATDEGO .user_text .text-wrap .icons-wrap::before {
  height: 2px;
  width: 30%;
  top: 50%;
  right: 62%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #61728a;
}
@media (max-width: 992px) {
  .cid-rYRbATDEGO .user_text .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rYRbATDEGO .user_text .text-wrap .icons-wrap::after {
  height: 2px;
  width: 30%;
  top: 50%;
  left: 62%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #61728a;
}
@media (max-width: 992px) {
  .cid-rYRbATDEGO .user_text .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-rYRbATDEGO .user_name {
  font-weight: 700;
}
@media (max-width: 230px) {
  .cid-rYRbATDEGO .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rYRbB47i2U {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #282f39;
}
.cid-rYRbB47i2U .mbr-section-title {
  color: #ffffff;
}
.cid-rYRbB47i2U .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYRbB47i2U .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rYRbB47i2U .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYRbB47i2U .mbr-section-text {
  color: #ffffff;
}
.cid-rYRbB47i2U .carousel-item {
  justify-content: center;
}
.cid-rYRbB47i2U .carousel-item.active,
.cid-rYRbB47i2U .carousel-item-next,
.cid-rYRbB47i2U .carousel-item-prev {
  display: flex;
}
.cid-rYRbB47i2U .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-rYRbB47i2U .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  color: #61728a;
  background: transparent;
  opacity: .9;
}
.cid-rYRbB47i2U .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rYRbB47i2U .user_image {
  width: 150px;
  height: 150px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
  z-index: 1;
  position: relative;
}
.cid-rYRbB47i2U .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rYRbB47i2U .mbr-iconfont {
  font-size: 3rem;
  opacity: 1;
  color: #ff4d39;
  margin-top: 33px;
  margin-bottom: 13px;
}
.cid-rYRbB47i2U .user_text {
  position: relative;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .cid-rYRbB47i2U .user_text p {
    padding: 1rem 0rem;
  }
}
.cid-rYRbB47i2U .user_text .mbr-text {
  font-style: italic;
  margin-bottom: 26px;
}
.cid-rYRbB47i2U .user_text .mbr-text.display-7 {
  line-height: 1.2;
}
.cid-rYRbB47i2U .user_name {
  font-weight: 700;
}
.cid-rYRbB47i2U .user_name::before {
  height: 2px;
  width: 370px;
  position: absolute;
  display: inline-block;
  content: '';
  background-color: rgba(97, 114, 138, 0.2);
  margin: -18px auto;
  left: 0;
  right: 0;
}
@media (max-width: 230px) {
  .cid-rYRbB47i2U .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rYRbB47i2U .user::before {
  content: '';
  position: absolute;
  background-color: #3d4550;
  height: 90%;
  z-index: 0;
  display: block;
  width: 500px;
  left: 0;
  right: 0;
  top: 21%;
  bottom: 0;
  margin: auto;
}
.cid-rYRbD7haT6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rYRbD7haT6 .progress {
  width: 100%;
}
.cid-rYRbD7haT6 .mbr-flex {
  display: flex;
}
.cid-rYRbD7haT6 .mbr-m-auto {
  margin: auto;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-rYRbD7haT6 progress {
  height: 4px;
}
.cid-rYRbD7haT6 .mbr-section-subtitle {
  color: #06182d;
}
.cid-rYRbD7haT6 .mbr-section-subtitle.display-2 {
  letter-spacing: 0;
}
.cid-rYRbD7haT6 .progress_value {
  position: relative;
}
.cid-rYRbD7haT6 .progress_elements {
  margin: 0 auto;
}
.cid-rYRbD7haT6 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rYRbD7haT6 .progress1 .progressbar-number:before,
.cid-rYRbD7haT6 .progress2 .progressbar-number:before,
.cid-rYRbD7haT6 .progress3 .progressbar-number:before,
.cid-rYRbD7haT6 .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rYRbD7haT6 progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-rYRbD7haT6 .progress1 progress::-webkit-progress-value {
  background: #ff4e3c;
}
.cid-rYRbD7haT6 .progress2 progress::-webkit-progress-value {
  background: #fff000;
}
.cid-rYRbD7haT6 .progress3 progress::-webkit-progress-value {
  background: #1352ff;
}
.cid-rYRbD7haT6 .progress4 progress::-webkit-progress-value {
  background: #d52b27;
}
.cid-rYRbD7haT6 .progress1 .progressbar-number:before {
  content: '63';
}
.cid-rYRbD7haT6 .progress2 .progressbar-number:before {
  content: '79';
}
.cid-rYRbD7haT6 .progress3 .progressbar-number:before {
  content: '68';
}
.cid-rYRbD7haT6 .progress4 .progressbar-number:before {
  content: '63';
}
.cid-rYRbD7haT6 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rYRbD7haT6 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rYRbD7haT6 .progress_value span {
  padding-left: 30px;
}
.cid-rYRbD7haT6 .mbr-section-title {
  color: #06182d;
}
.cid-rYRbD7haT6 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYRbD7haT6 .progressbar-title p,
.cid-rYRbD7haT6 .progress_value {
  color: #61728a;
}
.cid-rYRbD7haT6 p {
  margin-bottom: 0.5rem;
}
.cid-rYRbD7haT6 img {
  width: 80%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: -20px 20px 55px 2px rgba(61, 72, 87, 0.35);
}
@media (max-width: 576px) {
  .cid-rYRbD7haT6 img {
    width: 100%;
  }
}
.cid-rYRbDiPfMz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rYRbDiPfMz h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rYRbDiPfMz .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rYRbDiPfMz .mbr-section-title {
  color: #06182d;
}
.cid-rYRbDiPfMz .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYRbDiPfMz .mbr-section-subtitle {
  color: #61728a;
}
.cid-rYRbDiPfMz .mbr-crt-title .card-title {
  color: #61728a;
}
.cid-rYRbDiPfMz .card {
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rYRbDiPfMz ellipse {
  stroke: white;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rYRbDiPfMz .card {
    flex-basis: 50%;
  }
}
.cid-rYRbDiPfMz .progress1 path {
  stroke: #fff000;
}
.cid-rYRbDiPfMz .progress2 path {
  stroke: #ff4e3c;
}
.cid-rYRbDiPfMz .progress3 path {
  stroke: #52c158;
}
.cid-rYRbDiPfMz .progress4 path {
  stroke: #1887cd;
}
.cid-rYRbDiPfMz .card-text {
  color: #767676;
}
.cid-rYRbDiPfMz .pie_progress__number {
  color: #06182d;
}
.cid-rYRbZ0jxPN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rYRbZ0jxPN .mbr-section-title {
  color: #06182d;
}
.cid-rYRbZ0jxPN .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rYRbZ0jxPN .mbr-section-subtitle {
  color: #06182d;
}
.cid-rYRbZ0jxPN .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rYRbZ0jxPN .mbr-section-text {
  color: #999999;
}
.cid-rYRbZ0jxPN .carousel-control {
  background: #000;
  opacity: 0.2;
}
.cid-rYRbZ0jxPN .carousel {
  width: 85%;
  margin: auto;
}
.cid-rYRbZ0jxPN .carousel-item {
  justify-content: center;
}
.cid-rYRbZ0jxPN .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-rYRbZ0jxPN .carousel-item .wrap-img {
  text-align: center;
}
.cid-rYRbZ0jxPN .carousel-item .wrap-img img {
  transition: all 0.3s;
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rYRbZ0jxPN .carousel-controls {
  display: flex;
  justify-content: center;
}
.cid-rYRbZ0jxPN .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rYRbZ0jxPN .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rYRbZ0jxPN .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rYRbZ0jxPN .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rYRbZ0jxPN .cloneditem-1,
.cid-rYRbZ0jxPN .cloneditem-2,
.cid-rYRbZ0jxPN .cloneditem-3,
.cid-rYRbZ0jxPN .cloneditem-4,
.cid-rYRbZ0jxPN .cloneditem-5 {
  display: none;
}
.cid-rYRbZ0jxPN .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rYRbZ0jxPN .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rYRbZ0jxPN .carousel-inner {
    opacity: 0.8;
  }
  .cid-rYRbZ0jxPN .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rYRbZ0jxPN .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-rYRbZ0jxPN .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rYRbZ0jxPN .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rYRbZ0jxPN .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rYRbZ0jxPN .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rYRbZ0jxPN .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-rYRbZ0jxPN .carousel-inner.slides2 .cloneditem-1,
  .cid-rYRbZ0jxPN .carousel-inner.slides2 .cloneditem-2,
  .cid-rYRbZ0jxPN .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rYRbZ0jxPN .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rYRbZ0jxPN .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rYRbZ0jxPN .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rYRbZ0jxPN .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rYRbZ0jxPN .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rYRbZ0jxPN .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rYRbZ0jxPN .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-rYRbZ0jxPN .carousel-inner.slides3 .cloneditem-1,
  .cid-rYRbZ0jxPN .carousel-inner.slides3 .cloneditem-2,
  .cid-rYRbZ0jxPN .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rYRbZ0jxPN .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rYRbZ0jxPN .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-rYRbZ0jxPN .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rYRbZ0jxPN .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rYRbZ0jxPN .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rYRbZ0jxPN .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rYRbZ0jxPN .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-rYRbZ0jxPN .carousel-inner.slides4 .cloneditem-1,
  .cid-rYRbZ0jxPN .carousel-inner.slides4 .cloneditem-2,
  .cid-rYRbZ0jxPN .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rYRbZ0jxPN .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rYRbZ0jxPN .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-rYRbZ0jxPN .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rYRbZ0jxPN .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rYRbZ0jxPN .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rYRbZ0jxPN .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rYRbZ0jxPN .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-rYRbZ0jxPN .carousel-inner.slides5 .cloneditem-1,
  .cid-rYRbZ0jxPN .carousel-inner.slides5 .cloneditem-2,
  .cid-rYRbZ0jxPN .carousel-inner.slides5 .cloneditem-3,
  .cid-rYRbZ0jxPN .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rYRbZ0jxPN .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rYRbZ0jxPN .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rYRbZ0jxPN .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rYRbZ0jxPN .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rYRbZ0jxPN .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rYRbZ0jxPN .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rYRbZ0jxPN .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-rYRbZ0jxPN .carousel-inner.slides6 .cloneditem-1,
  .cid-rYRbZ0jxPN .carousel-inner.slides6 .cloneditem-2,
  .cid-rYRbZ0jxPN .carousel-inner.slides6 .cloneditem-3,
  .cid-rYRbZ0jxPN .carousel-inner.slides6 .cloneditem-4,
  .cid-rYRbZ0jxPN .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rYRbZ0jxPN .carousel-control-prev {
  position: absolute !important;
  left: -50px !important;
}
.cid-rYRbZ0jxPN .carousel-control-next {
  position: absolute !important;
  right: -50px !important;
}
@media (max-width: 576px) {
  .cid-rYRbZ0jxPN .carousel-control-prev {
    left: -10px !important;
  }
  .cid-rYRbZ0jxPN .carousel-control-next {
    right: -10px !important;
  }
}
.cid-rZ340BLAu6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f6f9;
}
.cid-rZ340BLAu6 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZ340BLAu6 .mbr-section-subtitle {
  color: #06182d;
  line-height: 1;
  font-weight: 300;
}
.cid-rZ340BLAu6 .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid rgba(97, 114, 138, 0.2);
}
.cid-rZ340BLAu6 .card .card-wrapper .card-img {
  width: auto;
}
.cid-rZ340BLAu6 .card .card-wrapper .card-img img {
  width: 100%;
  max-height: 450px;
}
@media (max-width: 768px) {
  .cid-rZ340BLAu6 .card .card-wrapper .card-img img {
    width: auto;
  }
}
.cid-rZ340BLAu6 .card .card-wrapper .card-box {
  padding: 44px 30px 41px;
}
.cid-rZ340BLAu6 .card .card-wrapper .card-box .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
@media (max-width: 768px) {
  .cid-rZ340BLAu6 .card .card-wrapper .card-box .sticky-tag {
    display: none;
  }
}
.cid-rZ340BLAu6 .card .card-wrapper .card-box .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-rZ340BLAu6 .card .card-wrapper .card-box .sticky-tag .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #db3321 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-rZ340BLAu6 .card .card-wrapper .card-box .card-title {
  color: #06182d;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.cid-rZ340BLAu6 .card .card-wrapper .card-box .mbr-text {
  line-height: 1.6;
  text-align: center;
  color: #61728a;
}
.cid-rZ340BLAu6 .card .card-wrapper .card-box .ico-line {
  width: 100%;
  color: #767676;
  justify-content: space-between;
}
.cid-rZ340BLAu6 .card .card-wrapper .card-box .ico-line .mbr-iconfont {
  display: inline-block;
  color: #ff4e3c;
}
.cid-rZ340BLAu6 .card .card-wrapper .card-box .ico-line .rev {
  display: inline-block;
  color: #0a1c44;
}
.cid-rZ340BLAu6 .card .card-wrapper .card-box .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-rYSh7V8dCj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-rYSh7V8dCj .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rYSh7V8dCj .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rYSh7V8dCj .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rYSh7V8dCj .text-wrap .icons-wrap::after {
    display: none;
  }
}
