body {
  font-family: 'Open Sans', sans-serif;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}


/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@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: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e26e2f !important;
}
.bg-success {
  background-color: #34c51a !important;
}
.bg-info {
  background-color: #34c51a !important;
}
.bg-warning {
  background-color: #34c51a !important;
}
.bg-danger {
  background-color: #34c51a !important;
}
.btn-primary {
  background-color: #e26e2f !important;
  background: linear-gradient(90deg, #e26e2f 0%, #e26e2f 100%);
  border: none;
  transition: all 0.3s;
}
.btn-primary,
.btn-primary:active {
  background-color: #e26e2f;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a44817;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a44817;
}
.btn-primary:hover {
  transform: translateY(-3px);
}
.btn-secondary {
  background-color: #e26e2f !important;
  background: linear-gradient(90deg, #e26e2f 0%, #e26e2f 100%);
  border: none;
  transition: all 0.3s;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e26e2f;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a44817;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a44817;
}
.btn-secondary:hover {
  transform: translateY(-3px);
}
.btn-info {
  background-color: #34c51a !important;
  background: linear-gradient(90deg, #34c51a 0%, #e26e2f 100%);
  border: none;
  transition: all 0.3s;
}
.btn-info,
.btn-info:active {
  background-color: #34c51a;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #207810;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #207810;
}
.btn-info:hover {
  transform: translateY(-3px);
}
.btn-success {
  background-color: #34c51a !important;
  background: linear-gradient(90deg, #34c51a 0%, #e26e2f 100%);
  border: none;
  transition: all 0.3s;
}
.btn-success,
.btn-success:active {
  background-color: #34c51a;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #207810;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #207810;
}
.btn-success:hover {
  transform: translateY(-3px);
}
.btn-warning {
  background-color: #34c51a !important;
  background: linear-gradient(90deg, #34c51a 0%, #e26e2f 100%);
  border: none;
  transition: all 0.3s;
}
.btn-warning,
.btn-warning:active {
  background-color: #34c51a;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #207810;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #207810;
}
.btn-warning:hover {
  transform: translateY(-3px);
}
.btn-danger {
  background-color: #34c51a !important;
  background: linear-gradient(90deg, #34c51a 0%, #e26e2f 100%);
  border: none;
  transition: all 0.3s;
}
.btn-danger,
.btn-danger:active {
  background-color: #34c51a;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #207810;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #207810;
}
.btn-danger:hover {
  transform: translateY(-3px);
}
.btn-white {
  background-color: #fafafa !important;
  background: linear-gradient(90deg, #fafafa 0%, #e26e2f 100%);
  border: none;
  transition: all 0.3s;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf;
}
.btn-white:hover {
  transform: translateY(-3px);
}
.btn-black {
  background-color: #232323 !important;
  background: linear-gradient(90deg, #232323 0%, #e26e2f 100%);
  border: none;
  transition: all 0.3s;
}
.btn-black,
.btn-black:active {
  background-color: #232323;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-black:hover {
  transform: translateY(-3px);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e26e2f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a44817 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e26e2f !important;
  border-color: #e26e2f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e26e2f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a44817 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e26e2f !important;
  border-color: #e26e2f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #34c51a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #207810 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #34c51a !important;
  border-color: #34c51a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #34c51a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #207810 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #34c51a !important;
  border-color: #34c51a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #34c51a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #207810 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #34c51a !important;
  border-color: #34c51a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #34c51a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #207810 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #34c51a !important;
  border-color: #34c51a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e26e2f !important;
}
.text-secondary {
  color: #e26e2f !important;
}
.text-success {
  color: #34c51a !important;
}
.text-info {
  color: #34c51a !important;
}
.text-warning {
  color: #34c51a !important;
}
.text-danger {
  color: #34c51a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #964215 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #964215 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1c6b0e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1c6b0e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #1c6b0e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1c6b0e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e26e2f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #34c51a;
}
.alert-warning {
  background-color: #34c51a;
}
.alert-danger {
  background-color: #34c51a;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e26e2f;
  border-color: #e26e2f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e26e2f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbebe2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #85ec72;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #85ec72;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #85ec72;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #85ec72;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e26e2f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #e26e2f;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e26e2f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e26e2f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e26e2f;
  border-bottom-color: #e26e2f;
}
.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: #e26e2f !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: #e26e2f !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='%23e26e2f' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 445px) {
  .container-banner {
    height: 11.5rem!important;
  }
}
.cid-uCNFY1bTLh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCNFY1bTLh {
    flex-wrap: wrap;
  }
  .cid-uCNFY1bTLh .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCNFY1bTLh .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCNFY1bTLh .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCNFY1bTLh .btn {
  padding: 0.3rem 2rem;
}
.cid-uCNFY1bTLh .nav-link {
  position: relative;
}
.cid-uCNFY1bTLh .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #e26e2f;
}
.cid-uCNFY1bTLh .nav-link:hover:before {
  width: 100%;
}
.cid-uCNFY1bTLh nav.navbar {
  position: fixed;
}
.cid-uCNFY1bTLh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCNFY1bTLh .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCNFY1bTLh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCNFY1bTLh .dropdown-item:hover,
.cid-uCNFY1bTLh .dropdown-item:focus {
  background: #e26e2f !important;
  color: white !important;
}
.cid-uCNFY1bTLh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCNFY1bTLh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCNFY1bTLh .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCNFY1bTLh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCNFY1bTLh .container {
  display: flex;
  margin: auto;
}
.cid-uCNFY1bTLh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCNFY1bTLh .dropdown-menu,
.cid-uCNFY1bTLh .navbar.opened {
  background: #063151 !important;
}
.cid-uCNFY1bTLh .nav-item:focus,
.cid-uCNFY1bTLh .nav-link:focus {
  outline: none;
}
.cid-uCNFY1bTLh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCNFY1bTLh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCNFY1bTLh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCNFY1bTLh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCNFY1bTLh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCNFY1bTLh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCNFY1bTLh .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #063151 !important;
  transition: all 0.3s;
}
.cid-uCNFY1bTLh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #063151;
}
.cid-uCNFY1bTLh .navbar.opened {
  transition: all 0.3s;
}
.cid-uCNFY1bTLh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCNFY1bTLh .navbar .navbar-logo img {
  width: auto;
}
.cid-uCNFY1bTLh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCNFY1bTLh .navbar.collapsed {
  justify-content: center;
}
.cid-uCNFY1bTLh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCNFY1bTLh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCNFY1bTLh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCNFY1bTLh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCNFY1bTLh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCNFY1bTLh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCNFY1bTLh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCNFY1bTLh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCNFY1bTLh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCNFY1bTLh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCNFY1bTLh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCNFY1bTLh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCNFY1bTLh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCNFY1bTLh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uCNFY1bTLh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCNFY1bTLh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCNFY1bTLh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCNFY1bTLh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCNFY1bTLh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCNFY1bTLh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCNFY1bTLh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCNFY1bTLh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCNFY1bTLh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCNFY1bTLh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCNFY1bTLh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCNFY1bTLh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCNFY1bTLh .dropdown-item.active,
.cid-uCNFY1bTLh .dropdown-item:active {
  background-color: transparent;
}
.cid-uCNFY1bTLh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCNFY1bTLh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCNFY1bTLh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCNFY1bTLh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #063151;
}
.cid-uCNFY1bTLh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCNFY1bTLh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCNFY1bTLh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCNFY1bTLh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCNFY1bTLh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCNFY1bTLh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uCNFY1bTLh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCNFY1bTLh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCNFY1bTLh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCNFY1bTLh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCNFY1bTLh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCNFY1bTLh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCNFY1bTLh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCNFY1bTLh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCNFY1bTLh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCNFY1bTLh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCNFY1bTLh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCNFY1bTLh .navbar {
    height: 70px;
  }
  .cid-uCNFY1bTLh .navbar.opened {
    height: auto;
  }
  .cid-uCNFY1bTLh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utFzFBFAHu {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/familia-feliz.jpeg");
}

@media (max-width: 768px) {
  .cid-utFzFBFAHu {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.cid-utFzFBFAHu .mbr-section-title {
  color: #e26e2f;
  text-align: center;
}
.cid-utFzFBFAHu .mbr-text,
.cid-utFzFBFAHu .mbr-section-btn {
  color: #fdfcfc;
  text-align: center;
}
.cid-utFzFBFAHu .mbr-section-subtitle {
  color: #e26e2f;
  text-align: center;
}
.cid-uDaljF4kI6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDaljF4kI6 .mbr-section-subtitle {
  color: #e26e2f;
}
.cid-uDaljF4kI6 .mbr-section-title {
  color: #063151;
}
.cid-uDaljF4kI6 img {
  width: 100%;
}
.cid-uDaljF4kI6 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uDaljF4kI6 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uDaljF4kI6 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-uDaljF4kI6 * {
    text-align: center;
  }
}
.cid-uDaljF4kI6 .cards-wrap {
  flex-direction: column;
}
.cid-uDaljF4kI6 .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-uDaljF4kI6 .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uDaljF4kI6 .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uDaljF4kI6 .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-uDaljF4kI6 .wrapper .content .mbr-card-title {
  color: #e26e2f;
  margin-bottom: 10px;
}
.cid-uDaljF4kI6 .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #34c51a;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uDaljF4kI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDaljF4kI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBV5wyjZT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #063151;
}
.cid-uCBV5wyjZT .stats-item {
  padding: 80px 10px;
  background-color: #063151;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uCBV5wyjZT .stats-item:first-child {
  border-radius: 10px 0 0 10px;
}
.cid-uCBV5wyjZT .stats-item:last-child {
  border-radius: 0 10px 10px 0;
}
.cid-uCBV5wyjZT .stats-item > span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cid-uCBV5wyjZT .mbr-iconfont {
  font-size: 60px;
  align-self: center;
  margin-right: 20px;
}
.cid-uCBV5wyjZT .heading {
  color: #ffffff !important;
  font-weight: 400;
}
.cid-uCBV5wyjZT .heading.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.23;
}
.cid-uCBV5wyjZT .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
.cid-uCBV5wyjZT .counter {
  text-align: left;
  color: #ffffff;
  font-weight: 900;
}
.cid-uCBV5wyjZT .counter.display-2 {
  letter-spacing: -0.5px;
  margin-bottom: 0;
  line-height: 1.15;
}
.cid-uCBV5wyjZT .mbr-card-title,
.cid-uCBV5wyjZT .mbr-iconfont {
  text-align: left;
  color: #e26e2f;
  display: block;
}
@media (max-width: 768px) {
  .cid-uCBV5wyjZT .stats-item {
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 30px 25px;
  }
  .cid-uCBV5wyjZT .stats-item:first-child {
    border-radius: 0;
  }
  .cid-uCBV5wyjZT .stats-item:last-child {
    border-radius: 0;
  }
}
.cid-uCBV5wyjZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBV5wyjZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzXBj6j6ny {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-uzXBj6j6ny .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzXBj6j6ny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzXBj6j6ny .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uzXBj6j6ny .team-card:hover {
  transform: translateY(-10px);
}
.cid-uzXBj6j6ny .card-wrap {
  background: #ffffff;
  overflow: hidden;
  border-radius: 2rem;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-uzXBj6j6ny .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uzXBj6j6ny .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uzXBj6j6ny .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzXBj6j6ny .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uzXBj6j6ny .card-wrap:hover {
  transform: scale(1.05);
}
.cid-uzXBj6j6ny .social-row {
  text-align: center;
}
.cid-uzXBj6j6ny .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #063151;
  transition: all 0.3s;
}
.cid-uzXBj6j6ny .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #063151;
  font-size: 1.5rem;
}
.cid-uzXBj6j6ny .social-row .soc-item:hover {
  background-color: #063151;
}
.cid-uzXBj6j6ny .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uzXBj6j6ny .mbr-section-title {
  color: #063151;
}
.cid-uzXBj6j6ny .card-title,
.cid-uzXBj6j6ny .social-row {
  color: #e26e2f;
}
.cid-uzXBj6j6ny .mbr-role,
.cid-uzXBj6j6ny .social-row {
  color: #232323;
}
.cid-uCNZ8pI9hV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uCNZ8pI9hV .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #063151;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCNZ8pI9hV .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uCNZ8pI9hV .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uCNZ8pI9hV .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uCNZ8pI9hV .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uCNZ8pI9hV .row {
  justify-content: center;
}
.cid-uCNZ8pI9hV .card-text {
  color: #263d5a;
}
.cid-uCNZ8pI9hV .card-title,
.cid-uCNZ8pI9hV .iconfont-wrapper {
  color: #e26e2f;
}
.cid-uCNZ8pI9hV .mbr-section-subtitle {
  color: #063151;
}
.cid-uCNZ8pI9hV .mbr-section-title {
  color: #ffffff;
}
.cid-utFCt9Dztf {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/courier-doing-jobs-logistics.jpg");
}
.cid-utFCt9Dztf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utFCt9Dztf .mbr-text,
.cid-utFCt9Dztf .mbr-section-btn {
  color: #e26e2f;
  text-align: center;
}
.cid-uCNSgAPzW3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uCNSgAPzW3 .container.main,
.cid-uCNSgAPzW3 .container-fluid.main {
  padding-left: 30px;
  padding-right: 30px;
}
.cid-uCNSgAPzW3 .container .mbr-section-subtitle,
.cid-uCNSgAPzW3 .container-fluid .mbr-section-subtitle {
  color: #e26e2f;
  margin-bottom: 10px;
}
.cid-uCNSgAPzW3 .container .mbr-section-title,
.cid-uCNSgAPzW3 .container-fluid .mbr-section-title {
  margin-bottom: 20px;
  color: #e26e2f;
}
.cid-uCNSgAPzW3 .container .mbr-text,
.cid-uCNSgAPzW3 .container-fluid .mbr-text {
  color: #34c51a;
}
.cid-uCNSgAPzW3 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0rem;
}
.cid-uCNSgAPzW3 .carousel-item > div {
  width: 100%;
}
.cid-uCNSgAPzW3 .carousel-item.active,
.cid-uCNSgAPzW3 .carousel-item-next,
.cid-uCNSgAPzW3 .carousel-item-prev {
  display: flex;
}
.cid-uCNSgAPzW3 .carousel-indicators {
  left: 0%;
  margin: 20px auto 0;
  align-items: center;
  bottom: -60px !important;
}
.cid-uCNSgAPzW3 .carousel-indicators .active {
  border: 3px solid #ffffff;
  background-color: #ffffff !important;
}
.cid-uCNSgAPzW3 .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  transition: border 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  opacity: 1;
  border-width: 0px;
  margin: 6px;
}
.cid-uCNSgAPzW3 .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-uCNSgAPzW3 .carousel-controls {
    display: none;
  }
}
.cid-uCNSgAPzW3 .carousel-controls .carousel-control-prev,
.cid-uCNSgAPzW3 .carousel-controls .carousel-control-next {
  opacity: 1;
}
.cid-uCNSgAPzW3 .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 15px;
}
.cid-uCNSgAPzW3 .carousel-controls a span {
  padding: 16.5px;
  border-radius: 50%;
  color: #ffffff;
  background: #063151;
  font-weight: bold;
  box-shadow: 0 10px 30px 0 #e7eaf2;
}
.cid-uCNSgAPzW3 .carousel-controls a:hover span {
  opacity: 1;
}
.cid-uCNSgAPzW3 .card {
  background-color: #e26e2f;
  border-radius: 5px;
  padding: 40px 40px 30px;
  position: relative;
}
.cid-uCNSgAPzW3 .card .client-content {
  display: block;
}
.cid-uCNSgAPzW3 .card .client-content .service-icon {
  text-align: left;
  position: relative;
  display: block;
}
.cid-uCNSgAPzW3 .card .client-content .service-icon .front {
  color: #063151;
  font-size: 3.1875rem;
  position: relative;
  margin-bottom: 22px;
}
.cid-uCNSgAPzW3 .card .client-content .service-icon:after {
  opacity: 0.5;
  width: 76px;
  height: 76px;
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -13%;
  border-radius: 50%;
  z-index: 0;
}
.cid-uCNSgAPzW3 .card .client-content .card-text {
  margin-bottom: 25px;
  color: #34c51a;
}
.cid-uCNSgAPzW3 .card .client-info {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 30px;
}
.cid-uCNSgAPzW3 .card .client-info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  right: -40px;
  height: 1px;
  background-color: #063151;
}
.cid-uCNSgAPzW3 .card .client-info .client-image {
  margin-right: 20px;
  flex: none;
  display: block;
}
.cid-uCNSgAPzW3 .card .client-info .client-image img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
  display: block;
  max-width: 100%;
}
.cid-uCNSgAPzW3 .card .client-info .name-job .signature {
  margin-bottom: 0;
  color: #e26e2f;
}
.cid-uCNSgAPzW3 .card .client-info .name-job .profession {
  color: #34c51a;
}
@media (min-width: 768px) {
  .cid-uCNSgAPzW3 .carousel-controls a {
    width: 5%;
  }
  .cid-uCNSgAPzW3 .client-info {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uCNSgAPzW3 .client-info .client-image {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .cid-uCNSgAPzW3 * {
    text-align: center;
  }
}
.cid-uCNSgAPzW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNSgAPzW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCNSgAPzW3 .container .mbr-section-title {
  color: #063151;
}
.cid-uCNSgAPzW3 .card .client-info .name-job .profession,
.cid-uCNSgAPzW3 .mbr-section-btn {
  color: #063151;
}
.cid-uCNSgAPzW3 .card .client-content .card-text,
.cid-uCNSgAPzW3 .mbr-section-btn {
  color: #232323;
}
.cid-uCNSgAPzW3 .card .client-info .name-job .signature,
.cid-uCNSgAPzW3 .mbr-section-btn {
  color: #063151;
}
.cid-uCC2GQv0LZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uCC2GQv0LZ .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCC2GQv0LZ .row {
  max-width: 900px;
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uCC2GQv0LZ .row {
    padding: 2rem 1rem;
  }
}
.cid-uCC2GQv0LZ .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uCC2GQv0LZ .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uCC2GQv0LZ span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uCC2GQv0LZ .collapsed span {
  transform: rotate(0deg);
}
.cid-uCC2GQv0LZ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uCC2GQv0LZ .panel-group {
  width: 100%;
}
.cid-uCC2GQv0LZ .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uCC2GQv0LZ .card {
  border-radius: 0px;
}
.cid-uCC2GQv0LZ .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uCC2GQv0LZ .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uCC2GQv0LZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uCC2GQv0LZ .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uCC2GQv0LZ .panel-text {
  color: #000000;
}
.cid-uCC2GQv0LZ .header-text,
.cid-uCC2GQv0LZ .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uCC2GQv0LZ .mbr-section-title {
  color: #263d5a;
}
.cid-uCC2GQv0LZ .header-text,
.cid-uCC2GQv0LZ .sign,
.cid-uCC2GQv0LZ .card-header {
  color: #000000;
}
.cid-uCC2GQv0LZ .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uCC6AVSuop {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #063151;
}
.cid-uCC6AVSuop .contacts-name {
  padding-bottom: 5px;
  margin: 0;
  color: #a3a6b2;
}
.cid-uCC6AVSuop .contacts-info {
  padding-bottom: 30px;
  color: #ffffff;
  margin: 0;
}
.cid-uCC6AVSuop .margin {
  margin-bottom: 10px;
}
.cid-uCC6AVSuop .mbr-section-title {
  color: white;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
}
.cid-uCC6AVSuop .description {
  color: #a3a6b2;
  margin-bottom: 50px;
  padding: 0;
  text-align: center;
}
.cid-uCC6AVSuop .title {
  font-size: 24px;
}
.cid-uCC6AVSuop .form-heading {
  margin-bottom: 40px;
}
.cid-uCC6AVSuop label {
  color: #ffffff;
  margin-bottom: 5px;
}
.cid-uCC6AVSuop input,
.cid-uCC6AVSuop textarea {
  background-color: #3F424E;
  margin-bottom: 30px;
}
.cid-uCC6AVSuop .gray-button {
  margin: 0;
  background-color: #3F424E;
  color: #ffffff;
}
.cid-uCC6AVSuop .mbr-section-btn {
  margin: 0;
  padding: 0;
}
.cid-uCC6AVSuop .form-group {
  padding: 0 5px;
  margin: 0;
}
.cid-uCC6AVSuop .left-side {
  padding: 0;
}
@media (max-width: 1000px) {
  .cid-uCC6AVSuop .gray-button {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.cid-uCC6AVSuop .gray-button:hover {
  background-color: #5e6068;
}
.cid-uCC6AVSuop ::placeholder {
  color: #a3a6b2;
}
.cid-uCCbxlJwcw {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #063151;
}
.cid-uCCbxlJwcw section {
  position: relative;
}
.cid-uCCbxlJwcw .widget-title {
  font-weight: 600;
}
.cid-uCCbxlJwcw .widget-title.display-7 {
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 0.5px;
}
.cid-uCCbxlJwcw .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-uCCbxlJwcw .item .card-box .item-title {
  font-weight: 300;
}
.cid-uCCbxlJwcw .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uCCbxlJwcw .item .card-img {
  width: auto;
  background-color: #e26e2f;
  border-radius: 100%;
}
.cid-uCCbxlJwcw .item .card-img .img1 {
  display: block;
  padding: 20px;
  font-size: 13px;
}
.cid-uCCbxlJwcw img {
  height: 100px;
  padding-right: 8px;
}
.cid-uCCbxlJwcw .img1 {
  color: #ffffff;
  background-color: #e26e2f;
  border-radius: 50%;
}
.cid-uCCbxlJwcw .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-uCCbxlJwcw .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #e26e2f;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 0rem;
}
@media (max-width: 992px) {
  .cid-uCCbxlJwcw .content > div:not(:last-child) {
    margin-bottom: 0rem;
  }
}
.cid-uCCbxlJwcw .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-uCCbxlJwcw .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uCCbxlJwcw .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-uCCbxlJwcw .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 1.3;
}
.cid-uCCbxlJwcw .item,
.cid-uCCbxlJwcw .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-uCCbxlJwcw .item h4,
.cid-uCCbxlJwcw .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uCCbxlJwcw .link .card-img {
  padding-bottom: 3px;
}
.cid-uCCbxlJwcw .link .card-box .link-title {
  font-weight: 300;
}
.cid-uCCbxlJwcw .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-uCCbxlJwcw .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uCCbxlJwcw .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-uCCbxlJwcw h5 {
    text-align: left !important;
  }
  .cid-uCCbxlJwcw .line-wrap {
    text-align: left !important;
  }
}
.cid-uCCbxlJwcw .item-title {
  color: #ffffff;
}
.cid-uCCbxlJwcw .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uCCbxlJwcw .btn[class*='-outline'] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-uCCbxlJwcw .btn[class*='-outline'] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-uCCbxlJwcw .btn[class*='-outline']:hover {
  background-color: transparent !important;
  color: #e26e2f !important;
  box-shadow: none !important;
}
.cid-uCCbxlJwcw .btn[class*='-outline']:active,
.cid-uCCbxlJwcw .btn[class*='-outline']:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-uCCbxlJwcw .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-uCCbxlJwcw .list .list-item:last-child {
  margin-top: 10px;
}
.cid-uCCbxlJwcw .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-uCCbxlJwcw .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-uCCbxlJwcw .box-list li:first-child {
  padding-top: 0;
}
.cid-uCCbxlJwcw .box-list li:last-child {
  border-bottom: none;
}
.cid-uCCbxlJwcw .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-uCCbxlJwcw .box-list.display-4 {
  line-height: 1.71;
}
.cid-uCCbxlJwcw .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
