body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 6.875rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-1 > .mbr-iconfont {
  font-size: 8.59375rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.85rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.3125rem;
}
.display-7 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.18rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.475rem;
}
/* ---- 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: 5.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8125rem;
    font-size: calc( 3.05625rem + (6.875 - 3.05625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.05625rem + (6.875 - 3.05625) * ((100vw - 20rem) / (48 - 20))));
    letter-spacing: -0.038em;
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.48rem;
    font-size: calc( 1.2974999999999999rem + (1.85 - 1.2974999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2974999999999999rem + (1.85 - 1.2974999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.944rem;
    font-size: calc( 1.063rem + (1.18 - 1.063) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.063rem + (1.18 - 1.063) * ((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: #4169e1 !important;
}
.bg-success {
  background-color: #4fb380 !important;
}
.bg-info {
  background-color: #4c82a2 !important;
}
.bg-warning {
  background-color: #e3d688 !important;
}
.bg-danger {
  background-color: #c04822 !important;
}
.btn-primary:after {
  background: linear-gradient(to right, #4169e1 0 25%, transparent 25% 75%, #4169e1 75% 100%);
}
.btn-primary,
.btn-primary:active {
  background-color: #bcc2ff !important;
  border-color: #bcc2ff !important;
  color: #4169e1 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background-color: #bcc2ff !important;
  border-color: #bcc2ff !important;
  color: #4169e1 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #4169e1 !important;
  background-color: #bcc2ff !important;
  border-color: #bcc2ff !important;
}
.btn-secondary:after {
  background: linear-gradient(to right, #9b8db7 0 25%, transparent 25% 75%, #9b8db7 75% 100%);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #efe6f7 !important;
  border-color: #efe6f7 !important;
  color: #9b8db7 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background-color: #efe6f7 !important;
  border-color: #efe6f7 !important;
  color: #9b8db7 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #9b8db7 !important;
  background-color: #efe6f7 !important;
  border-color: #efe6f7 !important;
}
.btn-info:after {
  background: linear-gradient(to right, #4c82a2 0 25%, transparent 25% 75%, #4c82a2 75% 100%);
}
.btn-info,
.btn-info:active {
  background-color: #9cc0eb !important;
  border-color: #9cc0eb !important;
  color: #4c82a2 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background-color: #9cc0eb !important;
  border-color: #9cc0eb !important;
  color: #4c82a2 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #4c82a2 !important;
  background-color: #9cc0eb !important;
  border-color: #9cc0eb !important;
}
.btn-success:after {
  background: linear-gradient(to right, #4fb380 0 25%, transparent 25% 75%, #4fb380 75% 100%);
}
.btn-success,
.btn-success:active {
  background-color: #abf0d8 !important;
  border-color: #abf0d8 !important;
  color: #4fb380 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background-color: #abf0d8 !important;
  border-color: #abf0d8 !important;
  color: #4fb380 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #4fb380 !important;
  background-color: #abf0d8 !important;
  border-color: #abf0d8 !important;
}
.btn-warning:after {
  background: linear-gradient(to right, #e3d688 0 25%, transparent 25% 75%, #e3d688 75% 100%);
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #e3d688 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #e3d688 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #e3d688 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger:after {
  background: linear-gradient(to right, #c04822 0 25%, transparent 25% 75%, #c04822 75% 100%);
}
.btn-danger,
.btn-danger:active {
  background-color: #ffb17c !important;
  border-color: #ffb17c !important;
  color: #c04822 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background-color: #ffb17c !important;
  border-color: #ffb17c !important;
  color: #c04822 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #c04822 !important;
  background-color: #ffb17c !important;
  border-color: #ffb17c !important;
}
.btn-white:after {
  background: linear-gradient(to right, #f6f6f6 0 25%, transparent 25% 75%, #f6f6f6 75% 100%);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #f6f6f6 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #f6f6f6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #f6f6f6 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black:after {
  background: linear-gradient(to right, #303030 0 25%, transparent 25% 75%, #303030 75% 100%);
}
.btn-black,
.btn-black:active {
  background-color: #a26457 !important;
  border-color: #a26457 !important;
  color: #303030 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background-color: #a26457 !important;
  border-color: #a26457 !important;
  color: #303030 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #303030 !important;
  background-color: #a26457 !important;
  border-color: #a26457 !important;
}
.btn-primary-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #4169e1 0 25%, transparent 25% 75%, #4169e1 75% 100%);
}
.btn-primary-outline,
.btn-primary-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #4169e1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4169e1 !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: #bcc2ff !important;
  border-color: #bcc2ff !important;
}
.btn-secondary-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #9b8db7 0 25%, transparent 25% 75%, #9b8db7 75% 100%);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #9b8db7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9b8db7 !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: #efe6f7 !important;
  border-color: #efe6f7 !important;
}
.btn-info-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #4c82a2 0 25%, transparent 25% 75%, #4c82a2 75% 100%);
}
.btn-info-outline,
.btn-info-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #4c82a2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4c82a2 !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: #9cc0eb !important;
  border-color: #9cc0eb !important;
}
.btn-success-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #4fb380 0 25%, transparent 25% 75%, #4fb380 75% 100%);
}
.btn-success-outline,
.btn-success-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #4fb380;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4fb380 !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: #abf0d8 !important;
  border-color: #abf0d8 !important;
}
.btn-warning-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #e3d688 0 25%, transparent 25% 75%, #e3d688 75% 100%);
}
.btn-warning-outline,
.btn-warning-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #e3d688;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e3d688 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #574e15 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #c04822 0 25%, transparent 25% 75%, #c04822 75% 100%);
}
.btn-danger-outline,
.btn-danger-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #c04822;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c04822 !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: #ffb17c !important;
  border-color: #ffb17c !important;
}
.btn-black-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #303030 0 25%, transparent 25% 75%, #303030 75% 100%);
}
.btn-black-outline,
.btn-black-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #303030;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #303030 !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: #a26457 !important;
  border-color: #a26457 !important;
}
.btn-white-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #f6f6f6 0 25%, transparent 25% 75%, #f6f6f6 75% 100%);
}
.btn-white-outline,
.btn-white-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #f6f6f6;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #f6f6f6 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #777777 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #4169e1 !important;
}
.text-secondary {
  color: #9b8db7 !important;
}
.text-success {
  color: #4fb380 !important;
}
.text-info {
  color: #4c82a2 !important;
}
.text-warning {
  color: #e3d688 !important;
}
.text-danger {
  color: #c04822 !important;
}
.text-white {
  color: #f6f6f6 !important;
}
.text-black {
  color: #303030 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1a3ca2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #675688 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2f6d4d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2b4a5d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d0ba35 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #692813 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c3c3c3 !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: #4169e1;
}
.nav-tabs .nav-link:not(.active) {
  color: #303030;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4c82a2;
}
.alert-warning {
  background-color: #e3d688;
}
.alert-danger {
  background-color: #c04822;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4169e1;
  border-color: #4169e1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4169e1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f1f4fd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a8d9c0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9dbdd1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e7947a;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #4169e1 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #4169e1;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4169e1;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4169e1;
}
.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: #4169e1;
  border-bottom-color: #4169e1;
}
.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: #4169e1 !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: #9b8db7 !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='%234169e1' %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-duration: .4s;
}
a:hover {
  background-image: none !important;
}
.mbr-fonts-style a:not(.mbr-fonts-style) {
  position: relative;
}
.mbr-fonts-style a:not(.mbr-fonts-style):before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  transition: all 0.7s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  background: linear-gradient(to right, currentColor 0 25%, transparent 25% 75%, currentColor 75% 100%);
  background-position: right;
  background-size: 400% 100%;
  overflow: hidden;
}
.mbr-fonts-style a:not(.mbr-fonts-style):hover:before {
  background-position: left;
}
.container {
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1439px) {
  .container {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 86%;
  }
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .container-fluid {
    max-width: 86%;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 54px;
  padding: 10px 34px 15px;
  font-weight: 700 !important;
  transition: all 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  box-shadow: none !important;
  border-radius: 0 !important;
  letter-spacing: -0.025em;
}
.mbr-section-btn .btn:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 13px;
  transform: translateX(-50%);
  height: 2px;
  width: calc(100% - 34px * 2);
  transition: all 0.7s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  background-position: right;
  background-size: 400% 100%;
  overflow: hidden;
}
.mbr-section-btn .btn.btn-primary {
  background-color: #9db3f0 !important;
  border-color: #9db3f0 !important;
}
.mbr-section-btn .btn.btn-black {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.mbr-section-btn .btn.btn-white {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.mbr-section-btn .btn:hover:after {
  background-position: left;
}
.cid-uyOX70bbtT {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uyOX70bbtT .navbar-dropdown {
  background-color: #f6f6f6 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uyOX70bbtT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f6f6f6 !important;
  background: #f6f6f6;
}
.cid-uyOX70bbtT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyOX70bbtT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uyOX70bbtT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uyOX70bbtT .menu_box .navbar.opened,
  .cid-uyOX70bbtT .menu_box .navbar-collapse {
    background-color: #f6f6f6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uyOX70bbtT nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uyOX70bbtT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uyOX70bbtT .btn:hover {
  box-shadow: none;
}
.cid-uyOX70bbtT .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .cid-uyOX70bbtT .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uyOX70bbtT .nav-item {
    margin: 0 !important;
  }
}
.cid-uyOX70bbtT .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uyOX70bbtT .nav-item .nav-link:hover,
.cid-uyOX70bbtT .nav-item .nav-link:focus {
  background-color: #4169e1 !important;
  color: #ffffff !important;
}
.cid-uyOX70bbtT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uyOX70bbtT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uyOX70bbtT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uyOX70bbtT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uyOX70bbtT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uyOX70bbtT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uyOX70bbtT .offcanvas_box {
    display: none;
  }
}
.cid-uyOX70bbtT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uyOX70bbtT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uyOX70bbtT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uyOX70bbtT .container {
  display: flex;
  margin: auto;
}
.cid-uyOX70bbtT .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uyOX70bbtT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uyOX70bbtT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uyOX70bbtT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uyOX70bbtT .navbar-nav {
    margin: 0;
  }
}
.cid-uyOX70bbtT .dropdown-menu,
.cid-uyOX70bbtT .navbar.opened {
  background-color: false !important;
}
.cid-uyOX70bbtT .nav-item:focus,
.cid-uyOX70bbtT .nav-link:focus {
  outline: none;
}
.cid-uyOX70bbtT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyOX70bbtT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyOX70bbtT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyOX70bbtT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyOX70bbtT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyOX70bbtT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyOX70bbtT .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uyOX70bbtT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uyOX70bbtT .navbar.opened {
  transition: all 0.3s;
}
.cid-uyOX70bbtT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uyOX70bbtT .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uyOX70bbtT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyOX70bbtT .navbar.collapsed {
  justify-content: center;
}
.cid-uyOX70bbtT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyOX70bbtT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyOX70bbtT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyOX70bbtT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyOX70bbtT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyOX70bbtT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uyOX70bbtT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uyOX70bbtT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uyOX70bbtT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uyOX70bbtT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyOX70bbtT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyOX70bbtT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uyOX70bbtT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyOX70bbtT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uyOX70bbtT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyOX70bbtT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uyOX70bbtT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uyOX70bbtT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uyOX70bbtT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uyOX70bbtT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyOX70bbtT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uyOX70bbtT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyOX70bbtT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyOX70bbtT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyOX70bbtT .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-uyOX70bbtT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uyOX70bbtT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyOX70bbtT .dropdown-item.active,
.cid-uyOX70bbtT .dropdown-item:active {
  background-color: transparent;
}
.cid-uyOX70bbtT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uyOX70bbtT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyOX70bbtT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyOX70bbtT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyOX70bbtT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uyOX70bbtT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyOX70bbtT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f6f6f6;
  background: #4169e1;
}
.cid-uyOX70bbtT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyOX70bbtT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyOX70bbtT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyOX70bbtT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyOX70bbtT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyOX70bbtT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyOX70bbtT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyOX70bbtT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyOX70bbtT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyOX70bbtT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uyOX70bbtT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyOX70bbtT .navbar {
    height: 70px;
  }
  .cid-uyOX70bbtT .navbar.opened {
    height: auto;
  }
  .cid-uyOX70bbtT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyOX70bbtT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uyOX70bbtT .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uyOX70bbtT .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uyOX70bbtT .navbar-caption:hover {
  color: #4169e1;
}
@media (min-width: 992px) {
  .cid-uyOX70bbtT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uyOX70bbtT .text_widget {
  margin-bottom: 32px;
}
.cid-uyOX70bbtT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uyOX70bbtT .text_widget a:hover,
.cid-uyOX70bbtT .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uyOX70bbtT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uyOX70bbtT .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uyOX70bbtT .navbar-caption {
  color: #0f1d07;
}
.cid-uyOX70bbtT .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uyOX70bbtT .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyOX70bbtT .navigation-wrapper {
    display: block;
  }
}
.cid-uyOX70bbtT .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uyOX70bbtT .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uyOX70bbtT .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uyOX70bbtT .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uyOX70bbtT .mbr-section-subtitle,
.cid-uyOX70bbtT .text_widget,
.cid-uyOX70bbtT .mbr-section-btn {
  text-align: center;
}
.cid-uyOX70bbtT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uyOX71XSj8 {
  background-image: url("../../../assets/images/pexels-archie-binamira-754769-1920x1280.jpg");
}
.cid-uyOX71XSj8 .page-title-content {
  display: flex;
  align-items: center;
  position: relative;
  height: 290px;
}
.cid-uyOX71XSj8 .page-title-content .title {
  letter-spacing: 1px;
}
.cid-uyOX71XSj8 .page-title-content nav {
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uyOX71XSj8 .page-title-content nav ol {
  margin: 0;
  border-radius: 0;
  background: #4169e1;
}
.cid-uyOX71XSj8 .page-title-content .breadcrumb-item.active {
  color: #ffffff;
}
.cid-uyOX71XSj8 .page-title-content .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
}
.cid-uyOX71XSj8 H3 {
  color: #e43f3f;
  text-align: left;
}
.cid-uyOX71XSj8 .breadcrumb {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: .25rem;
}
.cid-uyOX71XSj8 .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
.cid-uzT85o9XV7 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uzT85o9XV7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzT85o9XV7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzT85o9XV7 .mbr-section-title {
  color: #4169e1;
}
.cid-uzT85o9XV7 .mbr-section-subtitle {
  color: #303030;
}
.cid-uzT85o9XV7 .portfolio-menu {
  text-align: center;
}
.cid-uzT85o9XV7 .portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all .5s ease;
}
.cid-uzT85o9XV7 .portfolio-item .item {
  float: left;
  margin-bottom: 10px;
}
.cid-uyOX77Va1j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-uyOX77Va1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyOX77Va1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyOX77Va1j .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uyOX77Va1j .mbr-section-title {
  color: #4169e1;
  margin-bottom: 0;
}
.cid-uyOX77Va1j .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-uyOX77Va1j .col-text {
    margin-bottom: 50px;
  }
}
.cid-uyOX77Va1j .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-uyOX77Va1j .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-uyOX77Va1j .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-uyOX77Va1j .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-uyOX77Va1j .item-wrap {
    width: 100%;
  }
}
.cid-uyOX77Va1j .item-title {
  color: #303030;
  margin-bottom: 18px;
}
.cid-uyOX77Va1j .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uyOX77Va1j .item-text {
  margin-bottom: 6px;
}
.cid-uyOX77Va1j .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uyOX77Va1j form {
  width: 100%;
}
.cid-uyOX77Va1j form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-uyOX77Va1j form p {
  color: #353535;
}
.cid-uyOX77Va1j form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-uyOX77Va1j form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-uyOX77Va1j form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-uyOX77Va1j form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-uyOX77Va1j form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-uyOX77Va1j form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-uyOX77Va1j form select {
  color: #303030 !important;
}
.cid-uyOX77Va1j form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-uyOX77Va1j form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-uyOX77Va1j form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-uyOX77Va1j form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-uyOX77Va1j form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-uyOX77Va1j form input,
.cid-uyOX77Va1j form textarea {
  transition: .3s all;
}
.cid-uyOX77Va1j form input:active,
.cid-uyOX77Va1j form textarea:active,
.cid-uyOX77Va1j form input:focus,
.cid-uyOX77Va1j form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-uyOX77Va1j form input:active::-webkit-input-placeholder,
.cid-uyOX77Va1j form textarea:active::-webkit-input-placeholder,
.cid-uyOX77Va1j form input:focus::-webkit-input-placeholder,
.cid-uyOX77Va1j form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-uyOX77Va1j form input:active::-moz-placeholder,
.cid-uyOX77Va1j form textarea:active::-moz-placeholder,
.cid-uyOX77Va1j form input:focus::-moz-placeholder,
.cid-uyOX77Va1j form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-uyOX77Va1j form input:active:-moz-placeholder,
.cid-uyOX77Va1j form textarea:active:-moz-placeholder,
.cid-uyOX77Va1j form input:focus:-moz-placeholder,
.cid-uyOX77Va1j form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-uyOX77Va1j form input:active:-ms-input-placeholder,
.cid-uyOX77Va1j form textarea:active:-ms-input-placeholder,
.cid-uyOX77Va1j form input:focus:-ms-input-placeholder,
.cid-uyOX77Va1j form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-uyOX77Va1j form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-uyOX77Va1j form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-uyOX77Va1j form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-uyOX77Va1j form .form-check label {
  color: #303030;
}
.cid-uyOX77Va1j form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uyOX77Va1j form .form-check-input:focus,
.cid-uyOX77Va1j form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-uyOX77Va1j form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-uyOX79tzy3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #303030;
}
.cid-uyOX79tzy3 .mbr-text {
  color: #303030;
}
.cid-uyOX79tzy3 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uzlqiz1Ycx {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uzlqiz1Ycx .navbar-dropdown {
  background-color: #f6f6f6 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uzlqiz1Ycx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f6f6f6 !important;
  background: #f6f6f6;
}
.cid-uzlqiz1Ycx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzlqiz1Ycx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzlqiz1Ycx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzlqiz1Ycx .menu_box .navbar.opened,
  .cid-uzlqiz1Ycx .menu_box .navbar-collapse {
    background-color: #f6f6f6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzlqiz1Ycx nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uzlqiz1Ycx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzlqiz1Ycx .btn:hover {
  box-shadow: none;
}
.cid-uzlqiz1Ycx .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .cid-uzlqiz1Ycx .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uzlqiz1Ycx .nav-item {
    margin: 0 !important;
  }
}
.cid-uzlqiz1Ycx .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uzlqiz1Ycx .nav-item .nav-link:hover,
.cid-uzlqiz1Ycx .nav-item .nav-link:focus {
  background-color: #4169e1 !important;
  color: #ffffff !important;
}
.cid-uzlqiz1Ycx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzlqiz1Ycx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzlqiz1Ycx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzlqiz1Ycx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzlqiz1Ycx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzlqiz1Ycx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzlqiz1Ycx .offcanvas_box {
    display: none;
  }
}
.cid-uzlqiz1Ycx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzlqiz1Ycx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzlqiz1Ycx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzlqiz1Ycx .container {
  display: flex;
  margin: auto;
}
.cid-uzlqiz1Ycx .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzlqiz1Ycx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzlqiz1Ycx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzlqiz1Ycx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzlqiz1Ycx .navbar-nav {
    margin: 0;
  }
}
.cid-uzlqiz1Ycx .dropdown-menu,
.cid-uzlqiz1Ycx .navbar.opened {
  background-color: false !important;
}
.cid-uzlqiz1Ycx .nav-item:focus,
.cid-uzlqiz1Ycx .nav-link:focus {
  outline: none;
}
.cid-uzlqiz1Ycx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzlqiz1Ycx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzlqiz1Ycx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzlqiz1Ycx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzlqiz1Ycx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzlqiz1Ycx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzlqiz1Ycx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzlqiz1Ycx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzlqiz1Ycx .navbar.opened {
  transition: all 0.3s;
}
.cid-uzlqiz1Ycx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzlqiz1Ycx .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uzlqiz1Ycx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzlqiz1Ycx .navbar.collapsed {
  justify-content: center;
}
.cid-uzlqiz1Ycx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzlqiz1Ycx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzlqiz1Ycx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzlqiz1Ycx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzlqiz1Ycx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzlqiz1Ycx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzlqiz1Ycx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzlqiz1Ycx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzlqiz1Ycx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzlqiz1Ycx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzlqiz1Ycx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzlqiz1Ycx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzlqiz1Ycx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzlqiz1Ycx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzlqiz1Ycx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzlqiz1Ycx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzlqiz1Ycx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzlqiz1Ycx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzlqiz1Ycx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzlqiz1Ycx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzlqiz1Ycx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzlqiz1Ycx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzlqiz1Ycx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzlqiz1Ycx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzlqiz1Ycx .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-uzlqiz1Ycx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uzlqiz1Ycx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzlqiz1Ycx .dropdown-item.active,
.cid-uzlqiz1Ycx .dropdown-item:active {
  background-color: transparent;
}
.cid-uzlqiz1Ycx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uzlqiz1Ycx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzlqiz1Ycx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzlqiz1Ycx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzlqiz1Ycx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzlqiz1Ycx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzlqiz1Ycx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f6f6f6;
  background: #4169e1;
}
.cid-uzlqiz1Ycx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzlqiz1Ycx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzlqiz1Ycx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzlqiz1Ycx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzlqiz1Ycx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzlqiz1Ycx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzlqiz1Ycx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzlqiz1Ycx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzlqiz1Ycx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzlqiz1Ycx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzlqiz1Ycx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzlqiz1Ycx .navbar {
    height: 70px;
  }
  .cid-uzlqiz1Ycx .navbar.opened {
    height: auto;
  }
  .cid-uzlqiz1Ycx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzlqiz1Ycx .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uzlqiz1Ycx .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uzlqiz1Ycx .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uzlqiz1Ycx .navbar-caption:hover {
  color: #4169e1;
}
@media (min-width: 992px) {
  .cid-uzlqiz1Ycx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzlqiz1Ycx .text_widget {
  margin-bottom: 32px;
}
.cid-uzlqiz1Ycx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzlqiz1Ycx .text_widget a:hover,
.cid-uzlqiz1Ycx .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uzlqiz1Ycx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uzlqiz1Ycx .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uzlqiz1Ycx .navbar-caption {
  color: #0f1d07;
}
.cid-uzlqiz1Ycx .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uzlqiz1Ycx .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzlqiz1Ycx .navigation-wrapper {
    display: block;
  }
}
.cid-uzlqiz1Ycx .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uzlqiz1Ycx .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uzlqiz1Ycx .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uzlqiz1Ycx .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uzlqiz1Ycx .mbr-section-subtitle,
.cid-uzlqiz1Ycx .text_widget,
.cid-uzlqiz1Ycx .mbr-section-btn {
  text-align: center;
}
.cid-uzlqiz1Ycx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzlqv9mK8s {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-uzlqv9mK8s * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.cid-uzlqv9mK8s body {
  background-color: #EA2C62;
  height: 100vh;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(to top, #ffffff 10%, rgba(93, 42, 141, 0.4) 90%) no-repeat;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
  color: #fff;
  overflow-x: hidden;
}
.cid-uzlqv9mK8s .wrapper {
  max-width: 500px;
  border-radius: 10px;
  margin: 50px auto;
  padding: 30px 40px;
  box-shadow: 20px 20px 80px #232323;
  z-index: 7000;
}
.cid-uzlqv9mK8s ::-webkit-scrollbar {
  width: 8px;
}
.cid-uzlqv9mK8s ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.cid-uzlqv9mK8s ::-webkit-scrollbar-thumb {
  background: #888;
}
.cid-uzlqv9mK8s ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.cid-uzlqv9mK8s a {
  cursor: pointer;
  transition: all 200ms linear;
}
.cid-uzlqv9mK8s a:hover {
  text-decoration: none;
}
.cid-uzlqv9mK8s .link {
  color: #ffffff;
}
.cid-uzlqv9mK8s .link:hover {
  color: #ea2c62;
}
.cid-uzlqv9mK8s p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
}
.cid-uzlqv9mK8s h4 {
  font-weight: 600;
}
.cid-uzlqv9mK8s h6 span {
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.cid-uzlqv9mK8s .section {
  position: relative;
  width: 100%;
  display: block;
}
.cid-uzlqv9mK8s .full-height {
  min-height: 100vh;
}
.cid-uzlqv9mK8s [type="checkbox"]:checked,
.cid-uzlqv9mK8s [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.cid-uzlqv9mK8s .checkbox:checked + label,
.cid-uzlqv9mK8s .checkbox:not(:checked) + label {
  position: relative;
  display: block;
  text-align: center;
  width: 60px;
  height: 16px;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto;
  cursor: pointer;
  background-color: #ffffff;
}
.cid-uzlqv9mK8s .checkbox:checked + label:before,
.cid-uzlqv9mK8s .checkbox:not(:checked) + label:before {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 10%;
  color: #EA2C62;
  background-color: #2a2b38;
  content: '';
  z-index: 20;
  font-size: 24px;
  top: -10px;
  left: -10px;
  line-height: 36px;
  text-align: center;
  transition: all 0.5s ease;
}
.cid-uzlqv9mK8s .checkbox:checked + label:before {
  transform: translateX(44px) rotate(-270deg);
}
.cid-uzlqv9mK8s .card-3d-wrap {
  position: relative;
  width: 440px;
  max-width: 100%;
  height: 400px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-uzlqv9mK8s .card-3d-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 600ms ease-out;
}
.cid-uzlqv9mK8s .login-div {
  width: 150px;
}
.cid-uzlqv9mK8s .card-front,
.cid-uzlqv9mK8s .card-back {
  width: 100%;
  height: 100%;
  background-color: #2a2b38;
  position: absolute;
  border-radius: 0px;
  left: 0;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.cid-uzlqv9mK8s .card-back {
  transform: rotateY(180deg);
}
.cid-uzlqv9mK8s .checkbox:checked ~ .card-3d-wrap .card-3d-wrapper {
  transform: rotateY(180deg);
}
.cid-uzlqv9mK8s .center-wrap {
  position: absolute;
  width: 100%;
  padding: 0 35px;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 35px) perspective(100px);
  z-index: 20;
  display: block;
}
.cid-uzlqv9mK8s .form-group {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.cid-uzlqv9mK8s .form-style {
  padding: 13px 20px;
  padding-left: 55px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  outline: none;
  color: #c4c3ca;
  background-color: #1f2029;
  border: none;
  transition: all 200ms linear;
  box-shadow: 0 4px 8px 0 rgba(21, 21, 21, 0.2);
}
.cid-uzlqv9mK8s .form-style:focus,
.cid-uzlqv9mK8s .form-style:active {
  border: none;
  outline: none;
  box-shadow: 0 4px 8px 0 rgba(21, 21, 21, 0.2);
}
.cid-uzlqv9mK8s .input-icon {
  position: absolute;
  top: 0;
  left: 18px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: left;
  color: #4169e1;
  transition: all 200ms linear;
}
.cid-uzlqv9mK8s .form-group input:-ms-input-placeholder {
  color: #c4c3ca;
  opacity: 0.7;
  transition: all 200ms linear;
}
.cid-uzlqv9mK8s .form-group input::-moz-placeholder {
  color: #c4c3ca;
  opacity: 0.7;
  transition: all 200ms linear;
}
.cid-uzlqv9mK8s .form-group input:-moz-placeholder {
  color: #c4c3ca;
  opacity: 0.7;
  transition: all 200ms linear;
}
.cid-uzlqv9mK8s .form-group input::-webkit-input-placeholder {
  color: #c4c3ca;
  opacity: 0.7;
  transition: all 200ms linear;
}
.cid-uzlqv9mK8s .form-group input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: all 200ms linear;
}
.cid-uzlqv9mK8s .form-group input:focus::-moz-placeholder {
  opacity: 0;
  transition: all 200ms linear;
}
.cid-uzlqv9mK8s .form-group input:focus:-moz-placeholder {
  opacity: 0;
  transition: all 200ms linear;
}
.cid-uzlqv9mK8s .form-group input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: all 200ms linear;
}
.cid-uzlqv9mK8s .btn {
  border-radius: 4px;
  height: 48px;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 200ms linear;
  padding: 0 30px;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  border: none;
  background-color: #4169e1;
  color: #fff;
  box-shadow: 0 8px 24px 0 rgba(18, 248, 173, 0.2);
}
.cid-uzlqv9mK8s .btn:active,
.cid-uzlqv9mK8s .btn:focus {
  background-color: #fff;
  color: #4169e1;
  box-shadow: 0 8px 24px 0 rgba(255, 255, 255, 0.2);
}
.cid-uzlqv9mK8s .btn:hover {
  background-color: #fff;
  color: #4169e1;
  box-shadow: 0 8px 24px 0 rgba(255, 255, 255, 0.2);
}
.cid-uzlqv9mK8s .logo {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}
.cid-uzlqv9mK8s .logo img {
  height: 26px;
  width: auto;
  display: block;
}
.cid-uzlqv9mK8s H6 {
  color: #ffffff;
}
.cid-uzlqv9mK8s H4 {
  color: #ffffff;
}
.cid-uzlqiD0uad {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #303030;
}
.cid-uzlqiD0uad .mbr-text {
  color: #303030;
}
.cid-uzlqiD0uad .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uyTz32DwiQ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uyTz32DwiQ .navbar-dropdown {
  background-color: #f6f6f6 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uyTz32DwiQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f6f6f6 !important;
  background: #f6f6f6;
}
.cid-uyTz32DwiQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyTz32DwiQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uyTz32DwiQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uyTz32DwiQ .menu_box .navbar.opened,
  .cid-uyTz32DwiQ .menu_box .navbar-collapse {
    background-color: #f6f6f6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uyTz32DwiQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uyTz32DwiQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uyTz32DwiQ .btn:hover {
  box-shadow: none;
}
.cid-uyTz32DwiQ .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .cid-uyTz32DwiQ .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uyTz32DwiQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uyTz32DwiQ .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uyTz32DwiQ .nav-item .nav-link:hover,
.cid-uyTz32DwiQ .nav-item .nav-link:focus {
  background-color: #4169e1 !important;
  color: #ffffff !important;
}
.cid-uyTz32DwiQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uyTz32DwiQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uyTz32DwiQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uyTz32DwiQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uyTz32DwiQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uyTz32DwiQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uyTz32DwiQ .offcanvas_box {
    display: none;
  }
}
.cid-uyTz32DwiQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uyTz32DwiQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uyTz32DwiQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uyTz32DwiQ .container {
  display: flex;
  margin: auto;
}
.cid-uyTz32DwiQ .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uyTz32DwiQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uyTz32DwiQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uyTz32DwiQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uyTz32DwiQ .navbar-nav {
    margin: 0;
  }
}
.cid-uyTz32DwiQ .dropdown-menu,
.cid-uyTz32DwiQ .navbar.opened {
  background-color: false !important;
}
.cid-uyTz32DwiQ .nav-item:focus,
.cid-uyTz32DwiQ .nav-link:focus {
  outline: none;
}
.cid-uyTz32DwiQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyTz32DwiQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyTz32DwiQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyTz32DwiQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyTz32DwiQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyTz32DwiQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyTz32DwiQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uyTz32DwiQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uyTz32DwiQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uyTz32DwiQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uyTz32DwiQ .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uyTz32DwiQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyTz32DwiQ .navbar.collapsed {
  justify-content: center;
}
.cid-uyTz32DwiQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyTz32DwiQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyTz32DwiQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyTz32DwiQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyTz32DwiQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyTz32DwiQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uyTz32DwiQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uyTz32DwiQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uyTz32DwiQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uyTz32DwiQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyTz32DwiQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyTz32DwiQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uyTz32DwiQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyTz32DwiQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uyTz32DwiQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyTz32DwiQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uyTz32DwiQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uyTz32DwiQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uyTz32DwiQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uyTz32DwiQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyTz32DwiQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uyTz32DwiQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyTz32DwiQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyTz32DwiQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyTz32DwiQ .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-uyTz32DwiQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uyTz32DwiQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyTz32DwiQ .dropdown-item.active,
.cid-uyTz32DwiQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uyTz32DwiQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uyTz32DwiQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyTz32DwiQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyTz32DwiQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyTz32DwiQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uyTz32DwiQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyTz32DwiQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f6f6f6;
  background: #4169e1;
}
.cid-uyTz32DwiQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyTz32DwiQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyTz32DwiQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyTz32DwiQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyTz32DwiQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyTz32DwiQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyTz32DwiQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyTz32DwiQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyTz32DwiQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyTz32DwiQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uyTz32DwiQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyTz32DwiQ .navbar {
    height: 70px;
  }
  .cid-uyTz32DwiQ .navbar.opened {
    height: auto;
  }
  .cid-uyTz32DwiQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyTz32DwiQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uyTz32DwiQ .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uyTz32DwiQ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uyTz32DwiQ .navbar-caption:hover {
  color: #4169e1;
}
@media (min-width: 992px) {
  .cid-uyTz32DwiQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uyTz32DwiQ .text_widget {
  margin-bottom: 32px;
}
.cid-uyTz32DwiQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uyTz32DwiQ .text_widget a:hover,
.cid-uyTz32DwiQ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uyTz32DwiQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uyTz32DwiQ .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uyTz32DwiQ .navbar-caption {
  color: #0f1d07;
}
.cid-uyTz32DwiQ .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uyTz32DwiQ .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyTz32DwiQ .navigation-wrapper {
    display: block;
  }
}
.cid-uyTz32DwiQ .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uyTz32DwiQ .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uyTz32DwiQ .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uyTz32DwiQ .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uyTz32DwiQ .mbr-section-subtitle,
.cid-uyTz32DwiQ .text_widget,
.cid-uyTz32DwiQ .mbr-section-btn {
  text-align: center;
}
.cid-uyTz32DwiQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzavA56Xr4 {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzavA56Xr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzavA56Xr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzavA56Xr4 .title-wrapper {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uzavA56Xr4 .title-wrapper {
    padding: 0;
  }
}
.cid-uzavA56Xr4 .title-wrapper .mbr-section-title {
  margin-bottom: 17px;
}
.cid-uzavA56Xr4 .title-wrapper .mbr-section-title span {
  color: #4169e1;
}
@media (max-width: 992px) {
  .cid-uzavA56Xr4 .title-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uzavA56Xr4 .content-wrapper {
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzavA56Xr4 .content-wrapper {
    display: block;
  }
}
.cid-uzavA56Xr4 .content-wrapper .content-wrap {
  padding: 14px 30px 100px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uzavA56Xr4 .content-wrapper .content-wrap {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uzavA56Xr4 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uzavA56Xr4 .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uzavA56Xr4 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uzavA56Xr4 .content-wrapper .image-wrapper {
  position: relative;
  width: 35%;
  min-height: 350px;
}
@media (max-width: 1200px) {
  .cid-uzavA56Xr4 .content-wrapper .image-wrapper {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uzavA56Xr4 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uzavA56Xr4 .content-wrapper .image-wrapper .price-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  background-color: #4169e1;
}
@media (max-width: 992px) {
  .cid-uzavA56Xr4 .content-wrapper .image-wrapper .price-wrapper {
    padding: 22px;
    position: static;
    min-height: auto;
    width: 100%;
    display: block;
    transform: none;
  }
}
.cid-uzavA56Xr4 .content-wrapper .image-wrapper .price-wrapper .price-wrap {
  width: 100%;
}
.cid-uzavA56Xr4 .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-price {
  margin-bottom: 10px;
}
.cid-uzavA56Xr4 .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uzavA56Xr4 .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #4169e1;
}
.cid-uzavA56Xr4 .mbr-section-title {
  color: #303030;
}
.cid-uzavA56Xr4 .mbr-text {
  color: #51565c;
}
.cid-uzavA56Xr4 .mbr-price {
  color: #515151;
}
.cid-uzavA56Xr4 .mbr-desc {
  color: #4169e1;
}
.cid-uzavA56Xr4 .mbr-text,
.cid-uzavA56Xr4 .mbr-section-btn {
  color: #303030;
}
.cid-uyTz36bm7l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-uyTz36bm7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyTz36bm7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyTz36bm7l .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uyTz36bm7l .mbr-section-title {
  color: #4169e1;
  margin-bottom: 0;
}
.cid-uyTz36bm7l .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-uyTz36bm7l .col-text {
    margin-bottom: 50px;
  }
}
.cid-uyTz36bm7l .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-uyTz36bm7l .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-uyTz36bm7l .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-uyTz36bm7l .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-uyTz36bm7l .item-wrap {
    width: 100%;
  }
}
.cid-uyTz36bm7l .item-title {
  color: #303030;
  margin-bottom: 18px;
}
.cid-uyTz36bm7l .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uyTz36bm7l .item-text {
  margin-bottom: 6px;
}
.cid-uyTz36bm7l .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uyTz36bm7l form {
  width: 100%;
}
.cid-uyTz36bm7l form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-uyTz36bm7l form p {
  color: #353535;
}
.cid-uyTz36bm7l form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-uyTz36bm7l form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-uyTz36bm7l form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-uyTz36bm7l form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-uyTz36bm7l form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-uyTz36bm7l form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-uyTz36bm7l form select {
  color: #303030 !important;
}
.cid-uyTz36bm7l form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-uyTz36bm7l form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-uyTz36bm7l form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-uyTz36bm7l form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-uyTz36bm7l form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-uyTz36bm7l form input,
.cid-uyTz36bm7l form textarea {
  transition: .3s all;
}
.cid-uyTz36bm7l form input:active,
.cid-uyTz36bm7l form textarea:active,
.cid-uyTz36bm7l form input:focus,
.cid-uyTz36bm7l form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-uyTz36bm7l form input:active::-webkit-input-placeholder,
.cid-uyTz36bm7l form textarea:active::-webkit-input-placeholder,
.cid-uyTz36bm7l form input:focus::-webkit-input-placeholder,
.cid-uyTz36bm7l form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-uyTz36bm7l form input:active::-moz-placeholder,
.cid-uyTz36bm7l form textarea:active::-moz-placeholder,
.cid-uyTz36bm7l form input:focus::-moz-placeholder,
.cid-uyTz36bm7l form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-uyTz36bm7l form input:active:-moz-placeholder,
.cid-uyTz36bm7l form textarea:active:-moz-placeholder,
.cid-uyTz36bm7l form input:focus:-moz-placeholder,
.cid-uyTz36bm7l form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-uyTz36bm7l form input:active:-ms-input-placeholder,
.cid-uyTz36bm7l form textarea:active:-ms-input-placeholder,
.cid-uyTz36bm7l form input:focus:-ms-input-placeholder,
.cid-uyTz36bm7l form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-uyTz36bm7l form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-uyTz36bm7l form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-uyTz36bm7l form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-uyTz36bm7l form .form-check label {
  color: #303030;
}
.cid-uyTz36bm7l form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uyTz36bm7l form .form-check-input:focus,
.cid-uyTz36bm7l form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-uyTz36bm7l form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-uyTz378mL8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #303030;
}
.cid-uyTz378mL8 .mbr-text {
  color: #303030;
}
.cid-uyTz378mL8 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uy9L1rg1c3 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uy9L1rg1c3 .navbar-dropdown {
  background-color: #f6f6f6 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uy9L1rg1c3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f6f6f6 !important;
  background: #f6f6f6;
}
.cid-uy9L1rg1c3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uy9L1rg1c3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uy9L1rg1c3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uy9L1rg1c3 .menu_box .navbar.opened,
  .cid-uy9L1rg1c3 .menu_box .navbar-collapse {
    background-color: #f6f6f6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uy9L1rg1c3 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uy9L1rg1c3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uy9L1rg1c3 .btn:hover {
  box-shadow: none;
}
.cid-uy9L1rg1c3 .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .cid-uy9L1rg1c3 .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uy9L1rg1c3 .nav-item {
    margin: 0 !important;
  }
}
.cid-uy9L1rg1c3 .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uy9L1rg1c3 .nav-item .nav-link:hover,
.cid-uy9L1rg1c3 .nav-item .nav-link:focus {
  background-color: #4169e1 !important;
  color: #ffffff !important;
}
.cid-uy9L1rg1c3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uy9L1rg1c3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uy9L1rg1c3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uy9L1rg1c3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uy9L1rg1c3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uy9L1rg1c3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uy9L1rg1c3 .offcanvas_box {
    display: none;
  }
}
.cid-uy9L1rg1c3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uy9L1rg1c3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uy9L1rg1c3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uy9L1rg1c3 .container {
  display: flex;
  margin: auto;
}
.cid-uy9L1rg1c3 .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uy9L1rg1c3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uy9L1rg1c3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uy9L1rg1c3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uy9L1rg1c3 .navbar-nav {
    margin: 0;
  }
}
.cid-uy9L1rg1c3 .dropdown-menu,
.cid-uy9L1rg1c3 .navbar.opened {
  background-color: false !important;
}
.cid-uy9L1rg1c3 .nav-item:focus,
.cid-uy9L1rg1c3 .nav-link:focus {
  outline: none;
}
.cid-uy9L1rg1c3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uy9L1rg1c3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uy9L1rg1c3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uy9L1rg1c3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uy9L1rg1c3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uy9L1rg1c3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uy9L1rg1c3 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uy9L1rg1c3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uy9L1rg1c3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uy9L1rg1c3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uy9L1rg1c3 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uy9L1rg1c3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uy9L1rg1c3 .navbar.collapsed {
  justify-content: center;
}
.cid-uy9L1rg1c3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uy9L1rg1c3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uy9L1rg1c3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uy9L1rg1c3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uy9L1rg1c3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uy9L1rg1c3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uy9L1rg1c3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uy9L1rg1c3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uy9L1rg1c3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uy9L1rg1c3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uy9L1rg1c3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uy9L1rg1c3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uy9L1rg1c3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uy9L1rg1c3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uy9L1rg1c3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uy9L1rg1c3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uy9L1rg1c3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uy9L1rg1c3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uy9L1rg1c3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uy9L1rg1c3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uy9L1rg1c3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uy9L1rg1c3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uy9L1rg1c3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uy9L1rg1c3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uy9L1rg1c3 .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-uy9L1rg1c3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uy9L1rg1c3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uy9L1rg1c3 .dropdown-item.active,
.cid-uy9L1rg1c3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uy9L1rg1c3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uy9L1rg1c3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uy9L1rg1c3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uy9L1rg1c3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uy9L1rg1c3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uy9L1rg1c3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uy9L1rg1c3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f6f6f6;
  background: #4169e1;
}
.cid-uy9L1rg1c3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uy9L1rg1c3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uy9L1rg1c3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy9L1rg1c3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy9L1rg1c3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uy9L1rg1c3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy9L1rg1c3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uy9L1rg1c3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uy9L1rg1c3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy9L1rg1c3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uy9L1rg1c3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uy9L1rg1c3 .navbar {
    height: 70px;
  }
  .cid-uy9L1rg1c3 .navbar.opened {
    height: auto;
  }
  .cid-uy9L1rg1c3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uy9L1rg1c3 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uy9L1rg1c3 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uy9L1rg1c3 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uy9L1rg1c3 .navbar-caption:hover {
  color: #4169e1;
}
@media (min-width: 992px) {
  .cid-uy9L1rg1c3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uy9L1rg1c3 .text_widget {
  margin-bottom: 32px;
}
.cid-uy9L1rg1c3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uy9L1rg1c3 .text_widget a:hover,
.cid-uy9L1rg1c3 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uy9L1rg1c3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uy9L1rg1c3 .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uy9L1rg1c3 .navbar-caption {
  color: #0f1d07;
}
.cid-uy9L1rg1c3 .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uy9L1rg1c3 .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uy9L1rg1c3 .navigation-wrapper {
    display: block;
  }
}
.cid-uy9L1rg1c3 .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uy9L1rg1c3 .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uy9L1rg1c3 .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uy9L1rg1c3 .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uy9L1rg1c3 .mbr-section-subtitle,
.cid-uy9L1rg1c3 .text_widget,
.cid-uy9L1rg1c3 .mbr-section-btn {
  text-align: center;
}
.cid-uy9L1rg1c3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ttjgHy7mtK {
  background-image: url("../../../assets/images/2-370x250.png");
}
.cid-ttjgHy7mtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjgHy7mtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjgHy7mtK .mbr-section-title {
  color: #f6f6f6;
  text-align: center;
}
.cid-ttjgHy7mtK .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
  text-align: center;
}
.cid-ttjgHy7mtK .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-ttjgHy7mtK .mbr-section-btn {
  margin-top: 18px;
}
.cid-ttjgHy7mtK .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-ttjgHy7mtK .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-ttjgHy7mtK .mbr-text,
.cid-ttjgHy7mtK .mbr-section-btn {
  text-align: center;
}
.cid-ttjhAC1rdD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4169e1;
  overflow: hidden;
}
.cid-ttjhAC1rdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjhAC1rdD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjhAC1rdD .mbr-section-title {
  color: #ffffff;
}
.cid-ttjhAC1rdD .mbr-section-subtitle {
  color: #303030;
}
.cid-uyNvzt2kyB {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uyNvzt2kyB .text-theme-colored {
  color: #4169e1 !important;
}
.cid-uyNvzt2kyB img {
  max-width: 100%;
}
.cid-uyNvzt2kyB .mt-15 {
  margin-top: 15px !important;
}
.cid-uyNvzt2kyB .mt-20 {
  margin-top: 20px !important;
}
.cid-uyNvzt2kyB .mt-sm-30 {
  margin-top: 30px !important;
}
.cid-uyNvzt2kyB .mt-sm-40 {
  margin-top: 40px !important;
}
.cid-uyNvzt2kyB .singnature {
  max-width: 150px;
}
.cid-uyNvzt2kyB .img1 {
  height: 335px;
}
.cid-uyNvzt2kyB .img2 {
  max-width: 280px;
  max-height: 156px;
}
@media only screen and (max-width: 600px) {
  .cid-uyNvzt2kyB .about-details {
    padding-top: 20px;
  }
  .cid-uyNvzt2kyB .img-hover-border {
    padding-top: 15px;
  }
  .cid-uyNvzt2kyB .img-hover-border.mt-15.mt-sm-30 {
    margin-top: 1px !important;
  }
  .cid-uyNvzt2kyB .img2 {
    max-width: 100% !important;
  }
}
.cid-uyNvzt2kyB H2 {
  color: #303030;
}
.cid-ttjhGLPdzJ {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-ttjhGLPdzJ .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-ttjhGLPdzJ .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-ttjhGLPdzJ .row {
    row-gap: 40px;
  }
}
.cid-ttjhGLPdzJ .mbr-section-head {
  padding-bottom: 50px;
}
.cid-ttjhGLPdzJ .mbr-section-title {
  color: #4169e1;
  text-align: left;
}
.cid-ttjhGLPdzJ .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
  text-align: left;
}
.cid-ttjhGLPdzJ .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-ttjhGLPdzJ .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-ttjhGLPdzJ .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-ttjhGLPdzJ .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-ttjhGLPdzJ .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-ttjhGLPdzJ .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-ttjhGLPdzJ .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-ttjhGLPdzJ .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-ttjhGLPdzJ .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-ttjhGLPdzJ .item-content {
  margin-top: 32px;
}
.cid-ttjhGLPdzJ .item-title {
  color: #4169e1;
}
.cid-ttjhGLPdzJ .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-ttjhGLPdzJ .item-number {
  color: #4169e1;
  margin-top: 22px;
}
.cid-ttjhGLPdzJ .item-border {
  width: 70%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #4169e1;
}
.cid-ttjhGLPdzJ .item-border2 {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fff;
}
.cid-ttjhGLPdzJ .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-ttjhGLPdzJ .item-text {
  color: #4169e1;
}
.cid-uzTgbc135g {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
}
.cid-uzTgbc135g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzTgbc135g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzTgbc135g .mbr-section-title {
  color: #ffffff;
}
.cid-uzTgbc135g .mbr-section-subtitle {
  color: #303030;
}
.cid-uzTgbc135g .portfolio-menu {
  text-align: center;
}
.cid-uzTgbc135g .portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all .5s ease;
}
.cid-uzTgbc135g .portfolio-item .item {
  float: left;
  margin-bottom: 10px;
}
.cid-uzTgbc135g .mbr-item-subtitle {
  color: #ffffff;
}
.cid-ttjjjJAFlg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttjjjJAFlg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjjjJAFlg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjjjJAFlg .mbr-section-title {
  color: #4169e1;
  margin-bottom: 20px;
  text-align: center;
}
.cid-ttjjjJAFlg .mbr-section-subtitle {
  color: #303030;
  margin-bottom: 20px;
}
.cid-ttjjjJAFlg .mbr-text {
  color: #FFFFFF;
}
.cid-ttjjjJAFlg .mbr-section-btn {
  margin-top: 18px;
}
.cid-zplgUYNMc1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-zplgUYNMc1 .delt.deb .eib {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-zplgUYNMc1 .delt.deb:hover .eib {
  border-color: #4169e1;
}
.cid-zplgUYNMc1 .delt.deb .ibox .header img {
  opacity: 1;
}
.cid-zplgUYNMc1 .delt.deb .ibox:hover .header img {
  opacity: 1;
  transform: scale(1.1);
}
.cid-zplgUYNMc1 .delt.deb .ibox .box {
  background-color: #ffffff;
  padding: 41px 40px 20px 0;
}
.cid-zplgUYNMc1 .delt.deb .ibox .content :is(.content,
.content a ) {
  font-size: 23px;
  line-height: 26px;
  letter-spacing: -0.1px;
}
.cid-zplgUYNMc1 .delt.deb .ibox .style-content {
  font-size: 16px;
}
.cid-zplgUYNMc1 .delt.deb .ibox .btn {
  padding: 12px 30px;
  font-size: 15px;
  line-height: 24px;
  border-style: solid;
  border-width: 2px;
}
.cid-zplgUYNMc1 .delt.deb:hover .btn {
  background-color: #4169e1 !important;
}
.cid-zplgUYNMc1 .delt.deb.ibox .content h3:hover .title {
  color: #4169e1 !important;
}
.cid-zplgUYNMc1 .delt.deb .ibox .content h3:hover a {
  color: #4169e1;
}
.cid-zplgUYNMc1 .delt.deb .ibox .content h3:hover {
  color: #4169e1;
}
.cid-zplgUYNMc1 .delt.deb .ibox .btn:hover {
  background-color: #4169e1 !important;
  box-shadow: 0 10px 30px 0 rgba(255, 144, 65, 0.32);
  stroke: #fff;
  fill: #ffffff;
  border-color: #4169e1 !important;
}
.cid-zplgUYNMc1 .delt.deb:hover .e-c {
  box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.18);
}
@media (max-width: 1024px) {
  .cid-zplgUYNMc1 .deb .ibox .box {
    padding: 31px 20px 30px 0px;
  }
  .cid-zplgUYNMc1 .delt.deb .ibox .box {
    padding: 31px 20px 30px 0;
  }
}
@media (max-width: 767px) {
  .cid-zplgUYNMc1 .delt.deb .ibox .box {
    padding: 31px 30px 30px 0;
  }
}
.cid-zplgUYNMc1 .ewc .ibox .content .content {
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
}
.cid-zplgUYNMc1 .ewc .content {
  font-size: 23px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: 0;
}
.cid-zplgUYNMc1 .ewc .ibox .efoot {
  line-height: 1;
  margin-top: 20px;
}
.cid-zplgUYNMc1 .ewc .ibox .header img {
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cid-zplgUYNMc1 .ewc .img-left img {
  margin-right: auto;
}
.cid-zplgUYNMc1 .ewc img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  max-width: 100%;
}
.cid-zplgUYNMc1 .ewc .ibox .header {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
  overflow: hidden;
}
.cid-zplgUYNMc1 .ibox.side:not(.text-right) .eib {
  border-right-width: 0 !important;
}
.cid-zplgUYNMc1 .ibox.side .eib {
  padding-left: 40px;
  padding-right: 40px;
  border-style: solid;
  border-color: #4169e1;
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cid-zplgUYNMc1 .ewc .ibox.side .box .efoot {
  padding-left: 40px;
  padding-right: 40px;
}
.cid-zplgUYNMc1 H3 {
  color: #4479d9;
}
.cid-ttji8t0rQL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/pexels-rodnae-productions-6647019-1920x1280.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
}
.cid-ttji8t0rQL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttji8t0rQL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-ttji8t0rQL {
    min-height: 500px;
  }
}
.cid-ttji8t0rQL .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-ttji8t0rQL .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 18px;
}
.cid-ttji8t0rQL .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-ttji8t0rQL .mbr-section-btn {
  margin-top: 18px;
}
.cid-ttji8t0rQL .mbr-text,
.cid-ttji8t0rQL .mbr-section-btn {
  text-align: center;
  color: #f6f6f6;
}
.cid-uznSUY0vDQ {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #eaeaea;
}
.cid-uznSUY0vDQ .mbr-iconfont {
  font-size: 4rem;
  color: #4169e1;
}
.cid-Xik4bgs7C3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/2-370x250.png");
}
.cid-Xik4bgs7C3 .titlecard {
  color: #4479d9;
}
.cid-Xik4bgs7C3 #reservation .section-heading {
  margin-bottom: 5px;
}
.cid-Xik4bgs7C3 #reservation .section-heading h2 {
  font-weight: 700;
}
.cid-Xik4bgs7C3 #reservation .section-heading h6:before {
  background-color: #ffffff;
}
.cid-Xik4bgs7C3 #reservation p {
  margin-bottom: 65px;
}
.cid-Xik4bgs7C3 #reservation {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-Xik4bgs7C3 #reservation .phone,
.cid-Xik4bgs7C3 #reservation .message {
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  padding: 0px 0px 20px 0px;
}
.cid-Xik4bgs7C3 #reservation .phone i,
.cid-Xik4bgs7C3 #reservation .message i {
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  background-color: #fafafa;
  border-radius: 50%;
  margin-top: -35px;
  margin-left: auto;
  margin-right: auto;
}
.cid-Xik4bgs7C3 #reservation .phone h4,
.cid-Xik4bgs7C3 #reservation .message h4 {
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
}
.cid-Xik4bgs7C3 #reservation .phone span a,
.cid-Xik4bgs7C3 #reservation .message span a {
  color: #2a2a2a;
  transition: all .3s;
}
.cid-Xik4bgs7C3 #reservation .phone span a:hover,
.cid-Xik4bgs7C3 #reservation .message span a:hover {
  color: #fb5849;
}
.cid-Xik4bgs7C3 #contact {
  margin-left: 30px;
  padding: 45px 30px;
  background-color: #fafafa;
  border-radius: 5px;
}
.cid-Xik4bgs7C3 #contact h4 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
.cid-Xik4bgs7C3 .datepicker-days {
  padding: 30px;
  cursor: pointer;
}
.cid-Xik4bgs7C3 .contact-form input,
.cid-Xik4bgs7C3 .contact-form textarea,
.cid-Xik4bgs7C3 .contact-form select {
  border: 1px solid #ddd;
  background-color: #ffffff;
  width: 100%;
  height: 46px;
  border-radius: 5px;
  outline: none;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 15px;
}
.cid-Xik4bgs7C3 .contact-form .input-group-text {
  height: 46px;
}
.cid-Xik4bgs7C3 .contact-form input:focus,
.cid-Xik4bgs7C3 .contact-form textarea:focus,
.cid-Xik4bgs7C3 .contact-form select:focus {
  border-color: #fb5849;
}
.cid-Xik4bgs7C3 .contact-form button:hover {
  opacity: .9;
}
.cid-Xik4bgs7C3 .contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}
.cid-Xik4bgs7C3 .contact-form ::-webkit-input-placeholder {
  color: #2a2a2a;
}
.cid-Xik4bgs7C3 .contact-form :-ms-input-placeholder {
  color: #2a2a2a;
}
.cid-Xik4bgs7C3 .contact-form ::placeholder {
  color: #2a2a2a;
}
.cid-Xik4bgs7C3 .mbr-section-title {
  color: #ffffff;
}
.cid-Xik4bgs7C3 H4 {
  color: #4169e1;
}
.cid-ttjjThu3I5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-ttjjThu3I5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjjThu3I5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjjThu3I5 .row {
  row-gap: 50px;
}
.cid-ttjjThu3I5 .text-wrap {
  width: 100%;
  padding-right: 30px;
}
@media (max-width: 1439px) {
  .cid-ttjjThu3I5 .text-wrap {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-ttjjThu3I5 .text-wrap {
    padding: 0;
  }
}
.cid-ttjjThu3I5 .mbr-section-title {
  color: #303030;
}
.cid-ttjjThu3I5 .mbr-text {
  color: #303030;
  margin-top: 16px;
}
.cid-ttjjThu3I5 .line-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
}
.cid-ttjjThu3I5 .line-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ttjjThu3I5 .line-text-wrap {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 7px;
}
.cid-ttjjThu3I5 .line-text {
  color: #303030;
  margin-right: auto;
  max-width: 50%;
}
.cid-ttjjThu3I5 .line-number {
  color: #303030;
  margin-left: auto;
  max-width: 40%;
}
.cid-ttjjThu3I5 .line {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #EAEAEA;
}
.cid-ttjjThu3I5 .line-active {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #303030;
}
.cid-ttjjThu3I5 .line-item-1 .line-number:before {
  content: "75";
}
.cid-ttjjThu3I5 .line-item-1 .line-active {
  width: 75%;
}
.cid-ttjjThu3I5 .line-item-2 .line-number:before {
  content: "84";
}
.cid-ttjjThu3I5 .line-item-2 .line-active {
  width: 84%;
}
.cid-ttjjThu3I5 .line-item-3 .line-number:before {
  content: "87";
}
.cid-ttjjThu3I5 .line-item-3 .line-active {
  width: 87%;
}
.cid-ttjjIQQoD9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ttjjIQQoD9 .row {
  row-gap: 40px;
}
.cid-ttjjIQQoD9 .mbr-section-head {
  padding-bottom: 50px;
}
.cid-ttjjIQQoD9 .mbr-section-title {
  color: #4169e1;
}
.cid-ttjjIQQoD9 .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-ttjjIQQoD9 .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-ttjjIQQoD9 .item-img img {
  width: 100%;
  aspect-ratio: calc(37 / (11 * 3));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-ttjjIQQoD9 .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-ttjjIQQoD9 .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-ttjjIQQoD9 .item-content {
  flex-grow: 1;
  padding: 31px 42px 43px;
  background-color: #f6f6f6;
}
.cid-ttjjIQQoD9 .item-title {
  color: #303030;
}
.cid-ttjjIQQoD9 .mbr-text {
  margin-bottom: 4px;
  color: #4169e1;
  text-decoration: underline;
}
.cid-ttjjIQQoD9 .icons-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 12px;
}
.cid-ttjjIQQoD9 .iconfont-wrapper {
  padding: 11px;
  border-radius: 50%;
  transition: opacity 0.2s ease-out;
}
.cid-ttjjIQQoD9 .iconfont-wrapper .mbr-iconfont {
  font-size: 14px;
  color: #303030;
  transition: all 0.2s ease-out;
}
.cid-ttjjIQQoD9 .iconfont-wrapper:hover {
  background-color: #efe6f7;
}
.cid-ttjjIQQoD9 .iconfont-wrapper:hover .mbr-iconfont {
  color: #9b8db7;
}
.cid-ttjjIQQoD9 .mbr-section-btn {
  margin-top: 10px;
}
.cid-ttjjAS0foH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-ttjjAS0foH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjjAS0foH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjjAS0foH .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-ttjjAS0foH .mbr-section-title {
  color: #4169e1;
  margin-bottom: 0;
}
.cid-ttjjAS0foH .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-ttjjAS0foH .col-text {
    margin-bottom: 50px;
  }
}
.cid-ttjjAS0foH .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-ttjjAS0foH .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-ttjjAS0foH .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-ttjjAS0foH .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-ttjjAS0foH .item-wrap {
    width: 100%;
  }
}
.cid-ttjjAS0foH .item-title {
  color: #303030;
  margin-bottom: 18px;
}
.cid-ttjjAS0foH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-ttjjAS0foH .item-text {
  margin-bottom: 6px;
}
.cid-ttjjAS0foH .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-ttjjAS0foH form {
  width: 100%;
}
.cid-ttjjAS0foH form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-ttjjAS0foH form p {
  color: #353535;
}
.cid-ttjjAS0foH form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-ttjjAS0foH form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-ttjjAS0foH form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-ttjjAS0foH form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-ttjjAS0foH form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-ttjjAS0foH form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-ttjjAS0foH form select {
  color: #303030 !important;
}
.cid-ttjjAS0foH form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-ttjjAS0foH form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form input,
.cid-ttjjAS0foH form textarea {
  transition: .3s all;
}
.cid-ttjjAS0foH form input:active,
.cid-ttjjAS0foH form textarea:active,
.cid-ttjjAS0foH form input:focus,
.cid-ttjjAS0foH form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-ttjjAS0foH form input:active::-webkit-input-placeholder,
.cid-ttjjAS0foH form textarea:active::-webkit-input-placeholder,
.cid-ttjjAS0foH form input:focus::-webkit-input-placeholder,
.cid-ttjjAS0foH form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form input:active::-moz-placeholder,
.cid-ttjjAS0foH form textarea:active::-moz-placeholder,
.cid-ttjjAS0foH form input:focus::-moz-placeholder,
.cid-ttjjAS0foH form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form input:active:-moz-placeholder,
.cid-ttjjAS0foH form textarea:active:-moz-placeholder,
.cid-ttjjAS0foH form input:focus:-moz-placeholder,
.cid-ttjjAS0foH form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form input:active:-ms-input-placeholder,
.cid-ttjjAS0foH form textarea:active:-ms-input-placeholder,
.cid-ttjjAS0foH form input:focus:-ms-input-placeholder,
.cid-ttjjAS0foH form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-ttjjAS0foH form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-ttjjAS0foH form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-ttjjAS0foH form .form-check label {
  color: #303030;
}
.cid-ttjjAS0foH form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-ttjjAS0foH form .form-check-input:focus,
.cid-ttjjAS0foH form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-ttjjAS0foH form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-uyOxWfJVnf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #303030;
}
.cid-uyOxWfJVnf .mbr-text {
  color: #303030;
}
.cid-uyOxWfJVnf .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uy9L1rg1c3 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uy9L1rg1c3 .navbar-dropdown {
  background-color: #f6f6f6 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uy9L1rg1c3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f6f6f6 !important;
  background: #f6f6f6;
}
.cid-uy9L1rg1c3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uy9L1rg1c3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uy9L1rg1c3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uy9L1rg1c3 .menu_box .navbar.opened,
  .cid-uy9L1rg1c3 .menu_box .navbar-collapse {
    background-color: #f6f6f6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uy9L1rg1c3 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uy9L1rg1c3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uy9L1rg1c3 .btn:hover {
  box-shadow: none;
}
.cid-uy9L1rg1c3 .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .cid-uy9L1rg1c3 .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uy9L1rg1c3 .nav-item {
    margin: 0 !important;
  }
}
.cid-uy9L1rg1c3 .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uy9L1rg1c3 .nav-item .nav-link:hover,
.cid-uy9L1rg1c3 .nav-item .nav-link:focus {
  background-color: #4169e1 !important;
  color: #ffffff !important;
}
.cid-uy9L1rg1c3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uy9L1rg1c3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uy9L1rg1c3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uy9L1rg1c3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uy9L1rg1c3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uy9L1rg1c3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uy9L1rg1c3 .offcanvas_box {
    display: none;
  }
}
.cid-uy9L1rg1c3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uy9L1rg1c3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uy9L1rg1c3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uy9L1rg1c3 .container {
  display: flex;
  margin: auto;
}
.cid-uy9L1rg1c3 .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uy9L1rg1c3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uy9L1rg1c3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uy9L1rg1c3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uy9L1rg1c3 .navbar-nav {
    margin: 0;
  }
}
.cid-uy9L1rg1c3 .dropdown-menu,
.cid-uy9L1rg1c3 .navbar.opened {
  background-color: false !important;
}
.cid-uy9L1rg1c3 .nav-item:focus,
.cid-uy9L1rg1c3 .nav-link:focus {
  outline: none;
}
.cid-uy9L1rg1c3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uy9L1rg1c3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uy9L1rg1c3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uy9L1rg1c3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uy9L1rg1c3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uy9L1rg1c3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uy9L1rg1c3 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uy9L1rg1c3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uy9L1rg1c3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uy9L1rg1c3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uy9L1rg1c3 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uy9L1rg1c3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uy9L1rg1c3 .navbar.collapsed {
  justify-content: center;
}
.cid-uy9L1rg1c3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uy9L1rg1c3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uy9L1rg1c3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uy9L1rg1c3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uy9L1rg1c3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uy9L1rg1c3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uy9L1rg1c3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uy9L1rg1c3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uy9L1rg1c3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uy9L1rg1c3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uy9L1rg1c3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uy9L1rg1c3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uy9L1rg1c3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uy9L1rg1c3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uy9L1rg1c3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uy9L1rg1c3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uy9L1rg1c3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uy9L1rg1c3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uy9L1rg1c3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uy9L1rg1c3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uy9L1rg1c3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uy9L1rg1c3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uy9L1rg1c3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uy9L1rg1c3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uy9L1rg1c3 .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-uy9L1rg1c3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uy9L1rg1c3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uy9L1rg1c3 .dropdown-item.active,
.cid-uy9L1rg1c3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uy9L1rg1c3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uy9L1rg1c3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uy9L1rg1c3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uy9L1rg1c3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uy9L1rg1c3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uy9L1rg1c3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uy9L1rg1c3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f6f6f6;
  background: #4169e1;
}
.cid-uy9L1rg1c3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uy9L1rg1c3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uy9L1rg1c3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy9L1rg1c3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy9L1rg1c3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uy9L1rg1c3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy9L1rg1c3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uy9L1rg1c3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uy9L1rg1c3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy9L1rg1c3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uy9L1rg1c3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uy9L1rg1c3 .navbar {
    height: 70px;
  }
  .cid-uy9L1rg1c3 .navbar.opened {
    height: auto;
  }
  .cid-uy9L1rg1c3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uy9L1rg1c3 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uy9L1rg1c3 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uy9L1rg1c3 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uy9L1rg1c3 .navbar-caption:hover {
  color: #4169e1;
}
@media (min-width: 992px) {
  .cid-uy9L1rg1c3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uy9L1rg1c3 .text_widget {
  margin-bottom: 32px;
}
.cid-uy9L1rg1c3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uy9L1rg1c3 .text_widget a:hover,
.cid-uy9L1rg1c3 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uy9L1rg1c3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uy9L1rg1c3 .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uy9L1rg1c3 .navbar-caption {
  color: #0f1d07;
}
.cid-uy9L1rg1c3 .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uy9L1rg1c3 .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uy9L1rg1c3 .navigation-wrapper {
    display: block;
  }
}
.cid-uy9L1rg1c3 .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uy9L1rg1c3 .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uy9L1rg1c3 .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uy9L1rg1c3 .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uy9L1rg1c3 .mbr-section-subtitle,
.cid-uy9L1rg1c3 .text_widget,
.cid-uy9L1rg1c3 .mbr-section-btn {
  text-align: center;
}
.cid-uy9L1rg1c3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-Mv7UKe3uqs {
  background-image: url("../../../assets/images/pexels-archie-binamira-754769-1920x1280.jpg");
}
.cid-Mv7UKe3uqs .page-title-content {
  display: flex;
  align-items: center;
  position: relative;
  height: 290px;
}
.cid-Mv7UKe3uqs .page-title-content .title {
  letter-spacing: 1px;
}
.cid-Mv7UKe3uqs .page-title-content nav {
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-Mv7UKe3uqs .page-title-content nav ol {
  margin: 0;
  border-radius: 0;
  background: #4169e1;
}
.cid-Mv7UKe3uqs .page-title-content .breadcrumb-item.active {
  color: #ffffff;
}
.cid-Mv7UKe3uqs .page-title-content .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
}
.cid-Mv7UKe3uqs H3 {
  color: #e43f3f;
  text-align: left;
}
.cid-Mv7UKe3uqs .breadcrumb {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: .25rem;
}
.cid-Mv7UKe3uqs .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
.cid-uyNMrLIm4b {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uyNMrLIm4b .text-theme-colored {
  color: #4169e1 !important;
}
.cid-uyNMrLIm4b img {
  max-width: 100%;
}
.cid-uyNMrLIm4b .mt-15 {
  margin-top: 15px !important;
}
.cid-uyNMrLIm4b .mt-20 {
  margin-top: 20px !important;
}
.cid-uyNMrLIm4b .mt-sm-30 {
  margin-top: 30px !important;
}
.cid-uyNMrLIm4b .mt-sm-40 {
  margin-top: 40px !important;
}
.cid-uyNMrLIm4b .singnature {
  max-width: 150px;
}
.cid-uyNMrLIm4b .img1 {
  height: 335px;
}
.cid-uyNMrLIm4b .img2 {
  max-width: 280px;
  max-height: 156px;
}
@media only screen and (max-width: 600px) {
  .cid-uyNMrLIm4b .about-details {
    padding-top: 20px;
  }
  .cid-uyNMrLIm4b .img-hover-border {
    padding-top: 15px;
  }
  .cid-uyNMrLIm4b .img-hover-border.mt-15.mt-sm-30 {
    margin-top: 1px !important;
  }
  .cid-uyNMrLIm4b .img2 {
    max-width: 100% !important;
  }
}
.cid-uyNMrLIm4b H2 {
  color: #303030;
}
.cid-uyOlDjXIg3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/2-370x250.png");
}
.cid-uyOlDjXIg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyOlDjXIg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyOlDjXIg3 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uyOlDjXIg3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uyOlDjXIg3 .container {
    padding: 0 20px;
  }
}
.cid-uyOlDjXIg3 .row {
  justify-content: center;
}
.cid-uyOlDjXIg3 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uyOlDjXIg3 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uyOlDjXIg3 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uyOlDjXIg3 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uyOlDjXIg3 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uyOlDjXIg3 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uyOlDjXIg3 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyOlDjXIg3 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ffffff;
}
.cid-uyOlDjXIg3 .mbr-section-title {
  color: #ffffff;
}
.cid-uyOlDjXIg3 .mbr-text {
  color: #144031;
}
.cid-uyOlDjXIg3 .list,
.cid-uyOlDjXIg3 .item-wrap {
  color: #f6f6f6;
}
.cid-uyOB1XVrvj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uyOB1XVrvj .row {
  row-gap: 40px;
}
.cid-uyOB1XVrvj .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uyOB1XVrvj .mbr-section-title {
  color: #4169e1;
}
.cid-uyOB1XVrvj .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uyOB1XVrvj .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uyOB1XVrvj .item-img img {
  width: 100%;
  aspect-ratio: calc(37 / (11 * 3));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uyOB1XVrvj .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uyOB1XVrvj .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uyOB1XVrvj .item-content {
  flex-grow: 1;
  padding: 31px 42px 43px;
  background-color: #f6f6f6;
}
.cid-uyOB1XVrvj .item-title {
  color: #303030;
}
.cid-uyOB1XVrvj .mbr-text {
  margin-bottom: 4px;
  color: #4169e1;
  text-decoration: underline;
}
.cid-uyOB1XVrvj .icons-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 12px;
}
.cid-uyOB1XVrvj .iconfont-wrapper {
  padding: 11px;
  border-radius: 50%;
  transition: opacity 0.2s ease-out;
}
.cid-uyOB1XVrvj .iconfont-wrapper .mbr-iconfont {
  font-size: 14px;
  color: #303030;
  transition: all 0.2s ease-out;
}
.cid-uyOB1XVrvj .iconfont-wrapper:hover {
  background-color: #efe6f7;
}
.cid-uyOB1XVrvj .iconfont-wrapper:hover .mbr-iconfont {
  color: #9b8db7;
}
.cid-uyOB1XVrvj .mbr-section-btn {
  margin-top: 10px;
}
.cid-uyOxwSomGn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-uyOxwSomGn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyOxwSomGn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyOxwSomGn .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uyOxwSomGn .mbr-section-title {
  color: #4169e1;
  margin-bottom: 0;
}
.cid-uyOxwSomGn .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-uyOxwSomGn .col-text {
    margin-bottom: 50px;
  }
}
.cid-uyOxwSomGn .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-uyOxwSomGn .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-uyOxwSomGn .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-uyOxwSomGn .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-uyOxwSomGn .item-wrap {
    width: 100%;
  }
}
.cid-uyOxwSomGn .item-title {
  color: #303030;
  margin-bottom: 18px;
}
.cid-uyOxwSomGn .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uyOxwSomGn .item-text {
  margin-bottom: 6px;
}
.cid-uyOxwSomGn .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uyOxwSomGn form {
  width: 100%;
}
.cid-uyOxwSomGn form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-uyOxwSomGn form p {
  color: #353535;
}
.cid-uyOxwSomGn form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-uyOxwSomGn form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-uyOxwSomGn form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-uyOxwSomGn form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-uyOxwSomGn form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-uyOxwSomGn form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-uyOxwSomGn form select {
  color: #303030 !important;
}
.cid-uyOxwSomGn form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-uyOxwSomGn form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-uyOxwSomGn form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-uyOxwSomGn form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-uyOxwSomGn form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-uyOxwSomGn form input,
.cid-uyOxwSomGn form textarea {
  transition: .3s all;
}
.cid-uyOxwSomGn form input:active,
.cid-uyOxwSomGn form textarea:active,
.cid-uyOxwSomGn form input:focus,
.cid-uyOxwSomGn form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-uyOxwSomGn form input:active::-webkit-input-placeholder,
.cid-uyOxwSomGn form textarea:active::-webkit-input-placeholder,
.cid-uyOxwSomGn form input:focus::-webkit-input-placeholder,
.cid-uyOxwSomGn form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-uyOxwSomGn form input:active::-moz-placeholder,
.cid-uyOxwSomGn form textarea:active::-moz-placeholder,
.cid-uyOxwSomGn form input:focus::-moz-placeholder,
.cid-uyOxwSomGn form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-uyOxwSomGn form input:active:-moz-placeholder,
.cid-uyOxwSomGn form textarea:active:-moz-placeholder,
.cid-uyOxwSomGn form input:focus:-moz-placeholder,
.cid-uyOxwSomGn form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-uyOxwSomGn form input:active:-ms-input-placeholder,
.cid-uyOxwSomGn form textarea:active:-ms-input-placeholder,
.cid-uyOxwSomGn form input:focus:-ms-input-placeholder,
.cid-uyOxwSomGn form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-uyOxwSomGn form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-uyOxwSomGn form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-uyOxwSomGn form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-uyOxwSomGn form .form-check label {
  color: #303030;
}
.cid-uyOxwSomGn form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uyOxwSomGn form .form-check-input:focus,
.cid-uyOxwSomGn form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-uyOxwSomGn form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-uyOxWfJVnf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #303030;
}
.cid-uyOxWfJVnf .mbr-text {
  color: #303030;
}
.cid-uyOxWfJVnf .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uyToLfn0Ge {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uyToLfn0Ge .navbar-dropdown {
  background-color: #f6f6f6 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uyToLfn0Ge .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f6f6f6 !important;
  background: #f6f6f6;
}
.cid-uyToLfn0Ge .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyToLfn0Ge .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uyToLfn0Ge .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uyToLfn0Ge .menu_box .navbar.opened,
  .cid-uyToLfn0Ge .menu_box .navbar-collapse {
    background-color: #f6f6f6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uyToLfn0Ge nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uyToLfn0Ge .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uyToLfn0Ge .btn:hover {
  box-shadow: none;
}
.cid-uyToLfn0Ge .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .cid-uyToLfn0Ge .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uyToLfn0Ge .nav-item {
    margin: 0 !important;
  }
}
.cid-uyToLfn0Ge .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uyToLfn0Ge .nav-item .nav-link:hover,
.cid-uyToLfn0Ge .nav-item .nav-link:focus {
  background-color: #4169e1 !important;
  color: #ffffff !important;
}
.cid-uyToLfn0Ge .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uyToLfn0Ge .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uyToLfn0Ge .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uyToLfn0Ge .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uyToLfn0Ge .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uyToLfn0Ge .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uyToLfn0Ge .offcanvas_box {
    display: none;
  }
}
.cid-uyToLfn0Ge .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uyToLfn0Ge .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uyToLfn0Ge .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uyToLfn0Ge .container {
  display: flex;
  margin: auto;
}
.cid-uyToLfn0Ge .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uyToLfn0Ge .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uyToLfn0Ge .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uyToLfn0Ge .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uyToLfn0Ge .navbar-nav {
    margin: 0;
  }
}
.cid-uyToLfn0Ge .dropdown-menu,
.cid-uyToLfn0Ge .navbar.opened {
  background-color: false !important;
}
.cid-uyToLfn0Ge .nav-item:focus,
.cid-uyToLfn0Ge .nav-link:focus {
  outline: none;
}
.cid-uyToLfn0Ge .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyToLfn0Ge .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyToLfn0Ge .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyToLfn0Ge .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyToLfn0Ge .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyToLfn0Ge .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyToLfn0Ge .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uyToLfn0Ge .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uyToLfn0Ge .navbar.opened {
  transition: all 0.3s;
}
.cid-uyToLfn0Ge .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uyToLfn0Ge .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uyToLfn0Ge .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyToLfn0Ge .navbar.collapsed {
  justify-content: center;
}
.cid-uyToLfn0Ge .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyToLfn0Ge .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyToLfn0Ge .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyToLfn0Ge .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyToLfn0Ge .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyToLfn0Ge .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uyToLfn0Ge .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uyToLfn0Ge .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uyToLfn0Ge .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uyToLfn0Ge .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyToLfn0Ge .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyToLfn0Ge .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uyToLfn0Ge .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyToLfn0Ge .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uyToLfn0Ge .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyToLfn0Ge .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uyToLfn0Ge .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uyToLfn0Ge .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uyToLfn0Ge .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uyToLfn0Ge .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyToLfn0Ge .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uyToLfn0Ge .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyToLfn0Ge .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyToLfn0Ge .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyToLfn0Ge .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-uyToLfn0Ge .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uyToLfn0Ge .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyToLfn0Ge .dropdown-item.active,
.cid-uyToLfn0Ge .dropdown-item:active {
  background-color: transparent;
}
.cid-uyToLfn0Ge .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uyToLfn0Ge .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyToLfn0Ge .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyToLfn0Ge .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyToLfn0Ge ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uyToLfn0Ge .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyToLfn0Ge button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f6f6f6;
  background: #4169e1;
}
.cid-uyToLfn0Ge button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyToLfn0Ge button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyToLfn0Ge button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyToLfn0Ge button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyToLfn0Ge button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyToLfn0Ge nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyToLfn0Ge nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyToLfn0Ge nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyToLfn0Ge nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyToLfn0Ge a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uyToLfn0Ge .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyToLfn0Ge .navbar {
    height: 70px;
  }
  .cid-uyToLfn0Ge .navbar.opened {
    height: auto;
  }
  .cid-uyToLfn0Ge .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyToLfn0Ge .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uyToLfn0Ge .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uyToLfn0Ge .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uyToLfn0Ge .navbar-caption:hover {
  color: #4169e1;
}
@media (min-width: 992px) {
  .cid-uyToLfn0Ge .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uyToLfn0Ge .text_widget {
  margin-bottom: 32px;
}
.cid-uyToLfn0Ge .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uyToLfn0Ge .text_widget a:hover,
.cid-uyToLfn0Ge .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uyToLfn0Ge .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uyToLfn0Ge .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uyToLfn0Ge .navbar-caption {
  color: #0f1d07;
}
.cid-uyToLfn0Ge .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uyToLfn0Ge .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyToLfn0Ge .navigation-wrapper {
    display: block;
  }
}
.cid-uyToLfn0Ge .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uyToLfn0Ge .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uyToLfn0Ge .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uyToLfn0Ge .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uyToLfn0Ge .mbr-section-subtitle,
.cid-uyToLfn0Ge .text_widget,
.cid-uyToLfn0Ge .mbr-section-btn {
  text-align: center;
}
.cid-uyToLfn0Ge a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uyToLhdtDX {
  background-image: url("../../../assets/images/pexels-archie-binamira-754769-1920x1280.jpg");
}
.cid-uyToLhdtDX .page-title-content {
  display: flex;
  align-items: center;
  position: relative;
  height: 290px;
}
.cid-uyToLhdtDX .page-title-content .title {
  letter-spacing: 1px;
}
.cid-uyToLhdtDX .page-title-content nav {
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uyToLhdtDX .page-title-content nav ol {
  margin: 0;
  border-radius: 0;
  background: #4169e1;
}
.cid-uyToLhdtDX .page-title-content .breadcrumb-item.active {
  color: #ffffff;
}
.cid-uyToLhdtDX .page-title-content .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
}
.cid-uyToLhdtDX H3 {
  color: #e43f3f;
  text-align: left;
}
.cid-uyToLhdtDX .breadcrumb {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: .25rem;
}
.cid-uyToLhdtDX .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
.cid-uyTut1R6d3 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uyTut1R6d3 .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uyTut1R6d3 .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uyTut1R6d3 .row {
    row-gap: 40px;
  }
}
.cid-uyTut1R6d3 .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uyTut1R6d3 .mbr-section-title {
  color: #4169e1;
  text-align: left;
}
.cid-uyTut1R6d3 .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
  text-align: left;
}
.cid-uyTut1R6d3 .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uyTut1R6d3 .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uyTut1R6d3 .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uyTut1R6d3 .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uyTut1R6d3 .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uyTut1R6d3 .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uyTut1R6d3 .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uyTut1R6d3 .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uyTut1R6d3 .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uyTut1R6d3 .item-content {
  margin-top: 32px;
}
.cid-uyTut1R6d3 .item-title {
  color: #4169e1;
}
.cid-uyTut1R6d3 .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uyTut1R6d3 .item-number {
  color: #4169e1;
  margin-top: 22px;
}
.cid-uyTut1R6d3 .item-border {
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #4169e1;
}
.cid-uyTut1R6d3 .item-border2 {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #eaeaea;
}
.cid-uyTut1R6d3 .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uyTut1R6d3 .item-text {
  color: #4169e1;
}
.cid-uyTut1R6d3 .links {
  text-decoration: none;
}
.cid-uyToLmVWzp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-uyToLmVWzp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyToLmVWzp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyToLmVWzp .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uyToLmVWzp .mbr-section-title {
  color: #4169e1;
  margin-bottom: 0;
}
.cid-uyToLmVWzp .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-uyToLmVWzp .col-text {
    margin-bottom: 50px;
  }
}
.cid-uyToLmVWzp .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-uyToLmVWzp .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-uyToLmVWzp .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-uyToLmVWzp .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-uyToLmVWzp .item-wrap {
    width: 100%;
  }
}
.cid-uyToLmVWzp .item-title {
  color: #303030;
  margin-bottom: 18px;
}
.cid-uyToLmVWzp .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uyToLmVWzp .item-text {
  margin-bottom: 6px;
}
.cid-uyToLmVWzp .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uyToLmVWzp form {
  width: 100%;
}
.cid-uyToLmVWzp form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-uyToLmVWzp form p {
  color: #353535;
}
.cid-uyToLmVWzp form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-uyToLmVWzp form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-uyToLmVWzp form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-uyToLmVWzp form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-uyToLmVWzp form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-uyToLmVWzp form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-uyToLmVWzp form select {
  color: #303030 !important;
}
.cid-uyToLmVWzp form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-uyToLmVWzp form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-uyToLmVWzp form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-uyToLmVWzp form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-uyToLmVWzp form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-uyToLmVWzp form input,
.cid-uyToLmVWzp form textarea {
  transition: .3s all;
}
.cid-uyToLmVWzp form input:active,
.cid-uyToLmVWzp form textarea:active,
.cid-uyToLmVWzp form input:focus,
.cid-uyToLmVWzp form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-uyToLmVWzp form input:active::-webkit-input-placeholder,
.cid-uyToLmVWzp form textarea:active::-webkit-input-placeholder,
.cid-uyToLmVWzp form input:focus::-webkit-input-placeholder,
.cid-uyToLmVWzp form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-uyToLmVWzp form input:active::-moz-placeholder,
.cid-uyToLmVWzp form textarea:active::-moz-placeholder,
.cid-uyToLmVWzp form input:focus::-moz-placeholder,
.cid-uyToLmVWzp form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-uyToLmVWzp form input:active:-moz-placeholder,
.cid-uyToLmVWzp form textarea:active:-moz-placeholder,
.cid-uyToLmVWzp form input:focus:-moz-placeholder,
.cid-uyToLmVWzp form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-uyToLmVWzp form input:active:-ms-input-placeholder,
.cid-uyToLmVWzp form textarea:active:-ms-input-placeholder,
.cid-uyToLmVWzp form input:focus:-ms-input-placeholder,
.cid-uyToLmVWzp form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-uyToLmVWzp form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-uyToLmVWzp form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-uyToLmVWzp form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-uyToLmVWzp form .form-check label {
  color: #303030;
}
.cid-uyToLmVWzp form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uyToLmVWzp form .form-check-input:focus,
.cid-uyToLmVWzp form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-uyToLmVWzp form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-uyToLonLjc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #303030;
}
.cid-uyToLonLjc .mbr-text {
  color: #303030;
}
.cid-uyToLonLjc .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uzKjigWrfr {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uzKjigWrfr .navbar-dropdown {
  background-color: #f6f6f6 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uzKjigWrfr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f6f6f6 !important;
  background: #f6f6f6;
}
.cid-uzKjigWrfr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzKjigWrfr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzKjigWrfr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzKjigWrfr .menu_box .navbar.opened,
  .cid-uzKjigWrfr .menu_box .navbar-collapse {
    background-color: #f6f6f6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzKjigWrfr nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uzKjigWrfr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzKjigWrfr .btn:hover {
  box-shadow: none;
}
.cid-uzKjigWrfr .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .cid-uzKjigWrfr .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uzKjigWrfr .nav-item {
    margin: 0 !important;
  }
}
.cid-uzKjigWrfr .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uzKjigWrfr .nav-item .nav-link:hover,
.cid-uzKjigWrfr .nav-item .nav-link:focus {
  background-color: #4169e1 !important;
  color: #ffffff !important;
}
.cid-uzKjigWrfr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzKjigWrfr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzKjigWrfr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzKjigWrfr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzKjigWrfr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzKjigWrfr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzKjigWrfr .offcanvas_box {
    display: none;
  }
}
.cid-uzKjigWrfr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzKjigWrfr .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzKjigWrfr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzKjigWrfr .container {
  display: flex;
  margin: auto;
}
.cid-uzKjigWrfr .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzKjigWrfr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzKjigWrfr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzKjigWrfr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzKjigWrfr .navbar-nav {
    margin: 0;
  }
}
.cid-uzKjigWrfr .dropdown-menu,
.cid-uzKjigWrfr .navbar.opened {
  background-color: false !important;
}
.cid-uzKjigWrfr .nav-item:focus,
.cid-uzKjigWrfr .nav-link:focus {
  outline: none;
}
.cid-uzKjigWrfr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzKjigWrfr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzKjigWrfr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzKjigWrfr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzKjigWrfr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzKjigWrfr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzKjigWrfr .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzKjigWrfr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzKjigWrfr .navbar.opened {
  transition: all 0.3s;
}
.cid-uzKjigWrfr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzKjigWrfr .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uzKjigWrfr .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzKjigWrfr .navbar.collapsed {
  justify-content: center;
}
.cid-uzKjigWrfr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzKjigWrfr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzKjigWrfr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzKjigWrfr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzKjigWrfr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzKjigWrfr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzKjigWrfr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzKjigWrfr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzKjigWrfr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzKjigWrfr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzKjigWrfr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzKjigWrfr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzKjigWrfr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzKjigWrfr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzKjigWrfr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzKjigWrfr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzKjigWrfr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzKjigWrfr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzKjigWrfr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzKjigWrfr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzKjigWrfr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzKjigWrfr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzKjigWrfr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzKjigWrfr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzKjigWrfr .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-uzKjigWrfr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uzKjigWrfr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzKjigWrfr .dropdown-item.active,
.cid-uzKjigWrfr .dropdown-item:active {
  background-color: transparent;
}
.cid-uzKjigWrfr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uzKjigWrfr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzKjigWrfr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzKjigWrfr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzKjigWrfr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzKjigWrfr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzKjigWrfr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f6f6f6;
  background: #4169e1;
}
.cid-uzKjigWrfr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzKjigWrfr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzKjigWrfr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzKjigWrfr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzKjigWrfr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzKjigWrfr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzKjigWrfr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzKjigWrfr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzKjigWrfr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzKjigWrfr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzKjigWrfr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzKjigWrfr .navbar {
    height: 70px;
  }
  .cid-uzKjigWrfr .navbar.opened {
    height: auto;
  }
  .cid-uzKjigWrfr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzKjigWrfr .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uzKjigWrfr .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uzKjigWrfr .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uzKjigWrfr .navbar-caption:hover {
  color: #4169e1;
}
@media (min-width: 992px) {
  .cid-uzKjigWrfr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzKjigWrfr .text_widget {
  margin-bottom: 32px;
}
.cid-uzKjigWrfr .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzKjigWrfr .text_widget a:hover,
.cid-uzKjigWrfr .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uzKjigWrfr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uzKjigWrfr .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uzKjigWrfr .navbar-caption {
  color: #0f1d07;
}
.cid-uzKjigWrfr .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uzKjigWrfr .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzKjigWrfr .navigation-wrapper {
    display: block;
  }
}
.cid-uzKjigWrfr .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uzKjigWrfr .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uzKjigWrfr .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uzKjigWrfr .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uzKjigWrfr .mbr-section-subtitle,
.cid-uzKjigWrfr .text_widget,
.cid-uzKjigWrfr .mbr-section-btn {
  text-align: center;
}
.cid-uzKjigWrfr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzKjOy5GX6 {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-uzKjOy5GX6 * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.cid-uzKjOy5GX6 body {
  background-color: #EA2C62;
  height: 100vh;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(to top, #ffffff 10%, rgba(93, 42, 141, 0.4) 90%) no-repeat;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
  color: #fff;
  overflow-x: hidden;
}
.cid-uzKjOy5GX6 .wrapper {
  max-width: 500px;
  border-radius: 10px;
  margin: 50px auto;
  padding: 30px 40px;
  z-index: 7000;
}
.cid-uzKjOy5GX6 ::-webkit-scrollbar {
  width: 8px;
}
.cid-uzKjOy5GX6 ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.cid-uzKjOy5GX6 ::-webkit-scrollbar-thumb {
  background: #888;
}
.cid-uzKjOy5GX6 ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.cid-uzKjOy5GX6 a {
  cursor: pointer;
  transition: all 200ms linear;
}
.cid-uzKjOy5GX6 a:hover {
  text-decoration: none;
}
.cid-uzKjOy5GX6 .link {
  color: #ffffff;
}
.cid-uzKjOy5GX6 .link:hover {
  color: #ea2c62;
}
.cid-uzKjOy5GX6 p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
}
.cid-uzKjOy5GX6 h4 {
  font-weight: 600;
}
.cid-uzKjOy5GX6 h6 span {
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.cid-uzKjOy5GX6 .section {
  position: relative;
  width: 100%;
  display: block;
}
.cid-uzKjOy5GX6 .full-height {
  min-height: 100vh;
}
.cid-uzKjOy5GX6 [type="checkbox"]:checked,
.cid-uzKjOy5GX6 [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.cid-uzKjOy5GX6 .checkbox:checked + label,
.cid-uzKjOy5GX6 .checkbox:not(:checked) + label {
  position: relative;
  display: block;
  text-align: center;
  width: 60px;
  height: 16px;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto;
  cursor: pointer;
  background-color: #ffffff;
}
.cid-uzKjOy5GX6 .checkbox:checked + label:before,
.cid-uzKjOy5GX6 .checkbox:not(:checked) + label:before {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 10%;
  color: #EA2C62;
  background-color: #2a2b38;
  content: '';
  z-index: 20;
  font-size: 24px;
  top: -10px;
  left: -10px;
  line-height: 36px;
  text-align: center;
  transition: all 0.5s ease;
}
.cid-uzKjOy5GX6 .checkbox:checked + label:before {
  transform: translateX(44px) rotate(-270deg);
}
.cid-uzKjOy5GX6 .card-3d-wrap {
  position: relative;
  width: 440px;
  max-width: 100%;
  height: 400px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-uzKjOy5GX6 .card-3d-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 600ms ease-out;
}
.cid-uzKjOy5GX6 .login-div {
  width: 150px;
}
.cid-uzKjOy5GX6 .card-front,
.cid-uzKjOy5GX6 .card-back {
  width: 100%;
  height: 100%;
  background-color: #2a2b38;
  position: absolute;
  border-radius: 0px;
  left: 0;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.cid-uzKjOy5GX6 .card-back {
  transform: rotateY(180deg);
}
.cid-uzKjOy5GX6 .checkbox:checked ~ .card-3d-wrap .card-3d-wrapper {
  transform: rotateY(180deg);
}
.cid-uzKjOy5GX6 .center-wrap {
  position: absolute;
  width: 100%;
  padding: 0 35px;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 35px) perspective(100px);
  z-index: 20;
  display: block;
}
.cid-uzKjOy5GX6 .form-group {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.cid-uzKjOy5GX6 .form-style {
  padding: 13px 20px;
  padding-left: 55px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  outline: none;
  color: #c4c3ca;
  background-color: #1f2029;
  border: none;
  transition: all 200ms linear;
  box-shadow: 0 4px 8px 0 rgba(21, 21, 21, 0.2);
}
.cid-uzKjOy5GX6 .form-style:focus,
.cid-uzKjOy5GX6 .form-style:active {
  border: none;
  outline: none;
  box-shadow: 0 4px 8px 0 rgba(21, 21, 21, 0.2);
}
.cid-uzKjOy5GX6 .input-icon {
  position: absolute;
  top: 0;
  left: 18px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: left;
  color: #4169e1;
  transition: all 200ms linear;
}
.cid-uzKjOy5GX6 .form-group input:-ms-input-placeholder {
  color: #c4c3ca;
  opacity: 0.7;
  transition: all 200ms linear;
}
.cid-uzKjOy5GX6 .form-group input::-moz-placeholder {
  color: #c4c3ca;
  opacity: 0.7;
  transition: all 200ms linear;
}
.cid-uzKjOy5GX6 .form-group input:-moz-placeholder {
  color: #c4c3ca;
  opacity: 0.7;
  transition: all 200ms linear;
}
.cid-uzKjOy5GX6 .form-group input::-webkit-input-placeholder {
  color: #c4c3ca;
  opacity: 0.7;
  transition: all 200ms linear;
}
.cid-uzKjOy5GX6 .form-group input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: all 200ms linear;
}
.cid-uzKjOy5GX6 .form-group input:focus::-moz-placeholder {
  opacity: 0;
  transition: all 200ms linear;
}
.cid-uzKjOy5GX6 .form-group input:focus:-moz-placeholder {
  opacity: 0;
  transition: all 200ms linear;
}
.cid-uzKjOy5GX6 .form-group input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: all 200ms linear;
}
.cid-uzKjOy5GX6 .btn {
  border-radius: 4px;
  height: 48px;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 200ms linear;
  padding: 0 30px;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  border: none;
  background-color: #4169e1;
  color: #fff;
  box-shadow: 0 8px 24px 0 rgba(18, 248, 173, 0.2);
}
.cid-uzKjOy5GX6 .btn:active,
.cid-uzKjOy5GX6 .btn:focus {
  background-color: #fff;
  color: #4169e1;
  box-shadow: 0 8px 24px 0 rgba(255, 255, 255, 0.2);
}
.cid-uzKjOy5GX6 .btn:hover {
  background-color: #fff;
  color: #4169e1;
  box-shadow: 0 8px 24px 0 rgba(255, 255, 255, 0.2);
}
.cid-uzKjOy5GX6 .logo {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}
.cid-uzKjOy5GX6 .logo img {
  height: 26px;
  width: auto;
  display: block;
}
.cid-uzKjOy5GX6 H6 {
  color: #ffffff;
}
.cid-uzKjOy5GX6 H4 {
  color: #ffffff;
}
.cid-uzKjiiP45K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #303030;
}
.cid-uzKjiiP45K .mbr-text {
  color: #303030;
}
.cid-uzKjiiP45K .media-container-row .mbr-text {
  color: #ffffff;
}
