body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
  line-height: 88px;
  letter-spacing: -0.01em;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.125rem;
  line-height: 1.16;
  letter-spacing: -0.01em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.015em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  line-height: 1.228;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.56rem;
  line-height: 34px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.95rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.248rem;
    font-size: calc( 1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #181818 !important;
}
.bg-success {
  background-color: #ffb639 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ed9909 !important;
}
.bg-danger {
  background-color: #ed4009 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #181818 !important;
  border-color: #181818 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6839 !important;
  border-color: #ff6839 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e13500 !important;
  border-color: #e13500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e13500 !important;
  border-color: #e13500 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffb639 !important;
  border-color: #ffb639 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #e18e00 !important;
  border-color: #e18e00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e18e00 !important;
  border-color: #e18e00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ed9909 !important;
  border-color: #ed9909 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #996306 !important;
  border-color: #996306 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #996306 !important;
  border-color: #996306 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ed4009 !important;
  border-color: #ed4009 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #992906 !important;
  border-color: #992906 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #992906 !important;
  border-color: #992906 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #181818;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !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: #181818 !important;
  border-color: #181818 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6839;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e13500 !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: #ff6839 !important;
  border-color: #ff6839 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffb639;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e18e00 !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: #ffb639 !important;
  border-color: #ffb639 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ed9909;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #996306 !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: #ed9909 !important;
  border-color: #ed9909 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ed4009;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #992906 !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: #ed4009 !important;
  border-color: #ed4009 !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: #181818 !important;
}
.text-secondary {
  color: #ff6839 !important;
}
.text-success {
  color: #ffb639 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ed9909 !important;
}
.text-danger {
  color: #ed4009 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d23200 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d28500 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8b5a05 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8b2505 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #181818;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ed9909;
}
.alert-danger {
  background-color: #ed4009;
}
.mbr-gallery-filter li.active .btn {
  background-color: #181818;
  border-color: #181818;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #181818;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cbcbcb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fde8c5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdd3c5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #181818 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #181818;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #181818;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #181818;
}
.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: #181818;
  border-bottom-color: #181818;
}
.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: #181818 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6839 !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='%23181818' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border: none;
  padding: 14px 30px 14px;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont {
  transform: translateX(5px);
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 14px;
  transform: translateX(0);
  transition: all 0.3s ease-out;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #181818 !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #181818 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #ff6839 !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  color: #ff6839 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #ffb639 !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  color: #ffb639 !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #ffffff !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  color: #ffffff !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #ed9909 !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #ed9909 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #ed4009 !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #ed4009 !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 1px solid #000000 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover {
  color: #000000 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 1px solid #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover {
  color: #ffffff !important;
}
.cid-tyAlkKyy5Q {
  z-index: 1000;
  width: 100%;
}
.cid-tyAlkKyy5Q .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-tyAlkKyy5Q .dropdown-menu {
  padding: 0;
}
.cid-tyAlkKyy5Q .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tyAlkKyy5Q .dropdown-item {
    text-align: left !important;
  }
}
.cid-tyAlkKyy5Q .dropdown-item:hover {
  background-position: right !important;
}
.cid-tyAlkKyy5Q .dropdown-item:hover:after {
  color: #181818;
}
.cid-tyAlkKyy5Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyAlkKyy5Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyAlkKyy5Q .nav-link {
  position: relative;
}
.cid-tyAlkKyy5Q .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tyAlkKyy5Q .dropdown-menu,
.cid-tyAlkKyy5Q .navbar.opened {
  background: #ffffff !important;
}
.cid-tyAlkKyy5Q .nav-item:focus,
.cid-tyAlkKyy5Q .nav-link:focus {
  outline: none;
}
.cid-tyAlkKyy5Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyAlkKyy5Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyAlkKyy5Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyAlkKyy5Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyAlkKyy5Q .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tyAlkKyy5Q .navbar.opened {
  transition: all 0.3s;
}
.cid-tyAlkKyy5Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyAlkKyy5Q .navbar .navbar-logo img {
  width: auto;
}
.cid-tyAlkKyy5Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tyAlkKyy5Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyAlkKyy5Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyAlkKyy5Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyAlkKyy5Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyAlkKyy5Q .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-tyAlkKyy5Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyAlkKyy5Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyAlkKyy5Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyAlkKyy5Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyAlkKyy5Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyAlkKyy5Q .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tyAlkKyy5Q .navbar {
    min-height: 80px;
  }
}
.cid-tyAlkKyy5Q .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tyAlkKyy5Q .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tyAlkKyy5Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyAlkKyy5Q .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tyAlkKyy5Q .navbar-brand {
    min-height: 69px;
  }
}
.cid-tyAlkKyy5Q .dropdown-item.active,
.cid-tyAlkKyy5Q .dropdown-item:active {
  background-color: transparent;
}
.cid-tyAlkKyy5Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyAlkKyy5Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyAlkKyy5Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyAlkKyy5Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyAlkKyy5Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyAlkKyy5Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyAlkKyy5Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyAlkKyy5Q button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #8050bf, #8050bf);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tyAlkKyy5Q button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tyAlkKyy5Q button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tyAlkKyy5Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tyAlkKyy5Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tyAlkKyy5Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tyAlkKyy5Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tyAlkKyy5Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyAlkKyy5Q nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyAlkKyy5Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyAlkKyy5Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyAlkKyy5Q nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyAlkKyy5Q .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tyAlkKyy5Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyAlkKyy5Q .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-tyAlkKyy5Q .navbar {
    height: 70px;
  }
  .cid-tyAlkKyy5Q .navbar.opened {
    height: auto;
  }
  .cid-tyAlkKyy5Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyAlkKyy5Q .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 575px) {
  .cid-tyAlkKyy5Q .navbar-short {
    min-height: 70px;
  }
}
.cid-tyAlkKyy5Q .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tyAlkKyy5Q .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tyAlkKyy5Q .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tyAlkKyy5Q .container-fluid {
    padding: 0 3px;
  }
}
.cid-tyAlkKyy5Q .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tyAlkKyy5Q .navbar-nav {
  display: flex !important;
}
.cid-tyAlkKyy5Q .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tyAlkKyy5Q .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tyAlkKyy5Q .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tyAlkKyy5Q .navbar-nav .nav-item .nav-link:hover,
.cid-tyAlkKyy5Q .navbar-nav .nav-item .nav-link:focus,
.cid-tyAlkKyy5Q .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tyAlkKyy5Q .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ebebeb !important;
}
.cid-tyAlkKyy5Q .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tyAlkKyy5Q .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tyAlkKyy5Q button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #8050bf, #8050bf);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tyAlkKyy5Q button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tyAlkKyy5Q button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tyAlkKyy5Q button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tyAlkKyy5Q button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tyAlkKyy5Q button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tyAlkKyy5Q button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tyAlkKyy5Q button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyAlkKyy5Q .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #8050bf, #8050bf);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tyAlkKyy5Q .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tyAlkKyy5Q .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tyAlkKyy5Q .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tyAlkKyy5Q .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tyAlkKyy5Q .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyAlkKyy5Q .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyAlkKyy5Q .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tyAlkKyy5Q .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tyAlkKyy5Q .offcanvas.show {
  transform: translateX(0);
}
.cid-tyAlkKyy5Q .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tyAlkKyy5Q .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyAlkKyy5Q .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #ebebeb;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tyAlkKyy5Q .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tyAlkKyy5Q .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tyAlkKyy5Q .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tyAlkKyy5Q .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tyAlkKyy5Q .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tyAlkKyy5Q .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tyAlkKyy5Q .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tyAlkKyy5Q .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tyAlkKyy5Q .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tyAlkKyy5Q .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tyAlkKyy5Q .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tyAlkKyy5Q .social-container {
    padding-top: 40px;
  }
}
.cid-tyAlkKyy5Q .social-title {
  color: #8050bf;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tyAlkKyy5Q .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tyAlkKyy5Q .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #8050bf, #8050bf);
  transition: 0.4s all;
}
.cid-tyAlkKyy5Q .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tyAlkKyy5Q .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tyAlkKyy5Q .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyAlkKyy5Q .soc-item:hover:before {
  opacity: 1;
}
.cid-tyAlkKyy5Q .offcanvas_btn {
  margin-top: auto;
}
.cid-tyAlkKyy5Q .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tyAlkKyy5Q .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tvKTBRLcQs {
  background-image: url("../../../assets/images/grupo-personas-trabajando-plan-negocios-oficina-1500x1000.jpg");
}
.cid-tvKTBRLcQs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKTBRLcQs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvKTBRLcQs .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tvKTBRLcQs .container-fluid {
    padding: 0 30px;
  }
}
.cid-tvKTBRLcQs .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tvKTBRLcQs .container {
    padding: 0 30px;
  }
}
.cid-tvKTBRLcQs .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-tvKTBRLcQs .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-tvKTBRLcQs .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tvKTBRLcQs .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tvKTBRLcQs .mbr-section-title {
  color: #ffffff;
}
.cid-tvKTBRLcQs .mbr-text {
  color: #ffffff;
}
.cid-tyADaNMBXL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tyADaNMBXL img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tyADaNMBXL img:hover {
  transform: scale(1.1);
}
.cid-tyADaNMBXL .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tyADaNMBXL h2 {
  padding: 0;
  margin: 0;
}
.cid-tyADaNMBXL .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyADaNMBXL .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tyADaNMBXL .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tyADaNMBXL .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tyADaNMBXL .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tyADaNMBXL .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tyADaNMBXL .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tyADaNMBXL .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tyADaNMBXL .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tyADaNMBXL H2 {
  color: #333333;
}
.cid-tyADaNMBXL .mbr-text {
  color: #767676;
}
.cid-tyADAVn0pg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tyADAVn0pg img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tyADAVn0pg img:hover {
  transform: scale(1.1);
}
.cid-tyADAVn0pg .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tyADAVn0pg h2 {
  padding: 0;
  margin: 0;
}
.cid-tyADAVn0pg .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyADAVn0pg .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tyADAVn0pg .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-tyADAVn0pg .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tyADAVn0pg .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tyADAVn0pg .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tyADAVn0pg .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tyADAVn0pg .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tyADAVn0pg .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tyADAVn0pg H2 {
  color: #333333;
}
.cid-tyADAVn0pg .mbr-text {
  color: #767676;
}
.cid-tyADTZ9snQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-tyADTZ9snQ .container {
  max-width: 1500px;
}
.cid-tyADTZ9snQ img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tyADTZ9snQ img:hover {
  transform: scale(1.1);
}
.cid-tyADTZ9snQ .row {
  background: #ffffff;
}
.cid-tyADTZ9snQ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-tyADTZ9snQ h2 {
  padding: 0;
  margin: 0;
}
.cid-tyADTZ9snQ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyADTZ9snQ .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-tyADTZ9snQ .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tyADTZ9snQ .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tyADTZ9snQ .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tyADTZ9snQ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-tyADTZ9snQ .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tyADTZ9snQ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tyADTZ9snQ .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tyADTZ9snQ .row {
    margin: 0rem;
  }
  .cid-tyADTZ9snQ .text-col {
    padding: 2rem 1rem;
  }
  .cid-tyADTZ9snQ .number {
    margin-right: 2rem;
  }
  .cid-tyADTZ9snQ .img-col {
    margin-bottom: 3rem;
  }
}
.cid-tyADTZ9snQ H2 {
  color: #333333;
}
.cid-tyADTZ9snQ .mbr-text {
  color: #767676;
}
.cid-tyAxd4OZjN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #3458ab;
}
.cid-tyAxd4OZjN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyAxd4OZjN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tyAxd4OZjN .container {
    padding: 0 30px;
  }
}
.cid-tyAxd4OZjN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tyAxd4OZjN .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tyAxd4OZjN .mbr-section-btn {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tyAxd4OZjN .mbr-section-btn {
    display: block;
  }
}
.cid-tyAxd4OZjN .mbr-section-title {
  color: #ffffff;
}
.cid-tyAxd4OZjN .mbr-section-title,
.cid-tyAxd4OZjN .mbr-section-btn {
  text-align: left;
}
.cid-tyAwOKwiou {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tyAwOKwiou .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyAwOKwiou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyAwOKwiou .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tyAwOKwiou .container-fluid {
    padding: 0;
  }
}
.cid-tyAwOKwiou .container-fluid .row {
  padding: 0;
}
.cid-tyAwOKwiou .card {
  padding: 0;
}
.cid-tyAwOKwiou .card:first-child {
  padding: 140px 170px;
  background-color: #f9f9f9;
}
@media (max-width: 1200px) {
  .cid-tyAwOKwiou .card:first-child {
    padding: 100px 90px;
  }
}
@media (max-width: 992px) {
  .cid-tyAwOKwiou .card:first-child {
    padding: 110px 30px;
  }
}
.cid-tyAwOKwiou .card .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tyAwOKwiou .card .text-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: none;
  counter-reset: myCounter;
  line-height: 1.625;
}
.cid-tyAwOKwiou .card .text-wrapper .list li {
  margin-bottom: 30px;
  position: relative;
  list-style-type: none;
  min-height: 18px;
  padding-left: 40px;
}
.cid-tyAwOKwiou .card .text-wrapper .list li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #b1b0b5;
}
.cid-tyAwOKwiou .card:last-child {
  position: relative;
}
.cid-tyAwOKwiou .card:last-child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tyAwOKwiou .card:last-child .desc-wrapper {
  display: flex;
  height: 100%;
  align-items: flex-end;
  padding: 22px 50px;
}
@media (max-width: 992px) {
  .cid-tyAwOKwiou .card:last-child .desc-wrapper {
    padding: 200px 30px 30px 30px;
  }
}
.cid-tyAwOKwiou .card:last-child .desc-wrapper .mbr-desc {
  width: 100%;
  margin: 25px 0;
  position: relative;
}
.cid-tyAwOKwiou .mbr-section-title {
  color: #000000;
}
.cid-tyAwOKwiou .list {
  color: #000000;
}
.cid-tyAwOKwiou .mbr-desc {
  color: #ffffff;
}
.cid-tyAy9zMEx5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tyAy9zMEx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyAy9zMEx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyAy9zMEx5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tyAy9zMEx5 .container-fluid {
    padding: 0;
  }
}
.cid-tyAy9zMEx5 .container-fluid .row {
  padding: 0;
}
.cid-tyAy9zMEx5 .card {
  padding: 0;
}
.cid-tyAy9zMEx5 .card:first-child {
  padding: 140px 170px;
  background-color: #f9f9f9;
}
@media (max-width: 1200px) {
  .cid-tyAy9zMEx5 .card:first-child {
    padding: 100px 90px;
  }
}
@media (max-width: 992px) {
  .cid-tyAy9zMEx5 .card:first-child {
    padding: 110px 30px;
  }
}
.cid-tyAy9zMEx5 .card .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tyAy9zMEx5 .card .text-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: none;
  counter-reset: myCounter;
  line-height: 1.625;
}
.cid-tyAy9zMEx5 .card .text-wrapper .list li {
  margin-bottom: 30px;
  position: relative;
  list-style-type: none;
  min-height: 18px;
  padding-left: 40px;
}
.cid-tyAy9zMEx5 .card .text-wrapper .list li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #b1b0b5;
}
.cid-tyAy9zMEx5 .card:last-child {
  position: relative;
}
.cid-tyAy9zMEx5 .card:last-child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tyAy9zMEx5 .card:last-child .desc-wrapper {
  display: flex;
  height: 100%;
  align-items: flex-end;
  padding: 22px 50px;
}
@media (max-width: 992px) {
  .cid-tyAy9zMEx5 .card:last-child .desc-wrapper {
    padding: 200px 30px 30px 30px;
  }
}
.cid-tyAy9zMEx5 .card:last-child .desc-wrapper .mbr-desc {
  width: 100%;
  margin: 25px 0;
  position: relative;
}
.cid-tyAy9zMEx5 .mbr-section-title {
  color: #000000;
}
.cid-tyAy9zMEx5 .list {
  color: #000000;
}
.cid-tyAy9zMEx5 .mbr-desc {
  color: #ffffff;
}
.cid-tyAzmMky8Q {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #4284df;
}
.cid-tyAzmMky8Q h2,
.cid-tyAzmMky8Q h3,
.cid-tyAzmMky8Q h4,
.cid-tyAzmMky8Q p {
  color: #ffffff;
}
.cid-tyAzmMky8Q .mbr-overlay {
  z-index: -1;
}
.cid-tyAzmMky8Q .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tyAzmMky8Q .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-tyAzmMky8Q .form-control:focus,
.cid-tyAzmMky8Q .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tyAzmMky8Q .form-group {
  margin-bottom: 1rem;
}
.cid-tyAzmMky8Q input::-webkit-input-placeholder,
.cid-tyAzmMky8Q textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tyAzmMky8Q input:-moz-placeholder,
.cid-tyAzmMky8Q textarea:-moz-placeholder {
  color: #656565;
}
.cid-tyAzmMky8Q .jq-selectbox li,
.cid-tyAzmMky8Q .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tyAzmMky8Q .jq-selectbox li:hover,
.cid-tyAzmMky8Q .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tyAzmMky8Q .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tyAzmMky8Q .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tyAzmMky8Q .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-tyAzmMky8Q .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyAzmMky8Q .mbr-text {
  color: #767676;
}
.cid-tyAzmMky8Q .form-block {
  padding: 3rem;
  position: relative;
}
.cid-tyAzmMky8Q .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c1616;
  opacity: 0.5;
  z-index: 0;
}
.cid-tyAzmMky8Q .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-tyAzmMky8Q a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tyAzmMky8Q .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tyAzmMky8Q .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tyAzmMky8Q textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-tyAzmMky8Q .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tyAzmMky8Q .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tyAzmMky8Q .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tyAzmMky8Q h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tyAzmMky8Q .block-content {
    padding: 0;
  }
  .cid-tyAzmMky8Q .form-block {
    padding: 1rem;
  }
}
.cid-tyAB5sPeWy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
