.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #4dc237 !important;
}
.bg-warning {
  background-color: #e6c63b !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #4dc237 !important;
  border-color: #4dc237 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #327e24 !important;
  border-color: #327e24 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #327e24 !important;
  border-color: #327e24 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #4dc237;
  color: #4dc237;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #327e24 !important;
  background-color: transparent!important;
  border-color: #327e24 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4dc237 !important;
  border-color: #4dc237 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e6c63b;
  color: #e6c63b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b39617 !important;
  background-color: transparent!important;
  border-color: #b39617 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #4dc237 !important;
}
.text-warning {
  color: #e6c63b !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2d7320 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a68b15 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4dc237;
}
.alert-warning {
  background-color: #e6c63b;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a3e297;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdfbf0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-ujqY3x8ZFQ {
  z-index: 1000;
  width: 100%;
}
.cid-ujqY3x8ZFQ nav.navbar {
  position: fixed;
}
.cid-ujqY3x8ZFQ .container-fluid {
  padding: 0;
}
.cid-ujqY3x8ZFQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujqY3x8ZFQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujqY3x8ZFQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujqY3x8ZFQ .dropdown-item:hover,
.cid-ujqY3x8ZFQ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ujqY3x8ZFQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujqY3x8ZFQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujqY3x8ZFQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujqY3x8ZFQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujqY3x8ZFQ .nav-link {
  position: relative;
}
.cid-ujqY3x8ZFQ .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-ujqY3x8ZFQ .nav-link::after {
  background: transparent !important;
}
.cid-ujqY3x8ZFQ .nav-link:hover::before,
.cid-ujqY3x8ZFQ .nav-link :focus::before {
  width: 100%;
}
.cid-ujqY3x8ZFQ .container {
  display: flex;
  margin: auto;
}
.cid-ujqY3x8ZFQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-ujqY3x8ZFQ .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-ujqY3x8ZFQ .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-ujqY3x8ZFQ .dropdown-menu,
.cid-ujqY3x8ZFQ .navbar.opened {
  background: #141414 !important;
}
.cid-ujqY3x8ZFQ .nav-item:focus,
.cid-ujqY3x8ZFQ .nav-link:focus {
  outline: none;
}
.cid-ujqY3x8ZFQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujqY3x8ZFQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-ujqY3x8ZFQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujqY3x8ZFQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujqY3x8ZFQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujqY3x8ZFQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujqY3x8ZFQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  background: rgba(20, 20, 20, 0.2);
}
.cid-ujqY3x8ZFQ .navbar.opened {
  transition: all 0.3s;
}
.cid-ujqY3x8ZFQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujqY3x8ZFQ .navbar .navbar-logo img {
  width: auto;
}
.cid-ujqY3x8ZFQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujqY3x8ZFQ .navbar.collapsed {
  justify-content: center;
}
.cid-ujqY3x8ZFQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujqY3x8ZFQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujqY3x8ZFQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ujqY3x8ZFQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujqY3x8ZFQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujqY3x8ZFQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ujqY3x8ZFQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujqY3x8ZFQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujqY3x8ZFQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujqY3x8ZFQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujqY3x8ZFQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujqY3x8ZFQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujqY3x8ZFQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujqY3x8ZFQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujqY3x8ZFQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujqY3x8ZFQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujqY3x8ZFQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujqY3x8ZFQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujqY3x8ZFQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujqY3x8ZFQ .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujqY3x8ZFQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujqY3x8ZFQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujqY3x8ZFQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujqY3x8ZFQ .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-ujqY3x8ZFQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujqY3x8ZFQ .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-ujqY3x8ZFQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujqY3x8ZFQ .dropdown-item.active,
.cid-ujqY3x8ZFQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ujqY3x8ZFQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujqY3x8ZFQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujqY3x8ZFQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujqY3x8ZFQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-ujqY3x8ZFQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujqY3x8ZFQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujqY3x8ZFQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujqY3x8ZFQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-ujqY3x8ZFQ .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-ujqY3x8ZFQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujqY3x8ZFQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujqY3x8ZFQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujqY3x8ZFQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujqY3x8ZFQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujqY3x8ZFQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujqY3x8ZFQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujqY3x8ZFQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujqY3x8ZFQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujqY3x8ZFQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujqY3x8ZFQ .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-ujqY3x8ZFQ .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-ujqY3x8ZFQ .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-ujqY3x8ZFQ .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-ujqY3x8ZFQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujqY3x8ZFQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujqY3x8ZFQ .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujqY3x8ZFQ .navbar {
    height: 70px;
  }
  .cid-ujqY3x8ZFQ .navbar.opened {
    height: auto;
  }
  .cid-ujqY3x8ZFQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujqY3x8ZFQ .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-ujqY3x8ZFQ .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-ujqY3x8ZFQ .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-ujqY3x8ZFQ .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-ujfc8OWlx4 .modal-body .close {
  background: #1b1b1b;
}
.cid-ujfc8OWlx4 .modal-body .close span {
  font-style: normal;
}
.cid-ujfc8OWlx4 .carousel-inner > .active,
.cid-ujfc8OWlx4 .carousel-inner > .next,
.cid-ujfc8OWlx4 .carousel-inner > .prev {
  display: table;
}
.cid-ujfc8OWlx4 .carousel-control .icon-next,
.cid-ujfc8OWlx4 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ujfc8OWlx4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujfc8OWlx4 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ujfc8OWlx4 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-ujfc8OWlx4 .boxed-slider > div {
  position: relative;
}
.cid-ujfc8OWlx4 .container img {
  width: 100%;
}
.cid-ujfc8OWlx4 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-ujfc8OWlx4 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ujfc8OWlx4 .mbr-table-cell {
  padding: 0;
}
.cid-ujfc8OWlx4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ujfc8OWlx4 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ujfc8OWlx4 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ujfc8OWlx4 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-ujfc8OWlx4 .carousel-item .container {
    width: 100%;
  }
}
.cid-ujfc8OWlx4 .carousel-item-next.carousel-item-left,
.cid-ujfc8OWlx4 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-ujfc8OWlx4 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-ujfc8OWlx4 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujfc8OWlx4 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ujfc8OWlx4 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-ujfc8OWlx4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ujfc8OWlx4 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ujfc8OWlx4 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-ujfc8OWlx4 .mbr-slider .carousel-indicators li.active,
.cid-ujfc8OWlx4 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-ujfc8OWlx4 .mbr-slider .carousel-indicators li::after,
.cid-ujfc8OWlx4 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-ujfc8OWlx4 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-ujfc8OWlx4 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-ujfc8OWlx4 .mbr-slider > .container img {
  width: 100%;
}
.cid-ujfc8OWlx4 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ujfc8OWlx4 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-ujfc8OWlx4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ujfc8OWlx4 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ujfc8OWlx4 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-ujfc8OWlx4 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-ujfc8OWlx4 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-ujfc8OWlx4 .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-ujfc8OWlx4 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-ujfc8OWlx4 .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ujfc8OWlx4 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-ujfc8OWlx4 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-ujfc8OWlx4 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tJtfefkStW {
  background-color: #ffffff;
}
.cid-tJtfefkStW .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-tJtfefkStW .container-nopadding {
  padding: 0px;
}
.cid-tJtfefkStW .contactBtn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 5001;
}
.cid-tJtfefkStW .contactBtnFixed {
  position: fixed;
}
.cid-tJtfefkStW .btn-circle {
  background-color: rgba(35, 35, 35, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 1px;
}
.cid-tJtfefkStW .btnIconcol {
  color: #ffffff;
}
.cid-tJtfefkStW .btn-circle:hover {
  background-color: #232323;
}
.cid-tJtfefkStW .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-tJtfefkStW .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-tJtfefkStW .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-tJtfefkStW .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-tJtfefkStW .windowFixed {
  display: none;
  position: fixed;
  right: 100px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-tJtfefkStW .windowBar {
  width: 100%;
  background-color: #000000;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-tJtfefkStW .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-tJtfefkStW .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-tJtfefkStW .windowBar,
  .cid-tJtfefkStW .contentwindow,
  .cid-tJtfefkStW .contactwindow {
    border-radius: 0;
  }
}
.cid-tJtfefkStW .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-tJtfefkStW .windowBarText {
  display: block;
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tJtfefkStW .btn-form {
  display: initial;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tJtfefkStW .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tJtfefkStW .recaptcha-div {
  margin-bottom: 0;
}
.cid-tJtfefkStW .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-tJtfefkStW .gdpr-div {
  margin-bottom: 0;
}
.cid-tJtfefkStW .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-tJtfefkStW .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-tJtfefkStW .send-copy-div {
  margin-bottom: 0;
}
.cid-tJtfefkStW .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-tJtfefkStW .alert-success {
  background-color: #55e629;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-tJtfefkStW .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-tJtfefkStW .mbr-alert-success {
  text-align: center;
}
.cid-tJtfefkStW .mbr-alert-danger {
  text-align: center;
}
.cid-tJtfefkStW .message-div {
  margin-bottom: 0;
}
.cid-tJtfefkStW .message-topic-div {
  margin-bottom: 0;
}
.cid-tJtfefkStW .file-upload-div {
  margin-bottom: 0;
}
.cid-tJtfefkStW .form-control {
  padding-top: 5px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 3.2em !important;
}
.cid-tJtfefkStW .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.2em !important;
}
.cid-tJtfefkStW .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-tJtfefkStW .form-control {
  border: 1px solid #000000 !important;
}
.cid-tJtfefkStW .form-control:hover {
  border: 1px solid #000000 !important;
}
.cid-tJtfefkStW .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-tJtfefkStW .showAlerts {
  display: block !important;
}
.cid-tJtfefkStW .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-tJtfefkStW .hidden {
  display: none;
}
.cid-tJtfefkStW .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-tJtfefkStW .mbr-section-autorespond {
  color: #232323;
  text-align: center;
}
.cid-tJtfefkStW .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-tJtfefkStW .mbr-section-alertsuccess {
  text-align: center;
}
.cid-tJtfefkStW .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-tJtfefkStW .mbr-section-alerterror {
  text-align: center;
}
.cid-tJtfefkStW .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-tJtfefkStW .mbr-section-labels {
  color: #232323;
}
.cid-tJtfefkStW .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-tJtfefkStW .uploadBtn {
  padding-top: 17px !important;
  padding-left: 20.75px !important;
  color: #000000 !important;
}
.cid-tJtfefkStW .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-tJtfefkStW input[type=file]::file-selector-button {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-tJtfefkStW input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-tJtfefkStW input[type=file]::-ms-browse {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-tJtfefkStW .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-tJtfefkStW .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-tJtfefkStW .show2ndButton {
  display: none ;
}
.cid-tJtfefkStW input,
.cid-tJtfefkStW textarea,
.cid-tJtfefkStW select {
  background-color: #ffffff !important;
}
.cid-tJtfefkStW textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-tJtfefkStW textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-tJtfefkStW textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-tJtfefkStW textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-tJtfefkStW input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-tJtfefkStW input:-moz-placeholder {
  color: #767676 !important;
}
.cid-tJtfefkStW input::-moz-placeholder {
  color: #767676 !important;
}
.cid-tJtfefkStW input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-tJtfefkStW .btn .mbr-iconfont,
.cid-tJtfefkStW .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-ujqXFJRY3W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ujqXFJRY3W .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujqXFJRY3W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujqXFJRY3W .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujqXFJRY3W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujqXFJRY3W .row {
    text-align: center;
  }
  .cid-ujqXFJRY3W .row > div {
    margin: auto;
  }
  .cid-ujqXFJRY3W .social-row {
    justify-content: center;
  }
}
.cid-ujqXFJRY3W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujqXFJRY3W .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ujqXFJRY3W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujqXFJRY3W .list {
    margin-bottom: 0rem;
  }
}
.cid-ujqXFJRY3W .mbr-text {
  color: #bbbbbb;
}
.cid-ujqXFJRY3W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ujqXFJRY3W .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ujqXFJRY3W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujqYA9WKNL {
  z-index: 1000;
  width: 100%;
}
.cid-ujqYA9WKNL nav.navbar {
  position: fixed;
}
.cid-ujqYA9WKNL .container-fluid {
  padding: 0;
}
.cid-ujqYA9WKNL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujqYA9WKNL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujqYA9WKNL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujqYA9WKNL .dropdown-item:hover,
.cid-ujqYA9WKNL .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ujqYA9WKNL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujqYA9WKNL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujqYA9WKNL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujqYA9WKNL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujqYA9WKNL .nav-link {
  position: relative;
}
.cid-ujqYA9WKNL .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-ujqYA9WKNL .nav-link::after {
  background: transparent !important;
}
.cid-ujqYA9WKNL .nav-link:hover::before,
.cid-ujqYA9WKNL .nav-link :focus::before {
  width: 100%;
}
.cid-ujqYA9WKNL .container {
  display: flex;
  margin: auto;
}
.cid-ujqYA9WKNL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-ujqYA9WKNL .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-ujqYA9WKNL .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-ujqYA9WKNL .dropdown-menu,
.cid-ujqYA9WKNL .navbar.opened {
  background: #141414 !important;
}
.cid-ujqYA9WKNL .nav-item:focus,
.cid-ujqYA9WKNL .nav-link:focus {
  outline: none;
}
.cid-ujqYA9WKNL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujqYA9WKNL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-ujqYA9WKNL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujqYA9WKNL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujqYA9WKNL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujqYA9WKNL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujqYA9WKNL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  background: rgba(20, 20, 20, 0.2);
}
.cid-ujqYA9WKNL .navbar.opened {
  transition: all 0.3s;
}
.cid-ujqYA9WKNL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujqYA9WKNL .navbar .navbar-logo img {
  width: auto;
}
.cid-ujqYA9WKNL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujqYA9WKNL .navbar.collapsed {
  justify-content: center;
}
.cid-ujqYA9WKNL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujqYA9WKNL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujqYA9WKNL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ujqYA9WKNL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujqYA9WKNL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujqYA9WKNL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ujqYA9WKNL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujqYA9WKNL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujqYA9WKNL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujqYA9WKNL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujqYA9WKNL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujqYA9WKNL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujqYA9WKNL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujqYA9WKNL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujqYA9WKNL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujqYA9WKNL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujqYA9WKNL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujqYA9WKNL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujqYA9WKNL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujqYA9WKNL .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujqYA9WKNL .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujqYA9WKNL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujqYA9WKNL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujqYA9WKNL .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-ujqYA9WKNL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujqYA9WKNL .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-ujqYA9WKNL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujqYA9WKNL .dropdown-item.active,
.cid-ujqYA9WKNL .dropdown-item:active {
  background-color: transparent;
}
.cid-ujqYA9WKNL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujqYA9WKNL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujqYA9WKNL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujqYA9WKNL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-ujqYA9WKNL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujqYA9WKNL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujqYA9WKNL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujqYA9WKNL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-ujqYA9WKNL .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-ujqYA9WKNL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujqYA9WKNL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujqYA9WKNL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujqYA9WKNL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujqYA9WKNL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujqYA9WKNL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujqYA9WKNL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujqYA9WKNL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujqYA9WKNL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujqYA9WKNL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujqYA9WKNL .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-ujqYA9WKNL .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-ujqYA9WKNL .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-ujqYA9WKNL .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-ujqYA9WKNL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujqYA9WKNL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujqYA9WKNL .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujqYA9WKNL .navbar {
    height: 70px;
  }
  .cid-ujqYA9WKNL .navbar.opened {
    height: auto;
  }
  .cid-ujqYA9WKNL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujqYA9WKNL .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-ujqYA9WKNL .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-ujqYA9WKNL .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-ujqYA9WKNL .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-uj3XNtNYOj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uj3XNtNYOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj3XNtNYOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj3XNtNYOj .row {
  flex-direction: row-reverse;
}
.cid-uj3XNtNYOj .video-wrapper iframe {
  width: 100%;
}
.cid-uj3XNtNYOj .mbr-section-title,
.cid-uj3XNtNYOj .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uj3XNtNYOj .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujxKjncWHJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ujbJdsXv9P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-ujbJdsXv9P .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujbJdsXv9P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujbJdsXv9P .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ujbJdsXv9P .team-card:hover {
  transform: translateY(-10px);
}
.cid-ujbJdsXv9P .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-ujbJdsXv9P .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ujbJdsXv9P .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ujbJdsXv9P .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujbJdsXv9P .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-ujbJdsXv9P .social-row {
  text-align: center;
}
.cid-ujbJdsXv9P .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #232323;
  transition: all 0.3s;
}
.cid-ujbJdsXv9P .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #232323;
  font-size: 1.5rem;
}
.cid-ujbJdsXv9P .social-row .soc-item:hover {
  background-color: #232323;
}
.cid-ujbJdsXv9P .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uU27S1mmCh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-uU27S1mmCh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU27S1mmCh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU27S1mmCh .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uU27S1mmCh .team-card:hover {
  transform: translateY(-10px);
}
.cid-uU27S1mmCh .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uU27S1mmCh .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uU27S1mmCh .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uU27S1mmCh .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU27S1mmCh .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uU27S1mmCh .social-row {
  text-align: center;
}
.cid-uU27S1mmCh .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #232323;
  transition: all 0.3s;
}
.cid-uU27S1mmCh .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #232323;
  font-size: 1.5rem;
}
.cid-uU27S1mmCh .social-row .soc-item:hover {
  background-color: #232323;
}
.cid-uU27S1mmCh .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uU2atG9Iba {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #fafafa;
}
.cid-uU2atG9Iba .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU2atG9Iba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU2atG9Iba .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uU2atG9Iba .team-card:hover {
  transform: translateY(-10px);
}
.cid-uU2atG9Iba .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uU2atG9Iba .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uU2atG9Iba .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uU2atG9Iba .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU2atG9Iba .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uU2atG9Iba .social-row {
  text-align: center;
}
.cid-uU2atG9Iba .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #232323;
  transition: all 0.3s;
}
.cid-uU2atG9Iba .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #232323;
  font-size: 1.5rem;
}
.cid-uU2atG9Iba .social-row .soc-item:hover {
  background-color: #232323;
}
.cid-uU2atG9Iba .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uj3XOCtdqr {
  padding-top: 15px;
  padding-bottom: 75px;
  position: relative;
  background-color: #fafafa;
}
.cid-uj3XOCtdqr p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uj3XOCtdqr .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uj3XOCtdqr .collapsed {
  border: none;
}
.cid-uj3XOCtdqr .collapsed span {
  transform: rotate(0deg);
}
.cid-uj3XOCtdqr span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #ff6666, #6592e6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uj3XOCtdqr .panel-body {
  padding-top: 0.5rem;
}
.cid-uj3XOCtdqr .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uj3XOCtdqr .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #eef5f4;
  padding: 0;
}
.cid-uj3XOCtdqr .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uj3XOCtdqr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uj3XOCtdqr .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uj3XOCtdqr .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uj3XOCtdqr .panel-text {
  color: #000000;
}
.cid-uj3XOCtdqr H4 {
  color: #000000;
}
.cid-uj3XOCtdqr H2 {
  color: #000000;
}
.cid-uj3XOCtdqr .mbr-section-text {
  color: #999999;
}
.cid-uj3XPDogsD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uj3XPDogsD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj3XPDogsD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj3XPDogsD .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uj3XPDogsD .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #98dee8;
}
@media (max-width: 991px) {
  .cid-uj3XPDogsD .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uj3XPDogsD .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uj3XPDogsD .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uj41ZkPCj1 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-uj41ZkPCj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj41ZkPCj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj41ZkPCj1 .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uj41ZkPCj1 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uj41ZkPCj1 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uj41ZkPCj1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uj41ZkPCj1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uj41ZkPCj1 .content-head {
  max-width: 800px;
}
.cid-uj3XQwTvVi {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-uj3XQwTvVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj3XQwTvVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj3XQwTvVi .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uj3XQwTvVi .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uj3XQwTvVi .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uj3XQwTvVi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uj3XQwTvVi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uj3XQwTvVi .content-head {
  max-width: 800px;
}
.cid-uj3XHUJROh {
  background-color: #ffffff;
}
.cid-uj3XHUJROh .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uj3XHUJROh .container-nopadding {
  padding: 0px;
}
.cid-uj3XHUJROh .contactBtn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 5001;
}
.cid-uj3XHUJROh .contactBtnFixed {
  position: fixed;
}
.cid-uj3XHUJROh .btn-circle {
  background-color: rgba(35, 35, 35, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 1px;
}
.cid-uj3XHUJROh .btnIconcol {
  color: #ffffff;
}
.cid-uj3XHUJROh .btn-circle:hover {
  background-color: #232323;
}
.cid-uj3XHUJROh .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uj3XHUJROh .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uj3XHUJROh .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uj3XHUJROh .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uj3XHUJROh .windowFixed {
  display: none;
  position: fixed;
  right: 100px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uj3XHUJROh .windowBar {
  width: 100%;
  background-color: #000000;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uj3XHUJROh .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-uj3XHUJROh .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uj3XHUJROh .windowBar,
  .cid-uj3XHUJROh .contentwindow,
  .cid-uj3XHUJROh .contactwindow {
    border-radius: 0;
  }
}
.cid-uj3XHUJROh .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uj3XHUJROh .windowBarText {
  display: block;
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj3XHUJROh .btn-form {
  display: initial;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uj3XHUJROh .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uj3XHUJROh .recaptcha-div {
  margin-bottom: 0;
}
.cid-uj3XHUJROh .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uj3XHUJROh .gdpr-div {
  margin-bottom: 0;
}
.cid-uj3XHUJROh .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uj3XHUJROh .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uj3XHUJROh .send-copy-div {
  margin-bottom: 0;
}
.cid-uj3XHUJROh .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uj3XHUJROh .alert-success {
  background-color: #55e629;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uj3XHUJROh .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uj3XHUJROh .mbr-alert-success {
  text-align: center;
}
.cid-uj3XHUJROh .mbr-alert-danger {
  text-align: center;
}
.cid-uj3XHUJROh .message-div {
  margin-bottom: 0;
}
.cid-uj3XHUJROh .message-topic-div {
  margin-bottom: 0;
}
.cid-uj3XHUJROh .file-upload-div {
  margin-bottom: 0;
}
.cid-uj3XHUJROh .form-control {
  padding-top: 5px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 3.2em !important;
}
.cid-uj3XHUJROh .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.2em !important;
}
.cid-uj3XHUJROh .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uj3XHUJROh .form-control {
  border: 1px solid #000000 !important;
}
.cid-uj3XHUJROh .form-control:hover {
  border: 1px solid #000000 !important;
}
.cid-uj3XHUJROh .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-uj3XHUJROh .showAlerts {
  display: block !important;
}
.cid-uj3XHUJROh .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uj3XHUJROh .hidden {
  display: none;
}
.cid-uj3XHUJROh .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uj3XHUJROh .mbr-section-autorespond {
  color: #232323;
  text-align: center;
}
.cid-uj3XHUJROh .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uj3XHUJROh .mbr-section-alertsuccess {
  text-align: center;
}
.cid-uj3XHUJROh .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uj3XHUJROh .mbr-section-alerterror {
  text-align: center;
}
.cid-uj3XHUJROh .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uj3XHUJROh .mbr-section-labels {
  color: #232323;
}
.cid-uj3XHUJROh .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uj3XHUJROh .uploadBtn {
  padding-top: 17px !important;
  padding-left: 20.75px !important;
  color: #000000 !important;
}
.cid-uj3XHUJROh .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uj3XHUJROh input[type=file]::file-selector-button {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uj3XHUJROh input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uj3XHUJROh input[type=file]::-ms-browse {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uj3XHUJROh .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uj3XHUJROh .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uj3XHUJROh .show2ndButton {
  display: none ;
}
.cid-uj3XHUJROh input,
.cid-uj3XHUJROh textarea,
.cid-uj3XHUJROh select {
  background-color: #ffffff !important;
}
.cid-uj3XHUJROh textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uj3XHUJROh textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uj3XHUJROh textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uj3XHUJROh textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uj3XHUJROh input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uj3XHUJROh input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uj3XHUJROh input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uj3XHUJROh input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uj3XHUJROh .btn .mbr-iconfont,
.cid-uj3XHUJROh .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-ujqXLBFKx4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ujqXLBFKx4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujqXLBFKx4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujqXLBFKx4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujqXLBFKx4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujqXLBFKx4 .row {
    text-align: center;
  }
  .cid-ujqXLBFKx4 .row > div {
    margin: auto;
  }
  .cid-ujqXLBFKx4 .social-row {
    justify-content: center;
  }
}
.cid-ujqXLBFKx4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujqXLBFKx4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ujqXLBFKx4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujqXLBFKx4 .list {
    margin-bottom: 0rem;
  }
}
.cid-ujqXLBFKx4 .mbr-text {
  color: #bbbbbb;
}
.cid-ujqXLBFKx4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ujqXLBFKx4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ujqXLBFKx4 div > *:last-child {
    margin-top: 0 !important;
  }
}
